|
|
|
1 | 2024-08-22T02:33:31.990Z | job assigned to worker 01J5VYVKTNHX9CB9GSSEQX2K9E (queued for 56 s) |
|
2 | 2024-08-22T02:33:39.765Z | starting task 0: "setup" |
3 | 2024-08-22T02:33:39.774Z | ++ uname -s |
4 | 2024-08-22T02:33:39.776Z | + kern=SunOS |
5 | 2024-08-22T02:33:39.776Z | + case "$kern" in |
6 | 2024-08-22T02:33:39.776Z | + groupadd -g 12345 build |
7 | 2024-08-22T02:33:39.779Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-22T02:33:41.790Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-22T02:33:41.894Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-22T02:33:41.896Z | + home_fs=zfs |
11 | 2024-08-22T02:33:41.896Z | + [[ zfs == autofs ]] |
12 | 2024-08-22T02:33:41.896Z | + mkdir -p /home/build |
13 | 2024-08-22T02:33:41.899Z | + chown build:build /home/build /work |
14 | 2024-08-22T02:33:43.903Z | + chmod 0700 /home/build /work |
15 | 2024-08-22T02:33:43.910Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-08-22T02:33:43.918Z | starting task 1: "rust-toolchain" |
17 | 2024-08-22T02:33:43.924Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-22T02:33:43.924Z | ' 1.80.1 |
19 | 2024-08-22T02:33:43.924Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-22T02:33:43.924Z | ' default |
21 | 2024-08-22T02:33:43.924Z | * toolchain channel = "1.80.1" |
22 | 2024-08-22T02:33:43.924Z | * toolchain profile = "default" |
23 | 2024-08-22T02:33:43.931Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-22T02:33:43.932Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-22T02:33:44.108Z | info: downloading installer |
26 | 2024-08-22T02:33:45.631Z | info: profile set to 'default' |
27 | 2024-08-22T02:33:45.631Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-22T02:33:45.634Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-22T02:33:45.769Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-22T02:33:45.769Z | info: downloading component 'cargo' |
31 | 2024-08-22T02:33:46.472Z | info: downloading component 'clippy' |
32 | 2024-08-22T02:33:46.720Z | info: downloading component 'rust-docs' |
33 | 2024-08-22T02:33:47.697Z | info: downloading component 'rust-std' |
34 | 2024-08-22T02:33:49.069Z | info: downloading component 'rustc' |
35 | 2024-08-22T02:33:52.812Z | info: downloading component 'rustfmt' |
36 | 2024-08-22T02:33:53.018Z | info: installing component 'cargo' |
37 | 2024-08-22T02:33:53.933Z | info: installing component 'clippy' |
38 | 2024-08-22T02:33:54.358Z | info: installing component 'rust-docs' |
39 | 2024-08-22T02:33:55.997Z | info: installing component 'rust-std' |
40 | 2024-08-22T02:33:57.781Z | info: installing component 'rustc' |
41 | 2024-08-22T02:34:02.731Z | info: installing component 'rustfmt' |
42 | 2024-08-22T02:34:03.124Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-22T02:34:03.124Z | |
44 | 2024-08-22T02:34:03.377Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-22T02:34:03.377Z | |
46 | 2024-08-22T02:34:03.381Z | |
47 | 2024-08-22T02:34:03.381Z | Rust is installed now. Great! |
48 | 2024-08-22T02:34:03.381Z | |
49 | 2024-08-22T02:34:03.381Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-22T02:34:03.381Z | environment variable. This has not been done automatically. |
51 | 2024-08-22T02:34:03.381Z | |
52 | 2024-08-22T02:34:03.381Z | To configure your current shell, you need to source |
53 | 2024-08-22T02:34:03.381Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-22T02:34:03.381Z | |
55 | 2024-08-22T02:34:03.381Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-22T02:34:03.381Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-22T02:34:03.381Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-22T02:34:03.425Z | + rustc --version |
59 | 2024-08-22T02:34:03.489Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-22T02:34:03.492Z | process exited: duration 19572 ms, exit code 0 |
|
61 | 2024-08-22T02:34:03.498Z | starting task 2: "authentication" |
62 | 2024-08-22T02:34:03.519Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-22T02:34:03.526Z | starting task 3: "clone repository" |
64 | 2024-08-22T02:34:03.530Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-22T02:34:03.532Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-22T02:34:03.837Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-22T02:34:11.811Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-22T02:34:11.811Z | + git fetch origin ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
69 | 2024-08-22T02:34:12.095Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-22T02:34:12.095Z | * branch ebbee8e5d5351d194663de6dc90b94ad1655ce65 -> FETCH_HEAD |
71 | 2024-08-22T02:34:12.105Z | + [[ -n bugfix-6244 ]] |
72 | 2024-08-22T02:34:12.108Z | ++ git branch --show-current |
73 | 2024-08-22T02:34:12.112Z | + current=main |
74 | 2024-08-22T02:34:12.112Z | + [[ main != bugfix-6244 ]] |
75 | 2024-08-22T02:34:12.112Z | + git branch -f bugfix-6244 ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
76 | 2024-08-22T02:34:12.115Z | + git checkout -f bugfix-6244 |
77 | 2024-08-22T02:34:12.262Z | Switched to branch 'bugfix-6244' |
78 | 2024-08-22T02:34:12.265Z | + git reset --hard ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
79 | 2024-08-22T02:34:12.286Z | HEAD is now at ebbee8e5d fixup! Merge branch 'main' into bugfix-6244 |
80 | 2024-08-22T02:34:12.288Z | process exited: duration 8761 ms, exit code 0 |
|
81 | 2024-08-22T02:34:12.294Z | starting task 4: "build" |
82 | 2024-08-22T02:34:12.300Z | + cargo --version |
83 | 2024-08-22T02:34:12.354Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-22T02:34:12.356Z | + rustc --version |
85 | 2024-08-22T02:34:12.412Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-22T02:34:12.414Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-22T02:34:34.406Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-22T02:34:36.923Z | Startup: Caching catalogs ... Done |
89 | 2024-08-22T02:34:38.653Z | Planning: Solver setup ... Done (1.069s) |
90 | 2024-08-22T02:34:38.671Z | Planning: Running solver ... Done (0.018s) |
91 | 2024-08-22T02:34:38.707Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2024-08-22T02:34:38.721Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-22T02:34:38.869Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-22T02:34:39.022Z | Planning: Package planning ... Done (0.154s) |
95 | 2024-08-22T02:34:39.074Z | Planning: Merging actions ... Done (0.052s) |
96 | 2024-08-22T02:34:40.656Z | Planning: Checking for conflicting actions ... Done (1.582s) |
97 | 2024-08-22T02:34:40.668Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-22T02:34:50.635Z | Planning: Evaluating mediators ... Done (9.966s) |
99 | 2024-08-22T02:34:50.645Z | Planning: Planning completed in 13.65 seconds |
100 | 2024-08-22T02:34:52.395Z | Packages to install: 4 |
101 | 2024-08-22T02:34:52.395Z | Mediators to change: 2 |
102 | 2024-08-22T02:34:52.395Z | Services to change: 1 |
103 | 2024-08-22T02:34:52.395Z | Estimated space available: 155.72 GB |
104 | 2024-08-22T02:34:52.398Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-22T02:34:52.398Z | Create boot environment: No |
106 | 2024-08-22T02:34:52.398Z | Create backup boot environment: No |
107 | 2024-08-22T02:34:52.398Z | Rebuild boot archive: No |
108 | 2024-08-22T02:34:52.398Z | |
109 | 2024-08-22T02:34:52.398Z | Changed mediators: |
110 | 2024-08-22T02:34:52.398Z | mediator clang: |
111 | 2024-08-22T02:34:52.398Z | version: None -> 15 (system default) |
112 | 2024-08-22T02:34:52.398Z | |
113 | 2024-08-22T02:34:52.398Z | mediator llvm: |
114 | 2024-08-22T02:34:52.398Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-22T02:34:52.398Z | |
116 | 2024-08-22T02:34:52.398Z | Changed packages: |
117 | 2024-08-22T02:34:52.398Z | helios-dev |
118 | 2024-08-22T02:34:52.398Z | developer/build-essential |
119 | 2024-08-22T02:34:52.398Z | None -> 11-2.0 |
120 | 2024-08-22T02:34:52.398Z | library/libxmlsec1 |
121 | 2024-08-22T02:34:52.398Z | None -> 1.2.35-2.0 |
122 | 2024-08-22T02:34:52.398Z | ooce/developer/clang-15 |
123 | 2024-08-22T02:34:52.398Z | None -> 15.0.7-2.0 |
124 | 2024-08-22T02:34:52.398Z | ooce/developer/llvm-15 |
125 | 2024-08-22T02:34:52.398Z | None -> 15.0.7-2.0 |
126 | 2024-08-22T02:34:52.398Z | |
127 | 2024-08-22T02:34:52.398Z | Services: |
128 | 2024-08-22T02:34:52.398Z | restart_fmri: |
129 | 2024-08-22T02:34:52.398Z | svc:/system/update-man-index:default |
130 | 2024-08-22T02:34:52.819Z | |
131 | 2024-08-22T02:34:52.819Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-22T02:34:57.824Z | Download: 1264/3290 items 107.0/212.6MB 50% complete (21.5M/s) |
133 | 2024-08-22T02:35:02.825Z | Download: 3167/3290 items 143.9/212.6MB 67% complete (14.4M/s) |
134 | 2024-08-22T02:35:06.564Z | Download: Completed 212.60 MB in 13.74 seconds (15.5M/s) |
135 | 2024-08-22T02:35:06.790Z | Actions: 1/3689 actions (Installing new actions) |
136 | 2024-08-22T02:35:11.905Z | Actions: 3549/3689 actions (Installing new actions) |
137 | 2024-08-22T02:35:13.226Z | Actions: Completed 3689 actions in 6.43 seconds. |
138 | 2024-08-22T02:35:13.503Z | Done (0.273s) |
139 | 2024-08-22T02:35:13.503Z | Done (0.000s) |
140 | 2024-08-22T02:35:13.872Z | Done (0.369s) |
141 | 2024-08-22T02:35:22.108Z | Done (8.063s) |
142 | 2024-08-22T02:35:22.904Z | Done (0.729s) |
143 | 2024-08-22T02:35:22.906Z | Done (0.000s) |
144 | 2024-08-22T02:35:23.108Z | Done (0.000s) |
145 | 2024-08-22T02:35:23.700Z | Planning: Evaluating mediator changes ... Done |
146 | 2024-08-22T02:35:23.862Z | Planning: Checking for conflicting actions ... Done |
147 | 2024-08-22T02:35:23.865Z | Planning: Consolidating action changes ... Done |
148 | 2024-08-22T02:35:24.147Z | Planning: Evaluating mediators ... Done |
149 | 2024-08-22T02:35:24.149Z | Planning: Planning completed in 0.45 seconds |
150 | 2024-08-22T02:35:24.182Z | Mediators to change: 2 |
151 | 2024-08-22T02:35:24.182Z | Create boot environment: No |
152 | 2024-08-22T02:35:24.184Z | Create backup boot environment: No |
153 | 2024-08-22T02:35:24.286Z | Done |
154 | 2024-08-22T02:35:24.286Z | Done |
155 | 2024-08-22T02:35:24.519Z | Done |
156 | 2024-08-22T02:35:28.248Z | Done |
157 | 2024-08-22T02:35:28.328Z | Done |
158 | 2024-08-22T02:35:28.331Z | Done |
159 | 2024-08-22T02:35:28.517Z | Done |
160 | 2024-08-22T02:35:29.131Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-08-22T02:35:29.133Z | Planning: Merging actions ... Done |
162 | 2024-08-22T02:35:29.323Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-08-22T02:35:29.326Z | Planning: Consolidating action changes ... Done |
164 | 2024-08-22T02:35:29.591Z | Planning: Evaluating mediators ... Done |
165 | 2024-08-22T02:35:29.648Z | Planning: Planning completed in 0.76 seconds |
166 | 2024-08-22T02:35:29.682Z | Packages to change: 1 |
167 | 2024-08-22T02:35:29.682Z | Mediators to change: 1 |
168 | 2024-08-22T02:35:29.685Z | Services to change: 1 |
169 | 2024-08-22T02:35:29.685Z | Create boot environment: No |
170 | 2024-08-22T02:35:29.685Z | Create backup boot environment: Yes |
171 | 2024-08-22T02:35:32.016Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2024-08-22T02:35:32.019Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2024-08-22T02:35:32.021Z | Done |
174 | 2024-08-22T02:35:32.021Z | Done |
175 | 2024-08-22T02:35:32.097Z | Done |
176 | 2024-08-22T02:35:35.751Z | Done |
177 | 2024-08-22T02:35:35.835Z | Done |
178 | 2024-08-22T02:35:35.838Z | Done |
179 | 2024-08-22T02:35:36.026Z | Done |
180 | 2024-08-22T02:35:36.462Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2024-08-22T02:35:36.462Z | clang system 15 system |
182 | 2024-08-22T02:35:36.462Z | csh system system illumos |
183 | 2024-08-22T02:35:36.462Z | ctags system system illumos |
184 | 2024-08-22T02:35:36.462Z | gcc vendor 12 vendor |
185 | 2024-08-22T02:35:36.462Z | gcc system 10 system |
186 | 2024-08-22T02:35:36.462Z | gcc system 7 system |
187 | 2024-08-22T02:35:36.462Z | go system 1.20 system |
188 | 2024-08-22T02:35:36.462Z | go system 1.19 system |
189 | 2024-08-22T02:35:36.462Z | llvm system 15 system |
190 | 2024-08-22T02:35:36.462Z | llvm system 14 system |
191 | 2024-08-22T02:35:36.462Z | mariadb system 10.6 system |
192 | 2024-08-22T02:35:36.462Z | mta vendor vendor dma |
193 | 2024-08-22T02:35:36.462Z | openjdk system 17 system |
194 | 2024-08-22T02:35:36.462Z | openjdk system 11 system |
195 | 2024-08-22T02:35:36.462Z | openjdk system 1.8 system |
196 | 2024-08-22T02:35:36.462Z | openssl vendor 3 vendor |
197 | 2024-08-22T02:35:36.462Z | perl system 5.36 system |
198 | 2024-08-22T02:35:36.462Z | postgresql system 15 system |
199 | 2024-08-22T02:35:36.462Z | postgresql system 13 system |
200 | 2024-08-22T02:35:36.462Z | python vendor 3 vendor |
201 | 2024-08-22T02:35:36.462Z | python system 2 system |
202 | 2024-08-22T02:35:36.462Z | python3 system 3.11 system |
203 | 2024-08-22T02:35:36.463Z | ruby system 3.0 system |
204 | 2024-08-22T02:35:36.463Z | words vendor vendor american-english |
205 | 2024-08-22T02:35:36.463Z | words system system australian-english |
206 | 2024-08-22T02:35:36.463Z | words system system british-english |
207 | 2024-08-22T02:35:36.463Z | words system system canadian-english |
208 | 2024-08-22T02:35:36.463Z | words system system french |
209 | 2024-08-22T02:35:36.463Z | words system system italian |
210 | 2024-08-22T02:35:36.463Z | words system system ngerman |
211 | 2024-08-22T02:35:36.463Z | words system system ogerman |
212 | 2024-08-22T02:35:36.463Z | words system system spanish |
213 | 2024-08-22T02:35:36.790Z | PUBLISHER TYPE STATUS P LOCATION |
214 | 2024-08-22T02:35:36.790Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
215 | 2024-08-22T02:35:38.556Z | FMRI IFO |
216 | 2024-08-22T02:35:38.556Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2024-08-22T02:35:38.556Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2024-08-22T02:35:38.556Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
220 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
221 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
223 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
224 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
225 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
226 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
227 | 2024-08-22T02:35:38.557Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
228 | 2024-08-22T02:35:39.158Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
229 | 2024-08-22T02:35:39.386Z | Updating git repository `https://github.com/oxidecomputer/zone` |
230 | 2024-08-22T02:35:39.630Z | Updating crates.io index |
231 | 2024-08-22T02:35:39.632Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
232 | 2024-08-22T02:35:40.416Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
233 | 2024-08-22T02:35:41.196Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
234 | 2024-08-22T02:35:41.447Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
235 | 2024-08-22T02:35:42.925Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
236 | 2024-08-22T02:35:43.209Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
237 | 2024-08-22T02:35:43.478Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
238 | 2024-08-22T02:35:44.508Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
239 | 2024-08-22T02:35:46.373Z | Updating git repository `https://github.com/oxidecomputer/opte` |
240 | 2024-08-22T02:35:47.366Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
241 | 2024-08-22T02:35:48.132Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
242 | 2024-08-22T02:35:48.401Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
243 | 2024-08-22T02:35:48.908Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
244 | 2024-08-22T02:35:49.317Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
245 | 2024-08-22T02:35:49.738Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
246 | 2024-08-22T02:35:50.010Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
247 | 2024-08-22T02:35:50.237Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
248 | 2024-08-22T02:35:50.477Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
249 | 2024-08-22T02:35:50.743Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
250 | 2024-08-22T02:35:51.055Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
251 | 2024-08-22T02:35:51.343Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
252 | 2024-08-22T02:35:51.782Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
253 | 2024-08-22T02:35:52.043Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
254 | 2024-08-22T02:35:52.474Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
255 | 2024-08-22T02:35:53.046Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
256 | 2024-08-22T02:35:53.388Z | Updating git repository `https://github.com/oxidecomputer/typify` |
257 | 2024-08-22T02:35:55.816Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
258 | 2024-08-22T02:35:56.082Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
259 | 2024-08-22T02:35:56.338Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
260 | 2024-08-22T02:35:56.722Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
261 | 2024-08-22T02:35:57.931Z | Downloading crates ... |
262 | 2024-08-22T02:35:58.045Z | Downloaded block-buffer v0.10.4 |
263 | 2024-08-22T02:35:58.048Z | Downloaded anstream v0.6.14 |
264 | 2024-08-22T02:35:58.050Z | Downloaded dof v0.3.0 |
265 | 2024-08-22T02:35:58.053Z | Downloaded colorchoice v1.0.1 |
266 | 2024-08-22T02:35:58.056Z | Downloaded clap_derive v4.5.13 |
267 | 2024-08-22T02:35:58.059Z | Downloaded anyhow v1.0.86 |
268 | 2024-08-22T02:35:58.068Z | Downloaded is_terminal_polyfill v1.70.0 |
269 | 2024-08-22T02:35:58.084Z | Downloaded usdt v0.5.0 |
270 | 2024-08-22T02:35:58.086Z | Downloaded thiserror-impl v1.0.63 |
271 | 2024-08-22T02:35:58.089Z | Downloaded heck v0.5.0 |
272 | 2024-08-22T02:35:58.089Z | Downloaded serde_spanned v0.6.7 |
273 | 2024-08-22T02:35:58.091Z | Downloaded anstyle-parse v0.2.4 |
274 | 2024-08-22T02:35:58.094Z | Downloaded terminal_size v0.3.0 |
275 | 2024-08-22T02:35:58.097Z | Downloaded plain v0.2.3 |
276 | 2024-08-22T02:35:58.097Z | Downloaded version_check v0.9.5 |
277 | 2024-08-22T02:35:58.097Z | Downloaded utf8parse v0.2.1 |
278 | 2024-08-22T02:35:58.099Z | Downloaded toml_datetime v0.6.8 |
279 | 2024-08-22T02:35:58.099Z | Downloaded scroll v0.12.0 |
280 | 2024-08-22T02:35:58.099Z | Downloaded pest_generator v2.7.10 |
281 | 2024-08-22T02:35:58.102Z | Downloaded errno v0.3.9 |
282 | 2024-08-22T02:35:58.104Z | Downloaded thread-id v4.2.1 |
283 | 2024-08-22T02:35:58.104Z | Downloaded cargo-platform v0.1.8 |
284 | 2024-08-22T02:35:58.104Z | Downloaded swrite v0.1.0 |
285 | 2024-08-22T02:35:58.107Z | Downloaded macaddr v1.0.1 |
286 | 2024-08-22T02:35:58.107Z | Downloaded generic-array v0.14.7 |
287 | 2024-08-22T02:35:58.109Z | Downloaded crypto-common v0.1.6 |
288 | 2024-08-22T02:35:58.109Z | Downloaded cargo_toml v0.20.4 |
289 | 2024-08-22T02:35:58.118Z | Downloaded cfg-if v1.0.0 |
290 | 2024-08-22T02:35:58.126Z | Downloaded proc-macro-error v1.0.4 |
291 | 2024-08-22T02:35:58.129Z | Downloaded sha2 v0.10.8 |
292 | 2024-08-22T02:35:58.132Z | Downloaded dtrace-parser v0.2.0 |
293 | 2024-08-22T02:35:58.134Z | Downloaded bytecount v0.6.8 |
294 | 2024-08-22T02:35:58.137Z | Downloaded pretty-hex v0.4.1 |
295 | 2024-08-22T02:35:58.139Z | Downloaded proc-macro2 v1.0.86 |
296 | 2024-08-22T02:35:58.143Z | Downloaded zerocopy-derive v0.7.34 |
297 | 2024-08-22T02:35:58.148Z | Downloaded usdt-impl v0.5.0 |
298 | 2024-08-22T02:35:58.151Z | Downloaded typenum v1.17.0 |
299 | 2024-08-22T02:35:58.154Z | Downloaded serde_derive v1.0.208 |
300 | 2024-08-22T02:35:58.154Z | Downloaded proc-macro-error-attr v1.0.4 |
301 | 2024-08-22T02:35:58.157Z | Downloaded usdt-macro v0.5.0 |
302 | 2024-08-22T02:35:58.157Z | Downloaded usdt-attr-macro v0.5.0 |
303 | 2024-08-22T02:35:58.157Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-08-22T02:35:58.157Z | Downloaded memmap v0.7.0 |
305 | 2024-08-22T02:35:58.159Z | Downloaded semver v1.0.23 |
306 | 2024-08-22T02:35:58.162Z | Downloaded clap_lex v0.7.0 |
307 | 2024-08-22T02:35:58.164Z | Downloaded autocfg v1.3.0 |
308 | 2024-08-22T02:35:58.164Z | Downloaded unicode-ident v1.0.12 |
309 | 2024-08-22T02:35:58.166Z | Downloaded equivalent v1.0.1 |
310 | 2024-08-22T02:35:58.169Z | Downloaded cpufeatures v0.2.12 |
311 | 2024-08-22T02:35:58.169Z | Downloaded byteorder v1.5.0 |
312 | 2024-08-22T02:35:58.171Z | Downloaded itoa v1.0.11 |
313 | 2024-08-22T02:35:58.171Z | Downloaded fs-err v2.11.0 |
314 | 2024-08-22T02:35:58.174Z | Downloaded strsim v0.11.1 |
315 | 2024-08-22T02:35:58.174Z | Downloaded heck v0.4.1 |
316 | 2024-08-22T02:35:58.177Z | Downloaded bitflags v2.6.0 |
317 | 2024-08-22T02:35:58.179Z | Downloaded anstyle-query v1.0.3 |
318 | 2024-08-22T02:35:58.181Z | Downloaded anstyle v1.0.8 |
319 | 2024-08-22T02:35:58.181Z | Downloaded clap v4.5.16 |
320 | 2024-08-22T02:35:58.193Z | Downloaded serde_tokenstream v0.2.2 |
321 | 2024-08-22T02:35:58.195Z | Downloaded fnv v1.0.7 |
322 | 2024-08-22T02:35:58.195Z | Downloaded thiserror v1.0.63 |
323 | 2024-08-22T02:35:58.199Z | Downloaded once_cell v1.19.0 |
324 | 2024-08-22T02:35:58.202Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-08-22T02:35:58.204Z | Downloaded quote v1.0.36 |
326 | 2024-08-22T02:35:58.207Z | Downloaded digest v0.10.7 |
327 | 2024-08-22T02:35:58.218Z | Downloaded tabled_derive v0.7.0 |
328 | 2024-08-22T02:35:58.220Z | Downloaded pest_derive v2.7.10 |
329 | 2024-08-22T02:35:58.226Z | Downloaded log v0.4.21 |
330 | 2024-08-22T02:35:58.239Z | Downloaded ucd-trie v0.1.6 |
331 | 2024-08-22T02:35:58.242Z | Downloaded ryu v1.0.18 |
332 | 2024-08-22T02:35:58.244Z | Downloaded pest_meta v2.7.10 |
333 | 2024-08-22T02:35:58.247Z | Downloaded papergrid v0.11.0 |
334 | 2024-08-22T02:35:58.249Z | Downloaded toml v0.8.19 |
335 | 2024-08-22T02:35:58.253Z | Downloaded camino v1.1.9 |
336 | 2024-08-22T02:35:58.255Z | Downloaded memchr v2.7.2 |
337 | 2024-08-22T02:35:58.263Z | Downloaded serde v1.0.208 |
338 | 2024-08-22T02:35:58.268Z | Downloaded indexmap v2.4.0 |
339 | 2024-08-22T02:35:58.272Z | Downloaded pest v2.7.10 |
340 | 2024-08-22T02:35:58.277Z | Downloaded hashbrown v0.14.5 |
341 | 2024-08-22T02:35:58.289Z | Downloaded toml_edit v0.22.20 |
342 | 2024-08-22T02:35:58.310Z | Downloaded winnow v0.6.18 |
343 | 2024-08-22T02:35:58.326Z | Downloaded clap_builder v4.5.15 |
344 | 2024-08-22T02:35:58.332Z | Downloaded zerocopy v0.7.34 |
345 | 2024-08-22T02:35:58.348Z | Downloaded tabled v0.15.0 |
346 | 2024-08-22T02:35:58.362Z | Downloaded serde_json v1.0.125 |
347 | 2024-08-22T02:35:58.369Z | Downloaded goblin v0.8.2 |
348 | 2024-08-22T02:35:58.375Z | Downloaded syn v2.0.74 |
349 | 2024-08-22T02:35:58.385Z | Downloaded syn v1.0.109 |
350 | 2024-08-22T02:35:58.395Z | Downloaded rustix v0.38.34 |
351 | 2024-08-22T02:35:58.416Z | Downloaded unicode-width v0.1.13 |
352 | 2024-08-22T02:35:58.425Z | Downloaded libc v0.2.156 |
353 | 2024-08-22T02:35:58.724Z | Compiling proc-macro2 v1.0.86 |
354 | 2024-08-22T02:35:58.727Z | Compiling unicode-ident v1.0.12 |
355 | 2024-08-22T02:35:58.727Z | Compiling version_check v0.9.5 |
356 | 2024-08-22T02:35:58.727Z | Compiling serde v1.0.208 |
357 | 2024-08-22T02:35:58.727Z | Compiling thiserror v1.0.63 |
358 | 2024-08-22T02:35:58.727Z | Compiling memchr v2.7.2 |
359 | 2024-08-22T02:35:58.756Z | Compiling libc v0.2.156 |
360 | 2024-08-22T02:35:58.759Z | Compiling ryu v1.0.18 |
361 | 2024-08-22T02:35:58.969Z | Compiling ucd-trie v0.1.6 |
362 | 2024-08-22T02:35:59.148Z | Compiling itoa v1.0.11 |
363 | 2024-08-22T02:35:59.511Z | Compiling once_cell v1.19.0 |
364 | 2024-08-22T02:35:59.513Z | Compiling byteorder v1.5.0 |
365 | 2024-08-22T02:35:59.828Z | Compiling serde_json v1.0.125 |
366 | 2024-08-22T02:36:01.325Z | Compiling usdt-impl v0.5.0 |
367 | 2024-08-22T02:36:01.344Z | Compiling proc-macro-error-attr v1.0.4 |
368 | 2024-08-22T02:36:01.348Z | Compiling rustix v0.38.34 |
369 | 2024-08-22T02:36:01.366Z | Compiling syn v1.0.109 |
370 | 2024-08-22T02:36:01.424Z | Compiling proc-macro-error v1.0.4 |
371 | 2024-08-22T02:36:01.720Z | Compiling utf8parse v0.2.1 |
372 | 2024-08-22T02:36:01.794Z | Compiling plain v0.2.3 |
373 | 2024-08-22T02:36:01.847Z | Compiling log v0.4.21 |
374 | 2024-08-22T02:36:01.947Z | Compiling bitflags v2.6.0 |
375 | 2024-08-22T02:36:02.044Z | Compiling hashbrown v0.14.5 |
376 | 2024-08-22T02:36:02.193Z | Compiling thread-id v4.2.1 |
377 | 2024-08-22T02:36:02.220Z | Compiling equivalent v1.0.1 |
378 | 2024-08-22T02:36:02.280Z | Compiling anstyle-parse v0.2.4 |
379 | 2024-08-22T02:36:02.350Z | Compiling quote v1.0.36 |
380 | 2024-08-22T02:36:02.398Z | Compiling autocfg v1.3.0 |
381 | 2024-08-22T02:36:02.443Z | Compiling anstyle v1.0.8 |
382 | 2024-08-22T02:36:02.588Z | Compiling camino v1.1.9 |
383 | 2024-08-22T02:36:02.665Z | Compiling errno v0.3.9 |
384 | 2024-08-22T02:36:02.897Z | Compiling syn v2.0.74 |
385 | 2024-08-22T02:36:03.066Z | Compiling semver v1.0.23 |
386 | 2024-08-22T02:36:03.253Z | Compiling pretty-hex v0.4.1 |
387 | 2024-08-22T02:36:03.322Z | Compiling indexmap v2.4.0 |
388 | 2024-08-22T02:36:03.357Z | Compiling anstyle-query v1.0.3 |
389 | 2024-08-22T02:36:03.454Z | Compiling is_terminal_polyfill v1.70.0 |
390 | 2024-08-22T02:36:03.491Z | Compiling winnow v0.6.18 |
391 | 2024-08-22T02:36:03.581Z | Compiling colorchoice v1.0.1 |
392 | 2024-08-22T02:36:03.704Z | Compiling fs-err v2.11.0 |
393 | 2024-08-22T02:36:03.752Z | Compiling anstream v0.6.14 |
394 | 2024-08-22T02:36:03.993Z | Compiling terminal_size v0.3.0 |
395 | 2024-08-22T02:36:04.390Z | Compiling heck v0.5.0 |
396 | 2024-08-22T02:36:04.483Z | Compiling clap_lex v0.7.0 |
397 | 2024-08-22T02:36:04.505Z | Compiling anyhow v1.0.86 |
398 | 2024-08-22T02:36:04.529Z | Compiling fnv v1.0.7 |
399 | 2024-08-22T02:36:04.621Z | Compiling unicode-width v0.1.13 |
400 | 2024-08-22T02:36:04.659Z | Compiling strsim v0.11.1 |
401 | 2024-08-22T02:36:04.852Z | Compiling bytecount v0.6.8 |
402 | 2024-08-22T02:36:04.903Z | Compiling heck v0.4.1 |
403 | 2024-08-22T02:36:05.005Z | Compiling papergrid v0.11.0 |
404 | 2024-08-22T02:36:05.067Z | Compiling clap_builder v4.5.15 |
405 | 2024-08-22T02:36:05.419Z | Compiling memmap v0.7.0 |
406 | 2024-08-22T02:36:06.069Z | Compiling swrite v0.1.0 |
407 | 2024-08-22T02:36:07.967Z | Compiling tabled_derive v0.7.0 |
408 | 2024-08-22T02:36:09.436Z | Compiling tabled v0.15.0 |
409 | 2024-08-22T02:36:11.165Z | Compiling serde_derive v1.0.208 |
410 | 2024-08-22T02:36:11.165Z | Compiling thiserror-impl v1.0.63 |
411 | 2024-08-22T02:36:11.168Z | Compiling zerocopy-derive v0.7.34 |
412 | 2024-08-22T02:36:11.168Z | Compiling scroll_derive v0.12.0 |
413 | 2024-08-22T02:36:11.168Z | Compiling clap_derive v4.5.13 |
414 | 2024-08-22T02:36:12.503Z | Compiling scroll v0.12.0 |
415 | 2024-08-22T02:36:12.930Z | Compiling zerocopy v0.7.34 |
416 | 2024-08-22T02:36:12.987Z | Compiling goblin v0.8.2 |
417 | 2024-08-22T02:36:14.838Z | Compiling clap v4.5.16 |
418 | 2024-08-22T02:36:16.164Z | Compiling pest v2.7.10 |
419 | 2024-08-22T02:36:17.835Z | Compiling pest_meta v2.7.10 |
420 | 2024-08-22T02:36:18.891Z | Compiling pest_generator v2.7.10 |
421 | 2024-08-22T02:36:20.606Z | Compiling pest_derive v2.7.10 |
422 | 2024-08-22T02:36:20.637Z | Compiling serde_spanned v0.6.7 |
423 | 2024-08-22T02:36:20.640Z | Compiling toml_datetime v0.6.8 |
424 | 2024-08-22T02:36:21.157Z | Compiling serde_tokenstream v0.2.2 |
425 | 2024-08-22T02:36:21.229Z | Compiling toml_edit v0.22.20 |
426 | 2024-08-22T02:36:21.373Z | Compiling dtrace-parser v0.2.0 |
427 | 2024-08-22T02:36:21.424Z | Compiling cargo-platform v0.1.8 |
428 | 2024-08-22T02:36:21.686Z | Compiling macaddr v1.0.1 |
429 | 2024-08-22T02:36:22.122Z | Compiling dof v0.3.0 |
430 | 2024-08-22T02:36:22.172Z | Compiling cargo_metadata v0.18.1 |
431 | 2024-08-22T02:36:24.186Z | Compiling toml v0.8.19 |
432 | 2024-08-22T02:36:24.494Z | Compiling usdt-attr-macro v0.5.0 |
433 | 2024-08-22T02:36:24.546Z | Compiling usdt-macro v0.5.0 |
434 | 2024-08-22T02:36:25.006Z | Compiling cargo_toml v0.20.4 |
435 | 2024-08-22T02:36:25.780Z | Compiling usdt v0.5.0 |
436 | 2024-08-22T02:36:32.276Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
437 | 2024-08-22T02:36:32.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.59s |
438 | 2024-08-22T02:36:32.773Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
439 | 2024-08-22T02:36:33.330Z | Downloading crates ... |
440 | 2024-08-22T02:36:33.454Z | Downloaded async-stream-impl v0.3.5 |
441 | 2024-08-22T02:36:33.464Z | Downloaded addr2line v0.21.0 |
442 | 2024-08-22T02:36:33.470Z | Downloaded atomic-waker v1.1.2 |
443 | 2024-08-22T02:36:33.473Z | Downloaded arrayvec v0.7.4 |
444 | 2024-08-22T02:36:33.491Z | Downloaded bitstruct v0.1.1 |
445 | 2024-08-22T02:36:33.495Z | Downloaded cstr-argument v0.1.2 |
446 | 2024-08-22T02:36:33.497Z | Downloaded atty v0.2.14 |
447 | 2024-08-22T02:36:33.497Z | Downloaded hyper-tls v0.5.0 |
448 | 2024-08-22T02:36:33.500Z | Downloaded managed v0.8.0 |
449 | 2024-08-22T02:36:33.503Z | Downloaded array-init v0.0.4 |
450 | 2024-08-22T02:36:33.505Z | Downloaded assert_matches v1.5.0 |
451 | 2024-08-22T02:36:33.508Z | Downloaded defmt-macros v0.3.9 |
452 | 2024-08-22T02:36:33.511Z | Downloaded is-terminal v0.4.12 |
453 | 2024-08-22T02:36:33.514Z | Downloaded cexpr v0.6.0 |
454 | 2024-08-22T02:36:33.516Z | Downloaded async-recursion v1.1.1 |
455 | 2024-08-22T02:36:33.519Z | Downloaded crc-catalog v2.4.0 |
456 | 2024-08-22T02:36:33.521Z | Downloaded instant v0.1.12 |
457 | 2024-08-22T02:36:33.524Z | Downloaded new_debug_unreachable v1.0.6 |
458 | 2024-08-22T02:36:33.524Z | Downloaded adler v1.0.2 |
459 | 2024-08-22T02:36:33.527Z | Downloaded ident_case v1.0.1 |
460 | 2024-08-22T02:36:33.527Z | Downloaded cobs v0.2.3 |
461 | 2024-08-22T02:36:33.530Z | Downloaded oso-derive v0.27.3 |
462 | 2024-08-22T02:36:33.530Z | Downloaded openssl-macros v0.1.1 |
463 | 2024-08-22T02:36:33.530Z | Downloaded cassowary v0.3.0 |
464 | 2024-08-22T02:36:33.532Z | Downloaded bitfield v0.14.0 |
465 | 2024-08-22T02:36:33.532Z | Downloaded mockall v0.13.0 |
466 | 2024-08-22T02:36:33.535Z | Downloaded olpc-cjson v0.1.3 |
467 | 2024-08-22T02:36:33.535Z | Downloaded crc v3.2.1 |
468 | 2024-08-22T02:36:33.538Z | Downloaded lazy_static v1.5.0 |
469 | 2024-08-22T02:36:33.540Z | Downloaded data-encoding v2.6.0 |
470 | 2024-08-22T02:36:33.543Z | Downloaded constant_time_eq v0.3.0 |
471 | 2024-08-22T02:36:33.543Z | Downloaded maybe-uninit v2.0.0 |
472 | 2024-08-22T02:36:33.545Z | Downloaded lru v0.12.3 |
473 | 2024-08-22T02:36:33.545Z | Downloaded libefi-sys v0.1.0 |
474 | 2024-08-22T02:36:33.548Z | Downloaded curve25519-dalek-derive v0.1.1 |
475 | 2024-08-22T02:36:33.548Z | Downloaded ciborium-ll v0.2.2 |
476 | 2024-08-22T02:36:33.551Z | Downloaded linked-hash-map v0.5.6 |
477 | 2024-08-22T02:36:33.551Z | Downloaded lalrpop-util v0.19.12 |
478 | 2024-08-22T02:36:33.553Z | Downloaded nibble_vec v0.1.0 |
479 | 2024-08-22T02:36:33.553Z | Downloaded memmap2 v0.9.4 |
480 | 2024-08-22T02:36:33.556Z | Downloaded libsw v3.3.1 |
481 | 2024-08-22T02:36:33.558Z | Downloaded console v0.15.8 |
482 | 2024-08-22T02:36:33.561Z | Downloaded newtype-uuid v1.1.0 |
483 | 2024-08-22T02:36:33.563Z | Downloaded num-iter v0.1.45 |
484 | 2024-08-22T02:36:33.563Z | Downloaded instability v0.3.2 |
485 | 2024-08-22T02:36:33.566Z | Downloaded cbc v0.1.2 |
486 | 2024-08-22T02:36:33.566Z | Downloaded ciborium v0.2.2 |
487 | 2024-08-22T02:36:33.568Z | Downloaded mime v0.3.17 |
488 | 2024-08-22T02:36:33.570Z | Downloaded bitfield-struct v0.6.1 |
489 | 2024-08-22T02:36:33.570Z | Downloaded cookie v0.17.0 |
490 | 2024-08-22T02:36:33.573Z | Downloaded num_enum_derive v0.5.11 |
491 | 2024-08-22T02:36:33.576Z | Downloaded cfg_aliases v0.1.1 |
492 | 2024-08-22T02:36:33.576Z | Downloaded mime_guess v2.0.4 |
493 | 2024-08-22T02:36:33.578Z | Downloaded kstat-rs v0.2.4 |
494 | 2024-08-22T02:36:33.581Z | Downloaded num_cpus v1.16.0 |
495 | 2024-08-22T02:36:33.584Z | Downloaded ciborium-io v0.2.2 |
496 | 2024-08-22T02:36:33.584Z | Downloaded num-derive v0.4.2 |
497 | 2024-08-22T02:36:33.587Z | Downloaded nanorand v0.7.0 |
498 | 2024-08-22T02:36:33.587Z | Downloaded nu-ansi-term v0.50.0 |
499 | 2024-08-22T02:36:33.590Z | Downloaded multer v3.1.0 |
500 | 2024-08-22T02:36:33.592Z | Downloaded num-rational v0.4.2 |
501 | 2024-08-22T02:36:33.595Z | Downloaded crunchy v0.2.2 |
502 | 2024-08-22T02:36:33.595Z | Downloaded bitstruct_derive v0.1.0 |
503 | 2024-08-22T02:36:33.597Z | Downloaded miniz_oxide v0.7.2 |
504 | 2024-08-22T02:36:33.599Z | Downloaded owo-colors v4.0.0 |
505 | 2024-08-22T02:36:33.602Z | Downloaded hubpack_derive v0.1.1 |
506 | 2024-08-22T02:36:33.602Z | Downloaded darling_macro v0.20.9 |
507 | 2024-08-22T02:36:33.604Z | Downloaded arrayref v0.3.7 |
508 | 2024-08-22T02:36:33.604Z | Downloaded csv-core v0.1.11 |
509 | 2024-08-22T02:36:33.607Z | Downloaded num v0.4.3 |
510 | 2024-08-22T02:36:33.607Z | Downloaded jobserver v0.1.32 |
511 | 2024-08-22T02:36:33.610Z | Downloaded libloading v0.8.3 |
512 | 2024-08-22T02:36:33.612Z | Downloaded sqlparser_derive v0.2.2 |
513 | 2024-08-22T02:36:33.615Z | Downloaded crossbeam-epoch v0.9.18 |
514 | 2024-08-22T02:36:33.617Z | Downloaded async-trait v0.1.81 |
515 | 2024-08-22T02:36:33.620Z | Downloaded async-stream v0.3.5 |
516 | 2024-08-22T02:36:33.623Z | Downloaded match_cfg v0.1.0 |
517 | 2024-08-22T02:36:33.623Z | Downloaded is_ci v1.2.0 |
518 | 2024-08-22T02:36:33.624Z | Downloaded termtree v0.4.1 |
519 | 2024-08-22T02:36:33.626Z | Downloaded bb8 v0.8.5 |
520 | 2024-08-22T02:36:33.626Z | Downloaded openssl-sys v0.9.103 |
521 | 2024-08-22T02:36:33.631Z | Downloaded scopeguard v1.2.0 |
522 | 2024-08-22T02:36:33.634Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-08-22T02:36:33.637Z | Downloaded bitflags v1.3.2 |
524 | 2024-08-22T02:36:33.639Z | Downloaded foreign-types-macros v0.2.3 |
525 | 2024-08-22T02:36:33.639Z | Downloaded try-lock v0.2.5 |
526 | 2024-08-22T02:36:33.642Z | Downloaded num-conv v0.1.0 |
527 | 2024-08-22T02:36:33.642Z | Downloaded normalize-line-endings v0.3.0 |
528 | 2024-08-22T02:36:33.644Z | Downloaded ascii v1.1.0 |
529 | 2024-08-22T02:36:33.644Z | Downloaded num-complex v0.4.6 |
530 | 2024-08-22T02:36:33.648Z | Downloaded fxhash v0.2.1 |
531 | 2024-08-22T02:36:33.648Z | Downloaded openssl-probe v0.1.5 |
532 | 2024-08-22T02:36:33.650Z | Downloaded newline-converter v0.3.0 |
533 | 2024-08-22T02:36:33.650Z | Downloaded foreign-types-shared v0.3.1 |
534 | 2024-08-22T02:36:33.653Z | Downloaded chacha20 v0.9.1 |
535 | 2024-08-22T02:36:33.653Z | Downloaded want v0.3.1 |
536 | 2024-08-22T02:36:33.655Z | Downloaded diesel_table_macro_syntax v0.2.0 |
537 | 2024-08-22T02:36:33.655Z | Downloaded mockall_derive v0.13.0 |
538 | 2024-08-22T02:36:33.658Z | Downloaded cipher v0.4.4 |
539 | 2024-08-22T02:36:33.660Z | Downloaded crossbeam-deque v0.8.5 |
540 | 2024-08-22T02:36:33.662Z | Downloaded xattr v1.3.1 |
541 | 2024-08-22T02:36:33.662Z | Downloaded convert_case v0.4.0 |
542 | 2024-08-22T02:36:33.665Z | Downloaded colored v2.1.0 |
543 | 2024-08-22T02:36:33.667Z | Downloaded bzip2 v0.4.4 |
544 | 2024-08-22T02:36:33.667Z | Downloaded castaway v0.2.3 |
545 | 2024-08-22T02:36:33.670Z | Downloaded serde_path_to_error v0.1.16 |
546 | 2024-08-22T02:36:33.672Z | Downloaded either v1.13.0 |
547 | 2024-08-22T02:36:33.673Z | Downloaded backoff v0.4.0 |
548 | 2024-08-22T02:36:33.675Z | Downloaded number_prefix v0.4.0 |
549 | 2024-08-22T02:36:33.677Z | Downloaded ahash v0.8.11 |
550 | 2024-08-22T02:36:33.679Z | Downloaded stable_deref_trait v1.2.0 |
551 | 2024-08-22T02:36:33.682Z | Downloaded num_threads v0.1.7 |
552 | 2024-08-22T02:36:33.682Z | Downloaded arc-swap v1.7.1 |
553 | 2024-08-22T02:36:33.685Z | Downloaded signal-hook-tokio v0.3.1 |
554 | 2024-08-22T02:36:33.687Z | Downloaded pretty-hex v0.2.1 |
555 | 2024-08-22T02:36:33.687Z | Downloaded phf_shared v0.10.0 |
556 | 2024-08-22T02:36:33.690Z | Downloaded md-5 v0.10.6 |
557 | 2024-08-22T02:36:33.690Z | Downloaded inout v0.1.3 |
558 | 2024-08-22T02:36:33.693Z | Downloaded supports-color v3.0.0 |
559 | 2024-08-22T02:36:33.693Z | Downloaded subtle v2.5.0 |
560 | 2024-08-22T02:36:33.695Z | Downloaded linear-map v1.2.0 |
561 | 2024-08-22T02:36:33.698Z | Downloaded lru-cache v0.1.2 |
562 | 2024-08-22T02:36:33.698Z | Downloaded keccak v0.1.5 |
563 | 2024-08-22T02:36:33.700Z | Downloaded multimap v0.10.0 |
564 | 2024-08-22T02:36:33.700Z | Downloaded smallvec v0.6.14 |
565 | 2024-08-22T02:36:33.703Z | Downloaded shlex v1.3.0 |
566 | 2024-08-22T02:36:33.703Z | Downloaded memoffset v0.9.1 |
567 | 2024-08-22T02:36:33.706Z | Downloaded backtrace v0.3.71 |
568 | 2024-08-22T02:36:33.709Z | Downloaded bit-vec v0.6.3 |
569 | 2024-08-22T02:36:33.712Z | Downloaded same-file v1.0.6 |
570 | 2024-08-22T02:36:33.714Z | Downloaded getopts v0.2.21 |
571 | 2024-08-22T02:36:33.714Z | Downloaded http-body v0.4.6 |
572 | 2024-08-22T02:36:33.717Z | Downloaded packed_struct v0.10.1 |
573 | 2024-08-22T02:36:33.719Z | Downloaded termios v0.3.3 |
574 | 2024-08-22T02:36:33.722Z | Downloaded spin v0.5.2 |
575 | 2024-08-22T02:36:33.722Z | Downloaded slog-envlogger v2.2.0 |
576 | 2024-08-22T02:36:33.725Z | Downloaded vsss-rs v3.3.4 |
577 | 2024-08-22T02:36:33.727Z | Downloaded tui-tree-widget v0.22.0 |
578 | 2024-08-22T02:36:33.727Z | Downloaded lock_api v0.4.12 |
579 | 2024-08-22T02:36:33.729Z | Downloaded crc32fast v1.4.0 |
580 | 2024-08-22T02:36:33.732Z | Downloaded serde_with_macros v3.9.0 |
581 | 2024-08-22T02:36:33.735Z | Downloaded tokio-tungstenite v0.21.0 |
582 | 2024-08-22T02:36:33.737Z | Downloaded ipnet v2.9.0 |
583 | 2024-08-22T02:36:33.737Z | Downloaded crypto-bigint v0.5.5 |
584 | 2024-08-22T02:36:33.744Z | Downloaded darling v0.20.9 |
585 | 2024-08-22T02:36:33.748Z | Downloaded take_mut v0.2.2 |
586 | 2024-08-22T02:36:33.751Z | Downloaded sync_wrapper v0.1.2 |
587 | 2024-08-22T02:36:33.751Z | Downloaded iana-time-zone v0.1.60 |
588 | 2024-08-22T02:36:33.754Z | Downloaded dyn-clone v1.0.17 |
589 | 2024-08-22T02:36:33.757Z | Downloaded darling_core v0.20.9 |
590 | 2024-08-22T02:36:33.759Z | Downloaded pkg-config v0.3.30 |
591 | 2024-08-22T02:36:33.762Z | Downloaded rand_seeder v0.3.0 |
592 | 2024-08-22T02:36:33.764Z | Downloaded aes v0.8.4 |
593 | 2024-08-22T02:36:33.767Z | Downloaded num-integer v0.1.46 |
594 | 2024-08-22T02:36:33.769Z | Downloaded float-ord v0.3.2 |
595 | 2024-08-22T02:36:33.772Z | Downloaded downcast v0.11.0 |
596 | 2024-08-22T02:36:33.772Z | Downloaded ref-cast v1.0.23 |
597 | 2024-08-22T02:36:33.786Z | Downloaded predicates-tree v1.0.9 |
598 | 2024-08-22T02:36:33.786Z | Downloaded slog-scope v4.4.0 |
599 | 2024-08-22T02:36:33.786Z | Downloaded scheduled-thread-pool v0.2.7 |
600 | 2024-08-22T02:36:33.786Z | Downloaded rustversion v1.0.17 |
601 | 2024-08-22T02:36:33.786Z | Downloaded crossbeam-utils v0.8.19 |
602 | 2024-08-22T02:36:33.786Z | Downloaded cookie_store v0.20.0 |
603 | 2024-08-22T02:36:33.786Z | Downloaded http-range v0.1.5 |
604 | 2024-08-22T02:36:33.788Z | Downloaded indexmap v1.9.3 |
605 | 2024-08-22T02:36:33.791Z | Downloaded signature v2.2.0 |
606 | 2024-08-22T02:36:33.794Z | Downloaded tinyvec v1.6.0 |
607 | 2024-08-22T02:36:33.797Z | Downloaded serde_arrays v0.1.0 |
608 | 2024-08-22T02:36:33.797Z | Downloaded base64 v0.13.1 |
609 | 2024-08-22T02:36:33.802Z | Downloaded allocator-api2 v0.2.18 |
610 | 2024-08-22T02:36:33.804Z | Downloaded slog-json v2.6.1 |
611 | 2024-08-22T02:36:33.807Z | Downloaded psl-types v2.0.11 |
612 | 2024-08-22T02:36:33.807Z | Downloaded tap v1.0.1 |
613 | 2024-08-22T02:36:33.807Z | Downloaded structmeta v0.2.0 |
614 | 2024-08-22T02:36:33.810Z | Downloaded serde-big-array v0.5.1 |
615 | 2024-08-22T02:36:33.810Z | Downloaded toolchain_find v0.4.0 |
616 | 2024-08-22T02:36:33.813Z | Downloaded tinyvec_macros v0.1.1 |
617 | 2024-08-22T02:36:33.813Z | Downloaded rpassword v7.3.1 |
618 | 2024-08-22T02:36:33.816Z | Downloaded waitgroup v0.1.2 |
619 | 2024-08-22T02:36:33.817Z | Downloaded derive_builder_core v0.20.0 |
620 | 2024-08-22T02:36:33.819Z | Downloaded bytes v1.7.1 |
621 | 2024-08-22T02:36:33.822Z | Downloaded untrusted v0.7.1 |
622 | 2024-08-22T02:36:33.825Z | Downloaded wait-timeout v0.2.0 |
623 | 2024-08-22T02:36:33.825Z | Downloaded predicates-core v1.0.6 |
624 | 2024-08-22T02:36:33.825Z | Downloaded parking_lot_core v0.9.10 |
625 | 2024-08-22T02:36:33.828Z | Downloaded tokio-native-tls v0.3.1 |
626 | 2024-08-22T02:36:33.830Z | Downloaded tokio-macros v2.3.0 |
627 | 2024-08-22T02:36:33.830Z | Downloaded tabwriter v1.4.0 |
628 | 2024-08-22T02:36:33.841Z | Downloaded strip-ansi-escapes v0.2.0 |
629 | 2024-08-22T02:36:33.844Z | Downloaded vte_generate_state_changes v0.1.1 |
630 | 2024-08-22T02:36:33.846Z | Downloaded httpdate v1.0.3 |
631 | 2024-08-22T02:36:33.846Z | Downloaded heck v0.3.3 |
632 | 2024-08-22T02:36:33.849Z | Downloaded hash32 v0.2.1 |
633 | 2024-08-22T02:36:33.849Z | Downloaded parse-display-derive v0.10.0 |
634 | 2024-08-22T02:36:33.851Z | Downloaded futures-io v0.3.30 |
635 | 2024-08-22T02:36:33.851Z | Downloaded dsl_auto_type v0.1.2 |
636 | 2024-08-22T02:36:33.854Z | Downloaded phf v0.11.2 |
637 | 2024-08-22T02:36:33.854Z | Downloaded percent-encoding v2.3.1 |
638 | 2024-08-22T02:36:33.857Z | Downloaded itertools v0.10.5 |
639 | 2024-08-22T02:36:33.861Z | Downloaded crc-any v2.5.0 |
640 | 2024-08-22T02:36:33.863Z | Downloaded rand_chacha v0.3.1 |
641 | 2024-08-22T02:36:33.866Z | Downloaded tracing-attributes v0.1.27 |
642 | 2024-08-22T02:36:33.869Z | Downloaded yasna v0.5.2 |
643 | 2024-08-22T02:36:33.869Z | Downloaded ref-cast-impl v1.0.23 |
644 | 2024-08-22T02:36:33.871Z | Downloaded portpicker v0.1.1 |
645 | 2024-08-22T02:36:33.871Z | Downloaded rand_core v0.6.4 |
646 | 2024-08-22T02:36:33.874Z | Downloaded snafu-derive v0.8.2 |
647 | 2024-08-22T02:36:33.874Z | Downloaded compact_str v0.8.0 |
648 | 2024-08-22T02:36:33.878Z | Downloaded dirs-sys-next v0.1.2 |
649 | 2024-08-22T02:36:33.880Z | Downloaded thiserror-impl-no-std v2.0.2 |
650 | 2024-08-22T02:36:33.883Z | Downloaded stringprep v0.1.4 |
651 | 2024-08-22T02:36:33.883Z | Downloaded untrusted v0.9.0 |
652 | 2024-08-22T02:36:33.885Z | Downloaded tls_codec v0.4.1 |
653 | 2024-08-22T02:36:33.888Z | Downloaded whoami v1.5.1 |
654 | 2024-08-22T02:36:33.891Z | Downloaded slog-stdlog v4.1.1 |
655 | 2024-08-22T02:36:33.891Z | Downloaded shell-words v1.1.0 |
656 | 2024-08-22T02:36:33.893Z | Downloaded unarray v0.1.4 |
657 | 2024-08-22T02:36:33.893Z | Downloaded sha1 v0.10.6 |
658 | 2024-08-22T02:36:33.896Z | Downloaded dirs-next v2.0.0 |
659 | 2024-08-22T02:36:33.896Z | Downloaded predicates v3.1.2 |
660 | 2024-08-22T02:36:33.900Z | Downloaded enum-as-inner v0.6.0 |
661 | 2024-08-22T02:36:33.903Z | Downloaded num-traits v0.2.19 |
662 | 2024-08-22T02:36:33.903Z | Downloaded filetime v0.2.24 |
663 | 2024-08-22T02:36:33.905Z | Downloaded deranged v0.3.11 |
664 | 2024-08-22T02:36:33.908Z | Downloaded postcard v1.0.8 |
665 | 2024-08-22T02:36:33.910Z | Downloaded cc v1.0.97 |
666 | 2024-08-22T02:36:33.913Z | Downloaded futures-task v0.3.30 |
667 | 2024-08-22T02:36:33.915Z | Downloaded httparse v1.8.0 |
668 | 2024-08-22T02:36:33.918Z | Downloaded futures-sink v0.3.30 |
669 | 2024-08-22T02:36:33.918Z | Downloaded serde_derive_internals v0.29.1 |
670 | 2024-08-22T02:36:33.921Z | Downloaded fallible-streaming-iterator v0.1.9 |
671 | 2024-08-22T02:36:33.921Z | Downloaded parse-size v1.0.0 |
672 | 2024-08-22T02:36:33.921Z | Downloaded float-cmp v0.9.0 |
673 | 2024-08-22T02:36:33.923Z | Downloaded oso v0.27.3 |
674 | 2024-08-22T02:36:33.926Z | Downloaded const_format v0.2.32 |
675 | 2024-08-22T02:36:33.930Z | Downloaded zone_cfg_derive v0.1.2 |
676 | 2024-08-22T02:36:33.933Z | Downloaded hostname v0.3.1 |
677 | 2024-08-22T02:36:33.933Z | Downloaded fallible-iterator v0.3.0 |
678 | 2024-08-22T02:36:33.937Z | Downloaded libm v0.2.8 |
679 | 2024-08-22T02:36:33.942Z | Downloaded hubpack v0.1.2 |
680 | 2024-08-22T02:36:33.944Z | Downloaded hostname v0.4.0 |
681 | 2024-08-22T02:36:33.947Z | Downloaded serde_plain v1.0.2 |
682 | 2024-08-22T02:36:33.947Z | Downloaded secrecy v0.8.0 |
683 | 2024-08-22T02:36:33.950Z | Downloaded sec1 v0.7.3 |
684 | 2024-08-22T02:36:33.950Z | Downloaded socket2 v0.4.10 |
685 | 2024-08-22T02:36:33.953Z | Downloaded universal-hash v0.5.1 |
686 | 2024-08-22T02:36:33.956Z | Downloaded thread_local v1.1.8 |
687 | 2024-08-22T02:36:33.956Z | Downloaded slog-term v2.9.1 |
688 | 2024-08-22T02:36:33.958Z | Downloaded string_cache v0.8.7 |
689 | 2024-08-22T02:36:33.958Z | Downloaded sqlformat v0.2.4 |
690 | 2024-08-22T02:36:33.961Z | Downloaded base64 v0.22.1 |
691 | 2024-08-22T02:36:33.964Z | Downloaded zerocopy v0.6.6 |
692 | 2024-08-22T02:36:33.966Z | Downloaded scrypt v0.11.0 |
693 | 2024-08-22T02:36:33.969Z | Downloaded derive_builder v0.20.0 |
694 | 2024-08-22T02:36:33.973Z | Downloaded ff v0.13.0 |
695 | 2024-08-22T02:36:33.975Z | Downloaded tungstenite v0.21.0 |
696 | 2024-08-22T02:36:33.978Z | Downloaded walkdir v2.5.0 |
697 | 2024-08-22T02:36:33.981Z | Downloaded defmt-parser v0.3.4 |
698 | 2024-08-22T02:36:33.984Z | Downloaded zone v0.1.8 |
699 | 2024-08-22T02:36:33.984Z | Downloaded termcolor v1.4.1 |
700 | 2024-08-22T02:36:33.986Z | Downloaded flagset v0.4.5 |
701 | 2024-08-22T02:36:33.986Z | Downloaded half v2.4.1 |
702 | 2024-08-22T02:36:33.989Z | Downloaded fixedbitset v0.4.2 |
703 | 2024-08-22T02:36:33.992Z | Downloaded paste v1.0.15 |
704 | 2024-08-22T02:36:33.994Z | Downloaded hyper-staticfile v0.9.5 |
705 | 2024-08-22T02:36:33.997Z | Downloaded hashlink v0.9.1 |
706 | 2024-08-22T02:36:33.999Z | Downloaded getrandom v0.2.14 |
707 | 2024-08-22T02:36:34.002Z | Downloaded rand_xorshift v0.3.0 |
708 | 2024-08-22T02:36:34.005Z | Downloaded structmeta v0.3.0 |
709 | 2024-08-22T02:36:34.005Z | Downloaded crossterm v0.27.0 |
710 | 2024-08-22T02:36:34.010Z | Downloaded signal-hook-mio v0.2.4 |
711 | 2024-08-22T02:36:34.012Z | Downloaded pin-project v1.1.5 |
712 | 2024-08-22T02:36:34.022Z | Downloaded futures-macro v0.3.30 |
713 | 2024-08-22T02:36:34.025Z | Downloaded proc-macro-crate v1.3.1 |
714 | 2024-08-22T02:36:34.027Z | Downloaded peg-runtime v0.8.3 |
715 | 2024-08-22T02:36:34.027Z | Downloaded heapless v0.7.17 |
716 | 2024-08-22T02:36:34.030Z | Downloaded foreign-types v0.3.2 |
717 | 2024-08-22T02:36:34.032Z | Downloaded unicode-linebreak v0.1.5 |
718 | 2024-08-22T02:36:34.032Z | Downloaded spki v0.7.3 |
719 | 2024-08-22T02:36:34.035Z | Downloaded smf v0.2.3 |
720 | 2024-08-22T02:36:34.037Z | Downloaded precomputed-hash v0.1.1 |
721 | 2024-08-22T02:36:34.037Z | Downloaded funty v2.0.0 |
722 | 2024-08-22T02:36:34.037Z | Downloaded form_urlencoded v1.2.1 |
723 | 2024-08-22T02:36:34.040Z | Downloaded uzers v0.11.3 |
724 | 2024-08-22T02:36:34.040Z | Downloaded mio v0.8.11 |
725 | 2024-08-22T02:36:34.046Z | Downloaded sct v0.7.1 |
726 | 2024-08-22T02:36:34.049Z | Downloaded glob v0.3.1 |
727 | 2024-08-22T02:36:34.053Z | Downloaded thiserror-no-std v2.0.2 |
728 | 2024-08-22T02:36:34.055Z | Downloaded derive-where v1.2.7 |
729 | 2024-08-22T02:36:34.058Z | Downloaded radium v0.7.0 |
730 | 2024-08-22T02:36:34.061Z | Downloaded fragile v2.0.0 |
731 | 2024-08-22T02:36:34.063Z | Downloaded steno v0.4.1 |
732 | 2024-08-22T02:36:34.066Z | Downloaded hash32 v0.3.1 |
733 | 2024-08-22T02:36:34.068Z | Downloaded serde_urlencoded v0.7.1 |
734 | 2024-08-22T02:36:34.070Z | Downloaded powerfmt v0.2.0 |
735 | 2024-08-22T02:36:34.071Z | Downloaded pkcs8 v0.10.2 |
736 | 2024-08-22T02:36:34.073Z | Downloaded highway v1.2.0 |
737 | 2024-08-22T02:36:34.085Z | Downloaded serde_repr v0.1.19 |
738 | 2024-08-22T02:36:34.088Z | Downloaded slog-dtrace v0.3.0 |
739 | 2024-08-22T02:36:34.088Z | Downloaded pem-rfc7468 v0.7.0 |
740 | 2024-08-22T02:36:34.088Z | Downloaded strum_macros v0.25.3 |
741 | 2024-08-22T02:36:34.088Z | Downloaded hickory-client v0.24.1 |
742 | 2024-08-22T02:36:34.088Z | Downloaded spin v0.9.8 |
743 | 2024-08-22T02:36:34.091Z | Downloaded strum_macros v0.26.4 |
744 | 2024-08-22T02:36:34.093Z | Downloaded postgres-protocol v0.6.7 |
745 | 2024-08-22T02:36:34.093Z | Downloaded hickory-resolver v0.24.1 |
746 | 2024-08-22T02:36:34.098Z | Downloaded ron v0.8.1 |
747 | 2024-08-22T02:36:34.103Z | Downloaded rusty-fork v0.3.0 |
748 | 2024-08-22T02:36:34.106Z | Downloaded time-core v0.1.2 |
749 | 2024-08-22T02:36:34.106Z | Downloaded env_logger v0.10.2 |
750 | 2024-08-22T02:36:34.109Z | Downloaded http v0.2.12 |
751 | 2024-08-22T02:36:34.113Z | Downloaded tracing v0.1.40 |
752 | 2024-08-22T02:36:34.117Z | Downloaded slog-async v2.8.0 |
753 | 2024-08-22T02:36:34.119Z | Downloaded test-strategy v0.3.1 |
754 | 2024-08-22T02:36:34.122Z | Downloaded globset v0.4.14 |
755 | 2024-08-22T02:36:34.126Z | Downloaded strum v0.26.3 |
756 | 2024-08-22T02:36:34.127Z | Downloaded zeroize v1.7.0 |
757 | 2024-08-22T02:36:34.129Z | Downloaded structmeta-derive v0.2.0 |
758 | 2024-08-22T02:36:34.129Z | Downloaded env_logger v0.9.3 |
759 | 2024-08-22T02:36:34.132Z | Downloaded textwrap v0.16.1 |
760 | 2024-08-22T02:36:34.135Z | Downloaded futures-channel v0.3.30 |
761 | 2024-08-22T02:36:34.135Z | Downloaded sigpipe v0.1.3 |
762 | 2024-08-22T02:36:34.137Z | Downloaded r2d2 v0.8.10 |
763 | 2024-08-22T02:36:34.137Z | Downloaded socket2 v0.5.7 |
764 | 2024-08-22T02:36:34.140Z | Downloaded mio v1.0.2 |
765 | 2024-08-22T02:36:34.145Z | Downloaded path-slash v0.1.5 |
766 | 2024-08-22T02:36:34.147Z | Downloaded headers-core v0.2.0 |
767 | 2024-08-22T02:36:34.147Z | Downloaded quick-error v1.2.3 |
768 | 2024-08-22T02:36:34.149Z | Downloaded ppv-lite86 v0.2.17 |
769 | 2024-08-22T02:36:34.149Z | Downloaded pin-utils v0.1.0 |
770 | 2024-08-22T02:36:34.152Z | Downloaded tokio-stream v0.1.15 |
771 | 2024-08-22T02:36:34.154Z | Downloaded rustc_version v0.4.0 |
772 | 2024-08-22T02:36:34.157Z | Downloaded rustc_version v0.1.7 |
773 | 2024-08-22T02:36:34.157Z | Downloaded hyper-rustls v0.24.2 |
774 | 2024-08-22T02:36:34.160Z | Downloaded derive_builder_macro v0.20.0 |
775 | 2024-08-22T02:36:34.160Z | Downloaded which v4.4.2 |
776 | 2024-08-22T02:36:34.162Z | Downloaded rcgen v0.12.1 |
777 | 2024-08-22T02:36:34.165Z | Downloaded snafu v0.8.2 |
778 | 2024-08-22T02:36:34.170Z | Downloaded ron v0.7.1 |
779 | 2024-08-22T02:36:34.175Z | Downloaded tower-service v0.3.2 |
780 | 2024-08-22T02:36:34.177Z | Downloaded siphasher v0.3.11 |
781 | 2024-08-22T02:36:34.177Z | Downloaded difflib v0.4.0 |
782 | 2024-08-22T02:36:34.180Z | Downloaded tls_codec_derive v0.4.1 |
783 | 2024-08-22T02:36:34.182Z | Downloaded rustfmt-wrapper v0.2.1 |
784 | 2024-08-22T02:36:34.182Z | Downloaded rustls-pki-types v1.7.0 |
785 | 2024-08-22T02:36:34.185Z | Downloaded vergen v8.3.2 |
786 | 2024-08-22T02:36:34.187Z | Downloaded http v1.1.0 |
787 | 2024-08-22T02:36:34.190Z | Downloaded libxml v0.3.3 |
788 | 2024-08-22T02:36:34.196Z | Downloaded unicode-truncate v1.0.0 |
789 | 2024-08-22T02:36:34.198Z | Downloaded humantime v2.1.0 |
790 | 2024-08-22T02:36:34.201Z | Downloaded slog-bunyan v2.5.0 |
791 | 2024-08-22T02:36:34.201Z | Downloaded endian-type v0.1.2 |
792 | 2024-08-22T02:36:34.201Z | Downloaded smallvec v1.13.2 |
793 | 2024-08-22T02:36:34.203Z | Downloaded zip v0.6.6 |
794 | 2024-08-22T02:36:34.207Z | Downloaded futures v0.3.30 |
795 | 2024-08-22T02:36:34.212Z | Downloaded fallible-iterator v0.2.0 |
796 | 2024-08-22T02:36:34.214Z | Downloaded packed_struct_codegen v0.10.1 |
797 | 2024-08-22T02:36:34.214Z | Downloaded foreign-types v0.5.0 |
798 | 2024-08-22T02:36:34.217Z | Downloaded structmeta-derive v0.3.0 |
799 | 2024-08-22T02:36:34.217Z | Downloaded pkcs1 v0.7.5 |
800 | 2024-08-22T02:36:34.220Z | Downloaded hex v0.4.3 |
801 | 2024-08-22T02:36:34.222Z | Downloaded strum_macros v0.24.3 |
802 | 2024-08-22T02:36:34.222Z | Downloaded group v0.13.0 |
803 | 2024-08-22T02:36:34.226Z | Downloaded pem v3.0.4 |
804 | 2024-08-22T02:36:34.226Z | Downloaded uuid v1.10.0 |
805 | 2024-08-22T02:36:34.228Z | Downloaded rayon-core v1.12.1 |
806 | 2024-08-22T02:36:34.232Z | Downloaded subprocess v0.2.9 |
807 | 2024-08-22T02:36:34.234Z | Downloaded parking_lot_core v0.8.6 |
808 | 2024-08-22T02:36:34.237Z | Downloaded signal-hook v0.3.17 |
809 | 2024-08-22T02:36:34.240Z | Downloaded tokio-rustls v0.24.1 |
810 | 2024-08-22T02:36:34.242Z | Downloaded rustc-hash v1.1.0 |
811 | 2024-08-22T02:36:34.244Z | Downloaded unicode-xid v0.2.4 |
812 | 2024-08-22T02:36:34.244Z | Downloaded tempfile v3.10.1 |
813 | 2024-08-22T02:36:34.247Z | Downloaded tokio-rustls v0.25.0 |
814 | 2024-08-22T02:36:34.250Z | Downloaded flate2 v1.0.31 |
815 | 2024-08-22T02:36:34.253Z | Downloaded topological-sort v0.2.2 |
816 | 2024-08-22T02:36:34.256Z | Downloaded term v0.7.0 |
817 | 2024-08-22T02:36:34.259Z | Downloaded vte v0.11.1 |
818 | 2024-08-22T02:36:34.261Z | Downloaded pin-project-lite v0.2.14 |
819 | 2024-08-22T02:36:34.264Z | Downloaded ena v0.14.3 |
820 | 2024-08-22T02:36:34.266Z | Downloaded crossterm v0.28.1 |
821 | 2024-08-22T02:36:34.272Z | Downloaded slab v0.4.9 |
822 | 2024-08-22T02:36:34.275Z | Downloaded samael v0.0.15 |
823 | 2024-08-22T02:36:34.278Z | Downloaded itertools v0.13.0 |
824 | 2024-08-22T02:36:34.285Z | Downloaded embedded-io v0.4.0 |
825 | 2024-08-22T02:36:34.288Z | Downloaded similar v2.6.0 |
826 | 2024-08-22T02:36:34.292Z | Downloaded peg-macros v0.8.4 |
827 | 2024-08-22T02:36:34.295Z | Downloaded diff v0.1.13 |
828 | 2024-08-22T02:36:34.297Z | Downloaded parking_lot v0.11.2 |
829 | 2024-08-22T02:36:34.301Z | Downloaded slog v2.7.0 |
830 | 2024-08-22T02:36:34.304Z | Downloaded flume v0.11.0 |
831 | 2024-08-22T02:36:34.307Z | Downloaded der_derive v0.7.2 |
832 | 2024-08-22T02:36:34.307Z | Downloaded resolv-conf v0.7.0 |
833 | 2024-08-22T02:36:34.309Z | Downloaded rustc-demangle v0.1.24 |
834 | 2024-08-22T02:36:34.311Z | Downloaded rand v0.8.5 |
835 | 2024-08-22T02:36:34.314Z | Downloaded url v2.5.2 |
836 | 2024-08-22T02:36:34.316Z | Downloaded rustls-pemfile v2.1.3 |
837 | 2024-08-22T02:36:34.319Z | Downloaded erased-serde v0.3.31 |
838 | 2024-08-22T02:36:34.322Z | Downloaded hmac v0.12.1 |
839 | 2024-08-22T02:36:34.324Z | Downloaded derive_more v0.99.18 |
840 | 2024-08-22T02:36:34.327Z | Downloaded pkcs5 v0.7.1 |
841 | 2024-08-22T02:36:34.331Z | Downloaded serde_yaml v0.9.34+deprecated |
842 | 2024-08-22T02:36:34.335Z | Downloaded num-bigint-dig v0.8.4 |
843 | 2024-08-22T02:36:34.339Z | Downloaded prettyplease v0.2.20 |
844 | 2024-08-22T02:36:34.342Z | Downloaded parking_lot v0.12.2 |
845 | 2024-08-22T02:36:34.345Z | Downloaded heapless v0.8.0 |
846 | 2024-08-22T02:36:34.349Z | Downloaded home v0.5.9 |
847 | 2024-08-22T02:36:34.351Z | Downloaded salsa20 v0.10.2 |
848 | 2024-08-22T02:36:34.351Z | Downloaded blake3 v1.5.1 |
849 | 2024-08-22T02:36:34.358Z | Downloaded parse-display v0.10.0 |
850 | 2024-08-22T02:36:34.362Z | Downloaded tar v0.4.41 |
851 | 2024-08-22T02:36:34.364Z | Downloaded publicsuffix v2.2.3 |
852 | 2024-08-22T02:36:34.367Z | Downloaded toml v0.7.8 |
853 | 2024-08-22T02:36:34.369Z | Downloaded der v0.7.9 |
854 | 2024-08-22T02:36:34.372Z | Downloaded twox-hash v1.6.3 |
855 | 2024-08-22T02:36:34.375Z | Downloaded unicode_categories v0.1.1 |
856 | 2024-08-22T02:36:34.378Z | Downloaded unicode-bidi v0.3.15 |
857 | 2024-08-22T02:36:34.380Z | Downloaded hickory-server v0.24.1 |
858 | 2024-08-22T02:36:34.384Z | Downloaded futures-util v0.3.30 |
859 | 2024-08-22T02:36:34.396Z | Downloaded tokio-postgres v0.7.11 |
860 | 2024-08-22T02:36:34.400Z | Downloaded typed-path v0.7.1 |
861 | 2024-08-22T02:36:34.406Z | Downloaded schemars v0.8.21 |
862 | 2024-08-22T02:36:34.417Z | Downloaded headers v0.3.9 |
863 | 2024-08-22T02:36:34.422Z | Downloaded rustyline v14.0.0 |
864 | 2024-08-22T02:36:34.427Z | Downloaded winnow v0.5.40 |
865 | 2024-08-22T02:36:34.436Z | Downloaded reedline v0.33.0 |
866 | 2024-08-22T02:36:34.443Z | Downloaded diesel_derives v2.2.2 |
867 | 2024-08-22T02:36:34.447Z | Downloaded bindgen v0.69.4 |
868 | 2024-08-22T02:36:34.454Z | Downloaded tough v0.17.1 |
869 | 2024-08-22T02:36:34.462Z | Downloaded expectorate v1.1.0 |
870 | 2024-08-22T02:36:34.464Z | Downloaded time v0.3.36 |
871 | 2024-08-22T02:36:34.470Z | Downloaded chrono v0.4.38 |
872 | 2024-08-22T02:36:34.478Z | Downloaded toml_edit v0.19.15 |
873 | 2024-08-22T02:36:34.494Z | Downloaded hashbrown v0.12.3 |
874 | 2024-08-22T02:36:34.497Z | Downloaded unicode-normalization v0.1.23 |
875 | 2024-08-22T02:36:34.501Z | Downloaded sqlparser v0.45.0 |
876 | 2024-08-22T02:36:34.506Z | Downloaded idna v0.4.0 |
877 | 2024-08-22T02:36:34.512Z | Downloaded bitvec v1.0.1 |
878 | 2024-08-22T02:36:34.527Z | Downloaded portable-atomic v1.6.0 |
879 | 2024-08-22T02:36:34.532Z | Downloaded hashbrown v0.13.2 |
880 | 2024-08-22T02:36:34.536Z | Downloaded h2 v0.3.26 |
881 | 2024-08-22T02:36:34.543Z | Downloaded serde_with v3.9.0 |
882 | 2024-08-22T02:36:34.551Z | Downloaded quick-xml v0.31.0 |
883 | 2024-08-22T02:36:34.556Z | Downloaded git2 v0.19.0 |
884 | 2024-08-22T02:36:34.565Z | Downloaded object v0.30.4 |
885 | 2024-08-22T02:36:34.575Z | Downloaded proptest v1.5.0 |
886 | 2024-08-22T02:36:34.584Z | Downloaded rustls-webpki v0.101.7 |
887 | 2024-08-22T02:36:34.598Z | Downloaded smoltcp v0.11.0 |
888 | 2024-08-22T02:36:34.612Z | Downloaded smoltcp v0.9.1 |
889 | 2024-08-22T02:36:34.623Z | Downloaded polar-core v0.27.3 |
890 | 2024-08-22T02:36:34.632Z | Downloaded bstr v1.9.1 |
891 | 2024-08-22T02:36:34.643Z | Downloaded regex-syntax v0.6.29 |
892 | 2024-08-22T02:36:34.650Z | Downloaded nix v0.28.0 |
893 | 2024-08-22T02:36:34.662Z | Downloaded rayon v1.10.0 |
894 | 2024-08-22T02:36:34.691Z | Downloaded idna v0.3.0 |
895 | 2024-08-22T02:36:34.691Z | Downloaded lalrpop v0.19.12 |
896 | 2024-08-22T02:36:34.694Z | Downloaded openssl v0.10.66 |
897 | 2024-08-22T02:36:34.699Z | Downloaded idna v0.5.0 |
898 | 2024-08-22T02:36:34.706Z | Downloaded curve25519-dalek v4.1.3 |
899 | 2024-08-22T02:36:34.715Z | Downloaded reqwest v0.11.27 |
900 | 2024-08-22T02:36:34.722Z | Downloaded regex v1.10.6 |
901 | 2024-08-22T02:36:34.735Z | Downloaded object v0.32.2 |
902 | 2024-08-22T02:36:34.746Z | Downloaded nix v0.27.1 |
903 | 2024-08-22T02:36:34.756Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
904 | 2024-08-22T02:36:34.769Z | Downloaded vcpkg v0.2.15 |
905 | 2024-08-22T02:36:34.808Z | Downloaded openapiv3 v2.0.0 |
906 | 2024-08-22T02:36:34.821Z | Downloaded rustls-webpki v0.102.4 |
907 | 2024-08-22T02:36:34.838Z | Downloaded webpki-roots v0.25.4 |
908 | 2024-08-22T02:36:34.842Z | Downloaded rustls v0.21.12 |
909 | 2024-08-22T02:36:34.853Z | Downloaded radix_trie v0.2.1 |
910 | 2024-08-22T02:36:34.858Z | Downloaded gimli v0.28.1 |
911 | 2024-08-22T02:36:34.866Z | Downloaded csv v1.3.0 |
912 | 2024-08-22T02:36:34.887Z | Downloaded tokio v1.38.1 |
913 | 2024-08-22T02:36:34.924Z | Downloaded regex-syntax v0.8.4 |
914 | 2024-08-22T02:36:34.932Z | Downloaded hickory-proto v0.24.1 |
915 | 2024-08-22T02:36:34.948Z | Downloaded regress v0.9.1 |
916 | 2024-08-22T02:36:34.956Z | Downloaded hyper v0.14.30 |
917 | 2024-08-22T02:36:34.964Z | Downloaded petgraph v0.6.5 |
918 | 2024-08-22T02:36:34.983Z | Downloaded tokio-util v0.7.11 |
919 | 2024-08-22T02:36:34.989Z | Downloaded diesel v2.2.2 |
920 | 2024-08-22T02:36:35.008Z | Downloaded encoding_rs v0.8.34 |
921 | 2024-08-22T02:36:35.029Z | Downloaded rustls v0.22.4 |
922 | 2024-08-22T02:36:35.043Z | Downloaded sled v0.34.7 |
923 | 2024-08-22T02:36:35.053Z | Downloaded hkdf v0.12.4 |
924 | 2024-08-22T02:36:35.055Z | Downloaded ratatui v0.28.0 |
925 | 2024-08-22T02:36:35.075Z | Downloaded rusqlite v0.31.0 |
926 | 2024-08-22T02:36:35.081Z | Downloaded zerocopy-derive v0.6.6 |
927 | 2024-08-22T02:36:35.092Z | Downloaded unicode-segmentation v1.11.0 |
928 | 2024-08-22T02:36:35.095Z | Downloaded signal-hook-registry v1.4.2 |
929 | 2024-08-22T02:36:35.097Z | Downloaded postgres-types v0.2.7 |
930 | 2024-08-22T02:36:35.100Z | Downloaded rsa v0.9.6 |
931 | 2024-08-22T02:36:35.103Z | Downloaded x509-cert v0.2.5 |
932 | 2024-08-22T02:36:35.111Z | Downloaded unsafe-libyaml v0.2.11 |
933 | 2024-08-22T02:36:35.114Z | Downloaded aho-corasick v1.1.3 |
934 | 2024-08-22T02:36:35.120Z | Downloaded minimal-lexical v0.2.1 |
935 | 2024-08-22T02:36:35.124Z | Downloaded smawk v0.3.2 |
936 | 2024-08-22T02:36:35.129Z | Downloaded poly1305 v0.8.0 |
937 | 2024-08-22T02:36:35.131Z | Downloaded password-hash v0.5.0 |
938 | 2024-08-22T02:36:35.131Z | Downloaded futures-executor v0.3.30 |
939 | 2024-08-22T02:36:35.131Z | Downloaded futures-core v0.3.30 |
940 | 2024-08-22T02:36:35.133Z | Downloaded zeroize_derive v1.4.2 |
941 | 2024-08-22T02:36:35.134Z | Downloaded rustls-pemfile v1.0.4 |
942 | 2024-08-22T02:36:35.137Z | Downloaded itertools v0.12.1 |
943 | 2024-08-22T02:36:35.142Z | Downloaded unicase v2.7.0 |
944 | 2024-08-22T02:36:35.144Z | Downloaded elliptic-curve v0.13.8 |
945 | 2024-08-22T02:36:35.147Z | Downloaded schemars_derive v0.8.21 |
946 | 2024-08-22T02:36:35.149Z | Downloaded pin-project-internal v1.1.5 |
947 | 2024-08-22T02:36:35.152Z | Downloaded fatfs v0.3.6 |
948 | 2024-08-22T02:36:35.154Z | Downloaded nom v7.1.3 |
949 | 2024-08-22T02:36:35.158Z | Downloaded tungstenite v0.20.1 |
950 | 2024-08-22T02:36:35.161Z | Downloaded tracing-core v0.1.32 |
951 | 2024-08-22T02:36:35.164Z | Downloaded utf-8 v0.7.6 |
952 | 2024-08-22T02:36:35.166Z | Downloaded crossbeam-channel v0.5.12 |
953 | 2024-08-22T02:36:35.169Z | Downloaded base64 v0.21.7 |
954 | 2024-08-22T02:36:35.173Z | Downloaded serde-hex v0.1.0 |
955 | 2024-08-22T02:36:35.176Z | Downloaded regex-automata v0.4.6 |
956 | 2024-08-22T02:36:35.192Z | Downloaded finl_unicode v1.2.0 |
957 | 2024-08-22T02:36:35.205Z | Downloaded rtoolbox v0.0.2 |
958 | 2024-08-22T02:36:35.207Z | Downloaded ring v0.17.8 |
959 | 2024-08-22T02:36:35.276Z | Downloaded cookie v0.18.1 |
960 | 2024-08-22T02:36:35.278Z | Downloaded display-error-chain v0.2.0 |
961 | 2024-08-22T02:36:35.281Z | Downloaded tokio-tungstenite v0.20.1 |
962 | 2024-08-22T02:36:35.281Z | Downloaded time-macros v0.2.18 |
963 | 2024-08-22T02:36:35.283Z | Downloaded native-tls v0.2.11 |
964 | 2024-08-22T02:36:35.286Z | Downloaded phf_shared v0.11.2 |
965 | 2024-08-22T02:36:35.286Z | Downloaded sha3 v0.10.8 |
966 | 2024-08-22T02:36:35.290Z | Downloaded peg v0.8.4 |
967 | 2024-08-22T02:36:35.294Z | Downloaded pbkdf2 v0.12.2 |
968 | 2024-08-22T02:36:35.296Z | Downloaded gethostname v0.5.0 |
969 | 2024-08-22T02:36:35.296Z | Downloaded num_enum v0.5.11 |
970 | 2024-08-22T02:36:35.300Z | Downloaded chacha20poly1305 v0.10.1 |
971 | 2024-08-22T02:36:35.303Z | Downloaded fd-lock v4.0.2 |
972 | 2024-08-22T02:36:35.306Z | Downloaded fastrand v2.1.0 |
973 | 2024-08-22T02:36:35.306Z | Downloaded tiny-keccak v2.0.2 |
974 | 2024-08-22T02:36:35.308Z | Downloaded static_assertions v1.1.0 |
975 | 2024-08-22T02:36:35.311Z | Downloaded ipnetwork v0.20.0 |
976 | 2024-08-22T02:36:35.311Z | Downloaded newtype_derive v0.1.6 |
977 | 2024-08-22T02:36:35.313Z | Downloaded wyz v0.5.1 |
978 | 2024-08-22T02:36:35.313Z | Downloaded cancel-safe-futures v0.1.5 |
979 | 2024-08-22T02:36:35.316Z | Downloaded foreign-types-shared v0.1.1 |
980 | 2024-08-22T02:36:35.316Z | Downloaded semver v0.1.20 |
981 | 2024-08-22T02:36:35.318Z | Downloaded blake2 v0.10.6 |
982 | 2024-08-22T02:36:35.321Z | Downloaded argon2 v0.5.3 |
983 | 2024-08-22T02:36:35.321Z | Downloaded maplit v1.0.2 |
984 | 2024-08-22T02:36:35.323Z | Downloaded lazycell v1.3.0 |
985 | 2024-08-22T02:36:35.323Z | Downloaded indoc v1.0.9 |
986 | 2024-08-22T02:36:35.325Z | Downloaded defmt v0.3.8 |
987 | 2024-08-22T02:36:35.328Z | Downloaded debug-ignore v1.0.5 |
988 | 2024-08-22T02:36:35.330Z | Downloaded opaque-debug v0.3.1 |
989 | 2024-08-22T02:36:35.330Z | Downloaded nodrop v0.1.14 |
990 | 2024-08-22T02:36:35.331Z | Downloaded const_format_proc_macros v0.2.32 |
991 | 2024-08-22T02:36:35.333Z | Downloaded base16ct v0.2.0 |
992 | 2024-08-22T02:36:35.336Z | Downloaded clang-sys v1.7.0 |
993 | 2024-08-22T02:36:35.338Z | Downloaded bcs v0.1.6 |
994 | 2024-08-22T02:36:35.338Z | Downloaded const-oid v0.9.6 |
995 | 2024-08-22T02:36:35.341Z | Downloaded omicron-zone-package v0.11.0 |
996 | 2024-08-22T02:36:35.344Z | Downloaded base64ct v1.6.0 |
997 | 2024-08-22T02:36:35.346Z | Downloaded indent_write v2.2.0 |
998 | 2024-08-22T02:36:35.346Z | Downloaded aead v0.5.2 |
999 | 2024-08-22T02:36:35.349Z | Downloaded camino-tempfile v1.1.1 |
1000 | 2024-08-22T02:36:35.349Z | Downloaded buf-list v1.0.3 |
1001 | 2024-08-22T02:36:35.351Z | Downloaded bit-set v0.5.3 |
1002 | 2024-08-22T02:36:35.353Z | Downloaded block-padding v0.3.3 |
1003 | 2024-08-22T02:36:35.353Z | Downloaded ascii-canvas v3.0.0 |
1004 | 2024-08-22T02:36:35.354Z | Downloaded indicatif v0.17.8 |
1005 | 2024-08-22T02:36:35.357Z | Downloaded crucible-workspace-hack v0.1.0 |
1006 | 2024-08-22T02:36:35.359Z | Downloaded atomicwrites v0.4.3 |
1007 | 2024-08-22T02:36:35.576Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1008 | 2024-08-22T02:36:36.101Z | Downloaded libz-sys v1.1.16 |
1009 | 2024-08-22T02:36:36.314Z | Downloaded libsqlite3-sys v0.28.0 |
1010 | 2024-08-22T02:36:36.385Z | Downloaded ring v0.16.20 |
1011 | 2024-08-22T02:36:36.565Z | Compiling cfg-if v1.0.0 |
1012 | 2024-08-22T02:36:36.565Z | Compiling serde v1.0.208 |
1013 | 2024-08-22T02:36:36.568Z | Compiling typenum v1.17.0 |
1014 | 2024-08-22T02:36:36.706Z | Compiling generic-array v0.14.7 |
1015 | 2024-08-22T02:36:36.708Z | Compiling lock_api v0.4.12 |
1016 | 2024-08-22T02:36:36.750Z | Compiling syn v2.0.74 |
1017 | 2024-08-22T02:36:36.753Z | Compiling scopeguard v1.2.0 |
1018 | 2024-08-22T02:36:36.753Z | Compiling log v0.4.21 |
1019 | 2024-08-22T02:36:36.795Z | Compiling getrandom v0.2.14 |
1020 | 2024-08-22T02:36:36.894Z | Compiling jobserver v0.1.32 |
1021 | 2024-08-22T02:36:37.038Z | Compiling rand_core v0.6.4 |
1022 | 2024-08-22T02:36:37.226Z | Compiling subtle v2.5.0 |
1023 | 2024-08-22T02:36:37.283Z | Compiling cc v1.0.97 |
1024 | 2024-08-22T02:36:37.318Z | Compiling const-oid v0.9.6 |
1025 | 2024-08-22T02:36:37.579Z | Compiling smallvec v1.13.2 |
1026 | 2024-08-22T02:36:37.601Z | Compiling pin-project-lite v0.2.14 |
1027 | 2024-08-22T02:36:37.694Z | Compiling parking_lot_core v0.9.10 |
1028 | 2024-08-22T02:36:37.727Z | Compiling signal-hook-registry v1.4.2 |
1029 | 2024-08-22T02:36:37.857Z | Compiling spin v0.9.8 |
1030 | 2024-08-22T02:36:37.987Z | Compiling mio v0.8.11 |
1031 | 2024-08-22T02:36:38.257Z | Compiling ahash v0.8.11 |
1032 | 2024-08-22T02:36:38.573Z | Compiling tinyvec_macros v0.1.1 |
1033 | 2024-08-22T02:36:38.656Z | Compiling parking_lot v0.12.2 |
1034 | 2024-08-22T02:36:38.671Z | Compiling tinyvec v1.6.0 |
1035 | 2024-08-22T02:36:38.876Z | Compiling num_cpus v1.16.0 |
1036 | 2024-08-22T02:36:38.999Z | Compiling socket2 v0.5.7 |
1037 | 2024-08-22T02:36:39.319Z | Compiling libm v0.2.8 |
1038 | 2024-08-22T02:36:39.368Z | Compiling cpufeatures v0.2.12 |
1039 | 2024-08-22T02:36:39.458Z | Compiling futures-core v0.3.30 |
1040 | 2024-08-22T02:36:39.476Z | Compiling serde_json v1.0.125 |
1041 | 2024-08-22T02:36:39.574Z | Compiling num-traits v0.2.19 |
1042 | 2024-08-22T02:36:39.684Z | Compiling slab v0.4.9 |
1043 | 2024-08-22T02:36:39.700Z | Compiling futures-sink v0.3.30 |
1044 | 2024-08-22T02:36:39.815Z | Compiling unicode-bidi v0.3.15 |
1045 | 2024-08-22T02:36:39.841Z | Compiling allocator-api2 v0.2.18 |
1046 | 2024-08-22T02:36:40.079Z | Compiling unicode-normalization v0.1.23 |
1047 | 2024-08-22T02:36:40.149Z | Compiling futures-channel v0.3.30 |
1048 | 2024-08-22T02:36:40.388Z | Compiling futures-task v0.3.30 |
1049 | 2024-08-22T02:36:40.556Z | Compiling vcpkg v0.2.15 |
1050 | 2024-08-22T02:36:40.603Z | Compiling pkg-config v0.3.30 |
1051 | 2024-08-22T02:36:40.670Z | Compiling futures-io v0.3.30 |
1052 | 2024-08-22T02:36:41.209Z | Compiling pin-utils v0.1.0 |
1053 | 2024-08-22T02:36:41.305Z | Compiling base64ct v1.6.0 |
1054 | 2024-08-22T02:36:41.323Z | Compiling flagset v0.4.5 |
1055 | 2024-08-22T02:36:41.459Z | Compiling ring v0.17.8 |
1056 | 2024-08-22T02:36:41.477Z | Compiling percent-encoding v2.3.1 |
1057 | 2024-08-22T02:36:41.515Z | Compiling ppv-lite86 v0.2.17 |
1058 | 2024-08-22T02:36:41.867Z | Compiling pem-rfc7468 v0.7.0 |
1059 | 2024-08-22T02:36:41.915Z | Compiling tracing-core v0.1.32 |
1060 | 2024-08-22T02:36:42.200Z | Compiling untrusted v0.9.0 |
1061 | 2024-08-22T02:36:42.304Z | Compiling rand_chacha v0.3.1 |
1062 | 2024-08-22T02:36:42.368Z | Compiling rustix v0.38.34 |
1063 | 2024-08-22T02:36:42.583Z | Compiling time-core v0.1.2 |
1064 | 2024-08-22T02:36:42.753Z | Compiling rand v0.8.5 |
1065 | 2024-08-22T02:36:42.777Z | Compiling openssl-sys v0.9.103 |
1066 | 2024-08-22T02:36:43.159Z | Compiling rustversion v1.0.17 |
1067 | 2024-08-22T02:36:43.309Z | Compiling num-conv v0.1.0 |
1068 | 2024-08-22T02:36:43.324Z | Compiling foreign-types-shared v0.1.1 |
1069 | 2024-08-22T02:36:43.418Z | Compiling httparse v1.8.0 |
1070 | 2024-08-22T02:36:43.584Z | Compiling powerfmt v0.2.0 |
1071 | 2024-08-22T02:36:43.790Z | Compiling openssl v0.10.66 |
1072 | 2024-08-22T02:36:43.898Z | Compiling deranged v0.3.11 |
1073 | 2024-08-22T02:36:43.981Z | Compiling time-macros v0.2.18 |
1074 | 2024-08-22T02:36:44.163Z | Compiling foreign-types v0.3.2 |
1075 | 2024-08-22T02:36:44.252Z | Compiling form_urlencoded v1.2.1 |
1076 | 2024-08-22T02:36:44.496Z | Compiling aho-corasick v1.1.3 |
1077 | 2024-08-22T02:36:44.510Z | Compiling native-tls v0.2.11 |
1078 | 2024-08-22T02:36:44.543Z | Compiling try-lock v0.2.5 |
1079 | 2024-08-22T02:36:44.681Z | Compiling crossbeam-utils v0.8.19 |
1080 | 2024-08-22T02:36:44.799Z | Compiling syn v1.0.109 |
1081 | 2024-08-22T02:36:45.230Z | Compiling regex-syntax v0.8.4 |
1082 | 2024-08-22T02:36:45.423Z | Compiling num_threads v0.1.7 |
1083 | 2024-08-22T02:36:45.453Z | Compiling rustls v0.21.12 |
1084 | 2024-08-22T02:36:45.545Z | Compiling siphasher v0.3.11 |
1085 | 2024-08-22T02:36:45.754Z | Compiling want v0.3.1 |
1086 | 2024-08-22T02:36:46.658Z | Compiling idna v0.5.0 |
1087 | 2024-08-22T02:36:46.840Z | Compiling time v0.3.36 |
1088 | 2024-08-22T02:36:47.036Z | Compiling socket2 v0.4.10 |
1089 | 2024-08-22T02:36:47.763Z | Compiling cookie v0.17.0 |
1090 | 2024-08-22T02:36:48.020Z | Compiling openssl-probe v0.1.5 |
1091 | 2024-08-22T02:36:48.095Z | Compiling iana-time-zone v0.1.60 |
1092 | 2024-08-22T02:36:48.416Z | Compiling regex-automata v0.4.6 |
1093 | 2024-08-22T02:36:48.507Z | Compiling adler v1.0.2 |
1094 | 2024-08-22T02:36:48.688Z | Compiling slog v2.7.0 |
1095 | 2024-08-22T02:36:49.220Z | Compiling tower-service v0.3.2 |
1096 | 2024-08-22T02:36:49.333Z | Compiling finl_unicode v1.2.0 |
1097 | 2024-08-22T02:36:49.429Z | Compiling httpdate v1.0.3 |
1098 | 2024-08-22T02:36:49.491Z | Compiling miniz_oxide v0.7.2 |
1099 | 2024-08-22T02:36:49.845Z | Compiling stringprep v0.1.4 |
1100 | 2024-08-22T02:36:49.959Z | Compiling url v2.5.2 |
1101 | 2024-08-22T02:36:50.226Z | Compiling serde_derive v1.0.208 |
1102 | 2024-08-22T02:36:50.973Z | Compiling zeroize_derive v1.4.2 |
1103 | 2024-08-22T02:36:50.988Z | Compiling zerocopy-derive v0.7.34 |
1104 | 2024-08-22T02:36:51.076Z | Compiling tokio-macros v2.3.0 |
1105 | 2024-08-22T02:36:51.612Z | Compiling thiserror-impl v1.0.63 |
1106 | 2024-08-22T02:36:51.681Z | Compiling futures-macro v0.3.30 |
1107 | 2024-08-22T02:36:52.539Z | Compiling zeroize v1.7.0 |
1108 | 2024-08-22T02:36:52.651Z | Compiling der_derive v0.7.2 |
1109 | 2024-08-22T02:36:53.098Z | Compiling zerocopy v0.7.34 |
1110 | 2024-08-22T02:36:53.618Z | Compiling futures-util v0.3.30 |
1111 | 2024-08-22T02:36:54.165Z | Compiling crypto-common v0.1.6 |
1112 | 2024-08-22T02:36:54.353Z | Compiling block-buffer v0.10.4 |
1113 | 2024-08-22T02:36:54.612Z | Compiling digest v0.10.7 |
1114 | 2024-08-22T02:36:54.720Z | Compiling block-padding v0.3.3 |
1115 | 2024-08-22T02:36:54.975Z | Compiling inout v0.1.3 |
1116 | 2024-08-22T02:36:55.084Z | Compiling hmac v0.12.1 |
1117 | 2024-08-22T02:36:55.086Z | Compiling thiserror v1.0.63 |
1118 | 2024-08-22T02:36:55.212Z | Compiling hashbrown v0.14.5 |
1119 | 2024-08-22T02:36:55.215Z | Compiling cipher v0.4.4 |
1120 | 2024-08-22T02:36:55.243Z | Compiling sha2 v0.10.8 |
1121 | 2024-08-22T02:36:55.299Z | Compiling pest v2.7.10 |
1122 | 2024-08-22T02:36:55.730Z | Compiling salsa20 v0.10.2 |
1123 | 2024-08-22T02:36:55.983Z | Compiling pbkdf2 v0.12.2 |
1124 | 2024-08-22T02:36:56.144Z | Compiling der v0.7.9 |
1125 | 2024-08-22T02:36:56.579Z | Compiling tracing-attributes v0.1.27 |
1126 | 2024-08-22T02:36:58.139Z | Compiling pest_meta v2.7.10 |
1127 | 2024-08-22T02:36:58.660Z | Compiling scroll_derive v0.12.0 |
1128 | 2024-08-22T02:36:59.336Z | Compiling spki v0.7.3 |
1129 | 2024-08-22T02:36:59.339Z | Compiling scrypt v0.11.0 |
1130 | 2024-08-22T02:36:59.724Z | Compiling pest_generator v2.7.10 |
1131 | 2024-08-22T02:36:59.900Z | Compiling cbc v0.1.2 |
1132 | 2024-08-22T02:37:00.087Z | Compiling scroll v0.12.0 |
1133 | 2024-08-22T02:37:00.113Z | Compiling aes v0.8.4 |
1134 | 2024-08-22T02:37:00.327Z | Compiling tracing v0.1.40 |
1135 | 2024-08-22T02:37:00.600Z | Compiling goblin v0.8.2 |
1136 | 2024-08-22T02:37:00.618Z | Compiling openssl-macros v0.1.1 |
1137 | 2024-08-22T02:37:00.853Z | Compiling md-5 v0.10.6 |
1138 | 2024-08-22T02:37:01.142Z | Compiling pkcs5 v0.7.1 |
1139 | 2024-08-22T02:37:01.773Z | Compiling pkcs8 v0.10.2 |
1140 | 2024-08-22T02:37:02.373Z | Compiling sct v0.7.1 |
1141 | 2024-08-22T02:37:02.502Z | Compiling rustls-webpki v0.101.7 |
1142 | 2024-08-22T02:37:02.686Z | Compiling num-integer v0.1.46 |
1143 | 2024-08-22T02:37:02.954Z | Compiling backtrace v0.3.71 |
1144 | 2024-08-22T02:37:03.175Z | Compiling pest_derive v2.7.10 |
1145 | 2024-08-22T02:37:03.439Z | Compiling idna v0.3.0 |
1146 | 2024-08-22T02:37:03.456Z | Compiling lazy_static v1.5.0 |
1147 | 2024-08-22T02:37:03.570Z | Compiling hash32 v0.2.1 |
1148 | 2024-08-22T02:37:03.954Z | Compiling bytes v1.7.1 |
1149 | 2024-08-22T02:37:03.963Z | Compiling bitflags v2.6.0 |
1150 | 2024-08-22T02:37:04.371Z | Compiling indexmap v2.4.0 |
1151 | 2024-08-22T02:37:04.401Z | Compiling semver v1.0.23 |
1152 | 2024-08-22T02:37:05.055Z | Compiling tokio v1.38.1 |
1153 | 2024-08-22T02:37:05.154Z | Compiling http v0.2.12 |
1154 | 2024-08-22T02:37:05.233Z | Compiling rustc_version v0.4.0 |
1155 | 2024-08-22T02:37:05.974Z | Compiling heapless v0.7.17 |
1156 | 2024-08-22T02:37:06.428Z | Compiling dof v0.3.0 |
1157 | 2024-08-22T02:37:07.264Z | Compiling http-body v0.4.6 |
1158 | 2024-08-22T02:37:07.733Z | Compiling dtrace-parser v0.2.0 |
1159 | 2024-08-22T02:37:08.627Z | Compiling uuid v1.10.0 |
1160 | 2024-08-22T02:37:08.848Z | Compiling usdt-impl v0.5.0 |
1161 | 2024-08-22T02:37:09.937Z | Compiling serde_spanned v0.6.7 |
1162 | 2024-08-22T02:37:10.083Z | Compiling chrono v0.4.38 |
1163 | 2024-08-22T02:37:10.161Z | Compiling toml_datetime v0.6.8 |
1164 | 2024-08-22T02:37:10.432Z | Compiling serde_tokenstream v0.2.2 |
1165 | 2024-08-22T02:37:10.684Z | Compiling cfg_aliases v0.1.1 |
1166 | 2024-08-22T02:37:10.785Z | Compiling num-bigint-dig v0.8.4 |
1167 | 2024-08-22T02:37:11.069Z | Compiling fallible-iterator v0.2.0 |
1168 | 2024-08-22T02:37:11.114Z | Compiling smoltcp v0.9.1 |
1169 | 2024-08-22T02:37:11.260Z | Compiling psl-types v2.0.11 |
1170 | 2024-08-22T02:37:11.460Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-08-22T02:37:11.565Z | Compiling gimli v0.28.1 |
1172 | 2024-08-22T02:37:11.764Z | Compiling signal-hook v0.3.17 |
1173 | 2024-08-22T02:37:11.878Z | Compiling crc32fast v1.4.0 |
1174 | 2024-08-22T02:37:12.026Z | Compiling base64 v0.22.1 |
1175 | 2024-08-22T02:37:12.511Z | Compiling postgres-protocol v0.6.7 |
1176 | 2024-08-22T02:37:12.768Z | Compiling publicsuffix v2.2.3 |
1177 | 2024-08-22T02:37:13.039Z | Compiling nix v0.28.0 |
1178 | 2024-08-22T02:37:13.657Z | Compiling tokio-util v0.7.11 |
1179 | 2024-08-22T02:37:13.785Z | Compiling tokio-rustls v0.24.1 |
1180 | 2024-08-22T02:37:13.806Z | Compiling terminal_size v0.3.0 |
1181 | 2024-08-22T02:37:14.026Z | Compiling num-iter v0.1.45 |
1182 | 2024-08-22T02:37:14.160Z | Compiling zerocopy-derive v0.6.6 |
1183 | 2024-08-22T02:37:14.202Z | Compiling tokio-native-tls v0.3.1 |
1184 | 2024-08-22T02:37:14.469Z | Compiling async-trait v0.1.81 |
1185 | 2024-08-22T02:37:15.021Z | Compiling h2 v0.3.26 |
1186 | 2024-08-22T02:37:16.330Z | Compiling addr2line v0.21.0 |
1187 | 2024-08-22T02:37:16.487Z | Compiling phf_shared v0.11.2 |
1188 | 2024-08-22T02:37:16.534Z | Compiling serde_derive_internals v0.29.1 |
1189 | 2024-08-22T02:37:16.553Z | Compiling ff v0.13.0 |
1190 | 2024-08-22T02:37:16.777Z | Compiling object v0.32.2 |
1191 | 2024-08-22T02:37:16.832Z | Compiling fs-err v2.11.0 |
1192 | 2024-08-22T02:37:16.925Z | Compiling hubpack_derive v0.1.1 |
1193 | 2024-08-22T02:37:16.992Z | Compiling bitflags v1.3.2 |
1194 | 2024-08-22T02:37:17.090Z | Compiling either v1.13.0 |
1195 | 2024-08-22T02:37:17.116Z | Compiling base16ct v0.2.0 |
1196 | 2024-08-22T02:37:17.338Z | Compiling rustc-demangle v0.1.24 |
1197 | 2024-08-22T02:37:17.439Z | Compiling ipnet v2.9.0 |
1198 | 2024-08-22T02:37:17.480Z | Compiling anyhow v1.0.86 |
1199 | 2024-08-22T02:37:17.841Z | Compiling winnow v0.5.40 |
1200 | 2024-08-22T02:37:18.105Z | Compiling schemars v0.8.21 |
1201 | 2024-08-22T02:37:18.265Z | Compiling managed v0.8.0 |
1202 | 2024-08-22T02:37:18.477Z | Compiling base64 v0.21.7 |
1203 | 2024-08-22T02:37:18.820Z | Compiling hubpack v0.1.2 |
1204 | 2024-08-22T02:37:19.244Z | Compiling rustls-pemfile v1.0.4 |
1205 | 2024-08-22T02:37:19.279Z | Compiling clap_builder v4.5.15 |
1206 | 2024-08-22T02:37:19.315Z | Compiling schemars_derive v0.8.21 |
1207 | 2024-08-22T02:37:19.665Z | Compiling sec1 v0.7.3 |
1208 | 2024-08-22T02:37:20.348Z | Compiling phf v0.11.2 |
1209 | 2024-08-22T02:37:20.374Z | Compiling group v0.13.0 |
1210 | 2024-08-22T02:37:20.622Z | Compiling zerocopy v0.6.6 |
1211 | 2024-08-22T02:37:20.703Z | Compiling cookie_store v0.20.0 |
1212 | 2024-08-22T02:37:21.516Z | Compiling toml_edit v0.19.15 |
1213 | 2024-08-22T02:37:21.652Z | Compiling postgres-types v0.2.7 |
1214 | 2024-08-22T02:37:22.317Z | Compiling hyper v0.14.30 |
1215 | 2024-08-22T02:37:23.653Z | Compiling usdt-macro v0.5.0 |
1216 | 2024-08-22T02:37:24.044Z | Compiling usdt-attr-macro v0.5.0 |
1217 | 2024-08-22T02:37:25.176Z | Compiling serde_urlencoded v0.7.1 |
1218 | 2024-08-22T02:37:25.496Z | Compiling pkcs1 v0.7.5 |
1219 | 2024-08-22T02:37:25.700Z | Compiling futures-executor v0.3.30 |
1220 | 2024-08-22T02:37:25.744Z | Compiling hkdf v0.12.4 |
1221 | 2024-08-22T02:37:26.049Z | Compiling signature v2.2.0 |
1222 | 2024-08-22T02:37:26.320Z | Compiling crypto-bigint v0.5.5 |
1223 | 2024-08-22T02:37:26.354Z | Compiling bstr v1.9.1 |
1224 | 2024-08-22T02:37:26.577Z | Compiling regex v1.10.6 |
1225 | 2024-08-22T02:37:26.985Z | Compiling strum_macros v0.25.3 |
1226 | 2024-08-22T02:37:27.742Z | Compiling serde_repr v0.1.19 |
1227 | 2024-08-22T02:37:28.155Z | Compiling enum-as-inner v0.6.0 |
1228 | 2024-08-22T02:37:28.645Z | Compiling clap_derive v4.5.13 |
1229 | 2024-08-22T02:37:28.919Z | Compiling phf_shared v0.10.0 |
1230 | 2024-08-22T02:37:29.222Z | Compiling hyper-rustls v0.24.2 |
1231 | 2024-08-22T02:37:29.327Z | Compiling hyper-tls v0.5.0 |
1232 | 2024-08-22T02:37:29.473Z | Compiling float-cmp v0.9.0 |
1233 | 2024-08-22T02:37:29.585Z | Compiling idna v0.4.0 |
1234 | 2024-08-22T02:37:29.667Z | Compiling mio v1.0.2 |
1235 | 2024-08-22T02:37:29.696Z | Compiling encoding_rs v0.8.34 |
1236 | 2024-08-22T02:37:30.938Z | Compiling dyn-clone v1.0.17 |
1237 | 2024-08-22T02:37:31.064Z | Compiling fixedbitset v0.4.2 |
1238 | 2024-08-22T02:37:31.150Z | Compiling bit-vec v0.6.3 |
1239 | 2024-08-22T02:37:31.202Z | Compiling new_debug_unreachable v1.0.6 |
1240 | 2024-08-22T02:37:31.303Z | Compiling predicates-core v1.0.6 |
1241 | 2024-08-22T02:37:31.545Z | Compiling webpki-roots v0.25.4 |
1242 | 2024-08-22T02:37:31.624Z | Compiling static_assertions v1.1.0 |
1243 | 2024-08-22T02:37:31.658Z | Compiling unicode-segmentation v1.11.0 |
1244 | 2024-08-22T02:37:31.704Z | Compiling whoami v1.5.1 |
1245 | 2024-08-22T02:37:31.723Z | Compiling minimal-lexical v0.2.1 |
1246 | 2024-08-22T02:37:32.195Z | Compiling sync_wrapper v0.1.2 |
1247 | 2024-08-22T02:37:32.214Z | Compiling difflib v0.4.0 |
1248 | 2024-08-22T02:37:32.269Z | Compiling mime v0.3.17 |
1249 | 2024-08-22T02:37:32.323Z | Compiling normalize-line-endings v0.3.0 |
1250 | 2024-08-22T02:37:32.345Z | Compiling precomputed-hash v0.1.1 |
1251 | 2024-08-22T02:37:32.450Z | Compiling data-encoding v2.6.0 |
1252 | 2024-08-22T02:37:32.468Z | Compiling string_cache v0.8.7 |
1253 | 2024-08-22T02:37:32.496Z | Compiling similar v2.6.0 |
1254 | 2024-08-22T02:37:32.874Z | Compiling reqwest v0.11.27 |
1255 | 2024-08-22T02:37:32.939Z | Compiling predicates v3.1.2 |
1256 | 2024-08-22T02:37:33.667Z | Compiling clap v4.5.16 |
1257 | 2024-08-22T02:37:33.784Z | Compiling hickory-proto v0.24.1 |
1258 | 2024-08-22T02:37:33.804Z | Compiling nom v7.1.3 |
1259 | 2024-08-22T02:37:34.171Z | Compiling tokio-postgres v0.7.11 |
1260 | 2024-08-22T02:37:34.694Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1261 | 2024-08-22T02:37:34.846Z | Compiling console v0.15.8 |
1262 | 2024-08-22T02:37:34.885Z | Compiling toml_edit v0.22.20 |
1263 | 2024-08-22T02:37:35.281Z | Compiling bit-set v0.5.3 |
1264 | 2024-08-22T02:37:35.569Z | Compiling petgraph v0.6.5 |
1265 | 2024-08-22T02:37:37.446Z | Compiling usdt v0.5.0 |
1266 | 2024-08-22T02:37:37.953Z | Compiling signal-hook-mio v0.2.4 |
1267 | 2024-08-22T02:37:38.130Z | Compiling elliptic-curve v0.13.8 |
1268 | 2024-08-22T02:37:38.963Z | Compiling rsa v0.9.6 |
1269 | 2024-08-22T02:37:39.537Z | Compiling futures v0.3.30 |
1270 | 2024-08-22T02:37:39.583Z | Compiling toml v0.7.8 |
1271 | 2024-08-22T02:37:40.220Z | Compiling flate2 v1.0.31 |
1272 | 2024-08-22T02:37:41.233Z | Compiling itertools v0.12.1 |
1273 | 2024-08-22T02:37:41.289Z | Compiling itertools v0.10.5 |
1274 | 2024-08-22T02:37:41.942Z | Compiling tokio-stream v0.1.15 |
1275 | 2024-08-22T02:37:42.925Z | Compiling openapiv3 v2.0.0 |
1276 | 2024-08-22T02:37:43.396Z | Compiling hex v0.4.3 |
1277 | 2024-08-22T02:37:43.997Z | Compiling crossbeam-epoch v0.9.18 |
1278 | 2024-08-22T02:37:44.045Z | Compiling sha1 v0.10.6 |
1279 | 2024-08-22T02:37:44.068Z | Compiling dirs-sys-next v0.1.2 |
1280 | 2024-08-22T02:37:44.376Z | Compiling lalrpop-util v0.19.12 |
1281 | 2024-08-22T02:37:44.475Z | Compiling peg-runtime v0.8.3 |
1282 | 2024-08-22T02:37:44.679Z | Compiling unicode-xid v0.2.4 |
1283 | 2024-08-22T02:37:44.712Z | Compiling dirs-next v2.0.0 |
1284 | 2024-08-22T02:37:44.729Z | Compiling thread_local v1.1.8 |
1285 | 2024-08-22T02:37:44.748Z | Compiling slog-async v2.8.0 |
1286 | 2024-08-22T02:37:44.841Z | Compiling term v0.7.0 |
1287 | 2024-08-22T02:37:44.901Z | Compiling xattr v1.3.1 |
1288 | 2024-08-22T02:37:45.123Z | Compiling crossbeam-channel v0.5.12 |
1289 | 2024-08-22T02:37:45.169Z | Compiling strum_macros v0.26.4 |
1290 | 2024-08-22T02:37:45.273Z | Compiling filetime v0.2.24 |
1291 | 2024-08-22T02:37:45.361Z | Compiling is-terminal v0.4.12 |
1292 | 2024-08-22T02:37:45.489Z | Compiling take_mut v0.2.2 |
1293 | 2024-08-22T02:37:45.572Z | Compiling tar v0.4.41 |
1294 | 2024-08-22T02:37:45.647Z | Compiling slog-term v2.9.1 |
1295 | 2024-08-22T02:37:46.373Z | Compiling camino v1.1.9 |
1296 | 2024-08-22T02:37:47.635Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1297 | 2024-08-22T02:37:48.392Z | Compiling strum v0.26.3 |
1298 | 2024-08-22T02:37:48.469Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1299 | 2024-08-22T02:37:53.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1300 | 2024-08-22T02:37:53.809Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1301 | 2024-08-22T02:37:53.853Z | Aug 22 02:37:52.806 INFO Starting download, target: Clickhouse |
1302 | 2024-08-22T02:37:53.853Z | Aug 22 02:37:52.806 INFO Starting download, target: Cockroach |
1303 | 2024-08-22T02:37:53.853Z | Aug 22 02:37:52.806 INFO Starting download, target: Console |
1304 | 2024-08-22T02:37:53.853Z | Aug 22 02:37:52.806 INFO Starting download, target: DendriteOpenapi |
1305 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.806 INFO Starting download, target: DendriteStub |
1306 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Starting download, target: MaghemiteMgd |
1307 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Starting download, target: TransceiverControl |
1308 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1309 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1310 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1311 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1312 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1313 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1314 | 2024-08-22T02:37:53.856Z | Aug 22 02:37:52.807 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1315 | 2024-08-22T02:37:54.063Z | Aug 22 02:37:53.009 INFO Download complete, target: DendriteOpenapi |
1316 | 2024-08-22T02:37:54.195Z | Aug 22 02:37:53.143 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1317 | 2024-08-22T02:37:54.457Z | Aug 22 02:37:53.409 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1318 | 2024-08-22T02:37:54.578Z | Aug 22 02:37:53.530 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1319 | 2024-08-22T02:37:54.682Z | Aug 22 02:37:53.635 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1320 | 2024-08-22T02:37:54.866Z | Aug 22 02:37:53.819 INFO Download complete, target: Console |
1321 | 2024-08-22T02:37:55.005Z | Aug 22 02:37:53.958 INFO Download complete, target: TransceiverControl |
1322 | 2024-08-22T02:37:56.209Z | Aug 22 02:37:55.162 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1323 | 2024-08-22T02:37:56.552Z | Aug 22 02:37:55.505 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1324 | 2024-08-22T02:37:56.552Z | Aug 22 02:37:55.505 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1325 | 2024-08-22T02:37:58.064Z | Aug 22 02:37:57.017 INFO Download complete, target: DendriteStub |
1326 | 2024-08-22T02:37:58.187Z | Aug 22 02:37:57.140 INFO Download complete, target: MaghemiteMgd |
1327 | 2024-08-22T02:38:05.317Z | Aug 22 02:38:04.269 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1328 | 2024-08-22T02:38:05.639Z | Aug 22 02:38:04.591 INFO Checking that binary works, target: Cockroach |
1329 | 2024-08-22T02:38:05.801Z | Aug 22 02:38:04.753 INFO Download complete, target: Cockroach |
1330 | 2024-08-22T02:38:11.201Z | Aug 22 02:38:10.152 INFO Checking that binary works, target: Clickhouse |
1331 | 2024-08-22T02:38:12.245Z | Aug 22 02:38:11.196 INFO Download complete, target: Clickhouse |
1332 | 2024-08-22T02:38:12.252Z | All prerequisites installed successfully |
1333 | 2024-08-22T02:38:12.254Z | |
1334 | 2024-08-22T02:38:12.254Z | real 3:59.806754427 |
1335 | 2024-08-22T02:38:12.254Z | user 11:12.367012225 |
1336 | 2024-08-22T02:38:12.254Z | sys 2:21.676490941 |
1337 | 2024-08-22T02:38:12.254Z | trap 0.380962030 |
1338 | 2024-08-22T02:38:12.255Z | tflt 10.429719528 |
1339 | 2024-08-22T02:38:12.255Z | dflt 7.411440040 |
1340 | 2024-08-22T02:38:12.255Z | kflt 0.562541397 |
1341 | 2024-08-22T02:38:12.255Z | lock 22:26.318042165 |
1342 | 2024-08-22T02:38:12.255Z | slp 45:47.497700699 |
1343 | 2024-08-22T02:38:12.255Z | lat 35.247147570 |
1344 | 2024-08-22T02:38:12.255Z | stop 1:41.042416533 |
1345 | 2024-08-22T02:38:12.255Z | + source ./tools/include/force-git-over-https.sh |
1346 | 2024-08-22T02:38:12.255Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1347 | 2024-08-22T02:38:12.255Z | ++ (( i = 0 )) |
1348 | 2024-08-22T02:38:12.255Z | ++ (( i < 5 )) |
1349 | 2024-08-22T02:38:12.255Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1350 | 2024-08-22T02:38:12.258Z | ++ (( i++ )) |
1351 | 2024-08-22T02:38:12.258Z | ++ (( i < 5 )) |
1352 | 2024-08-22T02:38:12.258Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1353 | 2024-08-22T02:38:12.260Z | ++ (( i++ )) |
1354 | 2024-08-22T02:38:12.260Z | ++ (( i < 5 )) |
1355 | 2024-08-22T02:38:12.260Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1356 | 2024-08-22T02:38:12.263Z | ++ (( i++ )) |
1357 | 2024-08-22T02:38:12.263Z | ++ (( i < 5 )) |
1358 | 2024-08-22T02:38:12.263Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1359 | 2024-08-22T02:38:12.267Z | ++ (( i++ )) |
1360 | 2024-08-22T02:38:12.267Z | ++ (( i < 5 )) |
1361 | 2024-08-22T02:38:12.267Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1362 | 2024-08-22T02:38:12.269Z | ++ (( i++ )) |
1363 | 2024-08-22T02:38:12.269Z | ++ (( i < 5 )) |
1364 | 2024-08-22T02:38:12.269Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1365 | 2024-08-22T02:38:12.269Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1366 | 2024-08-22T02:38:12.269Z | + rc=0 |
1367 | 2024-08-22T02:38:12.269Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1368 | 2024-08-22T02:38:44.785Z | + case $rc in |
1369 | 2024-08-22T02:38:44.785Z | + pfexec zfs create -p rpool/images/build/host |
1370 | 2024-08-22T02:38:45.090Z | + pfexec zfs create -p rpool/images/build/recovery |
1371 | 2024-08-22T02:38:45.196Z | + cargo xtask releng --output-dir /work |
1372 | 2024-08-22T02:38:45.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1373 | 2024-08-22T02:38:45.760Z | Running `target/debug/xtask releng --output-dir /work` |
1374 | 2024-08-22T02:38:46.641Z | Compiling proc-macro2 v1.0.86 |
1375 | 2024-08-22T02:38:46.641Z | Compiling unicode-ident v1.0.12 |
1376 | 2024-08-22T02:38:46.644Z | Compiling libc v0.2.156 |
1377 | 2024-08-22T02:38:46.644Z | Compiling serde v1.0.208 |
1378 | 2024-08-22T02:38:46.644Z | Compiling version_check v0.9.5 |
1379 | 2024-08-22T02:38:46.644Z | Compiling autocfg v1.3.0 |
1380 | 2024-08-22T02:38:46.644Z | Compiling cfg-if v1.0.0 |
1381 | 2024-08-22T02:38:46.644Z | Compiling once_cell v1.19.0 |
1382 | 2024-08-22T02:38:46.915Z | Compiling typenum v1.17.0 |
1383 | 2024-08-22T02:38:47.002Z | Compiling memchr v2.7.2 |
1384 | 2024-08-22T02:38:47.403Z | Compiling serde_json v1.0.125 |
1385 | 2024-08-22T02:38:47.499Z | Compiling generic-array v0.14.7 |
1386 | 2024-08-22T02:38:47.733Z | Compiling lock_api v0.4.12 |
1387 | 2024-08-22T02:38:47.808Z | Compiling ahash v0.8.11 |
1388 | 2024-08-22T02:38:47.811Z | Compiling libm v0.2.8 |
1389 | 2024-08-22T02:38:48.031Z | Compiling num-traits v0.2.19 |
1390 | 2024-08-22T02:38:48.170Z | Compiling parking_lot_core v0.9.10 |
1391 | 2024-08-22T02:38:48.188Z | Compiling byteorder v1.5.0 |
1392 | 2024-08-22T02:38:48.363Z | Compiling quote v1.0.36 |
1393 | 2024-08-22T02:38:48.655Z | Compiling log v0.4.21 |
1394 | 2024-08-22T02:38:48.699Z | Compiling syn v2.0.74 |
1395 | 2024-08-22T02:38:48.939Z | Compiling getrandom v0.2.14 |
1396 | 2024-08-22T02:38:48.978Z | Compiling jobserver v0.1.32 |
1397 | 2024-08-22T02:38:49.045Z | Compiling scopeguard v1.2.0 |
1398 | 2024-08-22T02:38:49.335Z | Compiling cc v1.0.97 |
1399 | 2024-08-22T02:38:49.352Z | Compiling thiserror v1.0.63 |
1400 | 2024-08-22T02:38:49.494Z | Compiling itoa v1.0.11 |
1401 | 2024-08-22T02:38:49.740Z | Compiling slab v0.4.9 |
1402 | 2024-08-22T02:38:49.743Z | Compiling rand_core v0.6.4 |
1403 | 2024-08-22T02:38:49.798Z | Compiling pkg-config v0.3.30 |
1404 | 2024-08-22T02:38:50.423Z | Compiling semver v1.0.23 |
1405 | 2024-08-22T02:38:50.715Z | Compiling ryu v1.0.18 |
1406 | 2024-08-22T02:38:50.998Z | Compiling pin-project-lite v0.2.14 |
1407 | 2024-08-22T02:38:51.068Z | Compiling vcpkg v0.2.15 |
1408 | 2024-08-22T02:38:51.071Z | Compiling smallvec v1.13.2 |
1409 | 2024-08-22T02:38:51.158Z | Compiling allocator-api2 v0.2.18 |
1410 | 2024-08-22T02:38:51.715Z | Compiling spin v0.9.8 |
1411 | 2024-08-22T02:38:51.841Z | Compiling subtle v2.5.0 |
1412 | 2024-08-22T02:38:52.289Z | Compiling const-oid v0.9.6 |
1413 | 2024-08-22T02:38:52.508Z | Compiling signal-hook-registry v1.4.2 |
1414 | 2024-08-22T02:38:52.621Z | Compiling ring v0.17.8 |
1415 | 2024-08-22T02:38:52.782Z | Compiling openssl-sys v0.9.103 |
1416 | 2024-08-22T02:38:53.736Z | Compiling heck v0.5.0 |
1417 | 2024-08-22T02:38:54.213Z | Compiling rustix v0.38.34 |
1418 | 2024-08-22T02:38:54.242Z | Compiling schemars v0.8.21 |
1419 | 2024-08-22T02:38:54.437Z | Compiling httparse v1.8.0 |
1420 | 2024-08-22T02:38:54.757Z | Compiling parking_lot v0.12.2 |
1421 | 2024-08-22T02:38:54.918Z | Compiling mio v0.8.11 |
1422 | 2024-08-22T02:38:55.023Z | Compiling time-core v0.1.2 |
1423 | 2024-08-22T02:38:55.253Z | Compiling num-conv v0.1.0 |
1424 | 2024-08-22T02:38:55.461Z | Compiling futures-core v0.3.30 |
1425 | 2024-08-22T02:38:55.631Z | Compiling time-macros v0.2.18 |
1426 | 2024-08-22T02:38:55.656Z | Compiling num_cpus v1.16.0 |
1427 | 2024-08-22T02:38:55.721Z | Compiling socket2 v0.5.7 |
1428 | 2024-08-22T02:38:55.792Z | Compiling openssl v0.10.66 |
1429 | 2024-08-22T02:38:55.887Z | Compiling fnv v1.0.7 |
1430 | 2024-08-22T02:38:56.035Z | Compiling equivalent v1.0.1 |
1431 | 2024-08-22T02:38:56.331Z | Compiling serde_derive_internals v0.29.1 |
1432 | 2024-08-22T02:38:56.892Z | Compiling rustls v0.21.12 |
1433 | 2024-08-22T02:38:56.969Z | Compiling tinyvec_macros v0.1.1 |
1434 | 2024-08-22T02:38:57.087Z | Compiling native-tls v0.2.11 |
1435 | 2024-08-22T02:38:57.149Z | Compiling tinyvec v1.6.0 |
1436 | 2024-08-22T02:38:57.993Z | Compiling crossbeam-utils v0.8.19 |
1437 | 2024-08-22T02:38:58.040Z | Compiling futures-sink v0.3.30 |
1438 | 2024-08-22T02:38:58.765Z | Compiling unicode-normalization v0.1.23 |
1439 | 2024-08-22T02:38:58.796Z | Compiling cookie v0.17.0 |
1440 | 2024-08-22T02:38:58.838Z | Compiling ucd-trie v0.1.6 |
1441 | 2024-08-22T02:38:59.222Z | Compiling iana-time-zone v0.1.60 |
1442 | 2024-08-22T02:38:59.272Z | Compiling cpufeatures v0.2.12 |
1443 | 2024-08-22T02:38:59.441Z | Compiling futures-channel v0.3.30 |
1444 | 2024-08-22T02:38:59.686Z | Compiling pin-utils v0.1.0 |
1445 | 2024-08-22T02:38:59.717Z | Compiling slog v2.7.0 |
1446 | 2024-08-22T02:38:59.770Z | Compiling futures-io v0.3.30 |
1447 | 2024-08-22T02:38:59.916Z | Compiling futures-task v0.3.30 |
1448 | 2024-08-22T02:38:59.960Z | Compiling unicode-bidi v0.3.15 |
1449 | 2024-08-22T02:39:00.168Z | Compiling syn v1.0.109 |
1450 | 2024-08-22T02:39:00.359Z | Compiling aho-corasick v1.1.3 |
1451 | 2024-08-22T02:39:00.696Z | Compiling regex-syntax v0.8.4 |
1452 | 2024-08-22T02:39:00.974Z | Compiling untrusted v0.9.0 |
1453 | 2024-08-22T02:39:01.788Z | Compiling crc32fast v1.4.0 |
1454 | 2024-08-22T02:39:02.028Z | Compiling serde_derive v1.0.208 |
1455 | 2024-08-22T02:39:02.072Z | Compiling zeroize_derive v1.4.2 |
1456 | 2024-08-22T02:39:02.483Z | Compiling zerocopy-derive v0.7.34 |
1457 | 2024-08-22T02:39:03.277Z | Compiling tokio-macros v2.3.0 |
1458 | 2024-08-22T02:39:03.580Z | Compiling thiserror-impl v1.0.63 |
1459 | 2024-08-22T02:39:04.665Z | Compiling zeroize v1.7.0 |
1460 | 2024-08-22T02:39:04.808Z | Compiling zerocopy v0.7.34 |
1461 | 2024-08-22T02:39:05.088Z | Compiling futures-macro v0.3.30 |
1462 | 2024-08-22T02:39:06.979Z | Compiling crypto-common v0.1.6 |
1463 | 2024-08-22T02:39:07.108Z | Compiling tracing-attributes v0.1.27 |
1464 | 2024-08-22T02:39:07.171Z | Compiling der_derive v0.7.2 |
1465 | 2024-08-22T02:39:07.632Z | Compiling hashbrown v0.14.5 |
1466 | 2024-08-22T02:39:08.270Z | Compiling block-buffer v0.10.4 |
1467 | 2024-08-22T02:39:08.611Z | Compiling digest v0.10.7 |
1468 | 2024-08-22T02:39:09.076Z | Compiling schemars_derive v0.8.21 |
1469 | 2024-08-22T02:39:09.486Z | Compiling openssl-macros v0.1.1 |
1470 | 2024-08-22T02:39:09.939Z | Compiling scroll_derive v0.12.0 |
1471 | 2024-08-22T02:39:10.651Z | Compiling hmac v0.12.1 |
1472 | 2024-08-22T02:39:10.922Z | Compiling pest v2.7.10 |
1473 | 2024-08-22T02:39:11.039Z | Compiling block-padding v0.3.3 |
1474 | 2024-08-22T02:39:11.307Z | Compiling inout v0.1.3 |
1475 | 2024-08-22T02:39:11.418Z | Compiling futures-util v0.3.30 |
1476 | 2024-08-22T02:39:11.720Z | Compiling cipher v0.4.4 |
1477 | 2024-08-22T02:39:12.185Z | Compiling sha2 v0.10.8 |
1478 | 2024-08-22T02:39:12.233Z | Compiling regex-automata v0.4.6 |
1479 | 2024-08-22T02:39:13.081Z | Compiling dyn-clone v1.0.17 |
1480 | 2024-08-22T02:39:14.056Z | Compiling pest_meta v2.7.10 |
1481 | 2024-08-22T02:39:15.439Z | Compiling pest_generator v2.7.10 |
1482 | 2024-08-22T02:39:16.805Z | Compiling bytes v1.7.1 |
1483 | 2024-08-22T02:39:18.526Z | Compiling bitflags v2.6.0 |
1484 | 2024-08-22T02:39:19.232Z | Compiling tokio v1.38.1 |
1485 | 2024-08-22T02:39:19.268Z | Compiling indexmap v2.4.0 |
1486 | 2024-08-22T02:39:19.828Z | Compiling serde_tokenstream v0.2.2 |
1487 | 2024-08-22T02:39:20.580Z | Compiling uuid v1.10.0 |
1488 | 2024-08-22T02:39:20.926Z | Compiling chrono v0.4.38 |
1489 | 2024-08-22T02:39:21.449Z | Compiling http v0.2.12 |
1490 | 2024-08-22T02:39:22.884Z | Compiling rustc_version v0.4.0 |
1491 | 2024-08-22T02:39:23.987Z | Compiling pest_derive v2.7.10 |
1492 | 2024-08-22T02:39:24.634Z | Compiling usdt-impl v0.5.0 |
1493 | 2024-08-22T02:39:24.895Z | Compiling powerfmt v0.2.0 |
1494 | 2024-08-22T02:39:25.101Z | Compiling heck v0.4.1 |
1495 | 2024-08-22T02:39:25.495Z | Compiling base64ct v1.6.0 |
1496 | 2024-08-22T02:39:25.721Z | Compiling percent-encoding v2.3.1 |
1497 | 2024-08-22T02:39:25.778Z | Compiling deranged v0.3.11 |
1498 | 2024-08-22T02:39:25.825Z | Compiling heapless v0.7.17 |
1499 | 2024-08-22T02:39:26.098Z | Compiling pem-rfc7468 v0.7.0 |
1500 | 2024-08-22T02:39:26.635Z | Compiling scroll v0.12.0 |
1501 | 2024-08-22T02:39:26.841Z | Compiling zerocopy-derive v0.6.6 |
1502 | 2024-08-22T02:39:27.705Z | Compiling backtrace v0.3.71 |
1503 | 2024-08-22T02:39:28.075Z | Compiling tracing-core v0.1.32 |
1504 | 2024-08-22T02:39:28.194Z | Compiling errno v0.3.9 |
1505 | 2024-08-22T02:39:28.454Z | Compiling ppv-lite86 v0.2.17 |
1506 | 2024-08-22T02:39:29.034Z | Compiling num_threads v0.1.7 |
1507 | 2024-08-22T02:39:29.162Z | Compiling num-bigint-dig v0.8.4 |
1508 | 2024-08-22T02:39:29.510Z | Compiling flagset v0.4.5 |
1509 | 2024-08-22T02:39:29.533Z | Compiling plain v0.2.3 |
1510 | 2024-08-22T02:39:29.735Z | Compiling der v0.7.9 |
1511 | 2024-08-22T02:39:30.095Z | Compiling goblin v0.8.2 |
1512 | 2024-08-22T02:39:30.400Z | Compiling time v0.3.36 |
1513 | 2024-08-22T02:39:30.905Z | Compiling rand_chacha v0.3.1 |
1514 | 2024-08-22T02:39:31.148Z | Compiling tracing v0.1.40 |
1515 | 2024-08-22T02:39:31.937Z | Compiling tokio-util v0.7.11 |
1516 | 2024-08-22T02:39:33.409Z | Compiling regex v1.10.6 |
1517 | 2024-08-22T02:39:33.595Z | Compiling salsa20 v0.10.2 |
1518 | 2024-08-22T02:39:33.883Z | Compiling pbkdf2 v0.12.2 |
1519 | 2024-08-22T02:39:34.368Z | Compiling async-trait v0.1.81 |
1520 | 2024-08-22T02:39:35.763Z | Compiling rustversion v1.0.17 |
1521 | 2024-08-22T02:39:36.127Z | Compiling strsim v0.11.1 |
1522 | 2024-08-22T02:39:36.874Z | Compiling pretty-hex v0.4.1 |
1523 | 2024-08-22T02:39:37.087Z | Compiling dof v0.3.0 |
1524 | 2024-08-22T02:39:37.819Z | Compiling scrypt v0.11.0 |
1525 | 2024-08-22T02:39:38.490Z | Compiling spki v0.7.3 |
1526 | 2024-08-22T02:39:38.680Z | Compiling rand v0.8.5 |
1527 | 2024-08-22T02:39:38.898Z | Compiling form_urlencoded v1.2.1 |
1528 | 2024-08-22T02:39:39.210Z | Compiling dtrace-parser v0.2.0 |
1529 | 2024-08-22T02:39:39.543Z | Compiling aes v0.8.4 |
1530 | 2024-08-22T02:39:39.661Z | Compiling cbc v0.1.2 |
1531 | 2024-08-22T02:39:39.977Z | Compiling thread-id v4.2.1 |
1532 | 2024-08-22T02:39:40.435Z | Compiling foreign-types-shared v0.1.1 |
1533 | 2024-08-22T02:39:40.914Z | Compiling anyhow v1.0.86 |
1534 | 2024-08-22T02:39:41.077Z | Compiling signal-hook v0.3.17 |
1535 | 2024-08-22T02:39:41.127Z | Compiling smoltcp v0.9.1 |
1536 | 2024-08-22T02:39:41.371Z | Compiling unicode-width v0.1.13 |
1537 | 2024-08-22T02:39:41.451Z | Compiling try-lock v0.2.5 |
1538 | 2024-08-22T02:39:41.623Z | Compiling want v0.3.1 |
1539 | 2024-08-22T02:39:41.917Z | Compiling foreign-types v0.3.2 |
1540 | 2024-08-22T02:39:42.021Z | Compiling pkcs5 v0.7.1 |
1541 | 2024-08-22T02:39:45.088Z | Compiling h2 v0.3.26 |
1542 | 2024-08-22T02:39:47.198Z | Compiling http-body v0.4.6 |
1543 | 2024-08-22T02:39:49.105Z | Compiling clap_derive v4.5.13 |
1544 | 2024-08-22T02:39:49.575Z | Compiling socket2 v0.4.10 |
1545 | 2024-08-22T02:39:49.894Z | Compiling base64 v0.21.7 |
1546 | 2024-08-22T02:39:51.142Z | Compiling tower-service v0.3.2 |
1547 | 2024-08-22T02:39:51.288Z | Compiling siphasher v0.3.11 |
1548 | 2024-08-22T02:39:51.759Z | Compiling cfg_aliases v0.1.1 |
1549 | 2024-08-22T02:39:51.900Z | Compiling httpdate v1.0.3 |
1550 | 2024-08-22T02:39:52.888Z | Compiling nix v0.28.0 |
1551 | 2024-08-22T02:39:53.862Z | Compiling hyper v0.14.30 |
1552 | 2024-08-22T02:39:55.877Z | Compiling pkcs8 v0.10.2 |
1553 | 2024-08-22T02:39:58.378Z | Compiling rustls-webpki v0.101.7 |
1554 | 2024-08-22T02:39:58.610Z | Compiling sct v0.7.1 |
1555 | 2024-08-22T02:40:00.001Z | Compiling openapiv3 v2.0.0 |
1556 | 2024-08-22T02:40:00.454Z | Compiling hubpack_derive v0.1.1 |
1557 | 2024-08-22T02:40:04.847Z | Compiling idna v0.5.0 |
1558 | 2024-08-22T02:40:06.785Z | Compiling fs-err v2.11.0 |
1559 | 2024-08-22T02:40:07.115Z | Compiling utf8parse v0.2.1 |
1560 | 2024-08-22T02:40:07.254Z | Compiling finl_unicode v1.2.0 |
1561 | 2024-08-22T02:40:07.351Z | Compiling openssl-probe v0.1.5 |
1562 | 2024-08-22T02:40:07.453Z | Compiling adler v1.0.2 |
1563 | 2024-08-22T02:40:07.752Z | Compiling anstyle v1.0.8 |
1564 | 2024-08-22T02:40:08.362Z | Compiling stringprep v0.1.4 |
1565 | 2024-08-22T02:40:09.144Z | Compiling miniz_oxide v0.7.2 |
1566 | 2024-08-22T02:40:09.838Z | Compiling anstyle-parse v0.2.4 |
1567 | 2024-08-22T02:40:10.526Z | Compiling url v2.5.2 |
1568 | 2024-08-22T02:40:13.845Z | Compiling usdt-macro v0.5.0 |
1569 | 2024-08-22T02:40:14.285Z | Compiling usdt-attr-macro v0.5.0 |
1570 | 2024-08-22T02:40:15.950Z | Compiling toml_datetime v0.6.8 |
1571 | 2024-08-22T02:40:16.106Z | Compiling serde_spanned v0.6.7 |
1572 | 2024-08-22T02:40:16.329Z | Compiling md-5 v0.10.6 |
1573 | 2024-08-22T02:40:16.389Z | Compiling regress v0.9.1 |
1574 | 2024-08-22T02:40:16.569Z | Compiling idna v0.3.0 |
1575 | 2024-08-22T02:40:18.066Z | Compiling lazy_static v1.5.0 |
1576 | 2024-08-22T02:40:18.190Z | Compiling num-integer v0.1.46 |
1577 | 2024-08-22T02:40:18.998Z | Compiling hash32 v0.2.1 |
1578 | 2024-08-22T02:40:19.151Z | Compiling encoding_rs v0.8.34 |
1579 | 2024-08-22T02:40:19.345Z | Compiling fallible-iterator v0.2.0 |
1580 | 2024-08-22T02:40:20.071Z | Compiling is_terminal_polyfill v1.70.0 |
1581 | 2024-08-22T02:40:20.154Z | Compiling base64 v0.22.1 |
1582 | 2024-08-22T02:40:20.208Z | Compiling gimli v0.28.1 |
1583 | 2024-08-22T02:40:20.763Z | Compiling anstyle-query v1.0.3 |
1584 | 2024-08-22T02:40:20.867Z | Compiling mime v0.3.17 |
1585 | 2024-08-22T02:40:20.910Z | Compiling psl-types v2.0.11 |
1586 | 2024-08-22T02:40:21.110Z | Compiling stable_deref_trait v1.2.0 |
1587 | 2024-08-22T02:40:21.142Z | Compiling colorchoice v1.0.1 |
1588 | 2024-08-22T02:40:21.306Z | Compiling anstream v0.6.14 |
1589 | 2024-08-22T02:40:21.432Z | Compiling publicsuffix v2.2.3 |
1590 | 2024-08-22T02:40:21.967Z | Compiling postgres-protocol v0.6.7 |
1591 | 2024-08-22T02:40:22.905Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1592 | 2024-08-22T02:40:24.595Z | Compiling num-iter v0.1.45 |
1593 | 2024-08-22T02:40:24.792Z | Compiling addr2line v0.21.0 |
1594 | 2024-08-22T02:40:25.470Z | Compiling tokio-rustls v0.24.1 |
1595 | 2024-08-22T02:40:26.909Z | Compiling terminal_size v0.3.0 |
1596 | 2024-08-22T02:40:27.110Z | Compiling tokio-native-tls v0.3.1 |
1597 | 2024-08-22T02:40:27.708Z | Compiling phf_shared v0.11.2 |
1598 | 2024-08-22T02:40:28.076Z | Compiling strum_macros v0.25.3 |
1599 | 2024-08-22T02:40:28.151Z | Compiling serde_urlencoded v0.7.1 |
1600 | 2024-08-22T02:40:28.786Z | Compiling enum-as-inner v0.6.0 |
1601 | 2024-08-22T02:40:29.821Z | Compiling serde_repr v0.1.19 |
1602 | 2024-08-22T02:40:29.904Z | Compiling ff v0.13.0 |
1603 | 2024-08-22T02:40:30.029Z | Compiling object v0.32.2 |
1604 | 2024-08-22T02:40:30.138Z | Compiling rustc-demangle v0.1.24 |
1605 | 2024-08-22T02:40:30.306Z | Compiling bitflags v1.3.2 |
1606 | 2024-08-22T02:40:30.419Z | Compiling ipnet v2.9.0 |
1607 | 2024-08-22T02:40:30.886Z | Compiling either v1.13.0 |
1608 | 2024-08-22T02:40:31.690Z | Compiling base16ct v0.2.0 |
1609 | 2024-08-22T02:40:32.558Z | Compiling winnow v0.5.40 |
1610 | 2024-08-22T02:40:32.576Z | Compiling managed v0.8.0 |
1611 | 2024-08-22T02:40:32.620Z | Compiling clap_lex v0.7.0 |
1612 | 2024-08-22T02:40:33.055Z | Compiling clap_builder v4.5.15 |
1613 | 2024-08-22T02:40:33.088Z | Compiling sec1 v0.7.3 |
1614 | 2024-08-22T02:40:33.658Z | Compiling rustls-pemfile v1.0.4 |
1615 | 2024-08-22T02:40:34.454Z | Compiling group v0.13.0 |
1616 | 2024-08-22T02:40:35.075Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1617 | 2024-08-22T02:40:36.291Z | Compiling toml_edit v0.19.15 |
1618 | 2024-08-22T02:40:37.236Z | Compiling phf v0.11.2 |
1619 | 2024-08-22T02:40:37.534Z | Compiling hyper-tls v0.5.0 |
1620 | 2024-08-22T02:40:38.315Z | Compiling hyper-rustls v0.24.2 |
1621 | 2024-08-22T02:40:38.613Z | Compiling cookie_store v0.20.0 |
1622 | 2024-08-22T02:40:39.031Z | Compiling postgres-types v0.2.7 |
1623 | 2024-08-22T02:40:39.675Z | Compiling hubpack v0.1.2 |
1624 | 2024-08-22T02:40:39.935Z | Compiling pkcs1 v0.7.5 |
1625 | 2024-08-22T02:40:40.139Z | Compiling phf_shared v0.10.0 |
1626 | 2024-08-22T02:40:40.732Z | Compiling zerocopy v0.6.6 |
1627 | 2024-08-22T02:40:40.882Z | Compiling futures-executor v0.3.30 |
1628 | 2024-08-22T02:40:40.942Z | Compiling bstr v1.9.1 |
1629 | 2024-08-22T02:40:40.983Z | Compiling hkdf v0.12.4 |
1630 | 2024-08-22T02:40:41.068Z | Compiling signature v2.2.0 |
1631 | 2024-08-22T02:40:41.211Z | Compiling crypto-bigint v0.5.5 |
1632 | 2024-08-22T02:40:41.337Z | Compiling idna v0.4.0 |
1633 | 2024-08-22T02:40:41.454Z | Compiling float-cmp v0.9.0 |
1634 | 2024-08-22T02:40:41.574Z | Compiling mio v1.0.2 |
1635 | 2024-08-22T02:40:41.667Z | Compiling memmap v0.7.0 |
1636 | 2024-08-22T02:40:42.502Z | Compiling winnow v0.6.18 |
1637 | 2024-08-22T02:40:42.521Z | Compiling data-encoding v2.6.0 |
1638 | 2024-08-22T02:40:42.702Z | Compiling whoami v1.5.1 |
1639 | 2024-08-22T02:40:43.095Z | Compiling static_assertions v1.1.0 |
1640 | 2024-08-22T02:40:43.124Z | Compiling sync_wrapper v0.1.2 |
1641 | 2024-08-22T02:40:43.197Z | Compiling difflib v0.4.0 |
1642 | 2024-08-22T02:40:43.249Z | Compiling bit-vec v0.6.3 |
1643 | 2024-08-22T02:40:43.272Z | Compiling predicates-core v1.0.6 |
1644 | 2024-08-22T02:40:43.580Z | Compiling webpki-roots v0.25.4 |
1645 | 2024-08-22T02:40:43.920Z | Compiling minimal-lexical v0.2.1 |
1646 | 2024-08-22T02:40:44.341Z | Compiling normalize-line-endings v0.3.0 |
1647 | 2024-08-22T02:40:44.389Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-08-22T02:40:44.506Z | Compiling new_debug_unreachable v1.0.6 |
1649 | 2024-08-22T02:40:44.525Z | Compiling fixedbitset v0.4.2 |
1650 | 2024-08-22T02:40:44.540Z | Compiling unicode-segmentation v1.11.0 |
1651 | 2024-08-22T02:40:44.595Z | Compiling string_cache v0.8.7 |
1652 | 2024-08-22T02:40:44.820Z | Compiling petgraph v0.6.5 |
1653 | 2024-08-22T02:40:44.919Z | Compiling predicates v3.1.2 |
1654 | 2024-08-22T02:40:44.983Z | Compiling nom v7.1.3 |
1655 | 2024-08-22T02:40:45.345Z | Compiling similar v2.6.0 |
1656 | 2024-08-22T02:40:45.414Z | Compiling reqwest v0.11.27 |
1657 | 2024-08-22T02:40:46.013Z | Compiling toml_edit v0.22.20 |
1658 | 2024-08-22T02:40:46.417Z | Compiling elliptic-curve v0.13.8 |
1659 | 2024-08-22T02:40:47.174Z | Compiling bit-set v0.5.3 |
1660 | 2024-08-22T02:40:47.315Z | Compiling hickory-proto v0.24.1 |
1661 | 2024-08-22T02:40:47.464Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1662 | 2024-08-22T02:40:48.526Z | Compiling tokio-postgres v0.7.11 |
1663 | 2024-08-22T02:40:48.569Z | Compiling signal-hook-mio v0.2.4 |
1664 | 2024-08-22T02:40:48.743Z | Compiling usdt v0.5.0 |
1665 | 2024-08-22T02:40:50.500Z | Compiling rsa v0.9.6 |
1666 | 2024-08-22T02:40:52.099Z | Compiling futures v0.3.30 |
1667 | 2024-08-22T02:40:53.565Z | Compiling toml v0.7.8 |
1668 | 2024-08-22T02:40:53.616Z | Compiling clap v4.5.16 |
1669 | 2024-08-22T02:40:53.748Z | Compiling crossbeam-epoch v0.9.18 |
1670 | 2024-08-22T02:40:54.035Z | Compiling flate2 v1.0.31 |
1671 | 2024-08-22T02:40:54.444Z | Compiling itertools v0.12.1 |
1672 | 2024-08-22T02:40:54.955Z | Compiling itertools v0.10.5 |
1673 | 2024-08-22T02:40:55.109Z | Compiling console v0.15.8 |
1674 | 2024-08-22T02:40:56.677Z | Compiling tokio-stream v0.1.15 |
1675 | 2024-08-22T02:40:57.495Z | Compiling hex v0.4.3 |
1676 | 2024-08-22T02:40:57.678Z | Compiling sha1 v0.10.6 |
1677 | 2024-08-22T02:40:58.236Z | Compiling radium v0.7.0 |
1678 | 2024-08-22T02:40:58.365Z | Compiling unicode-xid v0.2.4 |
1679 | 2024-08-22T02:40:58.667Z | Compiling peg-runtime v0.8.3 |
1680 | 2024-08-22T02:40:59.167Z | Compiling lalrpop-util v0.19.12 |
1681 | 2024-08-22T02:40:59.185Z | Compiling camino v1.1.9 |
1682 | 2024-08-22T02:40:59.694Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1683 | 2024-08-22T02:41:04.493Z | Compiling is-terminal v0.4.12 |
1684 | 2024-08-22T02:41:06.151Z | Compiling maybe-uninit v2.0.0 |
1685 | 2024-08-22T02:41:06.648Z | Compiling tap v1.0.1 |
1686 | 2024-08-22T02:41:06.834Z | Compiling ident_case v1.0.1 |
1687 | 2024-08-22T02:41:07.690Z | Compiling rustls-pki-types v1.7.0 |
1688 | 2024-08-22T02:41:09.076Z | Compiling darling_core v0.20.9 |
1689 | 2024-08-22T02:41:10.333Z | Compiling wyz v0.5.1 |
1690 | 2024-08-22T02:41:23.476Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1691 | 2024-08-22T02:41:24.566Z | Compiling getopts v0.2.21 |
1692 | 2024-08-22T02:41:25.770Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1693 | 2024-08-22T02:41:26.289Z | Compiling dirs-sys-next v0.1.2 |
1694 | 2024-08-22T02:41:26.383Z | Compiling unsafe-libyaml v0.2.11 |
1695 | 2024-08-22T02:41:26.584Z | Compiling funty v2.0.0 |
1696 | 2024-08-22T02:41:27.263Z | Compiling rustls v0.22.4 |
1697 | 2024-08-22T02:41:27.565Z | Compiling packed_struct v0.10.1 |
1698 | 2024-08-22T02:41:27.991Z | Compiling paste v1.0.15 |
1699 | 2024-08-22T02:41:28.147Z | Compiling serde_yaml v0.9.34+deprecated |
1700 | 2024-08-22T02:41:28.559Z | Compiling bitvec v1.0.1 |
1701 | 2024-08-22T02:41:30.379Z | Compiling dirs-next v2.0.0 |
1702 | 2024-08-22T02:41:33.078Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1703 | 2024-08-22T02:41:33.698Z | Compiling darling_macro v0.20.9 |
1704 | 2024-08-22T02:41:34.704Z | Compiling rustls-webpki v0.102.4 |
1705 | 2024-08-22T02:41:38.595Z | Compiling packed_struct_codegen v0.10.1 |
1706 | 2024-08-22T02:41:38.789Z | Compiling structmeta-derive v0.3.0 |
1707 | 2024-08-22T02:41:39.458Z | Compiling thread_local v1.1.8 |
1708 | 2024-08-22T02:41:39.785Z | Compiling indexmap v1.9.3 |
1709 | 2024-08-22T02:41:40.113Z | Compiling multer v3.1.0 |
1710 | 2024-08-22T02:41:40.184Z | Compiling nodrop v0.1.14 |
1711 | 2024-08-22T02:41:40.250Z | Compiling rayon-core v1.12.1 |
1712 | 2024-08-22T02:41:40.435Z | Compiling match_cfg v0.1.0 |
1713 | 2024-08-22T02:41:40.536Z | Compiling slog-async v2.8.0 |
1714 | 2024-08-22T02:41:40.539Z | Compiling crc-catalog v2.4.0 |
1715 | 2024-08-22T02:41:40.572Z | Compiling fastrand v2.1.0 |
1716 | 2024-08-22T02:41:40.697Z | Compiling crc v3.2.1 |
1717 | 2024-08-22T02:41:41.077Z | Compiling tempfile v3.10.1 |
1718 | 2024-08-22T02:41:41.272Z | Compiling hostname v0.3.1 |
1719 | 2024-08-22T02:41:41.453Z | Compiling structmeta v0.3.0 |
1720 | 2024-08-22T02:41:41.825Z | Compiling array-init v0.0.4 |
1721 | 2024-08-22T02:41:42.692Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1722 | 2024-08-22T02:41:44.091Z | Compiling smallvec v0.6.14 |
1723 | 2024-08-22T02:41:44.568Z | Compiling darling v0.20.9 |
1724 | 2024-08-22T02:41:44.695Z | Compiling term v0.7.0 |
1725 | 2024-08-22T02:41:47.534Z | Compiling crossbeam-deque v0.8.5 |
1726 | 2024-08-22T02:41:47.932Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-22T02:41:49.005Z | Compiling slog-json v2.6.1 |
1728 | 2024-08-22T02:41:49.569Z | Compiling crossbeam-channel v0.5.12 |
1729 | 2024-08-22T02:41:49.971Z | Compiling http v1.1.0 |
1730 | 2024-08-22T02:41:51.436Z | Compiling pin-project-internal v1.1.5 |
1731 | 2024-08-22T02:41:53.030Z | Compiling async-stream-impl v0.3.5 |
1732 | 2024-08-22T02:41:54.532Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1733 | 2024-08-22T02:41:57.427Z | Compiling termcolor v1.4.1 |
1734 | 2024-08-22T02:41:57.684Z | Compiling hashbrown v0.12.3 |
1735 | 2024-08-22T02:41:58.017Z | Compiling bitfield v0.14.0 |
1736 | 2024-08-22T02:41:58.325Z | Compiling atomic-waker v1.1.2 |
1737 | 2024-08-22T02:41:58.796Z | Compiling take_mut v0.2.2 |
1738 | 2024-08-22T02:41:59.088Z | Compiling same-file v1.0.6 |
1739 | 2024-08-22T02:41:59.420Z | Compiling walkdir v2.5.0 |
1740 | 2024-08-22T02:42:03.833Z | Compiling waitgroup v0.1.2 |
1741 | 2024-08-22T02:42:03.852Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1742 | 2024-08-22T02:42:04.076Z | Compiling env_logger v0.10.2 |
1743 | 2024-08-22T02:42:04.395Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1744 | 2024-08-22T02:42:12.002Z | Compiling async-stream v0.3.5 |
1745 | 2024-08-22T02:42:12.317Z | Compiling pin-project v1.1.5 |
1746 | 2024-08-22T02:42:15.536Z | Compiling slog-bunyan v2.5.0 |
1747 | 2024-08-22T02:42:15.823Z | Compiling tokio-rustls v0.25.0 |
1748 | 2024-08-22T02:42:16.388Z | Compiling slog-term v2.9.1 |
1749 | 2024-08-22T02:42:18.991Z | Compiling serde_with_macros v3.9.0 |
1750 | 2024-08-22T02:42:19.530Z | Compiling serde-hex v0.1.0 |
1751 | 2024-08-22T02:42:20.365Z | Compiling bzip2 v0.4.4 |
1752 | 2024-08-22T02:42:20.383Z | Compiling parse-display-derive v0.10.0 |
1753 | 2024-08-22T02:42:20.585Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1754 | 2024-08-22T02:42:20.817Z | Compiling toml v0.8.19 |
1755 | 2024-08-22T02:42:20.937Z | Compiling rustls-pemfile v2.1.3 |
1756 | 2024-08-22T02:42:24.291Z | Compiling x509-cert v0.2.5 |
1757 | 2024-08-22T02:42:24.453Z | Compiling ron v0.8.1 |
1758 | 2024-08-22T02:42:24.499Z | Compiling newtype-uuid v1.1.0 |
1759 | 2024-08-22T02:42:24.715Z | Compiling ipnetwork v0.20.0 |
1760 | 2024-08-22T02:42:24.843Z | Compiling strum_macros v0.26.4 |
1761 | 2024-08-22T02:42:25.260Z | Compiling xattr v1.3.1 |
1762 | 2024-08-22T02:42:26.821Z | Compiling snafu-derive v0.8.2 |
1763 | 2024-08-22T02:42:27.672Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1764 | 2024-08-22T02:42:28.427Z | Compiling serde_path_to_error v0.1.16 |
1765 | 2024-08-22T02:42:29.429Z | Compiling hashbrown v0.13.2 |
1766 | 2024-08-22T02:42:29.448Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1767 | 2024-08-22T02:42:30.229Z | Compiling ring v0.16.20 |
1768 | 2024-08-22T02:42:30.310Z | Compiling blake3 v1.5.1 |
1769 | 2024-08-22T02:42:30.821Z | Compiling filetime v0.2.24 |
1770 | 2024-08-22T02:42:30.930Z | Compiling hostname v0.4.0 |
1771 | 2024-08-22T02:42:31.170Z | Compiling instant v0.1.12 |
1772 | 2024-08-22T02:42:31.188Z | Compiling buf-list v1.0.3 |
1773 | 2024-08-22T02:42:31.340Z | Compiling crc-any v2.5.0 |
1774 | 2024-08-22T02:42:31.597Z | Compiling debug-ignore v1.0.5 |
1775 | 2024-08-22T02:42:31.744Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1776 | 2024-08-22T02:42:31.941Z | Compiling snafu v0.8.2 |
1777 | 2024-08-22T02:42:31.968Z | Compiling backoff v0.4.0 |
1778 | 2024-08-22T02:42:32.249Z | Compiling tar v0.4.41 |
1779 | 2024-08-22T02:42:32.965Z | Compiling object v0.30.4 |
1780 | 2024-08-22T02:42:33.175Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1781 | 2024-08-22T02:42:33.386Z | Compiling strum v0.26.3 |
1782 | 2024-08-22T02:42:33.577Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1783 | 2024-08-22T02:42:35.251Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1784 | 2024-08-22T02:42:35.820Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1785 | 2024-08-22T02:42:36.373Z | Compiling parse-display v0.10.0 |
1786 | 2024-08-22T02:42:37.186Z | Compiling serde_with v3.9.0 |
1787 | 2024-08-22T02:42:38.058Z | Compiling zip v0.6.6 |
1788 | 2024-08-22T02:42:38.272Z | Compiling rayon v1.10.0 |
1789 | 2024-08-22T02:42:38.956Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1790 | 2024-08-22T02:42:39.704Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1791 | 2024-08-22T02:42:40.681Z | Compiling camino-tempfile v1.1.1 |
1792 | 2024-08-22T02:42:41.449Z | Compiling globset v0.4.14 |
1793 | 2024-08-22T02:42:41.638Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1794 | 2024-08-22T02:42:41.831Z | Compiling pem v3.0.4 |
1795 | 2024-08-22T02:42:43.345Z | Compiling olpc-cjson v0.1.3 |
1796 | 2024-08-22T02:42:43.644Z | Compiling serde_plain v1.0.2 |
1797 | 2024-08-22T02:42:44.007Z | Compiling macaddr v1.0.1 |
1798 | 2024-08-22T02:42:44.145Z | Compiling async-recursion v1.1.1 |
1799 | 2024-08-22T02:42:44.613Z | Compiling memmap2 v0.9.4 |
1800 | 2024-08-22T02:42:45.188Z | Compiling spin v0.5.2 |
1801 | 2024-08-22T02:42:45.478Z | Compiling typed-path v0.7.1 |
1802 | 2024-08-22T02:42:45.619Z | Compiling arrayvec v0.7.4 |
1803 | 2024-08-22T02:42:45.962Z | Compiling path-slash v0.1.5 |
1804 | 2024-08-22T02:42:46.093Z | Compiling arrayref v0.3.7 |
1805 | 2024-08-22T02:42:46.195Z | Compiling untrusted v0.7.1 |
1806 | 2024-08-22T02:42:46.214Z | Compiling constant_time_eq v0.3.0 |
1807 | 2024-08-22T02:42:46.599Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1808 | 2024-08-22T02:42:48.998Z | Compiling tough v0.17.1 |
1809 | 2024-08-22T02:42:49.083Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1810 | 2024-08-22T02:42:50.263Z | Compiling itertools v0.13.0 |
1811 | 2024-08-22T02:42:52.300Z | Compiling cargo-platform v0.1.8 |
1812 | 2024-08-22T02:42:53.407Z | Compiling topological-sort v0.2.2 |
1813 | 2024-08-22T02:42:53.681Z | Compiling parse-size v1.0.0 |
1814 | 2024-08-22T02:42:53.849Z | Compiling omicron-zone-package v0.11.0 |
1815 | 2024-08-22T02:42:53.973Z | Compiling cargo_metadata v0.18.1 |
1816 | 2024-08-22T02:42:53.990Z | Compiling shell-words v1.1.0 |
1817 | 2024-08-22T02:43:01.648Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1818 | 2024-08-22T02:43:13.817Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1819 | 2024-08-22T02:43:28.614Z | Finished `release` profile [optimized] target(s) in 4m 42s |
1820 | 2024-08-22T02:43:28.753Z | Running `target/release/omicron-releng --output-dir /work` |
1821 | 2024-08-22T02:43:28.793Z | Aug 22 02:43:27.706 DEBG changing working directory to /work/oxidecomputer/omicron |
1822 | 2024-08-22T02:43:28.882Z | Aug 22 02:43:27.797 DEBG running: git rev-parse HEAD |
1823 | 2024-08-22T02:43:28.888Z | Aug 22 02:43:27.803 DEBG process exited with exit status: 0 (6.372997ms) |
1824 | 2024-08-22T02:43:28.889Z | Aug 22 02:43:27.803 INFO version: 10.0.0-0.ci+gitebbee8e5d53 |
1825 | 2024-08-22T02:43:28.928Z | Aug 22 02:43:27.843 INFO cloning helios to /work/oxidecomputer/helios |
1826 | 2024-08-22T02:43:28.928Z | Aug 22 02:43:27.843 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1827 | 2024-08-22T02:43:28.934Z | Cloning into '/work/oxidecomputer/helios'... |
1828 | 2024-08-22T02:43:29.455Z | Aug 22 02:43:28.369 DEBG process exited with exit status: 0 (525.724273ms) |
1829 | 2024-08-22T02:43:29.455Z | Aug 22 02:43:28.369 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1830 | 2024-08-22T02:43:29.462Z | # branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29 |
1831 | 2024-08-22T02:43:29.462Z | # branch.head master |
1832 | 2024-08-22T02:43:29.462Z | # branch.upstream origin/master |
1833 | 2024-08-22T02:43:29.462Z | # branch.ab +0 -0 |
1834 | 2024-08-22T02:43:29.465Z | Aug 22 02:43:28.378 DEBG process exited with exit status: 0 (8.305598ms) |
1835 | 2024-08-22T02:43:29.465Z | Aug 22 02:43:28.378 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1836 | 2024-08-22T02:43:30.165Z | Aug 22 02:43:29.079 DEBG process exited with exit status: 0 (701.479237ms) |
1837 | 2024-08-22T02:43:30.165Z | Aug 22 02:43:29.079 DEBG running: zfs list rpool/images/build/host |
1838 | 2024-08-22T02:43:30.171Z | NAME USED AVAIL REFER MOUNTPOINT |
1839 | 2024-08-22T02:43:30.171Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1840 | 2024-08-22T02:43:30.174Z | Aug 22 02:43:29.087 DEBG process exited with exit status: 0 (7.188748ms) |
1841 | 2024-08-22T02:43:30.174Z | Aug 22 02:43:29.087 DEBG running: zfs list rpool/images/build/recovery |
1842 | 2024-08-22T02:43:30.177Z | NAME USED AVAIL REFER MOUNTPOINT |
1843 | 2024-08-22T02:43:30.178Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1844 | 2024-08-22T02:43:30.182Z | Aug 22 02:43:29.093 DEBG process exited with exit status: 0 (6.262668ms) |
1845 | 2024-08-22T02:43:30.182Z | Aug 22 02:43:29.094 INFO [hubris-staging] running task |
1846 | 2024-08-22T02:43:30.182Z | Aug 22 02:43:29.094 INFO [hubris-production] running task |
1847 | 2024-08-22T02:43:30.182Z | Aug 22 02:43:29.094 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1848 | 2024-08-22T02:43:30.187Z | Aug 22 02:43:29.101 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 |
1849 | 2024-08-22T02:43:30.429Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1850 | 2024-08-22T02:43:30.693Z | [ omicron-package] Blocking waiting for file lock on package cache |
1851 | 2024-08-22T02:43:31.371Z | [ omicron-package] Blocking waiting for file lock on package cache |
1852 | 2024-08-22T02:43:31.519Z | Aug 22 02:43:30.434 INFO [hubris-production] task succeeded (1.339940759s) |
1853 | 2024-08-22T02:43:31.620Z | [ omicron-package] Blocking waiting for file lock on package cache |
1854 | 2024-08-22T02:43:32.448Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1855 | 2024-08-22T02:43:32.448Z | [ omicron-package] Compiling heapless v0.8.0 |
1856 | 2024-08-22T02:43:32.451Z | [ omicron-package] Compiling hash32 v0.3.1 |
1857 | 2024-08-22T02:43:32.451Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1858 | 2024-08-22T02:43:32.451Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1859 | 2024-08-22T02:43:32.451Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1860 | 2024-08-22T02:43:32.451Z | [ omicron-package] Compiling cobs v0.2.3 |
1861 | 2024-08-22T02:43:32.451Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-08-22T02:43:33.267Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1863 | 2024-08-22T02:43:33.653Z | [ omicron-package] Compiling postcard v1.0.8 |
1864 | 2024-08-22T02:43:33.973Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1865 | 2024-08-22T02:43:33.975Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1866 | 2024-08-22T02:43:33.975Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1867 | 2024-08-22T02:43:34.140Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1868 | 2024-08-22T02:43:34.209Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1869 | 2024-08-22T02:43:34.567Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1870 | 2024-08-22T02:43:34.782Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1871 | 2024-08-22T02:43:35.668Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1872 | 2024-08-22T02:43:35.762Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1873 | 2024-08-22T02:43:35.874Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1874 | 2024-08-22T02:43:35.874Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1875 | 2024-08-22T02:43:36.227Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1876 | 2024-08-22T02:43:36.469Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1877 | 2024-08-22T02:43:36.881Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1878 | 2024-08-22T02:43:36.974Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1879 | 2024-08-22T02:43:37.549Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1880 | 2024-08-22T02:43:37.878Z | [ omicron-package] Compiling colored v2.1.0 |
1881 | 2024-08-22T02:43:38.308Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1882 | 2024-08-22T02:43:38.539Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1883 | 2024-08-22T02:43:38.788Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1884 | 2024-08-22T02:43:38.851Z | [ omicron-package] Compiling num-derive v0.4.2 |
1885 | 2024-08-22T02:43:38.996Z | [ omicron-package] Compiling num_enum v0.5.11 |
1886 | 2024-08-22T02:43:39.382Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1887 | 2024-08-22T02:43:39.464Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1888 | 2024-08-22T02:43:39.592Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1889 | 2024-08-22T02:43:39.597Z | Aug 22 02:43:38.510 INFO [hubris-staging] task succeeded (9.416370743s) |
1890 | 2024-08-22T02:43:39.980Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1891 | 2024-08-22T02:43:40.126Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1892 | 2024-08-22T02:43:40.292Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1893 | 2024-08-22T02:43:40.480Z | [ omicron-package] Compiling smf v0.2.3 |
1894 | 2024-08-22T02:43:41.095Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1895 | 2024-08-22T02:43:41.421Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1896 | 2024-08-22T02:43:41.536Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1897 | 2024-08-22T02:43:42.004Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1898 | 2024-08-22T02:43:43.370Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1899 | 2024-08-22T02:43:44.781Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1900 | 2024-08-22T02:43:45.053Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1901 | 2024-08-22T02:43:45.787Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1902 | 2024-08-22T02:43:45.897Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1903 | 2024-08-22T02:43:46.074Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1904 | 2024-08-22T02:43:46.784Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1905 | 2024-08-22T02:43:47.447Z | [ omicron-package] Compiling gethostname v0.5.0 |
1906 | 2024-08-22T02:43:47.806Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1907 | 2024-08-22T02:43:48.280Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1908 | 2024-08-22T02:43:49.391Z | [ omicron-package] Compiling indicatif v0.17.8 |
1909 | 2024-08-22T02:43:50.693Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1910 | 2024-08-22T02:43:53.824Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1911 | 2024-08-22T02:43:54.457Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1912 | 2024-08-22T02:43:55.958Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1913 | 2024-08-22T02:44:13.087Z | [ helios-setup] Aug 22 02:44:11.996 INFO helios repository root is: /work/oxidecomputer/helios |
1914 | 2024-08-22T02:44:13.089Z | [ helios-setup] Aug 22 02:44:11.999 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 |
1915 | 2024-08-22T02:44:13.090Z | [ helios-setup] Aug 22 02:44:11.999 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 |
1916 | 2024-08-22T02:44:13.094Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1917 | 2024-08-22T02:44:14.195Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1918 | 2024-08-22T02:44:14.201Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1919 | 2024-08-22T02:44:14.960Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.75s |
1920 | 2024-08-22T02:44:15.156Z | [ omicron-package] |
1921 | 2024-08-22T02:44:15.156Z | [ omicron-package] real 44.924956368 |
1922 | 2024-08-22T02:44:15.159Z | [ omicron-package] user 2:43.790575720 |
1923 | 2024-08-22T02:44:15.159Z | [ omicron-package] sys 22.004322732 |
1924 | 2024-08-22T02:44:15.159Z | [ omicron-package] trap 0.154532273 |
1925 | 2024-08-22T02:44:15.159Z | [ omicron-package] tflt 0.624040125 |
1926 | 2024-08-22T02:44:15.159Z | [ omicron-package] dflt 0.537573649 |
1927 | 2024-08-22T02:44:15.159Z | [ omicron-package] kflt 0.007748611 |
1928 | 2024-08-22T02:44:15.159Z | [ omicron-package] lock 5:16.475898584 |
1929 | 2024-08-22T02:44:15.159Z | [ omicron-package] slp 9:01.944454531 |
1930 | 2024-08-22T02:44:15.159Z | Aug 22 02:44:14.066[ omicron-package] lat 1:37.588340111 |
1931 | 2024-08-22T02:44:15.159Z | INFO [omicron-package] process exited with exit status: 0 (44.96466105s) |
1932 | 2024-08-22T02:44:15.159Z | [ omicron-package] stop 56.657862752 |
1933 | 2024-08-22T02:44:15.159Z | Aug 22 02:44:14.066 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1934 | 2024-08-22T02:44:15.208Z | Aug 22 02:44:14.114 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 |
1935 | 2024-08-22T02:44:15.218Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1936 | 2024-08-22T02:44:15.221Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1937 | 2024-08-22T02:44:15.223Z | Aug 22 02:44:14.131 INFO [recovery-target] process exited with exit status: 0 (64.380532ms) |
1938 | 2024-08-22T02:44:15.223Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1939 | 2024-08-22T02:44:15.225Z | [ host-target] Created new build target 'host' and set it as active |
1940 | 2024-08-22T02:44:15.225Z | Aug 22 02:44:14.135 INFO [host-target] process exited with exit status: 0 (20.985451ms) |
1941 | 2024-08-22T02:44:15.226Z | Aug 22 02:44:14.135 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1942 | 2024-08-22T02:44:15.239Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1943 | 2024-08-22T02:44:16.374Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1944 | 2024-08-22T02:44:16.374Z | [ host-package] Compiling camino v1.1.9 |
1945 | 2024-08-22T02:44:16.374Z | [ host-package] Compiling password-hash v0.5.0 |
1946 | 2024-08-22T02:44:16.374Z | [ host-package] Compiling blake2 v0.10.6 |
1947 | 2024-08-22T02:44:16.377Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1948 | 2024-08-22T02:44:16.377Z | [ host-package] Compiling derive-where v1.2.7 |
1949 | 2024-08-22T02:44:16.377Z | [ host-package] Compiling humantime v2.1.0 |
1950 | 2024-08-22T02:44:16.494Z | [ host-package] Compiling newline-converter v0.3.0 |
1951 | 2024-08-22T02:44:16.716Z | [ host-package] Compiling toml v0.8.19 |
1952 | 2024-08-22T02:44:16.733Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1953 | 2024-08-22T02:44:17.208Z | [ host-package] Compiling argon2 v0.5.3 |
1954 | 2024-08-22T02:44:17.358Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1955 | 2024-08-22T02:44:17.586Z | [ host-package] Compiling expectorate v1.1.0 |
1956 | 2024-08-22T02:44:17.609Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1957 | 2024-08-22T02:44:17.718Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1958 | 2024-08-22T02:44:17.774Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1959 | 2024-08-22T02:44:18.127Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1960 | 2024-08-22T02:44:18.225Z | [ host-package] Compiling dirs-next v2.0.0 |
1961 | 2024-08-22T02:44:18.258Z | [ host-package] Compiling num-rational v0.4.2 |
1962 | 2024-08-22T02:44:18.427Z | [ host-package] Compiling num-complex v0.4.6 |
1963 | 2024-08-22T02:44:18.690Z | [ host-package] Compiling convert_case v0.4.0 |
1964 | 2024-08-22T02:44:18.947Z | [ host-package] Compiling term v0.7.0 |
1965 | 2024-08-22T02:44:19.416Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1966 | 2024-08-22T02:44:19.428Z | [ helios-setup] Aug 22 02:44:18.337 INFO clone ok!, project: amd-host-image-builder |
1967 | 2024-08-22T02:44:19.431Z | [ helios-setup] Aug 22 02:44:18.338 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 |
1968 | 2024-08-22T02:44:19.431Z | [ helios-setup] Aug 22 02:44:18.338 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1969 | 2024-08-22T02:44:19.434Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1970 | 2024-08-22T02:44:19.689Z | [ host-package] Compiling derive_more v0.99.18 |
1971 | 2024-08-22T02:44:19.711Z | [ host-package] Compiling num v0.4.3 |
1972 | 2024-08-22T02:44:19.728Z | [ host-package] Compiling float-ord v0.3.2 |
1973 | 2024-08-22T02:44:19.785Z | [ host-package] Compiling prettyplease v0.2.20 |
1974 | 2024-08-22T02:44:19.833Z | [ host-package] Compiling is-terminal v0.4.12 |
1975 | 2024-08-22T02:44:19.874Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1976 | 2024-08-22T02:44:19.975Z | [ host-package] Compiling semver v0.1.20 |
1977 | 2024-08-22T02:44:20.091Z | [ helios-setup] Aug 22 02:44:19.000 INFO clone ok!, project: image-builder |
1978 | 2024-08-22T02:44:20.094Z | [ helios-setup] Aug 22 02:44:19.000 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 |
1979 | 2024-08-22T02:44:20.094Z | [ helios-setup] Aug 22 02:44:19.000 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1980 | 2024-08-22T02:44:20.096Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1981 | 2024-08-22T02:44:20.134Z | [ host-package] Compiling home v0.5.9 |
1982 | 2024-08-22T02:44:20.300Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1983 | 2024-08-22T02:44:20.458Z | [ host-package] Compiling rustc_version v0.1.7 |
1984 | 2024-08-22T02:44:20.636Z | [ host-package] Compiling cookie v0.18.1 |
1985 | 2024-08-22T02:44:20.804Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1986 | 2024-08-22T02:44:20.892Z | [ host-package] Compiling newtype_derive v0.1.6 |
1987 | 2024-08-22T02:44:20.978Z | [ host-package] Compiling highway v1.2.0 |
1988 | 2024-08-22T02:44:21.117Z | [ helios-setup] Aug 22 02:44:20.026 INFO clone ok!, project: chelsio-t6-roms |
1989 | 2024-08-22T02:44:21.120Z | [ helios-setup] Aug 22 02:44:20.026 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 |
1990 | 2024-08-22T02:44:21.120Z | [ helios-setup] Aug 22 02:44:20.026 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1991 | 2024-08-22T02:44:21.123Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1992 | 2024-08-22T02:44:21.619Z | [ host-package] Compiling steno v0.4.1 |
1993 | 2024-08-22T02:44:21.927Z | [ helios-setup] Aug 22 02:44:20.836 INFO clone ok!, project: pinprick |
1994 | 2024-08-22T02:44:21.930Z | [ helios-setup] Aug 22 02:44:20.836 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 |
1995 | 2024-08-22T02:44:21.930Z | [ helios-setup] Aug 22 02:44:20.836 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1996 | 2024-08-22T02:44:21.933Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1997 | 2024-08-22T02:44:22.474Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1998 | 2024-08-22T02:44:24.304Z | [ host-package] Compiling rustls v0.22.4 |
1999 | 2024-08-22T02:44:24.336Z | [ host-package] Compiling thread_local v1.1.8 |
2000 | 2024-08-22T02:44:24.530Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2001 | 2024-08-22T02:44:24.826Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2002 | 2024-08-22T02:44:25.231Z | [ host-package] Compiling match_cfg v0.1.0 |
2003 | 2024-08-22T02:44:25.355Z | [ host-package] Compiling hostname v0.3.1 |
2004 | 2024-08-22T02:44:26.544Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2005 | 2024-08-22T02:44:27.059Z | [ host-package] Compiling multer v3.1.0 |
2006 | 2024-08-22T02:44:27.139Z | [ host-package] Compiling slog-async v2.8.0 |
2007 | 2024-08-22T02:44:27.225Z | [ host-package] Compiling slog-json v2.6.1 |
2008 | 2024-08-22T02:44:27.420Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2009 | 2024-08-22T02:44:27.645Z | [ host-package] Compiling http v1.1.0 |
2010 | 2024-08-22T02:44:28.574Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2011 | 2024-08-22T02:44:29.085Z | [ host-package] Compiling atomic-waker v1.1.2 |
2012 | 2024-08-22T02:44:29.279Z | [ host-package] Compiling take_mut v0.2.2 |
2013 | 2024-08-22T02:44:29.445Z | [ helios-setup] Aug 22 02:44:28.352 INFO clone ok!, project: amd-firmware |
2014 | 2024-08-22T02:44:29.448Z | [ helios-setup] Aug 22 02:44:28.353 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2015 | 2024-08-22T02:44:29.448Z | [ helios-setup] Aug 22 02:44:28.353 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2016 | 2024-08-22T02:44:29.448Z | [ helios-setup] Aug 22 02:44:28.353 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 |
2017 | 2024-08-22T02:44:29.448Z | [ helios-setup] Aug 22 02:44:28.353 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2018 | 2024-08-22T02:44:29.452Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2019 | 2024-08-22T02:44:30.355Z | [ helios-setup] Aug 22 02:44:29.261 INFO clone ok!, project: phbl |
2020 | 2024-08-22T02:44:30.359Z | [ helios-setup] Aug 22 02:44:29.262 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 |
2021 | 2024-08-22T02:44:30.359Z | [ helios-setup] Aug 22 02:44:29.262 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2022 | 2024-08-22T02:44:30.361Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2023 | 2024-08-22T02:44:30.477Z | [ host-package] Compiling waitgroup v0.1.2 |
2024 | 2024-08-22T02:44:30.682Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2025 | 2024-08-22T02:44:31.073Z | [ host-package] Compiling lru-cache v0.1.2 |
2026 | 2024-08-22T02:44:31.206Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2027 | 2024-08-22T02:44:31.324Z | [ helios-setup] Aug 22 02:44:30.231 INFO clone ok!, project: pilot |
2028 | 2024-08-22T02:44:31.326Z | [ helios-setup] Aug 22 02:44:30.231 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 |
2029 | 2024-08-22T02:44:31.326Z | [ helios-setup] Aug 22 02:44:30.231 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2030 | 2024-08-22T02:44:31.329Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2031 | 2024-08-22T02:44:31.456Z | [ host-package] Compiling slog-term v2.9.1 |
2032 | 2024-08-22T02:44:32.134Z | [ helios-setup] Aug 22 02:44:31.041 INFO clone ok!, project: bootserver |
2033 | 2024-08-22T02:44:32.137Z | [ helios-setup] Aug 22 02:44:31.042 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2034 | 2024-08-22T02:44:32.137Z | [ helios-setup] Aug 22 02:44:31.042 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2035 | 2024-08-22T02:44:32.616Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2036 | 2024-08-22T02:44:33.066Z | [ helios-setup] Aug 22 02:44:31.973 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2037 | 2024-08-22T02:44:33.070Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2038 | 2024-08-22T02:44:33.103Z | [ host-package] Compiling async-stream v0.3.5 |
2039 | 2024-08-22T02:44:33.134Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2040 | 2024-08-22T02:44:33.210Z | [ host-package] Compiling ipnetwork v0.20.0 |
2041 | 2024-08-22T02:44:33.417Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2042 | 2024-08-22T02:44:33.541Z | [ host-package] Compiling hostname v0.4.0 |
2043 | 2024-08-22T02:44:33.603Z | [ helios-setup] Aug 22 02:44:32.510 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2044 | 2024-08-22T02:44:33.605Z | [ helios-setup] Aug 22 02:44:32.510 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2045 | 2024-08-22T02:44:33.816Z | [ host-package] Compiling instant v0.1.12 |
2046 | 2024-08-22T02:44:34.011Z | [ host-package] Compiling debug-ignore v1.0.5 |
2047 | 2024-08-22T02:44:34.096Z | [ host-package] Compiling backoff v0.4.0 |
2048 | 2024-08-22T02:44:34.155Z | [ helios-setup] Aug 22 02:44:33.063 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2049 | 2024-08-22T02:44:34.334Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2050 | 2024-08-22T02:44:34.513Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2051 | 2024-08-22T02:44:34.722Z | [ helios-setup] Aug 22 02:44:33.629 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2052 | 2024-08-22T02:44:34.722Z | [ helios-setup] Aug 22 02:44:33.629 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2053 | 2024-08-22T02:44:34.939Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2054 | 2024-08-22T02:44:35.241Z | [ host-package] Compiling parse-display v0.10.0 |
2055 | 2024-08-22T02:44:35.293Z | [ helios-setup] Aug 22 02:44:34.200 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2056 | 2024-08-22T02:44:35.380Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2024-08-22T02:44:35.688Z | [ host-package] Compiling serde_with v3.9.0 |
2058 | 2024-08-22T02:44:35.841Z | [ helios-setup] Aug 22 02:44:34.748 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2059 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2060 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2061 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO ok! |
2062 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2063 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2064 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO ok! |
2065 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2066 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.748 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2067 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.749 INFO ok! |
2068 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.749 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2069 | 2024-08-22T02:44:35.844Z | [ helios-setup] Aug 22 02:44:34.749 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2070 | 2024-08-22T02:44:35.851Z | [ helios-setup] Aug 22 02:44:34.758 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2071 | 2024-08-22T02:44:35.916Z | [ host-package] Compiling strum v0.26.3 |
2072 | 2024-08-22T02:44:36.116Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2073 | 2024-08-22T02:44:36.212Z | [ helios-setup] Aug 22 02:44:35.118 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2074 | 2024-08-22T02:44:36.212Z | [ helios-setup] Aug 22 02:44:35.118 INFO E| info: downloading component 'cargo' |
2075 | 2024-08-22T02:44:38.132Z | [ helios-setup] Aug 22 02:44:37.039 INFO E| info: downloading component 'clippy' |
2076 | 2024-08-22T02:44:39.027Z | [ host-package] Compiling macaddr v1.0.1 |
2077 | 2024-08-22T02:44:39.065Z | [ helios-setup] Aug 22 02:44:37.972 INFO E| info: downloading component 'rust-docs' |
2078 | 2024-08-22T02:44:39.622Z | [ host-package] Compiling swrite v0.1.0 |
2079 | 2024-08-22T02:44:39.807Z | [ host-package] Compiling utf-8 v0.7.6 |
2080 | 2024-08-22T02:44:39.915Z | [ host-package] Compiling quick-error v1.2.3 |
2081 | 2024-08-22T02:44:40.088Z | [ host-package] Compiling resolv-conf v0.7.0 |
2082 | 2024-08-22T02:44:40.411Z | [ helios-setup] Aug 22 02:44:39.318 INFO E| info: downloading component 'rust-src' |
2083 | 2024-08-22T02:44:40.603Z | [ helios-setup] Aug 22 02:44:39.510 INFO E| info: downloading component 'rust-std' |
2084 | 2024-08-22T02:44:40.963Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2085 | 2024-08-22T02:44:41.770Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2086 | 2024-08-22T02:44:42.164Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2087 | 2024-08-22T02:44:42.713Z | [ host-package] Compiling rayon-core v1.12.1 |
2088 | 2024-08-22T02:44:42.745Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2089 | 2024-08-22T02:44:42.885Z | [ helios-setup] Aug 22 02:44:41.792 INFO E| info: downloading component 'rustc' |
2090 | 2024-08-22T02:44:44.690Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2091 | 2024-08-22T02:44:45.779Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2092 | 2024-08-22T02:44:46.172Z | [ host-package] Compiling half v2.4.1 |
2093 | 2024-08-22T02:44:46.448Z | [ host-package] Compiling fastrand v2.1.0 |
2094 | 2024-08-22T02:44:46.938Z | [ host-package] Compiling same-file v1.0.6 |
2095 | 2024-08-22T02:44:46.973Z | [ host-package] Compiling display-error-chain v0.2.0 |
2096 | 2024-08-22T02:44:47.176Z | [ host-package] Compiling ciborium-io v0.2.2 |
2097 | 2024-08-22T02:44:47.207Z | [ host-package] Compiling walkdir v2.5.0 |
2098 | 2024-08-22T02:44:47.321Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2099 | 2024-08-22T02:44:47.873Z | [ host-package] Compiling tempfile v3.10.1 |
2100 | 2024-08-22T02:44:48.326Z | [ helios-setup] Aug 22 02:44:47.232 INFO E| info: downloading component 'rustfmt' |
2101 | 2024-08-22T02:44:48.717Z | [ host-package] Compiling blake3 v1.5.1 |
2102 | 2024-08-22T02:44:48.803Z | [ helios-setup] Aug 22 02:44:47.708 INFO E| info: installing component 'cargo' |
2103 | 2024-08-22T02:44:49.186Z | [ host-package] Compiling rayon v1.10.0 |
2104 | 2024-08-22T02:44:49.408Z | [ host-package] Compiling ring v0.16.20 |
2105 | 2024-08-22T02:44:49.569Z | [ host-package] Compiling ciborium v0.2.2 |
2106 | 2024-08-22T02:44:50.092Z | [ helios-setup] Aug 22 02:44:48.997 INFO E| info: installing component 'clippy' |
2107 | 2024-08-22T02:44:50.666Z | [ helios-setup] Aug 22 02:44:49.571 INFO E| info: installing component 'rust-docs' |
2108 | 2024-08-22T02:44:52.049Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2109 | 2024-08-22T02:44:52.492Z | [ host-package] Compiling xattr v1.3.1 |
2110 | 2024-08-22T02:44:52.763Z | [ host-package] Compiling memmap2 v0.9.4 |
2111 | 2024-08-22T02:44:54.819Z | [ host-package] Compiling filetime v0.2.24 |
2112 | 2024-08-22T02:44:55.314Z | [ host-package] Compiling arrayvec v0.7.4 |
2113 | 2024-08-22T02:44:55.858Z | [ host-package] Compiling arrayref v0.3.7 |
2114 | 2024-08-22T02:44:56.075Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2115 | 2024-08-22T02:44:56.402Z | [ host-package] Compiling spin v0.5.2 |
2116 | 2024-08-22T02:44:56.812Z | [ host-package] Compiling untrusted v0.7.1 |
2117 | 2024-08-22T02:44:56.857Z | [ helios-setup] Aug 22 02:44:55.762 INFO E| info: installing component 'rust-src' |
2118 | 2024-08-22T02:44:57.079Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2119 | 2024-08-22T02:44:57.514Z | [ helios-setup] Aug 22 02:44:56.418 INFO E| info: installing component 'rust-std' |
2120 | 2024-08-22T02:44:59.270Z | [ host-package] Compiling tar v0.4.41 |
2121 | 2024-08-22T02:45:00.112Z | [ helios-setup] Aug 22 02:44:59.017 INFO E| info: installing component 'rustc' |
2122 | 2024-08-22T02:45:01.350Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2123 | 2024-08-22T02:45:01.420Z | [ host-package] Compiling toolchain_find v0.4.0 |
2124 | 2024-08-22T02:45:01.845Z | [ host-package] Compiling nibble_vec v0.1.0 |
2125 | 2024-08-22T02:45:02.064Z | [ host-package] Compiling atty v0.2.14 |
2126 | 2024-08-22T02:45:02.096Z | [ host-package] Compiling glob v0.3.1 |
2127 | 2024-08-22T02:45:02.135Z | [ host-package] Compiling crunchy v0.2.2 |
2128 | 2024-08-22T02:45:02.243Z | [ host-package] Compiling maplit v1.0.2 |
2129 | 2024-08-22T02:45:02.404Z | [ host-package] Compiling topological-sort v0.2.2 |
2130 | 2024-08-22T02:45:02.735Z | [ host-package] Compiling endian-type v0.1.2 |
2131 | 2024-08-22T02:45:02.854Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2132 | 2024-08-22T02:45:02.995Z | [ host-package] Compiling clang-sys v1.7.0 |
2133 | 2024-08-22T02:45:02.997Z | [ host-package] Compiling radix_trie v0.2.1 |
2134 | 2024-08-22T02:45:03.322Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2135 | 2024-08-22T02:45:03.792Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2136 | 2024-08-22T02:45:04.463Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2137 | 2024-08-22T02:45:04.942Z | [ host-package] Compiling tungstenite v0.21.0 |
2138 | 2024-08-22T02:45:04.987Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2139 | 2024-08-22T02:45:05.892Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2140 | 2024-08-22T02:45:06.783Z | [ helios-setup] Aug 22 02:45:05.687 INFO E| info: installing component 'rustfmt' |
2141 | 2024-08-22T02:45:07.052Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2142 | 2024-08-22T02:45:07.456Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2143 | 2024-08-22T02:45:07.754Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2144 | 2024-08-22T02:45:07.815Z | [ helios-setup] Aug 22 02:45:06.715 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2145 | 2024-08-22T02:45:08.182Z | [ host-package] Compiling arc-swap v1.7.1 |
2146 | 2024-08-22T02:45:08.520Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2147 | 2024-08-22T02:45:08.865Z | [ host-package] Compiling slog-scope v4.4.0 |
2148 | 2024-08-22T02:45:08.868Z | [ helios-setup] Aug 22 02:45:07.769 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2149 | 2024-08-22T02:45:08.868Z | [ helios-setup] Aug 22 02:45:07.769 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2150 | 2024-08-22T02:45:08.868Z | [ helios-setup] Aug 22 02:45:07.769 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2151 | 2024-08-22T02:45:08.887Z | [ host-package] Compiling diesel_derives v2.2.2 |
2152 | 2024-08-22T02:45:08.892Z | [ helios-setup] Aug 22 02:45:07.795 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2153 | 2024-08-22T02:45:08.892Z | [ helios-setup] Aug 22 02:45:07.795 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2154 | 2024-08-22T02:45:08.894Z | [ helios-setup] Aug 22 02:45:07.795 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2155 | 2024-08-22T02:45:08.894Z | [ helios-setup] Aug 22 02:45:07.796 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2156 | 2024-08-22T02:45:08.894Z | [ helios-setup] Aug 22 02:45:07.796 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2157 | 2024-08-22T02:45:08.894Z | [ helios-setup] Aug 22 02:45:07.796 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2158 | 2024-08-22T02:45:08.894Z | [ helios-setup] Aug 22 02:45:07.796 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2159 | 2024-08-22T02:45:08.923Z | [ helios-setup] Aug 22 02:45:07.826 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2160 | 2024-08-22T02:45:08.926Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2161 | 2024-08-22T02:45:08.975Z | [ host-package] Compiling r2d2 v0.8.10 |
2162 | 2024-08-22T02:45:09.709Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2163 | 2024-08-22T02:45:09.891Z | [ helios-setup] Aug 22 02:45:08.794 INFO E| From https://github.com/oxidecomputer/amd-efs |
2164 | 2024-08-22T02:45:09.891Z | [ helios-setup] Aug 22 02:45:08.794 INFO E| * [new branch] empty -> origin/empty |
2165 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.794 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2166 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.794 INFO E| * [new branch] main -> origin/main |
2167 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.794 INFO E| * [new branch] review -> origin/review |
2168 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.794 INFO E| * [new ref] -> origin/HEAD |
2169 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.795 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2170 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.795 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2171 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.795 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2172 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.795 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2173 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.795 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2174 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.795 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2175 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.795 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2176 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.796 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2177 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.796 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2178 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.796 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2179 | 2024-08-22T02:45:09.893Z | [ helios-setup] Aug 22 02:45:08.796 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2180 | 2024-08-22T02:45:09.917Z | [ helios-setup] Aug 22 02:45:08.820 INFO E| Updating crates.io index |
2181 | 2024-08-22T02:45:09.964Z | [ host-package] Compiling ena v0.14.3 |
2182 | 2024-08-22T02:45:10.264Z | [ host-package] Compiling libloading v0.8.3 |
2183 | 2024-08-22T02:45:10.284Z | [ helios-setup] Aug 22 02:45:09.187 INFO E| Downloading crates ... |
2184 | 2024-08-22T02:45:10.440Z | [ helios-setup] Aug 22 02:45:09.343 INFO E| Downloaded unic-char-range v0.9.0 |
2185 | 2024-08-22T02:45:10.442Z | [ helios-setup] Aug 22 02:45:09.346 INFO E| Downloaded unic-char-property v0.9.0 |
2186 | 2024-08-22T02:45:10.445Z | [ helios-setup] Aug 22 02:45:09.348 INFO E| Downloaded toml v0.5.11 |
2187 | 2024-08-22T02:45:10.448Z | [ helios-setup] Aug 22 02:45:09.352 INFO E| Downloaded parse_int v0.6.0 |
2188 | 2024-08-22T02:45:10.451Z | [ helios-setup] Aug 22 02:45:09.353 INFO E| Downloaded modular-bitfield v0.11.2 |
2189 | 2024-08-22T02:45:10.456Z | [ host-package] Compiling diff v0.1.13 |
2190 | 2024-08-22T02:45:10.467Z | [ helios-setup] Aug 22 02:45:09.370 INFO E| Downloaded vec_map v0.8.2 |
2191 | 2024-08-22T02:45:10.470Z | [ helios-setup] Aug 22 02:45:09.372 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2192 | 2024-08-22T02:45:10.472Z | [ helios-setup] Aug 22 02:45:09.374 INFO E| Downloaded strum v0.23.0 |
2193 | 2024-08-22T02:45:10.473Z | [ helios-setup] Aug 22 02:45:09.375 INFO E| Downloaded structopt-derive v0.4.18 |
2194 | 2024-08-22T02:45:10.475Z | [ helios-setup] Aug 22 02:45:09.378 INFO E| Downloaded unic-common v0.9.0 |
2195 | 2024-08-22T02:45:10.478Z | [ helios-setup] Aug 22 02:45:09.379 INFO E| Downloaded four-cc v0.3.0 |
2196 | 2024-08-22T02:45:10.478Z | [ helios-setup] Aug 22 02:45:09.380 INFO E| Downloaded ansi_term v0.12.1 |
2197 | 2024-08-22T02:45:10.481Z | [ helios-setup] Aug 22 02:45:09.382 INFO E| Downloaded semver v0.9.0 |
2198 | 2024-08-22T02:45:10.483Z | [ helios-setup] Aug 22 02:45:09.384 INFO E| Downloaded unic-ucd-version v0.9.0 |
2199 | 2024-08-22T02:45:10.486Z | [ helios-setup] Aug 22 02:45:09.385 INFO E| Downloaded structopt v0.3.26 |
2200 | 2024-08-22T02:45:10.504Z | [ helios-setup] Aug 22 02:45:09.407 INFO E| Downloaded serde v1.0.204 |
2201 | 2024-08-22T02:45:10.508Z | [ helios-setup] Aug 22 02:45:09.411 INFO E| Downloaded semver-parser v0.7.0 |
2202 | 2024-08-22T02:45:10.511Z | [ helios-setup] Aug 22 02:45:09.413 INFO E| Downloaded pre v0.2.1 |
2203 | 2024-08-22T02:45:10.511Z | [ helios-setup] Aug 22 02:45:09.414 INFO E| Downloaded serde_derive v1.0.204 |
2204 | 2024-08-22T02:45:10.514Z | [ helios-setup] Aug 22 02:45:09.417 INFO E| Downloaded memchr v2.7.4 |
2205 | 2024-08-22T02:45:10.521Z | [ helios-setup] Aug 22 02:45:09.424 INFO E| Downloaded textwrap v0.11.0 |
2206 | 2024-08-22T02:45:10.523Z | [ helios-setup] Aug 22 02:45:09.426 INFO E| Downloaded strsim v0.8.0 |
2207 | 2024-08-22T02:45:10.525Z | [ helios-setup] Aug 22 02:45:09.427 INFO E| Downloaded strum_macros v0.23.1 |
2208 | 2024-08-22T02:45:10.528Z | [ helios-setup] Aug 22 02:45:09.430 INFO E| Downloaded scroll v0.10.2 |
2209 | 2024-08-22T02:45:10.530Z | [ helios-setup] Aug 22 02:45:09.433 INFO E| Downloaded proc-macro-crate v0.1.5 |
2210 | 2024-08-22T02:45:10.532Z | [ helios-setup] Aug 22 02:45:09.434 INFO E| Downloaded num-derive v0.3.3 |
2211 | 2024-08-22T02:45:10.535Z | [ helios-setup] Aug 22 02:45:09.437 INFO E| Downloaded serde_json v1.0.120 |
2212 | 2024-08-22T02:45:10.544Z | [ helios-setup] Aug 22 02:45:09.447 INFO E| Downloaded pest v2.7.11 |
2213 | 2024-08-22T02:45:10.552Z | [ helios-setup] Aug 22 02:45:09.455 INFO E| Downloaded syn v2.0.71 |
2214 | 2024-08-22T02:45:10.570Z | [ helios-setup] Aug 22 02:45:09.473 INFO E| Downloaded goblin v0.4.3 |
2215 | 2024-08-22T02:45:10.579Z | [ helios-setup] Aug 22 02:45:09.482 INFO E| Downloaded clap v2.34.0 |
2216 | 2024-08-22T02:45:10.589Z | [ helios-setup] Aug 22 02:45:09.492 INFO E| Downloaded pest_meta v2.7.11 |
2217 | 2024-08-22T02:45:10.592Z | [ helios-setup] Aug 22 02:45:09.495 INFO E| Downloaded libc v0.2.155 |
2218 | 2024-08-22T02:45:10.630Z | [ helios-setup] Aug 22 02:45:09.533 INFO E| Downloaded pest_generator v2.7.11 |
2219 | 2024-08-22T02:45:10.632Z | [ helios-setup] Aug 22 02:45:09.535 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2220 | 2024-08-22T02:45:10.638Z | [ helios-setup] Aug 22 02:45:09.536 INFO E| Downloaded memoffset v0.5.6 |
2221 | 2024-08-22T02:45:10.638Z | [ helios-setup] Aug 22 02:45:09.538 INFO E| Downloaded log v0.4.22 |
2222 | 2024-08-22T02:45:10.639Z | [ helios-setup] Aug 22 02:45:09.541 INFO E| Downloaded rustc_version v0.2.3 |
2223 | 2024-08-22T02:45:10.675Z | [ helios-setup] Aug 22 02:45:09.578 INFO E| Downloaded pre-proc-macro v0.2.1 |
2224 | 2024-08-22T02:45:10.677Z | [ helios-setup] Aug 22 02:45:09.580 INFO E| Downloaded cfg-if v0.1.10 |
2225 | 2024-08-22T02:45:10.680Z | [ helios-setup] Aug 22 02:45:09.582 INFO E| Downloaded scroll_derive v0.10.5 |
2226 | 2024-08-22T02:45:10.682Z | [ helios-setup] Aug 22 02:45:09.584 INFO E| Downloaded pest_derive v2.7.11 |
2227 | 2024-08-22T02:45:10.685Z | [ helios-setup] Aug 22 02:45:09.587 INFO E| Downloaded fletcher v0.1.0 |
2228 | 2024-08-22T02:45:10.687Z | [ host-package] Compiling regex-syntax v0.6.29 |
2229 | 2024-08-22T02:45:10.687Z | [ helios-setup] Aug 22 02:45:09.588 INFO E| Downloaded bytesize v1.3.0 |
2230 | 2024-08-22T02:45:10.746Z | [ host-package] Compiling bindgen v0.69.4 |
2231 | 2024-08-22T02:45:10.772Z | [ helios-setup] Aug 22 02:45:09.675 INFO E| Compiling proc-macro2 v1.0.86 |
2232 | 2024-08-22T02:45:10.772Z | [ helios-setup] Aug 22 02:45:09.675 INFO E| Compiling unicode-ident v1.0.12 |
2233 | 2024-08-22T02:45:10.779Z | [ helios-setup] Aug 22 02:45:09.675 INFO E| Compiling syn v1.0.109 |
2234 | 2024-08-22T02:45:10.779Z | [ helios-setup] Aug 22 02:45:09.675 INFO E| Compiling version_check v0.9.4 |
2235 | 2024-08-22T02:45:10.779Z | [ helios-setup] Aug 22 02:45:09.675 INFO E| Compiling semver-parser v0.7.0 |
2236 | 2024-08-22T02:45:10.779Z | [ helios-setup] Aug 22 02:45:09.675 INFO E| Compiling autocfg v1.3.0 |
2237 | 2024-08-22T02:45:10.779Z | [ helios-setup] Aug 22 02:45:09.676 INFO E| Compiling thiserror v1.0.63 |
2238 | 2024-08-22T02:45:10.779Z | [ helios-setup] Aug 22 02:45:09.676 INFO E| Compiling serde v1.0.204 |
2239 | 2024-08-22T02:45:11.784Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2240 | 2024-08-22T02:45:11.928Z | [ helios-setup] Aug 22 02:45:10.830 INFO E| Compiling semver v0.9.0 |
2241 | 2024-08-22T02:45:12.159Z | [ helios-setup] Aug 22 02:45:11.061 INFO E| Compiling serde_json v1.0.120 |
2242 | 2024-08-22T02:45:12.258Z | [ helios-setup] Aug 22 02:45:11.161 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2243 | 2024-08-22T02:45:12.261Z | [ helios-setup] Aug 22 02:45:11.161 INFO E| Compiling proc-macro-error v1.0.4 |
2244 | 2024-08-22T02:45:12.437Z | [ helios-setup] Aug 22 02:45:11.340 INFO E| Compiling num-traits v0.2.19 |
2245 | 2024-08-22T02:45:12.513Z | [ helios-setup] Aug 22 02:45:11.416 INFO E| Compiling rustc_version v0.2.3 |
2246 | 2024-08-22T02:45:12.934Z | [ helios-setup] Aug 22 02:45:11.837 INFO E| Compiling itoa v1.0.11 |
2247 | 2024-08-22T02:45:13.008Z | [ helios-setup] Aug 22 02:45:11.910 INFO E| Compiling schemars v0.8.21 |
2248 | 2024-08-22T02:45:13.100Z | [ helios-setup] Aug 22 02:45:12.003 INFO E| Compiling unicode-segmentation v1.11.0 |
2249 | 2024-08-22T02:45:13.150Z | [ helios-setup] Aug 22 02:45:12.053 INFO E| Compiling ryu v1.0.18 |
2250 | 2024-08-22T02:45:13.233Z | [ helios-setup] Aug 22 02:45:12.136 INFO E| Compiling memoffset v0.5.6 |
2251 | 2024-08-22T02:45:13.428Z | [ helios-setup] Aug 22 02:45:12.330 INFO E| Compiling pre-proc-macro v0.2.1 |
2252 | 2024-08-22T02:45:13.529Z | [ helios-setup] Aug 22 02:45:12.431 INFO E| Compiling dyn-clone v1.0.17 |
2253 | 2024-08-22T02:45:13.618Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2254 | 2024-08-22T02:45:13.891Z | [ helios-setup] Aug 22 02:45:12.793 INFO E| Compiling ucd-trie v0.1.6 |
2255 | 2024-08-22T02:45:13.954Z | [ helios-setup] Aug 22 02:45:12.856 INFO E| Compiling memchr v2.7.4 |
2256 | 2024-08-22T02:45:14.067Z | [ helios-setup] Aug 22 02:45:12.969 INFO E| Compiling quote v1.0.36 |
2257 | 2024-08-22T02:45:14.350Z | [ helios-setup] Aug 22 02:45:13.252 INFO E| Compiling paste v1.0.15 |
2258 | 2024-08-22T02:45:14.394Z | [ helios-setup] Aug 22 02:45:13.296 INFO E| Compiling rustversion v1.0.17 |
2259 | 2024-08-22T02:45:14.976Z | [ helios-setup] Aug 22 02:45:13.879 INFO E| Compiling syn v2.0.71 |
2260 | 2024-08-22T02:45:15.532Z | [ helios-setup] Aug 22 02:45:14.434 INFO E| Compiling heck v0.3.3 |
2261 | 2024-08-22T02:45:15.614Z | [ helios-setup] Aug 22 02:45:14.516 INFO E| Compiling lazy_static v1.5.0 |
2262 | 2024-08-22T02:45:15.696Z | [ helios-setup] Aug 22 02:45:14.598 INFO E| Compiling libc v0.2.155 |
2263 | 2024-08-22T02:45:15.873Z | [ host-package] Compiling which v4.4.2 |
2264 | 2024-08-22T02:45:16.494Z | [ helios-setup] Aug 22 02:45:15.396 INFO E| Compiling pre v0.2.1 |
2265 | 2024-08-22T02:45:17.125Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2266 | 2024-08-22T02:45:17.305Z | [ helios-setup] Aug 22 02:45:16.206 INFO E| Compiling cfg-if v0.1.10 |
2267 | 2024-08-22T02:45:17.353Z | [ helios-setup] Aug 22 02:45:16.256 INFO E| Compiling once_cell v1.19.0 |
2268 | 2024-08-22T02:45:17.385Z | [ helios-setup] Aug 22 02:45:16.287 INFO E| Compiling byteorder v1.5.0 |
2269 | 2024-08-22T02:45:17.713Z | [ helios-setup] Aug 22 02:45:16.615 INFO E| Compiling static_assertions v1.1.0 |
2270 | 2024-08-22T02:45:17.880Z | [ host-package] Compiling lalrpop v0.19.12 |
2271 | 2024-08-22T02:45:18.708Z | [ helios-setup] Aug 22 02:45:17.610 INFO E| Compiling unicode-width v0.1.13 |
2272 | 2024-08-22T02:45:19.238Z | [ helios-setup] Aug 22 02:45:18.140 INFO E| Compiling textwrap v0.11.0 |
2273 | 2024-08-22T02:45:19.678Z | [ helios-setup] Aug 22 02:45:18.580 INFO E| Compiling atty v0.2.14 |
2274 | 2024-08-22T02:45:19.903Z | [ helios-setup] Aug 22 02:45:18.805 INFO E| Compiling unic-char-range v0.9.0 |
2275 | 2024-08-22T02:45:20.490Z | [ helios-setup] Aug 22 02:45:19.391 INFO E| Compiling strum v0.23.0 |
2276 | 2024-08-22T02:45:20.587Z | [ helios-setup] Aug 22 02:45:19.488 INFO E| Compiling parse_int v0.6.0 |
2277 | 2024-08-22T02:45:20.617Z | [ helios-setup] Aug 22 02:45:19.519 INFO E| Compiling ansi_term v0.12.1 |
2278 | 2024-08-22T02:45:20.638Z | [ helios-setup] Aug 22 02:45:19.539 INFO E| Compiling vec_map v0.8.2 |
2279 | 2024-08-22T02:45:20.758Z | [ helios-setup] Aug 22 02:45:19.660 INFO E| Compiling bitflags v1.3.2 |
2280 | 2024-08-22T02:45:20.888Z | [ helios-setup] Aug 22 02:45:19.790 INFO E| Compiling unic-common v0.9.0 |
2281 | 2024-08-22T02:45:21.033Z | [ helios-setup] Aug 22 02:45:19.934 INFO E| Compiling fletcher v0.1.0 |
2282 | 2024-08-22T02:45:21.247Z | [ helios-setup] Aug 22 02:45:20.148 INFO E| Compiling strsim v0.8.0 |
2283 | 2024-08-22T02:45:21.372Z | [ helios-setup] Aug 22 02:45:20.274 INFO E| Compiling unic-ucd-version v0.9.0 |
2284 | 2024-08-22T02:45:21.430Z | [ host-package] Compiling cexpr v0.6.0 |
2285 | 2024-08-22T02:45:21.456Z | [ helios-setup] Aug 22 02:45:20.358 INFO E| Compiling unic-char-property v0.9.0 |
2286 | 2024-08-22T02:45:21.467Z | [ helios-setup] Aug 22 02:45:20.368 INFO E| Compiling plain v0.2.3 |
2287 | 2024-08-22T02:45:21.475Z | [ helios-setup] Aug 22 02:45:20.377 INFO E| Compiling log v0.4.22 |
2288 | 2024-08-22T02:45:21.610Z | [ helios-setup] Aug 22 02:45:20.512 INFO E| Compiling unic-ucd-ident v0.9.0 |
2289 | 2024-08-22T02:45:21.882Z | [ helios-setup] Aug 22 02:45:20.783 INFO E| Compiling clap v2.34.0 |
2290 | 2024-08-22T02:45:21.991Z | [ helios-setup] Aug 22 02:45:20.892 INFO E| Compiling bytesize v1.3.0 |
2291 | 2024-08-22T02:45:23.383Z | [ helios-setup] Aug 22 02:45:22.284 INFO E| Compiling serde_derive_internals v0.29.1 |
2292 | 2024-08-22T02:45:24.281Z | [ host-package] Compiling libsw v3.3.1 |
2293 | 2024-08-22T02:45:24.940Z | [ host-package] Compiling rustc-hash v1.1.0 |
2294 | 2024-08-22T02:45:25.229Z | [ host-package] Compiling owo-colors v4.0.0 |
2295 | 2024-08-22T02:45:25.304Z | [ helios-setup] Aug 22 02:45:24.206 INFO E| Compiling toml v0.5.11 |
2296 | 2024-08-22T02:45:28.808Z | [ host-package] Compiling diesel v2.2.2 |
2297 | 2024-08-22T02:45:28.844Z | [ helios-setup] Aug 22 02:45:27.744 INFO E| Compiling proc-macro-crate v0.1.5 |
2298 | 2024-08-22T02:45:29.087Z | [ helios-setup] Aug 22 02:45:27.988 INFO E| Compiling thiserror-impl v1.0.63 |
2299 | 2024-08-22T02:45:29.952Z | [ host-package] Compiling shlex v1.3.0 |
2300 | 2024-08-22T02:45:29.970Z | [ helios-setup] Aug 22 02:45:28.871 INFO E| Compiling serde_derive v1.0.204 |
2301 | 2024-08-22T02:45:30.448Z | [ host-package] Compiling linear-map v1.2.0 |
2302 | 2024-08-22T02:45:30.780Z | [ host-package] Compiling lazycell v1.3.0 |
2303 | 2024-08-22T02:45:30.818Z | [ helios-setup] Aug 22 02:45:29.719 INFO E| Compiling schemars_derive v0.8.21 |
2304 | 2024-08-22T02:45:31.139Z | [ helios-setup] Aug 22 02:45:30.039 INFO E| Compiling zerocopy-derive v0.6.6 |
2305 | 2024-08-22T02:45:31.207Z | [ host-package] Compiling ref-cast v1.0.23 |
2306 | 2024-08-22T02:45:31.274Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2307 | 2024-08-22T02:45:34.269Z | [ helios-setup] Aug 22 02:45:33.170 INFO E| Compiling pest v2.7.11 |
2308 | 2024-08-22T02:45:34.296Z | [ helios-setup] Aug 22 02:45:33.196 INFO E| Compiling zerocopy v0.6.6 |
2309 | 2024-08-22T02:45:36.362Z | [ helios-setup] Aug 22 02:45:35.262 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2310 | 2024-08-22T02:45:36.362Z | [ helios-setup] Aug 22 02:45:35.262 INFO E| Compiling num-derive v0.3.3 |
2311 | 2024-08-22T02:45:36.718Z | [ helios-setup] Aug 22 02:45:35.618 INFO E| Compiling scroll_derive v0.10.5 |
2312 | 2024-08-22T02:45:37.333Z | [ helios-setup] Aug 22 02:45:36.233 INFO E| Compiling strum_macros v0.23.1 |
2313 | 2024-08-22T02:45:39.309Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2314 | 2024-08-22T02:45:39.887Z | [ helios-setup] Aug 22 02:45:38.786 INFO E| Compiling pest_meta v2.7.11 |
2315 | 2024-08-22T02:45:40.173Z | [ helios-setup] Aug 22 02:45:39.073 INFO E| Compiling scroll v0.10.2 |
2316 | 2024-08-22T02:45:40.830Z | [ helios-setup] Aug 22 02:45:39.730 INFO E| Compiling structopt-derive v0.4.18 |
2317 | 2024-08-22T02:45:41.476Z | [ helios-setup] Aug 22 02:45:40.376 INFO E| Compiling goblin v0.4.3 |
2318 | 2024-08-22T02:45:42.025Z | [ helios-setup] Aug 22 02:45:40.924 INFO E| Compiling modular-bitfield v0.11.2 |
2319 | 2024-08-22T02:45:42.565Z | [ helios-setup] Aug 22 02:45:41.464 INFO E| Compiling pest_generator v2.7.11 |
2320 | 2024-08-22T02:45:43.240Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2321 | 2024-08-22T02:45:44.549Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2322 | 2024-08-22T02:45:45.194Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2323 | 2024-08-22T02:45:46.172Z | [ helios-setup] Aug 22 02:45:45.071 INFO E| Compiling structopt v0.3.26 |
2324 | 2024-08-22T02:45:46.572Z | [ helios-setup] Aug 22 02:45:45.471 INFO E| Compiling pest_derive v2.7.11 |
2325 | 2024-08-22T02:45:48.322Z | [ host-package] Compiling headers-core v0.2.0 |
2326 | 2024-08-22T02:45:48.577Z | [ host-package] Compiling fxhash v0.2.1 |
2327 | 2024-08-22T02:45:48.885Z | [ host-package] Compiling libxml v0.3.3 |
2328 | 2024-08-22T02:45:49.520Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2329 | 2024-08-22T02:45:50.737Z | [ host-package] Compiling headers v0.3.9 |
2330 | 2024-08-22T02:45:51.414Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2331 | 2024-08-22T02:45:52.602Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2332 | 2024-08-22T02:45:53.037Z | [ helios-setup] Aug 22 02:45:51.935 INFO E| Compiling json5 v0.4.1 |
2333 | 2024-08-22T02:45:55.056Z | [ host-package] Compiling samael v0.0.15 |
2334 | 2024-08-22T02:45:55.556Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2335 | 2024-08-22T02:45:56.058Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2336 | 2024-08-22T02:45:56.904Z | [ host-package] Compiling strum_macros v0.24.3 |
2337 | 2024-08-22T02:45:57.547Z | [ host-package] Compiling unicase v2.7.0 |
2338 | 2024-08-22T02:45:58.065Z | [ host-package] Compiling indoc v1.0.9 |
2339 | 2024-08-22T02:45:59.138Z | [ helios-setup] Aug 22 02:45:58.033 INFO E| Compiling four-cc v0.3.0 |
2340 | 2024-08-22T02:45:59.143Z | [ helios-setup] Aug 22 02:45:58.033 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2341 | 2024-08-22T02:45:59.360Z | [ helios-setup] Aug 22 02:45:58.257 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2342 | 2024-08-22T02:46:00.371Z | [ host-package] Compiling derive_builder v0.20.0 |
2343 | 2024-08-22T02:46:01.303Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2344 | 2024-08-22T02:46:01.904Z | [ host-package] Compiling crossterm v0.28.1 |
2345 | 2024-08-22T02:46:01.970Z | [ host-package] Compiling polar-core v0.27.3 |
2346 | 2024-08-22T02:46:02.835Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2347 | 2024-08-22T02:46:03.620Z | [ host-package] Compiling oso-derive v0.27.3 |
2348 | 2024-08-22T02:46:04.835Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2349 | 2024-08-22T02:46:05.605Z | [ host-package] Compiling libz-sys v1.1.16 |
2350 | 2024-08-22T02:46:06.497Z | [ host-package] Compiling quick-xml v0.31.0 |
2351 | 2024-08-22T02:46:07.177Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2352 | 2024-08-22T02:46:07.743Z | [ host-package] Compiling keccak v0.1.5 |
2353 | 2024-08-22T02:46:08.889Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2354 | 2024-08-22T02:46:09.468Z | [ host-package] Compiling sha3 v0.10.8 |
2355 | 2024-08-22T02:46:11.129Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2356 | 2024-08-22T02:46:11.365Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2357 | 2024-08-22T02:46:13.041Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2358 | 2024-08-22T02:46:13.121Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2359 | 2024-08-22T02:46:13.582Z | [ host-package] Compiling bb8 v0.8.5 |
2360 | 2024-08-22T02:46:14.286Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2361 | 2024-08-22T02:46:16.604Z | [ host-package] Compiling universal-hash v0.5.1 |
2362 | 2024-08-22T02:46:16.901Z | [ host-package] Compiling secrecy v0.8.0 |
2363 | 2024-08-22T02:46:17.074Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2364 | 2024-08-22T02:46:17.214Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2365 | 2024-08-22T02:46:18.947Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2366 | 2024-08-22T02:46:19.759Z | [ host-package] Compiling opaque-debug v0.3.1 |
2367 | 2024-08-22T02:46:19.885Z | [ host-package] Compiling poly1305 v0.8.0 |
2368 | 2024-08-22T02:46:20.220Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2369 | 2024-08-22T02:46:20.401Z | [ host-package] Compiling vte v0.11.1 |
2370 | 2024-08-22T02:46:21.831Z | [ host-package] Compiling const_format v0.2.32 |
2371 | 2024-08-22T02:46:23.256Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2372 | 2024-08-22T02:46:23.290Z | [ host-package] Compiling chacha20 v0.9.1 |
2373 | 2024-08-22T02:46:23.709Z | [ host-package] Compiling fd-lock v4.0.2 |
2374 | 2024-08-22T02:46:23.832Z | [ host-package] Compiling aead v0.5.2 |
2375 | 2024-08-22T02:46:24.068Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2376 | 2024-08-22T02:46:24.600Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2377 | 2024-08-22T02:46:24.946Z | [ host-package] Compiling bytecount v0.6.8 |
2378 | 2024-08-22T02:46:25.348Z | [ host-package] Compiling papergrid v0.11.0 |
2379 | 2024-08-22T02:46:32.792Z | [ host-package] Compiling oso v0.27.3 |
2380 | 2024-08-22T02:46:37.646Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2381 | 2024-08-22T02:46:38.314Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2382 | 2024-08-22T02:46:38.365Z | [ host-package] Compiling vsss-rs v3.3.4 |
2383 | 2024-08-22T02:46:38.960Z | [ host-package] Compiling parking_lot v0.11.2 |
2384 | 2024-08-22T02:46:40.725Z | [ helios-setup] Aug 22 02:46:39.617 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2385 | 2024-08-22T02:46:41.237Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2386 | 2024-08-22T02:46:42.490Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2387 | 2024-08-22T02:46:43.688Z | [ host-package] Compiling tabled_derive v0.7.0 |
2388 | 2024-08-22T02:46:46.218Z | [ host-package] Compiling crossterm v0.27.0 |
2389 | 2024-08-22T02:46:47.933Z | [ host-package] Compiling peg-macros v0.8.4 |
2390 | 2024-08-22T02:46:48.406Z | [ host-package] Compiling kstat-rs v0.2.4 |
2391 | 2024-08-22T02:46:49.513Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2392 | 2024-08-22T02:46:51.162Z | [ host-package] Compiling unicode_categories v0.1.1 |
2393 | 2024-08-22T02:46:51.735Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2394 | 2024-08-22T02:46:52.500Z | [ host-package] Compiling reedline v0.33.0 |
2395 | 2024-08-22T02:46:52.543Z | [ host-package] Compiling rustyline v14.0.0 |
2396 | 2024-08-22T02:46:53.179Z | [ helios-setup] Aug 22 02:46:52.071 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2397 | 2024-08-22T02:46:53.296Z | [ host-package] Compiling peg v0.8.4 |
2398 | 2024-08-22T02:46:53.428Z | [ host-package] Compiling sqlformat v0.2.4 |
2399 | 2024-08-22T02:46:54.008Z | [ host-package] Compiling sqlparser v0.45.0 |
2400 | 2024-08-22T02:47:01.898Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2401 | 2024-08-22T02:47:05.024Z | [ host-package] Compiling tabled v0.15.0 |
2402 | 2024-08-22T02:47:18.208Z | [ host-package] Compiling sled v0.34.7 |
2403 | 2024-08-22T02:47:20.036Z | [ host-package] Compiling mime_guess v2.0.4 |
2404 | 2024-08-22T02:47:21.549Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2405 | 2024-08-22T02:47:23.784Z | [ host-package] Compiling hickory-client v0.24.1 |
2406 | 2024-08-22T02:47:23.928Z | [ host-package] Compiling env_logger v0.9.3 |
2407 | 2024-08-22T02:47:29.531Z | [ host-package] Compiling tungstenite v0.20.1 |
2408 | 2024-08-22T02:47:30.154Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2409 | 2024-08-22T02:47:30.946Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2410 | 2024-08-22T02:47:34.605Z | [ helios-setup] Aug 22 02:47:33.491 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 26s |
2411 | 2024-08-22T02:47:34.640Z | [ helios-setup] Aug 22 02:47:33.526 INFO building project "amd-host-image-builder" ok (178 seconds) |
2412 | 2024-08-22T02:47:34.642Z | [ helios-setup] Aug 22 02:47:33.526 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2413 | 2024-08-22T02:47:34.642Z | [ helios-setup] Aug 22 02:47:33.526 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2414 | 2024-08-22T02:47:34.940Z | [ helios-setup] Aug 22 02:47:33.827 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2415 | 2024-08-22T02:47:34.981Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2416 | 2024-08-22T02:47:35.455Z | [ helios-setup] Aug 22 02:47:34.341 INFO E| From https://github.com/jclulow/rust-jmclib |
2417 | 2024-08-22T02:47:35.455Z | [ helios-setup] Aug 22 02:47:34.341 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2418 | 2024-08-22T02:47:35.498Z | [ helios-setup] Aug 22 02:47:34.384 INFO E| Updating crates.io index |
2419 | 2024-08-22T02:47:35.895Z | [ helios-setup] Aug 22 02:47:34.781 INFO E| Downloading crates ... |
2420 | 2024-08-22T02:47:36.069Z | [ helios-setup] Aug 22 02:47:34.955 INFO E| Downloaded bitflags v2.3.3 |
2421 | 2024-08-22T02:47:36.073Z | [ helios-setup] Aug 22 02:47:34.960 INFO E| Downloaded errno v0.3.1 |
2422 | 2024-08-22T02:47:36.076Z | [ helios-setup] Aug 22 02:47:34.963 INFO E| Downloaded opaque-debug v0.3.0 |
2423 | 2024-08-22T02:47:36.081Z | [ helios-setup] Aug 22 02:47:34.967 INFO E| Downloaded unicode-width v0.1.10 |
2424 | 2024-08-22T02:47:36.131Z | [ helios-setup] Aug 22 02:47:35.018 INFO E| Downloaded ryu v1.0.15 |
2425 | 2024-08-22T02:47:36.136Z | [ helios-setup] Aug 22 02:47:35.023 INFO E| Downloaded walkdir v2.3.3 |
2426 | 2024-08-22T02:47:36.140Z | [ helios-setup] Aug 22 02:47:35.026 INFO E| Downloaded md-5 v0.9.1 |
2427 | 2024-08-22T02:47:36.142Z | [ helios-setup] Aug 22 02:47:35.029 INFO E| Downloaded typenum v1.16.0 |
2428 | 2024-08-22T02:47:36.147Z | [ helios-setup] Aug 22 02:47:35.034 INFO E| Downloaded itoa v1.0.9 |
2429 | 2024-08-22T02:47:36.149Z | [ helios-setup] Aug 22 02:47:35.036 INFO E| Downloaded quote v1.0.31 |
2430 | 2024-08-22T02:47:36.154Z | [ helios-setup] Aug 22 02:47:35.041 INFO E| Downloaded fastrand v2.0.0 |
2431 | 2024-08-22T02:47:36.157Z | [ helios-setup] Aug 22 02:47:35.043 INFO E| Downloaded sha-1 v0.9.8 |
2432 | 2024-08-22T02:47:36.161Z | [ helios-setup] Aug 22 02:47:35.047 INFO E| Downloaded proc-macro2 v1.0.66 |
2433 | 2024-08-22T02:47:36.165Z | [ helios-setup] Aug 22 02:47:35.051 INFO E| Downloaded uuid v0.8.2 |
2434 | 2024-08-22T02:47:36.171Z | [ helios-setup] Aug 22 02:47:35.057 INFO E| Downloaded unicode-ident v1.0.11 |
2435 | 2024-08-22T02:47:36.176Z | [ helios-setup] Aug 22 02:47:35.062 INFO E| Downloaded tempfile v3.7.0 |
2436 | 2024-08-22T02:47:36.181Z | [ helios-setup] Aug 22 02:47:35.067 INFO E| Downloaded serde v1.0.193 |
2437 | 2024-08-22T02:47:36.186Z | [ helios-setup] Aug 22 02:47:35.072 INFO E| Downloaded serde_json v1.0.103 |
2438 | 2024-08-22T02:47:36.200Z | [ helios-setup] Aug 22 02:47:35.086 INFO E| Downloaded serde_derive v1.0.193 |
2439 | 2024-08-22T02:47:36.204Z | [ helios-setup] Aug 22 02:47:35.090 INFO E| Downloaded syn v2.0.32 |
2440 | 2024-08-22T02:47:36.222Z | [ helios-setup] Aug 22 02:47:35.108 INFO E| Downloaded once_cell v1.18.0 |
2441 | 2024-08-22T02:47:36.226Z | [ helios-setup] Aug 22 02:47:35.112 INFO E| Downloaded rustix v0.38.4 |
2442 | 2024-08-22T02:47:36.259Z | [ helios-setup] Aug 22 02:47:35.145 INFO E| Downloaded digest v0.9.0 |
2443 | 2024-08-22T02:47:36.261Z | [ helios-setup] Aug 22 02:47:35.147 INFO E| Downloaded anyhow v1.0.72 |
2444 | 2024-08-22T02:47:36.266Z | [ helios-setup] Aug 22 02:47:35.153 INFO E| Downloaded libc v0.2.147 |
2445 | 2024-08-22T02:47:36.305Z | [ helios-setup] Aug 22 02:47:35.191 INFO E| Downloaded block-buffer v0.9.0 |
2446 | 2024-08-22T02:47:36.307Z | [ helios-setup] Aug 22 02:47:35.192 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2447 | 2024-08-22T02:47:36.307Z | [ helios-setup] Aug 22 02:47:35.193 INFO E| Downloaded getrandom v0.2.10 |
2448 | 2024-08-22T02:47:36.311Z | [ helios-setup] Aug 22 02:47:35.198 INFO E| Downloaded cpufeatures v0.2.9 |
2449 | 2024-08-22T02:47:36.541Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling libc v0.2.147 |
2450 | 2024-08-22T02:47:36.541Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling proc-macro2 v1.0.66 |
2451 | 2024-08-22T02:47:36.541Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling cfg-if v1.0.0 |
2452 | 2024-08-22T02:47:36.543Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling unicode-ident v1.0.11 |
2453 | 2024-08-22T02:47:36.543Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling version_check v0.9.4 |
2454 | 2024-08-22T02:47:36.543Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling typenum v1.16.0 |
2455 | 2024-08-22T02:47:36.543Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling serde v1.0.193 |
2456 | 2024-08-22T02:47:36.543Z | [ helios-setup] Aug 22 02:47:35.427 INFO E| Compiling num-conv v0.1.0 |
2457 | 2024-08-22T02:47:36.954Z | [ helios-setup] Aug 22 02:47:35.840 INFO E| Compiling rustix v0.38.4 |
2458 | 2024-08-22T02:47:37.172Z | [ helios-setup] Aug 22 02:47:36.057 INFO E| Compiling itoa v1.0.9 |
2459 | 2024-08-22T02:47:37.474Z | [ helios-setup] Aug 22 02:47:36.360 INFO E| Compiling slog v2.7.0 |
2460 | 2024-08-22T02:47:37.762Z | [ helios-setup] Aug 22 02:47:36.648 INFO E| Compiling time-core v0.1.2 |
2461 | 2024-08-22T02:47:38.037Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2462 | 2024-08-22T02:47:38.161Z | [ helios-setup] Aug 22 02:47:37.047 INFO E| Compiling generic-array v0.14.7 |
2463 | 2024-08-22T02:47:38.190Z | [ helios-setup] Aug 22 02:47:37.076 INFO E| Compiling powerfmt v0.2.0 |
2464 | 2024-08-22T02:47:38.395Z | [ helios-setup] Aug 22 02:47:37.281 INFO E| Compiling time-macros v0.2.18 |
2465 | 2024-08-22T02:47:38.585Z | [ helios-setup] Aug 22 02:47:37.471 INFO E| Compiling once_cell v1.18.0 |
2466 | 2024-08-22T02:47:38.626Z | [ helios-setup] Aug 22 02:47:37.512 INFO E| Compiling bitflags v2.3.3 |
2467 | 2024-08-22T02:47:38.983Z | [ helios-setup] Aug 22 02:47:37.869 INFO E| Compiling deranged v0.3.11 |
2468 | 2024-08-22T02:47:39.174Z | [ helios-setup] Aug 22 02:47:38.060 INFO E| Compiling num_threads v0.1.6 |
2469 | 2024-08-22T02:47:39.495Z | [ helios-setup] Aug 22 02:47:38.381 INFO E| Compiling quote v1.0.31 |
2470 | 2024-08-22T02:47:39.535Z | [ helios-setup] Aug 22 02:47:38.421 INFO E| Compiling thread_local v1.1.7 |
2471 | 2024-08-22T02:47:40.763Z | [ helios-setup] Aug 22 02:47:39.649 INFO E| Compiling syn v2.0.32 |
2472 | 2024-08-22T02:47:40.954Z | [ helios-setup] Aug 22 02:47:39.840 INFO E| Compiling serde_json v1.0.103 |
2473 | 2024-08-22T02:47:41.048Z | [ helios-setup] Aug 22 02:47:39.933 INFO E| Compiling anyhow v1.0.72 |
2474 | 2024-08-22T02:47:41.122Z | [ helios-setup] Aug 22 02:47:40.008 INFO E| Compiling opaque-debug v0.3.0 |
2475 | 2024-08-22T02:47:41.208Z | [ helios-setup] Aug 22 02:47:40.093 INFO E| Compiling fastrand v2.0.0 |
2476 | 2024-08-22T02:47:41.210Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2477 | 2024-08-22T02:47:42.308Z | [ helios-setup] Aug 22 02:47:41.193 INFO E| Compiling dirs-sys-next v0.1.2 |
2478 | 2024-08-22T02:47:42.368Z | [ helios-setup] Aug 22 02:47:41.254 INFO E| Compiling errno v0.3.1 |
2479 | 2024-08-22T02:47:42.517Z | [ helios-setup] Aug 22 02:47:41.403 INFO E| Compiling atty v0.2.14 |
2480 | 2024-08-22T02:47:42.705Z | [ helios-setup] Aug 22 02:47:41.590 INFO E| Compiling dirs-next v2.0.0 |
2481 | 2024-08-22T02:47:42.874Z | [ helios-setup] Aug 22 02:47:41.759 INFO E| Compiling getrandom v0.2.10 |
2482 | 2024-08-22T02:47:43.025Z | [ helios-setup] Aug 22 02:47:41.910 INFO E| Compiling term v0.7.0 |
2483 | 2024-08-22T02:47:43.080Z | [ helios-setup] Aug 22 02:47:41.966 INFO E| Compiling ryu v1.0.15 |
2484 | 2024-08-22T02:47:43.582Z | [ helios-setup] Aug 22 02:47:42.467 INFO E| Compiling block-buffer v0.9.0 |
2485 | 2024-08-22T02:47:43.620Z | [ helios-setup] Aug 22 02:47:42.505 INFO E| Compiling digest v0.9.0 |
2486 | 2024-08-22T02:47:43.817Z | [ helios-setup] Aug 22 02:47:42.702 INFO E| Compiling same-file v1.0.6 |
2487 | 2024-08-22T02:47:43.846Z | [ helios-setup] Aug 22 02:47:42.731 INFO E| Compiling unicode-width v0.1.10 |
2488 | 2024-08-22T02:47:43.906Z | [ helios-setup] Aug 22 02:47:42.791 INFO E| Compiling cpufeatures v0.2.9 |
2489 | 2024-08-22T02:47:43.906Z | [ helios-setup] Aug 22 02:47:42.791 INFO E| Compiling time v0.3.36 |
2490 | 2024-08-22T02:47:44.013Z | [ helios-setup] Aug 22 02:47:42.898 INFO E| Compiling sha-1 v0.9.8 |
2491 | 2024-08-22T02:47:44.047Z | [ helios-setup] Aug 22 02:47:42.932 INFO E| Compiling md-5 v0.9.1 |
2492 | 2024-08-22T02:47:44.167Z | [ helios-setup] Aug 22 02:47:43.052 INFO E| Compiling getopts v0.2.21 |
2493 | 2024-08-22T02:47:44.486Z | [ helios-setup] Aug 22 02:47:43.371 INFO E| Compiling walkdir v2.3.3 |
2494 | 2024-08-22T02:47:45.163Z | [ helios-setup] Aug 22 02:47:44.048 INFO E| Compiling glob v0.3.1 |
2495 | 2024-08-22T02:47:46.457Z | [ helios-setup] Aug 22 02:47:45.342 INFO E| Compiling tempfile v3.7.0 |
2496 | 2024-08-22T02:47:46.518Z | [ helios-setup] Aug 22 02:47:45.402 INFO E| Compiling libdevinfo-sys v1.0.0 |
2497 | 2024-08-22T02:47:47.661Z | [ helios-setup] Aug 22 02:47:46.546 INFO E| Compiling slog-term v2.9.0 |
2498 | 2024-08-22T02:47:48.432Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2499 | 2024-08-22T02:47:49.577Z | [ host-package] Compiling hickory-server v0.24.1 |
2500 | 2024-08-22T02:47:50.347Z | [ helios-setup] Aug 22 02:47:49.231 INFO E| Compiling serde_derive v1.0.193 |
2501 | 2024-08-22T02:47:51.291Z | [ host-package] Compiling bcs v0.1.6 |
2502 | 2024-08-22T02:47:52.724Z | [ host-package] Compiling vergen v8.3.2 |
2503 | 2024-08-22T02:47:52.781Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2504 | 2024-08-22T02:47:53.196Z | [ host-package] Compiling cargo-platform v0.1.8 |
2505 | 2024-08-22T02:47:53.824Z | [ host-package] Compiling nanorand v0.7.0 |
2506 | 2024-08-22T02:47:54.354Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2507 | 2024-08-22T02:47:54.523Z | [ host-package] Compiling memoffset v0.9.1 |
2508 | 2024-08-22T02:47:54.563Z | [ host-package] Compiling ascii v1.1.0 |
2509 | 2024-08-22T02:47:55.091Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2510 | 2024-08-22T02:47:55.448Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2511 | 2024-08-22T02:47:55.596Z | [ host-package] Compiling bitstruct v0.1.1 |
2512 | 2024-08-22T02:47:55.764Z | [ host-package] Compiling flume v0.11.0 |
2513 | 2024-08-22T02:47:56.565Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2514 | 2024-08-22T02:47:58.210Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2515 | 2024-08-22T02:47:59.106Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2516 | 2024-08-22T02:48:00.548Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2517 | 2024-08-22T02:48:01.248Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2518 | 2024-08-22T02:48:01.950Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2519 | 2024-08-22T02:48:03.333Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2520 | 2024-08-22T02:48:03.452Z | [ host-package] Compiling git2 v0.19.0 |
2521 | 2024-08-22T02:48:05.226Z | [ helios-setup] Aug 22 02:48:04.109 INFO E| Compiling toml v0.5.11 |
2522 | 2024-08-22T02:48:05.229Z | [ helios-setup] Aug 22 02:48:04.109 INFO E| Compiling uuid v0.8.2 |
2523 | 2024-08-22T02:48:07.509Z | [ helios-setup] Aug 22 02:48:06.391 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2524 | 2024-08-22T02:48:10.771Z | [ helios-setup] Aug 22 02:48:09.654 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2525 | 2024-08-22T02:48:14.774Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2526 | 2024-08-22T02:48:16.973Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2527 | 2024-08-22T02:48:18.326Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2528 | 2024-08-22T02:48:24.693Z | [ helios-setup] Aug 22 02:48:23.574 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.95s |
2529 | 2024-08-22T02:48:24.730Z | [ helios-setup] Aug 22 02:48:23.611 INFO building project "image-builder" ok (50 seconds) |
2530 | 2024-08-22T02:48:24.730Z | [ helios-setup] Aug 22 02:48:23.611 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2531 | 2024-08-22T02:48:24.732Z | [ helios-setup] Aug 22 02:48:23.611 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2532 | 2024-08-22T02:48:25.125Z | [ helios-setup] Aug 22 02:48:24.005 INFO E| Compiling adler v1.0.2 |
2533 | 2024-08-22T02:48:25.284Z | [ helios-setup] Aug 22 02:48:24.165 INFO E| Compiling miniz_oxide v0.7.2 |
2534 | 2024-08-22T02:48:26.178Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2535 | 2024-08-22T02:48:26.905Z | [ host-package] Compiling erased-serde v0.3.31 |
2536 | 2024-08-22T02:48:28.044Z | [ helios-setup] Aug 22 02:48:26.925 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2537 | 2024-08-22T02:48:28.849Z | [ host-package] Compiling serde_arrays v0.1.0 |
2538 | 2024-08-22T02:48:29.130Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2539 | 2024-08-22T02:48:29.325Z | [ helios-setup] Aug 22 02:48:28.205 INFO E| Finished `release` profile [optimized] target(s) in 4.48s |
2540 | 2024-08-22T02:48:29.332Z | [ helios-setup] Aug 22 02:48:28.213 INFO building project "pinprick" ok (4 seconds) |
2541 | 2024-08-22T02:48:29.332Z | [ helios-setup] Aug 22 02:48:28.213 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2542 | 2024-08-22T02:48:29.335Z | [ helios-setup] Aug 22 02:48:28.213 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2543 | 2024-08-22T02:48:29.890Z | [ helios-setup] Aug 22 02:48:28.770 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2544 | 2024-08-22T02:48:30.555Z | [ helios-setup] Aug 22 02:48:29.435 INFO E| From https://github.com/jclulow/hiercmd |
2545 | 2024-08-22T02:48:30.555Z | [ helios-setup] Aug 22 02:48:29.435 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2546 | 2024-08-22T02:48:30.602Z | [ helios-setup] Aug 22 02:48:29.482 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2547 | 2024-08-22T02:48:31.142Z | [ helios-setup] Aug 22 02:48:30.022 INFO E| From https://github.com/jclulow/network-interface |
2548 | 2024-08-22T02:48:31.143Z | [ helios-setup] Aug 22 02:48:30.022 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2549 | 2024-08-22T02:48:31.164Z | [ helios-setup] Aug 22 02:48:30.043 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2550 | 2024-08-22T02:48:31.686Z | [ helios-setup] Aug 22 02:48:30.566 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2551 | 2024-08-22T02:48:31.686Z | [ helios-setup] Aug 22 02:48:30.566 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2552 | 2024-08-22T02:48:31.726Z | [ helios-setup] Aug 22 02:48:30.606 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2553 | 2024-08-22T02:48:32.467Z | [ helios-setup] Aug 22 02:48:31.347 INFO E| From https://github.com/oxidecomputer/facade |
2554 | 2024-08-22T02:48:32.467Z | [ helios-setup] Aug 22 02:48:31.347 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2555 | 2024-08-22T02:48:32.555Z | [ helios-setup] Aug 22 02:48:31.434 INFO E| Updating crates.io index |
2556 | 2024-08-22T02:48:32.776Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2557 | 2024-08-22T02:48:33.344Z | [ helios-setup] Aug 22 02:48:32.223 INFO E| Downloading crates ... |
2558 | 2024-08-22T02:48:33.537Z | [ helios-setup] Aug 22 02:48:32.417 INFO E| Downloaded async-trait v0.1.68 |
2559 | 2024-08-22T02:48:33.543Z | [ helios-setup] Aug 22 02:48:32.423 INFO E| Downloaded block-buffer v0.10.3 |
2560 | 2024-08-22T02:48:33.551Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2561 | 2024-08-22T02:48:33.554Z | [ helios-setup] Aug 22 02:48:32.426 INFO E| Downloaded const-random-macro v0.1.15 |
2562 | 2024-08-22T02:48:33.554Z | [ helios-setup] Aug 22 02:48:32.428 INFO E| Downloaded anstream v0.2.6 |
2563 | 2024-08-22T02:48:33.590Z | [ helios-setup] Aug 22 02:48:32.469 INFO E| Downloaded thiserror-impl v1.0.38 |
2564 | 2024-08-22T02:48:33.592Z | [ helios-setup] Aug 22 02:48:32.472 INFO E| Downloaded smallvec v1.10.0 |
2565 | 2024-08-22T02:48:33.597Z | [ helios-setup] Aug 22 02:48:32.477 INFO E| Downloaded semver v1.0.17 |
2566 | 2024-08-22T02:48:33.602Z | [ helios-setup] Aug 22 02:48:32.482 INFO E| Downloaded toolchain_find v0.2.0 |
2567 | 2024-08-22T02:48:33.604Z | [ helios-setup] Aug 22 02:48:32.484 INFO E| Downloaded pkg-config v0.3.26 |
2568 | 2024-08-22T02:48:33.607Z | [ helios-setup] Aug 22 02:48:32.487 INFO E| Downloaded signal-hook-registry v1.4.0 |
2569 | 2024-08-22T02:48:33.610Z | [ helios-setup] Aug 22 02:48:32.489 INFO E| Downloaded sha1 v0.10.5 |
2570 | 2024-08-22T02:48:33.613Z | [ helios-setup] Aug 22 02:48:32.493 INFO E| Downloaded home v0.5.4 |
2571 | 2024-08-22T02:48:33.616Z | [ helios-setup] Aug 22 02:48:32.494 INFO E| Downloaded serde_spanned v0.6.1 |
2572 | 2024-08-22T02:48:33.618Z | [ helios-setup] Aug 22 02:48:32.496 INFO E| Downloaded dyn-clone v1.0.11 |
2573 | 2024-08-22T02:48:33.626Z | [ helios-setup] Aug 22 02:48:32.499 INFO E| Downloaded serde_tokenstream v0.2.0 |
2574 | 2024-08-22T02:48:33.632Z | [ helios-setup] Aug 22 02:48:32.512 INFO E| Downloaded paste v1.0.12 |
2575 | 2024-08-22T02:48:33.637Z | [ helios-setup] Aug 22 02:48:32.516 INFO E| Downloaded toml_datetime v0.6.1 |
2576 | 2024-08-22T02:48:33.642Z | [ helios-setup] Aug 22 02:48:32.518 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2577 | 2024-08-22T02:48:33.644Z | [ helios-setup] Aug 22 02:48:32.520 INFO E| Downloaded num_enum_derive v0.5.7 |
2578 | 2024-08-22T02:48:33.644Z | [ helios-setup] Aug 22 02:48:32.522 INFO E| Downloaded futures-io v0.3.28 |
2579 | 2024-08-22T02:48:33.644Z | [ helios-setup] Aug 22 02:48:32.524 INFO E| Downloaded const-random v0.1.15 |
2580 | 2024-08-22T02:48:33.647Z | [ helios-setup] Aug 22 02:48:32.526 INFO E| Downloaded tokio-rustls v0.24.0 |
2581 | 2024-08-22T02:48:33.649Z | [ helios-setup] Aug 22 02:48:32.528 INFO E| Downloaded project-root v0.2.2 |
2582 | 2024-08-22T02:48:33.652Z | [ helios-setup] Aug 22 02:48:32.529 INFO E| Downloaded tempfile v3.5.0 |
2583 | 2024-08-22T02:48:33.654Z | [ helios-setup] Aug 22 02:48:32.533 INFO E| Downloaded serde_derive_internals v0.26.0 |
2584 | 2024-08-22T02:48:33.657Z | [ helios-setup] Aug 22 02:48:32.535 INFO E| Downloaded want v0.3.0 |
2585 | 2024-08-22T02:48:33.660Z | [ helios-setup] Aug 22 02:48:32.537 INFO E| Downloaded try-lock v0.2.4 |
2586 | 2024-08-22T02:48:33.660Z | [ helios-setup] Aug 22 02:48:32.538 INFO E| Downloaded camino v1.1.4 |
2587 | 2024-08-22T02:48:33.662Z | [ helios-setup] Aug 22 02:48:32.541 INFO E| Downloaded autocfg v1.1.0 |
2588 | 2024-08-22T02:48:33.665Z | [ helios-setup] Aug 22 02:48:32.543 INFO E| Downloaded strsim v0.10.0 |
2589 | 2024-08-22T02:48:33.668Z | [ helios-setup] Aug 22 02:48:32.545 INFO E| Downloaded serde_path_to_error v0.1.11 |
2590 | 2024-08-22T02:48:33.668Z | [ helios-setup] Aug 22 02:48:32.548 INFO E| Downloaded sct v0.7.0 |
2591 | 2024-08-22T02:48:33.673Z | [ helios-setup] Aug 22 02:48:32.553 INFO E| Downloaded lock_api v0.4.9 |
2592 | 2024-08-22T02:48:33.679Z | [ helios-setup] Aug 22 02:48:32.555 INFO E| Downloaded socket2 v0.4.9 |
2593 | 2024-08-22T02:48:33.680Z | [ helios-setup] Aug 22 02:48:32.558 INFO E| Downloaded slog-bunyan v2.4.0 |
2594 | 2024-08-22T02:48:33.685Z | [ helios-setup] Aug 22 02:48:32.559 INFO E| Downloaded tokio-macros v2.0.0 |
2595 | 2024-08-22T02:48:33.685Z | [ helios-setup] Aug 22 02:48:32.561 INFO E| Downloaded textwrap v0.16.0 |
2596 | 2024-08-22T02:48:33.685Z | [ helios-setup] Aug 22 02:48:32.564 INFO E| Downloaded smawk v0.3.1 |
2597 | 2024-08-22T02:48:33.688Z | [ helios-setup] Aug 22 02:48:32.567 INFO E| Downloaded percent-encoding v2.2.0 |
2598 | 2024-08-22T02:48:33.688Z | [ helios-setup] Aug 22 02:48:32.568 INFO E| Downloaded tungstenite v0.18.0 |
2599 | 2024-08-22T02:48:33.692Z | [ helios-setup] Aug 22 02:48:32.572 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2600 | 2024-08-22T02:48:33.695Z | [ helios-setup] Aug 22 02:48:32.575 INFO E| Downloaded rhai_codegen v1.5.0 |
2601 | 2024-08-22T02:48:33.707Z | [ helios-setup] Aug 22 02:48:32.586 INFO E| Downloaded unicode-bidi v0.3.13 |
2602 | 2024-08-22T02:48:33.710Z | [ helios-setup] Aug 22 02:48:32.590 INFO E| Downloaded url v2.3.1 |
2603 | 2024-08-22T02:48:33.714Z | [ helios-setup] Aug 22 02:48:32.594 INFO E| Downloaded smartstring v1.0.1 |
2604 | 2024-08-22T02:48:33.718Z | [ helios-setup] Aug 22 02:48:32.597 INFO E| Downloaded unicode-linebreak v0.1.4 |
2605 | 2024-08-22T02:48:33.721Z | [ helios-setup] Aug 22 02:48:32.601 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2606 | 2024-08-22T02:48:33.725Z | [ helios-setup] Aug 22 02:48:32.605 INFO E| Downloaded toml v0.7.3 |
2607 | 2024-08-22T02:48:33.731Z | [ helios-setup] Aug 22 02:48:32.611 INFO E| Downloaded serde_yaml v0.9.21 |
2608 | 2024-08-22T02:48:33.737Z | [ helios-setup] Aug 22 02:48:32.616 INFO E| Downloaded uuid v1.3.0 |
2609 | 2024-08-22T02:48:33.743Z | [ helios-setup] Aug 22 02:48:32.622 INFO E| Downloaded winnow v0.4.1 |
2610 | 2024-08-22T02:48:33.776Z | [ helios-setup] Aug 22 02:48:32.655 INFO E| Downloaded pin-project-lite v0.2.9 |
2611 | 2024-08-22T02:48:33.783Z | [ helios-setup] Aug 22 02:48:32.663 INFO E| Downloaded unicode-normalization v0.1.22 |
2612 | 2024-08-22T02:48:33.790Z | [ helios-setup] Aug 22 02:48:32.670 INFO E| Downloaded memchr v2.5.0 |
2613 | 2024-08-22T02:48:33.797Z | [ helios-setup] Aug 22 02:48:32.677 INFO E| Downloaded syn v1.0.107 |
2614 | 2024-08-22T02:48:33.817Z | [ helios-setup] Aug 22 02:48:32.697 INFO E| Downloaded syn v2.0.72 |
2615 | 2024-08-22T02:48:33.837Z | [ helios-setup] Aug 22 02:48:32.717 INFO E| Downloaded parking_lot_core v0.9.6 |
2616 | 2024-08-22T02:48:33.841Z | [ helios-setup] Aug 22 02:48:32.720 INFO E| Downloaded tokio v1.27.0 |
2617 | 2024-08-22T02:48:33.900Z | [ helios-setup] Aug 22 02:48:32.779 INFO E| Downloaded aho-corasick v0.7.20 |
2618 | 2024-08-22T02:48:33.906Z | [ helios-setup] Aug 22 02:48:32.786 INFO E| Downloaded rayon-core v1.10.2 |
2619 | 2024-08-22T02:48:33.913Z | [ helios-setup] Aug 22 02:48:32.793 INFO E| Downloaded num-traits v0.2.15 |
2620 | 2024-08-22T02:48:33.918Z | [ helios-setup] Aug 22 02:48:32.797 INFO E| Downloaded crossbeam-channel v0.5.6 |
2621 | 2024-08-22T02:48:33.926Z | [ helios-setup] Aug 22 02:48:32.805 INFO E| Downloaded rustls-webpki v0.100.1 |
2622 | 2024-08-22T02:48:33.938Z | [ helios-setup] Aug 22 02:48:32.817 INFO E| Downloaded http v0.2.9 |
2623 | 2024-08-22T02:48:33.944Z | [ helios-setup] Aug 22 02:48:32.824 INFO E| Downloaded pest v2.5.7 |
2624 | 2024-08-22T02:48:33.953Z | [ helios-setup] Aug 22 02:48:32.833 INFO E| Downloaded mio v0.8.5 |
2625 | 2024-08-22T02:48:33.963Z | [ helios-setup] Aug 22 02:48:32.843 INFO E| Downloaded miniz_oxide v0.6.2 |
2626 | 2024-08-22T02:48:33.967Z | [ helios-setup] Aug 22 02:48:32.847 INFO E| Downloaded flate2 v1.0.25 |
2627 | 2024-08-22T02:48:34.002Z | [ helios-setup] Aug 22 02:48:32.882 INFO E| Downloaded bytes v1.4.0 |
2628 | 2024-08-22T02:48:34.008Z | [ helios-setup] Aug 22 02:48:32.887 INFO E| Downloaded reqwest v0.11.16 |
2629 | 2024-08-22T02:48:34.018Z | [ helios-setup] Aug 22 02:48:32.898 INFO E| Downloaded clap_builder v4.2.1 |
2630 | 2024-08-22T02:48:34.155Z | [ helios-setup] Aug 22 02:48:32.909 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2631 | 2024-08-22T02:48:34.160Z | [ helios-setup] Aug 22 02:48:32.914 INFO E| Downloaded clap v4.2.1 |
2632 | 2024-08-22T02:48:34.160Z | [ helios-setup] Aug 22 02:48:32.929 INFO E| Downloaded anyhow v1.0.68 |
2633 | 2024-08-22T02:48:34.160Z | [ helios-setup] Aug 22 02:48:32.935 INFO E| Downloaded rayon v1.6.1 |
2634 | 2024-08-22T02:48:34.160Z | [ helios-setup] Aug 22 02:48:32.950 INFO E| Downloaded h2 v0.3.16 |
2635 | 2024-08-22T02:48:34.160Z | [ helios-setup] Aug 22 02:48:32.959 INFO E| Downloaded git2 v0.16.1 |
2636 | 2024-08-22T02:48:34.160Z | [ helios-setup] Aug 22 02:48:32.996 INFO E| Downloaded hyper v0.14.25 |
2637 | 2024-08-22T02:48:34.160Z | [ helios-setup] Aug 22 02:48:33.011 INFO E| Downloaded regex v1.7.3 |
2638 | 2024-08-22T02:48:34.165Z | [ helios-setup] Aug 22 02:48:33.040 INFO E| Downloaded regress v0.5.0 |
2639 | 2024-08-22T02:48:34.174Z | [ helios-setup] Aug 22 02:48:33.053 INFO E| Downloaded rustls v0.21.0 |
2640 | 2024-08-22T02:48:34.195Z | [ helios-setup] Aug 22 02:48:33.074 INFO E| Downloaded rhai v1.14.0 |
2641 | 2024-08-22T02:48:34.217Z | [ helios-setup] Aug 22 02:48:33.097 INFO E| Downloaded openapiv3 v1.0.2 |
2642 | 2024-08-22T02:48:34.239Z | [ helios-setup] Aug 22 02:48:33.119 INFO E| Downloaded rustix v0.37.3 |
2643 | 2024-08-22T02:48:34.274Z | [ helios-setup] Aug 22 02:48:33.153 INFO E| Downloaded futures-util v0.3.28 |
2644 | 2024-08-22T02:48:34.296Z | [ helios-setup] Aug 22 02:48:33.176 INFO E| Downloaded chrono v0.4.24 |
2645 | 2024-08-22T02:48:34.309Z | [ helios-setup] Aug 22 02:48:33.189 INFO E| Downloaded serde_json v1.0.95 |
2646 | 2024-08-22T02:48:34.323Z | [ helios-setup] Aug 22 02:48:33.203 INFO E| Downloaded proc-macro-crate v1.2.1 |
2647 | 2024-08-22T02:48:34.326Z | [ helios-setup] Aug 22 02:48:33.205 INFO E| Downloaded libc v0.2.139 |
2648 | 2024-08-22T02:48:34.378Z | [ helios-setup] Aug 22 02:48:33.257 INFO E| Downloaded parking_lot v0.12.1 |
2649 | 2024-08-22T02:48:34.381Z | [ helios-setup] Aug 22 02:48:33.261 INFO E| Downloaded once_cell v1.17.0 |
2650 | 2024-08-22T02:48:34.385Z | [ helios-setup] Aug 22 02:48:33.265 INFO E| Downloaded log v0.4.17 |
2651 | 2024-08-22T02:48:34.388Z | [ helios-setup] Aug 22 02:48:33.268 INFO E| Downloaded getrandom v0.2.8 |
2652 | 2024-08-22T02:48:34.392Z | [ helios-setup] Aug 22 02:48:33.272 INFO E| Downloaded futures-channel v0.3.28 |
2653 | 2024-08-22T02:48:34.396Z | [ helios-setup] Aug 22 02:48:33.275 INFO E| Downloaded either v1.8.0 |
2654 | 2024-08-22T02:48:34.398Z | [ helios-setup] Aug 22 02:48:33.277 INFO E| Downloaded cc v1.0.78 |
2655 | 2024-08-22T02:48:34.401Z | [ helios-setup] Aug 22 02:48:33.281 INFO E| Downloaded futures v0.3.28 |
2656 | 2024-08-22T02:48:34.409Z | [ helios-setup] Aug 22 02:48:33.288 INFO E| Downloaded clap_derive v4.2.0 |
2657 | 2024-08-22T02:48:34.412Z | [ helios-setup] Aug 22 02:48:33.291 INFO E| Downloaded ahash v0.7.6 |
2658 | 2024-08-22T02:48:34.415Z | [ helios-setup] Aug 22 02:48:33.295 INFO E| Downloaded tracing v0.1.37 |
2659 | 2024-08-22T02:48:34.423Z | [ helios-setup] Aug 22 02:48:33.302 INFO E| Downloaded io-lifetimes v1.0.10 |
2660 | 2024-08-22T02:48:34.427Z | [ helios-setup] Aug 22 02:48:33.307 INFO E| Downloaded toml_edit v0.19.8 |
2661 | 2024-08-22T02:48:34.458Z | [ helios-setup] Aug 22 02:48:33.338 INFO E| Downloaded crossbeam-utils v0.8.14 |
2662 | 2024-08-22T02:48:34.463Z | [ helios-setup] Aug 22 02:48:33.343 INFO E| Downloaded cargo-lock v8.0.3 |
2663 | 2024-08-22T02:48:34.475Z | [ helios-setup] Aug 22 02:48:33.347 INFO E| Downloaded unicode-ident v1.0.8 |
2664 | 2024-08-22T02:48:34.475Z | [ helios-setup] Aug 22 02:48:33.352 INFO E| Downloaded ucd-trie v0.1.5 |
2665 | 2024-08-22T02:48:34.478Z | [ helios-setup] Aug 22 02:48:33.355 INFO E| Downloaded memoffset v0.7.1 |
2666 | 2024-08-22T02:48:34.478Z | [ helios-setup] Aug 22 02:48:33.357 INFO E| Downloaded bincode v1.3.3 |
2667 | 2024-08-22T02:48:34.485Z | [ helios-setup] Aug 22 02:48:33.364 INFO E| Downloaded anstyle-parse v0.1.1 |
2668 | 2024-08-22T02:48:34.487Z | [ helios-setup] Aug 22 02:48:33.367 INFO E| Downloaded num_enum v0.5.7 |
2669 | 2024-08-22T02:48:34.493Z | [ helios-setup] Aug 22 02:48:33.373 INFO E| Downloaded is-terminal v0.4.7 |
2670 | 2024-08-22T02:48:34.495Z | [ helios-setup] Aug 22 02:48:33.374 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2671 | 2024-08-22T02:48:34.498Z | [ helios-setup] Aug 22 02:48:33.376 INFO E| Downloaded jobserver v0.1.26 |
2672 | 2024-08-22T02:48:34.502Z | [ helios-setup] Aug 22 02:48:33.382 INFO E| Downloaded iana-time-zone v0.1.56 |
2673 | 2024-08-22T02:48:34.502Z | [ helios-setup] Aug 22 02:48:33.382 INFO E| Downloaded futures-task v0.3.28 |
2674 | 2024-08-22T02:48:34.506Z | [ helios-setup] Aug 22 02:48:33.383 INFO E| Downloaded futures-sink v0.3.28 |
2675 | 2024-08-22T02:48:34.506Z | [ helios-setup] Aug 22 02:48:33.384 INFO E| Downloaded futures-executor v0.3.28 |
2676 | 2024-08-22T02:48:34.508Z | [ helios-setup] Aug 22 02:48:33.386 INFO E| Downloaded form_urlencoded v1.1.0 |
2677 | 2024-08-22T02:48:34.508Z | [ helios-setup] Aug 22 02:48:33.387 INFO E| Downloaded fastrand v1.9.0 |
2678 | 2024-08-22T02:48:34.511Z | [ helios-setup] Aug 22 02:48:33.389 INFO E| Downloaded digest v0.10.6 |
2679 | 2024-08-22T02:48:34.513Z | [ helios-setup] Aug 22 02:48:33.391 INFO E| Downloaded cpufeatures v0.2.5 |
2680 | 2024-08-22T02:48:34.516Z | [ helios-setup] Aug 22 02:48:33.393 INFO E| Downloaded tracing-core v0.1.30 |
2681 | 2024-08-22T02:48:34.518Z | [ helios-setup] Aug 22 02:48:33.397 INFO E| Downloaded tokio-util v0.7.7 |
2682 | 2024-08-22T02:48:34.526Z | [ helios-setup] Aug 22 02:48:33.406 INFO E| Downloaded time v0.1.45 |
2683 | 2024-08-22T02:48:34.529Z | [ helios-setup] Aug 22 02:48:33.408 INFO E| Downloaded encoding_rs v0.8.32 |
2684 | 2024-08-22T02:48:34.581Z | [ helios-setup] Aug 22 02:48:33.460 INFO E| Downloaded sha2 v0.10.6 |
2685 | 2024-08-22T02:48:34.584Z | [ helios-setup] Aug 22 02:48:33.464 INFO E| Downloaded futures-macro v0.3.28 |
2686 | 2024-08-22T02:48:34.587Z | [ helios-setup] Aug 22 02:48:33.465 INFO E| Downloaded concolor-override v1.0.0 |
2687 | 2024-08-22T02:48:34.589Z | [ helios-setup] Aug 22 02:48:33.467 INFO E| Downloaded ryu v1.0.13 |
2688 | 2024-08-22T02:48:34.595Z | [ helios-setup] Aug 22 02:48:33.473 INFO E| Downloaded httpdate v1.0.2 |
2689 | 2024-08-22T02:48:34.598Z | [ helios-setup] Aug 22 02:48:33.475 INFO E| Downloaded thiserror v1.0.38 |
2690 | 2024-08-22T02:48:34.602Z | [ helios-setup] Aug 22 02:48:33.482 INFO E| Downloaded terminal_size v0.2.6 |
2691 | 2024-08-22T02:48:34.605Z | [ helios-setup] Aug 22 02:48:33.484 INFO E| Downloaded built v0.6.0 |
2692 | 2024-08-22T02:48:34.608Z | [ helios-setup] Aug 22 02:48:33.486 INFO E| Downloaded slab v0.4.7 |
2693 | 2024-08-22T02:48:34.610Z | [ helios-setup] Aug 22 02:48:33.488 INFO E| Downloaded ipnet v2.7.2 |
2694 | 2024-08-22T02:48:34.612Z | [ helios-setup] Aug 22 02:48:33.491 INFO E| Downloaded generic-array v0.14.6 |
2695 | 2024-08-22T02:48:34.615Z | [ helios-setup] Aug 22 02:48:33.493 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2696 | 2024-08-22T02:48:34.707Z | [ helios-setup] Aug 22 02:48:33.586 INFO E| Downloaded schemars_derive v0.8.12 |
2697 | 2024-08-22T02:48:34.709Z | [ helios-setup] Aug 22 02:48:33.589 INFO E| Downloaded slog-async v2.7.0 |
2698 | 2024-08-22T02:48:34.712Z | [ helios-setup] Aug 22 02:48:33.591 INFO E| Downloaded semver-parser v0.10.2 |
2699 | 2024-08-22T02:48:34.714Z | [ helios-setup] Aug 22 02:48:33.593 INFO E| Downloaded semver v0.11.0 |
2700 | 2024-08-22T02:48:34.724Z | [ helios-setup] Aug 22 02:48:33.604 INFO E| Downloaded rustls-pemfile v1.0.2 |
2701 | 2024-08-22T02:48:34.727Z | [ helios-setup] Aug 22 02:48:33.607 INFO E| Downloaded itoa v1.0.6 |
2702 | 2024-08-22T02:48:34.729Z | [ helios-setup] Aug 22 02:48:33.609 INFO E| Downloaded futures-core v0.3.28 |
2703 | 2024-08-22T02:48:34.732Z | [ helios-setup] Aug 22 02:48:33.611 INFO E| Downloaded base64 v0.21.0 |
2704 | 2024-08-22T02:48:34.738Z | [ helios-setup] Aug 22 02:48:33.618 INFO E| Downloaded http-body v0.4.5 |
2705 | 2024-08-22T02:48:34.741Z | [ helios-setup] Aug 22 02:48:33.620 INFO E| Downloaded crossbeam-deque v0.8.2 |
2706 | 2024-08-22T02:48:34.743Z | [ helios-setup] Aug 22 02:48:33.623 INFO E| Downloaded concolor-query v0.3.3 |
2707 | 2024-08-22T02:48:34.745Z | [ helios-setup] Aug 22 02:48:33.625 INFO E| Downloaded clap_lex v0.4.1 |
2708 | 2024-08-22T02:48:34.747Z | [ helios-setup] Aug 22 02:48:33.626 INFO E| Downloaded num_cpus v1.15.0 |
2709 | 2024-08-22T02:48:34.751Z | [ helios-setup] Aug 22 02:48:33.630 INFO E| Downloaded num-integer v0.1.45 |
2710 | 2024-08-22T02:48:34.753Z | [ helios-setup] Aug 22 02:48:33.633 INFO E| Downloaded libz-sys v1.1.8 |
2711 | 2024-08-22T02:48:34.852Z | [ helios-setup] Aug 22 02:48:33.731 INFO E| Downloaded lazy_static v1.4.0 |
2712 | 2024-08-22T02:48:34.854Z | [ helios-setup] Aug 22 02:48:33.733 INFO E| Downloaded anstyle v0.3.5 |
2713 | 2024-08-22T02:48:34.857Z | [ helios-setup] Aug 22 02:48:33.736 INFO E| Downloaded scopeguard v1.1.0 |
2714 | 2024-08-22T02:48:34.859Z | [ helios-setup] Aug 22 02:48:33.737 INFO E| Downloaded schemars v0.8.12 |
2715 | 2024-08-22T02:48:34.874Z | [ helios-setup] Aug 22 02:48:33.753 INFO E| Downloaded byteorder v1.4.3 |
2716 | 2024-08-22T02:48:34.876Z | [ helios-setup] Aug 22 02:48:33.756 INFO E| Downloaded ahash v0.8.3 |
2717 | 2024-08-22T02:48:35.182Z | [ helios-setup] Aug 22 02:48:34.061 INFO E| Compiling proc-macro2 v1.0.86 |
2718 | 2024-08-22T02:48:35.184Z | [ helios-setup] Aug 22 02:48:34.061 INFO E| Compiling libc v0.2.139 |
2719 | 2024-08-22T02:48:35.184Z | [ helios-setup] Aug 22 02:48:34.061 INFO E| Compiling unicode-ident v1.0.8 |
2720 | 2024-08-22T02:48:35.184Z | [ helios-setup] Aug 22 02:48:34.061 INFO E| Compiling autocfg v1.1.0 |
2721 | 2024-08-22T02:48:35.184Z | [ helios-setup] Aug 22 02:48:34.062 INFO E| Compiling cfg-if v1.0.0 |
2722 | 2024-08-22T02:48:35.184Z | [ helios-setup] Aug 22 02:48:34.062 INFO E| Compiling version_check v0.9.4 |
2723 | 2024-08-22T02:48:35.321Z | [ helios-setup] Aug 22 02:48:34.200 INFO E| Compiling serde v1.0.204 |
2724 | 2024-08-22T02:48:35.321Z | [ helios-setup] Aug 22 02:48:34.200 INFO E| Compiling syn v1.0.107 |
2725 | 2024-08-22T02:48:35.870Z | [ helios-setup] Aug 22 02:48:34.749 INFO E| Compiling memchr v2.5.0 |
2726 | 2024-08-22T02:48:37.183Z | [ helios-setup] Aug 22 02:48:36.062 INFO E| Compiling once_cell v1.17.0 |
2727 | 2024-08-22T02:48:37.228Z | [ helios-setup] Aug 22 02:48:36.107 INFO E| Compiling thiserror v1.0.38 |
2728 | 2024-08-22T02:48:37.231Z | [ helios-setup] Aug 22 02:48:36.108 INFO E| Compiling log v0.4.17 |
2729 | 2024-08-22T02:48:37.923Z | [ helios-setup] Aug 22 02:48:36.802 INFO E| Compiling itoa v1.0.6 |
2730 | 2024-08-22T02:48:38.280Z | [ helios-setup] Aug 22 02:48:37.159 INFO E| Compiling serde_json v1.0.95 |
2731 | 2024-08-22T02:48:39.111Z | [ helios-setup] Aug 22 02:48:37.989 INFO E| Compiling getrandom v0.2.8 |
2732 | 2024-08-22T02:48:39.234Z | [ helios-setup] Aug 22 02:48:38.113 INFO E| Compiling jobserver v0.1.26 |
2733 | 2024-08-22T02:48:39.719Z | [ helios-setup] Aug 22 02:48:38.595 INFO E| Compiling quote v1.0.36 |
2734 | 2024-08-22T02:48:39.885Z | [ helios-setup] Aug 22 02:48:38.764 INFO E| Compiling cc v1.0.78 |
2735 | 2024-08-22T02:48:39.949Z | [ helios-setup] Aug 22 02:48:38.828 INFO E| Compiling indexmap v1.9.3 |
2736 | 2024-08-22T02:48:40.011Z | [ helios-setup] Aug 22 02:48:38.890 INFO E| Compiling scopeguard v1.1.0 |
2737 | 2024-08-22T02:48:40.212Z | [ helios-setup] Aug 22 02:48:39.090 INFO E| Compiling pin-project-lite v0.2.9 |
2738 | 2024-08-22T02:48:40.427Z | [ helios-setup] Aug 22 02:48:39.306 INFO E| Compiling num-integer v0.1.45 |
2739 | 2024-08-22T02:48:40.583Z | [ helios-setup] Aug 22 02:48:39.462 INFO E| Compiling syn v2.0.72 |
2740 | 2024-08-22T02:48:41.052Z | [ helios-setup] Aug 22 02:48:39.930 INFO E| Compiling futures-core v0.3.28 |
2741 | 2024-08-22T02:48:41.112Z | [ helios-setup] Aug 22 02:48:39.990 INFO E| Compiling bytes v1.4.0 |
2742 | 2024-08-22T02:48:41.514Z | [ helios-setup] Aug 22 02:48:40.393 INFO E| Compiling ryu v1.0.13 |
2743 | 2024-08-22T02:48:42.880Z | [ helios-setup] Aug 22 02:48:41.758 INFO E| Compiling lock_api v0.4.9 |
2744 | 2024-08-22T02:48:43.017Z | [ helios-setup] Aug 22 02:48:41.895 INFO E| Compiling bitflags v1.3.2 |
2745 | 2024-08-22T02:48:43.248Z | [ helios-setup] Aug 22 02:48:42.126 INFO E| Compiling parking_lot_core v0.9.6 |
2746 | 2024-08-22T02:48:43.342Z | [ helios-setup] Aug 22 02:48:42.220 INFO E| Compiling typenum v1.16.0 |
2747 | 2024-08-22T02:48:43.741Z | [ helios-setup] Aug 22 02:48:42.619 INFO E| Compiling num_cpus v1.15.0 |
2748 | 2024-08-22T02:48:43.888Z | [ helios-setup] Aug 22 02:48:42.766 INFO E| Compiling slab v0.4.7 |
2749 | 2024-08-22T02:48:44.295Z | [ helios-setup] Aug 22 02:48:43.174 INFO E| Compiling generic-array v0.14.6 |
2750 | 2024-08-22T02:48:44.405Z | [ helios-setup] Aug 22 02:48:43.284 INFO E| Compiling futures-channel v0.3.28 |
2751 | 2024-08-22T02:48:44.596Z | [ helios-setup] Aug 22 02:48:43.474 INFO E| Compiling futures-task v0.3.28 |
2752 | 2024-08-22T02:48:44.763Z | [ helios-setup] Aug 22 02:48:43.641 INFO E| Compiling futures-sink v0.3.28 |
2753 | 2024-08-22T02:48:45.773Z | [ helios-setup] Aug 22 02:48:44.651 INFO E| Compiling tokio v1.27.0 |
2754 | 2024-08-22T02:48:45.816Z | [ helios-setup] Aug 22 02:48:44.695 INFO E| Compiling schemars v0.8.12 |
2755 | 2024-08-22T02:48:45.886Z | [ helios-setup] Aug 22 02:48:44.764 INFO E| Compiling futures-util v0.3.28 |
2756 | 2024-08-22T02:48:46.847Z | [ helios-setup] Aug 22 02:48:45.724 INFO E| Compiling mio v0.8.5 |
2757 | 2024-08-22T02:48:46.975Z | [ helios-setup] Aug 22 02:48:45.852 INFO E| Compiling socket2 v0.4.9 |
2758 | 2024-08-22T02:48:47.048Z | [ helios-setup] Aug 22 02:48:45.926 INFO E| Compiling signal-hook-registry v1.4.0 |
2759 | 2024-08-22T02:48:47.299Z | [ helios-setup] Aug 22 02:48:46.177 INFO E| Compiling num-traits v0.2.15 |
2760 | 2024-08-22T02:48:47.938Z | [ helios-setup] Aug 22 02:48:46.815 INFO E| Compiling ahash v0.7.6 |
2761 | 2024-08-22T02:48:48.197Z | [ helios-setup] Aug 22 02:48:47.074 INFO E| Compiling pin-utils v0.1.0 |
2762 | 2024-08-22T02:48:48.673Z | [ helios-setup] Aug 22 02:48:47.550 INFO E| Compiling futures-io v0.3.28 |
2763 | 2024-08-22T02:48:48.745Z | [ helios-setup] Aug 22 02:48:47.623 INFO E| Compiling io-lifetimes v1.0.10 |
2764 | 2024-08-22T02:48:49.735Z | [ helios-setup] Aug 22 02:48:48.612 INFO E| Compiling crunchy v0.2.2 |
2765 | 2024-08-22T02:48:50.204Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2766 | 2024-08-22T02:48:50.657Z | [ helios-setup] Aug 22 02:48:49.534 INFO E| Compiling ahash v0.8.3 |
2767 | 2024-08-22T02:48:50.937Z | [ helios-setup] Aug 22 02:48:49.814 INFO E| Compiling rustix v0.37.3 |
2768 | 2024-08-22T02:48:50.979Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2769 | 2024-08-22T02:48:51.189Z | [ helios-setup] Aug 22 02:48:50.066 INFO E| Compiling tiny-keccak v2.0.2 |
2770 | 2024-08-22T02:48:51.466Z | [ helios-setup] Aug 22 02:48:50.343 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2771 | 2024-08-22T02:48:51.688Z | [ helios-setup] Aug 22 02:48:50.566 INFO E| Compiling hashbrown v0.12.3 |
2772 | 2024-08-22T02:48:52.080Z | [ helios-setup] Aug 22 02:48:50.957 INFO E| Compiling serde_derive_internals v0.26.0 |
2773 | 2024-08-22T02:48:52.905Z | [ helios-setup] Aug 22 02:48:51.782 INFO E| Compiling crypto-common v0.1.6 |
2774 | 2024-08-22T02:48:52.907Z | [ helios-setup] Aug 22 02:48:51.783 INFO E| Compiling block-buffer v0.10.3 |
2775 | 2024-08-22T02:48:53.956Z | [ host-package] Compiling heck v0.3.3 |
2776 | 2024-08-22T02:48:54.016Z | [ helios-setup] Aug 22 02:48:52.893 INFO E| Compiling errno v0.3.1 |
2777 | 2024-08-22T02:48:54.318Z | [ host-package] Compiling rand_seeder v0.3.0 |
2778 | 2024-08-22T02:48:54.423Z | [ helios-setup] Aug 22 02:48:53.300 INFO E| Compiling slog v2.7.0 |
2779 | 2024-08-22T02:48:54.696Z | [ helios-setup] Aug 22 02:48:53.573 INFO E| Compiling pkg-config v0.3.26 |
2780 | 2024-08-22T02:48:54.801Z | [ host-package] Compiling castaway v0.2.3 |
2781 | 2024-08-22T02:48:54.905Z | [ helios-setup] Aug 22 02:48:53.782 INFO E| Compiling crossbeam-utils v0.8.14 |
2782 | 2024-08-22T02:48:55.143Z | [ host-package] Compiling csv-core v0.1.11 |
2783 | 2024-08-22T02:48:55.198Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2784 | 2024-08-22T02:48:55.430Z | [ helios-setup] Aug 22 02:48:54.307 INFO E| Compiling fnv v1.0.7 |
2785 | 2024-08-22T02:48:55.718Z | [ helios-setup] Aug 22 02:48:54.595 INFO E| Compiling http v0.2.9 |
2786 | 2024-08-22T02:48:56.177Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2787 | 2024-08-22T02:48:56.665Z | [ helios-setup] Aug 22 02:48:55.542 INFO E| Compiling digest v0.10.6 |
2788 | 2024-08-22T02:48:57.143Z | [ host-package] Compiling http-range v0.1.5 |
2789 | 2024-08-22T02:48:58.379Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2790 | 2024-08-22T02:48:58.458Z | [ helios-setup] Aug 22 02:48:57.335 INFO E| Compiling aho-corasick v0.7.20 |
2791 | 2024-08-22T02:48:58.585Z | [ helios-setup] Aug 22 02:48:57.461 INFO E| Compiling anyhow v1.0.68 |
2792 | 2024-08-22T02:48:58.883Z | [ helios-setup] Aug 22 02:48:57.759 INFO E| Compiling heck v0.4.1 |
2793 | 2024-08-22T02:48:59.869Z | [ helios-setup] Aug 22 02:48:58.746 INFO E| Compiling percent-encoding v2.2.0 |
2794 | 2024-08-22T02:49:00.056Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2795 | 2024-08-22T02:49:00.111Z | [ helios-setup] Aug 22 02:48:58.988 INFO E| Compiling cpufeatures v0.2.5 |
2796 | 2024-08-22T02:49:00.507Z | [ helios-setup] Aug 22 02:48:59.383 INFO E| Compiling tinyvec_macros v0.1.1 |
2797 | 2024-08-22T02:49:00.660Z | [ helios-setup] Aug 22 02:48:59.536 INFO E| Compiling httparse v1.8.0 |
2798 | 2024-08-22T02:49:00.754Z | [ helios-setup] Aug 22 02:48:59.630 INFO E| Compiling unicode-width v0.1.10 |
2799 | 2024-08-22T02:49:00.916Z | [ helios-setup] Aug 22 02:48:59.792 INFO E| Compiling regex-syntax v0.6.29 |
2800 | 2024-08-22T02:49:01.263Z | [ helios-setup] Aug 22 02:49:00.139 INFO E| Compiling tinyvec v1.6.0 |
2801 | 2024-08-22T02:49:01.354Z | [ helios-setup] Aug 22 02:49:00.231 INFO E| Compiling const-random-macro v0.1.15 |
2802 | 2024-08-22T02:49:01.991Z | [ helios-setup] Aug 22 02:49:00.868 INFO E| Compiling thiserror-impl v1.0.38 |
2803 | 2024-08-22T02:49:02.553Z | [ helios-setup] Aug 22 02:49:01.429 INFO E| Compiling schemars_derive v0.8.12 |
2804 | 2024-08-22T02:49:03.346Z | [ helios-setup] Aug 22 02:49:02.222 INFO E| Compiling form_urlencoded v1.1.0 |
2805 | 2024-08-22T02:49:03.440Z | [ helios-setup] Aug 22 02:49:02.316 INFO E| Compiling serde_derive v1.0.204 |
2806 | 2024-08-22T02:49:03.687Z | [ host-package] Compiling csv v1.3.0 |
2807 | 2024-08-22T02:49:03.857Z | [ host-package] Compiling compact_str v0.8.0 |
2808 | 2024-08-22T02:49:04.289Z | [ helios-setup] Aug 22 02:49:03.165 INFO E| Compiling futures-macro v0.3.28 |
2809 | 2024-08-22T02:49:04.394Z | [ helios-setup] Aug 22 02:49:03.270 INFO E| Compiling tokio-macros v2.0.0 |
2810 | 2024-08-22T02:49:05.404Z | [ helios-setup] Aug 22 02:49:04.279 INFO E| Compiling hashbrown v0.13.2 |
2811 | 2024-08-22T02:49:07.899Z | [ helios-setup] Aug 22 02:49:06.774 INFO E| Compiling regex v1.7.3 |
2812 | 2024-08-22T02:49:07.931Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2813 | 2024-08-22T02:49:08.000Z | [ helios-setup] Aug 22 02:49:06.876 INFO E| Compiling chrono v0.4.24 |
2814 | 2024-08-22T02:49:08.053Z | [ helios-setup] Aug 22 02:49:06.928 INFO E| Compiling libz-sys v1.1.8 |
2815 | 2024-08-22T02:49:08.519Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2816 | 2024-08-22T02:49:08.769Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2817 | 2024-08-22T02:49:10.821Z | [ helios-setup] Aug 22 02:49:09.696 INFO E| Compiling dyn-clone v1.0.11 |
2818 | 2024-08-22T02:49:11.285Z | [ helios-setup] Aug 22 02:49:10.160 INFO E| Compiling uuid v1.3.0 |
2819 | 2024-08-22T02:49:11.396Z | [ helios-setup] Aug 22 02:49:10.271 INFO E| Compiling regress v0.5.0 |
2820 | 2024-08-22T02:49:11.514Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2821 | 2024-08-22T02:49:12.310Z | [ helios-setup] Aug 22 02:49:11.185 INFO E| Compiling unicode-normalization v0.1.22 |
2822 | 2024-08-22T02:49:12.741Z | [ host-package] Compiling nix v0.27.1 |
2823 | 2024-08-22T02:49:13.016Z | [ helios-setup] Aug 22 02:49:11.891 INFO E| Compiling const-random v0.1.15 |
2824 | 2024-08-22T02:49:13.839Z | [ helios-setup] Aug 22 02:49:12.714 INFO E| Compiling getopts v0.2.21 |
2825 | 2024-08-22T02:49:15.196Z | [ helios-setup] Aug 22 02:49:14.070 INFO E| Compiling tracing-core v0.1.30 |
2826 | 2024-08-22T02:49:15.282Z | [ helios-setup] Aug 22 02:49:14.157 INFO E| Compiling memoffset v0.7.1 |
2827 | 2024-08-22T02:49:16.139Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2828 | 2024-08-22T02:49:16.583Z | [ helios-setup] Aug 22 02:49:15.457 INFO E| Compiling unicode-bidi v0.3.13 |
2829 | 2024-08-22T02:49:17.157Z | [ helios-setup] Aug 22 02:49:16.031 INFO E| Compiling ucd-trie v0.1.5 |
2830 | 2024-08-22T02:49:17.787Z | [ helios-setup] Aug 22 02:49:16.661 INFO E| Compiling num-conv v0.1.0 |
2831 | 2024-08-22T02:49:18.030Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2024-08-22T02:49:18.180Z | [ helios-setup] Aug 22 02:49:17.054 INFO E| Compiling powerfmt v0.2.0 |
2833 | 2024-08-22T02:49:18.465Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2834 | 2024-08-22T02:49:18.700Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2835 | 2024-08-22T02:49:19.405Z | [ helios-setup] Aug 22 02:49:18.279 INFO E| Compiling time-core v0.1.2 |
2836 | 2024-08-22T02:49:19.947Z | [ helios-setup] Aug 22 02:49:18.821 INFO E| Compiling time-macros v0.2.18 |
2837 | 2024-08-22T02:49:20.399Z | [ helios-setup] Aug 22 02:49:19.273 INFO E| Compiling deranged v0.3.11 |
2838 | 2024-08-22T02:49:20.932Z | [ helios-setup] Aug 22 02:49:19.806 INFO E| Compiling idna v0.3.0 |
2839 | 2024-08-22T02:49:22.942Z | [ helios-setup] Aug 22 02:49:21.816 INFO E| Compiling pest v2.5.7 |
2840 | 2024-08-22T02:49:23.205Z | [ helios-setup] Aug 22 02:49:22.079 INFO E| Compiling tracing v0.1.37 |
2841 | 2024-08-22T02:49:25.940Z | [ helios-setup] Aug 22 02:49:24.813 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2842 | 2024-08-22T02:49:26.995Z | [ helios-setup] Aug 22 02:49:25.869 INFO E| Compiling time v0.1.45 |
2843 | 2024-08-22T02:49:27.511Z | [ helios-setup] Aug 22 02:49:26.385 INFO E| Compiling crossbeam-epoch v0.9.13 |
2844 | 2024-08-22T02:49:28.363Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2845 | 2024-08-22T02:49:28.371Z | [ helios-setup] Aug 22 02:49:27.244 INFO E| Compiling semver v1.0.17 |
2846 | 2024-08-22T02:49:28.818Z | [ helios-setup] Aug 22 02:49:27.688 INFO E| Compiling iana-time-zone v0.1.56 |
2847 | 2024-08-22T02:49:29.340Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2848 | 2024-08-22T02:49:29.693Z | [ helios-setup] Aug 22 02:49:28.566 INFO E| Compiling num_threads v0.1.6 |
2849 | 2024-08-22T02:49:30.184Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2850 | 2024-08-22T02:49:30.530Z | [ helios-setup] Aug 22 02:49:29.403 INFO E| Compiling time v0.3.36 |
2851 | 2024-08-22T02:49:30.850Z | [ helios-setup] Aug 22 02:49:29.723 INFO E| Compiling toml v0.5.11 |
2852 | 2024-08-22T02:49:30.941Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2853 | 2024-08-22T02:49:31.026Z | [ helios-setup] Aug 22 02:49:29.899 INFO E| Compiling serde_tokenstream v0.2.0 |
2854 | 2024-08-22T02:49:31.343Z | [ helios-setup] Aug 22 02:49:30.216 INFO E| Compiling semver-parser v0.10.2 |
2855 | 2024-08-22T02:49:31.611Z | [ host-package] Compiling hashlink v0.9.1 |
2856 | 2024-08-22T02:49:32.646Z | [ host-package] Compiling lru v0.12.3 |
2857 | 2024-08-22T02:49:33.248Z | [ host-package] Compiling serde-big-array v0.5.1 |
2858 | 2024-08-22T02:49:33.250Z | [ helios-setup] Aug 22 02:49:32.121 INFO E| Compiling smallvec v1.10.0 |
2859 | 2024-08-22T02:49:33.813Z | [ host-package] Compiling instability v0.3.2 |
2860 | 2024-08-22T02:49:33.923Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2861 | 2024-08-22T02:49:35.905Z | [ helios-setup] Aug 22 02:49:34.777 INFO E| Compiling parking_lot v0.12.1 |
2862 | 2024-08-22T02:49:36.023Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2863 | 2024-08-22T02:49:36.091Z | [ host-package] Compiling base64 v0.13.1 |
2864 | 2024-08-22T02:49:37.031Z | [ host-package] Compiling cassowary v0.3.0 |
2865 | 2024-08-22T02:49:37.607Z | [ host-package] Compiling ron v0.7.1 |
2866 | 2024-08-22T02:49:37.916Z | [ helios-setup] Aug 22 02:49:36.788 INFO E| Compiling url v2.3.1 |
2867 | 2024-08-22T02:49:42.012Z | [ helios-setup] Aug 22 02:49:40.882 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2868 | 2024-08-22T02:49:43.919Z | [ helios-setup] Aug 22 02:49:42.790 INFO E| Compiling crossbeam-channel v0.5.6 |
2869 | 2024-08-22T02:49:44.403Z | [ host-package] Compiling ratatui v0.28.0 |
2870 | 2024-08-22T02:49:47.007Z | [ helios-setup] Aug 22 02:49:45.878 INFO E| Compiling dirs-sys-next v0.1.2 |
2871 | 2024-08-22T02:49:47.605Z | [ helios-setup] Aug 22 02:49:46.476 INFO E| Compiling same-file v1.0.6 |
2872 | 2024-08-22T02:49:47.859Z | [ helios-setup] Aug 22 02:49:46.730 INFO E| Compiling crc32fast v1.3.2 |
2873 | 2024-08-22T02:49:48.348Z | [ helios-setup] Aug 22 02:49:47.218 INFO E| Compiling try-lock v0.2.4 |
2874 | 2024-08-22T02:49:48.463Z | [ host-package] Compiling rusqlite v0.31.0 |
2875 | 2024-08-22T02:49:48.911Z | [ helios-setup] Aug 22 02:49:47.781 INFO E| Compiling want v0.3.0 |
2876 | 2024-08-22T02:49:49.398Z | [ helios-setup] Aug 22 02:49:48.269 INFO E| Compiling walkdir v2.3.3 |
2877 | 2024-08-22T02:49:49.512Z | [ helios-setup] Aug 22 02:49:48.383 INFO E| Compiling dirs-next v2.0.0 |
2878 | 2024-08-22T02:49:52.273Z | [ helios-setup] Aug 22 02:49:51.144 INFO E| Compiling proc-macro-crate v1.2.1 |
2879 | 2024-08-22T02:49:53.544Z | [ helios-setup] Aug 22 02:49:52.414 INFO E| Compiling semver v0.11.0 |
2880 | 2024-08-22T02:49:53.944Z | [ helios-setup] Aug 22 02:49:52.814 INFO E| Compiling tokio-util v0.7.7 |
2881 | 2024-08-22T02:49:55.991Z | [ helios-setup] Aug 22 02:49:54.861 INFO E| Compiling futures-executor v0.3.28 |
2882 | 2024-08-22T02:49:58.010Z | [ helios-setup] Aug 22 02:49:56.880 INFO E| Compiling h2 v0.3.16 |
2883 | 2024-08-22T02:49:58.329Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2884 | 2024-08-22T02:49:58.502Z | [ helios-setup] Aug 22 02:49:57.372 INFO E| Compiling http-body v0.4.5 |
2885 | 2024-08-22T02:49:59.008Z | [ helios-setup] Aug 22 02:49:57.878 INFO E| Compiling ring v0.16.20 |
2886 | 2024-08-22T02:49:59.120Z | [ helios-setup] Aug 22 02:49:57.990 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2887 | 2024-08-22T02:49:59.413Z | [ helios-setup] Aug 22 02:49:58.282 INFO E| Compiling rand_core v0.6.4 |
2888 | 2024-08-22T02:50:00.626Z | [ helios-setup] Aug 22 02:49:59.496 INFO E| Compiling thread_local v1.1.7 |
2889 | 2024-08-22T02:50:01.302Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2890 | 2024-08-22T02:50:02.499Z | [ helios-setup] Aug 22 02:50:01.368 INFO E| Compiling utf8parse v0.2.1 |
2891 | 2024-08-22T02:50:02.940Z | [ helios-setup] Aug 22 02:50:01.809 INFO E| Compiling fastrand v1.9.0 |
2892 | 2024-08-22T02:50:03.156Z | [ helios-setup] Aug 22 02:50:02.025 INFO E| Compiling httpdate v1.0.2 |
2893 | 2024-08-22T02:50:03.944Z | [ helios-setup] Aug 22 02:50:02.813 INFO E| Compiling tower-service v0.3.2 |
2894 | 2024-08-22T02:50:04.222Z | [ helios-setup] Aug 22 02:50:03.091 INFO E| Compiling base64 v0.21.0 |
2895 | 2024-08-22T02:50:05.338Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2896 | 2024-08-22T02:50:05.957Z | [ helios-setup] Aug 22 02:50:04.825 INFO E| Compiling rayon-core v1.10.2 |
2897 | 2024-08-22T02:50:06.804Z | [ helios-setup] Aug 22 02:50:05.666 INFO E| Compiling home v0.5.4 |
2898 | 2024-08-22T02:50:06.863Z | [ helios-setup] Aug 22 02:50:05.732 INFO E| Compiling lazy_static v1.4.0 |
2899 | 2024-08-22T02:50:07.328Z | [ helios-setup] Aug 22 02:50:06.197 INFO E| Compiling adler v1.0.2 |
2900 | 2024-08-22T02:50:07.519Z | [ helios-setup] Aug 22 02:50:06.388 INFO E| Compiling ppv-lite86 v0.2.17 |
2901 | 2024-08-22T02:50:07.718Z | [ helios-setup] Aug 22 02:50:06.586 INFO E| Compiling miniz_oxide v0.6.2 |
2902 | 2024-08-22T02:50:07.954Z | [ helios-setup] Aug 22 02:50:06.823 INFO E| Compiling toolchain_find v0.2.0 |
2903 | 2024-08-22T02:50:09.099Z | [ helios-setup] Aug 22 02:50:07.967 INFO E| Compiling rand_chacha v0.3.1 |
2904 | 2024-08-22T02:50:09.234Z | [ helios-setup] Aug 22 02:50:08.102 INFO E| Compiling hyper v0.14.25 |
2905 | 2024-08-22T02:50:12.325Z | [ helios-setup] Aug 22 02:50:11.193 INFO E| Compiling tempfile v3.5.0 |
2906 | 2024-08-22T02:50:13.951Z | [ helios-setup] Aug 22 02:50:12.819 INFO E| Compiling anstyle-parse v0.1.1 |
2907 | 2024-08-22T02:50:15.022Z | [ helios-setup] Aug 22 02:50:13.890 INFO E| Compiling futures v0.3.28 |
2908 | 2024-08-22T02:50:15.793Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2909 | 2024-08-22T02:50:17.427Z | [ host-package] Compiling zone v0.1.8 |
2910 | 2024-08-22T02:50:18.607Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2911 | 2024-08-22T02:50:24.094Z | [ helios-setup] Aug 22 02:50:22.961 INFO E| Compiling cargo-lock v8.0.3 |
2912 | 2024-08-22T02:50:29.211Z | [ helios-setup] Aug 22 02:50:28.077 INFO E| Compiling num_enum_derive v0.5.7 |
2913 | 2024-08-22T02:50:31.223Z | [ helios-setup] Aug 22 02:50:30.089 INFO E| Compiling crossbeam-deque v0.8.2 |
2914 | 2024-08-22T02:50:32.316Z | [ helios-setup] Aug 22 02:50:31.182 INFO E| Compiling term v0.7.0 |
2915 | 2024-08-22T02:50:34.457Z | [ helios-setup] Aug 22 02:50:33.322 INFO E| Compiling serde_urlencoded v0.7.1 |
2916 | 2024-08-22T02:50:34.717Z | [ helios-setup] Aug 22 02:50:33.583 INFO E| Compiling sha2 v0.10.6 |
2917 | 2024-08-22T02:50:34.935Z | [ helios-setup] Aug 22 02:50:33.801 INFO E| Compiling sha1 v0.10.5 |
2918 | 2024-08-22T02:50:34.999Z | [ helios-setup] Aug 22 02:50:33.864 INFO E| Compiling is-terminal v0.4.7 |
2919 | 2024-08-22T02:50:35.798Z | [ helios-setup] Aug 22 02:50:34.663 INFO E| Compiling atty v0.2.14 |
2920 | 2024-08-22T02:50:36.016Z | [ helios-setup] Aug 22 02:50:34.881 INFO E| Compiling concolor-query v0.3.3 |
2921 | 2024-08-22T02:50:36.845Z | [ helios-setup] Aug 22 02:50:35.711 INFO E| Compiling concolor-override v1.0.0 |
2922 | 2024-08-22T02:50:36.894Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2923 | 2024-08-22T02:50:37.815Z | [ helios-setup] Aug 22 02:50:36.680 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2924 | 2024-08-22T02:50:38.034Z | [ helios-setup] Aug 22 02:50:36.899 INFO E| Compiling anstyle v0.3.5 |
2925 | 2024-08-22T02:50:39.133Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2926 | 2024-08-22T02:50:39.304Z | [ helios-setup] Aug 22 02:50:38.169 INFO E| Compiling anstream v0.2.6 |
2927 | 2024-08-22T02:50:39.354Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2928 | 2024-08-22T02:50:39.769Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2929 | 2024-08-22T02:50:40.728Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2930 | 2024-08-22T02:50:41.415Z | [ helios-setup] Aug 22 02:50:40.280 INFO E| Compiling slog-term v2.9.0 |
2931 | 2024-08-22T02:50:41.614Z | [ helios-setup] Aug 22 02:50:40.479 INFO E| Compiling flate2 v1.0.25 |
2932 | 2024-08-22T02:50:43.554Z | [ helios-setup] Aug 22 02:50:42.418 INFO E| Compiling num_enum v0.5.7 |
2933 | 2024-08-22T02:50:44.365Z | [ helios-setup] Aug 22 02:50:43.230 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2934 | 2024-08-22T02:50:44.475Z | [ helios-setup] Aug 22 02:50:43.339 INFO E| Compiling rand v0.8.5 |
2935 | 2024-08-22T02:50:45.575Z | [ helios-setup] Aug 22 02:50:44.439 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2936 | 2024-08-22T02:50:45.730Z | [ helios-setup] Aug 22 02:50:44.594 INFO E| Compiling openapiv3 v1.0.2 |
2937 | 2024-08-22T02:50:47.056Z | [ helios-setup] Aug 22 02:50:45.919 INFO E| Compiling encoding_rs v0.8.32 |
2938 | 2024-08-22T02:50:48.314Z | [ helios-setup] Aug 22 02:50:47.178 INFO E| Compiling unsafe-libyaml v0.2.8 |
2939 | 2024-08-22T02:50:50.003Z | [ host-package] Compiling twox-hash v1.6.3 |
2940 | 2024-08-22T02:50:52.107Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2941 | 2024-08-22T02:50:52.218Z | [ helios-setup] Aug 22 02:50:51.082 INFO E| Compiling strsim v0.10.0 |
2942 | 2024-08-22T02:50:52.937Z | [ host-package] Compiling yasna v0.5.2 |
2943 | 2024-08-22T02:50:54.965Z | [ helios-setup] Aug 22 02:50:53.828 INFO E| Compiling base64 v0.13.1 |
2944 | 2024-08-22T02:50:55.521Z | [ helios-setup] Aug 22 02:50:54.384 INFO E| Compiling mime v0.3.17 |
2945 | 2024-08-22T02:50:55.721Z | [ helios-setup] Aug 22 02:50:54.584 INFO E| Compiling spin v0.5.2 |
2946 | 2024-08-22T02:50:56.553Z | [ helios-setup] Aug 22 02:50:55.416 INFO E| Compiling ipnet v2.7.2 |
2947 | 2024-08-22T02:50:56.803Z | [ helios-setup] Aug 22 02:50:55.666 INFO E| Compiling either v1.8.0 |
2948 | 2024-08-22T02:50:57.294Z | [ host-package] Compiling portpicker v0.1.1 |
2949 | 2024-08-22T02:50:57.333Z | [ helios-setup] Aug 22 02:50:56.196 INFO E| Compiling clap_lex v0.4.1 |
2950 | 2024-08-22T02:50:57.845Z | [ helios-setup] Aug 22 02:50:56.708 INFO E| Compiling byteorder v1.4.3 |
2951 | 2024-08-22T02:50:57.957Z | [ helios-setup] Aug 22 02:50:56.820 INFO E| Compiling utf-8 v0.7.6 |
2952 | 2024-08-22T02:50:58.114Z | [ host-package] Compiling smawk v0.3.2 |
2953 | 2024-08-22T02:50:58.786Z | [ helios-setup] Aug 22 02:50:57.649 INFO E| Compiling untrusted v0.7.1 |
2954 | 2024-08-22T02:50:58.866Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2955 | 2024-08-22T02:50:58.930Z | [ helios-setup] Aug 22 02:50:57.793 INFO E| Compiling project-root v0.2.2 |
2956 | 2024-08-22T02:50:59.024Z | [ helios-setup] Aug 22 02:50:57.886 INFO E| Compiling tungstenite v0.18.0 |
2957 | 2024-08-22T02:50:59.098Z | [ helios-setup] Aug 22 02:50:57.961 INFO E| Compiling clap_builder v4.2.1 |
2958 | 2024-08-22T02:50:59.427Z | [ helios-setup] Aug 22 02:50:58.289 INFO E| Compiling reqwest v0.11.16 |
2959 | 2024-08-22T02:50:59.577Z | [ helios-setup] Aug 22 02:50:58.440 INFO E| Compiling rayon v1.6.1 |
2960 | 2024-08-22T02:50:59.655Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2961 | 2024-08-22T02:51:00.536Z | [ host-package] Compiling textwrap v0.16.1 |
2962 | 2024-08-22T02:51:01.984Z | [ helios-setup] Aug 22 02:51:00.847 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2963 | 2024-08-22T02:51:03.915Z | [ host-package] Compiling rcgen v0.12.1 |
2964 | 2024-08-22T02:51:04.096Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2965 | 2024-08-22T02:51:08.296Z | [ helios-setup] Aug 22 02:51:07.158 INFO E| Compiling serde_yaml v0.9.21 |
2966 | 2024-08-22T02:51:09.477Z | [ helios-setup] Aug 22 02:51:08.338 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2967 | 2024-08-22T02:51:10.820Z | [ helios-setup] Aug 22 02:51:09.681 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2968 | 2024-08-22T02:51:13.408Z | [ helios-setup] Aug 22 02:51:12.269 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2969 | 2024-08-22T02:51:14.532Z | [ helios-setup] Aug 22 02:51:13.393 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2970 | 2024-08-22T02:51:15.450Z | [ helios-setup] Aug 22 02:51:14.311 INFO E| Compiling clap_derive v4.2.0 |
2971 | 2024-08-22T02:51:16.171Z | [ helios-setup] Aug 22 02:51:15.032 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2972 | 2024-08-22T02:51:18.807Z | [ helios-setup] Aug 22 02:51:17.668 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2973 | 2024-08-22T02:51:24.165Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2974 | 2024-08-22T02:51:24.599Z | [ helios-setup] Aug 22 02:51:23.458 INFO E| Compiling clap v4.2.1 |
2975 | 2024-08-22T02:51:27.697Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2976 | 2024-08-22T02:51:27.804Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2977 | 2024-08-22T02:51:37.296Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2978 | 2024-08-22T02:51:39.032Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2979 | 2024-08-22T02:51:41.645Z | [ helios-setup] Aug 22 02:51:40.502 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2980 | 2024-08-22T02:51:44.881Z | [ helios-setup] Aug 22 02:51:43.738 INFO E| Compiling tokio-tungstenite v0.18.0 |
2981 | 2024-08-22T02:51:46.099Z | [ helios-setup] Aug 22 02:51:44.956 INFO E| Compiling smartstring v1.0.1 |
2982 | 2024-08-22T02:51:47.126Z | [ helios-setup] Aug 22 02:51:45.983 INFO E| Compiling rustls v0.21.0 |
2983 | 2024-08-22T02:51:48.175Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2984 | 2024-08-22T02:51:49.207Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2985 | 2024-08-22T02:51:49.410Z | [ helios-setup] Aug 22 02:51:48.267 INFO E| Compiling toml_datetime v0.6.1 |
2986 | 2024-08-22T02:51:49.665Z | [ helios-setup] Aug 22 02:51:48.522 INFO E| Compiling serde_spanned v0.6.1 |
2987 | 2024-08-22T02:51:50.092Z | [ helios-setup] Aug 22 02:51:48.948 INFO E| Compiling static_assertions v1.1.0 |
2988 | 2024-08-22T02:51:50.435Z | [ helios-setup] Aug 22 02:51:49.292 INFO E| Compiling async-trait v0.1.68 |
2989 | 2024-08-22T02:51:50.676Z | [ helios-setup] Aug 22 02:51:49.533 INFO E| Compiling winnow v0.4.1 |
2990 | 2024-08-22T02:51:51.840Z | [ helios-setup] Aug 22 02:51:50.697 INFO E| Compiling camino v1.1.4 |
2991 | 2024-08-22T02:51:52.314Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2992 | 2024-08-22T02:51:52.371Z | [ helios-setup] Aug 22 02:51:51.227 INFO E| Compiling slog-async v2.7.0 |
2993 | 2024-08-22T02:51:53.150Z | [ helios-setup] Aug 22 02:51:52.006 INFO E| Compiling paste v1.0.12 |
2994 | 2024-08-22T02:51:53.623Z | [ helios-setup] Aug 22 02:51:52.478 INFO E| Compiling match_cfg v0.1.0 |
2995 | 2024-08-22T02:51:53.925Z | [ helios-setup] Aug 22 02:51:52.781 INFO E| Compiling hostname v0.3.1 |
2996 | 2024-08-22T02:51:54.946Z | [ helios-setup] Aug 22 02:51:53.802 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2997 | 2024-08-22T02:51:55.082Z | [ host-package] Compiling atomicwrites v0.4.3 |
2998 | 2024-08-22T02:51:56.157Z | [ helios-setup] Aug 22 02:51:55.014 INFO E| Compiling slog-json v2.6.1 |
2999 | 2024-08-22T02:51:56.230Z | [ host-package] Compiling fatfs v0.3.6 |
3000 | 2024-08-22T02:51:57.152Z | [ helios-setup] Aug 22 02:51:56.008 INFO E| Compiling unicode-linebreak v0.1.4 |
3001 | 2024-08-22T02:51:58.418Z | [ host-package] Compiling rtoolbox v0.0.2 |
3002 | 2024-08-22T02:51:58.981Z | [ helios-setup] Aug 22 02:51:57.837 INFO E| Compiling toml_edit v0.19.8 |
3003 | 2024-08-22T02:51:59.445Z | [ host-package] Compiling subprocess v0.2.9 |
3004 | 2024-08-22T02:52:01.166Z | [ host-package] Compiling assert_matches v1.5.0 |
3005 | 2024-08-22T02:52:01.326Z | [ host-package] Compiling is_ci v1.2.0 |
3006 | 2024-08-22T02:52:01.835Z | [ host-package] Compiling supports-color v3.0.0 |
3007 | 2024-08-22T02:52:02.767Z | [ helios-setup] Aug 22 02:52:01.622 INFO E| Compiling async-stream-impl v0.3.5 |
3008 | 2024-08-22T02:52:03.303Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3009 | 2024-08-22T02:52:05.651Z | [ helios-setup] Aug 22 02:52:04.506 INFO E| Compiling rhai_codegen v1.5.0 |
3010 | 2024-08-22T02:52:06.097Z | [ helios-setup] Aug 22 02:52:04.952 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3011 | 2024-08-22T02:52:07.161Z | [ helios-setup] Aug 22 02:52:06.016 INFO E| Compiling take_mut v0.2.2 |
3012 | 2024-08-22T02:52:08.176Z | [ host-package] Compiling rpassword v7.3.1 |
3013 | 2024-08-22T02:52:09.140Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3014 | 2024-08-22T02:52:11.248Z | [ helios-setup] Aug 22 02:52:10.102 INFO E| Compiling rhai v1.14.0 |
3015 | 2024-08-22T02:52:11.473Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3016 | 2024-08-22T02:52:12.045Z | [ helios-setup] Aug 22 02:52:10.898 INFO E| Compiling toml v0.7.3 |
3017 | 2024-08-22T02:52:13.261Z | [ helios-setup] Aug 22 02:52:12.115 INFO E| Compiling async-stream v0.3.5 |
3018 | 2024-08-22T02:52:14.328Z | [ helios-setup] Aug 22 02:52:13.182 INFO E| Compiling slog-bunyan v2.4.0 |
3019 | 2024-08-22T02:52:15.543Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3020 | 2024-08-22T02:52:16.605Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3021 | 2024-08-22T02:52:16.741Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3022 | 2024-08-22T02:52:19.514Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3023 | 2024-08-22T02:52:20.101Z | [ helios-setup] Aug 22 02:52:18.954 INFO E| Compiling rustls-pemfile v1.0.2 |
3024 | 2024-08-22T02:52:20.536Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3025 | 2024-08-22T02:52:21.464Z | [ helios-setup] Aug 22 02:52:20.317 INFO E| Compiling bincode v1.3.3 |
3026 | 2024-08-22T02:52:21.557Z | [ helios-setup] Aug 22 02:52:20.410 INFO E| Compiling serde_path_to_error v0.1.11 |
3027 | 2024-08-22T02:52:21.813Z | [ helios-setup] Aug 22 02:52:20.666 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3028 | 2024-08-22T02:52:23.649Z | [ helios-setup] Aug 22 02:52:22.502 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3029 | 2024-08-22T02:52:23.904Z | [ helios-setup] Aug 22 02:52:22.756 INFO E| Compiling terminal_size v0.2.6 |
3030 | 2024-08-22T02:52:24.693Z | [ host-package] Compiling uzers v0.11.3 |
3031 | 2024-08-22T02:52:24.897Z | [ helios-setup] Aug 22 02:52:23.750 INFO E| Compiling smawk v0.3.1 |
3032 | 2024-08-22T02:52:25.519Z | [ helios-setup] Aug 22 02:52:24.372 INFO E| Compiling textwrap v0.16.0 |
3033 | 2024-08-22T02:52:29.623Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3034 | 2024-08-22T02:52:32.303Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3035 | 2024-08-22T02:52:34.877Z | [ helios-setup] Aug 22 02:52:33.728 INFO E| Compiling sct v0.7.0 |
3036 | 2024-08-22T02:52:34.921Z | [ helios-setup] Aug 22 02:52:33.772 INFO E| Compiling rustls-webpki v0.100.1 |
3037 | 2024-08-22T02:52:36.202Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3038 | 2024-08-22T02:52:43.921Z | [ helios-setup] Aug 22 02:52:42.771 INFO E| Compiling git2 v0.16.1 |
3039 | 2024-08-22T02:52:44.350Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3040 | 2024-08-22T02:52:44.588Z | [ helios-setup] Aug 22 02:52:43.439 INFO E| Compiling tokio-rustls v0.24.0 |
3041 | 2024-08-22T02:52:56.723Z | [ helios-setup] Aug 22 02:52:55.572 INFO E| Compiling built v0.6.0 |
3042 | 2024-08-22T02:52:59.096Z | [ helios-setup] Aug 22 02:52:57.945 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3043 | 2024-08-22T02:53:01.133Z | [ helios-setup] Aug 22 02:52:59.982 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3044 | 2024-08-22T02:53:01.222Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3045 | 2024-08-22T02:53:02.108Z | [ helios-setup] Aug 22 02:53:00.956 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3046 | 2024-08-22T02:53:18.798Z | [ host-package] Compiling multimap v0.10.0 |
3047 | 2024-08-22T02:53:27.229Z | [ helios-setup] Aug 22 02:53:26.075 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3048 | 2024-08-22T02:53:29.594Z | [ helios-setup] Aug 22 02:53:28.440 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3049 | 2024-08-22T02:54:12.798Z | [ helios-setup] Aug 22 02:54:11.639 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3050 | 2024-08-22T02:55:18.992Z | [ helios-setup] Aug 22 02:55:17.825 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s |
3051 | 2024-08-22T02:55:19.121Z | [ helios-setup] Aug 22 02:55:17.953 INFO building project "pilot" ok (409 seconds) |
3052 | 2024-08-22T02:55:19.123Z | [ helios-setup] Aug 22 02:55:17.954 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3053 | 2024-08-22T02:55:19.123Z | [ helios-setup] Aug 22 02:55:17.954 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3054 | 2024-08-22T02:55:19.592Z | [ helios-setup] Aug 22 02:55:18.425 INFO E| Downloading crates ... |
3055 | 2024-08-22T02:55:19.751Z | [ helios-setup] Aug 22 02:55:18.584 INFO E| Downloaded digest v0.10.3 |
3056 | 2024-08-22T02:55:19.755Z | [ helios-setup] Aug 22 02:55:18.588 INFO E| Downloaded bytes v1.2.1 |
3057 | 2024-08-22T02:55:19.761Z | [ helios-setup] Aug 22 02:55:18.594 INFO E| Downloaded typenum v1.15.0 |
3058 | 2024-08-22T02:55:19.765Z | [ helios-setup] Aug 22 02:55:18.598 INFO E| Downloaded sha2 v0.10.5 |
3059 | 2024-08-22T02:55:19.768Z | [ helios-setup] Aug 22 02:55:18.601 INFO E| Downloaded anyhow v1.0.62 |
3060 | 2024-08-22T02:55:19.980Z | [ helios-setup] Aug 22 02:55:18.813 INFO E| Compiling version_check v0.9.4 |
3061 | 2024-08-22T02:55:19.980Z | [ helios-setup] Aug 22 02:55:18.813 INFO E| Compiling typenum v1.15.0 |
3062 | 2024-08-22T02:55:19.983Z | [ helios-setup] Aug 22 02:55:18.813 INFO E| Compiling cfg-if v1.0.0 |
3063 | 2024-08-22T02:55:19.983Z | [ helios-setup] Aug 22 02:55:18.813 INFO E| Compiling crc32fast v1.3.2 |
3064 | 2024-08-22T02:55:19.983Z | [ helios-setup] Aug 22 02:55:18.813 INFO E| Compiling anyhow v1.0.62 |
3065 | 2024-08-22T02:55:19.983Z | [ helios-setup] Aug 22 02:55:18.813 INFO E| Compiling adler v1.0.2 |
3066 | 2024-08-22T02:55:19.983Z | [ helios-setup] Aug 22 02:55:18.813 INFO E| Compiling cpufeatures v0.2.5 |
3067 | 2024-08-22T02:55:19.985Z | [ helios-setup] Aug 22 02:55:18.816 INFO E| Compiling unicode-width v0.1.10 |
3068 | 2024-08-22T02:55:20.095Z | [ helios-setup] Aug 22 02:55:18.927 INFO E| Compiling bytes v1.2.1 |
3069 | 2024-08-22T02:55:20.105Z | [ helios-setup] Aug 22 02:55:18.938 INFO E| Compiling bitflags v1.3.2 |
3070 | 2024-08-22T02:55:20.319Z | [ helios-setup] Aug 22 02:55:19.152 INFO E| Compiling miniz_oxide v0.6.2 |
3071 | 2024-08-22T02:55:20.358Z | [ helios-setup] Aug 22 02:55:19.191 INFO E| Compiling getopts v0.2.21 |
3072 | 2024-08-22T02:55:21.131Z | [ helios-setup] Aug 22 02:55:19.963 INFO E| Compiling generic-array v0.14.6 |
3073 | 2024-08-22T02:55:22.208Z | [ helios-setup] Aug 22 02:55:21.033 INFO E| Compiling flate2 v1.0.25 |
3074 | 2024-08-22T02:55:26.108Z | [ helios-setup] Aug 22 02:55:24.940 INFO E| Compiling crypto-common v0.1.6 |
3075 | 2024-08-22T02:55:26.108Z | [ helios-setup] Aug 22 02:55:24.940 INFO E| Compiling block-buffer v0.10.3 |
3076 | 2024-08-22T02:55:26.289Z | [ helios-setup] Aug 22 02:55:25.121 INFO E| Compiling digest v0.10.3 |
3077 | 2024-08-22T02:55:26.681Z | [ helios-setup] Aug 22 02:55:25.513 INFO E| Compiling sha2 v0.10.5 |
3078 | 2024-08-22T02:55:27.196Z | [ helios-setup] Aug 22 02:55:26.028 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3079 | 2024-08-22T02:55:32.544Z | [ helios-setup] Aug 22 02:55:31.375 INFO E| Finished `release` profile [optimized] target(s) in 13.31s |
3080 | 2024-08-22T02:55:32.562Z | [ helios-setup] Aug 22 02:55:31.393 INFO building project "bootserver" ok (13 seconds) |
3081 | 2024-08-22T02:55:32.565Z | [ helios-setup] rm -f helios-build |
3082 | 2024-08-22T02:55:32.567Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3083 | 2024-08-22T02:55:32.570Z | [ helios-setup] |
3084 | 2024-08-22T02:55:32.572Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3085 | 2024-08-22T02:55:32.574Z | [ helios-setup] |
3086 | 2024-08-22T02:55:32.574Z | [ helios-setup] |
3087 | 2024-08-22T02:55:32.574Z | [ helios-setup] real 12:02.301749591 |
3088 | 2024-08-22T02:55:32.574Z | [ helios-setup] user 28:56.145485597 |
3089 | 2024-08-22T02:55:32.574Z | [ helios-setup] sys 3:34.246920602 |
3090 | 2024-08-22T02:55:32.574Z | [ helios-setup] trap 1.713785878 |
3091 | 2024-08-22T02:55:32.575Z | [ helios-setup] tflt 7.394539893 |
3092 | 2024-08-22T02:55:32.575Z | [ helios-setup] dflt 31.275575287 |
3093 | 2024-08-22T02:55:32.575Z | [ helios-setup] kflt 0.018862671 |
3094 | 2024-08-22T02:55:32.575Z | [ helios-setup] lock 1:52:29.266904070 |
3095 | 2024-08-22T02:55:32.575Z | [ helios-setup] slp 3:45:26.452418521 |
3096 | 2024-08-22T02:55:32.575Z | [ helios-setup] lat 32:49.813856718 |
3097 | 2024-08-22T02:55:32.575Z | [ helios-setup] stop 4:32.301470100 |
3098 | 2024-08-22T02:55:32.577Z | Aug 22 02:55:31.406 INFO [helios-setup] process exited with exit status: 0 (722.311672282s) |
3099 | 2024-08-22T02:55:32.577Z | Aug 22 02:55:31.407 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3100 | 2024-08-22T02:55:32.596Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3101 | 2024-08-22T02:55:32.812Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3102 | 2024-08-22T02:55:32.812Z | [ phbl-toolchain] info: downloading component 'cargo' |
3103 | 2024-08-22T02:55:33.755Z | [ phbl-toolchain] info: downloading component 'clippy' |
3104 | 2024-08-22T02:55:34.187Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3105 | 2024-08-22T02:55:38.924Z | [ phbl-toolchain] info: downloading component 'miri' |
3106 | 2024-08-22T02:55:39.084Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3107 | 2024-08-22T02:55:40.546Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3108 | 2024-08-22T02:55:40.932Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3109 | 2024-08-22T02:55:43.310Z | [ phbl-toolchain] info: downloading component 'rustc' |
3110 | 2024-08-22T02:55:48.876Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3111 | 2024-08-22T02:55:49.138Z | [ phbl-toolchain] info: installing component 'cargo' |
3112 | 2024-08-22T02:55:50.588Z | [ phbl-toolchain] info: installing component 'clippy' |
3113 | 2024-08-22T02:55:51.115Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3114 | 2024-08-22T02:55:57.293Z | [ phbl-toolchain] info: installing component 'miri' |
3115 | 2024-08-22T02:55:57.649Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3116 | 2024-08-22T02:56:04.175Z | [ phbl-toolchain] info: installing component 'rust-src' |
3117 | 2024-08-22T02:56:05.200Z | [ phbl-toolchain] info: installing component 'rust-std' |
3118 | 2024-08-22T02:56:07.785Z | [ phbl-toolchain] info: installing component 'rustc' |
3119 | 2024-08-22T02:56:14.252Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3120 | 2024-08-22T02:56:15.029Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3121 | 2024-08-22T02:56:15.034Z | Aug 22 02:56:13.858 INFO [phbl-toolchain] process exited with exit status: 0 (42.451454223s) |
3122 | 2024-08-22T02:56:16.562Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3123 | 2024-08-22T02:56:18.093Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3124 | 2024-08-22T03:03:07.266Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 51s |
3125 | 2024-08-22T03:04:08.486Z | Aug 22 03:04:07.258 INFO [host-package] process exited with exit status: 0 (1193.12338685s) |
3126 | 2024-08-22T03:04:08.488Z | Aug 22 03:04:07.259 INFO [host-stamp] running task |
3127 | 2024-08-22T03:04:08.488Z | Aug 22 03:04:07.259 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3128 | 2024-08-22T03:04:08.493Z | Aug 22 03:04:07.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+gitebbee8e5d53 |
3129 | 2024-08-22T03:04:08.498Z | Aug 22 03:04:07.270 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+gitebbee8e5d53 |
3130 | 2024-08-22T03:04:08.503Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3131 | 2024-08-22T03:04:08.506Z | Aug 22 03:04:07.276 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+gitebbee8e5d53 |
3132 | 2024-08-22T03:04:08.509Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3133 | 2024-08-22T03:04:08.511Z | Aug 22 03:04:07.282 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+gitebbee8e5d53 |
3134 | 2024-08-22T03:04:08.515Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3135 | 2024-08-22T03:04:08.517Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3136 | 2024-08-22T03:04:08.519Z | Aug 22 03:04:07.289 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+gitebbee8e5d53 |
3137 | 2024-08-22T03:04:08.522Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3138 | 2024-08-22T03:04:08.524Z | Aug 22 03:04:07.297 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+gitebbee8e5d53 |
3139 | 2024-08-22T03:04:08.530Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3140 | 2024-08-22T03:04:08.532Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3141 | 2024-08-22T03:04:08.535Z | Aug 22 03:04:07.305 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+gitebbee8e5d53 |
3142 | 2024-08-22T03:04:08.538Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3143 | 2024-08-22T03:04:08.541Z | Aug 22 03:04:07.313 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+gitebbee8e5d53 |
3144 | 2024-08-22T03:04:08.547Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3145 | 2024-08-22T03:04:08.549Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3146 | 2024-08-22T03:04:08.552Z | Aug 22 03:04:07.322 INFO [stamp-oxlog] process exited with exit status: 0 (45.680148ms) |
3147 | 2024-08-22T03:04:08.552Z | Aug 22 03:04:07.322 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (51.536796ms) |
3148 | 2024-08-22T03:04:08.552Z | Aug 22 03:04:07.322 INFO [stamp-overlay] process exited with exit status: 0 (25.498999ms) |
3149 | 2024-08-22T03:04:08.552Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3150 | 2024-08-22T03:04:08.562Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3151 | 2024-08-22T03:04:08.636Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3152 | 2024-08-22T03:04:08.640Z | Aug 22 03:04:07.412 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (107.070873ms) |
3153 | 2024-08-22T03:04:08.765Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3154 | 2024-08-22T03:04:08.769Z | Aug 22 03:04:07.541 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (258.960508ms) |
3155 | 2024-08-22T03:04:08.837Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3156 | 2024-08-22T03:04:08.841Z | Aug 22 03:04:07.613 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (347.612439ms) |
3157 | 2024-08-22T03:04:09.664Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3158 | 2024-08-22T03:04:09.668Z | Aug 22 03:04:08.440 INFO [stamp-propolis-server] process exited with exit status: 0 (1.150769975s) |
3159 | 2024-08-22T03:04:09.730Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3160 | 2024-08-22T03:04:12.079Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3161 | 2024-08-22T03:04:18.690Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3162 | 2024-08-22T03:04:18.693Z | Aug 22 03:04:17.464 INFO [stamp-switch-asic] process exited with exit status: 0 (10.150582082s) |
3163 | 2024-08-22T03:04:18.693Z | Aug 22 03:04:17.464 INFO [host-stamp] task succeeded (10.205251833s) |
3164 | 2024-08-22T03:04:18.695Z | Aug 22 03:04:17.464 INFO [host-proto] running task |
3165 | 2024-08-22T03:04:19.053Z | Aug 22 03:04:17.824 INFO [host-proto] task succeeded (360.287431ms) |
3166 | 2024-08-22T03:04:19.053Z | Aug 22 03:04:17.824 INFO [host-profile] running task |
3167 | 2024-08-22T03:04:19.056Z | Aug 22 03:04:17.825 INFO [host-profile] task succeeded (325.698µs) |
3168 | 2024-08-22T03:04:19.056Z | Aug 22 03:04:17.825 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.277' -P /tmp/.tmp111CtG/proto/host/root -N 'ci ebbee8e/${os_short_commit} 2024-08-22 02:43' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3169 | 2024-08-22T03:04:19.068Z | [ host-image] Aug 22 03:04:17.838 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3170 | 2024-08-22T03:04:19.070Z | [ host-image] Aug 22 03:04:17.838 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3171 | 2024-08-22T03:04:19.083Z | [ host-image] Aug 22 03:04:17.854 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp111CtG/proto/host/root" |
3172 | 2024-08-22T03:04:19.083Z | [ host-image] Aug 22 03:04:17.854 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3173 | 2024-08-22T03:04:19.086Z | [ host-image] Aug 22 03:04:17.854 INFO image builder template: ramdisk-01-os... |
3174 | 2024-08-22T03:04:19.086Z | [ host-image] Aug 22 03:04:17.854 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/.tmp111CtG/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3175 | 2024-08-22T03:04:19.103Z | [ host-image] Aug 22 03:04:17.874 INFO O| Aug 22 03:04:17.874 INFO CREATE DATASET: rpool/images/build/host/output |
3176 | 2024-08-22T03:04:19.462Z | [ host-image] Aug 22 03:04:18.232 INFO O| Aug 22 03:04:18.232 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3177 | 2024-08-22T03:04:19.466Z | [ host-image] Aug 22 03:04:18.237 INFO O| Aug 22 03:04:18.237 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3178 | 2024-08-22T03:04:19.716Z | [ host-image] Aug 22 03:04:18.487 INFO O| Aug 22 03:04:18.486 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3179 | 2024-08-22T03:04:19.782Z | [ host-image] Aug 22 03:04:18.552 INFO O| Aug 22 03:04:18.552 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3180 | 2024-08-22T03:04:19.782Z | [ host-image] Aug 22 03:04:18.552 INFO O| Aug 22 03:04:18.552 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3181 | 2024-08-22T03:04:19.784Z | [ host-image] Aug 22 03:04:18.552 INFO O| Aug 22 03:04:18.552 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3182 | 2024-08-22T03:04:19.784Z | [ host-image] Aug 22 03:04:18.552 INFO O| Aug 22 03:04:18.552 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3183 | 2024-08-22T03:04:19.790Z | [ host-image] Aug 22 03:04:18.561 INFO O| Aug 22 03:04:18.560 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3184 | 2024-08-22T03:04:20.022Z | [ host-image] Aug 22 03:04:18.792 INFO O| Aug 22 03:04:18.792 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3185 | 2024-08-22T03:04:20.036Z | [ host-image] Aug 22 03:04:18.807 INFO O| Aug 22 03:04:18.807 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3186 | 2024-08-22T03:04:20.507Z | [ host-image] Aug 22 03:04:19.278 INFO O| Aug 22 03:04:19.278 INFO O| Caching catalogs ... Done |
3187 | 2024-08-22T03:04:20.629Z | [ host-image] Aug 22 03:04:19.399 INFO O| Aug 22 03:04:19.399 INFO STEP 0 (pkg_image_create) COMPLETE |
3188 | 2024-08-22T03:04:20.629Z | [ host-image] Aug 22 03:04:19.399 INFO O| Aug 22 03:04:19.399 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3189 | 2024-08-22T03:04:20.629Z | [ host-image] Aug 22 03:04:19.399 INFO O| Aug 22 03:04:19.399 INFO skip step because feature "repo_redist" is not enabled |
3190 | 2024-08-22T03:04:20.629Z | [ host-image] Aug 22 03:04:19.399 INFO O| Aug 22 03:04:19.399 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3191 | 2024-08-22T03:04:20.645Z | [ host-image] Aug 22 03:04:19.416 INFO O| Aug 22 03:04:19.416 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"] |
3192 | 2024-08-22T03:04:21.169Z | [ host-image] Aug 22 03:04:19.940 INFO O| Aug 22 03:04:19.940 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3193 | 2024-08-22T03:04:21.170Z | [ host-image] Aug 22 03:04:19.940 INFO O| Aug 22 03:04:19.940 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3194 | 2024-08-22T03:04:21.185Z | [ host-image] Aug 22 03:04:19.955 INFO O| Aug 22 03:04:19.955 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"] |
3195 | 2024-08-22T03:04:21.723Z | [ host-image] Aug 22 03:04:20.493 INFO O| Aug 22 03:04:20.493 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3196 | 2024-08-22T03:04:21.723Z | [ host-image] Aug 22 03:04:20.493 INFO O| Aug 22 03:04:20.493 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3197 | 2024-08-22T03:04:21.726Z | [ host-image] Aug 22 03:04:20.494 INFO O| Aug 22 03:04:20.493 INFO skip step because feature "repo_redist" is not enabled |
3198 | 2024-08-22T03:04:21.726Z | [ host-image] Aug 22 03:04:20.494 INFO O| Aug 22 03:04:20.493 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3199 | 2024-08-22T03:04:22.247Z | [ host-image] Aug 22 03:04:21.017 INFO O| Aug 22 03:04:21.017 INFO variant opensolaris.zone is already global |
3200 | 2024-08-22T03:04:22.247Z | [ host-image] Aug 22 03:04:21.017 INFO O| Aug 22 03:04:21.017 INFO STEP 5 (pkg_change_variant) COMPLETE |
3201 | 2024-08-22T03:04:22.250Z | [ host-image] Aug 22 03:04:21.017 INFO O| Aug 22 03:04:21.017 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3202 | 2024-08-22T03:04:22.733Z | [ host-image] Aug 22 03:04:21.503 INFO O| Aug 22 03:04:21.503 INFO variant opensolaris.imagetype is full; changing to partial |
3203 | 2024-08-22T03:04:22.733Z | [ host-image] Aug 22 03:04:21.503 INFO O| Aug 22 03:04:21.503 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3204 | 2024-08-22T03:04:27.658Z | [ host-image] Aug 22 03:04:26.427 INFO O| Aug 22 03:04:26.427 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3205 | 2024-08-22T03:04:30.415Z | [ host-image] Aug 22 03:04:29.185 INFO O| Aug 22 03:04:29.185 INFO O| Startup: Caching catalogs ... Done |
3206 | 2024-08-22T03:04:30.465Z | [ host-image] Aug 22 03:04:29.235 INFO O| Aug 22 03:04:29.235 INFO O| Planning: Planning completed in 0.00 seconds |
3207 | 2024-08-22T03:04:30.468Z | [ host-image] Aug 22 03:04:29.235 INFO O| Aug 22 03:04:29.235 INFO O| Planning: Consolidating action changes ... Done |
3208 | 2024-08-22T03:04:30.468Z | [ host-image] Aug 22 03:04:29.235 INFO O| Aug 22 03:04:29.235 INFO O| Planning: Evaluating mediators ... Done |
3209 | 2024-08-22T03:04:30.468Z | [ host-image] Aug 22 03:04:29.236 INFO O| Aug 22 03:04:29.236 INFO O| Planning: Planning completed in 0.00 seconds |
3210 | 2024-08-22T03:04:30.468Z | [ host-image] Aug 22 03:04:29.236 INFO O| Aug 22 03:04:29.236 INFO O| Variants/Facets to change: 1 |
3211 | 2024-08-22T03:04:30.480Z | [ host-image] Aug 22 03:04:29.250 INFO O| Aug 22 03:04:29.249 INFO O| Done |
3212 | 2024-08-22T03:04:30.480Z | [ host-image] Aug 22 03:04:29.250 INFO O| Aug 22 03:04:29.249 INFO O| Done |
3213 | 2024-08-22T03:04:30.828Z | [ host-image] Aug 22 03:04:29.598 INFO O| Aug 22 03:04:29.598 INFO O| Done |
3214 | 2024-08-22T03:04:30.861Z | [ host-image] Aug 22 03:04:29.630 INFO O| Aug 22 03:04:29.630 INFO O| Done |
3215 | 2024-08-22T03:04:30.863Z | [ host-image] Aug 22 03:04:29.631 INFO O| Aug 22 03:04:29.631 INFO O| Done |
3216 | 2024-08-22T03:04:30.863Z | [ host-image] Aug 22 03:04:29.631 INFO O| Aug 22 03:04:29.631 INFO O| Done |
3217 | 2024-08-22T03:04:30.863Z | [ host-image] Aug 22 03:04:29.632 INFO O| Aug 22 03:04:29.632 INFO O| Done |
3218 | 2024-08-22T03:04:31.155Z | [ host-image] Aug 22 03:04:29.924 INFO O| Aug 22 03:04:29.924 INFO STEP 6 (pkg_change_variant) COMPLETE |
3219 | 2024-08-22T03:04:31.155Z | [ host-image] Aug 22 03:04:29.924 INFO O| Aug 22 03:04:29.924 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3220 | 2024-08-22T03:04:31.157Z | [ host-image] Aug 22 03:04:29.924 INFO O| Aug 22 03:04:29.924 INFO skip step because feature "debug_variant" is not enabled |
3221 | 2024-08-22T03:04:31.157Z | [ host-image] Aug 22 03:04:29.924 INFO O| Aug 22 03:04:29.924 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3222 | 2024-08-22T03:04:31.442Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.69s |
3223 | 2024-08-22T03:04:31.496Z | [ host-image] Aug 22 03:04:30.265 INFO O| Aug 22 03:04:30.265 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3224 | 2024-08-22T03:04:31.904Z | [ host-image] Aug 22 03:04:30.674 INFO O| Aug 22 03:04:30.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3225 | 2024-08-22T03:04:31.907Z | [ host-image] Aug 22 03:04:30.675 INFO O| Aug 22 03:04:30.675 INFO O| Planning: Planning completed in 0.00 seconds |
3226 | 2024-08-22T03:04:31.907Z | [ host-image] Aug 22 03:04:30.675 INFO O| Aug 22 03:04:30.675 INFO O| Planning: Consolidating action changes ... Done |
3227 | 2024-08-22T03:04:31.907Z | [ host-image] Aug 22 03:04:30.676 INFO O| Aug 22 03:04:30.676 INFO O| Planning: Evaluating mediators ... Done |
3228 | 2024-08-22T03:04:31.907Z | [ host-image] Aug 22 03:04:30.676 INFO O| Aug 22 03:04:30.676 INFO O| Planning: Planning completed in 0.00 seconds |
3229 | 2024-08-22T03:04:31.907Z | [ host-image] Aug 22 03:04:30.676 INFO O| Aug 22 03:04:30.676 INFO O| Variants/Facets to change: 1 |
3230 | 2024-08-22T03:04:31.920Z | [ host-image] Aug 22 03:04:30.690 INFO O| Aug 22 03:04:30.690 INFO O| Done |
3231 | 2024-08-22T03:04:31.920Z | [ host-image] Aug 22 03:04:30.690 INFO O| Aug 22 03:04:30.690 INFO O| Done |
3232 | 2024-08-22T03:04:32.196Z | [ host-image] Aug 22 03:04:30.965 INFO O| Aug 22 03:04:30.965 INFO O| Done |
3233 | 2024-08-22T03:04:32.233Z | [ host-image] Aug 22 03:04:30.999 INFO O| Aug 22 03:04:30.999 INFO O| Done |
3234 | 2024-08-22T03:04:32.238Z | [ host-image] Aug 22 03:04:31.000 INFO O| Aug 22 03:04:31.000 INFO O| Done |
3235 | 2024-08-22T03:04:32.239Z | [ host-image] Aug 22 03:04:31.000 INFO O| Aug 22 03:04:31.000 INFO O| Done |
3236 | 2024-08-22T03:04:32.239Z | [ host-image] Aug 22 03:04:31.002 INFO O| Aug 22 03:04:31.002 INFO O| Done |
3237 | 2024-08-22T03:04:32.293Z | [ host-image] Aug 22 03:04:31.062 INFO O| Aug 22 03:04:31.062 INFO STEP 8 (pkg_change_facet) COMPLETE |
3238 | 2024-08-22T03:04:32.293Z | [ host-image] Aug 22 03:04:31.062 INFO O| Aug 22 03:04:31.062 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3239 | 2024-08-22T03:04:32.296Z | [ host-image] Aug 22 03:04:31.062 INFO O| Aug 22 03:04:31.062 INFO skip step because feature "recovery" is not enabled |
3240 | 2024-08-22T03:04:32.296Z | [ host-image] Aug 22 03:04:31.062 INFO O| Aug 22 03:04:31.062 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3241 | 2024-08-22T03:04:32.296Z | [ host-image] Aug 22 03:04:31.062 INFO O| Aug 22 03:04:31.062 INFO skip step because feature "recovery" is not enabled |
3242 | 2024-08-22T03:04:32.296Z | [ host-image] Aug 22 03:04:31.062 INFO O| Aug 22 03:04:31.062 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3243 | 2024-08-22T03:04:32.305Z | [ host-image] Aug 22 03:04:31.074 INFO O| Aug 22 03:04:31.074 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"] |
3244 | 2024-08-22T03:04:32.725Z | [ host-image] Aug 22 03:04:31.494 INFO O| Aug 22 03:04:31.494 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3245 | 2024-08-22T03:04:33.971Z | Aug 22 03:04:32.740 INFO [recovery-package] process exited with exit status: 0 (25.481419105s) |
3246 | 2024-08-22T03:04:33.972Z | Aug 22 03:04:32.741 INFO [recovery-stamp] running task |
3247 | 2024-08-22T03:04:33.974Z | Aug 22 03:04:32.741 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3248 | 2024-08-22T03:04:33.978Z | Aug 22 03:04:32.747 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+gitebbee8e5d53 |
3249 | 2024-08-22T03:04:33.985Z | Aug 22 03:04:32.754 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitebbee8e5d53 |
3250 | 2024-08-22T03:04:33.994Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3251 | 2024-08-22T03:04:34.003Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3252 | 2024-08-22T03:04:34.070Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3253 | 2024-08-22T03:04:34.074Z | Aug 22 03:04:32.843 INFO [stamp-installinator] process exited with exit status: 0 (88.977119ms) |
3254 | 2024-08-22T03:04:34.121Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3255 | 2024-08-22T03:04:34.124Z | Aug 22 03:04:32.893 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.567094ms) |
3256 | 2024-08-22T03:04:34.126Z | Aug 22 03:04:32.893 INFO [recovery-stamp] task succeeded (152.810385ms) |
3257 | 2024-08-22T03:04:34.127Z | Aug 22 03:04:32.894 INFO [recovery-proto] running task |
3258 | 2024-08-22T03:04:34.127Z | Aug 22 03:04:32.894 INFO [tuf-stamp] running task |
3259 | 2024-08-22T03:04:34.127Z | Aug 22 03:04:32.895 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+gitebbee8e5d53 |
3260 | 2024-08-22T03:04:34.137Z | Aug 22 03:04:32.906 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+gitebbee8e5d53 |
3261 | 2024-08-22T03:04:34.145Z | Aug 22 03:04:32.914 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+gitebbee8e5d53 |
3262 | 2024-08-22T03:04:34.150Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3263 | 2024-08-22T03:04:34.152Z | Aug 22 03:04:32.921 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+gitebbee8e5d53 |
3264 | 2024-08-22T03:04:34.157Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3265 | 2024-08-22T03:04:34.160Z | Aug 22 03:04:32.929 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+gitebbee8e5d53 |
3266 | 2024-08-22T03:04:34.175Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3267 | 2024-08-22T03:04:34.177Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3268 | 2024-08-22T03:04:34.177Z | Aug 22 03:04:32.945 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+gitebbee8e5d53 |
3269 | 2024-08-22T03:04:34.200Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3270 | 2024-08-22T03:04:34.202Z | Aug 22 03:04:32.969 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+gitebbee8e5d53 |
3271 | 2024-08-22T03:04:34.225Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3272 | 2024-08-22T03:04:34.233Z | Aug 22 03:04:33.002 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+gitebbee8e5d53 |
3273 | 2024-08-22T03:04:34.290Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3274 | 2024-08-22T03:04:34.292Z | Aug 22 03:04:33.059 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+gitebbee8e5d53 |
3275 | 2024-08-22T03:04:34.306Z | Aug 22 03:04:33.076 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+gitebbee8e5d53 |
3276 | 2024-08-22T03:04:34.323Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3277 | 2024-08-22T03:04:34.344Z | Aug 22 03:04:33.114 INFO [recovery-proto] task succeeded (189.505571ms) |
3278 | 2024-08-22T03:04:34.422Z | Aug 22 03:04:33.191 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.277' -P /tmp/.tmp111CtG/proto/recovery/root -N 'recovery ebbee8e/${os_short_commit} 2024-08-22 02:43' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3279 | 2024-08-22T03:04:34.455Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3280 | 2024-08-22T03:04:34.458Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3281 | 2024-08-22T03:04:34.458Z | Aug 22 03:04:33.228 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+gitebbee8e5d53 |
3282 | 2024-08-22T03:04:34.467Z | [ recovery-image] Aug 22 03:04:33.234 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3283 | 2024-08-22T03:04:34.469Z | [ recovery-image] Aug 22 03:04:33.234 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3284 | 2024-08-22T03:04:34.472Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3285 | 2024-08-22T03:04:34.472Z | Aug 22 03:04:33.239 INFO [stamp-probe] process exited with exit status: 0 (179.859993ms) |
3286 | 2024-08-22T03:04:34.481Z | [ recovery-image] Aug 22 03:04:33.250 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp111CtG/proto/recovery/root" |
3287 | 2024-08-22T03:04:34.481Z | [ recovery-image] Aug 22 03:04:33.250 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3288 | 2024-08-22T03:04:34.485Z | [ recovery-image] Aug 22 03:04:33.250 INFO image builder template: ramdisk-01-os... |
3289 | 2024-08-22T03:04:34.485Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3290 | 2024-08-22T03:04:34.485Z | [ recovery-image] Aug 22 03:04:33.250 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/.tmp111CtG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3291 | 2024-08-22T03:04:34.555Z | [ recovery-image] Aug 22 03:04:33.323 INFO O| Aug 22 03:04:33.323 INFO CREATE DATASET: rpool/images/build/recovery/output |
3292 | 2024-08-22T03:04:35.089Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3293 | 2024-08-22T03:04:35.145Z | Aug 22 03:04:33.914 INFO [stamp-ntp] process exited with exit status: 0 (911.978168ms) |
3294 | 2024-08-22T03:04:35.335Z | [ recovery-image] Aug 22 03:04:34.103 INFO O| Aug 22 03:04:34.103 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3295 | 2024-08-22T03:04:35.340Z | [ recovery-image] Aug 22 03:04:34.109 INFO O| Aug 22 03:04:34.109 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3296 | 2024-08-22T03:04:35.624Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3297 | 2024-08-22T03:04:35.658Z | Aug 22 03:04:34.427 INFO [stamp-external-dns] process exited with exit status: 0 (1.497351075s) |
3298 | 2024-08-22T03:04:35.673Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3299 | 2024-08-22T03:04:35.683Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3300 | 2024-08-22T03:04:35.689Z | Aug 22 03:04:34.458 INFO [stamp-internal-dns] process exited with exit status: 0 (1.536917491s) |
3301 | 2024-08-22T03:04:35.729Z | Aug 22 03:04:34.497 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.591554634s) |
3302 | 2024-08-22T03:04:35.787Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3303 | 2024-08-22T03:04:35.810Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3304 | 2024-08-22T03:04:36.160Z | [ recovery-image] Aug 22 03:04:34.929 INFO O| Aug 22 03:04:34.928 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3305 | 2024-08-22T03:04:36.351Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3306 | 2024-08-22T03:04:36.354Z | Aug 22 03:04:35.117 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.003592742s) |
3307 | 2024-08-22T03:04:36.488Z | [ recovery-image] Aug 22 03:04:35.257 INFO O| Aug 22 03:04:35.256 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3308 | 2024-08-22T03:04:36.488Z | [ recovery-image] Aug 22 03:04:35.257 INFO O| Aug 22 03:04:35.257 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3309 | 2024-08-22T03:04:36.491Z | [ recovery-image] Aug 22 03:04:35.257 INFO O| Aug 22 03:04:35.257 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3310 | 2024-08-22T03:04:36.491Z | [ recovery-image] Aug 22 03:04:35.257 INFO O| Aug 22 03:04:35.257 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3311 | 2024-08-22T03:04:36.499Z | [ recovery-image] Aug 22 03:04:35.268 INFO O| Aug 22 03:04:35.267 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3312 | 2024-08-22T03:04:36.539Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3313 | 2024-08-22T03:04:36.543Z | Aug 22 03:04:35.312 INFO [stamp-oximeter] process exited with exit status: 0 (2.08490146s) |
3314 | 2024-08-22T03:04:37.021Z | [ recovery-image] Aug 22 03:04:35.790 INFO O| Aug 22 03:04:35.790 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3315 | 2024-08-22T03:04:37.032Z | [ recovery-image] Aug 22 03:04:35.801 INFO O| Aug 22 03:04:35.801 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3316 | 2024-08-22T03:04:37.469Z | [ recovery-image] Aug 22 03:04:36.237 INFO O| Aug 22 03:04:36.236 INFO O| Caching catalogs ... Done |
3317 | 2024-08-22T03:04:37.560Z | [ recovery-image] Aug 22 03:04:36.328 INFO O| Aug 22 03:04:36.328 INFO STEP 0 (pkg_image_create) COMPLETE |
3318 | 2024-08-22T03:04:37.560Z | [ recovery-image] Aug 22 03:04:36.328 INFO O| Aug 22 03:04:36.328 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3319 | 2024-08-22T03:04:37.560Z | [ recovery-image] Aug 22 03:04:36.328 INFO O| Aug 22 03:04:36.328 INFO skip step because feature "repo_redist" is not enabled |
3320 | 2024-08-22T03:04:37.560Z | [ recovery-image] Aug 22 03:04:36.328 INFO O| Aug 22 03:04:36.328 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3321 | 2024-08-22T03:04:37.574Z | [ recovery-image] Aug 22 03:04:36.343 INFO O| Aug 22 03:04:36.343 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"] |
3322 | 2024-08-22T03:04:37.988Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3323 | 2024-08-22T03:04:37.992Z | Aug 22 03:04:36.761 INFO [stamp-nexus] process exited with exit status: 0 (3.792271404s) |
3324 | 2024-08-22T03:04:38.023Z | [ recovery-image] Aug 22 03:04:36.791 INFO O| Aug 22 03:04:36.791 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3325 | 2024-08-22T03:04:38.023Z | [ recovery-image] Aug 22 03:04:36.791 INFO O| Aug 22 03:04:36.791 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3326 | 2024-08-22T03:04:38.037Z | [ recovery-image] Aug 22 03:04:36.805 INFO O| Aug 22 03:04:36.805 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3327 | 2024-08-22T03:04:38.502Z | [ recovery-image] Aug 22 03:04:37.270 INFO O| Aug 22 03:04:37.270 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3328 | 2024-08-22T03:04:38.502Z | [ recovery-image] Aug 22 03:04:37.270 INFO O| Aug 22 03:04:37.270 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3329 | 2024-08-22T03:04:38.502Z | [ recovery-image] Aug 22 03:04:37.270 INFO O| Aug 22 03:04:37.270 INFO skip step because feature "repo_redist" is not enabled |
3330 | 2024-08-22T03:04:38.505Z | [ recovery-image] Aug 22 03:04:37.270 INFO O| Aug 22 03:04:37.270 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3331 | 2024-08-22T03:04:38.871Z | [ recovery-image] Aug 22 03:04:37.640 INFO O| Aug 22 03:04:37.640 INFO variant opensolaris.zone is already global |
3332 | 2024-08-22T03:04:38.871Z | [ recovery-image] Aug 22 03:04:37.640 INFO O| Aug 22 03:04:37.640 INFO STEP 5 (pkg_change_variant) COMPLETE |
3333 | 2024-08-22T03:04:38.874Z | [ recovery-image] Aug 22 03:04:37.640 INFO O| Aug 22 03:04:37.640 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3334 | 2024-08-22T03:04:39.216Z | [ recovery-image] Aug 22 03:04:37.984 INFO O| Aug 22 03:04:37.984 INFO variant opensolaris.imagetype is full; changing to partial |
3335 | 2024-08-22T03:04:39.216Z | [ recovery-image] Aug 22 03:04:37.984 INFO O| Aug 22 03:04:37.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3336 | 2024-08-22T03:04:39.740Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3337 | 2024-08-22T03:04:39.744Z | Aug 22 03:04:38.513 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.598711501s) |
3338 | 2024-08-22T03:04:40.053Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3339 | 2024-08-22T03:04:40.201Z | [verify-libraries] Compiling heck v0.4.1 |
3340 | 2024-08-22T03:04:40.204Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3341 | 2024-08-22T03:04:40.204Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3342 | 2024-08-22T03:04:40.204Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3343 | 2024-08-22T03:04:40.215Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3344 | 2024-08-22T03:04:40.230Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3345 | 2024-08-22T03:04:40.232Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3346 | 2024-08-22T03:04:40.609Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3347 | 2024-08-22T03:04:40.674Z | [verify-libraries] Compiling indent_write v2.2.0 |
3348 | 2024-08-22T03:04:41.141Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3349 | 2024-08-22T03:04:41.202Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3350 | 2024-08-22T03:04:41.223Z | [verify-libraries] Compiling termios v0.3.3 |
3351 | 2024-08-22T03:04:41.602Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3352 | 2024-08-22T03:04:41.900Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3353 | 2024-08-22T03:04:44.321Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3354 | 2024-08-22T03:04:44.342Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3355 | 2024-08-22T03:04:44.347Z | Aug 22 03:04:43.115 INFO [stamp-clickhouse] process exited with exit status: 0 (10.1704848s) |
3356 | 2024-08-22T03:04:44.460Z | Aug 22 03:04:43.228 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.332826615s) |
3357 | 2024-08-22T03:04:44.463Z | Aug 22 03:04:43.228 INFO [tuf-stamp] task succeeded (10.334167893s) |
3358 | 2024-08-22T03:04:46.311Z | [ recovery-image] Aug 22 03:04:45.079 INFO O| Aug 22 03:04:45.079 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3359 | 2024-08-22T03:04:52.680Z | [ recovery-image] Aug 22 03:04:51.447 INFO O| Aug 22 03:04:51.447 INFO O| Startup: Caching catalogs ... Done |
3360 | 2024-08-22T03:04:52.790Z | [ recovery-image] Aug 22 03:04:51.557 INFO O| Aug 22 03:04:51.557 INFO O| Planning: Planning completed in 0.00 seconds |
3361 | 2024-08-22T03:04:52.793Z | [ recovery-image] Aug 22 03:04:51.558 INFO O| Aug 22 03:04:51.558 INFO O| Planning: Consolidating action changes ... Done |
3362 | 2024-08-22T03:04:52.793Z | [ recovery-image] Aug 22 03:04:51.558 INFO O| Aug 22 03:04:51.558 INFO O| Planning: Evaluating mediators ... Done |
3363 | 2024-08-22T03:04:52.793Z | [ recovery-image] Aug 22 03:04:51.558 INFO O| Aug 22 03:04:51.558 INFO O| Planning: Planning completed in 0.00 seconds |
3364 | 2024-08-22T03:04:52.793Z | [ recovery-image] Aug 22 03:04:51.559 INFO O| Aug 22 03:04:51.558 INFO O| Variants/Facets to change: 1 |
3365 | 2024-08-22T03:04:52.862Z | [ recovery-image] Aug 22 03:04:51.629 INFO O| Aug 22 03:04:51.629 INFO O| Done |
3366 | 2024-08-22T03:04:52.862Z | [ recovery-image] Aug 22 03:04:51.629 INFO O| Aug 22 03:04:51.629 INFO O| Done |
3367 | 2024-08-22T03:04:53.482Z | [ recovery-image] Aug 22 03:04:52.249 INFO O| Aug 22 03:04:52.249 INFO O| Done |
3368 | 2024-08-22T03:04:53.531Z | [ recovery-image] Aug 22 03:04:52.297 INFO O| Aug 22 03:04:52.297 INFO O| Done |
3369 | 2024-08-22T03:04:53.539Z | [ recovery-image] Aug 22 03:04:52.299 INFO O| Aug 22 03:04:52.299 INFO O| Done |
3370 | 2024-08-22T03:04:53.539Z | [ recovery-image] Aug 22 03:04:52.299 INFO O| Aug 22 03:04:52.299 INFO O| Done |
3371 | 2024-08-22T03:04:53.539Z | [ recovery-image] Aug 22 03:04:52.301 INFO O| Aug 22 03:04:52.301 INFO O| Done |
3372 | 2024-08-22T03:04:54.084Z | [ recovery-image] Aug 22 03:04:52.850 INFO O| Aug 22 03:04:52.850 INFO STEP 6 (pkg_change_variant) COMPLETE |
3373 | 2024-08-22T03:04:54.084Z | [ recovery-image] Aug 22 03:04:52.850 INFO O| Aug 22 03:04:52.850 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3374 | 2024-08-22T03:04:54.087Z | [ recovery-image] Aug 22 03:04:52.850 INFO O| Aug 22 03:04:52.850 INFO skip step because feature "debug_variant" is not enabled |
3375 | 2024-08-22T03:04:54.087Z | [ recovery-image] Aug 22 03:04:52.850 INFO O| Aug 22 03:04:52.850 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3376 | 2024-08-22T03:04:54.779Z | [ recovery-image] Aug 22 03:04:53.545 INFO O| Aug 22 03:04:53.545 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3377 | 2024-08-22T03:04:55.781Z | [ recovery-image] Aug 22 03:04:54.548 INFO O| Aug 22 03:04:54.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3378 | 2024-08-22T03:04:55.784Z | [ recovery-image] Aug 22 03:04:54.549 INFO O| Aug 22 03:04:54.549 INFO O| Planning: Planning completed in 0.00 seconds |
3379 | 2024-08-22T03:04:55.784Z | [ recovery-image] Aug 22 03:04:54.550 INFO O| Aug 22 03:04:54.550 INFO O| Planning: Consolidating action changes ... Done |
3380 | 2024-08-22T03:04:55.786Z | [ recovery-image] Aug 22 03:04:54.550 INFO O| Aug 22 03:04:54.550 INFO O| Planning: Evaluating mediators ... Done |
3381 | 2024-08-22T03:04:55.786Z | [ recovery-image] Aug 22 03:04:54.551 INFO O| Aug 22 03:04:54.551 INFO O| Planning: Planning completed in 0.00 seconds |
3382 | 2024-08-22T03:04:55.786Z | [ recovery-image] Aug 22 03:04:54.551 INFO O| Aug 22 03:04:54.551 INFO O| Variants/Facets to change: 1 |
3383 | 2024-08-22T03:04:55.909Z | [ recovery-image] Aug 22 03:04:54.675 INFO O| Aug 22 03:04:54.675 INFO O| Done |
3384 | 2024-08-22T03:04:55.909Z | [ recovery-image] Aug 22 03:04:54.675 INFO O| Aug 22 03:04:54.675 INFO O| Done |
3385 | 2024-08-22T03:04:56.447Z | [ recovery-image] Aug 22 03:04:55.213 INFO O| Aug 22 03:04:55.213 INFO O| Done |
3386 | 2024-08-22T03:04:56.613Z | [ recovery-image] Aug 22 03:04:55.379 INFO O| Aug 22 03:04:55.379 INFO O| Done |
3387 | 2024-08-22T03:04:56.616Z | [ recovery-image] Aug 22 03:04:55.380 INFO O| Aug 22 03:04:55.380 INFO O| Done |
3388 | 2024-08-22T03:04:56.616Z | [ recovery-image] Aug 22 03:04:55.380 INFO O| Aug 22 03:04:55.380 INFO O| Done |
3389 | 2024-08-22T03:04:56.619Z | [ recovery-image] Aug 22 03:04:55.382 INFO O| Aug 22 03:04:55.382 INFO O| Done |
3390 | 2024-08-22T03:04:56.711Z | [ recovery-image] Aug 22 03:04:55.477 INFO O| Aug 22 03:04:55.477 INFO STEP 8 (pkg_change_facet) COMPLETE |
3391 | 2024-08-22T03:04:56.712Z | [ recovery-image] Aug 22 03:04:55.477 INFO O| Aug 22 03:04:55.477 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3392 | 2024-08-22T03:04:57.441Z | [ recovery-image] Aug 22 03:04:56.206 INFO O| Aug 22 03:04:56.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3393 | 2024-08-22T03:04:58.283Z | [ recovery-image] Aug 22 03:04:57.049 INFO O| Aug 22 03:04:57.049 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3394 | 2024-08-22T03:04:58.286Z | [ recovery-image] Aug 22 03:04:57.050 INFO O| Aug 22 03:04:57.050 INFO O| Planning: Planning completed in 0.00 seconds |
3395 | 2024-08-22T03:04:58.286Z | [ recovery-image] Aug 22 03:04:57.051 INFO O| Aug 22 03:04:57.051 INFO O| Planning: Consolidating action changes ... Done |
3396 | 2024-08-22T03:04:58.286Z | [ recovery-image] Aug 22 03:04:57.051 INFO O| Aug 22 03:04:57.051 INFO O| Planning: Evaluating mediators ... Done |
3397 | 2024-08-22T03:04:58.286Z | [ recovery-image] Aug 22 03:04:57.052 INFO O| Aug 22 03:04:57.052 INFO O| Planning: Planning completed in 0.00 seconds |
3398 | 2024-08-22T03:04:58.288Z | [ recovery-image] Aug 22 03:04:57.052 INFO O| Aug 22 03:04:57.052 INFO O| Variants/Facets to change: 1 |
3399 | 2024-08-22T03:04:58.351Z | [ recovery-image] Aug 22 03:04:57.117 INFO O| Aug 22 03:04:57.117 INFO O| Done |
3400 | 2024-08-22T03:04:58.351Z | [ recovery-image] Aug 22 03:04:57.117 INFO O| Aug 22 03:04:57.117 INFO O| Done |
3401 | 2024-08-22T03:04:58.826Z | [ recovery-image] Aug 22 03:04:57.592 INFO O| Aug 22 03:04:57.592 INFO O| Done |
3402 | 2024-08-22T03:04:58.920Z | [ recovery-image] Aug 22 03:04:57.685 INFO O| Aug 22 03:04:57.685 INFO O| Done |
3403 | 2024-08-22T03:04:58.924Z | [ recovery-image] Aug 22 03:04:57.686 INFO O| Aug 22 03:04:57.686 INFO O| Done |
3404 | 2024-08-22T03:04:58.924Z | [ recovery-image] Aug 22 03:04:57.686 INFO O| Aug 22 03:04:57.686 INFO O| Done |
3405 | 2024-08-22T03:04:58.924Z | [ recovery-image] Aug 22 03:04:57.688 INFO O| Aug 22 03:04:57.688 INFO O| Done |
3406 | 2024-08-22T03:04:59.033Z | [ recovery-image] Aug 22 03:04:57.798 INFO O| Aug 22 03:04:57.798 INFO STEP 9 (pkg_change_facet) COMPLETE |
3407 | 2024-08-22T03:04:59.033Z | [ recovery-image] Aug 22 03:04:57.798 INFO O| Aug 22 03:04:57.798 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3408 | 2024-08-22T03:04:59.723Z | [ recovery-image] Aug 22 03:04:58.489 INFO O| Aug 22 03:04:58.489 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3409 | 2024-08-22T03:05:00.064Z | [ host-image] Aug 22 03:04:58.829 INFO O| Aug 22 03:04:58.829 INFO O| Planning: Solver setup ... Done |
3410 | 2024-08-22T03:05:00.817Z | [ recovery-image] Aug 22 03:04:59.583 INFO O| Aug 22 03:04:59.582 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3411 | 2024-08-22T03:05:00.820Z | [ recovery-image] Aug 22 03:04:59.585 INFO O| Aug 22 03:04:59.585 INFO O| Planning: Planning completed in 0.00 seconds |
3412 | 2024-08-22T03:05:00.822Z | [ recovery-image] Aug 22 03:04:59.586 INFO O| Aug 22 03:04:59.586 INFO O| Planning: Consolidating action changes ... Done |
3413 | 2024-08-22T03:05:00.822Z | [ recovery-image] Aug 22 03:04:59.586 INFO O| Aug 22 03:04:59.586 INFO O| Planning: Evaluating mediators ... Done |
3414 | 2024-08-22T03:05:00.822Z | [ recovery-image] Aug 22 03:04:59.587 INFO O| Aug 22 03:04:59.587 INFO O| Planning: Planning completed in 0.00 seconds |
3415 | 2024-08-22T03:05:00.822Z | [ recovery-image] Aug 22 03:04:59.588 INFO O| Aug 22 03:04:59.587 INFO O| Variants/Facets to change: 1 |
3416 | 2024-08-22T03:05:00.900Z | [ recovery-image] Aug 22 03:04:59.666 INFO O| Aug 22 03:04:59.666 INFO O| Done |
3417 | 2024-08-22T03:05:00.900Z | [ recovery-image] Aug 22 03:04:59.666 INFO O| Aug 22 03:04:59.666 INFO O| Done |
3418 | 2024-08-22T03:05:01.448Z | [ recovery-image] Aug 22 03:05:00.213 INFO O| Aug 22 03:05:00.213 INFO O| Done |
3419 | 2024-08-22T03:05:01.515Z | [ recovery-image] Aug 22 03:05:00.281 INFO O| Aug 22 03:05:00.281 INFO O| Done |
3420 | 2024-08-22T03:05:01.518Z | [ recovery-image] Aug 22 03:05:00.282 INFO O| Aug 22 03:05:00.282 INFO O| Done |
3421 | 2024-08-22T03:05:01.518Z | [ recovery-image] Aug 22 03:05:00.282 INFO O| Aug 22 03:05:00.282 INFO O| Done |
3422 | 2024-08-22T03:05:01.518Z | [ recovery-image] Aug 22 03:05:00.284 INFO O| Aug 22 03:05:00.284 INFO O| Done |
3423 | 2024-08-22T03:05:01.626Z | [ recovery-image] Aug 22 03:05:00.391 INFO O| Aug 22 03:05:00.391 INFO STEP 10 (pkg_change_facet) COMPLETE |
3424 | 2024-08-22T03:05:01.626Z | [ recovery-image] Aug 22 03:05:00.391 INFO O| Aug 22 03:05:00.391 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3425 | 2024-08-22T03:05:01.644Z | [ recovery-image] Aug 22 03:05:00.410 INFO O| Aug 22 03:05:00.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3426 | 2024-08-22T03:05:02.604Z | [ recovery-image] Aug 22 03:05:01.369 INFO O| Aug 22 03:05:01.369 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3427 | 2024-08-22T03:05:10.107Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3428 | 2024-08-22T03:05:12.676Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3429 | 2024-08-22T03:05:24.038Z | [ host-image] Aug 22 03:05:22.801 INFO O| Aug 22 03:05:22.800 INFO O| Planning: Running solver ... Done |
3430 | 2024-08-22T03:05:24.387Z | [ host-image] Aug 22 03:05:23.150 INFO O| Aug 22 03:05:23.150 INFO O| Planning: Finding local manifests ... Done |
3431 | 2024-08-22T03:05:24.419Z | [ host-image] Aug 22 03:05:23.183 INFO O| Aug 22 03:05:23.182 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3432 | 2024-08-22T03:05:28.823Z | [ host-image] Aug 22 03:05:27.585 INFO O| Aug 22 03:05:27.585 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3433 | 2024-08-22T03:05:30.168Z | [ host-image] Aug 22 03:05:28.931 INFO O| Aug 22 03:05:28.930 INFO O| Planning: Package planning ... Done |
3434 | 2024-08-22T03:05:30.721Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3435 | 2024-08-22T03:05:32.049Z | [ host-image] Aug 22 03:05:30.811 INFO O| Aug 22 03:05:30.811 INFO O| Planning: Merging actions ... Done |
3436 | 2024-08-22T03:05:32.452Z | [ host-image] Aug 22 03:05:31.214 INFO O| Aug 22 03:05:31.214 INFO O| Planning: Checking for conflicting actions ... Done |
3437 | 2024-08-22T03:05:32.747Z | [ host-image] Aug 22 03:05:31.509 INFO O| Aug 22 03:05:31.509 INFO O| Planning: Consolidating action changes ... Done |
3438 | 2024-08-22T03:05:33.385Z | [ host-image] Aug 22 03:05:32.147 INFO O| Aug 22 03:05:32.147 INFO O| Planning: Evaluating mediators ... Done |
3439 | 2024-08-22T03:05:33.751Z | [ recovery-image] Aug 22 03:05:32.512 INFO O| Aug 22 03:05:32.512 INFO O| Planning: Solver setup ... Done |
3440 | 2024-08-22T03:05:39.797Z | [ host-image] Aug 22 03:05:38.558 INFO O| Aug 22 03:05:38.558 INFO O| Planning: Planning completed in 67.06 seconds |
3441 | 2024-08-22T03:05:39.803Z | [ host-image] Aug 22 03:05:38.564 INFO O| Aug 22 03:05:38.564 INFO O| Packages to install: 124 |
3442 | 2024-08-22T03:05:39.803Z | [ host-image] Aug 22 03:05:38.564 INFO O| Aug 22 03:05:38.564 INFO O| Mediators to change: 4 |
3443 | 2024-08-22T03:05:39.805Z | [ host-image] Aug 22 03:05:38.564 INFO O| Aug 22 03:05:38.564 INFO O| Services to change: 6 |
3444 | 2024-08-22T03:05:39.914Z | [ host-image] Aug 22 03:05:38.675 INFO O| Aug 22 03:05:38.675 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
3445 | 2024-08-22T03:05:45.051Z | [ host-image] Aug 22 03:05:43.812 INFO O| Aug 22 03:05:43.812 INFO O| Download: 1074/22728 items 8.2/196.4MB 4% complete (1.7M/s) |
3446 | 2024-08-22T03:05:50.378Z | [ host-image] Aug 22 03:05:49.138 INFO O| Aug 22 03:05:49.138 INFO O| Download: 1794/22728 items 12.9/196.4MB 6% complete (1.2M/s) |
3447 | 2024-08-22T03:05:51.108Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3448 | 2024-08-22T03:05:52.794Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3449 | 2024-08-22T03:05:55.381Z | [ host-image] Aug 22 03:05:54.141 INFO O| Aug 22 03:05:54.140 INFO O| Download: 2302/22728 items 27.0/196.4MB 13% complete (1.8M/s) |
3450 | 2024-08-22T03:05:56.895Z | [ recovery-image] Aug 22 03:05:55.654 INFO O| Aug 22 03:05:55.654 INFO O| Planning: Running solver ... Done |
3451 | 2024-08-22T03:05:57.205Z | [ recovery-image] Aug 22 03:05:55.964 INFO O| Aug 22 03:05:55.963 INFO O| Planning: Finding local manifests ... Done |
3452 | 2024-08-22T03:05:57.221Z | [ recovery-image] Aug 22 03:05:55.980 INFO O| Aug 22 03:05:55.980 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3453 | 2024-08-22T03:06:00.382Z | [ host-image] Aug 22 03:05:59.141 INFO O| Aug 22 03:05:59.141 INFO O| Download: 3457/22728 items 35.6/196.4MB 18% complete (2.3M/s) |
3454 | 2024-08-22T03:06:02.562Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3455 | 2024-08-22T03:06:02.721Z | [ recovery-image] Aug 22 03:06:01.480 INFO O| Aug 22 03:06:01.480 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3456 | 2024-08-22T03:06:03.998Z | [ recovery-image] Aug 22 03:06:02.757 INFO O| Aug 22 03:06:02.756 INFO O| Planning: Package planning ... Done |
3457 | 2024-08-22T03:06:04.736Z | [ recovery-image] Aug 22 03:06:03.494 INFO O| Aug 22 03:06:03.494 INFO O| Planning: Merging actions ... Done |
3458 | 2024-08-22T03:06:05.036Z | [ recovery-image] Aug 22 03:06:03.794 INFO O| Aug 22 03:06:03.794 INFO O| Planning: Checking for conflicting actions ... Done |
3459 | 2024-08-22T03:06:05.184Z | [ recovery-image] Aug 22 03:06:03.942 INFO O| Aug 22 03:06:03.942 INFO O| Planning: Consolidating action changes ... Done |
3460 | 2024-08-22T03:06:05.535Z | [ host-image] Aug 22 03:06:04.294 INFO O| Aug 22 03:06:04.294 INFO O| Download: 4548/22728 items 42.6/196.4MB 21% complete (1.8M/s) |
3461 | 2024-08-22T03:06:05.544Z | [ recovery-image] Aug 22 03:06:04.303 INFO O| Aug 22 03:06:04.302 INFO O| Planning: Evaluating mediators ... Done |
3462 | 2024-08-22T03:06:10.539Z | [ host-image] Aug 22 03:06:09.296 INFO O| Aug 22 03:06:09.296 INFO O| Download: 5658/22728 items 46.2/196.4MB 23% complete (1.1M/s) |
3463 | 2024-08-22T03:06:12.029Z | [ recovery-image] Aug 22 03:06:10.787 INFO O| Aug 22 03:06:10.787 INFO O| Planning: Planning completed in 69.42 seconds |
3464 | 2024-08-22T03:06:12.036Z | [ recovery-image] Aug 22 03:06:10.794 INFO O| Aug 22 03:06:10.793 INFO O| Packages to install: 124 |
3465 | 2024-08-22T03:06:12.036Z | [ recovery-image] Aug 22 03:06:10.794 INFO O| Aug 22 03:06:10.794 INFO O| Mediators to change: 4 |
3466 | 2024-08-22T03:06:12.038Z | [ recovery-image] Aug 22 03:06:10.794 INFO O| Aug 22 03:06:10.794 INFO O| Services to change: 5 |
3467 | 2024-08-22T03:06:12.115Z | [ recovery-image] Aug 22 03:06:10.873 INFO O| Aug 22 03:06:10.872 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3468 | 2024-08-22T03:06:15.540Z | [ host-image] Aug 22 03:06:14.296 INFO O| Aug 22 03:06:14.296 INFO O| Download: 6581/22728 items 46.7/196.4MB 23% complete (426k/s) |
3469 | 2024-08-22T03:06:17.054Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3470 | 2024-08-22T03:06:17.146Z | [ recovery-image] Aug 22 03:06:15.903 INFO O| Aug 22 03:06:15.903 INFO O| Download: 1007/15831 items 7.9/173.2MB 4% complete (1.7M/s) |
3471 | 2024-08-22T03:06:20.556Z | [ host-image] Aug 22 03:06:19.312 INFO O| Aug 22 03:06:19.312 INFO O| Download: 7332/22728 items 57.5/196.4MB 29% complete (1.1M/s) |
3472 | 2024-08-22T03:06:22.148Z | [ recovery-image] Aug 22 03:06:20.904 INFO O| Aug 22 03:06:20.904 INFO O| Download: 1185/15831 items 14.9/173.2MB 8% complete (1.5M/s) |
3473 | 2024-08-22T03:06:22.191Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3474 | 2024-08-22T03:06:25.516Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3475 | 2024-08-22T03:06:25.578Z | [ host-image] Aug 22 03:06:24.334 INFO O| Aug 22 03:06:24.323 INFO O| Download: 8257/22728 items 65.2/196.4MB 33% complete (1.8M/s) |
3476 | 2024-08-22T03:06:27.152Z | [ recovery-image] Aug 22 03:06:25.907 INFO O| Aug 22 03:06:25.907 INFO O| Download: 1653/15831 items 25.6/173.2MB 14% complete (1.8M/s) |
3477 | 2024-08-22T03:06:30.586Z | [ host-image] Aug 22 03:06:29.341 INFO O| Aug 22 03:06:29.341 INFO O| Download: 8956/22728 items 72.0/196.4MB 36% complete (1.4M/s) |
3478 | 2024-08-22T03:06:32.155Z | [ recovery-image] Aug 22 03:06:30.910 INFO O| Aug 22 03:06:30.910 INFO O| Download: 2628/15831 items 32.9/173.2MB 19% complete (1.8M/s) |
3479 | 2024-08-22T03:06:35.598Z | [ host-image] Aug 22 03:06:34.353 INFO O| Aug 22 03:06:34.353 INFO O| Download: 9840/22728 items 83.5/196.4MB 42% complete (1.8M/s) |
3480 | 2024-08-22T03:06:37.159Z | [ recovery-image] Aug 22 03:06:35.914 INFO O| Aug 22 03:06:35.914 INFO O| Download: 3384/15831 items 38.1/173.2MB 21% complete (1.2M/s) |
3481 | 2024-08-22T03:06:40.621Z | [ host-image] Aug 22 03:06:39.375 INFO O| Aug 22 03:06:39.375 INFO O| Download: 10843/22728 items 89.9/196.4MB 45% complete (1.8M/s) |
3482 | 2024-08-22T03:06:42.641Z | [ recovery-image] Aug 22 03:06:41.395 INFO O| Aug 22 03:06:41.348 INFO O| Download: 3684/15831 items 40.1/173.2MB 23% complete (835k/s) |
3483 | 2024-08-22T03:06:45.639Z | [ host-image] Aug 22 03:06:44.393 INFO O| Aug 22 03:06:44.393 INFO O| Download: 11557/22728 items 96.2/196.4MB 48% complete (1.3M/s) |
3484 | 2024-08-22T03:06:47.615Z | [ recovery-image] Aug 22 03:06:46.369 INFO O| Aug 22 03:06:46.368 INFO O| Download: 4454/15831 items 42.8/173.2MB 24% complete (469k/s) |
3485 | 2024-08-22T03:06:50.715Z | [ host-image] Aug 22 03:06:49.469 INFO O| Aug 22 03:06:49.468 INFO O| Download: 12102/22728 items 101.0/196.4MB 51% complete (1.1M/s) |
3486 | 2024-08-22T03:06:52.617Z | [ recovery-image] Aug 22 03:06:51.370 INFO O| Aug 22 03:06:51.370 INFO O| Download: 5501/15831 items 43.4/173.2MB 25% complete (337k/s) |
3487 | 2024-08-22T03:06:55.786Z | [ host-image] Aug 22 03:06:54.539 INFO O| Aug 22 03:06:54.538 INFO O| Download: 12273/22728 items 109.4/196.4MB 55% complete (1.3M/s) |
3488 | 2024-08-22T03:06:57.620Z | [ recovery-image] Aug 22 03:06:56.372 INFO O| Aug 22 03:06:56.372 INFO O| Download: 5720/15831 items 46.1/173.2MB 26% complete (297k/s) |
3489 | 2024-08-22T03:07:00.788Z | [ host-image] Aug 22 03:06:59.539 INFO O| Aug 22 03:06:59.539 INFO O| Download: 13749/22728 items 110.1/196.4MB 56% complete (841k/s) |
3490 | 2024-08-22T03:07:03.077Z | [ recovery-image] Aug 22 03:07:01.828 INFO O| Aug 22 03:07:01.828 INFO O| Download: 6092/15831 items 55.2/173.2MB 31% complete (1.1M/s) |
3491 | 2024-08-22T03:07:07.277Z | [ host-image] Aug 22 03:07:06.028 INFO O| Aug 22 03:07:06.028 INFO O| Download: 14459/22728 items 112.2/196.4MB 57% complete (349k/s) |
3492 | 2024-08-22T03:07:08.496Z | [ recovery-image] Aug 22 03:07:07.247 INFO O| Aug 22 03:07:07.247 INFO O| Download: 7205/15831 items 73.2/173.2MB 42% complete (2.8M/s) |
3493 | 2024-08-22T03:07:12.295Z | [ host-image] Aug 22 03:07:11.046 INFO O| Aug 22 03:07:11.046 INFO O| Download: 15249/22728 items 122.7/196.4MB 62% complete (1.2M/s) |
3494 | 2024-08-22T03:07:13.504Z | [ recovery-image] Aug 22 03:07:12.254 INFO O| Aug 22 03:07:12.254 INFO O| Download: 7761/15831 items 75.1/173.2MB 43% complete (1.7M/s) |
3495 | 2024-08-22T03:07:17.298Z | [ host-image] Aug 22 03:07:16.048 INFO O| Aug 22 03:07:16.048 INFO O| Download: 15931/22728 items 130.8/196.4MB 66% complete (1.8M/s) |
3496 | 2024-08-22T03:07:18.512Z | [ recovery-image] Aug 22 03:07:17.262 INFO O| Aug 22 03:07:17.262 INFO O| Download: 8423/15831 items 79.8/173.2MB 46% complete (675k/s) |
3497 | 2024-08-22T03:07:22.318Z | [ host-image] Aug 22 03:07:21.067 INFO O| Aug 22 03:07:21.067 INFO O| Download: 16848/22728 items 138.6/196.4MB 70% complete (1.6M/s) |
3498 | 2024-08-22T03:07:23.845Z | [ recovery-image] Aug 22 03:07:22.594 INFO O| Aug 22 03:07:22.593 INFO O| Download: 8847/15831 items 92.0/173.2MB 53% complete (1.8M/s) |
3499 | 2024-08-22T03:07:27.350Z | [ host-image] Aug 22 03:07:26.098 INFO O| Aug 22 03:07:26.098 INFO O| Download: 17878/22728 items 154.8/196.4MB 78% complete (2.2M/s) |
3500 | 2024-08-22T03:07:28.845Z | [ recovery-image] Aug 22 03:07:27.594 INFO O| Aug 22 03:07:27.593 INFO O| Download: 9414/15831 items 92.8/173.2MB 53% complete (1.3M/s) |
3501 | 2024-08-22T03:07:32.351Z | [ host-image] Aug 22 03:07:31.099 INFO O| Aug 22 03:07:31.099 INFO O| Download: 18682/22728 items 162.1/196.4MB 82% complete (2.3M/s) |
3502 | 2024-08-22T03:07:33.846Z | [ recovery-image] Aug 22 03:07:32.594 INFO O| Aug 22 03:07:32.594 INFO O| Download: 10369/15831 items 93.3/173.2MB 53% complete (140k/s) |
3503 | 2024-08-22T03:07:37.351Z | [ host-image] Aug 22 03:07:36.099 INFO O| Aug 22 03:07:36.099 INFO O| Download: 19466/22728 items 164.8/196.4MB 83% complete (1.1M/s) |
3504 | 2024-08-22T03:07:41.709Z | [ recovery-image] Aug 22 03:07:40.456 INFO O| Aug 22 03:07:40.456 INFO O| Download: 10909/15831 items 93.8/173.2MB 54% complete (121k/s) |
3505 | 2024-08-22T03:07:42.366Z | [ host-image] Aug 22 03:07:41.113 INFO O| Aug 22 03:07:41.113 INFO O| Download: 20081/22728 items 167.6/196.4MB 85% complete (562k/s) |
3506 | 2024-08-22T03:07:46.776Z | [ recovery-image] Aug 22 03:07:45.523 INFO O| Aug 22 03:07:45.522 INFO O| Download: 11208/15831 items 104.1/173.2MB 60% complete (948k/s) |
3507 | 2024-08-22T03:07:47.393Z | [ host-image] Aug 22 03:07:46.140 INFO O| Aug 22 03:07:46.139 INFO O| Download: 20888/22728 items 175.5/196.4MB 89% complete (1.2M/s) |
3508 | 2024-08-22T03:07:51.837Z | [ recovery-image] Aug 22 03:07:50.583 INFO O| Aug 22 03:07:50.583 INFO O| Download: 11913/15831 items 127.8/173.2MB 73% complete (3.4M/s) |
3509 | 2024-08-22T03:07:52.435Z | [ host-image] Aug 22 03:07:51.181 INFO O| Aug 22 03:07:51.181 INFO O| Download: 21645/22728 items 180.5/196.4MB 91% complete (1.3M/s) |
3510 | 2024-08-22T03:07:56.852Z | [ recovery-image] Aug 22 03:07:55.597 INFO O| Aug 22 03:07:55.597 INFO O| Download: 12744/15831 items 140.3/173.2MB 81% complete (3.6M/s) |
3511 | 2024-08-22T03:07:57.638Z | [ host-image] Aug 22 03:07:56.384 INFO O| Aug 22 03:07:56.383 INFO O| Download: 21942/22728 items 188.8/196.4MB 96% complete (1.9M/s) |
3512 | 2024-08-22T03:08:01.857Z | [ recovery-image] Aug 22 03:08:00.601 INFO O| Aug 22 03:08:00.601 INFO O| Download: 13668/15831 items 143.5/173.2MB 82% complete (1.6M/s) |
3513 | 2024-08-22T03:08:02.866Z | [ host-image] Aug 22 03:08:01.611 INFO O| Aug 22 03:08:01.611 INFO O| Download: 22566/22728 items 196.2/196.4MB 99% complete (1.6M/s) |
3514 | 2024-08-22T03:08:04.918Z | [ host-image] Aug 22 03:08:03.663 INFO O| Aug 22 03:08:03.663 INFO O| Download: Completed 196.39 MB in 144.99 seconds (1.4M/s) |
3515 | 2024-08-22T03:08:06.727Z | [ host-image] Aug 22 03:08:05.471 INFO O| Aug 22 03:08:05.471 INFO O| Actions: 1/49261 actions (Installing new actions) |
3516 | 2024-08-22T03:08:06.858Z | [ recovery-image] Aug 22 03:08:05.602 INFO O| Aug 22 03:08:05.602 INFO O| Download: 14638/15831 items 147.5/173.2MB 85% complete (736k/s) |
3517 | 2024-08-22T03:08:11.728Z | [ host-image] Aug 22 03:08:10.471 INFO O| Aug 22 03:08:10.471 INFO O| Actions: 9384/49261 actions (Installing new actions) |
3518 | 2024-08-22T03:08:11.992Z | [ recovery-image] Aug 22 03:08:10.735 INFO O| Aug 22 03:08:10.735 INFO O| Download: 15274/15831 items 158.0/173.2MB 91% complete (1.5M/s) |
3519 | 2024-08-22T03:08:16.728Z | [ host-image] Aug 22 03:08:15.472 INFO O| Aug 22 03:08:15.472 INFO O| Actions: 16845/49261 actions (Installing new actions) |
3520 | 2024-08-22T03:08:17.016Z | [ recovery-image] Aug 22 03:08:15.757 INFO O| Aug 22 03:08:15.757 INFO O| Download: 15805/15831 items 172.0/173.2MB 99% complete (2.4M/s) |
3521 | 2024-08-22T03:08:17.525Z | [ recovery-image] Aug 22 03:08:16.268 INFO O| Aug 22 03:08:16.268 INFO O| Download: Completed 173.17 MB in 125.40 seconds (1.4M/s) |
3522 | 2024-08-22T03:08:18.641Z | [ recovery-image] Aug 22 03:08:17.383 INFO O| Aug 22 03:08:17.383 INFO O| Actions: 1/24964 actions (Installing new actions) |
3523 | 2024-08-22T03:08:21.733Z | [ host-image] Aug 22 03:08:20.476 INFO O| Aug 22 03:08:20.476 INFO O| Actions: 23556/49261 actions (Installing new actions) |
3524 | 2024-08-22T03:08:23.641Z | [ recovery-image] Aug 22 03:08:22.384 INFO O| Aug 22 03:08:22.383 INFO O| Actions: 10080/24964 actions (Installing new actions) |
3525 | 2024-08-22T03:08:28.642Z | [ recovery-image] Aug 22 03:08:27.384 INFO O| Aug 22 03:08:27.384 INFO O| Actions: 16073/24964 actions (Installing new actions) |
3526 | 2024-08-22T03:08:30.688Z | [ host-image] Aug 22 03:08:29.429 INFO O| Aug 22 03:08:29.429 INFO O| Actions: 48708/49261 actions (Installing new actions) |
3527 | 2024-08-22T03:08:33.647Z | [ recovery-image] Aug 22 03:08:32.389 INFO O| Aug 22 03:08:32.389 INFO O| Actions: 24466/24964 actions (Installing new actions) |
3528 | 2024-08-22T03:08:34.411Z | [ host-image] Aug 22 03:08:33.152 INFO O| Aug 22 03:08:33.152 INFO O| Actions: Completed 49261 actions in 27.65 seconds. |
3529 | 2024-08-22T03:08:34.906Z | [ host-image] Aug 22 03:08:33.647 INFO O| Aug 22 03:08:33.647 INFO O| Done |
3530 | 2024-08-22T03:08:34.908Z | [ host-image] Aug 22 03:08:33.647 INFO O| Aug 22 03:08:33.647 INFO O| Done |
3531 | 2024-08-22T03:08:35.964Z | [ host-image] Aug 22 03:08:34.705 INFO O| Aug 22 03:08:34.705 INFO O| Done |
3532 | 2024-08-22T03:08:37.267Z | [ recovery-image] Aug 22 03:08:36.008 INFO O| Aug 22 03:08:36.008 INFO O| Actions: Completed 24964 actions in 18.62 seconds. |
3533 | 2024-08-22T03:08:37.772Z | [ recovery-image] Aug 22 03:08:36.513 INFO O| Aug 22 03:08:36.513 INFO O| Done |
3534 | 2024-08-22T03:08:37.772Z | [ recovery-image] Aug 22 03:08:36.513 INFO O| Aug 22 03:08:36.513 INFO O| Done |
3535 | 2024-08-22T03:08:38.518Z | [ host-image] Aug 22 03:08:37.259 INFO O| Aug 22 03:08:37.259 INFO O| Done |
3536 | 2024-08-22T03:08:38.563Z | [ host-image] Aug 22 03:08:37.304 INFO O| Aug 22 03:08:37.304 INFO O| Done |
3537 | 2024-08-22T03:08:38.918Z | [ recovery-image] Aug 22 03:08:37.658 INFO O| Aug 22 03:08:37.658 INFO O| Done |
3538 | 2024-08-22T03:08:40.781Z | [ recovery-image] Aug 22 03:08:39.521 INFO O| Aug 22 03:08:39.521 INFO O| Done |
3539 | 2024-08-22T03:08:40.812Z | [ recovery-image] Aug 22 03:08:39.552 INFO O| Aug 22 03:08:39.552 INFO O| Done |
3540 | 2024-08-22T03:08:50.519Z | [ recovery-image] Aug 22 03:08:49.258 INFO O| Aug 22 03:08:49.258 INFO O| Done |
3541 | 2024-08-22T03:08:51.201Z | [ recovery-image] Aug 22 03:08:49.940 INFO O| Aug 22 03:08:49.940 INFO O| Done |
3542 | 2024-08-22T03:08:51.513Z | [ recovery-image] Aug 22 03:08:50.253 INFO O| Aug 22 03:08:50.253 INFO STEP 11 (pkg_install) COMPLETE |
3543 | 2024-08-22T03:08:51.516Z | [ recovery-image] Aug 22 03:08:50.253 INFO O| Aug 22 03:08:50.253 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3544 | 2024-08-22T03:08:51.516Z | [ recovery-image] Aug 22 03:08:50.253 INFO O| Aug 22 03:08:50.253 INFO skip step because feature "recovery" is enabled |
3545 | 2024-08-22T03:08:51.516Z | [ recovery-image] Aug 22 03:08:50.253 INFO O| Aug 22 03:08:50.253 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3546 | 2024-08-22T03:08:51.516Z | [ recovery-image] Aug 22 03:08:50.253 INFO O| Aug 22 03:08:50.253 INFO skip step because feature "omicron1" is not enabled |
3547 | 2024-08-22T03:08:51.516Z | [ recovery-image] Aug 22 03:08:50.253 INFO O| Aug 22 03:08:50.253 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-08-22T03:08:51.531Z | [ recovery-image] Aug 22 03:08:50.270 INFO O| Aug 22 03:08:50.270 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3549 | 2024-08-22T03:08:53.113Z | [ recovery-image] Aug 22 03:08:51.852 INFO O| Aug 22 03:08:51.852 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3550 | 2024-08-22T03:08:53.980Z | [ host-image] Aug 22 03:08:52.719 INFO O| Aug 22 03:08:52.719 INFO O| Done |
3551 | 2024-08-22T03:08:54.838Z | [ host-image] Aug 22 03:08:53.577 INFO O| Aug 22 03:08:53.577 INFO O| Done |
3552 | 2024-08-22T03:08:55.149Z | [ host-image] Aug 22 03:08:53.887 INFO O| Aug 22 03:08:53.887 INFO STEP 11 (pkg_install) COMPLETE |
3553 | 2024-08-22T03:08:55.149Z | [ host-image] Aug 22 03:08:53.887 INFO O| Aug 22 03:08:53.887 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-08-22T03:08:55.166Z | [ host-image] Aug 22 03:08:53.904 INFO O| Aug 22 03:08:53.904 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3555 | 2024-08-22T03:08:55.702Z | [ recovery-image] Aug 22 03:08:54.440 INFO O| Aug 22 03:08:54.440 INFO O| Planning: Solver setup ... Done |
3556 | 2024-08-22T03:08:55.706Z | [ recovery-image] Aug 22 03:08:54.445 INFO O| Aug 22 03:08:54.445 INFO O| Planning: Running solver ... Done |
3557 | 2024-08-22T03:08:55.731Z | [ host-image] Aug 22 03:08:54.470 INFO O| Aug 22 03:08:54.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3558 | 2024-08-22T03:08:55.757Z | [ recovery-image] Aug 22 03:08:54.496 INFO O| Aug 22 03:08:54.496 INFO O| Planning: Finding local manifests ... Done |
3559 | 2024-08-22T03:08:55.760Z | [ recovery-image] Aug 22 03:08:54.497 INFO O| Aug 22 03:08:54.497 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3560 | 2024-08-22T03:08:55.850Z | [ recovery-image] Aug 22 03:08:54.589 INFO O| Aug 22 03:08:54.588 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3561 | 2024-08-22T03:08:55.879Z | [ recovery-image] Aug 22 03:08:54.617 INFO O| Aug 22 03:08:54.617 INFO O| Planning: Package planning ... Done |
3562 | 2024-08-22T03:08:55.881Z | [ recovery-image] Aug 22 03:08:54.618 INFO O| Aug 22 03:08:54.618 INFO O| Planning: Merging actions ... Done |
3563 | 2024-08-22T03:08:55.931Z | [ recovery-image] Aug 22 03:08:54.670 INFO O| Aug 22 03:08:54.670 INFO O| Planning: Checking for conflicting actions ... Done |
3564 | 2024-08-22T03:08:55.934Z | [ recovery-image] Aug 22 03:08:54.670 INFO O| Aug 22 03:08:54.670 INFO O| Planning: Consolidating action changes ... Done |
3565 | 2024-08-22T03:08:56.065Z | [ recovery-image] Aug 22 03:08:54.804 INFO O| Aug 22 03:08:54.804 INFO O| Planning: Evaluating mediators ... Done |
3566 | 2024-08-22T03:08:56.068Z | [ recovery-image] Aug 22 03:08:54.804 INFO O| Aug 22 03:08:54.804 INFO O| Planning: Planning completed in 2.95 seconds |
3567 | 2024-08-22T03:08:56.068Z | [ recovery-image] Aug 22 03:08:54.806 INFO O| Aug 22 03:08:54.806 INFO O| Packages to install: 1 |
3568 | 2024-08-22T03:08:56.078Z | [ recovery-image] Aug 22 03:08:54.817 INFO O| Aug 22 03:08:54.816 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3569 | 2024-08-22T03:08:56.552Z | [ recovery-image] Aug 22 03:08:55.290 INFO O| Aug 22 03:08:55.290 INFO O| Download: Completed 20.86 MB in 0.47 seconds (44.0M/s) |
3570 | 2024-08-22T03:08:56.573Z | [ recovery-image] Aug 22 03:08:55.312 INFO O| Aug 22 03:08:55.312 INFO O| Actions: 1/22 actions (Installing new actions) |
3571 | 2024-08-22T03:08:57.287Z | [ recovery-image] Aug 22 03:08:56.026 INFO O| Aug 22 03:08:56.025 INFO O| Actions: Completed 22 actions in 0.71 seconds. |
3572 | 2024-08-22T03:08:57.509Z | [ recovery-image] Aug 22 03:08:56.247 INFO O| Aug 22 03:08:56.247 INFO O| Done |
3573 | 2024-08-22T03:08:57.509Z | [ recovery-image] Aug 22 03:08:56.247 INFO O| Aug 22 03:08:56.247 INFO O| Done |
3574 | 2024-08-22T03:08:57.728Z | [ host-image] Aug 22 03:08:56.467 INFO O| Aug 22 03:08:56.466 INFO O| Planning: Solver setup ... Done |
3575 | 2024-08-22T03:08:57.733Z | [ host-image] Aug 22 03:08:56.472 INFO O| Aug 22 03:08:56.472 INFO O| Planning: Running solver ... Done |
3576 | 2024-08-22T03:08:57.788Z | [ host-image] Aug 22 03:08:56.526 INFO O| Aug 22 03:08:56.526 INFO O| Planning: Finding local manifests ... Done |
3577 | 2024-08-22T03:08:57.790Z | [ host-image] Aug 22 03:08:56.528 INFO O| Aug 22 03:08:56.528 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3578 | 2024-08-22T03:08:57.910Z | [ host-image] Aug 22 03:08:56.648 INFO O| Aug 22 03:08:56.648 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3579 | 2024-08-22T03:08:57.934Z | [ host-image] Aug 22 03:08:56.671 INFO O| Aug 22 03:08:56.671 INFO O| Planning: Package planning ... Done |
3580 | 2024-08-22T03:08:57.937Z | [ host-image] Aug 22 03:08:56.674 INFO O| Aug 22 03:08:56.674 INFO O| Planning: Merging actions ... Done |
3581 | 2024-08-22T03:08:57.984Z | [ recovery-image] Aug 22 03:08:56.722 INFO O| Aug 22 03:08:56.722 INFO O| Done |
3582 | 2024-08-22T03:08:58.014Z | [ host-image] Aug 22 03:08:56.753 INFO O| Aug 22 03:08:56.753 INFO O| Planning: Checking for conflicting actions ... Done |
3583 | 2024-08-22T03:08:58.017Z | [ host-image] Aug 22 03:08:56.754 INFO O| Aug 22 03:08:56.754 INFO O| Planning: Consolidating action changes ... Done |
3584 | 2024-08-22T03:08:58.194Z | [ host-image] Aug 22 03:08:56.932 INFO O| Aug 22 03:08:56.932 INFO O| Planning: Evaluating mediators ... Done |
3585 | 2024-08-22T03:08:58.196Z | [ host-image] Aug 22 03:08:56.934 INFO O| Aug 22 03:08:56.934 INFO O| Planning: Planning completed in 2.46 seconds |
3586 | 2024-08-22T03:08:58.199Z | [ host-image] Aug 22 03:08:56.935 INFO O| Aug 22 03:08:56.935 INFO O| Packages to install: 4 |
3587 | 2024-08-22T03:08:58.199Z | [ host-image] Aug 22 03:08:56.935 INFO O| Aug 22 03:08:56.935 INFO O| Services to change: 2 |
3588 | 2024-08-22T03:08:58.207Z | [ host-image] Aug 22 03:08:56.946 INFO O| Aug 22 03:08:56.946 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3589 | 2024-08-22T03:08:58.789Z | [ recovery-image] Aug 22 03:08:57.528 INFO O| Aug 22 03:08:57.527 INFO O| Done |
3590 | 2024-08-22T03:08:58.801Z | [ recovery-image] Aug 22 03:08:57.539 INFO O| Aug 22 03:08:57.539 INFO O| Done |
3591 | 2024-08-22T03:08:58.803Z | [ recovery-image] Aug 22 03:08:57.539 INFO O| Aug 22 03:08:57.539 INFO O| Done |
3592 | 2024-08-22T03:08:58.810Z | [ recovery-image] Aug 22 03:08:57.549 INFO O| Aug 22 03:08:57.549 INFO O| Done |
3593 | 2024-08-22T03:08:58.900Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO STEP 14 (pkg_install) COMPLETE |
3594 | 2024-08-22T03:08:58.900Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3595 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO skip step because feature "mfg" is not enabled |
3596 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3597 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO skip step because feature "compliance" is not enabled |
3598 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3599 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO skip step because feature "stress" is not enabled |
3600 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3601 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO skip step because feature "nfs" is not enabled |
3602 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3603 | 2024-08-22T03:08:58.905Z | [ recovery-image] Aug 22 03:08:57.639 INFO O| Aug 22 03:08:57.639 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3604 | 2024-08-22T03:08:59.025Z | [ recovery-image] Aug 22 03:08:57.763 INFO O| Aug 22 03:08:57.763 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3605 | 2024-08-22T03:08:59.119Z | [ recovery-image] Aug 22 03:08:57.858 INFO O| Aug 22 03:08:57.858 INFO completed processing gimlet/ramdisk-01-os |
3606 | 2024-08-22T03:08:59.122Z | [ recovery-image] Aug 22 03:08:57.860 INFO image builder template: ramdisk-02-trim... |
3607 | 2024-08-22T03:08:59.122Z | [ recovery-image] Aug 22 03:08:57.860 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/.tmp111CtG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None |
3608 | 2024-08-22T03:08:59.147Z | [ recovery-image] Aug 22 03:08:57.886 INFO O| Aug 22 03:08:57.885 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3609 | 2024-08-22T03:08:59.151Z | [ recovery-image] Aug 22 03:08:57.890 INFO O| Aug 22 03:08:57.890 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3610 | 2024-08-22T03:08:59.182Z | [ host-image] Aug 22 03:08:57.921 INFO O| Aug 22 03:08:57.921 INFO O| Download: Completed 1.39 MB in 0.97 seconds (1.4M/s) |
3611 | 2024-08-22T03:08:59.235Z | [ recovery-image] Aug 22 03:08:57.974 INFO O| Aug 22 03:08:57.973 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3612 | 2024-08-22T03:08:59.238Z | [ host-image] Aug 22 03:08:57.974 INFO O| Aug 22 03:08:57.974 INFO O| Actions: 1/238 actions (Installing new actions) |
3613 | 2024-08-22T03:08:59.311Z | [ recovery-image] Aug 22 03:08:58.049 INFO O| Aug 22 03:08:58.049 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3614 | 2024-08-22T03:08:59.311Z | [ recovery-image] Aug 22 03:08:58.049 INFO O| Aug 22 03:08:58.049 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3615 | 2024-08-22T03:08:59.316Z | [ recovery-image] Aug 22 03:08:58.055 INFO O| Aug 22 03:08:58.055 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3616 | 2024-08-22T03:08:59.321Z | [ recovery-image] Aug 22 03:08:58.060 INFO O| Aug 22 03:08:58.060 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3617 | 2024-08-22T03:08:59.327Z | [ recovery-image] Aug 22 03:08:58.065 INFO O| Aug 22 03:08:58.065 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3618 | 2024-08-22T03:08:59.358Z | [ host-image] Aug 22 03:08:58.096 INFO O| Aug 22 03:08:58.096 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
3619 | 2024-08-22T03:08:59.528Z | [ recovery-image] Aug 22 03:08:58.266 INFO O| Aug 22 03:08:58.266 INFO rolled back to input snapshot; work may begin |
3620 | 2024-08-22T03:08:59.528Z | [ recovery-image] Aug 22 03:08:58.266 INFO O| Aug 22 03:08:58.266 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3621 | 2024-08-22T03:08:59.534Z | [ recovery-image] Aug 22 03:08:58.273 INFO O| Aug 22 03:08:58.273 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3622 | 2024-08-22T03:08:59.548Z | [ recovery-image] Aug 22 03:08:58.286 INFO O| Aug 22 03:08:58.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3623 | 2024-08-22T03:08:59.597Z | [ recovery-image] Aug 22 03:08:58.336 INFO O| Aug 22 03:08:58.335 INFO STEP 0 (remove_files) COMPLETE |
3624 | 2024-08-22T03:08:59.597Z | [ recovery-image] Aug 22 03:08:58.336 INFO O| Aug 22 03:08:58.336 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3625 | 2024-08-22T03:08:59.613Z | [ recovery-image] Aug 22 03:08:58.352 INFO O| Aug 22 03:08:58.352 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3626 | 2024-08-22T03:08:59.616Z | [ recovery-image] Aug 22 03:08:58.354 INFO O| Aug 22 03:08:58.354 INFO STEP 1 (remove_files) COMPLETE |
3627 | 2024-08-22T03:08:59.616Z | [ recovery-image] Aug 22 03:08:58.354 INFO O| Aug 22 03:08:58.354 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3628 | 2024-08-22T03:08:59.627Z | [ recovery-image] Aug 22 03:08:58.366 INFO O| Aug 22 03:08:58.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3629 | 2024-08-22T03:08:59.634Z | [ host-image] Aug 22 03:08:58.373 INFO O| Aug 22 03:08:58.373 INFO O| Done |
3630 | 2024-08-22T03:08:59.634Z | [ host-image] Aug 22 03:08:58.373 INFO O| Aug 22 03:08:58.373 INFO O| Done |
3631 | 2024-08-22T03:08:59.643Z | [ recovery-image] Aug 22 03:08:58.382 INFO O| Aug 22 03:08:58.382 INFO STEP 2 (remove_files) COMPLETE |
3632 | 2024-08-22T03:08:59.643Z | [ recovery-image] Aug 22 03:08:58.382 INFO O| Aug 22 03:08:58.382 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3633 | 2024-08-22T03:08:59.657Z | [ recovery-image] Aug 22 03:08:58.396 INFO O| Aug 22 03:08:58.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3634 | 2024-08-22T03:08:59.660Z | [ recovery-image] Aug 22 03:08:58.398 INFO O| Aug 22 03:08:58.398 INFO STEP 3 (remove_files) COMPLETE |
3635 | 2024-08-22T03:08:59.660Z | [ recovery-image] Aug 22 03:08:58.398 INFO O| Aug 22 03:08:58.398 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3636 | 2024-08-22T03:08:59.671Z | [ recovery-image] Aug 22 03:08:58.410 INFO O| Aug 22 03:08:58.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3637 | 2024-08-22T03:08:59.675Z | [ recovery-image] Aug 22 03:08:58.414 INFO O| Aug 22 03:08:58.414 INFO STEP 4 (remove_files) COMPLETE |
3638 | 2024-08-22T03:08:59.675Z | [ recovery-image] Aug 22 03:08:58.414 INFO O| Aug 22 03:08:58.414 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3639 | 2024-08-22T03:08:59.686Z | [ recovery-image] Aug 22 03:08:58.425 INFO O| Aug 22 03:08:58.425 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3640 | 2024-08-22T03:08:59.689Z | [ recovery-image] Aug 22 03:08:58.425 INFO O| Aug 22 03:08:58.425 INFO STEP 5 (remove_files) COMPLETE |
3641 | 2024-08-22T03:08:59.689Z | [ recovery-image] Aug 22 03:08:58.425 INFO O| Aug 22 03:08:58.425 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-22T03:08:59.699Z | [ recovery-image] Aug 22 03:08:58.437 INFO O| Aug 22 03:08:58.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3643 | 2024-08-22T03:08:59.712Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO STEP 6 (remove_files) COMPLETE |
3644 | 2024-08-22T03:08:59.712Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3645 | 2024-08-22T03:08:59.714Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO skip step because feature "recovery" is enabled |
3646 | 2024-08-22T03:08:59.714Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3647 | 2024-08-22T03:08:59.715Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO skip step because feature "recovery" is enabled |
3648 | 2024-08-22T03:08:59.715Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3649 | 2024-08-22T03:08:59.715Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO skip step because feature "recovery" is enabled |
3650 | 2024-08-22T03:08:59.715Z | [ recovery-image] Aug 22 03:08:58.450 INFO O| Aug 22 03:08:58.450 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3651 | 2024-08-22T03:08:59.723Z | [ recovery-image] Aug 22 03:08:58.461 INFO O| Aug 22 03:08:58.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3652 | 2024-08-22T03:08:59.727Z | [ recovery-image] Aug 22 03:08:58.465 INFO O| Aug 22 03:08:58.465 INFO STEP 10 (remove_files) COMPLETE |
3653 | 2024-08-22T03:08:59.727Z | [ recovery-image] Aug 22 03:08:58.465 INFO O| Aug 22 03:08:58.465 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3654 | 2024-08-22T03:08:59.737Z | [ recovery-image] Aug 22 03:08:58.476 INFO O| Aug 22 03:08:58.476 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3655 | 2024-08-22T03:08:59.740Z | [ recovery-image] Aug 22 03:08:58.477 INFO O| Aug 22 03:08:58.477 INFO STEP 11 (remove_files) COMPLETE |
3656 | 2024-08-22T03:08:59.740Z | [ recovery-image] Aug 22 03:08:58.477 INFO O| Aug 22 03:08:58.477 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3657 | 2024-08-22T03:08:59.749Z | [ recovery-image] Aug 22 03:08:58.487 INFO O| Aug 22 03:08:58.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3658 | 2024-08-22T03:08:59.751Z | [ recovery-image] Aug 22 03:08:58.489 INFO O| Aug 22 03:08:58.489 INFO STEP 12 (remove_files) COMPLETE |
3659 | 2024-08-22T03:08:59.751Z | [ recovery-image] Aug 22 03:08:58.489 INFO O| Aug 22 03:08:58.489 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3660 | 2024-08-22T03:08:59.806Z | [ recovery-image] Aug 22 03:08:58.544 INFO O| Aug 22 03:08:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3661 | 2024-08-22T03:08:59.810Z | [ recovery-image] Aug 22 03:08:58.548 INFO O| Aug 22 03:08:58.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3662 | 2024-08-22T03:08:59.815Z | [ recovery-image] Aug 22 03:08:58.554 INFO O| Aug 22 03:08:58.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3663 | 2024-08-22T03:08:59.818Z | [ recovery-image] Aug 22 03:08:58.555 INFO O| Aug 22 03:08:58.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3664 | 2024-08-22T03:08:59.989Z | [ host-image] Aug 22 03:08:58.727 INFO O| Aug 22 03:08:58.727 INFO O| Done |
3665 | 2024-08-22T03:09:00.011Z | [ recovery-image] Aug 22 03:08:58.748 INFO O| Aug 22 03:08:58.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3666 | 2024-08-22T03:09:00.011Z | [ recovery-image] Aug 22 03:08:58.748 INFO O| Aug 22 03:08:58.748 INFO STEP 13 (remove_files) COMPLETE |
3667 | 2024-08-22T03:09:00.012Z | [ recovery-image] Aug 22 03:08:58.749 INFO O| Aug 22 03:08:58.748 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3668 | 2024-08-22T03:09:00.023Z | [ recovery-image] Aug 22 03:08:58.760 INFO O| Aug 22 03:08:58.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3669 | 2024-08-22T03:09:00.026Z | [ recovery-image] Aug 22 03:08:58.762 INFO O| Aug 22 03:08:58.762 INFO STEP 14 (remove_files) COMPLETE |
3670 | 2024-08-22T03:09:00.026Z | [ recovery-image] Aug 22 03:08:58.762 INFO O| Aug 22 03:08:58.762 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3671 | 2024-08-22T03:09:00.034Z | [ recovery-image] Aug 22 03:08:58.772 INFO O| Aug 22 03:08:58.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3672 | 2024-08-22T03:09:00.041Z | [ recovery-image] Aug 22 03:08:58.779 INFO O| Aug 22 03:08:58.779 INFO STEP 15 (remove_files) COMPLETE |
3673 | 2024-08-22T03:09:00.043Z | [ recovery-image] Aug 22 03:08:58.780 INFO O| Aug 22 03:08:58.779 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3674 | 2024-08-22T03:09:00.052Z | [ recovery-image] Aug 22 03:08:58.790 INFO O| Aug 22 03:08:58.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3675 | 2024-08-22T03:09:00.054Z | [ recovery-image] Aug 22 03:08:58.790 INFO O| Aug 22 03:08:58.790 INFO STEP 16 (remove_files) COMPLETE |
3676 | 2024-08-22T03:09:00.054Z | [ recovery-image] Aug 22 03:08:58.790 INFO O| Aug 22 03:08:58.790 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3677 | 2024-08-22T03:09:00.062Z | [ recovery-image] Aug 22 03:08:58.801 INFO O| Aug 22 03:08:58.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3678 | 2024-08-22T03:09:00.065Z | [ recovery-image] Aug 22 03:08:58.802 INFO O| Aug 22 03:08:58.802 INFO STEP 17 (remove_files) COMPLETE |
3679 | 2024-08-22T03:09:00.065Z | [ recovery-image] Aug 22 03:08:58.802 INFO O| Aug 22 03:08:58.802 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3680 | 2024-08-22T03:09:00.074Z | [ recovery-image] Aug 22 03:08:58.812 INFO O| Aug 22 03:08:58.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3681 | 2024-08-22T03:09:00.074Z | [ recovery-image] Aug 22 03:08:58.813 INFO O| Aug 22 03:08:58.812 INFO STEP 18 (remove_files) COMPLETE |
3682 | 2024-08-22T03:09:00.077Z | [ recovery-image] Aug 22 03:08:58.813 INFO O| Aug 22 03:08:58.812 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3683 | 2024-08-22T03:09:00.084Z | [ recovery-image] Aug 22 03:08:58.823 INFO O| Aug 22 03:08:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3684 | 2024-08-22T03:09:00.084Z | [ recovery-image] Aug 22 03:08:58.823 INFO O| Aug 22 03:08:58.823 INFO STEP 19 (remove_files) COMPLETE |
3685 | 2024-08-22T03:09:00.085Z | [ recovery-image] Aug 22 03:08:58.823 INFO O| Aug 22 03:08:58.823 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3686 | 2024-08-22T03:09:00.095Z | [ recovery-image] Aug 22 03:08:58.833 INFO O| Aug 22 03:08:58.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3687 | 2024-08-22T03:09:00.095Z | [ recovery-image] Aug 22 03:08:58.833 INFO O| Aug 22 03:08:58.833 INFO STEP 20 (remove_files) COMPLETE |
3688 | 2024-08-22T03:09:00.097Z | [ recovery-image] Aug 22 03:08:58.833 INFO O| Aug 22 03:08:58.833 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3689 | 2024-08-22T03:09:00.105Z | [ recovery-image] Aug 22 03:08:58.843 INFO O| Aug 22 03:08:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3690 | 2024-08-22T03:09:00.105Z | [ recovery-image] Aug 22 03:08:58.843 INFO O| Aug 22 03:08:58.843 INFO STEP 21 (remove_files) COMPLETE |
3691 | 2024-08-22T03:09:00.105Z | [ recovery-image] Aug 22 03:08:58.843 INFO O| Aug 22 03:08:58.843 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3692 | 2024-08-22T03:09:00.115Z | [ recovery-image] Aug 22 03:08:58.853 INFO O| Aug 22 03:08:58.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3693 | 2024-08-22T03:09:00.115Z | [ recovery-image] Aug 22 03:08:58.853 INFO O| Aug 22 03:08:58.853 INFO STEP 22 (remove_files) COMPLETE |
3694 | 2024-08-22T03:09:00.117Z | [ recovery-image] Aug 22 03:08:58.853 INFO O| Aug 22 03:08:58.853 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3695 | 2024-08-22T03:09:00.125Z | [ recovery-image] Aug 22 03:08:58.863 INFO O| Aug 22 03:08:58.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3696 | 2024-08-22T03:09:00.125Z | [ recovery-image] Aug 22 03:08:58.863 INFO O| Aug 22 03:08:58.863 INFO STEP 23 (remove_files) COMPLETE |
3697 | 2024-08-22T03:09:00.127Z | [ recovery-image] Aug 22 03:08:58.863 INFO O| Aug 22 03:08:58.863 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3698 | 2024-08-22T03:09:00.136Z | [ recovery-image] Aug 22 03:08:58.874 INFO O| Aug 22 03:08:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3699 | 2024-08-22T03:09:00.138Z | [ recovery-image] Aug 22 03:08:58.875 INFO O| Aug 22 03:08:58.875 INFO STEP 24 (remove_files) COMPLETE |
3700 | 2024-08-22T03:09:00.138Z | [ recovery-image] Aug 22 03:08:58.875 INFO O| Aug 22 03:08:58.875 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3701 | 2024-08-22T03:09:00.146Z | [ recovery-image] Aug 22 03:08:58.884 INFO O| Aug 22 03:08:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3702 | 2024-08-22T03:09:00.146Z | [ recovery-image] Aug 22 03:08:58.884 INFO O| Aug 22 03:08:58.884 INFO STEP 25 (remove_files) COMPLETE |
3703 | 2024-08-22T03:09:00.146Z | [ recovery-image] Aug 22 03:08:58.884 INFO O| Aug 22 03:08:58.884 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3704 | 2024-08-22T03:09:00.156Z | [ recovery-image] Aug 22 03:08:58.894 INFO O| Aug 22 03:08:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3705 | 2024-08-22T03:09:00.158Z | [ recovery-image] Aug 22 03:08:58.894 INFO O| Aug 22 03:08:58.894 INFO STEP 26 (remove_files) COMPLETE |
3706 | 2024-08-22T03:09:00.158Z | [ recovery-image] Aug 22 03:08:58.894 INFO O| Aug 22 03:08:58.894 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3707 | 2024-08-22T03:09:00.166Z | [ recovery-image] Aug 22 03:08:58.904 INFO O| Aug 22 03:08:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3708 | 2024-08-22T03:09:00.166Z | [ recovery-image] Aug 22 03:08:58.904 INFO O| Aug 22 03:08:58.904 INFO STEP 27 (remove_files) COMPLETE |
3709 | 2024-08-22T03:09:00.168Z | [ recovery-image] Aug 22 03:08:58.904 INFO O| Aug 22 03:08:58.904 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3710 | 2024-08-22T03:09:00.175Z | [ recovery-image] Aug 22 03:08:58.914 INFO O| Aug 22 03:08:58.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3711 | 2024-08-22T03:09:00.178Z | [ recovery-image] Aug 22 03:08:58.914 INFO O| Aug 22 03:08:58.914 INFO STEP 28 (remove_files) COMPLETE |
3712 | 2024-08-22T03:09:00.178Z | [ recovery-image] Aug 22 03:08:58.914 INFO O| Aug 22 03:08:58.914 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3713 | 2024-08-22T03:09:00.185Z | [ recovery-image] Aug 22 03:08:58.924 INFO O| Aug 22 03:08:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3714 | 2024-08-22T03:09:00.188Z | [ recovery-image] Aug 22 03:08:58.924 INFO O| Aug 22 03:08:58.924 INFO STEP 29 (remove_files) COMPLETE |
3715 | 2024-08-22T03:09:00.188Z | [ recovery-image] Aug 22 03:08:58.924 INFO O| Aug 22 03:08:58.924 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3716 | 2024-08-22T03:09:00.195Z | [ recovery-image] Aug 22 03:08:58.933 INFO O| Aug 22 03:08:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3717 | 2024-08-22T03:09:00.195Z | [ recovery-image] Aug 22 03:08:58.933 INFO O| Aug 22 03:08:58.933 INFO STEP 30 (remove_files) COMPLETE |
3718 | 2024-08-22T03:09:00.198Z | [ recovery-image] Aug 22 03:08:58.934 INFO O| Aug 22 03:08:58.933 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3719 | 2024-08-22T03:09:00.205Z | [ recovery-image] Aug 22 03:08:58.943 INFO O| Aug 22 03:08:58.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3720 | 2024-08-22T03:09:00.208Z | [ recovery-image] Aug 22 03:08:58.943 INFO O| Aug 22 03:08:58.943 INFO STEP 31 (remove_files) COMPLETE |
3721 | 2024-08-22T03:09:00.208Z | [ recovery-image] Aug 22 03:08:58.943 INFO O| Aug 22 03:08:58.943 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3722 | 2024-08-22T03:09:00.214Z | [ recovery-image] Aug 22 03:08:58.953 INFO O| Aug 22 03:08:58.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3723 | 2024-08-22T03:09:00.214Z | [ recovery-image] Aug 22 03:08:58.953 INFO O| Aug 22 03:08:58.953 INFO STEP 32 (remove_files) COMPLETE |
3724 | 2024-08-22T03:09:00.217Z | [ recovery-image] Aug 22 03:08:58.953 INFO O| Aug 22 03:08:58.953 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3725 | 2024-08-22T03:09:00.225Z | [ recovery-image] Aug 22 03:08:58.963 INFO O| Aug 22 03:08:58.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3726 | 2024-08-22T03:09:00.225Z | [ recovery-image] Aug 22 03:08:58.963 INFO O| Aug 22 03:08:58.963 INFO STEP 33 (remove_files) COMPLETE |
3727 | 2024-08-22T03:09:00.227Z | [ recovery-image] Aug 22 03:08:58.963 INFO O| Aug 22 03:08:58.963 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3728 | 2024-08-22T03:09:00.235Z | [ recovery-image] Aug 22 03:08:58.973 INFO O| Aug 22 03:08:58.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3729 | 2024-08-22T03:09:00.235Z | [ recovery-image] Aug 22 03:08:58.973 INFO O| Aug 22 03:08:58.973 INFO STEP 34 (remove_files) COMPLETE |
3730 | 2024-08-22T03:09:00.235Z | [ recovery-image] Aug 22 03:08:58.973 INFO O| Aug 22 03:08:58.973 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3731 | 2024-08-22T03:09:00.244Z | [ recovery-image] Aug 22 03:08:58.983 INFO O| Aug 22 03:08:58.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3732 | 2024-08-22T03:09:00.244Z | [ recovery-image] Aug 22 03:08:58.983 INFO O| Aug 22 03:08:58.983 INFO STEP 35 (remove_files) COMPLETE |
3733 | 2024-08-22T03:09:00.247Z | [ recovery-image] Aug 22 03:08:58.983 INFO O| Aug 22 03:08:58.983 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3734 | 2024-08-22T03:09:00.254Z | [ recovery-image] Aug 22 03:08:58.993 INFO O| Aug 22 03:08:58.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3735 | 2024-08-22T03:09:00.254Z | [ recovery-image] Aug 22 03:08:58.993 INFO O| Aug 22 03:08:58.993 INFO STEP 36 (remove_files) COMPLETE |
3736 | 2024-08-22T03:09:00.254Z | [ recovery-image] Aug 22 03:08:58.993 INFO O| Aug 22 03:08:58.993 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3737 | 2024-08-22T03:09:00.264Z | [ recovery-image] Aug 22 03:08:59.002 INFO O| Aug 22 03:08:59.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3738 | 2024-08-22T03:09:00.267Z | [ recovery-image] Aug 22 03:08:59.003 INFO O| Aug 22 03:08:59.002 INFO STEP 37 (remove_files) COMPLETE |
3739 | 2024-08-22T03:09:00.267Z | [ recovery-image] Aug 22 03:08:59.003 INFO O| Aug 22 03:08:59.003 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3740 | 2024-08-22T03:09:00.274Z | [ recovery-image] Aug 22 03:08:59.012 INFO O| Aug 22 03:08:59.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3741 | 2024-08-22T03:09:00.274Z | [ recovery-image] Aug 22 03:08:59.012 INFO O| Aug 22 03:08:59.012 INFO STEP 38 (remove_files) COMPLETE |
3742 | 2024-08-22T03:09:00.276Z | [ recovery-image] Aug 22 03:08:59.013 INFO O| Aug 22 03:08:59.012 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3743 | 2024-08-22T03:09:00.285Z | [ recovery-image] Aug 22 03:08:59.024 INFO O| Aug 22 03:08:59.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3744 | 2024-08-22T03:09:00.288Z | [ recovery-image] Aug 22 03:08:59.024 INFO O| Aug 22 03:08:59.024 INFO STEP 39 (remove_files) COMPLETE |
3745 | 2024-08-22T03:09:00.288Z | [ recovery-image] Aug 22 03:08:59.024 INFO O| Aug 22 03:08:59.024 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3746 | 2024-08-22T03:09:00.298Z | [ recovery-image] Aug 22 03:08:59.037 INFO O| Aug 22 03:08:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3747 | 2024-08-22T03:09:00.298Z | [ recovery-image] Aug 22 03:08:59.037 INFO O| Aug 22 03:08:59.037 INFO STEP 40 (remove_files) COMPLETE |
3748 | 2024-08-22T03:09:00.301Z | [ recovery-image] Aug 22 03:08:59.037 INFO O| Aug 22 03:08:59.037 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3749 | 2024-08-22T03:09:00.311Z | [ recovery-image] Aug 22 03:08:59.049 INFO O| Aug 22 03:08:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3750 | 2024-08-22T03:09:00.313Z | [ recovery-image] Aug 22 03:08:59.049 INFO O| Aug 22 03:08:59.049 INFO STEP 41 (remove_files) COMPLETE |
3751 | 2024-08-22T03:09:00.313Z | [ recovery-image] Aug 22 03:08:59.049 INFO O| Aug 22 03:08:59.049 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3752 | 2024-08-22T03:09:00.323Z | [ recovery-image] Aug 22 03:08:59.062 INFO O| Aug 22 03:08:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3753 | 2024-08-22T03:09:00.323Z | [ recovery-image] Aug 22 03:08:59.062 INFO O| Aug 22 03:08:59.062 INFO STEP 42 (remove_files) COMPLETE |
3754 | 2024-08-22T03:09:00.326Z | [ recovery-image] Aug 22 03:08:59.062 INFO O| Aug 22 03:08:59.062 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3755 | 2024-08-22T03:09:00.335Z | [ recovery-image] Aug 22 03:08:59.073 INFO O| Aug 22 03:08:59.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3756 | 2024-08-22T03:09:00.337Z | [ recovery-image] Aug 22 03:08:59.073 INFO O| Aug 22 03:08:59.073 INFO STEP 43 (remove_files) COMPLETE |
3757 | 2024-08-22T03:09:00.337Z | [ recovery-image] Aug 22 03:08:59.073 INFO O| Aug 22 03:08:59.073 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3758 | 2024-08-22T03:09:00.346Z | [ recovery-image] Aug 22 03:08:59.084 INFO O| Aug 22 03:08:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3759 | 2024-08-22T03:09:00.348Z | [ recovery-image] Aug 22 03:08:59.085 INFO O| Aug 22 03:08:59.084 INFO STEP 44 (remove_files) COMPLETE |
3760 | 2024-08-22T03:09:00.348Z | [ recovery-image] Aug 22 03:08:59.085 INFO O| Aug 22 03:08:59.085 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3761 | 2024-08-22T03:09:00.359Z | [ recovery-image] Aug 22 03:08:59.097 INFO O| Aug 22 03:08:59.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3762 | 2024-08-22T03:09:00.359Z | [ recovery-image] Aug 22 03:08:59.097 INFO O| Aug 22 03:08:59.097 INFO STEP 45 (remove_files) COMPLETE |
3763 | 2024-08-22T03:09:00.361Z | [ recovery-image] Aug 22 03:08:59.097 INFO O| Aug 22 03:08:59.097 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3764 | 2024-08-22T03:09:00.370Z | [ recovery-image] Aug 22 03:08:59.108 INFO O| Aug 22 03:08:59.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3765 | 2024-08-22T03:09:00.370Z | [ recovery-image] Aug 22 03:08:59.108 INFO O| Aug 22 03:08:59.108 INFO STEP 46 (remove_files) COMPLETE |
3766 | 2024-08-22T03:09:00.370Z | [ recovery-image] Aug 22 03:08:59.108 INFO O| Aug 22 03:08:59.108 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3767 | 2024-08-22T03:09:00.382Z | [ recovery-image] Aug 22 03:08:59.121 INFO O| Aug 22 03:08:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3768 | 2024-08-22T03:09:00.382Z | [ recovery-image] Aug 22 03:08:59.121 INFO O| Aug 22 03:08:59.121 INFO STEP 47 (remove_files) COMPLETE |
3769 | 2024-08-22T03:09:00.382Z | [ recovery-image] Aug 22 03:08:59.121 INFO O| Aug 22 03:08:59.121 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3770 | 2024-08-22T03:09:00.394Z | [ recovery-image] Aug 22 03:08:59.132 INFO O| Aug 22 03:08:59.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3771 | 2024-08-22T03:09:00.396Z | [ recovery-image] Aug 22 03:08:59.132 INFO O| Aug 22 03:08:59.132 INFO STEP 48 (remove_files) COMPLETE |
3772 | 2024-08-22T03:09:00.396Z | [ recovery-image] Aug 22 03:08:59.132 INFO O| Aug 22 03:08:59.132 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3773 | 2024-08-22T03:09:00.406Z | [ recovery-image] Aug 22 03:08:59.145 INFO O| Aug 22 03:08:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3774 | 2024-08-22T03:09:00.406Z | [ recovery-image] Aug 22 03:08:59.145 INFO O| Aug 22 03:08:59.145 INFO STEP 49 (remove_files) COMPLETE |
3775 | 2024-08-22T03:09:00.409Z | [ recovery-image] Aug 22 03:08:59.145 INFO O| Aug 22 03:08:59.145 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3776 | 2024-08-22T03:09:00.416Z | [ recovery-image] Aug 22 03:08:59.155 INFO O| Aug 22 03:08:59.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3777 | 2024-08-22T03:09:00.420Z | [ recovery-image] Aug 22 03:08:59.155 INFO O| Aug 22 03:08:59.155 INFO STEP 50 (remove_files) COMPLETE |
3778 | 2024-08-22T03:09:00.420Z | [ recovery-image] Aug 22 03:08:59.155 INFO O| Aug 22 03:08:59.155 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3779 | 2024-08-22T03:09:00.428Z | [ recovery-image] Aug 22 03:08:59.166 INFO O| Aug 22 03:08:59.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3780 | 2024-08-22T03:09:00.428Z | [ recovery-image] Aug 22 03:08:59.166 INFO O| Aug 22 03:08:59.166 INFO STEP 51 (remove_files) COMPLETE |
3781 | 2024-08-22T03:09:00.428Z | [ recovery-image] Aug 22 03:08:59.166 INFO O| Aug 22 03:08:59.166 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3782 | 2024-08-22T03:09:00.439Z | [ recovery-image] Aug 22 03:08:59.178 INFO O| Aug 22 03:08:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3783 | 2024-08-22T03:09:00.442Z | [ recovery-image] Aug 22 03:08:59.178 INFO O| Aug 22 03:08:59.178 INFO STEP 52 (remove_files) COMPLETE |
3784 | 2024-08-22T03:09:00.442Z | [ recovery-image] Aug 22 03:08:59.178 INFO O| Aug 22 03:08:59.178 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3785 | 2024-08-22T03:09:00.451Z | [ recovery-image] Aug 22 03:08:59.190 INFO O| Aug 22 03:08:59.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3786 | 2024-08-22T03:09:00.454Z | [ recovery-image] Aug 22 03:08:59.190 INFO O| Aug 22 03:08:59.190 INFO STEP 53 (remove_files) COMPLETE |
3787 | 2024-08-22T03:09:00.454Z | [ recovery-image] Aug 22 03:08:59.190 INFO O| Aug 22 03:08:59.190 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3788 | 2024-08-22T03:09:00.462Z | [ recovery-image] Aug 22 03:08:59.201 INFO O| Aug 22 03:08:59.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3789 | 2024-08-22T03:09:00.465Z | [ recovery-image] Aug 22 03:08:59.201 INFO O| Aug 22 03:08:59.201 INFO STEP 54 (remove_files) COMPLETE |
3790 | 2024-08-22T03:09:00.465Z | [ recovery-image] Aug 22 03:08:59.201 INFO O| Aug 22 03:08:59.201 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3791 | 2024-08-22T03:09:00.474Z | [ recovery-image] Aug 22 03:08:59.212 INFO O| Aug 22 03:08:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3792 | 2024-08-22T03:09:00.474Z | [ recovery-image] Aug 22 03:08:59.213 INFO O| Aug 22 03:08:59.213 INFO STEP 55 (remove_files) COMPLETE |
3793 | 2024-08-22T03:09:00.477Z | [ recovery-image] Aug 22 03:08:59.213 INFO O| Aug 22 03:08:59.213 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3794 | 2024-08-22T03:09:00.486Z | [ recovery-image] Aug 22 03:08:59.225 INFO O| Aug 22 03:08:59.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3795 | 2024-08-22T03:09:00.486Z | [ recovery-image] Aug 22 03:08:59.225 INFO O| Aug 22 03:08:59.225 INFO STEP 56 (remove_files) COMPLETE |
3796 | 2024-08-22T03:09:00.486Z | [ recovery-image] Aug 22 03:08:59.225 INFO O| Aug 22 03:08:59.225 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3797 | 2024-08-22T03:09:00.498Z | [ recovery-image] Aug 22 03:08:59.237 INFO O| Aug 22 03:08:59.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3798 | 2024-08-22T03:09:00.498Z | [ recovery-image] Aug 22 03:08:59.237 INFO O| Aug 22 03:08:59.237 INFO STEP 57 (remove_files) COMPLETE |
3799 | 2024-08-22T03:09:00.501Z | [ recovery-image] Aug 22 03:08:59.237 INFO O| Aug 22 03:08:59.237 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3800 | 2024-08-22T03:09:00.511Z | [ recovery-image] Aug 22 03:08:59.249 INFO O| Aug 22 03:08:59.249 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3801 | 2024-08-22T03:09:00.511Z | [ recovery-image] Aug 22 03:08:59.249 INFO O| Aug 22 03:08:59.249 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3802 | 2024-08-22T03:09:00.514Z | [ recovery-image] Aug 22 03:08:59.250 INFO O| Aug 22 03:08:59.249 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3803 | 2024-08-22T03:09:00.514Z | [ recovery-image] Aug 22 03:08:59.250 INFO O| Aug 22 03:08:59.250 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3804 | 2024-08-22T03:09:00.514Z | [ recovery-image] Aug 22 03:08:59.250 INFO O| Aug 22 03:08:59.250 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3805 | 2024-08-22T03:09:00.514Z | [ recovery-image] Aug 22 03:08:59.250 INFO O| Aug 22 03:08:59.250 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3806 | 2024-08-22T03:09:00.514Z | [ recovery-image] Aug 22 03:08:59.250 INFO O| Aug 22 03:08:59.250 INFO ok! |
3807 | 2024-08-22T03:09:00.514Z | [ recovery-image] Aug 22 03:08:59.250 INFO O| Aug 22 03:08:59.250 INFO STEP 58 (ensure_file) COMPLETE |
3808 | 2024-08-22T03:09:00.514Z | [ recovery-image] Aug 22 03:08:59.250 INFO O| Aug 22 03:08:59.250 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3809 | 2024-08-22T03:09:00.522Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3810 | 2024-08-22T03:09:00.524Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3811 | 2024-08-22T03:09:00.524Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3812 | 2024-08-22T03:09:00.524Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3813 | 2024-08-22T03:09:00.524Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3814 | 2024-08-22T03:09:00.524Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3815 | 2024-08-22T03:09:00.524Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO ok! |
3816 | 2024-08-22T03:09:00.525Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO STEP 59 (ensure_file) COMPLETE |
3817 | 2024-08-22T03:09:00.525Z | [ recovery-image] Aug 22 03:08:59.260 INFO O| Aug 22 03:08:59.260 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3818 | 2024-08-22T03:09:00.532Z | [ recovery-image] Aug 22 03:08:59.270 INFO O| Aug 22 03:08:59.270 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3819 | 2024-08-22T03:09:00.532Z | [ recovery-image] Aug 22 03:08:59.270 INFO O| Aug 22 03:08:59.270 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3820 | 2024-08-22T03:09:00.535Z | [ recovery-image] Aug 22 03:08:59.270 INFO O| Aug 22 03:08:59.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3821 | 2024-08-22T03:09:00.535Z | [ recovery-image] Aug 22 03:08:59.270 INFO O| Aug 22 03:08:59.270 INFO ok! |
3822 | 2024-08-22T03:09:00.535Z | [ recovery-image] Aug 22 03:08:59.270 INFO O| Aug 22 03:08:59.270 INFO STEP 60 (ensure_file) COMPLETE |
3823 | 2024-08-22T03:09:00.535Z | [ recovery-image] Aug 22 03:08:59.270 INFO O| Aug 22 03:08:59.270 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3824 | 2024-08-22T03:09:00.542Z | [ recovery-image] Aug 22 03:08:59.280 INFO O| Aug 22 03:08:59.280 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3825 | 2024-08-22T03:09:00.542Z | [ recovery-image] Aug 22 03:08:59.280 INFO O| Aug 22 03:08:59.280 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3826 | 2024-08-22T03:09:00.544Z | [ recovery-image] Aug 22 03:08:59.280 INFO O| Aug 22 03:08:59.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3827 | 2024-08-22T03:09:00.544Z | [ recovery-image] Aug 22 03:08:59.280 INFO O| Aug 22 03:08:59.280 INFO ok! |
3828 | 2024-08-22T03:09:00.544Z | [ recovery-image] Aug 22 03:08:59.280 INFO O| Aug 22 03:08:59.280 INFO STEP 61 (ensure_file) COMPLETE |
3829 | 2024-08-22T03:09:00.544Z | [ recovery-image] Aug 22 03:08:59.280 INFO O| Aug 22 03:08:59.280 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3830 | 2024-08-22T03:09:00.552Z | [ recovery-image] Aug 22 03:08:59.290 INFO O| Aug 22 03:08:59.290 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3831 | 2024-08-22T03:09:00.552Z | [ recovery-image] Aug 22 03:08:59.290 INFO O| Aug 22 03:08:59.290 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3832 | 2024-08-22T03:09:00.554Z | [ recovery-image] Aug 22 03:08:59.290 INFO O| Aug 22 03:08:59.290 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3833 | 2024-08-22T03:09:00.554Z | [ recovery-image] Aug 22 03:08:59.290 INFO O| Aug 22 03:08:59.290 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3834 | 2024-08-22T03:09:00.554Z | [ recovery-image] Aug 22 03:08:59.290 INFO O| Aug 22 03:08:59.290 INFO ok! |
3835 | 2024-08-22T03:09:00.554Z | [ recovery-image] Aug 22 03:08:59.290 INFO O| Aug 22 03:08:59.290 INFO STEP 62 (ensure_file) COMPLETE |
3836 | 2024-08-22T03:09:00.554Z | [ recovery-image] Aug 22 03:08:59.290 INFO O| Aug 22 03:08:59.290 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3837 | 2024-08-22T03:09:00.564Z | [ recovery-image] Aug 22 03:08:59.302 INFO O| Aug 22 03:08:59.302 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3838 | 2024-08-22T03:09:00.566Z | [ recovery-image] Aug 22 03:08:59.302 INFO O| Aug 22 03:08:59.302 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3839 | 2024-08-22T03:09:00.566Z | [ recovery-image] Aug 22 03:08:59.302 INFO O| Aug 22 03:08:59.302 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3840 | 2024-08-22T03:09:00.566Z | [ recovery-image] Aug 22 03:08:59.302 INFO O| Aug 22 03:08:59.302 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3841 | 2024-08-22T03:09:00.566Z | [ recovery-image] Aug 22 03:08:59.302 INFO O| Aug 22 03:08:59.302 INFO ok! |
3842 | 2024-08-22T03:09:00.566Z | [ recovery-image] Aug 22 03:08:59.302 INFO O| Aug 22 03:08:59.302 INFO STEP 63 (ensure_file) COMPLETE |
3843 | 2024-08-22T03:09:00.566Z | [ recovery-image] Aug 22 03:08:59.302 INFO O| Aug 22 03:08:59.302 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3844 | 2024-08-22T03:09:00.574Z | [ recovery-image] Aug 22 03:08:59.313 INFO O| Aug 22 03:08:59.312 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3845 | 2024-08-22T03:09:00.576Z | [ recovery-image] Aug 22 03:08:59.313 INFO O| Aug 22 03:08:59.313 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3846 | 2024-08-22T03:09:00.577Z | [ recovery-image] Aug 22 03:08:59.313 INFO O| Aug 22 03:08:59.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3847 | 2024-08-22T03:09:00.577Z | [ recovery-image] Aug 22 03:08:59.313 INFO O| Aug 22 03:08:59.313 INFO ok! |
3848 | 2024-08-22T03:09:00.577Z | [ recovery-image] Aug 22 03:08:59.313 INFO O| Aug 22 03:08:59.313 INFO STEP 64 (assemble_files) COMPLETE |
3849 | 2024-08-22T03:09:00.577Z | [ recovery-image] Aug 22 03:08:59.313 INFO O| Aug 22 03:08:59.313 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3850 | 2024-08-22T03:09:00.586Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3851 | 2024-08-22T03:09:00.586Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3852 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3853 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3854 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO ok! |
3855 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO STEP 65 (ensure_file) COMPLETE |
3856 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3857 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO skip step because feature "omicron1" is not enabled |
3858 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3859 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO skip step because feature "omicron1" is not enabled |
3860 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3861 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO skip step because feature "omicron1" is not enabled |
3862 | 2024-08-22T03:09:00.589Z | [ recovery-image] Aug 22 03:08:59.324 INFO O| Aug 22 03:08:59.324 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3863 | 2024-08-22T03:09:00.603Z | [ recovery-image] Aug 22 03:08:59.341 INFO O| Aug 22 03:08:59.341 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3864 | 2024-08-22T03:09:00.603Z | [ recovery-image] Aug 22 03:08:59.341 INFO O| Aug 22 03:08:59.341 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3865 | 2024-08-22T03:09:01.174Z | [ host-image] Aug 22 03:08:59.912 INFO O| Aug 22 03:08:59.911 INFO O| Done |
3866 | 2024-08-22T03:09:01.196Z | [ host-image] Aug 22 03:08:59.934 INFO O| Aug 22 03:08:59.934 INFO O| Done |
3867 | 2024-08-22T03:09:01.199Z | [ host-image] Aug 22 03:08:59.934 INFO O| Aug 22 03:08:59.934 INFO O| Done |
3868 | 2024-08-22T03:09:01.211Z | [ host-image] Aug 22 03:08:59.949 INFO O| Aug 22 03:08:59.949 INFO O| Done |
3869 | 2024-08-22T03:09:01.316Z | [ host-image] Aug 22 03:09:00.054 INFO O| Aug 22 03:09:00.054 INFO STEP 12 (pkg_install) COMPLETE |
3870 | 2024-08-22T03:09:01.316Z | [ host-image] Aug 22 03:09:00.054 INFO O| Aug 22 03:09:00.054 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3871 | 2024-08-22T03:09:01.328Z | [ host-image] Aug 22 03:09:00.066 INFO O| Aug 22 03:09:00.066 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
3872 | 2024-08-22T03:09:01.640Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 23s |
3873 | 2024-08-22T03:09:01.949Z | [ host-image] Aug 22 03:09:00.687 INFO O| Aug 22 03:09:00.687 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3874 | 2024-08-22T03:09:02.103Z | Aug 22 03:09:00.841 INFO [verify-libraries] process exited with exit status: 0 (268.100439217s) |
3875 | 2024-08-22T03:09:02.258Z | [ recovery-image] Aug 22 03:09:00.996 INFO O| Aug 22 03:09:00.996 INFO STEP 69 (pack_tar) COMPLETE |
3876 | 2024-08-22T03:09:02.259Z | [ recovery-image] Aug 22 03:09:00.996 INFO O| Aug 22 03:09:00.996 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3877 | 2024-08-22T03:09:02.261Z | [ recovery-image] Aug 22 03:09:00.996 INFO O| Aug 22 03:09:00.996 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3878 | 2024-08-22T03:09:03.096Z | [ recovery-image] Aug 22 03:09:01.834 INFO O| Aug 22 03:09:01.834 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3879 | 2024-08-22T03:09:03.184Z | [ recovery-image] Aug 22 03:09:01.922 INFO O| Aug 22 03:09:01.922 INFO completed processing gimlet/ramdisk-02-trim |
3880 | 2024-08-22T03:09:03.187Z | [ recovery-image] Aug 22 03:09:01.924 INFO image builder template: ramdisk-03-recovery-trim... |
3881 | 2024-08-22T03:09:03.187Z | [ recovery-image] Aug 22 03:09:01.924 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/.tmp111CtG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None |
3882 | 2024-08-22T03:09:03.295Z | [ recovery-image] Aug 22 03:09:02.033 INFO O| Aug 22 03:09:02.033 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3883 | 2024-08-22T03:09:03.300Z | [ recovery-image] Aug 22 03:09:02.038 INFO O| Aug 22 03:09:02.038 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3884 | 2024-08-22T03:09:03.388Z | [ recovery-image] Aug 22 03:09:02.125 INFO O| Aug 22 03:09:02.125 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3885 | 2024-08-22T03:09:03.479Z | [ host-image] Aug 22 03:09:02.216 INFO O| Aug 22 03:09:02.216 INFO O| Planning: Solver setup ... Done |
3886 | 2024-08-22T03:09:03.482Z | [ host-image] Aug 22 03:09:02.220 INFO O| Aug 22 03:09:02.220 INFO O| Planning: Running solver ... Done |
3887 | 2024-08-22T03:09:03.501Z | [ recovery-image] Aug 22 03:09:02.239 INFO O| Aug 22 03:09:02.239 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3888 | 2024-08-22T03:09:03.504Z | [ recovery-image] Aug 22 03:09:02.239 INFO O| Aug 22 03:09:02.239 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3889 | 2024-08-22T03:09:03.509Z | [ recovery-image] Aug 22 03:09:02.247 INFO O| Aug 22 03:09:02.247 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3890 | 2024-08-22T03:09:03.513Z | [ recovery-image] Aug 22 03:09:02.252 INFO O| Aug 22 03:09:02.252 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3891 | 2024-08-22T03:09:03.518Z | [ host-image] Aug 22 03:09:02.256 INFO O| Aug 22 03:09:02.256 INFO O| Planning: Finding local manifests ... Done |
3892 | 2024-08-22T03:09:03.522Z | [ recovery-image] Aug 22 03:09:02.256 INFO O| Aug 22 03:09:02.256 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3893 | 2024-08-22T03:09:03.522Z | [ host-image] Aug 22 03:09:02.258 INFO O| Aug 22 03:09:02.258 INFO O| Planning: Fetching manifests: 0/6 0% complete |
3894 | 2024-08-22T03:09:03.663Z | [ host-image] Aug 22 03:09:02.401 INFO O| Aug 22 03:09:02.401 INFO O| Planning: Fetching manifests: 6/6 100% complete |
3895 | 2024-08-22T03:09:03.700Z | [ host-image] Aug 22 03:09:02.438 INFO O| Aug 22 03:09:02.438 INFO O| Planning: Package planning ... Done |
3896 | 2024-08-22T03:09:03.719Z | [ host-image] Aug 22 03:09:02.457 INFO O| Aug 22 03:09:02.457 INFO O| Planning: Merging actions ... Done |
3897 | 2024-08-22T03:09:03.795Z | [ host-image] Aug 22 03:09:02.533 INFO O| Aug 22 03:09:02.533 INFO O| Planning: Checking for conflicting actions ... Done |
3898 | 2024-08-22T03:09:03.800Z | [ host-image] Aug 22 03:09:02.538 INFO O| Aug 22 03:09:02.538 INFO O| Planning: Consolidating action changes ... Done |
3899 | 2024-08-22T03:09:03.945Z | [ recovery-image] Aug 22 03:09:02.683 INFO O| Aug 22 03:09:02.682 INFO rolled back to input snapshot; work may begin |
3900 | 2024-08-22T03:09:03.945Z | [ recovery-image] Aug 22 03:09:02.683 INFO O| Aug 22 03:09:02.683 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3901 | 2024-08-22T03:09:03.951Z | [ recovery-image] Aug 22 03:09:02.689 INFO O| Aug 22 03:09:02.689 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3902 | 2024-08-22T03:09:03.961Z | [ recovery-image] Aug 22 03:09:02.699 INFO O| Aug 22 03:09:02.699 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3903 | 2024-08-22T03:09:03.964Z | [ recovery-image] Aug 22 03:09:02.702 INFO O| Aug 22 03:09:02.702 INFO STEP 0 (remove_files) COMPLETE |
3904 | 2024-08-22T03:09:03.964Z | [ recovery-image] Aug 22 03:09:02.702 INFO O| Aug 22 03:09:02.702 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-22T03:09:03.974Z | [ recovery-image] Aug 22 03:09:02.712 INFO O| Aug 22 03:09:02.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3906 | 2024-08-22T03:09:03.985Z | [ host-image] Aug 22 03:09:02.723 INFO O| Aug 22 03:09:02.722 INFO O| Planning: Evaluating mediators ... Done |
3907 | 2024-08-22T03:09:03.988Z | [ host-image] Aug 22 03:09:02.726 INFO O| Aug 22 03:09:02.726 INFO O| Planning: Planning completed in 2.04 seconds |
3908 | 2024-08-22T03:09:03.990Z | [ host-image] Aug 22 03:09:02.728 INFO O| Aug 22 03:09:02.728 INFO O| Packages to install: 6 |
3909 | 2024-08-22T03:09:03.991Z | [ host-image] Aug 22 03:09:02.728 INFO O| Aug 22 03:09:02.728 INFO O| Mediators to change: 1 |
3910 | 2024-08-22T03:09:03.991Z | [ host-image] Aug 22 03:09:02.728 INFO O| Aug 22 03:09:02.728 INFO O| Services to change: 1 |
3911 | 2024-08-22T03:09:04.004Z | [ host-image] Aug 22 03:09:02.742 INFO O| Aug 22 03:09:02.741 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
3912 | 2024-08-22T03:09:04.022Z | [ recovery-image] Aug 22 03:09:02.760 INFO O| Aug 22 03:09:02.760 INFO STEP 1 (remove_files) COMPLETE |
3913 | 2024-08-22T03:09:04.025Z | [ recovery-image] Aug 22 03:09:02.760 INFO O| Aug 22 03:09:02.760 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-22T03:09:04.033Z | [ recovery-image] Aug 22 03:09:02.772 INFO O| Aug 22 03:09:02.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3915 | 2024-08-22T03:09:04.036Z | [ recovery-image] Aug 22 03:09:02.774 INFO O| Aug 22 03:09:02.774 INFO STEP 2 (remove_files) COMPLETE |
3916 | 2024-08-22T03:09:04.036Z | [ recovery-image] Aug 22 03:09:02.774 INFO O| Aug 22 03:09:02.774 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-22T03:09:04.045Z | [ recovery-image] Aug 22 03:09:02.783 INFO O| Aug 22 03:09:02.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3918 | 2024-08-22T03:09:04.086Z | [ recovery-image] Aug 22 03:09:02.824 INFO O| Aug 22 03:09:02.824 INFO STEP 3 (remove_files) COMPLETE |
3919 | 2024-08-22T03:09:04.086Z | [ recovery-image] Aug 22 03:09:02.824 INFO O| Aug 22 03:09:02.824 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-22T03:09:04.097Z | [ recovery-image] Aug 22 03:09:02.835 INFO O| Aug 22 03:09:02.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3921 | 2024-08-22T03:09:04.107Z | [ recovery-image] Aug 22 03:09:02.845 INFO O| Aug 22 03:09:02.845 INFO STEP 4 (remove_files) COMPLETE |
3922 | 2024-08-22T03:09:04.107Z | [ recovery-image] Aug 22 03:09:02.845 INFO O| Aug 22 03:09:02.845 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-22T03:09:04.117Z | [ recovery-image] Aug 22 03:09:02.855 INFO O| Aug 22 03:09:02.855 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3924 | 2024-08-22T03:09:04.120Z | [ recovery-image] Aug 22 03:09:02.858 INFO O| Aug 22 03:09:02.858 INFO STEP 5 (remove_files) COMPLETE |
3925 | 2024-08-22T03:09:04.122Z | [ recovery-image] Aug 22 03:09:02.858 INFO O| Aug 22 03:09:02.858 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-22T03:09:04.129Z | [ recovery-image] Aug 22 03:09:02.867 INFO O| Aug 22 03:09:02.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3927 | 2024-08-22T03:09:04.132Z | [ recovery-image] Aug 22 03:09:02.868 INFO O| Aug 22 03:09:02.868 INFO STEP 6 (remove_files) COMPLETE |
3928 | 2024-08-22T03:09:04.132Z | [ recovery-image] Aug 22 03:09:02.869 INFO O| Aug 22 03:09:02.868 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-22T03:09:04.140Z | [ recovery-image] Aug 22 03:09:02.878 INFO O| Aug 22 03:09:02.878 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3930 | 2024-08-22T03:09:04.143Z | [ recovery-image] Aug 22 03:09:02.880 INFO O| Aug 22 03:09:02.880 INFO STEP 7 (remove_files) COMPLETE |
3931 | 2024-08-22T03:09:04.143Z | [ recovery-image] Aug 22 03:09:02.880 INFO O| Aug 22 03:09:02.880 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-22T03:09:04.151Z | [ recovery-image] Aug 22 03:09:02.889 INFO O| Aug 22 03:09:02.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3933 | 2024-08-22T03:09:04.161Z | [ recovery-image] Aug 22 03:09:02.891 INFO O| Aug 22 03:09:02.891 INFO STEP 8 (remove_files) COMPLETE |
3934 | 2024-08-22T03:09:04.161Z | [ recovery-image] Aug 22 03:09:02.891 INFO O| Aug 22 03:09:02.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-22T03:09:04.165Z | [ recovery-image] Aug 22 03:09:02.901 INFO O| Aug 22 03:09:02.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3936 | 2024-08-22T03:09:04.165Z | [ recovery-image] Aug 22 03:09:02.901 INFO O| Aug 22 03:09:02.901 INFO STEP 9 (remove_files) COMPLETE |
3937 | 2024-08-22T03:09:04.165Z | [ recovery-image] Aug 22 03:09:02.901 INFO O| Aug 22 03:09:02.901 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-22T03:09:04.172Z | [ recovery-image] Aug 22 03:09:02.910 INFO O| Aug 22 03:09:02.910 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3939 | 2024-08-22T03:09:04.175Z | [ recovery-image] Aug 22 03:09:02.911 INFO O| Aug 22 03:09:02.911 INFO STEP 10 (remove_files) COMPLETE |
3940 | 2024-08-22T03:09:04.175Z | [ recovery-image] Aug 22 03:09:02.911 INFO O| Aug 22 03:09:02.911 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-22T03:09:04.183Z | [ recovery-image] Aug 22 03:09:02.921 INFO O| Aug 22 03:09:02.921 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3942 | 2024-08-22T03:09:04.234Z | [ recovery-image] Aug 22 03:09:02.972 INFO O| Aug 22 03:09:02.972 INFO STEP 11 (remove_files) COMPLETE |
3943 | 2024-08-22T03:09:04.234Z | [ recovery-image] Aug 22 03:09:02.972 INFO O| Aug 22 03:09:02.972 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-22T03:09:04.245Z | [ recovery-image] Aug 22 03:09:02.983 INFO O| Aug 22 03:09:02.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3945 | 2024-08-22T03:09:04.247Z | [ recovery-image] Aug 22 03:09:02.985 INFO O| Aug 22 03:09:02.985 INFO STEP 12 (remove_files) COMPLETE |
3946 | 2024-08-22T03:09:04.247Z | [ recovery-image] Aug 22 03:09:02.985 INFO O| Aug 22 03:09:02.985 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-22T03:09:04.257Z | [ recovery-image] Aug 22 03:09:02.995 INFO O| Aug 22 03:09:02.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3948 | 2024-08-22T03:09:04.259Z | [ recovery-image] Aug 22 03:09:02.997 INFO O| Aug 22 03:09:02.997 INFO STEP 13 (remove_files) COMPLETE |
3949 | 2024-08-22T03:09:04.259Z | [ recovery-image] Aug 22 03:09:02.997 INFO O| Aug 22 03:09:02.997 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-22T03:09:04.271Z | [ recovery-image] Aug 22 03:09:03.008 INFO O| Aug 22 03:09:03.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3951 | 2024-08-22T03:09:04.274Z | [ recovery-image] Aug 22 03:09:03.008 INFO O| Aug 22 03:09:03.008 INFO STEP 14 (remove_files) COMPLETE |
3952 | 2024-08-22T03:09:04.274Z | [ recovery-image] Aug 22 03:09:03.008 INFO O| Aug 22 03:09:03.008 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-22T03:09:04.280Z | [ recovery-image] Aug 22 03:09:03.018 INFO O| Aug 22 03:09:03.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3954 | 2024-08-22T03:09:04.282Z | [ recovery-image] Aug 22 03:09:03.019 INFO O| Aug 22 03:09:03.019 INFO STEP 15 (remove_files) COMPLETE |
3955 | 2024-08-22T03:09:04.282Z | [ recovery-image] Aug 22 03:09:03.019 INFO O| Aug 22 03:09:03.019 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-22T03:09:04.290Z | [ recovery-image] Aug 22 03:09:03.029 INFO O| Aug 22 03:09:03.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3957 | 2024-08-22T03:09:04.297Z | [ recovery-image] Aug 22 03:09:03.035 INFO O| Aug 22 03:09:03.035 INFO STEP 16 (remove_files) COMPLETE |
3958 | 2024-08-22T03:09:04.300Z | [ recovery-image] Aug 22 03:09:03.035 INFO O| Aug 22 03:09:03.035 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-22T03:09:04.307Z | [ recovery-image] Aug 22 03:09:03.045 INFO O| Aug 22 03:09:03.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3960 | 2024-08-22T03:09:04.309Z | [ recovery-image] Aug 22 03:09:03.045 INFO O| Aug 22 03:09:03.045 INFO STEP 17 (remove_files) COMPLETE |
3961 | 2024-08-22T03:09:04.309Z | [ recovery-image] Aug 22 03:09:03.045 INFO O| Aug 22 03:09:03.045 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-22T03:09:04.316Z | [ recovery-image] Aug 22 03:09:03.054 INFO O| Aug 22 03:09:03.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3963 | 2024-08-22T03:09:04.319Z | [ recovery-image] Aug 22 03:09:03.055 INFO O| Aug 22 03:09:03.055 INFO STEP 18 (remove_files) COMPLETE |
3964 | 2024-08-22T03:09:04.319Z | [ recovery-image] Aug 22 03:09:03.055 INFO O| Aug 22 03:09:03.055 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-22T03:09:04.326Z | [ recovery-image] Aug 22 03:09:03.064 INFO O| Aug 22 03:09:03.064 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3966 | 2024-08-22T03:09:04.367Z | [ recovery-image] Aug 22 03:09:03.105 INFO O| Aug 22 03:09:03.105 INFO STEP 19 (remove_files) COMPLETE |
3967 | 2024-08-22T03:09:04.367Z | [ recovery-image] Aug 22 03:09:03.105 INFO O| Aug 22 03:09:03.105 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-22T03:09:04.378Z | [ recovery-image] Aug 22 03:09:03.116 INFO O| Aug 22 03:09:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3969 | 2024-08-22T03:09:04.381Z | [ recovery-image] Aug 22 03:09:03.116 INFO O| Aug 22 03:09:03.116 INFO STEP 20 (remove_files) COMPLETE |
3970 | 2024-08-22T03:09:04.381Z | [ recovery-image] Aug 22 03:09:03.116 INFO O| Aug 22 03:09:03.116 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-22T03:09:04.387Z | [ recovery-image] Aug 22 03:09:03.125 INFO O| Aug 22 03:09:03.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3972 | 2024-08-22T03:09:04.390Z | [ recovery-image] Aug 22 03:09:03.126 INFO O| Aug 22 03:09:03.126 INFO STEP 21 (remove_files) COMPLETE |
3973 | 2024-08-22T03:09:04.390Z | [ recovery-image] Aug 22 03:09:03.126 INFO O| Aug 22 03:09:03.126 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-22T03:09:04.397Z | [ recovery-image] Aug 22 03:09:03.135 INFO O| Aug 22 03:09:03.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3975 | 2024-08-22T03:09:04.400Z | [ recovery-image] Aug 22 03:09:03.136 INFO O| Aug 22 03:09:03.136 INFO STEP 22 (remove_files) COMPLETE |
3976 | 2024-08-22T03:09:04.400Z | [ recovery-image] Aug 22 03:09:03.136 INFO O| Aug 22 03:09:03.136 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-22T03:09:04.408Z | [ recovery-image] Aug 22 03:09:03.146 INFO O| Aug 22 03:09:03.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3978 | 2024-08-22T03:09:04.410Z | [ recovery-image] Aug 22 03:09:03.146 INFO O| Aug 22 03:09:03.146 INFO STEP 23 (remove_files) COMPLETE |
3979 | 2024-08-22T03:09:04.410Z | [ recovery-image] Aug 22 03:09:03.146 INFO O| Aug 22 03:09:03.146 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-22T03:09:04.418Z | [ recovery-image] Aug 22 03:09:03.156 INFO O| Aug 22 03:09:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3981 | 2024-08-22T03:09:04.420Z | [ recovery-image] Aug 22 03:09:03.156 INFO O| Aug 22 03:09:03.156 INFO STEP 24 (remove_files) COMPLETE |
3982 | 2024-08-22T03:09:04.420Z | [ recovery-image] Aug 22 03:09:03.156 INFO O| Aug 22 03:09:03.156 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-22T03:09:04.428Z | [ recovery-image] Aug 22 03:09:03.166 INFO O| Aug 22 03:09:03.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3984 | 2024-08-22T03:09:04.428Z | [ recovery-image] Aug 22 03:09:03.166 INFO O| Aug 22 03:09:03.166 INFO STEP 25 (remove_files) COMPLETE |
3985 | 2024-08-22T03:09:04.430Z | [ recovery-image] Aug 22 03:09:03.166 INFO O| Aug 22 03:09:03.166 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-22T03:09:04.437Z | [ recovery-image] Aug 22 03:09:03.175 INFO O| Aug 22 03:09:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3987 | 2024-08-22T03:09:04.440Z | [ recovery-image] Aug 22 03:09:03.176 INFO O| Aug 22 03:09:03.176 INFO STEP 26 (remove_files) COMPLETE |
3988 | 2024-08-22T03:09:04.440Z | [ recovery-image] Aug 22 03:09:03.176 INFO O| Aug 22 03:09:03.176 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-22T03:09:04.448Z | [ recovery-image] Aug 22 03:09:03.186 INFO O| Aug 22 03:09:03.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3990 | 2024-08-22T03:09:04.450Z | [ recovery-image] Aug 22 03:09:03.186 INFO O| Aug 22 03:09:03.186 INFO STEP 27 (remove_files) COMPLETE |
3991 | 2024-08-22T03:09:04.450Z | [ recovery-image] Aug 22 03:09:03.186 INFO O| Aug 22 03:09:03.186 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-22T03:09:04.459Z | [ recovery-image] Aug 22 03:09:03.197 INFO O| Aug 22 03:09:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3993 | 2024-08-22T03:09:04.461Z | [ recovery-image] Aug 22 03:09:03.197 INFO O| Aug 22 03:09:03.197 INFO STEP 28 (remove_files) COMPLETE |
3994 | 2024-08-22T03:09:04.461Z | [ recovery-image] Aug 22 03:09:03.197 INFO O| Aug 22 03:09:03.197 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-22T03:09:04.469Z | [ recovery-image] Aug 22 03:09:03.207 INFO O| Aug 22 03:09:03.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3996 | 2024-08-22T03:09:04.469Z | [ recovery-image] Aug 22 03:09:03.207 INFO O| Aug 22 03:09:03.207 INFO STEP 29 (remove_files) COMPLETE |
3997 | 2024-08-22T03:09:04.472Z | [ recovery-image] Aug 22 03:09:03.207 INFO O| Aug 22 03:09:03.207 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-22T03:09:04.479Z | [ recovery-image] Aug 22 03:09:03.217 INFO O| Aug 22 03:09:03.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3999 | 2024-08-22T03:09:04.481Z | [ recovery-image] Aug 22 03:09:03.217 INFO O| Aug 22 03:09:03.217 INFO STEP 30 (remove_files) COMPLETE |
4000 | 2024-08-22T03:09:04.481Z | [ recovery-image] Aug 22 03:09:03.217 INFO O| Aug 22 03:09:03.217 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-22T03:09:04.489Z | [ recovery-image] Aug 22 03:09:03.227 INFO O| Aug 22 03:09:03.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4002 | 2024-08-22T03:09:04.489Z | [ recovery-image] Aug 22 03:09:03.227 INFO O| Aug 22 03:09:03.227 INFO STEP 31 (remove_files) COMPLETE |
4003 | 2024-08-22T03:09:04.491Z | [ recovery-image] Aug 22 03:09:03.227 INFO O| Aug 22 03:09:03.227 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-22T03:09:04.499Z | [ recovery-image] Aug 22 03:09:03.237 INFO O| Aug 22 03:09:03.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4005 | 2024-08-22T03:09:04.501Z | [ recovery-image] Aug 22 03:09:03.237 INFO O| Aug 22 03:09:03.237 INFO STEP 32 (remove_files) COMPLETE |
4006 | 2024-08-22T03:09:04.501Z | [ recovery-image] Aug 22 03:09:03.237 INFO O| Aug 22 03:09:03.237 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-22T03:09:04.508Z | [ recovery-image] Aug 22 03:09:03.246 INFO O| Aug 22 03:09:03.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4008 | 2024-08-22T03:09:04.511Z | [ recovery-image] Aug 22 03:09:03.246 INFO O| Aug 22 03:09:03.246 INFO STEP 33 (remove_files) COMPLETE |
4009 | 2024-08-22T03:09:04.511Z | [ recovery-image] Aug 22 03:09:03.246 INFO O| Aug 22 03:09:03.246 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-22T03:09:04.517Z | [ recovery-image] Aug 22 03:09:03.255 INFO O| Aug 22 03:09:03.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4011 | 2024-08-22T03:09:04.520Z | [ recovery-image] Aug 22 03:09:03.256 INFO O| Aug 22 03:09:03.256 INFO STEP 34 (remove_files) COMPLETE |
4012 | 2024-08-22T03:09:04.520Z | [ recovery-image] Aug 22 03:09:03.256 INFO O| Aug 22 03:09:03.256 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-22T03:09:04.527Z | [ recovery-image] Aug 22 03:09:03.265 INFO O| Aug 22 03:09:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4014 | 2024-08-22T03:09:04.530Z | [ recovery-image] Aug 22 03:09:03.266 INFO O| Aug 22 03:09:03.266 INFO STEP 35 (remove_files) COMPLETE |
4015 | 2024-08-22T03:09:04.530Z | [ recovery-image] Aug 22 03:09:03.266 INFO O| Aug 22 03:09:03.266 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-22T03:09:04.537Z | [ recovery-image] Aug 22 03:09:03.275 INFO O| Aug 22 03:09:03.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4017 | 2024-08-22T03:09:04.540Z | [ recovery-image] Aug 22 03:09:03.275 INFO O| Aug 22 03:09:03.275 INFO STEP 36 (remove_files) COMPLETE |
4018 | 2024-08-22T03:09:04.540Z | [ recovery-image] Aug 22 03:09:03.275 INFO O| Aug 22 03:09:03.275 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-22T03:09:04.547Z | [ recovery-image] Aug 22 03:09:03.285 INFO O| Aug 22 03:09:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4020 | 2024-08-22T03:09:04.549Z | [ recovery-image] Aug 22 03:09:03.285 INFO O| Aug 22 03:09:03.285 INFO STEP 37 (remove_files) COMPLETE |
4021 | 2024-08-22T03:09:04.549Z | [ recovery-image] Aug 22 03:09:03.285 INFO O| Aug 22 03:09:03.285 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-22T03:09:04.557Z | [ recovery-image] Aug 22 03:09:03.294 INFO O| Aug 22 03:09:03.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4023 | 2024-08-22T03:09:04.557Z | [ recovery-image] Aug 22 03:09:03.295 INFO O| Aug 22 03:09:03.294 INFO STEP 38 (remove_files) COMPLETE |
4024 | 2024-08-22T03:09:04.557Z | [ recovery-image] Aug 22 03:09:03.295 INFO O| Aug 22 03:09:03.294 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-22T03:09:04.566Z | [ recovery-image] Aug 22 03:09:03.304 INFO O| Aug 22 03:09:03.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4026 | 2024-08-22T03:09:04.566Z | [ recovery-image] Aug 22 03:09:03.304 INFO O| Aug 22 03:09:03.304 INFO STEP 39 (remove_files) COMPLETE |
4027 | 2024-08-22T03:09:04.566Z | [ recovery-image] Aug 22 03:09:03.304 INFO O| Aug 22 03:09:03.304 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-22T03:09:04.576Z | [ recovery-image] Aug 22 03:09:03.314 INFO O| Aug 22 03:09:03.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4029 | 2024-08-22T03:09:04.578Z | [ recovery-image] Aug 22 03:09:03.314 INFO O| Aug 22 03:09:03.314 INFO STEP 40 (remove_files) COMPLETE |
4030 | 2024-08-22T03:09:04.578Z | [ recovery-image] Aug 22 03:09:03.314 INFO O| Aug 22 03:09:03.314 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-22T03:09:04.585Z | [ recovery-image] Aug 22 03:09:03.323 INFO O| Aug 22 03:09:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4032 | 2024-08-22T03:09:04.588Z | [ recovery-image] Aug 22 03:09:03.323 INFO O| Aug 22 03:09:03.323 INFO STEP 41 (remove_files) COMPLETE |
4033 | 2024-08-22T03:09:04.588Z | [ recovery-image] Aug 22 03:09:03.324 INFO O| Aug 22 03:09:03.323 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-22T03:09:04.596Z | [ recovery-image] Aug 22 03:09:03.333 INFO O| Aug 22 03:09:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4035 | 2024-08-22T03:09:04.596Z | [ recovery-image] Aug 22 03:09:03.333 INFO O| Aug 22 03:09:03.333 INFO STEP 42 (remove_files) COMPLETE |
4036 | 2024-08-22T03:09:04.599Z | [ recovery-image] Aug 22 03:09:03.333 INFO O| Aug 22 03:09:03.333 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-22T03:09:04.605Z | [ recovery-image] Aug 22 03:09:03.343 INFO O| Aug 22 03:09:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4038 | 2024-08-22T03:09:04.605Z | [ recovery-image] Aug 22 03:09:03.343 INFO O| Aug 22 03:09:03.343 INFO STEP 43 (remove_files) COMPLETE |
4039 | 2024-08-22T03:09:04.607Z | [ recovery-image] Aug 22 03:09:03.343 INFO O| Aug 22 03:09:03.343 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-22T03:09:04.615Z | [ recovery-image] Aug 22 03:09:03.352 INFO O| Aug 22 03:09:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4041 | 2024-08-22T03:09:04.617Z | [ recovery-image] Aug 22 03:09:03.353 INFO O| Aug 22 03:09:03.352 INFO STEP 44 (remove_files) COMPLETE |
4042 | 2024-08-22T03:09:04.617Z | [ recovery-image] Aug 22 03:09:03.353 INFO O| Aug 22 03:09:03.352 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-22T03:09:04.624Z | [ recovery-image] Aug 22 03:09:03.362 INFO O| Aug 22 03:09:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4044 | 2024-08-22T03:09:04.626Z | [ recovery-image] Aug 22 03:09:03.362 INFO O| Aug 22 03:09:03.362 INFO STEP 45 (remove_files) COMPLETE |
4045 | 2024-08-22T03:09:04.626Z | [ recovery-image] Aug 22 03:09:03.362 INFO O| Aug 22 03:09:03.362 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-22T03:09:04.633Z | [ recovery-image] Aug 22 03:09:03.371 INFO O| Aug 22 03:09:03.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4047 | 2024-08-22T03:09:04.633Z | [ recovery-image] Aug 22 03:09:03.371 INFO O| Aug 22 03:09:03.371 INFO STEP 46 (remove_files) COMPLETE |
4048 | 2024-08-22T03:09:04.633Z | [ recovery-image] Aug 22 03:09:03.371 INFO O| Aug 22 03:09:03.371 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-22T03:09:04.643Z | [ recovery-image] Aug 22 03:09:03.381 INFO O| Aug 22 03:09:03.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4050 | 2024-08-22T03:09:04.643Z | [ recovery-image] Aug 22 03:09:03.381 INFO O| Aug 22 03:09:03.381 INFO STEP 47 (remove_files) COMPLETE |
4051 | 2024-08-22T03:09:04.643Z | [ recovery-image] Aug 22 03:09:03.381 INFO O| Aug 22 03:09:03.381 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-22T03:09:04.652Z | [ recovery-image] Aug 22 03:09:03.390 INFO O| Aug 22 03:09:03.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4053 | 2024-08-22T03:09:04.652Z | [ recovery-image] Aug 22 03:09:03.390 INFO O| Aug 22 03:09:03.390 INFO STEP 48 (remove_files) COMPLETE |
4054 | 2024-08-22T03:09:04.652Z | [ recovery-image] Aug 22 03:09:03.390 INFO O| Aug 22 03:09:03.390 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-22T03:09:04.661Z | [ recovery-image] Aug 22 03:09:03.399 INFO O| Aug 22 03:09:03.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4056 | 2024-08-22T03:09:04.664Z | [ recovery-image] Aug 22 03:09:03.399 INFO O| Aug 22 03:09:03.399 INFO STEP 49 (remove_files) COMPLETE |
4057 | 2024-08-22T03:09:04.664Z | [ recovery-image] Aug 22 03:09:03.399 INFO O| Aug 22 03:09:03.399 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-22T03:09:04.671Z | [ recovery-image] Aug 22 03:09:03.409 INFO O| Aug 22 03:09:03.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4059 | 2024-08-22T03:09:04.671Z | [ recovery-image] Aug 22 03:09:03.409 INFO O| Aug 22 03:09:03.409 INFO STEP 50 (remove_files) COMPLETE |
4060 | 2024-08-22T03:09:04.673Z | [ recovery-image] Aug 22 03:09:03.409 INFO O| Aug 22 03:09:03.409 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-22T03:09:04.680Z | [ recovery-image] Aug 22 03:09:03.418 INFO O| Aug 22 03:09:03.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4062 | 2024-08-22T03:09:04.682Z | [ recovery-image] Aug 22 03:09:03.418 INFO O| Aug 22 03:09:03.418 INFO STEP 51 (remove_files) COMPLETE |
4063 | 2024-08-22T03:09:04.683Z | [ recovery-image] Aug 22 03:09:03.418 INFO O| Aug 22 03:09:03.418 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-22T03:09:04.689Z | [ recovery-image] Aug 22 03:09:03.427 INFO O| Aug 22 03:09:03.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4065 | 2024-08-22T03:09:04.689Z | [ recovery-image] Aug 22 03:09:03.427 INFO O| Aug 22 03:09:03.427 INFO STEP 52 (remove_files) COMPLETE |
4066 | 2024-08-22T03:09:04.689Z | [ recovery-image] Aug 22 03:09:03.427 INFO O| Aug 22 03:09:03.427 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-22T03:09:04.699Z | [ recovery-image] Aug 22 03:09:03.437 INFO O| Aug 22 03:09:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4068 | 2024-08-22T03:09:04.699Z | [ recovery-image] Aug 22 03:09:03.437 INFO O| Aug 22 03:09:03.437 INFO STEP 53 (remove_files) COMPLETE |
4069 | 2024-08-22T03:09:04.701Z | [ recovery-image] Aug 22 03:09:03.437 INFO O| Aug 22 03:09:03.437 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-22T03:09:04.708Z | [ recovery-image] Aug 22 03:09:03.446 INFO O| Aug 22 03:09:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4071 | 2024-08-22T03:09:04.708Z | [ recovery-image] Aug 22 03:09:03.446 INFO O| Aug 22 03:09:03.446 INFO STEP 54 (remove_files) COMPLETE |
4072 | 2024-08-22T03:09:04.708Z | [ recovery-image] Aug 22 03:09:03.446 INFO O| Aug 22 03:09:03.446 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-22T03:09:04.718Z | [ recovery-image] Aug 22 03:09:03.456 INFO O| Aug 22 03:09:03.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4074 | 2024-08-22T03:09:04.720Z | [ recovery-image] Aug 22 03:09:03.456 INFO O| Aug 22 03:09:03.456 INFO STEP 55 (remove_files) COMPLETE |
4075 | 2024-08-22T03:09:04.720Z | [ recovery-image] Aug 22 03:09:03.456 INFO O| Aug 22 03:09:03.456 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-22T03:09:04.728Z | [ recovery-image] Aug 22 03:09:03.466 INFO O| Aug 22 03:09:03.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4077 | 2024-08-22T03:09:04.730Z | [ recovery-image] Aug 22 03:09:03.466 INFO O| Aug 22 03:09:03.466 INFO STEP 56 (remove_files) COMPLETE |
4078 | 2024-08-22T03:09:04.730Z | [ recovery-image] Aug 22 03:09:03.466 INFO O| Aug 22 03:09:03.466 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-22T03:09:04.737Z | [ recovery-image] Aug 22 03:09:03.475 INFO O| Aug 22 03:09:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4080 | 2024-08-22T03:09:04.737Z | [ recovery-image] Aug 22 03:09:03.475 INFO O| Aug 22 03:09:03.475 INFO STEP 57 (remove_files) COMPLETE |
4081 | 2024-08-22T03:09:04.740Z | [ recovery-image] Aug 22 03:09:03.475 INFO O| Aug 22 03:09:03.475 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-22T03:09:04.747Z | [ recovery-image] Aug 22 03:09:03.484 INFO O| Aug 22 03:09:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4083 | 2024-08-22T03:09:04.747Z | [ recovery-image] Aug 22 03:09:03.485 INFO O| Aug 22 03:09:03.484 INFO STEP 58 (remove_files) COMPLETE |
4084 | 2024-08-22T03:09:04.749Z | [ recovery-image] Aug 22 03:09:03.485 INFO O| Aug 22 03:09:03.485 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-22T03:09:04.756Z | [ recovery-image] Aug 22 03:09:03.494 INFO O| Aug 22 03:09:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4086 | 2024-08-22T03:09:04.756Z | [ recovery-image] Aug 22 03:09:03.494 INFO O| Aug 22 03:09:03.494 INFO STEP 59 (remove_files) COMPLETE |
4087 | 2024-08-22T03:09:04.756Z | [ recovery-image] Aug 22 03:09:03.494 INFO O| Aug 22 03:09:03.494 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-22T03:09:04.765Z | [ recovery-image] Aug 22 03:09:03.503 INFO O| Aug 22 03:09:03.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4089 | 2024-08-22T03:09:04.768Z | [ recovery-image] Aug 22 03:09:03.504 INFO O| Aug 22 03:09:03.504 INFO STEP 60 (remove_files) COMPLETE |
4090 | 2024-08-22T03:09:04.768Z | [ recovery-image] Aug 22 03:09:03.504 INFO O| Aug 22 03:09:03.504 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-22T03:09:04.775Z | [ recovery-image] Aug 22 03:09:03.513 INFO O| Aug 22 03:09:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4092 | 2024-08-22T03:09:04.775Z | [ recovery-image] Aug 22 03:09:03.513 INFO O| Aug 22 03:09:03.513 INFO STEP 61 (remove_files) COMPLETE |
4093 | 2024-08-22T03:09:04.775Z | [ recovery-image] Aug 22 03:09:03.513 INFO O| Aug 22 03:09:03.513 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-22T03:09:04.785Z | [ recovery-image] Aug 22 03:09:03.522 INFO O| Aug 22 03:09:03.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4095 | 2024-08-22T03:09:04.785Z | [ recovery-image] Aug 22 03:09:03.522 INFO O| Aug 22 03:09:03.522 INFO STEP 62 (remove_files) COMPLETE |
4096 | 2024-08-22T03:09:04.787Z | [ recovery-image] Aug 22 03:09:03.522 INFO O| Aug 22 03:09:03.522 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-22T03:09:04.794Z | [ recovery-image] Aug 22 03:09:03.532 INFO O| Aug 22 03:09:03.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4098 | 2024-08-22T03:09:04.796Z | [ recovery-image] Aug 22 03:09:03.532 INFO O| Aug 22 03:09:03.532 INFO STEP 63 (remove_files) COMPLETE |
4099 | 2024-08-22T03:09:04.796Z | [ recovery-image] Aug 22 03:09:03.532 INFO O| Aug 22 03:09:03.532 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-22T03:09:04.803Z | [ recovery-image] Aug 22 03:09:03.541 INFO O| Aug 22 03:09:03.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4101 | 2024-08-22T03:09:04.803Z | [ recovery-image] Aug 22 03:09:03.542 INFO O| Aug 22 03:09:03.541 INFO STEP 64 (remove_files) COMPLETE |
4102 | 2024-08-22T03:09:04.806Z | [ recovery-image] Aug 22 03:09:03.542 INFO O| Aug 22 03:09:03.542 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-22T03:09:04.813Z | [ recovery-image] Aug 22 03:09:03.551 INFO O| Aug 22 03:09:03.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4104 | 2024-08-22T03:09:04.813Z | [ recovery-image] Aug 22 03:09:03.551 INFO O| Aug 22 03:09:03.551 INFO STEP 65 (remove_files) COMPLETE |
4105 | 2024-08-22T03:09:04.815Z | [ recovery-image] Aug 22 03:09:03.551 INFO O| Aug 22 03:09:03.551 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-22T03:09:04.822Z | [ recovery-image] Aug 22 03:09:03.560 INFO O| Aug 22 03:09:03.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4107 | 2024-08-22T03:09:04.822Z | [ recovery-image] Aug 22 03:09:03.560 INFO O| Aug 22 03:09:03.560 INFO STEP 66 (remove_files) COMPLETE |
4108 | 2024-08-22T03:09:04.825Z | [ recovery-image] Aug 22 03:09:03.560 INFO O| Aug 22 03:09:03.560 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-22T03:09:04.832Z | [ recovery-image] Aug 22 03:09:03.570 INFO O| Aug 22 03:09:03.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4110 | 2024-08-22T03:09:04.832Z | [ recovery-image] Aug 22 03:09:03.570 INFO O| Aug 22 03:09:03.570 INFO STEP 67 (remove_files) COMPLETE |
4111 | 2024-08-22T03:09:04.835Z | [ recovery-image] Aug 22 03:09:03.570 INFO O| Aug 22 03:09:03.570 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-22T03:09:04.841Z | [ recovery-image] Aug 22 03:09:03.579 INFO O| Aug 22 03:09:03.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4113 | 2024-08-22T03:09:04.841Z | [ recovery-image] Aug 22 03:09:03.579 INFO O| Aug 22 03:09:03.579 INFO STEP 68 (remove_files) COMPLETE |
4114 | 2024-08-22T03:09:04.844Z | [ recovery-image] Aug 22 03:09:03.579 INFO O| Aug 22 03:09:03.579 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-22T03:09:04.850Z | [ recovery-image] Aug 22 03:09:03.588 INFO O| Aug 22 03:09:03.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4116 | 2024-08-22T03:09:04.851Z | [ recovery-image] Aug 22 03:09:03.588 INFO O| Aug 22 03:09:03.588 INFO STEP 69 (remove_files) COMPLETE |
4117 | 2024-08-22T03:09:04.853Z | [ recovery-image] Aug 22 03:09:03.589 INFO O| Aug 22 03:09:03.588 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-22T03:09:04.860Z | [ recovery-image] Aug 22 03:09:03.598 INFO O| Aug 22 03:09:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4119 | 2024-08-22T03:09:04.862Z | [ recovery-image] Aug 22 03:09:03.598 INFO O| Aug 22 03:09:03.598 INFO STEP 70 (remove_files) COMPLETE |
4120 | 2024-08-22T03:09:04.862Z | [ recovery-image] Aug 22 03:09:03.598 INFO O| Aug 22 03:09:03.598 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-22T03:09:04.869Z | [ recovery-image] Aug 22 03:09:03.607 INFO O| Aug 22 03:09:03.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4122 | 2024-08-22T03:09:04.869Z | [ recovery-image] Aug 22 03:09:03.607 INFO O| Aug 22 03:09:03.607 INFO STEP 71 (remove_files) COMPLETE |
4123 | 2024-08-22T03:09:04.872Z | [ recovery-image] Aug 22 03:09:03.607 INFO O| Aug 22 03:09:03.607 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-22T03:09:04.879Z | [ recovery-image] Aug 22 03:09:03.616 INFO O| Aug 22 03:09:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4125 | 2024-08-22T03:09:04.881Z | [ recovery-image] Aug 22 03:09:03.616 INFO O| Aug 22 03:09:03.616 INFO STEP 72 (remove_files) COMPLETE |
4126 | 2024-08-22T03:09:04.881Z | [ recovery-image] Aug 22 03:09:03.617 INFO O| Aug 22 03:09:03.616 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-22T03:09:04.888Z | [ recovery-image] Aug 22 03:09:03.626 INFO O| Aug 22 03:09:03.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4128 | 2024-08-22T03:09:04.888Z | [ recovery-image] Aug 22 03:09:03.626 INFO O| Aug 22 03:09:03.626 INFO STEP 73 (remove_files) COMPLETE |
4129 | 2024-08-22T03:09:04.888Z | [ recovery-image] Aug 22 03:09:03.626 INFO O| Aug 22 03:09:03.626 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-22T03:09:04.897Z | [ recovery-image] Aug 22 03:09:03.635 INFO O| Aug 22 03:09:03.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4131 | 2024-08-22T03:09:04.900Z | [ recovery-image] Aug 22 03:09:03.635 INFO O| Aug 22 03:09:03.635 INFO STEP 74 (remove_files) COMPLETE |
4132 | 2024-08-22T03:09:04.900Z | [ recovery-image] Aug 22 03:09:03.635 INFO O| Aug 22 03:09:03.635 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-22T03:09:04.906Z | [ recovery-image] Aug 22 03:09:03.644 INFO O| Aug 22 03:09:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4134 | 2024-08-22T03:09:04.907Z | [ recovery-image] Aug 22 03:09:03.645 INFO O| Aug 22 03:09:03.645 INFO STEP 75 (remove_files) COMPLETE |
4135 | 2024-08-22T03:09:04.909Z | [ recovery-image] Aug 22 03:09:03.645 INFO O| Aug 22 03:09:03.645 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-22T03:09:04.916Z | [ recovery-image] Aug 22 03:09:03.654 INFO O| Aug 22 03:09:03.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4137 | 2024-08-22T03:09:04.918Z | [ recovery-image] Aug 22 03:09:03.654 INFO O| Aug 22 03:09:03.654 INFO STEP 76 (remove_files) COMPLETE |
4138 | 2024-08-22T03:09:04.918Z | [ recovery-image] Aug 22 03:09:03.654 INFO O| Aug 22 03:09:03.654 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-22T03:09:04.925Z | [ recovery-image] Aug 22 03:09:03.663 INFO O| Aug 22 03:09:03.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4140 | 2024-08-22T03:09:04.928Z | [ recovery-image] Aug 22 03:09:03.664 INFO O| Aug 22 03:09:03.663 INFO STEP 77 (remove_files) COMPLETE |
4141 | 2024-08-22T03:09:04.928Z | [ recovery-image] Aug 22 03:09:03.664 INFO O| Aug 22 03:09:03.663 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-22T03:09:04.935Z | [ recovery-image] Aug 22 03:09:03.673 INFO O| Aug 22 03:09:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4143 | 2024-08-22T03:09:04.935Z | [ recovery-image] Aug 22 03:09:03.673 INFO O| Aug 22 03:09:03.673 INFO STEP 78 (remove_files) COMPLETE |
4144 | 2024-08-22T03:09:04.937Z | [ recovery-image] Aug 22 03:09:03.673 INFO O| Aug 22 03:09:03.673 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-22T03:09:04.944Z | [ recovery-image] Aug 22 03:09:03.682 INFO O| Aug 22 03:09:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4146 | 2024-08-22T03:09:04.944Z | [ recovery-image] Aug 22 03:09:03.682 INFO O| Aug 22 03:09:03.682 INFO STEP 79 (remove_files) COMPLETE |
4147 | 2024-08-22T03:09:04.944Z | [ recovery-image] Aug 22 03:09:03.682 INFO O| Aug 22 03:09:03.682 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-22T03:09:04.954Z | [ recovery-image] Aug 22 03:09:03.692 INFO O| Aug 22 03:09:03.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4149 | 2024-08-22T03:09:04.954Z | [ recovery-image] Aug 22 03:09:03.692 INFO O| Aug 22 03:09:03.692 INFO STEP 80 (remove_files) COMPLETE |
4150 | 2024-08-22T03:09:04.954Z | [ recovery-image] Aug 22 03:09:03.692 INFO O| Aug 22 03:09:03.692 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-22T03:09:04.963Z | [ recovery-image] Aug 22 03:09:03.701 INFO O| Aug 22 03:09:03.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4152 | 2024-08-22T03:09:04.963Z | [ recovery-image] Aug 22 03:09:03.701 INFO O| Aug 22 03:09:03.701 INFO STEP 81 (remove_files) COMPLETE |
4153 | 2024-08-22T03:09:04.964Z | [ recovery-image] Aug 22 03:09:03.701 INFO O| Aug 22 03:09:03.701 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-22T03:09:04.973Z | [ recovery-image] Aug 22 03:09:03.711 INFO O| Aug 22 03:09:03.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4155 | 2024-08-22T03:09:04.973Z | [ recovery-image] Aug 22 03:09:03.711 INFO O| Aug 22 03:09:03.711 INFO STEP 82 (remove_files) COMPLETE |
4156 | 2024-08-22T03:09:04.976Z | [ recovery-image] Aug 22 03:09:03.711 INFO O| Aug 22 03:09:03.711 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-22T03:09:04.983Z | [ recovery-image] Aug 22 03:09:03.721 INFO O| Aug 22 03:09:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4158 | 2024-08-22T03:09:04.983Z | [ recovery-image] Aug 22 03:09:03.721 INFO O| Aug 22 03:09:03.721 INFO STEP 83 (remove_files) COMPLETE |
4159 | 2024-08-22T03:09:04.983Z | [ recovery-image] Aug 22 03:09:03.721 INFO O| Aug 22 03:09:03.721 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-22T03:09:04.992Z | [ recovery-image] Aug 22 03:09:03.730 INFO O| Aug 22 03:09:03.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4161 | 2024-08-22T03:09:04.992Z | [ recovery-image] Aug 22 03:09:03.730 INFO O| Aug 22 03:09:03.730 INFO STEP 84 (remove_files) COMPLETE |
4162 | 2024-08-22T03:09:04.995Z | [ recovery-image] Aug 22 03:09:03.730 INFO O| Aug 22 03:09:03.730 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-22T03:09:05.002Z | [ recovery-image] Aug 22 03:09:03.740 INFO O| Aug 22 03:09:03.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4164 | 2024-08-22T03:09:05.004Z | [ recovery-image] Aug 22 03:09:03.740 INFO O| Aug 22 03:09:03.740 INFO STEP 85 (remove_files) COMPLETE |
4165 | 2024-08-22T03:09:05.004Z | [ recovery-image] Aug 22 03:09:03.740 INFO O| Aug 22 03:09:03.740 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-22T03:09:05.012Z | [ recovery-image] Aug 22 03:09:03.750 INFO O| Aug 22 03:09:03.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4167 | 2024-08-22T03:09:05.012Z | [ recovery-image] Aug 22 03:09:03.750 INFO O| Aug 22 03:09:03.750 INFO STEP 86 (remove_files) COMPLETE |
4168 | 2024-08-22T03:09:05.015Z | [ recovery-image] Aug 22 03:09:03.750 INFO O| Aug 22 03:09:03.750 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-22T03:09:05.022Z | [ recovery-image] Aug 22 03:09:03.760 INFO O| Aug 22 03:09:03.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4170 | 2024-08-22T03:09:05.024Z | [ recovery-image] Aug 22 03:09:03.760 INFO O| Aug 22 03:09:03.760 INFO STEP 87 (remove_files) COMPLETE |
4171 | 2024-08-22T03:09:05.024Z | [ recovery-image] Aug 22 03:09:03.760 INFO O| Aug 22 03:09:03.760 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-22T03:09:05.031Z | [ recovery-image] Aug 22 03:09:03.769 INFO O| Aug 22 03:09:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4173 | 2024-08-22T03:09:05.034Z | [ recovery-image] Aug 22 03:09:03.769 INFO O| Aug 22 03:09:03.769 INFO STEP 88 (remove_files) COMPLETE |
4174 | 2024-08-22T03:09:05.034Z | [ recovery-image] Aug 22 03:09:03.769 INFO O| Aug 22 03:09:03.769 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-22T03:09:05.041Z | [ recovery-image] Aug 22 03:09:03.779 INFO O| Aug 22 03:09:03.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4176 | 2024-08-22T03:09:05.041Z | [ recovery-image] Aug 22 03:09:03.779 INFO O| Aug 22 03:09:03.779 INFO STEP 89 (remove_files) COMPLETE |
4177 | 2024-08-22T03:09:05.043Z | [ recovery-image] Aug 22 03:09:03.779 INFO O| Aug 22 03:09:03.779 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-22T03:09:05.050Z | [ recovery-image] Aug 22 03:09:03.788 INFO O| Aug 22 03:09:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4179 | 2024-08-22T03:09:05.050Z | [ recovery-image] Aug 22 03:09:03.788 INFO O| Aug 22 03:09:03.788 INFO STEP 90 (remove_files) COMPLETE |
4180 | 2024-08-22T03:09:05.053Z | [ recovery-image] Aug 22 03:09:03.788 INFO O| Aug 22 03:09:03.788 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-22T03:09:05.060Z | [ recovery-image] Aug 22 03:09:03.798 INFO O| Aug 22 03:09:03.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4182 | 2024-08-22T03:09:05.062Z | [ recovery-image] Aug 22 03:09:03.798 INFO O| Aug 22 03:09:03.798 INFO STEP 91 (remove_files) COMPLETE |
4183 | 2024-08-22T03:09:05.063Z | [ recovery-image] Aug 22 03:09:03.798 INFO O| Aug 22 03:09:03.798 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-22T03:09:05.069Z | [ recovery-image] Aug 22 03:09:03.807 INFO O| Aug 22 03:09:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4185 | 2024-08-22T03:09:05.069Z | [ recovery-image] Aug 22 03:09:03.807 INFO O| Aug 22 03:09:03.807 INFO STEP 92 (remove_files) COMPLETE |
4186 | 2024-08-22T03:09:05.072Z | [ recovery-image] Aug 22 03:09:03.807 INFO O| Aug 22 03:09:03.807 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-22T03:09:05.079Z | [ recovery-image] Aug 22 03:09:03.817 INFO O| Aug 22 03:09:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4188 | 2024-08-22T03:09:05.079Z | [ recovery-image] Aug 22 03:09:03.817 INFO O| Aug 22 03:09:03.817 INFO STEP 93 (remove_files) COMPLETE |
4189 | 2024-08-22T03:09:05.079Z | [ recovery-image] Aug 22 03:09:03.817 INFO O| Aug 22 03:09:03.817 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-22T03:09:05.088Z | [ recovery-image] Aug 22 03:09:03.826 INFO O| Aug 22 03:09:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4191 | 2024-08-22T03:09:05.088Z | [ recovery-image] Aug 22 03:09:03.826 INFO O| Aug 22 03:09:03.826 INFO STEP 94 (remove_files) COMPLETE |
4192 | 2024-08-22T03:09:05.091Z | [ recovery-image] Aug 22 03:09:03.826 INFO O| Aug 22 03:09:03.826 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-22T03:09:05.098Z | [ recovery-image] Aug 22 03:09:03.836 INFO O| Aug 22 03:09:03.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4194 | 2024-08-22T03:09:05.098Z | [ recovery-image] Aug 22 03:09:03.836 INFO O| Aug 22 03:09:03.836 INFO STEP 95 (remove_files) COMPLETE |
4195 | 2024-08-22T03:09:05.100Z | [ recovery-image] Aug 22 03:09:03.836 INFO O| Aug 22 03:09:03.836 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-22T03:09:05.107Z | [ recovery-image] Aug 22 03:09:03.845 INFO O| Aug 22 03:09:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4197 | 2024-08-22T03:09:05.107Z | [ recovery-image] Aug 22 03:09:03.845 INFO O| Aug 22 03:09:03.845 INFO STEP 96 (remove_files) COMPLETE |
4198 | 2024-08-22T03:09:05.110Z | [ recovery-image] Aug 22 03:09:03.845 INFO O| Aug 22 03:09:03.845 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-22T03:09:05.116Z | [ recovery-image] Aug 22 03:09:03.854 INFO O| Aug 22 03:09:03.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4200 | 2024-08-22T03:09:05.119Z | [ recovery-image] Aug 22 03:09:03.854 INFO O| Aug 22 03:09:03.854 INFO STEP 97 (remove_files) COMPLETE |
4201 | 2024-08-22T03:09:05.119Z | [ recovery-image] Aug 22 03:09:03.854 INFO O| Aug 22 03:09:03.854 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-22T03:09:05.126Z | [ recovery-image] Aug 22 03:09:03.864 INFO O| Aug 22 03:09:03.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4203 | 2024-08-22T03:09:05.126Z | [ recovery-image] Aug 22 03:09:03.864 INFO O| Aug 22 03:09:03.864 INFO STEP 98 (remove_files) COMPLETE |
4204 | 2024-08-22T03:09:05.128Z | [ recovery-image] Aug 22 03:09:03.864 INFO O| Aug 22 03:09:03.864 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-22T03:09:05.135Z | [ recovery-image] Aug 22 03:09:03.873 INFO O| Aug 22 03:09:03.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4206 | 2024-08-22T03:09:05.138Z | [ recovery-image] Aug 22 03:09:03.873 INFO O| Aug 22 03:09:03.873 INFO STEP 99 (remove_files) COMPLETE |
4207 | 2024-08-22T03:09:05.138Z | [ recovery-image] Aug 22 03:09:03.873 INFO O| Aug 22 03:09:03.873 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-22T03:09:05.144Z | [ recovery-image] Aug 22 03:09:03.882 INFO O| Aug 22 03:09:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4209 | 2024-08-22T03:09:05.148Z | [ recovery-image] Aug 22 03:09:03.883 INFO O| Aug 22 03:09:03.883 INFO STEP 100 (remove_files) COMPLETE |
4210 | 2024-08-22T03:09:05.148Z | [ recovery-image] Aug 22 03:09:03.883 INFO O| Aug 22 03:09:03.883 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-22T03:09:05.154Z | [ recovery-image] Aug 22 03:09:03.892 INFO O| Aug 22 03:09:03.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4212 | 2024-08-22T03:09:05.154Z | [ recovery-image] Aug 22 03:09:03.892 INFO O| Aug 22 03:09:03.892 INFO STEP 101 (remove_files) COMPLETE |
4213 | 2024-08-22T03:09:05.154Z | [ recovery-image] Aug 22 03:09:03.892 INFO O| Aug 22 03:09:03.892 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-22T03:09:05.164Z | [ recovery-image] Aug 22 03:09:03.902 INFO O| Aug 22 03:09:03.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4215 | 2024-08-22T03:09:05.164Z | [ recovery-image] Aug 22 03:09:03.902 INFO O| Aug 22 03:09:03.902 INFO STEP 102 (remove_files) COMPLETE |
4216 | 2024-08-22T03:09:05.166Z | [ recovery-image] Aug 22 03:09:03.902 INFO O| Aug 22 03:09:03.902 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-22T03:09:05.173Z | [ recovery-image] Aug 22 03:09:03.911 INFO O| Aug 22 03:09:03.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4218 | 2024-08-22T03:09:05.173Z | [ recovery-image] Aug 22 03:09:03.911 INFO O| Aug 22 03:09:03.911 INFO STEP 103 (remove_files) COMPLETE |
4219 | 2024-08-22T03:09:05.173Z | [ recovery-image] Aug 22 03:09:03.911 INFO O| Aug 22 03:09:03.911 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-22T03:09:05.183Z | [ recovery-image] Aug 22 03:09:03.920 INFO O| Aug 22 03:09:03.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4221 | 2024-08-22T03:09:05.185Z | [ recovery-image] Aug 22 03:09:03.921 INFO O| Aug 22 03:09:03.920 INFO STEP 104 (remove_files) COMPLETE |
4222 | 2024-08-22T03:09:05.185Z | [ recovery-image] Aug 22 03:09:03.921 INFO O| Aug 22 03:09:03.921 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-22T03:09:05.192Z | [ recovery-image] Aug 22 03:09:03.930 INFO O| Aug 22 03:09:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4224 | 2024-08-22T03:09:05.194Z | [ recovery-image] Aug 22 03:09:03.930 INFO O| Aug 22 03:09:03.930 INFO STEP 105 (remove_files) COMPLETE |
4225 | 2024-08-22T03:09:05.194Z | [ recovery-image] Aug 22 03:09:03.930 INFO O| Aug 22 03:09:03.930 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-22T03:09:05.202Z | [ recovery-image] Aug 22 03:09:03.939 INFO O| Aug 22 03:09:03.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4227 | 2024-08-22T03:09:05.205Z | [ recovery-image] Aug 22 03:09:03.939 INFO O| Aug 22 03:09:03.939 INFO STEP 106 (remove_files) COMPLETE |
4228 | 2024-08-22T03:09:05.205Z | [ recovery-image] Aug 22 03:09:03.940 INFO O| Aug 22 03:09:03.939 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-22T03:09:05.211Z | [ recovery-image] Aug 22 03:09:03.949 INFO O| Aug 22 03:09:03.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4230 | 2024-08-22T03:09:05.214Z | [ recovery-image] Aug 22 03:09:03.950 INFO O| Aug 22 03:09:03.949 INFO STEP 107 (remove_files) COMPLETE |
4231 | 2024-08-22T03:09:05.214Z | [ recovery-image] Aug 22 03:09:03.950 INFO O| Aug 22 03:09:03.950 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-22T03:09:05.221Z | [ recovery-image] Aug 22 03:09:03.959 INFO O| Aug 22 03:09:03.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4233 | 2024-08-22T03:09:05.221Z | [ recovery-image] Aug 22 03:09:03.959 INFO O| Aug 22 03:09:03.959 INFO STEP 108 (remove_files) COMPLETE |
4234 | 2024-08-22T03:09:05.221Z | [ recovery-image] Aug 22 03:09:03.959 INFO O| Aug 22 03:09:03.959 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-22T03:09:05.231Z | [ recovery-image] Aug 22 03:09:03.969 INFO O| Aug 22 03:09:03.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4236 | 2024-08-22T03:09:05.233Z | [ recovery-image] Aug 22 03:09:03.969 INFO O| Aug 22 03:09:03.969 INFO STEP 109 (remove_files) COMPLETE |
4237 | 2024-08-22T03:09:05.233Z | [ recovery-image] Aug 22 03:09:03.969 INFO O| Aug 22 03:09:03.969 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-22T03:09:05.240Z | [ recovery-image] Aug 22 03:09:03.978 INFO O| Aug 22 03:09:03.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4239 | 2024-08-22T03:09:05.243Z | [ recovery-image] Aug 22 03:09:03.979 INFO O| Aug 22 03:09:03.979 INFO STEP 110 (remove_files) COMPLETE |
4240 | 2024-08-22T03:09:05.243Z | [ recovery-image] Aug 22 03:09:03.979 INFO O| Aug 22 03:09:03.979 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-22T03:09:05.251Z | [ recovery-image] Aug 22 03:09:03.989 INFO O| Aug 22 03:09:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4242 | 2024-08-22T03:09:05.253Z | [ recovery-image] Aug 22 03:09:03.989 INFO O| Aug 22 03:09:03.989 INFO STEP 111 (remove_files) COMPLETE |
4243 | 2024-08-22T03:09:05.253Z | [ recovery-image] Aug 22 03:09:03.989 INFO O| Aug 22 03:09:03.989 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-22T03:09:05.261Z | [ recovery-image] Aug 22 03:09:03.999 INFO O| Aug 22 03:09:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4245 | 2024-08-22T03:09:05.261Z | [ recovery-image] Aug 22 03:09:03.999 INFO O| Aug 22 03:09:03.999 INFO STEP 112 (remove_files) COMPLETE |
4246 | 2024-08-22T03:09:05.261Z | [ recovery-image] Aug 22 03:09:03.999 INFO O| Aug 22 03:09:03.999 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-22T03:09:05.271Z | [ recovery-image] Aug 22 03:09:04.009 INFO O| Aug 22 03:09:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4248 | 2024-08-22T03:09:05.273Z | [ recovery-image] Aug 22 03:09:04.009 INFO O| Aug 22 03:09:04.009 INFO STEP 113 (remove_files) COMPLETE |
4249 | 2024-08-22T03:09:05.273Z | [ recovery-image] Aug 22 03:09:04.009 INFO O| Aug 22 03:09:04.009 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-22T03:09:05.281Z | [ recovery-image] Aug 22 03:09:04.019 INFO O| Aug 22 03:09:04.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4251 | 2024-08-22T03:09:05.284Z | [ recovery-image] Aug 22 03:09:04.019 INFO O| Aug 22 03:09:04.019 INFO STEP 114 (remove_files) COMPLETE |
4252 | 2024-08-22T03:09:05.284Z | [ recovery-image] Aug 22 03:09:04.019 INFO O| Aug 22 03:09:04.019 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-22T03:09:05.291Z | [ recovery-image] Aug 22 03:09:04.028 INFO O| Aug 22 03:09:04.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4254 | 2024-08-22T03:09:05.291Z | [ recovery-image] Aug 22 03:09:04.028 INFO O| Aug 22 03:09:04.028 INFO STEP 115 (remove_files) COMPLETE |
4255 | 2024-08-22T03:09:05.291Z | [ recovery-image] Aug 22 03:09:04.029 INFO O| Aug 22 03:09:04.028 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-22T03:09:05.300Z | [ recovery-image] Aug 22 03:09:04.038 INFO O| Aug 22 03:09:04.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4257 | 2024-08-22T03:09:05.300Z | [ recovery-image] Aug 22 03:09:04.038 INFO O| Aug 22 03:09:04.038 INFO STEP 116 (remove_files) COMPLETE |
4258 | 2024-08-22T03:09:05.302Z | [ recovery-image] Aug 22 03:09:04.038 INFO O| Aug 22 03:09:04.038 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-22T03:09:05.309Z | [ recovery-image] Aug 22 03:09:04.047 INFO O| Aug 22 03:09:04.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4260 | 2024-08-22T03:09:05.312Z | [ recovery-image] Aug 22 03:09:04.047 INFO O| Aug 22 03:09:04.047 INFO STEP 117 (remove_files) COMPLETE |
4261 | 2024-08-22T03:09:05.312Z | [ recovery-image] Aug 22 03:09:04.047 INFO O| Aug 22 03:09:04.047 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-22T03:09:05.319Z | [ recovery-image] Aug 22 03:09:04.057 INFO O| Aug 22 03:09:04.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4263 | 2024-08-22T03:09:05.322Z | [ recovery-image] Aug 22 03:09:04.057 INFO O| Aug 22 03:09:04.057 INFO STEP 118 (remove_files) COMPLETE |
4264 | 2024-08-22T03:09:05.322Z | [ recovery-image] Aug 22 03:09:04.057 INFO O| Aug 22 03:09:04.057 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-22T03:09:05.329Z | [ recovery-image] Aug 22 03:09:04.067 INFO O| Aug 22 03:09:04.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4266 | 2024-08-22T03:09:05.329Z | [ recovery-image] Aug 22 03:09:04.067 INFO O| Aug 22 03:09:04.067 INFO STEP 119 (remove_files) COMPLETE |
4267 | 2024-08-22T03:09:05.331Z | [ recovery-image] Aug 22 03:09:04.067 INFO O| Aug 22 03:09:04.067 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-22T03:09:05.338Z | [ recovery-image] Aug 22 03:09:04.076 INFO O| Aug 22 03:09:04.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4269 | 2024-08-22T03:09:05.338Z | [ recovery-image] Aug 22 03:09:04.076 INFO O| Aug 22 03:09:04.076 INFO STEP 120 (remove_files) COMPLETE |
4270 | 2024-08-22T03:09:05.341Z | [ recovery-image] Aug 22 03:09:04.076 INFO O| Aug 22 03:09:04.076 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-08-22T03:09:05.348Z | [ recovery-image] Aug 22 03:09:04.085 INFO O| Aug 22 03:09:04.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4272 | 2024-08-22T03:09:05.350Z | [ recovery-image] Aug 22 03:09:04.086 INFO O| Aug 22 03:09:04.086 INFO STEP 121 (remove_files) COMPLETE |
4273 | 2024-08-22T03:09:05.350Z | [ recovery-image] Aug 22 03:09:04.086 INFO O| Aug 22 03:09:04.086 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-08-22T03:09:05.357Z | [ recovery-image] Aug 22 03:09:04.095 INFO O| Aug 22 03:09:04.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4275 | 2024-08-22T03:09:05.357Z | [ recovery-image] Aug 22 03:09:04.095 INFO O| Aug 22 03:09:04.095 INFO STEP 122 (remove_files) COMPLETE |
4276 | 2024-08-22T03:09:05.358Z | [ recovery-image] Aug 22 03:09:04.095 INFO O| Aug 22 03:09:04.095 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-08-22T03:09:05.367Z | [ recovery-image] Aug 22 03:09:04.105 INFO O| Aug 22 03:09:04.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4278 | 2024-08-22T03:09:05.369Z | [ recovery-image] Aug 22 03:09:04.105 INFO O| Aug 22 03:09:04.105 INFO STEP 123 (remove_files) COMPLETE |
4279 | 2024-08-22T03:09:05.369Z | [ recovery-image] Aug 22 03:09:04.105 INFO O| Aug 22 03:09:04.105 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-08-22T03:09:05.376Z | [ recovery-image] Aug 22 03:09:04.114 INFO O| Aug 22 03:09:04.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4281 | 2024-08-22T03:09:05.376Z | [ recovery-image] Aug 22 03:09:04.114 INFO O| Aug 22 03:09:04.114 INFO STEP 124 (remove_files) COMPLETE |
4282 | 2024-08-22T03:09:05.379Z | [ recovery-image] Aug 22 03:09:04.114 INFO O| Aug 22 03:09:04.114 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-08-22T03:09:05.386Z | [ recovery-image] Aug 22 03:09:04.124 INFO O| Aug 22 03:09:04.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4284 | 2024-08-22T03:09:05.386Z | [ recovery-image] Aug 22 03:09:04.124 INFO O| Aug 22 03:09:04.124 INFO STEP 125 (remove_files) COMPLETE |
4285 | 2024-08-22T03:09:05.389Z | [ recovery-image] Aug 22 03:09:04.124 INFO O| Aug 22 03:09:04.124 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-08-22T03:09:05.396Z | [ recovery-image] Aug 22 03:09:04.134 INFO O| Aug 22 03:09:04.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4287 | 2024-08-22T03:09:05.396Z | [ recovery-image] Aug 22 03:09:04.134 INFO O| Aug 22 03:09:04.134 INFO STEP 126 (remove_files) COMPLETE |
4288 | 2024-08-22T03:09:05.396Z | [ recovery-image] Aug 22 03:09:04.134 INFO O| Aug 22 03:09:04.134 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-08-22T03:09:05.405Z | [ recovery-image] Aug 22 03:09:04.143 INFO O| Aug 22 03:09:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4290 | 2024-08-22T03:09:05.405Z | [ recovery-image] Aug 22 03:09:04.143 INFO O| Aug 22 03:09:04.143 INFO STEP 127 (remove_files) COMPLETE |
4291 | 2024-08-22T03:09:05.408Z | [ recovery-image] Aug 22 03:09:04.143 INFO O| Aug 22 03:09:04.143 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-22T03:09:05.415Z | [ recovery-image] Aug 22 03:09:04.153 INFO O| Aug 22 03:09:04.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4293 | 2024-08-22T03:09:05.415Z | [ recovery-image] Aug 22 03:09:04.153 INFO O| Aug 22 03:09:04.153 INFO STEP 128 (remove_files) COMPLETE |
4294 | 2024-08-22T03:09:05.418Z | [ recovery-image] Aug 22 03:09:04.153 INFO O| Aug 22 03:09:04.153 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-22T03:09:05.425Z | [ recovery-image] Aug 22 03:09:04.163 INFO O| Aug 22 03:09:04.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4296 | 2024-08-22T03:09:05.425Z | [ recovery-image] Aug 22 03:09:04.163 INFO O| Aug 22 03:09:04.163 INFO STEP 129 (remove_files) COMPLETE |
4297 | 2024-08-22T03:09:05.428Z | [ recovery-image] Aug 22 03:09:04.163 INFO O| Aug 22 03:09:04.163 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-22T03:09:05.435Z | [ recovery-image] Aug 22 03:09:04.173 INFO O| Aug 22 03:09:04.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4299 | 2024-08-22T03:09:05.438Z | [ recovery-image] Aug 22 03:09:04.174 INFO O| Aug 22 03:09:04.174 INFO STEP 130 (remove_files) COMPLETE |
4300 | 2024-08-22T03:09:05.438Z | [ recovery-image] Aug 22 03:09:04.174 INFO O| Aug 22 03:09:04.174 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-22T03:09:05.445Z | [ recovery-image] Aug 22 03:09:04.183 INFO O| Aug 22 03:09:04.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4302 | 2024-08-22T03:09:05.445Z | [ recovery-image] Aug 22 03:09:04.183 INFO O| Aug 22 03:09:04.183 INFO STEP 131 (remove_files) COMPLETE |
4303 | 2024-08-22T03:09:05.446Z | [ recovery-image] Aug 22 03:09:04.183 INFO O| Aug 22 03:09:04.183 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-22T03:09:05.455Z | [ recovery-image] Aug 22 03:09:04.193 INFO O| Aug 22 03:09:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4305 | 2024-08-22T03:09:05.458Z | [ recovery-image] Aug 22 03:09:04.193 INFO O| Aug 22 03:09:04.193 INFO STEP 132 (remove_files) COMPLETE |
4306 | 2024-08-22T03:09:05.458Z | [ recovery-image] Aug 22 03:09:04.193 INFO O| Aug 22 03:09:04.193 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-22T03:09:05.465Z | [ recovery-image] Aug 22 03:09:04.202 INFO O| Aug 22 03:09:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4308 | 2024-08-22T03:09:05.467Z | [ recovery-image] Aug 22 03:09:04.203 INFO O| Aug 22 03:09:04.202 INFO STEP 133 (remove_files) COMPLETE |
4309 | 2024-08-22T03:09:05.467Z | [ recovery-image] Aug 22 03:09:04.203 INFO O| Aug 22 03:09:04.203 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-22T03:09:05.474Z | [ recovery-image] Aug 22 03:09:04.212 INFO O| Aug 22 03:09:04.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4311 | 2024-08-22T03:09:05.474Z | [ recovery-image] Aug 22 03:09:04.212 INFO O| Aug 22 03:09:04.212 INFO STEP 134 (remove_files) COMPLETE |
4312 | 2024-08-22T03:09:05.477Z | [ recovery-image] Aug 22 03:09:04.212 INFO O| Aug 22 03:09:04.212 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-22T03:09:05.484Z | [ recovery-image] Aug 22 03:09:04.222 INFO O| Aug 22 03:09:04.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4314 | 2024-08-22T03:09:05.484Z | [ recovery-image] Aug 22 03:09:04.222 INFO O| Aug 22 03:09:04.222 INFO STEP 135 (remove_files) COMPLETE |
4315 | 2024-08-22T03:09:05.486Z | [ recovery-image] Aug 22 03:09:04.222 INFO O| Aug 22 03:09:04.222 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-22T03:09:05.493Z | [ recovery-image] Aug 22 03:09:04.231 INFO O| Aug 22 03:09:04.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4317 | 2024-08-22T03:09:05.493Z | [ recovery-image] Aug 22 03:09:04.231 INFO O| Aug 22 03:09:04.231 INFO STEP 136 (remove_files) COMPLETE |
4318 | 2024-08-22T03:09:05.493Z | [ recovery-image] Aug 22 03:09:04.231 INFO O| Aug 22 03:09:04.231 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-22T03:09:05.503Z | [ recovery-image] Aug 22 03:09:04.241 INFO O| Aug 22 03:09:04.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4320 | 2024-08-22T03:09:05.503Z | [ recovery-image] Aug 22 03:09:04.241 INFO O| Aug 22 03:09:04.241 INFO STEP 137 (remove_files) COMPLETE |
4321 | 2024-08-22T03:09:05.503Z | [ recovery-image] Aug 22 03:09:04.241 INFO O| Aug 22 03:09:04.241 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-22T03:09:05.512Z | [ recovery-image] Aug 22 03:09:04.250 INFO O| Aug 22 03:09:04.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4323 | 2024-08-22T03:09:05.515Z | [ recovery-image] Aug 22 03:09:04.250 INFO O| Aug 22 03:09:04.250 INFO STEP 138 (remove_files) COMPLETE |
4324 | 2024-08-22T03:09:05.515Z | [ recovery-image] Aug 22 03:09:04.250 INFO O| Aug 22 03:09:04.250 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-22T03:09:05.522Z | [ recovery-image] Aug 22 03:09:04.260 INFO O| Aug 22 03:09:04.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4326 | 2024-08-22T03:09:05.522Z | [ recovery-image] Aug 22 03:09:04.260 INFO O| Aug 22 03:09:04.260 INFO STEP 139 (remove_files) COMPLETE |
4327 | 2024-08-22T03:09:05.525Z | [ recovery-image] Aug 22 03:09:04.260 INFO O| Aug 22 03:09:04.260 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-22T03:09:05.532Z | [ recovery-image] Aug 22 03:09:04.269 INFO O| Aug 22 03:09:04.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4329 | 2024-08-22T03:09:05.532Z | [ recovery-image] Aug 22 03:09:04.270 INFO O| Aug 22 03:09:04.269 INFO STEP 140 (remove_files) COMPLETE |
4330 | 2024-08-22T03:09:05.534Z | [ recovery-image] Aug 22 03:09:04.270 INFO O| Aug 22 03:09:04.269 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-22T03:09:05.541Z | [ recovery-image] Aug 22 03:09:04.279 INFO O| Aug 22 03:09:04.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4332 | 2024-08-22T03:09:05.541Z | [ recovery-image] Aug 22 03:09:04.279 INFO O| Aug 22 03:09:04.279 INFO STEP 141 (remove_files) COMPLETE |
4333 | 2024-08-22T03:09:05.544Z | [ recovery-image] Aug 22 03:09:04.279 INFO O| Aug 22 03:09:04.279 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-22T03:09:05.551Z | [ recovery-image] Aug 22 03:09:04.289 INFO O| Aug 22 03:09:04.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4335 | 2024-08-22T03:09:05.551Z | [ recovery-image] Aug 22 03:09:04.289 INFO O| Aug 22 03:09:04.289 INFO STEP 142 (remove_files) COMPLETE |
4336 | 2024-08-22T03:09:05.553Z | [ recovery-image] Aug 22 03:09:04.289 INFO O| Aug 22 03:09:04.289 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-22T03:09:05.560Z | [ recovery-image] Aug 22 03:09:04.298 INFO O| Aug 22 03:09:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4338 | 2024-08-22T03:09:05.560Z | [ recovery-image] Aug 22 03:09:04.298 INFO O| Aug 22 03:09:04.298 INFO STEP 143 (remove_files) COMPLETE |
4339 | 2024-08-22T03:09:05.560Z | [ recovery-image] Aug 22 03:09:04.298 INFO O| Aug 22 03:09:04.298 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-22T03:09:05.570Z | [ recovery-image] Aug 22 03:09:04.307 INFO O| Aug 22 03:09:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4341 | 2024-08-22T03:09:05.572Z | [ recovery-image] Aug 22 03:09:04.307 INFO O| Aug 22 03:09:04.307 INFO STEP 144 (remove_files) COMPLETE |
4342 | 2024-08-22T03:09:05.572Z | [ recovery-image] Aug 22 03:09:04.307 INFO O| Aug 22 03:09:04.307 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-22T03:09:05.579Z | [ recovery-image] Aug 22 03:09:04.317 INFO O| Aug 22 03:09:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4344 | 2024-08-22T03:09:05.581Z | [ recovery-image] Aug 22 03:09:04.317 INFO O| Aug 22 03:09:04.317 INFO STEP 145 (remove_files) COMPLETE |
4345 | 2024-08-22T03:09:05.581Z | [ recovery-image] Aug 22 03:09:04.317 INFO O| Aug 22 03:09:04.317 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-22T03:09:05.588Z | [ recovery-image] Aug 22 03:09:04.326 INFO O| Aug 22 03:09:04.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4347 | 2024-08-22T03:09:05.594Z | [ recovery-image] Aug 22 03:09:04.326 INFO O| Aug 22 03:09:04.326 INFO STEP 146 (remove_files) COMPLETE |
4348 | 2024-08-22T03:09:05.594Z | [ recovery-image] Aug 22 03:09:04.326 INFO O| Aug 22 03:09:04.326 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-22T03:09:05.603Z | [ recovery-image] Aug 22 03:09:04.336 INFO O| Aug 22 03:09:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4350 | 2024-08-22T03:09:05.603Z | [ recovery-image] Aug 22 03:09:04.336 INFO O| Aug 22 03:09:04.336 INFO STEP 147 (remove_files) COMPLETE |
4351 | 2024-08-22T03:09:05.603Z | [ recovery-image] Aug 22 03:09:04.336 INFO O| Aug 22 03:09:04.336 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-22T03:09:05.608Z | [ recovery-image] Aug 22 03:09:04.345 INFO O| Aug 22 03:09:04.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4353 | 2024-08-22T03:09:05.608Z | [ recovery-image] Aug 22 03:09:04.345 INFO O| Aug 22 03:09:04.345 INFO STEP 148 (remove_files) COMPLETE |
4354 | 2024-08-22T03:09:05.608Z | [ recovery-image] Aug 22 03:09:04.345 INFO O| Aug 22 03:09:04.345 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-22T03:09:05.616Z | [ recovery-image] Aug 22 03:09:04.354 INFO O| Aug 22 03:09:04.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4356 | 2024-08-22T03:09:05.616Z | [ recovery-image] Aug 22 03:09:04.354 INFO O| Aug 22 03:09:04.354 INFO STEP 149 (remove_files) COMPLETE |
4357 | 2024-08-22T03:09:05.619Z | [ recovery-image] Aug 22 03:09:04.354 INFO O| Aug 22 03:09:04.354 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-22T03:09:05.626Z | [ recovery-image] Aug 22 03:09:04.364 INFO O| Aug 22 03:09:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4359 | 2024-08-22T03:09:05.626Z | [ recovery-image] Aug 22 03:09:04.364 INFO O| Aug 22 03:09:04.364 INFO STEP 150 (remove_files) COMPLETE |
4360 | 2024-08-22T03:09:05.628Z | [ recovery-image] Aug 22 03:09:04.364 INFO O| Aug 22 03:09:04.364 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-22T03:09:05.637Z | [ recovery-image] Aug 22 03:09:04.373 INFO O| Aug 22 03:09:04.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4362 | 2024-08-22T03:09:05.637Z | [ recovery-image] Aug 22 03:09:04.373 INFO O| Aug 22 03:09:04.373 INFO STEP 151 (remove_files) COMPLETE |
4363 | 2024-08-22T03:09:05.637Z | [ recovery-image] Aug 22 03:09:04.373 INFO O| Aug 22 03:09:04.373 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-22T03:09:05.645Z | [ recovery-image] Aug 22 03:09:04.382 INFO O| Aug 22 03:09:04.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4365 | 2024-08-22T03:09:05.645Z | [ recovery-image] Aug 22 03:09:04.383 INFO O| Aug 22 03:09:04.383 INFO STEP 152 (remove_files) COMPLETE |
4366 | 2024-08-22T03:09:05.647Z | [ recovery-image] Aug 22 03:09:04.383 INFO O| Aug 22 03:09:04.383 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-22T03:09:05.655Z | [ recovery-image] Aug 22 03:09:04.393 INFO O| Aug 22 03:09:04.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4368 | 2024-08-22T03:09:05.655Z | [ recovery-image] Aug 22 03:09:04.393 INFO O| Aug 22 03:09:04.393 INFO STEP 153 (remove_files) COMPLETE |
4369 | 2024-08-22T03:09:05.657Z | [ recovery-image] Aug 22 03:09:04.393 INFO O| Aug 22 03:09:04.393 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-22T03:09:05.664Z | [ recovery-image] Aug 22 03:09:04.402 INFO O| Aug 22 03:09:04.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4371 | 2024-08-22T03:09:05.666Z | [ recovery-image] Aug 22 03:09:04.402 INFO O| Aug 22 03:09:04.402 INFO STEP 154 (remove_files) COMPLETE |
4372 | 2024-08-22T03:09:05.666Z | [ recovery-image] Aug 22 03:09:04.402 INFO O| Aug 22 03:09:04.402 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-22T03:09:05.673Z | [ recovery-image] Aug 22 03:09:04.411 INFO O| Aug 22 03:09:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4374 | 2024-08-22T03:09:05.674Z | [ recovery-image] Aug 22 03:09:04.411 INFO O| Aug 22 03:09:04.411 INFO STEP 155 (remove_files) COMPLETE |
4375 | 2024-08-22T03:09:05.674Z | [ recovery-image] Aug 22 03:09:04.411 INFO O| Aug 22 03:09:04.411 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-22T03:09:05.683Z | [ recovery-image] Aug 22 03:09:04.421 INFO O| Aug 22 03:09:04.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4377 | 2024-08-22T03:09:05.686Z | [ recovery-image] Aug 22 03:09:04.421 INFO O| Aug 22 03:09:04.421 INFO STEP 156 (remove_files) COMPLETE |
4378 | 2024-08-22T03:09:05.686Z | [ recovery-image] Aug 22 03:09:04.421 INFO O| Aug 22 03:09:04.421 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-22T03:09:05.693Z | [ recovery-image] Aug 22 03:09:04.430 INFO O| Aug 22 03:09:04.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4380 | 2024-08-22T03:09:05.693Z | [ recovery-image] Aug 22 03:09:04.431 INFO O| Aug 22 03:09:04.431 INFO STEP 157 (remove_files) COMPLETE |
4381 | 2024-08-22T03:09:05.695Z | [ recovery-image] Aug 22 03:09:04.431 INFO O| Aug 22 03:09:04.431 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-22T03:09:05.702Z | [ recovery-image] Aug 22 03:09:04.440 INFO O| Aug 22 03:09:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4383 | 2024-08-22T03:09:05.702Z | [ recovery-image] Aug 22 03:09:04.440 INFO O| Aug 22 03:09:04.440 INFO STEP 158 (remove_files) COMPLETE |
4384 | 2024-08-22T03:09:05.702Z | [ recovery-image] Aug 22 03:09:04.440 INFO O| Aug 22 03:09:04.440 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-22T03:09:05.712Z | [ recovery-image] Aug 22 03:09:04.449 INFO O| Aug 22 03:09:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4386 | 2024-08-22T03:09:05.714Z | [ recovery-image] Aug 22 03:09:04.450 INFO O| Aug 22 03:09:04.450 INFO STEP 159 (remove_files) COMPLETE |
4387 | 2024-08-22T03:09:05.714Z | [ recovery-image] Aug 22 03:09:04.450 INFO O| Aug 22 03:09:04.450 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-08-22T03:09:05.722Z | [ recovery-image] Aug 22 03:09:04.459 INFO O| Aug 22 03:09:04.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4389 | 2024-08-22T03:09:05.722Z | [ recovery-image] Aug 22 03:09:04.460 INFO O| Aug 22 03:09:04.459 INFO STEP 160 (remove_files) COMPLETE |
4390 | 2024-08-22T03:09:05.722Z | [ recovery-image] Aug 22 03:09:04.460 INFO O| Aug 22 03:09:04.460 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-08-22T03:09:05.731Z | [ recovery-image] Aug 22 03:09:04.469 INFO O| Aug 22 03:09:04.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4392 | 2024-08-22T03:09:05.731Z | [ recovery-image] Aug 22 03:09:04.469 INFO O| Aug 22 03:09:04.469 INFO STEP 161 (remove_files) COMPLETE |
4393 | 2024-08-22T03:09:05.734Z | [ recovery-image] Aug 22 03:09:04.469 INFO O| Aug 22 03:09:04.469 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-08-22T03:09:05.740Z | [ recovery-image] Aug 22 03:09:04.478 INFO O| Aug 22 03:09:04.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4395 | 2024-08-22T03:09:05.740Z | [ recovery-image] Aug 22 03:09:04.478 INFO O| Aug 22 03:09:04.478 INFO STEP 162 (remove_files) COMPLETE |
4396 | 2024-08-22T03:09:05.743Z | [ recovery-image] Aug 22 03:09:04.478 INFO O| Aug 22 03:09:04.478 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-08-22T03:09:05.750Z | [ recovery-image] Aug 22 03:09:04.488 INFO O| Aug 22 03:09:04.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4398 | 2024-08-22T03:09:05.750Z | [ recovery-image] Aug 22 03:09:04.488 INFO O| Aug 22 03:09:04.488 INFO STEP 163 (remove_files) COMPLETE |
4399 | 2024-08-22T03:09:05.752Z | [ recovery-image] Aug 22 03:09:04.488 INFO O| Aug 22 03:09:04.488 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-08-22T03:09:05.759Z | [ recovery-image] Aug 22 03:09:04.497 INFO O| Aug 22 03:09:04.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4401 | 2024-08-22T03:09:05.759Z | [ recovery-image] Aug 22 03:09:04.497 INFO O| Aug 22 03:09:04.497 INFO STEP 164 (remove_files) COMPLETE |
4402 | 2024-08-22T03:09:05.762Z | [ recovery-image] Aug 22 03:09:04.497 INFO O| Aug 22 03:09:04.497 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-08-22T03:09:05.769Z | [ recovery-image] Aug 22 03:09:04.506 INFO O| Aug 22 03:09:04.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4404 | 2024-08-22T03:09:05.769Z | [ recovery-image] Aug 22 03:09:04.506 INFO O| Aug 22 03:09:04.506 INFO STEP 165 (remove_files) COMPLETE |
4405 | 2024-08-22T03:09:05.771Z | [ recovery-image] Aug 22 03:09:04.506 INFO O| Aug 22 03:09:04.506 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-08-22T03:09:05.778Z | [ recovery-image] Aug 22 03:09:04.516 INFO O| Aug 22 03:09:04.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4407 | 2024-08-22T03:09:05.780Z | [ recovery-image] Aug 22 03:09:04.516 INFO O| Aug 22 03:09:04.516 INFO STEP 166 (remove_files) COMPLETE |
4408 | 2024-08-22T03:09:05.780Z | [ recovery-image] Aug 22 03:09:04.516 INFO O| Aug 22 03:09:04.516 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-08-22T03:09:05.788Z | [ recovery-image] Aug 22 03:09:04.525 INFO O| Aug 22 03:09:04.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4410 | 2024-08-22T03:09:05.790Z | [ recovery-image] Aug 22 03:09:04.526 INFO O| Aug 22 03:09:04.526 INFO STEP 167 (remove_files) COMPLETE |
4411 | 2024-08-22T03:09:05.790Z | [ recovery-image] Aug 22 03:09:04.526 INFO O| Aug 22 03:09:04.526 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-08-22T03:09:05.798Z | [ recovery-image] Aug 22 03:09:04.536 INFO O| Aug 22 03:09:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4413 | 2024-08-22T03:09:05.800Z | [ recovery-image] Aug 22 03:09:04.536 INFO O| Aug 22 03:09:04.536 INFO STEP 168 (remove_files) COMPLETE |
4414 | 2024-08-22T03:09:05.800Z | [ recovery-image] Aug 22 03:09:04.536 INFO O| Aug 22 03:09:04.536 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-08-22T03:09:05.808Z | [ recovery-image] Aug 22 03:09:04.546 INFO O| Aug 22 03:09:04.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4416 | 2024-08-22T03:09:05.808Z | [ recovery-image] Aug 22 03:09:04.546 INFO O| Aug 22 03:09:04.546 INFO STEP 169 (remove_files) COMPLETE |
4417 | 2024-08-22T03:09:05.810Z | [ recovery-image] Aug 22 03:09:04.546 INFO O| Aug 22 03:09:04.546 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-08-22T03:09:05.818Z | [ recovery-image] Aug 22 03:09:04.555 INFO O| Aug 22 03:09:04.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4419 | 2024-08-22T03:09:05.818Z | [ recovery-image] Aug 22 03:09:04.555 INFO O| Aug 22 03:09:04.555 INFO STEP 170 (remove_files) COMPLETE |
4420 | 2024-08-22T03:09:05.820Z | [ recovery-image] Aug 22 03:09:04.555 INFO O| Aug 22 03:09:04.555 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-08-22T03:09:05.827Z | [ recovery-image] Aug 22 03:09:04.565 INFO O| Aug 22 03:09:04.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4422 | 2024-08-22T03:09:05.830Z | [ recovery-image] Aug 22 03:09:04.565 INFO O| Aug 22 03:09:04.565 INFO STEP 171 (remove_files) COMPLETE |
4423 | 2024-08-22T03:09:05.830Z | [ recovery-image] Aug 22 03:09:04.565 INFO O| Aug 22 03:09:04.565 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-08-22T03:09:05.837Z | [ recovery-image] Aug 22 03:09:04.575 INFO O| Aug 22 03:09:04.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4425 | 2024-08-22T03:09:05.840Z | [ recovery-image] Aug 22 03:09:04.575 INFO O| Aug 22 03:09:04.575 INFO STEP 172 (remove_files) COMPLETE |
4426 | 2024-08-22T03:09:05.840Z | [ recovery-image] Aug 22 03:09:04.575 INFO O| Aug 22 03:09:04.575 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-08-22T03:09:05.846Z | [ recovery-image] Aug 22 03:09:04.584 INFO O| Aug 22 03:09:04.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4428 | 2024-08-22T03:09:05.849Z | [ recovery-image] Aug 22 03:09:04.584 INFO O| Aug 22 03:09:04.584 INFO STEP 173 (remove_files) COMPLETE |
4429 | 2024-08-22T03:09:05.849Z | [ recovery-image] Aug 22 03:09:04.584 INFO O| Aug 22 03:09:04.584 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-08-22T03:09:05.856Z | [ recovery-image] Aug 22 03:09:04.594 INFO O| Aug 22 03:09:04.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4431 | 2024-08-22T03:09:05.859Z | [ recovery-image] Aug 22 03:09:04.594 INFO O| Aug 22 03:09:04.594 INFO STEP 174 (remove_files) COMPLETE |
4432 | 2024-08-22T03:09:05.859Z | [ recovery-image] Aug 22 03:09:04.594 INFO O| Aug 22 03:09:04.594 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-08-22T03:09:05.866Z | [ recovery-image] Aug 22 03:09:04.604 INFO O| Aug 22 03:09:04.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4434 | 2024-08-22T03:09:05.866Z | [ recovery-image] Aug 22 03:09:04.604 INFO O| Aug 22 03:09:04.604 INFO STEP 175 (remove_files) COMPLETE |
4435 | 2024-08-22T03:09:05.866Z | [ recovery-image] Aug 22 03:09:04.604 INFO O| Aug 22 03:09:04.604 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-08-22T03:09:05.876Z | [ recovery-image] Aug 22 03:09:04.614 INFO O| Aug 22 03:09:04.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4437 | 2024-08-22T03:09:05.876Z | [ recovery-image] Aug 22 03:09:04.614 INFO O| Aug 22 03:09:04.614 INFO STEP 176 (remove_files) COMPLETE |
4438 | 2024-08-22T03:09:05.878Z | [ recovery-image] Aug 22 03:09:04.614 INFO O| Aug 22 03:09:04.614 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-08-22T03:09:05.886Z | [ recovery-image] Aug 22 03:09:04.623 INFO O| Aug 22 03:09:04.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4440 | 2024-08-22T03:09:05.886Z | [ recovery-image] Aug 22 03:09:04.624 INFO O| Aug 22 03:09:04.623 INFO STEP 177 (remove_files) COMPLETE |
4441 | 2024-08-22T03:09:05.888Z | [ recovery-image] Aug 22 03:09:04.624 INFO O| Aug 22 03:09:04.624 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-08-22T03:09:05.896Z | [ recovery-image] Aug 22 03:09:04.633 INFO O| Aug 22 03:09:04.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4443 | 2024-08-22T03:09:05.896Z | [ recovery-image] Aug 22 03:09:04.634 INFO O| Aug 22 03:09:04.634 INFO STEP 178 (remove_files) COMPLETE |
4444 | 2024-08-22T03:09:05.899Z | [ recovery-image] Aug 22 03:09:04.634 INFO O| Aug 22 03:09:04.634 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-08-22T03:09:05.905Z | [ recovery-image] Aug 22 03:09:04.643 INFO O| Aug 22 03:09:04.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4446 | 2024-08-22T03:09:05.905Z | [ recovery-image] Aug 22 03:09:04.643 INFO O| Aug 22 03:09:04.643 INFO STEP 179 (remove_files) COMPLETE |
4447 | 2024-08-22T03:09:05.908Z | [ recovery-image] Aug 22 03:09:04.643 INFO O| Aug 22 03:09:04.643 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-08-22T03:09:05.915Z | [ recovery-image] Aug 22 03:09:04.653 INFO O| Aug 22 03:09:04.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4449 | 2024-08-22T03:09:05.915Z | [ recovery-image] Aug 22 03:09:04.653 INFO O| Aug 22 03:09:04.653 INFO STEP 180 (remove_files) COMPLETE |
4450 | 2024-08-22T03:09:05.918Z | [ recovery-image] Aug 22 03:09:04.653 INFO O| Aug 22 03:09:04.653 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-08-22T03:09:05.924Z | [ recovery-image] Aug 22 03:09:04.662 INFO O| Aug 22 03:09:04.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4452 | 2024-08-22T03:09:05.925Z | [ recovery-image] Aug 22 03:09:04.662 INFO O| Aug 22 03:09:04.662 INFO STEP 181 (remove_files) COMPLETE |
4453 | 2024-08-22T03:09:05.925Z | [ recovery-image] Aug 22 03:09:04.662 INFO O| Aug 22 03:09:04.662 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-08-22T03:09:05.935Z | [ recovery-image] Aug 22 03:09:04.672 INFO O| Aug 22 03:09:04.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4455 | 2024-08-22T03:09:05.935Z | [ recovery-image] Aug 22 03:09:04.672 INFO O| Aug 22 03:09:04.672 INFO STEP 182 (remove_files) COMPLETE |
4456 | 2024-08-22T03:09:05.938Z | [ recovery-image] Aug 22 03:09:04.672 INFO O| Aug 22 03:09:04.672 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-08-22T03:09:05.944Z | [ recovery-image] Aug 22 03:09:04.682 INFO O| Aug 22 03:09:04.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4458 | 2024-08-22T03:09:05.946Z | [ recovery-image] Aug 22 03:09:04.682 INFO O| Aug 22 03:09:04.682 INFO STEP 183 (remove_files) COMPLETE |
4459 | 2024-08-22T03:09:05.946Z | [ recovery-image] Aug 22 03:09:04.682 INFO O| Aug 22 03:09:04.682 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-08-22T03:09:05.954Z | [ recovery-image] Aug 22 03:09:04.691 INFO O| Aug 22 03:09:04.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4461 | 2024-08-22T03:09:05.954Z | [ recovery-image] Aug 22 03:09:04.691 INFO O| Aug 22 03:09:04.691 INFO STEP 184 (remove_files) COMPLETE |
4462 | 2024-08-22T03:09:05.956Z | [ recovery-image] Aug 22 03:09:04.691 INFO O| Aug 22 03:09:04.691 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-08-22T03:09:05.963Z | [ recovery-image] Aug 22 03:09:04.701 INFO O| Aug 22 03:09:04.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4464 | 2024-08-22T03:09:05.963Z | [ recovery-image] Aug 22 03:09:04.701 INFO O| Aug 22 03:09:04.701 INFO STEP 185 (remove_files) COMPLETE |
4465 | 2024-08-22T03:09:05.963Z | [ recovery-image] Aug 22 03:09:04.701 INFO O| Aug 22 03:09:04.701 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-08-22T03:09:05.973Z | [ recovery-image] Aug 22 03:09:04.711 INFO O| Aug 22 03:09:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4467 | 2024-08-22T03:09:05.973Z | [ recovery-image] Aug 22 03:09:04.711 INFO O| Aug 22 03:09:04.711 INFO STEP 186 (remove_files) COMPLETE |
4468 | 2024-08-22T03:09:05.976Z | [ recovery-image] Aug 22 03:09:04.711 INFO O| Aug 22 03:09:04.711 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-08-22T03:09:05.983Z | [ recovery-image] Aug 22 03:09:04.720 INFO O| Aug 22 03:09:04.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4470 | 2024-08-22T03:09:05.985Z | [ recovery-image] Aug 22 03:09:04.721 INFO O| Aug 22 03:09:04.720 INFO STEP 187 (remove_files) COMPLETE |
4471 | 2024-08-22T03:09:05.985Z | [ recovery-image] Aug 22 03:09:04.721 INFO O| Aug 22 03:09:04.721 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-08-22T03:09:05.992Z | [ recovery-image] Aug 22 03:09:04.730 INFO O| Aug 22 03:09:04.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4473 | 2024-08-22T03:09:05.992Z | [ recovery-image] Aug 22 03:09:04.730 INFO O| Aug 22 03:09:04.730 INFO STEP 188 (remove_files) COMPLETE |
4474 | 2024-08-22T03:09:05.993Z | [ recovery-image] Aug 22 03:09:04.730 INFO O| Aug 22 03:09:04.730 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-08-22T03:09:06.002Z | [ recovery-image] Aug 22 03:09:04.740 INFO O| Aug 22 03:09:04.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4476 | 2024-08-22T03:09:06.005Z | [ recovery-image] Aug 22 03:09:04.740 INFO O| Aug 22 03:09:04.740 INFO STEP 189 (remove_files) COMPLETE |
4477 | 2024-08-22T03:09:06.005Z | [ recovery-image] Aug 22 03:09:04.740 INFO O| Aug 22 03:09:04.740 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-08-22T03:09:06.013Z | [ recovery-image] Aug 22 03:09:04.750 INFO O| Aug 22 03:09:04.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4479 | 2024-08-22T03:09:06.013Z | [ recovery-image] Aug 22 03:09:04.750 INFO O| Aug 22 03:09:04.750 INFO STEP 190 (remove_files) COMPLETE |
4480 | 2024-08-22T03:09:06.013Z | [ recovery-image] Aug 22 03:09:04.750 INFO O| Aug 22 03:09:04.750 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-08-22T03:09:06.021Z | [ recovery-image] Aug 22 03:09:04.759 INFO O| Aug 22 03:09:04.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4482 | 2024-08-22T03:09:06.021Z | [ recovery-image] Aug 22 03:09:04.759 INFO O| Aug 22 03:09:04.759 INFO STEP 191 (remove_files) COMPLETE |
4483 | 2024-08-22T03:09:06.024Z | [ recovery-image] Aug 22 03:09:04.759 INFO O| Aug 22 03:09:04.759 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-08-22T03:09:06.031Z | [ recovery-image] Aug 22 03:09:04.769 INFO O| Aug 22 03:09:04.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4485 | 2024-08-22T03:09:06.031Z | [ recovery-image] Aug 22 03:09:04.769 INFO O| Aug 22 03:09:04.769 INFO STEP 192 (remove_files) COMPLETE |
4486 | 2024-08-22T03:09:06.033Z | [ recovery-image] Aug 22 03:09:04.769 INFO O| Aug 22 03:09:04.769 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-08-22T03:09:06.040Z | [ recovery-image] Aug 22 03:09:04.778 INFO O| Aug 22 03:09:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4488 | 2024-08-22T03:09:06.040Z | [ recovery-image] Aug 22 03:09:04.778 INFO O| Aug 22 03:09:04.778 INFO STEP 193 (remove_files) COMPLETE |
4489 | 2024-08-22T03:09:06.040Z | [ recovery-image] Aug 22 03:09:04.778 INFO O| Aug 22 03:09:04.778 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-08-22T03:09:06.050Z | [ recovery-image] Aug 22 03:09:04.787 INFO O| Aug 22 03:09:04.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4491 | 2024-08-22T03:09:06.050Z | [ recovery-image] Aug 22 03:09:04.787 INFO O| Aug 22 03:09:04.787 INFO STEP 194 (remove_files) COMPLETE |
4492 | 2024-08-22T03:09:06.050Z | [ recovery-image] Aug 22 03:09:04.787 INFO O| Aug 22 03:09:04.787 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-08-22T03:09:06.060Z | [ recovery-image] Aug 22 03:09:04.797 INFO O| Aug 22 03:09:04.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4494 | 2024-08-22T03:09:06.060Z | [ recovery-image] Aug 22 03:09:04.797 INFO O| Aug 22 03:09:04.797 INFO STEP 195 (remove_files) COMPLETE |
4495 | 2024-08-22T03:09:06.063Z | [ recovery-image] Aug 22 03:09:04.797 INFO O| Aug 22 03:09:04.797 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-08-22T03:09:06.068Z | [ recovery-image] Aug 22 03:09:04.806 INFO O| Aug 22 03:09:04.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4497 | 2024-08-22T03:09:06.071Z | [ recovery-image] Aug 22 03:09:04.806 INFO O| Aug 22 03:09:04.806 INFO STEP 196 (remove_files) COMPLETE |
4498 | 2024-08-22T03:09:06.071Z | [ recovery-image] Aug 22 03:09:04.806 INFO O| Aug 22 03:09:04.806 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-08-22T03:09:06.078Z | [ recovery-image] Aug 22 03:09:04.816 INFO O| Aug 22 03:09:04.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4500 | 2024-08-22T03:09:06.078Z | [ recovery-image] Aug 22 03:09:04.816 INFO O| Aug 22 03:09:04.816 INFO STEP 197 (remove_files) COMPLETE |
4501 | 2024-08-22T03:09:06.080Z | [ recovery-image] Aug 22 03:09:04.816 INFO O| Aug 22 03:09:04.816 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-08-22T03:09:06.087Z | [ recovery-image] Aug 22 03:09:04.825 INFO O| Aug 22 03:09:04.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4503 | 2024-08-22T03:09:06.090Z | [ recovery-image] Aug 22 03:09:04.825 INFO O| Aug 22 03:09:04.825 INFO STEP 198 (remove_files) COMPLETE |
4504 | 2024-08-22T03:09:06.090Z | [ recovery-image] Aug 22 03:09:04.825 INFO O| Aug 22 03:09:04.825 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-08-22T03:09:06.097Z | [ recovery-image] Aug 22 03:09:04.834 INFO O| Aug 22 03:09:04.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4506 | 2024-08-22T03:09:06.097Z | [ recovery-image] Aug 22 03:09:04.835 INFO O| Aug 22 03:09:04.834 INFO STEP 199 (remove_files) COMPLETE |
4507 | 2024-08-22T03:09:06.099Z | [ recovery-image] Aug 22 03:09:04.835 INFO O| Aug 22 03:09:04.835 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-08-22T03:09:06.106Z | [ recovery-image] Aug 22 03:09:04.844 INFO O| Aug 22 03:09:04.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4509 | 2024-08-22T03:09:06.106Z | [ recovery-image] Aug 22 03:09:04.844 INFO O| Aug 22 03:09:04.844 INFO STEP 200 (remove_files) COMPLETE |
4510 | 2024-08-22T03:09:06.109Z | [ recovery-image] Aug 22 03:09:04.844 INFO O| Aug 22 03:09:04.844 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-08-22T03:09:06.116Z | [ recovery-image] Aug 22 03:09:04.854 INFO O| Aug 22 03:09:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4512 | 2024-08-22T03:09:06.116Z | [ recovery-image] Aug 22 03:09:04.854 INFO O| Aug 22 03:09:04.854 INFO STEP 201 (remove_files) COMPLETE |
4513 | 2024-08-22T03:09:06.118Z | [ recovery-image] Aug 22 03:09:04.854 INFO O| Aug 22 03:09:04.854 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-08-22T03:09:06.125Z | [ recovery-image] Aug 22 03:09:04.863 INFO O| Aug 22 03:09:04.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4515 | 2024-08-22T03:09:06.125Z | [ recovery-image] Aug 22 03:09:04.863 INFO O| Aug 22 03:09:04.863 INFO STEP 202 (remove_files) COMPLETE |
4516 | 2024-08-22T03:09:06.125Z | [ recovery-image] Aug 22 03:09:04.863 INFO O| Aug 22 03:09:04.863 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-08-22T03:09:06.135Z | [ recovery-image] Aug 22 03:09:04.873 INFO O| Aug 22 03:09:04.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4518 | 2024-08-22T03:09:06.135Z | [ recovery-image] Aug 22 03:09:04.873 INFO O| Aug 22 03:09:04.873 INFO STEP 203 (remove_files) COMPLETE |
4519 | 2024-08-22T03:09:06.137Z | [ recovery-image] Aug 22 03:09:04.873 INFO O| Aug 22 03:09:04.873 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-08-22T03:09:06.144Z | [ recovery-image] Aug 22 03:09:04.882 INFO O| Aug 22 03:09:04.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4521 | 2024-08-22T03:09:06.144Z | [ recovery-image] Aug 22 03:09:04.882 INFO O| Aug 22 03:09:04.882 INFO STEP 204 (remove_files) COMPLETE |
4522 | 2024-08-22T03:09:06.144Z | [ recovery-image] Aug 22 03:09:04.882 INFO O| Aug 22 03:09:04.882 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-08-22T03:09:06.154Z | [ recovery-image] Aug 22 03:09:04.892 INFO O| Aug 22 03:09:04.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4524 | 2024-08-22T03:09:06.154Z | [ recovery-image] Aug 22 03:09:04.892 INFO O| Aug 22 03:09:04.892 INFO STEP 205 (remove_files) COMPLETE |
4525 | 2024-08-22T03:09:06.154Z | [ recovery-image] Aug 22 03:09:04.892 INFO O| Aug 22 03:09:04.892 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-08-22T03:09:06.163Z | [ recovery-image] Aug 22 03:09:04.901 INFO O| Aug 22 03:09:04.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4527 | 2024-08-22T03:09:06.163Z | [ recovery-image] Aug 22 03:09:04.901 INFO O| Aug 22 03:09:04.901 INFO STEP 206 (remove_files) COMPLETE |
4528 | 2024-08-22T03:09:06.163Z | [ recovery-image] Aug 22 03:09:04.901 INFO O| Aug 22 03:09:04.901 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-08-22T03:09:06.173Z | [ recovery-image] Aug 22 03:09:04.911 INFO O| Aug 22 03:09:04.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4530 | 2024-08-22T03:09:06.173Z | [ recovery-image] Aug 22 03:09:04.911 INFO O| Aug 22 03:09:04.911 INFO STEP 207 (remove_files) COMPLETE |
4531 | 2024-08-22T03:09:06.173Z | [ recovery-image] Aug 22 03:09:04.911 INFO O| Aug 22 03:09:04.911 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-08-22T03:09:06.182Z | [ recovery-image] Aug 22 03:09:04.920 INFO O| Aug 22 03:09:04.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4533 | 2024-08-22T03:09:06.183Z | [ recovery-image] Aug 22 03:09:04.920 INFO O| Aug 22 03:09:04.920 INFO STEP 208 (remove_files) COMPLETE |
4534 | 2024-08-22T03:09:06.183Z | [ recovery-image] Aug 22 03:09:04.920 INFO O| Aug 22 03:09:04.920 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-08-22T03:09:06.192Z | [ recovery-image] Aug 22 03:09:04.930 INFO O| Aug 22 03:09:04.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4536 | 2024-08-22T03:09:06.194Z | [ recovery-image] Aug 22 03:09:04.930 INFO O| Aug 22 03:09:04.930 INFO STEP 209 (remove_files) COMPLETE |
4537 | 2024-08-22T03:09:06.195Z | [ recovery-image] Aug 22 03:09:04.930 INFO O| Aug 22 03:09:04.930 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-08-22T03:09:06.202Z | [ recovery-image] Aug 22 03:09:04.940 INFO O| Aug 22 03:09:04.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4539 | 2024-08-22T03:09:06.202Z | [ recovery-image] Aug 22 03:09:04.940 INFO O| Aug 22 03:09:04.940 INFO STEP 210 (remove_files) COMPLETE |
4540 | 2024-08-22T03:09:06.204Z | [ recovery-image] Aug 22 03:09:04.940 INFO O| Aug 22 03:09:04.940 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-08-22T03:09:06.211Z | [ recovery-image] Aug 22 03:09:04.949 INFO O| Aug 22 03:09:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4542 | 2024-08-22T03:09:06.211Z | [ recovery-image] Aug 22 03:09:04.949 INFO O| Aug 22 03:09:04.949 INFO STEP 211 (remove_files) COMPLETE |
4543 | 2024-08-22T03:09:06.214Z | [ recovery-image] Aug 22 03:09:04.949 INFO O| Aug 22 03:09:04.949 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-08-22T03:09:06.221Z | [ recovery-image] Aug 22 03:09:04.959 INFO O| Aug 22 03:09:04.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4545 | 2024-08-22T03:09:06.221Z | [ recovery-image] Aug 22 03:09:04.959 INFO O| Aug 22 03:09:04.959 INFO STEP 212 (remove_files) COMPLETE |
4546 | 2024-08-22T03:09:06.221Z | [ recovery-image] Aug 22 03:09:04.959 INFO O| Aug 22 03:09:04.959 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-08-22T03:09:06.230Z | [ recovery-image] Aug 22 03:09:04.968 INFO O| Aug 22 03:09:04.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4548 | 2024-08-22T03:09:06.233Z | [ recovery-image] Aug 22 03:09:04.968 INFO O| Aug 22 03:09:04.968 INFO STEP 213 (remove_files) COMPLETE |
4549 | 2024-08-22T03:09:06.233Z | [ recovery-image] Aug 22 03:09:04.968 INFO O| Aug 22 03:09:04.968 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-08-22T03:09:06.239Z | [ recovery-image] Aug 22 03:09:04.977 INFO O| Aug 22 03:09:04.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4551 | 2024-08-22T03:09:06.240Z | [ recovery-image] Aug 22 03:09:04.977 INFO O| Aug 22 03:09:04.977 INFO STEP 214 (remove_files) COMPLETE |
4552 | 2024-08-22T03:09:06.242Z | [ recovery-image] Aug 22 03:09:04.977 INFO O| Aug 22 03:09:04.977 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-08-22T03:09:06.249Z | [ recovery-image] Aug 22 03:09:04.986 INFO O| Aug 22 03:09:04.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4554 | 2024-08-22T03:09:06.249Z | [ recovery-image] Aug 22 03:09:04.986 INFO O| Aug 22 03:09:04.986 INFO STEP 215 (remove_files) COMPLETE |
4555 | 2024-08-22T03:09:06.251Z | [ recovery-image] Aug 22 03:09:04.986 INFO O| Aug 22 03:09:04.986 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-08-22T03:09:06.258Z | [ recovery-image] Aug 22 03:09:04.996 INFO O| Aug 22 03:09:04.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4557 | 2024-08-22T03:09:06.258Z | [ recovery-image] Aug 22 03:09:04.996 INFO O| Aug 22 03:09:04.996 INFO STEP 216 (remove_files) COMPLETE |
4558 | 2024-08-22T03:09:06.261Z | [ recovery-image] Aug 22 03:09:04.996 INFO O| Aug 22 03:09:04.996 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-08-22T03:09:06.268Z | [ recovery-image] Aug 22 03:09:05.006 INFO O| Aug 22 03:09:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4560 | 2024-08-22T03:09:06.268Z | [ recovery-image] Aug 22 03:09:05.006 INFO O| Aug 22 03:09:05.006 INFO STEP 217 (remove_files) COMPLETE |
4561 | 2024-08-22T03:09:06.271Z | [ recovery-image] Aug 22 03:09:05.006 INFO O| Aug 22 03:09:05.006 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-08-22T03:09:06.278Z | [ recovery-image] Aug 22 03:09:05.015 INFO O| Aug 22 03:09:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4563 | 2024-08-22T03:09:06.280Z | [ recovery-image] Aug 22 03:09:05.016 INFO O| Aug 22 03:09:05.015 INFO STEP 218 (remove_files) COMPLETE |
4564 | 2024-08-22T03:09:06.280Z | [ recovery-image] Aug 22 03:09:05.016 INFO O| Aug 22 03:09:05.016 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-08-22T03:09:06.288Z | [ recovery-image] Aug 22 03:09:05.025 INFO O| Aug 22 03:09:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4566 | 2024-08-22T03:09:06.288Z | [ recovery-image] Aug 22 03:09:05.025 INFO O| Aug 22 03:09:05.025 INFO STEP 219 (remove_files) COMPLETE |
4567 | 2024-08-22T03:09:06.290Z | [ recovery-image] Aug 22 03:09:05.026 INFO O| Aug 22 03:09:05.025 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-08-22T03:09:06.298Z | [ recovery-image] Aug 22 03:09:05.035 INFO O| Aug 22 03:09:05.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4569 | 2024-08-22T03:09:06.300Z | [ recovery-image] Aug 22 03:09:05.035 INFO O| Aug 22 03:09:05.035 INFO STEP 220 (remove_files) COMPLETE |
4570 | 2024-08-22T03:09:06.300Z | [ recovery-image] Aug 22 03:09:05.035 INFO O| Aug 22 03:09:05.035 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-08-22T03:09:06.307Z | [ recovery-image] Aug 22 03:09:05.045 INFO O| Aug 22 03:09:05.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4572 | 2024-08-22T03:09:06.307Z | [ recovery-image] Aug 22 03:09:05.045 INFO O| Aug 22 03:09:05.045 INFO STEP 221 (remove_files) COMPLETE |
4573 | 2024-08-22T03:09:06.307Z | [ recovery-image] Aug 22 03:09:05.045 INFO O| Aug 22 03:09:05.045 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-08-22T03:09:06.317Z | [ recovery-image] Aug 22 03:09:05.054 INFO O| Aug 22 03:09:05.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4575 | 2024-08-22T03:09:06.317Z | [ recovery-image] Aug 22 03:09:05.054 INFO O| Aug 22 03:09:05.054 INFO STEP 222 (remove_files) COMPLETE |
4576 | 2024-08-22T03:09:06.319Z | [ recovery-image] Aug 22 03:09:05.054 INFO O| Aug 22 03:09:05.054 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-08-22T03:09:06.326Z | [ recovery-image] Aug 22 03:09:05.064 INFO O| Aug 22 03:09:05.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4578 | 2024-08-22T03:09:06.326Z | [ recovery-image] Aug 22 03:09:05.064 INFO O| Aug 22 03:09:05.064 INFO STEP 223 (remove_files) COMPLETE |
4579 | 2024-08-22T03:09:06.326Z | [ recovery-image] Aug 22 03:09:05.064 INFO O| Aug 22 03:09:05.064 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-08-22T03:09:06.335Z | [ recovery-image] Aug 22 03:09:05.073 INFO O| Aug 22 03:09:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4581 | 2024-08-22T03:09:06.338Z | [ recovery-image] Aug 22 03:09:05.074 INFO O| Aug 22 03:09:05.074 INFO STEP 224 (remove_files) COMPLETE |
4582 | 2024-08-22T03:09:06.338Z | [ recovery-image] Aug 22 03:09:05.074 INFO O| Aug 22 03:09:05.074 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-08-22T03:09:06.346Z | [ recovery-image] Aug 22 03:09:05.083 INFO O| Aug 22 03:09:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4584 | 2024-08-22T03:09:06.348Z | [ recovery-image] Aug 22 03:09:05.084 INFO O| Aug 22 03:09:05.084 INFO STEP 225 (remove_files) COMPLETE |
4585 | 2024-08-22T03:09:06.348Z | [ recovery-image] Aug 22 03:09:05.084 INFO O| Aug 22 03:09:05.084 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-08-22T03:09:06.357Z | [ recovery-image] Aug 22 03:09:05.094 INFO O| Aug 22 03:09:05.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4587 | 2024-08-22T03:09:06.357Z | [ recovery-image] Aug 22 03:09:05.094 INFO O| Aug 22 03:09:05.094 INFO STEP 226 (remove_files) COMPLETE |
4588 | 2024-08-22T03:09:06.360Z | [ recovery-image] Aug 22 03:09:05.094 INFO O| Aug 22 03:09:05.094 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-08-22T03:09:06.366Z | [ recovery-image] Aug 22 03:09:05.103 INFO O| Aug 22 03:09:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4590 | 2024-08-22T03:09:06.366Z | [ recovery-image] Aug 22 03:09:05.103 INFO O| Aug 22 03:09:05.103 INFO STEP 227 (remove_files) COMPLETE |
4591 | 2024-08-22T03:09:06.368Z | [ recovery-image] Aug 22 03:09:05.103 INFO O| Aug 22 03:09:05.103 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-08-22T03:09:06.375Z | [ recovery-image] Aug 22 03:09:05.113 INFO O| Aug 22 03:09:05.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4593 | 2024-08-22T03:09:06.378Z | [ recovery-image] Aug 22 03:09:05.113 INFO O| Aug 22 03:09:05.113 INFO STEP 228 (remove_files) COMPLETE |
4594 | 2024-08-22T03:09:06.378Z | [ recovery-image] Aug 22 03:09:05.113 INFO O| Aug 22 03:09:05.113 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-08-22T03:09:06.386Z | [ recovery-image] Aug 22 03:09:05.123 INFO O| Aug 22 03:09:05.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4596 | 2024-08-22T03:09:06.386Z | [ recovery-image] Aug 22 03:09:05.123 INFO O| Aug 22 03:09:05.123 INFO STEP 229 (remove_files) COMPLETE |
4597 | 2024-08-22T03:09:06.388Z | [ recovery-image] Aug 22 03:09:05.123 INFO O| Aug 22 03:09:05.123 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-08-22T03:09:06.395Z | [ recovery-image] Aug 22 03:09:05.133 INFO O| Aug 22 03:09:05.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4599 | 2024-08-22T03:09:06.397Z | [ recovery-image] Aug 22 03:09:05.133 INFO O| Aug 22 03:09:05.133 INFO STEP 230 (remove_files) COMPLETE |
4600 | 2024-08-22T03:09:06.397Z | [ recovery-image] Aug 22 03:09:05.133 INFO O| Aug 22 03:09:05.133 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-08-22T03:09:06.405Z | [ recovery-image] Aug 22 03:09:05.143 INFO O| Aug 22 03:09:05.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4602 | 2024-08-22T03:09:06.407Z | [ recovery-image] Aug 22 03:09:05.143 INFO O| Aug 22 03:09:05.143 INFO STEP 231 (remove_files) COMPLETE |
4603 | 2024-08-22T03:09:06.407Z | [ recovery-image] Aug 22 03:09:05.143 INFO O| Aug 22 03:09:05.143 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-08-22T03:09:06.415Z | [ recovery-image] Aug 22 03:09:05.153 INFO O| Aug 22 03:09:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4605 | 2024-08-22T03:09:06.415Z | [ recovery-image] Aug 22 03:09:05.153 INFO O| Aug 22 03:09:05.153 INFO STEP 232 (remove_files) COMPLETE |
4606 | 2024-08-22T03:09:06.417Z | [ recovery-image] Aug 22 03:09:05.153 INFO O| Aug 22 03:09:05.153 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-08-22T03:09:06.425Z | [ recovery-image] Aug 22 03:09:05.163 INFO O| Aug 22 03:09:05.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4608 | 2024-08-22T03:09:06.427Z | [ recovery-image] Aug 22 03:09:05.163 INFO O| Aug 22 03:09:05.163 INFO STEP 233 (remove_files) COMPLETE |
4609 | 2024-08-22T03:09:06.427Z | [ recovery-image] Aug 22 03:09:05.163 INFO O| Aug 22 03:09:05.163 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-08-22T03:09:06.435Z | [ recovery-image] Aug 22 03:09:05.172 INFO O| Aug 22 03:09:05.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4611 | 2024-08-22T03:09:06.435Z | [ recovery-image] Aug 22 03:09:05.172 INFO O| Aug 22 03:09:05.172 INFO STEP 234 (remove_files) COMPLETE |
4612 | 2024-08-22T03:09:06.435Z | [ recovery-image] Aug 22 03:09:05.172 INFO O| Aug 22 03:09:05.172 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-08-22T03:09:06.444Z | [ recovery-image] Aug 22 03:09:05.182 INFO O| Aug 22 03:09:05.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4614 | 2024-08-22T03:09:06.447Z | [ recovery-image] Aug 22 03:09:05.182 INFO O| Aug 22 03:09:05.182 INFO STEP 235 (remove_files) COMPLETE |
4615 | 2024-08-22T03:09:06.447Z | [ recovery-image] Aug 22 03:09:05.182 INFO O| Aug 22 03:09:05.182 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-08-22T03:09:06.454Z | [ recovery-image] Aug 22 03:09:05.192 INFO O| Aug 22 03:09:05.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4617 | 2024-08-22T03:09:06.457Z | [ recovery-image] Aug 22 03:09:05.192 INFO O| Aug 22 03:09:05.192 INFO STEP 236 (remove_files) COMPLETE |
4618 | 2024-08-22T03:09:06.457Z | [ recovery-image] Aug 22 03:09:05.192 INFO O| Aug 22 03:09:05.192 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-08-22T03:09:06.464Z | [ recovery-image] Aug 22 03:09:05.201 INFO O| Aug 22 03:09:05.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4620 | 2024-08-22T03:09:06.464Z | [ recovery-image] Aug 22 03:09:05.201 INFO O| Aug 22 03:09:05.201 INFO STEP 237 (remove_files) COMPLETE |
4621 | 2024-08-22T03:09:06.466Z | [ recovery-image] Aug 22 03:09:05.201 INFO O| Aug 22 03:09:05.201 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-08-22T03:09:06.473Z | [ recovery-image] Aug 22 03:09:05.211 INFO O| Aug 22 03:09:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4623 | 2024-08-22T03:09:06.473Z | [ recovery-image] Aug 22 03:09:05.211 INFO O| Aug 22 03:09:05.211 INFO STEP 238 (remove_files) COMPLETE |
4624 | 2024-08-22T03:09:06.473Z | [ recovery-image] Aug 22 03:09:05.211 INFO O| Aug 22 03:09:05.211 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-08-22T03:09:06.483Z | [ recovery-image] Aug 22 03:09:05.220 INFO O| Aug 22 03:09:05.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4626 | 2024-08-22T03:09:06.483Z | [ recovery-image] Aug 22 03:09:05.220 INFO O| Aug 22 03:09:05.220 INFO STEP 239 (remove_files) COMPLETE |
4627 | 2024-08-22T03:09:06.485Z | [ recovery-image] Aug 22 03:09:05.221 INFO O| Aug 22 03:09:05.220 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-08-22T03:09:06.492Z | [ recovery-image] Aug 22 03:09:05.230 INFO O| Aug 22 03:09:05.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4629 | 2024-08-22T03:09:06.492Z | [ recovery-image] Aug 22 03:09:05.230 INFO O| Aug 22 03:09:05.230 INFO STEP 240 (remove_files) COMPLETE |
4630 | 2024-08-22T03:09:06.492Z | [ recovery-image] Aug 22 03:09:05.230 INFO O| Aug 22 03:09:05.230 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-08-22T03:09:06.502Z | [ recovery-image] Aug 22 03:09:05.239 INFO O| Aug 22 03:09:05.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4632 | 2024-08-22T03:09:06.502Z | [ recovery-image] Aug 22 03:09:05.239 INFO O| Aug 22 03:09:05.239 INFO STEP 241 (remove_files) COMPLETE |
4633 | 2024-08-22T03:09:06.504Z | [ recovery-image] Aug 22 03:09:05.240 INFO O| Aug 22 03:09:05.239 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-08-22T03:09:06.511Z | [ recovery-image] Aug 22 03:09:05.249 INFO O| Aug 22 03:09:05.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4635 | 2024-08-22T03:09:06.511Z | [ recovery-image] Aug 22 03:09:05.249 INFO O| Aug 22 03:09:05.249 INFO STEP 242 (remove_files) COMPLETE |
4636 | 2024-08-22T03:09:06.514Z | [ recovery-image] Aug 22 03:09:05.249 INFO O| Aug 22 03:09:05.249 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-08-22T03:09:06.521Z | [ recovery-image] Aug 22 03:09:05.259 INFO O| Aug 22 03:09:05.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4638 | 2024-08-22T03:09:06.521Z | [ recovery-image] Aug 22 03:09:05.259 INFO O| Aug 22 03:09:05.259 INFO STEP 243 (remove_files) COMPLETE |
4639 | 2024-08-22T03:09:06.523Z | [ recovery-image] Aug 22 03:09:05.259 INFO O| Aug 22 03:09:05.259 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-08-22T03:09:06.531Z | [ recovery-image] Aug 22 03:09:05.269 INFO O| Aug 22 03:09:05.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4641 | 2024-08-22T03:09:06.531Z | [ recovery-image] Aug 22 03:09:05.269 INFO O| Aug 22 03:09:05.269 INFO STEP 244 (remove_files) COMPLETE |
4642 | 2024-08-22T03:09:06.533Z | [ recovery-image] Aug 22 03:09:05.269 INFO O| Aug 22 03:09:05.269 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-08-22T03:09:06.540Z | [ recovery-image] Aug 22 03:09:05.278 INFO O| Aug 22 03:09:05.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4644 | 2024-08-22T03:09:06.540Z | [ recovery-image] Aug 22 03:09:05.278 INFO O| Aug 22 03:09:05.278 INFO STEP 245 (remove_files) COMPLETE |
4645 | 2024-08-22T03:09:06.543Z | [ recovery-image] Aug 22 03:09:05.278 INFO O| Aug 22 03:09:05.278 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-08-22T03:09:06.550Z | [ recovery-image] Aug 22 03:09:05.288 INFO O| Aug 22 03:09:05.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4647 | 2024-08-22T03:09:06.550Z | [ recovery-image] Aug 22 03:09:05.288 INFO O| Aug 22 03:09:05.288 INFO STEP 246 (remove_files) COMPLETE |
4648 | 2024-08-22T03:09:06.553Z | [ recovery-image] Aug 22 03:09:05.288 INFO O| Aug 22 03:09:05.288 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-08-22T03:09:06.560Z | [ recovery-image] Aug 22 03:09:05.298 INFO O| Aug 22 03:09:05.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4650 | 2024-08-22T03:09:06.560Z | [ recovery-image] Aug 22 03:09:05.298 INFO O| Aug 22 03:09:05.298 INFO STEP 247 (remove_files) COMPLETE |
4651 | 2024-08-22T03:09:06.562Z | [ recovery-image] Aug 22 03:09:05.298 INFO O| Aug 22 03:09:05.298 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-08-22T03:09:06.569Z | [ recovery-image] Aug 22 03:09:05.307 INFO O| Aug 22 03:09:05.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4653 | 2024-08-22T03:09:06.569Z | [ recovery-image] Aug 22 03:09:05.307 INFO O| Aug 22 03:09:05.307 INFO STEP 248 (remove_files) COMPLETE |
4654 | 2024-08-22T03:09:06.572Z | [ recovery-image] Aug 22 03:09:05.307 INFO O| Aug 22 03:09:05.307 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-08-22T03:09:06.579Z | [ recovery-image] Aug 22 03:09:05.317 INFO O| Aug 22 03:09:05.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4656 | 2024-08-22T03:09:06.579Z | [ recovery-image] Aug 22 03:09:05.317 INFO O| Aug 22 03:09:05.317 INFO STEP 249 (remove_files) COMPLETE |
4657 | 2024-08-22T03:09:06.579Z | [ recovery-image] Aug 22 03:09:05.317 INFO O| Aug 22 03:09:05.317 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-08-22T03:09:06.589Z | [ recovery-image] Aug 22 03:09:05.326 INFO O| Aug 22 03:09:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4659 | 2024-08-22T03:09:06.589Z | [ recovery-image] Aug 22 03:09:05.326 INFO O| Aug 22 03:09:05.326 INFO STEP 250 (remove_files) COMPLETE |
4660 | 2024-08-22T03:09:06.591Z | [ recovery-image] Aug 22 03:09:05.326 INFO O| Aug 22 03:09:05.326 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-08-22T03:09:06.598Z | [ recovery-image] Aug 22 03:09:05.336 INFO O| Aug 22 03:09:05.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4662 | 2024-08-22T03:09:06.598Z | [ recovery-image] Aug 22 03:09:05.336 INFO O| Aug 22 03:09:05.336 INFO STEP 251 (remove_files) COMPLETE |
4663 | 2024-08-22T03:09:06.601Z | [ recovery-image] Aug 22 03:09:05.336 INFO O| Aug 22 03:09:05.336 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-08-22T03:09:06.608Z | [ recovery-image] Aug 22 03:09:05.346 INFO O| Aug 22 03:09:05.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4665 | 2024-08-22T03:09:06.608Z | [ recovery-image] Aug 22 03:09:05.346 INFO O| Aug 22 03:09:05.346 INFO STEP 252 (remove_files) COMPLETE |
4666 | 2024-08-22T03:09:06.611Z | [ recovery-image] Aug 22 03:09:05.346 INFO O| Aug 22 03:09:05.346 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-08-22T03:09:06.617Z | [ recovery-image] Aug 22 03:09:05.355 INFO O| Aug 22 03:09:05.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4668 | 2024-08-22T03:09:06.617Z | [ recovery-image] Aug 22 03:09:05.355 INFO O| Aug 22 03:09:05.355 INFO STEP 253 (remove_files) COMPLETE |
4669 | 2024-08-22T03:09:06.620Z | [ recovery-image] Aug 22 03:09:05.355 INFO O| Aug 22 03:09:05.355 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-08-22T03:09:06.627Z | [ recovery-image] Aug 22 03:09:05.365 INFO O| Aug 22 03:09:05.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4671 | 2024-08-22T03:09:06.629Z | [ recovery-image] Aug 22 03:09:05.365 INFO O| Aug 22 03:09:05.365 INFO STEP 254 (remove_files) COMPLETE |
4672 | 2024-08-22T03:09:06.629Z | [ recovery-image] Aug 22 03:09:05.365 INFO O| Aug 22 03:09:05.365 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-08-22T03:09:06.637Z | [ recovery-image] Aug 22 03:09:05.375 INFO O| Aug 22 03:09:05.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4674 | 2024-08-22T03:09:06.637Z | [ recovery-image] Aug 22 03:09:05.375 INFO O| Aug 22 03:09:05.375 INFO STEP 255 (remove_files) COMPLETE |
4675 | 2024-08-22T03:09:06.639Z | [ recovery-image] Aug 22 03:09:05.375 INFO O| Aug 22 03:09:05.375 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-08-22T03:09:06.647Z | [ recovery-image] Aug 22 03:09:05.384 INFO O| Aug 22 03:09:05.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4677 | 2024-08-22T03:09:06.649Z | [ recovery-image] Aug 22 03:09:05.384 INFO O| Aug 22 03:09:05.384 INFO STEP 256 (remove_files) COMPLETE |
4678 | 2024-08-22T03:09:06.649Z | [ recovery-image] Aug 22 03:09:05.384 INFO O| Aug 22 03:09:05.384 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-08-22T03:09:06.657Z | [ recovery-image] Aug 22 03:09:05.394 INFO O| Aug 22 03:09:05.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4680 | 2024-08-22T03:09:06.657Z | [ recovery-image] Aug 22 03:09:05.394 INFO O| Aug 22 03:09:05.394 INFO STEP 257 (remove_files) COMPLETE |
4681 | 2024-08-22T03:09:06.659Z | [ recovery-image] Aug 22 03:09:05.394 INFO O| Aug 22 03:09:05.394 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-08-22T03:09:06.666Z | [ recovery-image] Aug 22 03:09:05.404 INFO O| Aug 22 03:09:05.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4683 | 2024-08-22T03:09:06.669Z | [ recovery-image] Aug 22 03:09:05.405 INFO O| Aug 22 03:09:05.405 INFO STEP 258 (remove_files) COMPLETE |
4684 | 2024-08-22T03:09:06.669Z | [ recovery-image] Aug 22 03:09:05.405 INFO O| Aug 22 03:09:05.405 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-08-22T03:09:06.677Z | [ recovery-image] Aug 22 03:09:05.415 INFO O| Aug 22 03:09:05.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4686 | 2024-08-22T03:09:06.677Z | [ recovery-image] Aug 22 03:09:05.415 INFO O| Aug 22 03:09:05.415 INFO STEP 259 (remove_files) COMPLETE |
4687 | 2024-08-22T03:09:06.679Z | [ recovery-image] Aug 22 03:09:05.415 INFO O| Aug 22 03:09:05.415 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-08-22T03:09:06.687Z | [ recovery-image] Aug 22 03:09:05.424 INFO O| Aug 22 03:09:05.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4689 | 2024-08-22T03:09:06.687Z | [ recovery-image] Aug 22 03:09:05.424 INFO O| Aug 22 03:09:05.424 INFO STEP 260 (remove_files) COMPLETE |
4690 | 2024-08-22T03:09:06.689Z | [ recovery-image] Aug 22 03:09:05.424 INFO O| Aug 22 03:09:05.424 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-08-22T03:09:06.696Z | [ recovery-image] Aug 22 03:09:05.434 INFO O| Aug 22 03:09:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4692 | 2024-08-22T03:09:06.698Z | [ recovery-image] Aug 22 03:09:05.434 INFO O| Aug 22 03:09:05.434 INFO STEP 261 (remove_files) COMPLETE |
4693 | 2024-08-22T03:09:06.698Z | [ recovery-image] Aug 22 03:09:05.434 INFO O| Aug 22 03:09:05.434 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-08-22T03:09:06.705Z | [ recovery-image] Aug 22 03:09:05.443 INFO O| Aug 22 03:09:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4695 | 2024-08-22T03:09:06.705Z | [ recovery-image] Aug 22 03:09:05.443 INFO O| Aug 22 03:09:05.443 INFO STEP 262 (remove_files) COMPLETE |
4696 | 2024-08-22T03:09:06.708Z | [ recovery-image] Aug 22 03:09:05.443 INFO O| Aug 22 03:09:05.443 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-08-22T03:09:06.715Z | [ recovery-image] Aug 22 03:09:05.452 INFO O| Aug 22 03:09:05.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4698 | 2024-08-22T03:09:06.716Z | [ recovery-image] Aug 22 03:09:05.452 INFO O| Aug 22 03:09:05.452 INFO STEP 263 (remove_files) COMPLETE |
4699 | 2024-08-22T03:09:06.716Z | [ recovery-image] Aug 22 03:09:05.452 INFO O| Aug 22 03:09:05.452 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-08-22T03:09:06.724Z | [ recovery-image] Aug 22 03:09:05.462 INFO O| Aug 22 03:09:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4701 | 2024-08-22T03:09:06.724Z | [ recovery-image] Aug 22 03:09:05.462 INFO O| Aug 22 03:09:05.462 INFO STEP 264 (remove_files) COMPLETE |
4702 | 2024-08-22T03:09:06.727Z | [ recovery-image] Aug 22 03:09:05.462 INFO O| Aug 22 03:09:05.462 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-08-22T03:09:06.733Z | [ recovery-image] Aug 22 03:09:05.471 INFO O| Aug 22 03:09:05.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4704 | 2024-08-22T03:09:06.733Z | [ recovery-image] Aug 22 03:09:05.471 INFO O| Aug 22 03:09:05.471 INFO STEP 265 (remove_files) COMPLETE |
4705 | 2024-08-22T03:09:06.733Z | [ recovery-image] Aug 22 03:09:05.471 INFO O| Aug 22 03:09:05.471 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-08-22T03:09:06.743Z | [ recovery-image] Aug 22 03:09:05.480 INFO O| Aug 22 03:09:05.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4707 | 2024-08-22T03:09:06.743Z | [ recovery-image] Aug 22 03:09:05.481 INFO O| Aug 22 03:09:05.481 INFO STEP 266 (remove_files) COMPLETE |
4708 | 2024-08-22T03:09:06.745Z | [ recovery-image] Aug 22 03:09:05.481 INFO O| Aug 22 03:09:05.481 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-08-22T03:09:06.753Z | [ recovery-image] Aug 22 03:09:05.490 INFO O| Aug 22 03:09:05.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4710 | 2024-08-22T03:09:06.753Z | [ recovery-image] Aug 22 03:09:05.490 INFO O| Aug 22 03:09:05.490 INFO STEP 267 (remove_files) COMPLETE |
4711 | 2024-08-22T03:09:06.753Z | [ recovery-image] Aug 22 03:09:05.491 INFO O| Aug 22 03:09:05.490 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-08-22T03:09:06.763Z | [ recovery-image] Aug 22 03:09:05.501 INFO O| Aug 22 03:09:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4713 | 2024-08-22T03:09:06.763Z | [ recovery-image] Aug 22 03:09:05.501 INFO O| Aug 22 03:09:05.501 INFO STEP 268 (remove_files) COMPLETE |
4714 | 2024-08-22T03:09:06.765Z | [ recovery-image] Aug 22 03:09:05.501 INFO O| Aug 22 03:09:05.501 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-08-22T03:09:06.773Z | [ recovery-image] Aug 22 03:09:05.510 INFO O| Aug 22 03:09:05.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4716 | 2024-08-22T03:09:06.773Z | [ recovery-image] Aug 22 03:09:05.510 INFO O| Aug 22 03:09:05.510 INFO STEP 269 (remove_files) COMPLETE |
4717 | 2024-08-22T03:09:06.775Z | [ recovery-image] Aug 22 03:09:05.510 INFO O| Aug 22 03:09:05.510 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-08-22T03:09:06.782Z | [ recovery-image] Aug 22 03:09:05.520 INFO O| Aug 22 03:09:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4719 | 2024-08-22T03:09:06.783Z | [ recovery-image] Aug 22 03:09:05.520 INFO O| Aug 22 03:09:05.520 INFO STEP 270 (remove_files) COMPLETE |
4720 | 2024-08-22T03:09:06.785Z | [ recovery-image] Aug 22 03:09:05.520 INFO O| Aug 22 03:09:05.520 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-08-22T03:09:06.792Z | [ recovery-image] Aug 22 03:09:05.530 INFO O| Aug 22 03:09:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4722 | 2024-08-22T03:09:06.795Z | [ recovery-image] Aug 22 03:09:05.530 INFO O| Aug 22 03:09:05.530 INFO STEP 271 (remove_files) COMPLETE |
4723 | 2024-08-22T03:09:06.795Z | [ recovery-image] Aug 22 03:09:05.530 INFO O| Aug 22 03:09:05.530 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-08-22T03:09:06.802Z | [ recovery-image] Aug 22 03:09:05.539 INFO O| Aug 22 03:09:05.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4725 | 2024-08-22T03:09:06.802Z | [ recovery-image] Aug 22 03:09:05.539 INFO O| Aug 22 03:09:05.539 INFO STEP 272 (remove_files) COMPLETE |
4726 | 2024-08-22T03:09:06.802Z | [ recovery-image] Aug 22 03:09:05.539 INFO O| Aug 22 03:09:05.539 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-08-22T03:09:06.811Z | [ recovery-image] Aug 22 03:09:05.549 INFO O| Aug 22 03:09:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4728 | 2024-08-22T03:09:06.811Z | [ recovery-image] Aug 22 03:09:05.549 INFO O| Aug 22 03:09:05.549 INFO STEP 273 (remove_files) COMPLETE |
4729 | 2024-08-22T03:09:06.811Z | [ recovery-image] Aug 22 03:09:05.549 INFO O| Aug 22 03:09:05.549 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-08-22T03:09:06.821Z | [ recovery-image] Aug 22 03:09:05.558 INFO O| Aug 22 03:09:05.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4731 | 2024-08-22T03:09:06.821Z | [ recovery-image] Aug 22 03:09:05.558 INFO O| Aug 22 03:09:05.558 INFO STEP 274 (remove_files) COMPLETE |
4732 | 2024-08-22T03:09:06.821Z | [ recovery-image] Aug 22 03:09:05.558 INFO O| Aug 22 03:09:05.558 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-08-22T03:09:06.830Z | [ recovery-image] Aug 22 03:09:05.568 INFO O| Aug 22 03:09:05.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4734 | 2024-08-22T03:09:06.832Z | [ recovery-image] Aug 22 03:09:05.568 INFO O| Aug 22 03:09:05.568 INFO STEP 275 (remove_files) COMPLETE |
4735 | 2024-08-22T03:09:06.832Z | [ recovery-image] Aug 22 03:09:05.568 INFO O| Aug 22 03:09:05.568 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-08-22T03:09:06.840Z | [ recovery-image] Aug 22 03:09:05.577 INFO O| Aug 22 03:09:05.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4737 | 2024-08-22T03:09:06.842Z | [ recovery-image] Aug 22 03:09:05.577 INFO O| Aug 22 03:09:05.577 INFO STEP 276 (remove_files) COMPLETE |
4738 | 2024-08-22T03:09:06.842Z | [ recovery-image] Aug 22 03:09:05.577 INFO O| Aug 22 03:09:05.577 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-08-22T03:09:06.849Z | [ recovery-image] Aug 22 03:09:05.587 INFO O| Aug 22 03:09:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4740 | 2024-08-22T03:09:06.851Z | [ recovery-image] Aug 22 03:09:05.587 INFO O| Aug 22 03:09:05.587 INFO STEP 277 (remove_files) COMPLETE |
4741 | 2024-08-22T03:09:06.852Z | [ recovery-image] Aug 22 03:09:05.587 INFO O| Aug 22 03:09:05.587 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-08-22T03:09:06.858Z | [ recovery-image] Aug 22 03:09:05.596 INFO O| Aug 22 03:09:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4743 | 2024-08-22T03:09:06.859Z | [ recovery-image] Aug 22 03:09:05.596 INFO O| Aug 22 03:09:05.596 INFO STEP 278 (remove_files) COMPLETE |
4744 | 2024-08-22T03:09:06.859Z | [ recovery-image] Aug 22 03:09:05.596 INFO O| Aug 22 03:09:05.596 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-08-22T03:09:06.868Z | [ recovery-image] Aug 22 03:09:05.605 INFO O| Aug 22 03:09:05.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4746 | 2024-08-22T03:09:06.868Z | [ recovery-image] Aug 22 03:09:05.606 INFO O| Aug 22 03:09:05.606 INFO STEP 279 (remove_files) COMPLETE |
4747 | 2024-08-22T03:09:06.877Z | [ recovery-image] Aug 22 03:09:05.606 INFO O| Aug 22 03:09:05.606 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-08-22T03:09:06.883Z | [ recovery-image] Aug 22 03:09:05.615 INFO O| Aug 22 03:09:05.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4749 | 2024-08-22T03:09:06.883Z | [ recovery-image] Aug 22 03:09:05.615 INFO O| Aug 22 03:09:05.615 INFO STEP 280 (remove_files) COMPLETE |
4750 | 2024-08-22T03:09:06.883Z | [ recovery-image] Aug 22 03:09:05.615 INFO O| Aug 22 03:09:05.615 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-08-22T03:09:06.889Z | [ recovery-image] Aug 22 03:09:05.624 INFO O| Aug 22 03:09:05.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4752 | 2024-08-22T03:09:06.889Z | [ recovery-image] Aug 22 03:09:05.624 INFO O| Aug 22 03:09:05.624 INFO STEP 281 (remove_files) COMPLETE |
4753 | 2024-08-22T03:09:06.889Z | [ recovery-image] Aug 22 03:09:05.624 INFO O| Aug 22 03:09:05.624 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-08-22T03:09:06.896Z | [ recovery-image] Aug 22 03:09:05.634 INFO O| Aug 22 03:09:05.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4755 | 2024-08-22T03:09:06.896Z | [ recovery-image] Aug 22 03:09:05.634 INFO O| Aug 22 03:09:05.634 INFO STEP 282 (remove_files) COMPLETE |
4756 | 2024-08-22T03:09:06.896Z | [ recovery-image] Aug 22 03:09:05.634 INFO O| Aug 22 03:09:05.634 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-08-22T03:09:06.906Z | [ recovery-image] Aug 22 03:09:05.644 INFO O| Aug 22 03:09:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4758 | 2024-08-22T03:09:06.906Z | [ recovery-image] Aug 22 03:09:05.644 INFO O| Aug 22 03:09:05.644 INFO STEP 283 (remove_files) COMPLETE |
4759 | 2024-08-22T03:09:06.909Z | [ recovery-image] Aug 22 03:09:05.644 INFO O| Aug 22 03:09:05.644 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-08-22T03:09:06.915Z | [ recovery-image] Aug 22 03:09:05.653 INFO O| Aug 22 03:09:05.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4761 | 2024-08-22T03:09:06.918Z | [ recovery-image] Aug 22 03:09:05.653 INFO O| Aug 22 03:09:05.653 INFO STEP 284 (remove_files) COMPLETE |
4762 | 2024-08-22T03:09:06.918Z | [ recovery-image] Aug 22 03:09:05.653 INFO O| Aug 22 03:09:05.653 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-08-22T03:09:06.926Z | [ recovery-image] Aug 22 03:09:05.663 INFO O| Aug 22 03:09:05.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4764 | 2024-08-22T03:09:06.929Z | [ recovery-image] Aug 22 03:09:05.663 INFO O| Aug 22 03:09:05.663 INFO STEP 285 (remove_files) COMPLETE |
4765 | 2024-08-22T03:09:06.929Z | [ recovery-image] Aug 22 03:09:05.663 INFO O| Aug 22 03:09:05.663 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-08-22T03:09:06.935Z | [ recovery-image] Aug 22 03:09:05.672 INFO O| Aug 22 03:09:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4767 | 2024-08-22T03:09:06.935Z | [ recovery-image] Aug 22 03:09:05.672 INFO O| Aug 22 03:09:05.672 INFO STEP 286 (remove_files) COMPLETE |
4768 | 2024-08-22T03:09:06.937Z | [ recovery-image] Aug 22 03:09:05.672 INFO O| Aug 22 03:09:05.672 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-08-22T03:09:06.944Z | [ recovery-image] Aug 22 03:09:05.682 INFO O| Aug 22 03:09:05.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4770 | 2024-08-22T03:09:06.946Z | [ recovery-image] Aug 22 03:09:05.682 INFO O| Aug 22 03:09:05.682 INFO STEP 287 (remove_files) COMPLETE |
4771 | 2024-08-22T03:09:06.946Z | [ recovery-image] Aug 22 03:09:05.682 INFO O| Aug 22 03:09:05.682 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-08-22T03:09:06.954Z | [ recovery-image] Aug 22 03:09:05.691 INFO O| Aug 22 03:09:05.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4773 | 2024-08-22T03:09:06.954Z | [ recovery-image] Aug 22 03:09:05.692 INFO O| Aug 22 03:09:05.691 INFO STEP 288 (remove_files) COMPLETE |
4774 | 2024-08-22T03:09:06.954Z | [ recovery-image] Aug 22 03:09:05.692 INFO O| Aug 22 03:09:05.691 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-08-22T03:09:06.963Z | [ recovery-image] Aug 22 03:09:05.701 INFO O| Aug 22 03:09:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4776 | 2024-08-22T03:09:06.966Z | [ recovery-image] Aug 22 03:09:05.701 INFO O| Aug 22 03:09:05.701 INFO STEP 289 (remove_files) COMPLETE |
4777 | 2024-08-22T03:09:06.966Z | [ recovery-image] Aug 22 03:09:05.701 INFO O| Aug 22 03:09:05.701 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-08-22T03:09:06.973Z | [ recovery-image] Aug 22 03:09:05.710 INFO O| Aug 22 03:09:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4779 | 2024-08-22T03:09:06.973Z | [ recovery-image] Aug 22 03:09:05.710 INFO O| Aug 22 03:09:05.710 INFO STEP 290 (remove_files) COMPLETE |
4780 | 2024-08-22T03:09:06.973Z | [ recovery-image] Aug 22 03:09:05.710 INFO O| Aug 22 03:09:05.710 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-08-22T03:09:06.982Z | [ recovery-image] Aug 22 03:09:05.720 INFO O| Aug 22 03:09:05.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4782 | 2024-08-22T03:09:06.982Z | [ recovery-image] Aug 22 03:09:05.720 INFO O| Aug 22 03:09:05.720 INFO STEP 291 (remove_files) COMPLETE |
4783 | 2024-08-22T03:09:06.984Z | [ recovery-image] Aug 22 03:09:05.720 INFO O| Aug 22 03:09:05.720 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-08-22T03:09:06.991Z | [ recovery-image] Aug 22 03:09:05.729 INFO O| Aug 22 03:09:05.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4785 | 2024-08-22T03:09:06.992Z | [ recovery-image] Aug 22 03:09:05.729 INFO O| Aug 22 03:09:05.729 INFO STEP 292 (remove_files) COMPLETE |
4786 | 2024-08-22T03:09:06.992Z | [ recovery-image] Aug 22 03:09:05.729 INFO O| Aug 22 03:09:05.729 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-08-22T03:09:07.001Z | [ recovery-image] Aug 22 03:09:05.739 INFO O| Aug 22 03:09:05.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4788 | 2024-08-22T03:09:07.001Z | [ recovery-image] Aug 22 03:09:05.739 INFO O| Aug 22 03:09:05.739 INFO STEP 293 (remove_files) COMPLETE |
4789 | 2024-08-22T03:09:07.004Z | [ recovery-image] Aug 22 03:09:05.739 INFO O| Aug 22 03:09:05.739 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-08-22T03:09:07.010Z | [ recovery-image] Aug 22 03:09:05.748 INFO O| Aug 22 03:09:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4791 | 2024-08-22T03:09:07.013Z | [ recovery-image] Aug 22 03:09:05.748 INFO O| Aug 22 03:09:05.748 INFO STEP 294 (remove_files) COMPLETE |
4792 | 2024-08-22T03:09:07.013Z | [ recovery-image] Aug 22 03:09:05.748 INFO O| Aug 22 03:09:05.748 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-08-22T03:09:07.020Z | [ recovery-image] Aug 22 03:09:05.757 INFO O| Aug 22 03:09:05.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4794 | 2024-08-22T03:09:07.020Z | [ recovery-image] Aug 22 03:09:05.757 INFO O| Aug 22 03:09:05.757 INFO STEP 295 (remove_files) COMPLETE |
4795 | 2024-08-22T03:09:07.022Z | [ recovery-image] Aug 22 03:09:05.757 INFO O| Aug 22 03:09:05.757 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-08-22T03:09:07.029Z | [ recovery-image] Aug 22 03:09:05.767 INFO O| Aug 22 03:09:05.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4797 | 2024-08-22T03:09:07.029Z | [ recovery-image] Aug 22 03:09:05.767 INFO O| Aug 22 03:09:05.767 INFO STEP 296 (remove_files) COMPLETE |
4798 | 2024-08-22T03:09:07.031Z | [ recovery-image] Aug 22 03:09:05.767 INFO O| Aug 22 03:09:05.767 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-08-22T03:09:07.167Z | [ recovery-image] Aug 22 03:09:05.776 INFO O| Aug 22 03:09:05.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4800 | 2024-08-22T03:09:07.167Z | [ recovery-image] Aug 22 03:09:05.776 INFO O| Aug 22 03:09:05.776 INFO STEP 297 (remove_files) COMPLETE |
4801 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.776 INFO O| Aug 22 03:09:05.776 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.786 INFO O| Aug 22 03:09:05.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4803 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.786 INFO O| Aug 22 03:09:05.786 INFO STEP 298 (remove_files) COMPLETE |
4804 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.786 INFO O| Aug 22 03:09:05.786 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.795 INFO O| Aug 22 03:09:05.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4806 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.795 INFO O| Aug 22 03:09:05.795 INFO STEP 299 (remove_files) COMPLETE |
4807 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.795 INFO O| Aug 22 03:09:05.795 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.804 INFO O| Aug 22 03:09:05.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4809 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.804 INFO O| Aug 22 03:09:05.804 INFO STEP 300 (remove_files) COMPLETE |
4810 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.804 INFO O| Aug 22 03:09:05.804 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.814 INFO O| Aug 22 03:09:05.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4812 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.814 INFO O| Aug 22 03:09:05.814 INFO STEP 301 (remove_files) COMPLETE |
4813 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.814 INFO O| Aug 22 03:09:05.814 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.825 INFO O| Aug 22 03:09:05.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4815 | 2024-08-22T03:09:07.170Z | [ recovery-image] Aug 22 03:09:05.825 INFO O| Aug 22 03:09:05.825 INFO STEP 302 (remove_files) COMPLETE |
4816 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.825 INFO O| Aug 22 03:09:05.825 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.834 INFO O| Aug 22 03:09:05.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4818 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.834 INFO O| Aug 22 03:09:05.834 INFO STEP 303 (remove_files) COMPLETE |
4819 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.834 INFO O| Aug 22 03:09:05.834 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.844 INFO O| Aug 22 03:09:05.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4821 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.844 INFO O| Aug 22 03:09:05.844 INFO STEP 304 (remove_files) COMPLETE |
4822 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.844 INFO O| Aug 22 03:09:05.844 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.853 INFO O| Aug 22 03:09:05.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4824 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.854 INFO O| Aug 22 03:09:05.854 INFO STEP 305 (remove_files) COMPLETE |
4825 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.854 INFO O| Aug 22 03:09:05.854 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.863 INFO O| Aug 22 03:09:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4827 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.863 INFO O| Aug 22 03:09:05.863 INFO STEP 306 (remove_files) COMPLETE |
4828 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.863 INFO O| Aug 22 03:09:05.863 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.872 INFO O| Aug 22 03:09:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4830 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.872 INFO O| Aug 22 03:09:05.872 INFO STEP 307 (remove_files) COMPLETE |
4831 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.872 INFO O| Aug 22 03:09:05.872 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.882 INFO O| Aug 22 03:09:05.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4833 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.882 INFO O| Aug 22 03:09:05.882 INFO STEP 308 (remove_files) COMPLETE |
4834 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.882 INFO O| Aug 22 03:09:05.882 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.891 INFO O| Aug 22 03:09:05.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4836 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.891 INFO O| Aug 22 03:09:05.891 INFO STEP 309 (remove_files) COMPLETE |
4837 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.891 INFO O| Aug 22 03:09:05.891 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.901 INFO O| Aug 22 03:09:05.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4839 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.901 INFO O| Aug 22 03:09:05.901 INFO STEP 310 (remove_files) COMPLETE |
4840 | 2024-08-22T03:09:07.171Z | [ recovery-image] Aug 22 03:09:05.901 INFO O| Aug 22 03:09:05.901 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-08-22T03:09:07.174Z | [ recovery-image] Aug 22 03:09:05.911 INFO O| Aug 22 03:09:05.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4842 | 2024-08-22T03:09:07.174Z | [ recovery-image] Aug 22 03:09:05.911 INFO O| Aug 22 03:09:05.911 INFO STEP 311 (remove_files) COMPLETE |
4843 | 2024-08-22T03:09:07.174Z | [ recovery-image] Aug 22 03:09:05.911 INFO O| Aug 22 03:09:05.911 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-08-22T03:09:07.182Z | [ recovery-image] Aug 22 03:09:05.920 INFO O| Aug 22 03:09:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4845 | 2024-08-22T03:09:07.182Z | [ recovery-image] Aug 22 03:09:05.920 INFO O| Aug 22 03:09:05.920 INFO STEP 312 (remove_files) COMPLETE |
4846 | 2024-08-22T03:09:07.185Z | [ recovery-image] Aug 22 03:09:05.920 INFO O| Aug 22 03:09:05.920 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-08-22T03:09:07.192Z | [ recovery-image] Aug 22 03:09:05.929 INFO O| Aug 22 03:09:05.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4848 | 2024-08-22T03:09:07.192Z | [ recovery-image] Aug 22 03:09:05.929 INFO O| Aug 22 03:09:05.929 INFO STEP 313 (remove_files) COMPLETE |
4849 | 2024-08-22T03:09:07.192Z | [ recovery-image] Aug 22 03:09:05.929 INFO O| Aug 22 03:09:05.929 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-08-22T03:09:07.201Z | [ recovery-image] Aug 22 03:09:05.939 INFO O| Aug 22 03:09:05.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4851 | 2024-08-22T03:09:07.203Z | [ recovery-image] Aug 22 03:09:05.939 INFO O| Aug 22 03:09:05.939 INFO STEP 314 (remove_files) COMPLETE |
4852 | 2024-08-22T03:09:07.204Z | [ recovery-image] Aug 22 03:09:05.939 INFO O| Aug 22 03:09:05.939 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-08-22T03:09:07.210Z | [ recovery-image] Aug 22 03:09:05.948 INFO O| Aug 22 03:09:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4854 | 2024-08-22T03:09:07.213Z | [ recovery-image] Aug 22 03:09:05.948 INFO O| Aug 22 03:09:05.948 INFO STEP 315 (remove_files) COMPLETE |
4855 | 2024-08-22T03:09:07.213Z | [ recovery-image] Aug 22 03:09:05.948 INFO O| Aug 22 03:09:05.948 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-08-22T03:09:07.220Z | [ recovery-image] Aug 22 03:09:05.958 INFO O| Aug 22 03:09:05.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4857 | 2024-08-22T03:09:07.220Z | [ recovery-image] Aug 22 03:09:05.958 INFO O| Aug 22 03:09:05.958 INFO STEP 316 (remove_files) COMPLETE |
4858 | 2024-08-22T03:09:07.220Z | [ recovery-image] Aug 22 03:09:05.958 INFO O| Aug 22 03:09:05.958 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-08-22T03:09:07.229Z | [ recovery-image] Aug 22 03:09:05.967 INFO O| Aug 22 03:09:05.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4860 | 2024-08-22T03:09:07.229Z | [ recovery-image] Aug 22 03:09:05.967 INFO O| Aug 22 03:09:05.967 INFO STEP 317 (remove_files) COMPLETE |
4861 | 2024-08-22T03:09:07.232Z | [ recovery-image] Aug 22 03:09:05.967 INFO O| Aug 22 03:09:05.967 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-08-22T03:09:07.239Z | [ recovery-image] Aug 22 03:09:05.976 INFO O| Aug 22 03:09:05.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4863 | 2024-08-22T03:09:07.239Z | [ recovery-image] Aug 22 03:09:05.976 INFO O| Aug 22 03:09:05.976 INFO STEP 318 (remove_files) COMPLETE |
4864 | 2024-08-22T03:09:07.241Z | [ recovery-image] Aug 22 03:09:05.977 INFO O| Aug 22 03:09:05.976 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-08-22T03:09:07.248Z | [ recovery-image] Aug 22 03:09:05.986 INFO O| Aug 22 03:09:05.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4866 | 2024-08-22T03:09:07.248Z | [ recovery-image] Aug 22 03:09:05.986 INFO O| Aug 22 03:09:05.986 INFO STEP 319 (remove_files) COMPLETE |
4867 | 2024-08-22T03:09:07.251Z | [ recovery-image] Aug 22 03:09:05.986 INFO O| Aug 22 03:09:05.986 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-08-22T03:09:07.258Z | [ recovery-image] Aug 22 03:09:05.995 INFO O| Aug 22 03:09:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4869 | 2024-08-22T03:09:07.258Z | [ recovery-image] Aug 22 03:09:05.995 INFO O| Aug 22 03:09:05.995 INFO STEP 320 (remove_files) COMPLETE |
4870 | 2024-08-22T03:09:07.258Z | [ recovery-image] Aug 22 03:09:05.995 INFO O| Aug 22 03:09:05.995 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-08-22T03:09:07.268Z | [ recovery-image] Aug 22 03:09:06.006 INFO O| Aug 22 03:09:06.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4872 | 2024-08-22T03:09:07.268Z | [ recovery-image] Aug 22 03:09:06.006 INFO O| Aug 22 03:09:06.006 INFO STEP 321 (remove_files) COMPLETE |
4873 | 2024-08-22T03:09:07.270Z | [ recovery-image] Aug 22 03:09:06.006 INFO O| Aug 22 03:09:06.006 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-08-22T03:09:07.278Z | [ recovery-image] Aug 22 03:09:06.015 INFO O| Aug 22 03:09:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4875 | 2024-08-22T03:09:07.278Z | [ recovery-image] Aug 22 03:09:06.015 INFO O| Aug 22 03:09:06.015 INFO STEP 322 (remove_files) COMPLETE |
4876 | 2024-08-22T03:09:07.278Z | [ recovery-image] Aug 22 03:09:06.015 INFO O| Aug 22 03:09:06.015 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-08-22T03:09:07.287Z | [ recovery-image] Aug 22 03:09:06.025 INFO O| Aug 22 03:09:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4878 | 2024-08-22T03:09:07.287Z | [ recovery-image] Aug 22 03:09:06.025 INFO O| Aug 22 03:09:06.025 INFO STEP 323 (remove_files) COMPLETE |
4879 | 2024-08-22T03:09:07.287Z | [ recovery-image] Aug 22 03:09:06.025 INFO O| Aug 22 03:09:06.025 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-08-22T03:09:07.297Z | [ recovery-image] Aug 22 03:09:06.034 INFO O| Aug 22 03:09:06.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4881 | 2024-08-22T03:09:07.297Z | [ recovery-image] Aug 22 03:09:06.034 INFO O| Aug 22 03:09:06.034 INFO STEP 324 (remove_files) COMPLETE |
4882 | 2024-08-22T03:09:07.299Z | [ recovery-image] Aug 22 03:09:06.034 INFO O| Aug 22 03:09:06.034 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-08-22T03:09:07.306Z | [ recovery-image] Aug 22 03:09:06.044 INFO O| Aug 22 03:09:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4884 | 2024-08-22T03:09:07.306Z | [ recovery-image] Aug 22 03:09:06.044 INFO O| Aug 22 03:09:06.044 INFO STEP 325 (remove_files) COMPLETE |
4885 | 2024-08-22T03:09:07.308Z | [ recovery-image] Aug 22 03:09:06.044 INFO O| Aug 22 03:09:06.044 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-08-22T03:09:07.315Z | [ recovery-image] Aug 22 03:09:06.053 INFO O| Aug 22 03:09:06.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4887 | 2024-08-22T03:09:07.318Z | [ recovery-image] Aug 22 03:09:06.053 INFO O| Aug 22 03:09:06.053 INFO STEP 326 (remove_files) COMPLETE |
4888 | 2024-08-22T03:09:07.318Z | [ recovery-image] Aug 22 03:09:06.053 INFO O| Aug 22 03:09:06.053 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-08-22T03:09:07.325Z | [ recovery-image] Aug 22 03:09:06.062 INFO O| Aug 22 03:09:06.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4890 | 2024-08-22T03:09:07.325Z | [ recovery-image] Aug 22 03:09:06.062 INFO O| Aug 22 03:09:06.062 INFO STEP 327 (remove_files) COMPLETE |
4891 | 2024-08-22T03:09:07.325Z | [ recovery-image] Aug 22 03:09:06.062 INFO O| Aug 22 03:09:06.062 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-08-22T03:09:07.334Z | [ recovery-image] Aug 22 03:09:06.072 INFO O| Aug 22 03:09:06.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4893 | 2024-08-22T03:09:07.334Z | [ recovery-image] Aug 22 03:09:06.072 INFO O| Aug 22 03:09:06.072 INFO STEP 328 (remove_files) COMPLETE |
4894 | 2024-08-22T03:09:07.334Z | [ recovery-image] Aug 22 03:09:06.072 INFO O| Aug 22 03:09:06.072 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-08-22T03:09:07.343Z | [ recovery-image] Aug 22 03:09:06.081 INFO O| Aug 22 03:09:06.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4896 | 2024-08-22T03:09:07.343Z | [ recovery-image] Aug 22 03:09:06.081 INFO O| Aug 22 03:09:06.081 INFO STEP 329 (remove_files) COMPLETE |
4897 | 2024-08-22T03:09:07.346Z | [ recovery-image] Aug 22 03:09:06.081 INFO O| Aug 22 03:09:06.081 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-08-22T03:09:07.353Z | [ recovery-image] Aug 22 03:09:06.091 INFO O| Aug 22 03:09:06.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4899 | 2024-08-22T03:09:07.353Z | [ recovery-image] Aug 22 03:09:06.091 INFO O| Aug 22 03:09:06.091 INFO STEP 330 (remove_files) COMPLETE |
4900 | 2024-08-22T03:09:07.353Z | [ recovery-image] Aug 22 03:09:06.091 INFO O| Aug 22 03:09:06.091 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-08-22T03:09:07.363Z | [ recovery-image] Aug 22 03:09:06.100 INFO O| Aug 22 03:09:06.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4902 | 2024-08-22T03:09:07.363Z | [ recovery-image] Aug 22 03:09:06.100 INFO O| Aug 22 03:09:06.100 INFO STEP 331 (remove_files) COMPLETE |
4903 | 2024-08-22T03:09:07.365Z | [ recovery-image] Aug 22 03:09:06.100 INFO O| Aug 22 03:09:06.100 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-08-22T03:09:07.372Z | [ recovery-image] Aug 22 03:09:06.110 INFO O| Aug 22 03:09:06.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4905 | 2024-08-22T03:09:07.372Z | [ recovery-image] Aug 22 03:09:06.110 INFO O| Aug 22 03:09:06.110 INFO STEP 332 (remove_files) COMPLETE |
4906 | 2024-08-22T03:09:07.374Z | [ recovery-image] Aug 22 03:09:06.110 INFO O| Aug 22 03:09:06.110 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-08-22T03:09:07.381Z | [ recovery-image] Aug 22 03:09:06.119 INFO O| Aug 22 03:09:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4908 | 2024-08-22T03:09:07.384Z | [ recovery-image] Aug 22 03:09:06.119 INFO O| Aug 22 03:09:06.119 INFO STEP 333 (remove_files) COMPLETE |
4909 | 2024-08-22T03:09:07.384Z | [ recovery-image] Aug 22 03:09:06.119 INFO O| Aug 22 03:09:06.119 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-08-22T03:09:07.391Z | [ recovery-image] Aug 22 03:09:06.128 INFO O| Aug 22 03:09:06.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4911 | 2024-08-22T03:09:07.391Z | [ recovery-image] Aug 22 03:09:06.128 INFO O| Aug 22 03:09:06.128 INFO STEP 334 (remove_files) COMPLETE |
4912 | 2024-08-22T03:09:07.393Z | [ recovery-image] Aug 22 03:09:06.128 INFO O| Aug 22 03:09:06.128 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-08-22T03:09:07.400Z | [ recovery-image] Aug 22 03:09:06.138 INFO O| Aug 22 03:09:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4914 | 2024-08-22T03:09:07.400Z | [ recovery-image] Aug 22 03:09:06.138 INFO O| Aug 22 03:09:06.138 INFO STEP 335 (remove_files) COMPLETE |
4915 | 2024-08-22T03:09:07.400Z | [ recovery-image] Aug 22 03:09:06.138 INFO O| Aug 22 03:09:06.138 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-08-22T03:09:07.410Z | [ recovery-image] Aug 22 03:09:06.147 INFO O| Aug 22 03:09:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4917 | 2024-08-22T03:09:07.410Z | [ recovery-image] Aug 22 03:09:06.147 INFO O| Aug 22 03:09:06.147 INFO STEP 336 (remove_files) COMPLETE |
4918 | 2024-08-22T03:09:07.410Z | [ recovery-image] Aug 22 03:09:06.147 INFO O| Aug 22 03:09:06.147 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-08-22T03:09:07.419Z | [ recovery-image] Aug 22 03:09:06.157 INFO O| Aug 22 03:09:06.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4920 | 2024-08-22T03:09:07.419Z | [ recovery-image] Aug 22 03:09:06.157 INFO O| Aug 22 03:09:06.157 INFO STEP 337 (remove_files) COMPLETE |
4921 | 2024-08-22T03:09:07.421Z | [ recovery-image] Aug 22 03:09:06.157 INFO O| Aug 22 03:09:06.157 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-08-22T03:09:07.428Z | [ recovery-image] Aug 22 03:09:06.166 INFO O| Aug 22 03:09:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4923 | 2024-08-22T03:09:07.428Z | [ recovery-image] Aug 22 03:09:06.166 INFO O| Aug 22 03:09:06.166 INFO STEP 338 (remove_files) COMPLETE |
4924 | 2024-08-22T03:09:07.431Z | [ recovery-image] Aug 22 03:09:06.166 INFO O| Aug 22 03:09:06.166 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-08-22T03:09:07.438Z | [ recovery-image] Aug 22 03:09:06.175 INFO O| Aug 22 03:09:06.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4926 | 2024-08-22T03:09:07.440Z | [ recovery-image] Aug 22 03:09:06.175 INFO O| Aug 22 03:09:06.175 INFO STEP 339 (remove_files) COMPLETE |
4927 | 2024-08-22T03:09:07.440Z | [ recovery-image] Aug 22 03:09:06.175 INFO O| Aug 22 03:09:06.175 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-08-22T03:09:07.447Z | [ recovery-image] Aug 22 03:09:06.185 INFO O| Aug 22 03:09:06.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4929 | 2024-08-22T03:09:07.449Z | [ recovery-image] Aug 22 03:09:06.185 INFO O| Aug 22 03:09:06.185 INFO STEP 340 (remove_files) COMPLETE |
4930 | 2024-08-22T03:09:07.449Z | [ recovery-image] Aug 22 03:09:06.185 INFO O| Aug 22 03:09:06.185 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-08-22T03:09:07.456Z | [ recovery-image] Aug 22 03:09:06.194 INFO O| Aug 22 03:09:06.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4932 | 2024-08-22T03:09:07.456Z | [ recovery-image] Aug 22 03:09:06.194 INFO O| Aug 22 03:09:06.194 INFO STEP 341 (remove_files) COMPLETE |
4933 | 2024-08-22T03:09:07.456Z | [ recovery-image] Aug 22 03:09:06.194 INFO O| Aug 22 03:09:06.194 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-08-22T03:09:07.466Z | [ recovery-image] Aug 22 03:09:06.204 INFO O| Aug 22 03:09:06.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4935 | 2024-08-22T03:09:07.466Z | [ recovery-image] Aug 22 03:09:06.204 INFO O| Aug 22 03:09:06.204 INFO STEP 342 (remove_files) COMPLETE |
4936 | 2024-08-22T03:09:07.468Z | [ recovery-image] Aug 22 03:09:06.204 INFO O| Aug 22 03:09:06.204 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-08-22T03:09:07.475Z | [ recovery-image] Aug 22 03:09:06.213 INFO O| Aug 22 03:09:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4938 | 2024-08-22T03:09:07.475Z | [ recovery-image] Aug 22 03:09:06.213 INFO O| Aug 22 03:09:06.213 INFO STEP 343 (remove_files) COMPLETE |
4939 | 2024-08-22T03:09:07.478Z | [ recovery-image] Aug 22 03:09:06.213 INFO O| Aug 22 03:09:06.213 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-08-22T03:09:07.485Z | [ recovery-image] Aug 22 03:09:06.222 INFO O| Aug 22 03:09:06.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4941 | 2024-08-22T03:09:07.485Z | [ recovery-image] Aug 22 03:09:06.222 INFO O| Aug 22 03:09:06.222 INFO STEP 344 (remove_files) COMPLETE |
4942 | 2024-08-22T03:09:07.485Z | [ recovery-image] Aug 22 03:09:06.222 INFO O| Aug 22 03:09:06.222 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-08-22T03:09:07.494Z | [ recovery-image] Aug 22 03:09:06.232 INFO O| Aug 22 03:09:06.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4944 | 2024-08-22T03:09:07.497Z | [ recovery-image] Aug 22 03:09:06.232 INFO O| Aug 22 03:09:06.232 INFO STEP 345 (remove_files) COMPLETE |
4945 | 2024-08-22T03:09:07.497Z | [ recovery-image] Aug 22 03:09:06.232 INFO O| Aug 22 03:09:06.232 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-08-22T03:09:07.503Z | [ recovery-image] Aug 22 03:09:06.241 INFO O| Aug 22 03:09:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4947 | 2024-08-22T03:09:07.503Z | [ recovery-image] Aug 22 03:09:06.241 INFO O| Aug 22 03:09:06.241 INFO STEP 346 (remove_files) COMPLETE |
4948 | 2024-08-22T03:09:07.506Z | [ recovery-image] Aug 22 03:09:06.241 INFO O| Aug 22 03:09:06.241 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-08-22T03:09:07.513Z | [ recovery-image] Aug 22 03:09:06.250 INFO O| Aug 22 03:09:06.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4950 | 2024-08-22T03:09:07.515Z | [ recovery-image] Aug 22 03:09:06.251 INFO O| Aug 22 03:09:06.250 INFO STEP 347 (remove_files) COMPLETE |
4951 | 2024-08-22T03:09:07.515Z | [ recovery-image] Aug 22 03:09:06.251 INFO O| Aug 22 03:09:06.251 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-08-22T03:09:07.523Z | [ recovery-image] Aug 22 03:09:06.260 INFO O| Aug 22 03:09:06.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4953 | 2024-08-22T03:09:07.523Z | [ recovery-image] Aug 22 03:09:06.260 INFO O| Aug 22 03:09:06.260 INFO STEP 348 (remove_files) COMPLETE |
4954 | 2024-08-22T03:09:07.526Z | [ recovery-image] Aug 22 03:09:06.260 INFO O| Aug 22 03:09:06.260 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-08-22T03:09:07.532Z | [ recovery-image] Aug 22 03:09:06.269 INFO O| Aug 22 03:09:06.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4956 | 2024-08-22T03:09:07.532Z | [ recovery-image] Aug 22 03:09:06.269 INFO O| Aug 22 03:09:06.269 INFO STEP 349 (remove_files) COMPLETE |
4957 | 2024-08-22T03:09:07.532Z | [ recovery-image] Aug 22 03:09:06.269 INFO O| Aug 22 03:09:06.269 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-08-22T03:09:07.541Z | [ recovery-image] Aug 22 03:09:06.278 INFO O| Aug 22 03:09:06.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4959 | 2024-08-22T03:09:07.543Z | [ recovery-image] Aug 22 03:09:06.279 INFO O| Aug 22 03:09:06.279 INFO STEP 350 (remove_files) COMPLETE |
4960 | 2024-08-22T03:09:07.543Z | [ recovery-image] Aug 22 03:09:06.279 INFO O| Aug 22 03:09:06.279 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-08-22T03:09:07.550Z | [ recovery-image] Aug 22 03:09:06.288 INFO O| Aug 22 03:09:06.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4962 | 2024-08-22T03:09:07.550Z | [ recovery-image] Aug 22 03:09:06.288 INFO O| Aug 22 03:09:06.288 INFO STEP 351 (remove_files) COMPLETE |
4963 | 2024-08-22T03:09:07.553Z | [ recovery-image] Aug 22 03:09:06.288 INFO O| Aug 22 03:09:06.288 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-08-22T03:09:07.560Z | [ recovery-image] Aug 22 03:09:06.297 INFO O| Aug 22 03:09:06.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4965 | 2024-08-22T03:09:07.562Z | [ recovery-image] Aug 22 03:09:06.297 INFO O| Aug 22 03:09:06.297 INFO STEP 352 (remove_files) COMPLETE |
4966 | 2024-08-22T03:09:07.562Z | [ recovery-image] Aug 22 03:09:06.297 INFO O| Aug 22 03:09:06.297 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-08-22T03:09:07.569Z | [ recovery-image] Aug 22 03:09:06.307 INFO O| Aug 22 03:09:06.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4968 | 2024-08-22T03:09:07.569Z | [ recovery-image] Aug 22 03:09:06.307 INFO O| Aug 22 03:09:06.307 INFO STEP 353 (remove_files) COMPLETE |
4969 | 2024-08-22T03:09:07.569Z | [ recovery-image] Aug 22 03:09:06.307 INFO O| Aug 22 03:09:06.307 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-08-22T03:09:07.578Z | [ recovery-image] Aug 22 03:09:06.316 INFO O| Aug 22 03:09:06.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4971 | 2024-08-22T03:09:07.582Z | [ recovery-image] Aug 22 03:09:06.316 INFO O| Aug 22 03:09:06.316 INFO STEP 354 (remove_files) COMPLETE |
4972 | 2024-08-22T03:09:07.582Z | [ recovery-image] Aug 22 03:09:06.316 INFO O| Aug 22 03:09:06.316 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-08-22T03:09:07.588Z | [ recovery-image] Aug 22 03:09:06.325 INFO O| Aug 22 03:09:06.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4974 | 2024-08-22T03:09:07.588Z | [ recovery-image] Aug 22 03:09:06.325 INFO O| Aug 22 03:09:06.325 INFO STEP 355 (remove_files) COMPLETE |
4975 | 2024-08-22T03:09:07.590Z | [ recovery-image] Aug 22 03:09:06.325 INFO O| Aug 22 03:09:06.325 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-08-22T03:09:07.597Z | [ recovery-image] Aug 22 03:09:06.335 INFO O| Aug 22 03:09:06.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4977 | 2024-08-22T03:09:07.597Z | [ recovery-image] Aug 22 03:09:06.335 INFO O| Aug 22 03:09:06.335 INFO STEP 356 (remove_files) COMPLETE |
4978 | 2024-08-22T03:09:07.600Z | [ recovery-image] Aug 22 03:09:06.335 INFO O| Aug 22 03:09:06.335 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-08-22T03:09:07.607Z | [ recovery-image] Aug 22 03:09:06.344 INFO O| Aug 22 03:09:06.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4980 | 2024-08-22T03:09:07.607Z | [ recovery-image] Aug 22 03:09:06.344 INFO O| Aug 22 03:09:06.344 INFO STEP 357 (remove_files) COMPLETE |
4981 | 2024-08-22T03:09:07.609Z | [ recovery-image] Aug 22 03:09:06.344 INFO O| Aug 22 03:09:06.344 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-08-22T03:09:07.616Z | [ recovery-image] Aug 22 03:09:06.354 INFO O| Aug 22 03:09:06.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4983 | 2024-08-22T03:09:07.616Z | [ recovery-image] Aug 22 03:09:06.354 INFO O| Aug 22 03:09:06.354 INFO STEP 358 (remove_files) COMPLETE |
4984 | 2024-08-22T03:09:07.616Z | [ recovery-image] Aug 22 03:09:06.354 INFO O| Aug 22 03:09:06.354 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-08-22T03:09:07.625Z | [ recovery-image] Aug 22 03:09:06.363 INFO O| Aug 22 03:09:06.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4986 | 2024-08-22T03:09:07.625Z | [ recovery-image] Aug 22 03:09:06.363 INFO O| Aug 22 03:09:06.363 INFO STEP 359 (remove_files) COMPLETE |
4987 | 2024-08-22T03:09:07.628Z | [ recovery-image] Aug 22 03:09:06.363 INFO O| Aug 22 03:09:06.363 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-08-22T03:09:07.635Z | [ recovery-image] Aug 22 03:09:06.372 INFO O| Aug 22 03:09:06.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4989 | 2024-08-22T03:09:07.635Z | [ recovery-image] Aug 22 03:09:06.372 INFO O| Aug 22 03:09:06.372 INFO STEP 360 (remove_files) COMPLETE |
4990 | 2024-08-22T03:09:07.635Z | [ recovery-image] Aug 22 03:09:06.372 INFO O| Aug 22 03:09:06.372 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-08-22T03:09:07.644Z | [ recovery-image] Aug 22 03:09:06.382 INFO O| Aug 22 03:09:06.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4992 | 2024-08-22T03:09:07.647Z | [ recovery-image] Aug 22 03:09:06.382 INFO O| Aug 22 03:09:06.382 INFO STEP 361 (remove_files) COMPLETE |
4993 | 2024-08-22T03:09:07.647Z | [ recovery-image] Aug 22 03:09:06.382 INFO O| Aug 22 03:09:06.382 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-08-22T03:09:07.654Z | [ recovery-image] Aug 22 03:09:06.391 INFO O| Aug 22 03:09:06.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4995 | 2024-08-22T03:09:07.654Z | [ recovery-image] Aug 22 03:09:06.391 INFO O| Aug 22 03:09:06.391 INFO STEP 362 (remove_files) COMPLETE |
4996 | 2024-08-22T03:09:07.654Z | [ recovery-image] Aug 22 03:09:06.391 INFO O| Aug 22 03:09:06.391 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-08-22T03:09:07.663Z | [ recovery-image] Aug 22 03:09:06.401 INFO O| Aug 22 03:09:06.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4998 | 2024-08-22T03:09:07.663Z | [ recovery-image] Aug 22 03:09:06.401 INFO O| Aug 22 03:09:06.401 INFO STEP 363 (remove_files) COMPLETE |
4999 | 2024-08-22T03:09:07.665Z | [ recovery-image] Aug 22 03:09:06.401 INFO O| Aug 22 03:09:06.401 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-08-22T03:09:07.672Z | [ recovery-image] Aug 22 03:09:06.410 INFO O| Aug 22 03:09:06.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5001 | 2024-08-22T03:09:07.672Z | [ recovery-image] Aug 22 03:09:06.410 INFO O| Aug 22 03:09:06.410 INFO STEP 364 (remove_files) COMPLETE |
5002 | 2024-08-22T03:09:07.672Z | [ recovery-image] Aug 22 03:09:06.410 INFO O| Aug 22 03:09:06.410 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-08-22T03:09:07.682Z | [ recovery-image] Aug 22 03:09:06.419 INFO O| Aug 22 03:09:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5004 | 2024-08-22T03:09:07.682Z | [ recovery-image] Aug 22 03:09:06.419 INFO O| Aug 22 03:09:06.419 INFO STEP 365 (remove_files) COMPLETE |
5005 | 2024-08-22T03:09:07.684Z | [ recovery-image] Aug 22 03:09:06.419 INFO O| Aug 22 03:09:06.419 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-08-22T03:09:07.691Z | [ recovery-image] Aug 22 03:09:06.429 INFO O| Aug 22 03:09:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5007 | 2024-08-22T03:09:07.691Z | [ recovery-image] Aug 22 03:09:06.429 INFO O| Aug 22 03:09:06.429 INFO STEP 366 (remove_files) COMPLETE |
5008 | 2024-08-22T03:09:07.693Z | [ recovery-image] Aug 22 03:09:06.429 INFO O| Aug 22 03:09:06.429 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-08-22T03:09:07.701Z | [ recovery-image] Aug 22 03:09:06.438 INFO O| Aug 22 03:09:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5010 | 2024-08-22T03:09:07.701Z | [ recovery-image] Aug 22 03:09:06.438 INFO O| Aug 22 03:09:06.438 INFO STEP 367 (remove_files) COMPLETE |
5011 | 2024-08-22T03:09:07.703Z | [ recovery-image] Aug 22 03:09:06.438 INFO O| Aug 22 03:09:06.438 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-08-22T03:09:07.710Z | [ recovery-image] Aug 22 03:09:06.448 INFO O| Aug 22 03:09:06.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5013 | 2024-08-22T03:09:07.713Z | [ recovery-image] Aug 22 03:09:06.448 INFO O| Aug 22 03:09:06.448 INFO STEP 368 (remove_files) COMPLETE |
5014 | 2024-08-22T03:09:07.713Z | [ recovery-image] Aug 22 03:09:06.448 INFO O| Aug 22 03:09:06.448 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-08-22T03:09:07.720Z | [ recovery-image] Aug 22 03:09:06.457 INFO O| Aug 22 03:09:06.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5016 | 2024-08-22T03:09:07.720Z | [ recovery-image] Aug 22 03:09:06.457 INFO O| Aug 22 03:09:06.457 INFO STEP 369 (remove_files) COMPLETE |
5017 | 2024-08-22T03:09:07.722Z | [ recovery-image] Aug 22 03:09:06.457 INFO O| Aug 22 03:09:06.457 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-08-22T03:09:07.729Z | [ recovery-image] Aug 22 03:09:06.467 INFO O| Aug 22 03:09:06.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5019 | 2024-08-22T03:09:07.729Z | [ recovery-image] Aug 22 03:09:06.467 INFO O| Aug 22 03:09:06.467 INFO STEP 370 (remove_files) COMPLETE |
5020 | 2024-08-22T03:09:07.732Z | [ recovery-image] Aug 22 03:09:06.467 INFO O| Aug 22 03:09:06.467 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-08-22T03:09:07.739Z | [ recovery-image] Aug 22 03:09:06.476 INFO O| Aug 22 03:09:06.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5022 | 2024-08-22T03:09:07.739Z | [ recovery-image] Aug 22 03:09:06.476 INFO O| Aug 22 03:09:06.476 INFO STEP 371 (remove_files) COMPLETE |
5023 | 2024-08-22T03:09:07.741Z | [ recovery-image] Aug 22 03:09:06.476 INFO O| Aug 22 03:09:06.476 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-08-22T03:09:07.748Z | [ recovery-image] Aug 22 03:09:06.486 INFO O| Aug 22 03:09:06.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5025 | 2024-08-22T03:09:07.751Z | [ recovery-image] Aug 22 03:09:06.486 INFO O| Aug 22 03:09:06.486 INFO STEP 372 (remove_files) COMPLETE |
5026 | 2024-08-22T03:09:07.751Z | [ recovery-image] Aug 22 03:09:06.486 INFO O| Aug 22 03:09:06.486 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-08-22T03:09:07.757Z | [ recovery-image] Aug 22 03:09:06.495 INFO O| Aug 22 03:09:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5028 | 2024-08-22T03:09:07.757Z | [ recovery-image] Aug 22 03:09:06.495 INFO O| Aug 22 03:09:06.495 INFO STEP 373 (remove_files) COMPLETE |
5029 | 2024-08-22T03:09:07.757Z | [ recovery-image] Aug 22 03:09:06.495 INFO O| Aug 22 03:09:06.495 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-08-22T03:09:07.767Z | [ recovery-image] Aug 22 03:09:06.504 INFO O| Aug 22 03:09:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5031 | 2024-08-22T03:09:07.767Z | [ recovery-image] Aug 22 03:09:06.504 INFO O| Aug 22 03:09:06.504 INFO STEP 374 (remove_files) COMPLETE |
5032 | 2024-08-22T03:09:07.767Z | [ recovery-image] Aug 22 03:09:06.504 INFO O| Aug 22 03:09:06.504 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-08-22T03:09:07.776Z | [ recovery-image] Aug 22 03:09:06.514 INFO O| Aug 22 03:09:06.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5034 | 2024-08-22T03:09:07.779Z | [ recovery-image] Aug 22 03:09:06.514 INFO O| Aug 22 03:09:06.514 INFO STEP 375 (remove_files) COMPLETE |
5035 | 2024-08-22T03:09:07.779Z | [ recovery-image] Aug 22 03:09:06.514 INFO O| Aug 22 03:09:06.514 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-08-22T03:09:07.786Z | [ recovery-image] Aug 22 03:09:06.523 INFO O| Aug 22 03:09:06.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5037 | 2024-08-22T03:09:07.786Z | [ recovery-image] Aug 22 03:09:06.523 INFO O| Aug 22 03:09:06.523 INFO STEP 376 (remove_files) COMPLETE |
5038 | 2024-08-22T03:09:07.788Z | [ recovery-image] Aug 22 03:09:06.523 INFO O| Aug 22 03:09:06.523 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-08-22T03:09:07.795Z | [ recovery-image] Aug 22 03:09:06.533 INFO O| Aug 22 03:09:06.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5040 | 2024-08-22T03:09:07.798Z | [ recovery-image] Aug 22 03:09:06.533 INFO O| Aug 22 03:09:06.533 INFO STEP 377 (remove_files) COMPLETE |
5041 | 2024-08-22T03:09:07.798Z | [ recovery-image] Aug 22 03:09:06.533 INFO O| Aug 22 03:09:06.533 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-08-22T03:09:07.804Z | [ recovery-image] Aug 22 03:09:06.542 INFO O| Aug 22 03:09:06.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5043 | 2024-08-22T03:09:07.804Z | [ recovery-image] Aug 22 03:09:06.542 INFO O| Aug 22 03:09:06.542 INFO STEP 378 (remove_files) COMPLETE |
5044 | 2024-08-22T03:09:07.807Z | [ recovery-image] Aug 22 03:09:06.542 INFO O| Aug 22 03:09:06.542 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-08-22T03:09:07.814Z | [ recovery-image] Aug 22 03:09:06.551 INFO O| Aug 22 03:09:06.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5046 | 2024-08-22T03:09:07.814Z | [ recovery-image] Aug 22 03:09:06.551 INFO O| Aug 22 03:09:06.551 INFO STEP 379 (remove_files) COMPLETE |
5047 | 2024-08-22T03:09:07.816Z | [ recovery-image] Aug 22 03:09:06.551 INFO O| Aug 22 03:09:06.551 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-08-22T03:09:07.823Z | [ recovery-image] Aug 22 03:09:06.561 INFO O| Aug 22 03:09:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5049 | 2024-08-22T03:09:07.823Z | [ recovery-image] Aug 22 03:09:06.561 INFO O| Aug 22 03:09:06.561 INFO STEP 380 (remove_files) COMPLETE |
5050 | 2024-08-22T03:09:07.823Z | [ recovery-image] Aug 22 03:09:06.561 INFO O| Aug 22 03:09:06.561 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-08-22T03:09:07.833Z | [ recovery-image] Aug 22 03:09:06.570 INFO O| Aug 22 03:09:06.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5052 | 2024-08-22T03:09:07.835Z | [ recovery-image] Aug 22 03:09:06.570 INFO O| Aug 22 03:09:06.570 INFO STEP 381 (remove_files) COMPLETE |
5053 | 2024-08-22T03:09:07.835Z | [ recovery-image] Aug 22 03:09:06.570 INFO O| Aug 22 03:09:06.570 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-08-22T03:09:07.844Z | [ recovery-image] Aug 22 03:09:06.579 INFO O| Aug 22 03:09:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5055 | 2024-08-22T03:09:07.846Z | [ recovery-image] Aug 22 03:09:06.580 INFO O| Aug 22 03:09:06.579 INFO STEP 382 (remove_files) COMPLETE |
5056 | 2024-08-22T03:09:07.846Z | [ recovery-image] Aug 22 03:09:06.580 INFO O| Aug 22 03:09:06.580 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-08-22T03:09:07.851Z | [ recovery-image] Aug 22 03:09:06.589 INFO O| Aug 22 03:09:06.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5058 | 2024-08-22T03:09:07.851Z | [ recovery-image] Aug 22 03:09:06.589 INFO O| Aug 22 03:09:06.589 INFO STEP 383 (remove_files) COMPLETE |
5059 | 2024-08-22T03:09:07.854Z | [ recovery-image] Aug 22 03:09:06.589 INFO O| Aug 22 03:09:06.589 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-08-22T03:09:07.861Z | [ recovery-image] Aug 22 03:09:06.598 INFO O| Aug 22 03:09:06.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5061 | 2024-08-22T03:09:07.863Z | [ recovery-image] Aug 22 03:09:06.598 INFO O| Aug 22 03:09:06.598 INFO STEP 384 (remove_files) COMPLETE |
5062 | 2024-08-22T03:09:07.863Z | [ recovery-image] Aug 22 03:09:06.599 INFO O| Aug 22 03:09:06.598 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-08-22T03:09:07.870Z | [ recovery-image] Aug 22 03:09:06.608 INFO O| Aug 22 03:09:06.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5064 | 2024-08-22T03:09:07.872Z | [ recovery-image] Aug 22 03:09:06.608 INFO O| Aug 22 03:09:06.608 INFO STEP 385 (remove_files) COMPLETE |
5065 | 2024-08-22T03:09:07.873Z | [ recovery-image] Aug 22 03:09:06.608 INFO O| Aug 22 03:09:06.608 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-08-22T03:09:07.880Z | [ recovery-image] Aug 22 03:09:06.618 INFO O| Aug 22 03:09:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5067 | 2024-08-22T03:09:07.880Z | [ recovery-image] Aug 22 03:09:06.618 INFO O| Aug 22 03:09:06.618 INFO STEP 386 (remove_files) COMPLETE |
5068 | 2024-08-22T03:09:07.881Z | [ recovery-image] Aug 22 03:09:06.618 INFO O| Aug 22 03:09:06.618 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-08-22T03:09:07.890Z | [ recovery-image] Aug 22 03:09:06.628 INFO O| Aug 22 03:09:06.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5070 | 2024-08-22T03:09:07.893Z | [ recovery-image] Aug 22 03:09:06.628 INFO O| Aug 22 03:09:06.628 INFO STEP 387 (remove_files) COMPLETE |
5071 | 2024-08-22T03:09:07.893Z | [ recovery-image] Aug 22 03:09:06.628 INFO O| Aug 22 03:09:06.628 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-08-22T03:09:07.900Z | [ recovery-image] Aug 22 03:09:06.637 INFO O| Aug 22 03:09:06.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5073 | 2024-08-22T03:09:07.910Z | [ recovery-image] Aug 22 03:09:06.638 INFO O| Aug 22 03:09:06.638 INFO STEP 388 (remove_files) COMPLETE |
5074 | 2024-08-22T03:09:07.910Z | [ recovery-image] Aug 22 03:09:06.638 INFO O| Aug 22 03:09:06.638 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-08-22T03:09:07.910Z | [ recovery-image] Aug 22 03:09:06.647 INFO O| Aug 22 03:09:06.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5076 | 2024-08-22T03:09:07.910Z | [ recovery-image] Aug 22 03:09:06.647 INFO O| Aug 22 03:09:06.647 INFO STEP 389 (remove_files) COMPLETE |
5077 | 2024-08-22T03:09:07.910Z | [ recovery-image] Aug 22 03:09:06.647 INFO O| Aug 22 03:09:06.647 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-08-22T03:09:07.920Z | [ recovery-image] Aug 22 03:09:06.656 INFO O| Aug 22 03:09:06.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5079 | 2024-08-22T03:09:07.920Z | [ recovery-image] Aug 22 03:09:06.656 INFO O| Aug 22 03:09:06.656 INFO STEP 390 (remove_files) COMPLETE |
5080 | 2024-08-22T03:09:07.920Z | [ recovery-image] Aug 22 03:09:06.656 INFO O| Aug 22 03:09:06.656 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-08-22T03:09:07.928Z | [ recovery-image] Aug 22 03:09:06.666 INFO O| Aug 22 03:09:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5082 | 2024-08-22T03:09:07.928Z | [ recovery-image] Aug 22 03:09:06.666 INFO O| Aug 22 03:09:06.666 INFO STEP 391 (remove_files) COMPLETE |
5083 | 2024-08-22T03:09:07.931Z | [ recovery-image] Aug 22 03:09:06.666 INFO O| Aug 22 03:09:06.666 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-08-22T03:09:07.939Z | [ recovery-image] Aug 22 03:09:06.675 INFO O| Aug 22 03:09:06.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5085 | 2024-08-22T03:09:07.939Z | [ recovery-image] Aug 22 03:09:06.675 INFO O| Aug 22 03:09:06.675 INFO STEP 392 (remove_files) COMPLETE |
5086 | 2024-08-22T03:09:07.939Z | [ recovery-image] Aug 22 03:09:06.675 INFO O| Aug 22 03:09:06.675 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-08-22T03:09:07.947Z | [ recovery-image] Aug 22 03:09:06.685 INFO O| Aug 22 03:09:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5088 | 2024-08-22T03:09:07.947Z | [ recovery-image] Aug 22 03:09:06.685 INFO O| Aug 22 03:09:06.685 INFO STEP 393 (remove_files) COMPLETE |
5089 | 2024-08-22T03:09:07.950Z | [ recovery-image] Aug 22 03:09:06.685 INFO O| Aug 22 03:09:06.685 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-08-22T03:09:07.957Z | [ recovery-image] Aug 22 03:09:06.694 INFO O| Aug 22 03:09:06.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5091 | 2024-08-22T03:09:07.957Z | [ recovery-image] Aug 22 03:09:06.694 INFO O| Aug 22 03:09:06.694 INFO STEP 394 (remove_files) COMPLETE |
5092 | 2024-08-22T03:09:07.957Z | [ recovery-image] Aug 22 03:09:06.694 INFO O| Aug 22 03:09:06.694 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-08-22T03:09:07.966Z | [ recovery-image] Aug 22 03:09:06.704 INFO O| Aug 22 03:09:06.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5094 | 2024-08-22T03:09:07.969Z | [ recovery-image] Aug 22 03:09:06.704 INFO O| Aug 22 03:09:06.704 INFO STEP 395 (remove_files) COMPLETE |
5095 | 2024-08-22T03:09:07.969Z | [ recovery-image] Aug 22 03:09:06.704 INFO O| Aug 22 03:09:06.704 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-08-22T03:09:07.976Z | [ recovery-image] Aug 22 03:09:06.713 INFO O| Aug 22 03:09:06.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5097 | 2024-08-22T03:09:07.976Z | [ recovery-image] Aug 22 03:09:06.713 INFO O| Aug 22 03:09:06.713 INFO STEP 396 (remove_files) COMPLETE |
5098 | 2024-08-22T03:09:07.978Z | [ recovery-image] Aug 22 03:09:06.713 INFO O| Aug 22 03:09:06.713 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-08-22T03:09:07.985Z | [ recovery-image] Aug 22 03:09:06.723 INFO O| Aug 22 03:09:06.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5100 | 2024-08-22T03:09:07.988Z | [ recovery-image] Aug 22 03:09:06.723 INFO O| Aug 22 03:09:06.723 INFO STEP 397 (remove_files) COMPLETE |
5101 | 2024-08-22T03:09:07.988Z | [ recovery-image] Aug 22 03:09:06.723 INFO O| Aug 22 03:09:06.723 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-08-22T03:09:07.995Z | [ recovery-image] Aug 22 03:09:06.733 INFO O| Aug 22 03:09:06.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5103 | 2024-08-22T03:09:07.995Z | [ recovery-image] Aug 22 03:09:06.733 INFO O| Aug 22 03:09:06.733 INFO STEP 398 (remove_files) COMPLETE |
5104 | 2024-08-22T03:09:07.997Z | [ recovery-image] Aug 22 03:09:06.733 INFO O| Aug 22 03:09:06.733 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-08-22T03:09:08.006Z | [ recovery-image] Aug 22 03:09:06.744 INFO O| Aug 22 03:09:06.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5106 | 2024-08-22T03:09:08.006Z | [ recovery-image] Aug 22 03:09:06.744 INFO O| Aug 22 03:09:06.744 INFO STEP 399 (remove_files) COMPLETE |
5107 | 2024-08-22T03:09:08.006Z | [ recovery-image] Aug 22 03:09:06.744 INFO O| Aug 22 03:09:06.744 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-08-22T03:09:08.016Z | [ recovery-image] Aug 22 03:09:06.754 INFO O| Aug 22 03:09:06.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5109 | 2024-08-22T03:09:08.018Z | [ recovery-image] Aug 22 03:09:06.754 INFO O| Aug 22 03:09:06.754 INFO STEP 400 (remove_files) COMPLETE |
5110 | 2024-08-22T03:09:08.018Z | [ recovery-image] Aug 22 03:09:06.754 INFO O| Aug 22 03:09:06.754 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-08-22T03:09:08.027Z | [ recovery-image] Aug 22 03:09:06.765 INFO O| Aug 22 03:09:06.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5112 | 2024-08-22T03:09:08.027Z | [ recovery-image] Aug 22 03:09:06.765 INFO O| Aug 22 03:09:06.765 INFO STEP 401 (remove_files) COMPLETE |
5113 | 2024-08-22T03:09:08.027Z | [ recovery-image] Aug 22 03:09:06.765 INFO O| Aug 22 03:09:06.765 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-08-22T03:09:08.034Z | [ host-image] Aug 22 03:09:06.771 INFO O| Aug 22 03:09:06.771 INFO O| Download: Completed 8.42 MB in 4.03 seconds (2.1M/s) |
5115 | 2024-08-22T03:09:08.037Z | [ recovery-image] Aug 22 03:09:06.774 INFO O| Aug 22 03:09:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5116 | 2024-08-22T03:09:08.037Z | [ recovery-image] Aug 22 03:09:06.775 INFO O| Aug 22 03:09:06.774 INFO STEP 402 (remove_files) COMPLETE |
5117 | 2024-08-22T03:09:08.037Z | [ recovery-image] Aug 22 03:09:06.775 INFO O| Aug 22 03:09:06.774 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-22T03:09:08.047Z | [ recovery-image] Aug 22 03:09:06.784 INFO O| Aug 22 03:09:06.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5119 | 2024-08-22T03:09:08.050Z | [ recovery-image] Aug 22 03:09:06.785 INFO O| Aug 22 03:09:06.785 INFO STEP 403 (remove_files) COMPLETE |
5120 | 2024-08-22T03:09:08.050Z | [ recovery-image] Aug 22 03:09:06.785 INFO O| Aug 22 03:09:06.785 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-22T03:09:08.057Z | [ recovery-image] Aug 22 03:09:06.794 INFO O| Aug 22 03:09:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5122 | 2024-08-22T03:09:08.057Z | [ recovery-image] Aug 22 03:09:06.794 INFO O| Aug 22 03:09:06.794 INFO STEP 404 (remove_files) COMPLETE |
5123 | 2024-08-22T03:09:08.057Z | [ recovery-image] Aug 22 03:09:06.794 INFO O| Aug 22 03:09:06.794 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-22T03:09:08.066Z | [ recovery-image] Aug 22 03:09:06.804 INFO O| Aug 22 03:09:06.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5125 | 2024-08-22T03:09:08.066Z | [ recovery-image] Aug 22 03:09:06.804 INFO O| Aug 22 03:09:06.804 INFO STEP 405 (remove_files) COMPLETE |
5126 | 2024-08-22T03:09:08.070Z | [ recovery-image] Aug 22 03:09:06.804 INFO O| Aug 22 03:09:06.804 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-22T03:09:08.076Z | [ recovery-image] Aug 22 03:09:06.814 INFO O| Aug 22 03:09:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5128 | 2024-08-22T03:09:08.076Z | [ recovery-image] Aug 22 03:09:06.814 INFO O| Aug 22 03:09:06.814 INFO STEP 406 (remove_files) COMPLETE |
5129 | 2024-08-22T03:09:08.076Z | [ recovery-image] Aug 22 03:09:06.814 INFO O| Aug 22 03:09:06.814 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-22T03:09:08.086Z | [ recovery-image] Aug 22 03:09:06.823 INFO O| Aug 22 03:09:06.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5131 | 2024-08-22T03:09:08.086Z | [ recovery-image] Aug 22 03:09:06.823 INFO O| Aug 22 03:09:06.823 INFO STEP 407 (remove_files) COMPLETE |
5132 | 2024-08-22T03:09:08.088Z | [ recovery-image] Aug 22 03:09:06.823 INFO O| Aug 22 03:09:06.823 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-22T03:09:08.088Z | [ host-image] Aug 22 03:09:06.824 INFO O| Aug 22 03:09:06.824 INFO O| Actions: 1/1361 actions (Installing new actions) |
5134 | 2024-08-22T03:09:08.095Z | [ recovery-image] Aug 22 03:09:06.833 INFO O| Aug 22 03:09:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5135 | 2024-08-22T03:09:08.095Z | [ recovery-image] Aug 22 03:09:06.833 INFO O| Aug 22 03:09:06.833 INFO STEP 408 (remove_files) COMPLETE |
5136 | 2024-08-22T03:09:08.098Z | [ recovery-image] Aug 22 03:09:06.833 INFO O| Aug 22 03:09:06.833 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-08-22T03:09:08.105Z | [ recovery-image] Aug 22 03:09:06.842 INFO O| Aug 22 03:09:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5138 | 2024-08-22T03:09:08.105Z | [ recovery-image] Aug 22 03:09:06.842 INFO O| Aug 22 03:09:06.842 INFO STEP 409 (remove_files) COMPLETE |
5139 | 2024-08-22T03:09:08.105Z | [ recovery-image] Aug 22 03:09:06.842 INFO O| Aug 22 03:09:06.842 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-08-22T03:09:08.114Z | [ recovery-image] Aug 22 03:09:06.852 INFO O| Aug 22 03:09:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5141 | 2024-08-22T03:09:08.114Z | [ recovery-image] Aug 22 03:09:06.852 INFO O| Aug 22 03:09:06.852 INFO STEP 410 (remove_files) COMPLETE |
5142 | 2024-08-22T03:09:08.117Z | [ recovery-image] Aug 22 03:09:06.852 INFO O| Aug 22 03:09:06.852 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-08-22T03:09:08.124Z | [ recovery-image] Aug 22 03:09:06.861 INFO O| Aug 22 03:09:06.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5144 | 2024-08-22T03:09:08.124Z | [ recovery-image] Aug 22 03:09:06.861 INFO O| Aug 22 03:09:06.861 INFO STEP 411 (remove_files) COMPLETE |
5145 | 2024-08-22T03:09:08.124Z | [ recovery-image] Aug 22 03:09:06.861 INFO O| Aug 22 03:09:06.861 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-08-22T03:09:08.135Z | [ recovery-image] Aug 22 03:09:06.871 INFO O| Aug 22 03:09:06.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5147 | 2024-08-22T03:09:08.135Z | [ recovery-image] Aug 22 03:09:06.871 INFO O| Aug 22 03:09:06.871 INFO STEP 412 (remove_files) COMPLETE |
5148 | 2024-08-22T03:09:08.137Z | [ recovery-image] Aug 22 03:09:06.871 INFO O| Aug 22 03:09:06.871 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-08-22T03:09:08.143Z | [ recovery-image] Aug 22 03:09:06.880 INFO O| Aug 22 03:09:06.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5150 | 2024-08-22T03:09:08.145Z | [ recovery-image] Aug 22 03:09:06.880 INFO O| Aug 22 03:09:06.880 INFO STEP 413 (remove_files) COMPLETE |
5151 | 2024-08-22T03:09:08.145Z | [ recovery-image] Aug 22 03:09:06.880 INFO O| Aug 22 03:09:06.880 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-08-22T03:09:08.152Z | [ recovery-image] Aug 22 03:09:06.890 INFO O| Aug 22 03:09:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5153 | 2024-08-22T03:09:08.152Z | [ recovery-image] Aug 22 03:09:06.890 INFO O| Aug 22 03:09:06.890 INFO STEP 414 (remove_files) COMPLETE |
5154 | 2024-08-22T03:09:08.154Z | [ recovery-image] Aug 22 03:09:06.890 INFO O| Aug 22 03:09:06.890 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-08-22T03:09:08.162Z | [ recovery-image] Aug 22 03:09:06.899 INFO O| Aug 22 03:09:06.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5156 | 2024-08-22T03:09:08.162Z | [ recovery-image] Aug 22 03:09:06.899 INFO O| Aug 22 03:09:06.899 INFO STEP 415 (remove_files) COMPLETE |
5157 | 2024-08-22T03:09:08.164Z | [ recovery-image] Aug 22 03:09:06.899 INFO O| Aug 22 03:09:06.899 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-08-22T03:09:08.171Z | [ recovery-image] Aug 22 03:09:06.909 INFO O| Aug 22 03:09:06.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5159 | 2024-08-22T03:09:08.171Z | [ recovery-image] Aug 22 03:09:06.909 INFO O| Aug 22 03:09:06.909 INFO STEP 416 (remove_files) COMPLETE |
5160 | 2024-08-22T03:09:08.174Z | [ recovery-image] Aug 22 03:09:06.909 INFO O| Aug 22 03:09:06.909 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-08-22T03:09:08.181Z | [ recovery-image] Aug 22 03:09:06.918 INFO O| Aug 22 03:09:06.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5162 | 2024-08-22T03:09:08.183Z | [ recovery-image] Aug 22 03:09:06.918 INFO O| Aug 22 03:09:06.918 INFO STEP 417 (remove_files) COMPLETE |
5163 | 2024-08-22T03:09:08.183Z | [ recovery-image] Aug 22 03:09:06.918 INFO O| Aug 22 03:09:06.918 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-08-22T03:09:08.190Z | [ recovery-image] Aug 22 03:09:06.928 INFO O| Aug 22 03:09:06.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5165 | 2024-08-22T03:09:08.193Z | [ recovery-image] Aug 22 03:09:06.928 INFO O| Aug 22 03:09:06.928 INFO STEP 418 (remove_files) COMPLETE |
5166 | 2024-08-22T03:09:08.193Z | [ recovery-image] Aug 22 03:09:06.928 INFO O| Aug 22 03:09:06.928 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-08-22T03:09:08.200Z | [ recovery-image] Aug 22 03:09:06.937 INFO O| Aug 22 03:09:06.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5168 | 2024-08-22T03:09:08.202Z | [ recovery-image] Aug 22 03:09:06.937 INFO O| Aug 22 03:09:06.937 INFO STEP 419 (remove_files) COMPLETE |
5169 | 2024-08-22T03:09:08.202Z | [ recovery-image] Aug 22 03:09:06.937 INFO O| Aug 22 03:09:06.937 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-08-22T03:09:08.209Z | [ recovery-image] Aug 22 03:09:06.947 INFO O| Aug 22 03:09:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5171 | 2024-08-22T03:09:08.209Z | [ recovery-image] Aug 22 03:09:06.947 INFO O| Aug 22 03:09:06.947 INFO STEP 420 (remove_files) COMPLETE |
5172 | 2024-08-22T03:09:08.212Z | [ recovery-image] Aug 22 03:09:06.947 INFO O| Aug 22 03:09:06.947 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-08-22T03:09:08.219Z | [ recovery-image] Aug 22 03:09:06.956 INFO O| Aug 22 03:09:06.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5174 | 2024-08-22T03:09:08.219Z | [ recovery-image] Aug 22 03:09:06.956 INFO O| Aug 22 03:09:06.956 INFO STEP 421 (remove_files) COMPLETE |
5175 | 2024-08-22T03:09:08.219Z | [ recovery-image] Aug 22 03:09:06.956 INFO O| Aug 22 03:09:06.956 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-08-22T03:09:08.228Z | [ recovery-image] Aug 22 03:09:06.966 INFO O| Aug 22 03:09:06.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5177 | 2024-08-22T03:09:08.228Z | [ recovery-image] Aug 22 03:09:06.966 INFO O| Aug 22 03:09:06.966 INFO STEP 422 (remove_files) COMPLETE |
5178 | 2024-08-22T03:09:08.231Z | [ recovery-image] Aug 22 03:09:06.966 INFO O| Aug 22 03:09:06.966 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-08-22T03:09:08.238Z | [ recovery-image] Aug 22 03:09:06.975 INFO O| Aug 22 03:09:06.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5180 | 2024-08-22T03:09:08.238Z | [ recovery-image] Aug 22 03:09:06.975 INFO O| Aug 22 03:09:06.975 INFO STEP 423 (remove_files) COMPLETE |
5181 | 2024-08-22T03:09:08.240Z | [ recovery-image] Aug 22 03:09:06.975 INFO O| Aug 22 03:09:06.975 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-08-22T03:09:08.247Z | [ recovery-image] Aug 22 03:09:06.985 INFO O| Aug 22 03:09:06.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5183 | 2024-08-22T03:09:08.247Z | [ recovery-image] Aug 22 03:09:06.985 INFO O| Aug 22 03:09:06.985 INFO STEP 424 (remove_files) COMPLETE |
5184 | 2024-08-22T03:09:08.247Z | [ recovery-image] Aug 22 03:09:06.985 INFO O| Aug 22 03:09:06.985 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-08-22T03:09:08.257Z | [ recovery-image] Aug 22 03:09:06.994 INFO O| Aug 22 03:09:06.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5186 | 2024-08-22T03:09:08.257Z | [ recovery-image] Aug 22 03:09:06.994 INFO O| Aug 22 03:09:06.994 INFO STEP 425 (remove_files) COMPLETE |
5187 | 2024-08-22T03:09:08.259Z | [ recovery-image] Aug 22 03:09:06.994 INFO O| Aug 22 03:09:06.994 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-08-22T03:09:08.267Z | [ recovery-image] Aug 22 03:09:07.004 INFO O| Aug 22 03:09:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5189 | 2024-08-22T03:09:08.267Z | [ recovery-image] Aug 22 03:09:07.004 INFO O| Aug 22 03:09:07.004 INFO STEP 426 (remove_files) COMPLETE |
5190 | 2024-08-22T03:09:08.267Z | [ recovery-image] Aug 22 03:09:07.004 INFO O| Aug 22 03:09:07.004 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-08-22T03:09:08.277Z | [ recovery-image] Aug 22 03:09:07.014 INFO O| Aug 22 03:09:07.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5192 | 2024-08-22T03:09:08.277Z | [ recovery-image] Aug 22 03:09:07.014 INFO O| Aug 22 03:09:07.014 INFO STEP 427 (remove_files) COMPLETE |
5193 | 2024-08-22T03:09:08.279Z | [ recovery-image] Aug 22 03:09:07.014 INFO O| Aug 22 03:09:07.014 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-08-22T03:09:08.286Z | [ recovery-image] Aug 22 03:09:07.024 INFO O| Aug 22 03:09:07.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5195 | 2024-08-22T03:09:08.286Z | [ recovery-image] Aug 22 03:09:07.024 INFO O| Aug 22 03:09:07.024 INFO STEP 428 (remove_files) COMPLETE |
5196 | 2024-08-22T03:09:08.289Z | [ recovery-image] Aug 22 03:09:07.024 INFO O| Aug 22 03:09:07.024 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-08-22T03:09:08.297Z | [ recovery-image] Aug 22 03:09:07.034 INFO O| Aug 22 03:09:07.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5198 | 2024-08-22T03:09:08.297Z | [ recovery-image] Aug 22 03:09:07.034 INFO O| Aug 22 03:09:07.034 INFO STEP 429 (remove_files) COMPLETE |
5199 | 2024-08-22T03:09:08.297Z | [ recovery-image] Aug 22 03:09:07.034 INFO O| Aug 22 03:09:07.034 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-08-22T03:09:08.307Z | [ recovery-image] Aug 22 03:09:07.044 INFO O| Aug 22 03:09:07.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5201 | 2024-08-22T03:09:08.309Z | [ recovery-image] Aug 22 03:09:07.044 INFO O| Aug 22 03:09:07.044 INFO STEP 430 (remove_files) COMPLETE |
5202 | 2024-08-22T03:09:08.309Z | [ recovery-image] Aug 22 03:09:07.044 INFO O| Aug 22 03:09:07.044 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-08-22T03:09:08.318Z | [ recovery-image] Aug 22 03:09:07.055 INFO O| Aug 22 03:09:07.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5204 | 2024-08-22T03:09:08.318Z | [ recovery-image] Aug 22 03:09:07.055 INFO O| Aug 22 03:09:07.055 INFO STEP 431 (remove_files) COMPLETE |
5205 | 2024-08-22T03:09:08.320Z | [ recovery-image] Aug 22 03:09:07.055 INFO O| Aug 22 03:09:07.055 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-22T03:09:08.328Z | [ recovery-image] Aug 22 03:09:07.065 INFO O| Aug 22 03:09:07.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5207 | 2024-08-22T03:09:08.330Z | [ recovery-image] Aug 22 03:09:07.065 INFO O| Aug 22 03:09:07.065 INFO STEP 432 (remove_files) COMPLETE |
5208 | 2024-08-22T03:09:08.330Z | [ recovery-image] Aug 22 03:09:07.065 INFO O| Aug 22 03:09:07.065 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-22T03:09:08.337Z | [ recovery-image] Aug 22 03:09:07.075 INFO O| Aug 22 03:09:07.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5210 | 2024-08-22T03:09:08.337Z | [ recovery-image] Aug 22 03:09:07.075 INFO O| Aug 22 03:09:07.075 INFO STEP 433 (remove_files) COMPLETE |
5211 | 2024-08-22T03:09:08.340Z | [ recovery-image] Aug 22 03:09:07.075 INFO O| Aug 22 03:09:07.075 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-22T03:09:08.349Z | [ recovery-image] Aug 22 03:09:07.087 INFO O| Aug 22 03:09:07.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5213 | 2024-08-22T03:09:08.352Z | [ recovery-image] Aug 22 03:09:07.087 INFO O| Aug 22 03:09:07.087 INFO STEP 434 (remove_files) COMPLETE |
5214 | 2024-08-22T03:09:08.352Z | [ recovery-image] Aug 22 03:09:07.087 INFO O| Aug 22 03:09:07.087 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-22T03:09:08.359Z | [ recovery-image] Aug 22 03:09:07.097 INFO O| Aug 22 03:09:07.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5216 | 2024-08-22T03:09:08.359Z | [ recovery-image] Aug 22 03:09:07.097 INFO O| Aug 22 03:09:07.097 INFO STEP 435 (remove_files) COMPLETE |
5217 | 2024-08-22T03:09:08.361Z | [ recovery-image] Aug 22 03:09:07.097 INFO O| Aug 22 03:09:07.097 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-22T03:09:08.369Z | [ recovery-image] Aug 22 03:09:07.106 INFO O| Aug 22 03:09:07.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5219 | 2024-08-22T03:09:08.369Z | [ recovery-image] Aug 22 03:09:07.106 INFO O| Aug 22 03:09:07.106 INFO STEP 436 (remove_files) COMPLETE |
5220 | 2024-08-22T03:09:08.369Z | [ recovery-image] Aug 22 03:09:07.106 INFO O| Aug 22 03:09:07.106 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-22T03:09:08.379Z | [ recovery-image] Aug 22 03:09:07.116 INFO O| Aug 22 03:09:07.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5222 | 2024-08-22T03:09:08.379Z | [ recovery-image] Aug 22 03:09:07.116 INFO O| Aug 22 03:09:07.116 INFO STEP 437 (remove_files) COMPLETE |
5223 | 2024-08-22T03:09:08.381Z | [ recovery-image] Aug 22 03:09:07.116 INFO O| Aug 22 03:09:07.116 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-08-22T03:09:08.390Z | [ recovery-image] Aug 22 03:09:07.128 INFO O| Aug 22 03:09:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5225 | 2024-08-22T03:09:08.390Z | [ recovery-image] Aug 22 03:09:07.128 INFO O| Aug 22 03:09:07.128 INFO STEP 438 (remove_files) COMPLETE |
5226 | 2024-08-22T03:09:08.393Z | [ recovery-image] Aug 22 03:09:07.128 INFO O| Aug 22 03:09:07.128 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-22T03:09:08.400Z | [ recovery-image] Aug 22 03:09:07.137 INFO O| Aug 22 03:09:07.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5228 | 2024-08-22T03:09:08.400Z | [ recovery-image] Aug 22 03:09:07.137 INFO O| Aug 22 03:09:07.137 INFO STEP 439 (remove_files) COMPLETE |
5229 | 2024-08-22T03:09:08.402Z | [ recovery-image] Aug 22 03:09:07.137 INFO O| Aug 22 03:09:07.137 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-22T03:09:08.411Z | [ recovery-image] Aug 22 03:09:07.149 INFO O| Aug 22 03:09:07.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5231 | 2024-08-22T03:09:08.411Z | [ recovery-image] Aug 22 03:09:07.149 INFO O| Aug 22 03:09:07.149 INFO STEP 440 (remove_files) COMPLETE |
5232 | 2024-08-22T03:09:08.411Z | [ recovery-image] Aug 22 03:09:07.149 INFO O| Aug 22 03:09:07.149 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-08-22T03:09:08.421Z | [ recovery-image] Aug 22 03:09:07.159 INFO O| Aug 22 03:09:07.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5234 | 2024-08-22T03:09:08.421Z | [ recovery-image] Aug 22 03:09:07.159 INFO O| Aug 22 03:09:07.159 INFO STEP 441 (remove_files) COMPLETE |
5235 | 2024-08-22T03:09:08.423Z | [ recovery-image] Aug 22 03:09:07.159 INFO O| Aug 22 03:09:07.159 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-08-22T03:09:08.431Z | [ recovery-image] Aug 22 03:09:07.168 INFO O| Aug 22 03:09:07.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5237 | 2024-08-22T03:09:08.431Z | [ recovery-image] Aug 22 03:09:07.168 INFO O| Aug 22 03:09:07.168 INFO STEP 442 (remove_files) COMPLETE |
5238 | 2024-08-22T03:09:08.433Z | [ recovery-image] Aug 22 03:09:07.168 INFO O| Aug 22 03:09:07.168 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-08-22T03:09:08.442Z | [ recovery-image] Aug 22 03:09:07.179 INFO O| Aug 22 03:09:07.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5240 | 2024-08-22T03:09:08.442Z | [ recovery-image] Aug 22 03:09:07.179 INFO O| Aug 22 03:09:07.179 INFO STEP 443 (remove_files) COMPLETE |
5241 | 2024-08-22T03:09:08.442Z | [ recovery-image] Aug 22 03:09:07.179 INFO O| Aug 22 03:09:07.179 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-08-22T03:09:08.451Z | [ recovery-image] Aug 22 03:09:07.189 INFO O| Aug 22 03:09:07.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5243 | 2024-08-22T03:09:08.454Z | [ recovery-image] Aug 22 03:09:07.189 INFO O| Aug 22 03:09:07.189 INFO STEP 444 (remove_files) COMPLETE |
5244 | 2024-08-22T03:09:08.454Z | [ recovery-image] Aug 22 03:09:07.189 INFO O| Aug 22 03:09:07.189 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-08-22T03:09:08.463Z | [ recovery-image] Aug 22 03:09:07.200 INFO O| Aug 22 03:09:07.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5246 | 2024-08-22T03:09:08.466Z | [ recovery-image] Aug 22 03:09:07.200 INFO O| Aug 22 03:09:07.200 INFO STEP 445 (remove_files) COMPLETE |
5247 | 2024-08-22T03:09:08.466Z | [ recovery-image] Aug 22 03:09:07.200 INFO O| Aug 22 03:09:07.200 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-08-22T03:09:08.473Z | [ recovery-image] Aug 22 03:09:07.210 INFO O| Aug 22 03:09:07.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5249 | 2024-08-22T03:09:08.475Z | [ recovery-image] Aug 22 03:09:07.210 INFO O| Aug 22 03:09:07.210 INFO STEP 446 (remove_files) COMPLETE |
5250 | 2024-08-22T03:09:08.476Z | [ recovery-image] Aug 22 03:09:07.210 INFO O| Aug 22 03:09:07.210 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-08-22T03:09:08.483Z | [ recovery-image] Aug 22 03:09:07.220 INFO O| Aug 22 03:09:07.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5252 | 2024-08-22T03:09:08.483Z | [ recovery-image] Aug 22 03:09:07.220 INFO O| Aug 22 03:09:07.220 INFO STEP 447 (remove_files) COMPLETE |
5253 | 2024-08-22T03:09:08.483Z | [ recovery-image] Aug 22 03:09:07.220 INFO O| Aug 22 03:09:07.220 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-08-22T03:09:08.494Z | [ recovery-image] Aug 22 03:09:07.231 INFO O| Aug 22 03:09:07.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5255 | 2024-08-22T03:09:08.494Z | [ recovery-image] Aug 22 03:09:07.231 INFO O| Aug 22 03:09:07.231 INFO STEP 448 (remove_files) COMPLETE |
5256 | 2024-08-22T03:09:08.494Z | [ recovery-image] Aug 22 03:09:07.231 INFO O| Aug 22 03:09:07.231 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-08-22T03:09:08.503Z | [ recovery-image] Aug 22 03:09:07.241 INFO O| Aug 22 03:09:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5258 | 2024-08-22T03:09:08.506Z | [ recovery-image] Aug 22 03:09:07.241 INFO O| Aug 22 03:09:07.241 INFO STEP 449 (remove_files) COMPLETE |
5259 | 2024-08-22T03:09:08.506Z | [ recovery-image] Aug 22 03:09:07.241 INFO O| Aug 22 03:09:07.241 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-08-22T03:09:08.514Z | [ recovery-image] Aug 22 03:09:07.252 INFO O| Aug 22 03:09:07.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5261 | 2024-08-22T03:09:08.514Z | [ recovery-image] Aug 22 03:09:07.252 INFO O| Aug 22 03:09:07.252 INFO STEP 450 (remove_files) COMPLETE |
5262 | 2024-08-22T03:09:08.514Z | [ recovery-image] Aug 22 03:09:07.252 INFO O| Aug 22 03:09:07.252 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-08-22T03:09:08.523Z | [ host-image] Aug 22 03:09:07.260 INFO O| Aug 22 03:09:07.260 INFO O| Actions: Completed 1361 actions in 0.44 seconds. |
5264 | 2024-08-22T03:09:08.525Z | [ recovery-image] Aug 22 03:09:07.261 INFO O| Aug 22 03:09:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5265 | 2024-08-22T03:09:08.525Z | [ recovery-image] Aug 22 03:09:07.261 INFO O| Aug 22 03:09:07.261 INFO STEP 451 (remove_files) COMPLETE |
5266 | 2024-08-22T03:09:08.525Z | [ recovery-image] Aug 22 03:09:07.261 INFO O| Aug 22 03:09:07.261 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-08-22T03:09:08.533Z | [ recovery-image] Aug 22 03:09:07.271 INFO O| Aug 22 03:09:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5268 | 2024-08-22T03:09:08.535Z | [ recovery-image] Aug 22 03:09:07.271 INFO O| Aug 22 03:09:07.271 INFO STEP 452 (remove_files) COMPLETE |
5269 | 2024-08-22T03:09:08.536Z | [ recovery-image] Aug 22 03:09:07.271 INFO O| Aug 22 03:09:07.271 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-08-22T03:09:08.543Z | [ recovery-image] Aug 22 03:09:07.280 INFO O| Aug 22 03:09:07.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5271 | 2024-08-22T03:09:08.543Z | [ recovery-image] Aug 22 03:09:07.280 INFO O| Aug 22 03:09:07.280 INFO STEP 453 (remove_files) COMPLETE |
5272 | 2024-08-22T03:09:08.545Z | [ recovery-image] Aug 22 03:09:07.280 INFO O| Aug 22 03:09:07.280 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-08-22T03:09:08.552Z | [ recovery-image] Aug 22 03:09:07.290 INFO O| Aug 22 03:09:07.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5274 | 2024-08-22T03:09:08.553Z | [ recovery-image] Aug 22 03:09:07.290 INFO O| Aug 22 03:09:07.290 INFO STEP 454 (remove_files) COMPLETE |
5275 | 2024-08-22T03:09:08.553Z | [ recovery-image] Aug 22 03:09:07.290 INFO O| Aug 22 03:09:07.290 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-08-22T03:09:08.562Z | [ recovery-image] Aug 22 03:09:07.300 INFO O| Aug 22 03:09:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5277 | 2024-08-22T03:09:08.562Z | [ recovery-image] Aug 22 03:09:07.300 INFO O| Aug 22 03:09:07.300 INFO STEP 455 (remove_files) COMPLETE |
5278 | 2024-08-22T03:09:08.562Z | [ recovery-image] Aug 22 03:09:07.300 INFO O| Aug 22 03:09:07.300 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-08-22T03:09:08.572Z | [ recovery-image] Aug 22 03:09:07.309 INFO O| Aug 22 03:09:07.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5280 | 2024-08-22T03:09:08.572Z | [ recovery-image] Aug 22 03:09:07.309 INFO O| Aug 22 03:09:07.309 INFO STEP 456 (remove_files) COMPLETE |
5281 | 2024-08-22T03:09:08.574Z | [ recovery-image] Aug 22 03:09:07.309 INFO O| Aug 22 03:09:07.309 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-08-22T03:09:08.581Z | [ recovery-image] Aug 22 03:09:07.319 INFO O| Aug 22 03:09:07.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5283 | 2024-08-22T03:09:08.584Z | [ recovery-image] Aug 22 03:09:07.319 INFO O| Aug 22 03:09:07.319 INFO STEP 457 (remove_files) COMPLETE |
5284 | 2024-08-22T03:09:08.584Z | [ recovery-image] Aug 22 03:09:07.319 INFO O| Aug 22 03:09:07.319 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-08-22T03:09:08.591Z | [ recovery-image] Aug 22 03:09:07.329 INFO O| Aug 22 03:09:07.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5286 | 2024-08-22T03:09:08.591Z | [ recovery-image] Aug 22 03:09:07.329 INFO O| Aug 22 03:09:07.329 INFO STEP 458 (remove_files) COMPLETE |
5287 | 2024-08-22T03:09:08.594Z | [ recovery-image] Aug 22 03:09:07.329 INFO O| Aug 22 03:09:07.329 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-08-22T03:09:08.601Z | [ recovery-image] Aug 22 03:09:07.338 INFO O| Aug 22 03:09:07.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5289 | 2024-08-22T03:09:08.601Z | [ recovery-image] Aug 22 03:09:07.338 INFO O| Aug 22 03:09:07.338 INFO STEP 459 (remove_files) COMPLETE |
5290 | 2024-08-22T03:09:08.603Z | [ recovery-image] Aug 22 03:09:07.339 INFO O| Aug 22 03:09:07.338 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-08-22T03:09:08.611Z | [ recovery-image] Aug 22 03:09:07.349 INFO O| Aug 22 03:09:07.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5292 | 2024-08-22T03:09:08.611Z | [ recovery-image] Aug 22 03:09:07.349 INFO O| Aug 22 03:09:07.349 INFO STEP 460 (remove_files) COMPLETE |
5293 | 2024-08-22T03:09:08.614Z | [ recovery-image] Aug 22 03:09:07.349 INFO O| Aug 22 03:09:07.349 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-08-22T03:09:08.621Z | [ recovery-image] Aug 22 03:09:07.359 INFO O| Aug 22 03:09:07.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5295 | 2024-08-22T03:09:08.624Z | [ recovery-image] Aug 22 03:09:07.359 INFO O| Aug 22 03:09:07.359 INFO STEP 461 (remove_files) COMPLETE |
5296 | 2024-08-22T03:09:08.624Z | [ recovery-image] Aug 22 03:09:07.359 INFO O| Aug 22 03:09:07.359 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-08-22T03:09:08.631Z | [ recovery-image] Aug 22 03:09:07.368 INFO O| Aug 22 03:09:07.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5298 | 2024-08-22T03:09:08.631Z | [ recovery-image] Aug 22 03:09:07.369 INFO O| Aug 22 03:09:07.368 INFO STEP 462 (remove_files) COMPLETE |
5299 | 2024-08-22T03:09:08.634Z | [ recovery-image] Aug 22 03:09:07.369 INFO O| Aug 22 03:09:07.369 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-08-22T03:09:08.641Z | [ recovery-image] Aug 22 03:09:07.378 INFO O| Aug 22 03:09:07.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5301 | 2024-08-22T03:09:08.643Z | [ recovery-image] Aug 22 03:09:07.379 INFO O| Aug 22 03:09:07.378 INFO STEP 463 (remove_files) COMPLETE |
5302 | 2024-08-22T03:09:08.643Z | [ recovery-image] Aug 22 03:09:07.379 INFO O| Aug 22 03:09:07.379 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-08-22T03:09:08.652Z | [ recovery-image] Aug 22 03:09:07.390 INFO O| Aug 22 03:09:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5304 | 2024-08-22T03:09:08.652Z | [ recovery-image] Aug 22 03:09:07.390 INFO O| Aug 22 03:09:07.390 INFO STEP 464 (remove_files) COMPLETE |
5305 | 2024-08-22T03:09:08.653Z | [ recovery-image] Aug 22 03:09:07.390 INFO O| Aug 22 03:09:07.390 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-08-22T03:09:08.664Z | [ recovery-image] Aug 22 03:09:07.401 INFO O| Aug 22 03:09:07.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5307 | 2024-08-22T03:09:08.665Z | [ recovery-image] Aug 22 03:09:07.401 INFO O| Aug 22 03:09:07.401 INFO STEP 465 (remove_files) COMPLETE |
5308 | 2024-08-22T03:09:08.665Z | [ recovery-image] Aug 22 03:09:07.401 INFO O| Aug 22 03:09:07.401 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-08-22T03:09:08.675Z | [ recovery-image] Aug 22 03:09:07.412 INFO O| Aug 22 03:09:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5310 | 2024-08-22T03:09:08.675Z | [ recovery-image] Aug 22 03:09:07.413 INFO O| Aug 22 03:09:07.412 INFO STEP 466 (remove_files) COMPLETE |
5311 | 2024-08-22T03:09:08.678Z | [ recovery-image] Aug 22 03:09:07.413 INFO O| Aug 22 03:09:07.413 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-08-22T03:09:08.685Z | [ recovery-image] Aug 22 03:09:07.422 INFO O| Aug 22 03:09:07.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5313 | 2024-08-22T03:09:08.687Z | [ recovery-image] Aug 22 03:09:07.423 INFO O| Aug 22 03:09:07.423 INFO STEP 467 (remove_files) COMPLETE |
5314 | 2024-08-22T03:09:08.687Z | [ recovery-image] Aug 22 03:09:07.423 INFO O| Aug 22 03:09:07.423 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-08-22T03:09:08.695Z | [ recovery-image] Aug 22 03:09:07.433 INFO O| Aug 22 03:09:07.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5316 | 2024-08-22T03:09:08.697Z | [ recovery-image] Aug 22 03:09:07.433 INFO O| Aug 22 03:09:07.433 INFO STEP 468 (remove_files) COMPLETE |
5317 | 2024-08-22T03:09:08.698Z | [ recovery-image] Aug 22 03:09:07.433 INFO O| Aug 22 03:09:07.433 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-08-22T03:09:08.706Z | [ recovery-image] Aug 22 03:09:07.443 INFO O| Aug 22 03:09:07.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5319 | 2024-08-22T03:09:08.706Z | [ recovery-image] Aug 22 03:09:07.443 INFO O| Aug 22 03:09:07.443 INFO STEP 469 (remove_files) COMPLETE |
5320 | 2024-08-22T03:09:08.708Z | [ recovery-image] Aug 22 03:09:07.443 INFO O| Aug 22 03:09:07.443 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-08-22T03:09:08.716Z | [ recovery-image] Aug 22 03:09:07.453 INFO O| Aug 22 03:09:07.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5322 | 2024-08-22T03:09:08.716Z | [ recovery-image] Aug 22 03:09:07.453 INFO O| Aug 22 03:09:07.453 INFO STEP 470 (remove_files) COMPLETE |
5323 | 2024-08-22T03:09:08.716Z | [ recovery-image] Aug 22 03:09:07.453 INFO O| Aug 22 03:09:07.453 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-08-22T03:09:08.726Z | [ recovery-image] Aug 22 03:09:07.463 INFO O| Aug 22 03:09:07.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5325 | 2024-08-22T03:09:08.729Z | [ recovery-image] Aug 22 03:09:07.464 INFO O| Aug 22 03:09:07.463 INFO STEP 471 (remove_files) COMPLETE |
5326 | 2024-08-22T03:09:08.729Z | [ recovery-image] Aug 22 03:09:07.464 INFO O| Aug 22 03:09:07.464 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-08-22T03:09:08.737Z | [ recovery-image] Aug 22 03:09:07.474 INFO O| Aug 22 03:09:07.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5328 | 2024-08-22T03:09:08.737Z | [ recovery-image] Aug 22 03:09:07.474 INFO O| Aug 22 03:09:07.474 INFO STEP 472 (remove_files) COMPLETE |
5329 | 2024-08-22T03:09:08.740Z | [ recovery-image] Aug 22 03:09:07.474 INFO O| Aug 22 03:09:07.474 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-08-22T03:09:08.747Z | [ recovery-image] Aug 22 03:09:07.484 INFO O| Aug 22 03:09:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5331 | 2024-08-22T03:09:08.750Z | [ recovery-image] Aug 22 03:09:07.484 INFO O| Aug 22 03:09:07.484 INFO STEP 473 (remove_files) COMPLETE |
5332 | 2024-08-22T03:09:08.750Z | [ recovery-image] Aug 22 03:09:07.484 INFO O| Aug 22 03:09:07.484 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-08-22T03:09:08.757Z | [ recovery-image] Aug 22 03:09:07.494 INFO O| Aug 22 03:09:07.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5334 | 2024-08-22T03:09:08.757Z | [ recovery-image] Aug 22 03:09:07.494 INFO O| Aug 22 03:09:07.494 INFO STEP 474 (remove_files) COMPLETE |
5335 | 2024-08-22T03:09:08.760Z | [ recovery-image] Aug 22 03:09:07.495 INFO O| Aug 22 03:09:07.494 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-08-22T03:09:08.764Z | [ host-image] Aug 22 03:09:07.498 INFO O| Aug 22 03:09:07.498 INFO O| Done |
5337 | 2024-08-22T03:09:08.764Z | [ host-image] Aug 22 03:09:07.498 INFO O| Aug 22 03:09:07.498 INFO O| Done |
5338 | 2024-08-22T03:09:08.768Z | [ recovery-image] Aug 22 03:09:07.505 INFO O| Aug 22 03:09:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5339 | 2024-08-22T03:09:08.768Z | [ recovery-image] Aug 22 03:09:07.505 INFO O| Aug 22 03:09:07.505 INFO STEP 475 (remove_files) COMPLETE |
5340 | 2024-08-22T03:09:08.770Z | [ recovery-image] Aug 22 03:09:07.505 INFO O| Aug 22 03:09:07.505 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-08-22T03:09:08.778Z | [ recovery-image] Aug 22 03:09:07.516 INFO O| Aug 22 03:09:07.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5342 | 2024-08-22T03:09:08.778Z | [ recovery-image] Aug 22 03:09:07.516 INFO O| Aug 22 03:09:07.516 INFO STEP 476 (remove_files) COMPLETE |
5343 | 2024-08-22T03:09:08.778Z | [ recovery-image] Aug 22 03:09:07.516 INFO O| Aug 22 03:09:07.516 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-08-22T03:09:08.789Z | [ recovery-image] Aug 22 03:09:07.526 INFO O| Aug 22 03:09:07.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5345 | 2024-08-22T03:09:08.789Z | [ recovery-image] Aug 22 03:09:07.526 INFO O| Aug 22 03:09:07.526 INFO STEP 477 (remove_files) COMPLETE |
5346 | 2024-08-22T03:09:08.789Z | [ recovery-image] Aug 22 03:09:07.526 INFO O| Aug 22 03:09:07.526 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-08-22T03:09:08.798Z | [ recovery-image] Aug 22 03:09:07.536 INFO O| Aug 22 03:09:07.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5348 | 2024-08-22T03:09:08.804Z | [ recovery-image] Aug 22 03:09:07.536 INFO O| Aug 22 03:09:07.536 INFO STEP 478 (remove_files) COMPLETE |
5349 | 2024-08-22T03:09:08.804Z | [ recovery-image] Aug 22 03:09:07.536 INFO O| Aug 22 03:09:07.536 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-08-22T03:09:08.835Z | [ recovery-image] Aug 22 03:09:07.572 INFO O| Aug 22 03:09:07.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5351 | 2024-08-22T03:09:08.835Z | [ recovery-image] Aug 22 03:09:07.572 INFO O| Aug 22 03:09:07.572 INFO STEP 479 (remove_files) COMPLETE |
5352 | 2024-08-22T03:09:08.838Z | [ recovery-image] Aug 22 03:09:07.572 INFO O| Aug 22 03:09:07.572 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-08-22T03:09:08.848Z | [ recovery-image] Aug 22 03:09:07.585 INFO O| Aug 22 03:09:07.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5354 | 2024-08-22T03:09:08.848Z | [ recovery-image] Aug 22 03:09:07.585 INFO O| Aug 22 03:09:07.585 INFO STEP 480 (remove_files) COMPLETE |
5355 | 2024-08-22T03:09:08.851Z | [ recovery-image] Aug 22 03:09:07.585 INFO O| Aug 22 03:09:07.585 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-08-22T03:09:08.860Z | [ recovery-image] Aug 22 03:09:07.597 INFO O| Aug 22 03:09:07.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5357 | 2024-08-22T03:09:08.860Z | [ recovery-image] Aug 22 03:09:07.597 INFO O| Aug 22 03:09:07.597 INFO STEP 481 (remove_files) COMPLETE |
5358 | 2024-08-22T03:09:08.863Z | [ recovery-image] Aug 22 03:09:07.598 INFO O| Aug 22 03:09:07.597 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-08-22T03:09:08.872Z | [ recovery-image] Aug 22 03:09:07.610 INFO O| Aug 22 03:09:07.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5360 | 2024-08-22T03:09:08.875Z | [ recovery-image] Aug 22 03:09:07.610 INFO O| Aug 22 03:09:07.610 INFO STEP 482 (remove_files) COMPLETE |
5361 | 2024-08-22T03:09:08.875Z | [ recovery-image] Aug 22 03:09:07.610 INFO O| Aug 22 03:09:07.610 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-08-22T03:09:08.884Z | [ recovery-image] Aug 22 03:09:07.621 INFO O| Aug 22 03:09:07.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5363 | 2024-08-22T03:09:08.886Z | [ recovery-image] Aug 22 03:09:07.621 INFO O| Aug 22 03:09:07.621 INFO STEP 483 (remove_files) COMPLETE |
5364 | 2024-08-22T03:09:08.886Z | [ recovery-image] Aug 22 03:09:07.622 INFO O| Aug 22 03:09:07.622 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-08-22T03:09:08.897Z | [ recovery-image] Aug 22 03:09:07.634 INFO O| Aug 22 03:09:07.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5366 | 2024-08-22T03:09:08.897Z | [ recovery-image] Aug 22 03:09:07.634 INFO O| Aug 22 03:09:07.634 INFO STEP 484 (remove_files) COMPLETE |
5367 | 2024-08-22T03:09:08.897Z | [ recovery-image] Aug 22 03:09:07.634 INFO O| Aug 22 03:09:07.634 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-08-22T03:09:08.907Z | [ recovery-image] Aug 22 03:09:07.644 INFO O| Aug 22 03:09:07.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5369 | 2024-08-22T03:09:08.907Z | [ recovery-image] Aug 22 03:09:07.644 INFO O| Aug 22 03:09:07.644 INFO STEP 485 (remove_files) COMPLETE |
5370 | 2024-08-22T03:09:08.909Z | [ recovery-image] Aug 22 03:09:07.644 INFO O| Aug 22 03:09:07.644 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-08-22T03:09:08.918Z | [ recovery-image] Aug 22 03:09:07.656 INFO O| Aug 22 03:09:07.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5372 | 2024-08-22T03:09:08.920Z | [ recovery-image] Aug 22 03:09:07.656 INFO O| Aug 22 03:09:07.656 INFO STEP 486 (remove_files) COMPLETE |
5373 | 2024-08-22T03:09:08.920Z | [ recovery-image] Aug 22 03:09:07.656 INFO O| Aug 22 03:09:07.656 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-08-22T03:09:08.930Z | [ recovery-image] Aug 22 03:09:07.668 INFO O| Aug 22 03:09:07.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5375 | 2024-08-22T03:09:08.930Z | [ recovery-image] Aug 22 03:09:07.668 INFO O| Aug 22 03:09:07.668 INFO STEP 487 (remove_files) COMPLETE |
5376 | 2024-08-22T03:09:08.930Z | [ recovery-image] Aug 22 03:09:07.668 INFO O| Aug 22 03:09:07.668 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-08-22T03:09:08.942Z | [ recovery-image] Aug 22 03:09:07.679 INFO O| Aug 22 03:09:07.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5378 | 2024-08-22T03:09:08.942Z | [ recovery-image] Aug 22 03:09:07.679 INFO O| Aug 22 03:09:07.679 INFO STEP 488 (remove_files) COMPLETE |
5379 | 2024-08-22T03:09:08.944Z | [ recovery-image] Aug 22 03:09:07.679 INFO O| Aug 22 03:09:07.679 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-08-22T03:09:08.952Z | [ recovery-image] Aug 22 03:09:07.689 INFO O| Aug 22 03:09:07.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5381 | 2024-08-22T03:09:08.954Z | [ recovery-image] Aug 22 03:09:07.689 INFO O| Aug 22 03:09:07.689 INFO STEP 489 (remove_files) COMPLETE |
5382 | 2024-08-22T03:09:08.954Z | [ recovery-image] Aug 22 03:09:07.689 INFO O| Aug 22 03:09:07.689 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-08-22T03:09:08.961Z | [ recovery-image] Aug 22 03:09:07.699 INFO O| Aug 22 03:09:07.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5384 | 2024-08-22T03:09:08.961Z | [ recovery-image] Aug 22 03:09:07.699 INFO O| Aug 22 03:09:07.699 INFO STEP 490 (remove_files) COMPLETE |
5385 | 2024-08-22T03:09:08.964Z | [ recovery-image] Aug 22 03:09:07.699 INFO O| Aug 22 03:09:07.699 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-08-22T03:09:08.971Z | [ recovery-image] Aug 22 03:09:07.708 INFO O| Aug 22 03:09:07.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5387 | 2024-08-22T03:09:08.975Z | [ recovery-image] Aug 22 03:09:07.709 INFO O| Aug 22 03:09:07.709 INFO STEP 491 (remove_files) COMPLETE |
5388 | 2024-08-22T03:09:08.975Z | [ recovery-image] Aug 22 03:09:07.709 INFO O| Aug 22 03:09:07.709 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-08-22T03:09:08.981Z | [ recovery-image] Aug 22 03:09:07.718 INFO O| Aug 22 03:09:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5390 | 2024-08-22T03:09:08.984Z | [ recovery-image] Aug 22 03:09:07.718 INFO O| Aug 22 03:09:07.718 INFO STEP 492 (remove_files) COMPLETE |
5391 | 2024-08-22T03:09:08.984Z | [ recovery-image] Aug 22 03:09:07.718 INFO O| Aug 22 03:09:07.718 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-08-22T03:09:08.990Z | [ recovery-image] Aug 22 03:09:07.728 INFO O| Aug 22 03:09:07.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5393 | 2024-08-22T03:09:08.990Z | [ recovery-image] Aug 22 03:09:07.728 INFO O| Aug 22 03:09:07.728 INFO STEP 493 (remove_files) COMPLETE |
5394 | 2024-08-22T03:09:08.990Z | [ recovery-image] Aug 22 03:09:07.728 INFO O| Aug 22 03:09:07.728 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-08-22T03:09:09.000Z | [ recovery-image] Aug 22 03:09:07.737 INFO O| Aug 22 03:09:07.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5396 | 2024-08-22T03:09:09.002Z | [ recovery-image] Aug 22 03:09:07.737 INFO O| Aug 22 03:09:07.737 INFO STEP 494 (remove_files) COMPLETE |
5397 | 2024-08-22T03:09:09.002Z | [ recovery-image] Aug 22 03:09:07.737 INFO O| Aug 22 03:09:07.737 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-08-22T03:09:09.010Z | [ recovery-image] Aug 22 03:09:07.747 INFO O| Aug 22 03:09:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5399 | 2024-08-22T03:09:09.010Z | [ recovery-image] Aug 22 03:09:07.747 INFO O| Aug 22 03:09:07.747 INFO STEP 495 (remove_files) COMPLETE |
5400 | 2024-08-22T03:09:09.012Z | [ recovery-image] Aug 22 03:09:07.747 INFO O| Aug 22 03:09:07.747 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-08-22T03:09:09.020Z | [ recovery-image] Aug 22 03:09:07.757 INFO O| Aug 22 03:09:07.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5402 | 2024-08-22T03:09:09.020Z | [ recovery-image] Aug 22 03:09:07.757 INFO O| Aug 22 03:09:07.757 INFO STEP 496 (remove_files) COMPLETE |
5403 | 2024-08-22T03:09:09.020Z | [ recovery-image] Aug 22 03:09:07.757 INFO O| Aug 22 03:09:07.757 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-08-22T03:09:09.029Z | [ recovery-image] Aug 22 03:09:07.767 INFO O| Aug 22 03:09:07.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5405 | 2024-08-22T03:09:09.029Z | [ recovery-image] Aug 22 03:09:07.767 INFO O| Aug 22 03:09:07.767 INFO STEP 497 (remove_files) COMPLETE |
5406 | 2024-08-22T03:09:09.032Z | [ recovery-image] Aug 22 03:09:07.767 INFO O| Aug 22 03:09:07.767 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-08-22T03:09:09.039Z | [ recovery-image] Aug 22 03:09:07.776 INFO O| Aug 22 03:09:07.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5408 | 2024-08-22T03:09:09.041Z | [ recovery-image] Aug 22 03:09:07.776 INFO O| Aug 22 03:09:07.776 INFO STEP 498 (remove_files) COMPLETE |
5409 | 2024-08-22T03:09:09.041Z | [ recovery-image] Aug 22 03:09:07.776 INFO O| Aug 22 03:09:07.776 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-08-22T03:09:09.048Z | [ recovery-image] Aug 22 03:09:07.786 INFO O| Aug 22 03:09:07.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5411 | 2024-08-22T03:09:09.048Z | [ recovery-image] Aug 22 03:09:07.786 INFO O| Aug 22 03:09:07.786 INFO STEP 499 (remove_files) COMPLETE |
5412 | 2024-08-22T03:09:09.050Z | [ recovery-image] Aug 22 03:09:07.786 INFO O| Aug 22 03:09:07.786 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-08-22T03:09:09.058Z | [ recovery-image] Aug 22 03:09:07.795 INFO O| Aug 22 03:09:07.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5414 | 2024-08-22T03:09:09.058Z | [ recovery-image] Aug 22 03:09:07.795 INFO O| Aug 22 03:09:07.795 INFO STEP 500 (remove_files) COMPLETE |
5415 | 2024-08-22T03:09:09.060Z | [ recovery-image] Aug 22 03:09:07.795 INFO O| Aug 22 03:09:07.795 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-08-22T03:09:09.067Z | [ recovery-image] Aug 22 03:09:07.805 INFO O| Aug 22 03:09:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5417 | 2024-08-22T03:09:09.070Z | [ recovery-image] Aug 22 03:09:07.805 INFO O| Aug 22 03:09:07.805 INFO STEP 501 (remove_files) COMPLETE |
5418 | 2024-08-22T03:09:09.070Z | [ recovery-image] Aug 22 03:09:07.805 INFO O| Aug 22 03:09:07.805 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-08-22T03:09:09.077Z | [ recovery-image] Aug 22 03:09:07.814 INFO O| Aug 22 03:09:07.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5420 | 2024-08-22T03:09:09.077Z | [ recovery-image] Aug 22 03:09:07.814 INFO O| Aug 22 03:09:07.814 INFO STEP 502 (remove_files) COMPLETE |
5421 | 2024-08-22T03:09:09.077Z | [ recovery-image] Aug 22 03:09:07.814 INFO O| Aug 22 03:09:07.814 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-08-22T03:09:09.086Z | [ recovery-image] Aug 22 03:09:07.824 INFO O| Aug 22 03:09:07.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5423 | 2024-08-22T03:09:09.087Z | [ recovery-image] Aug 22 03:09:07.824 INFO O| Aug 22 03:09:07.824 INFO STEP 503 (remove_files) COMPLETE |
5424 | 2024-08-22T03:09:09.087Z | [ recovery-image] Aug 22 03:09:07.824 INFO O| Aug 22 03:09:07.824 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-08-22T03:09:09.096Z | [ recovery-image] Aug 22 03:09:07.833 INFO O| Aug 22 03:09:07.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5426 | 2024-08-22T03:09:09.098Z | [ recovery-image] Aug 22 03:09:07.833 INFO O| Aug 22 03:09:07.833 INFO STEP 504 (remove_files) COMPLETE |
5427 | 2024-08-22T03:09:09.099Z | [ recovery-image] Aug 22 03:09:07.833 INFO O| Aug 22 03:09:07.833 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-08-22T03:09:09.105Z | [ recovery-image] Aug 22 03:09:07.843 INFO O| Aug 22 03:09:07.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5429 | 2024-08-22T03:09:09.105Z | [ recovery-image] Aug 22 03:09:07.843 INFO O| Aug 22 03:09:07.843 INFO STEP 505 (remove_files) COMPLETE |
5430 | 2024-08-22T03:09:09.108Z | [ recovery-image] Aug 22 03:09:07.843 INFO O| Aug 22 03:09:07.843 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-08-22T03:09:09.115Z | [ recovery-image] Aug 22 03:09:07.852 INFO O| Aug 22 03:09:07.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5432 | 2024-08-22T03:09:09.117Z | [ recovery-image] Aug 22 03:09:07.852 INFO O| Aug 22 03:09:07.852 INFO STEP 506 (remove_files) COMPLETE |
5433 | 2024-08-22T03:09:09.117Z | [ recovery-image] Aug 22 03:09:07.852 INFO O| Aug 22 03:09:07.852 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-08-22T03:09:09.124Z | [ recovery-image] Aug 22 03:09:07.862 INFO O| Aug 22 03:09:07.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5435 | 2024-08-22T03:09:09.127Z | [ recovery-image] Aug 22 03:09:07.862 INFO O| Aug 22 03:09:07.862 INFO STEP 507 (remove_files) COMPLETE |
5436 | 2024-08-22T03:09:09.127Z | [ recovery-image] Aug 22 03:09:07.862 INFO O| Aug 22 03:09:07.862 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-08-22T03:09:09.134Z | [ recovery-image] Aug 22 03:09:07.871 INFO O| Aug 22 03:09:07.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5438 | 2024-08-22T03:09:09.136Z | [ recovery-image] Aug 22 03:09:07.871 INFO O| Aug 22 03:09:07.871 INFO STEP 508 (remove_files) COMPLETE |
5439 | 2024-08-22T03:09:09.136Z | [ recovery-image] Aug 22 03:09:07.871 INFO O| Aug 22 03:09:07.871 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-08-22T03:09:09.143Z | [ recovery-image] Aug 22 03:09:07.881 INFO O| Aug 22 03:09:07.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5441 | 2024-08-22T03:09:09.147Z | [ recovery-image] Aug 22 03:09:07.882 INFO O| Aug 22 03:09:07.881 INFO STEP 509 (remove_files) COMPLETE |
5442 | 2024-08-22T03:09:09.147Z | [ recovery-image] Aug 22 03:09:07.882 INFO O| Aug 22 03:09:07.882 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-08-22T03:09:09.154Z | [ recovery-image] Aug 22 03:09:07.891 INFO O| Aug 22 03:09:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5444 | 2024-08-22T03:09:09.154Z | [ recovery-image] Aug 22 03:09:07.891 INFO O| Aug 22 03:09:07.891 INFO STEP 510 (remove_files) COMPLETE |
5445 | 2024-08-22T03:09:09.156Z | [ recovery-image] Aug 22 03:09:07.891 INFO O| Aug 22 03:09:07.891 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-08-22T03:09:09.163Z | [ recovery-image] Aug 22 03:09:07.901 INFO O| Aug 22 03:09:07.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5447 | 2024-08-22T03:09:09.165Z | [ recovery-image] Aug 22 03:09:07.901 INFO O| Aug 22 03:09:07.901 INFO STEP 511 (remove_files) COMPLETE |
5448 | 2024-08-22T03:09:09.165Z | [ recovery-image] Aug 22 03:09:07.901 INFO O| Aug 22 03:09:07.901 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-08-22T03:09:09.169Z | [ host-image] Aug 22 03:09:07.907 INFO O| Aug 22 03:09:07.907 INFO O| Done |
5450 | 2024-08-22T03:09:09.173Z | [ recovery-image] Aug 22 03:09:07.910 INFO O| Aug 22 03:09:07.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5451 | 2024-08-22T03:09:09.173Z | [ recovery-image] Aug 22 03:09:07.910 INFO O| Aug 22 03:09:07.910 INFO STEP 512 (remove_files) COMPLETE |
5452 | 2024-08-22T03:09:09.175Z | [ recovery-image] Aug 22 03:09:07.910 INFO O| Aug 22 03:09:07.910 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-08-22T03:09:09.182Z | [ recovery-image] Aug 22 03:09:07.920 INFO O| Aug 22 03:09:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5454 | 2024-08-22T03:09:09.185Z | [ recovery-image] Aug 22 03:09:07.920 INFO O| Aug 22 03:09:07.920 INFO STEP 513 (remove_files) COMPLETE |
5455 | 2024-08-22T03:09:09.185Z | [ recovery-image] Aug 22 03:09:07.920 INFO O| Aug 22 03:09:07.920 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-08-22T03:09:09.192Z | [ recovery-image] Aug 22 03:09:07.929 INFO O| Aug 22 03:09:07.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5457 | 2024-08-22T03:09:09.195Z | [ recovery-image] Aug 22 03:09:07.929 INFO O| Aug 22 03:09:07.929 INFO STEP 514 (remove_files) COMPLETE |
5458 | 2024-08-22T03:09:09.195Z | [ recovery-image] Aug 22 03:09:07.929 INFO O| Aug 22 03:09:07.929 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-08-22T03:09:09.202Z | [ recovery-image] Aug 22 03:09:07.939 INFO O| Aug 22 03:09:07.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5460 | 2024-08-22T03:09:09.204Z | [ recovery-image] Aug 22 03:09:07.939 INFO O| Aug 22 03:09:07.939 INFO STEP 515 (remove_files) COMPLETE |
5461 | 2024-08-22T03:09:09.204Z | [ recovery-image] Aug 22 03:09:07.939 INFO O| Aug 22 03:09:07.939 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-08-22T03:09:09.211Z | [ recovery-image] Aug 22 03:09:07.949 INFO O| Aug 22 03:09:07.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5463 | 2024-08-22T03:09:09.211Z | [ recovery-image] Aug 22 03:09:07.949 INFO O| Aug 22 03:09:07.949 INFO STEP 516 (remove_files) COMPLETE |
5464 | 2024-08-22T03:09:09.211Z | [ recovery-image] Aug 22 03:09:07.949 INFO O| Aug 22 03:09:07.949 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-08-22T03:09:09.221Z | [ recovery-image] Aug 22 03:09:07.958 INFO O| Aug 22 03:09:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5466 | 2024-08-22T03:09:09.221Z | [ recovery-image] Aug 22 03:09:07.958 INFO O| Aug 22 03:09:07.958 INFO STEP 517 (remove_files) COMPLETE |
5467 | 2024-08-22T03:09:09.224Z | [ recovery-image] Aug 22 03:09:07.959 INFO O| Aug 22 03:09:07.958 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-08-22T03:09:09.231Z | [ recovery-image] Aug 22 03:09:07.968 INFO O| Aug 22 03:09:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5469 | 2024-08-22T03:09:09.231Z | [ recovery-image] Aug 22 03:09:07.968 INFO O| Aug 22 03:09:07.968 INFO STEP 518 (remove_files) COMPLETE |
5470 | 2024-08-22T03:09:09.233Z | [ recovery-image] Aug 22 03:09:07.968 INFO O| Aug 22 03:09:07.968 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-08-22T03:09:09.241Z | [ recovery-image] Aug 22 03:09:07.978 INFO O| Aug 22 03:09:07.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5472 | 2024-08-22T03:09:09.243Z | [ recovery-image] Aug 22 03:09:07.978 INFO O| Aug 22 03:09:07.978 INFO STEP 519 (remove_files) COMPLETE |
5473 | 2024-08-22T03:09:09.243Z | [ recovery-image] Aug 22 03:09:07.978 INFO O| Aug 22 03:09:07.978 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-08-22T03:09:09.250Z | [ recovery-image] Aug 22 03:09:07.988 INFO O| Aug 22 03:09:07.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5475 | 2024-08-22T03:09:09.253Z | [ recovery-image] Aug 22 03:09:07.988 INFO O| Aug 22 03:09:07.988 INFO STEP 520 (remove_files) COMPLETE |
5476 | 2024-08-22T03:09:09.253Z | [ recovery-image] Aug 22 03:09:07.988 INFO O| Aug 22 03:09:07.988 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-08-22T03:09:09.260Z | [ recovery-image] Aug 22 03:09:07.997 INFO O| Aug 22 03:09:07.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5478 | 2024-08-22T03:09:09.260Z | [ recovery-image] Aug 22 03:09:07.997 INFO O| Aug 22 03:09:07.997 INFO STEP 521 (remove_files) COMPLETE |
5479 | 2024-08-22T03:09:09.260Z | [ recovery-image] Aug 22 03:09:07.997 INFO O| Aug 22 03:09:07.997 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-08-22T03:09:09.270Z | [ recovery-image] Aug 22 03:09:08.008 INFO O| Aug 22 03:09:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5481 | 2024-08-22T03:09:09.270Z | [ recovery-image] Aug 22 03:09:08.008 INFO O| Aug 22 03:09:08.008 INFO STEP 522 (remove_files) COMPLETE |
5482 | 2024-08-22T03:09:09.270Z | [ recovery-image] Aug 22 03:09:08.008 INFO O| Aug 22 03:09:08.008 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-08-22T03:09:09.280Z | [ recovery-image] Aug 22 03:09:08.018 INFO O| Aug 22 03:09:08.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5484 | 2024-08-22T03:09:09.280Z | [ recovery-image] Aug 22 03:09:08.018 INFO O| Aug 22 03:09:08.018 INFO STEP 523 (remove_files) COMPLETE |
5485 | 2024-08-22T03:09:09.280Z | [ recovery-image] Aug 22 03:09:08.018 INFO O| Aug 22 03:09:08.018 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-08-22T03:09:09.290Z | [ recovery-image] Aug 22 03:09:08.027 INFO O| Aug 22 03:09:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5487 | 2024-08-22T03:09:09.293Z | [ recovery-image] Aug 22 03:09:08.027 INFO O| Aug 22 03:09:08.027 INFO STEP 524 (remove_files) COMPLETE |
5488 | 2024-08-22T03:09:09.293Z | [ recovery-image] Aug 22 03:09:08.028 INFO O| Aug 22 03:09:08.027 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-08-22T03:09:09.300Z | [ recovery-image] Aug 22 03:09:08.037 INFO O| Aug 22 03:09:08.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5490 | 2024-08-22T03:09:09.300Z | [ recovery-image] Aug 22 03:09:08.037 INFO O| Aug 22 03:09:08.037 INFO STEP 525 (remove_files) COMPLETE |
5491 | 2024-08-22T03:09:09.300Z | [ recovery-image] Aug 22 03:09:08.037 INFO O| Aug 22 03:09:08.037 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-08-22T03:09:09.309Z | [ recovery-image] Aug 22 03:09:08.047 INFO O| Aug 22 03:09:08.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5493 | 2024-08-22T03:09:09.312Z | [ recovery-image] Aug 22 03:09:08.047 INFO O| Aug 22 03:09:08.047 INFO STEP 526 (remove_files) COMPLETE |
5494 | 2024-08-22T03:09:09.312Z | [ recovery-image] Aug 22 03:09:08.047 INFO O| Aug 22 03:09:08.047 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-08-22T03:09:09.319Z | [ recovery-image] Aug 22 03:09:08.056 INFO O| Aug 22 03:09:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5496 | 2024-08-22T03:09:09.319Z | [ recovery-image] Aug 22 03:09:08.056 INFO O| Aug 22 03:09:08.056 INFO STEP 527 (remove_files) COMPLETE |
5497 | 2024-08-22T03:09:09.319Z | [ recovery-image] Aug 22 03:09:08.056 INFO O| Aug 22 03:09:08.056 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-08-22T03:09:09.328Z | [ recovery-image] Aug 22 03:09:08.066 INFO O| Aug 22 03:09:08.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5499 | 2024-08-22T03:09:09.331Z | [ recovery-image] Aug 22 03:09:08.066 INFO O| Aug 22 03:09:08.066 INFO STEP 528 (remove_files) COMPLETE |
5500 | 2024-08-22T03:09:09.331Z | [ recovery-image] Aug 22 03:09:08.066 INFO O| Aug 22 03:09:08.066 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-08-22T03:09:09.338Z | [ recovery-image] Aug 22 03:09:08.075 INFO O| Aug 22 03:09:08.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5502 | 2024-08-22T03:09:09.340Z | [ recovery-image] Aug 22 03:09:08.075 INFO O| Aug 22 03:09:08.075 INFO STEP 529 (remove_files) COMPLETE |
5503 | 2024-08-22T03:09:09.340Z | [ recovery-image] Aug 22 03:09:08.075 INFO O| Aug 22 03:09:08.075 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-08-22T03:09:09.348Z | [ recovery-image] Aug 22 03:09:08.085 INFO O| Aug 22 03:09:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5505 | 2024-08-22T03:09:09.348Z | [ recovery-image] Aug 22 03:09:08.085 INFO O| Aug 22 03:09:08.085 INFO STEP 530 (remove_files) COMPLETE |
5506 | 2024-08-22T03:09:09.350Z | [ recovery-image] Aug 22 03:09:08.085 INFO O| Aug 22 03:09:08.085 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-08-22T03:09:09.357Z | [ recovery-image] Aug 22 03:09:08.095 INFO O| Aug 22 03:09:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5508 | 2024-08-22T03:09:09.360Z | [ recovery-image] Aug 22 03:09:08.095 INFO O| Aug 22 03:09:08.095 INFO STEP 531 (remove_files) COMPLETE |
5509 | 2024-08-22T03:09:09.360Z | [ recovery-image] Aug 22 03:09:08.095 INFO O| Aug 22 03:09:08.095 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-08-22T03:09:09.367Z | [ recovery-image] Aug 22 03:09:08.104 INFO O| Aug 22 03:09:08.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5511 | 2024-08-22T03:09:09.369Z | [ recovery-image] Aug 22 03:09:08.105 INFO O| Aug 22 03:09:08.104 INFO STEP 532 (remove_files) COMPLETE |
5512 | 2024-08-22T03:09:09.370Z | [ recovery-image] Aug 22 03:09:08.105 INFO O| Aug 22 03:09:08.105 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-08-22T03:09:09.377Z | [ recovery-image] Aug 22 03:09:08.114 INFO O| Aug 22 03:09:08.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5514 | 2024-08-22T03:09:09.379Z | [ recovery-image] Aug 22 03:09:08.114 INFO O| Aug 22 03:09:08.114 INFO STEP 533 (remove_files) COMPLETE |
5515 | 2024-08-22T03:09:09.379Z | [ recovery-image] Aug 22 03:09:08.114 INFO O| Aug 22 03:09:08.114 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-08-22T03:09:09.386Z | [ recovery-image] Aug 22 03:09:08.124 INFO O| Aug 22 03:09:08.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5517 | 2024-08-22T03:09:09.388Z | [ recovery-image] Aug 22 03:09:08.124 INFO O| Aug 22 03:09:08.124 INFO STEP 534 (remove_files) COMPLETE |
5518 | 2024-08-22T03:09:09.389Z | [ recovery-image] Aug 22 03:09:08.124 INFO O| Aug 22 03:09:08.124 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-08-22T03:09:09.396Z | [ recovery-image] Aug 22 03:09:08.133 INFO O| Aug 22 03:09:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5520 | 2024-08-22T03:09:09.398Z | [ recovery-image] Aug 22 03:09:08.133 INFO O| Aug 22 03:09:08.133 INFO STEP 535 (remove_files) COMPLETE |
5521 | 2024-08-22T03:09:09.398Z | [ recovery-image] Aug 22 03:09:08.133 INFO O| Aug 22 03:09:08.133 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-08-22T03:09:09.405Z | [ recovery-image] Aug 22 03:09:08.143 INFO O| Aug 22 03:09:08.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5523 | 2024-08-22T03:09:09.407Z | [ recovery-image] Aug 22 03:09:08.143 INFO O| Aug 22 03:09:08.143 INFO STEP 536 (remove_files) COMPLETE |
5524 | 2024-08-22T03:09:09.407Z | [ recovery-image] Aug 22 03:09:08.143 INFO O| Aug 22 03:09:08.143 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-08-22T03:09:09.415Z | [ recovery-image] Aug 22 03:09:08.152 INFO O| Aug 22 03:09:08.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5526 | 2024-08-22T03:09:09.417Z | [ recovery-image] Aug 22 03:09:08.152 INFO O| Aug 22 03:09:08.152 INFO STEP 537 (remove_files) COMPLETE |
5527 | 2024-08-22T03:09:09.417Z | [ recovery-image] Aug 22 03:09:08.152 INFO O| Aug 22 03:09:08.152 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-08-22T03:09:09.424Z | [ recovery-image] Aug 22 03:09:08.162 INFO O| Aug 22 03:09:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5529 | 2024-08-22T03:09:09.424Z | [ recovery-image] Aug 22 03:09:08.162 INFO O| Aug 22 03:09:08.162 INFO STEP 538 (remove_files) COMPLETE |
5530 | 2024-08-22T03:09:09.427Z | [ recovery-image] Aug 22 03:09:08.162 INFO O| Aug 22 03:09:08.162 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-08-22T03:09:09.434Z | [ recovery-image] Aug 22 03:09:08.171 INFO O| Aug 22 03:09:08.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5532 | 2024-08-22T03:09:09.436Z | [ recovery-image] Aug 22 03:09:08.171 INFO O| Aug 22 03:09:08.171 INFO STEP 539 (remove_files) COMPLETE |
5533 | 2024-08-22T03:09:09.436Z | [ recovery-image] Aug 22 03:09:08.171 INFO O| Aug 22 03:09:08.171 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-08-22T03:09:09.443Z | [ recovery-image] Aug 22 03:09:08.181 INFO O| Aug 22 03:09:08.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5535 | 2024-08-22T03:09:09.446Z | [ recovery-image] Aug 22 03:09:08.181 INFO O| Aug 22 03:09:08.181 INFO STEP 540 (remove_files) COMPLETE |
5536 | 2024-08-22T03:09:09.446Z | [ recovery-image] Aug 22 03:09:08.181 INFO O| Aug 22 03:09:08.181 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-08-22T03:09:09.453Z | [ recovery-image] Aug 22 03:09:08.191 INFO O| Aug 22 03:09:08.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5538 | 2024-08-22T03:09:09.456Z | [ recovery-image] Aug 22 03:09:08.191 INFO O| Aug 22 03:09:08.191 INFO STEP 541 (remove_files) COMPLETE |
5539 | 2024-08-22T03:09:09.456Z | [ recovery-image] Aug 22 03:09:08.191 INFO O| Aug 22 03:09:08.191 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-08-22T03:09:09.463Z | [ recovery-image] Aug 22 03:09:08.201 INFO O| Aug 22 03:09:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5541 | 2024-08-22T03:09:09.466Z | [ recovery-image] Aug 22 03:09:08.201 INFO O| Aug 22 03:09:08.201 INFO STEP 542 (remove_files) COMPLETE |
5542 | 2024-08-22T03:09:09.466Z | [ recovery-image] Aug 22 03:09:08.201 INFO O| Aug 22 03:09:08.201 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-08-22T03:09:09.473Z | [ recovery-image] Aug 22 03:09:08.210 INFO O| Aug 22 03:09:08.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5544 | 2024-08-22T03:09:09.473Z | [ recovery-image] Aug 22 03:09:08.210 INFO O| Aug 22 03:09:08.210 INFO STEP 543 (remove_files) COMPLETE |
5545 | 2024-08-22T03:09:09.475Z | [ recovery-image] Aug 22 03:09:08.210 INFO O| Aug 22 03:09:08.210 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-08-22T03:09:09.482Z | [ recovery-image] Aug 22 03:09:08.220 INFO O| Aug 22 03:09:08.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5547 | 2024-08-22T03:09:09.482Z | [ recovery-image] Aug 22 03:09:08.220 INFO O| Aug 22 03:09:08.220 INFO STEP 544 (remove_files) COMPLETE |
5548 | 2024-08-22T03:09:09.485Z | [ recovery-image] Aug 22 03:09:08.220 INFO O| Aug 22 03:09:08.220 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-08-22T03:09:09.492Z | [ recovery-image] Aug 22 03:09:08.229 INFO O| Aug 22 03:09:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5550 | 2024-08-22T03:09:09.494Z | [ recovery-image] Aug 22 03:09:08.229 INFO O| Aug 22 03:09:08.229 INFO STEP 545 (remove_files) COMPLETE |
5551 | 2024-08-22T03:09:09.494Z | [ recovery-image] Aug 22 03:09:08.229 INFO O| Aug 22 03:09:08.229 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-08-22T03:09:09.502Z | [ recovery-image] Aug 22 03:09:08.239 INFO O| Aug 22 03:09:08.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5553 | 2024-08-22T03:09:09.502Z | [ recovery-image] Aug 22 03:09:08.239 INFO O| Aug 22 03:09:08.239 INFO STEP 546 (remove_files) COMPLETE |
5554 | 2024-08-22T03:09:09.504Z | [ recovery-image] Aug 22 03:09:08.239 INFO O| Aug 22 03:09:08.239 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-08-22T03:09:09.511Z | [ recovery-image] Aug 22 03:09:08.249 INFO O| Aug 22 03:09:08.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5556 | 2024-08-22T03:09:09.511Z | [ recovery-image] Aug 22 03:09:08.249 INFO O| Aug 22 03:09:08.249 INFO STEP 547 (remove_files) COMPLETE |
5557 | 2024-08-22T03:09:09.514Z | [ recovery-image] Aug 22 03:09:08.249 INFO O| Aug 22 03:09:08.249 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-08-22T03:09:09.521Z | [ recovery-image] Aug 22 03:09:08.258 INFO O| Aug 22 03:09:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5559 | 2024-08-22T03:09:09.524Z | [ recovery-image] Aug 22 03:09:08.258 INFO O| Aug 22 03:09:08.258 INFO STEP 548 (remove_files) COMPLETE |
5560 | 2024-08-22T03:09:09.524Z | [ recovery-image] Aug 22 03:09:08.258 INFO O| Aug 22 03:09:08.258 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-08-22T03:09:09.531Z | [ recovery-image] Aug 22 03:09:08.268 INFO O| Aug 22 03:09:08.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5562 | 2024-08-22T03:09:09.533Z | [ recovery-image] Aug 22 03:09:08.268 INFO O| Aug 22 03:09:08.268 INFO STEP 549 (remove_files) COMPLETE |
5563 | 2024-08-22T03:09:09.533Z | [ recovery-image] Aug 22 03:09:08.268 INFO O| Aug 22 03:09:08.268 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-08-22T03:09:09.540Z | [ recovery-image] Aug 22 03:09:08.277 INFO O| Aug 22 03:09:08.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5565 | 2024-08-22T03:09:09.540Z | [ recovery-image] Aug 22 03:09:08.277 INFO O| Aug 22 03:09:08.277 INFO STEP 550 (remove_files) COMPLETE |
5566 | 2024-08-22T03:09:09.540Z | [ recovery-image] Aug 22 03:09:08.278 INFO O| Aug 22 03:09:08.277 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-08-22T03:09:09.550Z | [ recovery-image] Aug 22 03:09:08.287 INFO O| Aug 22 03:09:08.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5568 | 2024-08-22T03:09:09.552Z | [ recovery-image] Aug 22 03:09:08.287 INFO O| Aug 22 03:09:08.287 INFO STEP 551 (remove_files) COMPLETE |
5569 | 2024-08-22T03:09:09.552Z | [ recovery-image] Aug 22 03:09:08.287 INFO O| Aug 22 03:09:08.287 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-08-22T03:09:09.559Z | [ recovery-image] Aug 22 03:09:08.297 INFO O| Aug 22 03:09:08.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5571 | 2024-08-22T03:09:09.559Z | [ recovery-image] Aug 22 03:09:08.297 INFO O| Aug 22 03:09:08.297 INFO STEP 552 (remove_files) COMPLETE |
5572 | 2024-08-22T03:09:09.562Z | [ recovery-image] Aug 22 03:09:08.297 INFO O| Aug 22 03:09:08.297 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-08-22T03:09:09.569Z | [ recovery-image] Aug 22 03:09:08.306 INFO O| Aug 22 03:09:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5574 | 2024-08-22T03:09:09.569Z | [ recovery-image] Aug 22 03:09:08.306 INFO O| Aug 22 03:09:08.306 INFO STEP 553 (remove_files) COMPLETE |
5575 | 2024-08-22T03:09:09.569Z | [ recovery-image] Aug 22 03:09:08.306 INFO O| Aug 22 03:09:08.306 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-08-22T03:09:09.578Z | [ recovery-image] Aug 22 03:09:08.316 INFO O| Aug 22 03:09:08.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5577 | 2024-08-22T03:09:09.581Z | [ recovery-image] Aug 22 03:09:08.316 INFO O| Aug 22 03:09:08.316 INFO STEP 554 (remove_files) COMPLETE |
5578 | 2024-08-22T03:09:09.581Z | [ recovery-image] Aug 22 03:09:08.316 INFO O| Aug 22 03:09:08.316 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-08-22T03:09:09.588Z | [ recovery-image] Aug 22 03:09:08.325 INFO O| Aug 22 03:09:08.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5580 | 2024-08-22T03:09:09.591Z | [ recovery-image] Aug 22 03:09:08.326 INFO O| Aug 22 03:09:08.326 INFO STEP 555 (remove_files) COMPLETE |
5581 | 2024-08-22T03:09:09.591Z | [ recovery-image] Aug 22 03:09:08.326 INFO O| Aug 22 03:09:08.326 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-08-22T03:09:09.598Z | [ recovery-image] Aug 22 03:09:08.335 INFO O| Aug 22 03:09:08.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5583 | 2024-08-22T03:09:09.598Z | [ recovery-image] Aug 22 03:09:08.335 INFO O| Aug 22 03:09:08.335 INFO STEP 556 (remove_files) COMPLETE |
5584 | 2024-08-22T03:09:09.598Z | [ recovery-image] Aug 22 03:09:08.335 INFO O| Aug 22 03:09:08.335 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-08-22T03:09:09.607Z | [ recovery-image] Aug 22 03:09:08.345 INFO O| Aug 22 03:09:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5586 | 2024-08-22T03:09:09.607Z | [ recovery-image] Aug 22 03:09:08.345 INFO O| Aug 22 03:09:08.345 INFO STEP 557 (remove_files) COMPLETE |
5587 | 2024-08-22T03:09:09.610Z | [ recovery-image] Aug 22 03:09:08.345 INFO O| Aug 22 03:09:08.345 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-08-22T03:09:09.617Z | [ recovery-image] Aug 22 03:09:08.355 INFO O| Aug 22 03:09:08.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5589 | 2024-08-22T03:09:09.617Z | [ recovery-image] Aug 22 03:09:08.355 INFO O| Aug 22 03:09:08.355 INFO STEP 558 (remove_files) COMPLETE |
5590 | 2024-08-22T03:09:09.620Z | [ recovery-image] Aug 22 03:09:08.355 INFO O| Aug 22 03:09:08.355 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-08-22T03:09:09.628Z | [ recovery-image] Aug 22 03:09:08.365 INFO O| Aug 22 03:09:08.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5592 | 2024-08-22T03:09:09.628Z | [ recovery-image] Aug 22 03:09:08.365 INFO O| Aug 22 03:09:08.365 INFO STEP 559 (remove_files) COMPLETE |
5593 | 2024-08-22T03:09:09.630Z | [ recovery-image] Aug 22 03:09:08.365 INFO O| Aug 22 03:09:08.365 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-08-22T03:09:09.638Z | [ recovery-image] Aug 22 03:09:08.375 INFO O| Aug 22 03:09:08.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5595 | 2024-08-22T03:09:09.641Z | [ recovery-image] Aug 22 03:09:08.375 INFO O| Aug 22 03:09:08.375 INFO STEP 560 (remove_files) COMPLETE |
5596 | 2024-08-22T03:09:09.641Z | [ recovery-image] Aug 22 03:09:08.375 INFO O| Aug 22 03:09:08.375 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-08-22T03:09:09.648Z | [ recovery-image] Aug 22 03:09:08.385 INFO O| Aug 22 03:09:08.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5598 | 2024-08-22T03:09:09.648Z | [ recovery-image] Aug 22 03:09:08.385 INFO O| Aug 22 03:09:08.385 INFO STEP 561 (remove_files) COMPLETE |
5599 | 2024-08-22T03:09:09.648Z | [ recovery-image] Aug 22 03:09:08.385 INFO O| Aug 22 03:09:08.385 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-08-22T03:09:09.657Z | [ recovery-image] Aug 22 03:09:08.395 INFO O| Aug 22 03:09:08.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5601 | 2024-08-22T03:09:09.657Z | [ recovery-image] Aug 22 03:09:08.395 INFO O| Aug 22 03:09:08.395 INFO STEP 562 (remove_files) COMPLETE |
5602 | 2024-08-22T03:09:09.660Z | [ recovery-image] Aug 22 03:09:08.395 INFO O| Aug 22 03:09:08.395 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-08-22T03:09:09.667Z | [ recovery-image] Aug 22 03:09:08.404 INFO O| Aug 22 03:09:08.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5604 | 2024-08-22T03:09:09.667Z | [ recovery-image] Aug 22 03:09:08.404 INFO O| Aug 22 03:09:08.404 INFO STEP 563 (remove_files) COMPLETE |
5605 | 2024-08-22T03:09:09.670Z | [ recovery-image] Aug 22 03:09:08.404 INFO O| Aug 22 03:09:08.404 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-08-22T03:09:09.676Z | [ recovery-image] Aug 22 03:09:08.413 INFO O| Aug 22 03:09:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5607 | 2024-08-22T03:09:09.676Z | [ recovery-image] Aug 22 03:09:08.413 INFO O| Aug 22 03:09:08.413 INFO STEP 564 (remove_files) COMPLETE |
5608 | 2024-08-22T03:09:09.678Z | [ recovery-image] Aug 22 03:09:08.414 INFO O| Aug 22 03:09:08.413 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-08-22T03:09:09.685Z | [ recovery-image] Aug 22 03:09:08.423 INFO O| Aug 22 03:09:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5610 | 2024-08-22T03:09:09.686Z | [ recovery-image] Aug 22 03:09:08.423 INFO O| Aug 22 03:09:08.423 INFO STEP 565 (remove_files) COMPLETE |
5611 | 2024-08-22T03:09:09.686Z | [ recovery-image] Aug 22 03:09:08.423 INFO O| Aug 22 03:09:08.423 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-08-22T03:09:09.695Z | [ recovery-image] Aug 22 03:09:08.432 INFO O| Aug 22 03:09:08.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5613 | 2024-08-22T03:09:09.695Z | [ recovery-image] Aug 22 03:09:08.432 INFO O| Aug 22 03:09:08.432 INFO STEP 566 (remove_files) COMPLETE |
5614 | 2024-08-22T03:09:09.698Z | [ recovery-image] Aug 22 03:09:08.432 INFO O| Aug 22 03:09:08.432 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-08-22T03:09:09.704Z | [ recovery-image] Aug 22 03:09:08.441 INFO O| Aug 22 03:09:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5616 | 2024-08-22T03:09:09.707Z | [ recovery-image] Aug 22 03:09:08.442 INFO O| Aug 22 03:09:08.441 INFO STEP 567 (remove_files) COMPLETE |
5617 | 2024-08-22T03:09:09.707Z | [ recovery-image] Aug 22 03:09:08.442 INFO O| Aug 22 03:09:08.442 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-08-22T03:09:09.716Z | [ recovery-image] Aug 22 03:09:08.452 INFO O| Aug 22 03:09:08.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5619 | 2024-08-22T03:09:09.718Z | [ recovery-image] Aug 22 03:09:08.453 INFO O| Aug 22 03:09:08.453 INFO STEP 568 (remove_files) COMPLETE |
5620 | 2024-08-22T03:09:09.718Z | [ recovery-image] Aug 22 03:09:08.453 INFO O| Aug 22 03:09:08.453 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-08-22T03:09:09.725Z | [ recovery-image] Aug 22 03:09:08.462 INFO O| Aug 22 03:09:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5622 | 2024-08-22T03:09:09.727Z | [ recovery-image] Aug 22 03:09:08.462 INFO O| Aug 22 03:09:08.462 INFO STEP 569 (remove_files) COMPLETE |
5623 | 2024-08-22T03:09:09.727Z | [ recovery-image] Aug 22 03:09:08.462 INFO O| Aug 22 03:09:08.462 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-08-22T03:09:09.734Z | [ recovery-image] Aug 22 03:09:08.472 INFO O| Aug 22 03:09:08.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5625 | 2024-08-22T03:09:09.737Z | [ recovery-image] Aug 22 03:09:08.472 INFO O| Aug 22 03:09:08.472 INFO STEP 570 (remove_files) COMPLETE |
5626 | 2024-08-22T03:09:09.737Z | [ recovery-image] Aug 22 03:09:08.472 INFO O| Aug 22 03:09:08.472 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-08-22T03:09:09.744Z | [ recovery-image] Aug 22 03:09:08.481 INFO O| Aug 22 03:09:08.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5628 | 2024-08-22T03:09:09.744Z | [ recovery-image] Aug 22 03:09:08.481 INFO O| Aug 22 03:09:08.481 INFO STEP 571 (remove_files) COMPLETE |
5629 | 2024-08-22T03:09:09.746Z | [ recovery-image] Aug 22 03:09:08.481 INFO O| Aug 22 03:09:08.481 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-08-22T03:09:09.753Z | [ recovery-image] Aug 22 03:09:08.490 INFO O| Aug 22 03:09:08.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5631 | 2024-08-22T03:09:09.753Z | [ recovery-image] Aug 22 03:09:08.491 INFO O| Aug 22 03:09:08.491 INFO STEP 572 (remove_files) COMPLETE |
5632 | 2024-08-22T03:09:09.756Z | [ recovery-image] Aug 22 03:09:08.491 INFO O| Aug 22 03:09:08.491 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-08-22T03:09:09.763Z | [ recovery-image] Aug 22 03:09:08.500 INFO O| Aug 22 03:09:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5634 | 2024-08-22T03:09:09.765Z | [ recovery-image] Aug 22 03:09:08.500 INFO O| Aug 22 03:09:08.500 INFO STEP 573 (remove_files) COMPLETE |
5635 | 2024-08-22T03:09:09.765Z | [ recovery-image] Aug 22 03:09:08.500 INFO O| Aug 22 03:09:08.500 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-08-22T03:09:09.772Z | [ recovery-image] Aug 22 03:09:08.509 INFO O| Aug 22 03:09:08.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5637 | 2024-08-22T03:09:09.772Z | [ recovery-image] Aug 22 03:09:08.509 INFO O| Aug 22 03:09:08.509 INFO STEP 574 (remove_files) COMPLETE |
5638 | 2024-08-22T03:09:09.775Z | [ recovery-image] Aug 22 03:09:08.509 INFO O| Aug 22 03:09:08.509 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-08-22T03:09:09.781Z | [ recovery-image] Aug 22 03:09:08.519 INFO O| Aug 22 03:09:08.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5640 | 2024-08-22T03:09:09.781Z | [ recovery-image] Aug 22 03:09:08.519 INFO O| Aug 22 03:09:08.519 INFO STEP 575 (remove_files) COMPLETE |
5641 | 2024-08-22T03:09:09.784Z | [ recovery-image] Aug 22 03:09:08.519 INFO O| Aug 22 03:09:08.519 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-08-22T03:09:09.791Z | [ recovery-image] Aug 22 03:09:08.528 INFO O| Aug 22 03:09:08.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5643 | 2024-08-22T03:09:09.791Z | [ recovery-image] Aug 22 03:09:08.528 INFO O| Aug 22 03:09:08.528 INFO STEP 576 (remove_files) COMPLETE |
5644 | 2024-08-22T03:09:09.791Z | [ recovery-image] Aug 22 03:09:08.528 INFO O| Aug 22 03:09:08.528 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-08-22T03:09:09.803Z | [ recovery-image] Aug 22 03:09:08.538 INFO O| Aug 22 03:09:08.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5646 | 2024-08-22T03:09:09.803Z | [ recovery-image] Aug 22 03:09:08.538 INFO O| Aug 22 03:09:08.538 INFO STEP 577 (remove_files) COMPLETE |
5647 | 2024-08-22T03:09:09.803Z | [ recovery-image] Aug 22 03:09:08.538 INFO O| Aug 22 03:09:08.538 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-08-22T03:09:09.810Z | [ recovery-image] Aug 22 03:09:08.547 INFO O| Aug 22 03:09:08.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5649 | 2024-08-22T03:09:09.810Z | [ recovery-image] Aug 22 03:09:08.547 INFO O| Aug 22 03:09:08.547 INFO STEP 578 (remove_files) COMPLETE |
5650 | 2024-08-22T03:09:09.813Z | [ recovery-image] Aug 22 03:09:08.547 INFO O| Aug 22 03:09:08.547 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-08-22T03:09:09.820Z | [ recovery-image] Aug 22 03:09:08.557 INFO O| Aug 22 03:09:08.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5652 | 2024-08-22T03:09:09.820Z | [ recovery-image] Aug 22 03:09:08.557 INFO O| Aug 22 03:09:08.557 INFO STEP 579 (remove_files) COMPLETE |
5653 | 2024-08-22T03:09:09.822Z | [ recovery-image] Aug 22 03:09:08.557 INFO O| Aug 22 03:09:08.557 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-08-22T03:09:09.829Z | [ recovery-image] Aug 22 03:09:08.566 INFO O| Aug 22 03:09:08.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5655 | 2024-08-22T03:09:09.829Z | [ recovery-image] Aug 22 03:09:08.566 INFO O| Aug 22 03:09:08.566 INFO STEP 580 (remove_files) COMPLETE |
5656 | 2024-08-22T03:09:09.832Z | [ recovery-image] Aug 22 03:09:08.566 INFO O| Aug 22 03:09:08.566 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-08-22T03:09:09.840Z | [ recovery-image] Aug 22 03:09:08.576 INFO O| Aug 22 03:09:08.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5658 | 2024-08-22T03:09:09.842Z | [ recovery-image] Aug 22 03:09:08.576 INFO O| Aug 22 03:09:08.576 INFO STEP 581 (remove_files) COMPLETE |
5659 | 2024-08-22T03:09:09.842Z | [ recovery-image] Aug 22 03:09:08.576 INFO O| Aug 22 03:09:08.576 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-08-22T03:09:09.848Z | [ recovery-image] Aug 22 03:09:08.585 INFO O| Aug 22 03:09:08.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5661 | 2024-08-22T03:09:09.853Z | [ recovery-image] Aug 22 03:09:08.585 INFO O| Aug 22 03:09:08.585 INFO STEP 582 (remove_files) COMPLETE |
5662 | 2024-08-22T03:09:09.853Z | [ recovery-image] Aug 22 03:09:08.585 INFO O| Aug 22 03:09:08.585 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-08-22T03:09:09.858Z | [ recovery-image] Aug 22 03:09:08.595 INFO O| Aug 22 03:09:08.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5664 | 2024-08-22T03:09:09.858Z | [ recovery-image] Aug 22 03:09:08.595 INFO O| Aug 22 03:09:08.595 INFO STEP 583 (remove_files) COMPLETE |
5665 | 2024-08-22T03:09:09.858Z | [ recovery-image] Aug 22 03:09:08.595 INFO O| Aug 22 03:09:08.595 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-08-22T03:09:09.867Z | [ recovery-image] Aug 22 03:09:08.604 INFO O| Aug 22 03:09:08.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5667 | 2024-08-22T03:09:09.868Z | [ recovery-image] Aug 22 03:09:08.604 INFO O| Aug 22 03:09:08.604 INFO STEP 584 (remove_files) COMPLETE |
5668 | 2024-08-22T03:09:09.868Z | [ recovery-image] Aug 22 03:09:08.604 INFO O| Aug 22 03:09:08.604 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-08-22T03:09:09.885Z | [ recovery-image] Aug 22 03:09:08.614 INFO O| Aug 22 03:09:08.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5670 | 2024-08-22T03:09:09.885Z | [ recovery-image] Aug 22 03:09:08.614 INFO O| Aug 22 03:09:08.614 INFO STEP 585 (remove_files) COMPLETE |
5671 | 2024-08-22T03:09:09.888Z | [ recovery-image] Aug 22 03:09:08.614 INFO O| Aug 22 03:09:08.614 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-08-22T03:09:09.888Z | [ recovery-image] Aug 22 03:09:08.623 INFO O| Aug 22 03:09:08.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5673 | 2024-08-22T03:09:09.888Z | [ recovery-image] Aug 22 03:09:08.623 INFO O| Aug 22 03:09:08.623 INFO STEP 586 (remove_files) COMPLETE |
5674 | 2024-08-22T03:09:09.888Z | [ recovery-image] Aug 22 03:09:08.623 INFO O| Aug 22 03:09:08.623 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-08-22T03:09:09.896Z | [ recovery-image] Aug 22 03:09:08.633 INFO O| Aug 22 03:09:08.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5676 | 2024-08-22T03:09:09.896Z | [ recovery-image] Aug 22 03:09:08.633 INFO O| Aug 22 03:09:08.633 INFO STEP 587 (remove_files) COMPLETE |
5677 | 2024-08-22T03:09:09.898Z | [ recovery-image] Aug 22 03:09:08.633 INFO O| Aug 22 03:09:08.633 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-08-22T03:09:09.906Z | [ recovery-image] Aug 22 03:09:08.643 INFO O| Aug 22 03:09:08.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5679 | 2024-08-22T03:09:09.906Z | [ recovery-image] Aug 22 03:09:08.643 INFO O| Aug 22 03:09:08.643 INFO STEP 588 (remove_files) COMPLETE |
5680 | 2024-08-22T03:09:09.909Z | [ recovery-image] Aug 22 03:09:08.643 INFO O| Aug 22 03:09:08.643 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-08-22T03:09:09.916Z | [ recovery-image] Aug 22 03:09:08.653 INFO O| Aug 22 03:09:08.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5682 | 2024-08-22T03:09:09.919Z | [ recovery-image] Aug 22 03:09:08.653 INFO O| Aug 22 03:09:08.653 INFO STEP 589 (remove_files) COMPLETE |
5683 | 2024-08-22T03:09:09.919Z | [ recovery-image] Aug 22 03:09:08.653 INFO O| Aug 22 03:09:08.653 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-08-22T03:09:09.926Z | [ recovery-image] Aug 22 03:09:08.663 INFO O| Aug 22 03:09:08.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5685 | 2024-08-22T03:09:09.929Z | [ recovery-image] Aug 22 03:09:08.663 INFO O| Aug 22 03:09:08.663 INFO STEP 590 (remove_files) COMPLETE |
5686 | 2024-08-22T03:09:09.929Z | [ recovery-image] Aug 22 03:09:08.663 INFO O| Aug 22 03:09:08.663 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-08-22T03:09:09.936Z | [ recovery-image] Aug 22 03:09:08.673 INFO O| Aug 22 03:09:08.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5688 | 2024-08-22T03:09:09.936Z | [ recovery-image] Aug 22 03:09:08.673 INFO O| Aug 22 03:09:08.673 INFO STEP 591 (remove_files) COMPLETE |
5689 | 2024-08-22T03:09:09.939Z | [ recovery-image] Aug 22 03:09:08.673 INFO O| Aug 22 03:09:08.673 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-08-22T03:09:09.946Z | [ recovery-image] Aug 22 03:09:08.683 INFO O| Aug 22 03:09:08.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5691 | 2024-08-22T03:09:09.949Z | [ recovery-image] Aug 22 03:09:08.684 INFO O| Aug 22 03:09:08.683 INFO STEP 592 (remove_files) COMPLETE |
5692 | 2024-08-22T03:09:09.949Z | [ recovery-image] Aug 22 03:09:08.684 INFO O| Aug 22 03:09:08.684 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-08-22T03:09:09.956Z | [ recovery-image] Aug 22 03:09:08.693 INFO O| Aug 22 03:09:08.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5694 | 2024-08-22T03:09:09.961Z | [ recovery-image] Aug 22 03:09:08.693 INFO O| Aug 22 03:09:08.693 INFO STEP 593 (remove_files) COMPLETE |
5695 | 2024-08-22T03:09:09.961Z | [ recovery-image] Aug 22 03:09:08.693 INFO O| Aug 22 03:09:08.693 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-08-22T03:09:09.966Z | [ recovery-image] Aug 22 03:09:08.703 INFO O| Aug 22 03:09:08.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5697 | 2024-08-22T03:09:09.966Z | [ recovery-image] Aug 22 03:09:08.703 INFO O| Aug 22 03:09:08.703 INFO STEP 594 (remove_files) COMPLETE |
5698 | 2024-08-22T03:09:09.966Z | [ recovery-image] Aug 22 03:09:08.703 INFO O| Aug 22 03:09:08.703 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-08-22T03:09:09.977Z | [ recovery-image] Aug 22 03:09:08.712 INFO O| Aug 22 03:09:08.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5700 | 2024-08-22T03:09:09.979Z | [ recovery-image] Aug 22 03:09:08.713 INFO O| Aug 22 03:09:08.713 INFO STEP 595 (remove_files) COMPLETE |
5701 | 2024-08-22T03:09:09.979Z | [ recovery-image] Aug 22 03:09:08.713 INFO O| Aug 22 03:09:08.713 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-08-22T03:09:09.985Z | [ recovery-image] Aug 22 03:09:08.722 INFO O| Aug 22 03:09:08.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5703 | 2024-08-22T03:09:09.985Z | [ recovery-image] Aug 22 03:09:08.722 INFO O| Aug 22 03:09:08.722 INFO STEP 596 (remove_files) COMPLETE |
5704 | 2024-08-22T03:09:09.987Z | [ recovery-image] Aug 22 03:09:08.722 INFO O| Aug 22 03:09:08.722 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-08-22T03:09:09.995Z | [ recovery-image] Aug 22 03:09:08.732 INFO O| Aug 22 03:09:08.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5706 | 2024-08-22T03:09:09.995Z | [ recovery-image] Aug 22 03:09:08.732 INFO O| Aug 22 03:09:08.732 INFO STEP 597 (remove_files) COMPLETE |
5707 | 2024-08-22T03:09:09.995Z | [ recovery-image] Aug 22 03:09:08.732 INFO O| Aug 22 03:09:08.732 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-08-22T03:09:10.004Z | [ recovery-image] Aug 22 03:09:08.741 INFO O| Aug 22 03:09:08.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5709 | 2024-08-22T03:09:10.007Z | [ recovery-image] Aug 22 03:09:08.741 INFO O| Aug 22 03:09:08.741 INFO STEP 598 (remove_files) COMPLETE |
5710 | 2024-08-22T03:09:10.007Z | [ recovery-image] Aug 22 03:09:08.741 INFO O| Aug 22 03:09:08.741 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-08-22T03:09:10.016Z | [ recovery-image] Aug 22 03:09:08.751 INFO O| Aug 22 03:09:08.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5712 | 2024-08-22T03:09:10.016Z | [ recovery-image] Aug 22 03:09:08.751 INFO O| Aug 22 03:09:08.751 INFO STEP 599 (remove_files) COMPLETE |
5713 | 2024-08-22T03:09:10.016Z | [ recovery-image] Aug 22 03:09:08.751 INFO O| Aug 22 03:09:08.751 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-08-22T03:09:10.023Z | [ recovery-image] Aug 22 03:09:08.761 INFO O| Aug 22 03:09:08.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5715 | 2024-08-22T03:09:10.026Z | [ recovery-image] Aug 22 03:09:08.761 INFO O| Aug 22 03:09:08.761 INFO STEP 600 (remove_files) COMPLETE |
5716 | 2024-08-22T03:09:10.026Z | [ recovery-image] Aug 22 03:09:08.761 INFO O| Aug 22 03:09:08.761 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-08-22T03:09:10.033Z | [ recovery-image] Aug 22 03:09:08.770 INFO O| Aug 22 03:09:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5718 | 2024-08-22T03:09:10.035Z | [ recovery-image] Aug 22 03:09:08.770 INFO O| Aug 22 03:09:08.770 INFO STEP 601 (remove_files) COMPLETE |
5719 | 2024-08-22T03:09:10.035Z | [ recovery-image] Aug 22 03:09:08.770 INFO O| Aug 22 03:09:08.770 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-08-22T03:09:10.042Z | [ recovery-image] Aug 22 03:09:08.780 INFO O| Aug 22 03:09:08.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5721 | 2024-08-22T03:09:10.042Z | [ recovery-image] Aug 22 03:09:08.780 INFO O| Aug 22 03:09:08.780 INFO STEP 602 (remove_files) COMPLETE |
5722 | 2024-08-22T03:09:10.045Z | [ recovery-image] Aug 22 03:09:08.780 INFO O| Aug 22 03:09:08.780 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-08-22T03:09:10.052Z | [ recovery-image] Aug 22 03:09:08.789 INFO O| Aug 22 03:09:08.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5724 | 2024-08-22T03:09:10.054Z | [ recovery-image] Aug 22 03:09:08.789 INFO O| Aug 22 03:09:08.789 INFO STEP 603 (remove_files) COMPLETE |
5725 | 2024-08-22T03:09:10.054Z | [ recovery-image] Aug 22 03:09:08.789 INFO O| Aug 22 03:09:08.789 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-08-22T03:09:10.061Z | [ recovery-image] Aug 22 03:09:08.799 INFO O| Aug 22 03:09:08.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5727 | 2024-08-22T03:09:10.064Z | [ recovery-image] Aug 22 03:09:08.799 INFO O| Aug 22 03:09:08.799 INFO STEP 604 (remove_files) COMPLETE |
5728 | 2024-08-22T03:09:10.064Z | [ recovery-image] Aug 22 03:09:08.799 INFO O| Aug 22 03:09:08.799 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-08-22T03:09:10.071Z | [ recovery-image] Aug 22 03:09:08.808 INFO O| Aug 22 03:09:08.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5730 | 2024-08-22T03:09:10.071Z | [ recovery-image] Aug 22 03:09:08.808 INFO O| Aug 22 03:09:08.808 INFO STEP 605 (remove_files) COMPLETE |
5731 | 2024-08-22T03:09:10.071Z | [ recovery-image] Aug 22 03:09:08.808 INFO O| Aug 22 03:09:08.808 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-08-22T03:09:10.081Z | [ recovery-image] Aug 22 03:09:08.818 INFO O| Aug 22 03:09:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5733 | 2024-08-22T03:09:10.081Z | [ recovery-image] Aug 22 03:09:08.818 INFO O| Aug 22 03:09:08.818 INFO STEP 606 (remove_files) COMPLETE |
5734 | 2024-08-22T03:09:10.081Z | [ recovery-image] Aug 22 03:09:08.818 INFO O| Aug 22 03:09:08.818 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-08-22T03:09:10.090Z | [ recovery-image] Aug 22 03:09:08.828 INFO O| Aug 22 03:09:08.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5736 | 2024-08-22T03:09:10.090Z | [ recovery-image] Aug 22 03:09:08.828 INFO O| Aug 22 03:09:08.828 INFO STEP 607 (remove_files) COMPLETE |
5737 | 2024-08-22T03:09:10.093Z | [ recovery-image] Aug 22 03:09:08.828 INFO O| Aug 22 03:09:08.828 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-08-22T03:09:10.100Z | [ recovery-image] Aug 22 03:09:08.837 INFO O| Aug 22 03:09:08.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5739 | 2024-08-22T03:09:10.100Z | [ recovery-image] Aug 22 03:09:08.837 INFO O| Aug 22 03:09:08.837 INFO STEP 608 (remove_files) COMPLETE |
5740 | 2024-08-22T03:09:10.102Z | [ recovery-image] Aug 22 03:09:08.837 INFO O| Aug 22 03:09:08.837 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-08-22T03:09:10.109Z | [ recovery-image] Aug 22 03:09:08.847 INFO O| Aug 22 03:09:08.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5742 | 2024-08-22T03:09:10.109Z | [ recovery-image] Aug 22 03:09:08.847 INFO O| Aug 22 03:09:08.847 INFO STEP 609 (remove_files) COMPLETE |
5743 | 2024-08-22T03:09:10.112Z | [ recovery-image] Aug 22 03:09:08.847 INFO O| Aug 22 03:09:08.847 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-08-22T03:09:10.119Z | [ recovery-image] Aug 22 03:09:08.856 INFO O| Aug 22 03:09:08.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5745 | 2024-08-22T03:09:10.121Z | [ recovery-image] Aug 22 03:09:08.856 INFO O| Aug 22 03:09:08.856 INFO STEP 610 (remove_files) COMPLETE |
5746 | 2024-08-22T03:09:10.121Z | [ recovery-image] Aug 22 03:09:08.856 INFO O| Aug 22 03:09:08.856 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-08-22T03:09:10.128Z | [ recovery-image] Aug 22 03:09:08.866 INFO O| Aug 22 03:09:08.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5748 | 2024-08-22T03:09:10.128Z | [ recovery-image] Aug 22 03:09:08.866 INFO O| Aug 22 03:09:08.866 INFO STEP 611 (remove_files) COMPLETE |
5749 | 2024-08-22T03:09:10.131Z | [ recovery-image] Aug 22 03:09:08.866 INFO O| Aug 22 03:09:08.866 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-08-22T03:09:10.138Z | [ recovery-image] Aug 22 03:09:08.875 INFO O| Aug 22 03:09:08.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5751 | 2024-08-22T03:09:10.138Z | [ recovery-image] Aug 22 03:09:08.875 INFO O| Aug 22 03:09:08.875 INFO STEP 612 (remove_files) COMPLETE |
5752 | 2024-08-22T03:09:10.140Z | [ recovery-image] Aug 22 03:09:08.875 INFO O| Aug 22 03:09:08.875 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-08-22T03:09:10.148Z | [ recovery-image] Aug 22 03:09:08.885 INFO O| Aug 22 03:09:08.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5754 | 2024-08-22T03:09:10.148Z | [ recovery-image] Aug 22 03:09:08.885 INFO O| Aug 22 03:09:08.885 INFO STEP 613 (remove_files) COMPLETE |
5755 | 2024-08-22T03:09:10.148Z | [ recovery-image] Aug 22 03:09:08.885 INFO O| Aug 22 03:09:08.885 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-08-22T03:09:10.157Z | [ recovery-image] Aug 22 03:09:08.894 INFO O| Aug 22 03:09:08.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5757 | 2024-08-22T03:09:10.157Z | [ recovery-image] Aug 22 03:09:08.894 INFO O| Aug 22 03:09:08.894 INFO STEP 614 (remove_files) COMPLETE |
5758 | 2024-08-22T03:09:10.157Z | [ recovery-image] Aug 22 03:09:08.894 INFO O| Aug 22 03:09:08.894 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-08-22T03:09:10.166Z | [ recovery-image] Aug 22 03:09:08.904 INFO O| Aug 22 03:09:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5760 | 2024-08-22T03:09:10.166Z | [ recovery-image] Aug 22 03:09:08.904 INFO O| Aug 22 03:09:08.904 INFO STEP 615 (remove_files) COMPLETE |
5761 | 2024-08-22T03:09:10.170Z | [ recovery-image] Aug 22 03:09:08.904 INFO O| Aug 22 03:09:08.904 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-08-22T03:09:10.176Z | [ recovery-image] Aug 22 03:09:08.913 INFO O| Aug 22 03:09:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5763 | 2024-08-22T03:09:10.176Z | [ recovery-image] Aug 22 03:09:08.913 INFO O| Aug 22 03:09:08.913 INFO STEP 616 (remove_files) COMPLETE |
5764 | 2024-08-22T03:09:10.178Z | [ recovery-image] Aug 22 03:09:08.913 INFO O| Aug 22 03:09:08.913 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-08-22T03:09:10.185Z | [ recovery-image] Aug 22 03:09:08.923 INFO O| Aug 22 03:09:08.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5766 | 2024-08-22T03:09:10.188Z | [ recovery-image] Aug 22 03:09:08.923 INFO O| Aug 22 03:09:08.923 INFO STEP 617 (remove_files) COMPLETE |
5767 | 2024-08-22T03:09:10.188Z | [ recovery-image] Aug 22 03:09:08.923 INFO O| Aug 22 03:09:08.923 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-08-22T03:09:10.196Z | [ recovery-image] Aug 22 03:09:08.933 INFO O| Aug 22 03:09:08.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5769 | 2024-08-22T03:09:10.196Z | [ recovery-image] Aug 22 03:09:08.933 INFO O| Aug 22 03:09:08.933 INFO STEP 618 (remove_files) COMPLETE |
5770 | 2024-08-22T03:09:10.196Z | [ recovery-image] Aug 22 03:09:08.933 INFO O| Aug 22 03:09:08.933 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-08-22T03:09:10.205Z | [ recovery-image] Aug 22 03:09:08.942 INFO O| Aug 22 03:09:08.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5772 | 2024-08-22T03:09:10.207Z | [ recovery-image] Aug 22 03:09:08.942 INFO O| Aug 22 03:09:08.942 INFO STEP 619 (remove_files) COMPLETE |
5773 | 2024-08-22T03:09:10.208Z | [ recovery-image] Aug 22 03:09:08.942 INFO O| Aug 22 03:09:08.942 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-08-22T03:09:10.214Z | [ recovery-image] Aug 22 03:09:08.952 INFO O| Aug 22 03:09:08.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5775 | 2024-08-22T03:09:10.214Z | [ recovery-image] Aug 22 03:09:08.952 INFO O| Aug 22 03:09:08.952 INFO STEP 620 (remove_files) COMPLETE |
5776 | 2024-08-22T03:09:10.217Z | [ recovery-image] Aug 22 03:09:08.952 INFO O| Aug 22 03:09:08.952 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-08-22T03:09:10.224Z | [ recovery-image] Aug 22 03:09:08.961 INFO O| Aug 22 03:09:08.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5778 | 2024-08-22T03:09:10.224Z | [ recovery-image] Aug 22 03:09:08.961 INFO O| Aug 22 03:09:08.961 INFO STEP 621 (remove_files) COMPLETE |
5779 | 2024-08-22T03:09:10.224Z | [ recovery-image] Aug 22 03:09:08.961 INFO O| Aug 22 03:09:08.961 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-08-22T03:09:10.233Z | [ recovery-image] Aug 22 03:09:08.971 INFO O| Aug 22 03:09:08.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5781 | 2024-08-22T03:09:10.233Z | [ recovery-image] Aug 22 03:09:08.971 INFO O| Aug 22 03:09:08.971 INFO STEP 622 (remove_files) COMPLETE |
5782 | 2024-08-22T03:09:10.233Z | [ recovery-image] Aug 22 03:09:08.971 INFO O| Aug 22 03:09:08.971 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-08-22T03:09:10.243Z | [ recovery-image] Aug 22 03:09:08.980 INFO O| Aug 22 03:09:08.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5784 | 2024-08-22T03:09:10.243Z | [ recovery-image] Aug 22 03:09:08.980 INFO O| Aug 22 03:09:08.980 INFO STEP 623 (remove_files) COMPLETE |
5785 | 2024-08-22T03:09:10.243Z | [ recovery-image] Aug 22 03:09:08.980 INFO O| Aug 22 03:09:08.980 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-08-22T03:09:10.252Z | [ recovery-image] Aug 22 03:09:08.989 INFO O| Aug 22 03:09:08.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5787 | 2024-08-22T03:09:10.255Z | [ recovery-image] Aug 22 03:09:08.990 INFO O| Aug 22 03:09:08.990 INFO STEP 624 (remove_files) COMPLETE |
5788 | 2024-08-22T03:09:10.255Z | [ recovery-image] Aug 22 03:09:08.990 INFO O| Aug 22 03:09:08.990 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-08-22T03:09:10.262Z | [ recovery-image] Aug 22 03:09:08.999 INFO O| Aug 22 03:09:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5790 | 2024-08-22T03:09:10.262Z | [ recovery-image] Aug 22 03:09:09.000 INFO O| Aug 22 03:09:08.999 INFO STEP 625 (remove_files) COMPLETE |
5791 | 2024-08-22T03:09:10.265Z | [ recovery-image] Aug 22 03:09:09.000 INFO O| Aug 22 03:09:08.999 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-08-22T03:09:10.273Z | [ recovery-image] Aug 22 03:09:09.010 INFO O| Aug 22 03:09:09.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5793 | 2024-08-22T03:09:10.275Z | [ recovery-image] Aug 22 03:09:09.011 INFO O| Aug 22 03:09:09.011 INFO STEP 626 (remove_files) COMPLETE |
5794 | 2024-08-22T03:09:10.275Z | [ recovery-image] Aug 22 03:09:09.011 INFO O| Aug 22 03:09:09.011 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-08-22T03:09:10.284Z | [ recovery-image] Aug 22 03:09:09.021 INFO O| Aug 22 03:09:09.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5796 | 2024-08-22T03:09:10.286Z | [ recovery-image] Aug 22 03:09:09.021 INFO O| Aug 22 03:09:09.021 INFO STEP 627 (remove_files) COMPLETE |
5797 | 2024-08-22T03:09:10.287Z | [ recovery-image] Aug 22 03:09:09.021 INFO O| Aug 22 03:09:09.021 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-08-22T03:09:10.294Z | [ recovery-image] Aug 22 03:09:09.031 INFO O| Aug 22 03:09:09.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5799 | 2024-08-22T03:09:10.294Z | [ recovery-image] Aug 22 03:09:09.031 INFO O| Aug 22 03:09:09.031 INFO STEP 628 (remove_files) COMPLETE |
5800 | 2024-08-22T03:09:10.294Z | [ recovery-image] Aug 22 03:09:09.031 INFO O| Aug 22 03:09:09.031 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-08-22T03:09:10.303Z | [ recovery-image] Aug 22 03:09:09.040 INFO O| Aug 22 03:09:09.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5802 | 2024-08-22T03:09:10.306Z | [ recovery-image] Aug 22 03:09:09.040 INFO O| Aug 22 03:09:09.040 INFO STEP 629 (remove_files) COMPLETE |
5803 | 2024-08-22T03:09:10.306Z | [ recovery-image] Aug 22 03:09:09.041 INFO O| Aug 22 03:09:09.040 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-08-22T03:09:10.313Z | [ recovery-image] Aug 22 03:09:09.050 INFO O| Aug 22 03:09:09.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5805 | 2024-08-22T03:09:10.315Z | [ recovery-image] Aug 22 03:09:09.050 INFO O| Aug 22 03:09:09.050 INFO STEP 630 (remove_files) COMPLETE |
5806 | 2024-08-22T03:09:10.315Z | [ recovery-image] Aug 22 03:09:09.050 INFO O| Aug 22 03:09:09.050 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-08-22T03:09:10.322Z | [ recovery-image] Aug 22 03:09:09.059 INFO O| Aug 22 03:09:09.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5808 | 2024-08-22T03:09:10.322Z | [ recovery-image] Aug 22 03:09:09.060 INFO O| Aug 22 03:09:09.060 INFO STEP 631 (remove_files) COMPLETE |
5809 | 2024-08-22T03:09:10.322Z | [ recovery-image] Aug 22 03:09:09.060 INFO O| Aug 22 03:09:09.060 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-08-22T03:09:10.332Z | [ recovery-image] Aug 22 03:09:09.069 INFO O| Aug 22 03:09:09.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5811 | 2024-08-22T03:09:10.334Z | [ recovery-image] Aug 22 03:09:09.069 INFO O| Aug 22 03:09:09.069 INFO STEP 632 (remove_files) COMPLETE |
5812 | 2024-08-22T03:09:10.334Z | [ recovery-image] Aug 22 03:09:09.069 INFO O| Aug 22 03:09:09.069 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-08-22T03:09:10.341Z | [ recovery-image] Aug 22 03:09:09.078 INFO O| Aug 22 03:09:09.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5814 | 2024-08-22T03:09:10.341Z | [ recovery-image] Aug 22 03:09:09.079 INFO O| Aug 22 03:09:09.079 INFO STEP 633 (remove_files) COMPLETE |
5815 | 2024-08-22T03:09:10.341Z | [ recovery-image] Aug 22 03:09:09.079 INFO O| Aug 22 03:09:09.079 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-08-22T03:09:10.351Z | [ recovery-image] Aug 22 03:09:09.088 INFO O| Aug 22 03:09:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5817 | 2024-08-22T03:09:10.353Z | [ recovery-image] Aug 22 03:09:09.088 INFO O| Aug 22 03:09:09.088 INFO STEP 634 (remove_files) COMPLETE |
5818 | 2024-08-22T03:09:10.353Z | [ recovery-image] Aug 22 03:09:09.088 INFO O| Aug 22 03:09:09.088 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-08-22T03:09:10.359Z | [ host-image] Aug 22 03:09:09.097 INFO O| Aug 22 03:09:09.097 INFO O| Done |
5820 | 2024-08-22T03:09:10.362Z | [ recovery-image] Aug 22 03:09:09.098 INFO O| Aug 22 03:09:09.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5821 | 2024-08-22T03:09:10.362Z | [ recovery-image] Aug 22 03:09:09.098 INFO O| Aug 22 03:09:09.098 INFO STEP 635 (remove_files) COMPLETE |
5822 | 2024-08-22T03:09:10.362Z | [ recovery-image] Aug 22 03:09:09.098 INFO O| Aug 22 03:09:09.098 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-22T03:09:10.372Z | [ recovery-image] Aug 22 03:09:09.109 INFO O| Aug 22 03:09:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5824 | 2024-08-22T03:09:10.374Z | [ recovery-image] Aug 22 03:09:09.109 INFO O| Aug 22 03:09:09.109 INFO STEP 636 (remove_files) COMPLETE |
5825 | 2024-08-22T03:09:10.374Z | [ recovery-image] Aug 22 03:09:09.109 INFO O| Aug 22 03:09:09.109 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-22T03:09:10.382Z | [ recovery-image] Aug 22 03:09:09.119 INFO O| Aug 22 03:09:09.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5827 | 2024-08-22T03:09:10.382Z | [ recovery-image] Aug 22 03:09:09.119 INFO O| Aug 22 03:09:09.119 INFO STEP 637 (remove_files) COMPLETE |
5828 | 2024-08-22T03:09:10.384Z | [ recovery-image] Aug 22 03:09:09.119 INFO O| Aug 22 03:09:09.119 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-22T03:09:10.388Z | [ host-image] Aug 22 03:09:09.125 INFO O| Aug 22 03:09:09.125 INFO O| Done |
5830 | 2024-08-22T03:09:10.390Z | [ host-image] Aug 22 03:09:09.125 INFO O| Aug 22 03:09:09.125 INFO O| Done |
5831 | 2024-08-22T03:09:10.393Z | [ recovery-image] Aug 22 03:09:09.130 INFO O| Aug 22 03:09:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5832 | 2024-08-22T03:09:10.396Z | [ recovery-image] Aug 22 03:09:09.131 INFO O| Aug 22 03:09:09.130 INFO STEP 638 (remove_files) COMPLETE |
5833 | 2024-08-22T03:09:10.396Z | [ recovery-image] Aug 22 03:09:09.131 INFO O| Aug 22 03:09:09.131 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-08-22T03:09:10.403Z | [ recovery-image] Aug 22 03:09:09.140 INFO O| Aug 22 03:09:09.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5835 | 2024-08-22T03:09:10.405Z | [ recovery-image] Aug 22 03:09:09.140 INFO O| Aug 22 03:09:09.140 INFO STEP 639 (remove_files) COMPLETE |
5836 | 2024-08-22T03:09:10.405Z | [ recovery-image] Aug 22 03:09:09.140 INFO O| Aug 22 03:09:09.140 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-08-22T03:09:10.412Z | [ recovery-image] Aug 22 03:09:09.150 INFO O| Aug 22 03:09:09.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5838 | 2024-08-22T03:09:10.415Z | [ recovery-image] Aug 22 03:09:09.150 INFO O| Aug 22 03:09:09.150 INFO STEP 640 (remove_files) COMPLETE |
5839 | 2024-08-22T03:09:10.415Z | [ recovery-image] Aug 22 03:09:09.150 INFO O| Aug 22 03:09:09.150 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-08-22T03:09:10.423Z | [ recovery-image] Aug 22 03:09:09.160 INFO O| Aug 22 03:09:09.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5841 | 2024-08-22T03:09:10.423Z | [ recovery-image] Aug 22 03:09:09.160 INFO O| Aug 22 03:09:09.160 INFO STEP 641 (remove_files) COMPLETE |
5842 | 2024-08-22T03:09:10.425Z | [ recovery-image] Aug 22 03:09:09.160 INFO O| Aug 22 03:09:09.160 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-08-22T03:09:10.428Z | [ host-image] Aug 22 03:09:09.163 INFO O| Aug 22 03:09:09.163 INFO O| Done |
5844 | 2024-08-22T03:09:10.433Z | [ recovery-image] Aug 22 03:09:09.170 INFO O| Aug 22 03:09:09.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5845 | 2024-08-22T03:09:10.433Z | [ recovery-image] Aug 22 03:09:09.170 INFO O| Aug 22 03:09:09.170 INFO STEP 642 (remove_files) COMPLETE |
5846 | 2024-08-22T03:09:10.436Z | [ recovery-image] Aug 22 03:09:09.170 INFO O| Aug 22 03:09:09.170 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-22T03:09:10.445Z | [ recovery-image] Aug 22 03:09:09.180 INFO O| Aug 22 03:09:09.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5848 | 2024-08-22T03:09:10.445Z | [ recovery-image] Aug 22 03:09:09.181 INFO O| Aug 22 03:09:09.181 INFO STEP 643 (remove_files) COMPLETE |
5849 | 2024-08-22T03:09:10.448Z | [ recovery-image] Aug 22 03:09:09.181 INFO O| Aug 22 03:09:09.181 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-22T03:09:10.454Z | [ recovery-image] Aug 22 03:09:09.191 INFO O| Aug 22 03:09:09.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5851 | 2024-08-22T03:09:10.454Z | [ recovery-image] Aug 22 03:09:09.191 INFO O| Aug 22 03:09:09.191 INFO STEP 644 (remove_files) COMPLETE |
5852 | 2024-08-22T03:09:10.456Z | [ recovery-image] Aug 22 03:09:09.191 INFO O| Aug 22 03:09:09.191 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-22T03:09:10.464Z | [ recovery-image] Aug 22 03:09:09.201 INFO O| Aug 22 03:09:09.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5854 | 2024-08-22T03:09:10.464Z | [ recovery-image] Aug 22 03:09:09.201 INFO O| Aug 22 03:09:09.201 INFO STEP 645 (remove_files) COMPLETE |
5855 | 2024-08-22T03:09:10.466Z | [ recovery-image] Aug 22 03:09:09.201 INFO O| Aug 22 03:09:09.201 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-22T03:09:10.473Z | [ recovery-image] Aug 22 03:09:09.211 INFO O| Aug 22 03:09:09.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5857 | 2024-08-22T03:09:10.476Z | [ recovery-image] Aug 22 03:09:09.211 INFO O| Aug 22 03:09:09.211 INFO STEP 646 (remove_files) COMPLETE |
5858 | 2024-08-22T03:09:10.476Z | [ recovery-image] Aug 22 03:09:09.211 INFO O| Aug 22 03:09:09.211 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-22T03:09:10.483Z | [ recovery-image] Aug 22 03:09:09.220 INFO O| Aug 22 03:09:09.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5860 | 2024-08-22T03:09:10.486Z | [ recovery-image] Aug 22 03:09:09.221 INFO O| Aug 22 03:09:09.220 INFO STEP 647 (remove_files) COMPLETE |
5861 | 2024-08-22T03:09:10.486Z | [ recovery-image] Aug 22 03:09:09.221 INFO O| Aug 22 03:09:09.221 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-22T03:09:10.493Z | [ recovery-image] Aug 22 03:09:09.230 INFO O| Aug 22 03:09:09.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5863 | 2024-08-22T03:09:10.493Z | [ recovery-image] Aug 22 03:09:09.230 INFO O| Aug 22 03:09:09.230 INFO STEP 648 (remove_files) COMPLETE |
5864 | 2024-08-22T03:09:10.495Z | [ recovery-image] Aug 22 03:09:09.230 INFO O| Aug 22 03:09:09.230 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-22T03:09:10.503Z | [ recovery-image] Aug 22 03:09:09.240 INFO O| Aug 22 03:09:09.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5866 | 2024-08-22T03:09:10.503Z | [ recovery-image] Aug 22 03:09:09.240 INFO O| Aug 22 03:09:09.240 INFO STEP 649 (remove_files) COMPLETE |
5867 | 2024-08-22T03:09:10.503Z | [ recovery-image] Aug 22 03:09:09.240 INFO O| Aug 22 03:09:09.240 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-22T03:09:10.512Z | [ recovery-image] Aug 22 03:09:09.250 INFO O| Aug 22 03:09:09.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5869 | 2024-08-22T03:09:10.512Z | [ recovery-image] Aug 22 03:09:09.250 INFO O| Aug 22 03:09:09.250 INFO STEP 650 (remove_files) COMPLETE |
5870 | 2024-08-22T03:09:10.515Z | [ recovery-image] Aug 22 03:09:09.250 INFO O| Aug 22 03:09:09.250 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-22T03:09:10.522Z | [ recovery-image] Aug 22 03:09:09.259 INFO O| Aug 22 03:09:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5872 | 2024-08-22T03:09:10.522Z | [ recovery-image] Aug 22 03:09:09.260 INFO O| Aug 22 03:09:09.259 INFO STEP 651 (remove_files) COMPLETE |
5873 | 2024-08-22T03:09:10.525Z | [ recovery-image] Aug 22 03:09:09.260 INFO O| Aug 22 03:09:09.260 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-22T03:09:10.525Z | [ host-image] Aug 22 03:09:09.262 INFO O| Aug 22 03:09:09.262 INFO STEP 13 (pkg_install) COMPLETE |
5875 | 2024-08-22T03:09:10.527Z | [ host-image] Aug 22 03:09:09.262 INFO O| Aug 22 03:09:09.262 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5876 | 2024-08-22T03:09:10.533Z | [ recovery-image] Aug 22 03:09:09.270 INFO O| Aug 22 03:09:09.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5877 | 2024-08-22T03:09:10.536Z | [ recovery-image] Aug 22 03:09:09.270 INFO O| Aug 22 03:09:09.270 INFO STEP 652 (remove_files) COMPLETE |
5878 | 2024-08-22T03:09:10.536Z | [ recovery-image] Aug 22 03:09:09.270 INFO O| Aug 22 03:09:09.270 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-08-22T03:09:10.536Z | [ host-image] Aug 22 03:09:09.273 INFO O| Aug 22 03:09:09.273 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
5880 | 2024-08-22T03:09:10.543Z | [ recovery-image] Aug 22 03:09:09.280 INFO O| Aug 22 03:09:09.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5881 | 2024-08-22T03:09:10.543Z | [ recovery-image] Aug 22 03:09:09.280 INFO O| Aug 22 03:09:09.280 INFO STEP 653 (remove_files) COMPLETE |
5882 | 2024-08-22T03:09:10.543Z | [ recovery-image] Aug 22 03:09:09.280 INFO O| Aug 22 03:09:09.280 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-22T03:09:10.552Z | [ recovery-image] Aug 22 03:09:09.290 INFO O| Aug 22 03:09:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5884 | 2024-08-22T03:09:10.552Z | [ recovery-image] Aug 22 03:09:09.290 INFO O| Aug 22 03:09:09.290 INFO STEP 654 (remove_files) COMPLETE |
5885 | 2024-08-22T03:09:10.555Z | [ recovery-image] Aug 22 03:09:09.290 INFO O| Aug 22 03:09:09.290 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-22T03:09:10.562Z | [ recovery-image] Aug 22 03:09:09.300 INFO O| Aug 22 03:09:09.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5887 | 2024-08-22T03:09:10.565Z | [ recovery-image] Aug 22 03:09:09.300 INFO O| Aug 22 03:09:09.300 INFO STEP 655 (remove_files) COMPLETE |
5888 | 2024-08-22T03:09:10.565Z | [ recovery-image] Aug 22 03:09:09.300 INFO O| Aug 22 03:09:09.300 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-22T03:09:10.572Z | [ recovery-image] Aug 22 03:09:09.309 INFO O| Aug 22 03:09:09.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5890 | 2024-08-22T03:09:10.572Z | [ recovery-image] Aug 22 03:09:09.310 INFO O| Aug 22 03:09:09.309 INFO STEP 656 (remove_files) COMPLETE |
5891 | 2024-08-22T03:09:10.574Z | [ recovery-image] Aug 22 03:09:09.310 INFO O| Aug 22 03:09:09.309 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-22T03:09:10.582Z | [ recovery-image] Aug 22 03:09:09.319 INFO O| Aug 22 03:09:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5893 | 2024-08-22T03:09:10.584Z | [ recovery-image] Aug 22 03:09:09.319 INFO O| Aug 22 03:09:09.319 INFO STEP 657 (remove_files) COMPLETE |
5894 | 2024-08-22T03:09:10.584Z | [ recovery-image] Aug 22 03:09:09.319 INFO O| Aug 22 03:09:09.319 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-22T03:09:10.592Z | [ recovery-image] Aug 22 03:09:09.329 INFO O| Aug 22 03:09:09.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5896 | 2024-08-22T03:09:10.594Z | [ recovery-image] Aug 22 03:09:09.329 INFO O| Aug 22 03:09:09.329 INFO STEP 658 (remove_files) COMPLETE |
5897 | 2024-08-22T03:09:10.594Z | [ recovery-image] Aug 22 03:09:09.329 INFO O| Aug 22 03:09:09.329 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-22T03:09:10.602Z | [ recovery-image] Aug 22 03:09:09.339 INFO O| Aug 22 03:09:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5899 | 2024-08-22T03:09:10.602Z | [ recovery-image] Aug 22 03:09:09.339 INFO O| Aug 22 03:09:09.339 INFO STEP 659 (remove_files) COMPLETE |
5900 | 2024-08-22T03:09:10.602Z | [ recovery-image] Aug 22 03:09:09.339 INFO O| Aug 22 03:09:09.339 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-08-22T03:09:10.612Z | [ recovery-image] Aug 22 03:09:09.349 INFO O| Aug 22 03:09:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5902 | 2024-08-22T03:09:10.614Z | [ recovery-image] Aug 22 03:09:09.350 INFO O| Aug 22 03:09:09.349 INFO STEP 660 (remove_files) COMPLETE |
5903 | 2024-08-22T03:09:10.614Z | [ recovery-image] Aug 22 03:09:09.350 INFO O| Aug 22 03:09:09.349 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-08-22T03:09:10.622Z | [ recovery-image] Aug 22 03:09:09.359 INFO O| Aug 22 03:09:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5905 | 2024-08-22T03:09:10.625Z | [ recovery-image] Aug 22 03:09:09.360 INFO O| Aug 22 03:09:09.360 INFO STEP 661 (remove_files) COMPLETE |
5906 | 2024-08-22T03:09:10.625Z | [ recovery-image] Aug 22 03:09:09.360 INFO O| Aug 22 03:09:09.360 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-08-22T03:09:10.632Z | [ recovery-image] Aug 22 03:09:09.369 INFO O| Aug 22 03:09:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5908 | 2024-08-22T03:09:10.634Z | [ recovery-image] Aug 22 03:09:09.369 INFO O| Aug 22 03:09:09.369 INFO STEP 662 (remove_files) COMPLETE |
5909 | 2024-08-22T03:09:10.634Z | [ recovery-image] Aug 22 03:09:09.369 INFO O| Aug 22 03:09:09.369 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-08-22T03:09:10.641Z | [ recovery-image] Aug 22 03:09:09.379 INFO O| Aug 22 03:09:09.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5911 | 2024-08-22T03:09:10.644Z | [ recovery-image] Aug 22 03:09:09.379 INFO O| Aug 22 03:09:09.379 INFO STEP 663 (remove_files) COMPLETE |
5912 | 2024-08-22T03:09:10.644Z | [ recovery-image] Aug 22 03:09:09.379 INFO O| Aug 22 03:09:09.379 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-08-22T03:09:10.651Z | [ recovery-image] Aug 22 03:09:09.388 INFO O| Aug 22 03:09:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5914 | 2024-08-22T03:09:10.653Z | [ recovery-image] Aug 22 03:09:09.388 INFO O| Aug 22 03:09:09.388 INFO STEP 664 (remove_files) COMPLETE |
5915 | 2024-08-22T03:09:10.653Z | [ recovery-image] Aug 22 03:09:09.388 INFO O| Aug 22 03:09:09.388 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-08-22T03:09:10.661Z | [ recovery-image] Aug 22 03:09:09.398 INFO O| Aug 22 03:09:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5917 | 2024-08-22T03:09:10.661Z | [ recovery-image] Aug 22 03:09:09.398 INFO O| Aug 22 03:09:09.398 INFO STEP 665 (remove_files) COMPLETE |
5918 | 2024-08-22T03:09:10.663Z | [ recovery-image] Aug 22 03:09:09.398 INFO O| Aug 22 03:09:09.398 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-08-22T03:09:10.670Z | [ recovery-image] Aug 22 03:09:09.407 INFO O| Aug 22 03:09:09.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5920 | 2024-08-22T03:09:10.672Z | [ recovery-image] Aug 22 03:09:09.407 INFO O| Aug 22 03:09:09.407 INFO STEP 666 (remove_files) COMPLETE |
5921 | 2024-08-22T03:09:10.672Z | [ recovery-image] Aug 22 03:09:09.407 INFO O| Aug 22 03:09:09.407 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-08-22T03:09:10.680Z | [ recovery-image] Aug 22 03:09:09.417 INFO O| Aug 22 03:09:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5923 | 2024-08-22T03:09:10.680Z | [ recovery-image] Aug 22 03:09:09.417 INFO O| Aug 22 03:09:09.417 INFO STEP 667 (remove_files) COMPLETE |
5924 | 2024-08-22T03:09:10.680Z | [ recovery-image] Aug 22 03:09:09.417 INFO O| Aug 22 03:09:09.417 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-08-22T03:09:10.689Z | [ recovery-image] Aug 22 03:09:09.426 INFO O| Aug 22 03:09:09.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5926 | 2024-08-22T03:09:10.692Z | [ recovery-image] Aug 22 03:09:09.426 INFO O| Aug 22 03:09:09.426 INFO STEP 668 (remove_files) COMPLETE |
5927 | 2024-08-22T03:09:10.692Z | [ recovery-image] Aug 22 03:09:09.426 INFO O| Aug 22 03:09:09.426 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-22T03:09:10.698Z | [ recovery-image] Aug 22 03:09:09.436 INFO O| Aug 22 03:09:09.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5929 | 2024-08-22T03:09:10.701Z | [ recovery-image] Aug 22 03:09:09.436 INFO O| Aug 22 03:09:09.436 INFO STEP 669 (remove_files) COMPLETE |
5930 | 2024-08-22T03:09:10.701Z | [ recovery-image] Aug 22 03:09:09.436 INFO O| Aug 22 03:09:09.436 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-22T03:09:10.708Z | [ recovery-image] Aug 22 03:09:09.445 INFO O| Aug 22 03:09:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5932 | 2024-08-22T03:09:10.708Z | [ recovery-image] Aug 22 03:09:09.445 INFO O| Aug 22 03:09:09.445 INFO STEP 670 (remove_files) COMPLETE |
5933 | 2024-08-22T03:09:10.710Z | [ recovery-image] Aug 22 03:09:09.445 INFO O| Aug 22 03:09:09.445 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-08-22T03:09:10.717Z | [ recovery-image] Aug 22 03:09:09.455 INFO O| Aug 22 03:09:09.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5935 | 2024-08-22T03:09:10.717Z | [ recovery-image] Aug 22 03:09:09.455 INFO O| Aug 22 03:09:09.455 INFO STEP 671 (remove_files) COMPLETE |
5936 | 2024-08-22T03:09:10.720Z | [ recovery-image] Aug 22 03:09:09.455 INFO O| Aug 22 03:09:09.455 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-08-22T03:09:10.727Z | [ recovery-image] Aug 22 03:09:09.464 INFO O| Aug 22 03:09:09.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5938 | 2024-08-22T03:09:10.729Z | [ recovery-image] Aug 22 03:09:09.464 INFO O| Aug 22 03:09:09.464 INFO STEP 672 (remove_files) COMPLETE |
5939 | 2024-08-22T03:09:10.729Z | [ recovery-image] Aug 22 03:09:09.464 INFO O| Aug 22 03:09:09.464 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-08-22T03:09:10.736Z | [ recovery-image] Aug 22 03:09:09.473 INFO O| Aug 22 03:09:09.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5941 | 2024-08-22T03:09:10.739Z | [ recovery-image] Aug 22 03:09:09.474 INFO O| Aug 22 03:09:09.474 INFO STEP 673 (remove_files) COMPLETE |
5942 | 2024-08-22T03:09:10.739Z | [ recovery-image] Aug 22 03:09:09.474 INFO O| Aug 22 03:09:09.474 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-08-22T03:09:10.746Z | [ recovery-image] Aug 22 03:09:09.483 INFO O| Aug 22 03:09:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5944 | 2024-08-22T03:09:10.748Z | [ recovery-image] Aug 22 03:09:09.483 INFO O| Aug 22 03:09:09.483 INFO STEP 674 (remove_files) COMPLETE |
5945 | 2024-08-22T03:09:10.748Z | [ recovery-image] Aug 22 03:09:09.483 INFO O| Aug 22 03:09:09.483 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-08-22T03:09:10.755Z | [ recovery-image] Aug 22 03:09:09.492 INFO O| Aug 22 03:09:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5947 | 2024-08-22T03:09:10.758Z | [ recovery-image] Aug 22 03:09:09.493 INFO O| Aug 22 03:09:09.492 INFO STEP 675 (remove_files) COMPLETE |
5948 | 2024-08-22T03:09:10.758Z | [ recovery-image] Aug 22 03:09:09.493 INFO O| Aug 22 03:09:09.493 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-08-22T03:09:10.765Z | [ recovery-image] Aug 22 03:09:09.502 INFO O| Aug 22 03:09:09.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5950 | 2024-08-22T03:09:10.769Z | [ recovery-image] Aug 22 03:09:09.502 INFO O| Aug 22 03:09:09.502 INFO STEP 676 (remove_files) COMPLETE |
5951 | 2024-08-22T03:09:10.769Z | [ recovery-image] Aug 22 03:09:09.502 INFO O| Aug 22 03:09:09.502 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-08-22T03:09:10.775Z | [ recovery-image] Aug 22 03:09:09.512 INFO O| Aug 22 03:09:09.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5953 | 2024-08-22T03:09:10.775Z | [ recovery-image] Aug 22 03:09:09.512 INFO O| Aug 22 03:09:09.512 INFO STEP 677 (remove_files) COMPLETE |
5954 | 2024-08-22T03:09:10.778Z | [ recovery-image] Aug 22 03:09:09.512 INFO O| Aug 22 03:09:09.512 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-08-22T03:09:10.784Z | [ recovery-image] Aug 22 03:09:09.521 INFO O| Aug 22 03:09:09.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5956 | 2024-08-22T03:09:10.784Z | [ recovery-image] Aug 22 03:09:09.521 INFO O| Aug 22 03:09:09.521 INFO STEP 678 (remove_files) COMPLETE |
5957 | 2024-08-22T03:09:10.784Z | [ recovery-image] Aug 22 03:09:09.521 INFO O| Aug 22 03:09:09.521 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-08-22T03:09:10.793Z | [ recovery-image] Aug 22 03:09:09.531 INFO O| Aug 22 03:09:09.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5959 | 2024-08-22T03:09:10.793Z | [ recovery-image] Aug 22 03:09:09.531 INFO O| Aug 22 03:09:09.531 INFO STEP 679 (remove_files) COMPLETE |
5960 | 2024-08-22T03:09:10.796Z | [ recovery-image] Aug 22 03:09:09.531 INFO O| Aug 22 03:09:09.531 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-22T03:09:10.805Z | [ recovery-image] Aug 22 03:09:09.542 INFO O| Aug 22 03:09:09.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5962 | 2024-08-22T03:09:10.807Z | [ recovery-image] Aug 22 03:09:09.542 INFO O| Aug 22 03:09:09.542 INFO STEP 680 (remove_files) COMPLETE |
5963 | 2024-08-22T03:09:10.807Z | [ recovery-image] Aug 22 03:09:09.542 INFO O| Aug 22 03:09:09.542 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-22T03:09:10.815Z | [ recovery-image] Aug 22 03:09:09.552 INFO O| Aug 22 03:09:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5965 | 2024-08-22T03:09:10.815Z | [ recovery-image] Aug 22 03:09:09.552 INFO O| Aug 22 03:09:09.552 INFO STEP 681 (remove_files) COMPLETE |
5966 | 2024-08-22T03:09:10.815Z | [ recovery-image] Aug 22 03:09:09.552 INFO O| Aug 22 03:09:09.552 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-22T03:09:10.825Z | [ recovery-image] Aug 22 03:09:09.562 INFO O| Aug 22 03:09:09.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5968 | 2024-08-22T03:09:10.825Z | [ recovery-image] Aug 22 03:09:09.562 INFO O| Aug 22 03:09:09.562 INFO STEP 682 (remove_files) COMPLETE |
5969 | 2024-08-22T03:09:10.827Z | [ recovery-image] Aug 22 03:09:09.562 INFO O| Aug 22 03:09:09.562 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-22T03:09:10.836Z | [ recovery-image] Aug 22 03:09:09.573 INFO O| Aug 22 03:09:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5971 | 2024-08-22T03:09:10.836Z | [ recovery-image] Aug 22 03:09:09.574 INFO O| Aug 22 03:09:09.573 INFO STEP 683 (remove_files) COMPLETE |
5972 | 2024-08-22T03:09:10.836Z | [ recovery-image] Aug 22 03:09:09.574 INFO O| Aug 22 03:09:09.574 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-22T03:09:10.846Z | [ recovery-image] Aug 22 03:09:09.583 INFO O| Aug 22 03:09:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5974 | 2024-08-22T03:09:10.848Z | [ recovery-image] Aug 22 03:09:09.583 INFO O| Aug 22 03:09:09.583 INFO STEP 684 (remove_files) COMPLETE |
5975 | 2024-08-22T03:09:10.848Z | [ recovery-image] Aug 22 03:09:09.583 INFO O| Aug 22 03:09:09.583 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-22T03:09:10.855Z | [ recovery-image] Aug 22 03:09:09.593 INFO O| Aug 22 03:09:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5977 | 2024-08-22T03:09:10.855Z | [ recovery-image] Aug 22 03:09:09.593 INFO O| Aug 22 03:09:09.593 INFO STEP 685 (remove_files) COMPLETE |
5978 | 2024-08-22T03:09:10.858Z | [ recovery-image] Aug 22 03:09:09.593 INFO O| Aug 22 03:09:09.593 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-22T03:09:10.865Z | [ recovery-image] Aug 22 03:09:09.602 INFO O| Aug 22 03:09:09.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5980 | 2024-08-22T03:09:10.865Z | [ recovery-image] Aug 22 03:09:09.602 INFO O| Aug 22 03:09:09.602 INFO STEP 686 (remove_files) COMPLETE |
5981 | 2024-08-22T03:09:10.865Z | [ recovery-image] Aug 22 03:09:09.602 INFO O| Aug 22 03:09:09.602 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-22T03:09:10.875Z | [ recovery-image] Aug 22 03:09:09.612 INFO O| Aug 22 03:09:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5983 | 2024-08-22T03:09:10.875Z | [ recovery-image] Aug 22 03:09:09.612 INFO O| Aug 22 03:09:09.612 INFO STEP 687 (remove_files) COMPLETE |
5984 | 2024-08-22T03:09:10.875Z | [ recovery-image] Aug 22 03:09:09.612 INFO O| Aug 22 03:09:09.612 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-08-22T03:09:10.885Z | [ recovery-image] Aug 22 03:09:09.622 INFO O| Aug 22 03:09:09.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5986 | 2024-08-22T03:09:10.885Z | [ recovery-image] Aug 22 03:09:09.622 INFO O| Aug 22 03:09:09.622 INFO STEP 688 (remove_files) COMPLETE |
5987 | 2024-08-22T03:09:10.887Z | [ recovery-image] Aug 22 03:09:09.622 INFO O| Aug 22 03:09:09.622 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-08-22T03:09:10.895Z | [ recovery-image] Aug 22 03:09:09.632 INFO O| Aug 22 03:09:09.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5989 | 2024-08-22T03:09:10.897Z | [ recovery-image] Aug 22 03:09:09.632 INFO O| Aug 22 03:09:09.632 INFO STEP 689 (remove_files) COMPLETE |
5990 | 2024-08-22T03:09:10.897Z | [ recovery-image] Aug 22 03:09:09.632 INFO O| Aug 22 03:09:09.632 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-08-22T03:09:10.905Z | [ recovery-image] Aug 22 03:09:09.642 INFO O| Aug 22 03:09:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5992 | 2024-08-22T03:09:10.905Z | [ recovery-image] Aug 22 03:09:09.642 INFO O| Aug 22 03:09:09.642 INFO STEP 690 (remove_files) COMPLETE |
5993 | 2024-08-22T03:09:10.905Z | [ recovery-image] Aug 22 03:09:09.642 INFO O| Aug 22 03:09:09.642 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-08-22T03:09:10.915Z | [ recovery-image] Aug 22 03:09:09.652 INFO O| Aug 22 03:09:09.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5995 | 2024-08-22T03:09:10.918Z | [ recovery-image] Aug 22 03:09:09.652 INFO O| Aug 22 03:09:09.652 INFO STEP 691 (remove_files) COMPLETE |
5996 | 2024-08-22T03:09:10.918Z | [ recovery-image] Aug 22 03:09:09.652 INFO O| Aug 22 03:09:09.652 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-08-22T03:09:10.925Z | [ recovery-image] Aug 22 03:09:09.662 INFO O| Aug 22 03:09:09.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5998 | 2024-08-22T03:09:10.927Z | [ recovery-image] Aug 22 03:09:09.662 INFO O| Aug 22 03:09:09.662 INFO STEP 692 (remove_files) COMPLETE |
5999 | 2024-08-22T03:09:10.927Z | [ recovery-image] Aug 22 03:09:09.662 INFO O| Aug 22 03:09:09.662 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-08-22T03:09:10.935Z | [ recovery-image] Aug 22 03:09:09.672 INFO O| Aug 22 03:09:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6001 | 2024-08-22T03:09:10.935Z | [ recovery-image] Aug 22 03:09:09.672 INFO O| Aug 22 03:09:09.672 INFO STEP 693 (remove_files) COMPLETE |
6002 | 2024-08-22T03:09:10.935Z | [ recovery-image] Aug 22 03:09:09.672 INFO O| Aug 22 03:09:09.672 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-08-22T03:09:10.945Z | [ recovery-image] Aug 22 03:09:09.682 INFO O| Aug 22 03:09:09.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6004 | 2024-08-22T03:09:10.945Z | [ recovery-image] Aug 22 03:09:09.682 INFO O| Aug 22 03:09:09.682 INFO STEP 694 (remove_files) COMPLETE |
6005 | 2024-08-22T03:09:10.948Z | [ recovery-image] Aug 22 03:09:09.682 INFO O| Aug 22 03:09:09.682 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-08-22T03:09:10.954Z | [ recovery-image] Aug 22 03:09:09.692 INFO O| Aug 22 03:09:09.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6007 | 2024-08-22T03:09:10.954Z | [ recovery-image] Aug 22 03:09:09.692 INFO O| Aug 22 03:09:09.692 INFO STEP 695 (remove_files) COMPLETE |
6008 | 2024-08-22T03:09:10.957Z | [ recovery-image] Aug 22 03:09:09.692 INFO O| Aug 22 03:09:09.692 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-08-22T03:09:10.964Z | [ recovery-image] Aug 22 03:09:09.702 INFO O| Aug 22 03:09:09.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6010 | 2024-08-22T03:09:10.967Z | [ recovery-image] Aug 22 03:09:09.702 INFO O| Aug 22 03:09:09.702 INFO STEP 696 (remove_files) COMPLETE |
6011 | 2024-08-22T03:09:10.967Z | [ recovery-image] Aug 22 03:09:09.702 INFO O| Aug 22 03:09:09.702 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-08-22T03:09:10.974Z | [ recovery-image] Aug 22 03:09:09.711 INFO O| Aug 22 03:09:09.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6013 | 2024-08-22T03:09:10.977Z | [ recovery-image] Aug 22 03:09:09.712 INFO O| Aug 22 03:09:09.711 INFO STEP 697 (remove_files) COMPLETE |
6014 | 2024-08-22T03:09:10.977Z | [ recovery-image] Aug 22 03:09:09.712 INFO O| Aug 22 03:09:09.711 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-08-22T03:09:10.981Z | [ host-image] Aug 22 03:09:09.718 INFO O| Aug 22 03:09:09.718 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6016 | 2024-08-22T03:09:10.984Z | [ recovery-image] Aug 22 03:09:09.721 INFO O| Aug 22 03:09:09.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6017 | 2024-08-22T03:09:10.984Z | [ recovery-image] Aug 22 03:09:09.721 INFO O| Aug 22 03:09:09.721 INFO STEP 698 (remove_files) COMPLETE |
6018 | 2024-08-22T03:09:10.984Z | [ recovery-image] Aug 22 03:09:09.721 INFO O| Aug 22 03:09:09.721 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-08-22T03:09:10.993Z | [ recovery-image] Aug 22 03:09:09.731 INFO O| Aug 22 03:09:09.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6020 | 2024-08-22T03:09:10.993Z | [ recovery-image] Aug 22 03:09:09.731 INFO O| Aug 22 03:09:09.731 INFO STEP 699 (remove_files) COMPLETE |
6021 | 2024-08-22T03:09:10.996Z | [ recovery-image] Aug 22 03:09:09.731 INFO O| Aug 22 03:09:09.731 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-08-22T03:09:11.003Z | [ recovery-image] Aug 22 03:09:09.740 INFO O| Aug 22 03:09:09.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6023 | 2024-08-22T03:09:11.006Z | [ recovery-image] Aug 22 03:09:09.740 INFO O| Aug 22 03:09:09.740 INFO STEP 700 (remove_files) COMPLETE |
6024 | 2024-08-22T03:09:11.006Z | [ recovery-image] Aug 22 03:09:09.740 INFO O| Aug 22 03:09:09.740 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-08-22T03:09:11.013Z | [ recovery-image] Aug 22 03:09:09.750 INFO O| Aug 22 03:09:09.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6026 | 2024-08-22T03:09:11.013Z | [ recovery-image] Aug 22 03:09:09.750 INFO O| Aug 22 03:09:09.750 INFO STEP 701 (remove_files) COMPLETE |
6027 | 2024-08-22T03:09:11.016Z | [ recovery-image] Aug 22 03:09:09.750 INFO O| Aug 22 03:09:09.750 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-08-22T03:09:11.023Z | [ recovery-image] Aug 22 03:09:09.760 INFO O| Aug 22 03:09:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6029 | 2024-08-22T03:09:11.023Z | [ recovery-image] Aug 22 03:09:09.760 INFO O| Aug 22 03:09:09.760 INFO STEP 702 (remove_files) COMPLETE |
6030 | 2024-08-22T03:09:11.025Z | [ recovery-image] Aug 22 03:09:09.760 INFO O| Aug 22 03:09:09.760 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-08-22T03:09:11.033Z | [ recovery-image] Aug 22 03:09:09.770 INFO O| Aug 22 03:09:09.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6032 | 2024-08-22T03:09:11.036Z | [ recovery-image] Aug 22 03:09:09.770 INFO O| Aug 22 03:09:09.770 INFO STEP 703 (remove_files) COMPLETE |
6033 | 2024-08-22T03:09:11.036Z | [ recovery-image] Aug 22 03:09:09.770 INFO O| Aug 22 03:09:09.770 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-08-22T03:09:11.043Z | [ recovery-image] Aug 22 03:09:09.780 INFO O| Aug 22 03:09:09.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6035 | 2024-08-22T03:09:11.045Z | [ recovery-image] Aug 22 03:09:09.780 INFO O| Aug 22 03:09:09.780 INFO STEP 704 (remove_files) COMPLETE |
6036 | 2024-08-22T03:09:11.045Z | [ recovery-image] Aug 22 03:09:09.780 INFO O| Aug 22 03:09:09.780 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-08-22T03:09:11.053Z | [ recovery-image] Aug 22 03:09:09.790 INFO O| Aug 22 03:09:09.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6038 | 2024-08-22T03:09:11.053Z | [ recovery-image] Aug 22 03:09:09.790 INFO O| Aug 22 03:09:09.790 INFO STEP 705 (remove_files) COMPLETE |
6039 | 2024-08-22T03:09:11.055Z | [ recovery-image] Aug 22 03:09:09.790 INFO O| Aug 22 03:09:09.790 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-08-22T03:09:11.063Z | [ recovery-image] Aug 22 03:09:09.800 INFO O| Aug 22 03:09:09.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6041 | 2024-08-22T03:09:11.065Z | [ recovery-image] Aug 22 03:09:09.800 INFO O| Aug 22 03:09:09.800 INFO STEP 706 (remove_files) COMPLETE |
6042 | 2024-08-22T03:09:11.066Z | [ recovery-image] Aug 22 03:09:09.800 INFO O| Aug 22 03:09:09.800 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-08-22T03:09:11.073Z | [ recovery-image] Aug 22 03:09:09.810 INFO O| Aug 22 03:09:09.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6044 | 2024-08-22T03:09:11.073Z | [ recovery-image] Aug 22 03:09:09.810 INFO O| Aug 22 03:09:09.810 INFO STEP 707 (remove_files) COMPLETE |
6045 | 2024-08-22T03:09:11.073Z | [ recovery-image] Aug 22 03:09:09.810 INFO O| Aug 22 03:09:09.810 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-08-22T03:09:11.084Z | [ recovery-image] Aug 22 03:09:09.821 INFO O| Aug 22 03:09:09.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6047 | 2024-08-22T03:09:11.084Z | [ recovery-image] Aug 22 03:09:09.821 INFO O| Aug 22 03:09:09.821 INFO STEP 708 (remove_files) COMPLETE |
6048 | 2024-08-22T03:09:11.084Z | [ recovery-image] Aug 22 03:09:09.821 INFO O| Aug 22 03:09:09.821 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-08-22T03:09:11.095Z | [ recovery-image] Aug 22 03:09:09.832 INFO O| Aug 22 03:09:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6050 | 2024-08-22T03:09:11.095Z | [ recovery-image] Aug 22 03:09:09.832 INFO O| Aug 22 03:09:09.832 INFO STEP 709 (remove_files) COMPLETE |
6051 | 2024-08-22T03:09:11.098Z | [ recovery-image] Aug 22 03:09:09.832 INFO O| Aug 22 03:09:09.832 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-08-22T03:09:11.105Z | [ recovery-image] Aug 22 03:09:09.842 INFO O| Aug 22 03:09:09.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6053 | 2024-08-22T03:09:11.107Z | [ recovery-image] Aug 22 03:09:09.842 INFO O| Aug 22 03:09:09.842 INFO STEP 710 (remove_files) COMPLETE |
6054 | 2024-08-22T03:09:11.107Z | [ recovery-image] Aug 22 03:09:09.842 INFO O| Aug 22 03:09:09.842 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-08-22T03:09:11.114Z | [ recovery-image] Aug 22 03:09:09.851 INFO O| Aug 22 03:09:09.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6056 | 2024-08-22T03:09:11.114Z | [ recovery-image] Aug 22 03:09:09.852 INFO O| Aug 22 03:09:09.852 INFO STEP 711 (remove_files) COMPLETE |
6057 | 2024-08-22T03:09:11.117Z | [ recovery-image] Aug 22 03:09:09.852 INFO O| Aug 22 03:09:09.852 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-08-22T03:09:11.124Z | [ recovery-image] Aug 22 03:09:09.861 INFO O| Aug 22 03:09:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6059 | 2024-08-22T03:09:11.124Z | [ recovery-image] Aug 22 03:09:09.861 INFO O| Aug 22 03:09:09.861 INFO STEP 712 (remove_files) COMPLETE |
6060 | 2024-08-22T03:09:11.126Z | [ recovery-image] Aug 22 03:09:09.861 INFO O| Aug 22 03:09:09.861 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-08-22T03:09:11.133Z | [ recovery-image] Aug 22 03:09:09.871 INFO O| Aug 22 03:09:09.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6062 | 2024-08-22T03:09:11.133Z | [ recovery-image] Aug 22 03:09:09.871 INFO O| Aug 22 03:09:09.871 INFO STEP 713 (remove_files) COMPLETE |
6063 | 2024-08-22T03:09:11.136Z | [ recovery-image] Aug 22 03:09:09.871 INFO O| Aug 22 03:09:09.871 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-08-22T03:09:11.143Z | [ recovery-image] Aug 22 03:09:09.880 INFO O| Aug 22 03:09:09.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6065 | 2024-08-22T03:09:11.143Z | [ recovery-image] Aug 22 03:09:09.880 INFO O| Aug 22 03:09:09.880 INFO STEP 714 (remove_files) COMPLETE |
6066 | 2024-08-22T03:09:11.143Z | [ recovery-image] Aug 22 03:09:09.880 INFO O| Aug 22 03:09:09.880 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-08-22T03:09:11.153Z | [ recovery-image] Aug 22 03:09:09.890 INFO O| Aug 22 03:09:09.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6068 | 2024-08-22T03:09:11.155Z | [ recovery-image] Aug 22 03:09:09.890 INFO O| Aug 22 03:09:09.890 INFO STEP 715 (remove_files) COMPLETE |
6069 | 2024-08-22T03:09:11.155Z | [ recovery-image] Aug 22 03:09:09.890 INFO O| Aug 22 03:09:09.890 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-08-22T03:09:11.162Z | [ recovery-image] Aug 22 03:09:09.899 INFO O| Aug 22 03:09:09.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6071 | 2024-08-22T03:09:11.162Z | [ recovery-image] Aug 22 03:09:09.900 INFO O| Aug 22 03:09:09.900 INFO STEP 716 (remove_files) COMPLETE |
6072 | 2024-08-22T03:09:11.165Z | [ recovery-image] Aug 22 03:09:09.900 INFO O| Aug 22 03:09:09.900 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-08-22T03:09:11.172Z | [ recovery-image] Aug 22 03:09:09.909 INFO O| Aug 22 03:09:09.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6074 | 2024-08-22T03:09:11.172Z | [ recovery-image] Aug 22 03:09:09.909 INFO O| Aug 22 03:09:09.909 INFO STEP 717 (remove_files) COMPLETE |
6075 | 2024-08-22T03:09:11.174Z | [ recovery-image] Aug 22 03:09:09.909 INFO O| Aug 22 03:09:09.909 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-08-22T03:09:11.183Z | [ recovery-image] Aug 22 03:09:09.919 INFO O| Aug 22 03:09:09.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6077 | 2024-08-22T03:09:11.183Z | [ recovery-image] Aug 22 03:09:09.919 INFO O| Aug 22 03:09:09.919 INFO STEP 718 (remove_files) COMPLETE |
6078 | 2024-08-22T03:09:11.186Z | [ recovery-image] Aug 22 03:09:09.919 INFO O| Aug 22 03:09:09.919 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-08-22T03:09:11.191Z | [ recovery-image] Aug 22 03:09:09.929 INFO O| Aug 22 03:09:09.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6080 | 2024-08-22T03:09:11.194Z | [ recovery-image] Aug 22 03:09:09.929 INFO O| Aug 22 03:09:09.929 INFO STEP 719 (remove_files) COMPLETE |
6081 | 2024-08-22T03:09:11.194Z | [ recovery-image] Aug 22 03:09:09.929 INFO O| Aug 22 03:09:09.929 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-08-22T03:09:11.201Z | [ recovery-image] Aug 22 03:09:09.938 INFO O| Aug 22 03:09:09.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6083 | 2024-08-22T03:09:11.204Z | [ recovery-image] Aug 22 03:09:09.938 INFO O| Aug 22 03:09:09.938 INFO STEP 720 (remove_files) COMPLETE |
6084 | 2024-08-22T03:09:11.204Z | [ recovery-image] Aug 22 03:09:09.938 INFO O| Aug 22 03:09:09.938 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-08-22T03:09:11.211Z | [ recovery-image] Aug 22 03:09:09.948 INFO O| Aug 22 03:09:09.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6086 | 2024-08-22T03:09:11.211Z | [ recovery-image] Aug 22 03:09:09.948 INFO O| Aug 22 03:09:09.948 INFO STEP 721 (remove_files) COMPLETE |
6087 | 2024-08-22T03:09:11.213Z | [ recovery-image] Aug 22 03:09:09.948 INFO O| Aug 22 03:09:09.948 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-08-22T03:09:11.221Z | [ recovery-image] Aug 22 03:09:09.958 INFO O| Aug 22 03:09:09.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6089 | 2024-08-22T03:09:11.223Z | [ recovery-image] Aug 22 03:09:09.958 INFO O| Aug 22 03:09:09.958 INFO STEP 722 (remove_files) COMPLETE |
6090 | 2024-08-22T03:09:11.223Z | [ recovery-image] Aug 22 03:09:09.958 INFO O| Aug 22 03:09:09.958 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-08-22T03:09:11.232Z | [ recovery-image] Aug 22 03:09:09.969 INFO O| Aug 22 03:09:09.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6092 | 2024-08-22T03:09:11.232Z | [ recovery-image] Aug 22 03:09:09.969 INFO O| Aug 22 03:09:09.969 INFO STEP 723 (remove_files) COMPLETE |
6093 | 2024-08-22T03:09:11.232Z | [ recovery-image] Aug 22 03:09:09.969 INFO O| Aug 22 03:09:09.969 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-08-22T03:09:11.244Z | [ recovery-image] Aug 22 03:09:09.981 INFO O| Aug 22 03:09:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6095 | 2024-08-22T03:09:11.246Z | [ recovery-image] Aug 22 03:09:09.981 INFO O| Aug 22 03:09:09.981 INFO STEP 724 (remove_files) COMPLETE |
6096 | 2024-08-22T03:09:11.246Z | [ recovery-image] Aug 22 03:09:09.981 INFO O| Aug 22 03:09:09.981 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-08-22T03:09:11.254Z | [ recovery-image] Aug 22 03:09:09.991 INFO O| Aug 22 03:09:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6098 | 2024-08-22T03:09:11.254Z | [ recovery-image] Aug 22 03:09:09.992 INFO O| Aug 22 03:09:09.992 INFO STEP 725 (remove_files) COMPLETE |
6099 | 2024-08-22T03:09:11.257Z | [ recovery-image] Aug 22 03:09:09.992 INFO O| Aug 22 03:09:09.992 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-08-22T03:09:11.266Z | [ recovery-image] Aug 22 03:09:10.003 INFO O| Aug 22 03:09:10.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6101 | 2024-08-22T03:09:11.268Z | [ recovery-image] Aug 22 03:09:10.003 INFO O| Aug 22 03:09:10.003 INFO STEP 726 (remove_files) COMPLETE |
6102 | 2024-08-22T03:09:11.268Z | [ recovery-image] Aug 22 03:09:10.003 INFO O| Aug 22 03:09:10.003 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-08-22T03:09:11.277Z | [ recovery-image] Aug 22 03:09:10.014 INFO O| Aug 22 03:09:10.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6104 | 2024-08-22T03:09:11.277Z | [ recovery-image] Aug 22 03:09:10.014 INFO O| Aug 22 03:09:10.014 INFO STEP 727 (remove_files) COMPLETE |
6105 | 2024-08-22T03:09:11.280Z | [ recovery-image] Aug 22 03:09:10.014 INFO O| Aug 22 03:09:10.014 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-08-22T03:09:11.287Z | [ recovery-image] Aug 22 03:09:10.024 INFO O| Aug 22 03:09:10.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6107 | 2024-08-22T03:09:11.287Z | [ recovery-image] Aug 22 03:09:10.024 INFO O| Aug 22 03:09:10.024 INFO STEP 728 (remove_files) COMPLETE |
6108 | 2024-08-22T03:09:11.290Z | [ recovery-image] Aug 22 03:09:10.024 INFO O| Aug 22 03:09:10.024 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-08-22T03:09:11.297Z | [ recovery-image] Aug 22 03:09:10.034 INFO O| Aug 22 03:09:10.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6110 | 2024-08-22T03:09:11.299Z | [ recovery-image] Aug 22 03:09:10.034 INFO O| Aug 22 03:09:10.034 INFO STEP 729 (remove_files) COMPLETE |
6111 | 2024-08-22T03:09:11.299Z | [ recovery-image] Aug 22 03:09:10.034 INFO O| Aug 22 03:09:10.034 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-08-22T03:09:11.307Z | [ recovery-image] Aug 22 03:09:10.044 INFO O| Aug 22 03:09:10.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6113 | 2024-08-22T03:09:11.309Z | [ recovery-image] Aug 22 03:09:10.044 INFO O| Aug 22 03:09:10.044 INFO STEP 730 (remove_files) COMPLETE |
6114 | 2024-08-22T03:09:11.309Z | [ recovery-image] Aug 22 03:09:10.044 INFO O| Aug 22 03:09:10.044 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-08-22T03:09:11.316Z | [ recovery-image] Aug 22 03:09:10.054 INFO O| Aug 22 03:09:10.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6116 | 2024-08-22T03:09:11.316Z | [ recovery-image] Aug 22 03:09:10.054 INFO O| Aug 22 03:09:10.054 INFO STEP 731 (remove_files) COMPLETE |
6117 | 2024-08-22T03:09:11.319Z | [ recovery-image] Aug 22 03:09:10.054 INFO O| Aug 22 03:09:10.054 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-08-22T03:09:11.326Z | [ recovery-image] Aug 22 03:09:10.064 INFO O| Aug 22 03:09:10.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6119 | 2024-08-22T03:09:11.329Z | [ recovery-image] Aug 22 03:09:10.064 INFO O| Aug 22 03:09:10.064 INFO STEP 732 (remove_files) COMPLETE |
6120 | 2024-08-22T03:09:11.329Z | [ recovery-image] Aug 22 03:09:10.064 INFO O| Aug 22 03:09:10.064 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-08-22T03:09:11.336Z | [ recovery-image] Aug 22 03:09:10.073 INFO O| Aug 22 03:09:10.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6122 | 2024-08-22T03:09:11.336Z | [ recovery-image] Aug 22 03:09:10.073 INFO O| Aug 22 03:09:10.073 INFO STEP 733 (remove_files) COMPLETE |
6123 | 2024-08-22T03:09:11.339Z | [ recovery-image] Aug 22 03:09:10.073 INFO O| Aug 22 03:09:10.073 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-08-22T03:09:11.346Z | [ recovery-image] Aug 22 03:09:10.083 INFO O| Aug 22 03:09:10.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6125 | 2024-08-22T03:09:11.348Z | [ recovery-image] Aug 22 03:09:10.083 INFO O| Aug 22 03:09:10.083 INFO STEP 734 (remove_files) COMPLETE |
6126 | 2024-08-22T03:09:11.348Z | [ recovery-image] Aug 22 03:09:10.083 INFO O| Aug 22 03:09:10.083 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-08-22T03:09:11.357Z | [ recovery-image] Aug 22 03:09:10.093 INFO O| Aug 22 03:09:10.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6128 | 2024-08-22T03:09:11.357Z | [ recovery-image] Aug 22 03:09:10.093 INFO O| Aug 22 03:09:10.093 INFO STEP 735 (remove_files) COMPLETE |
6129 | 2024-08-22T03:09:11.359Z | [ recovery-image] Aug 22 03:09:10.093 INFO O| Aug 22 03:09:10.093 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-08-22T03:09:11.367Z | [ recovery-image] Aug 22 03:09:10.104 INFO O| Aug 22 03:09:10.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6131 | 2024-08-22T03:09:11.367Z | [ recovery-image] Aug 22 03:09:10.104 INFO O| Aug 22 03:09:10.104 INFO STEP 736 (remove_files) COMPLETE |
6132 | 2024-08-22T03:09:11.370Z | [ recovery-image] Aug 22 03:09:10.104 INFO O| Aug 22 03:09:10.104 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-08-22T03:09:11.378Z | [ recovery-image] Aug 22 03:09:10.115 INFO O| Aug 22 03:09:10.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6134 | 2024-08-22T03:09:11.378Z | [ recovery-image] Aug 22 03:09:10.115 INFO O| Aug 22 03:09:10.115 INFO STEP 737 (remove_files) COMPLETE |
6135 | 2024-08-22T03:09:11.378Z | [ recovery-image] Aug 22 03:09:10.115 INFO O| Aug 22 03:09:10.115 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-08-22T03:09:11.389Z | [ recovery-image] Aug 22 03:09:10.125 INFO O| Aug 22 03:09:10.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6137 | 2024-08-22T03:09:11.392Z | [ recovery-image] Aug 22 03:09:10.125 INFO O| Aug 22 03:09:10.125 INFO STEP 738 (remove_files) COMPLETE |
6138 | 2024-08-22T03:09:11.392Z | [ recovery-image] Aug 22 03:09:10.125 INFO O| Aug 22 03:09:10.125 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-08-22T03:09:11.398Z | [ recovery-image] Aug 22 03:09:10.135 INFO O| Aug 22 03:09:10.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6140 | 2024-08-22T03:09:11.402Z | [ recovery-image] Aug 22 03:09:10.135 INFO O| Aug 22 03:09:10.135 INFO STEP 739 (remove_files) COMPLETE |
6141 | 2024-08-22T03:09:11.402Z | [ recovery-image] Aug 22 03:09:10.135 INFO O| Aug 22 03:09:10.135 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-08-22T03:09:11.409Z | [ recovery-image] Aug 22 03:09:10.146 INFO O| Aug 22 03:09:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6143 | 2024-08-22T03:09:11.412Z | [ recovery-image] Aug 22 03:09:10.147 INFO O| Aug 22 03:09:10.147 INFO STEP 740 (remove_files) COMPLETE |
6144 | 2024-08-22T03:09:11.412Z | [ recovery-image] Aug 22 03:09:10.147 INFO O| Aug 22 03:09:10.147 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-08-22T03:09:11.420Z | [ recovery-image] Aug 22 03:09:10.157 INFO O| Aug 22 03:09:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6146 | 2024-08-22T03:09:11.420Z | [ recovery-image] Aug 22 03:09:10.157 INFO O| Aug 22 03:09:10.157 INFO STEP 741 (remove_files) COMPLETE |
6147 | 2024-08-22T03:09:11.420Z | [ recovery-image] Aug 22 03:09:10.157 INFO O| Aug 22 03:09:10.157 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-08-22T03:09:11.430Z | [ recovery-image] Aug 22 03:09:10.167 INFO O| Aug 22 03:09:10.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6149 | 2024-08-22T03:09:11.430Z | [ recovery-image] Aug 22 03:09:10.167 INFO O| Aug 22 03:09:10.167 INFO STEP 742 (remove_files) COMPLETE |
6150 | 2024-08-22T03:09:11.433Z | [ recovery-image] Aug 22 03:09:10.167 INFO O| Aug 22 03:09:10.167 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-08-22T03:09:11.440Z | [ recovery-image] Aug 22 03:09:10.177 INFO O| Aug 22 03:09:10.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6152 | 2024-08-22T03:09:11.442Z | [ recovery-image] Aug 22 03:09:10.177 INFO O| Aug 22 03:09:10.177 INFO STEP 743 (remove_files) COMPLETE |
6153 | 2024-08-22T03:09:11.442Z | [ recovery-image] Aug 22 03:09:10.177 INFO O| Aug 22 03:09:10.177 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-08-22T03:09:11.450Z | [ recovery-image] Aug 22 03:09:10.187 INFO O| Aug 22 03:09:10.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6155 | 2024-08-22T03:09:11.450Z | [ recovery-image] Aug 22 03:09:10.187 INFO O| Aug 22 03:09:10.187 INFO STEP 744 (remove_files) COMPLETE |
6156 | 2024-08-22T03:09:11.452Z | [ recovery-image] Aug 22 03:09:10.187 INFO O| Aug 22 03:09:10.187 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-08-22T03:09:11.459Z | [ recovery-image] Aug 22 03:09:10.197 INFO O| Aug 22 03:09:10.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6158 | 2024-08-22T03:09:11.459Z | [ recovery-image] Aug 22 03:09:10.197 INFO O| Aug 22 03:09:10.197 INFO STEP 745 (remove_files) COMPLETE |
6159 | 2024-08-22T03:09:11.462Z | [ recovery-image] Aug 22 03:09:10.197 INFO O| Aug 22 03:09:10.197 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-08-22T03:09:11.469Z | [ recovery-image] Aug 22 03:09:10.206 INFO O| Aug 22 03:09:10.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6161 | 2024-08-22T03:09:11.471Z | [ recovery-image] Aug 22 03:09:10.206 INFO O| Aug 22 03:09:10.206 INFO STEP 746 (remove_files) COMPLETE |
6162 | 2024-08-22T03:09:11.471Z | [ recovery-image] Aug 22 03:09:10.206 INFO O| Aug 22 03:09:10.206 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-08-22T03:09:11.478Z | [ recovery-image] Aug 22 03:09:10.215 INFO O| Aug 22 03:09:10.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6164 | 2024-08-22T03:09:11.481Z | [ recovery-image] Aug 22 03:09:10.216 INFO O| Aug 22 03:09:10.216 INFO STEP 747 (remove_files) COMPLETE |
6165 | 2024-08-22T03:09:11.481Z | [ recovery-image] Aug 22 03:09:10.216 INFO O| Aug 22 03:09:10.216 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-08-22T03:09:11.488Z | [ recovery-image] Aug 22 03:09:10.225 INFO O| Aug 22 03:09:10.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6167 | 2024-08-22T03:09:11.491Z | [ recovery-image] Aug 22 03:09:10.226 INFO O| Aug 22 03:09:10.226 INFO STEP 748 (remove_files) COMPLETE |
6168 | 2024-08-22T03:09:11.491Z | [ recovery-image] Aug 22 03:09:10.226 INFO O| Aug 22 03:09:10.226 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-08-22T03:09:11.498Z | [ recovery-image] Aug 22 03:09:10.235 INFO O| Aug 22 03:09:10.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6170 | 2024-08-22T03:09:11.498Z | [ recovery-image] Aug 22 03:09:10.235 INFO O| Aug 22 03:09:10.235 INFO STEP 749 (remove_files) COMPLETE |
6171 | 2024-08-22T03:09:11.500Z | [ recovery-image] Aug 22 03:09:10.235 INFO O| Aug 22 03:09:10.235 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-08-22T03:09:11.507Z | [ recovery-image] Aug 22 03:09:10.245 INFO O| Aug 22 03:09:10.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6173 | 2024-08-22T03:09:11.507Z | [ recovery-image] Aug 22 03:09:10.245 INFO O| Aug 22 03:09:10.245 INFO STEP 750 (remove_files) COMPLETE |
6174 | 2024-08-22T03:09:11.507Z | [ recovery-image] Aug 22 03:09:10.245 INFO O| Aug 22 03:09:10.245 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-08-22T03:09:11.517Z | [ recovery-image] Aug 22 03:09:10.254 INFO O| Aug 22 03:09:10.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6176 | 2024-08-22T03:09:11.519Z | [ recovery-image] Aug 22 03:09:10.255 INFO O| Aug 22 03:09:10.255 INFO STEP 751 (remove_files) COMPLETE |
6177 | 2024-08-22T03:09:11.519Z | [ recovery-image] Aug 22 03:09:10.255 INFO O| Aug 22 03:09:10.255 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-08-22T03:09:11.527Z | [ recovery-image] Aug 22 03:09:10.264 INFO O| Aug 22 03:09:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6179 | 2024-08-22T03:09:11.527Z | [ recovery-image] Aug 22 03:09:10.264 INFO O| Aug 22 03:09:10.264 INFO STEP 752 (remove_files) COMPLETE |
6180 | 2024-08-22T03:09:11.529Z | [ recovery-image] Aug 22 03:09:10.264 INFO O| Aug 22 03:09:10.264 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-08-22T03:09:11.537Z | [ recovery-image] Aug 22 03:09:10.274 INFO O| Aug 22 03:09:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6182 | 2024-08-22T03:09:11.537Z | [ recovery-image] Aug 22 03:09:10.274 INFO O| Aug 22 03:09:10.274 INFO STEP 753 (remove_files) COMPLETE |
6183 | 2024-08-22T03:09:11.545Z | [ recovery-image] Aug 22 03:09:10.274 INFO O| Aug 22 03:09:10.274 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-08-22T03:09:11.549Z | [ recovery-image] Aug 22 03:09:10.283 INFO O| Aug 22 03:09:10.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6185 | 2024-08-22T03:09:11.549Z | [ recovery-image] Aug 22 03:09:10.283 INFO O| Aug 22 03:09:10.283 INFO STEP 754 (remove_files) COMPLETE |
6186 | 2024-08-22T03:09:11.549Z | [ recovery-image] Aug 22 03:09:10.283 INFO O| Aug 22 03:09:10.283 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-08-22T03:09:11.556Z | [ recovery-image] Aug 22 03:09:10.293 INFO O| Aug 22 03:09:10.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6188 | 2024-08-22T03:09:11.556Z | [ recovery-image] Aug 22 03:09:10.293 INFO O| Aug 22 03:09:10.293 INFO STEP 755 (remove_files) COMPLETE |
6189 | 2024-08-22T03:09:11.558Z | [ recovery-image] Aug 22 03:09:10.293 INFO O| Aug 22 03:09:10.293 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-08-22T03:09:11.565Z | [ recovery-image] Aug 22 03:09:10.302 INFO O| Aug 22 03:09:10.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6191 | 2024-08-22T03:09:11.568Z | [ recovery-image] Aug 22 03:09:10.302 INFO O| Aug 22 03:09:10.302 INFO STEP 756 (remove_files) COMPLETE |
6192 | 2024-08-22T03:09:11.568Z | [ recovery-image] Aug 22 03:09:10.302 INFO O| Aug 22 03:09:10.302 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-08-22T03:09:11.575Z | [ recovery-image] Aug 22 03:09:10.312 INFO O| Aug 22 03:09:10.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6194 | 2024-08-22T03:09:11.575Z | [ recovery-image] Aug 22 03:09:10.312 INFO O| Aug 22 03:09:10.312 INFO STEP 757 (remove_files) COMPLETE |
6195 | 2024-08-22T03:09:11.575Z | [ recovery-image] Aug 22 03:09:10.312 INFO O| Aug 22 03:09:10.312 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-08-22T03:09:11.586Z | [ recovery-image] Aug 22 03:09:10.322 INFO O| Aug 22 03:09:10.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6197 | 2024-08-22T03:09:11.589Z | [ recovery-image] Aug 22 03:09:10.323 INFO O| Aug 22 03:09:10.322 INFO STEP 758 (remove_files) COMPLETE |
6198 | 2024-08-22T03:09:11.589Z | [ recovery-image] Aug 22 03:09:10.323 INFO O| Aug 22 03:09:10.323 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-08-22T03:09:11.598Z | [ recovery-image] Aug 22 03:09:10.335 INFO O| Aug 22 03:09:10.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6200 | 2024-08-22T03:09:11.601Z | [ recovery-image] Aug 22 03:09:10.335 INFO O| Aug 22 03:09:10.335 INFO STEP 759 (remove_files) COMPLETE |
6201 | 2024-08-22T03:09:11.601Z | [ recovery-image] Aug 22 03:09:10.335 INFO O| Aug 22 03:09:10.335 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-08-22T03:09:11.609Z | [ recovery-image] Aug 22 03:09:10.347 INFO O| Aug 22 03:09:10.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6203 | 2024-08-22T03:09:11.609Z | [ recovery-image] Aug 22 03:09:10.347 INFO O| Aug 22 03:09:10.347 INFO STEP 760 (remove_files) COMPLETE |
6204 | 2024-08-22T03:09:11.612Z | [ recovery-image] Aug 22 03:09:10.347 INFO O| Aug 22 03:09:10.347 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-08-22T03:09:11.620Z | [ recovery-image] Aug 22 03:09:10.357 INFO O| Aug 22 03:09:10.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6206 | 2024-08-22T03:09:11.620Z | [ recovery-image] Aug 22 03:09:10.357 INFO O| Aug 22 03:09:10.357 INFO STEP 761 (remove_files) COMPLETE |
6207 | 2024-08-22T03:09:11.623Z | [ recovery-image] Aug 22 03:09:10.357 INFO O| Aug 22 03:09:10.357 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-08-22T03:09:11.630Z | [ recovery-image] Aug 22 03:09:10.368 INFO O| Aug 22 03:09:10.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6209 | 2024-08-22T03:09:11.633Z | [ recovery-image] Aug 22 03:09:10.368 INFO O| Aug 22 03:09:10.368 INFO STEP 762 (remove_files) COMPLETE |
6210 | 2024-08-22T03:09:11.633Z | [ recovery-image] Aug 22 03:09:10.368 INFO O| Aug 22 03:09:10.368 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-08-22T03:09:11.641Z | [ recovery-image] Aug 22 03:09:10.378 INFO O| Aug 22 03:09:10.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6212 | 2024-08-22T03:09:11.641Z | [ recovery-image] Aug 22 03:09:10.378 INFO O| Aug 22 03:09:10.378 INFO STEP 763 (remove_files) COMPLETE |
6213 | 2024-08-22T03:09:11.641Z | [ recovery-image] Aug 22 03:09:10.378 INFO O| Aug 22 03:09:10.378 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-08-22T03:09:11.651Z | [ recovery-image] Aug 22 03:09:10.388 INFO O| Aug 22 03:09:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6215 | 2024-08-22T03:09:11.654Z | [ recovery-image] Aug 22 03:09:10.389 INFO O| Aug 22 03:09:10.388 INFO STEP 764 (remove_files) COMPLETE |
6216 | 2024-08-22T03:09:11.654Z | [ recovery-image] Aug 22 03:09:10.389 INFO O| Aug 22 03:09:10.389 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-08-22T03:09:11.661Z | [ recovery-image] Aug 22 03:09:10.398 INFO O| Aug 22 03:09:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6218 | 2024-08-22T03:09:11.661Z | [ recovery-image] Aug 22 03:09:10.398 INFO O| Aug 22 03:09:10.398 INFO STEP 765 (remove_files) COMPLETE |
6219 | 2024-08-22T03:09:11.664Z | [ recovery-image] Aug 22 03:09:10.398 INFO O| Aug 22 03:09:10.398 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-08-22T03:09:11.671Z | [ recovery-image] Aug 22 03:09:10.408 INFO O| Aug 22 03:09:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6221 | 2024-08-22T03:09:11.671Z | [ recovery-image] Aug 22 03:09:10.408 INFO O| Aug 22 03:09:10.408 INFO STEP 766 (remove_files) COMPLETE |
6222 | 2024-08-22T03:09:11.674Z | [ recovery-image] Aug 22 03:09:10.408 INFO O| Aug 22 03:09:10.408 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-08-22T03:09:11.681Z | [ recovery-image] Aug 22 03:09:10.418 INFO O| Aug 22 03:09:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6224 | 2024-08-22T03:09:11.681Z | [ recovery-image] Aug 22 03:09:10.418 INFO O| Aug 22 03:09:10.418 INFO STEP 767 (remove_files) COMPLETE |
6225 | 2024-08-22T03:09:11.683Z | [ recovery-image] Aug 22 03:09:10.418 INFO O| Aug 22 03:09:10.418 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-08-22T03:09:11.690Z | [ recovery-image] Aug 22 03:09:10.428 INFO O| Aug 22 03:09:10.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6227 | 2024-08-22T03:09:11.690Z | [ recovery-image] Aug 22 03:09:10.428 INFO O| Aug 22 03:09:10.428 INFO STEP 768 (remove_files) COMPLETE |
6228 | 2024-08-22T03:09:11.690Z | [ recovery-image] Aug 22 03:09:10.428 INFO O| Aug 22 03:09:10.428 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-08-22T03:09:11.700Z | [ recovery-image] Aug 22 03:09:10.437 INFO O| Aug 22 03:09:10.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6230 | 2024-08-22T03:09:11.703Z | [ recovery-image] Aug 22 03:09:10.437 INFO O| Aug 22 03:09:10.437 INFO STEP 769 (remove_files) COMPLETE |
6231 | 2024-08-22T03:09:11.703Z | [ recovery-image] Aug 22 03:09:10.437 INFO O| Aug 22 03:09:10.437 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-08-22T03:09:11.709Z | [ recovery-image] Aug 22 03:09:10.446 INFO O| Aug 22 03:09:10.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6233 | 2024-08-22T03:09:11.712Z | [ recovery-image] Aug 22 03:09:10.447 INFO O| Aug 22 03:09:10.447 INFO STEP 770 (remove_files) COMPLETE |
6234 | 2024-08-22T03:09:11.712Z | [ recovery-image] Aug 22 03:09:10.447 INFO O| Aug 22 03:09:10.447 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-08-22T03:09:11.719Z | [ recovery-image] Aug 22 03:09:10.456 INFO O| Aug 22 03:09:10.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6236 | 2024-08-22T03:09:11.721Z | [ recovery-image] Aug 22 03:09:10.456 INFO O| Aug 22 03:09:10.456 INFO STEP 771 (remove_files) COMPLETE |
6237 | 2024-08-22T03:09:11.721Z | [ recovery-image] Aug 22 03:09:10.456 INFO O| Aug 22 03:09:10.456 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-08-22T03:09:11.728Z | [ recovery-image] Aug 22 03:09:10.465 INFO O| Aug 22 03:09:10.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6239 | 2024-08-22T03:09:11.728Z | [ recovery-image] Aug 22 03:09:10.465 INFO O| Aug 22 03:09:10.465 INFO STEP 772 (remove_files) COMPLETE |
6240 | 2024-08-22T03:09:11.728Z | [ recovery-image] Aug 22 03:09:10.465 INFO O| Aug 22 03:09:10.465 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-08-22T03:09:11.738Z | [ recovery-image] Aug 22 03:09:10.475 INFO O| Aug 22 03:09:10.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6242 | 2024-08-22T03:09:11.738Z | [ recovery-image] Aug 22 03:09:10.475 INFO O| Aug 22 03:09:10.475 INFO STEP 773 (remove_files) COMPLETE |
6243 | 2024-08-22T03:09:11.738Z | [ recovery-image] Aug 22 03:09:10.475 INFO O| Aug 22 03:09:10.475 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-08-22T03:09:11.747Z | [ recovery-image] Aug 22 03:09:10.484 INFO O| Aug 22 03:09:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6245 | 2024-08-22T03:09:11.747Z | [ recovery-image] Aug 22 03:09:10.484 INFO O| Aug 22 03:09:10.484 INFO STEP 774 (remove_files) COMPLETE |
6246 | 2024-08-22T03:09:11.750Z | [ recovery-image] Aug 22 03:09:10.484 INFO O| Aug 22 03:09:10.484 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-08-22T03:09:11.757Z | [ recovery-image] Aug 22 03:09:10.494 INFO O| Aug 22 03:09:10.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6248 | 2024-08-22T03:09:11.759Z | [ recovery-image] Aug 22 03:09:10.494 INFO O| Aug 22 03:09:10.494 INFO STEP 775 (remove_files) COMPLETE |
6249 | 2024-08-22T03:09:11.759Z | [ recovery-image] Aug 22 03:09:10.494 INFO O| Aug 22 03:09:10.494 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-08-22T03:09:11.767Z | [ recovery-image] Aug 22 03:09:10.504 INFO O| Aug 22 03:09:10.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6251 | 2024-08-22T03:09:11.769Z | [ recovery-image] Aug 22 03:09:10.504 INFO O| Aug 22 03:09:10.504 INFO STEP 776 (remove_files) COMPLETE |
6252 | 2024-08-22T03:09:11.769Z | [ recovery-image] Aug 22 03:09:10.504 INFO O| Aug 22 03:09:10.504 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-08-22T03:09:11.778Z | [ recovery-image] Aug 22 03:09:10.515 INFO O| Aug 22 03:09:10.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6254 | 2024-08-22T03:09:11.778Z | [ recovery-image] Aug 22 03:09:10.515 INFO O| Aug 22 03:09:10.515 INFO STEP 777 (remove_files) COMPLETE |
6255 | 2024-08-22T03:09:11.778Z | [ recovery-image] Aug 22 03:09:10.515 INFO O| Aug 22 03:09:10.515 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-08-22T03:09:11.787Z | [ recovery-image] Aug 22 03:09:10.524 INFO O| Aug 22 03:09:10.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6257 | 2024-08-22T03:09:11.787Z | [ recovery-image] Aug 22 03:09:10.524 INFO O| Aug 22 03:09:10.524 INFO STEP 778 (remove_files) COMPLETE |
6258 | 2024-08-22T03:09:11.789Z | [ recovery-image] Aug 22 03:09:10.524 INFO O| Aug 22 03:09:10.524 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-08-22T03:09:11.796Z | [ recovery-image] Aug 22 03:09:10.534 INFO O| Aug 22 03:09:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6260 | 2024-08-22T03:09:11.796Z | [ recovery-image] Aug 22 03:09:10.534 INFO O| Aug 22 03:09:10.534 INFO STEP 779 (remove_files) COMPLETE |
6261 | 2024-08-22T03:09:11.799Z | [ recovery-image] Aug 22 03:09:10.534 INFO O| Aug 22 03:09:10.534 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-08-22T03:09:11.806Z | [ recovery-image] Aug 22 03:09:10.543 INFO O| Aug 22 03:09:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6263 | 2024-08-22T03:09:11.808Z | [ recovery-image] Aug 22 03:09:10.543 INFO O| Aug 22 03:09:10.543 INFO STEP 780 (remove_files) COMPLETE |
6264 | 2024-08-22T03:09:11.808Z | [ recovery-image] Aug 22 03:09:10.544 INFO O| Aug 22 03:09:10.543 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-08-22T03:09:11.816Z | [ recovery-image] Aug 22 03:09:10.553 INFO O| Aug 22 03:09:10.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6266 | 2024-08-22T03:09:11.816Z | [ recovery-image] Aug 22 03:09:10.553 INFO O| Aug 22 03:09:10.553 INFO STEP 781 (remove_files) COMPLETE |
6267 | 2024-08-22T03:09:11.816Z | [ recovery-image] Aug 22 03:09:10.553 INFO O| Aug 22 03:09:10.553 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-08-22T03:09:11.825Z | [ recovery-image] Aug 22 03:09:10.562 INFO O| Aug 22 03:09:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6269 | 2024-08-22T03:09:11.825Z | [ recovery-image] Aug 22 03:09:10.563 INFO O| Aug 22 03:09:10.562 INFO STEP 782 (remove_files) COMPLETE |
6270 | 2024-08-22T03:09:11.828Z | [ recovery-image] Aug 22 03:09:10.563 INFO O| Aug 22 03:09:10.563 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-08-22T03:09:11.835Z | [ recovery-image] Aug 22 03:09:10.572 INFO O| Aug 22 03:09:10.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6272 | 2024-08-22T03:09:11.835Z | [ recovery-image] Aug 22 03:09:10.572 INFO O| Aug 22 03:09:10.572 INFO STEP 783 (remove_files) COMPLETE |
6273 | 2024-08-22T03:09:11.835Z | [ recovery-image] Aug 22 03:09:10.572 INFO O| Aug 22 03:09:10.572 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-08-22T03:09:11.845Z | [ recovery-image] Aug 22 03:09:10.582 INFO O| Aug 22 03:09:10.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6275 | 2024-08-22T03:09:11.845Z | [ recovery-image] Aug 22 03:09:10.582 INFO O| Aug 22 03:09:10.582 INFO STEP 784 (remove_files) COMPLETE |
6276 | 2024-08-22T03:09:11.847Z | [ recovery-image] Aug 22 03:09:10.582 INFO O| Aug 22 03:09:10.582 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-08-22T03:09:11.854Z | [ recovery-image] Aug 22 03:09:10.592 INFO O| Aug 22 03:09:10.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6278 | 2024-08-22T03:09:11.857Z | [ recovery-image] Aug 22 03:09:10.592 INFO O| Aug 22 03:09:10.592 INFO STEP 785 (remove_files) COMPLETE |
6279 | 2024-08-22T03:09:11.857Z | [ recovery-image] Aug 22 03:09:10.592 INFO O| Aug 22 03:09:10.592 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-08-22T03:09:11.864Z | [ recovery-image] Aug 22 03:09:10.601 INFO O| Aug 22 03:09:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6281 | 2024-08-22T03:09:11.866Z | [ recovery-image] Aug 22 03:09:10.601 INFO O| Aug 22 03:09:10.601 INFO STEP 786 (remove_files) COMPLETE |
6282 | 2024-08-22T03:09:11.866Z | [ recovery-image] Aug 22 03:09:10.601 INFO O| Aug 22 03:09:10.601 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-08-22T03:09:11.875Z | [ recovery-image] Aug 22 03:09:10.612 INFO O| Aug 22 03:09:10.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6284 | 2024-08-22T03:09:11.878Z | [ recovery-image] Aug 22 03:09:10.612 INFO O| Aug 22 03:09:10.612 INFO STEP 787 (remove_files) COMPLETE |
6285 | 2024-08-22T03:09:11.878Z | [ recovery-image] Aug 22 03:09:10.612 INFO O| Aug 22 03:09:10.612 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-08-22T03:09:11.885Z | [ recovery-image] Aug 22 03:09:10.622 INFO O| Aug 22 03:09:10.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6287 | 2024-08-22T03:09:11.885Z | [ recovery-image] Aug 22 03:09:10.623 INFO O| Aug 22 03:09:10.623 INFO STEP 788 (remove_files) COMPLETE |
6288 | 2024-08-22T03:09:11.888Z | [ recovery-image] Aug 22 03:09:10.623 INFO O| Aug 22 03:09:10.623 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-08-22T03:09:11.895Z | [ recovery-image] Aug 22 03:09:10.633 INFO O| Aug 22 03:09:10.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6290 | 2024-08-22T03:09:11.895Z | [ recovery-image] Aug 22 03:09:10.633 INFO O| Aug 22 03:09:10.633 INFO STEP 789 (remove_files) COMPLETE |
6291 | 2024-08-22T03:09:11.898Z | [ recovery-image] Aug 22 03:09:10.633 INFO O| Aug 22 03:09:10.633 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-08-22T03:09:11.906Z | [ recovery-image] Aug 22 03:09:10.643 INFO O| Aug 22 03:09:10.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6293 | 2024-08-22T03:09:11.906Z | [ recovery-image] Aug 22 03:09:10.643 INFO O| Aug 22 03:09:10.643 INFO STEP 790 (remove_files) COMPLETE |
6294 | 2024-08-22T03:09:11.906Z | [ recovery-image] Aug 22 03:09:10.643 INFO O| Aug 22 03:09:10.643 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-08-22T03:09:11.916Z | [ recovery-image] Aug 22 03:09:10.652 INFO O| Aug 22 03:09:10.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6296 | 2024-08-22T03:09:11.916Z | [ recovery-image] Aug 22 03:09:10.652 INFO O| Aug 22 03:09:10.652 INFO STEP 791 (remove_files) COMPLETE |
6297 | 2024-08-22T03:09:11.918Z | [ recovery-image] Aug 22 03:09:10.652 INFO O| Aug 22 03:09:10.652 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-08-22T03:09:11.925Z | [ recovery-image] Aug 22 03:09:10.662 INFO O| Aug 22 03:09:10.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6299 | 2024-08-22T03:09:11.926Z | [ recovery-image] Aug 22 03:09:10.663 INFO O| Aug 22 03:09:10.663 INFO STEP 792 (remove_files) COMPLETE |
6300 | 2024-08-22T03:09:11.926Z | [ recovery-image] Aug 22 03:09:10.663 INFO O| Aug 22 03:09:10.663 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-08-22T03:09:11.936Z | [ recovery-image] Aug 22 03:09:10.673 INFO O| Aug 22 03:09:10.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6302 | 2024-08-22T03:09:11.936Z | [ recovery-image] Aug 22 03:09:10.673 INFO O| Aug 22 03:09:10.673 INFO STEP 793 (remove_files) COMPLETE |
6303 | 2024-08-22T03:09:11.936Z | [ recovery-image] Aug 22 03:09:10.673 INFO O| Aug 22 03:09:10.673 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-08-22T03:09:11.945Z | [ recovery-image] Aug 22 03:09:10.682 INFO O| Aug 22 03:09:10.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6305 | 2024-08-22T03:09:11.948Z | [ recovery-image] Aug 22 03:09:10.682 INFO O| Aug 22 03:09:10.682 INFO STEP 794 (remove_files) COMPLETE |
6306 | 2024-08-22T03:09:11.948Z | [ recovery-image] Aug 22 03:09:10.682 INFO O| Aug 22 03:09:10.682 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-08-22T03:09:11.955Z | [ recovery-image] Aug 22 03:09:10.692 INFO O| Aug 22 03:09:10.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6308 | 2024-08-22T03:09:11.955Z | [ recovery-image] Aug 22 03:09:10.692 INFO O| Aug 22 03:09:10.692 INFO STEP 795 (remove_files) COMPLETE |
6309 | 2024-08-22T03:09:11.957Z | [ recovery-image] Aug 22 03:09:10.692 INFO O| Aug 22 03:09:10.692 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-08-22T03:09:11.964Z | [ recovery-image] Aug 22 03:09:10.701 INFO O| Aug 22 03:09:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6311 | 2024-08-22T03:09:11.967Z | [ recovery-image] Aug 22 03:09:10.702 INFO O| Aug 22 03:09:10.702 INFO STEP 796 (remove_files) COMPLETE |
6312 | 2024-08-22T03:09:11.967Z | [ recovery-image] Aug 22 03:09:10.702 INFO O| Aug 22 03:09:10.702 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-08-22T03:09:11.974Z | [ recovery-image] Aug 22 03:09:10.711 INFO O| Aug 22 03:09:10.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6314 | 2024-08-22T03:09:11.976Z | [ recovery-image] Aug 22 03:09:10.712 INFO O| Aug 22 03:09:10.711 INFO STEP 797 (remove_files) COMPLETE |
6315 | 2024-08-22T03:09:11.976Z | [ recovery-image] Aug 22 03:09:10.712 INFO O| Aug 22 03:09:10.712 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-08-22T03:09:11.984Z | [ recovery-image] Aug 22 03:09:10.721 INFO O| Aug 22 03:09:10.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6317 | 2024-08-22T03:09:11.984Z | [ recovery-image] Aug 22 03:09:10.721 INFO O| Aug 22 03:09:10.721 INFO STEP 798 (remove_files) COMPLETE |
6318 | 2024-08-22T03:09:11.987Z | [ recovery-image] Aug 22 03:09:10.721 INFO O| Aug 22 03:09:10.721 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-08-22T03:09:11.993Z | [ recovery-image] Aug 22 03:09:10.730 INFO O| Aug 22 03:09:10.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6320 | 2024-08-22T03:09:11.993Z | [ recovery-image] Aug 22 03:09:10.731 INFO O| Aug 22 03:09:10.731 INFO STEP 799 (remove_files) COMPLETE |
6321 | 2024-08-22T03:09:11.993Z | [ recovery-image] Aug 22 03:09:10.731 INFO O| Aug 22 03:09:10.731 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-08-22T03:09:12.003Z | [ recovery-image] Aug 22 03:09:10.740 INFO O| Aug 22 03:09:10.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6323 | 2024-08-22T03:09:12.006Z | [ recovery-image] Aug 22 03:09:10.740 INFO O| Aug 22 03:09:10.740 INFO STEP 800 (remove_files) COMPLETE |
6324 | 2024-08-22T03:09:12.006Z | [ recovery-image] Aug 22 03:09:10.740 INFO O| Aug 22 03:09:10.740 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-08-22T03:09:12.013Z | [ recovery-image] Aug 22 03:09:10.750 INFO O| Aug 22 03:09:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6326 | 2024-08-22T03:09:12.013Z | [ recovery-image] Aug 22 03:09:10.750 INFO O| Aug 22 03:09:10.750 INFO STEP 801 (remove_files) COMPLETE |
6327 | 2024-08-22T03:09:12.013Z | [ recovery-image] Aug 22 03:09:10.750 INFO O| Aug 22 03:09:10.750 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-08-22T03:09:12.022Z | [ recovery-image] Aug 22 03:09:10.759 INFO O| Aug 22 03:09:10.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6329 | 2024-08-22T03:09:12.022Z | [ recovery-image] Aug 22 03:09:10.759 INFO O| Aug 22 03:09:10.759 INFO STEP 802 (remove_files) COMPLETE |
6330 | 2024-08-22T03:09:12.025Z | [ recovery-image] Aug 22 03:09:10.759 INFO O| Aug 22 03:09:10.759 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-08-22T03:09:12.032Z | [ recovery-image] Aug 22 03:09:10.769 INFO O| Aug 22 03:09:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6332 | 2024-08-22T03:09:12.032Z | [ recovery-image] Aug 22 03:09:10.769 INFO O| Aug 22 03:09:10.769 INFO STEP 803 (remove_files) COMPLETE |
6333 | 2024-08-22T03:09:12.032Z | [ recovery-image] Aug 22 03:09:10.769 INFO O| Aug 22 03:09:10.769 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-08-22T03:09:12.041Z | [ recovery-image] Aug 22 03:09:10.778 INFO O| Aug 22 03:09:10.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6335 | 2024-08-22T03:09:12.041Z | [ recovery-image] Aug 22 03:09:10.778 INFO O| Aug 22 03:09:10.778 INFO STEP 804 (remove_files) COMPLETE |
6336 | 2024-08-22T03:09:12.044Z | [ recovery-image] Aug 22 03:09:10.778 INFO O| Aug 22 03:09:10.778 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-08-22T03:09:12.051Z | [ recovery-image] Aug 22 03:09:10.788 INFO O| Aug 22 03:09:10.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6338 | 2024-08-22T03:09:12.051Z | [ recovery-image] Aug 22 03:09:10.788 INFO O| Aug 22 03:09:10.788 INFO STEP 805 (remove_files) COMPLETE |
6339 | 2024-08-22T03:09:12.053Z | [ recovery-image] Aug 22 03:09:10.788 INFO O| Aug 22 03:09:10.788 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-08-22T03:09:12.060Z | [ recovery-image] Aug 22 03:09:10.797 INFO O| Aug 22 03:09:10.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6341 | 2024-08-22T03:09:12.060Z | [ recovery-image] Aug 22 03:09:10.797 INFO O| Aug 22 03:09:10.797 INFO STEP 806 (remove_files) COMPLETE |
6342 | 2024-08-22T03:09:12.063Z | [ recovery-image] Aug 22 03:09:10.797 INFO O| Aug 22 03:09:10.797 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-08-22T03:09:12.070Z | [ recovery-image] Aug 22 03:09:10.807 INFO O| Aug 22 03:09:10.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6344 | 2024-08-22T03:09:12.072Z | [ recovery-image] Aug 22 03:09:10.807 INFO O| Aug 22 03:09:10.807 INFO STEP 807 (remove_files) COMPLETE |
6345 | 2024-08-22T03:09:12.072Z | [ recovery-image] Aug 22 03:09:10.807 INFO O| Aug 22 03:09:10.807 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-08-22T03:09:12.080Z | [ recovery-image] Aug 22 03:09:10.817 INFO O| Aug 22 03:09:10.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6347 | 2024-08-22T03:09:12.080Z | [ recovery-image] Aug 22 03:09:10.817 INFO O| Aug 22 03:09:10.817 INFO STEP 808 (remove_files) COMPLETE |
6348 | 2024-08-22T03:09:12.082Z | [ recovery-image] Aug 22 03:09:10.817 INFO O| Aug 22 03:09:10.817 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-08-22T03:09:12.089Z | [ recovery-image] Aug 22 03:09:10.826 INFO O| Aug 22 03:09:10.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6350 | 2024-08-22T03:09:12.089Z | [ recovery-image] Aug 22 03:09:10.826 INFO O| Aug 22 03:09:10.826 INFO STEP 809 (remove_files) COMPLETE |
6351 | 2024-08-22T03:09:12.093Z | [ recovery-image] Aug 22 03:09:10.826 INFO O| Aug 22 03:09:10.826 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-08-22T03:09:12.099Z | [ recovery-image] Aug 22 03:09:10.836 INFO O| Aug 22 03:09:10.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6353 | 2024-08-22T03:09:12.102Z | [ recovery-image] Aug 22 03:09:10.836 INFO O| Aug 22 03:09:10.836 INFO STEP 810 (remove_files) COMPLETE |
6354 | 2024-08-22T03:09:12.102Z | [ recovery-image] Aug 22 03:09:10.836 INFO O| Aug 22 03:09:10.836 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-08-22T03:09:12.109Z | [ recovery-image] Aug 22 03:09:10.846 INFO O| Aug 22 03:09:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6356 | 2024-08-22T03:09:12.109Z | [ recovery-image] Aug 22 03:09:10.846 INFO O| Aug 22 03:09:10.846 INFO STEP 811 (remove_files) COMPLETE |
6357 | 2024-08-22T03:09:12.111Z | [ recovery-image] Aug 22 03:09:10.846 INFO O| Aug 22 03:09:10.846 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-08-22T03:09:12.118Z | [ recovery-image] Aug 22 03:09:10.855 INFO O| Aug 22 03:09:10.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6359 | 2024-08-22T03:09:12.118Z | [ recovery-image] Aug 22 03:09:10.855 INFO O| Aug 22 03:09:10.855 INFO STEP 812 (remove_files) COMPLETE |
6360 | 2024-08-22T03:09:12.118Z | [ recovery-image] Aug 22 03:09:10.855 INFO O| Aug 22 03:09:10.855 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-08-22T03:09:12.128Z | [ recovery-image] Aug 22 03:09:10.865 INFO O| Aug 22 03:09:10.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6362 | 2024-08-22T03:09:12.128Z | [ recovery-image] Aug 22 03:09:10.865 INFO O| Aug 22 03:09:10.865 INFO STEP 813 (remove_files) COMPLETE |
6363 | 2024-08-22T03:09:12.130Z | [ recovery-image] Aug 22 03:09:10.865 INFO O| Aug 22 03:09:10.865 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-08-22T03:09:12.137Z | [ recovery-image] Aug 22 03:09:10.875 INFO O| Aug 22 03:09:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6365 | 2024-08-22T03:09:12.141Z | [ recovery-image] Aug 22 03:09:10.875 INFO O| Aug 22 03:09:10.875 INFO STEP 814 (remove_files) COMPLETE |
6366 | 2024-08-22T03:09:12.141Z | [ recovery-image] Aug 22 03:09:10.875 INFO O| Aug 22 03:09:10.875 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-08-22T03:09:12.147Z | [ recovery-image] Aug 22 03:09:10.885 INFO O| Aug 22 03:09:10.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6368 | 2024-08-22T03:09:12.147Z | [ recovery-image] Aug 22 03:09:10.885 INFO O| Aug 22 03:09:10.885 INFO STEP 815 (remove_files) COMPLETE |
6369 | 2024-08-22T03:09:12.147Z | [ recovery-image] Aug 22 03:09:10.885 INFO O| Aug 22 03:09:10.885 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-08-22T03:09:12.157Z | [ recovery-image] Aug 22 03:09:10.894 INFO O| Aug 22 03:09:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6371 | 2024-08-22T03:09:12.160Z | [ recovery-image] Aug 22 03:09:10.894 INFO O| Aug 22 03:09:10.894 INFO STEP 816 (remove_files) COMPLETE |
6372 | 2024-08-22T03:09:12.160Z | [ recovery-image] Aug 22 03:09:10.894 INFO O| Aug 22 03:09:10.894 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-08-22T03:09:12.167Z | [ recovery-image] Aug 22 03:09:10.904 INFO O| Aug 22 03:09:10.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6374 | 2024-08-22T03:09:12.167Z | [ recovery-image] Aug 22 03:09:10.904 INFO O| Aug 22 03:09:10.904 INFO STEP 817 (remove_files) COMPLETE |
6375 | 2024-08-22T03:09:12.169Z | [ recovery-image] Aug 22 03:09:10.904 INFO O| Aug 22 03:09:10.904 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-08-22T03:09:12.176Z | [ recovery-image] Aug 22 03:09:10.913 INFO O| Aug 22 03:09:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6377 | 2024-08-22T03:09:12.179Z | [ recovery-image] Aug 22 03:09:10.913 INFO O| Aug 22 03:09:10.913 INFO STEP 818 (remove_files) COMPLETE |
6378 | 2024-08-22T03:09:12.179Z | [ recovery-image] Aug 22 03:09:10.913 INFO O| Aug 22 03:09:10.913 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-08-22T03:09:12.186Z | [ recovery-image] Aug 22 03:09:10.923 INFO O| Aug 22 03:09:10.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6380 | 2024-08-22T03:09:12.186Z | [ recovery-image] Aug 22 03:09:10.923 INFO O| Aug 22 03:09:10.923 INFO STEP 819 (remove_files) COMPLETE |
6381 | 2024-08-22T03:09:12.186Z | [ recovery-image] Aug 22 03:09:10.923 INFO O| Aug 22 03:09:10.923 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-08-22T03:09:12.195Z | [ recovery-image] Aug 22 03:09:10.933 INFO O| Aug 22 03:09:10.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6383 | 2024-08-22T03:09:12.195Z | [ recovery-image] Aug 22 03:09:10.933 INFO O| Aug 22 03:09:10.933 INFO STEP 820 (remove_files) COMPLETE |
6384 | 2024-08-22T03:09:12.198Z | [ recovery-image] Aug 22 03:09:10.933 INFO O| Aug 22 03:09:10.933 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-08-22T03:09:12.205Z | [ recovery-image] Aug 22 03:09:10.942 INFO O| Aug 22 03:09:10.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6386 | 2024-08-22T03:09:12.205Z | [ recovery-image] Aug 22 03:09:10.942 INFO O| Aug 22 03:09:10.942 INFO STEP 821 (remove_files) COMPLETE |
6387 | 2024-08-22T03:09:12.207Z | [ recovery-image] Aug 22 03:09:10.942 INFO O| Aug 22 03:09:10.942 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-08-22T03:09:12.214Z | [ recovery-image] Aug 22 03:09:10.952 INFO O| Aug 22 03:09:10.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6389 | 2024-08-22T03:09:12.217Z | [ recovery-image] Aug 22 03:09:10.952 INFO O| Aug 22 03:09:10.952 INFO STEP 822 (remove_files) COMPLETE |
6390 | 2024-08-22T03:09:12.217Z | [ recovery-image] Aug 22 03:09:10.952 INFO O| Aug 22 03:09:10.952 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-08-22T03:09:12.224Z | [ recovery-image] Aug 22 03:09:10.961 INFO O| Aug 22 03:09:10.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6392 | 2024-08-22T03:09:12.224Z | [ recovery-image] Aug 22 03:09:10.961 INFO O| Aug 22 03:09:10.961 INFO STEP 823 (remove_files) COMPLETE |
6393 | 2024-08-22T03:09:12.224Z | [ recovery-image] Aug 22 03:09:10.961 INFO O| Aug 22 03:09:10.961 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-08-22T03:09:12.235Z | [ recovery-image] Aug 22 03:09:10.971 INFO O| Aug 22 03:09:10.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6395 | 2024-08-22T03:09:12.235Z | [ recovery-image] Aug 22 03:09:10.971 INFO O| Aug 22 03:09:10.971 INFO STEP 824 (remove_files) COMPLETE |
6396 | 2024-08-22T03:09:12.237Z | [ recovery-image] Aug 22 03:09:10.972 INFO O| Aug 22 03:09:10.971 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-08-22T03:09:12.245Z | [ recovery-image] Aug 22 03:09:10.982 INFO O| Aug 22 03:09:10.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6398 | 2024-08-22T03:09:12.245Z | [ recovery-image] Aug 22 03:09:10.982 INFO O| Aug 22 03:09:10.982 INFO STEP 825 (remove_files) COMPLETE |
6399 | 2024-08-22T03:09:12.247Z | [ recovery-image] Aug 22 03:09:10.982 INFO O| Aug 22 03:09:10.982 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-08-22T03:09:12.255Z | [ recovery-image] Aug 22 03:09:10.992 INFO O| Aug 22 03:09:10.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6401 | 2024-08-22T03:09:12.255Z | [ recovery-image] Aug 22 03:09:10.992 INFO O| Aug 22 03:09:10.992 INFO STEP 826 (remove_files) COMPLETE |
6402 | 2024-08-22T03:09:12.261Z | [ recovery-image] Aug 22 03:09:10.992 INFO O| Aug 22 03:09:10.992 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-08-22T03:09:12.265Z | [ recovery-image] Aug 22 03:09:11.002 INFO O| Aug 22 03:09:11.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6404 | 2024-08-22T03:09:12.265Z | [ recovery-image] Aug 22 03:09:11.002 INFO O| Aug 22 03:09:11.002 INFO STEP 827 (remove_files) COMPLETE |
6405 | 2024-08-22T03:09:12.265Z | [ recovery-image] Aug 22 03:09:11.002 INFO O| Aug 22 03:09:11.002 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-08-22T03:09:12.275Z | [ recovery-image] Aug 22 03:09:11.012 INFO O| Aug 22 03:09:11.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6407 | 2024-08-22T03:09:12.277Z | [ recovery-image] Aug 22 03:09:11.012 INFO O| Aug 22 03:09:11.012 INFO STEP 828 (remove_files) COMPLETE |
6408 | 2024-08-22T03:09:12.277Z | [ recovery-image] Aug 22 03:09:11.012 INFO O| Aug 22 03:09:11.012 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-08-22T03:09:12.286Z | [ recovery-image] Aug 22 03:09:11.024 INFO O| Aug 22 03:09:11.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6410 | 2024-08-22T03:09:12.286Z | [ recovery-image] Aug 22 03:09:11.024 INFO O| Aug 22 03:09:11.024 INFO STEP 829 (remove_files) COMPLETE |
6411 | 2024-08-22T03:09:12.287Z | [ recovery-image] Aug 22 03:09:11.024 INFO O| Aug 22 03:09:11.024 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-08-22T03:09:12.297Z | [ recovery-image] Aug 22 03:09:11.034 INFO O| Aug 22 03:09:11.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6413 | 2024-08-22T03:09:12.297Z | [ recovery-image] Aug 22 03:09:11.034 INFO O| Aug 22 03:09:11.034 INFO STEP 830 (remove_files) COMPLETE |
6414 | 2024-08-22T03:09:12.297Z | [ recovery-image] Aug 22 03:09:11.034 INFO O| Aug 22 03:09:11.034 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-08-22T03:09:12.310Z | [ recovery-image] Aug 22 03:09:11.047 INFO O| Aug 22 03:09:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6416 | 2024-08-22T03:09:12.312Z | [ recovery-image] Aug 22 03:09:11.047 INFO O| Aug 22 03:09:11.047 INFO STEP 831 (remove_files) COMPLETE |
6417 | 2024-08-22T03:09:12.312Z | [ recovery-image] Aug 22 03:09:11.047 INFO O| Aug 22 03:09:11.047 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-08-22T03:09:12.323Z | [ recovery-image] Aug 22 03:09:11.059 INFO O| Aug 22 03:09:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6419 | 2024-08-22T03:09:12.323Z | [ recovery-image] Aug 22 03:09:11.059 INFO O| Aug 22 03:09:11.059 INFO STEP 832 (remove_files) COMPLETE |
6420 | 2024-08-22T03:09:12.323Z | [ recovery-image] Aug 22 03:09:11.059 INFO O| Aug 22 03:09:11.059 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-08-22T03:09:12.333Z | [ recovery-image] Aug 22 03:09:11.070 INFO O| Aug 22 03:09:11.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6422 | 2024-08-22T03:09:12.333Z | [ recovery-image] Aug 22 03:09:11.070 INFO O| Aug 22 03:09:11.070 INFO STEP 833 (remove_files) COMPLETE |
6423 | 2024-08-22T03:09:12.335Z | [ recovery-image] Aug 22 03:09:11.070 INFO O| Aug 22 03:09:11.070 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-08-22T03:09:12.343Z | [ recovery-image] Aug 22 03:09:11.080 INFO O| Aug 22 03:09:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6425 | 2024-08-22T03:09:12.343Z | [ recovery-image] Aug 22 03:09:11.080 INFO O| Aug 22 03:09:11.080 INFO STEP 834 (remove_files) COMPLETE |
6426 | 2024-08-22T03:09:12.343Z | [ recovery-image] Aug 22 03:09:11.081 INFO O| Aug 22 03:09:11.080 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-08-22T03:09:12.353Z | [ recovery-image] Aug 22 03:09:11.090 INFO O| Aug 22 03:09:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6428 | 2024-08-22T03:09:12.353Z | [ recovery-image] Aug 22 03:09:11.090 INFO O| Aug 22 03:09:11.090 INFO STEP 835 (remove_files) COMPLETE |
6429 | 2024-08-22T03:09:12.356Z | [ recovery-image] Aug 22 03:09:11.090 INFO O| Aug 22 03:09:11.090 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-08-22T03:09:12.363Z | [ recovery-image] Aug 22 03:09:11.100 INFO O| Aug 22 03:09:11.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6431 | 2024-08-22T03:09:12.365Z | [ recovery-image] Aug 22 03:09:11.101 INFO O| Aug 22 03:09:11.101 INFO STEP 836 (remove_files) COMPLETE |
6432 | 2024-08-22T03:09:12.365Z | [ recovery-image] Aug 22 03:09:11.101 INFO O| Aug 22 03:09:11.101 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-08-22T03:09:12.373Z | [ recovery-image] Aug 22 03:09:11.110 INFO O| Aug 22 03:09:11.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6434 | 2024-08-22T03:09:12.373Z | [ recovery-image] Aug 22 03:09:11.110 INFO O| Aug 22 03:09:11.110 INFO STEP 837 (remove_files) COMPLETE |
6435 | 2024-08-22T03:09:12.373Z | [ recovery-image] Aug 22 03:09:11.110 INFO O| Aug 22 03:09:11.110 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-08-22T03:09:12.382Z | [ recovery-image] Aug 22 03:09:11.120 INFO O| Aug 22 03:09:11.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6437 | 2024-08-22T03:09:12.385Z | [ recovery-image] Aug 22 03:09:11.120 INFO O| Aug 22 03:09:11.120 INFO STEP 838 (remove_files) COMPLETE |
6438 | 2024-08-22T03:09:12.385Z | [ recovery-image] Aug 22 03:09:11.120 INFO O| Aug 22 03:09:11.120 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-08-22T03:09:12.392Z | [ recovery-image] Aug 22 03:09:11.129 INFO O| Aug 22 03:09:11.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6440 | 2024-08-22T03:09:12.392Z | [ recovery-image] Aug 22 03:09:11.129 INFO O| Aug 22 03:09:11.129 INFO STEP 839 (remove_files) COMPLETE |
6441 | 2024-08-22T03:09:12.394Z | [ recovery-image] Aug 22 03:09:11.129 INFO O| Aug 22 03:09:11.129 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-08-22T03:09:12.402Z | [ recovery-image] Aug 22 03:09:11.139 INFO O| Aug 22 03:09:11.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6443 | 2024-08-22T03:09:12.402Z | [ recovery-image] Aug 22 03:09:11.139 INFO O| Aug 22 03:09:11.139 INFO STEP 840 (remove_files) COMPLETE |
6444 | 2024-08-22T03:09:12.404Z | [ recovery-image] Aug 22 03:09:11.139 INFO O| Aug 22 03:09:11.139 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-08-22T03:09:12.411Z | [ recovery-image] Aug 22 03:09:11.148 INFO O| Aug 22 03:09:11.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6446 | 2024-08-22T03:09:12.411Z | [ recovery-image] Aug 22 03:09:11.148 INFO O| Aug 22 03:09:11.148 INFO STEP 841 (remove_files) COMPLETE |
6447 | 2024-08-22T03:09:12.414Z | [ recovery-image] Aug 22 03:09:11.148 INFO O| Aug 22 03:09:11.148 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-08-22T03:09:12.421Z | [ recovery-image] Aug 22 03:09:11.158 INFO O| Aug 22 03:09:11.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6449 | 2024-08-22T03:09:12.421Z | [ recovery-image] Aug 22 03:09:11.158 INFO O| Aug 22 03:09:11.158 INFO STEP 842 (remove_files) COMPLETE |
6450 | 2024-08-22T03:09:12.423Z | [ recovery-image] Aug 22 03:09:11.158 INFO O| Aug 22 03:09:11.158 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-08-22T03:09:12.430Z | [ recovery-image] Aug 22 03:09:11.167 INFO O| Aug 22 03:09:11.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6452 | 2024-08-22T03:09:12.432Z | [ recovery-image] Aug 22 03:09:11.167 INFO O| Aug 22 03:09:11.167 INFO STEP 843 (remove_files) COMPLETE |
6453 | 2024-08-22T03:09:12.432Z | [ recovery-image] Aug 22 03:09:11.167 INFO O| Aug 22 03:09:11.167 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-08-22T03:09:12.439Z | [ recovery-image] Aug 22 03:09:11.176 INFO O| Aug 22 03:09:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6455 | 2024-08-22T03:09:12.439Z | [ recovery-image] Aug 22 03:09:11.177 INFO O| Aug 22 03:09:11.176 INFO STEP 844 (remove_files) COMPLETE |
6456 | 2024-08-22T03:09:12.442Z | [ recovery-image] Aug 22 03:09:11.177 INFO O| Aug 22 03:09:11.177 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-08-22T03:09:12.449Z | [ recovery-image] Aug 22 03:09:11.186 INFO O| Aug 22 03:09:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6458 | 2024-08-22T03:09:12.449Z | [ recovery-image] Aug 22 03:09:11.186 INFO O| Aug 22 03:09:11.186 INFO STEP 845 (remove_files) COMPLETE |
6459 | 2024-08-22T03:09:12.449Z | [ recovery-image] Aug 22 03:09:11.186 INFO O| Aug 22 03:09:11.186 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-08-22T03:09:12.453Z | [ host-image] Aug 22 03:09:11.190 INFO O| Aug 22 03:09:11.190 INFO O| Planning: Solver setup ... Done |
6461 | 2024-08-22T03:09:12.457Z | [ host-image] Aug 22 03:09:11.194 INFO O| Aug 22 03:09:11.194 INFO O| Planning: Running solver ... Done |
6462 | 2024-08-22T03:09:12.460Z | [ recovery-image] Aug 22 03:09:11.195 INFO O| Aug 22 03:09:11.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6463 | 2024-08-22T03:09:12.460Z | [ recovery-image] Aug 22 03:09:11.196 INFO O| Aug 22 03:09:11.196 INFO STEP 846 (remove_files) COMPLETE |
6464 | 2024-08-22T03:09:12.460Z | [ recovery-image] Aug 22 03:09:11.196 INFO O| Aug 22 03:09:11.196 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-22T03:09:12.469Z | [ recovery-image] Aug 22 03:09:11.206 INFO O| Aug 22 03:09:11.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6466 | 2024-08-22T03:09:12.469Z | [ recovery-image] Aug 22 03:09:11.206 INFO O| Aug 22 03:09:11.206 INFO STEP 847 (remove_files) COMPLETE |
6467 | 2024-08-22T03:09:12.469Z | [ recovery-image] Aug 22 03:09:11.206 INFO O| Aug 22 03:09:11.206 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-22T03:09:12.479Z | [ recovery-image] Aug 22 03:09:11.216 INFO O| Aug 22 03:09:11.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6469 | 2024-08-22T03:09:12.481Z | [ recovery-image] Aug 22 03:09:11.216 INFO O| Aug 22 03:09:11.216 INFO STEP 848 (remove_files) COMPLETE |
6470 | 2024-08-22T03:09:12.481Z | [ recovery-image] Aug 22 03:09:11.216 INFO O| Aug 22 03:09:11.216 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-22T03:09:12.488Z | [ recovery-image] Aug 22 03:09:11.225 INFO O| Aug 22 03:09:11.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6472 | 2024-08-22T03:09:12.488Z | [ recovery-image] Aug 22 03:09:11.225 INFO O| Aug 22 03:09:11.225 INFO STEP 849 (remove_files) COMPLETE |
6473 | 2024-08-22T03:09:12.491Z | [ recovery-image] Aug 22 03:09:11.225 INFO O| Aug 22 03:09:11.225 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-22T03:09:12.496Z | [ host-image] Aug 22 03:09:11.233 INFO O| Aug 22 03:09:11.233 INFO O| Planning: Finding local manifests ... Done |
6475 | 2024-08-22T03:09:12.498Z | [ host-image] Aug 22 03:09:11.234 INFO O| Aug 22 03:09:11.234 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6476 | 2024-08-22T03:09:12.498Z | [ recovery-image] Aug 22 03:09:11.235 INFO O| Aug 22 03:09:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6477 | 2024-08-22T03:09:12.498Z | [ recovery-image] Aug 22 03:09:11.235 INFO O| Aug 22 03:09:11.235 INFO STEP 850 (remove_files) COMPLETE |
6478 | 2024-08-22T03:09:12.498Z | [ recovery-image] Aug 22 03:09:11.235 INFO O| Aug 22 03:09:11.235 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-08-22T03:09:12.508Z | [ recovery-image] Aug 22 03:09:11.245 INFO O| Aug 22 03:09:11.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6480 | 2024-08-22T03:09:12.508Z | [ recovery-image] Aug 22 03:09:11.245 INFO O| Aug 22 03:09:11.245 INFO STEP 851 (remove_files) COMPLETE |
6481 | 2024-08-22T03:09:12.511Z | [ recovery-image] Aug 22 03:09:11.245 INFO O| Aug 22 03:09:11.245 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-08-22T03:09:12.517Z | [ recovery-image] Aug 22 03:09:11.254 INFO O| Aug 22 03:09:11.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6483 | 2024-08-22T03:09:12.517Z | [ recovery-image] Aug 22 03:09:11.254 INFO O| Aug 22 03:09:11.254 INFO STEP 852 (remove_files) COMPLETE |
6484 | 2024-08-22T03:09:12.520Z | [ recovery-image] Aug 22 03:09:11.255 INFO O| Aug 22 03:09:11.254 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-08-22T03:09:12.527Z | [ recovery-image] Aug 22 03:09:11.264 INFO O| Aug 22 03:09:11.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6486 | 2024-08-22T03:09:12.529Z | [ recovery-image] Aug 22 03:09:11.264 INFO O| Aug 22 03:09:11.264 INFO STEP 853 (remove_files) COMPLETE |
6487 | 2024-08-22T03:09:12.529Z | [ recovery-image] Aug 22 03:09:11.264 INFO O| Aug 22 03:09:11.264 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-08-22T03:09:12.537Z | [ recovery-image] Aug 22 03:09:11.274 INFO O| Aug 22 03:09:11.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6489 | 2024-08-22T03:09:12.539Z | [ recovery-image] Aug 22 03:09:11.274 INFO O| Aug 22 03:09:11.274 INFO STEP 854 (remove_files) COMPLETE |
6490 | 2024-08-22T03:09:12.539Z | [ recovery-image] Aug 22 03:09:11.274 INFO O| Aug 22 03:09:11.274 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-08-22T03:09:12.546Z | [ recovery-image] Aug 22 03:09:11.283 INFO O| Aug 22 03:09:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6492 | 2024-08-22T03:09:12.549Z | [ recovery-image] Aug 22 03:09:11.284 INFO O| Aug 22 03:09:11.283 INFO STEP 855 (remove_files) COMPLETE |
6493 | 2024-08-22T03:09:12.549Z | [ recovery-image] Aug 22 03:09:11.284 INFO O| Aug 22 03:09:11.283 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-08-22T03:09:12.556Z | [ recovery-image] Aug 22 03:09:11.293 INFO O| Aug 22 03:09:11.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6495 | 2024-08-22T03:09:12.559Z | [ recovery-image] Aug 22 03:09:11.293 INFO O| Aug 22 03:09:11.293 INFO STEP 856 (remove_files) COMPLETE |
6496 | 2024-08-22T03:09:12.559Z | [ recovery-image] Aug 22 03:09:11.293 INFO O| Aug 22 03:09:11.293 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-08-22T03:09:12.559Z | [ host-image] Aug 22 03:09:11.295 INFO O| Aug 22 03:09:11.295 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6498 | 2024-08-22T03:09:12.566Z | [ recovery-image] Aug 22 03:09:11.303 INFO O| Aug 22 03:09:11.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6499 | 2024-08-22T03:09:12.568Z | [ recovery-image] Aug 22 03:09:11.303 INFO O| Aug 22 03:09:11.303 INFO STEP 857 (remove_files) COMPLETE |
6500 | 2024-08-22T03:09:12.568Z | [ recovery-image] Aug 22 03:09:11.303 INFO O| Aug 22 03:09:11.303 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-22T03:09:12.576Z | [ recovery-image] Aug 22 03:09:11.313 INFO O| Aug 22 03:09:11.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6502 | 2024-08-22T03:09:12.578Z | [ recovery-image] Aug 22 03:09:11.313 INFO O| Aug 22 03:09:11.313 INFO STEP 858 (remove_files) COMPLETE |
6503 | 2024-08-22T03:09:12.578Z | [ recovery-image] Aug 22 03:09:11.313 INFO O| Aug 22 03:09:11.313 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-22T03:09:12.578Z | [ host-image] Aug 22 03:09:11.314 INFO O| Aug 22 03:09:11.314 INFO O| Planning: Package planning ... Done |
6505 | 2024-08-22T03:09:12.578Z | [ host-image] Aug 22 03:09:11.314 INFO O| Aug 22 03:09:11.314 INFO O| Planning: Merging actions ... Done |
6506 | 2024-08-22T03:09:12.586Z | [ recovery-image] Aug 22 03:09:11.323 INFO O| Aug 22 03:09:11.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6507 | 2024-08-22T03:09:12.586Z | [ recovery-image] Aug 22 03:09:11.323 INFO O| Aug 22 03:09:11.323 INFO STEP 859 (remove_files) COMPLETE |
6508 | 2024-08-22T03:09:12.589Z | [ recovery-image] Aug 22 03:09:11.323 INFO O| Aug 22 03:09:11.323 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-08-22T03:09:12.596Z | [ recovery-image] Aug 22 03:09:11.333 INFO O| Aug 22 03:09:11.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6510 | 2024-08-22T03:09:12.596Z | [ recovery-image] Aug 22 03:09:11.333 INFO O| Aug 22 03:09:11.333 INFO STEP 860 (remove_files) COMPLETE |
6511 | 2024-08-22T03:09:12.598Z | [ recovery-image] Aug 22 03:09:11.333 INFO O| Aug 22 03:09:11.333 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-08-22T03:09:12.607Z | [ recovery-image] Aug 22 03:09:11.344 INFO O| Aug 22 03:09:11.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6513 | 2024-08-22T03:09:12.607Z | [ recovery-image] Aug 22 03:09:11.345 INFO O| Aug 22 03:09:11.345 INFO STEP 861 (remove_files) COMPLETE |
6514 | 2024-08-22T03:09:12.610Z | [ recovery-image] Aug 22 03:09:11.345 INFO O| Aug 22 03:09:11.345 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-08-22T03:09:12.617Z | [ recovery-image] Aug 22 03:09:11.354 INFO O| Aug 22 03:09:11.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6516 | 2024-08-22T03:09:12.619Z | [ recovery-image] Aug 22 03:09:11.354 INFO O| Aug 22 03:09:11.354 INFO STEP 862 (remove_files) COMPLETE |
6517 | 2024-08-22T03:09:12.619Z | [ recovery-image] Aug 22 03:09:11.354 INFO O| Aug 22 03:09:11.354 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-08-22T03:09:12.629Z | [ recovery-image] Aug 22 03:09:11.366 INFO O| Aug 22 03:09:11.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6519 | 2024-08-22T03:09:12.629Z | [ recovery-image] Aug 22 03:09:11.366 INFO O| Aug 22 03:09:11.366 INFO STEP 863 (remove_files) COMPLETE |
6520 | 2024-08-22T03:09:12.631Z | [ recovery-image] Aug 22 03:09:11.366 INFO O| Aug 22 03:09:11.366 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-08-22T03:09:12.639Z | [ recovery-image] Aug 22 03:09:11.376 INFO O| Aug 22 03:09:11.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6522 | 2024-08-22T03:09:12.639Z | [ recovery-image] Aug 22 03:09:11.376 INFO O| Aug 22 03:09:11.376 INFO STEP 864 (remove_files) COMPLETE |
6523 | 2024-08-22T03:09:12.641Z | [ recovery-image] Aug 22 03:09:11.376 INFO O| Aug 22 03:09:11.376 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-08-22T03:09:12.644Z | [ host-image] Aug 22 03:09:11.379 INFO O| Aug 22 03:09:11.379 INFO O| Planning: Checking for conflicting actions ... Done |
6525 | 2024-08-22T03:09:12.644Z | [ host-image] Aug 22 03:09:11.380 INFO O| Aug 22 03:09:11.380 INFO O| Planning: Consolidating action changes ... Done |
6526 | 2024-08-22T03:09:12.648Z | [ recovery-image] Aug 22 03:09:11.386 INFO O| Aug 22 03:09:11.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6527 | 2024-08-22T03:09:12.648Z | [ recovery-image] Aug 22 03:09:11.386 INFO O| Aug 22 03:09:11.386 INFO STEP 865 (remove_files) COMPLETE |
6528 | 2024-08-22T03:09:12.651Z | [ recovery-image] Aug 22 03:09:11.386 INFO O| Aug 22 03:09:11.386 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-08-22T03:09:12.658Z | [ recovery-image] Aug 22 03:09:11.395 INFO O| Aug 22 03:09:11.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6530 | 2024-08-22T03:09:12.658Z | [ recovery-image] Aug 22 03:09:11.395 INFO O| Aug 22 03:09:11.395 INFO STEP 866 (remove_files) COMPLETE |
6531 | 2024-08-22T03:09:12.658Z | [ recovery-image] Aug 22 03:09:11.395 INFO O| Aug 22 03:09:11.395 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-08-22T03:09:12.668Z | [ recovery-image] Aug 22 03:09:11.405 INFO O| Aug 22 03:09:11.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6533 | 2024-08-22T03:09:12.668Z | [ recovery-image] Aug 22 03:09:11.405 INFO O| Aug 22 03:09:11.405 INFO STEP 867 (remove_files) COMPLETE |
6534 | 2024-08-22T03:09:12.670Z | [ recovery-image] Aug 22 03:09:11.405 INFO O| Aug 22 03:09:11.405 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-08-22T03:09:12.677Z | [ recovery-image] Aug 22 03:09:11.414 INFO O| Aug 22 03:09:11.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6536 | 2024-08-22T03:09:12.677Z | [ recovery-image] Aug 22 03:09:11.414 INFO O| Aug 22 03:09:11.414 INFO STEP 868 (remove_files) COMPLETE |
6537 | 2024-08-22T03:09:12.677Z | [ recovery-image] Aug 22 03:09:11.414 INFO O| Aug 22 03:09:11.414 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-08-22T03:09:12.686Z | [ recovery-image] Aug 22 03:09:11.424 INFO O| Aug 22 03:09:11.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6539 | 2024-08-22T03:09:12.687Z | [ recovery-image] Aug 22 03:09:11.424 INFO O| Aug 22 03:09:11.424 INFO STEP 869 (remove_files) COMPLETE |
6540 | 2024-08-22T03:09:12.687Z | [ recovery-image] Aug 22 03:09:11.424 INFO O| Aug 22 03:09:11.424 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-08-22T03:09:12.696Z | [ recovery-image] Aug 22 03:09:11.433 INFO O| Aug 22 03:09:11.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6542 | 2024-08-22T03:09:12.696Z | [ recovery-image] Aug 22 03:09:11.433 INFO O| Aug 22 03:09:11.433 INFO STEP 870 (remove_files) COMPLETE |
6543 | 2024-08-22T03:09:12.699Z | [ recovery-image] Aug 22 03:09:11.433 INFO O| Aug 22 03:09:11.433 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-08-22T03:09:12.706Z | [ recovery-image] Aug 22 03:09:11.443 INFO O| Aug 22 03:09:11.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6545 | 2024-08-22T03:09:12.706Z | [ recovery-image] Aug 22 03:09:11.443 INFO O| Aug 22 03:09:11.443 INFO STEP 871 (remove_files) COMPLETE |
6546 | 2024-08-22T03:09:12.706Z | [ recovery-image] Aug 22 03:09:11.443 INFO O| Aug 22 03:09:11.443 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-08-22T03:09:12.716Z | [ recovery-image] Aug 22 03:09:11.452 INFO O| Aug 22 03:09:11.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6548 | 2024-08-22T03:09:12.719Z | [ recovery-image] Aug 22 03:09:11.452 INFO O| Aug 22 03:09:11.452 INFO STEP 872 (remove_files) COMPLETE |
6549 | 2024-08-22T03:09:12.719Z | [ recovery-image] Aug 22 03:09:11.452 INFO O| Aug 22 03:09:11.452 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-08-22T03:09:12.725Z | [ recovery-image] Aug 22 03:09:11.462 INFO O| Aug 22 03:09:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6551 | 2024-08-22T03:09:12.728Z | [ recovery-image] Aug 22 03:09:11.462 INFO O| Aug 22 03:09:11.462 INFO STEP 873 (remove_files) COMPLETE |
6552 | 2024-08-22T03:09:12.728Z | [ recovery-image] Aug 22 03:09:11.462 INFO O| Aug 22 03:09:11.462 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-08-22T03:09:12.735Z | [ recovery-image] Aug 22 03:09:11.472 INFO O| Aug 22 03:09:11.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6554 | 2024-08-22T03:09:12.737Z | [ recovery-image] Aug 22 03:09:11.472 INFO O| Aug 22 03:09:11.472 INFO STEP 874 (remove_files) COMPLETE |
6555 | 2024-08-22T03:09:12.737Z | [ recovery-image] Aug 22 03:09:11.472 INFO O| Aug 22 03:09:11.472 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-08-22T03:09:12.744Z | [ recovery-image] Aug 22 03:09:11.481 INFO O| Aug 22 03:09:11.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6557 | 2024-08-22T03:09:12.747Z | [ recovery-image] Aug 22 03:09:11.481 INFO O| Aug 22 03:09:11.481 INFO STEP 875 (remove_files) COMPLETE |
6558 | 2024-08-22T03:09:12.747Z | [ recovery-image] Aug 22 03:09:11.481 INFO O| Aug 22 03:09:11.481 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-08-22T03:09:12.755Z | [ recovery-image] Aug 22 03:09:11.491 INFO O| Aug 22 03:09:11.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6560 | 2024-08-22T03:09:12.755Z | [ recovery-image] Aug 22 03:09:11.491 INFO O| Aug 22 03:09:11.491 INFO STEP 876 (remove_files) COMPLETE |
6561 | 2024-08-22T03:09:12.755Z | [ recovery-image] Aug 22 03:09:11.491 INFO O| Aug 22 03:09:11.491 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-08-22T03:09:12.763Z | [ recovery-image] Aug 22 03:09:11.500 INFO O| Aug 22 03:09:11.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6563 | 2024-08-22T03:09:12.763Z | [ recovery-image] Aug 22 03:09:11.500 INFO O| Aug 22 03:09:11.500 INFO STEP 877 (remove_files) COMPLETE |
6564 | 2024-08-22T03:09:12.766Z | [ recovery-image] Aug 22 03:09:11.500 INFO O| Aug 22 03:09:11.500 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-08-22T03:09:12.773Z | [ recovery-image] Aug 22 03:09:11.510 INFO O| Aug 22 03:09:11.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6566 | 2024-08-22T03:09:12.773Z | [ recovery-image] Aug 22 03:09:11.510 INFO O| Aug 22 03:09:11.510 INFO STEP 878 (remove_files) COMPLETE |
6567 | 2024-08-22T03:09:12.773Z | [ recovery-image] Aug 22 03:09:11.510 INFO O| Aug 22 03:09:11.510 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-08-22T03:09:12.782Z | [ recovery-image] Aug 22 03:09:11.519 INFO O| Aug 22 03:09:11.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6569 | 2024-08-22T03:09:12.785Z | [ recovery-image] Aug 22 03:09:11.520 INFO O| Aug 22 03:09:11.520 INFO STEP 879 (remove_files) COMPLETE |
6570 | 2024-08-22T03:09:12.785Z | [ recovery-image] Aug 22 03:09:11.520 INFO O| Aug 22 03:09:11.520 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-08-22T03:09:12.792Z | [ recovery-image] Aug 22 03:09:11.529 INFO O| Aug 22 03:09:11.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6572 | 2024-08-22T03:09:12.794Z | [ recovery-image] Aug 22 03:09:11.529 INFO O| Aug 22 03:09:11.529 INFO STEP 880 (remove_files) COMPLETE |
6573 | 2024-08-22T03:09:12.794Z | [ recovery-image] Aug 22 03:09:11.529 INFO O| Aug 22 03:09:11.529 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-08-22T03:09:12.801Z | [ recovery-image] Aug 22 03:09:11.538 INFO O| Aug 22 03:09:11.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6575 | 2024-08-22T03:09:12.804Z | [ recovery-image] Aug 22 03:09:11.539 INFO O| Aug 22 03:09:11.539 INFO STEP 881 (remove_files) COMPLETE |
6576 | 2024-08-22T03:09:12.804Z | [ recovery-image] Aug 22 03:09:11.539 INFO O| Aug 22 03:09:11.539 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-08-22T03:09:12.811Z | [ recovery-image] Aug 22 03:09:11.548 INFO O| Aug 22 03:09:11.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6578 | 2024-08-22T03:09:12.811Z | [ recovery-image] Aug 22 03:09:11.548 INFO O| Aug 22 03:09:11.548 INFO STEP 882 (remove_files) COMPLETE |
6579 | 2024-08-22T03:09:12.814Z | [ recovery-image] Aug 22 03:09:11.548 INFO O| Aug 22 03:09:11.548 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-08-22T03:09:12.820Z | [ host-image] Aug 22 03:09:11.557 INFO O| Aug 22 03:09:11.557 INFO O| Planning: Evaluating mediators ... Done |
6581 | 2024-08-22T03:09:12.822Z | [ host-image] Aug 22 03:09:11.558 INFO O| Aug 22 03:09:11.558 INFO O| Planning: Planning completed in 1.84 seconds |
6582 | 2024-08-22T03:09:12.822Z | [ recovery-image] Aug 22 03:09:11.558 INFO O| Aug 22 03:09:11.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6583 | 2024-08-22T03:09:12.822Z | [ recovery-image] Aug 22 03:09:11.558 INFO O| Aug 22 03:09:11.558 INFO STEP 883 (remove_files) COMPLETE |
6584 | 2024-08-22T03:09:12.822Z | [ recovery-image] Aug 22 03:09:11.558 INFO O| Aug 22 03:09:11.558 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-22T03:09:12.822Z | [ host-image] Aug 22 03:09:11.559 INFO O| Aug 22 03:09:11.559 INFO O| Packages to install: 1 |
6586 | 2024-08-22T03:09:12.830Z | [ recovery-image] Aug 22 03:09:11.567 INFO O| Aug 22 03:09:11.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6587 | 2024-08-22T03:09:12.833Z | [ recovery-image] Aug 22 03:09:11.568 INFO O| Aug 22 03:09:11.567 INFO STEP 884 (remove_files) COMPLETE |
6588 | 2024-08-22T03:09:12.833Z | [ recovery-image] Aug 22 03:09:11.568 INFO O| Aug 22 03:09:11.568 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-08-22T03:09:12.833Z | [ host-image] Aug 22 03:09:11.570 INFO O| Aug 22 03:09:11.570 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
6590 | 2024-08-22T03:09:12.841Z | [ recovery-image] Aug 22 03:09:11.578 INFO O| Aug 22 03:09:11.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6591 | 2024-08-22T03:09:12.841Z | [ recovery-image] Aug 22 03:09:11.578 INFO O| Aug 22 03:09:11.578 INFO STEP 885 (remove_files) COMPLETE |
6592 | 2024-08-22T03:09:12.841Z | [ recovery-image] Aug 22 03:09:11.578 INFO O| Aug 22 03:09:11.578 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-08-22T03:09:12.851Z | [ recovery-image] Aug 22 03:09:11.588 INFO O| Aug 22 03:09:11.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6594 | 2024-08-22T03:09:12.854Z | [ recovery-image] Aug 22 03:09:11.589 INFO O| Aug 22 03:09:11.589 INFO STEP 886 (remove_files) COMPLETE |
6595 | 2024-08-22T03:09:12.854Z | [ recovery-image] Aug 22 03:09:11.589 INFO O| Aug 22 03:09:11.589 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-08-22T03:09:12.863Z | [ recovery-image] Aug 22 03:09:11.600 INFO O| Aug 22 03:09:11.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6597 | 2024-08-22T03:09:12.866Z | [ recovery-image] Aug 22 03:09:11.600 INFO O| Aug 22 03:09:11.600 INFO STEP 887 (remove_files) COMPLETE |
6598 | 2024-08-22T03:09:12.866Z | [ recovery-image] Aug 22 03:09:11.600 INFO O| Aug 22 03:09:11.600 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-08-22T03:09:12.874Z | [ recovery-image] Aug 22 03:09:11.611 INFO O| Aug 22 03:09:11.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6600 | 2024-08-22T03:09:12.877Z | [ recovery-image] Aug 22 03:09:11.611 INFO O| Aug 22 03:09:11.611 INFO STEP 888 (remove_files) COMPLETE |
6601 | 2024-08-22T03:09:12.877Z | [ recovery-image] Aug 22 03:09:11.611 INFO O| Aug 22 03:09:11.611 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-08-22T03:09:12.884Z | [ recovery-image] Aug 22 03:09:11.621 INFO O| Aug 22 03:09:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6603 | 2024-08-22T03:09:12.886Z | [ recovery-image] Aug 22 03:09:11.621 INFO O| Aug 22 03:09:11.621 INFO STEP 889 (remove_files) COMPLETE |
6604 | 2024-08-22T03:09:12.886Z | [ recovery-image] Aug 22 03:09:11.621 INFO O| Aug 22 03:09:11.621 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-08-22T03:09:12.893Z | [ recovery-image] Aug 22 03:09:11.630 INFO O| Aug 22 03:09:11.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6606 | 2024-08-22T03:09:12.893Z | [ recovery-image] Aug 22 03:09:11.630 INFO O| Aug 22 03:09:11.630 INFO STEP 890 (remove_files) COMPLETE |
6607 | 2024-08-22T03:09:12.895Z | [ recovery-image] Aug 22 03:09:11.630 INFO O| Aug 22 03:09:11.630 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-08-22T03:09:12.902Z | [ recovery-image] Aug 22 03:09:11.639 INFO O| Aug 22 03:09:11.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6609 | 2024-08-22T03:09:12.902Z | [ recovery-image] Aug 22 03:09:11.640 INFO O| Aug 22 03:09:11.639 INFO STEP 891 (remove_files) COMPLETE |
6610 | 2024-08-22T03:09:12.902Z | [ recovery-image] Aug 22 03:09:11.640 INFO O| Aug 22 03:09:11.640 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-08-22T03:09:12.912Z | [ recovery-image] Aug 22 03:09:11.649 INFO O| Aug 22 03:09:11.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6612 | 2024-08-22T03:09:12.912Z | [ recovery-image] Aug 22 03:09:11.649 INFO O| Aug 22 03:09:11.649 INFO STEP 892 (remove_files) COMPLETE |
6613 | 2024-08-22T03:09:12.914Z | [ recovery-image] Aug 22 03:09:11.649 INFO O| Aug 22 03:09:11.649 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-08-22T03:09:12.921Z | [ recovery-image] Aug 22 03:09:11.658 INFO O| Aug 22 03:09:11.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6615 | 2024-08-22T03:09:12.921Z | [ recovery-image] Aug 22 03:09:11.658 INFO O| Aug 22 03:09:11.658 INFO STEP 893 (remove_files) COMPLETE |
6616 | 2024-08-22T03:09:12.924Z | [ recovery-image] Aug 22 03:09:11.658 INFO O| Aug 22 03:09:11.658 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-08-22T03:09:12.930Z | [ recovery-image] Aug 22 03:09:11.668 INFO O| Aug 22 03:09:11.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6618 | 2024-08-22T03:09:12.931Z | [ recovery-image] Aug 22 03:09:11.668 INFO O| Aug 22 03:09:11.668 INFO STEP 894 (remove_files) COMPLETE |
6619 | 2024-08-22T03:09:12.931Z | [ recovery-image] Aug 22 03:09:11.668 INFO O| Aug 22 03:09:11.668 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-08-22T03:09:12.940Z | [ recovery-image] Aug 22 03:09:11.677 INFO O| Aug 22 03:09:11.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6621 | 2024-08-22T03:09:12.940Z | [ recovery-image] Aug 22 03:09:11.677 INFO O| Aug 22 03:09:11.677 INFO STEP 895 (remove_files) COMPLETE |
6622 | 2024-08-22T03:09:12.942Z | [ recovery-image] Aug 22 03:09:11.677 INFO O| Aug 22 03:09:11.677 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-08-22T03:09:12.949Z | [ recovery-image] Aug 22 03:09:11.686 INFO O| Aug 22 03:09:11.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6624 | 2024-08-22T03:09:12.949Z | [ recovery-image] Aug 22 03:09:11.686 INFO O| Aug 22 03:09:11.686 INFO STEP 896 (remove_files) COMPLETE |
6625 | 2024-08-22T03:09:12.952Z | [ recovery-image] Aug 22 03:09:11.686 INFO O| Aug 22 03:09:11.686 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-08-22T03:09:12.958Z | [ recovery-image] Aug 22 03:09:11.696 INFO O| Aug 22 03:09:11.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6627 | 2024-08-22T03:09:12.958Z | [ recovery-image] Aug 22 03:09:11.696 INFO O| Aug 22 03:09:11.696 INFO STEP 897 (remove_files) COMPLETE |
6628 | 2024-08-22T03:09:12.961Z | [ recovery-image] Aug 22 03:09:11.696 INFO O| Aug 22 03:09:11.696 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-08-22T03:09:12.968Z | [ recovery-image] Aug 22 03:09:11.705 INFO O| Aug 22 03:09:11.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6630 | 2024-08-22T03:09:12.968Z | [ recovery-image] Aug 22 03:09:11.705 INFO O| Aug 22 03:09:11.705 INFO STEP 898 (remove_files) COMPLETE |
6631 | 2024-08-22T03:09:12.971Z | [ recovery-image] Aug 22 03:09:11.705 INFO O| Aug 22 03:09:11.705 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-08-22T03:09:12.977Z | [ recovery-image] Aug 22 03:09:11.714 INFO O| Aug 22 03:09:11.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6633 | 2024-08-22T03:09:12.980Z | [ recovery-image] Aug 22 03:09:11.715 INFO O| Aug 22 03:09:11.715 INFO STEP 899 (remove_files) COMPLETE |
6634 | 2024-08-22T03:09:12.980Z | [ recovery-image] Aug 22 03:09:11.715 INFO O| Aug 22 03:09:11.715 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-08-22T03:09:12.987Z | [ recovery-image] Aug 22 03:09:11.724 INFO O| Aug 22 03:09:11.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6636 | 2024-08-22T03:09:12.989Z | [ recovery-image] Aug 22 03:09:11.724 INFO O| Aug 22 03:09:11.724 INFO STEP 900 (remove_files) COMPLETE |
6637 | 2024-08-22T03:09:12.989Z | [ recovery-image] Aug 22 03:09:11.724 INFO O| Aug 22 03:09:11.724 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-08-22T03:09:12.996Z | [ recovery-image] Aug 22 03:09:11.733 INFO O| Aug 22 03:09:11.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6639 | 2024-08-22T03:09:12.999Z | [ recovery-image] Aug 22 03:09:11.733 INFO O| Aug 22 03:09:11.733 INFO STEP 901 (remove_files) COMPLETE |
6640 | 2024-08-22T03:09:12.999Z | [ recovery-image] Aug 22 03:09:11.733 INFO O| Aug 22 03:09:11.733 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-08-22T03:09:13.005Z | [ recovery-image] Aug 22 03:09:11.742 INFO O| Aug 22 03:09:11.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6642 | 2024-08-22T03:09:13.005Z | [ recovery-image] Aug 22 03:09:11.742 INFO O| Aug 22 03:09:11.742 INFO STEP 902 (remove_files) COMPLETE |
6643 | 2024-08-22T03:09:13.008Z | [ recovery-image] Aug 22 03:09:11.742 INFO O| Aug 22 03:09:11.742 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-08-22T03:09:13.015Z | [ recovery-image] Aug 22 03:09:11.752 INFO O| Aug 22 03:09:11.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6645 | 2024-08-22T03:09:13.015Z | [ recovery-image] Aug 22 03:09:11.752 INFO O| Aug 22 03:09:11.752 INFO STEP 903 (remove_files) COMPLETE |
6646 | 2024-08-22T03:09:13.017Z | [ recovery-image] Aug 22 03:09:11.752 INFO O| Aug 22 03:09:11.752 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-08-22T03:09:13.024Z | [ recovery-image] Aug 22 03:09:11.761 INFO O| Aug 22 03:09:11.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6648 | 2024-08-22T03:09:13.024Z | [ recovery-image] Aug 22 03:09:11.761 INFO O| Aug 22 03:09:11.761 INFO STEP 904 (remove_files) COMPLETE |
6649 | 2024-08-22T03:09:13.024Z | [ recovery-image] Aug 22 03:09:11.761 INFO O| Aug 22 03:09:11.761 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-08-22T03:09:13.033Z | [ recovery-image] Aug 22 03:09:11.770 INFO O| Aug 22 03:09:11.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6651 | 2024-08-22T03:09:13.033Z | [ recovery-image] Aug 22 03:09:11.771 INFO O| Aug 22 03:09:11.771 INFO STEP 905 (remove_files) COMPLETE |
6652 | 2024-08-22T03:09:13.036Z | [ recovery-image] Aug 22 03:09:11.771 INFO O| Aug 22 03:09:11.771 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-08-22T03:09:13.043Z | [ recovery-image] Aug 22 03:09:11.780 INFO O| Aug 22 03:09:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6654 | 2024-08-22T03:09:13.043Z | [ recovery-image] Aug 22 03:09:11.780 INFO O| Aug 22 03:09:11.780 INFO STEP 906 (remove_files) COMPLETE |
6655 | 2024-08-22T03:09:13.043Z | [ recovery-image] Aug 22 03:09:11.780 INFO O| Aug 22 03:09:11.780 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-08-22T03:09:13.052Z | [ recovery-image] Aug 22 03:09:11.789 INFO O| Aug 22 03:09:11.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6657 | 2024-08-22T03:09:13.052Z | [ recovery-image] Aug 22 03:09:11.789 INFO O| Aug 22 03:09:11.789 INFO STEP 907 (remove_files) COMPLETE |
6658 | 2024-08-22T03:09:13.052Z | [ recovery-image] Aug 22 03:09:11.789 INFO O| Aug 22 03:09:11.789 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-08-22T03:09:13.062Z | [ recovery-image] Aug 22 03:09:11.799 INFO O| Aug 22 03:09:11.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6660 | 2024-08-22T03:09:13.062Z | [ recovery-image] Aug 22 03:09:11.799 INFO O| Aug 22 03:09:11.799 INFO STEP 908 (remove_files) COMPLETE |
6661 | 2024-08-22T03:09:13.062Z | [ recovery-image] Aug 22 03:09:11.799 INFO O| Aug 22 03:09:11.799 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-08-22T03:09:13.071Z | [ recovery-image] Aug 22 03:09:11.808 INFO O| Aug 22 03:09:11.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6663 | 2024-08-22T03:09:13.071Z | [ recovery-image] Aug 22 03:09:11.808 INFO O| Aug 22 03:09:11.808 INFO STEP 909 (remove_files) COMPLETE |
6664 | 2024-08-22T03:09:13.071Z | [ recovery-image] Aug 22 03:09:11.808 INFO O| Aug 22 03:09:11.808 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-08-22T03:09:13.080Z | [ recovery-image] Aug 22 03:09:11.817 INFO O| Aug 22 03:09:11.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6666 | 2024-08-22T03:09:13.080Z | [ recovery-image] Aug 22 03:09:11.817 INFO O| Aug 22 03:09:11.817 INFO STEP 910 (remove_files) COMPLETE |
6667 | 2024-08-22T03:09:13.083Z | [ recovery-image] Aug 22 03:09:11.817 INFO O| Aug 22 03:09:11.817 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-08-22T03:09:13.090Z | [ recovery-image] Aug 22 03:09:11.827 INFO O| Aug 22 03:09:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6669 | 2024-08-22T03:09:13.092Z | [ recovery-image] Aug 22 03:09:11.827 INFO O| Aug 22 03:09:11.827 INFO STEP 911 (remove_files) COMPLETE |
6670 | 2024-08-22T03:09:13.092Z | [ recovery-image] Aug 22 03:09:11.827 INFO O| Aug 22 03:09:11.827 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-08-22T03:09:13.099Z | [ recovery-image] Aug 22 03:09:11.836 INFO O| Aug 22 03:09:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6672 | 2024-08-22T03:09:13.099Z | [ recovery-image] Aug 22 03:09:11.836 INFO O| Aug 22 03:09:11.836 INFO STEP 912 (remove_files) COMPLETE |
6673 | 2024-08-22T03:09:13.099Z | [ recovery-image] Aug 22 03:09:11.836 INFO O| Aug 22 03:09:11.836 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-08-22T03:09:13.109Z | [ recovery-image] Aug 22 03:09:11.846 INFO O| Aug 22 03:09:11.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6675 | 2024-08-22T03:09:13.109Z | [ recovery-image] Aug 22 03:09:11.846 INFO O| Aug 22 03:09:11.846 INFO STEP 913 (remove_files) COMPLETE |
6676 | 2024-08-22T03:09:13.111Z | [ recovery-image] Aug 22 03:09:11.846 INFO O| Aug 22 03:09:11.846 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-08-22T03:09:13.118Z | [ recovery-image] Aug 22 03:09:11.855 INFO O| Aug 22 03:09:11.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6678 | 2024-08-22T03:09:13.118Z | [ recovery-image] Aug 22 03:09:11.855 INFO O| Aug 22 03:09:11.855 INFO STEP 914 (remove_files) COMPLETE |
6679 | 2024-08-22T03:09:13.120Z | [ recovery-image] Aug 22 03:09:11.855 INFO O| Aug 22 03:09:11.855 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-08-22T03:09:13.127Z | [ recovery-image] Aug 22 03:09:11.864 INFO O| Aug 22 03:09:11.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6681 | 2024-08-22T03:09:13.127Z | [ recovery-image] Aug 22 03:09:11.864 INFO O| Aug 22 03:09:11.864 INFO STEP 915 (remove_files) COMPLETE |
6682 | 2024-08-22T03:09:13.130Z | [ recovery-image] Aug 22 03:09:11.864 INFO O| Aug 22 03:09:11.864 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-08-22T03:09:13.136Z | [ recovery-image] Aug 22 03:09:11.874 INFO O| Aug 22 03:09:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6684 | 2024-08-22T03:09:13.137Z | [ recovery-image] Aug 22 03:09:11.874 INFO O| Aug 22 03:09:11.874 INFO STEP 916 (remove_files) COMPLETE |
6685 | 2024-08-22T03:09:13.139Z | [ recovery-image] Aug 22 03:09:11.874 INFO O| Aug 22 03:09:11.874 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-08-22T03:09:13.146Z | [ recovery-image] Aug 22 03:09:11.883 INFO O| Aug 22 03:09:11.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6687 | 2024-08-22T03:09:13.146Z | [ recovery-image] Aug 22 03:09:11.883 INFO O| Aug 22 03:09:11.883 INFO STEP 917 (remove_files) COMPLETE |
6688 | 2024-08-22T03:09:13.146Z | [ recovery-image] Aug 22 03:09:11.883 INFO O| Aug 22 03:09:11.883 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-08-22T03:09:13.155Z | [ recovery-image] Aug 22 03:09:11.892 INFO O| Aug 22 03:09:11.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6690 | 2024-08-22T03:09:13.155Z | [ recovery-image] Aug 22 03:09:11.892 INFO O| Aug 22 03:09:11.892 INFO STEP 918 (remove_files) COMPLETE |
6691 | 2024-08-22T03:09:13.158Z | [ recovery-image] Aug 22 03:09:11.892 INFO O| Aug 22 03:09:11.892 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-08-22T03:09:13.164Z | [ recovery-image] Aug 22 03:09:11.902 INFO O| Aug 22 03:09:11.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6693 | 2024-08-22T03:09:13.164Z | [ recovery-image] Aug 22 03:09:11.902 INFO O| Aug 22 03:09:11.902 INFO STEP 919 (remove_files) COMPLETE |
6694 | 2024-08-22T03:09:13.167Z | [ recovery-image] Aug 22 03:09:11.902 INFO O| Aug 22 03:09:11.902 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-08-22T03:09:13.174Z | [ recovery-image] Aug 22 03:09:11.911 INFO O| Aug 22 03:09:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6696 | 2024-08-22T03:09:13.176Z | [ recovery-image] Aug 22 03:09:11.911 INFO O| Aug 22 03:09:11.911 INFO STEP 920 (remove_files) COMPLETE |
6697 | 2024-08-22T03:09:13.176Z | [ recovery-image] Aug 22 03:09:11.911 INFO O| Aug 22 03:09:11.911 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-08-22T03:09:13.183Z | [ recovery-image] Aug 22 03:09:11.920 INFO O| Aug 22 03:09:11.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6699 | 2024-08-22T03:09:13.183Z | [ recovery-image] Aug 22 03:09:11.920 INFO O| Aug 22 03:09:11.920 INFO STEP 921 (remove_files) COMPLETE |
6700 | 2024-08-22T03:09:13.186Z | [ recovery-image] Aug 22 03:09:11.920 INFO O| Aug 22 03:09:11.920 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-08-22T03:09:13.193Z | [ recovery-image] Aug 22 03:09:11.930 INFO O| Aug 22 03:09:11.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6702 | 2024-08-22T03:09:13.193Z | [ recovery-image] Aug 22 03:09:11.930 INFO O| Aug 22 03:09:11.930 INFO STEP 922 (remove_files) COMPLETE |
6703 | 2024-08-22T03:09:13.193Z | [ recovery-image] Aug 22 03:09:11.930 INFO O| Aug 22 03:09:11.930 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-08-22T03:09:13.202Z | [ recovery-image] Aug 22 03:09:11.939 INFO O| Aug 22 03:09:11.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6705 | 2024-08-22T03:09:13.202Z | [ recovery-image] Aug 22 03:09:11.939 INFO O| Aug 22 03:09:11.939 INFO STEP 923 (remove_files) COMPLETE |
6706 | 2024-08-22T03:09:13.204Z | [ recovery-image] Aug 22 03:09:11.939 INFO O| Aug 22 03:09:11.939 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-08-22T03:09:13.212Z | [ recovery-image] Aug 22 03:09:11.948 INFO O| Aug 22 03:09:11.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6708 | 2024-08-22T03:09:13.212Z | [ recovery-image] Aug 22 03:09:11.948 INFO O| Aug 22 03:09:11.948 INFO STEP 924 (remove_files) COMPLETE |
6709 | 2024-08-22T03:09:13.215Z | [ recovery-image] Aug 22 03:09:11.948 INFO O| Aug 22 03:09:11.948 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-08-22T03:09:13.221Z | [ recovery-image] Aug 22 03:09:11.958 INFO O| Aug 22 03:09:11.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6711 | 2024-08-22T03:09:13.221Z | [ recovery-image] Aug 22 03:09:11.958 INFO O| Aug 22 03:09:11.958 INFO STEP 925 (remove_files) COMPLETE |
6712 | 2024-08-22T03:09:13.221Z | [ recovery-image] Aug 22 03:09:11.958 INFO O| Aug 22 03:09:11.958 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-08-22T03:09:13.230Z | [ recovery-image] Aug 22 03:09:11.967 INFO O| Aug 22 03:09:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6714 | 2024-08-22T03:09:13.230Z | [ recovery-image] Aug 22 03:09:11.967 INFO O| Aug 22 03:09:11.967 INFO STEP 926 (remove_files) COMPLETE |
6715 | 2024-08-22T03:09:13.233Z | [ recovery-image] Aug 22 03:09:11.967 INFO O| Aug 22 03:09:11.967 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-08-22T03:09:13.239Z | [ recovery-image] Aug 22 03:09:11.976 INFO O| Aug 22 03:09:11.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6717 | 2024-08-22T03:09:13.242Z | [ recovery-image] Aug 22 03:09:11.976 INFO O| Aug 22 03:09:11.976 INFO STEP 927 (remove_files) COMPLETE |
6718 | 2024-08-22T03:09:13.242Z | [ recovery-image] Aug 22 03:09:11.977 INFO O| Aug 22 03:09:11.976 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2024-08-22T03:09:13.249Z | [ recovery-image] Aug 22 03:09:11.986 INFO O| Aug 22 03:09:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6720 | 2024-08-22T03:09:13.249Z | [ recovery-image] Aug 22 03:09:11.986 INFO O| Aug 22 03:09:11.986 INFO STEP 928 (remove_files) COMPLETE |
6721 | 2024-08-22T03:09:13.249Z | [ recovery-image] Aug 22 03:09:11.986 INFO O| Aug 22 03:09:11.986 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2024-08-22T03:09:13.258Z | [ recovery-image] Aug 22 03:09:11.995 INFO O| Aug 22 03:09:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6723 | 2024-08-22T03:09:13.261Z | [ recovery-image] Aug 22 03:09:11.995 INFO O| Aug 22 03:09:11.995 INFO STEP 929 (remove_files) COMPLETE |
6724 | 2024-08-22T03:09:13.261Z | [ recovery-image] Aug 22 03:09:11.995 INFO O| Aug 22 03:09:11.995 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2024-08-22T03:09:13.268Z | [ recovery-image] Aug 22 03:09:12.005 INFO O| Aug 22 03:09:12.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6726 | 2024-08-22T03:09:13.268Z | [ recovery-image] Aug 22 03:09:12.005 INFO O| Aug 22 03:09:12.005 INFO STEP 930 (remove_files) COMPLETE |
6727 | 2024-08-22T03:09:13.271Z | [ recovery-image] Aug 22 03:09:12.005 INFO O| Aug 22 03:09:12.005 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-08-22T03:09:13.278Z | [ recovery-image] Aug 22 03:09:12.015 INFO O| Aug 22 03:09:12.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6729 | 2024-08-22T03:09:13.281Z | [ recovery-image] Aug 22 03:09:12.015 INFO O| Aug 22 03:09:12.015 INFO STEP 931 (remove_files) COMPLETE |
6730 | 2024-08-22T03:09:13.281Z | [ recovery-image] Aug 22 03:09:12.015 INFO O| Aug 22 03:09:12.015 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-08-22T03:09:13.288Z | [ recovery-image] Aug 22 03:09:12.025 INFO O| Aug 22 03:09:12.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6732 | 2024-08-22T03:09:13.290Z | [ recovery-image] Aug 22 03:09:12.025 INFO O| Aug 22 03:09:12.025 INFO STEP 932 (remove_files) COMPLETE |
6733 | 2024-08-22T03:09:13.290Z | [ recovery-image] Aug 22 03:09:12.025 INFO O| Aug 22 03:09:12.025 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-08-22T03:09:13.297Z | [ recovery-image] Aug 22 03:09:12.034 INFO O| Aug 22 03:09:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6735 | 2024-08-22T03:09:13.301Z | [ recovery-image] Aug 22 03:09:12.034 INFO O| Aug 22 03:09:12.034 INFO STEP 933 (remove_files) COMPLETE |
6736 | 2024-08-22T03:09:13.301Z | [ recovery-image] Aug 22 03:09:12.035 INFO O| Aug 22 03:09:12.034 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-08-22T03:09:13.307Z | [ recovery-image] Aug 22 03:09:12.044 INFO O| Aug 22 03:09:12.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6738 | 2024-08-22T03:09:13.307Z | [ recovery-image] Aug 22 03:09:12.044 INFO O| Aug 22 03:09:12.044 INFO STEP 934 (remove_files) COMPLETE |
6739 | 2024-08-22T03:09:13.309Z | [ recovery-image] Aug 22 03:09:12.044 INFO O| Aug 22 03:09:12.044 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2024-08-22T03:09:13.316Z | [ recovery-image] Aug 22 03:09:12.053 INFO O| Aug 22 03:09:12.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6741 | 2024-08-22T03:09:13.316Z | [ recovery-image] Aug 22 03:09:12.053 INFO O| Aug 22 03:09:12.053 INFO STEP 935 (remove_files) COMPLETE |
6742 | 2024-08-22T03:09:13.319Z | [ recovery-image] Aug 22 03:09:12.053 INFO O| Aug 22 03:09:12.053 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2024-08-22T03:09:13.326Z | [ recovery-image] Aug 22 03:09:12.063 INFO O| Aug 22 03:09:12.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6744 | 2024-08-22T03:09:13.329Z | [ recovery-image] Aug 22 03:09:12.063 INFO O| Aug 22 03:09:12.063 INFO STEP 936 (remove_files) COMPLETE |
6745 | 2024-08-22T03:09:13.329Z | [ recovery-image] Aug 22 03:09:12.063 INFO O| Aug 22 03:09:12.063 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2024-08-22T03:09:13.336Z | [ recovery-image] Aug 22 03:09:12.073 INFO O| Aug 22 03:09:12.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6747 | 2024-08-22T03:09:13.339Z | [ recovery-image] Aug 22 03:09:12.074 INFO O| Aug 22 03:09:12.073 INFO STEP 937 (remove_files) COMPLETE |
6748 | 2024-08-22T03:09:13.339Z | [ recovery-image] Aug 22 03:09:12.074 INFO O| Aug 22 03:09:12.074 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2024-08-22T03:09:13.347Z | [ recovery-image] Aug 22 03:09:12.084 INFO O| Aug 22 03:09:12.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6750 | 2024-08-22T03:09:13.350Z | [ recovery-image] Aug 22 03:09:12.084 INFO O| Aug 22 03:09:12.084 INFO STEP 938 (remove_files) COMPLETE |
6751 | 2024-08-22T03:09:13.350Z | [ recovery-image] Aug 22 03:09:12.084 INFO O| Aug 22 03:09:12.084 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2024-08-22T03:09:13.357Z | [ recovery-image] Aug 22 03:09:12.094 INFO O| Aug 22 03:09:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6753 | 2024-08-22T03:09:13.357Z | [ recovery-image] Aug 22 03:09:12.094 INFO O| Aug 22 03:09:12.094 INFO STEP 939 (remove_files) COMPLETE |
6754 | 2024-08-22T03:09:13.359Z | [ recovery-image] Aug 22 03:09:12.094 INFO O| Aug 22 03:09:12.094 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2024-08-22T03:09:13.366Z | [ recovery-image] Aug 22 03:09:12.103 INFO O| Aug 22 03:09:12.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6756 | 2024-08-22T03:09:13.366Z | [ recovery-image] Aug 22 03:09:12.103 INFO O| Aug 22 03:09:12.103 INFO STEP 940 (remove_files) COMPLETE |
6757 | 2024-08-22T03:09:13.366Z | [ recovery-image] Aug 22 03:09:12.103 INFO O| Aug 22 03:09:12.103 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2024-08-22T03:09:13.375Z | [ recovery-image] Aug 22 03:09:12.112 INFO O| Aug 22 03:09:12.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6759 | 2024-08-22T03:09:13.375Z | [ recovery-image] Aug 22 03:09:12.113 INFO O| Aug 22 03:09:12.113 INFO STEP 941 (remove_files) COMPLETE |
6760 | 2024-08-22T03:09:13.378Z | [ recovery-image] Aug 22 03:09:12.113 INFO O| Aug 22 03:09:12.113 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2024-08-22T03:09:13.388Z | [ recovery-image] Aug 22 03:09:12.125 INFO O| Aug 22 03:09:12.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6762 | 2024-08-22T03:09:13.391Z | [ recovery-image] Aug 22 03:09:12.126 INFO O| Aug 22 03:09:12.125 INFO STEP 942 (remove_files) COMPLETE |
6763 | 2024-08-22T03:09:13.391Z | [ recovery-image] Aug 22 03:09:12.126 INFO O| Aug 22 03:09:12.126 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2024-08-22T03:09:13.402Z | [ recovery-image] Aug 22 03:09:12.139 INFO O| Aug 22 03:09:12.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6765 | 2024-08-22T03:09:13.404Z | [ recovery-image] Aug 22 03:09:12.139 INFO O| Aug 22 03:09:12.139 INFO STEP 943 (remove_files) COMPLETE |
6766 | 2024-08-22T03:09:13.404Z | [ recovery-image] Aug 22 03:09:12.139 INFO O| Aug 22 03:09:12.139 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2024-08-22T03:09:13.414Z | [ recovery-image] Aug 22 03:09:12.151 INFO O| Aug 22 03:09:12.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6768 | 2024-08-22T03:09:13.414Z | [ recovery-image] Aug 22 03:09:12.151 INFO O| Aug 22 03:09:12.151 INFO STEP 944 (remove_files) COMPLETE |
6769 | 2024-08-22T03:09:13.416Z | [ recovery-image] Aug 22 03:09:12.151 INFO O| Aug 22 03:09:12.151 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2024-08-22T03:09:13.426Z | [ recovery-image] Aug 22 03:09:12.163 INFO O| Aug 22 03:09:12.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6771 | 2024-08-22T03:09:13.429Z | [ recovery-image] Aug 22 03:09:12.163 INFO O| Aug 22 03:09:12.163 INFO STEP 945 (remove_files) COMPLETE |
6772 | 2024-08-22T03:09:13.429Z | [ recovery-image] Aug 22 03:09:12.163 INFO O| Aug 22 03:09:12.163 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2024-08-22T03:09:13.437Z | [ recovery-image] Aug 22 03:09:12.174 INFO O| Aug 22 03:09:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6774 | 2024-08-22T03:09:13.439Z | [ recovery-image] Aug 22 03:09:12.174 INFO O| Aug 22 03:09:12.174 INFO STEP 946 (remove_files) COMPLETE |
6775 | 2024-08-22T03:09:13.439Z | [ recovery-image] Aug 22 03:09:12.174 INFO O| Aug 22 03:09:12.174 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2024-08-22T03:09:13.448Z | [ recovery-image] Aug 22 03:09:12.185 INFO O| Aug 22 03:09:12.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6777 | 2024-08-22T03:09:13.448Z | [ recovery-image] Aug 22 03:09:12.185 INFO O| Aug 22 03:09:12.185 INFO STEP 947 (remove_files) COMPLETE |
6778 | 2024-08-22T03:09:13.450Z | [ recovery-image] Aug 22 03:09:12.185 INFO O| Aug 22 03:09:12.185 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2024-08-22T03:09:13.461Z | [ recovery-image] Aug 22 03:09:12.198 INFO O| Aug 22 03:09:12.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6780 | 2024-08-22T03:09:13.461Z | [ recovery-image] Aug 22 03:09:12.198 INFO O| Aug 22 03:09:12.198 INFO STEP 948 (remove_files) COMPLETE |
6781 | 2024-08-22T03:09:13.463Z | [ recovery-image] Aug 22 03:09:12.198 INFO O| Aug 22 03:09:12.198 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2024-08-22T03:09:13.471Z | [ recovery-image] Aug 22 03:09:12.208 INFO O| Aug 22 03:09:12.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6783 | 2024-08-22T03:09:13.474Z | [ recovery-image] Aug 22 03:09:12.208 INFO O| Aug 22 03:09:12.208 INFO STEP 949 (remove_files) COMPLETE |
6784 | 2024-08-22T03:09:13.474Z | [ recovery-image] Aug 22 03:09:12.208 INFO O| Aug 22 03:09:12.208 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2024-08-22T03:09:13.485Z | [ recovery-image] Aug 22 03:09:12.222 INFO O| Aug 22 03:09:12.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6786 | 2024-08-22T03:09:13.485Z | [ recovery-image] Aug 22 03:09:12.222 INFO O| Aug 22 03:09:12.222 INFO STEP 950 (remove_files) COMPLETE |
6787 | 2024-08-22T03:09:13.487Z | [ recovery-image] Aug 22 03:09:12.222 INFO O| Aug 22 03:09:12.222 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2024-08-22T03:09:13.495Z | [ recovery-image] Aug 22 03:09:12.232 INFO O| Aug 22 03:09:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6789 | 2024-08-22T03:09:13.497Z | [ recovery-image] Aug 22 03:09:12.232 INFO O| Aug 22 03:09:12.232 INFO STEP 951 (remove_files) COMPLETE |
6790 | 2024-08-22T03:09:13.497Z | [ recovery-image] Aug 22 03:09:12.232 INFO O| Aug 22 03:09:12.232 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2024-08-22T03:09:13.507Z | [ recovery-image] Aug 22 03:09:12.244 INFO O| Aug 22 03:09:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6792 | 2024-08-22T03:09:13.510Z | [ recovery-image] Aug 22 03:09:12.245 INFO O| Aug 22 03:09:12.244 INFO STEP 952 (remove_files) COMPLETE |
6793 | 2024-08-22T03:09:13.510Z | [ recovery-image] Aug 22 03:09:12.245 INFO O| Aug 22 03:09:12.245 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2024-08-22T03:09:13.520Z | [ recovery-image] Aug 22 03:09:12.257 INFO O| Aug 22 03:09:12.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6795 | 2024-08-22T03:09:13.520Z | [ recovery-image] Aug 22 03:09:12.257 INFO O| Aug 22 03:09:12.257 INFO STEP 953 (remove_files) COMPLETE |
6796 | 2024-08-22T03:09:13.523Z | [ recovery-image] Aug 22 03:09:12.257 INFO O| Aug 22 03:09:12.257 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2024-08-22T03:09:13.532Z | [ recovery-image] Aug 22 03:09:12.269 INFO O| Aug 22 03:09:12.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6798 | 2024-08-22T03:09:13.532Z | [ recovery-image] Aug 22 03:09:12.269 INFO O| Aug 22 03:09:12.269 INFO STEP 954 (remove_files) COMPLETE |
6799 | 2024-08-22T03:09:13.535Z | [ recovery-image] Aug 22 03:09:12.269 INFO O| Aug 22 03:09:12.269 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2024-08-22T03:09:13.542Z | [ recovery-image] Aug 22 03:09:12.279 INFO O| Aug 22 03:09:12.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6801 | 2024-08-22T03:09:13.545Z | [ recovery-image] Aug 22 03:09:12.279 INFO O| Aug 22 03:09:12.279 INFO STEP 955 (remove_files) COMPLETE |
6802 | 2024-08-22T03:09:13.545Z | [ recovery-image] Aug 22 03:09:12.279 INFO O| Aug 22 03:09:12.279 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-08-22T03:09:13.551Z | [ recovery-image] Aug 22 03:09:12.288 INFO O| Aug 22 03:09:12.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6804 | 2024-08-22T03:09:13.554Z | [ recovery-image] Aug 22 03:09:12.288 INFO O| Aug 22 03:09:12.288 INFO STEP 956 (remove_files) COMPLETE |
6805 | 2024-08-22T03:09:13.554Z | [ recovery-image] Aug 22 03:09:12.288 INFO O| Aug 22 03:09:12.288 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-08-22T03:09:13.560Z | [ recovery-image] Aug 22 03:09:12.298 INFO O| Aug 22 03:09:12.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6807 | 2024-08-22T03:09:13.560Z | [ recovery-image] Aug 22 03:09:12.298 INFO O| Aug 22 03:09:12.298 INFO STEP 957 (remove_files) COMPLETE |
6808 | 2024-08-22T03:09:13.563Z | [ recovery-image] Aug 22 03:09:12.298 INFO O| Aug 22 03:09:12.298 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-08-22T03:09:13.570Z | [ recovery-image] Aug 22 03:09:12.307 INFO O| Aug 22 03:09:12.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6810 | 2024-08-22T03:09:13.570Z | [ recovery-image] Aug 22 03:09:12.307 INFO O| Aug 22 03:09:12.307 INFO STEP 958 (remove_files) COMPLETE |
6811 | 2024-08-22T03:09:13.570Z | [ recovery-image] Aug 22 03:09:12.307 INFO O| Aug 22 03:09:12.307 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-08-22T03:09:13.579Z | [ recovery-image] Aug 22 03:09:12.316 INFO O| Aug 22 03:09:12.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6813 | 2024-08-22T03:09:13.581Z | [ recovery-image] Aug 22 03:09:12.316 INFO O| Aug 22 03:09:12.316 INFO STEP 959 (remove_files) COMPLETE |
6814 | 2024-08-22T03:09:13.582Z | [ recovery-image] Aug 22 03:09:12.316 INFO O| Aug 22 03:09:12.316 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-08-22T03:09:13.589Z | [ recovery-image] Aug 22 03:09:12.326 INFO O| Aug 22 03:09:12.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6816 | 2024-08-22T03:09:13.589Z | [ recovery-image] Aug 22 03:09:12.326 INFO O| Aug 22 03:09:12.326 INFO STEP 960 (remove_files) COMPLETE |
6817 | 2024-08-22T03:09:13.589Z | [ recovery-image] Aug 22 03:09:12.326 INFO O| Aug 22 03:09:12.326 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-08-22T03:09:13.598Z | [ recovery-image] Aug 22 03:09:12.335 INFO O| Aug 22 03:09:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6819 | 2024-08-22T03:09:13.598Z | [ recovery-image] Aug 22 03:09:12.335 INFO O| Aug 22 03:09:12.335 INFO STEP 961 (remove_files) COMPLETE |
6820 | 2024-08-22T03:09:13.600Z | [ recovery-image] Aug 22 03:09:12.335 INFO O| Aug 22 03:09:12.335 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-08-22T03:09:13.607Z | [ recovery-image] Aug 22 03:09:12.345 INFO O| Aug 22 03:09:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6822 | 2024-08-22T03:09:13.607Z | [ recovery-image] Aug 22 03:09:12.345 INFO O| Aug 22 03:09:12.345 INFO STEP 962 (remove_files) COMPLETE |
6823 | 2024-08-22T03:09:13.610Z | [ recovery-image] Aug 22 03:09:12.345 INFO O| Aug 22 03:09:12.345 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-08-22T03:09:13.617Z | [ recovery-image] Aug 22 03:09:12.354 INFO O| Aug 22 03:09:12.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6825 | 2024-08-22T03:09:13.617Z | [ recovery-image] Aug 22 03:09:12.354 INFO O| Aug 22 03:09:12.354 INFO STEP 963 (remove_files) COMPLETE |
6826 | 2024-08-22T03:09:13.617Z | [ recovery-image] Aug 22 03:09:12.354 INFO O| Aug 22 03:09:12.354 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-08-22T03:09:13.626Z | [ recovery-image] Aug 22 03:09:12.363 INFO O| Aug 22 03:09:12.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6828 | 2024-08-22T03:09:13.629Z | [ recovery-image] Aug 22 03:09:12.364 INFO O| Aug 22 03:09:12.364 INFO STEP 964 (remove_files) COMPLETE |
6829 | 2024-08-22T03:09:13.629Z | [ recovery-image] Aug 22 03:09:12.364 INFO O| Aug 22 03:09:12.364 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-08-22T03:09:13.636Z | [ recovery-image] Aug 22 03:09:12.373 INFO O| Aug 22 03:09:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6831 | 2024-08-22T03:09:13.638Z | [ recovery-image] Aug 22 03:09:12.373 INFO O| Aug 22 03:09:12.373 INFO STEP 965 (remove_files) COMPLETE |
6832 | 2024-08-22T03:09:13.638Z | [ recovery-image] Aug 22 03:09:12.373 INFO O| Aug 22 03:09:12.373 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-08-22T03:09:13.645Z | [ recovery-image] Aug 22 03:09:12.382 INFO O| Aug 22 03:09:12.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6834 | 2024-08-22T03:09:13.645Z | [ recovery-image] Aug 22 03:09:12.382 INFO O| Aug 22 03:09:12.382 INFO STEP 966 (remove_files) COMPLETE |
6835 | 2024-08-22T03:09:13.648Z | [ recovery-image] Aug 22 03:09:12.382 INFO O| Aug 22 03:09:12.382 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-08-22T03:09:13.655Z | [ recovery-image] Aug 22 03:09:12.392 INFO O| Aug 22 03:09:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6837 | 2024-08-22T03:09:13.655Z | [ recovery-image] Aug 22 03:09:12.392 INFO O| Aug 22 03:09:12.392 INFO STEP 967 (remove_files) COMPLETE |
6838 | 2024-08-22T03:09:13.662Z | [ recovery-image] Aug 22 03:09:12.392 INFO O| Aug 22 03:09:12.392 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-08-22T03:09:13.666Z | [ recovery-image] Aug 22 03:09:12.401 INFO O| Aug 22 03:09:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6840 | 2024-08-22T03:09:13.666Z | [ recovery-image] Aug 22 03:09:12.401 INFO O| Aug 22 03:09:12.401 INFO STEP 968 (remove_files) COMPLETE |
6841 | 2024-08-22T03:09:13.666Z | [ recovery-image] Aug 22 03:09:12.401 INFO O| Aug 22 03:09:12.401 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-08-22T03:09:13.674Z | [ recovery-image] Aug 22 03:09:12.411 INFO O| Aug 22 03:09:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6843 | 2024-08-22T03:09:13.676Z | [ recovery-image] Aug 22 03:09:12.411 INFO O| Aug 22 03:09:12.411 INFO STEP 969 (remove_files) COMPLETE |
6844 | 2024-08-22T03:09:13.676Z | [ recovery-image] Aug 22 03:09:12.411 INFO O| Aug 22 03:09:12.411 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-08-22T03:09:13.683Z | [ recovery-image] Aug 22 03:09:12.420 INFO O| Aug 22 03:09:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6846 | 2024-08-22T03:09:13.683Z | [ recovery-image] Aug 22 03:09:12.420 INFO O| Aug 22 03:09:12.420 INFO STEP 970 (remove_files) COMPLETE |
6847 | 2024-08-22T03:09:13.685Z | [ recovery-image] Aug 22 03:09:12.420 INFO O| Aug 22 03:09:12.420 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-08-22T03:09:13.693Z | [ recovery-image] Aug 22 03:09:12.430 INFO O| Aug 22 03:09:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6849 | 2024-08-22T03:09:13.695Z | [ recovery-image] Aug 22 03:09:12.430 INFO O| Aug 22 03:09:12.430 INFO STEP 971 (remove_files) COMPLETE |
6850 | 2024-08-22T03:09:13.695Z | [ recovery-image] Aug 22 03:09:12.430 INFO O| Aug 22 03:09:12.430 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-08-22T03:09:13.702Z | [ recovery-image] Aug 22 03:09:12.439 INFO O| Aug 22 03:09:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6852 | 2024-08-22T03:09:13.704Z | [ recovery-image] Aug 22 03:09:12.439 INFO O| Aug 22 03:09:12.439 INFO STEP 972 (remove_files) COMPLETE |
6853 | 2024-08-22T03:09:13.704Z | [ recovery-image] Aug 22 03:09:12.439 INFO O| Aug 22 03:09:12.439 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-08-22T03:09:13.712Z | [ recovery-image] Aug 22 03:09:12.449 INFO O| Aug 22 03:09:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6855 | 2024-08-22T03:09:13.714Z | [ recovery-image] Aug 22 03:09:12.449 INFO O| Aug 22 03:09:12.449 INFO STEP 973 (remove_files) COMPLETE |
6856 | 2024-08-22T03:09:13.714Z | [ recovery-image] Aug 22 03:09:12.449 INFO O| Aug 22 03:09:12.449 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-08-22T03:09:13.721Z | [ recovery-image] Aug 22 03:09:12.458 INFO O| Aug 22 03:09:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6858 | 2024-08-22T03:09:13.724Z | [ recovery-image] Aug 22 03:09:12.458 INFO O| Aug 22 03:09:12.458 INFO STEP 974 (remove_files) COMPLETE |
6859 | 2024-08-22T03:09:13.724Z | [ recovery-image] Aug 22 03:09:12.458 INFO O| Aug 22 03:09:12.458 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-08-22T03:09:13.731Z | [ recovery-image] Aug 22 03:09:12.468 INFO O| Aug 22 03:09:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6861 | 2024-08-22T03:09:13.734Z | [ recovery-image] Aug 22 03:09:12.468 INFO O| Aug 22 03:09:12.468 INFO STEP 975 (remove_files) COMPLETE |
6862 | 2024-08-22T03:09:13.734Z | [ recovery-image] Aug 22 03:09:12.468 INFO O| Aug 22 03:09:12.468 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-08-22T03:09:13.743Z | [ recovery-image] Aug 22 03:09:12.480 INFO O| Aug 22 03:09:12.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6864 | 2024-08-22T03:09:13.745Z | [ recovery-image] Aug 22 03:09:12.480 INFO O| Aug 22 03:09:12.480 INFO STEP 976 (remove_files) COMPLETE |
6865 | 2024-08-22T03:09:13.745Z | [ recovery-image] Aug 22 03:09:12.480 INFO O| Aug 22 03:09:12.480 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-08-22T03:09:13.754Z | [ recovery-image] Aug 22 03:09:12.491 INFO O| Aug 22 03:09:12.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6867 | 2024-08-22T03:09:13.756Z | [ recovery-image] Aug 22 03:09:12.491 INFO O| Aug 22 03:09:12.491 INFO STEP 977 (remove_files) COMPLETE |
6868 | 2024-08-22T03:09:13.756Z | [ recovery-image] Aug 22 03:09:12.491 INFO O| Aug 22 03:09:12.491 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-08-22T03:09:13.763Z | [ recovery-image] Aug 22 03:09:12.500 INFO O| Aug 22 03:09:12.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6870 | 2024-08-22T03:09:13.766Z | [ recovery-image] Aug 22 03:09:12.500 INFO O| Aug 22 03:09:12.500 INFO STEP 978 (remove_files) COMPLETE |
6871 | 2024-08-22T03:09:13.766Z | [ recovery-image] Aug 22 03:09:12.500 INFO O| Aug 22 03:09:12.500 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-08-22T03:09:13.773Z | [ recovery-image] Aug 22 03:09:12.510 INFO O| Aug 22 03:09:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6873 | 2024-08-22T03:09:13.775Z | [ recovery-image] Aug 22 03:09:12.510 INFO O| Aug 22 03:09:12.510 INFO STEP 979 (remove_files) COMPLETE |
6874 | 2024-08-22T03:09:13.775Z | [ recovery-image] Aug 22 03:09:12.510 INFO O| Aug 22 03:09:12.510 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-08-22T03:09:13.782Z | [ recovery-image] Aug 22 03:09:12.519 INFO O| Aug 22 03:09:12.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6876 | 2024-08-22T03:09:13.782Z | [ recovery-image] Aug 22 03:09:12.519 INFO O| Aug 22 03:09:12.519 INFO STEP 980 (remove_files) COMPLETE |
6877 | 2024-08-22T03:09:13.784Z | [ recovery-image] Aug 22 03:09:12.519 INFO O| Aug 22 03:09:12.519 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-08-22T03:09:13.792Z | [ recovery-image] Aug 22 03:09:12.529 INFO O| Aug 22 03:09:12.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6879 | 2024-08-22T03:09:13.794Z | [ recovery-image] Aug 22 03:09:12.529 INFO O| Aug 22 03:09:12.529 INFO STEP 981 (remove_files) COMPLETE |
6880 | 2024-08-22T03:09:13.794Z | [ recovery-image] Aug 22 03:09:12.529 INFO O| Aug 22 03:09:12.529 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-08-22T03:09:13.801Z | [ recovery-image] Aug 22 03:09:12.538 INFO O| Aug 22 03:09:12.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6882 | 2024-08-22T03:09:13.803Z | [ recovery-image] Aug 22 03:09:12.538 INFO O| Aug 22 03:09:12.538 INFO STEP 982 (remove_files) COMPLETE |
6883 | 2024-08-22T03:09:13.803Z | [ recovery-image] Aug 22 03:09:12.538 INFO O| Aug 22 03:09:12.538 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-08-22T03:09:13.816Z | [ recovery-image] Aug 22 03:09:12.553 INFO O| Aug 22 03:09:12.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6885 | 2024-08-22T03:09:13.818Z | [ recovery-image] Aug 22 03:09:12.553 INFO O| Aug 22 03:09:12.553 INFO STEP 983 (remove_files) COMPLETE |
6886 | 2024-08-22T03:09:13.818Z | [ recovery-image] Aug 22 03:09:12.553 INFO O| Aug 22 03:09:12.553 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-08-22T03:09:13.828Z | [ recovery-image] Aug 22 03:09:12.564 INFO O| Aug 22 03:09:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6888 | 2024-08-22T03:09:13.828Z | [ recovery-image] Aug 22 03:09:12.565 INFO O| Aug 22 03:09:12.564 INFO STEP 984 (remove_files) COMPLETE |
6889 | 2024-08-22T03:09:13.830Z | [ recovery-image] Aug 22 03:09:12.565 INFO O| Aug 22 03:09:12.565 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-08-22T03:09:13.839Z | [ recovery-image] Aug 22 03:09:12.576 INFO O| Aug 22 03:09:12.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6891 | 2024-08-22T03:09:13.841Z | [ recovery-image] Aug 22 03:09:12.576 INFO O| Aug 22 03:09:12.576 INFO STEP 985 (remove_files) COMPLETE |
6892 | 2024-08-22T03:09:13.841Z | [ recovery-image] Aug 22 03:09:12.576 INFO O| Aug 22 03:09:12.576 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-08-22T03:09:13.848Z | [ recovery-image] Aug 22 03:09:12.585 INFO O| Aug 22 03:09:12.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6894 | 2024-08-22T03:09:13.849Z | [ recovery-image] Aug 22 03:09:12.586 INFO O| Aug 22 03:09:12.586 INFO STEP 986 (remove_files) COMPLETE |
6895 | 2024-08-22T03:09:13.851Z | [ recovery-image] Aug 22 03:09:12.586 INFO O| Aug 22 03:09:12.586 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-08-22T03:09:13.859Z | [ recovery-image] Aug 22 03:09:12.596 INFO O| Aug 22 03:09:12.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6897 | 2024-08-22T03:09:13.859Z | [ recovery-image] Aug 22 03:09:12.596 INFO O| Aug 22 03:09:12.596 INFO STEP 987 (remove_files) COMPLETE |
6898 | 2024-08-22T03:09:13.862Z | [ recovery-image] Aug 22 03:09:12.596 INFO O| Aug 22 03:09:12.596 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-08-22T03:09:13.869Z | [ recovery-image] Aug 22 03:09:12.606 INFO O| Aug 22 03:09:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6900 | 2024-08-22T03:09:13.869Z | [ recovery-image] Aug 22 03:09:12.606 INFO O| Aug 22 03:09:12.606 INFO STEP 988 (remove_files) COMPLETE |
6901 | 2024-08-22T03:09:13.869Z | [ recovery-image] Aug 22 03:09:12.606 INFO O| Aug 22 03:09:12.606 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-08-22T03:09:13.879Z | [ recovery-image] Aug 22 03:09:12.616 INFO O| Aug 22 03:09:12.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6903 | 2024-08-22T03:09:13.879Z | [ recovery-image] Aug 22 03:09:12.616 INFO O| Aug 22 03:09:12.616 INFO STEP 989 (remove_files) COMPLETE |
6904 | 2024-08-22T03:09:13.882Z | [ recovery-image] Aug 22 03:09:12.616 INFO O| Aug 22 03:09:12.616 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-08-22T03:09:13.889Z | [ recovery-image] Aug 22 03:09:12.626 INFO O| Aug 22 03:09:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6906 | 2024-08-22T03:09:13.889Z | [ recovery-image] Aug 22 03:09:12.626 INFO O| Aug 22 03:09:12.626 INFO STEP 990 (remove_files) COMPLETE |
6907 | 2024-08-22T03:09:13.891Z | [ recovery-image] Aug 22 03:09:12.626 INFO O| Aug 22 03:09:12.626 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-08-22T03:09:13.900Z | [ recovery-image] Aug 22 03:09:12.637 INFO O| Aug 22 03:09:12.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6909 | 2024-08-22T03:09:13.900Z | [ recovery-image] Aug 22 03:09:12.637 INFO O| Aug 22 03:09:12.637 INFO STEP 991 (remove_files) COMPLETE |
6910 | 2024-08-22T03:09:13.900Z | [ recovery-image] Aug 22 03:09:12.637 INFO O| Aug 22 03:09:12.637 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-08-22T03:09:13.911Z | [ recovery-image] Aug 22 03:09:12.647 INFO O| Aug 22 03:09:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6912 | 2024-08-22T03:09:13.913Z | [ recovery-image] Aug 22 03:09:12.648 INFO O| Aug 22 03:09:12.648 INFO STEP 992 (remove_files) COMPLETE |
6913 | 2024-08-22T03:09:13.913Z | [ recovery-image] Aug 22 03:09:12.648 INFO O| Aug 22 03:09:12.648 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-08-22T03:09:13.921Z | [ recovery-image] Aug 22 03:09:12.658 INFO O| Aug 22 03:09:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6915 | 2024-08-22T03:09:13.921Z | [ recovery-image] Aug 22 03:09:12.658 INFO O| Aug 22 03:09:12.658 INFO STEP 993 (remove_files) COMPLETE |
6916 | 2024-08-22T03:09:13.921Z | [ recovery-image] Aug 22 03:09:12.658 INFO O| Aug 22 03:09:12.658 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-08-22T03:09:13.931Z | [ recovery-image] Aug 22 03:09:12.668 INFO O| Aug 22 03:09:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6918 | 2024-08-22T03:09:13.931Z | [ recovery-image] Aug 22 03:09:12.668 INFO O| Aug 22 03:09:12.668 INFO STEP 994 (remove_files) COMPLETE |
6919 | 2024-08-22T03:09:13.934Z | [ recovery-image] Aug 22 03:09:12.668 INFO O| Aug 22 03:09:12.668 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-08-22T03:09:13.941Z | [ recovery-image] Aug 22 03:09:12.678 INFO O| Aug 22 03:09:12.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6921 | 2024-08-22T03:09:13.941Z | [ recovery-image] Aug 22 03:09:12.678 INFO O| Aug 22 03:09:12.678 INFO STEP 995 (remove_files) COMPLETE |
6922 | 2024-08-22T03:09:13.943Z | [ recovery-image] Aug 22 03:09:12.678 INFO O| Aug 22 03:09:12.678 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-08-22T03:09:13.950Z | [ recovery-image] Aug 22 03:09:12.687 INFO O| Aug 22 03:09:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6924 | 2024-08-22T03:09:13.950Z | [ recovery-image] Aug 22 03:09:12.688 INFO O| Aug 22 03:09:12.687 INFO STEP 996 (remove_files) COMPLETE |
6925 | 2024-08-22T03:09:13.953Z | [ recovery-image] Aug 22 03:09:12.688 INFO O| Aug 22 03:09:12.687 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-08-22T03:09:13.960Z | [ recovery-image] Aug 22 03:09:12.697 INFO O| Aug 22 03:09:12.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6927 | 2024-08-22T03:09:13.960Z | [ recovery-image] Aug 22 03:09:12.697 INFO O| Aug 22 03:09:12.697 INFO STEP 997 (remove_files) COMPLETE |
6928 | 2024-08-22T03:09:13.962Z | [ recovery-image] Aug 22 03:09:12.697 INFO O| Aug 22 03:09:12.697 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-08-22T03:09:13.970Z | [ recovery-image] Aug 22 03:09:12.707 INFO O| Aug 22 03:09:12.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6930 | 2024-08-22T03:09:13.970Z | [ recovery-image] Aug 22 03:09:12.707 INFO O| Aug 22 03:09:12.707 INFO STEP 998 (remove_files) COMPLETE |
6931 | 2024-08-22T03:09:13.972Z | [ recovery-image] Aug 22 03:09:12.707 INFO O| Aug 22 03:09:12.707 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-08-22T03:09:13.979Z | [ recovery-image] Aug 22 03:09:12.716 INFO O| Aug 22 03:09:12.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6933 | 2024-08-22T03:09:13.979Z | [ recovery-image] Aug 22 03:09:12.716 INFO O| Aug 22 03:09:12.716 INFO STEP 999 (remove_files) COMPLETE |
6934 | 2024-08-22T03:09:13.982Z | [ recovery-image] Aug 22 03:09:12.716 INFO O| Aug 22 03:09:12.716 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-08-22T03:09:13.989Z | [ recovery-image] Aug 22 03:09:12.726 INFO O| Aug 22 03:09:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6936 | 2024-08-22T03:09:13.991Z | [ recovery-image] Aug 22 03:09:12.726 INFO O| Aug 22 03:09:12.726 INFO STEP 1000 (remove_files) COMPLETE |
6937 | 2024-08-22T03:09:13.991Z | [ recovery-image] Aug 22 03:09:12.726 INFO O| Aug 22 03:09:12.726 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-08-22T03:09:13.998Z | [ recovery-image] Aug 22 03:09:12.735 INFO O| Aug 22 03:09:12.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6939 | 2024-08-22T03:09:13.998Z | [ recovery-image] Aug 22 03:09:12.735 INFO O| Aug 22 03:09:12.735 INFO STEP 1001 (remove_files) COMPLETE |
6940 | 2024-08-22T03:09:13.998Z | [ recovery-image] Aug 22 03:09:12.735 INFO O| Aug 22 03:09:12.735 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-08-22T03:09:14.008Z | [ recovery-image] Aug 22 03:09:12.745 INFO O| Aug 22 03:09:12.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6942 | 2024-08-22T03:09:14.008Z | [ recovery-image] Aug 22 03:09:12.745 INFO O| Aug 22 03:09:12.745 INFO STEP 1002 (remove_files) COMPLETE |
6943 | 2024-08-22T03:09:14.008Z | [ recovery-image] Aug 22 03:09:12.745 INFO O| Aug 22 03:09:12.745 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-08-22T03:09:14.017Z | [ recovery-image] Aug 22 03:09:12.754 INFO O| Aug 22 03:09:12.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6945 | 2024-08-22T03:09:14.017Z | [ recovery-image] Aug 22 03:09:12.754 INFO O| Aug 22 03:09:12.754 INFO STEP 1003 (remove_files) COMPLETE |
6946 | 2024-08-22T03:09:14.020Z | [ recovery-image] Aug 22 03:09:12.754 INFO O| Aug 22 03:09:12.754 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-08-22T03:09:14.028Z | [ recovery-image] Aug 22 03:09:12.764 INFO O| Aug 22 03:09:12.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6948 | 2024-08-22T03:09:14.028Z | [ recovery-image] Aug 22 03:09:12.764 INFO O| Aug 22 03:09:12.764 INFO STEP 1004 (remove_files) COMPLETE |
6949 | 2024-08-22T03:09:14.031Z | [ recovery-image] Aug 22 03:09:12.764 INFO O| Aug 22 03:09:12.764 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-08-22T03:09:14.036Z | [ recovery-image] Aug 22 03:09:12.773 INFO O| Aug 22 03:09:12.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6951 | 2024-08-22T03:09:14.036Z | [ recovery-image] Aug 22 03:09:12.773 INFO O| Aug 22 03:09:12.773 INFO STEP 1005 (remove_files) COMPLETE |
6952 | 2024-08-22T03:09:14.038Z | [ recovery-image] Aug 22 03:09:12.773 INFO O| Aug 22 03:09:12.773 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-08-22T03:09:14.045Z | [ recovery-image] Aug 22 03:09:12.782 INFO O| Aug 22 03:09:12.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6954 | 2024-08-22T03:09:14.048Z | [ recovery-image] Aug 22 03:09:12.782 INFO O| Aug 22 03:09:12.782 INFO STEP 1006 (remove_files) COMPLETE |
6955 | 2024-08-22T03:09:14.048Z | [ recovery-image] Aug 22 03:09:12.782 INFO O| Aug 22 03:09:12.782 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-08-22T03:09:14.055Z | [ recovery-image] Aug 22 03:09:12.792 INFO O| Aug 22 03:09:12.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6957 | 2024-08-22T03:09:14.055Z | [ recovery-image] Aug 22 03:09:12.792 INFO O| Aug 22 03:09:12.792 INFO STEP 1007 (remove_files) COMPLETE |
6958 | 2024-08-22T03:09:14.057Z | [ recovery-image] Aug 22 03:09:12.792 INFO O| Aug 22 03:09:12.792 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-08-22T03:09:14.064Z | [ recovery-image] Aug 22 03:09:12.801 INFO O| Aug 22 03:09:12.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6960 | 2024-08-22T03:09:14.064Z | [ recovery-image] Aug 22 03:09:12.801 INFO O| Aug 22 03:09:12.801 INFO STEP 1008 (remove_files) COMPLETE |
6961 | 2024-08-22T03:09:14.067Z | [ recovery-image] Aug 22 03:09:12.801 INFO O| Aug 22 03:09:12.801 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-08-22T03:09:14.074Z | [ recovery-image] Aug 22 03:09:12.811 INFO O| Aug 22 03:09:12.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6963 | 2024-08-22T03:09:14.074Z | [ recovery-image] Aug 22 03:09:12.811 INFO O| Aug 22 03:09:12.811 INFO STEP 1009 (remove_files) COMPLETE |
6964 | 2024-08-22T03:09:14.077Z | [ recovery-image] Aug 22 03:09:12.811 INFO O| Aug 22 03:09:12.811 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-08-22T03:09:14.083Z | [ recovery-image] Aug 22 03:09:12.820 INFO O| Aug 22 03:09:12.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6966 | 2024-08-22T03:09:14.083Z | [ recovery-image] Aug 22 03:09:12.820 INFO O| Aug 22 03:09:12.820 INFO STEP 1010 (remove_files) COMPLETE |
6967 | 2024-08-22T03:09:14.086Z | [ recovery-image] Aug 22 03:09:12.820 INFO O| Aug 22 03:09:12.820 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-08-22T03:09:14.093Z | [ recovery-image] Aug 22 03:09:12.830 INFO O| Aug 22 03:09:12.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6969 | 2024-08-22T03:09:14.093Z | [ recovery-image] Aug 22 03:09:12.830 INFO O| Aug 22 03:09:12.830 INFO STEP 1011 (remove_files) COMPLETE |
6970 | 2024-08-22T03:09:14.095Z | [ recovery-image] Aug 22 03:09:12.830 INFO O| Aug 22 03:09:12.830 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-08-22T03:09:14.102Z | [ recovery-image] Aug 22 03:09:12.839 INFO O| Aug 22 03:09:12.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6972 | 2024-08-22T03:09:14.102Z | [ recovery-image] Aug 22 03:09:12.839 INFO O| Aug 22 03:09:12.839 INFO STEP 1012 (remove_files) COMPLETE |
6973 | 2024-08-22T03:09:14.105Z | [ recovery-image] Aug 22 03:09:12.839 INFO O| Aug 22 03:09:12.839 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-08-22T03:09:14.112Z | [ recovery-image] Aug 22 03:09:12.849 INFO O| Aug 22 03:09:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6975 | 2024-08-22T03:09:14.115Z | [ recovery-image] Aug 22 03:09:12.849 INFO O| Aug 22 03:09:12.849 INFO STEP 1013 (remove_files) COMPLETE |
6976 | 2024-08-22T03:09:14.115Z | [ recovery-image] Aug 22 03:09:12.849 INFO O| Aug 22 03:09:12.849 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-08-22T03:09:14.121Z | [ recovery-image] Aug 22 03:09:12.858 INFO O| Aug 22 03:09:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6978 | 2024-08-22T03:09:14.121Z | [ recovery-image] Aug 22 03:09:12.858 INFO O| Aug 22 03:09:12.858 INFO STEP 1014 (remove_files) COMPLETE |
6979 | 2024-08-22T03:09:14.124Z | [ recovery-image] Aug 22 03:09:12.858 INFO O| Aug 22 03:09:12.858 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-08-22T03:09:14.131Z | [ recovery-image] Aug 22 03:09:12.868 INFO O| Aug 22 03:09:12.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6981 | 2024-08-22T03:09:14.131Z | [ recovery-image] Aug 22 03:09:12.868 INFO O| Aug 22 03:09:12.868 INFO STEP 1015 (remove_files) COMPLETE |
6982 | 2024-08-22T03:09:14.133Z | [ recovery-image] Aug 22 03:09:12.868 INFO O| Aug 22 03:09:12.868 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-08-22T03:09:14.140Z | [ recovery-image] Aug 22 03:09:12.877 INFO O| Aug 22 03:09:12.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6984 | 2024-08-22T03:09:14.140Z | [ recovery-image] Aug 22 03:09:12.877 INFO O| Aug 22 03:09:12.877 INFO STEP 1016 (remove_files) COMPLETE |
6985 | 2024-08-22T03:09:14.142Z | [ recovery-image] Aug 22 03:09:12.877 INFO O| Aug 22 03:09:12.877 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-08-22T03:09:14.150Z | [ recovery-image] Aug 22 03:09:12.887 INFO O| Aug 22 03:09:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6987 | 2024-08-22T03:09:14.152Z | [ recovery-image] Aug 22 03:09:12.887 INFO O| Aug 22 03:09:12.887 INFO STEP 1017 (remove_files) COMPLETE |
6988 | 2024-08-22T03:09:14.152Z | [ recovery-image] Aug 22 03:09:12.887 INFO O| Aug 22 03:09:12.887 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-08-22T03:09:14.159Z | [ recovery-image] Aug 22 03:09:12.896 INFO O| Aug 22 03:09:12.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6990 | 2024-08-22T03:09:14.159Z | [ recovery-image] Aug 22 03:09:12.896 INFO O| Aug 22 03:09:12.896 INFO STEP 1018 (remove_files) COMPLETE |
6991 | 2024-08-22T03:09:14.161Z | [ recovery-image] Aug 22 03:09:12.896 INFO O| Aug 22 03:09:12.896 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-08-22T03:09:14.168Z | [ recovery-image] Aug 22 03:09:12.905 INFO O| Aug 22 03:09:12.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6993 | 2024-08-22T03:09:14.171Z | [ recovery-image] Aug 22 03:09:12.905 INFO O| Aug 22 03:09:12.905 INFO STEP 1019 (remove_files) COMPLETE |
6994 | 2024-08-22T03:09:14.171Z | [ recovery-image] Aug 22 03:09:12.906 INFO O| Aug 22 03:09:12.905 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-08-22T03:09:14.178Z | [ recovery-image] Aug 22 03:09:12.915 INFO O| Aug 22 03:09:12.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6996 | 2024-08-22T03:09:14.180Z | [ recovery-image] Aug 22 03:09:12.915 INFO O| Aug 22 03:09:12.915 INFO STEP 1020 (remove_files) COMPLETE |
6997 | 2024-08-22T03:09:14.180Z | [ recovery-image] Aug 22 03:09:12.915 INFO O| Aug 22 03:09:12.915 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-08-22T03:09:14.187Z | [ recovery-image] Aug 22 03:09:12.924 INFO O| Aug 22 03:09:12.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6999 | 2024-08-22T03:09:14.187Z | [ recovery-image] Aug 22 03:09:12.924 INFO O| Aug 22 03:09:12.924 INFO STEP 1021 (remove_files) COMPLETE |
7000 | 2024-08-22T03:09:14.190Z | [ recovery-image] Aug 22 03:09:12.924 INFO O| Aug 22 03:09:12.924 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-08-22T03:09:14.197Z | [ recovery-image] Aug 22 03:09:12.934 INFO O| Aug 22 03:09:12.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7002 | 2024-08-22T03:09:14.197Z | [ recovery-image] Aug 22 03:09:12.934 INFO O| Aug 22 03:09:12.934 INFO STEP 1022 (remove_files) COMPLETE |
7003 | 2024-08-22T03:09:14.199Z | [ recovery-image] Aug 22 03:09:12.934 INFO O| Aug 22 03:09:12.934 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-08-22T03:09:14.206Z | [ recovery-image] Aug 22 03:09:12.943 INFO O| Aug 22 03:09:12.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7005 | 2024-08-22T03:09:14.206Z | [ recovery-image] Aug 22 03:09:12.943 INFO O| Aug 22 03:09:12.943 INFO STEP 1023 (remove_files) COMPLETE |
7006 | 2024-08-22T03:09:14.206Z | [ recovery-image] Aug 22 03:09:12.943 INFO O| Aug 22 03:09:12.943 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-08-22T03:09:14.216Z | [ recovery-image] Aug 22 03:09:12.953 INFO O| Aug 22 03:09:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7008 | 2024-08-22T03:09:14.216Z | [ recovery-image] Aug 22 03:09:12.953 INFO O| Aug 22 03:09:12.953 INFO STEP 1024 (remove_files) COMPLETE |
7009 | 2024-08-22T03:09:14.216Z | [ recovery-image] Aug 22 03:09:12.953 INFO O| Aug 22 03:09:12.953 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-08-22T03:09:14.225Z | [ recovery-image] Aug 22 03:09:12.962 INFO O| Aug 22 03:09:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7011 | 2024-08-22T03:09:14.225Z | [ recovery-image] Aug 22 03:09:12.962 INFO O| Aug 22 03:09:12.962 INFO STEP 1025 (remove_files) COMPLETE |
7012 | 2024-08-22T03:09:14.227Z | [ recovery-image] Aug 22 03:09:12.962 INFO O| Aug 22 03:09:12.962 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-08-22T03:09:14.234Z | [ recovery-image] Aug 22 03:09:12.971 INFO O| Aug 22 03:09:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7014 | 2024-08-22T03:09:14.237Z | [ recovery-image] Aug 22 03:09:12.971 INFO O| Aug 22 03:09:12.971 INFO STEP 1026 (remove_files) COMPLETE |
7015 | 2024-08-22T03:09:14.237Z | [ recovery-image] Aug 22 03:09:12.971 INFO O| Aug 22 03:09:12.971 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-08-22T03:09:14.244Z | [ recovery-image] Aug 22 03:09:12.981 INFO O| Aug 22 03:09:12.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7017 | 2024-08-22T03:09:14.246Z | [ recovery-image] Aug 22 03:09:12.981 INFO O| Aug 22 03:09:12.981 INFO STEP 1027 (remove_files) COMPLETE |
7018 | 2024-08-22T03:09:14.246Z | [ recovery-image] Aug 22 03:09:12.981 INFO O| Aug 22 03:09:12.981 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-08-22T03:09:14.253Z | [ recovery-image] Aug 22 03:09:12.990 INFO O| Aug 22 03:09:12.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7020 | 2024-08-22T03:09:14.253Z | [ recovery-image] Aug 22 03:09:12.990 INFO O| Aug 22 03:09:12.990 INFO STEP 1028 (remove_files) COMPLETE |
7021 | 2024-08-22T03:09:14.253Z | [ recovery-image] Aug 22 03:09:12.990 INFO O| Aug 22 03:09:12.990 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-08-22T03:09:14.262Z | [ recovery-image] Aug 22 03:09:12.999 INFO O| Aug 22 03:09:12.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7023 | 2024-08-22T03:09:14.265Z | [ recovery-image] Aug 22 03:09:13.000 INFO O| Aug 22 03:09:12.999 INFO STEP 1029 (remove_files) COMPLETE |
7024 | 2024-08-22T03:09:14.265Z | [ recovery-image] Aug 22 03:09:13.000 INFO O| Aug 22 03:09:13.000 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-08-22T03:09:14.273Z | [ recovery-image] Aug 22 03:09:13.010 INFO O| Aug 22 03:09:13.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7026 | 2024-08-22T03:09:14.273Z | [ recovery-image] Aug 22 03:09:13.010 INFO O| Aug 22 03:09:13.010 INFO STEP 1030 (remove_files) COMPLETE |
7027 | 2024-08-22T03:09:14.273Z | [ recovery-image] Aug 22 03:09:13.010 INFO O| Aug 22 03:09:13.010 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-08-22T03:09:14.283Z | [ recovery-image] Aug 22 03:09:13.020 INFO O| Aug 22 03:09:13.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7029 | 2024-08-22T03:09:14.283Z | [ recovery-image] Aug 22 03:09:13.020 INFO O| Aug 22 03:09:13.020 INFO STEP 1031 (remove_files) COMPLETE |
7030 | 2024-08-22T03:09:14.285Z | [ recovery-image] Aug 22 03:09:13.020 INFO O| Aug 22 03:09:13.020 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-08-22T03:09:14.292Z | [ recovery-image] Aug 22 03:09:13.029 INFO O| Aug 22 03:09:13.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7032 | 2024-08-22T03:09:14.292Z | [ recovery-image] Aug 22 03:09:13.029 INFO O| Aug 22 03:09:13.029 INFO STEP 1032 (remove_files) COMPLETE |
7033 | 2024-08-22T03:09:14.292Z | [ recovery-image] Aug 22 03:09:13.029 INFO O| Aug 22 03:09:13.029 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-08-22T03:09:14.302Z | [ recovery-image] Aug 22 03:09:13.039 INFO O| Aug 22 03:09:13.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7035 | 2024-08-22T03:09:14.302Z | [ recovery-image] Aug 22 03:09:13.039 INFO O| Aug 22 03:09:13.039 INFO STEP 1033 (remove_files) COMPLETE |
7036 | 2024-08-22T03:09:14.304Z | [ recovery-image] Aug 22 03:09:13.039 INFO O| Aug 22 03:09:13.039 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-22T03:09:14.311Z | [ recovery-image] Aug 22 03:09:13.048 INFO O| Aug 22 03:09:13.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7038 | 2024-08-22T03:09:14.311Z | [ recovery-image] Aug 22 03:09:13.048 INFO O| Aug 22 03:09:13.048 INFO STEP 1034 (remove_files) COMPLETE |
7039 | 2024-08-22T03:09:14.311Z | [ recovery-image] Aug 22 03:09:13.048 INFO O| Aug 22 03:09:13.048 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-22T03:09:14.321Z | [ recovery-image] Aug 22 03:09:13.058 INFO O| Aug 22 03:09:13.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7041 | 2024-08-22T03:09:14.321Z | [ recovery-image] Aug 22 03:09:13.058 INFO O| Aug 22 03:09:13.058 INFO STEP 1035 (remove_files) COMPLETE |
7042 | 2024-08-22T03:09:14.323Z | [ recovery-image] Aug 22 03:09:13.058 INFO O| Aug 22 03:09:13.058 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-22T03:09:14.330Z | [ recovery-image] Aug 22 03:09:13.067 INFO O| Aug 22 03:09:13.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7044 | 2024-08-22T03:09:14.330Z | [ recovery-image] Aug 22 03:09:13.067 INFO O| Aug 22 03:09:13.067 INFO STEP 1036 (remove_files) COMPLETE |
7045 | 2024-08-22T03:09:14.333Z | [ recovery-image] Aug 22 03:09:13.067 INFO O| Aug 22 03:09:13.067 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-22T03:09:14.340Z | [ recovery-image] Aug 22 03:09:13.077 INFO O| Aug 22 03:09:13.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7047 | 2024-08-22T03:09:14.342Z | [ recovery-image] Aug 22 03:09:13.077 INFO O| Aug 22 03:09:13.077 INFO STEP 1037 (remove_files) COMPLETE |
7048 | 2024-08-22T03:09:14.342Z | [ recovery-image] Aug 22 03:09:13.077 INFO O| Aug 22 03:09:13.077 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-22T03:09:14.349Z | [ recovery-image] Aug 22 03:09:13.086 INFO O| Aug 22 03:09:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7050 | 2024-08-22T03:09:14.352Z | [ recovery-image] Aug 22 03:09:13.086 INFO O| Aug 22 03:09:13.086 INFO STEP 1038 (remove_files) COMPLETE |
7051 | 2024-08-22T03:09:14.352Z | [ recovery-image] Aug 22 03:09:13.086 INFO O| Aug 22 03:09:13.086 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-22T03:09:14.359Z | [ recovery-image] Aug 22 03:09:13.096 INFO O| Aug 22 03:09:13.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7053 | 2024-08-22T03:09:14.359Z | [ recovery-image] Aug 22 03:09:13.096 INFO O| Aug 22 03:09:13.096 INFO STEP 1039 (remove_files) COMPLETE |
7054 | 2024-08-22T03:09:14.361Z | [ recovery-image] Aug 22 03:09:13.096 INFO O| Aug 22 03:09:13.096 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-22T03:09:14.368Z | [ recovery-image] Aug 22 03:09:13.105 INFO O| Aug 22 03:09:13.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7056 | 2024-08-22T03:09:14.370Z | [ recovery-image] Aug 22 03:09:13.105 INFO O| Aug 22 03:09:13.105 INFO STEP 1040 (remove_files) COMPLETE |
7057 | 2024-08-22T03:09:14.371Z | [ recovery-image] Aug 22 03:09:13.105 INFO O| Aug 22 03:09:13.105 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-22T03:09:14.378Z | [ recovery-image] Aug 22 03:09:13.114 INFO O| Aug 22 03:09:13.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7059 | 2024-08-22T03:09:14.378Z | [ recovery-image] Aug 22 03:09:13.115 INFO O| Aug 22 03:09:13.115 INFO STEP 1041 (remove_files) COMPLETE |
7060 | 2024-08-22T03:09:14.380Z | [ recovery-image] Aug 22 03:09:13.115 INFO O| Aug 22 03:09:13.115 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-22T03:09:14.387Z | [ recovery-image] Aug 22 03:09:13.124 INFO O| Aug 22 03:09:13.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7062 | 2024-08-22T03:09:14.389Z | [ recovery-image] Aug 22 03:09:13.124 INFO O| Aug 22 03:09:13.124 INFO STEP 1042 (remove_files) COMPLETE |
7063 | 2024-08-22T03:09:14.389Z | [ recovery-image] Aug 22 03:09:13.124 INFO O| Aug 22 03:09:13.124 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-22T03:09:14.396Z | [ recovery-image] Aug 22 03:09:13.133 INFO O| Aug 22 03:09:13.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7065 | 2024-08-22T03:09:14.396Z | [ recovery-image] Aug 22 03:09:13.133 INFO O| Aug 22 03:09:13.133 INFO STEP 1043 (remove_files) COMPLETE |
7066 | 2024-08-22T03:09:14.396Z | [ recovery-image] Aug 22 03:09:13.133 INFO O| Aug 22 03:09:13.133 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-22T03:09:14.406Z | [ recovery-image] Aug 22 03:09:13.143 INFO O| Aug 22 03:09:13.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7068 | 2024-08-22T03:09:14.406Z | [ recovery-image] Aug 22 03:09:13.143 INFO O| Aug 22 03:09:13.143 INFO STEP 1044 (remove_files) COMPLETE |
7069 | 2024-08-22T03:09:14.408Z | [ recovery-image] Aug 22 03:09:13.143 INFO O| Aug 22 03:09:13.143 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-22T03:09:14.415Z | [ recovery-image] Aug 22 03:09:13.152 INFO O| Aug 22 03:09:13.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7071 | 2024-08-22T03:09:14.415Z | [ recovery-image] Aug 22 03:09:13.152 INFO O| Aug 22 03:09:13.152 INFO STEP 1045 (remove_files) COMPLETE |
7072 | 2024-08-22T03:09:14.418Z | [ recovery-image] Aug 22 03:09:13.152 INFO O| Aug 22 03:09:13.152 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-22T03:09:14.425Z | [ recovery-image] Aug 22 03:09:13.162 INFO O| Aug 22 03:09:13.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7074 | 2024-08-22T03:09:14.425Z | [ recovery-image] Aug 22 03:09:13.162 INFO O| Aug 22 03:09:13.162 INFO STEP 1046 (remove_files) COMPLETE |
7075 | 2024-08-22T03:09:14.427Z | [ recovery-image] Aug 22 03:09:13.162 INFO O| Aug 22 03:09:13.162 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-22T03:09:14.434Z | [ recovery-image] Aug 22 03:09:13.171 INFO O| Aug 22 03:09:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7077 | 2024-08-22T03:09:14.437Z | [ recovery-image] Aug 22 03:09:13.171 INFO O| Aug 22 03:09:13.171 INFO STEP 1047 (remove_files) COMPLETE |
7078 | 2024-08-22T03:09:14.437Z | [ recovery-image] Aug 22 03:09:13.171 INFO O| Aug 22 03:09:13.171 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-22T03:09:14.443Z | [ recovery-image] Aug 22 03:09:13.181 INFO O| Aug 22 03:09:13.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7080 | 2024-08-22T03:09:14.446Z | [ recovery-image] Aug 22 03:09:13.181 INFO O| Aug 22 03:09:13.181 INFO STEP 1048 (remove_files) COMPLETE |
7081 | 2024-08-22T03:09:14.446Z | [ recovery-image] Aug 22 03:09:13.181 INFO O| Aug 22 03:09:13.181 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-08-22T03:09:14.454Z | [ recovery-image] Aug 22 03:09:13.190 INFO O| Aug 22 03:09:13.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7083 | 2024-08-22T03:09:14.454Z | [ recovery-image] Aug 22 03:09:13.190 INFO O| Aug 22 03:09:13.190 INFO STEP 1049 (remove_files) COMPLETE |
7084 | 2024-08-22T03:09:14.456Z | [ recovery-image] Aug 22 03:09:13.190 INFO O| Aug 22 03:09:13.190 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-08-22T03:09:14.462Z | [ recovery-image] Aug 22 03:09:13.199 INFO O| Aug 22 03:09:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7086 | 2024-08-22T03:09:14.462Z | [ recovery-image] Aug 22 03:09:13.199 INFO O| Aug 22 03:09:13.199 INFO STEP 1050 (remove_files) COMPLETE |
7087 | 2024-08-22T03:09:14.465Z | [ recovery-image] Aug 22 03:09:13.199 INFO O| Aug 22 03:09:13.199 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-08-22T03:09:14.472Z | [ recovery-image] Aug 22 03:09:13.209 INFO O| Aug 22 03:09:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7089 | 2024-08-22T03:09:14.472Z | [ recovery-image] Aug 22 03:09:13.209 INFO O| Aug 22 03:09:13.209 INFO STEP 1051 (remove_files) COMPLETE |
7090 | 2024-08-22T03:09:14.472Z | [ recovery-image] Aug 22 03:09:13.209 INFO O| Aug 22 03:09:13.209 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-08-22T03:09:14.481Z | [ recovery-image] Aug 22 03:09:13.218 INFO O| Aug 22 03:09:13.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7092 | 2024-08-22T03:09:14.485Z | [ recovery-image] Aug 22 03:09:13.218 INFO O| Aug 22 03:09:13.218 INFO STEP 1052 (remove_files) COMPLETE |
7093 | 2024-08-22T03:09:14.485Z | [ recovery-image] Aug 22 03:09:13.218 INFO O| Aug 22 03:09:13.218 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-22T03:09:14.491Z | [ recovery-image] Aug 22 03:09:13.228 INFO O| Aug 22 03:09:13.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7095 | 2024-08-22T03:09:14.493Z | [ recovery-image] Aug 22 03:09:13.228 INFO O| Aug 22 03:09:13.228 INFO STEP 1053 (remove_files) COMPLETE |
7096 | 2024-08-22T03:09:14.493Z | [ recovery-image] Aug 22 03:09:13.228 INFO O| Aug 22 03:09:13.228 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-22T03:09:14.500Z | [ recovery-image] Aug 22 03:09:13.237 INFO O| Aug 22 03:09:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7098 | 2024-08-22T03:09:14.500Z | [ recovery-image] Aug 22 03:09:13.237 INFO O| Aug 22 03:09:13.237 INFO STEP 1054 (remove_files) COMPLETE |
7099 | 2024-08-22T03:09:14.500Z | [ recovery-image] Aug 22 03:09:13.237 INFO O| Aug 22 03:09:13.237 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-22T03:09:14.510Z | [ recovery-image] Aug 22 03:09:13.246 INFO O| Aug 22 03:09:13.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7101 | 2024-08-22T03:09:14.510Z | [ recovery-image] Aug 22 03:09:13.247 INFO O| Aug 22 03:09:13.247 INFO STEP 1055 (remove_files) COMPLETE |
7102 | 2024-08-22T03:09:14.510Z | [ recovery-image] Aug 22 03:09:13.247 INFO O| Aug 22 03:09:13.247 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-22T03:09:14.519Z | [ recovery-image] Aug 22 03:09:13.256 INFO O| Aug 22 03:09:13.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7104 | 2024-08-22T03:09:14.519Z | [ recovery-image] Aug 22 03:09:13.256 INFO O| Aug 22 03:09:13.256 INFO STEP 1056 (remove_files) COMPLETE |
7105 | 2024-08-22T03:09:14.522Z | [ recovery-image] Aug 22 03:09:13.256 INFO O| Aug 22 03:09:13.256 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-22T03:09:14.532Z | [ recovery-image] Aug 22 03:09:13.269 INFO O| Aug 22 03:09:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7107 | 2024-08-22T03:09:14.532Z | [ recovery-image] Aug 22 03:09:13.269 INFO O| Aug 22 03:09:13.269 INFO STEP 1057 (remove_files) COMPLETE |
7108 | 2024-08-22T03:09:14.532Z | [ recovery-image] Aug 22 03:09:13.269 INFO O| Aug 22 03:09:13.269 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-22T03:09:14.545Z | [ recovery-image] Aug 22 03:09:13.282 INFO O| Aug 22 03:09:13.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7110 | 2024-08-22T03:09:14.548Z | [ recovery-image] Aug 22 03:09:13.282 INFO O| Aug 22 03:09:13.282 INFO STEP 1058 (remove_files) COMPLETE |
7111 | 2024-08-22T03:09:14.548Z | [ recovery-image] Aug 22 03:09:13.282 INFO O| Aug 22 03:09:13.282 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-22T03:09:14.557Z | [ recovery-image] Aug 22 03:09:13.294 INFO O| Aug 22 03:09:13.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7113 | 2024-08-22T03:09:14.559Z | [ recovery-image] Aug 22 03:09:13.294 INFO O| Aug 22 03:09:13.294 INFO STEP 1059 (remove_files) COMPLETE |
7114 | 2024-08-22T03:09:14.559Z | [ recovery-image] Aug 22 03:09:13.294 INFO O| Aug 22 03:09:13.294 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-22T03:09:14.568Z | [ recovery-image] Aug 22 03:09:13.305 INFO O| Aug 22 03:09:13.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7116 | 2024-08-22T03:09:14.568Z | [ recovery-image] Aug 22 03:09:13.305 INFO O| Aug 22 03:09:13.305 INFO STEP 1060 (remove_files) COMPLETE |
7117 | 2024-08-22T03:09:14.571Z | [ recovery-image] Aug 22 03:09:13.305 INFO O| Aug 22 03:09:13.305 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-22T03:09:14.579Z | [ recovery-image] Aug 22 03:09:13.316 INFO O| Aug 22 03:09:13.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7119 | 2024-08-22T03:09:14.581Z | [ recovery-image] Aug 22 03:09:13.316 INFO O| Aug 22 03:09:13.316 INFO STEP 1061 (remove_files) COMPLETE |
7120 | 2024-08-22T03:09:14.581Z | [ recovery-image] Aug 22 03:09:13.316 INFO O| Aug 22 03:09:13.316 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-22T03:09:14.588Z | [ recovery-image] Aug 22 03:09:13.325 INFO O| Aug 22 03:09:13.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7122 | 2024-08-22T03:09:14.588Z | [ recovery-image] Aug 22 03:09:13.325 INFO O| Aug 22 03:09:13.325 INFO STEP 1062 (remove_files) COMPLETE |
7123 | 2024-08-22T03:09:14.591Z | [ recovery-image] Aug 22 03:09:13.326 INFO O| Aug 22 03:09:13.325 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-22T03:09:14.598Z | [ recovery-image] Aug 22 03:09:13.335 INFO O| Aug 22 03:09:13.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7125 | 2024-08-22T03:09:14.598Z | [ recovery-image] Aug 22 03:09:13.335 INFO O| Aug 22 03:09:13.335 INFO STEP 1063 (remove_files) COMPLETE |
7126 | 2024-08-22T03:09:14.601Z | [ recovery-image] Aug 22 03:09:13.335 INFO O| Aug 22 03:09:13.335 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-22T03:09:14.607Z | [ recovery-image] Aug 22 03:09:13.344 INFO O| Aug 22 03:09:13.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7128 | 2024-08-22T03:09:14.607Z | [ recovery-image] Aug 22 03:09:13.344 INFO O| Aug 22 03:09:13.344 INFO STEP 1064 (remove_files) COMPLETE |
7129 | 2024-08-22T03:09:14.607Z | [ recovery-image] Aug 22 03:09:13.344 INFO O| Aug 22 03:09:13.344 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-22T03:09:14.616Z | [ host-image] Aug 22 03:09:13.353 INFO O| Aug 22 03:09:13.353 INFO O| Download: Completed 20.86 MB in 1.78 seconds (11.7M/s) |
7131 | 2024-08-22T03:09:14.619Z | [ recovery-image] Aug 22 03:09:13.354 INFO O| Aug 22 03:09:13.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7132 | 2024-08-22T03:09:14.619Z | [ recovery-image] Aug 22 03:09:13.354 INFO O| Aug 22 03:09:13.354 INFO STEP 1065 (remove_files) COMPLETE |
7133 | 2024-08-22T03:09:14.619Z | [ recovery-image] Aug 22 03:09:13.354 INFO O| Aug 22 03:09:13.354 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-08-22T03:09:14.626Z | [ recovery-image] Aug 22 03:09:13.363 INFO O| Aug 22 03:09:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7135 | 2024-08-22T03:09:14.626Z | [ recovery-image] Aug 22 03:09:13.363 INFO O| Aug 22 03:09:13.363 INFO STEP 1066 (remove_files) COMPLETE |
7136 | 2024-08-22T03:09:14.626Z | [ recovery-image] Aug 22 03:09:13.363 INFO O| Aug 22 03:09:13.363 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-08-22T03:09:14.636Z | [ recovery-image] Aug 22 03:09:13.373 INFO O| Aug 22 03:09:13.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7138 | 2024-08-22T03:09:14.636Z | [ recovery-image] Aug 22 03:09:13.373 INFO O| Aug 22 03:09:13.373 INFO STEP 1067 (remove_files) COMPLETE |
7139 | 2024-08-22T03:09:14.638Z | [ recovery-image] Aug 22 03:09:13.373 INFO O| Aug 22 03:09:13.373 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-08-22T03:09:14.638Z | [ host-image] Aug 22 03:09:13.375 INFO O| Aug 22 03:09:13.375 INFO O| Actions: 1/22 actions (Installing new actions) |
7141 | 2024-08-22T03:09:14.646Z | [ recovery-image] Aug 22 03:09:13.383 INFO O| Aug 22 03:09:13.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7142 | 2024-08-22T03:09:14.646Z | [ recovery-image] Aug 22 03:09:13.383 INFO O| Aug 22 03:09:13.383 INFO STEP 1068 (remove_files) COMPLETE |
7143 | 2024-08-22T03:09:14.648Z | [ recovery-image] Aug 22 03:09:13.383 INFO O| Aug 22 03:09:13.383 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-22T03:09:14.655Z | [ recovery-image] Aug 22 03:09:13.392 INFO O| Aug 22 03:09:13.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7145 | 2024-08-22T03:09:14.655Z | [ recovery-image] Aug 22 03:09:13.392 INFO O| Aug 22 03:09:13.392 INFO STEP 1069 (remove_files) COMPLETE |
7146 | 2024-08-22T03:09:14.655Z | [ recovery-image] Aug 22 03:09:13.392 INFO O| Aug 22 03:09:13.392 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-08-22T03:09:14.665Z | [ recovery-image] Aug 22 03:09:13.402 INFO O| Aug 22 03:09:13.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7148 | 2024-08-22T03:09:14.665Z | [ recovery-image] Aug 22 03:09:13.402 INFO O| Aug 22 03:09:13.402 INFO STEP 1070 (remove_files) COMPLETE |
7149 | 2024-08-22T03:09:14.673Z | [ recovery-image] Aug 22 03:09:13.402 INFO O| Aug 22 03:09:13.402 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-08-22T03:09:14.677Z | [ recovery-image] Aug 22 03:09:13.411 INFO O| Aug 22 03:09:13.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7151 | 2024-08-22T03:09:14.677Z | [ recovery-image] Aug 22 03:09:13.411 INFO O| Aug 22 03:09:13.411 INFO STEP 1071 (remove_files) COMPLETE |
7152 | 2024-08-22T03:09:14.677Z | [ recovery-image] Aug 22 03:09:13.412 INFO O| Aug 22 03:09:13.411 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-08-22T03:09:14.684Z | [ recovery-image] Aug 22 03:09:13.421 INFO O| Aug 22 03:09:13.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7154 | 2024-08-22T03:09:14.684Z | [ recovery-image] Aug 22 03:09:13.421 INFO O| Aug 22 03:09:13.421 INFO STEP 1072 (remove_files) COMPLETE |
7155 | 2024-08-22T03:09:14.684Z | [ recovery-image] Aug 22 03:09:13.421 INFO O| Aug 22 03:09:13.421 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-08-22T03:09:14.693Z | [ recovery-image] Aug 22 03:09:13.430 INFO O| Aug 22 03:09:13.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7157 | 2024-08-22T03:09:14.693Z | [ recovery-image] Aug 22 03:09:13.430 INFO O| Aug 22 03:09:13.430 INFO STEP 1073 (remove_files) COMPLETE |
7158 | 2024-08-22T03:09:14.696Z | [ recovery-image] Aug 22 03:09:13.430 INFO O| Aug 22 03:09:13.430 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-08-22T03:09:14.703Z | [ recovery-image] Aug 22 03:09:13.440 INFO O| Aug 22 03:09:13.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7160 | 2024-08-22T03:09:14.705Z | [ recovery-image] Aug 22 03:09:13.440 INFO O| Aug 22 03:09:13.440 INFO STEP 1074 (remove_files) COMPLETE |
7161 | 2024-08-22T03:09:14.705Z | [ recovery-image] Aug 22 03:09:13.440 INFO O| Aug 22 03:09:13.440 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-08-22T03:09:14.712Z | [ recovery-image] Aug 22 03:09:13.449 INFO O| Aug 22 03:09:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7163 | 2024-08-22T03:09:14.712Z | [ recovery-image] Aug 22 03:09:13.449 INFO O| Aug 22 03:09:13.449 INFO STEP 1075 (remove_files) COMPLETE |
7164 | 2024-08-22T03:09:14.712Z | [ recovery-image] Aug 22 03:09:13.449 INFO O| Aug 22 03:09:13.449 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-08-22T03:09:14.722Z | [ recovery-image] Aug 22 03:09:13.459 INFO O| Aug 22 03:09:13.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7166 | 2024-08-22T03:09:14.722Z | [ recovery-image] Aug 22 03:09:13.459 INFO O| Aug 22 03:09:13.459 INFO STEP 1076 (remove_files) COMPLETE |
7167 | 2024-08-22T03:09:14.722Z | [ recovery-image] Aug 22 03:09:13.459 INFO O| Aug 22 03:09:13.459 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-08-22T03:09:14.731Z | [ recovery-image] Aug 22 03:09:13.468 INFO O| Aug 22 03:09:13.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7169 | 2024-08-22T03:09:14.732Z | [ recovery-image] Aug 22 03:09:13.468 INFO O| Aug 22 03:09:13.468 INFO STEP 1077 (remove_files) COMPLETE |
7170 | 2024-08-22T03:09:14.734Z | [ recovery-image] Aug 22 03:09:13.468 INFO O| Aug 22 03:09:13.468 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-08-22T03:09:14.741Z | [ recovery-image] Aug 22 03:09:13.478 INFO O| Aug 22 03:09:13.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7172 | 2024-08-22T03:09:14.743Z | [ recovery-image] Aug 22 03:09:13.478 INFO O| Aug 22 03:09:13.478 INFO STEP 1078 (remove_files) COMPLETE |
7173 | 2024-08-22T03:09:14.743Z | [ recovery-image] Aug 22 03:09:13.478 INFO O| Aug 22 03:09:13.478 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-08-22T03:09:14.751Z | [ recovery-image] Aug 22 03:09:13.488 INFO O| Aug 22 03:09:13.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7175 | 2024-08-22T03:09:14.751Z | [ recovery-image] Aug 22 03:09:13.488 INFO O| Aug 22 03:09:13.488 INFO STEP 1079 (remove_files) COMPLETE |
7176 | 2024-08-22T03:09:14.751Z | [ recovery-image] Aug 22 03:09:13.488 INFO O| Aug 22 03:09:13.488 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-08-22T03:09:14.760Z | [ recovery-image] Aug 22 03:09:13.497 INFO O| Aug 22 03:09:13.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7178 | 2024-08-22T03:09:14.760Z | [ recovery-image] Aug 22 03:09:13.497 INFO O| Aug 22 03:09:13.497 INFO STEP 1080 (remove_files) COMPLETE |
7179 | 2024-08-22T03:09:14.760Z | [ recovery-image] Aug 22 03:09:13.497 INFO O| Aug 22 03:09:13.497 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-08-22T03:09:14.770Z | [ recovery-image] Aug 22 03:09:13.507 INFO O| Aug 22 03:09:13.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7181 | 2024-08-22T03:09:14.770Z | [ recovery-image] Aug 22 03:09:13.507 INFO O| Aug 22 03:09:13.507 INFO STEP 1081 (remove_files) COMPLETE |
7182 | 2024-08-22T03:09:14.773Z | [ recovery-image] Aug 22 03:09:13.507 INFO O| Aug 22 03:09:13.507 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-08-22T03:09:14.779Z | [ recovery-image] Aug 22 03:09:13.516 INFO O| Aug 22 03:09:13.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7184 | 2024-08-22T03:09:14.779Z | [ recovery-image] Aug 22 03:09:13.516 INFO O| Aug 22 03:09:13.516 INFO STEP 1082 (remove_files) COMPLETE |
7185 | 2024-08-22T03:09:14.782Z | [ recovery-image] Aug 22 03:09:13.516 INFO O| Aug 22 03:09:13.516 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-08-22T03:09:14.789Z | [ recovery-image] Aug 22 03:09:13.526 INFO O| Aug 22 03:09:13.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7187 | 2024-08-22T03:09:14.789Z | [ recovery-image] Aug 22 03:09:13.526 INFO O| Aug 22 03:09:13.526 INFO STEP 1083 (remove_files) COMPLETE |
7188 | 2024-08-22T03:09:14.791Z | [ recovery-image] Aug 22 03:09:13.526 INFO O| Aug 22 03:09:13.526 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-08-22T03:09:14.798Z | [ recovery-image] Aug 22 03:09:13.535 INFO O| Aug 22 03:09:13.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7190 | 2024-08-22T03:09:14.801Z | [ recovery-image] Aug 22 03:09:13.535 INFO O| Aug 22 03:09:13.535 INFO STEP 1084 (remove_files) COMPLETE |
7191 | 2024-08-22T03:09:14.801Z | [ recovery-image] Aug 22 03:09:13.535 INFO O| Aug 22 03:09:13.535 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-08-22T03:09:14.808Z | [ recovery-image] Aug 22 03:09:13.545 INFO O| Aug 22 03:09:13.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7193 | 2024-08-22T03:09:14.808Z | [ recovery-image] Aug 22 03:09:13.545 INFO O| Aug 22 03:09:13.545 INFO STEP 1085 (remove_files) COMPLETE |
7194 | 2024-08-22T03:09:14.810Z | [ recovery-image] Aug 22 03:09:13.545 INFO O| Aug 22 03:09:13.545 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-08-22T03:09:14.818Z | [ recovery-image] Aug 22 03:09:13.555 INFO O| Aug 22 03:09:13.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7196 | 2024-08-22T03:09:14.818Z | [ recovery-image] Aug 22 03:09:13.555 INFO O| Aug 22 03:09:13.555 INFO STEP 1086 (remove_files) COMPLETE |
7197 | 2024-08-22T03:09:14.818Z | [ recovery-image] Aug 22 03:09:13.555 INFO O| Aug 22 03:09:13.555 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-08-22T03:09:14.827Z | [ recovery-image] Aug 22 03:09:13.564 INFO O| Aug 22 03:09:13.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7199 | 2024-08-22T03:09:14.827Z | [ recovery-image] Aug 22 03:09:13.564 INFO O| Aug 22 03:09:13.564 INFO STEP 1087 (remove_files) COMPLETE |
7200 | 2024-08-22T03:09:14.830Z | [ recovery-image] Aug 22 03:09:13.564 INFO O| Aug 22 03:09:13.564 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-08-22T03:09:14.837Z | [ recovery-image] Aug 22 03:09:13.574 INFO O| Aug 22 03:09:13.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7202 | 2024-08-22T03:09:14.837Z | [ recovery-image] Aug 22 03:09:13.574 INFO O| Aug 22 03:09:13.574 INFO STEP 1088 (remove_files) COMPLETE |
7203 | 2024-08-22T03:09:14.840Z | [ recovery-image] Aug 22 03:09:13.574 INFO O| Aug 22 03:09:13.574 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-08-22T03:09:14.846Z | [ recovery-image] Aug 22 03:09:13.583 INFO O| Aug 22 03:09:13.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7205 | 2024-08-22T03:09:14.846Z | [ recovery-image] Aug 22 03:09:13.583 INFO O| Aug 22 03:09:13.583 INFO STEP 1089 (remove_files) COMPLETE |
7206 | 2024-08-22T03:09:14.849Z | [ recovery-image] Aug 22 03:09:13.583 INFO O| Aug 22 03:09:13.583 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-08-22T03:09:14.856Z | [ recovery-image] Aug 22 03:09:13.593 INFO O| Aug 22 03:09:13.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7208 | 2024-08-22T03:09:14.856Z | [ recovery-image] Aug 22 03:09:13.593 INFO O| Aug 22 03:09:13.593 INFO STEP 1090 (remove_files) COMPLETE |
7209 | 2024-08-22T03:09:14.856Z | [ recovery-image] Aug 22 03:09:13.593 INFO O| Aug 22 03:09:13.593 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-08-22T03:09:14.866Z | [ recovery-image] Aug 22 03:09:13.603 INFO O| Aug 22 03:09:13.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7211 | 2024-08-22T03:09:14.866Z | [ recovery-image] Aug 22 03:09:13.603 INFO O| Aug 22 03:09:13.603 INFO STEP 1091 (remove_files) COMPLETE |
7212 | 2024-08-22T03:09:14.866Z | [ recovery-image] Aug 22 03:09:13.603 INFO O| Aug 22 03:09:13.603 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-08-22T03:09:14.876Z | [ recovery-image] Aug 22 03:09:13.613 INFO O| Aug 22 03:09:13.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7214 | 2024-08-22T03:09:14.876Z | [ recovery-image] Aug 22 03:09:13.613 INFO O| Aug 22 03:09:13.613 INFO STEP 1092 (remove_files) COMPLETE |
7215 | 2024-08-22T03:09:14.876Z | [ recovery-image] Aug 22 03:09:13.613 INFO O| Aug 22 03:09:13.613 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-08-22T03:09:14.886Z | [ recovery-image] Aug 22 03:09:13.622 INFO O| Aug 22 03:09:13.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7217 | 2024-08-22T03:09:14.886Z | [ recovery-image] Aug 22 03:09:13.623 INFO O| Aug 22 03:09:13.623 INFO STEP 1093 (remove_files) COMPLETE |
7218 | 2024-08-22T03:09:14.886Z | [ recovery-image] Aug 22 03:09:13.623 INFO O| Aug 22 03:09:13.623 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-08-22T03:09:14.895Z | [ recovery-image] Aug 22 03:09:13.632 INFO O| Aug 22 03:09:13.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7220 | 2024-08-22T03:09:14.895Z | [ recovery-image] Aug 22 03:09:13.632 INFO O| Aug 22 03:09:13.632 INFO STEP 1094 (remove_files) COMPLETE |
7221 | 2024-08-22T03:09:14.898Z | [ recovery-image] Aug 22 03:09:13.632 INFO O| Aug 22 03:09:13.632 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-08-22T03:09:14.905Z | [ recovery-image] Aug 22 03:09:13.642 INFO O| Aug 22 03:09:13.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7223 | 2024-08-22T03:09:14.905Z | [ recovery-image] Aug 22 03:09:13.642 INFO O| Aug 22 03:09:13.642 INFO STEP 1095 (remove_files) COMPLETE |
7224 | 2024-08-22T03:09:14.905Z | [ recovery-image] Aug 22 03:09:13.642 INFO O| Aug 22 03:09:13.642 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-08-22T03:09:14.915Z | [ recovery-image] Aug 22 03:09:13.652 INFO O| Aug 22 03:09:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7226 | 2024-08-22T03:09:14.915Z | [ recovery-image] Aug 22 03:09:13.652 INFO O| Aug 22 03:09:13.652 INFO STEP 1096 (remove_files) COMPLETE |
7227 | 2024-08-22T03:09:14.915Z | [ recovery-image] Aug 22 03:09:13.652 INFO O| Aug 22 03:09:13.652 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-08-22T03:09:14.924Z | [ recovery-image] Aug 22 03:09:13.661 INFO O| Aug 22 03:09:13.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7229 | 2024-08-22T03:09:14.927Z | [ recovery-image] Aug 22 03:09:13.661 INFO O| Aug 22 03:09:13.661 INFO STEP 1097 (remove_files) COMPLETE |
7230 | 2024-08-22T03:09:14.927Z | [ recovery-image] Aug 22 03:09:13.661 INFO O| Aug 22 03:09:13.661 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-08-22T03:09:14.934Z | [ recovery-image] Aug 22 03:09:13.671 INFO O| Aug 22 03:09:13.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7232 | 2024-08-22T03:09:14.934Z | [ recovery-image] Aug 22 03:09:13.671 INFO O| Aug 22 03:09:13.671 INFO STEP 1098 (remove_files) COMPLETE |
7233 | 2024-08-22T03:09:14.936Z | [ recovery-image] Aug 22 03:09:13.671 INFO O| Aug 22 03:09:13.671 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-08-22T03:09:14.943Z | [ recovery-image] Aug 22 03:09:13.680 INFO O| Aug 22 03:09:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7235 | 2024-08-22T03:09:14.943Z | [ recovery-image] Aug 22 03:09:13.680 INFO O| Aug 22 03:09:13.680 INFO STEP 1099 (remove_files) COMPLETE |
7236 | 2024-08-22T03:09:14.946Z | [ recovery-image] Aug 22 03:09:13.680 INFO O| Aug 22 03:09:13.680 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-08-22T03:09:14.953Z | [ recovery-image] Aug 22 03:09:13.690 INFO O| Aug 22 03:09:13.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7238 | 2024-08-22T03:09:14.955Z | [ recovery-image] Aug 22 03:09:13.690 INFO O| Aug 22 03:09:13.690 INFO STEP 1100 (remove_files) COMPLETE |
7239 | 2024-08-22T03:09:14.955Z | [ recovery-image] Aug 22 03:09:13.690 INFO O| Aug 22 03:09:13.690 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-08-22T03:09:14.962Z | [ recovery-image] Aug 22 03:09:13.699 INFO O| Aug 22 03:09:13.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7241 | 2024-08-22T03:09:14.963Z | [ recovery-image] Aug 22 03:09:13.699 INFO O| Aug 22 03:09:13.699 INFO STEP 1101 (remove_files) COMPLETE |
7242 | 2024-08-22T03:09:14.965Z | [ recovery-image] Aug 22 03:09:13.699 INFO O| Aug 22 03:09:13.699 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-08-22T03:09:14.972Z | [ recovery-image] Aug 22 03:09:13.709 INFO O| Aug 22 03:09:13.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7244 | 2024-08-22T03:09:14.972Z | [ recovery-image] Aug 22 03:09:13.709 INFO O| Aug 22 03:09:13.709 INFO STEP 1102 (remove_files) COMPLETE |
7245 | 2024-08-22T03:09:14.972Z | [ recovery-image] Aug 22 03:09:13.709 INFO O| Aug 22 03:09:13.709 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-08-22T03:09:14.981Z | [ recovery-image] Aug 22 03:09:13.718 INFO O| Aug 22 03:09:13.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7247 | 2024-08-22T03:09:14.981Z | [ recovery-image] Aug 22 03:09:13.718 INFO O| Aug 22 03:09:13.718 INFO STEP 1103 (remove_files) COMPLETE |
7248 | 2024-08-22T03:09:14.981Z | [ recovery-image] Aug 22 03:09:13.718 INFO O| Aug 22 03:09:13.718 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-08-22T03:09:14.991Z | [ recovery-image] Aug 22 03:09:13.728 INFO O| Aug 22 03:09:13.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7250 | 2024-08-22T03:09:14.991Z | [ recovery-image] Aug 22 03:09:13.728 INFO O| Aug 22 03:09:13.728 INFO STEP 1104 (remove_files) COMPLETE |
7251 | 2024-08-22T03:09:14.993Z | [ recovery-image] Aug 22 03:09:13.728 INFO O| Aug 22 03:09:13.728 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-08-22T03:09:15.001Z | [ recovery-image] Aug 22 03:09:13.737 INFO O| Aug 22 03:09:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7253 | 2024-08-22T03:09:15.003Z | [ recovery-image] Aug 22 03:09:13.737 INFO O| Aug 22 03:09:13.737 INFO STEP 1105 (remove_files) COMPLETE |
7254 | 2024-08-22T03:09:15.003Z | [ recovery-image] Aug 22 03:09:13.737 INFO O| Aug 22 03:09:13.737 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-08-22T03:09:15.016Z | [ recovery-image] Aug 22 03:09:13.747 INFO O| Aug 22 03:09:13.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7256 | 2024-08-22T03:09:15.018Z | [ recovery-image] Aug 22 03:09:13.747 INFO O| Aug 22 03:09:13.747 INFO STEP 1106 (remove_files) COMPLETE |
7257 | 2024-08-22T03:09:15.018Z | [ recovery-image] Aug 22 03:09:13.747 INFO O| Aug 22 03:09:13.747 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-08-22T03:09:15.021Z | [ recovery-image] Aug 22 03:09:13.756 INFO O| Aug 22 03:09:13.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7259 | 2024-08-22T03:09:15.021Z | [ recovery-image] Aug 22 03:09:13.756 INFO O| Aug 22 03:09:13.756 INFO STEP 1107 (remove_files) COMPLETE |
7260 | 2024-08-22T03:09:15.021Z | [ recovery-image] Aug 22 03:09:13.757 INFO O| Aug 22 03:09:13.756 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-08-22T03:09:15.029Z | [ recovery-image] Aug 22 03:09:13.766 INFO O| Aug 22 03:09:13.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7262 | 2024-08-22T03:09:15.029Z | [ recovery-image] Aug 22 03:09:13.766 INFO O| Aug 22 03:09:13.766 INFO STEP 1108 (remove_files) COMPLETE |
7263 | 2024-08-22T03:09:15.032Z | [ recovery-image] Aug 22 03:09:13.766 INFO O| Aug 22 03:09:13.766 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-22T03:09:15.039Z | [ recovery-image] Aug 22 03:09:13.776 INFO O| Aug 22 03:09:13.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7265 | 2024-08-22T03:09:15.039Z | [ recovery-image] Aug 22 03:09:13.776 INFO O| Aug 22 03:09:13.776 INFO STEP 1109 (remove_files) COMPLETE |
7266 | 2024-08-22T03:09:15.041Z | [ recovery-image] Aug 22 03:09:13.776 INFO O| Aug 22 03:09:13.776 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-22T03:09:15.048Z | [ recovery-image] Aug 22 03:09:13.785 INFO O| Aug 22 03:09:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7268 | 2024-08-22T03:09:15.048Z | [ recovery-image] Aug 22 03:09:13.785 INFO O| Aug 22 03:09:13.785 INFO STEP 1110 (remove_files) COMPLETE |
7269 | 2024-08-22T03:09:15.051Z | [ recovery-image] Aug 22 03:09:13.785 INFO O| Aug 22 03:09:13.785 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-08-22T03:09:15.058Z | [ recovery-image] Aug 22 03:09:13.795 INFO O| Aug 22 03:09:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7271 | 2024-08-22T03:09:15.060Z | [ recovery-image] Aug 22 03:09:13.795 INFO O| Aug 22 03:09:13.795 INFO STEP 1111 (remove_files) COMPLETE |
7272 | 2024-08-22T03:09:15.060Z | [ recovery-image] Aug 22 03:09:13.795 INFO O| Aug 22 03:09:13.795 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-08-22T03:09:15.067Z | [ recovery-image] Aug 22 03:09:13.804 INFO O| Aug 22 03:09:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7274 | 2024-08-22T03:09:15.067Z | [ recovery-image] Aug 22 03:09:13.804 INFO O| Aug 22 03:09:13.804 INFO STEP 1112 (remove_files) COMPLETE |
7275 | 2024-08-22T03:09:15.067Z | [ recovery-image] Aug 22 03:09:13.804 INFO O| Aug 22 03:09:13.804 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-08-22T03:09:15.077Z | [ recovery-image] Aug 22 03:09:13.814 INFO O| Aug 22 03:09:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7277 | 2024-08-22T03:09:15.077Z | [ recovery-image] Aug 22 03:09:13.814 INFO O| Aug 22 03:09:13.814 INFO STEP 1113 (remove_files) COMPLETE |
7278 | 2024-08-22T03:09:15.077Z | [ recovery-image] Aug 22 03:09:13.814 INFO O| Aug 22 03:09:13.814 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-08-22T03:09:15.092Z | [ recovery-image] Aug 22 03:09:13.829 INFO O| Aug 22 03:09:13.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7280 | 2024-08-22T03:09:15.092Z | [ recovery-image] Aug 22 03:09:13.829 INFO O| Aug 22 03:09:13.829 INFO STEP 1114 (remove_files) COMPLETE |
7281 | 2024-08-22T03:09:15.092Z | [ recovery-image] Aug 22 03:09:13.829 INFO O| Aug 22 03:09:13.829 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-08-22T03:09:15.106Z | [ recovery-image] Aug 22 03:09:13.843 INFO O| Aug 22 03:09:13.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7283 | 2024-08-22T03:09:15.106Z | [ recovery-image] Aug 22 03:09:13.843 INFO O| Aug 22 03:09:13.843 INFO STEP 1115 (remove_files) COMPLETE |
7284 | 2024-08-22T03:09:15.109Z | [ recovery-image] Aug 22 03:09:13.843 INFO O| Aug 22 03:09:13.843 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-08-22T03:09:15.119Z | [ recovery-image] Aug 22 03:09:13.856 INFO O| Aug 22 03:09:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7286 | 2024-08-22T03:09:15.119Z | [ recovery-image] Aug 22 03:09:13.856 INFO O| Aug 22 03:09:13.856 INFO STEP 1116 (remove_files) COMPLETE |
7287 | 2024-08-22T03:09:15.122Z | [ recovery-image] Aug 22 03:09:13.856 INFO O| Aug 22 03:09:13.856 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-08-22T03:09:15.129Z | [ recovery-image] Aug 22 03:09:13.866 INFO O| Aug 22 03:09:13.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7289 | 2024-08-22T03:09:15.131Z | [ recovery-image] Aug 22 03:09:13.866 INFO O| Aug 22 03:09:13.866 INFO STEP 1117 (remove_files) COMPLETE |
7290 | 2024-08-22T03:09:15.131Z | [ recovery-image] Aug 22 03:09:13.866 INFO O| Aug 22 03:09:13.866 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-08-22T03:09:15.139Z | [ recovery-image] Aug 22 03:09:13.876 INFO O| Aug 22 03:09:13.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7292 | 2024-08-22T03:09:15.139Z | [ recovery-image] Aug 22 03:09:13.876 INFO O| Aug 22 03:09:13.876 INFO STEP 1118 (remove_files) COMPLETE |
7293 | 2024-08-22T03:09:15.141Z | [ recovery-image] Aug 22 03:09:13.876 INFO O| Aug 22 03:09:13.876 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-08-22T03:09:15.149Z | [ recovery-image] Aug 22 03:09:13.886 INFO O| Aug 22 03:09:13.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7295 | 2024-08-22T03:09:15.151Z | [ recovery-image] Aug 22 03:09:13.886 INFO O| Aug 22 03:09:13.886 INFO STEP 1119 (remove_files) COMPLETE |
7296 | 2024-08-22T03:09:15.151Z | [ recovery-image] Aug 22 03:09:13.886 INFO O| Aug 22 03:09:13.886 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-08-22T03:09:15.159Z | [ recovery-image] Aug 22 03:09:13.896 INFO O| Aug 22 03:09:13.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7298 | 2024-08-22T03:09:15.159Z | [ recovery-image] Aug 22 03:09:13.896 INFO O| Aug 22 03:09:13.896 INFO STEP 1120 (remove_files) COMPLETE |
7299 | 2024-08-22T03:09:15.161Z | [ recovery-image] Aug 22 03:09:13.896 INFO O| Aug 22 03:09:13.896 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-08-22T03:09:15.169Z | [ recovery-image] Aug 22 03:09:13.905 INFO O| Aug 22 03:09:13.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7301 | 2024-08-22T03:09:15.172Z | [ recovery-image] Aug 22 03:09:13.905 INFO O| Aug 22 03:09:13.905 INFO STEP 1121 (remove_files) COMPLETE |
7302 | 2024-08-22T03:09:15.172Z | [ recovery-image] Aug 22 03:09:13.905 INFO O| Aug 22 03:09:13.905 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-08-22T03:09:15.178Z | [ recovery-image] Aug 22 03:09:13.915 INFO O| Aug 22 03:09:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7304 | 2024-08-22T03:09:15.181Z | [ recovery-image] Aug 22 03:09:13.915 INFO O| Aug 22 03:09:13.915 INFO STEP 1122 (remove_files) COMPLETE |
7305 | 2024-08-22T03:09:15.181Z | [ recovery-image] Aug 22 03:09:13.915 INFO O| Aug 22 03:09:13.915 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-08-22T03:09:15.188Z | [ recovery-image] Aug 22 03:09:13.925 INFO O| Aug 22 03:09:13.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7307 | 2024-08-22T03:09:15.196Z | [ recovery-image] Aug 22 03:09:13.925 INFO O| Aug 22 03:09:13.925 INFO STEP 1123 (remove_files) COMPLETE |
7308 | 2024-08-22T03:09:15.196Z | [ recovery-image] Aug 22 03:09:13.925 INFO O| Aug 22 03:09:13.925 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-08-22T03:09:15.200Z | [ recovery-image] Aug 22 03:09:13.934 INFO O| Aug 22 03:09:13.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7310 | 2024-08-22T03:09:15.200Z | [ recovery-image] Aug 22 03:09:13.934 INFO O| Aug 22 03:09:13.934 INFO STEP 1124 (remove_files) COMPLETE |
7311 | 2024-08-22T03:09:15.200Z | [ recovery-image] Aug 22 03:09:13.935 INFO O| Aug 22 03:09:13.934 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-08-22T03:09:15.207Z | [ recovery-image] Aug 22 03:09:13.944 INFO O| Aug 22 03:09:13.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7313 | 2024-08-22T03:09:15.207Z | [ recovery-image] Aug 22 03:09:13.944 INFO O| Aug 22 03:09:13.944 INFO STEP 1125 (remove_files) COMPLETE |
7314 | 2024-08-22T03:09:15.209Z | [ recovery-image] Aug 22 03:09:13.944 INFO O| Aug 22 03:09:13.944 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-08-22T03:09:15.217Z | [ recovery-image] Aug 22 03:09:13.954 INFO O| Aug 22 03:09:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7316 | 2024-08-22T03:09:15.217Z | [ recovery-image] Aug 22 03:09:13.954 INFO O| Aug 22 03:09:13.954 INFO STEP 1126 (remove_files) COMPLETE |
7317 | 2024-08-22T03:09:15.219Z | [ recovery-image] Aug 22 03:09:13.954 INFO O| Aug 22 03:09:13.954 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-08-22T03:09:15.227Z | [ recovery-image] Aug 22 03:09:13.963 INFO O| Aug 22 03:09:13.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7319 | 2024-08-22T03:09:15.227Z | [ recovery-image] Aug 22 03:09:13.964 INFO O| Aug 22 03:09:13.964 INFO STEP 1127 (remove_files) COMPLETE |
7320 | 2024-08-22T03:09:15.229Z | [ recovery-image] Aug 22 03:09:13.964 INFO O| Aug 22 03:09:13.964 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-08-22T03:09:15.232Z | [ host-image] Aug 22 03:09:13.967 INFO O| Aug 22 03:09:13.967 INFO O| Actions: Completed 22 actions in 0.59 seconds. |
7322 | 2024-08-22T03:09:15.236Z | [ recovery-image] Aug 22 03:09:13.973 INFO O| Aug 22 03:09:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7323 | 2024-08-22T03:09:15.237Z | [ recovery-image] Aug 22 03:09:13.973 INFO O| Aug 22 03:09:13.973 INFO STEP 1128 (remove_files) COMPLETE |
7324 | 2024-08-22T03:09:15.239Z | [ recovery-image] Aug 22 03:09:13.973 INFO O| Aug 22 03:09:13.973 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-08-22T03:09:15.246Z | [ recovery-image] Aug 22 03:09:13.983 INFO O| Aug 22 03:09:13.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7326 | 2024-08-22T03:09:15.246Z | [ recovery-image] Aug 22 03:09:13.983 INFO O| Aug 22 03:09:13.983 INFO STEP 1129 (remove_files) COMPLETE |
7327 | 2024-08-22T03:09:15.246Z | [ recovery-image] Aug 22 03:09:13.983 INFO O| Aug 22 03:09:13.983 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-08-22T03:09:15.256Z | [ recovery-image] Aug 22 03:09:13.993 INFO O| Aug 22 03:09:13.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7329 | 2024-08-22T03:09:15.256Z | [ recovery-image] Aug 22 03:09:13.993 INFO O| Aug 22 03:09:13.993 INFO STEP 1130 (remove_files) COMPLETE |
7330 | 2024-08-22T03:09:15.258Z | [ recovery-image] Aug 22 03:09:13.993 INFO O| Aug 22 03:09:13.993 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-08-22T03:09:15.267Z | [ recovery-image] Aug 22 03:09:14.003 INFO O| Aug 22 03:09:14.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7332 | 2024-08-22T03:09:15.267Z | [ recovery-image] Aug 22 03:09:14.003 INFO O| Aug 22 03:09:14.003 INFO STEP 1131 (remove_files) COMPLETE |
7333 | 2024-08-22T03:09:15.269Z | [ recovery-image] Aug 22 03:09:14.004 INFO O| Aug 22 03:09:14.003 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-08-22T03:09:15.277Z | [ recovery-image] Aug 22 03:09:14.013 INFO O| Aug 22 03:09:14.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7335 | 2024-08-22T03:09:15.279Z | [ recovery-image] Aug 22 03:09:14.014 INFO O| Aug 22 03:09:14.013 INFO STEP 1132 (remove_files) COMPLETE |
7336 | 2024-08-22T03:09:15.279Z | [ recovery-image] Aug 22 03:09:14.014 INFO O| Aug 22 03:09:14.013 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-08-22T03:09:15.286Z | [ recovery-image] Aug 22 03:09:14.023 INFO O| Aug 22 03:09:14.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7338 | 2024-08-22T03:09:15.287Z | [ recovery-image] Aug 22 03:09:14.023 INFO O| Aug 22 03:09:14.023 INFO STEP 1133 (remove_files) COMPLETE |
7339 | 2024-08-22T03:09:15.289Z | [ recovery-image] Aug 22 03:09:14.023 INFO O| Aug 22 03:09:14.023 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-22T03:09:15.296Z | [ recovery-image] Aug 22 03:09:14.033 INFO O| Aug 22 03:09:14.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7341 | 2024-08-22T03:09:15.296Z | [ recovery-image] Aug 22 03:09:14.033 INFO O| Aug 22 03:09:14.033 INFO STEP 1134 (remove_files) COMPLETE |
7342 | 2024-08-22T03:09:15.299Z | [ recovery-image] Aug 22 03:09:14.033 INFO O| Aug 22 03:09:14.033 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-22T03:09:15.306Z | [ recovery-image] Aug 22 03:09:14.043 INFO O| Aug 22 03:09:14.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7344 | 2024-08-22T03:09:15.308Z | [ recovery-image] Aug 22 03:09:14.043 INFO O| Aug 22 03:09:14.043 INFO STEP 1135 (remove_files) COMPLETE |
7345 | 2024-08-22T03:09:15.308Z | [ recovery-image] Aug 22 03:09:14.043 INFO O| Aug 22 03:09:14.043 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-22T03:09:15.316Z | [ recovery-image] Aug 22 03:09:14.053 INFO O| Aug 22 03:09:14.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7347 | 2024-08-22T03:09:15.318Z | [ recovery-image] Aug 22 03:09:14.053 INFO O| Aug 22 03:09:14.053 INFO STEP 1136 (remove_files) COMPLETE |
7348 | 2024-08-22T03:09:15.318Z | [ recovery-image] Aug 22 03:09:14.053 INFO O| Aug 22 03:09:14.053 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-22T03:09:15.325Z | [ recovery-image] Aug 22 03:09:14.062 INFO O| Aug 22 03:09:14.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7350 | 2024-08-22T03:09:15.328Z | [ recovery-image] Aug 22 03:09:14.062 INFO O| Aug 22 03:09:14.062 INFO STEP 1137 (remove_files) COMPLETE |
7351 | 2024-08-22T03:09:15.328Z | [ recovery-image] Aug 22 03:09:14.063 INFO O| Aug 22 03:09:14.062 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-22T03:09:15.335Z | [ recovery-image] Aug 22 03:09:14.072 INFO O| Aug 22 03:09:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7353 | 2024-08-22T03:09:15.338Z | [ recovery-image] Aug 22 03:09:14.072 INFO O| Aug 22 03:09:14.072 INFO STEP 1138 (remove_files) COMPLETE |
7354 | 2024-08-22T03:09:15.338Z | [ recovery-image] Aug 22 03:09:14.072 INFO O| Aug 22 03:09:14.072 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-22T03:09:15.345Z | [ recovery-image] Aug 22 03:09:14.082 INFO O| Aug 22 03:09:14.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7356 | 2024-08-22T03:09:15.345Z | [ recovery-image] Aug 22 03:09:14.082 INFO O| Aug 22 03:09:14.082 INFO STEP 1139 (remove_files) COMPLETE |
7357 | 2024-08-22T03:09:15.347Z | [ recovery-image] Aug 22 03:09:14.082 INFO O| Aug 22 03:09:14.082 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-22T03:09:15.355Z | [ recovery-image] Aug 22 03:09:14.092 INFO O| Aug 22 03:09:14.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7359 | 2024-08-22T03:09:15.355Z | [ recovery-image] Aug 22 03:09:14.092 INFO O| Aug 22 03:09:14.092 INFO STEP 1140 (remove_files) COMPLETE |
7360 | 2024-08-22T03:09:15.355Z | [ recovery-image] Aug 22 03:09:14.092 INFO O| Aug 22 03:09:14.092 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-22T03:09:15.365Z | [ recovery-image] Aug 22 03:09:14.101 INFO O| Aug 22 03:09:14.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7362 | 2024-08-22T03:09:15.367Z | [ recovery-image] Aug 22 03:09:14.101 INFO O| Aug 22 03:09:14.101 INFO STEP 1141 (remove_files) COMPLETE |
7363 | 2024-08-22T03:09:15.367Z | [ recovery-image] Aug 22 03:09:14.101 INFO O| Aug 22 03:09:14.101 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-22T03:09:15.375Z | [ recovery-image] Aug 22 03:09:14.111 INFO O| Aug 22 03:09:14.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7365 | 2024-08-22T03:09:15.375Z | [ recovery-image] Aug 22 03:09:14.112 INFO O| Aug 22 03:09:14.111 INFO STEP 1142 (remove_files) COMPLETE |
7366 | 2024-08-22T03:09:15.378Z | [ recovery-image] Aug 22 03:09:14.112 INFO O| Aug 22 03:09:14.112 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-22T03:09:15.386Z | [ recovery-image] Aug 22 03:09:14.123 INFO O| Aug 22 03:09:14.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7368 | 2024-08-22T03:09:15.388Z | [ recovery-image] Aug 22 03:09:14.123 INFO O| Aug 22 03:09:14.123 INFO STEP 1143 (remove_files) COMPLETE |
7369 | 2024-08-22T03:09:15.388Z | [ recovery-image] Aug 22 03:09:14.123 INFO O| Aug 22 03:09:14.123 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-22T03:09:15.396Z | [ recovery-image] Aug 22 03:09:14.133 INFO O| Aug 22 03:09:14.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7371 | 2024-08-22T03:09:15.398Z | [ recovery-image] Aug 22 03:09:14.133 INFO O| Aug 22 03:09:14.133 INFO STEP 1144 (remove_files) COMPLETE |
7372 | 2024-08-22T03:09:15.398Z | [ recovery-image] Aug 22 03:09:14.133 INFO O| Aug 22 03:09:14.133 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-22T03:09:15.406Z | [ recovery-image] Aug 22 03:09:14.143 INFO O| Aug 22 03:09:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7374 | 2024-08-22T03:09:15.408Z | [ recovery-image] Aug 22 03:09:14.143 INFO O| Aug 22 03:09:14.143 INFO STEP 1145 (remove_files) COMPLETE |
7375 | 2024-08-22T03:09:15.408Z | [ recovery-image] Aug 22 03:09:14.143 INFO O| Aug 22 03:09:14.143 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-22T03:09:15.418Z | [ recovery-image] Aug 22 03:09:14.155 INFO O| Aug 22 03:09:14.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7377 | 2024-08-22T03:09:15.418Z | [ recovery-image] Aug 22 03:09:14.155 INFO O| Aug 22 03:09:14.155 INFO STEP 1146 (remove_files) COMPLETE |
7378 | 2024-08-22T03:09:15.420Z | [ recovery-image] Aug 22 03:09:14.155 INFO O| Aug 22 03:09:14.155 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-22T03:09:15.428Z | [ recovery-image] Aug 22 03:09:14.165 INFO O| Aug 22 03:09:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7380 | 2024-08-22T03:09:15.428Z | [ recovery-image] Aug 22 03:09:14.165 INFO O| Aug 22 03:09:14.165 INFO STEP 1147 (remove_files) COMPLETE |
7381 | 2024-08-22T03:09:15.428Z | [ recovery-image] Aug 22 03:09:14.165 INFO O| Aug 22 03:09:14.165 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-22T03:09:15.438Z | [ recovery-image] Aug 22 03:09:14.174 INFO O| Aug 22 03:09:14.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7383 | 2024-08-22T03:09:15.438Z | [ recovery-image] Aug 22 03:09:14.175 INFO O| Aug 22 03:09:14.175 INFO STEP 1148 (remove_files) COMPLETE |
7384 | 2024-08-22T03:09:15.438Z | [ recovery-image] Aug 22 03:09:14.175 INFO O| Aug 22 03:09:14.175 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-22T03:09:15.448Z | [ recovery-image] Aug 22 03:09:14.185 INFO O| Aug 22 03:09:14.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7386 | 2024-08-22T03:09:15.450Z | [ recovery-image] Aug 22 03:09:14.185 INFO O| Aug 22 03:09:14.185 INFO STEP 1149 (remove_files) COMPLETE |
7387 | 2024-08-22T03:09:15.450Z | [ recovery-image] Aug 22 03:09:14.185 INFO O| Aug 22 03:09:14.185 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-22T03:09:15.459Z | [ recovery-image] Aug 22 03:09:14.196 INFO O| Aug 22 03:09:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7389 | 2024-08-22T03:09:15.461Z | [ recovery-image] Aug 22 03:09:14.196 INFO O| Aug 22 03:09:14.196 INFO STEP 1150 (remove_files) COMPLETE |
7390 | 2024-08-22T03:09:15.461Z | [ recovery-image] Aug 22 03:09:14.196 INFO O| Aug 22 03:09:14.196 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-22T03:09:15.466Z | [ host-image] Aug 22 03:09:14.203 INFO O| Aug 22 03:09:14.203 INFO O| Done |
7392 | 2024-08-22T03:09:15.466Z | [ host-image] Aug 22 03:09:14.203 INFO O| Aug 22 03:09:14.203 INFO O| Done |
7393 | 2024-08-22T03:09:15.470Z | [ recovery-image] Aug 22 03:09:14.207 INFO O| Aug 22 03:09:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7394 | 2024-08-22T03:09:15.470Z | [ recovery-image] Aug 22 03:09:14.207 INFO O| Aug 22 03:09:14.207 INFO STEP 1151 (remove_files) COMPLETE |
7395 | 2024-08-22T03:09:15.470Z | [ recovery-image] Aug 22 03:09:14.207 INFO O| Aug 22 03:09:14.207 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-08-22T03:09:15.480Z | [ recovery-image] Aug 22 03:09:14.217 INFO O| Aug 22 03:09:14.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7397 | 2024-08-22T03:09:15.480Z | [ recovery-image] Aug 22 03:09:14.217 INFO O| Aug 22 03:09:14.217 INFO STEP 1152 (remove_files) COMPLETE |
7398 | 2024-08-22T03:09:15.480Z | [ recovery-image] Aug 22 03:09:14.217 INFO O| Aug 22 03:09:14.217 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-08-22T03:09:15.490Z | [ recovery-image] Aug 22 03:09:14.227 INFO O| Aug 22 03:09:14.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7400 | 2024-08-22T03:09:15.490Z | [ recovery-image] Aug 22 03:09:14.227 INFO O| Aug 22 03:09:14.227 INFO STEP 1153 (remove_files) COMPLETE |
7401 | 2024-08-22T03:09:15.493Z | [ recovery-image] Aug 22 03:09:14.227 INFO O| Aug 22 03:09:14.227 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-08-22T03:09:15.500Z | [ recovery-image] Aug 22 03:09:14.237 INFO O| Aug 22 03:09:14.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7403 | 2024-08-22T03:09:15.500Z | [ recovery-image] Aug 22 03:09:14.237 INFO O| Aug 22 03:09:14.237 INFO STEP 1154 (remove_files) COMPLETE |
7404 | 2024-08-22T03:09:15.504Z | [ recovery-image] Aug 22 03:09:14.237 INFO O| Aug 22 03:09:14.237 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-08-22T03:09:15.512Z | [ recovery-image] Aug 22 03:09:14.246 INFO O| Aug 22 03:09:14.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7406 | 2024-08-22T03:09:15.515Z | [ recovery-image] Aug 22 03:09:14.246 INFO O| Aug 22 03:09:14.246 INFO STEP 1155 (remove_files) COMPLETE |
7407 | 2024-08-22T03:09:15.515Z | [ recovery-image] Aug 22 03:09:14.246 INFO O| Aug 22 03:09:14.246 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-08-22T03:09:15.519Z | [ recovery-image] Aug 22 03:09:14.256 INFO O| Aug 22 03:09:14.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7409 | 2024-08-22T03:09:15.519Z | [ recovery-image] Aug 22 03:09:14.256 INFO O| Aug 22 03:09:14.256 INFO STEP 1156 (remove_files) COMPLETE |
7410 | 2024-08-22T03:09:15.522Z | [ recovery-image] Aug 22 03:09:14.256 INFO O| Aug 22 03:09:14.256 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-08-22T03:09:15.529Z | [ recovery-image] Aug 22 03:09:14.265 INFO O| Aug 22 03:09:14.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7412 | 2024-08-22T03:09:15.531Z | [ recovery-image] Aug 22 03:09:14.265 INFO O| Aug 22 03:09:14.265 INFO STEP 1157 (remove_files) COMPLETE |
7413 | 2024-08-22T03:09:15.531Z | [ recovery-image] Aug 22 03:09:14.265 INFO O| Aug 22 03:09:14.265 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-08-22T03:09:15.538Z | [ recovery-image] Aug 22 03:09:14.275 INFO O| Aug 22 03:09:14.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7415 | 2024-08-22T03:09:15.538Z | [ recovery-image] Aug 22 03:09:14.275 INFO O| Aug 22 03:09:14.275 INFO STEP 1158 (remove_files) COMPLETE |
7416 | 2024-08-22T03:09:15.540Z | [ recovery-image] Aug 22 03:09:14.275 INFO O| Aug 22 03:09:14.275 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-08-22T03:09:15.547Z | [ recovery-image] Aug 22 03:09:14.284 INFO O| Aug 22 03:09:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7418 | 2024-08-22T03:09:15.548Z | [ recovery-image] Aug 22 03:09:14.284 INFO O| Aug 22 03:09:14.284 INFO STEP 1159 (remove_files) COMPLETE |
7419 | 2024-08-22T03:09:15.550Z | [ recovery-image] Aug 22 03:09:14.284 INFO O| Aug 22 03:09:14.284 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-08-22T03:09:15.557Z | [ recovery-image] Aug 22 03:09:14.294 INFO O| Aug 22 03:09:14.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7421 | 2024-08-22T03:09:15.557Z | [ recovery-image] Aug 22 03:09:14.294 INFO O| Aug 22 03:09:14.294 INFO STEP 1160 (remove_files) COMPLETE |
7422 | 2024-08-22T03:09:15.559Z | [ recovery-image] Aug 22 03:09:14.294 INFO O| Aug 22 03:09:14.294 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-08-22T03:09:15.566Z | [ recovery-image] Aug 22 03:09:14.303 INFO O| Aug 22 03:09:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7424 | 2024-08-22T03:09:15.566Z | [ recovery-image] Aug 22 03:09:14.303 INFO O| Aug 22 03:09:14.303 INFO STEP 1161 (remove_files) COMPLETE |
7425 | 2024-08-22T03:09:15.570Z | [ recovery-image] Aug 22 03:09:14.303 INFO O| Aug 22 03:09:14.303 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-08-22T03:09:15.576Z | [ recovery-image] Aug 22 03:09:14.313 INFO O| Aug 22 03:09:14.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7427 | 2024-08-22T03:09:15.579Z | [ recovery-image] Aug 22 03:09:14.313 INFO O| Aug 22 03:09:14.313 INFO STEP 1162 (remove_files) COMPLETE |
7428 | 2024-08-22T03:09:15.579Z | [ recovery-image] Aug 22 03:09:14.313 INFO O| Aug 22 03:09:14.313 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-08-22T03:09:15.585Z | [ recovery-image] Aug 22 03:09:14.322 INFO O| Aug 22 03:09:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7430 | 2024-08-22T03:09:15.588Z | [ recovery-image] Aug 22 03:09:14.322 INFO O| Aug 22 03:09:14.322 INFO STEP 1163 (remove_files) COMPLETE |
7431 | 2024-08-22T03:09:15.588Z | [ recovery-image] Aug 22 03:09:14.322 INFO O| Aug 22 03:09:14.322 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-08-22T03:09:15.595Z | [ recovery-image] Aug 22 03:09:14.332 INFO O| Aug 22 03:09:14.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7433 | 2024-08-22T03:09:15.597Z | [ recovery-image] Aug 22 03:09:14.332 INFO O| Aug 22 03:09:14.332 INFO STEP 1164 (remove_files) COMPLETE |
7434 | 2024-08-22T03:09:15.597Z | [ recovery-image] Aug 22 03:09:14.332 INFO O| Aug 22 03:09:14.332 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-08-22T03:09:15.604Z | [ recovery-image] Aug 22 03:09:14.341 INFO O| Aug 22 03:09:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7436 | 2024-08-22T03:09:15.604Z | [ recovery-image] Aug 22 03:09:14.341 INFO O| Aug 22 03:09:14.341 INFO STEP 1165 (remove_files) COMPLETE |
7437 | 2024-08-22T03:09:15.604Z | [ recovery-image] Aug 22 03:09:14.341 INFO O| Aug 22 03:09:14.341 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-08-22T03:09:15.614Z | [ recovery-image] Aug 22 03:09:14.350 INFO O| Aug 22 03:09:14.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7439 | 2024-08-22T03:09:15.616Z | [ recovery-image] Aug 22 03:09:14.350 INFO O| Aug 22 03:09:14.350 INFO STEP 1166 (remove_files) COMPLETE |
7440 | 2024-08-22T03:09:15.616Z | [ recovery-image] Aug 22 03:09:14.351 INFO O| Aug 22 03:09:14.350 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-08-22T03:09:15.623Z | [ recovery-image] Aug 22 03:09:14.360 INFO O| Aug 22 03:09:14.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7442 | 2024-08-22T03:09:15.623Z | [ recovery-image] Aug 22 03:09:14.360 INFO O| Aug 22 03:09:14.360 INFO STEP 1167 (remove_files) COMPLETE |
7443 | 2024-08-22T03:09:15.625Z | [ recovery-image] Aug 22 03:09:14.360 INFO O| Aug 22 03:09:14.360 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-08-22T03:09:15.632Z | [ recovery-image] Aug 22 03:09:14.369 INFO O| Aug 22 03:09:14.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7445 | 2024-08-22T03:09:15.635Z | [ recovery-image] Aug 22 03:09:14.369 INFO O| Aug 22 03:09:14.369 INFO STEP 1168 (remove_files) COMPLETE |
7446 | 2024-08-22T03:09:15.635Z | [ recovery-image] Aug 22 03:09:14.369 INFO O| Aug 22 03:09:14.369 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-08-22T03:09:15.642Z | [ recovery-image] Aug 22 03:09:14.379 INFO O| Aug 22 03:09:14.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7448 | 2024-08-22T03:09:15.642Z | [ recovery-image] Aug 22 03:09:14.379 INFO O| Aug 22 03:09:14.379 INFO STEP 1169 (remove_files) COMPLETE |
7449 | 2024-08-22T03:09:15.644Z | [ recovery-image] Aug 22 03:09:14.379 INFO O| Aug 22 03:09:14.379 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-08-22T03:09:15.651Z | [ recovery-image] Aug 22 03:09:14.388 INFO O| Aug 22 03:09:14.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7451 | 2024-08-22T03:09:15.654Z | [ recovery-image] Aug 22 03:09:14.388 INFO O| Aug 22 03:09:14.388 INFO STEP 1170 (remove_files) COMPLETE |
7452 | 2024-08-22T03:09:15.654Z | [ recovery-image] Aug 22 03:09:14.388 INFO O| Aug 22 03:09:14.388 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-08-22T03:09:15.661Z | [ recovery-image] Aug 22 03:09:14.398 INFO O| Aug 22 03:09:14.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7454 | 2024-08-22T03:09:15.661Z | [ recovery-image] Aug 22 03:09:14.398 INFO O| Aug 22 03:09:14.398 INFO STEP 1171 (remove_files) COMPLETE |
7455 | 2024-08-22T03:09:15.664Z | [ recovery-image] Aug 22 03:09:14.398 INFO O| Aug 22 03:09:14.398 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-08-22T03:09:15.670Z | [ recovery-image] Aug 22 03:09:14.407 INFO O| Aug 22 03:09:14.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7457 | 2024-08-22T03:09:15.670Z | [ recovery-image] Aug 22 03:09:14.407 INFO O| Aug 22 03:09:14.407 INFO STEP 1172 (remove_files) COMPLETE |
7458 | 2024-08-22T03:09:15.673Z | [ recovery-image] Aug 22 03:09:14.407 INFO O| Aug 22 03:09:14.407 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-08-22T03:09:15.680Z | [ recovery-image] Aug 22 03:09:14.417 INFO O| Aug 22 03:09:14.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7460 | 2024-08-22T03:09:15.680Z | [ recovery-image] Aug 22 03:09:14.417 INFO O| Aug 22 03:09:14.417 INFO STEP 1173 (remove_files) COMPLETE |
7461 | 2024-08-22T03:09:15.680Z | [ recovery-image] Aug 22 03:09:14.417 INFO O| Aug 22 03:09:14.417 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-08-22T03:09:15.689Z | [ recovery-image] Aug 22 03:09:14.426 INFO O| Aug 22 03:09:14.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7463 | 2024-08-22T03:09:15.689Z | [ recovery-image] Aug 22 03:09:14.426 INFO O| Aug 22 03:09:14.426 INFO STEP 1174 (remove_files) COMPLETE |
7464 | 2024-08-22T03:09:15.692Z | [ recovery-image] Aug 22 03:09:14.426 INFO O| Aug 22 03:09:14.426 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-08-22T03:09:15.699Z | [ recovery-image] Aug 22 03:09:14.436 INFO O| Aug 22 03:09:14.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7466 | 2024-08-22T03:09:15.699Z | [ recovery-image] Aug 22 03:09:14.436 INFO O| Aug 22 03:09:14.436 INFO STEP 1175 (remove_files) COMPLETE |
7467 | 2024-08-22T03:09:15.701Z | [ recovery-image] Aug 22 03:09:14.436 INFO O| Aug 22 03:09:14.436 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-08-22T03:09:15.708Z | [ recovery-image] Aug 22 03:09:14.445 INFO O| Aug 22 03:09:14.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7469 | 2024-08-22T03:09:15.711Z | [ recovery-image] Aug 22 03:09:14.445 INFO O| Aug 22 03:09:14.445 INFO STEP 1176 (remove_files) COMPLETE |
7470 | 2024-08-22T03:09:15.711Z | [ recovery-image] Aug 22 03:09:14.445 INFO O| Aug 22 03:09:14.445 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-08-22T03:09:15.718Z | [ recovery-image] Aug 22 03:09:14.455 INFO O| Aug 22 03:09:14.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7472 | 2024-08-22T03:09:15.718Z | [ recovery-image] Aug 22 03:09:14.455 INFO O| Aug 22 03:09:14.455 INFO STEP 1177 (remove_files) COMPLETE |
7473 | 2024-08-22T03:09:15.720Z | [ recovery-image] Aug 22 03:09:14.455 INFO O| Aug 22 03:09:14.455 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-08-22T03:09:15.727Z | [ recovery-image] Aug 22 03:09:14.464 INFO O| Aug 22 03:09:14.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7475 | 2024-08-22T03:09:15.730Z | [ recovery-image] Aug 22 03:09:14.464 INFO O| Aug 22 03:09:14.464 INFO STEP 1178 (remove_files) COMPLETE |
7476 | 2024-08-22T03:09:15.730Z | [ recovery-image] Aug 22 03:09:14.464 INFO O| Aug 22 03:09:14.464 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-08-22T03:09:15.737Z | [ recovery-image] Aug 22 03:09:14.474 INFO O| Aug 22 03:09:14.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7478 | 2024-08-22T03:09:15.737Z | [ recovery-image] Aug 22 03:09:14.474 INFO O| Aug 22 03:09:14.474 INFO STEP 1179 (remove_files) COMPLETE |
7479 | 2024-08-22T03:09:15.737Z | [ recovery-image] Aug 22 03:09:14.474 INFO O| Aug 22 03:09:14.474 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-08-22T03:09:15.746Z | [ recovery-image] Aug 22 03:09:14.483 INFO O| Aug 22 03:09:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7481 | 2024-08-22T03:09:15.746Z | [ recovery-image] Aug 22 03:09:14.483 INFO O| Aug 22 03:09:14.483 INFO STEP 1180 (remove_files) COMPLETE |
7482 | 2024-08-22T03:09:15.749Z | [ recovery-image] Aug 22 03:09:14.483 INFO O| Aug 22 03:09:14.483 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-08-22T03:09:15.756Z | [ recovery-image] Aug 22 03:09:14.493 INFO O| Aug 22 03:09:14.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7484 | 2024-08-22T03:09:15.756Z | [ recovery-image] Aug 22 03:09:14.493 INFO O| Aug 22 03:09:14.493 INFO STEP 1181 (remove_files) COMPLETE |
7485 | 2024-08-22T03:09:15.758Z | [ recovery-image] Aug 22 03:09:14.493 INFO O| Aug 22 03:09:14.493 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-08-22T03:09:15.766Z | [ recovery-image] Aug 22 03:09:14.502 INFO O| Aug 22 03:09:14.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7487 | 2024-08-22T03:09:15.766Z | [ recovery-image] Aug 22 03:09:14.502 INFO O| Aug 22 03:09:14.502 INFO STEP 1182 (remove_files) COMPLETE |
7488 | 2024-08-22T03:09:15.768Z | [ recovery-image] Aug 22 03:09:14.502 INFO O| Aug 22 03:09:14.502 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-08-22T03:09:15.775Z | [ recovery-image] Aug 22 03:09:14.512 INFO O| Aug 22 03:09:14.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7490 | 2024-08-22T03:09:15.777Z | [ recovery-image] Aug 22 03:09:14.512 INFO O| Aug 22 03:09:14.512 INFO STEP 1183 (remove_files) COMPLETE |
7491 | 2024-08-22T03:09:15.777Z | [ recovery-image] Aug 22 03:09:14.512 INFO O| Aug 22 03:09:14.512 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-08-22T03:09:15.784Z | [ recovery-image] Aug 22 03:09:14.521 INFO O| Aug 22 03:09:14.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7493 | 2024-08-22T03:09:15.784Z | [ recovery-image] Aug 22 03:09:14.521 INFO O| Aug 22 03:09:14.521 INFO STEP 1184 (remove_files) COMPLETE |
7494 | 2024-08-22T03:09:15.787Z | [ recovery-image] Aug 22 03:09:14.521 INFO O| Aug 22 03:09:14.521 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-08-22T03:09:15.794Z | [ recovery-image] Aug 22 03:09:14.531 INFO O| Aug 22 03:09:14.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7496 | 2024-08-22T03:09:15.794Z | [ recovery-image] Aug 22 03:09:14.531 INFO O| Aug 22 03:09:14.531 INFO STEP 1185 (remove_files) COMPLETE |
7497 | 2024-08-22T03:09:15.796Z | [ recovery-image] Aug 22 03:09:14.531 INFO O| Aug 22 03:09:14.531 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-08-22T03:09:15.804Z | [ recovery-image] Aug 22 03:09:14.540 INFO O| Aug 22 03:09:14.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7499 | 2024-08-22T03:09:15.806Z | [ recovery-image] Aug 22 03:09:14.540 INFO O| Aug 22 03:09:14.540 INFO STEP 1186 (remove_files) COMPLETE |
7500 | 2024-08-22T03:09:15.806Z | [ recovery-image] Aug 22 03:09:14.540 INFO O| Aug 22 03:09:14.540 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-08-22T03:09:15.813Z | [ recovery-image] Aug 22 03:09:14.550 INFO O| Aug 22 03:09:14.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7502 | 2024-08-22T03:09:15.813Z | [ recovery-image] Aug 22 03:09:14.550 INFO O| Aug 22 03:09:14.550 INFO STEP 1187 (remove_files) COMPLETE |
7503 | 2024-08-22T03:09:15.815Z | [ recovery-image] Aug 22 03:09:14.550 INFO O| Aug 22 03:09:14.550 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-08-22T03:09:15.815Z | [ host-image] Aug 22 03:09:14.552 INFO O| Aug 22 03:09:14.552 INFO O| Done |
7505 | 2024-08-22T03:09:15.823Z | [ recovery-image] Aug 22 03:09:14.560 INFO O| Aug 22 03:09:14.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7506 | 2024-08-22T03:09:15.823Z | [ recovery-image] Aug 22 03:09:14.560 INFO O| Aug 22 03:09:14.560 INFO STEP 1188 (remove_files) COMPLETE |
7507 | 2024-08-22T03:09:15.825Z | [ recovery-image] Aug 22 03:09:14.560 INFO O| Aug 22 03:09:14.560 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-08-22T03:09:15.834Z | [ recovery-image] Aug 22 03:09:14.571 INFO O| Aug 22 03:09:14.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7509 | 2024-08-22T03:09:15.834Z | [ recovery-image] Aug 22 03:09:14.571 INFO O| Aug 22 03:09:14.571 INFO STEP 1189 (remove_files) COMPLETE |
7510 | 2024-08-22T03:09:15.837Z | [ recovery-image] Aug 22 03:09:14.571 INFO O| Aug 22 03:09:14.571 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-08-22T03:09:15.845Z | [ recovery-image] Aug 22 03:09:14.581 INFO O| Aug 22 03:09:14.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7512 | 2024-08-22T03:09:15.845Z | [ recovery-image] Aug 22 03:09:14.581 INFO O| Aug 22 03:09:14.581 INFO STEP 1190 (remove_files) COMPLETE |
7513 | 2024-08-22T03:09:15.847Z | [ recovery-image] Aug 22 03:09:14.581 INFO O| Aug 22 03:09:14.581 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-08-22T03:09:15.855Z | [ recovery-image] Aug 22 03:09:14.591 INFO O| Aug 22 03:09:14.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7515 | 2024-08-22T03:09:15.855Z | [ recovery-image] Aug 22 03:09:14.591 INFO O| Aug 22 03:09:14.591 INFO STEP 1191 (remove_files) COMPLETE |
7516 | 2024-08-22T03:09:15.855Z | [ recovery-image] Aug 22 03:09:14.591 INFO O| Aug 22 03:09:14.591 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-08-22T03:09:15.864Z | [ recovery-image] Aug 22 03:09:14.601 INFO O| Aug 22 03:09:14.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7518 | 2024-08-22T03:09:15.864Z | [ recovery-image] Aug 22 03:09:14.601 INFO O| Aug 22 03:09:14.601 INFO STEP 1192 (remove_files) COMPLETE |
7519 | 2024-08-22T03:09:15.867Z | [ recovery-image] Aug 22 03:09:14.601 INFO O| Aug 22 03:09:14.601 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-08-22T03:09:15.875Z | [ recovery-image] Aug 22 03:09:14.612 INFO O| Aug 22 03:09:14.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7521 | 2024-08-22T03:09:15.875Z | [ recovery-image] Aug 22 03:09:14.612 INFO O| Aug 22 03:09:14.612 INFO STEP 1193 (remove_files) COMPLETE |
7522 | 2024-08-22T03:09:15.877Z | [ recovery-image] Aug 22 03:09:14.612 INFO O| Aug 22 03:09:14.612 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-08-22T03:09:15.885Z | [ recovery-image] Aug 22 03:09:14.622 INFO O| Aug 22 03:09:14.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7524 | 2024-08-22T03:09:15.887Z | [ recovery-image] Aug 22 03:09:14.622 INFO O| Aug 22 03:09:14.622 INFO STEP 1194 (remove_files) COMPLETE |
7525 | 2024-08-22T03:09:15.887Z | [ recovery-image] Aug 22 03:09:14.622 INFO O| Aug 22 03:09:14.622 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-08-22T03:09:15.895Z | [ recovery-image] Aug 22 03:09:14.632 INFO O| Aug 22 03:09:14.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7527 | 2024-08-22T03:09:15.897Z | [ recovery-image] Aug 22 03:09:14.632 INFO O| Aug 22 03:09:14.632 INFO STEP 1195 (remove_files) COMPLETE |
7528 | 2024-08-22T03:09:15.897Z | [ recovery-image] Aug 22 03:09:14.632 INFO O| Aug 22 03:09:14.632 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-08-22T03:09:15.905Z | [ recovery-image] Aug 22 03:09:14.642 INFO O| Aug 22 03:09:14.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7530 | 2024-08-22T03:09:15.905Z | [ recovery-image] Aug 22 03:09:14.642 INFO O| Aug 22 03:09:14.642 INFO STEP 1196 (remove_files) COMPLETE |
7531 | 2024-08-22T03:09:15.905Z | [ recovery-image] Aug 22 03:09:14.642 INFO O| Aug 22 03:09:14.642 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-08-22T03:09:15.915Z | [ recovery-image] Aug 22 03:09:14.651 INFO O| Aug 22 03:09:14.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7533 | 2024-08-22T03:09:15.915Z | [ recovery-image] Aug 22 03:09:14.652 INFO O| Aug 22 03:09:14.651 INFO STEP 1197 (remove_files) COMPLETE |
7534 | 2024-08-22T03:09:15.915Z | [ recovery-image] Aug 22 03:09:14.652 INFO O| Aug 22 03:09:14.651 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-08-22T03:09:15.924Z | [ recovery-image] Aug 22 03:09:14.661 INFO O| Aug 22 03:09:14.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7536 | 2024-08-22T03:09:15.927Z | [ recovery-image] Aug 22 03:09:14.661 INFO O| Aug 22 03:09:14.661 INFO STEP 1198 (remove_files) COMPLETE |
7537 | 2024-08-22T03:09:15.927Z | [ recovery-image] Aug 22 03:09:14.661 INFO O| Aug 22 03:09:14.661 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-08-22T03:09:15.934Z | [ recovery-image] Aug 22 03:09:14.671 INFO O| Aug 22 03:09:14.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7539 | 2024-08-22T03:09:15.936Z | [ recovery-image] Aug 22 03:09:14.671 INFO O| Aug 22 03:09:14.671 INFO STEP 1199 (remove_files) COMPLETE |
7540 | 2024-08-22T03:09:15.936Z | [ recovery-image] Aug 22 03:09:14.671 INFO O| Aug 22 03:09:14.671 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-08-22T03:09:15.944Z | [ recovery-image] Aug 22 03:09:14.681 INFO O| Aug 22 03:09:14.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7542 | 2024-08-22T03:09:15.946Z | [ recovery-image] Aug 22 03:09:14.681 INFO O| Aug 22 03:09:14.681 INFO STEP 1200 (remove_files) COMPLETE |
7543 | 2024-08-22T03:09:15.946Z | [ recovery-image] Aug 22 03:09:14.681 INFO O| Aug 22 03:09:14.681 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-08-22T03:09:15.954Z | [ recovery-image] Aug 22 03:09:14.691 INFO O| Aug 22 03:09:14.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7545 | 2024-08-22T03:09:15.954Z | [ recovery-image] Aug 22 03:09:14.691 INFO O| Aug 22 03:09:14.691 INFO STEP 1201 (remove_files) COMPLETE |
7546 | 2024-08-22T03:09:15.954Z | [ recovery-image] Aug 22 03:09:14.691 INFO O| Aug 22 03:09:14.691 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-08-22T03:09:15.963Z | [ recovery-image] Aug 22 03:09:14.700 INFO O| Aug 22 03:09:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7548 | 2024-08-22T03:09:15.963Z | [ recovery-image] Aug 22 03:09:14.700 INFO O| Aug 22 03:09:14.700 INFO STEP 1202 (remove_files) COMPLETE |
7549 | 2024-08-22T03:09:15.966Z | [ recovery-image] Aug 22 03:09:14.700 INFO O| Aug 22 03:09:14.700 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-08-22T03:09:15.973Z | [ recovery-image] Aug 22 03:09:14.710 INFO O| Aug 22 03:09:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7551 | 2024-08-22T03:09:15.973Z | [ recovery-image] Aug 22 03:09:14.710 INFO O| Aug 22 03:09:14.710 INFO STEP 1203 (remove_files) COMPLETE |
7552 | 2024-08-22T03:09:15.973Z | [ recovery-image] Aug 22 03:09:14.710 INFO O| Aug 22 03:09:14.710 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-08-22T03:09:15.983Z | [ recovery-image] Aug 22 03:09:14.720 INFO O| Aug 22 03:09:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7554 | 2024-08-22T03:09:15.986Z | [ recovery-image] Aug 22 03:09:14.720 INFO O| Aug 22 03:09:14.720 INFO STEP 1204 (remove_files) COMPLETE |
7555 | 2024-08-22T03:09:15.986Z | [ recovery-image] Aug 22 03:09:14.720 INFO O| Aug 22 03:09:14.720 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-08-22T03:09:15.993Z | [ recovery-image] Aug 22 03:09:14.729 INFO O| Aug 22 03:09:14.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7557 | 2024-08-22T03:09:15.993Z | [ recovery-image] Aug 22 03:09:14.730 INFO O| Aug 22 03:09:14.730 INFO STEP 1205 (remove_files) COMPLETE |
7558 | 2024-08-22T03:09:15.995Z | [ recovery-image] Aug 22 03:09:14.730 INFO O| Aug 22 03:09:14.730 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7559 | 2024-08-22T03:09:16.008Z | [ recovery-image] Aug 22 03:09:14.744 INFO O| Aug 22 03:09:14.744 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7560 | 2024-08-22T03:09:16.010Z | [ recovery-image] Aug 22 03:09:14.744 INFO O| Aug 22 03:09:14.744 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7561 | 2024-08-22T03:09:16.775Z | [ recovery-image] Aug 22 03:09:15.511 INFO O| Aug 22 03:09:15.511 INFO STEP 1206 (pack_tar) COMPLETE |
7562 | 2024-08-22T03:09:16.775Z | [ recovery-image] Aug 22 03:09:15.511 INFO O| Aug 22 03:09:15.511 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7563 | 2024-08-22T03:09:16.777Z | [ recovery-image] Aug 22 03:09:15.511 INFO O| Aug 22 03:09:15.511 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7564 | 2024-08-22T03:09:17.054Z | [ host-image] Aug 22 03:09:15.791 INFO O| Aug 22 03:09:15.791 INFO O| Done |
7565 | 2024-08-22T03:09:17.079Z | [ host-image] Aug 22 03:09:15.816 INFO O| Aug 22 03:09:15.816 INFO O| Done |
7566 | 2024-08-22T03:09:17.079Z | [ host-image] Aug 22 03:09:15.816 INFO O| Aug 22 03:09:15.816 INFO O| Done |
7567 | 2024-08-22T03:09:17.090Z | [ host-image] Aug 22 03:09:15.827 INFO O| Aug 22 03:09:15.827 INFO O| Done |
7568 | 2024-08-22T03:09:17.196Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO STEP 14 (pkg_install) COMPLETE |
7569 | 2024-08-22T03:09:17.196Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7570 | 2024-08-22T03:09:17.196Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO skip step because feature "mfg" is not enabled |
7571 | 2024-08-22T03:09:17.198Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7572 | 2024-08-22T03:09:17.198Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO skip step because feature "compliance" is not enabled |
7573 | 2024-08-22T03:09:17.199Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7574 | 2024-08-22T03:09:17.199Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO skip step because feature "stress" is not enabled |
7575 | 2024-08-22T03:09:17.199Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7576 | 2024-08-22T03:09:17.199Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO skip step because feature "nfs" is not enabled |
7577 | 2024-08-22T03:09:17.199Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7578 | 2024-08-22T03:09:17.199Z | [ host-image] Aug 22 03:09:15.932 INFO O| Aug 22 03:09:15.932 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7579 | 2024-08-22T03:09:17.299Z | [ recovery-image] Aug 22 03:09:16.035 INFO O| Aug 22 03:09:16.035 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7580 | 2024-08-22T03:09:17.343Z | [ host-image] Aug 22 03:09:16.080 INFO O| Aug 22 03:09:16.080 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7581 | 2024-08-22T03:09:17.366Z | [ recovery-image] Aug 22 03:09:16.102 INFO O| Aug 22 03:09:16.102 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7582 | 2024-08-22T03:09:17.372Z | [ recovery-image] Aug 22 03:09:16.109 INFO image builder template: zfs-recovery... |
7583 | 2024-08-22T03:09:17.375Z | [ recovery-image] Aug 22 03:09:16.109 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/.tmp111CtG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None |
7584 | 2024-08-22T03:09:17.388Z | [ host-image] Aug 22 03:09:16.121 INFO O| Aug 22 03:09:16.121 INFO completed processing gimlet/ramdisk-01-os |
7585 | 2024-08-22T03:09:17.391Z | [ host-image] Aug 22 03:09:16.122 INFO omicron1 baseline generation... |
7586 | 2024-08-22T03:09:17.391Z | [ host-image] Aug 22 03:09:16.122 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7587 | 2024-08-22T03:09:17.404Z | [ recovery-image] Aug 22 03:09:16.141 INFO O| Aug 22 03:09:16.140 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7588 | 2024-08-22T03:09:17.408Z | [ recovery-image] Aug 22 03:09:16.144 INFO O| Aug 22 03:09:16.144 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7589 | 2024-08-22T03:09:17.555Z | [ recovery-image] Aug 22 03:09:16.291 INFO O| Aug 22 03:09:16.291 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7590 | 2024-08-22T03:09:17.631Z | [ recovery-image] Aug 22 03:09:16.367 INFO O| Aug 22 03:09:16.367 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7591 | 2024-08-22T03:09:17.631Z | [ recovery-image] Aug 22 03:09:16.367 INFO O| Aug 22 03:09:16.367 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7592 | 2024-08-22T03:09:17.635Z | [ recovery-image] Aug 22 03:09:16.372 INFO O| Aug 22 03:09:16.372 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7593 | 2024-08-22T03:09:17.772Z | [ host-image] Aug 22 03:09:16.509 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22827:20240820T102318Z |
7594 | 2024-08-22T03:09:17.796Z | [ recovery-image] Aug 22 03:09:16.533 INFO O| Aug 22 03:09:16.533 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7595 | 2024-08-22T03:09:17.865Z | [ recovery-image] Aug 22 03:09:16.602 INFO O| Aug 22 03:09:16.602 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7596 | 2024-08-22T03:09:17.875Z | [ recovery-image] Aug 22 03:09:16.611 INFO O| Aug 22 03:09:16.611 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7597 | 2024-08-22T03:09:17.879Z | [ recovery-image] Aug 22 03:09:16.616 INFO O| Aug 22 03:09:16.616 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7598 | 2024-08-22T03:09:17.882Z | [ recovery-image] Aug 22 03:09:16.617 INFO O| Aug 22 03:09:16.617 INFO no lofi found |
7599 | 2024-08-22T03:09:17.883Z | [ recovery-image] Aug 22 03:09:16.617 INFO O| Aug 22 03:09:16.617 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7600 | 2024-08-22T03:09:17.883Z | [ recovery-image] Aug 22 03:09:16.617 INFO O| Aug 22 03:09:16.617 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7601 | 2024-08-22T03:09:19.274Z | [ recovery-image] Aug 22 03:09:18.010 INFO O| Aug 22 03:09:18.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7602 | 2024-08-22T03:09:19.274Z | [ recovery-image] Aug 22 03:09:18.010 INFO O| Aug 22 03:09:18.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7603 | 2024-08-22T03:09:19.277Z | [ recovery-image] Aug 22 03:09:18.010 INFO O| Aug 22 03:09:18.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7604 | 2024-08-22T03:09:19.349Z | [ recovery-image] Aug 22 03:09:18.085 INFO O| Aug 22 03:09:18.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7605 | 2024-08-22T03:09:19.349Z | [ recovery-image] Aug 22 03:09:18.085 INFO O| Aug 22 03:09:18.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7606 | 2024-08-22T03:09:19.367Z | [ recovery-image] Aug 22 03:09:18.103 INFO O| Aug 22 03:09:18.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7607 | 2024-08-22T03:09:19.431Z | [ recovery-image] Aug 22 03:09:18.167 INFO O| Aug 22 03:09:18.167 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7608 | 2024-08-22T03:09:19.468Z | [ recovery-image] Aug 22 03:09:18.204 INFO O| Aug 22 03:09:18.204 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7609 | 2024-08-22T03:09:19.482Z | [ recovery-image] Aug 22 03:09:18.218 INFO O| Aug 22 03:09:18.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7610 | 2024-08-22T03:09:19.491Z | [ recovery-image] Aug 22 03:09:18.228 INFO O| Aug 22 03:09:18.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7611 | 2024-08-22T03:09:19.537Z | [ recovery-image] Aug 22 03:09:18.273 INFO O| Aug 22 03:09:18.273 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7612 | 2024-08-22T03:09:19.539Z | [ recovery-image] Aug 22 03:09:18.273 INFO O| Aug 22 03:09:18.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7613 | 2024-08-22T03:09:19.539Z | [ recovery-image] Aug 22 03:09:18.273 INFO O| Aug 22 03:09:18.273 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7614 | 2024-08-22T03:09:19.545Z | [ recovery-image] Aug 22 03:09:18.282 INFO O| Aug 22 03:09:18.282 INFO boot environment UUID: f206f3f4-54ef-4ab0-8421-d243703b5071 |
7615 | 2024-08-22T03:09:19.545Z | [ recovery-image] Aug 22 03:09:18.282 INFO O| Aug 22 03:09:18.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f206f3f4-54ef-4ab0-8421-d243703b5071 |
7616 | 2024-08-22T03:09:19.555Z | [ recovery-image] Aug 22 03:09:18.292 INFO O| Aug 22 03:09:18.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7617 | 2024-08-22T03:09:19.566Z | [ recovery-image] Aug 22 03:09:18.302 INFO O| Aug 22 03:09:18.302 INFO STEP 0 (create_be) COMPLETE |
7618 | 2024-08-22T03:09:19.566Z | [ recovery-image] Aug 22 03:09:18.302 INFO O| Aug 22 03:09:18.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7619 | 2024-08-22T03:09:19.581Z | [ recovery-image] Aug 22 03:09:18.317 INFO O| Aug 22 03:09:18.317 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"] |
7620 | 2024-08-22T03:09:21.661Z | [ recovery-image] Aug 22 03:09:20.396 INFO O| Aug 22 03:09:20.396 INFO STEP 1 (unpack_tar) COMPLETE |
7621 | 2024-08-22T03:09:21.661Z | [ recovery-image] Aug 22 03:09:20.396 INFO O| Aug 22 03:09:20.396 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7622 | 2024-08-22T03:09:21.671Z | [ recovery-image] Aug 22 03:09:20.408 INFO O| Aug 22 03:09:20.407 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7623 | 2024-08-22T03:09:22.102Z | [ recovery-image] Aug 22 03:09:20.838 INFO O| Aug 22 03:09:20.838 INFO STEP 2 (devfsadm) COMPLETE |
7624 | 2024-08-22T03:09:22.102Z | [ recovery-image] Aug 22 03:09:20.838 INFO O| Aug 22 03:09:20.838 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7625 | 2024-08-22T03:09:22.114Z | [ recovery-image] Aug 22 03:09:20.850 INFO O| Aug 22 03:09:20.850 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7626 | 2024-08-22T03:09:22.118Z | [ recovery-image] Aug 22 03:09:20.850 INFO O| Aug 22 03:09:20.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7627 | 2024-08-22T03:09:22.118Z | [ recovery-image] Aug 22 03:09:20.850 INFO O| Aug 22 03:09:20.850 INFO STEP 3 (ensure_dir) COMPLETE |
7628 | 2024-08-22T03:09:22.118Z | [ recovery-image] Aug 22 03:09:20.850 INFO O| Aug 22 03:09:20.850 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7629 | 2024-08-22T03:09:22.124Z | [ recovery-image] Aug 22 03:09:20.860 INFO O| Aug 22 03:09:20.860 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7630 | 2024-08-22T03:09:22.126Z | [ recovery-image] Aug 22 03:09:20.860 INFO O| Aug 22 03:09:20.860 INFO STEP 4 (ensure_dir) COMPLETE |
7631 | 2024-08-22T03:09:22.126Z | [ recovery-image] Aug 22 03:09:20.860 INFO O| Aug 22 03:09:20.860 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7632 | 2024-08-22T03:09:22.133Z | [ recovery-image] Aug 22 03:09:20.869 INFO O| Aug 22 03:09:20.869 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7633 | 2024-08-22T03:09:22.136Z | [ recovery-image] Aug 22 03:09:20.869 INFO O| Aug 22 03:09:20.869 INFO STEP 5 (ensure_dir) COMPLETE |
7634 | 2024-08-22T03:09:22.136Z | [ recovery-image] Aug 22 03:09:20.869 INFO O| Aug 22 03:09:20.869 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7635 | 2024-08-22T03:09:22.143Z | [ recovery-image] Aug 22 03:09:20.879 INFO O| Aug 22 03:09:20.879 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7636 | 2024-08-22T03:09:22.145Z | [ recovery-image] Aug 22 03:09:20.879 INFO O| Aug 22 03:09:20.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7637 | 2024-08-22T03:09:22.145Z | [ recovery-image] Aug 22 03:09:20.879 INFO O| Aug 22 03:09:20.879 INFO STEP 6 (ensure_dir) COMPLETE |
7638 | 2024-08-22T03:09:22.145Z | [ recovery-image] Aug 22 03:09:20.879 INFO O| Aug 22 03:09:20.879 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7639 | 2024-08-22T03:09:22.153Z | [ recovery-image] Aug 22 03:09:20.889 INFO O| Aug 22 03:09:20.889 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7640 | 2024-08-22T03:09:22.153Z | [ recovery-image] Aug 22 03:09:20.889 INFO O| Aug 22 03:09:20.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7641 | 2024-08-22T03:09:22.153Z | [ recovery-image] Aug 22 03:09:20.889 INFO O| Aug 22 03:09:20.889 INFO STEP 7 (ensure_dir) COMPLETE |
7642 | 2024-08-22T03:09:22.156Z | [ recovery-image] Aug 22 03:09:20.889 INFO O| Aug 22 03:09:20.889 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7643 | 2024-08-22T03:09:22.167Z | [ recovery-image] Aug 22 03:09:20.903 INFO O| Aug 22 03:09:20.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7644 | 2024-08-22T03:09:22.169Z | [ recovery-image] Aug 22 03:09:20.903 INFO O| Aug 22 03:09:20.903 INFO STEP 8 (remove_files) COMPLETE |
7645 | 2024-08-22T03:09:22.169Z | [ recovery-image] Aug 22 03:09:20.903 INFO O| Aug 22 03:09:20.903 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7646 | 2024-08-22T03:09:22.177Z | [ recovery-image] Aug 22 03:09:20.913 INFO O| Aug 22 03:09:20.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7647 | 2024-08-22T03:09:22.179Z | [ recovery-image] Aug 22 03:09:20.913 INFO O| Aug 22 03:09:20.913 INFO STEP 9 (remove_files) COMPLETE |
7648 | 2024-08-22T03:09:22.179Z | [ recovery-image] Aug 22 03:09:20.913 INFO O| Aug 22 03:09:20.913 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7649 | 2024-08-22T03:09:22.187Z | [ recovery-image] Aug 22 03:09:20.923 INFO O| Aug 22 03:09:20.923 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7650 | 2024-08-22T03:09:22.189Z | [ recovery-image] Aug 22 03:09:20.924 INFO O| Aug 22 03:09:20.924 INFO STEP 10 (remove_files) COMPLETE |
7651 | 2024-08-22T03:09:22.189Z | [ recovery-image] Aug 22 03:09:20.924 INFO O| Aug 22 03:09:20.924 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7652 | 2024-08-22T03:09:22.200Z | [ recovery-image] Aug 22 03:09:20.936 INFO O| Aug 22 03:09:20.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7653 | 2024-08-22T03:09:22.202Z | [ recovery-image] Aug 22 03:09:20.936 INFO O| Aug 22 03:09:20.936 INFO STEP 11 (remove_files) COMPLETE |
7654 | 2024-08-22T03:09:22.202Z | [ recovery-image] Aug 22 03:09:20.936 INFO O| Aug 22 03:09:20.936 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7655 | 2024-08-22T03:09:22.210Z | [ recovery-image] Aug 22 03:09:20.946 INFO O| Aug 22 03:09:20.946 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7656 | 2024-08-22T03:09:22.212Z | [ recovery-image] Aug 22 03:09:20.946 INFO O| Aug 22 03:09:20.946 INFO STEP 12 (remove_files) COMPLETE |
7657 | 2024-08-22T03:09:22.212Z | [ recovery-image] Aug 22 03:09:20.946 INFO O| Aug 22 03:09:20.946 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7658 | 2024-08-22T03:09:22.220Z | [ recovery-image] Aug 22 03:09:20.956 INFO O| Aug 22 03:09:20.956 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7659 | 2024-08-22T03:09:22.222Z | [ recovery-image] Aug 22 03:09:20.956 INFO O| Aug 22 03:09:20.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7660 | 2024-08-22T03:09:22.222Z | [ recovery-image] Aug 22 03:09:20.956 INFO O| Aug 22 03:09:20.956 INFO STEP 13 (ensure_dir) COMPLETE |
7661 | 2024-08-22T03:09:22.222Z | [ recovery-image] Aug 22 03:09:20.956 INFO O| Aug 22 03:09:20.956 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7662 | 2024-08-22T03:09:22.230Z | [ recovery-image] Aug 22 03:09:20.966 INFO O| Aug 22 03:09:20.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7663 | 2024-08-22T03:09:22.232Z | [ recovery-image] Aug 22 03:09:20.966 INFO O| Aug 22 03:09:20.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7664 | 2024-08-22T03:09:22.232Z | [ recovery-image] Aug 22 03:09:20.966 INFO O| Aug 22 03:09:20.966 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7665 | 2024-08-22T03:09:22.232Z | [ recovery-image] Aug 22 03:09:20.966 INFO O| Aug 22 03:09:20.966 INFO STEP 14 (ensure_dir) COMPLETE |
7666 | 2024-08-22T03:09:22.232Z | [ recovery-image] Aug 22 03:09:20.966 INFO O| Aug 22 03:09:20.966 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7667 | 2024-08-22T03:09:22.240Z | [ recovery-image] Aug 22 03:09:20.976 INFO O| Aug 22 03:09:20.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7668 | 2024-08-22T03:09:22.240Z | [ recovery-image] Aug 22 03:09:20.976 INFO O| Aug 22 03:09:20.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7669 | 2024-08-22T03:09:22.242Z | [ recovery-image] Aug 22 03:09:20.976 INFO O| Aug 22 03:09:20.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7670 | 2024-08-22T03:09:22.243Z | [ recovery-image] Aug 22 03:09:20.976 INFO O| Aug 22 03:09:20.976 INFO STEP 15 (ensure_dir) COMPLETE |
7671 | 2024-08-22T03:09:22.243Z | [ recovery-image] Aug 22 03:09:20.976 INFO O| Aug 22 03:09:20.976 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7672 | 2024-08-22T03:09:22.250Z | [ recovery-image] Aug 22 03:09:20.986 INFO O| Aug 22 03:09:20.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7673 | 2024-08-22T03:09:22.252Z | [ recovery-image] Aug 22 03:09:20.986 INFO O| Aug 22 03:09:20.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7674 | 2024-08-22T03:09:22.252Z | [ recovery-image] Aug 22 03:09:20.986 INFO O| Aug 22 03:09:20.986 INFO STEP 16 (ensure_dir) COMPLETE |
7675 | 2024-08-22T03:09:22.252Z | [ recovery-image] Aug 22 03:09:20.986 INFO O| Aug 22 03:09:20.986 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7676 | 2024-08-22T03:09:22.260Z | [ recovery-image] Aug 22 03:09:20.996 INFO O| Aug 22 03:09:20.996 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7677 | 2024-08-22T03:09:22.260Z | [ recovery-image] Aug 22 03:09:20.996 INFO O| Aug 22 03:09:20.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7678 | 2024-08-22T03:09:22.260Z | [ recovery-image] Aug 22 03:09:20.996 INFO O| Aug 22 03:09:20.996 INFO STEP 17 (ensure_dir) COMPLETE |
7679 | 2024-08-22T03:09:22.262Z | [ recovery-image] Aug 22 03:09:20.996 INFO O| Aug 22 03:09:20.996 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7680 | 2024-08-22T03:09:22.271Z | [ recovery-image] Aug 22 03:09:21.007 INFO O| Aug 22 03:09:21.007 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7681 | 2024-08-22T03:09:22.271Z | [ recovery-image] Aug 22 03:09:21.007 INFO O| Aug 22 03:09:21.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7682 | 2024-08-22T03:09:22.273Z | [ recovery-image] Aug 22 03:09:21.007 INFO O| Aug 22 03:09:21.007 INFO ok! |
7683 | 2024-08-22T03:09:22.274Z | [ recovery-image] Aug 22 03:09:21.007 INFO O| Aug 22 03:09:21.007 INFO STEP 18 (ensure_symlink) COMPLETE |
7684 | 2024-08-22T03:09:22.274Z | [ recovery-image] Aug 22 03:09:21.007 INFO O| Aug 22 03:09:21.007 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7685 | 2024-08-22T03:09:22.281Z | [ recovery-image] Aug 22 03:09:21.017 INFO O| Aug 22 03:09:21.017 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7686 | 2024-08-22T03:09:22.281Z | [ recovery-image] Aug 22 03:09:21.017 INFO O| Aug 22 03:09:21.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7687 | 2024-08-22T03:09:22.281Z | [ recovery-image] Aug 22 03:09:21.017 INFO O| Aug 22 03:09:21.017 INFO ok! |
7688 | 2024-08-22T03:09:22.281Z | [ recovery-image] Aug 22 03:09:21.017 INFO O| Aug 22 03:09:21.017 INFO STEP 19 (ensure_file) COMPLETE |
7689 | 2024-08-22T03:09:22.284Z | [ recovery-image] Aug 22 03:09:21.017 INFO O| Aug 22 03:09:21.017 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7690 | 2024-08-22T03:09:22.291Z | [ recovery-image] Aug 22 03:09:21.027 INFO O| Aug 22 03:09:21.027 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7691 | 2024-08-22T03:09:22.291Z | [ recovery-image] Aug 22 03:09:21.027 INFO O| Aug 22 03:09:21.027 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7692 | 2024-08-22T03:09:22.293Z | [ recovery-image] Aug 22 03:09:21.027 INFO O| Aug 22 03:09:21.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7693 | 2024-08-22T03:09:22.293Z | [ recovery-image] Aug 22 03:09:21.027 INFO O| Aug 22 03:09:21.027 INFO ok! |
7694 | 2024-08-22T03:09:22.293Z | [ recovery-image] Aug 22 03:09:21.027 INFO O| Aug 22 03:09:21.027 INFO STEP 20 (ensure_symlink) COMPLETE |
7695 | 2024-08-22T03:09:22.293Z | [ recovery-image] Aug 22 03:09:21.027 INFO O| Aug 22 03:09:21.027 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7696 | 2024-08-22T03:09:22.301Z | [ recovery-image] Aug 22 03:09:21.037 INFO O| Aug 22 03:09:21.037 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7697 | 2024-08-22T03:09:22.301Z | [ recovery-image] Aug 22 03:09:21.037 INFO O| Aug 22 03:09:21.037 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7698 | 2024-08-22T03:09:22.304Z | [ recovery-image] Aug 22 03:09:21.037 INFO O| Aug 22 03:09:21.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7699 | 2024-08-22T03:09:22.304Z | [ recovery-image] Aug 22 03:09:21.037 INFO O| Aug 22 03:09:21.037 INFO ok! |
7700 | 2024-08-22T03:09:22.304Z | [ recovery-image] Aug 22 03:09:21.037 INFO O| Aug 22 03:09:21.037 INFO STEP 21 (ensure_symlink) COMPLETE |
7701 | 2024-08-22T03:09:22.304Z | [ recovery-image] Aug 22 03:09:21.037 INFO O| Aug 22 03:09:21.037 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7702 | 2024-08-22T03:09:22.311Z | [ recovery-image] Aug 22 03:09:21.048 INFO O| Aug 22 03:09:21.047 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7703 | 2024-08-22T03:09:22.311Z | [ recovery-image] Aug 22 03:09:21.048 INFO O| Aug 22 03:09:21.047 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7704 | 2024-08-22T03:09:22.314Z | [ recovery-image] Aug 22 03:09:21.048 INFO O| Aug 22 03:09:21.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7705 | 2024-08-22T03:09:22.314Z | [ recovery-image] Aug 22 03:09:21.048 INFO O| Aug 22 03:09:21.048 INFO ok! |
7706 | 2024-08-22T03:09:22.314Z | [ recovery-image] Aug 22 03:09:21.048 INFO O| Aug 22 03:09:21.048 INFO STEP 22 (ensure_symlink) COMPLETE |
7707 | 2024-08-22T03:09:22.314Z | [ recovery-image] Aug 22 03:09:21.048 INFO O| Aug 22 03:09:21.048 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7708 | 2024-08-22T03:09:22.322Z | [ recovery-image] Aug 22 03:09:21.058 INFO O| Aug 22 03:09:21.058 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7709 | 2024-08-22T03:09:22.322Z | [ recovery-image] Aug 22 03:09:21.058 INFO O| Aug 22 03:09:21.058 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7710 | 2024-08-22T03:09:22.325Z | [ recovery-image] Aug 22 03:09:21.058 INFO O| Aug 22 03:09:21.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7711 | 2024-08-22T03:09:22.325Z | [ recovery-image] Aug 22 03:09:21.058 INFO O| Aug 22 03:09:21.058 INFO ok! |
7712 | 2024-08-22T03:09:22.325Z | [ recovery-image] Aug 22 03:09:21.058 INFO O| Aug 22 03:09:21.058 INFO STEP 23 (ensure_symlink) COMPLETE |
7713 | 2024-08-22T03:09:22.325Z | [ recovery-image] Aug 22 03:09:21.058 INFO O| Aug 22 03:09:21.058 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7714 | 2024-08-22T03:09:22.332Z | [ recovery-image] Aug 22 03:09:21.068 INFO O| Aug 22 03:09:21.068 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7715 | 2024-08-22T03:09:22.335Z | [ recovery-image] Aug 22 03:09:21.068 INFO O| Aug 22 03:09:21.068 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 ... |
7716 | 2024-08-22T03:09:22.335Z | [ recovery-image] Aug 22 03:09:21.069 INFO O| Aug 22 03:09:21.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7717 | 2024-08-22T03:09:22.335Z | [ recovery-image] Aug 22 03:09:21.069 INFO O| Aug 22 03:09:21.069 INFO ok! |
7718 | 2024-08-22T03:09:22.335Z | [ recovery-image] Aug 22 03:09:21.069 INFO O| Aug 22 03:09:21.069 INFO STEP 24 (ensure_file) COMPLETE |
7719 | 2024-08-22T03:09:22.335Z | [ recovery-image] Aug 22 03:09:21.069 INFO O| Aug 22 03:09:21.069 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7720 | 2024-08-22T03:09:22.343Z | [ recovery-image] Aug 22 03:09:21.079 INFO O| Aug 22 03:09:21.079 INFO updating shadow file |
7721 | 2024-08-22T03:09:22.346Z | [ recovery-image] Aug 22 03:09:21.080 INFO O| Aug 22 03:09:21.080 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7722 | 2024-08-22T03:09:22.346Z | [ recovery-image] Aug 22 03:09:21.080 INFO O| Aug 22 03:09:21.080 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7723 | 2024-08-22T03:09:22.346Z | [ recovery-image] Aug 22 03:09:21.080 INFO O| Aug 22 03:09:21.080 INFO STEP 25 (shadow) COMPLETE |
7724 | 2024-08-22T03:09:22.346Z | [ recovery-image] Aug 22 03:09:21.080 INFO O| Aug 22 03:09:21.080 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7725 | 2024-08-22T03:09:22.354Z | [ recovery-image] Aug 22 03:09:21.090 INFO O| Aug 22 03:09:21.090 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7726 | 2024-08-22T03:09:22.354Z | [ recovery-image] Aug 22 03:09:21.090 INFO O| Aug 22 03:09:21.090 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7727 | 2024-08-22T03:09:22.356Z | [ recovery-image] Aug 22 03:09:21.090 INFO O| Aug 22 03:09:21.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7728 | 2024-08-22T03:09:22.356Z | [ recovery-image] Aug 22 03:09:21.091 INFO O| Aug 22 03:09:21.090 INFO ok! |
7729 | 2024-08-22T03:09:22.356Z | [ recovery-image] Aug 22 03:09:21.091 INFO O| Aug 22 03:09:21.090 INFO STEP 26 (ensure_file) COMPLETE |
7730 | 2024-08-22T03:09:22.356Z | [ recovery-image] Aug 22 03:09:21.091 INFO O| Aug 22 03:09:21.090 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7731 | 2024-08-22T03:09:22.365Z | [ recovery-image] Aug 22 03:09:21.101 INFO O| Aug 22 03:09:21.101 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7732 | 2024-08-22T03:09:22.365Z | [ recovery-image] Aug 22 03:09:21.101 INFO O| Aug 22 03:09:21.101 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7733 | 2024-08-22T03:09:22.367Z | [ recovery-image] Aug 22 03:09:21.101 INFO O| Aug 22 03:09:21.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7734 | 2024-08-22T03:09:22.367Z | [ recovery-image] Aug 22 03:09:21.101 INFO O| Aug 22 03:09:21.101 INFO ok! |
7735 | 2024-08-22T03:09:22.367Z | [ recovery-image] Aug 22 03:09:21.101 INFO O| Aug 22 03:09:21.101 INFO STEP 27 (ensure_file) COMPLETE |
7736 | 2024-08-22T03:09:22.367Z | [ recovery-image] Aug 22 03:09:21.101 INFO O| Aug 22 03:09:21.101 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7737 | 2024-08-22T03:09:22.375Z | [ recovery-image] Aug 22 03:09:21.111 INFO O| Aug 22 03:09:21.111 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7738 | 2024-08-22T03:09:22.375Z | [ recovery-image] Aug 22 03:09:21.111 INFO O| Aug 22 03:09:21.111 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7739 | 2024-08-22T03:09:22.378Z | [ recovery-image] Aug 22 03:09:21.111 INFO O| Aug 22 03:09:21.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7740 | 2024-08-22T03:09:22.378Z | [ recovery-image] Aug 22 03:09:21.112 INFO O| Aug 22 03:09:21.112 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7741 | 2024-08-22T03:09:22.378Z | [ recovery-image] Aug 22 03:09:21.112 INFO O| Aug 22 03:09:21.112 INFO ok! |
7742 | 2024-08-22T03:09:22.378Z | [ recovery-image] Aug 22 03:09:21.112 INFO O| Aug 22 03:09:21.112 INFO STEP 28 (ensure_file) COMPLETE |
7743 | 2024-08-22T03:09:22.378Z | [ recovery-image] Aug 22 03:09:21.112 INFO O| Aug 22 03:09:21.112 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7744 | 2024-08-22T03:09:22.385Z | [ recovery-image] Aug 22 03:09:21.121 INFO O| Aug 22 03:09:21.121 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7745 | 2024-08-22T03:09:22.388Z | [ recovery-image] Aug 22 03:09:21.121 INFO O| Aug 22 03:09:21.121 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7746 | 2024-08-22T03:09:22.388Z | [ recovery-image] Aug 22 03:09:21.121 INFO O| Aug 22 03:09:21.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7747 | 2024-08-22T03:09:22.388Z | [ recovery-image] Aug 22 03:09:21.121 INFO O| Aug 22 03:09:21.121 INFO ok! |
7748 | 2024-08-22T03:09:22.388Z | [ recovery-image] Aug 22 03:09:21.121 INFO O| Aug 22 03:09:21.121 INFO STEP 29 (ensure_file) COMPLETE |
7749 | 2024-08-22T03:09:22.388Z | [ recovery-image] Aug 22 03:09:21.122 INFO O| Aug 22 03:09:21.121 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7750 | 2024-08-22T03:09:22.396Z | [ recovery-image] Aug 22 03:09:21.132 INFO O| Aug 22 03:09:21.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7751 | 2024-08-22T03:09:22.396Z | [ recovery-image] Aug 22 03:09:21.132 INFO O| Aug 22 03:09:21.132 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7752 | 2024-08-22T03:09:22.396Z | [ recovery-image] Aug 22 03:09:21.132 INFO O| Aug 22 03:09:21.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7753 | 2024-08-22T03:09:22.398Z | [ recovery-image] Aug 22 03:09:21.132 INFO O| Aug 22 03:09:21.132 INFO ok! |
7754 | 2024-08-22T03:09:22.398Z | [ recovery-image] Aug 22 03:09:21.132 INFO O| Aug 22 03:09:21.132 INFO STEP 30 (ensure_file) COMPLETE |
7755 | 2024-08-22T03:09:22.398Z | [ recovery-image] Aug 22 03:09:21.132 INFO O| Aug 22 03:09:21.132 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7756 | 2024-08-22T03:09:22.407Z | [ recovery-image] Aug 22 03:09:21.143 INFO O| Aug 22 03:09:21.142 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7757 | 2024-08-22T03:09:22.409Z | [ recovery-image] Aug 22 03:09:21.143 INFO O| Aug 22 03:09:21.143 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7758 | 2024-08-22T03:09:22.409Z | [ recovery-image] Aug 22 03:09:21.143 INFO O| Aug 22 03:09:21.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7759 | 2024-08-22T03:09:22.409Z | [ recovery-image] Aug 22 03:09:21.143 INFO O| Aug 22 03:09:21.143 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7760 | 2024-08-22T03:09:22.410Z | [ recovery-image] Aug 22 03:09:21.143 INFO O| Aug 22 03:09:21.143 INFO ok! |
7761 | 2024-08-22T03:09:22.410Z | [ recovery-image] Aug 22 03:09:21.143 INFO O| Aug 22 03:09:21.143 INFO STEP 31 (ensure_file) COMPLETE |
7762 | 2024-08-22T03:09:22.410Z | [ recovery-image] Aug 22 03:09:21.143 INFO O| Aug 22 03:09:21.143 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7763 | 2024-08-22T03:09:22.417Z | [ recovery-image] Aug 22 03:09:21.153 INFO O| Aug 22 03:09:21.153 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7764 | 2024-08-22T03:09:22.419Z | [ recovery-image] Aug 22 03:09:21.153 INFO O| Aug 22 03:09:21.153 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7765 | 2024-08-22T03:09:22.419Z | [ recovery-image] Aug 22 03:09:21.153 INFO O| Aug 22 03:09:21.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7766 | 2024-08-22T03:09:22.419Z | [ recovery-image] Aug 22 03:09:21.153 INFO O| Aug 22 03:09:21.153 INFO ok! |
7767 | 2024-08-22T03:09:22.419Z | [ recovery-image] Aug 22 03:09:21.153 INFO O| Aug 22 03:09:21.153 INFO STEP 32 (ensure_file) COMPLETE |
7768 | 2024-08-22T03:09:22.419Z | [ recovery-image] Aug 22 03:09:21.153 INFO O| Aug 22 03:09:21.153 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7769 | 2024-08-22T03:09:22.427Z | [ recovery-image] Aug 22 03:09:21.163 INFO O| Aug 22 03:09:21.163 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7770 | 2024-08-22T03:09:22.429Z | [ recovery-image] Aug 22 03:09:21.163 INFO O| Aug 22 03:09:21.163 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7771 | 2024-08-22T03:09:22.429Z | [ recovery-image] Aug 22 03:09:21.163 INFO O| Aug 22 03:09:21.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7772 | 2024-08-22T03:09:22.429Z | [ recovery-image] Aug 22 03:09:21.163 INFO O| Aug 22 03:09:21.163 INFO ok! |
7773 | 2024-08-22T03:09:22.429Z | [ recovery-image] Aug 22 03:09:21.163 INFO O| Aug 22 03:09:21.163 INFO STEP 33 (ensure_file) COMPLETE |
7774 | 2024-08-22T03:09:22.430Z | [ recovery-image] Aug 22 03:09:21.163 INFO O| Aug 22 03:09:21.163 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7775 | 2024-08-22T03:09:22.437Z | [ recovery-image] Aug 22 03:09:21.173 INFO O| Aug 22 03:09:21.173 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7776 | 2024-08-22T03:09:22.437Z | [ recovery-image] Aug 22 03:09:21.173 INFO O| Aug 22 03:09:21.173 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7777 | 2024-08-22T03:09:22.440Z | [ recovery-image] Aug 22 03:09:21.174 INFO O| Aug 22 03:09:21.173 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7778 | 2024-08-22T03:09:22.440Z | [ recovery-image] Aug 22 03:09:21.174 INFO O| Aug 22 03:09:21.174 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7779 | 2024-08-22T03:09:22.440Z | [ recovery-image] Aug 22 03:09:21.174 INFO O| Aug 22 03:09:21.174 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7780 | 2024-08-22T03:09:22.440Z | [ recovery-image] Aug 22 03:09:21.174 INFO O| Aug 22 03:09:21.174 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7781 | 2024-08-22T03:09:22.440Z | [ recovery-image] Aug 22 03:09:21.174 INFO O| Aug 22 03:09:21.174 INFO ok! |
7782 | 2024-08-22T03:09:22.440Z | [ recovery-image] Aug 22 03:09:21.174 INFO O| Aug 22 03:09:21.174 INFO STEP 34 (ensure_file) COMPLETE |
7783 | 2024-08-22T03:09:22.440Z | [ recovery-image] Aug 22 03:09:21.174 INFO O| Aug 22 03:09:21.174 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7784 | 2024-08-22T03:09:22.447Z | [ recovery-image] Aug 22 03:09:21.183 INFO O| Aug 22 03:09:21.183 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7785 | 2024-08-22T03:09:22.450Z | [ recovery-image] Aug 22 03:09:21.183 INFO O| Aug 22 03:09:21.183 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7786 | 2024-08-22T03:09:22.450Z | [ recovery-image] Aug 22 03:09:21.184 INFO O| Aug 22 03:09:21.183 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7787 | 2024-08-22T03:09:22.450Z | [ recovery-image] Aug 22 03:09:21.184 INFO O| Aug 22 03:09:21.184 INFO STEP 35 (ensure_dir) COMPLETE |
7788 | 2024-08-22T03:09:22.450Z | [ recovery-image] Aug 22 03:09:21.184 INFO O| Aug 22 03:09:21.184 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7789 | 2024-08-22T03:09:22.457Z | [ recovery-image] Aug 22 03:09:21.193 INFO O| Aug 22 03:09:21.193 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 |
7790 | 2024-08-22T03:09:22.457Z | [ recovery-image] Aug 22 03:09:21.193 INFO O| Aug 22 03:09:21.193 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 ... |
7791 | 2024-08-22T03:09:22.460Z | [ recovery-image] Aug 22 03:09:21.193 INFO O| Aug 22 03:09:21.193 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 |
7792 | 2024-08-22T03:09:22.460Z | [ recovery-image] Aug 22 03:09:21.194 INFO O| Aug 22 03:09:21.194 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 |
7793 | 2024-08-22T03:09:22.460Z | [ recovery-image] Aug 22 03:09:21.194 INFO O| Aug 22 03:09:21.194 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 |
7794 | 2024-08-22T03:09:22.460Z | [ recovery-image] Aug 22 03:09:21.194 INFO O| Aug 22 03:09:21.194 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 |
7795 | 2024-08-22T03:09:22.460Z | [ recovery-image] Aug 22 03:09:21.194 INFO O| Aug 22 03:09:21.194 INFO ok! |
7796 | 2024-08-22T03:09:22.460Z | [ recovery-image] Aug 22 03:09:21.194 INFO O| Aug 22 03:09:21.194 INFO STEP 36 (ensure_file) COMPLETE |
7797 | 2024-08-22T03:09:22.460Z | [ recovery-image] Aug 22 03:09:21.194 INFO O| Aug 22 03:09:21.194 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7798 | 2024-08-22T03:09:22.468Z | [ recovery-image] Aug 22 03:09:21.204 INFO O| Aug 22 03:09:21.204 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7799 | 2024-08-22T03:09:22.470Z | [ recovery-image] Aug 22 03:09:21.204 INFO O| Aug 22 03:09:21.204 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 ... |
7800 | 2024-08-22T03:09:22.470Z | [ recovery-image] Aug 22 03:09:21.204 INFO O| Aug 22 03:09:21.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7801 | 2024-08-22T03:09:22.470Z | [ recovery-image] Aug 22 03:09:21.204 INFO O| Aug 22 03:09:21.204 INFO ok! |
7802 | 2024-08-22T03:09:22.470Z | [ recovery-image] Aug 22 03:09:21.204 INFO O| Aug 22 03:09:21.204 INFO STEP 37 (ensure_symlink) COMPLETE |
7803 | 2024-08-22T03:09:22.470Z | [ recovery-image] Aug 22 03:09:21.204 INFO O| Aug 22 03:09:21.204 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7804 | 2024-08-22T03:09:22.478Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7805 | 2024-08-22T03:09:22.478Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7806 | 2024-08-22T03:09:22.486Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7807 | 2024-08-22T03:09:22.486Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7808 | 2024-08-22T03:09:22.486Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7809 | 2024-08-22T03:09:22.486Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7810 | 2024-08-22T03:09:22.486Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO ok! |
7811 | 2024-08-22T03:09:22.486Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO STEP 38 (ensure_file) COMPLETE |
7812 | 2024-08-22T03:09:22.486Z | [ recovery-image] Aug 22 03:09:21.214 INFO O| Aug 22 03:09:21.214 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7813 | 2024-08-22T03:09:22.489Z | [ recovery-image] Aug 22 03:09:21.224 INFO O| Aug 22 03:09:21.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7814 | 2024-08-22T03:09:22.489Z | [ recovery-image] Aug 22 03:09:21.224 INFO O| Aug 22 03:09:21.224 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 ... |
7815 | 2024-08-22T03:09:22.489Z | [ recovery-image] Aug 22 03:09:21.224 INFO O| Aug 22 03:09:21.224 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 |
7816 | 2024-08-22T03:09:22.489Z | [ recovery-image] Aug 22 03:09:21.224 INFO O| Aug 22 03:09:21.224 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7817 | 2024-08-22T03:09:22.489Z | [ recovery-image] Aug 22 03:09:21.224 INFO O| Aug 22 03:09:21.224 INFO ok! |
7818 | 2024-08-22T03:09:22.489Z | [ recovery-image] Aug 22 03:09:21.225 INFO O| Aug 22 03:09:21.224 INFO STEP 39 (ensure_file) COMPLETE |
7819 | 2024-08-22T03:09:22.490Z | [ recovery-image] Aug 22 03:09:21.225 INFO O| Aug 22 03:09:21.225 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7820 | 2024-08-22T03:09:22.499Z | [ recovery-image] Aug 22 03:09:21.235 INFO O| Aug 22 03:09:21.235 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7821 | 2024-08-22T03:09:22.499Z | [ recovery-image] Aug 22 03:09:21.235 INFO O| Aug 22 03:09:21.235 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7822 | 2024-08-22T03:09:22.501Z | [ recovery-image] Aug 22 03:09:21.235 INFO O| Aug 22 03:09:21.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7823 | 2024-08-22T03:09:22.501Z | [ recovery-image] Aug 22 03:09:21.235 INFO O| Aug 22 03:09:21.235 INFO ok! |
7824 | 2024-08-22T03:09:22.501Z | [ recovery-image] Aug 22 03:09:21.235 INFO O| Aug 22 03:09:21.235 INFO STEP 40 (ensure_file) COMPLETE |
7825 | 2024-08-22T03:09:22.501Z | [ recovery-image] Aug 22 03:09:21.235 INFO O| Aug 22 03:09:21.235 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7826 | 2024-08-22T03:09:22.509Z | [ recovery-image] Aug 22 03:09:21.245 INFO O| Aug 22 03:09:21.245 INFO updating shadow file |
7827 | 2024-08-22T03:09:22.511Z | [ recovery-image] Aug 22 03:09:21.245 INFO O| Aug 22 03:09:21.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7828 | 2024-08-22T03:09:22.511Z | [ recovery-image] Aug 22 03:09:21.245 INFO O| Aug 22 03:09:21.245 INFO STEP 41 (shadow) COMPLETE |
7829 | 2024-08-22T03:09:22.511Z | [ recovery-image] Aug 22 03:09:21.245 INFO O| Aug 22 03:09:21.245 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7830 | 2024-08-22T03:09:22.519Z | [ recovery-image] Aug 22 03:09:21.255 INFO O| Aug 22 03:09:21.255 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7831 | 2024-08-22T03:09:22.519Z | [ recovery-image] Aug 22 03:09:21.255 INFO O| Aug 22 03:09:21.255 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7832 | 2024-08-22T03:09:22.522Z | [ recovery-image] Aug 22 03:09:21.256 INFO O| Aug 22 03:09:21.255 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7833 | 2024-08-22T03:09:22.522Z | [ recovery-image] Aug 22 03:09:21.256 INFO O| Aug 22 03:09:21.256 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7834 | 2024-08-22T03:09:22.522Z | [ recovery-image] Aug 22 03:09:21.256 INFO O| Aug 22 03:09:21.256 INFO ok! |
7835 | 2024-08-22T03:09:22.522Z | [ recovery-image] Aug 22 03:09:21.256 INFO O| Aug 22 03:09:21.256 INFO STEP 42 (ensure_file) COMPLETE |
7836 | 2024-08-22T03:09:22.522Z | [ recovery-image] Aug 22 03:09:21.256 INFO O| Aug 22 03:09:21.256 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7837 | 2024-08-22T03:09:22.530Z | [ recovery-image] Aug 22 03:09:21.266 INFO O| Aug 22 03:09:21.266 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7838 | 2024-08-22T03:09:22.530Z | [ recovery-image] Aug 22 03:09:21.266 INFO O| Aug 22 03:09:21.266 INFO STEP 43 (ensure_dir) COMPLETE |
7839 | 2024-08-22T03:09:22.530Z | [ recovery-image] Aug 22 03:09:21.266 INFO O| Aug 22 03:09:21.266 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7840 | 2024-08-22T03:09:22.540Z | [ recovery-image] Aug 22 03:09:21.276 INFO O| Aug 22 03:09:21.275 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7841 | 2024-08-22T03:09:22.540Z | [ recovery-image] Aug 22 03:09:21.276 INFO O| Aug 22 03:09:21.276 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7842 | 2024-08-22T03:09:22.540Z | [ recovery-image] Aug 22 03:09:21.276 INFO O| Aug 22 03:09:21.276 INFO STEP 44 (ensure_dir) COMPLETE |
7843 | 2024-08-22T03:09:22.542Z | [ recovery-image] Aug 22 03:09:21.276 INFO O| Aug 22 03:09:21.276 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7844 | 2024-08-22T03:09:22.549Z | [ recovery-image] Aug 22 03:09:21.285 INFO O| Aug 22 03:09:21.285 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7845 | 2024-08-22T03:09:22.552Z | [ recovery-image] Aug 22 03:09:21.285 INFO O| Aug 22 03:09:21.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7846 | 2024-08-22T03:09:22.552Z | [ recovery-image] Aug 22 03:09:21.285 INFO O| Aug 22 03:09:21.285 INFO STEP 45 (ensure_dir) COMPLETE |
7847 | 2024-08-22T03:09:22.552Z | [ recovery-image] Aug 22 03:09:21.285 INFO O| Aug 22 03:09:21.285 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7848 | 2024-08-22T03:09:22.560Z | [ recovery-image] Aug 22 03:09:21.295 INFO O| Aug 22 03:09:21.295 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7849 | 2024-08-22T03:09:22.561Z | [ recovery-image] Aug 22 03:09:21.295 INFO O| Aug 22 03:09:21.295 INFO copying /tmp/.tmp111CtG/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7850 | 2024-08-22T03:09:22.588Z | [ recovery-image] Aug 22 03:09:21.323 INFO O| Aug 22 03:09:21.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7851 | 2024-08-22T03:09:22.588Z | [ recovery-image] Aug 22 03:09:21.323 INFO O| Aug 22 03:09:21.323 INFO ok! |
7852 | 2024-08-22T03:09:22.590Z | [ recovery-image] Aug 22 03:09:21.323 INFO O| Aug 22 03:09:21.323 INFO STEP 46 (ensure_file) COMPLETE |
7853 | 2024-08-22T03:09:22.590Z | [ recovery-image] Aug 22 03:09:21.324 INFO O| Aug 22 03:09:21.323 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7854 | 2024-08-22T03:09:22.599Z | [ recovery-image] Aug 22 03:09:21.335 INFO O| Aug 22 03:09:21.334 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7855 | 2024-08-22T03:09:22.599Z | [ recovery-image] Aug 22 03:09:21.335 INFO O| Aug 22 03:09:21.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7856 | 2024-08-22T03:09:22.601Z | [ recovery-image] Aug 22 03:09:21.335 INFO O| Aug 22 03:09:21.335 INFO STEP 47 (ensure_dir) COMPLETE |
7857 | 2024-08-22T03:09:22.601Z | [ recovery-image] Aug 22 03:09:21.335 INFO O| Aug 22 03:09:21.335 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7858 | 2024-08-22T03:09:22.609Z | [ recovery-image] Aug 22 03:09:21.345 INFO O| Aug 22 03:09:21.345 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7859 | 2024-08-22T03:09:22.609Z | [ recovery-image] Aug 22 03:09:21.345 INFO O| Aug 22 03:09:21.345 INFO copying /tmp/.tmp111CtG/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7860 | 2024-08-22T03:09:22.609Z | [ recovery-image] Aug 22 03:09:21.345 INFO O| Aug 22 03:09:21.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7861 | 2024-08-22T03:09:22.612Z | [ recovery-image] Aug 22 03:09:21.345 INFO O| Aug 22 03:09:21.345 INFO ok! |
7862 | 2024-08-22T03:09:22.612Z | [ recovery-image] Aug 22 03:09:21.345 INFO O| Aug 22 03:09:21.345 INFO STEP 48 (ensure_file) COMPLETE |
7863 | 2024-08-22T03:09:22.612Z | [ recovery-image] Aug 22 03:09:21.345 INFO O| Aug 22 03:09:21.345 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7864 | 2024-08-22T03:09:22.619Z | [ recovery-image] Aug 22 03:09:21.355 INFO O| Aug 22 03:09:21.355 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7865 | 2024-08-22T03:09:22.619Z | [ recovery-image] Aug 22 03:09:21.355 INFO O| Aug 22 03:09:21.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7866 | 2024-08-22T03:09:22.619Z | [ recovery-image] Aug 22 03:09:21.355 INFO O| Aug 22 03:09:21.355 INFO STEP 49 (ensure_dir) COMPLETE |
7867 | 2024-08-22T03:09:22.622Z | [ recovery-image] Aug 22 03:09:21.356 INFO O| Aug 22 03:09:21.355 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7868 | 2024-08-22T03:09:22.629Z | [ recovery-image] Aug 22 03:09:21.365 INFO O| Aug 22 03:09:21.365 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7869 | 2024-08-22T03:09:22.632Z | [ recovery-image] Aug 22 03:09:21.365 INFO O| Aug 22 03:09:21.365 INFO copying /tmp/.tmp111CtG/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7870 | 2024-08-22T03:09:22.644Z | [ recovery-image] Aug 22 03:09:21.380 INFO O| Aug 22 03:09:21.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7871 | 2024-08-22T03:09:22.644Z | [ recovery-image] Aug 22 03:09:21.380 INFO O| Aug 22 03:09:21.380 INFO ok! |
7872 | 2024-08-22T03:09:22.644Z | [ recovery-image] Aug 22 03:09:21.380 INFO O| Aug 22 03:09:21.380 INFO STEP 50 (ensure_file) COMPLETE |
7873 | 2024-08-22T03:09:22.647Z | [ recovery-image] Aug 22 03:09:21.380 INFO O| Aug 22 03:09:21.380 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7874 | 2024-08-22T03:09:22.655Z | [ recovery-image] Aug 22 03:09:21.391 INFO O| Aug 22 03:09:21.391 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7875 | 2024-08-22T03:09:22.655Z | [ recovery-image] Aug 22 03:09:21.391 INFO O| Aug 22 03:09:21.391 INFO copying /tmp/.tmp111CtG/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7876 | 2024-08-22T03:09:23.176Z | [ recovery-image] Aug 22 03:09:21.912 INFO O| Aug 22 03:09:21.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7877 | 2024-08-22T03:09:23.177Z | [ recovery-image] Aug 22 03:09:21.912 INFO O| Aug 22 03:09:21.912 INFO ok! |
7878 | 2024-08-22T03:09:23.179Z | [ recovery-image] Aug 22 03:09:21.912 INFO O| Aug 22 03:09:21.912 INFO STEP 51 (ensure_file) COMPLETE |
7879 | 2024-08-22T03:09:23.179Z | [ recovery-image] Aug 22 03:09:21.912 INFO O| Aug 22 03:09:21.912 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7880 | 2024-08-22T03:09:23.188Z | [ recovery-image] Aug 22 03:09:21.924 INFO O| Aug 22 03:09:21.923 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7881 | 2024-08-22T03:09:23.188Z | [ recovery-image] Aug 22 03:09:21.924 INFO O| Aug 22 03:09:21.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7882 | 2024-08-22T03:09:23.190Z | [ recovery-image] Aug 22 03:09:21.924 INFO O| Aug 22 03:09:21.924 INFO STEP 52 (ensure_dir) COMPLETE |
7883 | 2024-08-22T03:09:23.190Z | [ recovery-image] Aug 22 03:09:21.924 INFO O| Aug 22 03:09:21.924 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7884 | 2024-08-22T03:09:23.198Z | [ recovery-image] Aug 22 03:09:21.934 INFO O| Aug 22 03:09:21.934 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7885 | 2024-08-22T03:09:23.198Z | [ recovery-image] Aug 22 03:09:21.934 INFO O| Aug 22 03:09:21.934 INFO copying /tmp/.tmp111CtG/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 ... |
7886 | 2024-08-22T03:09:23.198Z | [ recovery-image] Aug 22 03:09:21.934 INFO O| Aug 22 03:09:21.934 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 |
7887 | 2024-08-22T03:09:23.201Z | [ recovery-image] Aug 22 03:09:21.934 INFO O| Aug 22 03:09:21.934 INFO ok! |
7888 | 2024-08-22T03:09:23.201Z | [ recovery-image] Aug 22 03:09:21.934 INFO O| Aug 22 03:09:21.934 INFO STEP 53 (ensure_file) COMPLETE |
7889 | 2024-08-22T03:09:23.201Z | [ recovery-image] Aug 22 03:09:21.934 INFO O| Aug 22 03:09:21.934 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7890 | 2024-08-22T03:09:23.208Z | [ recovery-image] Aug 22 03:09:21.944 INFO O| Aug 22 03:09:21.944 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7891 | 2024-08-22T03:09:23.208Z | [ recovery-image] Aug 22 03:09:21.944 INFO O| Aug 22 03:09:21.944 INFO copying /tmp/.tmp111CtG/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 ... |
7892 | 2024-08-22T03:09:23.211Z | [ recovery-image] Aug 22 03:09:21.944 INFO O| Aug 22 03:09:21.944 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 |
7893 | 2024-08-22T03:09:23.211Z | [ recovery-image] Aug 22 03:09:21.944 INFO O| Aug 22 03:09:21.944 INFO ok! |
7894 | 2024-08-22T03:09:23.211Z | [ recovery-image] Aug 22 03:09:21.944 INFO O| Aug 22 03:09:21.944 INFO STEP 54 (ensure_file) COMPLETE |
7895 | 2024-08-22T03:09:23.211Z | [ recovery-image] Aug 22 03:09:21.944 INFO O| Aug 22 03:09:21.944 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7896 | 2024-08-22T03:09:23.218Z | [ recovery-image] Aug 22 03:09:21.954 INFO O| Aug 22 03:09:21.954 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7897 | 2024-08-22T03:09:23.218Z | [ recovery-image] Aug 22 03:09:21.954 INFO O| Aug 22 03:09:21.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7898 | 2024-08-22T03:09:23.218Z | [ recovery-image] Aug 22 03:09:21.954 INFO O| Aug 22 03:09:21.954 INFO STEP 55 (ensure_dir) COMPLETE |
7899 | 2024-08-22T03:09:23.221Z | [ recovery-image] Aug 22 03:09:21.954 INFO O| Aug 22 03:09:21.954 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7900 | 2024-08-22T03:09:23.228Z | [ recovery-image] Aug 22 03:09:21.964 INFO O| Aug 22 03:09:21.964 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7901 | 2024-08-22T03:09:23.230Z | [ recovery-image] Aug 22 03:09:21.964 INFO O| Aug 22 03:09:21.964 INFO copying /tmp/.tmp111CtG/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 ... |
7902 | 2024-08-22T03:09:23.230Z | [ recovery-image] Aug 22 03:09:21.964 INFO O| Aug 22 03:09:21.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7903 | 2024-08-22T03:09:23.230Z | [ recovery-image] Aug 22 03:09:21.964 INFO O| Aug 22 03:09:21.964 INFO ok! |
7904 | 2024-08-22T03:09:23.230Z | [ recovery-image] Aug 22 03:09:21.964 INFO O| Aug 22 03:09:21.964 INFO STEP 56 (ensure_file) COMPLETE |
7905 | 2024-08-22T03:09:23.230Z | [ recovery-image] Aug 22 03:09:21.964 INFO O| Aug 22 03:09:21.964 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7906 | 2024-08-22T03:09:23.238Z | [ recovery-image] Aug 22 03:09:21.974 INFO O| Aug 22 03:09:21.974 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7907 | 2024-08-22T03:09:23.238Z | [ recovery-image] Aug 22 03:09:21.974 INFO O| Aug 22 03:09:21.974 INFO copying /tmp/.tmp111CtG/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 ... |
7908 | 2024-08-22T03:09:23.238Z | [ recovery-image] Aug 22 03:09:21.974 INFO O| Aug 22 03:09:21.974 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 |
7909 | 2024-08-22T03:09:23.240Z | [ recovery-image] Aug 22 03:09:21.974 INFO O| Aug 22 03:09:21.974 INFO ok! |
7910 | 2024-08-22T03:09:23.240Z | [ recovery-image] Aug 22 03:09:21.974 INFO O| Aug 22 03:09:21.974 INFO STEP 57 (ensure_file) COMPLETE |
7911 | 2024-08-22T03:09:23.240Z | [ recovery-image] Aug 22 03:09:21.974 INFO O| Aug 22 03:09:21.974 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7912 | 2024-08-22T03:09:23.251Z | [ recovery-image] Aug 22 03:09:21.987 INFO O| Aug 22 03:09:21.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7913 | 2024-08-22T03:09:23.251Z | [ recovery-image] Aug 22 03:09:21.987 INFO O| Aug 22 03:09:21.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7914 | 2024-08-22T03:09:23.254Z | [ recovery-image] Aug 22 03:09:21.987 INFO O| Aug 22 03:09:21.987 INFO STEP 58 (ensure_dir) COMPLETE |
7915 | 2024-08-22T03:09:23.254Z | [ recovery-image] Aug 22 03:09:21.987 INFO O| Aug 22 03:09:21.987 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7916 | 2024-08-22T03:09:23.263Z | [ recovery-image] Aug 22 03:09:21.998 INFO O| Aug 22 03:09:21.998 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7917 | 2024-08-22T03:09:23.267Z | [ recovery-image] Aug 22 03:09:21.998 INFO O| Aug 22 03:09:21.998 INFO copying /tmp/.tmp111CtG/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 ... |
7918 | 2024-08-22T03:09:23.267Z | [ recovery-image] Aug 22 03:09:21.999 INFO O| Aug 22 03:09:21.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7919 | 2024-08-22T03:09:23.267Z | [ recovery-image] Aug 22 03:09:21.999 INFO O| Aug 22 03:09:21.999 INFO ok! |
7920 | 2024-08-22T03:09:23.267Z | [ recovery-image] Aug 22 03:09:21.999 INFO O| Aug 22 03:09:21.999 INFO STEP 59 (ensure_file) COMPLETE |
7921 | 2024-08-22T03:09:23.267Z | [ recovery-image] Aug 22 03:09:22.000 INFO O| Aug 22 03:09:21.999 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7922 | 2024-08-22T03:09:23.285Z | [ recovery-image] Aug 22 03:09:22.018 INFO O| Aug 22 03:09:22.018 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7923 | 2024-08-22T03:09:23.285Z | [ recovery-image] Aug 22 03:09:22.019 INFO O| Aug 22 03:09:22.019 INFO copying /tmp/.tmp111CtG/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7924 | 2024-08-22T03:09:23.285Z | [ recovery-image] Aug 22 03:09:22.019 INFO O| Aug 22 03:09:22.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7925 | 2024-08-22T03:09:23.285Z | [ recovery-image] Aug 22 03:09:22.019 INFO O| Aug 22 03:09:22.019 INFO ok! |
7926 | 2024-08-22T03:09:23.285Z | [ recovery-image] Aug 22 03:09:22.019 INFO O| Aug 22 03:09:22.019 INFO STEP 60 (ensure_file) COMPLETE |
7927 | 2024-08-22T03:09:23.285Z | [ recovery-image] Aug 22 03:09:22.019 INFO O| Aug 22 03:09:22.019 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7928 | 2024-08-22T03:09:23.304Z | [ recovery-image] Aug 22 03:09:22.037 INFO O| Aug 22 03:09:22.037 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7929 | 2024-08-22T03:09:23.304Z | [ recovery-image] Aug 22 03:09:22.037 INFO O| Aug 22 03:09:22.037 INFO STEP 61 (ensure_dir) COMPLETE |
7930 | 2024-08-22T03:09:23.304Z | [ recovery-image] Aug 22 03:09:22.037 INFO O| Aug 22 03:09:22.037 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7931 | 2024-08-22T03:09:23.320Z | [ recovery-image] Aug 22 03:09:22.054 INFO O| Aug 22 03:09:22.053 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7932 | 2024-08-22T03:09:23.320Z | [ recovery-image] Aug 22 03:09:22.054 INFO O| Aug 22 03:09:22.054 INFO STEP 62 (ensure_dir) COMPLETE |
7933 | 2024-08-22T03:09:23.320Z | [ recovery-image] Aug 22 03:09:22.054 INFO O| Aug 22 03:09:22.054 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7934 | 2024-08-22T03:09:23.336Z | [ recovery-image] Aug 22 03:09:22.070 INFO O| Aug 22 03:09:22.070 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7935 | 2024-08-22T03:09:23.339Z | [ recovery-image] Aug 22 03:09:22.070 INFO O| Aug 22 03:09:22.070 INFO STEP 63 (ensure_dir) COMPLETE |
7936 | 2024-08-22T03:09:23.339Z | [ recovery-image] Aug 22 03:09:22.071 INFO O| Aug 22 03:09:22.070 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7937 | 2024-08-22T03:09:23.353Z | [ recovery-image] Aug 22 03:09:22.087 INFO O| Aug 22 03:09:22.087 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7938 | 2024-08-22T03:09:23.353Z | [ recovery-image] Aug 22 03:09:22.087 INFO O| Aug 22 03:09:22.087 INFO STEP 64 (ensure_dir) COMPLETE |
7939 | 2024-08-22T03:09:23.353Z | [ recovery-image] Aug 22 03:09:22.088 INFO O| Aug 22 03:09:22.088 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7940 | 2024-08-22T03:09:23.517Z | [ recovery-image] Aug 22 03:09:22.106 INFO O| Aug 22 03:09:22.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7941 | 2024-08-22T03:09:23.517Z | [ recovery-image] Aug 22 03:09:22.106 INFO O| Aug 22 03:09:22.105 INFO copying /tmp/.tmp111CtG/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7942 | 2024-08-22T03:09:23.517Z | [ recovery-image] Aug 22 03:09:22.106 INFO O| Aug 22 03:09:22.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7943 | 2024-08-22T03:09:23.517Z | [ recovery-image] Aug 22 03:09:22.106 INFO O| Aug 22 03:09:22.105 INFO ok! |
7944 | 2024-08-22T03:09:23.517Z | [ recovery-image] Aug 22 03:09:22.106 INFO O| Aug 22 03:09:22.105 INFO STEP 65 (ensure_file) COMPLETE |
7945 | 2024-08-22T03:09:23.517Z | [ recovery-image] Aug 22 03:09:22.106 INFO O| Aug 22 03:09:22.105 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7946 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.124 INFO O| Aug 22 03:09:22.123 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7947 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.124 INFO O| Aug 22 03:09:22.123 INFO STEP 66 (remove_files) COMPLETE |
7948 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.124 INFO O| Aug 22 03:09:22.123 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7949 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.137 INFO O| Aug 22 03:09:22.137 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7950 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.137 INFO O| Aug 22 03:09:22.137 INFO STEP 67 (remove_files) COMPLETE |
7951 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.137 INFO O| Aug 22 03:09:22.137 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7952 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.148 INFO O| Aug 22 03:09:22.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7953 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.148 INFO O| Aug 22 03:09:22.148 INFO STEP 68 (remove_files) COMPLETE |
7954 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.148 INFO O| Aug 22 03:09:22.148 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7955 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.159 INFO O| Aug 22 03:09:22.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7956 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.159 INFO O| Aug 22 03:09:22.159 INFO STEP 69 (remove_files) COMPLETE |
7957 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.159 INFO O| Aug 22 03:09:22.159 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7958 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.170 INFO O| Aug 22 03:09:22.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7959 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.170 INFO O| Aug 22 03:09:22.170 INFO STEP 70 (remove_files) COMPLETE |
7960 | 2024-08-22T03:09:23.521Z | [ recovery-image] Aug 22 03:09:22.170 INFO O| Aug 22 03:09:22.170 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7961 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.180 INFO O| Aug 22 03:09:22.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7962 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.180 INFO O| Aug 22 03:09:22.180 INFO STEP 71 (remove_files) COMPLETE |
7963 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.180 INFO O| Aug 22 03:09:22.180 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7964 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.191 INFO O| Aug 22 03:09:22.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7965 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.191 INFO O| Aug 22 03:09:22.191 INFO STEP 72 (remove_files) COMPLETE |
7966 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.191 INFO O| Aug 22 03:09:22.191 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7967 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.202 INFO O| Aug 22 03:09:22.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7968 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.202 INFO O| Aug 22 03:09:22.202 INFO STEP 73 (remove_files) COMPLETE |
7969 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.202 INFO O| Aug 22 03:09:22.202 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7970 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.213 INFO O| Aug 22 03:09:22.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7971 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.213 INFO O| Aug 22 03:09:22.213 INFO STEP 74 (remove_files) COMPLETE |
7972 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.213 INFO O| Aug 22 03:09:22.213 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7973 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.223 INFO O| Aug 22 03:09:22.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7974 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.223 INFO O| Aug 22 03:09:22.223 INFO STEP 75 (remove_files) COMPLETE |
7975 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.224 INFO O| Aug 22 03:09:22.223 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7976 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.235 INFO O| Aug 22 03:09:22.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7977 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.235 INFO O| Aug 22 03:09:22.235 INFO STEP 76 (remove_files) COMPLETE |
7978 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.235 INFO O| Aug 22 03:09:22.235 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7979 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.246 INFO O| Aug 22 03:09:22.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7980 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.246 INFO O| Aug 22 03:09:22.246 INFO STEP 77 (remove_files) COMPLETE |
7981 | 2024-08-22T03:09:23.522Z | [ recovery-image] Aug 22 03:09:22.246 INFO O| Aug 22 03:09:22.246 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7982 | 2024-08-22T03:09:23.524Z | [ recovery-image] Aug 22 03:09:22.256 INFO O| Aug 22 03:09:22.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7983 | 2024-08-22T03:09:23.525Z | [ recovery-image] Aug 22 03:09:22.257 INFO O| Aug 22 03:09:22.257 INFO STEP 78 (remove_files) COMPLETE |
7984 | 2024-08-22T03:09:23.525Z | [ recovery-image] Aug 22 03:09:22.257 INFO O| Aug 22 03:09:22.257 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7985 | 2024-08-22T03:09:23.532Z | [ recovery-image] Aug 22 03:09:22.268 INFO O| Aug 22 03:09:22.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7986 | 2024-08-22T03:09:23.535Z | [ recovery-image] Aug 22 03:09:22.268 INFO O| Aug 22 03:09:22.268 INFO STEP 79 (remove_files) COMPLETE |
7987 | 2024-08-22T03:09:23.535Z | [ recovery-image] Aug 22 03:09:22.268 INFO O| Aug 22 03:09:22.268 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7988 | 2024-08-22T03:09:23.543Z | [ recovery-image] Aug 22 03:09:22.278 INFO O| Aug 22 03:09:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7989 | 2024-08-22T03:09:23.543Z | [ recovery-image] Aug 22 03:09:22.278 INFO O| Aug 22 03:09:22.278 INFO STEP 80 (remove_files) COMPLETE |
7990 | 2024-08-22T03:09:23.543Z | [ recovery-image] Aug 22 03:09:22.279 INFO O| Aug 22 03:09:22.278 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7991 | 2024-08-22T03:09:23.554Z | [ recovery-image] Aug 22 03:09:22.290 INFO O| Aug 22 03:09:22.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7992 | 2024-08-22T03:09:23.554Z | [ recovery-image] Aug 22 03:09:22.290 INFO O| Aug 22 03:09:22.290 INFO STEP 81 (remove_files) COMPLETE |
7993 | 2024-08-22T03:09:23.556Z | [ recovery-image] Aug 22 03:09:22.290 INFO O| Aug 22 03:09:22.290 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7994 | 2024-08-22T03:09:23.565Z | [ recovery-image] Aug 22 03:09:22.300 INFO O| Aug 22 03:09:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7995 | 2024-08-22T03:09:23.567Z | [ recovery-image] Aug 22 03:09:22.301 INFO O| Aug 22 03:09:22.300 INFO STEP 82 (remove_files) COMPLETE |
7996 | 2024-08-22T03:09:23.567Z | [ recovery-image] Aug 22 03:09:22.301 INFO O| Aug 22 03:09:22.300 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7997 | 2024-08-22T03:09:23.575Z | [ recovery-image] Aug 22 03:09:22.311 INFO O| Aug 22 03:09:22.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7998 | 2024-08-22T03:09:23.575Z | [ recovery-image] Aug 22 03:09:22.311 INFO O| Aug 22 03:09:22.311 INFO STEP 83 (remove_files) COMPLETE |
7999 | 2024-08-22T03:09:23.575Z | [ recovery-image] Aug 22 03:09:22.311 INFO O| Aug 22 03:09:22.311 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8000 | 2024-08-22T03:09:23.586Z | [ recovery-image] Aug 22 03:09:22.322 INFO O| Aug 22 03:09:22.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8001 | 2024-08-22T03:09:23.586Z | [ recovery-image] Aug 22 03:09:22.322 INFO O| Aug 22 03:09:22.322 INFO STEP 84 (remove_files) COMPLETE |
8002 | 2024-08-22T03:09:23.586Z | [ recovery-image] Aug 22 03:09:22.322 INFO O| Aug 22 03:09:22.322 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8003 | 2024-08-22T03:09:23.599Z | [ recovery-image] Aug 22 03:09:22.335 INFO O| Aug 22 03:09:22.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8004 | 2024-08-22T03:09:23.601Z | [ recovery-image] Aug 22 03:09:22.335 INFO O| Aug 22 03:09:22.335 INFO STEP 85 (remove_files) COMPLETE |
8005 | 2024-08-22T03:09:23.601Z | [ recovery-image] Aug 22 03:09:22.335 INFO O| Aug 22 03:09:22.335 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8006 | 2024-08-22T03:09:23.609Z | [ recovery-image] Aug 22 03:09:22.345 INFO O| Aug 22 03:09:22.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8007 | 2024-08-22T03:09:23.612Z | [ recovery-image] Aug 22 03:09:22.345 INFO O| Aug 22 03:09:22.345 INFO STEP 86 (remove_files) COMPLETE |
8008 | 2024-08-22T03:09:23.612Z | [ recovery-image] Aug 22 03:09:22.345 INFO O| Aug 22 03:09:22.345 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8009 | 2024-08-22T03:09:23.621Z | [ recovery-image] Aug 22 03:09:22.357 INFO O| Aug 22 03:09:22.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8010 | 2024-08-22T03:09:23.621Z | [ recovery-image] Aug 22 03:09:22.357 INFO O| Aug 22 03:09:22.357 INFO STEP 87 (remove_files) COMPLETE |
8011 | 2024-08-22T03:09:23.624Z | [ recovery-image] Aug 22 03:09:22.357 INFO O| Aug 22 03:09:22.357 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8012 | 2024-08-22T03:09:23.632Z | [ recovery-image] Aug 22 03:09:22.368 INFO O| Aug 22 03:09:22.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8013 | 2024-08-22T03:09:23.632Z | [ recovery-image] Aug 22 03:09:22.368 INFO O| Aug 22 03:09:22.368 INFO STEP 88 (remove_files) COMPLETE |
8014 | 2024-08-22T03:09:23.632Z | [ recovery-image] Aug 22 03:09:22.368 INFO O| Aug 22 03:09:22.368 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8015 | 2024-08-22T03:09:23.643Z | [ recovery-image] Aug 22 03:09:22.379 INFO O| Aug 22 03:09:22.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8016 | 2024-08-22T03:09:23.645Z | [ recovery-image] Aug 22 03:09:22.379 INFO O| Aug 22 03:09:22.379 INFO STEP 89 (remove_files) COMPLETE |
8017 | 2024-08-22T03:09:23.645Z | [ recovery-image] Aug 22 03:09:22.379 INFO O| Aug 22 03:09:22.379 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8018 | 2024-08-22T03:09:23.654Z | [ recovery-image] Aug 22 03:09:22.390 INFO O| Aug 22 03:09:22.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8019 | 2024-08-22T03:09:23.656Z | [ recovery-image] Aug 22 03:09:22.390 INFO O| Aug 22 03:09:22.390 INFO STEP 90 (remove_files) COMPLETE |
8020 | 2024-08-22T03:09:23.656Z | [ recovery-image] Aug 22 03:09:22.390 INFO O| Aug 22 03:09:22.390 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8021 | 2024-08-22T03:09:23.665Z | [ recovery-image] Aug 22 03:09:22.401 INFO O| Aug 22 03:09:22.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8022 | 2024-08-22T03:09:23.665Z | [ recovery-image] Aug 22 03:09:22.401 INFO O| Aug 22 03:09:22.401 INFO STEP 91 (remove_files) COMPLETE |
8023 | 2024-08-22T03:09:23.665Z | [ recovery-image] Aug 22 03:09:22.401 INFO O| Aug 22 03:09:22.401 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8024 | 2024-08-22T03:09:23.676Z | [ recovery-image] Aug 22 03:09:22.412 INFO O| Aug 22 03:09:22.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8025 | 2024-08-22T03:09:23.676Z | [ recovery-image] Aug 22 03:09:22.412 INFO O| Aug 22 03:09:22.412 INFO STEP 92 (remove_files) COMPLETE |
8026 | 2024-08-22T03:09:23.679Z | [ recovery-image] Aug 22 03:09:22.412 INFO O| Aug 22 03:09:22.412 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8027 | 2024-08-22T03:09:23.687Z | [ recovery-image] Aug 22 03:09:22.423 INFO O| Aug 22 03:09:22.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8028 | 2024-08-22T03:09:23.690Z | [ recovery-image] Aug 22 03:09:22.423 INFO O| Aug 22 03:09:22.423 INFO STEP 93 (remove_files) COMPLETE |
8029 | 2024-08-22T03:09:23.690Z | [ recovery-image] Aug 22 03:09:22.423 INFO O| Aug 22 03:09:22.423 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8030 | 2024-08-22T03:09:23.699Z | [ recovery-image] Aug 22 03:09:22.434 INFO O| Aug 22 03:09:22.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8031 | 2024-08-22T03:09:23.699Z | [ recovery-image] Aug 22 03:09:22.434 INFO O| Aug 22 03:09:22.434 INFO STEP 94 (remove_files) COMPLETE |
8032 | 2024-08-22T03:09:23.702Z | [ recovery-image] Aug 22 03:09:22.434 INFO O| Aug 22 03:09:22.434 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8033 | 2024-08-22T03:09:23.715Z | [ recovery-image] Aug 22 03:09:22.451 INFO O| Aug 22 03:09:22.451 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8034 | 2024-08-22T03:09:23.715Z | [ recovery-image] Aug 22 03:09:22.451 INFO O| Aug 22 03:09:22.451 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8035 | 2024-08-22T03:09:29.245Z | [ recovery-image] Aug 22 03:09:27.980 INFO O| Aug 22 03:09:27.980 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 |
8036 | 2024-08-22T03:09:29.245Z | [ recovery-image] Aug 22 03:09:27.980 INFO O| Aug 22 03:09:27.980 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8037 | 2024-08-22T03:09:29.257Z | [ recovery-image] Aug 22 03:09:27.992 INFO O| Aug 22 03:09:27.992 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8038 | 2024-08-22T03:09:29.332Z | [ recovery-image] Aug 22 03:09:28.067 INFO O| Aug 22 03:09:28.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8039 | 2024-08-22T03:09:29.332Z | [ recovery-image] Aug 22 03:09:28.067 INFO O| Aug 22 03:09:28.067 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 ... |
8040 | 2024-08-22T03:09:29.334Z | [ recovery-image] Aug 22 03:09:28.069 INFO O| Aug 22 03:09:28.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8041 | 2024-08-22T03:09:29.334Z | [ recovery-image] Aug 22 03:09:28.069 INFO O| Aug 22 03:09:28.069 INFO ok! |
8042 | 2024-08-22T03:09:29.334Z | [ recovery-image] Aug 22 03:09:28.069 INFO O| Aug 22 03:09:28.069 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8043 | 2024-08-22T03:09:29.334Z | [ recovery-image] Aug 22 03:09:28.069 INFO O| Aug 22 03:09:28.069 INFO STEP 95 (seed_smf) COMPLETE |
8044 | 2024-08-22T03:09:29.334Z | [ recovery-image] Aug 22 03:09:28.069 INFO O| Aug 22 03:09:28.069 INFO steps complete; finalising image! |
8045 | 2024-08-22T03:09:29.335Z | [ recovery-image] Aug 22 03:09:28.069 INFO O| Aug 22 03:09:28.069 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8046 | 2024-08-22T03:09:29.365Z | [ recovery-image] Aug 22 03:09:28.100 INFO O| Aug 22 03:09:28.100 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Thu Aug 22 03:09:28 2024) |
8047 | 2024-08-22T03:09:29.586Z | [ recovery-image] Aug 22 03:09:28.321 INFO O| Aug 22 03:09:28.321 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
8048 | 2024-08-22T03:09:29.586Z | [ recovery-image] Aug 22 03:09:28.321 INFO O| Aug 22 03:09:28.321 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8049 | 2024-08-22T03:09:29.792Z | [ recovery-image] Aug 22 03:09:28.527 INFO O| Aug 22 03:09:28.527 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 |
8050 | 2024-08-22T03:09:29.792Z | [ recovery-image] Aug 22 03:09:28.527 INFO O| Aug 22 03:09:28.527 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8051 | 2024-08-22T03:09:32.814Z | [ recovery-image] Aug 22 03:09:31.548 INFO O| Aug 22 03:09:31.548 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8052 | 2024-08-22T03:09:32.814Z | [ recovery-image] Aug 22 03:09:31.549 INFO O| Aug 22 03:09:31.548 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8053 | 2024-08-22T03:09:32.817Z | [ recovery-image] Aug 22 03:09:31.549 INFO O| Aug 22 03:09:31.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8054 | 2024-08-22T03:09:32.817Z | [ recovery-image] Aug 22 03:09:31.549 INFO O| Aug 22 03:09:31.548 INFO completed processing gimlet/zfs-recovery |
8055 | 2024-08-22T03:09:32.817Z | [ recovery-image] Aug 22 03:09:31.549 INFO O| Aug 22 03:09:31.549 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8056 | 2024-08-22T03:09:33.582Z | [ recovery-image] Aug 22 03:09:32.317 INFO O| Aug 22 03:09:32.317 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8057 | 2024-08-22T03:09:33.753Z | [ recovery-image] Aug 22 03:09:32.488 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n" |
8058 | 2024-08-22T03:09:33.753Z | [ recovery-image] Aug 22 03:09:32.488 INFO expanded image name: "recovery ebbee8e/${os_short_commit} 2024-08-22 02:43" -> "recovery ebbee8e/60122b5 2024-08-22 02:43" |
8059 | 2024-08-22T03:09:33.756Z | [ recovery-image] Aug 22 03:09:32.488 INFO output artefacts stored in: "/work/os-recovery" |
8060 | 2024-08-22T03:09:33.756Z | [ recovery-image] Aug 22 03:09:32.488 INFO collecting git info from project "image-builder"... |
8061 | 2024-08-22T03:09:33.761Z | [ recovery-image] Aug 22 03:09:32.496 INFO collecting git info from project "bootserver"... |
8062 | 2024-08-22T03:09:33.766Z | [ recovery-image] Aug 22 03:09:32.501 INFO collecting git info from project "phbl"... |
8063 | 2024-08-22T03:09:33.772Z | [ recovery-image] Aug 22 03:09:32.507 INFO collecting git info from project "pilot"... |
8064 | 2024-08-22T03:09:33.783Z | [ recovery-image] Aug 22 03:09:32.518 INFO collecting git info from project "amd-firmware"... |
8065 | 2024-08-22T03:09:33.917Z | [ recovery-image] Aug 22 03:09:32.652 INFO collecting git info from project "chelsio-t6-roms"... |
8066 | 2024-08-22T03:09:33.938Z | [ recovery-image] Aug 22 03:09:32.673 INFO collecting git info from project "pinprick"... |
8067 | 2024-08-22T03:09:33.943Z | [ recovery-image] Aug 22 03:09:32.678 INFO collecting git info from project "amd-host-image-builder"... |
8068 | 2024-08-22T03:09:34.180Z | [ recovery-image] Aug 22 03:09:32.915 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8069 | 2024-08-22T03:09:34.538Z | [ recovery-image] Aug 22 03:09:33.273 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8070 | 2024-08-22T03:09:34.894Z | [ recovery-image] Aug 22 03:09:33.628 INFO creating Oxide boot image... |
8071 | 2024-08-22T03:09:34.894Z | [ recovery-image] Aug 22 03:09:33.628 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ebbee8e/60122b5 2024-08-22 02:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8072 | 2024-08-22T03:10:06.502Z | [ host-image] Aug 22 03:10:05.233 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22827:20240820T102353Z |
8073 | 2024-08-22T03:10:06.503Z | [ host-image] Aug 22 03:10:05.233 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22827:20240820T102353Z |
8074 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.233 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8075 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.233 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8076 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.234 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8077 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.234 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8078 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.235 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8079 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.235 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8080 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.235 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8081 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.235 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8082 | 2024-08-22T03:10:06.505Z | [ host-image] Aug 22 03:10:05.235 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22827:20240820T102353Z |
8083 | 2024-08-22T03:10:06.508Z | [ host-image] Aug 22 03:10:05.237 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22827:20240820T102354Z |
8084 | 2024-08-22T03:10:06.508Z | [ host-image] Aug 22 03:10:05.238 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22827:20240820T102354Z |
8085 | 2024-08-22T03:10:06.508Z | [ host-image] Aug 22 03:10:05.238 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22827:20240820T102354Z |
8086 | 2024-08-22T03:10:06.508Z | [ host-image] Aug 22 03:10:05.238 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8087 | 2024-08-22T03:10:06.508Z | [ host-image] Aug 22 03:10:05.239 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22827:20240820T102354Z |
8088 | 2024-08-22T03:10:06.510Z | [ host-image] Aug 22 03:10:05.240 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22827:20240820T102354Z |
8089 | 2024-08-22T03:10:06.510Z | [ host-image] Aug 22 03:10:05.240 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22827:20240820T102355Z |
8090 | 2024-08-22T03:10:06.510Z | [ host-image] Aug 22 03:10:05.240 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22827:20240820T102355Z |
8091 | 2024-08-22T03:10:06.510Z | [ host-image] Aug 22 03:10:05.240 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22827:20240820T102356Z |
8092 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.240 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22827:20240820T102356Z |
8093 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.240 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22827:20240820T102356Z |
8094 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.240 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22827:20240820T102356Z |
8095 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22827:20240820T102357Z |
8096 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22827:20240820T102358Z |
8097 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22827:20240820T102358Z |
8098 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22827:20240820T102400Z |
8099 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22827:20240820T102401Z |
8100 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8101 | 2024-08-22T03:10:06.511Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22827:20240820T102402Z |
8102 | 2024-08-22T03:10:06.514Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22827:20240820T102404Z |
8103 | 2024-08-22T03:10:06.514Z | [ host-image] Aug 22 03:10:05.241 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22827:20240820T102405Z |
8104 | 2024-08-22T03:10:06.514Z | [ host-image] Aug 22 03:10:05.242 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22827:20240820T102406Z |
8105 | 2024-08-22T03:10:06.514Z | [ host-image] Aug 22 03:10:05.243 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22827:20240820T102407Z |
8106 | 2024-08-22T03:10:06.514Z | [ host-image] Aug 22 03:10:05.243 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22827:20240820T102407Z |
8107 | 2024-08-22T03:10:06.521Z | [ host-image] Aug 22 03:10:05.252 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8108 | 2024-08-22T03:10:06.524Z | [ host-image] Aug 22 03:10:05.252 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22827:20240820T102407Z |
8109 | 2024-08-22T03:10:06.524Z | [ host-image] Aug 22 03:10:05.253 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8110 | 2024-08-22T03:10:06.524Z | [ host-image] Aug 22 03:10:05.253 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8111 | 2024-08-22T03:10:06.524Z | [ host-image] Aug 22 03:10:05.253 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8112 | 2024-08-22T03:10:06.524Z | [ host-image] Aug 22 03:10:05.254 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22827:20240820T102407Z |
8113 | 2024-08-22T03:10:06.524Z | [ host-image] Aug 22 03:10:05.254 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8114 | 2024-08-22T03:10:06.524Z | [ host-image] Aug 22 03:10:05.254 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8115 | 2024-08-22T03:10:06.527Z | [ host-image] Aug 22 03:10:05.255 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8116 | 2024-08-22T03:10:06.527Z | [ host-image] Aug 22 03:10:05.256 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8117 | 2024-08-22T03:10:06.537Z | [ host-image] Aug 22 03:10:05.268 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8118 | 2024-08-22T03:10:06.539Z | [ host-image] Aug 22 03:10:05.268 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8119 | 2024-08-22T03:10:06.539Z | [ host-image] Aug 22 03:10:05.268 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8120 | 2024-08-22T03:10:06.539Z | [ host-image] Aug 22 03:10:05.269 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8121 | 2024-08-22T03:10:06.539Z | [ host-image] Aug 22 03:10:05.270 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8122 | 2024-08-22T03:10:06.539Z | [ host-image] Aug 22 03:10:05.270 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8123 | 2024-08-22T03:10:06.575Z | [ host-image] Aug 22 03:10:05.306 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8124 | 2024-08-22T03:10:06.577Z | [ host-image] Aug 22 03:10:05.307 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8125 | 2024-08-22T03:10:06.577Z | [ host-image] Aug 22 03:10:05.307 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8126 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.307 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22827:20240820T102409Z |
8127 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22827:20240820T102415Z |
8128 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8129 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22827:20240820T102416Z |
8130 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8131 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8132 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8133 | 2024-08-22T03:10:06.578Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22827:20240820T102416Z |
8134 | 2024-08-22T03:10:06.580Z | [ host-image] Aug 22 03:10:05.308 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8135 | 2024-08-22T03:10:06.583Z | [ host-image] Aug 22 03:10:05.313 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8136 | 2024-08-22T03:10:06.583Z | [ host-image] Aug 22 03:10:05.313 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8137 | 2024-08-22T03:10:06.583Z | [ host-image] Aug 22 03:10:05.313 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8138 | 2024-08-22T03:10:06.585Z | [ host-image] Aug 22 03:10:05.314 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22827:20240820T102416Z |
8139 | 2024-08-22T03:10:06.585Z | [ host-image] Aug 22 03:10:05.314 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8140 | 2024-08-22T03:10:06.598Z | [ host-image] Aug 22 03:10:05.329 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8141 | 2024-08-22T03:10:06.601Z | [ host-image] Aug 22 03:10:05.329 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22827:20240820T102417Z |
8142 | 2024-08-22T03:10:06.601Z | [ host-image] Aug 22 03:10:05.331 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22827:20240820T102417Z |
8143 | 2024-08-22T03:10:06.603Z | [ host-image] Aug 22 03:10:05.332 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22827:20240820T102417Z |
8144 | 2024-08-22T03:10:06.603Z | [ host-image] Aug 22 03:10:05.332 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8145 | 2024-08-22T03:10:06.603Z | [ host-image] Aug 22 03:10:05.332 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22827:20240820T102419Z |
8146 | 2024-08-22T03:10:06.603Z | [ host-image] Aug 22 03:10:05.333 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22827:20240820T102419Z |
8147 | 2024-08-22T03:10:06.603Z | [ host-image] Aug 22 03:10:05.333 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22827:20240820T102419Z |
8148 | 2024-08-22T03:10:06.603Z | [ host-image] Aug 22 03:10:05.333 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22827:20240820T102419Z |
8149 | 2024-08-22T03:10:06.606Z | [ host-image] Aug 22 03:10:05.337 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8150 | 2024-08-22T03:10:06.609Z | [ host-image] Aug 22 03:10:05.338 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22827:20240820T102419Z |
8151 | 2024-08-22T03:10:06.609Z | [ host-image] Aug 22 03:10:05.338 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22827:20240820T102421Z |
8152 | 2024-08-22T03:10:06.609Z | [ host-image] Aug 22 03:10:05.338 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8153 | 2024-08-22T03:10:06.609Z | [ host-image] Aug 22 03:10:05.339 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22827:20240820T102421Z |
8154 | 2024-08-22T03:10:06.609Z | [ host-image] Aug 22 03:10:05.339 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22827:20240820T102421Z |
8155 | 2024-08-22T03:10:06.609Z | [ host-image] Aug 22 03:10:05.339 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22827:20240820T102421Z |
8156 | 2024-08-22T03:10:06.609Z | [ host-image] Aug 22 03:10:05.339 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22827:20240820T102421Z |
8157 | 2024-08-22T03:10:06.617Z | [ host-image] Aug 22 03:10:05.348 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22827:20240820T102421Z |
8158 | 2024-08-22T03:10:06.617Z | [ host-image] Aug 22 03:10:05.348 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8159 | 2024-08-22T03:10:06.619Z | [ host-image] Aug 22 03:10:05.350 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22827:20240820T102421Z |
8160 | 2024-08-22T03:10:06.622Z | [ host-image] Aug 22 03:10:05.351 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22827:20240820T102422Z |
8161 | 2024-08-22T03:10:06.622Z | [ host-image] Aug 22 03:10:05.351 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22827:20240820T102422Z |
8162 | 2024-08-22T03:10:06.622Z | [ host-image] Aug 22 03:10:05.352 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22827:20240820T102422Z |
8163 | 2024-08-22T03:10:06.622Z | [ host-image] Aug 22 03:10:05.352 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22827:20240820T102422Z |
8164 | 2024-08-22T03:10:06.622Z | [ host-image] Aug 22 03:10:05.353 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22827:20240820T102422Z |
8165 | 2024-08-22T03:10:06.632Z | [ host-image] Aug 22 03:10:05.363 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22827:20240820T102424Z |
8166 | 2024-08-22T03:10:06.634Z | [ host-image] Aug 22 03:10:05.363 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22827:20240820T102423Z |
8167 | 2024-08-22T03:10:06.634Z | [ host-image] Aug 22 03:10:05.363 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22827:20240820T102423Z |
8168 | 2024-08-22T03:10:06.634Z | [ host-image] Aug 22 03:10:05.365 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22827:20240820T102423Z |
8169 | 2024-08-22T03:10:06.634Z | [ host-image] Aug 22 03:10:05.365 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22827:20240820T102424Z |
8170 | 2024-08-22T03:10:06.656Z | [ host-image] Aug 22 03:10:05.387 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22827:20240820T102427Z |
8171 | 2024-08-22T03:10:06.658Z | [ host-image] Aug 22 03:10:05.387 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22827:20240820T102424Z |
8172 | 2024-08-22T03:10:06.658Z | [ host-image] Aug 22 03:10:05.387 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22827:20240820T102424Z |
8173 | 2024-08-22T03:10:06.658Z | [ host-image] Aug 22 03:10:05.387 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8174 | 2024-08-22T03:10:06.658Z | [ host-image] Aug 22 03:10:05.388 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8175 | 2024-08-22T03:10:06.687Z | [ host-image] Aug 22 03:10:05.417 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22827:20240820T102424Z |
8176 | 2024-08-22T03:10:06.689Z | [ host-image] Aug 22 03:10:05.418 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8177 | 2024-08-22T03:10:06.689Z | [ host-image] Aug 22 03:10:05.418 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22827:20240820T102425Z |
8178 | 2024-08-22T03:10:06.689Z | [ host-image] Aug 22 03:10:05.418 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22827:20240820T102425Z |
8179 | 2024-08-22T03:10:06.689Z | [ host-image] Aug 22 03:10:05.419 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22827:20240820T102425Z |
8180 | 2024-08-22T03:10:06.689Z | [ host-image] Aug 22 03:10:05.419 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8181 | 2024-08-22T03:10:06.689Z | [ host-image] Aug 22 03:10:05.420 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8182 | 2024-08-22T03:10:06.692Z | [ host-image] Aug 22 03:10:05.420 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22827:20240820T102426Z |
8183 | 2024-08-22T03:10:06.692Z | [ host-image] Aug 22 03:10:05.421 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22827:20240820T102426Z |
8184 | 2024-08-22T03:10:06.692Z | [ host-image] Aug 22 03:10:05.421 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22827:20240820T102426Z |
8185 | 2024-08-22T03:10:06.692Z | [ host-image] Aug 22 03:10:05.421 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22827:20240820T102426Z |
8186 | 2024-08-22T03:10:06.692Z | [ host-image] Aug 22 03:10:05.421 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22827:20240820T102427Z |
8187 | 2024-08-22T03:10:06.692Z | [ host-image] Aug 22 03:10:05.421 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22827:20240820T102427Z |
8188 | 2024-08-22T03:10:06.694Z | [ host-image] Aug 22 03:10:05.424 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8189 | 2024-08-22T03:10:06.694Z | [ host-image] Aug 22 03:10:05.425 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22827:20240820T102427Z |
8190 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.426 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22827:20240820T102428Z |
8191 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.426 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22827:20240820T102428Z |
8192 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.427 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22827:20240820T102429Z |
8193 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.427 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22827:20240820T102428Z |
8194 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.427 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22827:20240820T102428Z |
8195 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.427 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8196 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.427 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8197 | 2024-08-22T03:10:06.697Z | [ host-image] Aug 22 03:10:05.428 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22827:20240820T102431Z |
8198 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.428 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22827:20240820T102431Z |
8199 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.428 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8200 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.428 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8201 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.428 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8202 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.428 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8203 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.428 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8204 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.429 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8205 | 2024-08-22T03:10:06.700Z | [ host-image] Aug 22 03:10:05.431 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8206 | 2024-08-22T03:10:06.702Z | [ host-image] Aug 22 03:10:05.431 INFO O| tempdir @ "/tmp/.tmpNNFNxv/tmp" |
8207 | 2024-08-22T03:10:06.702Z | [ host-image] Aug 22 03:10:05.431 INFO O| image root @ "/tmp/.tmpNNFNxv/tmp/root" |
8208 | 2024-08-22T03:10:06.702Z | [ host-image] Aug 22 03:10:05.431 INFO O| creating image... |
8209 | 2024-08-22T03:10:07.180Z | [ host-image] Aug 22 03:10:05.911 INFO O| copying publishers... |
8210 | 2024-08-22T03:10:13.868Z | [ host-image] Aug 22 03:10:12.598 INFO O| adding properties... |
8211 | 2024-08-22T03:10:14.868Z | [ host-image] Aug 22 03:10:13.598 INFO O| installing packages... |
8212 | 2024-08-22T03:10:25.615Z | [ recovery-image] Aug 22 03:10:24.343 INFO O| ok, image written! |
8213 | 2024-08-22T03:10:25.615Z | [ recovery-image] Aug 22 03:10:24.343 INFO O| ok, boot_image_csum file written! |
8214 | 2024-08-22T03:10:25.618Z | [ recovery-image] Aug 22 03:10:24.346 INFO creating boot archive (CPIO)... |
8215 | 2024-08-22T03:10:25.620Z | [ recovery-image] Aug 22 03:10:24.346 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 |
8216 | 2024-08-22T03:10:25.625Z | [ recovery-image] Aug 22 03:10:24.353 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8217 | 2024-08-22T03:10:25.627Z | [ recovery-image] Aug 22 03:10:24.354 INFO E| + outfile=/work/os-recovery/cpio |
8218 | 2024-08-22T03:10:25.627Z | [ recovery-image] Aug 22 03:10:24.354 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8219 | 2024-08-22T03:10:25.627Z | [ recovery-image] Aug 22 03:10:24.355 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8220 | 2024-08-22T03:10:25.627Z | [ recovery-image] Aug 22 03:10:24.356 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8221 | 2024-08-22T03:10:25.658Z | [ recovery-image] Aug 22 03:10:24.387 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8222 | 2024-08-22T03:10:25.658Z | [ recovery-image] Aug 22 03:10:24.387 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8223 | 2024-08-22T03:10:25.665Z | [ recovery-image] Aug 22 03:10:24.394 INFO creating compressed cpio/unix for nanobl-rs... |
8224 | 2024-08-22T03:10:25.667Z | [ recovery-image] Aug 22 03:10:24.394 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 |
8225 | 2024-08-22T03:10:25.944Z | [ recovery-image] Aug 22 03:10:24.673 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8226 | 2024-08-22T03:10:30.300Z | [ recovery-image] Aug 22 03:10:29.028 INFO creating reset image... |
8227 | 2024-08-22T03:10:30.303Z | [ recovery-image] Aug 22 03:10:29.028 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8228 | 2024-08-22T03:10:30.408Z | [ host-image] Aug 22 03:10:29.136 INFO O| seeding SMF database... |
8229 | 2024-08-22T03:10:30.530Z | [ recovery-image] Aug 22 03:10:29.258 INFO E| Updating crates.io index |
8230 | 2024-08-22T03:10:30.621Z | [ recovery-image] Aug 22 03:10:29.349 INFO E| Downloading crates ... |
8231 | 2024-08-22T03:10:30.697Z | [ recovery-image] Aug 22 03:10:29.425 INFO E| Downloaded anstyle-parse v0.2.3 |
8232 | 2024-08-22T03:10:30.705Z | [ recovery-image] Aug 22 03:10:29.432 INFO E| Downloaded os_pipe v1.1.5 |
8233 | 2024-08-22T03:10:30.707Z | [ recovery-image] Aug 22 03:10:29.434 INFO E| Downloaded clap v4.5.3 |
8234 | 2024-08-22T03:10:30.715Z | [ recovery-image] Aug 22 03:10:29.443 INFO E| Downloaded anstream v0.6.13 |
8235 | 2024-08-22T03:10:30.718Z | [ recovery-image] Aug 22 03:10:29.446 INFO E| Downloaded anstyle-query v1.0.2 |
8236 | 2024-08-22T03:10:30.721Z | [ recovery-image] Aug 22 03:10:29.447 INFO E| Downloaded shared_child v1.0.0 |
8237 | 2024-08-22T03:10:30.721Z | [ recovery-image] Aug 22 03:10:29.448 INFO E| Downloaded clap_derive v4.5.3 |
8238 | 2024-08-22T03:10:30.723Z | [ recovery-image] Aug 22 03:10:29.450 INFO E| Downloaded anstyle v1.0.6 |
8239 | 2024-08-22T03:10:30.725Z | [ recovery-image] Aug 22 03:10:29.451 INFO E| Downloaded proc-macro2 v1.0.79 |
8240 | 2024-08-22T03:10:30.729Z | [ recovery-image] Aug 22 03:10:29.457 INFO E| Downloaded duct v0.13.7 |
8241 | 2024-08-22T03:10:30.745Z | [ recovery-image] Aug 22 03:10:29.473 INFO E| Downloaded syn v2.0.53 |
8242 | 2024-08-22T03:10:30.772Z | [ recovery-image] Aug 22 03:10:29.500 INFO E| Downloaded libc v0.2.153 |
8243 | 2024-08-22T03:10:30.848Z | [ recovery-image] Aug 22 03:10:29.576 INFO E| Compiling proc-macro2 v1.0.79 |
8244 | 2024-08-22T03:10:30.849Z | [ recovery-image] Aug 22 03:10:29.576 INFO E| Compiling unicode-ident v1.0.12 |
8245 | 2024-08-22T03:10:30.849Z | [ recovery-image] Aug 22 03:10:29.576 INFO E| Compiling libc v0.2.153 |
8246 | 2024-08-22T03:10:30.849Z | [ recovery-image] Aug 22 03:10:29.577 INFO E| Compiling utf8parse v0.2.1 |
8247 | 2024-08-22T03:10:30.851Z | [ recovery-image] Aug 22 03:10:29.577 INFO E| Compiling anstyle-query v1.0.2 |
8248 | 2024-08-22T03:10:30.851Z | [ recovery-image] Aug 22 03:10:29.577 INFO E| Compiling anstyle v1.0.6 |
8249 | 2024-08-22T03:10:30.851Z | [ recovery-image] Aug 22 03:10:29.577 INFO E| Compiling colorchoice v1.0.0 |
8250 | 2024-08-22T03:10:30.853Z | [ recovery-image] Aug 22 03:10:29.581 INFO E| Compiling clap_lex v0.7.0 |
8251 | 2024-08-22T03:10:31.048Z | [ recovery-image] Aug 22 03:10:29.775 INFO E| Compiling anstyle-parse v0.2.3 |
8252 | 2024-08-22T03:10:31.052Z | [ recovery-image] Aug 22 03:10:29.780 INFO E| Compiling strsim v0.11.0 |
8253 | 2024-08-22T03:10:31.065Z | [ recovery-image] Aug 22 03:10:29.793 INFO E| Compiling heck v0.5.0 |
8254 | 2024-08-22T03:10:31.106Z | [ recovery-image] Aug 22 03:10:29.833 INFO E| Compiling once_cell v1.19.0 |
8255 | 2024-08-22T03:10:31.420Z | [ recovery-image] Aug 22 03:10:30.148 INFO E| Compiling anstream v0.6.13 |
8256 | 2024-08-22T03:10:31.759Z | [ recovery-image] Aug 22 03:10:30.487 INFO E| Compiling clap_builder v4.5.2 |
8257 | 2024-08-22T03:10:32.351Z | [ recovery-image] Aug 22 03:10:31.079 INFO E| Compiling shared_child v1.0.0 |
8258 | 2024-08-22T03:10:32.351Z | [ recovery-image] Aug 22 03:10:31.079 INFO E| Compiling os_pipe v1.1.5 |
8259 | 2024-08-22T03:10:32.430Z | [ recovery-image] Aug 22 03:10:31.157 INFO E| Compiling quote v1.0.35 |
8260 | 2024-08-22T03:10:32.489Z | [ recovery-image] Aug 22 03:10:31.217 INFO E| Compiling duct v0.13.7 |
8261 | 2024-08-22T03:10:32.768Z | [ recovery-image] Aug 22 03:10:31.495 INFO E| Compiling syn v2.0.53 |
8262 | 2024-08-22T03:10:37.994Z | [ recovery-image] Aug 22 03:10:36.721 INFO E| Compiling clap_derive v4.5.3 |
8263 | 2024-08-22T03:10:39.835Z | [ host-image] Aug 22 03:10:38.562 INFO O| configuring SMF profile... |
8264 | 2024-08-22T03:10:39.838Z | [ host-image] Aug 22 03:10:38.563 INFO O| modifying shadow(5)... |
8265 | 2024-08-22T03:10:39.839Z | [ host-image] Aug 22 03:10:38.563 INFO O| loading user and group database... |
8266 | 2024-08-22T03:10:39.839Z | [ host-image] Aug 22 03:10:38.563 INFO O| assessing packaged files... |
8267 | 2024-08-22T03:10:40.055Z | [ recovery-image] Aug 22 03:10:38.782 INFO E| Compiling clap v4.5.3 |
8268 | 2024-08-22T03:10:40.111Z | [ recovery-image] Aug 22 03:10:38.838 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8269 | 2024-08-22T03:10:41.318Z | [ recovery-image] Aug 22 03:10:40.044 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s |
8270 | 2024-08-22T03:10:41.326Z | [ recovery-image] Aug 22 03:10:40.053 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8271 | 2024-08-22T03:10:41.448Z | [ recovery-image] Aug 22 03:10:40.175 INFO E| Updating crates.io index |
8272 | 2024-08-22T03:10:41.612Z | [ recovery-image] Aug 22 03:10:40.339 INFO E| Downloading crates ... |
8273 | 2024-08-22T03:10:41.658Z | [ recovery-image] Aug 22 03:10:40.385 INFO E| Downloaded cpio_reader v0.1.1 |
8274 | 2024-08-22T03:10:41.666Z | [ recovery-image] Aug 22 03:10:40.392 INFO E| Downloaded bit_field v0.10.2 |
8275 | 2024-08-22T03:10:41.673Z | [ recovery-image] Aug 22 03:10:40.399 INFO E| Downloaded raw-cpuid v10.7.0 |
8276 | 2024-08-22T03:10:41.677Z | [ recovery-image] Aug 22 03:10:40.403 INFO E| Downloaded seq-macro v0.3.5 |
8277 | 2024-08-22T03:10:41.782Z | [ recovery-image] Aug 22 03:10:40.509 INFO E| Downloaded x86 v0.52.0 |
8278 | 2024-08-22T03:10:41.853Z | [ recovery-image] Aug 22 03:10:40.580 INFO E| Updating crates.io index |
8279 | 2024-08-22T03:10:41.896Z | [ recovery-image] Aug 22 03:10:40.622 INFO E| Downloading crates ... |
8280 | 2024-08-22T03:10:41.971Z | [ recovery-image] Aug 22 03:10:40.698 INFO E| Downloaded compiler_builtins v0.1.108 |
8281 | 2024-08-22T03:10:42.045Z | [ recovery-image] Aug 22 03:10:40.771 INFO E| Compiling compiler_builtins v0.1.108 |
8282 | 2024-08-22T03:10:42.045Z | [ recovery-image] Aug 22 03:10:40.771 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) |
8283 | 2024-08-22T03:10:42.047Z | [ recovery-image] Aug 22 03:10:40.771 INFO E| Compiling proc-macro2 v1.0.79 |
8284 | 2024-08-22T03:10:42.047Z | [ recovery-image] Aug 22 03:10:40.772 INFO E| Compiling unicode-ident v1.0.12 |
8285 | 2024-08-22T03:10:42.047Z | [ recovery-image] Aug 22 03:10:40.772 INFO E| Compiling syn v1.0.109 |
8286 | 2024-08-22T03:10:42.047Z | [ recovery-image] Aug 22 03:10:40.772 INFO E| Compiling x86 v0.52.0 |
8287 | 2024-08-22T03:10:42.050Z | [ recovery-image] Aug 22 03:10:40.777 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8288 | 2024-08-22T03:10:42.052Z | [ recovery-image] Aug 22 03:10:40.777 INFO E| Compiling seq-macro v0.3.5 |
8289 | 2024-08-22T03:10:42.105Z | [ host-image] Aug 22 03:10:40.832 INFO O| creating archive... |
8290 | 2024-08-22T03:10:42.163Z | [ host-image] Aug 22 03:10:40.890 INFO O| missing from packaging: |
8291 | 2024-08-22T03:10:42.163Z | [ host-image] Aug 22 03:10:40.890 INFO O| "etc/.pwd.lock" |
8292 | 2024-08-22T03:10:42.165Z | [ host-image] Aug 22 03:10:40.890 INFO O| "etc/bash" |
8293 | 2024-08-22T03:10:42.173Z | [ host-image] Aug 22 03:10:40.900 INFO O| "etc/svc/profile/generic.xml" |
8294 | 2024-08-22T03:10:42.175Z | [ host-image] Aug 22 03:10:40.900 INFO O| "etc/svc/profile/inetd_services.xml" |
8295 | 2024-08-22T03:10:42.176Z | [ host-image] Aug 22 03:10:40.900 INFO O| "etc/svc/profile/name_service.xml" |
8296 | 2024-08-22T03:10:42.176Z | [ host-image] Aug 22 03:10:40.900 INFO O| "etc/svc/profile/platform.xml" |
8297 | 2024-08-22T03:10:42.176Z | [ host-image] Aug 22 03:10:40.900 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8298 | 2024-08-22T03:10:42.176Z | [ host-image] Aug 22 03:10:40.900 INFO O| "etc/svc/repository.db" |
8299 | 2024-08-22T03:10:42.189Z | [ host-image] Aug 22 03:10:40.916 INFO O| "opt/ooce/share" |
8300 | 2024-08-22T03:10:42.189Z | [ host-image] Aug 22 03:10:40.916 INFO O| "opt/ooce/share/man" |
8301 | 2024-08-22T03:10:42.192Z | [ host-image] Aug 22 03:10:40.916 INFO O| "opt/ooce/share/man/man1" |
8302 | 2024-08-22T03:10:42.204Z | [ host-image] Aug 22 03:10:40.931 INFO O| finishing archive... |
8303 | 2024-08-22T03:10:43.196Z | [ recovery-image] Aug 22 03:10:41.923 INFO E| Compiling quote v1.0.35 |
8304 | 2024-08-22T03:10:43.465Z | [ recovery-image] Aug 22 03:10:42.191 INFO E| Compiling syn v2.0.53 |
8305 | 2024-08-22T03:10:45.282Z | [ host-image] Aug 22 03:10:44.008 INFO O| creating gzonly manifest... |
8306 | 2024-08-22T03:10:45.295Z | [ host-image] Aug 22 03:10:44.021 INFO O| ok |
8307 | 2024-08-22T03:10:45.403Z | [ host-image] Aug 22 03:10:44.130 INFO image builder template: ramdisk-02-trim... |
8308 | 2024-08-22T03:10:45.403Z | [ host-image] Aug 22 03:10:44.130 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/.tmp111CtG/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None |
8309 | 2024-08-22T03:10:45.434Z | [ host-image] Aug 22 03:10:44.160 INFO O| Aug 22 03:10:44.159 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8310 | 2024-08-22T03:10:45.439Z | [ host-image] Aug 22 03:10:44.166 INFO O| Aug 22 03:10:44.166 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8311 | 2024-08-22T03:10:45.561Z | [ host-image] Aug 22 03:10:44.287 INFO O| Aug 22 03:10:44.287 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8312 | 2024-08-22T03:10:45.640Z | [ host-image] Aug 22 03:10:44.366 INFO O| Aug 22 03:10:44.366 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8313 | 2024-08-22T03:10:45.640Z | [ host-image] Aug 22 03:10:44.366 INFO O| Aug 22 03:10:44.366 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8314 | 2024-08-22T03:10:45.648Z | [ host-image] Aug 22 03:10:44.374 INFO O| Aug 22 03:10:44.374 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8315 | 2024-08-22T03:10:45.653Z | [ host-image] Aug 22 03:10:44.380 INFO O| Aug 22 03:10:44.380 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8316 | 2024-08-22T03:10:45.660Z | [ host-image] Aug 22 03:10:44.387 INFO O| Aug 22 03:10:44.387 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8317 | 2024-08-22T03:10:45.876Z | [ host-image] Aug 22 03:10:44.602 INFO O| Aug 22 03:10:44.602 INFO rolled back to input snapshot; work may begin |
8318 | 2024-08-22T03:10:45.876Z | [ host-image] Aug 22 03:10:44.602 INFO O| Aug 22 03:10:44.602 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8319 | 2024-08-22T03:10:45.883Z | [ host-image] Aug 22 03:10:44.609 INFO O| Aug 22 03:10:44.609 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8320 | 2024-08-22T03:10:45.898Z | [ host-image] Aug 22 03:10:44.625 INFO O| Aug 22 03:10:44.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8321 | 2024-08-22T03:10:45.977Z | [ host-image] Aug 22 03:10:44.703 INFO O| Aug 22 03:10:44.703 INFO STEP 0 (remove_files) COMPLETE |
8322 | 2024-08-22T03:10:45.977Z | [ host-image] Aug 22 03:10:44.703 INFO O| Aug 22 03:10:44.703 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8323 | 2024-08-22T03:10:45.991Z | [ host-image] Aug 22 03:10:44.717 INFO O| Aug 22 03:10:44.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8324 | 2024-08-22T03:10:45.994Z | [ host-image] Aug 22 03:10:44.719 INFO O| Aug 22 03:10:44.719 INFO STEP 1 (remove_files) COMPLETE |
8325 | 2024-08-22T03:10:45.994Z | [ host-image] Aug 22 03:10:44.719 INFO O| Aug 22 03:10:44.719 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8326 | 2024-08-22T03:10:46.004Z | [ host-image] Aug 22 03:10:44.730 INFO O| Aug 22 03:10:44.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8327 | 2024-08-22T03:10:46.017Z | [ host-image] Aug 22 03:10:44.744 INFO O| Aug 22 03:10:44.743 INFO STEP 2 (remove_files) COMPLETE |
8328 | 2024-08-22T03:10:46.017Z | [ host-image] Aug 22 03:10:44.744 INFO O| Aug 22 03:10:44.743 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8329 | 2024-08-22T03:10:46.031Z | [ host-image] Aug 22 03:10:44.757 INFO O| Aug 22 03:10:44.757 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8330 | 2024-08-22T03:10:46.033Z | [ host-image] Aug 22 03:10:44.759 INFO O| Aug 22 03:10:44.759 INFO STEP 3 (remove_files) COMPLETE |
8331 | 2024-08-22T03:10:46.033Z | [ host-image] Aug 22 03:10:44.759 INFO O| Aug 22 03:10:44.759 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8332 | 2024-08-22T03:10:46.045Z | [ host-image] Aug 22 03:10:44.772 INFO O| Aug 22 03:10:44.772 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8333 | 2024-08-22T03:10:46.049Z | [ host-image] Aug 22 03:10:44.775 INFO O| Aug 22 03:10:44.775 INFO STEP 4 (remove_files) COMPLETE |
8334 | 2024-08-22T03:10:46.049Z | [ host-image] Aug 22 03:10:44.776 INFO O| Aug 22 03:10:44.775 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8335 | 2024-08-22T03:10:46.061Z | [ host-image] Aug 22 03:10:44.788 INFO O| Aug 22 03:10:44.788 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8336 | 2024-08-22T03:10:46.066Z | [ host-image] Aug 22 03:10:44.792 INFO O| Aug 22 03:10:44.792 INFO STEP 5 (remove_files) COMPLETE |
8337 | 2024-08-22T03:10:46.066Z | [ host-image] Aug 22 03:10:44.792 INFO O| Aug 22 03:10:44.792 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8338 | 2024-08-22T03:10:46.086Z | [ host-image] Aug 22 03:10:44.812 INFO O| Aug 22 03:10:44.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8339 | 2024-08-22T03:10:46.103Z | [ host-image] Aug 22 03:10:44.829 INFO O| Aug 22 03:10:44.829 INFO STEP 6 (remove_files) COMPLETE |
8340 | 2024-08-22T03:10:46.103Z | [ host-image] Aug 22 03:10:44.829 INFO O| Aug 22 03:10:44.829 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8341 | 2024-08-22T03:10:46.121Z | [ host-image] Aug 22 03:10:44.847 INFO O| Aug 22 03:10:44.847 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8342 | 2024-08-22T03:10:46.140Z | [ host-image] Aug 22 03:10:44.866 INFO O| Aug 22 03:10:44.866 INFO STEP 7 (remove_files) COMPLETE |
8343 | 2024-08-22T03:10:46.140Z | [ host-image] Aug 22 03:10:44.866 INFO O| Aug 22 03:10:44.866 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8344 | 2024-08-22T03:10:46.156Z | [ host-image] Aug 22 03:10:44.883 INFO O| Aug 22 03:10:44.883 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8345 | 2024-08-22T03:10:46.281Z | [ host-image] Aug 22 03:10:45.007 INFO O| Aug 22 03:10:45.007 INFO STEP 8 (remove_files) COMPLETE |
8346 | 2024-08-22T03:10:46.283Z | [ host-image] Aug 22 03:10:45.007 INFO O| Aug 22 03:10:45.007 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8347 | 2024-08-22T03:10:46.298Z | [ host-image] Aug 22 03:10:45.024 INFO O| Aug 22 03:10:45.024 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8348 | 2024-08-22T03:10:46.459Z | [ host-image] Aug 22 03:10:45.185 INFO O| Aug 22 03:10:45.185 INFO STEP 9 (remove_files) COMPLETE |
8349 | 2024-08-22T03:10:46.462Z | [ host-image] Aug 22 03:10:45.185 INFO O| Aug 22 03:10:45.185 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8350 | 2024-08-22T03:10:46.478Z | [ host-image] Aug 22 03:10:45.204 INFO O| Aug 22 03:10:45.204 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8351 | 2024-08-22T03:10:46.485Z | [ host-image] Aug 22 03:10:45.211 INFO O| Aug 22 03:10:45.211 INFO STEP 10 (remove_files) COMPLETE |
8352 | 2024-08-22T03:10:46.488Z | [ host-image] Aug 22 03:10:45.212 INFO O| Aug 22 03:10:45.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8353 | 2024-08-22T03:10:46.503Z | [ host-image] Aug 22 03:10:45.229 INFO O| Aug 22 03:10:45.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8354 | 2024-08-22T03:10:46.505Z | [ host-image] Aug 22 03:10:45.230 INFO O| Aug 22 03:10:45.230 INFO STEP 11 (remove_files) COMPLETE |
8355 | 2024-08-22T03:10:46.505Z | [ host-image] Aug 22 03:10:45.230 INFO O| Aug 22 03:10:45.230 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8356 | 2024-08-22T03:10:46.517Z | [ host-image] Aug 22 03:10:45.243 INFO O| Aug 22 03:10:45.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8357 | 2024-08-22T03:10:46.519Z | [ host-image] Aug 22 03:10:45.245 INFO O| Aug 22 03:10:45.245 INFO STEP 12 (remove_files) COMPLETE |
8358 | 2024-08-22T03:10:46.519Z | [ host-image] Aug 22 03:10:45.245 INFO O| Aug 22 03:10:45.245 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8359 | 2024-08-22T03:10:46.574Z | [ host-image] Aug 22 03:10:45.300 INFO O| Aug 22 03:10:45.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8360 | 2024-08-22T03:10:46.576Z | [ host-image] Aug 22 03:10:45.301 INFO O| Aug 22 03:10:45.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8361 | 2024-08-22T03:10:46.580Z | [ host-image] Aug 22 03:10:45.306 INFO O| Aug 22 03:10:45.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8362 | 2024-08-22T03:10:46.582Z | [ host-image] Aug 22 03:10:45.307 INFO O| Aug 22 03:10:45.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8363 | 2024-08-22T03:10:46.657Z | [ recovery-image] Aug 22 03:10:45.383 INFO E| Compiling scroll_derive v0.12.0 |
8364 | 2024-08-22T03:10:46.913Z | [ host-image] Aug 22 03:10:45.639 INFO O| Aug 22 03:10:45.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8365 | 2024-08-22T03:10:46.925Z | [ host-image] Aug 22 03:10:45.651 INFO O| Aug 22 03:10:45.651 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8366 | 2024-08-22T03:10:46.925Z | [ host-image] Aug 22 03:10:45.651 INFO O| Aug 22 03:10:45.651 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8367 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.652 INFO O| Aug 22 03:10:45.651 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8368 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.652 INFO O| Aug 22 03:10:45.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8369 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.652 INFO O| Aug 22 03:10:45.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8370 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.652 INFO O| Aug 22 03:10:45.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8371 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.652 INFO O| Aug 22 03:10:45.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8372 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.652 INFO O| Aug 22 03:10:45.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8373 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.652 INFO O| Aug 22 03:10:45.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8374 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.653 INFO O| Aug 22 03:10:45.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8375 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.653 INFO O| Aug 22 03:10:45.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8376 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.653 INFO O| Aug 22 03:10:45.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8377 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.653 INFO O| Aug 22 03:10:45.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8378 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.653 INFO O| Aug 22 03:10:45.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8379 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.653 INFO O| Aug 22 03:10:45.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8380 | 2024-08-22T03:10:46.928Z | [ host-image] Aug 22 03:10:45.654 INFO O| Aug 22 03:10:45.654 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8381 | 2024-08-22T03:10:46.939Z | [ host-image] Aug 22 03:10:45.665 INFO O| Aug 22 03:10:45.665 INFO STEP 13 (remove_files) COMPLETE |
8382 | 2024-08-22T03:10:46.939Z | [ host-image] Aug 22 03:10:45.665 INFO O| Aug 22 03:10:45.665 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8383 | 2024-08-22T03:10:46.951Z | [ host-image] Aug 22 03:10:45.677 INFO O| Aug 22 03:10:45.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8384 | 2024-08-22T03:10:46.953Z | [ host-image] Aug 22 03:10:45.679 INFO O| Aug 22 03:10:45.679 INFO STEP 14 (remove_files) COMPLETE |
8385 | 2024-08-22T03:10:46.953Z | [ host-image] Aug 22 03:10:45.679 INFO O| Aug 22 03:10:45.679 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8386 | 2024-08-22T03:10:46.964Z | [ host-image] Aug 22 03:10:45.690 INFO O| Aug 22 03:10:45.690 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8387 | 2024-08-22T03:10:46.974Z | [ host-image] Aug 22 03:10:45.700 INFO O| Aug 22 03:10:45.700 INFO STEP 15 (remove_files) COMPLETE |
8388 | 2024-08-22T03:10:46.974Z | [ host-image] Aug 22 03:10:45.700 INFO O| Aug 22 03:10:45.700 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8389 | 2024-08-22T03:10:46.986Z | [ host-image] Aug 22 03:10:45.712 INFO O| Aug 22 03:10:45.712 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8390 | 2024-08-22T03:10:46.988Z | [ host-image] Aug 22 03:10:45.712 INFO O| Aug 22 03:10:45.712 INFO STEP 16 (remove_files) COMPLETE |
8391 | 2024-08-22T03:10:46.988Z | [ host-image] Aug 22 03:10:45.712 INFO O| Aug 22 03:10:45.712 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8392 | 2024-08-22T03:10:46.998Z | [ host-image] Aug 22 03:10:45.724 INFO O| Aug 22 03:10:45.724 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8393 | 2024-08-22T03:10:47.000Z | [ host-image] Aug 22 03:10:45.726 INFO O| Aug 22 03:10:45.726 INFO STEP 17 (remove_files) COMPLETE |
8394 | 2024-08-22T03:10:47.000Z | [ host-image] Aug 22 03:10:45.726 INFO O| Aug 22 03:10:45.726 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8395 | 2024-08-22T03:10:47.011Z | [ host-image] Aug 22 03:10:45.737 INFO O| Aug 22 03:10:45.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8396 | 2024-08-22T03:10:47.013Z | [ host-image] Aug 22 03:10:45.738 INFO O| Aug 22 03:10:45.737 INFO STEP 18 (remove_files) COMPLETE |
8397 | 2024-08-22T03:10:47.013Z | [ host-image] Aug 22 03:10:45.738 INFO O| Aug 22 03:10:45.738 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8398 | 2024-08-22T03:10:47.027Z | [ host-image] Aug 22 03:10:45.753 INFO O| Aug 22 03:10:45.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8399 | 2024-08-22T03:10:47.027Z | [ host-image] Aug 22 03:10:45.753 INFO O| Aug 22 03:10:45.753 INFO STEP 19 (remove_files) COMPLETE |
8400 | 2024-08-22T03:10:47.027Z | [ host-image] Aug 22 03:10:45.753 INFO O| Aug 22 03:10:45.753 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8401 | 2024-08-22T03:10:47.040Z | [ host-image] Aug 22 03:10:45.766 INFO O| Aug 22 03:10:45.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8402 | 2024-08-22T03:10:47.042Z | [ host-image] Aug 22 03:10:45.766 INFO O| Aug 22 03:10:45.766 INFO STEP 20 (remove_files) COMPLETE |
8403 | 2024-08-22T03:10:47.042Z | [ host-image] Aug 22 03:10:45.766 INFO O| Aug 22 03:10:45.766 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8404 | 2024-08-22T03:10:47.058Z | [ host-image] Aug 22 03:10:45.777 INFO O| Aug 22 03:10:45.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8405 | 2024-08-22T03:10:47.061Z | [ host-image] Aug 22 03:10:45.777 INFO O| Aug 22 03:10:45.777 INFO STEP 21 (remove_files) COMPLETE |
8406 | 2024-08-22T03:10:47.061Z | [ host-image] Aug 22 03:10:45.778 INFO O| Aug 22 03:10:45.777 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8407 | 2024-08-22T03:10:47.066Z | [ host-image] Aug 22 03:10:45.792 INFO O| Aug 22 03:10:45.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8408 | 2024-08-22T03:10:47.066Z | [ host-image] Aug 22 03:10:45.792 INFO O| Aug 22 03:10:45.792 INFO STEP 22 (remove_files) COMPLETE |
8409 | 2024-08-22T03:10:47.068Z | [ host-image] Aug 22 03:10:45.792 INFO O| Aug 22 03:10:45.792 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8410 | 2024-08-22T03:10:47.081Z | [ host-image] Aug 22 03:10:45.807 INFO O| Aug 22 03:10:45.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8411 | 2024-08-22T03:10:47.081Z | [ host-image] Aug 22 03:10:45.807 INFO O| Aug 22 03:10:45.807 INFO STEP 23 (remove_files) COMPLETE |
8412 | 2024-08-22T03:10:47.081Z | [ host-image] Aug 22 03:10:45.807 INFO O| Aug 22 03:10:45.807 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8413 | 2024-08-22T03:10:47.097Z | [ host-image] Aug 22 03:10:45.823 INFO O| Aug 22 03:10:45.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8414 | 2024-08-22T03:10:47.097Z | [ host-image] Aug 22 03:10:45.823 INFO O| Aug 22 03:10:45.823 INFO STEP 24 (remove_files) COMPLETE |
8415 | 2024-08-22T03:10:47.097Z | [ host-image] Aug 22 03:10:45.823 INFO O| Aug 22 03:10:45.823 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8416 | 2024-08-22T03:10:47.111Z | [ host-image] Aug 22 03:10:45.837 INFO O| Aug 22 03:10:45.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8417 | 2024-08-22T03:10:47.111Z | [ host-image] Aug 22 03:10:45.837 INFO O| Aug 22 03:10:45.837 INFO STEP 25 (remove_files) COMPLETE |
8418 | 2024-08-22T03:10:47.114Z | [ host-image] Aug 22 03:10:45.837 INFO O| Aug 22 03:10:45.837 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8419 | 2024-08-22T03:10:47.126Z | [ host-image] Aug 22 03:10:45.852 INFO O| Aug 22 03:10:45.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8420 | 2024-08-22T03:10:47.126Z | [ host-image] Aug 22 03:10:45.852 INFO O| Aug 22 03:10:45.852 INFO STEP 26 (remove_files) COMPLETE |
8421 | 2024-08-22T03:10:47.126Z | [ host-image] Aug 22 03:10:45.852 INFO O| Aug 22 03:10:45.852 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8422 | 2024-08-22T03:10:47.141Z | [ host-image] Aug 22 03:10:45.867 INFO O| Aug 22 03:10:45.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8423 | 2024-08-22T03:10:47.141Z | [ host-image] Aug 22 03:10:45.867 INFO O| Aug 22 03:10:45.867 INFO STEP 27 (remove_files) COMPLETE |
8424 | 2024-08-22T03:10:47.141Z | [ host-image] Aug 22 03:10:45.867 INFO O| Aug 22 03:10:45.867 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8425 | 2024-08-22T03:10:47.156Z | [ host-image] Aug 22 03:10:45.882 INFO O| Aug 22 03:10:45.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8426 | 2024-08-22T03:10:47.156Z | [ host-image] Aug 22 03:10:45.882 INFO O| Aug 22 03:10:45.882 INFO STEP 28 (remove_files) COMPLETE |
8427 | 2024-08-22T03:10:47.158Z | [ host-image] Aug 22 03:10:45.882 INFO O| Aug 22 03:10:45.882 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8428 | 2024-08-22T03:10:47.170Z | [ host-image] Aug 22 03:10:45.896 INFO O| Aug 22 03:10:45.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8429 | 2024-08-22T03:10:47.170Z | [ host-image] Aug 22 03:10:45.896 INFO O| Aug 22 03:10:45.896 INFO STEP 29 (remove_files) COMPLETE |
8430 | 2024-08-22T03:10:47.172Z | [ host-image] Aug 22 03:10:45.896 INFO O| Aug 22 03:10:45.896 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8431 | 2024-08-22T03:10:47.182Z | [ host-image] Aug 22 03:10:45.908 INFO O| Aug 22 03:10:45.908 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8432 | 2024-08-22T03:10:47.182Z | [ host-image] Aug 22 03:10:45.908 INFO O| Aug 22 03:10:45.908 INFO STEP 30 (remove_files) COMPLETE |
8433 | 2024-08-22T03:10:47.185Z | [ host-image] Aug 22 03:10:45.908 INFO O| Aug 22 03:10:45.908 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8434 | 2024-08-22T03:10:47.194Z | [ host-image] Aug 22 03:10:45.920 INFO O| Aug 22 03:10:45.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8435 | 2024-08-22T03:10:47.194Z | [ host-image] Aug 22 03:10:45.920 INFO O| Aug 22 03:10:45.920 INFO STEP 31 (remove_files) COMPLETE |
8436 | 2024-08-22T03:10:47.196Z | [ host-image] Aug 22 03:10:45.920 INFO O| Aug 22 03:10:45.920 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8437 | 2024-08-22T03:10:47.204Z | [ host-image] Aug 22 03:10:45.930 INFO O| Aug 22 03:10:45.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8438 | 2024-08-22T03:10:47.207Z | [ host-image] Aug 22 03:10:45.930 INFO O| Aug 22 03:10:45.930 INFO STEP 32 (remove_files) COMPLETE |
8439 | 2024-08-22T03:10:47.207Z | [ host-image] Aug 22 03:10:45.930 INFO O| Aug 22 03:10:45.930 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8440 | 2024-08-22T03:10:47.214Z | [ host-image] Aug 22 03:10:45.940 INFO O| Aug 22 03:10:45.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8441 | 2024-08-22T03:10:47.214Z | [ host-image] Aug 22 03:10:45.940 INFO O| Aug 22 03:10:45.940 INFO STEP 33 (remove_files) COMPLETE |
8442 | 2024-08-22T03:10:47.214Z | [ host-image] Aug 22 03:10:45.940 INFO O| Aug 22 03:10:45.940 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8443 | 2024-08-22T03:10:47.223Z | [ host-image] Aug 22 03:10:45.950 INFO O| Aug 22 03:10:45.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8444 | 2024-08-22T03:10:47.223Z | [ host-image] Aug 22 03:10:45.950 INFO O| Aug 22 03:10:45.950 INFO STEP 34 (remove_files) COMPLETE |
8445 | 2024-08-22T03:10:47.223Z | [ host-image] Aug 22 03:10:45.950 INFO O| Aug 22 03:10:45.950 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8446 | 2024-08-22T03:10:47.234Z | [ host-image] Aug 22 03:10:45.961 INFO O| Aug 22 03:10:45.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8447 | 2024-08-22T03:10:47.234Z | [ host-image] Aug 22 03:10:45.961 INFO O| Aug 22 03:10:45.961 INFO STEP 35 (remove_files) COMPLETE |
8448 | 2024-08-22T03:10:47.237Z | [ host-image] Aug 22 03:10:45.961 INFO O| Aug 22 03:10:45.961 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8449 | 2024-08-22T03:10:47.244Z | [ host-image] Aug 22 03:10:45.971 INFO O| Aug 22 03:10:45.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8450 | 2024-08-22T03:10:47.244Z | [ host-image] Aug 22 03:10:45.971 INFO O| Aug 22 03:10:45.971 INFO STEP 36 (remove_files) COMPLETE |
8451 | 2024-08-22T03:10:47.247Z | [ host-image] Aug 22 03:10:45.971 INFO O| Aug 22 03:10:45.971 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8452 | 2024-08-22T03:10:47.254Z | [ host-image] Aug 22 03:10:45.980 INFO O| Aug 22 03:10:45.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8453 | 2024-08-22T03:10:47.254Z | [ host-image] Aug 22 03:10:45.981 INFO O| Aug 22 03:10:45.981 INFO STEP 37 (remove_files) COMPLETE |
8454 | 2024-08-22T03:10:47.254Z | [ host-image] Aug 22 03:10:45.981 INFO O| Aug 22 03:10:45.981 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8455 | 2024-08-22T03:10:47.265Z | [ host-image] Aug 22 03:10:45.991 INFO O| Aug 22 03:10:45.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8456 | 2024-08-22T03:10:47.265Z | [ host-image] Aug 22 03:10:45.991 INFO O| Aug 22 03:10:45.991 INFO STEP 38 (remove_files) COMPLETE |
8457 | 2024-08-22T03:10:47.267Z | [ host-image] Aug 22 03:10:45.991 INFO O| Aug 22 03:10:45.991 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8458 | 2024-08-22T03:10:47.275Z | [ host-image] Aug 22 03:10:46.002 INFO O| Aug 22 03:10:46.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8459 | 2024-08-22T03:10:47.275Z | [ host-image] Aug 22 03:10:46.002 INFO O| Aug 22 03:10:46.002 INFO STEP 39 (remove_files) COMPLETE |
8460 | 2024-08-22T03:10:47.276Z | [ host-image] Aug 22 03:10:46.002 INFO O| Aug 22 03:10:46.002 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8461 | 2024-08-22T03:10:47.287Z | [ host-image] Aug 22 03:10:46.013 INFO O| Aug 22 03:10:46.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8462 | 2024-08-22T03:10:47.287Z | [ host-image] Aug 22 03:10:46.013 INFO O| Aug 22 03:10:46.013 INFO STEP 40 (remove_files) COMPLETE |
8463 | 2024-08-22T03:10:47.289Z | [ host-image] Aug 22 03:10:46.013 INFO O| Aug 22 03:10:46.013 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8464 | 2024-08-22T03:10:47.297Z | [ host-image] Aug 22 03:10:46.023 INFO O| Aug 22 03:10:46.023 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8465 | 2024-08-22T03:10:47.297Z | [ host-image] Aug 22 03:10:46.023 INFO O| Aug 22 03:10:46.023 INFO STEP 41 (remove_files) COMPLETE |
8466 | 2024-08-22T03:10:47.297Z | [ host-image] Aug 22 03:10:46.023 INFO O| Aug 22 03:10:46.023 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8467 | 2024-08-22T03:10:47.308Z | [ host-image] Aug 22 03:10:46.034 INFO O| Aug 22 03:10:46.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8468 | 2024-08-22T03:10:47.308Z | [ host-image] Aug 22 03:10:46.034 INFO O| Aug 22 03:10:46.034 INFO STEP 42 (remove_files) COMPLETE |
8469 | 2024-08-22T03:10:47.311Z | [ host-image] Aug 22 03:10:46.034 INFO O| Aug 22 03:10:46.034 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8470 | 2024-08-22T03:10:47.319Z | [ host-image] Aug 22 03:10:46.045 INFO O| Aug 22 03:10:46.045 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8471 | 2024-08-22T03:10:47.319Z | [ host-image] Aug 22 03:10:46.045 INFO O| Aug 22 03:10:46.045 INFO STEP 43 (remove_files) COMPLETE |
8472 | 2024-08-22T03:10:47.321Z | [ host-image] Aug 22 03:10:46.045 INFO O| Aug 22 03:10:46.045 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8473 | 2024-08-22T03:10:47.330Z | [ host-image] Aug 22 03:10:46.055 INFO O| Aug 22 03:10:46.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8474 | 2024-08-22T03:10:47.330Z | [ host-image] Aug 22 03:10:46.056 INFO O| Aug 22 03:10:46.056 INFO STEP 44 (remove_files) COMPLETE |
8475 | 2024-08-22T03:10:47.332Z | [ host-image] Aug 22 03:10:46.056 INFO O| Aug 22 03:10:46.056 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8476 | 2024-08-22T03:10:47.340Z | [ host-image] Aug 22 03:10:46.066 INFO O| Aug 22 03:10:46.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8477 | 2024-08-22T03:10:47.340Z | [ host-image] Aug 22 03:10:46.066 INFO O| Aug 22 03:10:46.066 INFO STEP 45 (remove_files) COMPLETE |
8478 | 2024-08-22T03:10:47.340Z | [ host-image] Aug 22 03:10:46.066 INFO O| Aug 22 03:10:46.066 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8479 | 2024-08-22T03:10:47.351Z | [ host-image] Aug 22 03:10:46.077 INFO O| Aug 22 03:10:46.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8480 | 2024-08-22T03:10:47.351Z | [ host-image] Aug 22 03:10:46.077 INFO O| Aug 22 03:10:46.077 INFO STEP 46 (remove_files) COMPLETE |
8481 | 2024-08-22T03:10:47.351Z | [ host-image] Aug 22 03:10:46.077 INFO O| Aug 22 03:10:46.077 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8482 | 2024-08-22T03:10:47.364Z | [ host-image] Aug 22 03:10:46.090 INFO O| Aug 22 03:10:46.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8483 | 2024-08-22T03:10:47.364Z | [ host-image] Aug 22 03:10:46.090 INFO O| Aug 22 03:10:46.090 INFO STEP 47 (remove_files) COMPLETE |
8484 | 2024-08-22T03:10:47.367Z | [ host-image] Aug 22 03:10:46.090 INFO O| Aug 22 03:10:46.090 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8485 | 2024-08-22T03:10:47.376Z | [ host-image] Aug 22 03:10:46.102 INFO O| Aug 22 03:10:46.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8486 | 2024-08-22T03:10:47.376Z | [ host-image] Aug 22 03:10:46.102 INFO O| Aug 22 03:10:46.102 INFO STEP 48 (remove_files) COMPLETE |
8487 | 2024-08-22T03:10:47.379Z | [ host-image] Aug 22 03:10:46.102 INFO O| Aug 22 03:10:46.102 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8488 | 2024-08-22T03:10:47.389Z | [ host-image] Aug 22 03:10:46.115 INFO O| Aug 22 03:10:46.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8489 | 2024-08-22T03:10:47.389Z | [ host-image] Aug 22 03:10:46.115 INFO O| Aug 22 03:10:46.115 INFO STEP 49 (remove_files) COMPLETE |
8490 | 2024-08-22T03:10:47.389Z | [ host-image] Aug 22 03:10:46.115 INFO O| Aug 22 03:10:46.115 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8491 | 2024-08-22T03:10:47.402Z | [ host-image] Aug 22 03:10:46.128 INFO O| Aug 22 03:10:46.128 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8492 | 2024-08-22T03:10:47.402Z | [ host-image] Aug 22 03:10:46.128 INFO O| Aug 22 03:10:46.128 INFO STEP 50 (remove_files) COMPLETE |
8493 | 2024-08-22T03:10:47.402Z | [ host-image] Aug 22 03:10:46.128 INFO O| Aug 22 03:10:46.128 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8494 | 2024-08-22T03:10:47.412Z | [ host-image] Aug 22 03:10:46.138 INFO O| Aug 22 03:10:46.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8495 | 2024-08-22T03:10:47.412Z | [ host-image] Aug 22 03:10:46.138 INFO O| Aug 22 03:10:46.138 INFO STEP 51 (remove_files) COMPLETE |
8496 | 2024-08-22T03:10:47.415Z | [ host-image] Aug 22 03:10:46.138 INFO O| Aug 22 03:10:46.138 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8497 | 2024-08-22T03:10:47.422Z | [ host-image] Aug 22 03:10:46.148 INFO O| Aug 22 03:10:46.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8498 | 2024-08-22T03:10:47.422Z | [ host-image] Aug 22 03:10:46.148 INFO O| Aug 22 03:10:46.148 INFO STEP 52 (remove_files) COMPLETE |
8499 | 2024-08-22T03:10:47.425Z | [ host-image] Aug 22 03:10:46.148 INFO O| Aug 22 03:10:46.148 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8500 | 2024-08-22T03:10:47.432Z | [ host-image] Aug 22 03:10:46.158 INFO O| Aug 22 03:10:46.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8501 | 2024-08-22T03:10:47.435Z | [ host-image] Aug 22 03:10:46.158 INFO O| Aug 22 03:10:46.158 INFO STEP 53 (remove_files) COMPLETE |
8502 | 2024-08-22T03:10:47.435Z | [ host-image] Aug 22 03:10:46.158 INFO O| Aug 22 03:10:46.158 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8503 | 2024-08-22T03:10:47.443Z | [ host-image] Aug 22 03:10:46.169 INFO O| Aug 22 03:10:46.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8504 | 2024-08-22T03:10:47.443Z | [ host-image] Aug 22 03:10:46.169 INFO O| Aug 22 03:10:46.169 INFO STEP 54 (remove_files) COMPLETE |
8505 | 2024-08-22T03:10:47.446Z | [ host-image] Aug 22 03:10:46.169 INFO O| Aug 22 03:10:46.169 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8506 | 2024-08-22T03:10:47.453Z | [ host-image] Aug 22 03:10:46.179 INFO O| Aug 22 03:10:46.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8507 | 2024-08-22T03:10:47.456Z | [ host-image] Aug 22 03:10:46.179 INFO O| Aug 22 03:10:46.179 INFO STEP 55 (remove_files) COMPLETE |
8508 | 2024-08-22T03:10:47.456Z | [ host-image] Aug 22 03:10:46.179 INFO O| Aug 22 03:10:46.179 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8509 | 2024-08-22T03:10:47.468Z | [ host-image] Aug 22 03:10:46.194 INFO O| Aug 22 03:10:46.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8510 | 2024-08-22T03:10:47.471Z | [ host-image] Aug 22 03:10:46.194 INFO O| Aug 22 03:10:46.194 INFO STEP 56 (remove_files) COMPLETE |
8511 | 2024-08-22T03:10:47.471Z | [ host-image] Aug 22 03:10:46.194 INFO O| Aug 22 03:10:46.194 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8512 | 2024-08-22T03:10:47.479Z | [ host-image] Aug 22 03:10:46.205 INFO O| Aug 22 03:10:46.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8513 | 2024-08-22T03:10:47.479Z | [ host-image] Aug 22 03:10:46.205 INFO O| Aug 22 03:10:46.205 INFO STEP 57 (remove_files) COMPLETE |
8514 | 2024-08-22T03:10:47.479Z | [ host-image] Aug 22 03:10:46.205 INFO O| Aug 22 03:10:46.205 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8515 | 2024-08-22T03:10:47.489Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8516 | 2024-08-22T03:10:47.489Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8517 | 2024-08-22T03:10:47.491Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8518 | 2024-08-22T03:10:47.491Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8519 | 2024-08-22T03:10:47.492Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8520 | 2024-08-22T03:10:47.492Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8521 | 2024-08-22T03:10:47.492Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO ok! |
8522 | 2024-08-22T03:10:47.492Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO STEP 58 (ensure_file) COMPLETE |
8523 | 2024-08-22T03:10:47.492Z | [ host-image] Aug 22 03:10:46.215 INFO O| Aug 22 03:10:46.215 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8524 | 2024-08-22T03:10:47.499Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8525 | 2024-08-22T03:10:47.499Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8526 | 2024-08-22T03:10:47.502Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8527 | 2024-08-22T03:10:47.502Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8528 | 2024-08-22T03:10:47.502Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8529 | 2024-08-22T03:10:47.502Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8530 | 2024-08-22T03:10:47.502Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO ok! |
8531 | 2024-08-22T03:10:47.502Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO STEP 59 (ensure_file) COMPLETE |
8532 | 2024-08-22T03:10:47.502Z | [ host-image] Aug 22 03:10:46.226 INFO O| Aug 22 03:10:46.226 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8533 | 2024-08-22T03:10:47.510Z | [ host-image] Aug 22 03:10:46.236 INFO O| Aug 22 03:10:46.236 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8534 | 2024-08-22T03:10:47.510Z | [ host-image] Aug 22 03:10:46.236 INFO O| Aug 22 03:10:46.236 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8535 | 2024-08-22T03:10:47.513Z | [ host-image] Aug 22 03:10:46.236 INFO O| Aug 22 03:10:46.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8536 | 2024-08-22T03:10:47.513Z | [ host-image] Aug 22 03:10:46.236 INFO O| Aug 22 03:10:46.236 INFO ok! |
8537 | 2024-08-22T03:10:47.513Z | [ host-image] Aug 22 03:10:46.236 INFO O| Aug 22 03:10:46.236 INFO STEP 60 (ensure_file) COMPLETE |
8538 | 2024-08-22T03:10:47.513Z | [ host-image] Aug 22 03:10:46.236 INFO O| Aug 22 03:10:46.236 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8539 | 2024-08-22T03:10:47.520Z | [ host-image] Aug 22 03:10:46.246 INFO O| Aug 22 03:10:46.246 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8540 | 2024-08-22T03:10:47.523Z | [ host-image] Aug 22 03:10:46.247 INFO O| Aug 22 03:10:46.247 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8541 | 2024-08-22T03:10:47.523Z | [ host-image] Aug 22 03:10:46.247 INFO O| Aug 22 03:10:46.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8542 | 2024-08-22T03:10:47.523Z | [ host-image] Aug 22 03:10:46.247 INFO O| Aug 22 03:10:46.247 INFO ok! |
8543 | 2024-08-22T03:10:47.523Z | [ host-image] Aug 22 03:10:46.247 INFO O| Aug 22 03:10:46.247 INFO STEP 61 (ensure_file) COMPLETE |
8544 | 2024-08-22T03:10:47.523Z | [ host-image] Aug 22 03:10:46.247 INFO O| Aug 22 03:10:46.247 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8545 | 2024-08-22T03:10:47.536Z | [ host-image] Aug 22 03:10:46.262 INFO O| Aug 22 03:10:46.262 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8546 | 2024-08-22T03:10:47.536Z | [ host-image] Aug 22 03:10:46.262 INFO O| Aug 22 03:10:46.262 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8547 | 2024-08-22T03:10:47.536Z | [ host-image] Aug 22 03:10:46.262 INFO O| Aug 22 03:10:46.262 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8548 | 2024-08-22T03:10:47.538Z | [ host-image] Aug 22 03:10:46.262 INFO O| Aug 22 03:10:46.262 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8549 | 2024-08-22T03:10:47.539Z | [ host-image] Aug 22 03:10:46.262 INFO O| Aug 22 03:10:46.262 INFO ok! |
8550 | 2024-08-22T03:10:47.539Z | [ host-image] Aug 22 03:10:46.262 INFO O| Aug 22 03:10:46.262 INFO STEP 62 (ensure_file) COMPLETE |
8551 | 2024-08-22T03:10:47.539Z | [ host-image] Aug 22 03:10:46.262 INFO O| Aug 22 03:10:46.262 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8552 | 2024-08-22T03:10:47.547Z | [ host-image] Aug 22 03:10:46.273 INFO O| Aug 22 03:10:46.273 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8553 | 2024-08-22T03:10:47.547Z | [ host-image] Aug 22 03:10:46.273 INFO O| Aug 22 03:10:46.273 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8554 | 2024-08-22T03:10:47.547Z | [ host-image] Aug 22 03:10:46.273 INFO O| Aug 22 03:10:46.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8555 | 2024-08-22T03:10:47.549Z | [ host-image] Aug 22 03:10:46.273 INFO O| Aug 22 03:10:46.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8556 | 2024-08-22T03:10:47.549Z | [ host-image] Aug 22 03:10:46.273 INFO O| Aug 22 03:10:46.273 INFO ok! |
8557 | 2024-08-22T03:10:47.549Z | [ host-image] Aug 22 03:10:46.273 INFO O| Aug 22 03:10:46.273 INFO STEP 63 (ensure_file) COMPLETE |
8558 | 2024-08-22T03:10:47.550Z | [ host-image] Aug 22 03:10:46.273 INFO O| Aug 22 03:10:46.273 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8559 | 2024-08-22T03:10:47.557Z | [ host-image] Aug 22 03:10:46.284 INFO O| Aug 22 03:10:46.283 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8560 | 2024-08-22T03:10:47.557Z | [ host-image] Aug 22 03:10:46.284 INFO O| Aug 22 03:10:46.284 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8561 | 2024-08-22T03:10:47.560Z | [ host-image] Aug 22 03:10:46.284 INFO O| Aug 22 03:10:46.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8562 | 2024-08-22T03:10:47.560Z | [ host-image] Aug 22 03:10:46.284 INFO O| Aug 22 03:10:46.284 INFO ok! |
8563 | 2024-08-22T03:10:47.560Z | [ host-image] Aug 22 03:10:46.284 INFO O| Aug 22 03:10:46.284 INFO STEP 64 (assemble_files) COMPLETE |
8564 | 2024-08-22T03:10:47.560Z | [ host-image] Aug 22 03:10:46.284 INFO O| Aug 22 03:10:46.284 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8565 | 2024-08-22T03:10:47.570Z | [ host-image] Aug 22 03:10:46.296 INFO O| Aug 22 03:10:46.296 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8566 | 2024-08-22T03:10:47.573Z | [ host-image] Aug 22 03:10:46.296 INFO O| Aug 22 03:10:46.296 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8567 | 2024-08-22T03:10:47.573Z | [ host-image] Aug 22 03:10:46.296 INFO O| Aug 22 03:10:46.296 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8568 | 2024-08-22T03:10:47.573Z | [ host-image] Aug 22 03:10:46.296 INFO O| Aug 22 03:10:46.296 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8569 | 2024-08-22T03:10:47.573Z | [ host-image] Aug 22 03:10:46.296 INFO O| Aug 22 03:10:46.296 INFO ok! |
8570 | 2024-08-22T03:10:47.573Z | [ host-image] Aug 22 03:10:46.296 INFO O| Aug 22 03:10:46.296 INFO STEP 65 (ensure_file) COMPLETE |
8571 | 2024-08-22T03:10:47.573Z | [ host-image] Aug 22 03:10:46.296 INFO O| Aug 22 03:10:46.296 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8572 | 2024-08-22T03:10:47.582Z | [ host-image] Aug 22 03:10:46.308 INFO O| Aug 22 03:10:46.308 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8573 | 2024-08-22T03:10:47.584Z | [ host-image] Aug 22 03:10:46.308 INFO O| Aug 22 03:10:46.308 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8574 | 2024-08-22T03:10:47.584Z | [ host-image] Aug 22 03:10:46.308 INFO O| Aug 22 03:10:46.308 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8575 | 2024-08-22T03:10:47.584Z | [ host-image] Aug 22 03:10:46.308 INFO O| Aug 22 03:10:46.308 INFO STEP 66 (ensure_dir) COMPLETE |
8576 | 2024-08-22T03:10:47.584Z | [ host-image] Aug 22 03:10:46.308 INFO O| Aug 22 03:10:46.308 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8577 | 2024-08-22T03:10:47.592Z | [ host-image] Aug 22 03:10:46.318 INFO O| Aug 22 03:10:46.318 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8578 | 2024-08-22T03:10:47.592Z | [ host-image] Aug 22 03:10:46.318 INFO O| Aug 22 03:10:46.318 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 ... |
8579 | 2024-08-22T03:10:47.599Z | [ host-image] Aug 22 03:10:46.325 INFO O| Aug 22 03:10:46.325 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 |
8580 | 2024-08-22T03:10:47.599Z | [ host-image] Aug 22 03:10:46.325 INFO O| Aug 22 03:10:46.325 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8581 | 2024-08-22T03:10:47.599Z | [ host-image] Aug 22 03:10:46.325 INFO O| Aug 22 03:10:46.325 INFO ok! |
8582 | 2024-08-22T03:10:47.599Z | [ host-image] Aug 22 03:10:46.325 INFO O| Aug 22 03:10:46.325 INFO STEP 67 (ensure_file) COMPLETE |
8583 | 2024-08-22T03:10:47.601Z | [ host-image] Aug 22 03:10:46.325 INFO O| Aug 22 03:10:46.325 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8584 | 2024-08-22T03:10:47.609Z | [ host-image] Aug 22 03:10:46.335 INFO O| Aug 22 03:10:46.335 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8585 | 2024-08-22T03:10:47.609Z | [ host-image] Aug 22 03:10:46.335 INFO O| Aug 22 03:10:46.335 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 ... |
8586 | 2024-08-22T03:10:47.611Z | [ host-image] Aug 22 03:10:46.335 INFO O| Aug 22 03:10:46.335 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 |
8587 | 2024-08-22T03:10:47.612Z | [ host-image] Aug 22 03:10:46.335 INFO O| Aug 22 03:10:46.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8588 | 2024-08-22T03:10:47.612Z | [ host-image] Aug 22 03:10:46.335 INFO O| Aug 22 03:10:46.335 INFO ok! |
8589 | 2024-08-22T03:10:47.612Z | [ host-image] Aug 22 03:10:46.335 INFO O| Aug 22 03:10:46.335 INFO STEP 68 (ensure_file) COMPLETE |
8590 | 2024-08-22T03:10:47.612Z | [ host-image] Aug 22 03:10:46.335 INFO O| Aug 22 03:10:46.335 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-08-22T03:10:47.624Z | [ host-image] Aug 22 03:10:46.350 INFO O| Aug 22 03:10:46.350 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8592 | 2024-08-22T03:10:47.624Z | [ host-image] Aug 22 03:10:46.350 INFO O| Aug 22 03:10:46.350 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8593 | 2024-08-22T03:10:49.966Z | [ host-image] Aug 22 03:10:48.692 INFO O| Aug 22 03:10:48.692 INFO STEP 69 (pack_tar) COMPLETE |
8594 | 2024-08-22T03:10:49.966Z | [ host-image] Aug 22 03:10:48.692 INFO O| Aug 22 03:10:48.692 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8595 | 2024-08-22T03:10:49.971Z | [ host-image] Aug 22 03:10:48.692 INFO O| Aug 22 03:10:48.692 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8596 | 2024-08-22T03:10:50.154Z | [ recovery-image] Aug 22 03:10:48.879 INFO E| Compiling bitstruct_derive v0.1.0 |
8597 | 2024-08-22T03:10:50.859Z | [ host-image] Aug 22 03:10:49.585 INFO O| Aug 22 03:10:49.585 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8598 | 2024-08-22T03:10:50.947Z | [ host-image] Aug 22 03:10:49.672 INFO O| Aug 22 03:10:49.672 INFO completed processing gimlet/ramdisk-02-trim |
8599 | 2024-08-22T03:10:50.949Z | [ host-image] Aug 22 03:10:49.674 INFO image builder template: zfs... |
8600 | 2024-08-22T03:10:50.949Z | [ host-image] Aug 22 03:10:49.675 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/.tmp111CtG/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None |
8601 | 2024-08-22T03:10:50.964Z | [ host-image] Aug 22 03:10:49.690 INFO O| Aug 22 03:10:49.689 INFO skip include "stress" because feature "stress" is not enabled |
8602 | 2024-08-22T03:10:51.002Z | [ host-image] Aug 22 03:10:49.727 INFO O| Aug 22 03:10:49.727 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8603 | 2024-08-22T03:10:51.006Z | [ host-image] Aug 22 03:10:49.732 INFO O| Aug 22 03:10:49.732 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8604 | 2024-08-22T03:10:51.092Z | [ host-image] Aug 22 03:10:49.818 INFO O| Aug 22 03:10:49.818 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8605 | 2024-08-22T03:10:51.211Z | [ host-image] Aug 22 03:10:49.937 INFO O| Aug 22 03:10:49.937 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8606 | 2024-08-22T03:10:51.212Z | [ host-image] Aug 22 03:10:49.937 INFO O| Aug 22 03:10:49.937 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8607 | 2024-08-22T03:10:51.216Z | [ host-image] Aug 22 03:10:49.942 INFO O| Aug 22 03:10:49.941 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8608 | 2024-08-22T03:10:51.359Z | [ host-image] Aug 22 03:10:50.085 INFO O| Aug 22 03:10:50.084 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8609 | 2024-08-22T03:10:51.415Z | [ host-image] Aug 22 03:10:50.140 INFO O| Aug 22 03:10:50.140 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8610 | 2024-08-22T03:10:51.425Z | [ host-image] Aug 22 03:10:50.150 INFO O| Aug 22 03:10:50.150 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8611 | 2024-08-22T03:10:51.430Z | [ host-image] Aug 22 03:10:50.155 INFO O| Aug 22 03:10:50.155 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8612 | 2024-08-22T03:10:51.430Z | [ host-image] Aug 22 03:10:50.155 INFO O| Aug 22 03:10:50.155 INFO no lofi found |
8613 | 2024-08-22T03:10:51.432Z | [ host-image] Aug 22 03:10:50.155 INFO O| Aug 22 03:10:50.155 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8614 | 2024-08-22T03:10:51.432Z | [ host-image] Aug 22 03:10:50.155 INFO O| Aug 22 03:10:50.155 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8615 | 2024-08-22T03:10:53.286Z | [ host-image] Aug 22 03:10:52.011 INFO O| Aug 22 03:10:52.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8616 | 2024-08-22T03:10:53.286Z | [ host-image] Aug 22 03:10:52.011 INFO O| Aug 22 03:10:52.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8617 | 2024-08-22T03:10:53.289Z | [ host-image] Aug 22 03:10:52.012 INFO O| Aug 22 03:10:52.012 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"] |
8618 | 2024-08-22T03:10:53.363Z | [ host-image] Aug 22 03:10:52.088 INFO O| Aug 22 03:10:52.088 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8619 | 2024-08-22T03:10:53.366Z | [ host-image] Aug 22 03:10:52.088 INFO O| Aug 22 03:10:52.088 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8620 | 2024-08-22T03:10:53.384Z | [ host-image] Aug 22 03:10:52.110 INFO O| Aug 22 03:10:52.110 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8621 | 2024-08-22T03:10:53.451Z | [ host-image] Aug 22 03:10:52.176 INFO O| Aug 22 03:10:52.176 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8622 | 2024-08-22T03:10:53.488Z | [ host-image] Aug 22 03:10:52.214 INFO O| Aug 22 03:10:52.214 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8623 | 2024-08-22T03:10:53.505Z | [ host-image] Aug 22 03:10:52.230 INFO O| Aug 22 03:10:52.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8624 | 2024-08-22T03:10:53.517Z | [ host-image] Aug 22 03:10:52.243 INFO O| Aug 22 03:10:52.243 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8625 | 2024-08-22T03:10:53.566Z | [ host-image] Aug 22 03:10:52.292 INFO O| Aug 22 03:10:52.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8626 | 2024-08-22T03:10:53.567Z | [ host-image] Aug 22 03:10:52.292 INFO O| Aug 22 03:10:52.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8627 | 2024-08-22T03:10:53.570Z | [ host-image] Aug 22 03:10:52.292 INFO O| Aug 22 03:10:52.292 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8628 | 2024-08-22T03:10:53.577Z | [ host-image] Aug 22 03:10:52.302 INFO O| Aug 22 03:10:52.302 INFO boot environment UUID: c0050876-128a-4ab2-96bf-a1660cc83429 |
8629 | 2024-08-22T03:10:53.579Z | [ host-image] Aug 22 03:10:52.302 INFO O| Aug 22 03:10:52.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c0050876-128a-4ab2-96bf-a1660cc83429 |
8630 | 2024-08-22T03:10:53.588Z | [ host-image] Aug 22 03:10:52.313 INFO O| Aug 22 03:10:52.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8631 | 2024-08-22T03:10:53.598Z | [ host-image] Aug 22 03:10:52.324 INFO O| Aug 22 03:10:52.324 INFO STEP 0 (create_be) COMPLETE |
8632 | 2024-08-22T03:10:53.598Z | [ host-image] Aug 22 03:10:52.324 INFO O| Aug 22 03:10:52.324 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8633 | 2024-08-22T03:10:53.613Z | [ host-image] Aug 22 03:10:52.339 INFO O| Aug 22 03:10:52.338 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8634 | 2024-08-22T03:11:07.431Z | [ recovery-image] Aug 22 03:11:06.148 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) |
8635 | 2024-08-22T03:11:10.333Z | [ recovery-image] Aug 22 03:11:09.055 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) |
8636 | 2024-08-22T03:11:13.918Z | [ host-image] Aug 22 03:11:12.641 INFO O| Aug 22 03:11:12.641 INFO STEP 1 (unpack_tar) COMPLETE |
8637 | 2024-08-22T03:11:13.918Z | [ host-image] Aug 22 03:11:12.641 INFO O| Aug 22 03:11:12.641 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8638 | 2024-08-22T03:11:13.929Z | [ host-image] Aug 22 03:11:12.652 INFO O| Aug 22 03:11:12.652 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8639 | 2024-08-22T03:11:14.326Z | [ host-image] Aug 22 03:11:13.049 INFO O| Aug 22 03:11:13.049 INFO STEP 2 (devfsadm) COMPLETE |
8640 | 2024-08-22T03:11:14.326Z | [ host-image] Aug 22 03:11:13.049 INFO O| Aug 22 03:11:13.049 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8641 | 2024-08-22T03:11:14.337Z | [ host-image] Aug 22 03:11:13.060 INFO O| Aug 22 03:11:13.060 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8642 | 2024-08-22T03:11:14.337Z | [ host-image] Aug 22 03:11:13.060 INFO O| Aug 22 03:11:13.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8643 | 2024-08-22T03:11:14.337Z | [ host-image] Aug 22 03:11:13.060 INFO O| Aug 22 03:11:13.060 INFO STEP 3 (ensure_dir) COMPLETE |
8644 | 2024-08-22T03:11:14.339Z | [ host-image] Aug 22 03:11:13.060 INFO O| Aug 22 03:11:13.060 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8645 | 2024-08-22T03:11:14.347Z | [ host-image] Aug 22 03:11:13.070 INFO O| Aug 22 03:11:13.070 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8646 | 2024-08-22T03:11:14.347Z | [ host-image] Aug 22 03:11:13.070 INFO O| Aug 22 03:11:13.070 INFO STEP 4 (ensure_dir) COMPLETE |
8647 | 2024-08-22T03:11:14.349Z | [ host-image] Aug 22 03:11:13.070 INFO O| Aug 22 03:11:13.070 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8648 | 2024-08-22T03:11:14.357Z | [ host-image] Aug 22 03:11:13.080 INFO O| Aug 22 03:11:13.080 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8649 | 2024-08-22T03:11:14.357Z | [ host-image] Aug 22 03:11:13.080 INFO O| Aug 22 03:11:13.080 INFO STEP 5 (ensure_dir) COMPLETE |
8650 | 2024-08-22T03:11:14.359Z | [ host-image] Aug 22 03:11:13.080 INFO O| Aug 22 03:11:13.080 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8651 | 2024-08-22T03:11:14.366Z | [ host-image] Aug 22 03:11:13.089 INFO O| Aug 22 03:11:13.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8652 | 2024-08-22T03:11:14.366Z | [ host-image] Aug 22 03:11:13.089 INFO O| Aug 22 03:11:13.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8653 | 2024-08-22T03:11:14.369Z | [ host-image] Aug 22 03:11:13.089 INFO O| Aug 22 03:11:13.089 INFO STEP 6 (ensure_dir) COMPLETE |
8654 | 2024-08-22T03:11:14.369Z | [ host-image] Aug 22 03:11:13.089 INFO O| Aug 22 03:11:13.089 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8655 | 2024-08-22T03:11:14.376Z | [ host-image] Aug 22 03:11:13.099 INFO O| Aug 22 03:11:13.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8656 | 2024-08-22T03:11:14.376Z | [ host-image] Aug 22 03:11:13.099 INFO O| Aug 22 03:11:13.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8657 | 2024-08-22T03:11:14.379Z | [ host-image] Aug 22 03:11:13.099 INFO O| Aug 22 03:11:13.099 INFO STEP 7 (ensure_dir) COMPLETE |
8658 | 2024-08-22T03:11:14.379Z | [ host-image] Aug 22 03:11:13.099 INFO O| Aug 22 03:11:13.099 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8659 | 2024-08-22T03:11:14.379Z | [ recovery-image] Aug 22 03:11:13.102 INFO E| Compiling bitflags v1.3.2 |
8660 | 2024-08-22T03:11:14.381Z | [ recovery-image] Aug 22 03:11:13.102 INFO E| Compiling log v0.4.21 |
8661 | 2024-08-22T03:11:14.381Z | [ recovery-image] Aug 22 03:11:13.102 INFO E| Compiling scroll v0.12.0 |
8662 | 2024-08-22T03:11:14.381Z | [ recovery-image] Aug 22 03:11:13.102 INFO E| Compiling plain v0.2.3 |
8663 | 2024-08-22T03:11:14.381Z | [ recovery-image] Aug 22 03:11:13.102 INFO E| Compiling adler v1.0.2 |
8664 | 2024-08-22T03:11:14.381Z | [ recovery-image] Aug 22 03:11:13.102 INFO E| Compiling bit_field v0.10.2 |
8665 | 2024-08-22T03:11:14.381Z | [ recovery-image] Aug 22 03:11:13.102 INFO E| Compiling bitstruct v0.1.1 |
8666 | 2024-08-22T03:11:14.388Z | [ host-image] Aug 22 03:11:13.112 INFO O| Aug 22 03:11:13.111 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8667 | 2024-08-22T03:11:14.391Z | [ host-image] Aug 22 03:11:13.112 INFO O| Aug 22 03:11:13.112 INFO STEP 8 (remove_files) COMPLETE |
8668 | 2024-08-22T03:11:14.391Z | [ host-image] Aug 22 03:11:13.112 INFO O| Aug 22 03:11:13.112 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8669 | 2024-08-22T03:11:14.423Z | [ host-image] Aug 22 03:11:13.146 INFO O| Aug 22 03:11:13.146 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8670 | 2024-08-22T03:11:14.426Z | [ host-image] Aug 22 03:11:13.147 INFO O| Aug 22 03:11:13.147 INFO STEP 9 (remove_files) COMPLETE |
8671 | 2024-08-22T03:11:14.426Z | [ host-image] Aug 22 03:11:13.148 INFO O| Aug 22 03:11:13.147 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8672 | 2024-08-22T03:11:14.465Z | [ recovery-image] Aug 22 03:11:13.188 INFO E| Compiling raw-cpuid v10.7.0 |
8673 | 2024-08-22T03:11:14.477Z | [ recovery-image] Aug 22 03:11:13.200 INFO E| Compiling cpio_reader v0.1.1 |
8674 | 2024-08-22T03:11:14.480Z | [ host-image] Aug 22 03:11:13.200 INFO O| Aug 22 03:11:13.200 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8675 | 2024-08-22T03:11:14.480Z | [ host-image] Aug 22 03:11:13.202 INFO O| Aug 22 03:11:13.202 INFO STEP 10 (remove_files) COMPLETE |
8676 | 2024-08-22T03:11:14.480Z | [ host-image] Aug 22 03:11:13.202 INFO O| Aug 22 03:11:13.202 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8677 | 2024-08-22T03:11:14.497Z | [ host-image] Aug 22 03:11:13.220 INFO O| Aug 22 03:11:13.220 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8678 | 2024-08-22T03:11:14.497Z | [ host-image] Aug 22 03:11:13.220 INFO O| Aug 22 03:11:13.220 INFO STEP 11 (remove_files) COMPLETE |
8679 | 2024-08-22T03:11:14.497Z | [ host-image] Aug 22 03:11:13.220 INFO O| Aug 22 03:11:13.220 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8680 | 2024-08-22T03:11:14.528Z | [ recovery-image] Aug 22 03:11:13.251 INFO E| Compiling miniz_oxide v0.7.2 |
8681 | 2024-08-22T03:11:14.534Z | [ host-image] Aug 22 03:11:13.257 INFO O| Aug 22 03:11:13.256 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8682 | 2024-08-22T03:11:14.534Z | [ host-image] Aug 22 03:11:13.257 INFO O| Aug 22 03:11:13.257 INFO STEP 12 (remove_files) COMPLETE |
8683 | 2024-08-22T03:11:14.534Z | [ host-image] Aug 22 03:11:13.257 INFO O| Aug 22 03:11:13.257 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8684 | 2024-08-22T03:11:14.575Z | [ host-image] Aug 22 03:11:13.298 INFO O| Aug 22 03:11:13.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8685 | 2024-08-22T03:11:14.577Z | [ host-image] Aug 22 03:11:13.298 INFO O| Aug 22 03:11:13.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8686 | 2024-08-22T03:11:14.577Z | [ host-image] Aug 22 03:11:13.298 INFO O| Aug 22 03:11:13.298 INFO STEP 13 (ensure_dir) COMPLETE |
8687 | 2024-08-22T03:11:14.578Z | [ host-image] Aug 22 03:11:13.299 INFO O| Aug 22 03:11:13.298 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8688 | 2024-08-22T03:11:14.593Z | [ host-image] Aug 22 03:11:13.316 INFO O| Aug 22 03:11:13.316 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8689 | 2024-08-22T03:11:14.595Z | [ host-image] Aug 22 03:11:13.316 INFO O| Aug 22 03:11:13.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8690 | 2024-08-22T03:11:14.595Z | [ host-image] Aug 22 03:11:13.316 INFO O| Aug 22 03:11:13.316 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8691 | 2024-08-22T03:11:14.595Z | [ host-image] Aug 22 03:11:13.316 INFO O| Aug 22 03:11:13.316 INFO STEP 14 (ensure_dir) COMPLETE |
8692 | 2024-08-22T03:11:14.595Z | [ host-image] Aug 22 03:11:13.317 INFO O| Aug 22 03:11:13.316 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8693 | 2024-08-22T03:11:14.614Z | [ host-image] Aug 22 03:11:13.334 INFO O| Aug 22 03:11:13.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8694 | 2024-08-22T03:11:14.614Z | [ host-image] Aug 22 03:11:13.334 INFO O| Aug 22 03:11:13.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8695 | 2024-08-22T03:11:14.614Z | [ host-image] Aug 22 03:11:13.334 INFO O| Aug 22 03:11:13.334 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8696 | 2024-08-22T03:11:14.614Z | [ host-image] Aug 22 03:11:13.334 INFO O| Aug 22 03:11:13.334 INFO STEP 15 (ensure_dir) COMPLETE |
8697 | 2024-08-22T03:11:14.614Z | [ host-image] Aug 22 03:11:13.334 INFO O| Aug 22 03:11:13.334 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8698 | 2024-08-22T03:11:14.634Z | [ host-image] Aug 22 03:11:13.352 INFO O| Aug 22 03:11:13.352 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8699 | 2024-08-22T03:11:14.634Z | [ host-image] Aug 22 03:11:13.353 INFO O| Aug 22 03:11:13.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8700 | 2024-08-22T03:11:14.636Z | [ host-image] Aug 22 03:11:13.353 INFO O| Aug 22 03:11:13.353 INFO STEP 16 (ensure_dir) COMPLETE |
8701 | 2024-08-22T03:11:14.636Z | [ host-image] Aug 22 03:11:13.353 INFO O| Aug 22 03:11:13.353 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8702 | 2024-08-22T03:11:14.642Z | [ recovery-image] Aug 22 03:11:13.365 INFO E| Compiling static_assertions v1.1.0 |
8703 | 2024-08-22T03:11:14.657Z | [ host-image] Aug 22 03:11:13.380 INFO O| Aug 22 03:11:13.380 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8704 | 2024-08-22T03:11:14.660Z | [ host-image] Aug 22 03:11:13.380 INFO O| Aug 22 03:11:13.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8705 | 2024-08-22T03:11:14.660Z | [ host-image] Aug 22 03:11:13.380 INFO O| Aug 22 03:11:13.380 INFO STEP 17 (ensure_dir) COMPLETE |
8706 | 2024-08-22T03:11:14.660Z | [ host-image] Aug 22 03:11:13.381 INFO O| Aug 22 03:11:13.380 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8707 | 2024-08-22T03:11:14.676Z | [ host-image] Aug 22 03:11:13.399 INFO O| Aug 22 03:11:13.399 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8708 | 2024-08-22T03:11:14.676Z | [ host-image] Aug 22 03:11:13.399 INFO O| Aug 22 03:11:13.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8709 | 2024-08-22T03:11:14.678Z | [ host-image] Aug 22 03:11:13.399 INFO O| Aug 22 03:11:13.399 INFO ok! |
8710 | 2024-08-22T03:11:14.678Z | [ host-image] Aug 22 03:11:13.399 INFO O| Aug 22 03:11:13.399 INFO STEP 18 (ensure_symlink) COMPLETE |
8711 | 2024-08-22T03:11:14.678Z | [ host-image] Aug 22 03:11:13.399 INFO O| Aug 22 03:11:13.399 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8712 | 2024-08-22T03:11:14.696Z | [ host-image] Aug 22 03:11:13.418 INFO O| Aug 22 03:11:13.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8713 | 2024-08-22T03:11:14.696Z | [ host-image] Aug 22 03:11:13.419 INFO O| Aug 22 03:11:13.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8714 | 2024-08-22T03:11:14.698Z | [ host-image] Aug 22 03:11:13.419 INFO O| Aug 22 03:11:13.419 INFO ok! |
8715 | 2024-08-22T03:11:14.698Z | [ host-image] Aug 22 03:11:13.419 INFO O| Aug 22 03:11:13.419 INFO STEP 19 (ensure_file) COMPLETE |
8716 | 2024-08-22T03:11:14.698Z | [ host-image] Aug 22 03:11:13.419 INFO O| Aug 22 03:11:13.419 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8717 | 2024-08-22T03:11:14.716Z | [ host-image] Aug 22 03:11:13.438 INFO O| Aug 22 03:11:13.438 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8718 | 2024-08-22T03:11:14.716Z | [ host-image] Aug 22 03:11:13.438 INFO O| Aug 22 03:11:13.438 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8719 | 2024-08-22T03:11:14.718Z | [ host-image] Aug 22 03:11:13.439 INFO O| Aug 22 03:11:13.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8720 | 2024-08-22T03:11:14.718Z | [ host-image] Aug 22 03:11:13.439 INFO O| Aug 22 03:11:13.439 INFO ok! |
8721 | 2024-08-22T03:11:14.718Z | [ host-image] Aug 22 03:11:13.439 INFO O| Aug 22 03:11:13.439 INFO STEP 20 (ensure_symlink) COMPLETE |
8722 | 2024-08-22T03:11:14.718Z | [ host-image] Aug 22 03:11:13.439 INFO O| Aug 22 03:11:13.439 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8723 | 2024-08-22T03:11:14.758Z | [ host-image] Aug 22 03:11:13.480 INFO O| Aug 22 03:11:13.480 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8724 | 2024-08-22T03:11:14.758Z | [ host-image] Aug 22 03:11:13.480 INFO O| Aug 22 03:11:13.480 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8725 | 2024-08-22T03:11:14.758Z | [ host-image] Aug 22 03:11:13.481 INFO O| Aug 22 03:11:13.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8726 | 2024-08-22T03:11:14.760Z | [ host-image] Aug 22 03:11:13.481 INFO O| Aug 22 03:11:13.481 INFO ok! |
8727 | 2024-08-22T03:11:14.760Z | [ host-image] Aug 22 03:11:13.481 INFO O| Aug 22 03:11:13.481 INFO STEP 21 (ensure_symlink) COMPLETE |
8728 | 2024-08-22T03:11:14.760Z | [ host-image] Aug 22 03:11:13.481 INFO O| Aug 22 03:11:13.481 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8729 | 2024-08-22T03:11:14.779Z | [ host-image] Aug 22 03:11:13.501 INFO O| Aug 22 03:11:13.501 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8730 | 2024-08-22T03:11:14.779Z | [ host-image] Aug 22 03:11:13.502 INFO O| Aug 22 03:11:13.501 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8731 | 2024-08-22T03:11:14.781Z | [ host-image] Aug 22 03:11:13.502 INFO O| Aug 22 03:11:13.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8732 | 2024-08-22T03:11:14.781Z | [ host-image] Aug 22 03:11:13.502 INFO O| Aug 22 03:11:13.502 INFO ok! |
8733 | 2024-08-22T03:11:14.781Z | [ host-image] Aug 22 03:11:13.502 INFO O| Aug 22 03:11:13.502 INFO STEP 22 (ensure_symlink) COMPLETE |
8734 | 2024-08-22T03:11:14.781Z | [ host-image] Aug 22 03:11:13.502 INFO O| Aug 22 03:11:13.502 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8735 | 2024-08-22T03:11:14.798Z | [ host-image] Aug 22 03:11:13.521 INFO O| Aug 22 03:11:13.521 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8736 | 2024-08-22T03:11:14.798Z | [ host-image] Aug 22 03:11:13.521 INFO O| Aug 22 03:11:13.521 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8737 | 2024-08-22T03:11:14.801Z | [ host-image] Aug 22 03:11:13.521 INFO O| Aug 22 03:11:13.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8738 | 2024-08-22T03:11:14.801Z | [ host-image] Aug 22 03:11:13.521 INFO O| Aug 22 03:11:13.521 INFO ok! |
8739 | 2024-08-22T03:11:14.801Z | [ host-image] Aug 22 03:11:13.521 INFO O| Aug 22 03:11:13.521 INFO STEP 23 (ensure_symlink) COMPLETE |
8740 | 2024-08-22T03:11:14.801Z | [ host-image] Aug 22 03:11:13.521 INFO O| Aug 22 03:11:13.521 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8741 | 2024-08-22T03:11:14.817Z | [ host-image] Aug 22 03:11:13.540 INFO O| Aug 22 03:11:13.540 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8742 | 2024-08-22T03:11:14.817Z | [ host-image] Aug 22 03:11:13.540 INFO O| Aug 22 03:11:13.540 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8743 | 2024-08-22T03:11:14.820Z | [ host-image] Aug 22 03:11:13.540 INFO O| Aug 22 03:11:13.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8744 | 2024-08-22T03:11:14.820Z | [ host-image] Aug 22 03:11:13.540 INFO O| Aug 22 03:11:13.540 INFO ok! |
8745 | 2024-08-22T03:11:14.820Z | [ host-image] Aug 22 03:11:13.540 INFO O| Aug 22 03:11:13.540 INFO STEP 24 (ensure_file) COMPLETE |
8746 | 2024-08-22T03:11:14.820Z | [ host-image] Aug 22 03:11:13.540 INFO O| Aug 22 03:11:13.540 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8747 | 2024-08-22T03:11:14.834Z | [ host-image] Aug 22 03:11:13.557 INFO O| Aug 22 03:11:13.557 INFO updating shadow file |
8748 | 2024-08-22T03:11:14.837Z | [ host-image] Aug 22 03:11:13.557 INFO O| Aug 22 03:11:13.557 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8749 | 2024-08-22T03:11:14.837Z | [ host-image] Aug 22 03:11:13.557 INFO O| Aug 22 03:11:13.557 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8750 | 2024-08-22T03:11:14.837Z | [ host-image] Aug 22 03:11:13.557 INFO O| Aug 22 03:11:13.557 INFO STEP 25 (shadow) COMPLETE |
8751 | 2024-08-22T03:11:14.837Z | [ host-image] Aug 22 03:11:13.557 INFO O| Aug 22 03:11:13.557 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8752 | 2024-08-22T03:11:14.870Z | [ host-image] Aug 22 03:11:13.593 INFO O| Aug 22 03:11:13.593 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8753 | 2024-08-22T03:11:14.871Z | [ host-image] Aug 22 03:11:13.593 INFO O| Aug 22 03:11:13.593 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8754 | 2024-08-22T03:11:14.873Z | [ host-image] Aug 22 03:11:13.594 INFO O| Aug 22 03:11:13.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8755 | 2024-08-22T03:11:14.873Z | [ host-image] Aug 22 03:11:13.594 INFO O| Aug 22 03:11:13.594 INFO ok! |
8756 | 2024-08-22T03:11:14.873Z | [ host-image] Aug 22 03:11:13.594 INFO O| Aug 22 03:11:13.594 INFO STEP 26 (ensure_file) COMPLETE |
8757 | 2024-08-22T03:11:14.873Z | [ host-image] Aug 22 03:11:13.594 INFO O| Aug 22 03:11:13.594 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8758 | 2024-08-22T03:11:14.890Z | [ host-image] Aug 22 03:11:13.612 INFO O| Aug 22 03:11:13.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8759 | 2024-08-22T03:11:14.890Z | [ host-image] Aug 22 03:11:13.613 INFO O| Aug 22 03:11:13.612 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8760 | 2024-08-22T03:11:14.892Z | [ host-image] Aug 22 03:11:13.613 INFO O| Aug 22 03:11:13.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8761 | 2024-08-22T03:11:14.892Z | [ host-image] Aug 22 03:11:13.613 INFO O| Aug 22 03:11:13.613 INFO ok! |
8762 | 2024-08-22T03:11:14.892Z | [ host-image] Aug 22 03:11:13.613 INFO O| Aug 22 03:11:13.613 INFO STEP 27 (ensure_file) COMPLETE |
8763 | 2024-08-22T03:11:14.892Z | [ host-image] Aug 22 03:11:13.613 INFO O| Aug 22 03:11:13.613 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8764 | 2024-08-22T03:11:14.910Z | [ recovery-image] Aug 22 03:11:13.633 INFO E| Compiling goblin v0.8.0 |
8765 | 2024-08-22T03:11:14.913Z | [ host-image] Aug 22 03:11:13.634 INFO O| Aug 22 03:11:13.634 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8766 | 2024-08-22T03:11:14.913Z | [ host-image] Aug 22 03:11:13.634 INFO O| Aug 22 03:11:13.634 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8767 | 2024-08-22T03:11:14.913Z | [ host-image] Aug 22 03:11:13.634 INFO O| Aug 22 03:11:13.634 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8768 | 2024-08-22T03:11:14.913Z | [ host-image] Aug 22 03:11:13.634 INFO O| Aug 22 03:11:13.634 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8769 | 2024-08-22T03:11:14.913Z | [ host-image] Aug 22 03:11:13.634 INFO O| Aug 22 03:11:13.634 INFO ok! |
8770 | 2024-08-22T03:11:14.913Z | [ host-image] Aug 22 03:11:13.634 INFO O| Aug 22 03:11:13.634 INFO STEP 28 (ensure_file) COMPLETE |
8771 | 2024-08-22T03:11:14.913Z | [ host-image] Aug 22 03:11:13.634 INFO O| Aug 22 03:11:13.634 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8772 | 2024-08-22T03:11:14.945Z | [ host-image] Aug 22 03:11:13.668 INFO O| Aug 22 03:11:13.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8773 | 2024-08-22T03:11:14.946Z | [ host-image] Aug 22 03:11:13.668 INFO O| Aug 22 03:11:13.668 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8774 | 2024-08-22T03:11:14.948Z | [ host-image] Aug 22 03:11:13.668 INFO O| Aug 22 03:11:13.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8775 | 2024-08-22T03:11:14.948Z | [ host-image] Aug 22 03:11:13.668 INFO O| Aug 22 03:11:13.668 INFO ok! |
8776 | 2024-08-22T03:11:14.949Z | [ host-image] Aug 22 03:11:13.668 INFO O| Aug 22 03:11:13.668 INFO STEP 29 (ensure_file) COMPLETE |
8777 | 2024-08-22T03:11:14.949Z | [ host-image] Aug 22 03:11:13.668 INFO O| Aug 22 03:11:13.668 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8778 | 2024-08-22T03:11:14.962Z | [ host-image] Aug 22 03:11:13.684 INFO O| Aug 22 03:11:13.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8779 | 2024-08-22T03:11:14.962Z | [ host-image] Aug 22 03:11:13.684 INFO O| Aug 22 03:11:13.684 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8780 | 2024-08-22T03:11:14.964Z | [ host-image] Aug 22 03:11:13.685 INFO O| Aug 22 03:11:13.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8781 | 2024-08-22T03:11:14.964Z | [ host-image] Aug 22 03:11:13.685 INFO O| Aug 22 03:11:13.684 INFO ok! |
8782 | 2024-08-22T03:11:14.964Z | [ host-image] Aug 22 03:11:13.685 INFO O| Aug 22 03:11:13.685 INFO STEP 30 (ensure_file) COMPLETE |
8783 | 2024-08-22T03:11:14.964Z | [ host-image] Aug 22 03:11:13.685 INFO O| Aug 22 03:11:13.685 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8784 | 2024-08-22T03:11:14.999Z | [ host-image] Aug 22 03:11:13.721 INFO O| Aug 22 03:11:13.721 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8785 | 2024-08-22T03:11:14.999Z | [ host-image] Aug 22 03:11:13.721 INFO O| Aug 22 03:11:13.721 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8786 | 2024-08-22T03:11:15.001Z | [ host-image] Aug 22 03:11:13.722 INFO O| Aug 22 03:11:13.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8787 | 2024-08-22T03:11:15.001Z | [ host-image] Aug 22 03:11:13.722 INFO O| Aug 22 03:11:13.722 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8788 | 2024-08-22T03:11:15.001Z | [ host-image] Aug 22 03:11:13.722 INFO O| Aug 22 03:11:13.722 INFO ok! |
8789 | 2024-08-22T03:11:15.001Z | [ host-image] Aug 22 03:11:13.722 INFO O| Aug 22 03:11:13.722 INFO STEP 31 (ensure_file) COMPLETE |
8790 | 2024-08-22T03:11:15.001Z | [ host-image] Aug 22 03:11:13.722 INFO O| Aug 22 03:11:13.722 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8791 | 2024-08-22T03:11:15.019Z | [ host-image] Aug 22 03:11:13.741 INFO O| Aug 22 03:11:13.741 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8792 | 2024-08-22T03:11:15.019Z | [ host-image] Aug 22 03:11:13.742 INFO O| Aug 22 03:11:13.741 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8793 | 2024-08-22T03:11:15.021Z | [ host-image] Aug 22 03:11:13.742 INFO O| Aug 22 03:11:13.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8794 | 2024-08-22T03:11:15.021Z | [ host-image] Aug 22 03:11:13.742 INFO O| Aug 22 03:11:13.742 INFO ok! |
8795 | 2024-08-22T03:11:15.021Z | [ host-image] Aug 22 03:11:13.742 INFO O| Aug 22 03:11:13.742 INFO STEP 32 (ensure_file) COMPLETE |
8796 | 2024-08-22T03:11:15.021Z | [ host-image] Aug 22 03:11:13.742 INFO O| Aug 22 03:11:13.742 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8797 | 2024-08-22T03:11:15.053Z | [ host-image] Aug 22 03:11:13.776 INFO O| Aug 22 03:11:13.776 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8798 | 2024-08-22T03:11:15.053Z | [ host-image] Aug 22 03:11:13.776 INFO O| Aug 22 03:11:13.776 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8799 | 2024-08-22T03:11:15.056Z | [ host-image] Aug 22 03:11:13.776 INFO O| Aug 22 03:11:13.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8800 | 2024-08-22T03:11:15.056Z | [ host-image] Aug 22 03:11:13.776 INFO O| Aug 22 03:11:13.776 INFO ok! |
8801 | 2024-08-22T03:11:15.056Z | [ host-image] Aug 22 03:11:13.776 INFO O| Aug 22 03:11:13.776 INFO STEP 33 (ensure_file) COMPLETE |
8802 | 2024-08-22T03:11:15.056Z | [ host-image] Aug 22 03:11:13.776 INFO O| Aug 22 03:11:13.776 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8803 | 2024-08-22T03:11:15.081Z | [ host-image] Aug 22 03:11:13.804 INFO O| Aug 22 03:11:13.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8804 | 2024-08-22T03:11:15.081Z | [ host-image] Aug 22 03:11:13.804 INFO O| Aug 22 03:11:13.804 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8805 | 2024-08-22T03:11:15.084Z | [ host-image] Aug 22 03:11:13.804 INFO O| Aug 22 03:11:13.804 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8806 | 2024-08-22T03:11:15.084Z | [ host-image] Aug 22 03:11:13.804 INFO O| Aug 22 03:11:13.804 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8807 | 2024-08-22T03:11:15.084Z | [ host-image] Aug 22 03:11:13.804 INFO O| Aug 22 03:11:13.804 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8808 | 2024-08-22T03:11:15.084Z | [ host-image] Aug 22 03:11:13.805 INFO O| Aug 22 03:11:13.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8809 | 2024-08-22T03:11:15.084Z | [ host-image] Aug 22 03:11:13.805 INFO O| Aug 22 03:11:13.805 INFO ok! |
8810 | 2024-08-22T03:11:15.084Z | [ host-image] Aug 22 03:11:13.805 INFO O| Aug 22 03:11:13.805 INFO STEP 34 (ensure_file) COMPLETE |
8811 | 2024-08-22T03:11:15.084Z | [ host-image] Aug 22 03:11:13.805 INFO O| Aug 22 03:11:13.805 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8812 | 2024-08-22T03:11:15.108Z | [ host-image] Aug 22 03:11:13.830 INFO O| Aug 22 03:11:13.830 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8813 | 2024-08-22T03:11:15.110Z | [ host-image] Aug 22 03:11:13.831 INFO O| Aug 22 03:11:13.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8814 | 2024-08-22T03:11:15.110Z | [ host-image] Aug 22 03:11:13.831 INFO O| Aug 22 03:11:13.831 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8815 | 2024-08-22T03:11:15.110Z | [ host-image] Aug 22 03:11:13.831 INFO O| Aug 22 03:11:13.831 INFO STEP 35 (ensure_dir) COMPLETE |
8816 | 2024-08-22T03:11:15.110Z | [ host-image] Aug 22 03:11:13.831 INFO O| Aug 22 03:11:13.831 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8817 | 2024-08-22T03:11:15.127Z | [ host-image] Aug 22 03:11:13.850 INFO O| Aug 22 03:11:13.850 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 |
8818 | 2024-08-22T03:11:15.128Z | [ host-image] Aug 22 03:11:13.850 INFO O| Aug 22 03:11:13.850 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 ... |
8819 | 2024-08-22T03:11:15.130Z | [ host-image] Aug 22 03:11:13.851 INFO O| Aug 22 03:11:13.850 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 |
8820 | 2024-08-22T03:11:15.130Z | [ host-image] Aug 22 03:11:13.851 INFO O| Aug 22 03:11:13.851 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 |
8821 | 2024-08-22T03:11:15.130Z | [ host-image] Aug 22 03:11:13.851 INFO O| Aug 22 03:11:13.851 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 |
8822 | 2024-08-22T03:11:15.130Z | [ host-image] Aug 22 03:11:13.851 INFO O| Aug 22 03:11:13.851 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 |
8823 | 2024-08-22T03:11:15.130Z | [ host-image] Aug 22 03:11:13.851 INFO O| Aug 22 03:11:13.851 INFO ok! |
8824 | 2024-08-22T03:11:15.130Z | [ host-image] Aug 22 03:11:13.851 INFO O| Aug 22 03:11:13.851 INFO STEP 36 (ensure_file) COMPLETE |
8825 | 2024-08-22T03:11:15.130Z | [ host-image] Aug 22 03:11:13.851 INFO O| Aug 22 03:11:13.851 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8826 | 2024-08-22T03:11:15.150Z | [ host-image] Aug 22 03:11:13.873 INFO O| Aug 22 03:11:13.873 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8827 | 2024-08-22T03:11:15.150Z | [ host-image] Aug 22 03:11:13.873 INFO O| Aug 22 03:11:13.873 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 ... |
8828 | 2024-08-22T03:11:15.153Z | [ host-image] Aug 22 03:11:13.873 INFO O| Aug 22 03:11:13.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8829 | 2024-08-22T03:11:15.153Z | [ host-image] Aug 22 03:11:13.873 INFO O| Aug 22 03:11:13.873 INFO ok! |
8830 | 2024-08-22T03:11:15.153Z | [ host-image] Aug 22 03:11:13.873 INFO O| Aug 22 03:11:13.873 INFO STEP 37 (ensure_symlink) COMPLETE |
8831 | 2024-08-22T03:11:15.153Z | [ host-image] Aug 22 03:11:13.873 INFO O| Aug 22 03:11:13.873 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8832 | 2024-08-22T03:11:15.164Z | [ host-image] Aug 22 03:11:13.887 INFO O| Aug 22 03:11:13.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8833 | 2024-08-22T03:11:15.164Z | [ host-image] Aug 22 03:11:13.887 INFO O| Aug 22 03:11:13.887 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8834 | 2024-08-22T03:11:15.165Z | [ host-image] Aug 22 03:11:13.887 INFO O| Aug 22 03:11:13.887 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8835 | 2024-08-22T03:11:15.165Z | [ host-image] Aug 22 03:11:13.887 INFO O| Aug 22 03:11:13.887 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8836 | 2024-08-22T03:11:15.167Z | [ host-image] Aug 22 03:11:13.888 INFO O| Aug 22 03:11:13.887 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8837 | 2024-08-22T03:11:15.167Z | [ host-image] Aug 22 03:11:13.888 INFO O| Aug 22 03:11:13.888 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8838 | 2024-08-22T03:11:15.167Z | [ host-image] Aug 22 03:11:13.888 INFO O| Aug 22 03:11:13.888 INFO ok! |
8839 | 2024-08-22T03:11:15.167Z | [ host-image] Aug 22 03:11:13.888 INFO O| Aug 22 03:11:13.888 INFO STEP 38 (ensure_file) COMPLETE |
8840 | 2024-08-22T03:11:15.167Z | [ host-image] Aug 22 03:11:13.888 INFO O| Aug 22 03:11:13.888 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8841 | 2024-08-22T03:11:15.183Z | [ host-image] Aug 22 03:11:13.906 INFO O| Aug 22 03:11:13.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8842 | 2024-08-22T03:11:15.183Z | [ host-image] Aug 22 03:11:13.906 INFO O| Aug 22 03:11:13.906 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 ... |
8843 | 2024-08-22T03:11:15.186Z | [ host-image] Aug 22 03:11:13.906 INFO O| Aug 22 03:11:13.906 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 |
8844 | 2024-08-22T03:11:15.186Z | [ host-image] Aug 22 03:11:13.906 INFO O| Aug 22 03:11:13.906 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8845 | 2024-08-22T03:11:15.186Z | [ host-image] Aug 22 03:11:13.906 INFO O| Aug 22 03:11:13.906 INFO ok! |
8846 | 2024-08-22T03:11:15.186Z | [ host-image] Aug 22 03:11:13.906 INFO O| Aug 22 03:11:13.906 INFO STEP 39 (ensure_file) COMPLETE |
8847 | 2024-08-22T03:11:15.186Z | [ host-image] Aug 22 03:11:13.906 INFO O| Aug 22 03:11:13.906 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8848 | 2024-08-22T03:11:15.200Z | [ host-image] Aug 22 03:11:13.923 INFO O| Aug 22 03:11:13.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8849 | 2024-08-22T03:11:15.200Z | [ host-image] Aug 22 03:11:13.923 INFO O| Aug 22 03:11:13.923 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8850 | 2024-08-22T03:11:15.203Z | [ host-image] Aug 22 03:11:13.923 INFO O| Aug 22 03:11:13.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8851 | 2024-08-22T03:11:15.203Z | [ host-image] Aug 22 03:11:13.924 INFO O| Aug 22 03:11:13.923 INFO ok! |
8852 | 2024-08-22T03:11:15.203Z | [ host-image] Aug 22 03:11:13.924 INFO O| Aug 22 03:11:13.924 INFO STEP 40 (ensure_file) COMPLETE |
8853 | 2024-08-22T03:11:15.203Z | [ host-image] Aug 22 03:11:13.924 INFO O| Aug 22 03:11:13.924 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8854 | 2024-08-22T03:11:15.217Z | [ host-image] Aug 22 03:11:13.939 INFO O| Aug 22 03:11:13.939 INFO updating shadow file |
8855 | 2024-08-22T03:11:15.221Z | [ host-image] Aug 22 03:11:13.939 INFO O| Aug 22 03:11:13.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8856 | 2024-08-22T03:11:15.221Z | [ host-image] Aug 22 03:11:13.939 INFO O| Aug 22 03:11:13.939 INFO STEP 41 (shadow) COMPLETE |
8857 | 2024-08-22T03:11:15.221Z | [ host-image] Aug 22 03:11:13.939 INFO O| Aug 22 03:11:13.939 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8858 | 2024-08-22T03:11:15.232Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.954 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8859 | 2024-08-22T03:11:15.232Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8860 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8861 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8862 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO ok! |
8863 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO STEP 42 (ensure_file) COMPLETE |
8864 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8865 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO skip step because feature "mfg" is not enabled |
8866 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8867 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO skip step because feature "mfg" is not enabled |
8868 | 2024-08-22T03:11:15.235Z | [ host-image] Aug 22 03:11:13.955 INFO O| Aug 22 03:11:13.955 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8869 | 2024-08-22T03:11:15.245Z | [ host-image] Aug 22 03:11:13.968 INFO O| Aug 22 03:11:13.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8870 | 2024-08-22T03:11:15.245Z | [ host-image] Aug 22 03:11:13.968 INFO O| Aug 22 03:11:13.968 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8871 | 2024-08-22T03:11:15.997Z | [ host-image] Aug 22 03:11:14.719 INFO O| Aug 22 03:11:14.719 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8872 | 2024-08-22T03:11:15.997Z | [ host-image] Aug 22 03:11:14.719 INFO O| Aug 22 03:11:14.719 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8873 | 2024-08-22T03:11:15.997Z | [ host-image] Aug 22 03:11:14.719 INFO O| Aug 22 03:11:14.719 INFO ok! |
8874 | 2024-08-22T03:11:15.999Z | [ host-image] Aug 22 03:11:14.719 INFO O| Aug 22 03:11:14.719 INFO STEP 45 (ensure_file) COMPLETE |
8875 | 2024-08-22T03:11:15.999Z | [ host-image] Aug 22 03:11:14.719 INFO O| Aug 22 03:11:14.719 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8876 | 2024-08-22T03:11:16.014Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.736 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8877 | 2024-08-22T03:11:16.014Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8878 | 2024-08-22T03:11:16.016Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8879 | 2024-08-22T03:11:16.017Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8880 | 2024-08-22T03:11:16.017Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8881 | 2024-08-22T03:11:16.017Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8882 | 2024-08-22T03:11:16.017Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO ok! |
8883 | 2024-08-22T03:11:16.017Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO STEP 46 (ensure_file) COMPLETE |
8884 | 2024-08-22T03:11:16.017Z | [ host-image] Aug 22 03:11:14.737 INFO O| Aug 22 03:11:14.737 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8885 | 2024-08-22T03:11:16.031Z | [ host-image] Aug 22 03:11:14.754 INFO O| Aug 22 03:11:14.754 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8886 | 2024-08-22T03:11:16.031Z | [ host-image] Aug 22 03:11:14.754 INFO O| Aug 22 03:11:14.754 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 ... |
8887 | 2024-08-22T03:11:16.034Z | [ host-image] Aug 22 03:11:14.754 INFO O| Aug 22 03:11:14.754 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 |
8888 | 2024-08-22T03:11:16.034Z | [ host-image] Aug 22 03:11:14.754 INFO O| Aug 22 03:11:14.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8889 | 2024-08-22T03:11:16.034Z | [ host-image] Aug 22 03:11:14.755 INFO O| Aug 22 03:11:14.754 INFO ok! |
8890 | 2024-08-22T03:11:16.034Z | [ host-image] Aug 22 03:11:14.755 INFO O| Aug 22 03:11:14.754 INFO STEP 47 (ensure_file) COMPLETE |
8891 | 2024-08-22T03:11:16.034Z | [ host-image] Aug 22 03:11:14.755 INFO O| Aug 22 03:11:14.754 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8892 | 2024-08-22T03:11:16.048Z | [ host-image] Aug 22 03:11:14.771 INFO O| Aug 22 03:11:14.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8893 | 2024-08-22T03:11:16.048Z | [ host-image] Aug 22 03:11:14.771 INFO O| Aug 22 03:11:14.771 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8894 | 2024-08-22T03:11:16.051Z | [ host-image] Aug 22 03:11:14.771 INFO O| Aug 22 03:11:14.771 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8895 | 2024-08-22T03:11:16.051Z | [ host-image] Aug 22 03:11:14.771 INFO O| Aug 22 03:11:14.771 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8896 | 2024-08-22T03:11:16.051Z | [ host-image] Aug 22 03:11:14.771 INFO O| Aug 22 03:11:14.771 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8897 | 2024-08-22T03:11:16.051Z | [ host-image] Aug 22 03:11:14.772 INFO O| Aug 22 03:11:14.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8898 | 2024-08-22T03:11:16.051Z | [ host-image] Aug 22 03:11:14.772 INFO O| Aug 22 03:11:14.772 INFO ok! |
8899 | 2024-08-22T03:11:16.051Z | [ host-image] Aug 22 03:11:14.772 INFO O| Aug 22 03:11:14.772 INFO STEP 48 (ensure_file) COMPLETE |
8900 | 2024-08-22T03:11:16.051Z | [ host-image] Aug 22 03:11:14.772 INFO O| Aug 22 03:11:14.772 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8901 | 2024-08-22T03:11:16.063Z | [ host-image] Aug 22 03:11:14.785 INFO O| Aug 22 03:11:14.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8902 | 2024-08-22T03:11:16.065Z | [ host-image] Aug 22 03:11:14.785 INFO O| Aug 22 03:11:14.785 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 ... |
8903 | 2024-08-22T03:11:16.065Z | [ host-image] Aug 22 03:11:14.785 INFO O| Aug 22 03:11:14.785 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 |
8904 | 2024-08-22T03:11:16.065Z | [ host-image] Aug 22 03:11:14.786 INFO O| Aug 22 03:11:14.785 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8905 | 2024-08-22T03:11:16.065Z | [ host-image] Aug 22 03:11:14.786 INFO O| Aug 22 03:11:14.786 INFO ok! |
8906 | 2024-08-22T03:11:16.065Z | [ host-image] Aug 22 03:11:14.786 INFO O| Aug 22 03:11:14.786 INFO STEP 49 (ensure_file) COMPLETE |
8907 | 2024-08-22T03:11:16.065Z | [ host-image] Aug 22 03:11:14.786 INFO O| Aug 22 03:11:14.786 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8908 | 2024-08-22T03:11:16.080Z | [ host-image] Aug 22 03:11:14.802 INFO O| Aug 22 03:11:14.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8909 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.802 INFO O| Aug 22 03:11:14.802 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8910 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.803 INFO O| Aug 22 03:11:14.802 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8911 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.803 INFO O| Aug 22 03:11:14.803 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8912 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.803 INFO O| Aug 22 03:11:14.803 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8913 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.803 INFO O| Aug 22 03:11:14.803 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8914 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.803 INFO O| Aug 22 03:11:14.803 INFO ok! |
8915 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.803 INFO O| Aug 22 03:11:14.803 INFO STEP 50 (ensure_file) COMPLETE |
8916 | 2024-08-22T03:11:16.083Z | [ host-image] Aug 22 03:11:14.803 INFO O| Aug 22 03:11:14.803 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8917 | 2024-08-22T03:11:16.097Z | [ host-image] Aug 22 03:11:14.820 INFO O| Aug 22 03:11:14.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8918 | 2024-08-22T03:11:16.097Z | [ host-image] Aug 22 03:11:14.820 INFO O| Aug 22 03:11:14.820 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 ... |
8919 | 2024-08-22T03:11:16.099Z | [ host-image] Aug 22 03:11:14.820 INFO O| Aug 22 03:11:14.820 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 |
8920 | 2024-08-22T03:11:16.099Z | [ host-image] Aug 22 03:11:14.820 INFO O| Aug 22 03:11:14.820 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8921 | 2024-08-22T03:11:16.100Z | [ host-image] Aug 22 03:11:14.820 INFO O| Aug 22 03:11:14.820 INFO ok! |
8922 | 2024-08-22T03:11:16.100Z | [ host-image] Aug 22 03:11:14.820 INFO O| Aug 22 03:11:14.820 INFO STEP 51 (ensure_file) COMPLETE |
8923 | 2024-08-22T03:11:16.100Z | [ host-image] Aug 22 03:11:14.820 INFO O| Aug 22 03:11:14.820 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8924 | 2024-08-22T03:11:16.113Z | [ host-image] Aug 22 03:11:14.836 INFO O| Aug 22 03:11:14.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8925 | 2024-08-22T03:11:16.113Z | [ host-image] Aug 22 03:11:14.836 INFO O| Aug 22 03:11:14.836 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 ... |
8926 | 2024-08-22T03:11:16.116Z | [ host-image] Aug 22 03:11:14.836 INFO O| Aug 22 03:11:14.836 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 |
8927 | 2024-08-22T03:11:16.116Z | [ host-image] Aug 22 03:11:14.836 INFO O| Aug 22 03:11:14.836 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8928 | 2024-08-22T03:11:16.116Z | [ host-image] Aug 22 03:11:14.836 INFO O| Aug 22 03:11:14.836 INFO ok! |
8929 | 2024-08-22T03:11:16.116Z | [ host-image] Aug 22 03:11:14.836 INFO O| Aug 22 03:11:14.836 INFO STEP 52 (ensure_file) COMPLETE |
8930 | 2024-08-22T03:11:16.116Z | [ host-image] Aug 22 03:11:14.836 INFO O| Aug 22 03:11:14.836 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8931 | 2024-08-22T03:11:16.128Z | [ host-image] Aug 22 03:11:14.851 INFO O| Aug 22 03:11:14.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8932 | 2024-08-22T03:11:16.128Z | [ host-image] Aug 22 03:11:14.851 INFO O| Aug 22 03:11:14.850 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 ... |
8933 | 2024-08-22T03:11:16.136Z | [ host-image] Aug 22 03:11:14.851 INFO O| Aug 22 03:11:14.851 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 |
8934 | 2024-08-22T03:11:16.136Z | [ host-image] Aug 22 03:11:14.851 INFO O| Aug 22 03:11:14.851 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8935 | 2024-08-22T03:11:16.136Z | [ host-image] Aug 22 03:11:14.851 INFO O| Aug 22 03:11:14.851 INFO ok! |
8936 | 2024-08-22T03:11:16.136Z | [ host-image] Aug 22 03:11:14.851 INFO O| Aug 22 03:11:14.851 INFO STEP 53 (ensure_file) COMPLETE |
8937 | 2024-08-22T03:11:16.136Z | [ host-image] Aug 22 03:11:14.851 INFO O| Aug 22 03:11:14.851 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8938 | 2024-08-22T03:11:16.144Z | [ host-image] Aug 22 03:11:14.867 INFO O| Aug 22 03:11:14.867 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8939 | 2024-08-22T03:11:16.144Z | [ host-image] Aug 22 03:11:14.867 INFO O| Aug 22 03:11:14.867 INFO STEP 54 (ensure_dir) COMPLETE |
8940 | 2024-08-22T03:11:16.146Z | [ host-image] Aug 22 03:11:14.867 INFO O| Aug 22 03:11:14.867 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8941 | 2024-08-22T03:11:16.161Z | [ host-image] Aug 22 03:11:14.884 INFO O| Aug 22 03:11:14.883 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8942 | 2024-08-22T03:11:16.161Z | [ host-image] Aug 22 03:11:14.884 INFO O| Aug 22 03:11:14.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8943 | 2024-08-22T03:11:16.161Z | [ host-image] Aug 22 03:11:14.884 INFO O| Aug 22 03:11:14.884 INFO STEP 55 (ensure_dir) COMPLETE |
8944 | 2024-08-22T03:11:16.163Z | [ host-image] Aug 22 03:11:14.884 INFO O| Aug 22 03:11:14.884 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8945 | 2024-08-22T03:11:16.180Z | [ host-image] Aug 22 03:11:14.900 INFO O| Aug 22 03:11:14.900 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8946 | 2024-08-22T03:11:16.180Z | [ host-image] Aug 22 03:11:14.900 INFO O| Aug 22 03:11:14.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8947 | 2024-08-22T03:11:16.182Z | [ host-image] Aug 22 03:11:14.900 INFO O| Aug 22 03:11:14.900 INFO STEP 56 (ensure_dir) COMPLETE |
8948 | 2024-08-22T03:11:16.182Z | [ host-image] Aug 22 03:11:14.900 INFO O| Aug 22 03:11:14.900 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8949 | 2024-08-22T03:11:16.193Z | [ host-image] Aug 22 03:11:14.916 INFO O| Aug 22 03:11:14.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8950 | 2024-08-22T03:11:16.193Z | [ host-image] Aug 22 03:11:14.916 INFO O| Aug 22 03:11:14.916 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8951 | 2024-08-22T03:11:16.207Z | [ host-image] Aug 22 03:11:14.930 INFO O| Aug 22 03:11:14.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8952 | 2024-08-22T03:11:16.207Z | [ host-image] Aug 22 03:11:14.930 INFO O| Aug 22 03:11:14.930 INFO ok! |
8953 | 2024-08-22T03:11:16.207Z | [ host-image] Aug 22 03:11:14.930 INFO O| Aug 22 03:11:14.930 INFO STEP 57 (ensure_file) COMPLETE |
8954 | 2024-08-22T03:11:16.210Z | [ host-image] Aug 22 03:11:14.930 INFO O| Aug 22 03:11:14.930 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8955 | 2024-08-22T03:11:16.218Z | [ host-image] Aug 22 03:11:14.941 INFO O| Aug 22 03:11:14.941 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8956 | 2024-08-22T03:11:16.219Z | [ host-image] Aug 22 03:11:14.941 INFO O| Aug 22 03:11:14.941 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8957 | 2024-08-22T03:11:17.562Z | [ host-image] Aug 22 03:11:16.284 INFO O| Aug 22 03:11:16.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8958 | 2024-08-22T03:11:17.562Z | [ host-image] Aug 22 03:11:16.285 INFO O| Aug 22 03:11:16.284 INFO ok! |
8959 | 2024-08-22T03:11:17.565Z | [ host-image] Aug 22 03:11:16.285 INFO O| Aug 22 03:11:16.284 INFO STEP 58 (ensure_file) COMPLETE |
8960 | 2024-08-22T03:11:17.565Z | [ host-image] Aug 22 03:11:16.285 INFO O| Aug 22 03:11:16.284 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8961 | 2024-08-22T03:11:17.580Z | [ host-image] Aug 22 03:11:16.302 INFO O| Aug 22 03:11:16.302 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8962 | 2024-08-22T03:11:17.582Z | [ host-image] Aug 22 03:11:16.303 INFO O| Aug 22 03:11:16.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8963 | 2024-08-22T03:11:17.582Z | [ host-image] Aug 22 03:11:16.303 INFO O| Aug 22 03:11:16.302 INFO STEP 59 (ensure_dir) COMPLETE |
8964 | 2024-08-22T03:11:17.582Z | [ host-image] Aug 22 03:11:16.303 INFO O| Aug 22 03:11:16.303 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8965 | 2024-08-22T03:11:17.598Z | [ host-image] Aug 22 03:11:16.321 INFO O| Aug 22 03:11:16.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8966 | 2024-08-22T03:11:17.598Z | [ host-image] Aug 22 03:11:16.321 INFO O| Aug 22 03:11:16.321 INFO copying /tmp/.tmp111CtG/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 ... |
8967 | 2024-08-22T03:11:17.601Z | [ host-image] Aug 22 03:11:16.321 INFO O| Aug 22 03:11:16.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8968 | 2024-08-22T03:11:17.601Z | [ host-image] Aug 22 03:11:16.321 INFO O| Aug 22 03:11:16.321 INFO ok! |
8969 | 2024-08-22T03:11:17.601Z | [ host-image] Aug 22 03:11:16.321 INFO O| Aug 22 03:11:16.321 INFO STEP 60 (ensure_file) COMPLETE |
8970 | 2024-08-22T03:11:17.601Z | [ host-image] Aug 22 03:11:16.321 INFO O| Aug 22 03:11:16.321 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8971 | 2024-08-22T03:11:17.616Z | [ host-image] Aug 22 03:11:16.338 INFO O| Aug 22 03:11:16.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8972 | 2024-08-22T03:11:17.616Z | [ host-image] Aug 22 03:11:16.338 INFO O| Aug 22 03:11:16.338 INFO copying /tmp/.tmp111CtG/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 ... |
8973 | 2024-08-22T03:11:17.618Z | [ host-image] Aug 22 03:11:16.339 INFO O| Aug 22 03:11:16.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8974 | 2024-08-22T03:11:17.618Z | [ host-image] Aug 22 03:11:16.339 INFO O| Aug 22 03:11:16.339 INFO ok! |
8975 | 2024-08-22T03:11:17.618Z | [ host-image] Aug 22 03:11:16.339 INFO O| Aug 22 03:11:16.339 INFO STEP 61 (ensure_file) COMPLETE |
8976 | 2024-08-22T03:11:17.618Z | [ host-image] Aug 22 03:11:16.339 INFO O| Aug 22 03:11:16.339 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8977 | 2024-08-22T03:11:17.632Z | [ host-image] Aug 22 03:11:16.355 INFO O| Aug 22 03:11:16.355 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8978 | 2024-08-22T03:11:17.635Z | [ host-image] Aug 22 03:11:16.355 INFO O| Aug 22 03:11:16.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8979 | 2024-08-22T03:11:17.635Z | [ host-image] Aug 22 03:11:16.355 INFO O| Aug 22 03:11:16.355 INFO STEP 62 (ensure_dir) COMPLETE |
8980 | 2024-08-22T03:11:17.635Z | [ host-image] Aug 22 03:11:16.356 INFO O| Aug 22 03:11:16.355 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8981 | 2024-08-22T03:11:17.650Z | [ host-image] Aug 22 03:11:16.372 INFO O| Aug 22 03:11:16.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8982 | 2024-08-22T03:11:17.650Z | [ host-image] Aug 22 03:11:16.372 INFO O| Aug 22 03:11:16.372 INFO copying /tmp/.tmp111CtG/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 ... |
8983 | 2024-08-22T03:11:17.653Z | [ host-image] Aug 22 03:11:16.372 INFO O| Aug 22 03:11:16.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8984 | 2024-08-22T03:11:17.653Z | [ host-image] Aug 22 03:11:16.372 INFO O| Aug 22 03:11:16.372 INFO ok! |
8985 | 2024-08-22T03:11:17.653Z | [ host-image] Aug 22 03:11:16.372 INFO O| Aug 22 03:11:16.372 INFO STEP 63 (ensure_file) COMPLETE |
8986 | 2024-08-22T03:11:17.653Z | [ host-image] Aug 22 03:11:16.372 INFO O| Aug 22 03:11:16.372 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8987 | 2024-08-22T03:11:17.666Z | [ host-image] Aug 22 03:11:16.389 INFO O| Aug 22 03:11:16.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8988 | 2024-08-22T03:11:17.666Z | [ host-image] Aug 22 03:11:16.389 INFO O| Aug 22 03:11:16.389 INFO copying /tmp/.tmp111CtG/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 ... |
8989 | 2024-08-22T03:11:17.668Z | [ host-image] Aug 22 03:11:16.389 INFO O| Aug 22 03:11:16.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8990 | 2024-08-22T03:11:17.668Z | [ host-image] Aug 22 03:11:16.389 INFO O| Aug 22 03:11:16.389 INFO ok! |
8991 | 2024-08-22T03:11:17.668Z | [ host-image] Aug 22 03:11:16.389 INFO O| Aug 22 03:11:16.389 INFO STEP 64 (ensure_file) COMPLETE |
8992 | 2024-08-22T03:11:17.668Z | [ host-image] Aug 22 03:11:16.389 INFO O| Aug 22 03:11:16.389 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8993 | 2024-08-22T03:11:17.681Z | [ host-image] Aug 22 03:11:16.404 INFO O| Aug 22 03:11:16.404 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8994 | 2024-08-22T03:11:17.684Z | [ host-image] Aug 22 03:11:16.404 INFO O| Aug 22 03:11:16.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8995 | 2024-08-22T03:11:17.684Z | [ host-image] Aug 22 03:11:16.404 INFO O| Aug 22 03:11:16.404 INFO STEP 65 (ensure_dir) COMPLETE |
8996 | 2024-08-22T03:11:17.684Z | [ host-image] Aug 22 03:11:16.404 INFO O| Aug 22 03:11:16.404 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8997 | 2024-08-22T03:11:17.695Z | [ host-image] Aug 22 03:11:16.418 INFO O| Aug 22 03:11:16.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8998 | 2024-08-22T03:11:17.695Z | [ host-image] Aug 22 03:11:16.418 INFO O| Aug 22 03:11:16.418 INFO copying /tmp/.tmp111CtG/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 ... |
8999 | 2024-08-22T03:11:17.698Z | [ host-image] Aug 22 03:11:16.418 INFO O| Aug 22 03:11:16.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9000 | 2024-08-22T03:11:17.698Z | [ host-image] Aug 22 03:11:16.418 INFO O| Aug 22 03:11:16.418 INFO ok! |
9001 | 2024-08-22T03:11:17.698Z | [ host-image] Aug 22 03:11:16.418 INFO O| Aug 22 03:11:16.418 INFO STEP 66 (ensure_file) COMPLETE |
9002 | 2024-08-22T03:11:17.698Z | [ host-image] Aug 22 03:11:16.418 INFO O| Aug 22 03:11:16.418 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9003 | 2024-08-22T03:11:17.706Z | [ host-image] Aug 22 03:11:16.429 INFO O| Aug 22 03:11:16.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9004 | 2024-08-22T03:11:17.706Z | [ host-image] Aug 22 03:11:16.429 INFO O| Aug 22 03:11:16.429 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9005 | 2024-08-22T03:11:17.709Z | [ host-image] Aug 22 03:11:16.429 INFO O| Aug 22 03:11:16.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9006 | 2024-08-22T03:11:17.709Z | [ host-image] Aug 22 03:11:16.429 INFO O| Aug 22 03:11:16.429 INFO ok! |
9007 | 2024-08-22T03:11:17.709Z | [ host-image] Aug 22 03:11:16.429 INFO O| Aug 22 03:11:16.429 INFO STEP 67 (ensure_file) COMPLETE |
9008 | 2024-08-22T03:11:17.709Z | [ host-image] Aug 22 03:11:16.429 INFO O| Aug 22 03:11:16.429 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9009 | 2024-08-22T03:11:17.723Z | [ host-image] Aug 22 03:11:16.445 INFO O| Aug 22 03:11:16.445 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9010 | 2024-08-22T03:11:17.725Z | [ host-image] Aug 22 03:11:16.445 INFO O| Aug 22 03:11:16.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9011 | 2024-08-22T03:11:17.725Z | [ host-image] Aug 22 03:11:16.446 INFO O| Aug 22 03:11:16.445 INFO STEP 68 (ensure_dir) COMPLETE |
9012 | 2024-08-22T03:11:17.725Z | [ host-image] Aug 22 03:11:16.446 INFO O| Aug 22 03:11:16.445 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9013 | 2024-08-22T03:11:17.739Z | [ host-image] Aug 22 03:11:16.461 INFO O| Aug 22 03:11:16.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9014 | 2024-08-22T03:11:17.739Z | [ host-image] Aug 22 03:11:16.462 INFO O| Aug 22 03:11:16.462 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9015 | 2024-08-22T03:11:18.498Z | [ host-image] Aug 22 03:11:17.220 INFO O| Aug 22 03:11:17.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9016 | 2024-08-22T03:11:18.498Z | [ host-image] Aug 22 03:11:17.220 INFO O| Aug 22 03:11:17.220 INFO ok! |
9017 | 2024-08-22T03:11:18.500Z | [ host-image] Aug 22 03:11:17.220 INFO O| Aug 22 03:11:17.220 INFO STEP 69 (ensure_file) COMPLETE |
9018 | 2024-08-22T03:11:18.501Z | [ host-image] Aug 22 03:11:17.220 INFO O| Aug 22 03:11:17.220 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9019 | 2024-08-22T03:11:18.516Z | [ host-image] Aug 22 03:11:17.238 INFO O| Aug 22 03:11:17.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9020 | 2024-08-22T03:11:18.516Z | [ host-image] Aug 22 03:11:17.238 INFO O| Aug 22 03:11:17.238 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9021 | 2024-08-22T03:11:20.235Z | [ host-image] Aug 22 03:11:18.957 INFO O| Aug 22 03:11:18.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9022 | 2024-08-22T03:11:20.235Z | [ host-image] Aug 22 03:11:18.957 INFO O| Aug 22 03:11:18.957 INFO ok! |
9023 | 2024-08-22T03:11:20.235Z | [ host-image] Aug 22 03:11:18.957 INFO O| Aug 22 03:11:18.957 INFO STEP 70 (ensure_file) COMPLETE |
9024 | 2024-08-22T03:11:20.238Z | [ host-image] Aug 22 03:11:18.957 INFO O| Aug 22 03:11:18.957 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9025 | 2024-08-22T03:11:20.246Z | [ host-image] Aug 22 03:11:18.968 INFO O| Aug 22 03:11:18.968 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9026 | 2024-08-22T03:11:20.249Z | [ host-image] Aug 22 03:11:18.969 INFO O| Aug 22 03:11:18.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9027 | 2024-08-22T03:11:20.249Z | [ host-image] Aug 22 03:11:18.969 INFO O| Aug 22 03:11:18.969 INFO STEP 71 (ensure_dir) COMPLETE |
9028 | 2024-08-22T03:11:20.249Z | [ host-image] Aug 22 03:11:18.969 INFO O| Aug 22 03:11:18.969 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9029 | 2024-08-22T03:11:20.256Z | [ host-image] Aug 22 03:11:18.978 INFO O| Aug 22 03:11:18.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9030 | 2024-08-22T03:11:20.258Z | [ host-image] Aug 22 03:11:18.978 INFO O| Aug 22 03:11:18.978 INFO copying /tmp/.tmp111CtG/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 ... |
9031 | 2024-08-22T03:11:20.258Z | [ host-image] Aug 22 03:11:18.978 INFO O| Aug 22 03:11:18.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9032 | 2024-08-22T03:11:20.258Z | [ host-image] Aug 22 03:11:18.978 INFO O| Aug 22 03:11:18.978 INFO ok! |
9033 | 2024-08-22T03:11:20.258Z | [ host-image] Aug 22 03:11:18.978 INFO O| Aug 22 03:11:18.978 INFO STEP 72 (ensure_file) COMPLETE |
9034 | 2024-08-22T03:11:20.258Z | [ host-image] Aug 22 03:11:18.978 INFO O| Aug 22 03:11:18.978 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9035 | 2024-08-22T03:11:20.266Z | [ host-image] Aug 22 03:11:18.988 INFO O| Aug 22 03:11:18.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9036 | 2024-08-22T03:11:20.266Z | [ host-image] Aug 22 03:11:18.989 INFO O| Aug 22 03:11:18.988 INFO copying /tmp/.tmp111CtG/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 ... |
9037 | 2024-08-22T03:11:20.268Z | [ host-image] Aug 22 03:11:18.989 INFO O| Aug 22 03:11:18.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9038 | 2024-08-22T03:11:20.269Z | [ host-image] Aug 22 03:11:18.989 INFO O| Aug 22 03:11:18.989 INFO ok! |
9039 | 2024-08-22T03:11:20.269Z | [ host-image] Aug 22 03:11:18.989 INFO O| Aug 22 03:11:18.989 INFO STEP 73 (ensure_file) COMPLETE |
9040 | 2024-08-22T03:11:20.269Z | [ host-image] Aug 22 03:11:18.989 INFO O| Aug 22 03:11:18.989 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9041 | 2024-08-22T03:11:20.276Z | [ host-image] Aug 22 03:11:18.998 INFO O| Aug 22 03:11:18.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9042 | 2024-08-22T03:11:20.276Z | [ host-image] Aug 22 03:11:18.998 INFO O| Aug 22 03:11:18.998 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9043 | 2024-08-22T03:11:20.278Z | [ host-image] Aug 22 03:11:18.998 INFO O| Aug 22 03:11:18.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9044 | 2024-08-22T03:11:20.278Z | [ host-image] Aug 22 03:11:18.998 INFO O| Aug 22 03:11:18.998 INFO ok! |
9045 | 2024-08-22T03:11:20.278Z | [ host-image] Aug 22 03:11:18.998 INFO O| Aug 22 03:11:18.998 INFO STEP 74 (ensure_file) COMPLETE |
9046 | 2024-08-22T03:11:20.278Z | [ host-image] Aug 22 03:11:18.998 INFO O| Aug 22 03:11:18.998 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9047 | 2024-08-22T03:11:20.285Z | [ host-image] Aug 22 03:11:19.008 INFO O| Aug 22 03:11:19.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9048 | 2024-08-22T03:11:20.288Z | [ host-image] Aug 22 03:11:19.008 INFO O| Aug 22 03:11:19.008 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9049 | 2024-08-22T03:11:20.288Z | [ host-image] Aug 22 03:11:19.008 INFO O| Aug 22 03:11:19.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9050 | 2024-08-22T03:11:20.288Z | [ host-image] Aug 22 03:11:19.008 INFO O| Aug 22 03:11:19.008 INFO ok! |
9051 | 2024-08-22T03:11:20.288Z | [ host-image] Aug 22 03:11:19.008 INFO O| Aug 22 03:11:19.008 INFO STEP 75 (ensure_file) COMPLETE |
9052 | 2024-08-22T03:11:20.288Z | [ host-image] Aug 22 03:11:19.008 INFO O| Aug 22 03:11:19.008 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9053 | 2024-08-22T03:11:20.295Z | [ host-image] Aug 22 03:11:19.018 INFO O| Aug 22 03:11:19.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9054 | 2024-08-22T03:11:20.295Z | [ host-image] Aug 22 03:11:19.018 INFO O| Aug 22 03:11:19.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9055 | 2024-08-22T03:11:20.298Z | [ host-image] Aug 22 03:11:19.018 INFO O| Aug 22 03:11:19.018 INFO STEP 76 (ensure_dir) COMPLETE |
9056 | 2024-08-22T03:11:20.298Z | [ host-image] Aug 22 03:11:19.018 INFO O| Aug 22 03:11:19.018 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9057 | 2024-08-22T03:11:20.305Z | [ host-image] Aug 22 03:11:19.027 INFO O| Aug 22 03:11:19.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9058 | 2024-08-22T03:11:20.305Z | [ host-image] Aug 22 03:11:19.027 INFO O| Aug 22 03:11:19.027 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9059 | 2024-08-22T03:11:20.778Z | [ host-image] Aug 22 03:11:19.500 INFO O| Aug 22 03:11:19.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9060 | 2024-08-22T03:11:20.778Z | [ host-image] Aug 22 03:11:19.500 INFO O| Aug 22 03:11:19.500 INFO ok! |
9061 | 2024-08-22T03:11:20.778Z | [ host-image] Aug 22 03:11:19.500 INFO O| Aug 22 03:11:19.500 INFO STEP 77 (ensure_file) COMPLETE |
9062 | 2024-08-22T03:11:20.780Z | [ host-image] Aug 22 03:11:19.500 INFO O| Aug 22 03:11:19.500 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9063 | 2024-08-22T03:11:20.790Z | [ host-image] Aug 22 03:11:19.512 INFO O| Aug 22 03:11:19.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9064 | 2024-08-22T03:11:20.790Z | [ host-image] Aug 22 03:11:19.512 INFO O| Aug 22 03:11:19.512 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9065 | 2024-08-22T03:11:20.792Z | [ host-image] Aug 22 03:11:19.512 INFO O| Aug 22 03:11:19.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9066 | 2024-08-22T03:11:20.792Z | [ host-image] Aug 22 03:11:19.512 INFO O| Aug 22 03:11:19.512 INFO ok! |
9067 | 2024-08-22T03:11:20.792Z | [ host-image] Aug 22 03:11:19.512 INFO O| Aug 22 03:11:19.512 INFO STEP 78 (ensure_file) COMPLETE |
9068 | 2024-08-22T03:11:20.792Z | [ host-image] Aug 22 03:11:19.512 INFO O| Aug 22 03:11:19.512 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9069 | 2024-08-22T03:11:20.800Z | [ host-image] Aug 22 03:11:19.523 INFO O| Aug 22 03:11:19.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9070 | 2024-08-22T03:11:20.800Z | [ host-image] Aug 22 03:11:19.523 INFO O| Aug 22 03:11:19.523 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9071 | 2024-08-22T03:11:21.784Z | [ host-image] Aug 22 03:11:20.506 INFO O| Aug 22 03:11:20.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9072 | 2024-08-22T03:11:21.784Z | [ host-image] Aug 22 03:11:20.506 INFO O| Aug 22 03:11:20.506 INFO ok! |
9073 | 2024-08-22T03:11:21.786Z | [ host-image] Aug 22 03:11:20.506 INFO O| Aug 22 03:11:20.506 INFO STEP 79 (ensure_file) COMPLETE |
9074 | 2024-08-22T03:11:21.786Z | [ host-image] Aug 22 03:11:20.506 INFO O| Aug 22 03:11:20.506 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9075 | 2024-08-22T03:11:21.795Z | [ host-image] Aug 22 03:11:20.517 INFO O| Aug 22 03:11:20.517 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9076 | 2024-08-22T03:11:21.797Z | [ host-image] Aug 22 03:11:20.517 INFO O| Aug 22 03:11:20.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9077 | 2024-08-22T03:11:21.797Z | [ host-image] Aug 22 03:11:20.517 INFO O| Aug 22 03:11:20.517 INFO STEP 80 (ensure_dir) COMPLETE |
9078 | 2024-08-22T03:11:21.798Z | [ host-image] Aug 22 03:11:20.517 INFO O| Aug 22 03:11:20.517 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9079 | 2024-08-22T03:11:21.805Z | [ host-image] Aug 22 03:11:20.527 INFO O| Aug 22 03:11:20.527 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9080 | 2024-08-22T03:11:21.805Z | [ host-image] Aug 22 03:11:20.527 INFO O| Aug 22 03:11:20.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9081 | 2024-08-22T03:11:21.807Z | [ host-image] Aug 22 03:11:20.527 INFO O| Aug 22 03:11:20.527 INFO STEP 81 (ensure_dir) COMPLETE |
9082 | 2024-08-22T03:11:21.807Z | [ host-image] Aug 22 03:11:20.527 INFO O| Aug 22 03:11:20.527 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9083 | 2024-08-22T03:11:21.815Z | [ host-image] Aug 22 03:11:20.538 INFO O| Aug 22 03:11:20.537 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9084 | 2024-08-22T03:11:21.815Z | [ host-image] Aug 22 03:11:20.538 INFO O| Aug 22 03:11:20.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9085 | 2024-08-22T03:11:21.818Z | [ host-image] Aug 22 03:11:20.538 INFO O| Aug 22 03:11:20.538 INFO STEP 82 (ensure_dir) COMPLETE |
9086 | 2024-08-22T03:11:21.818Z | [ host-image] Aug 22 03:11:20.538 INFO O| Aug 22 03:11:20.538 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-22T03:11:21.825Z | [ host-image] Aug 22 03:11:20.548 INFO O| Aug 22 03:11:20.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9088 | 2024-08-22T03:11:21.828Z | [ host-image] Aug 22 03:11:20.548 INFO O| Aug 22 03:11:20.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9089 | 2024-08-22T03:11:21.828Z | [ host-image] Aug 22 03:11:20.548 INFO O| Aug 22 03:11:20.548 INFO STEP 83 (ensure_dir) COMPLETE |
9090 | 2024-08-22T03:11:21.828Z | [ host-image] Aug 22 03:11:20.548 INFO O| Aug 22 03:11:20.548 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9091 | 2024-08-22T03:11:21.835Z | [ host-image] Aug 22 03:11:20.557 INFO O| Aug 22 03:11:20.557 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9092 | 2024-08-22T03:11:21.835Z | [ host-image] Aug 22 03:11:20.557 INFO O| Aug 22 03:11:20.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9093 | 2024-08-22T03:11:21.837Z | [ host-image] Aug 22 03:11:20.558 INFO O| Aug 22 03:11:20.557 INFO STEP 84 (ensure_dir) COMPLETE |
9094 | 2024-08-22T03:11:21.837Z | [ host-image] Aug 22 03:11:20.558 INFO O| Aug 22 03:11:20.557 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9095 | 2024-08-22T03:11:21.845Z | [ host-image] Aug 22 03:11:20.568 INFO O| Aug 22 03:11:20.568 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9096 | 2024-08-22T03:11:21.845Z | [ host-image] Aug 22 03:11:20.568 INFO O| Aug 22 03:11:20.568 INFO copying /tmp/.tmp111CtG/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 ... |
9097 | 2024-08-22T03:11:21.848Z | [ host-image] Aug 22 03:11:20.568 INFO O| Aug 22 03:11:20.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9098 | 2024-08-22T03:11:21.848Z | [ host-image] Aug 22 03:11:20.568 INFO O| Aug 22 03:11:20.568 INFO ok! |
9099 | 2024-08-22T03:11:21.848Z | [ host-image] Aug 22 03:11:20.568 INFO O| Aug 22 03:11:20.568 INFO STEP 85 (ensure_file) COMPLETE |
9100 | 2024-08-22T03:11:21.848Z | [ host-image] Aug 22 03:11:20.568 INFO O| Aug 22 03:11:20.568 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9101 | 2024-08-22T03:11:21.856Z | [ host-image] Aug 22 03:11:20.578 INFO O| Aug 22 03:11:20.578 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9102 | 2024-08-22T03:11:21.856Z | [ host-image] Aug 22 03:11:20.578 INFO O| Aug 22 03:11:20.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9103 | 2024-08-22T03:11:21.856Z | [ host-image] Aug 22 03:11:20.578 INFO O| Aug 22 03:11:20.578 INFO STEP 86 (ensure_dir) COMPLETE |
9104 | 2024-08-22T03:11:21.859Z | [ host-image] Aug 22 03:11:20.579 INFO O| Aug 22 03:11:20.578 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9105 | 2024-08-22T03:11:21.868Z | [ host-image] Aug 22 03:11:20.590 INFO O| Aug 22 03:11:20.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9106 | 2024-08-22T03:11:21.868Z | [ host-image] Aug 22 03:11:20.590 INFO O| Aug 22 03:11:20.590 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9107 | 2024-08-22T03:11:21.871Z | [ host-image] Aug 22 03:11:20.590 INFO O| Aug 22 03:11:20.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9108 | 2024-08-22T03:11:21.871Z | [ host-image] Aug 22 03:11:20.590 INFO O| Aug 22 03:11:20.590 INFO ok! |
9109 | 2024-08-22T03:11:21.871Z | [ host-image] Aug 22 03:11:20.590 INFO O| Aug 22 03:11:20.590 INFO STEP 87 (ensure_file) COMPLETE |
9110 | 2024-08-22T03:11:21.871Z | [ host-image] Aug 22 03:11:20.590 INFO O| Aug 22 03:11:20.590 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9111 | 2024-08-22T03:11:21.879Z | [ host-image] Aug 22 03:11:20.601 INFO O| Aug 22 03:11:20.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9112 | 2024-08-22T03:11:21.879Z | [ host-image] Aug 22 03:11:20.602 INFO O| Aug 22 03:11:20.601 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9113 | 2024-08-22T03:11:21.888Z | [ host-image] Aug 22 03:11:20.610 INFO O| Aug 22 03:11:20.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9114 | 2024-08-22T03:11:21.888Z | [ host-image] Aug 22 03:11:20.610 INFO O| Aug 22 03:11:20.610 INFO ok! |
9115 | 2024-08-22T03:11:21.890Z | [ host-image] Aug 22 03:11:20.610 INFO O| Aug 22 03:11:20.610 INFO STEP 88 (ensure_file) COMPLETE |
9116 | 2024-08-22T03:11:21.890Z | [ host-image] Aug 22 03:11:20.610 INFO O| Aug 22 03:11:20.610 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9117 | 2024-08-22T03:11:21.900Z | [ host-image] Aug 22 03:11:20.622 INFO O| Aug 22 03:11:20.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9118 | 2024-08-22T03:11:21.900Z | [ host-image] Aug 22 03:11:20.622 INFO O| Aug 22 03:11:20.622 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9119 | 2024-08-22T03:11:22.397Z | [ host-image] Aug 22 03:11:21.117 INFO O| Aug 22 03:11:21.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9120 | 2024-08-22T03:11:22.397Z | [ host-image] Aug 22 03:11:21.117 INFO O| Aug 22 03:11:21.117 INFO ok! |
9121 | 2024-08-22T03:11:22.400Z | [ host-image] Aug 22 03:11:21.117 INFO O| Aug 22 03:11:21.117 INFO STEP 89 (ensure_file) COMPLETE |
9122 | 2024-08-22T03:11:22.400Z | [ host-image] Aug 22 03:11:21.117 INFO O| Aug 22 03:11:21.117 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9123 | 2024-08-22T03:11:22.408Z | [ host-image] Aug 22 03:11:21.130 INFO O| Aug 22 03:11:21.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9124 | 2024-08-22T03:11:22.408Z | [ host-image] Aug 22 03:11:21.130 INFO O| Aug 22 03:11:21.130 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9125 | 2024-08-22T03:11:22.408Z | [ host-image] Aug 22 03:11:21.130 INFO O| Aug 22 03:11:21.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9126 | 2024-08-22T03:11:22.411Z | [ host-image] Aug 22 03:11:21.130 INFO O| Aug 22 03:11:21.130 INFO ok! |
9127 | 2024-08-22T03:11:22.411Z | [ host-image] Aug 22 03:11:21.130 INFO O| Aug 22 03:11:21.130 INFO STEP 90 (ensure_file) COMPLETE |
9128 | 2024-08-22T03:11:22.411Z | [ host-image] Aug 22 03:11:21.130 INFO O| Aug 22 03:11:21.130 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9129 | 2024-08-22T03:11:22.423Z | [ host-image] Aug 22 03:11:21.145 INFO O| Aug 22 03:11:21.145 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9130 | 2024-08-22T03:11:22.423Z | [ host-image] Aug 22 03:11:21.145 INFO O| Aug 22 03:11:21.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9131 | 2024-08-22T03:11:22.423Z | [ host-image] Aug 22 03:11:21.145 INFO O| Aug 22 03:11:21.145 INFO STEP 91 (ensure_dir) COMPLETE |
9132 | 2024-08-22T03:11:22.425Z | [ host-image] Aug 22 03:11:21.145 INFO O| Aug 22 03:11:21.145 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9133 | 2024-08-22T03:11:22.436Z | [ host-image] Aug 22 03:11:21.158 INFO O| Aug 22 03:11:21.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9134 | 2024-08-22T03:11:22.436Z | [ host-image] Aug 22 03:11:21.158 INFO O| Aug 22 03:11:21.158 INFO copying /tmp/.tmp111CtG/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 ... |
9135 | 2024-08-22T03:11:22.438Z | [ host-image] Aug 22 03:11:21.158 INFO O| Aug 22 03:11:21.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9136 | 2024-08-22T03:11:22.438Z | [ host-image] Aug 22 03:11:21.158 INFO O| Aug 22 03:11:21.158 INFO ok! |
9137 | 2024-08-22T03:11:22.439Z | [ host-image] Aug 22 03:11:21.158 INFO O| Aug 22 03:11:21.158 INFO STEP 92 (ensure_file) COMPLETE |
9138 | 2024-08-22T03:11:22.439Z | [ host-image] Aug 22 03:11:21.158 INFO O| Aug 22 03:11:21.158 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9139 | 2024-08-22T03:11:22.448Z | [ host-image] Aug 22 03:11:21.170 INFO O| Aug 22 03:11:21.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9140 | 2024-08-22T03:11:22.448Z | [ host-image] Aug 22 03:11:21.170 INFO O| Aug 22 03:11:21.170 INFO copying /tmp/.tmp111CtG/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 ... |
9141 | 2024-08-22T03:11:22.454Z | [ host-image] Aug 22 03:11:21.170 INFO O| Aug 22 03:11:21.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9142 | 2024-08-22T03:11:22.454Z | [ host-image] Aug 22 03:11:21.170 INFO O| Aug 22 03:11:21.170 INFO ok! |
9143 | 2024-08-22T03:11:22.454Z | [ host-image] Aug 22 03:11:21.170 INFO O| Aug 22 03:11:21.170 INFO STEP 93 (ensure_file) COMPLETE |
9144 | 2024-08-22T03:11:22.454Z | [ host-image] Aug 22 03:11:21.170 INFO O| Aug 22 03:11:21.170 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9145 | 2024-08-22T03:11:22.462Z | [ host-image] Aug 22 03:11:21.184 INFO O| Aug 22 03:11:21.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9146 | 2024-08-22T03:11:22.462Z | [ host-image] Aug 22 03:11:21.184 INFO O| Aug 22 03:11:21.184 INFO copying /tmp/.tmp111CtG/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 ... |
9147 | 2024-08-22T03:11:22.464Z | [ host-image] Aug 22 03:11:21.184 INFO O| Aug 22 03:11:21.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9148 | 2024-08-22T03:11:22.464Z | [ host-image] Aug 22 03:11:21.184 INFO O| Aug 22 03:11:21.184 INFO ok! |
9149 | 2024-08-22T03:11:22.464Z | [ host-image] Aug 22 03:11:21.184 INFO O| Aug 22 03:11:21.184 INFO STEP 94 (ensure_file) COMPLETE |
9150 | 2024-08-22T03:11:22.464Z | [ host-image] Aug 22 03:11:21.184 INFO O| Aug 22 03:11:21.184 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9151 | 2024-08-22T03:11:22.475Z | [ host-image] Aug 22 03:11:21.197 INFO O| Aug 22 03:11:21.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9152 | 2024-08-22T03:11:22.478Z | [ host-image] Aug 22 03:11:21.197 INFO O| Aug 22 03:11:21.197 INFO copying /tmp/.tmp111CtG/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 ... |
9153 | 2024-08-22T03:11:22.478Z | [ host-image] Aug 22 03:11:21.197 INFO O| Aug 22 03:11:21.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9154 | 2024-08-22T03:11:22.478Z | [ host-image] Aug 22 03:11:21.197 INFO O| Aug 22 03:11:21.197 INFO ok! |
9155 | 2024-08-22T03:11:22.478Z | [ host-image] Aug 22 03:11:21.197 INFO O| Aug 22 03:11:21.197 INFO STEP 95 (ensure_file) COMPLETE |
9156 | 2024-08-22T03:11:22.478Z | [ host-image] Aug 22 03:11:21.197 INFO O| Aug 22 03:11:21.197 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9157 | 2024-08-22T03:11:22.486Z | [ host-image] Aug 22 03:11:21.208 INFO O| Aug 22 03:11:21.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9158 | 2024-08-22T03:11:22.486Z | [ host-image] Aug 22 03:11:21.208 INFO O| Aug 22 03:11:21.208 INFO copying /tmp/.tmp111CtG/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 ... |
9159 | 2024-08-22T03:11:22.489Z | [ host-image] Aug 22 03:11:21.209 INFO O| Aug 22 03:11:21.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9160 | 2024-08-22T03:11:22.489Z | [ host-image] Aug 22 03:11:21.209 INFO O| Aug 22 03:11:21.209 INFO ok! |
9161 | 2024-08-22T03:11:22.489Z | [ host-image] Aug 22 03:11:21.209 INFO O| Aug 22 03:11:21.209 INFO STEP 96 (ensure_file) COMPLETE |
9162 | 2024-08-22T03:11:22.489Z | [ host-image] Aug 22 03:11:21.209 INFO O| Aug 22 03:11:21.209 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9163 | 2024-08-22T03:11:22.498Z | [ host-image] Aug 22 03:11:21.220 INFO O| Aug 22 03:11:21.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9164 | 2024-08-22T03:11:22.498Z | [ host-image] Aug 22 03:11:21.220 INFO O| Aug 22 03:11:21.220 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9165 | 2024-08-22T03:11:22.500Z | [ host-image] Aug 22 03:11:21.220 INFO O| Aug 22 03:11:21.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9166 | 2024-08-22T03:11:22.500Z | [ host-image] Aug 22 03:11:21.220 INFO O| Aug 22 03:11:21.220 INFO ok! |
9167 | 2024-08-22T03:11:22.500Z | [ host-image] Aug 22 03:11:21.220 INFO O| Aug 22 03:11:21.220 INFO STEP 97 (ensure_file) COMPLETE |
9168 | 2024-08-22T03:11:22.500Z | [ host-image] Aug 22 03:11:21.221 INFO O| Aug 22 03:11:21.220 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9169 | 2024-08-22T03:11:22.510Z | [ host-image] Aug 22 03:11:21.232 INFO O| Aug 22 03:11:21.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9170 | 2024-08-22T03:11:22.510Z | [ host-image] Aug 22 03:11:21.232 INFO O| Aug 22 03:11:21.232 INFO copying /tmp/.tmp111CtG/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 ... |
9171 | 2024-08-22T03:11:22.512Z | [ host-image] Aug 22 03:11:21.233 INFO O| Aug 22 03:11:21.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9172 | 2024-08-22T03:11:22.512Z | [ host-image] Aug 22 03:11:21.233 INFO O| Aug 22 03:11:21.233 INFO ok! |
9173 | 2024-08-22T03:11:22.513Z | [ host-image] Aug 22 03:11:21.233 INFO O| Aug 22 03:11:21.233 INFO STEP 98 (ensure_file) COMPLETE |
9174 | 2024-08-22T03:11:22.513Z | [ host-image] Aug 22 03:11:21.233 INFO O| Aug 22 03:11:21.233 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9175 | 2024-08-22T03:11:22.523Z | [ host-image] Aug 22 03:11:21.245 INFO O| Aug 22 03:11:21.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9176 | 2024-08-22T03:11:22.526Z | [ host-image] Aug 22 03:11:21.245 INFO O| Aug 22 03:11:21.245 INFO copying /tmp/.tmp111CtG/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 ... |
9177 | 2024-08-22T03:11:22.526Z | [ host-image] Aug 22 03:11:21.245 INFO O| Aug 22 03:11:21.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9178 | 2024-08-22T03:11:22.526Z | [ host-image] Aug 22 03:11:21.245 INFO O| Aug 22 03:11:21.245 INFO ok! |
9179 | 2024-08-22T03:11:22.526Z | [ host-image] Aug 22 03:11:21.245 INFO O| Aug 22 03:11:21.245 INFO STEP 99 (ensure_file) COMPLETE |
9180 | 2024-08-22T03:11:22.526Z | [ host-image] Aug 22 03:11:21.245 INFO O| Aug 22 03:11:21.245 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9181 | 2024-08-22T03:11:22.534Z | [ host-image] Aug 22 03:11:21.256 INFO O| Aug 22 03:11:21.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9182 | 2024-08-22T03:11:22.534Z | [ host-image] Aug 22 03:11:21.256 INFO O| Aug 22 03:11:21.256 INFO copying /tmp/.tmp111CtG/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 ... |
9183 | 2024-08-22T03:11:22.536Z | [ host-image] Aug 22 03:11:21.256 INFO O| Aug 22 03:11:21.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9184 | 2024-08-22T03:11:22.536Z | [ host-image] Aug 22 03:11:21.256 INFO O| Aug 22 03:11:21.256 INFO ok! |
9185 | 2024-08-22T03:11:22.536Z | [ host-image] Aug 22 03:11:21.256 INFO O| Aug 22 03:11:21.256 INFO STEP 100 (ensure_file) COMPLETE |
9186 | 2024-08-22T03:11:22.536Z | [ host-image] Aug 22 03:11:21.256 INFO O| Aug 22 03:11:21.256 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9187 | 2024-08-22T03:11:22.546Z | [ host-image] Aug 22 03:11:21.268 INFO O| Aug 22 03:11:21.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9188 | 2024-08-22T03:11:22.548Z | [ host-image] Aug 22 03:11:21.268 INFO O| Aug 22 03:11:21.268 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9189 | 2024-08-22T03:11:22.548Z | [ host-image] Aug 22 03:11:21.268 INFO O| Aug 22 03:11:21.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9190 | 2024-08-22T03:11:22.548Z | [ host-image] Aug 22 03:11:21.268 INFO O| Aug 22 03:11:21.268 INFO ok! |
9191 | 2024-08-22T03:11:22.548Z | [ host-image] Aug 22 03:11:21.268 INFO O| Aug 22 03:11:21.268 INFO STEP 101 (ensure_file) COMPLETE |
9192 | 2024-08-22T03:11:22.548Z | [ host-image] Aug 22 03:11:21.268 INFO O| Aug 22 03:11:21.268 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9193 | 2024-08-22T03:11:22.556Z | [ host-image] Aug 22 03:11:21.278 INFO O| Aug 22 03:11:21.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9194 | 2024-08-22T03:11:22.558Z | [ host-image] Aug 22 03:11:21.278 INFO O| Aug 22 03:11:21.278 INFO copying /tmp/.tmp111CtG/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 ... |
9195 | 2024-08-22T03:11:22.558Z | [ host-image] Aug 22 03:11:21.278 INFO O| Aug 22 03:11:21.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9196 | 2024-08-22T03:11:22.559Z | [ host-image] Aug 22 03:11:21.278 INFO O| Aug 22 03:11:21.278 INFO ok! |
9197 | 2024-08-22T03:11:22.559Z | [ host-image] Aug 22 03:11:21.278 INFO O| Aug 22 03:11:21.278 INFO STEP 102 (ensure_file) COMPLETE |
9198 | 2024-08-22T03:11:22.559Z | [ host-image] Aug 22 03:11:21.278 INFO O| Aug 22 03:11:21.278 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9199 | 2024-08-22T03:11:22.566Z | [ host-image] Aug 22 03:11:21.288 INFO O| Aug 22 03:11:21.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9200 | 2024-08-22T03:11:22.566Z | [ host-image] Aug 22 03:11:21.288 INFO O| Aug 22 03:11:21.288 INFO copying /tmp/.tmp111CtG/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 ... |
9201 | 2024-08-22T03:11:22.568Z | [ host-image] Aug 22 03:11:21.288 INFO O| Aug 22 03:11:21.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9202 | 2024-08-22T03:11:22.568Z | [ host-image] Aug 22 03:11:21.288 INFO O| Aug 22 03:11:21.288 INFO ok! |
9203 | 2024-08-22T03:11:22.568Z | [ host-image] Aug 22 03:11:21.288 INFO O| Aug 22 03:11:21.288 INFO STEP 103 (ensure_file) COMPLETE |
9204 | 2024-08-22T03:11:22.569Z | [ host-image] Aug 22 03:11:21.289 INFO O| Aug 22 03:11:21.288 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9205 | 2024-08-22T03:11:22.576Z | [ host-image] Aug 22 03:11:21.299 INFO O| Aug 22 03:11:21.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9206 | 2024-08-22T03:11:22.576Z | [ host-image] Aug 22 03:11:21.299 INFO O| Aug 22 03:11:21.298 INFO copying /tmp/.tmp111CtG/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 ... |
9207 | 2024-08-22T03:11:22.579Z | [ host-image] Aug 22 03:11:21.299 INFO O| Aug 22 03:11:21.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9208 | 2024-08-22T03:11:22.579Z | [ host-image] Aug 22 03:11:21.299 INFO O| Aug 22 03:11:21.299 INFO ok! |
9209 | 2024-08-22T03:11:22.579Z | [ host-image] Aug 22 03:11:21.299 INFO O| Aug 22 03:11:21.299 INFO STEP 104 (ensure_file) COMPLETE |
9210 | 2024-08-22T03:11:22.579Z | [ host-image] Aug 22 03:11:21.299 INFO O| Aug 22 03:11:21.299 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9211 | 2024-08-22T03:11:22.587Z | [ host-image] Aug 22 03:11:21.309 INFO O| Aug 22 03:11:21.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9212 | 2024-08-22T03:11:22.587Z | [ host-image] Aug 22 03:11:21.309 INFO O| Aug 22 03:11:21.309 INFO copying /tmp/.tmp111CtG/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 ... |
9213 | 2024-08-22T03:11:22.589Z | [ host-image] Aug 22 03:11:21.309 INFO O| Aug 22 03:11:21.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9214 | 2024-08-22T03:11:22.589Z | [ host-image] Aug 22 03:11:21.309 INFO O| Aug 22 03:11:21.309 INFO ok! |
9215 | 2024-08-22T03:11:22.589Z | [ host-image] Aug 22 03:11:21.309 INFO O| Aug 22 03:11:21.309 INFO STEP 105 (ensure_file) COMPLETE |
9216 | 2024-08-22T03:11:22.589Z | [ host-image] Aug 22 03:11:21.309 INFO O| Aug 22 03:11:21.309 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9217 | 2024-08-22T03:11:22.597Z | [ host-image] Aug 22 03:11:21.319 INFO O| Aug 22 03:11:21.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9218 | 2024-08-22T03:11:22.597Z | [ host-image] Aug 22 03:11:21.319 INFO O| Aug 22 03:11:21.319 INFO copying /tmp/.tmp111CtG/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 ... |
9219 | 2024-08-22T03:11:22.599Z | [ host-image] Aug 22 03:11:21.319 INFO O| Aug 22 03:11:21.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9220 | 2024-08-22T03:11:22.599Z | [ host-image] Aug 22 03:11:21.319 INFO O| Aug 22 03:11:21.319 INFO ok! |
9221 | 2024-08-22T03:11:22.599Z | [ host-image] Aug 22 03:11:21.319 INFO O| Aug 22 03:11:21.319 INFO STEP 106 (ensure_file) COMPLETE |
9222 | 2024-08-22T03:11:22.599Z | [ host-image] Aug 22 03:11:21.319 INFO O| Aug 22 03:11:21.319 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9223 | 2024-08-22T03:11:22.608Z | [ host-image] Aug 22 03:11:21.330 INFO O| Aug 22 03:11:21.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9224 | 2024-08-22T03:11:22.608Z | [ host-image] Aug 22 03:11:21.330 INFO O| Aug 22 03:11:21.330 INFO copying /tmp/.tmp111CtG/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 ... |
9225 | 2024-08-22T03:11:22.608Z | [ host-image] Aug 22 03:11:21.330 INFO O| Aug 22 03:11:21.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9226 | 2024-08-22T03:11:22.608Z | [ host-image] Aug 22 03:11:21.330 INFO O| Aug 22 03:11:21.330 INFO ok! |
9227 | 2024-08-22T03:11:22.610Z | [ host-image] Aug 22 03:11:21.330 INFO O| Aug 22 03:11:21.330 INFO STEP 107 (ensure_file) COMPLETE |
9228 | 2024-08-22T03:11:22.610Z | [ host-image] Aug 22 03:11:21.330 INFO O| Aug 22 03:11:21.330 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9229 | 2024-08-22T03:11:22.618Z | [ host-image] Aug 22 03:11:21.340 INFO O| Aug 22 03:11:21.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9230 | 2024-08-22T03:11:22.620Z | [ host-image] Aug 22 03:11:21.340 INFO O| Aug 22 03:11:21.340 INFO copying /tmp/.tmp111CtG/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 ... |
9231 | 2024-08-22T03:11:22.621Z | [ host-image] Aug 22 03:11:21.341 INFO O| Aug 22 03:11:21.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9232 | 2024-08-22T03:11:22.621Z | [ host-image] Aug 22 03:11:21.341 INFO O| Aug 22 03:11:21.341 INFO ok! |
9233 | 2024-08-22T03:11:22.621Z | [ host-image] Aug 22 03:11:21.341 INFO O| Aug 22 03:11:21.341 INFO STEP 108 (ensure_file) COMPLETE |
9234 | 2024-08-22T03:11:22.621Z | [ host-image] Aug 22 03:11:21.341 INFO O| Aug 22 03:11:21.341 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9235 | 2024-08-22T03:11:22.628Z | [ host-image] Aug 22 03:11:21.351 INFO O| Aug 22 03:11:21.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9236 | 2024-08-22T03:11:22.628Z | [ host-image] Aug 22 03:11:21.351 INFO O| Aug 22 03:11:21.351 INFO copying /tmp/.tmp111CtG/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 ... |
9237 | 2024-08-22T03:11:22.631Z | [ host-image] Aug 22 03:11:21.351 INFO O| Aug 22 03:11:21.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9238 | 2024-08-22T03:11:22.631Z | [ host-image] Aug 22 03:11:21.351 INFO O| Aug 22 03:11:21.351 INFO ok! |
9239 | 2024-08-22T03:11:22.631Z | [ host-image] Aug 22 03:11:21.351 INFO O| Aug 22 03:11:21.351 INFO STEP 109 (ensure_file) COMPLETE |
9240 | 2024-08-22T03:11:22.631Z | [ host-image] Aug 22 03:11:21.351 INFO O| Aug 22 03:11:21.351 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9241 | 2024-08-22T03:11:22.638Z | [ host-image] Aug 22 03:11:21.360 INFO O| Aug 22 03:11:21.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9242 | 2024-08-22T03:11:22.638Z | [ host-image] Aug 22 03:11:21.361 INFO O| Aug 22 03:11:21.360 INFO copying /tmp/.tmp111CtG/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 ... |
9243 | 2024-08-22T03:11:22.641Z | [ host-image] Aug 22 03:11:21.361 INFO O| Aug 22 03:11:21.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9244 | 2024-08-22T03:11:22.641Z | [ host-image] Aug 22 03:11:21.361 INFO O| Aug 22 03:11:21.361 INFO ok! |
9245 | 2024-08-22T03:11:22.641Z | [ host-image] Aug 22 03:11:21.361 INFO O| Aug 22 03:11:21.361 INFO STEP 110 (ensure_file) COMPLETE |
9246 | 2024-08-22T03:11:22.641Z | [ host-image] Aug 22 03:11:21.361 INFO O| Aug 22 03:11:21.361 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-08-22T03:11:22.648Z | [ host-image] Aug 22 03:11:21.370 INFO O| Aug 22 03:11:21.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9248 | 2024-08-22T03:11:22.651Z | [ host-image] Aug 22 03:11:21.370 INFO O| Aug 22 03:11:21.370 INFO copying /tmp/.tmp111CtG/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 ... |
9249 | 2024-08-22T03:11:22.651Z | [ host-image] Aug 22 03:11:21.371 INFO O| Aug 22 03:11:21.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9250 | 2024-08-22T03:11:22.651Z | [ host-image] Aug 22 03:11:21.371 INFO O| Aug 22 03:11:21.371 INFO ok! |
9251 | 2024-08-22T03:11:22.651Z | [ host-image] Aug 22 03:11:21.371 INFO O| Aug 22 03:11:21.371 INFO STEP 111 (ensure_file) COMPLETE |
9252 | 2024-08-22T03:11:22.651Z | [ host-image] Aug 22 03:11:21.371 INFO O| Aug 22 03:11:21.371 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-08-22T03:11:22.658Z | [ host-image] Aug 22 03:11:21.380 INFO O| Aug 22 03:11:21.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9254 | 2024-08-22T03:11:22.658Z | [ host-image] Aug 22 03:11:21.380 INFO O| Aug 22 03:11:21.380 INFO copying /tmp/.tmp111CtG/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 ... |
9255 | 2024-08-22T03:11:22.661Z | [ host-image] Aug 22 03:11:21.381 INFO O| Aug 22 03:11:21.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9256 | 2024-08-22T03:11:22.661Z | [ host-image] Aug 22 03:11:21.381 INFO O| Aug 22 03:11:21.381 INFO ok! |
9257 | 2024-08-22T03:11:22.661Z | [ host-image] Aug 22 03:11:21.381 INFO O| Aug 22 03:11:21.381 INFO STEP 112 (ensure_file) COMPLETE |
9258 | 2024-08-22T03:11:22.661Z | [ host-image] Aug 22 03:11:21.381 INFO O| Aug 22 03:11:21.381 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-08-22T03:11:22.669Z | [ host-image] Aug 22 03:11:21.391 INFO O| Aug 22 03:11:21.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9260 | 2024-08-22T03:11:22.672Z | [ host-image] Aug 22 03:11:21.391 INFO O| Aug 22 03:11:21.391 INFO copying /tmp/.tmp111CtG/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 ... |
9261 | 2024-08-22T03:11:22.672Z | [ host-image] Aug 22 03:11:21.391 INFO O| Aug 22 03:11:21.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9262 | 2024-08-22T03:11:22.672Z | [ host-image] Aug 22 03:11:21.391 INFO O| Aug 22 03:11:21.391 INFO ok! |
9263 | 2024-08-22T03:11:22.672Z | [ host-image] Aug 22 03:11:21.392 INFO O| Aug 22 03:11:21.391 INFO STEP 113 (ensure_file) COMPLETE |
9264 | 2024-08-22T03:11:22.672Z | [ host-image] Aug 22 03:11:21.392 INFO O| Aug 22 03:11:21.392 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9265 | 2024-08-22T03:11:22.680Z | [ host-image] Aug 22 03:11:21.402 INFO O| Aug 22 03:11:21.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9266 | 2024-08-22T03:11:22.680Z | [ host-image] Aug 22 03:11:21.402 INFO O| Aug 22 03:11:21.402 INFO copying /tmp/.tmp111CtG/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 ... |
9267 | 2024-08-22T03:11:22.682Z | [ host-image] Aug 22 03:11:21.402 INFO O| Aug 22 03:11:21.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9268 | 2024-08-22T03:11:22.682Z | [ host-image] Aug 22 03:11:21.402 INFO O| Aug 22 03:11:21.402 INFO ok! |
9269 | 2024-08-22T03:11:22.682Z | [ host-image] Aug 22 03:11:21.402 INFO O| Aug 22 03:11:21.402 INFO STEP 114 (ensure_file) COMPLETE |
9270 | 2024-08-22T03:11:22.682Z | [ host-image] Aug 22 03:11:21.402 INFO O| Aug 22 03:11:21.402 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9271 | 2024-08-22T03:11:22.690Z | [ host-image] Aug 22 03:11:21.412 INFO O| Aug 22 03:11:21.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9272 | 2024-08-22T03:11:22.692Z | [ host-image] Aug 22 03:11:21.412 INFO O| Aug 22 03:11:21.412 INFO copying /tmp/.tmp111CtG/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 ... |
9273 | 2024-08-22T03:11:22.692Z | [ host-image] Aug 22 03:11:21.412 INFO O| Aug 22 03:11:21.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9274 | 2024-08-22T03:11:22.693Z | [ host-image] Aug 22 03:11:21.412 INFO O| Aug 22 03:11:21.412 INFO ok! |
9275 | 2024-08-22T03:11:22.693Z | [ host-image] Aug 22 03:11:21.412 INFO O| Aug 22 03:11:21.412 INFO STEP 115 (ensure_file) COMPLETE |
9276 | 2024-08-22T03:11:22.693Z | [ host-image] Aug 22 03:11:21.412 INFO O| Aug 22 03:11:21.412 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9277 | 2024-08-22T03:11:22.700Z | [ host-image] Aug 22 03:11:21.422 INFO O| Aug 22 03:11:21.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9278 | 2024-08-22T03:11:22.700Z | [ host-image] Aug 22 03:11:21.422 INFO O| Aug 22 03:11:21.422 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9279 | 2024-08-22T03:11:22.702Z | [ host-image] Aug 22 03:11:21.422 INFO O| Aug 22 03:11:21.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9280 | 2024-08-22T03:11:22.702Z | [ host-image] Aug 22 03:11:21.422 INFO O| Aug 22 03:11:21.422 INFO ok! |
9281 | 2024-08-22T03:11:22.702Z | [ host-image] Aug 22 03:11:21.422 INFO O| Aug 22 03:11:21.422 INFO STEP 116 (ensure_file) COMPLETE |
9282 | 2024-08-22T03:11:22.702Z | [ host-image] Aug 22 03:11:21.422 INFO O| Aug 22 03:11:21.422 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9283 | 2024-08-22T03:11:22.710Z | [ host-image] Aug 22 03:11:21.432 INFO O| Aug 22 03:11:21.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9284 | 2024-08-22T03:11:22.710Z | [ host-image] Aug 22 03:11:21.432 INFO O| Aug 22 03:11:21.432 INFO copying /tmp/.tmp111CtG/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 ... |
9285 | 2024-08-22T03:11:22.712Z | [ host-image] Aug 22 03:11:21.432 INFO O| Aug 22 03:11:21.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9286 | 2024-08-22T03:11:22.712Z | [ host-image] Aug 22 03:11:21.432 INFO O| Aug 22 03:11:21.432 INFO ok! |
9287 | 2024-08-22T03:11:22.712Z | [ host-image] Aug 22 03:11:21.432 INFO O| Aug 22 03:11:21.432 INFO STEP 117 (ensure_file) COMPLETE |
9288 | 2024-08-22T03:11:22.712Z | [ host-image] Aug 22 03:11:21.432 INFO O| Aug 22 03:11:21.432 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9289 | 2024-08-22T03:11:22.720Z | [ host-image] Aug 22 03:11:21.442 INFO O| Aug 22 03:11:21.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9290 | 2024-08-22T03:11:22.720Z | [ host-image] Aug 22 03:11:21.442 INFO O| Aug 22 03:11:21.442 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9291 | 2024-08-22T03:11:22.722Z | [ host-image] Aug 22 03:11:21.442 INFO O| Aug 22 03:11:21.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9292 | 2024-08-22T03:11:22.722Z | [ host-image] Aug 22 03:11:21.442 INFO O| Aug 22 03:11:21.442 INFO ok! |
9293 | 2024-08-22T03:11:22.722Z | [ host-image] Aug 22 03:11:21.442 INFO O| Aug 22 03:11:21.442 INFO STEP 118 (ensure_file) COMPLETE |
9294 | 2024-08-22T03:11:22.722Z | [ host-image] Aug 22 03:11:21.442 INFO O| Aug 22 03:11:21.442 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9295 | 2024-08-22T03:11:22.730Z | [ host-image] Aug 22 03:11:21.452 INFO O| Aug 22 03:11:21.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9296 | 2024-08-22T03:11:22.730Z | [ host-image] Aug 22 03:11:21.452 INFO O| Aug 22 03:11:21.452 INFO copying /tmp/.tmp111CtG/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9297 | 2024-08-22T03:11:24.959Z | [ recovery-image] Aug 22 03:11:23.674 INFO E| Finished `release` profile [optimized] target(s) in 43.60s |
9298 | 2024-08-22T03:11:24.982Z | [ recovery-image] Aug 22 03:11:23.704 INFO building host image... |
9299 | 2024-08-22T03:11:24.985Z | [ recovery-image] Aug 22 03:11:23.705 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") |
9300 | 2024-08-22T03:11:25.695Z | [ recovery-image] Aug 22 03:11:24.417 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9301 | 2024-08-22T03:11:27.090Z | [ host-image] Aug 22 03:11:25.812 INFO O| Aug 22 03:11:25.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9302 | 2024-08-22T03:11:27.091Z | [ host-image] Aug 22 03:11:25.812 INFO O| Aug 22 03:11:25.812 INFO ok! |
9303 | 2024-08-22T03:11:27.093Z | [ host-image] Aug 22 03:11:25.812 INFO O| Aug 22 03:11:25.812 INFO STEP 119 (ensure_file) COMPLETE |
9304 | 2024-08-22T03:11:27.093Z | [ host-image] Aug 22 03:11:25.812 INFO O| Aug 22 03:11:25.812 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9305 | 2024-08-22T03:11:27.101Z | [ host-image] Aug 22 03:11:25.823 INFO O| Aug 22 03:11:25.823 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9306 | 2024-08-22T03:11:27.101Z | [ host-image] Aug 22 03:11:25.823 INFO O| Aug 22 03:11:25.823 INFO STEP 120 (ensure_dir) COMPLETE |
9307 | 2024-08-22T03:11:27.101Z | [ host-image] Aug 22 03:11:25.823 INFO O| Aug 22 03:11:25.823 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9308 | 2024-08-22T03:11:27.111Z | [ host-image] Aug 22 03:11:25.833 INFO O| Aug 22 03:11:25.833 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9309 | 2024-08-22T03:11:27.111Z | [ host-image] Aug 22 03:11:25.833 INFO O| Aug 22 03:11:25.833 INFO STEP 121 (ensure_dir) COMPLETE |
9310 | 2024-08-22T03:11:27.114Z | [ host-image] Aug 22 03:11:25.833 INFO O| Aug 22 03:11:25.833 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9311 | 2024-08-22T03:11:27.121Z | [ host-image] Aug 22 03:11:25.843 INFO O| Aug 22 03:11:25.843 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9312 | 2024-08-22T03:11:27.121Z | [ host-image] Aug 22 03:11:25.843 INFO O| Aug 22 03:11:25.843 INFO STEP 122 (ensure_dir) COMPLETE |
9313 | 2024-08-22T03:11:27.123Z | [ host-image] Aug 22 03:11:25.843 INFO O| Aug 22 03:11:25.843 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9314 | 2024-08-22T03:11:27.131Z | [ host-image] Aug 22 03:11:25.853 INFO O| Aug 22 03:11:25.853 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9315 | 2024-08-22T03:11:27.131Z | [ host-image] Aug 22 03:11:25.853 INFO O| Aug 22 03:11:25.853 INFO STEP 123 (ensure_dir) COMPLETE |
9316 | 2024-08-22T03:11:27.133Z | [ host-image] Aug 22 03:11:25.853 INFO O| Aug 22 03:11:25.853 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9317 | 2024-08-22T03:11:27.141Z | [ host-image] Aug 22 03:11:25.863 INFO O| Aug 22 03:11:25.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9318 | 2024-08-22T03:11:27.143Z | [ host-image] Aug 22 03:11:25.863 INFO O| Aug 22 03:11:25.862 INFO copying /tmp/.tmp111CtG/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 ... |
9319 | 2024-08-22T03:11:27.143Z | [ host-image] Aug 22 03:11:25.863 INFO O| Aug 22 03:11:25.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9320 | 2024-08-22T03:11:27.143Z | [ host-image] Aug 22 03:11:25.863 INFO O| Aug 22 03:11:25.863 INFO ok! |
9321 | 2024-08-22T03:11:27.143Z | [ host-image] Aug 22 03:11:25.863 INFO O| Aug 22 03:11:25.863 INFO STEP 124 (ensure_file) COMPLETE |
9322 | 2024-08-22T03:11:27.143Z | [ host-image] Aug 22 03:11:25.863 INFO O| Aug 22 03:11:25.863 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9323 | 2024-08-22T03:11:27.151Z | [ host-image] Aug 22 03:11:25.872 INFO O| Aug 22 03:11:25.872 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9324 | 2024-08-22T03:11:27.151Z | [ host-image] Aug 22 03:11:25.873 INFO O| Aug 22 03:11:25.873 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9325 | 2024-08-22T03:11:27.151Z | [ host-image] Aug 22 03:11:25.873 INFO O| Aug 22 03:11:25.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9326 | 2024-08-22T03:11:27.153Z | [ host-image] Aug 22 03:11:25.873 INFO O| Aug 22 03:11:25.873 INFO STEP 125 (ensure_dir) COMPLETE |
9327 | 2024-08-22T03:11:27.153Z | [ host-image] Aug 22 03:11:25.873 INFO O| Aug 22 03:11:25.873 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-08-22T03:11:27.161Z | [ host-image] Aug 22 03:11:25.882 INFO O| Aug 22 03:11:25.882 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9329 | 2024-08-22T03:11:27.161Z | [ host-image] Aug 22 03:11:25.882 INFO O| Aug 22 03:11:25.882 INFO copying /tmp/.tmp111CtG/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9330 | 2024-08-22T03:11:27.163Z | [ host-image] Aug 22 03:11:25.882 INFO O| Aug 22 03:11:25.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9331 | 2024-08-22T03:11:27.163Z | [ host-image] Aug 22 03:11:25.883 INFO O| Aug 22 03:11:25.882 INFO ok! |
9332 | 2024-08-22T03:11:27.163Z | [ host-image] Aug 22 03:11:25.883 INFO O| Aug 22 03:11:25.882 INFO STEP 126 (ensure_file) COMPLETE |
9333 | 2024-08-22T03:11:27.163Z | [ host-image] Aug 22 03:11:25.883 INFO O| Aug 22 03:11:25.883 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9334 | 2024-08-22T03:11:27.170Z | [ host-image] Aug 22 03:11:25.892 INFO O| Aug 22 03:11:25.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9335 | 2024-08-22T03:11:27.173Z | [ host-image] Aug 22 03:11:25.892 INFO O| Aug 22 03:11:25.892 INFO STEP 127 (remove_files) COMPLETE |
9336 | 2024-08-22T03:11:27.173Z | [ host-image] Aug 22 03:11:25.892 INFO O| Aug 22 03:11:25.892 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9337 | 2024-08-22T03:11:27.180Z | [ host-image] Aug 22 03:11:25.902 INFO O| Aug 22 03:11:25.902 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9338 | 2024-08-22T03:11:27.182Z | [ host-image] Aug 22 03:11:25.902 INFO O| Aug 22 03:11:25.902 INFO STEP 128 (remove_files) COMPLETE |
9339 | 2024-08-22T03:11:27.182Z | [ host-image] Aug 22 03:11:25.902 INFO O| Aug 22 03:11:25.902 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9340 | 2024-08-22T03:11:27.189Z | [ host-image] Aug 22 03:11:25.911 INFO O| Aug 22 03:11:25.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9341 | 2024-08-22T03:11:27.192Z | [ host-image] Aug 22 03:11:25.911 INFO O| Aug 22 03:11:25.911 INFO STEP 129 (remove_files) COMPLETE |
9342 | 2024-08-22T03:11:27.192Z | [ host-image] Aug 22 03:11:25.911 INFO O| Aug 22 03:11:25.911 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9343 | 2024-08-22T03:11:27.199Z | [ host-image] Aug 22 03:11:25.921 INFO O| Aug 22 03:11:25.921 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9344 | 2024-08-22T03:11:27.202Z | [ host-image] Aug 22 03:11:25.921 INFO O| Aug 22 03:11:25.921 INFO STEP 130 (remove_files) COMPLETE |
9345 | 2024-08-22T03:11:27.202Z | [ host-image] Aug 22 03:11:25.921 INFO O| Aug 22 03:11:25.921 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9346 | 2024-08-22T03:11:27.208Z | [ host-image] Aug 22 03:11:25.930 INFO O| Aug 22 03:11:25.930 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9347 | 2024-08-22T03:11:27.211Z | [ host-image] Aug 22 03:11:25.930 INFO O| Aug 22 03:11:25.930 INFO STEP 131 (remove_files) COMPLETE |
9348 | 2024-08-22T03:11:27.211Z | [ host-image] Aug 22 03:11:25.930 INFO O| Aug 22 03:11:25.930 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9349 | 2024-08-22T03:11:27.218Z | [ host-image] Aug 22 03:11:25.940 INFO O| Aug 22 03:11:25.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9350 | 2024-08-22T03:11:27.220Z | [ host-image] Aug 22 03:11:25.940 INFO O| Aug 22 03:11:25.940 INFO STEP 132 (remove_files) COMPLETE |
9351 | 2024-08-22T03:11:27.220Z | [ host-image] Aug 22 03:11:25.940 INFO O| Aug 22 03:11:25.940 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9352 | 2024-08-22T03:11:27.229Z | [ host-image] Aug 22 03:11:25.950 INFO O| Aug 22 03:11:25.950 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9353 | 2024-08-22T03:11:27.229Z | [ host-image] Aug 22 03:11:25.950 INFO O| Aug 22 03:11:25.950 INFO STEP 133 (remove_files) COMPLETE |
9354 | 2024-08-22T03:11:27.229Z | [ host-image] Aug 22 03:11:25.950 INFO O| Aug 22 03:11:25.950 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9355 | 2024-08-22T03:11:27.240Z | [ host-image] Aug 22 03:11:25.961 INFO O| Aug 22 03:11:25.961 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9356 | 2024-08-22T03:11:27.240Z | [ host-image] Aug 22 03:11:25.961 INFO O| Aug 22 03:11:25.961 INFO STEP 134 (remove_files) COMPLETE |
9357 | 2024-08-22T03:11:27.240Z | [ host-image] Aug 22 03:11:25.961 INFO O| Aug 22 03:11:25.961 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9358 | 2024-08-22T03:11:27.249Z | [ host-image] Aug 22 03:11:25.971 INFO O| Aug 22 03:11:25.971 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9359 | 2024-08-22T03:11:27.252Z | [ host-image] Aug 22 03:11:25.971 INFO O| Aug 22 03:11:25.971 INFO STEP 135 (remove_files) COMPLETE |
9360 | 2024-08-22T03:11:27.252Z | [ host-image] Aug 22 03:11:25.971 INFO O| Aug 22 03:11:25.971 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9361 | 2024-08-22T03:11:27.259Z | [ host-image] Aug 22 03:11:25.980 INFO O| Aug 22 03:11:25.980 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9362 | 2024-08-22T03:11:27.259Z | [ host-image] Aug 22 03:11:25.980 INFO O| Aug 22 03:11:25.980 INFO STEP 136 (remove_files) COMPLETE |
9363 | 2024-08-22T03:11:27.259Z | [ host-image] Aug 22 03:11:25.981 INFO O| Aug 22 03:11:25.980 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9364 | 2024-08-22T03:11:27.268Z | [ host-image] Aug 22 03:11:25.990 INFO O| Aug 22 03:11:25.990 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9365 | 2024-08-22T03:11:27.271Z | [ host-image] Aug 22 03:11:25.990 INFO O| Aug 22 03:11:25.990 INFO STEP 137 (remove_files) COMPLETE |
9366 | 2024-08-22T03:11:27.271Z | [ host-image] Aug 22 03:11:25.990 INFO O| Aug 22 03:11:25.990 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9367 | 2024-08-22T03:11:27.278Z | [ host-image] Aug 22 03:11:26.000 INFO O| Aug 22 03:11:26.000 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9368 | 2024-08-22T03:11:27.278Z | [ host-image] Aug 22 03:11:26.000 INFO O| Aug 22 03:11:26.000 INFO STEP 138 (remove_files) COMPLETE |
9369 | 2024-08-22T03:11:27.281Z | [ host-image] Aug 22 03:11:26.000 INFO O| Aug 22 03:11:26.000 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9370 | 2024-08-22T03:11:27.288Z | [ host-image] Aug 22 03:11:26.010 INFO O| Aug 22 03:11:26.010 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9371 | 2024-08-22T03:11:27.288Z | [ host-image] Aug 22 03:11:26.010 INFO O| Aug 22 03:11:26.010 INFO STEP 139 (remove_files) COMPLETE |
9372 | 2024-08-22T03:11:27.291Z | [ host-image] Aug 22 03:11:26.010 INFO O| Aug 22 03:11:26.010 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9373 | 2024-08-22T03:11:27.298Z | [ host-image] Aug 22 03:11:26.019 INFO O| Aug 22 03:11:26.019 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9374 | 2024-08-22T03:11:27.298Z | [ host-image] Aug 22 03:11:26.019 INFO O| Aug 22 03:11:26.019 INFO STEP 140 (remove_files) COMPLETE |
9375 | 2024-08-22T03:11:27.298Z | [ host-image] Aug 22 03:11:26.019 INFO O| Aug 22 03:11:26.019 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9376 | 2024-08-22T03:11:27.307Z | [ host-image] Aug 22 03:11:26.029 INFO O| Aug 22 03:11:26.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9377 | 2024-08-22T03:11:27.307Z | [ host-image] Aug 22 03:11:26.029 INFO O| Aug 22 03:11:26.029 INFO STEP 141 (remove_files) COMPLETE |
9378 | 2024-08-22T03:11:27.307Z | [ host-image] Aug 22 03:11:26.029 INFO O| Aug 22 03:11:26.029 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9379 | 2024-08-22T03:11:27.318Z | [ host-image] Aug 22 03:11:26.040 INFO O| Aug 22 03:11:26.040 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9380 | 2024-08-22T03:11:27.318Z | [ host-image] Aug 22 03:11:26.040 INFO O| Aug 22 03:11:26.040 INFO STEP 142 (remove_files) COMPLETE |
9381 | 2024-08-22T03:11:27.318Z | [ host-image] Aug 22 03:11:26.040 INFO O| Aug 22 03:11:26.040 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9382 | 2024-08-22T03:11:27.328Z | [ host-image] Aug 22 03:11:26.050 INFO O| Aug 22 03:11:26.049 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9383 | 2024-08-22T03:11:27.328Z | [ host-image] Aug 22 03:11:26.050 INFO O| Aug 22 03:11:26.050 INFO STEP 143 (remove_files) COMPLETE |
9384 | 2024-08-22T03:11:27.328Z | [ host-image] Aug 22 03:11:26.050 INFO O| Aug 22 03:11:26.050 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9385 | 2024-08-22T03:11:27.337Z | [ host-image] Aug 22 03:11:26.059 INFO O| Aug 22 03:11:26.059 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9386 | 2024-08-22T03:11:27.337Z | [ host-image] Aug 22 03:11:26.059 INFO O| Aug 22 03:11:26.059 INFO STEP 144 (remove_files) COMPLETE |
9387 | 2024-08-22T03:11:27.340Z | [ host-image] Aug 22 03:11:26.059 INFO O| Aug 22 03:11:26.059 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9388 | 2024-08-22T03:11:27.347Z | [ host-image] Aug 22 03:11:26.069 INFO O| Aug 22 03:11:26.069 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9389 | 2024-08-22T03:11:27.347Z | [ host-image] Aug 22 03:11:26.069 INFO O| Aug 22 03:11:26.069 INFO STEP 145 (remove_files) COMPLETE |
9390 | 2024-08-22T03:11:27.347Z | [ host-image] Aug 22 03:11:26.069 INFO O| Aug 22 03:11:26.069 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9391 | 2024-08-22T03:11:27.356Z | [ host-image] Aug 22 03:11:26.078 INFO O| Aug 22 03:11:26.078 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9392 | 2024-08-22T03:11:27.359Z | [ host-image] Aug 22 03:11:26.078 INFO O| Aug 22 03:11:26.078 INFO STEP 146 (remove_files) COMPLETE |
9393 | 2024-08-22T03:11:27.359Z | [ host-image] Aug 22 03:11:26.078 INFO O| Aug 22 03:11:26.078 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9394 | 2024-08-22T03:11:27.366Z | [ host-image] Aug 22 03:11:26.088 INFO O| Aug 22 03:11:26.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9395 | 2024-08-22T03:11:27.366Z | [ host-image] Aug 22 03:11:26.088 INFO O| Aug 22 03:11:26.088 INFO STEP 147 (remove_files) COMPLETE |
9396 | 2024-08-22T03:11:27.369Z | [ host-image] Aug 22 03:11:26.088 INFO O| Aug 22 03:11:26.088 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9397 | 2024-08-22T03:11:27.376Z | [ host-image] Aug 22 03:11:26.098 INFO O| Aug 22 03:11:26.098 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9398 | 2024-08-22T03:11:27.378Z | [ host-image] Aug 22 03:11:26.098 INFO O| Aug 22 03:11:26.098 INFO STEP 148 (remove_files) COMPLETE |
9399 | 2024-08-22T03:11:27.378Z | [ host-image] Aug 22 03:11:26.098 INFO O| Aug 22 03:11:26.098 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9400 | 2024-08-22T03:11:27.385Z | [ host-image] Aug 22 03:11:26.107 INFO O| Aug 22 03:11:26.107 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9401 | 2024-08-22T03:11:27.385Z | [ host-image] Aug 22 03:11:26.107 INFO O| Aug 22 03:11:26.107 INFO STEP 149 (remove_files) COMPLETE |
9402 | 2024-08-22T03:11:27.388Z | [ host-image] Aug 22 03:11:26.107 INFO O| Aug 22 03:11:26.107 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9403 | 2024-08-22T03:11:27.395Z | [ host-image] Aug 22 03:11:26.116 INFO O| Aug 22 03:11:26.116 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9404 | 2024-08-22T03:11:27.397Z | [ host-image] Aug 22 03:11:26.117 INFO O| Aug 22 03:11:26.117 INFO STEP 150 (remove_files) COMPLETE |
9405 | 2024-08-22T03:11:27.397Z | [ host-image] Aug 22 03:11:26.117 INFO O| Aug 22 03:11:26.117 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9406 | 2024-08-22T03:11:27.404Z | [ host-image] Aug 22 03:11:26.126 INFO O| Aug 22 03:11:26.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9407 | 2024-08-22T03:11:27.404Z | [ host-image] Aug 22 03:11:26.126 INFO O| Aug 22 03:11:26.126 INFO STEP 151 (remove_files) COMPLETE |
9408 | 2024-08-22T03:11:27.405Z | [ host-image] Aug 22 03:11:26.126 INFO O| Aug 22 03:11:26.126 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9409 | 2024-08-22T03:11:27.414Z | [ host-image] Aug 22 03:11:26.136 INFO O| Aug 22 03:11:26.136 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9410 | 2024-08-22T03:11:27.416Z | [ host-image] Aug 22 03:11:26.136 INFO O| Aug 22 03:11:26.136 INFO STEP 152 (remove_files) COMPLETE |
9411 | 2024-08-22T03:11:27.416Z | [ host-image] Aug 22 03:11:26.136 INFO O| Aug 22 03:11:26.136 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9412 | 2024-08-22T03:11:27.423Z | [ host-image] Aug 22 03:11:26.145 INFO O| Aug 22 03:11:26.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9413 | 2024-08-22T03:11:27.426Z | [ host-image] Aug 22 03:11:26.145 INFO O| Aug 22 03:11:26.145 INFO STEP 153 (remove_files) COMPLETE |
9414 | 2024-08-22T03:11:27.426Z | [ host-image] Aug 22 03:11:26.145 INFO O| Aug 22 03:11:26.145 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9415 | 2024-08-22T03:11:27.433Z | [ host-image] Aug 22 03:11:26.155 INFO O| Aug 22 03:11:26.155 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9416 | 2024-08-22T03:11:27.433Z | [ host-image] Aug 22 03:11:26.155 INFO O| Aug 22 03:11:26.155 INFO STEP 154 (remove_files) COMPLETE |
9417 | 2024-08-22T03:11:27.435Z | [ host-image] Aug 22 03:11:26.155 INFO O| Aug 22 03:11:26.155 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9418 | 2024-08-22T03:11:27.443Z | [ host-image] Aug 22 03:11:26.164 INFO O| Aug 22 03:11:26.164 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9419 | 2024-08-22T03:11:27.445Z | [ host-image] Aug 22 03:11:26.164 INFO O| Aug 22 03:11:26.164 INFO STEP 155 (remove_files) COMPLETE |
9420 | 2024-08-22T03:11:27.445Z | [ host-image] Aug 22 03:11:26.165 INFO O| Aug 22 03:11:26.164 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9421 | 2024-08-22T03:11:27.458Z | [ host-image] Aug 22 03:11:26.179 INFO O| Aug 22 03:11:26.179 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9422 | 2024-08-22T03:11:27.458Z | [ host-image] Aug 22 03:11:26.179 INFO O| Aug 22 03:11:26.179 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"} |
9423 | 2024-08-22T03:11:27.643Z | [ recovery-image] Aug 22 03:11:26.365 INFO image complete! materials are in "/work/os-recovery" |
9424 | 2024-08-22T03:11:27.647Z | [ recovery-image] |
9425 | 2024-08-22T03:11:27.647Z | [ recovery-image] real 6:53.137576305 |
9426 | 2024-08-22T03:11:27.647Z | [ recovery-image] user 4:40.974146480 |
9427 | 2024-08-22T03:11:27.647Z | [ recovery-image] sys 59.772387335 |
9428 | 2024-08-22T03:11:27.647Z | [ recovery-image] trap 0.205512637 |
9429 | 2024-08-22T03:11:27.647Z | [ recovery-image] tflt 0.418979201 |
9430 | 2024-08-22T03:11:27.647Z | [ recovery-image] dflt 1.280226888 |
9431 | 2024-08-22T03:11:27.647Z | [ recovery-image] kflt 0.000061281 |
9432 | 2024-08-22T03:11:27.647Z | [ recovery-image] lock 9:18.698144945 |
9433 | 2024-08-22T03:11:27.647Z | [ recovery-image] slp 40:52.696109579 |
9434 | 2024-08-22T03:11:27.647Z | [ recovery-image] lat 1:27.550991211 |
9435 | 2024-08-22T03:11:27.650Z | [ recovery-image] stop 2.479753348 |
9436 | 2024-08-22T03:11:27.650Z | Aug 22 03:11:26.369 INFO [recovery-image] process exited with exit status: 0 (413.177737673s) |
9437 | 2024-08-22T03:11:38.172Z | [ host-image] Aug 22 03:11:36.892 INFO O| Aug 22 03:11:36.892 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 |
9438 | 2024-08-22T03:11:38.174Z | [ host-image] Aug 22 03:11:36.892 INFO O| Aug 22 03:11:36.892 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9439 | 2024-08-22T03:11:38.187Z | [ host-image] Aug 22 03:11:36.907 INFO O| Aug 22 03:11:36.907 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9440 | 2024-08-22T03:11:38.266Z | [ host-image] Aug 22 03:11:36.985 INFO O| Aug 22 03:11:36.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9441 | 2024-08-22T03:11:38.266Z | [ host-image] Aug 22 03:11:36.985 INFO O| Aug 22 03:11:36.985 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9442 | 2024-08-22T03:11:38.268Z | [ host-image] Aug 22 03:11:36.987 INFO O| Aug 22 03:11:36.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9443 | 2024-08-22T03:11:38.268Z | [ host-image] Aug 22 03:11:36.987 INFO O| Aug 22 03:11:36.987 INFO ok! |
9444 | 2024-08-22T03:11:38.268Z | [ host-image] Aug 22 03:11:36.987 INFO O| Aug 22 03:11:36.987 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9445 | 2024-08-22T03:11:38.268Z | [ host-image] Aug 22 03:11:36.987 INFO O| Aug 22 03:11:36.987 INFO STEP 156 (seed_smf) COMPLETE |
9446 | 2024-08-22T03:11:38.268Z | [ host-image] Aug 22 03:11:36.987 INFO O| Aug 22 03:11:36.987 INFO steps complete; finalising image! |
9447 | 2024-08-22T03:11:38.269Z | [ host-image] Aug 22 03:11:36.987 INFO O| Aug 22 03:11:36.987 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9448 | 2024-08-22T03:11:38.409Z | [ host-image] Aug 22 03:11:37.130 INFO O| Aug 22 03:11:37.130 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Aug 22 03:11:36 2024) |
9449 | 2024-08-22T03:11:38.632Z | [ host-image] Aug 22 03:11:37.352 INFO O| Aug 22 03:11:37.352 INFO temporary pool has 664M used, 168M avail, 1.88x compressratio |
9450 | 2024-08-22T03:11:38.632Z | [ host-image] Aug 22 03:11:37.352 INFO O| Aug 22 03:11:37.352 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9451 | 2024-08-22T03:11:38.922Z | [ host-image] Aug 22 03:11:37.642 INFO O| Aug 22 03:11:37.642 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9452 | 2024-08-22T03:11:38.922Z | [ host-image] Aug 22 03:11:37.642 INFO O| Aug 22 03:11:37.642 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9453 | 2024-08-22T03:11:39.960Z | [ host-image] Aug 22 03:11:38.680 INFO O| Aug 22 03:11:38.680 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9454 | 2024-08-22T03:11:39.960Z | [ host-image] Aug 22 03:11:38.680 INFO O| Aug 22 03:11:38.680 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9455 | 2024-08-22T03:11:39.963Z | [ host-image] Aug 22 03:11:38.680 INFO O| Aug 22 03:11:38.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9456 | 2024-08-22T03:11:39.963Z | [ host-image] Aug 22 03:11:38.680 INFO O| Aug 22 03:11:38.680 INFO completed processing gimlet/zfs |
9457 | 2024-08-22T03:11:39.963Z | [ host-image] Aug 22 03:11:38.680 INFO O| Aug 22 03:11:38.680 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9458 | 2024-08-22T03:11:47.390Z | [ host-image] Aug 22 03:11:46.109 INFO O| Aug 22 03:11:46.109 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9459 | 2024-08-22T03:11:47.482Z | [ host-image] Aug 22 03:11:46.201 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n" |
9460 | 2024-08-22T03:11:47.482Z | [ host-image] Aug 22 03:11:46.201 INFO expanded image name: "ci ebbee8e/${os_short_commit} 2024-08-22 02:43" -> "ci ebbee8e/60122b5 2024-08-22 02:43" |
9461 | 2024-08-22T03:11:47.484Z | [ host-image] Aug 22 03:11:46.201 INFO output artefacts stored in: "/work/os-host" |
9462 | 2024-08-22T03:11:47.484Z | [ host-image] Aug 22 03:11:46.201 INFO collecting git info from project "image-builder"... |
9463 | 2024-08-22T03:11:47.487Z | [ host-image] Aug 22 03:11:46.206 INFO collecting git info from project "bootserver"... |
9464 | 2024-08-22T03:11:47.491Z | [ host-image] Aug 22 03:11:46.210 INFO collecting git info from project "phbl"... |
9465 | 2024-08-22T03:11:47.495Z | [ host-image] Aug 22 03:11:46.215 INFO collecting git info from project "pilot"... |
9466 | 2024-08-22T03:11:47.500Z | [ host-image] Aug 22 03:11:46.220 INFO collecting git info from project "amd-firmware"... |
9467 | 2024-08-22T03:11:47.508Z | [ host-image] Aug 22 03:11:46.228 INFO collecting git info from project "chelsio-t6-roms"... |
9468 | 2024-08-22T03:11:47.513Z | [ host-image] Aug 22 03:11:46.232 INFO collecting git info from project "pinprick"... |
9469 | 2024-08-22T03:11:47.517Z | [ host-image] Aug 22 03:11:46.236 INFO collecting git info from project "amd-host-image-builder"... |
9470 | 2024-08-22T03:11:47.530Z | [ host-image] Aug 22 03:11:46.249 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9471 | 2024-08-22T03:11:47.884Z | [ host-image] Aug 22 03:11:46.603 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9472 | 2024-08-22T03:11:48.222Z | [ host-image] Aug 22 03:11:46.941 INFO creating Oxide boot image... |
9473 | 2024-08-22T03:11:48.222Z | [ host-image] Aug 22 03:11:46.941 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ebbee8e/60122b5 2024-08-22 02:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9474 | 2024-08-22T03:11:49.139Z | [ host-image] Aug 22 03:11:47.858 INFO O| ok, image written! |
9475 | 2024-08-22T03:11:49.139Z | [ host-image] Aug 22 03:11:47.858 INFO O| ok, boot_image_csum file written! |
9476 | 2024-08-22T03:11:49.142Z | [ host-image] Aug 22 03:11:47.861 INFO creating boot archive (CPIO)... |
9477 | 2024-08-22T03:11:49.142Z | [ host-image] Aug 22 03:11:47.861 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 |
9478 | 2024-08-22T03:11:49.153Z | [ host-image] Aug 22 03:11:47.872 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9479 | 2024-08-22T03:11:49.153Z | [ host-image] Aug 22 03:11:47.872 INFO E| + outfile=/work/os-host/cpio |
9480 | 2024-08-22T03:11:49.155Z | [ host-image] Aug 22 03:11:47.872 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9481 | 2024-08-22T03:11:49.155Z | [ host-image] Aug 22 03:11:47.874 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9482 | 2024-08-22T03:11:49.155Z | [ host-image] Aug 22 03:11:47.874 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9483 | 2024-08-22T03:11:49.187Z | [ host-image] Aug 22 03:11:47.906 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9484 | 2024-08-22T03:11:49.187Z | [ host-image] Aug 22 03:11:47.906 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9485 | 2024-08-22T03:11:49.194Z | [ host-image] Aug 22 03:11:47.913 INFO creating compressed cpio/unix for nanobl-rs... |
9486 | 2024-08-22T03:11:49.194Z | [ host-image] Aug 22 03:11:47.913 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 |
9487 | 2024-08-22T03:11:49.485Z | [ host-image] Aug 22 03:11:48.204 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9488 | 2024-08-22T03:11:53.848Z | [ host-image] Aug 22 03:11:52.567 INFO creating reset image... |
9489 | 2024-08-22T03:11:53.851Z | [ host-image] Aug 22 03:11:52.567 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9490 | 2024-08-22T03:11:53.932Z | [ host-image] Aug 22 03:11:52.650 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9491 | 2024-08-22T03:11:53.935Z | [ host-image] Aug 22 03:11:52.651 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9492 | 2024-08-22T03:11:53.995Z | [ host-image] Aug 22 03:11:52.713 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9493 | 2024-08-22T03:11:56.168Z | [ host-image] Aug 22 03:11:54.886 INFO E| Finished `release` profile [optimized] target(s) in 2.22s |
9494 | 2024-08-22T03:11:56.181Z | [ host-image] Aug 22 03:11:54.897 INFO building host image... |
9495 | 2024-08-22T03:11:56.183Z | [ host-image] Aug 22 03:11:54.897 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") |
9496 | 2024-08-22T03:11:56.647Z | [ host-image] Aug 22 03:11:55.365 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9497 | 2024-08-22T03:12:43.589Z | [ host-image] Aug 22 03:12:42.302 INFO image complete! materials are in "/work/os-host" |
9498 | 2024-08-22T03:12:43.592Z | [ host-image] |
9499 | 2024-08-22T03:12:43.592Z | [ host-image] real 8:24.468258739 |
9500 | 2024-08-22T03:12:43.594Z | [ host-image] user 4:07.597147079 |
9501 | 2024-08-22T03:12:43.594Z | [ host-image] sys 52.868031708 |
9502 | 2024-08-22T03:12:43.594Z | [ host-image] trap 0.154692755 |
9503 | 2024-08-22T03:12:43.594Z | [ host-image] tflt 0.019201337 |
9504 | 2024-08-22T03:12:43.594Z | [ host-image] dflt 0.045005874 |
9505 | 2024-08-22T03:12:43.594Z | [ host-image] kflt 0.000000000 |
9506 | 2024-08-22T03:12:43.594Z | [ host-image] lock 5:24.525078451 |
9507 | 2024-08-22T03:12:43.594Z | [ host-image] slp 45:49.186107243 |
9508 | 2024-08-22T03:12:43.594Z | [ host-image] lat 1:05.706469648 |
9509 | 2024-08-22T03:12:43.594Z | [ host-image] stop 0.748517407 |
9510 | 2024-08-22T03:12:43.594Z | Aug 22 03:12:42.305 INFO [host-image] process exited with exit status: 0 (504.480512772s) |
9511 | 2024-08-22T03:12:43.594Z | Aug 22 03:12:42.305 INFO [tuf-repo] running task |
9512 | 2024-08-22T03:12:50.746Z | Aug 22 03:12:49.458 INFO assembling repository in `/tmp/tufaceousLN4TCm`, component: OmicronRepoAssembler |
9513 | 2024-08-22T03:12:55.295Z | Aug 22 03:12:54.006 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9514 | 2024-08-22T03:12:55.606Z | Aug 22 03:12:54.317 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9515 | 2024-08-22T03:13:06.973Z | Aug 22 03:13:05.683 INFO [tuf-repo] task succeeded (23.377158648s) |
9516 | 2024-08-22T03:13:06.973Z | Aug 22 03:13:05.683 INFO all jobs completed in 1776.589051986s |
9517 | 2024-08-22T03:13:07.522Z | process exited: duration 2334959 ms, exit code 0 |
|
9518 | 2024-08-22T03:13:07.534Z | found 33 output files |
9519 | 2024-08-22T03:13:07.534Z | uploading: /work/manifest.toml (8404 bytes) |
9520 | 2024-08-22T03:13:08.543Z | uploaded: /work/manifest.toml |
9521 | 2024-08-22T03:13:08.543Z | uploading: /work/repo.zip (1782883036 bytes) |
9522 | 2024-08-22T03:13:44.065Z | uploaded: /work/repo.zip |
9523 | 2024-08-22T03:13:44.066Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9524 | 2024-08-22T03:13:45.095Z | uploaded: /work/repo.zip.sha256.txt |
9525 | 2024-08-22T03:13:45.095Z | uploading: /work/helios-setup.log (52390 bytes) |
9526 | 2024-08-22T03:13:46.109Z | uploaded: /work/helios-setup.log |
9527 | 2024-08-22T03:13:46.109Z | uploading: /work/host-image.log (194270 bytes) |
9528 | 2024-08-22T03:13:47.133Z | uploaded: /work/host-image.log |
9529 | 2024-08-22T03:13:47.133Z | uploading: /work/host-package.log (18948 bytes) |
9530 | 2024-08-22T03:13:48.144Z | uploaded: /work/host-package.log |
9531 | 2024-08-22T03:13:48.144Z | uploading: /work/host-target.log (101 bytes) |
9532 | 2024-08-22T03:13:49.153Z | uploaded: /work/host-target.log |
9533 | 2024-08-22T03:13:49.153Z | uploading: /work/omicron-package.log (4543 bytes) |
9534 | 2024-08-22T03:13:50.162Z | uploaded: /work/omicron-package.log |
9535 | 2024-08-22T03:13:50.162Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9536 | 2024-08-22T03:13:51.171Z | uploaded: /work/phbl-toolchain.log |
9537 | 2024-08-22T03:13:51.171Z | uploading: /work/recovery-image.log (590499 bytes) |
9538 | 2024-08-22T03:13:52.209Z | uploaded: /work/recovery-image.log |
9539 | 2024-08-22T03:13:52.209Z | uploading: /work/recovery-package.log (282 bytes) |
9540 | 2024-08-22T03:13:53.218Z | uploaded: /work/recovery-package.log |
9541 | 2024-08-22T03:13:53.218Z | uploading: /work/recovery-target.log (98 bytes) |
9542 | 2024-08-22T03:13:54.227Z | uploaded: /work/recovery-target.log |
9543 | 2024-08-22T03:13:54.227Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9544 | 2024-08-22T03:13:55.236Z | uploaded: /work/stamp-clickhouse.log |
9545 | 2024-08-22T03:13:55.236Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9546 | 2024-08-22T03:13:56.245Z | uploaded: /work/stamp-clickhouse_keeper.log |
9547 | 2024-08-22T03:13:56.245Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9548 | 2024-08-22T03:13:57.254Z | uploaded: /work/stamp-cockroachdb.log |
9549 | 2024-08-22T03:13:57.254Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9550 | 2024-08-22T03:13:58.263Z | uploaded: /work/stamp-crucible-dtrace.log |
9551 | 2024-08-22T03:13:58.263Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9552 | 2024-08-22T03:13:59.271Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9553 | 2024-08-22T03:13:59.271Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9554 | 2024-08-22T03:14:00.279Z | uploaded: /work/stamp-crucible-zone.log |
9555 | 2024-08-22T03:14:00.279Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9556 | 2024-08-22T03:14:01.287Z | uploaded: /work/stamp-external-dns.log |
9557 | 2024-08-22T03:14:01.287Z | uploading: /work/stamp-installinator.log (103 bytes) |
9558 | 2024-08-22T03:14:02.295Z | uploaded: /work/stamp-installinator.log |
9559 | 2024-08-22T03:14:02.295Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9560 | 2024-08-22T03:14:03.304Z | uploaded: /work/stamp-internal-dns.log |
9561 | 2024-08-22T03:14:03.304Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9562 | 2024-08-22T03:14:04.312Z | uploaded: /work/stamp-mg-ddm-gz.log |
9563 | 2024-08-22T03:14:04.312Z | uploading: /work/stamp-nexus.log (112 bytes) |
9564 | 2024-08-22T03:14:05.321Z | uploaded: /work/stamp-nexus.log |
9565 | 2024-08-22T03:14:05.321Z | uploading: /work/stamp-ntp.log (110 bytes) |
9566 | 2024-08-22T03:14:06.329Z | uploaded: /work/stamp-ntp.log |
9567 | 2024-08-22T03:14:06.332Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9568 | 2024-08-22T03:14:07.337Z | uploaded: /work/stamp-omicron-sled-agent.log |
9569 | 2024-08-22T03:14:07.337Z | uploading: /work/stamp-overlay.log (114 bytes) |
9570 | 2024-08-22T03:14:08.345Z | uploaded: /work/stamp-overlay.log |
9571 | 2024-08-22T03:14:08.345Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9572 | 2024-08-22T03:14:09.353Z | uploaded: /work/stamp-oximeter.log |
9573 | 2024-08-22T03:14:09.353Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9574 | 2024-08-22T03:14:10.362Z | uploaded: /work/stamp-oxlog.log |
9575 | 2024-08-22T03:14:10.362Z | uploading: /work/stamp-probe.log (112 bytes) |
9576 | 2024-08-22T03:14:11.370Z | uploaded: /work/stamp-probe.log |
9577 | 2024-08-22T03:14:11.370Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9578 | 2024-08-22T03:14:12.379Z | uploaded: /work/stamp-propolis-server.log |
9579 | 2024-08-22T03:14:12.379Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9580 | 2024-08-22T03:14:13.387Z | uploaded: /work/stamp-pumpkind-gz.log |
9581 | 2024-08-22T03:14:13.387Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9582 | 2024-08-22T03:14:14.396Z | uploaded: /work/stamp-switch-asic.log |
9583 | 2024-08-22T03:14:14.396Z | uploading: /work/verify-libraries.log (1992 bytes) |
9584 | 2024-08-22T03:14:15.405Z | uploaded: /work/verify-libraries.log |