|
|
|
1 | 2024-08-06T07:31:48.373Z | job assigned to worker 01J4K9J9DQ5Z6AFSJ8484BC5V9 (queued for 1 m 17 s) |
|
2 | 2024-08-06T07:31:56.025Z | starting task 0: "setup" |
3 | 2024-08-06T07:31:56.075Z | ++ uname -s |
4 | 2024-08-06T07:31:56.078Z | + kern=SunOS |
5 | 2024-08-06T07:31:56.078Z | + case "$kern" in |
6 | 2024-08-06T07:31:56.078Z | + groupadd -g 12345 build |
7 | 2024-08-06T07:31:56.078Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T07:31:58.088Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T07:31:58.186Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T07:31:58.188Z | + home_fs=zfs |
11 | 2024-08-06T07:31:58.188Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T07:31:58.188Z | + mkdir -p /home/build |
13 | 2024-08-06T07:31:58.191Z | + chown build:build /home/build /work |
14 | 2024-08-06T07:32:00.192Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T07:32:00.195Z | process exited: duration 4170 ms, exit code 0 |
|
16 | 2024-08-06T07:32:00.200Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T07:32:00.206Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T07:32:00.206Z | ' 1.80.0 |
19 | 2024-08-06T07:32:00.206Z | * toolchain channel = "1.80.0" |
20 | 2024-08-06T07:32:00.209Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-06T07:32:00.209Z | ' default |
22 | 2024-08-06T07:32:00.209Z | * toolchain profile = "default" |
23 | 2024-08-06T07:32:00.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T07:32:00.209Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T07:32:00.322Z | info: downloading installer |
26 | 2024-08-06T07:32:01.615Z | info: profile set to 'default' |
27 | 2024-08-06T07:32:01.615Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T07:32:01.618Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T07:32:01.749Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T07:32:01.749Z | info: downloading component 'cargo' |
31 | 2024-08-06T07:32:02.443Z | info: downloading component 'clippy' |
32 | 2024-08-06T07:32:02.689Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T07:32:03.649Z | info: downloading component 'rust-std' |
34 | 2024-08-06T07:32:05.024Z | info: downloading component 'rustc' |
35 | 2024-08-06T07:32:08.807Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T07:32:09.011Z | info: installing component 'cargo' |
37 | 2024-08-06T07:32:09.863Z | info: installing component 'clippy' |
38 | 2024-08-06T07:32:10.248Z | info: installing component 'rust-docs' |
39 | 2024-08-06T07:32:11.851Z | info: installing component 'rust-std' |
40 | 2024-08-06T07:32:13.562Z | info: installing component 'rustc' |
41 | 2024-08-06T07:32:17.864Z | info: installing component 'rustfmt' |
42 | 2024-08-06T07:32:18.203Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T07:32:18.203Z | |
44 | 2024-08-06T07:32:18.467Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T07:32:18.467Z | |
46 | 2024-08-06T07:32:18.470Z | |
47 | 2024-08-06T07:32:18.470Z | Rust is installed now. Great! |
48 | 2024-08-06T07:32:18.470Z | |
49 | 2024-08-06T07:32:18.470Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T07:32:18.470Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T07:32:18.470Z | |
52 | 2024-08-06T07:32:18.470Z | To configure your current shell, you need to source |
53 | 2024-08-06T07:32:18.470Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T07:32:18.470Z | |
55 | 2024-08-06T07:32:18.470Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T07:32:18.470Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T07:32:18.470Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T07:32:18.544Z | + rustc --version |
59 | 2024-08-06T07:32:18.615Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T07:32:18.620Z | process exited: duration 18406 ms, exit code 0 |
|
61 | 2024-08-06T07:32:18.626Z | starting task 2: "authentication" |
62 | 2024-08-06T07:32:18.646Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-06T07:32:18.654Z | starting task 3: "clone repository" |
64 | 2024-08-06T07:32:18.659Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T07:32:18.662Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T07:32:18.838Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T07:32:24.735Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T07:32:24.735Z | + git fetch origin 2f13344f33968ce6d853e220265cbd57f005596f |
69 | 2024-08-06T07:32:25.008Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T07:32:25.008Z | * branch 2f13344f33968ce6d853e220265cbd57f005596f -> FETCH_HEAD |
71 | 2024-08-06T07:32:25.018Z | + [[ -n '' ]] |
72 | 2024-08-06T07:32:25.018Z | + git reset --hard 2f13344f33968ce6d853e220265cbd57f005596f |
73 | 2024-08-06T07:32:25.159Z | HEAD is now at 2f13344f3 Update Rust crate regex to 1.10.6 |
74 | 2024-08-06T07:32:25.162Z | process exited: duration 6505 ms, exit code 0 |
|
75 | 2024-08-06T07:32:25.171Z | starting task 4: "build" |
76 | 2024-08-06T07:32:25.175Z | + cargo --version |
77 | 2024-08-06T07:32:25.229Z | cargo 1.80.0 (376290515 2024-07-16) |
78 | 2024-08-06T07:32:25.232Z | + rustc --version |
79 | 2024-08-06T07:32:25.291Z | rustc 1.80.0 (051478957 2024-07-21) |
80 | 2024-08-06T07:32:25.294Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
81 | 2024-08-06T07:32:33.682Z | Startup: Refreshing catalog 'helios-dev' ... Done |
82 | 2024-08-06T07:32:35.912Z | Startup: Caching catalogs ... Done |
83 | 2024-08-06T07:32:39.713Z | Planning: Solver setup ... Done (3.222s) |
84 | 2024-08-06T07:32:39.774Z | Planning: Running solver ... Done (0.060s) |
85 | 2024-08-06T07:32:39.827Z | Planning: Finding local manifests ... Done (0.003s) |
86 | 2024-08-06T07:32:39.840Z | Planning: Fetching manifests: 0/4 0% complete |
87 | 2024-08-06T07:32:40.079Z | Planning: Fetching manifests: 4/4 100% complete |
88 | 2024-08-06T07:32:40.129Z | Planning: Package planning ... Done (0.050s) |
89 | 2024-08-06T07:32:40.180Z | Planning: Merging actions ... Done (0.050s) |
90 | 2024-08-06T07:32:41.138Z | Planning: Checking for conflicting actions ... Done (0.959s) |
91 | 2024-08-06T07:32:41.152Z | Planning: Consolidating action changes ... Done (0.011s) |
92 | 2024-08-06T07:32:45.060Z | Planning: Evaluating mediators ... Done (3.888s) |
93 | 2024-08-06T07:32:45.076Z | Planning: Planning completed in 9.07 seconds |
94 | 2024-08-06T07:32:45.348Z | Packages to install: 4 |
95 | 2024-08-06T07:32:45.348Z | Mediators to change: 2 |
96 | 2024-08-06T07:32:45.348Z | Services to change: 1 |
97 | 2024-08-06T07:32:45.368Z | Estimated space available: 155.75 GB |
98 | 2024-08-06T07:32:45.368Z | Estimated space to be consumed: 1.47 GB |
99 | 2024-08-06T07:32:45.368Z | Create boot environment: No |
100 | 2024-08-06T07:32:45.368Z | Create backup boot environment: No |
101 | 2024-08-06T07:32:45.368Z | Rebuild boot archive: No |
102 | 2024-08-06T07:32:45.368Z | |
103 | 2024-08-06T07:32:45.368Z | Changed mediators: |
104 | 2024-08-06T07:32:45.368Z | mediator clang: |
105 | 2024-08-06T07:32:45.368Z | version: None -> 15 (system default) |
106 | 2024-08-06T07:32:45.368Z | |
107 | 2024-08-06T07:32:45.368Z | mediator llvm: |
108 | 2024-08-06T07:32:45.368Z | version: 14 (system default) -> 15 (system default) |
109 | 2024-08-06T07:32:45.368Z | |
110 | 2024-08-06T07:32:45.369Z | Changed packages: |
111 | 2024-08-06T07:32:45.369Z | helios-dev |
112 | 2024-08-06T07:32:45.369Z | developer/build-essential |
113 | 2024-08-06T07:32:45.369Z | None -> 11-2.0 |
114 | 2024-08-06T07:32:45.369Z | library/libxmlsec1 |
115 | 2024-08-06T07:32:45.369Z | None -> 1.2.35-2.0 |
116 | 2024-08-06T07:32:45.369Z | ooce/developer/clang-15 |
117 | 2024-08-06T07:32:45.369Z | None -> 15.0.7-2.0 |
118 | 2024-08-06T07:32:45.369Z | ooce/developer/llvm-15 |
119 | 2024-08-06T07:32:45.369Z | None -> 15.0.7-2.0 |
120 | 2024-08-06T07:32:45.369Z | |
121 | 2024-08-06T07:32:45.369Z | Services: |
122 | 2024-08-06T07:32:45.369Z | restart_fmri: |
123 | 2024-08-06T07:32:45.369Z | svc:/system/update-man-index:default |
124 | 2024-08-06T07:32:45.469Z | |
125 | 2024-08-06T07:32:45.469Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
126 | 2024-08-06T07:32:51.882Z | Download: 213/3290 items 1.3/212.6MB 0% complete (673k/s) |
127 | 2024-08-06T07:32:56.892Z | Download: 690/3290 items 18.1/212.6MB 8% complete (1.7M/s) |
128 | 2024-08-06T07:33:02.022Z | Download: 1119/3290 items 49.4/212.6MB 23% complete (4.8M/s) |
129 | 2024-08-06T07:33:25.091Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
130 | 2024-08-06T07:33:30.096Z | Download: 1900/3290 items 118.6/212.6MB 55% complete (7.5M/s) |
131 | 2024-08-06T07:33:35.276Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (4.4M/s) |
132 | 2024-08-06T07:33:44.885Z | Download: 2222/3290 items 119.2/212.6MB 56% complete |
133 | 2024-08-06T07:33:54.821Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
134 | 2024-08-06T07:33:59.838Z | Download: 2899/3290 items 120.9/212.6MB 56% complete (364k/s) |
135 | 2024-08-06T07:34:04.907Z | Download: 3190/3290 items 185.6/212.6MB 87% complete (6.6M/s) |
136 | 2024-08-06T07:34:15.355Z | Download: 3242/3290 items 202.0/212.6MB 95% complete (7.9M/s) |
137 | 2024-08-06T07:34:21.222Z | Download: 3244/3290 items 203.1/212.6MB 95% complete (2.9M/s) |
138 | 2024-08-06T07:34:26.805Z | Download: 3246/3290 items 203.1/212.6MB 95% complete |
139 | 2024-08-06T07:34:40.703Z | Download: 3282/3290 items 210.4/212.6MB 98% complete |
140 | 2024-08-06T07:34:53.487Z | Download: 3287/3290 items 212.1/212.6MB 99% complete |
141 | 2024-08-06T07:34:58.322Z | Download: Completed 212.60 MB in 132.83 seconds (1.6M/s) |
142 | 2024-08-06T07:34:58.503Z | Actions: 1/3689 actions (Installing new actions) |
143 | 2024-08-06T07:35:03.650Z | Actions: 3651/3689 actions (Installing new actions) |
144 | 2024-08-06T07:35:03.699Z | Actions: Completed 3689 actions in 5.19 seconds. |
145 | 2024-08-06T07:35:03.963Z | Done (0.258s) |
146 | 2024-08-06T07:35:03.963Z | Done (0.000s) |
147 | 2024-08-06T07:35:04.313Z | Done (0.350s) |
148 | 2024-08-06T07:35:09.513Z | Done (5.040s) |
149 | 2024-08-06T07:35:09.705Z | Done (0.121s) |
150 | 2024-08-06T07:35:09.708Z | Done (0.000s) |
151 | 2024-08-06T07:35:10.012Z | Done (0.000s) |
152 | 2024-08-06T07:35:10.603Z | Planning: Evaluating mediator changes ... Done |
153 | 2024-08-06T07:35:10.763Z | Planning: Checking for conflicting actions ... Done |
154 | 2024-08-06T07:35:10.766Z | Planning: Consolidating action changes ... Done |
155 | 2024-08-06T07:35:11.028Z | Planning: Evaluating mediators ... Done |
156 | 2024-08-06T07:35:11.031Z | Planning: Planning completed in 0.43 seconds |
157 | 2024-08-06T07:35:11.061Z | Mediators to change: 2 |
158 | 2024-08-06T07:35:11.064Z | Create boot environment: No |
159 | 2024-08-06T07:35:11.064Z | Create backup boot environment: No |
160 | 2024-08-06T07:35:11.166Z | Done |
161 | 2024-08-06T07:35:11.166Z | Done |
162 | 2024-08-06T07:35:11.383Z | Done |
163 | 2024-08-06T07:35:14.841Z | Done |
164 | 2024-08-06T07:35:14.925Z | Done |
165 | 2024-08-06T07:35:14.928Z | Done |
166 | 2024-08-06T07:35:15.259Z | Done |
167 | 2024-08-06T07:35:15.888Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-08-06T07:35:15.890Z | Planning: Merging actions ... Done |
169 | 2024-08-06T07:35:16.077Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-08-06T07:35:16.080Z | Planning: Consolidating action changes ... Done |
171 | 2024-08-06T07:35:16.339Z | Planning: Evaluating mediators ... Done |
172 | 2024-08-06T07:35:16.396Z | Planning: Planning completed in 0.75 seconds |
173 | 2024-08-06T07:35:16.430Z | Packages to change: 1 |
174 | 2024-08-06T07:35:16.430Z | Mediators to change: 1 |
175 | 2024-08-06T07:35:16.433Z | Services to change: 1 |
176 | 2024-08-06T07:35:16.433Z | Create boot environment: No |
177 | 2024-08-06T07:35:16.433Z | Create backup boot environment: Yes |
178 | 2024-08-06T07:35:18.394Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2024-08-06T07:35:18.441Z | Actions: Completed 6 actions in 0.05 seconds. |
180 | 2024-08-06T07:35:18.444Z | Done |
181 | 2024-08-06T07:35:18.444Z | Done |
182 | 2024-08-06T07:35:18.515Z | Done |
183 | 2024-08-06T07:35:22.157Z | Done |
184 | 2024-08-06T07:35:22.247Z | Done |
185 | 2024-08-06T07:35:22.253Z | Done |
186 | 2024-08-06T07:35:22.357Z | Done |
187 | 2024-08-06T07:35:22.797Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2024-08-06T07:35:22.797Z | clang system 15 system |
189 | 2024-08-06T07:35:22.798Z | csh system system illumos |
190 | 2024-08-06T07:35:22.798Z | ctags system system illumos |
191 | 2024-08-06T07:35:22.798Z | gcc vendor 12 vendor |
192 | 2024-08-06T07:35:22.798Z | gcc system 10 system |
193 | 2024-08-06T07:35:22.798Z | gcc system 7 system |
194 | 2024-08-06T07:35:22.798Z | go system 1.20 system |
195 | 2024-08-06T07:35:22.798Z | go system 1.19 system |
196 | 2024-08-06T07:35:22.798Z | llvm system 15 system |
197 | 2024-08-06T07:35:22.798Z | llvm system 14 system |
198 | 2024-08-06T07:35:22.798Z | mariadb system 10.6 system |
199 | 2024-08-06T07:35:22.798Z | mta vendor vendor dma |
200 | 2024-08-06T07:35:22.798Z | openjdk system 17 system |
201 | 2024-08-06T07:35:22.798Z | openjdk system 11 system |
202 | 2024-08-06T07:35:22.798Z | openjdk system 1.8 system |
203 | 2024-08-06T07:35:22.798Z | openssl vendor 3 vendor |
204 | 2024-08-06T07:35:22.798Z | perl system 5.36 system |
205 | 2024-08-06T07:35:22.798Z | postgresql system 15 system |
206 | 2024-08-06T07:35:22.798Z | postgresql system 13 system |
207 | 2024-08-06T07:35:22.798Z | python vendor 3 vendor |
208 | 2024-08-06T07:35:22.798Z | python system 2 system |
209 | 2024-08-06T07:35:22.798Z | python3 system 3.11 system |
210 | 2024-08-06T07:35:22.798Z | ruby system 3.0 system |
211 | 2024-08-06T07:35:22.798Z | words vendor vendor american-english |
212 | 2024-08-06T07:35:22.798Z | words system system australian-english |
213 | 2024-08-06T07:35:22.798Z | words system system british-english |
214 | 2024-08-06T07:35:22.798Z | words system system canadian-english |
215 | 2024-08-06T07:35:22.798Z | words system system french |
216 | 2024-08-06T07:35:22.798Z | words system system italian |
217 | 2024-08-06T07:35:22.798Z | words system system ngerman |
218 | 2024-08-06T07:35:22.798Z | words system system ogerman |
219 | 2024-08-06T07:35:22.798Z | words system system spanish |
220 | 2024-08-06T07:35:23.131Z | PUBLISHER TYPE STATUS P LOCATION |
221 | 2024-08-06T07:35:23.131Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
222 | 2024-08-06T07:35:24.792Z | FMRI IFO |
223 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
228 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
231 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
233 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
234 | 2024-08-06T07:35:24.792Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
235 | 2024-08-06T07:35:25.378Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
236 | 2024-08-06T07:35:25.622Z | Updating git repository `https://github.com/oxidecomputer/zone` |
237 | 2024-08-06T07:35:25.927Z | Updating crates.io index |
238 | 2024-08-06T07:35:25.972Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
239 | 2024-08-06T07:35:26.684Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
240 | 2024-08-06T07:35:27.467Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
241 | 2024-08-06T07:35:27.728Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
242 | 2024-08-06T07:35:29.253Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
243 | 2024-08-06T07:35:29.469Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
244 | 2024-08-06T07:35:29.740Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
245 | 2024-08-06T07:35:30.773Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
246 | 2024-08-06T07:35:32.490Z | Updating git repository `https://github.com/oxidecomputer/opte` |
247 | 2024-08-06T07:35:33.453Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
248 | 2024-08-06T07:35:34.177Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
249 | 2024-08-06T07:35:34.706Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
250 | 2024-08-06T07:35:35.007Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
251 | 2024-08-06T07:35:35.276Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
252 | 2024-08-06T07:35:35.567Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
253 | 2024-08-06T07:35:35.849Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
254 | 2024-08-06T07:35:36.099Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
255 | 2024-08-06T07:35:36.326Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
256 | 2024-08-06T07:35:36.609Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-08-06T07:35:36.983Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
258 | 2024-08-06T07:35:37.275Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
259 | 2024-08-06T07:35:37.581Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
260 | 2024-08-06T07:35:37.895Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
261 | 2024-08-06T07:35:38.360Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
262 | 2024-08-06T07:35:38.750Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
263 | 2024-08-06T07:35:39.169Z | Updating git repository `https://github.com/oxidecomputer/typify` |
264 | 2024-08-06T07:35:41.217Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
265 | 2024-08-06T07:35:41.489Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
266 | 2024-08-06T07:35:41.789Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
267 | 2024-08-06T07:35:42.103Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
268 | 2024-08-06T07:35:43.279Z | Downloading crates ... |
269 | 2024-08-06T07:35:43.391Z | Downloaded equivalent v1.0.1 |
270 | 2024-08-06T07:35:43.394Z | Downloaded generic-array v0.14.7 |
271 | 2024-08-06T07:35:43.396Z | Downloaded anstyle-parse v0.2.4 |
272 | 2024-08-06T07:35:43.405Z | Downloaded anstyle v1.0.8 |
273 | 2024-08-06T07:35:43.405Z | Downloaded scroll_derive v0.12.0 |
274 | 2024-08-06T07:35:43.405Z | Downloaded swrite v0.1.0 |
275 | 2024-08-06T07:35:43.410Z | Downloaded usdt-macro v0.5.0 |
276 | 2024-08-06T07:35:43.410Z | Downloaded usdt-attr-macro v0.5.0 |
277 | 2024-08-06T07:35:43.422Z | Downloaded colorchoice v1.0.1 |
278 | 2024-08-06T07:35:43.422Z | Downloaded anstream v0.6.14 |
279 | 2024-08-06T07:35:43.422Z | Downloaded itoa v1.0.11 |
280 | 2024-08-06T07:35:43.422Z | Downloaded heck v0.5.0 |
281 | 2024-08-06T07:35:43.436Z | Downloaded crypto-common v0.1.6 |
282 | 2024-08-06T07:35:43.436Z | Downloaded cfg-if v1.0.0 |
283 | 2024-08-06T07:35:43.436Z | Downloaded dtrace-parser v0.2.0 |
284 | 2024-08-06T07:35:43.436Z | Downloaded is_terminal_polyfill v1.70.0 |
285 | 2024-08-06T07:35:43.436Z | Downloaded fnv v1.0.7 |
286 | 2024-08-06T07:35:43.436Z | Downloaded dof v0.3.0 |
287 | 2024-08-06T07:35:43.436Z | Downloaded serde_tokenstream v0.2.1 |
288 | 2024-08-06T07:35:43.436Z | Downloaded plain v0.2.3 |
289 | 2024-08-06T07:35:43.436Z | Downloaded thiserror v1.0.63 |
290 | 2024-08-06T07:35:43.447Z | Downloaded pest_generator v2.7.10 |
291 | 2024-08-06T07:35:43.447Z | Downloaded tabled_derive v0.7.0 |
292 | 2024-08-06T07:35:43.447Z | Downloaded version_check v0.9.5 |
293 | 2024-08-06T07:35:43.447Z | Downloaded cpufeatures v0.2.12 |
294 | 2024-08-06T07:35:43.447Z | Downloaded cargo_metadata v0.18.1 |
295 | 2024-08-06T07:35:43.447Z | Downloaded block-buffer v0.10.4 |
296 | 2024-08-06T07:35:43.447Z | Downloaded autocfg v1.3.0 |
297 | 2024-08-06T07:35:43.447Z | Downloaded bytecount v0.6.8 |
298 | 2024-08-06T07:35:43.450Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-08-06T07:35:43.452Z | Downloaded fs-err v2.11.0 |
300 | 2024-08-06T07:35:43.455Z | Downloaded errno v0.3.9 |
301 | 2024-08-06T07:35:43.465Z | Downloaded anstyle-query v1.0.3 |
302 | 2024-08-06T07:35:43.465Z | Downloaded proc-macro-error v1.0.4 |
303 | 2024-08-06T07:35:43.465Z | Downloaded clap_derive v4.5.13 |
304 | 2024-08-06T07:35:43.465Z | Downloaded heck v0.4.1 |
305 | 2024-08-06T07:35:43.465Z | Downloaded sha2 v0.10.8 |
306 | 2024-08-06T07:35:43.468Z | Downloaded digest v0.10.7 |
307 | 2024-08-06T07:35:43.468Z | Downloaded once_cell v1.19.0 |
308 | 2024-08-06T07:35:43.471Z | Downloaded clap_lex v0.7.0 |
309 | 2024-08-06T07:35:43.471Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-08-06T07:35:43.473Z | Downloaded camino v1.1.7 |
311 | 2024-08-06T07:35:43.475Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2024-08-06T07:35:43.475Z | Downloaded memmap v0.7.0 |
313 | 2024-08-06T07:35:43.478Z | Downloaded bitflags v2.6.0 |
314 | 2024-08-06T07:35:43.480Z | Downloaded anyhow v1.0.86 |
315 | 2024-08-06T07:35:43.483Z | Downloaded thread-id v4.2.1 |
316 | 2024-08-06T07:35:43.486Z | Downloaded zerocopy-derive v0.7.34 |
317 | 2024-08-06T07:35:43.489Z | Downloaded strsim v0.11.1 |
318 | 2024-08-06T07:35:43.491Z | Downloaded usdt-impl v0.5.0 |
319 | 2024-08-06T07:35:43.494Z | Downloaded serde_spanned v0.6.7 |
320 | 2024-08-06T07:35:43.494Z | Downloaded thiserror-impl v1.0.63 |
321 | 2024-08-06T07:35:43.494Z | Downloaded usdt v0.5.0 |
322 | 2024-08-06T07:35:43.496Z | Downloaded toml_datetime v0.6.8 |
323 | 2024-08-06T07:35:43.496Z | Downloaded macaddr v1.0.1 |
324 | 2024-08-06T07:35:43.499Z | Downloaded log v0.4.21 |
325 | 2024-08-06T07:35:43.501Z | Downloaded byteorder v1.5.0 |
326 | 2024-08-06T07:35:43.503Z | Downloaded proc-macro2 v1.0.86 |
327 | 2024-08-06T07:35:43.506Z | Downloaded semver v1.0.23 |
328 | 2024-08-06T07:35:43.508Z | Downloaded pest_derive v2.7.10 |
329 | 2024-08-06T07:35:43.514Z | Downloaded scroll v0.12.0 |
330 | 2024-08-06T07:35:43.517Z | Downloaded utf8parse v0.2.1 |
331 | 2024-08-06T07:35:43.517Z | Downloaded quote v1.0.36 |
332 | 2024-08-06T07:35:43.519Z | Downloaded cargo_toml v0.20.4 |
333 | 2024-08-06T07:35:43.521Z | Downloaded ucd-trie v0.1.6 |
334 | 2024-08-06T07:35:43.527Z | Downloaded typenum v1.17.0 |
335 | 2024-08-06T07:35:43.529Z | Downloaded papergrid v0.11.0 |
336 | 2024-08-06T07:35:43.533Z | Downloaded toml v0.8.19 |
337 | 2024-08-06T07:35:43.537Z | Downloaded unicode-ident v1.0.12 |
338 | 2024-08-06T07:35:43.540Z | Downloaded serde_derive v1.0.204 |
339 | 2024-08-06T07:35:43.543Z | Downloaded clap v4.5.13 |
340 | 2024-08-06T07:35:43.549Z | Downloaded serde v1.0.204 |
341 | 2024-08-06T07:35:43.552Z | Downloaded indexmap v2.3.0 |
342 | 2024-08-06T07:35:43.556Z | Downloaded terminal_size v0.3.0 |
343 | 2024-08-06T07:35:43.559Z | Downloaded ryu v1.0.18 |
344 | 2024-08-06T07:35:43.561Z | Downloaded pest_meta v2.7.10 |
345 | 2024-08-06T07:35:43.566Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-06T07:35:43.587Z | Downloaded pest v2.7.10 |
347 | 2024-08-06T07:35:43.591Z | Downloaded memchr v2.7.2 |
348 | 2024-08-06T07:35:43.596Z | Downloaded hashbrown v0.14.5 |
349 | 2024-08-06T07:35:43.601Z | Downloaded serde_json v1.0.122 |
350 | 2024-08-06T07:35:43.608Z | Downloaded zerocopy v0.7.34 |
351 | 2024-08-06T07:35:43.622Z | Downloaded clap_builder v4.5.13 |
352 | 2024-08-06T07:35:43.628Z | Downloaded winnow v0.6.18 |
353 | 2024-08-06T07:35:43.636Z | Downloaded tabled v0.15.0 |
354 | 2024-08-06T07:35:43.651Z | Downloaded goblin v0.8.2 |
355 | 2024-08-06T07:35:43.657Z | Downloaded syn v2.0.72 |
356 | 2024-08-06T07:35:43.667Z | Downloaded syn v1.0.109 |
357 | 2024-08-06T07:35:43.691Z | Downloaded rustix v0.38.34 |
358 | 2024-08-06T07:35:43.699Z | Downloaded unicode-width v0.1.13 |
359 | 2024-08-06T07:35:43.705Z | Downloaded libc v0.2.155 |
360 | 2024-08-06T07:35:43.995Z | Compiling proc-macro2 v1.0.86 |
361 | 2024-08-06T07:35:43.995Z | Compiling unicode-ident v1.0.12 |
362 | 2024-08-06T07:35:43.998Z | Compiling version_check v0.9.5 |
363 | 2024-08-06T07:35:43.998Z | Compiling serde v1.0.204 |
364 | 2024-08-06T07:35:43.998Z | Compiling memchr v2.7.2 |
365 | 2024-08-06T07:35:43.998Z | Compiling thiserror v1.0.63 |
366 | 2024-08-06T07:35:43.998Z | Compiling libc v0.2.155 |
367 | 2024-08-06T07:35:44.028Z | Compiling itoa v1.0.11 |
368 | 2024-08-06T07:35:44.239Z | Compiling ryu v1.0.18 |
369 | 2024-08-06T07:35:44.292Z | Compiling ucd-trie v0.1.6 |
370 | 2024-08-06T07:35:44.778Z | Compiling once_cell v1.19.0 |
371 | 2024-08-06T07:35:44.807Z | Compiling byteorder v1.5.0 |
372 | 2024-08-06T07:35:45.134Z | Compiling serde_json v1.0.122 |
373 | 2024-08-06T07:35:46.002Z | Compiling proc-macro-error-attr v1.0.4 |
374 | 2024-08-06T07:35:46.054Z | Compiling usdt-impl v0.5.0 |
375 | 2024-08-06T07:35:46.089Z | Compiling syn v1.0.109 |
376 | 2024-08-06T07:35:46.091Z | Compiling rustix v0.38.34 |
377 | 2024-08-06T07:35:46.167Z | Compiling proc-macro-error v1.0.4 |
378 | 2024-08-06T07:35:46.366Z | Compiling bitflags v2.6.0 |
379 | 2024-08-06T07:35:46.458Z | Compiling utf8parse v0.2.1 |
380 | 2024-08-06T07:35:46.533Z | Compiling log v0.4.21 |
381 | 2024-08-06T07:35:46.610Z | Compiling equivalent v1.0.1 |
382 | 2024-08-06T07:35:46.731Z | Compiling thread-id v4.2.1 |
383 | 2024-08-06T07:35:46.810Z | Compiling hashbrown v0.14.5 |
384 | 2024-08-06T07:35:46.838Z | Compiling plain v0.2.3 |
385 | 2024-08-06T07:35:46.847Z | Compiling anstyle-parse v0.2.4 |
386 | 2024-08-06T07:35:46.982Z | Compiling quote v1.0.36 |
387 | 2024-08-06T07:35:47.005Z | Compiling winnow v0.6.18 |
388 | 2024-08-06T07:35:47.047Z | Compiling colorchoice v1.0.1 |
389 | 2024-08-06T07:35:47.198Z | Compiling is_terminal_polyfill v1.70.0 |
390 | 2024-08-06T07:35:47.222Z | Compiling anstyle v1.0.8 |
391 | 2024-08-06T07:35:47.260Z | Compiling pretty-hex v0.4.1 |
392 | 2024-08-06T07:35:47.366Z | Compiling syn v2.0.72 |
393 | 2024-08-06T07:35:47.502Z | Compiling errno v0.3.9 |
394 | 2024-08-06T07:35:47.740Z | Compiling camino v1.1.7 |
395 | 2024-08-06T07:35:47.744Z | Compiling semver v1.0.23 |
396 | 2024-08-06T07:35:48.300Z | Compiling indexmap v2.3.0 |
397 | 2024-08-06T07:35:48.321Z | Compiling autocfg v1.3.0 |
398 | 2024-08-06T07:35:48.427Z | Compiling anstyle-query v1.0.3 |
399 | 2024-08-06T07:35:48.574Z | Compiling anstream v0.6.14 |
400 | 2024-08-06T07:35:48.975Z | Compiling terminal_size v0.3.0 |
401 | 2024-08-06T07:35:49.304Z | Compiling fs-err v2.11.0 |
402 | 2024-08-06T07:35:49.355Z | Compiling fnv v1.0.7 |
403 | 2024-08-06T07:35:49.377Z | Compiling bytecount v0.6.8 |
404 | 2024-08-06T07:35:49.409Z | Compiling heck v0.4.1 |
405 | 2024-08-06T07:35:49.480Z | Compiling unicode-width v0.1.13 |
406 | 2024-08-06T07:35:49.591Z | Compiling heck v0.5.0 |
407 | 2024-08-06T07:35:49.594Z | Compiling anyhow v1.0.86 |
408 | 2024-08-06T07:35:49.678Z | Compiling clap_lex v0.7.0 |
409 | 2024-08-06T07:35:49.725Z | Compiling strsim v0.11.1 |
410 | 2024-08-06T07:35:49.903Z | Compiling papergrid v0.11.0 |
411 | 2024-08-06T07:35:50.113Z | Compiling clap_builder v4.5.13 |
412 | 2024-08-06T07:35:50.306Z | Compiling memmap v0.7.0 |
413 | 2024-08-06T07:35:50.815Z | Compiling swrite v0.1.0 |
414 | 2024-08-06T07:35:52.634Z | Compiling tabled_derive v0.7.0 |
415 | 2024-08-06T07:35:54.092Z | Compiling tabled v0.15.0 |
416 | 2024-08-06T07:35:55.746Z | Compiling serde_derive v1.0.204 |
417 | 2024-08-06T07:35:55.747Z | Compiling thiserror-impl v1.0.63 |
418 | 2024-08-06T07:35:55.749Z | Compiling zerocopy-derive v0.7.34 |
419 | 2024-08-06T07:35:55.749Z | Compiling scroll_derive v0.12.0 |
420 | 2024-08-06T07:35:55.749Z | Compiling clap_derive v4.5.13 |
421 | 2024-08-06T07:35:57.142Z | Compiling scroll v0.12.0 |
422 | 2024-08-06T07:35:57.660Z | Compiling zerocopy v0.7.34 |
423 | 2024-08-06T07:35:57.706Z | Compiling goblin v0.8.2 |
424 | 2024-08-06T07:35:58.439Z | Compiling pest v2.7.10 |
425 | 2024-08-06T07:35:59.445Z | Compiling clap v4.5.13 |
426 | 2024-08-06T07:36:00.507Z | Compiling pest_meta v2.7.10 |
427 | 2024-08-06T07:36:01.353Z | Compiling pest_generator v2.7.10 |
428 | 2024-08-06T07:36:03.253Z | Compiling pest_derive v2.7.10 |
429 | 2024-08-06T07:36:03.907Z | Compiling dtrace-parser v0.2.0 |
430 | 2024-08-06T07:36:05.928Z | Compiling serde_tokenstream v0.2.1 |
431 | 2024-08-06T07:36:06.016Z | Compiling serde_spanned v0.6.7 |
432 | 2024-08-06T07:36:06.019Z | Compiling toml_datetime v0.6.8 |
433 | 2024-08-06T07:36:06.192Z | Compiling cargo-platform v0.1.8 |
434 | 2024-08-06T07:36:06.358Z | Compiling toml_edit v0.22.20 |
435 | 2024-08-06T07:36:06.455Z | Compiling macaddr v1.0.1 |
436 | 2024-08-06T07:36:07.361Z | Compiling dof v0.3.0 |
437 | 2024-08-06T07:36:07.418Z | Compiling cargo_metadata v0.18.1 |
438 | 2024-08-06T07:36:09.070Z | Compiling usdt-attr-macro v0.5.0 |
439 | 2024-08-06T07:36:09.073Z | Compiling usdt-macro v0.5.0 |
440 | 2024-08-06T07:36:09.235Z | Compiling toml v0.8.19 |
441 | 2024-08-06T07:36:10.066Z | Compiling cargo_toml v0.20.4 |
442 | 2024-08-06T07:36:10.447Z | Compiling usdt v0.5.0 |
443 | 2024-08-06T07:36:13.807Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
444 | 2024-08-06T07:36:17.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.45s |
445 | 2024-08-06T07:36:17.857Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
446 | 2024-08-06T07:36:18.393Z | Downloading crates ... |
447 | 2024-08-06T07:36:18.496Z | Downloaded assert_matches v1.5.0 |
448 | 2024-08-06T07:36:18.499Z | Downloaded atomicwrites v0.4.3 |
449 | 2024-08-06T07:36:18.505Z | Downloaded addr2line v0.21.0 |
450 | 2024-08-06T07:36:18.511Z | Downloaded cfg_aliases v0.1.1 |
451 | 2024-08-06T07:36:18.521Z | Downloaded bitstruct v0.1.1 |
452 | 2024-08-06T07:36:18.524Z | Downloaded darling_macro v0.20.9 |
453 | 2024-08-06T07:36:18.524Z | Downloaded async-stream-impl v0.3.5 |
454 | 2024-08-06T07:36:18.527Z | Downloaded crucible-workspace-hack v0.1.0 |
455 | 2024-08-06T07:36:18.527Z | Downloaded atty v0.2.14 |
456 | 2024-08-06T07:36:18.529Z | Downloaded base16ct v0.2.0 |
457 | 2024-08-06T07:36:18.532Z | Downloaded arrayref v0.3.7 |
458 | 2024-08-06T07:36:18.535Z | Downloaded async-stream v0.3.5 |
459 | 2024-08-06T07:36:18.537Z | Downloaded match_cfg v0.1.0 |
460 | 2024-08-06T07:36:18.540Z | Downloaded bit-vec v0.6.3 |
461 | 2024-08-06T07:36:18.543Z | Downloaded camino-tempfile v1.1.1 |
462 | 2024-08-06T07:36:18.546Z | Downloaded bb8 v0.8.5 |
463 | 2024-08-06T07:36:18.548Z | Downloaded debug-ignore v1.0.5 |
464 | 2024-08-06T07:36:18.551Z | Downloaded bitfield-struct v0.6.1 |
465 | 2024-08-06T07:36:18.554Z | Downloaded openssl-probe v0.1.5 |
466 | 2024-08-06T07:36:18.554Z | Downloaded buf-list v1.0.3 |
467 | 2024-08-06T07:36:18.557Z | Downloaded num_threads v0.1.7 |
468 | 2024-08-06T07:36:18.559Z | Downloaded phf_shared v0.10.0 |
469 | 2024-08-06T07:36:18.559Z | Downloaded opaque-debug v0.3.1 |
470 | 2024-08-06T07:36:18.562Z | Downloaded crc-catalog v2.4.0 |
471 | 2024-08-06T07:36:18.562Z | Downloaded path-slash v0.1.5 |
472 | 2024-08-06T07:36:18.565Z | Downloaded atomic-waker v1.1.2 |
473 | 2024-08-06T07:36:18.567Z | Downloaded defmt-macros v0.3.9 |
474 | 2024-08-06T07:36:18.573Z | Downloaded is_ci v1.2.0 |
475 | 2024-08-06T07:36:18.573Z | Downloaded mime v0.3.17 |
476 | 2024-08-06T07:36:18.577Z | Downloaded managed v0.8.0 |
477 | 2024-08-06T07:36:18.577Z | Downloaded maybe-uninit v2.0.0 |
478 | 2024-08-06T07:36:18.577Z | Downloaded lru v0.12.3 |
479 | 2024-08-06T07:36:18.579Z | Downloaded crunchy v0.2.2 |
480 | 2024-08-06T07:36:18.579Z | Downloaded normalize-line-endings v0.3.0 |
481 | 2024-08-06T07:36:18.580Z | Downloaded matches v0.1.10 |
482 | 2024-08-06T07:36:18.582Z | Downloaded bitstruct_derive v0.1.0 |
483 | 2024-08-06T07:36:18.582Z | Downloaded libefi-sys v0.1.0 |
484 | 2024-08-06T07:36:18.585Z | Downloaded signal-hook-tokio v0.3.1 |
485 | 2024-08-06T07:36:18.588Z | Downloaded lalrpop-util v0.19.12 |
486 | 2024-08-06T07:36:18.588Z | Downloaded parse-display-derive v0.9.1 |
487 | 2024-08-06T07:36:18.588Z | Downloaded nanorand v0.7.0 |
488 | 2024-08-06T07:36:18.591Z | Downloaded lazy_static v1.5.0 |
489 | 2024-08-06T07:36:18.594Z | Downloaded packed_struct_codegen v0.10.1 |
490 | 2024-08-06T07:36:18.596Z | Downloaded cookie_store v0.20.0 |
491 | 2024-08-06T07:36:18.599Z | Downloaded cookie v0.17.0 |
492 | 2024-08-06T07:36:18.601Z | Downloaded mockall v0.12.1 |
493 | 2024-08-06T07:36:18.604Z | Downloaded percent-encoding v2.3.1 |
494 | 2024-08-06T07:36:18.604Z | Downloaded pem v3.0.4 |
495 | 2024-08-06T07:36:18.607Z | Downloaded num v0.4.3 |
496 | 2024-08-06T07:36:18.609Z | Downloaded number_prefix v0.4.0 |
497 | 2024-08-06T07:36:18.609Z | Downloaded num-conv v0.1.0 |
498 | 2024-08-06T07:36:18.612Z | Downloaded bitfield v0.14.0 |
499 | 2024-08-06T07:36:18.612Z | Downloaded oso-derive v0.27.3 |
500 | 2024-08-06T07:36:18.615Z | Downloaded nodrop v0.1.14 |
501 | 2024-08-06T07:36:18.616Z | Downloaded block-padding v0.3.3 |
502 | 2024-08-06T07:36:18.616Z | Downloaded olpc-cjson v0.1.3 |
503 | 2024-08-06T07:36:18.619Z | Downloaded num_enum v0.5.11 |
504 | 2024-08-06T07:36:18.623Z | Downloaded crc v3.2.1 |
505 | 2024-08-06T07:36:18.626Z | Downloaded crossbeam-deque v0.8.5 |
506 | 2024-08-06T07:36:18.629Z | Downloaded tinyvec_macros v0.1.1 |
507 | 2024-08-06T07:36:18.632Z | Downloaded tabwriter v1.4.0 |
508 | 2024-08-06T07:36:18.632Z | Downloaded memoffset v0.9.1 |
509 | 2024-08-06T07:36:18.634Z | Downloaded vte_generate_state_changes v0.1.1 |
510 | 2024-08-06T07:36:18.634Z | Downloaded waitgroup v0.1.2 |
511 | 2024-08-06T07:36:18.637Z | Downloaded num-integer v0.1.46 |
512 | 2024-08-06T07:36:18.639Z | Downloaded slab v0.4.9 |
513 | 2024-08-06T07:36:18.639Z | Downloaded multimap v0.10.0 |
514 | 2024-08-06T07:36:18.642Z | Downloaded cobs v0.2.3 |
515 | 2024-08-06T07:36:18.642Z | Downloaded num_enum_derive v0.5.11 |
516 | 2024-08-06T07:36:18.645Z | Downloaded crossbeam-epoch v0.9.18 |
517 | 2024-08-06T07:36:18.648Z | Downloaded parking_lot_core v0.9.10 |
518 | 2024-08-06T07:36:18.650Z | Downloaded clang-sys v1.7.0 |
519 | 2024-08-06T07:36:18.653Z | Downloaded slog-dtrace v0.3.0 |
520 | 2024-08-06T07:36:18.657Z | Downloaded pem-rfc7468 v0.7.0 |
521 | 2024-08-06T07:36:18.660Z | Downloaded peg-runtime v0.8.3 |
522 | 2024-08-06T07:36:18.660Z | Downloaded foreign-types-shared v0.3.1 |
523 | 2024-08-06T07:36:18.660Z | Downloaded phf v0.11.2 |
524 | 2024-08-06T07:36:18.670Z | Downloaded paste v1.0.15 |
525 | 2024-08-06T07:36:18.670Z | Downloaded parse-display v0.9.1 |
526 | 2024-08-06T07:36:18.670Z | Downloaded smallvec v0.6.14 |
527 | 2024-08-06T07:36:18.672Z | Downloaded strum_macros v0.24.3 |
528 | 2024-08-06T07:36:18.672Z | Downloaded multer v3.1.0 |
529 | 2024-08-06T07:36:18.675Z | Downloaded peg-macros v0.8.4 |
530 | 2024-08-06T07:36:18.677Z | Downloaded sync_wrapper v0.1.2 |
531 | 2024-08-06T07:36:18.680Z | Downloaded libloading v0.8.3 |
532 | 2024-08-06T07:36:18.683Z | Downloaded portpicker v0.1.1 |
533 | 2024-08-06T07:36:18.683Z | Downloaded unarray v0.1.4 |
534 | 2024-08-06T07:36:18.686Z | Downloaded tokio-macros v2.3.0 |
535 | 2024-08-06T07:36:18.686Z | Downloaded csv-core v0.1.11 |
536 | 2024-08-06T07:36:18.688Z | Downloaded crc32fast v1.4.0 |
537 | 2024-08-06T07:36:18.690Z | Downloaded unicase v2.7.0 |
538 | 2024-08-06T07:36:18.691Z | Downloaded wait-timeout v0.2.0 |
539 | 2024-08-06T07:36:18.694Z | Downloaded defmt v0.3.8 |
540 | 2024-08-06T07:36:18.696Z | Downloaded const_format_proc_macros v0.2.32 |
541 | 2024-08-06T07:36:18.699Z | Downloaded unicode-linebreak v0.1.5 |
542 | 2024-08-06T07:36:18.702Z | Downloaded strum v0.26.3 |
543 | 2024-08-06T07:36:18.704Z | Downloaded dirs-next v2.0.0 |
544 | 2024-08-06T07:36:18.704Z | Downloaded smallvec v1.13.2 |
545 | 2024-08-06T07:36:18.707Z | Downloaded num-traits v0.2.19 |
546 | 2024-08-06T07:36:18.711Z | Downloaded hash32 v0.2.1 |
547 | 2024-08-06T07:36:18.714Z | Downloaded tower-service v0.3.2 |
548 | 2024-08-06T07:36:18.714Z | Downloaded parking_lot v0.12.2 |
549 | 2024-08-06T07:36:18.717Z | Downloaded native-tls v0.2.11 |
550 | 2024-08-06T07:36:18.719Z | Downloaded form_urlencoded v1.2.1 |
551 | 2024-08-06T07:36:18.722Z | Downloaded filetime v0.2.23 |
552 | 2024-08-06T07:36:18.724Z | Downloaded futures-task v0.3.30 |
553 | 2024-08-06T07:36:18.724Z | Downloaded zeroize_derive v1.4.2 |
554 | 2024-08-06T07:36:18.727Z | Downloaded hubpack v0.1.2 |
555 | 2024-08-06T07:36:18.727Z | Downloaded heck v0.3.3 |
556 | 2024-08-06T07:36:18.730Z | Downloaded miniz_oxide v0.7.2 |
557 | 2024-08-06T07:36:18.732Z | Downloaded try-lock v0.2.5 |
558 | 2024-08-06T07:36:18.736Z | Downloaded tokio-stream v0.1.15 |
559 | 2024-08-06T07:36:18.738Z | Downloaded zone_cfg_derive v0.1.2 |
560 | 2024-08-06T07:36:18.741Z | Downloaded httpdate v1.0.3 |
561 | 2024-08-06T07:36:18.741Z | Downloaded const_format v0.2.32 |
562 | 2024-08-06T07:36:18.746Z | Downloaded chacha20poly1305 v0.10.1 |
563 | 2024-08-06T07:36:18.749Z | Downloaded proc-macro-crate v1.3.1 |
564 | 2024-08-06T07:36:18.751Z | Downloaded structmeta-derive v0.3.0 |
565 | 2024-08-06T07:36:18.753Z | Downloaded httparse v1.8.0 |
566 | 2024-08-06T07:36:18.756Z | Downloaded spin v0.9.8 |
567 | 2024-08-06T07:36:18.758Z | Downloaded tls_codec_derive v0.4.1 |
568 | 2024-08-06T07:36:18.761Z | Downloaded signature v2.2.0 |
569 | 2024-08-06T07:36:18.764Z | Downloaded spki v0.7.3 |
570 | 2024-08-06T07:36:18.766Z | Downloaded thread_local v1.1.8 |
571 | 2024-08-06T07:36:18.769Z | Downloaded zeroize v1.7.0 |
572 | 2024-08-06T07:36:18.769Z | Downloaded xattr v1.3.1 |
573 | 2024-08-06T07:36:18.772Z | Downloaded darling_core v0.20.9 |
574 | 2024-08-06T07:36:18.776Z | Downloaded endian-type v0.1.2 |
575 | 2024-08-06T07:36:18.779Z | Downloaded hex v0.4.3 |
576 | 2024-08-06T07:36:18.781Z | Downloaded ipnetwork v0.20.0 |
577 | 2024-08-06T07:36:18.782Z | Downloaded futures-sink v0.3.30 |
578 | 2024-08-06T07:36:18.785Z | Downloaded vte v0.11.1 |
579 | 2024-08-06T07:36:18.789Z | Downloaded test-strategy v0.3.1 |
580 | 2024-08-06T07:36:18.791Z | Downloaded foreign-types v0.5.0 |
581 | 2024-08-06T07:36:18.791Z | Downloaded postgres-protocol v0.6.7 |
582 | 2024-08-06T07:36:18.794Z | Downloaded serde_urlencoded v0.7.1 |
583 | 2024-08-06T07:36:18.796Z | Downloaded fragile v2.0.0 |
584 | 2024-08-06T07:36:18.799Z | Downloaded serde_path_to_error v0.1.16 |
585 | 2024-08-06T07:36:18.802Z | Downloaded shell-words v1.1.0 |
586 | 2024-08-06T07:36:18.802Z | Downloaded tls_codec v0.4.1 |
587 | 2024-08-06T07:36:18.804Z | Downloaded poly1305 v0.8.0 |
588 | 2024-08-06T07:36:18.807Z | Downloaded precomputed-hash v0.1.1 |
589 | 2024-08-06T07:36:18.809Z | Downloaded fxhash v0.2.1 |
590 | 2024-08-06T07:36:18.810Z | Downloaded pin-utils v0.1.0 |
591 | 2024-08-06T07:36:18.812Z | Downloaded humantime v2.1.0 |
592 | 2024-08-06T07:36:18.812Z | Downloaded tokio-native-tls v0.3.1 |
593 | 2024-08-06T07:36:18.815Z | Downloaded termtree v0.4.1 |
594 | 2024-08-06T07:36:18.818Z | Downloaded yasna v0.5.2 |
595 | 2024-08-06T07:36:18.820Z | Downloaded openssl-sys v0.9.103 |
596 | 2024-08-06T07:36:18.824Z | Downloaded spin v0.5.2 |
597 | 2024-08-06T07:36:18.826Z | Downloaded whoami v1.5.1 |
598 | 2024-08-06T07:36:18.829Z | Downloaded universal-hash v0.5.1 |
599 | 2024-08-06T07:36:18.832Z | Downloaded resolv-conf v0.7.0 |
600 | 2024-08-06T07:36:18.834Z | Downloaded pin-project-lite v0.2.14 |
601 | 2024-08-06T07:36:18.838Z | Downloaded mockall_derive v0.12.1 |
602 | 2024-08-06T07:36:18.841Z | Downloaded slog-bunyan v2.5.0 |
603 | 2024-08-06T07:36:18.844Z | Downloaded unicode-bidi v0.3.15 |
604 | 2024-08-06T07:36:18.847Z | Downloaded minimal-lexical v0.2.1 |
605 | 2024-08-06T07:36:18.850Z | Downloaded headers-core v0.2.0 |
606 | 2024-08-06T07:36:18.853Z | Downloaded toolchain_find v0.4.0 |
607 | 2024-08-06T07:36:18.853Z | Downloaded wyz v0.5.1 |
608 | 2024-08-06T07:36:18.855Z | Downloaded bytes v1.7.1 |
609 | 2024-08-06T07:36:18.859Z | Downloaded enum-as-inner v0.5.1 |
610 | 2024-08-06T07:36:18.862Z | Downloaded sqlformat v0.2.4 |
611 | 2024-08-06T07:36:18.864Z | Downloaded tokio-rustls v0.24.1 |
612 | 2024-08-06T07:36:18.867Z | Downloaded psl-types v2.0.11 |
613 | 2024-08-06T07:36:18.869Z | Downloaded hyper-tls v0.5.0 |
614 | 2024-08-06T07:36:18.869Z | Downloaded predicates v3.1.2 |
615 | 2024-08-06T07:36:18.872Z | Downloaded ppv-lite86 v0.2.17 |
616 | 2024-08-06T07:36:18.875Z | Downloaded is-terminal v0.4.12 |
617 | 2024-08-06T07:36:18.875Z | Downloaded scopeguard v1.2.0 |
618 | 2024-08-06T07:36:18.882Z | Downloaded unicode-xid v0.2.4 |
619 | 2024-08-06T07:36:18.882Z | Downloaded difflib v0.4.0 |
620 | 2024-08-06T07:36:18.882Z | Downloaded untrusted v0.7.1 |
621 | 2024-08-06T07:36:18.882Z | Downloaded slog v2.7.0 |
622 | 2024-08-06T07:36:18.886Z | Downloaded subtle v2.5.0 |
623 | 2024-08-06T07:36:18.889Z | Downloaded either v1.12.0 |
624 | 2024-08-06T07:36:18.889Z | Downloaded termios v0.3.3 |
625 | 2024-08-06T07:36:18.892Z | Downloaded rusty-fork v0.3.0 |
626 | 2024-08-06T07:36:18.892Z | Downloaded tar v0.4.41 |
627 | 2024-08-06T07:36:18.895Z | Downloaded glob v0.3.1 |
628 | 2024-08-06T07:36:18.898Z | Downloaded socket2 v0.5.7 |
629 | 2024-08-06T07:36:18.901Z | Downloaded gethostname v0.5.0 |
630 | 2024-08-06T07:36:18.903Z | Downloaded rand_core v0.6.4 |
631 | 2024-08-06T07:36:18.903Z | Downloaded dyn-clone v1.0.17 |
632 | 2024-08-06T07:36:18.906Z | Downloaded unicode-truncate v1.0.0 |
633 | 2024-08-06T07:36:18.909Z | Downloaded powerfmt v0.2.0 |
634 | 2024-08-06T07:36:18.909Z | Downloaded tap v1.0.1 |
635 | 2024-08-06T07:36:18.912Z | Downloaded pin-project-internal v1.1.5 |
636 | 2024-08-06T07:36:18.912Z | Downloaded pkg-config v0.3.30 |
637 | 2024-08-06T07:36:18.915Z | Downloaded float-cmp v0.9.0 |
638 | 2024-08-06T07:36:18.924Z | Downloaded hash32 v0.3.1 |
639 | 2024-08-06T07:36:18.927Z | Downloaded erased-serde v0.3.31 |
640 | 2024-08-06T07:36:18.929Z | Downloaded sigpipe v0.1.3 |
641 | 2024-08-06T07:36:18.932Z | Downloaded hostname v0.4.0 |
642 | 2024-08-06T07:36:18.935Z | Downloaded shlex v1.3.0 |
643 | 2024-08-06T07:36:18.935Z | Downloaded env_logger v0.10.2 |
644 | 2024-08-06T07:36:18.938Z | Downloaded prettyplease v0.2.20 |
645 | 2024-08-06T07:36:18.942Z | Downloaded derive_builder_macro v0.20.0 |
646 | 2024-08-06T07:36:18.945Z | Downloaded http-range v0.1.5 |
647 | 2024-08-06T07:36:18.945Z | Downloaded want v0.3.1 |
648 | 2024-08-06T07:36:18.947Z | Downloaded smawk v0.3.2 |
649 | 2024-08-06T07:36:18.950Z | Downloaded structmeta v0.3.0 |
650 | 2024-08-06T07:36:18.950Z | Downloaded static_assertions v1.1.0 |
651 | 2024-08-06T07:36:18.953Z | Downloaded globset v0.4.14 |
652 | 2024-08-06T07:36:18.953Z | Downloaded serde_arrays v0.1.0 |
653 | 2024-08-06T07:36:18.956Z | Downloaded dirs-sys-next v0.1.2 |
654 | 2024-08-06T07:36:18.956Z | Downloaded num-bigint v0.4.5 |
655 | 2024-08-06T07:36:18.961Z | Downloaded display-error-chain v0.2.0 |
656 | 2024-08-06T07:36:18.964Z | Downloaded take_mut v0.2.2 |
657 | 2024-08-06T07:36:18.964Z | Downloaded pin-project v1.1.5 |
658 | 2024-08-06T07:36:18.976Z | Downloaded instant v0.1.12 |
659 | 2024-08-06T07:36:18.979Z | Downloaded foreign-types-shared v0.1.1 |
660 | 2024-08-06T07:36:18.979Z | Downloaded downcast v0.11.0 |
661 | 2024-08-06T07:36:18.981Z | Downloaded r2d2 v0.8.10 |
662 | 2024-08-06T07:36:18.981Z | Downloaded time-core v0.1.2 |
663 | 2024-08-06T07:36:18.984Z | Downloaded foreign-types-macros v0.2.3 |
664 | 2024-08-06T07:36:18.984Z | Downloaded futures-core v0.3.30 |
665 | 2024-08-06T07:36:18.987Z | Downloaded fallible-iterator v0.2.0 |
666 | 2024-08-06T07:36:18.987Z | Downloaded stable_deref_trait v1.2.0 |
667 | 2024-08-06T07:36:18.990Z | Downloaded futures-channel v0.3.30 |
668 | 2024-08-06T07:36:18.990Z | Downloaded predicates-core v1.0.6 |
669 | 2024-08-06T07:36:18.992Z | Downloaded rustls-pemfile v2.1.3 |
670 | 2024-08-06T07:36:18.995Z | Downloaded radium v0.7.0 |
671 | 2024-08-06T07:36:18.998Z | Downloaded postgres-types v0.2.7 |
672 | 2024-08-06T07:36:19.001Z | Downloaded indicatif v0.17.8 |
673 | 2024-08-06T07:36:19.004Z | Downloaded rand_chacha v0.3.1 |
674 | 2024-08-06T07:36:19.004Z | Downloaded strum_macros v0.25.3 |
675 | 2024-08-06T07:36:19.007Z | Downloaded topological-sort v0.2.2 |
676 | 2024-08-06T07:36:19.010Z | Downloaded rustc_version v0.4.0 |
677 | 2024-08-06T07:36:19.010Z | Downloaded uzers v0.11.3 |
678 | 2024-08-06T07:36:19.013Z | Downloaded structmeta-derive v0.2.0 |
679 | 2024-08-06T07:36:19.013Z | Downloaded mio v0.8.11 |
680 | 2024-08-06T07:36:19.019Z | Downloaded trust-dns-resolver v0.22.0 |
681 | 2024-08-06T07:36:19.023Z | Downloaded ident_case v1.0.1 |
682 | 2024-08-06T07:36:19.026Z | Downloaded futures-io v0.3.30 |
683 | 2024-08-06T07:36:19.026Z | Downloaded signal-hook-registry v1.4.2 |
684 | 2024-08-06T07:36:19.031Z | Downloaded signal-hook-mio v0.2.3 |
685 | 2024-08-06T07:36:19.031Z | Downloaded semver v0.1.20 |
686 | 2024-08-06T07:36:19.034Z | Downloaded secrecy v0.8.0 |
687 | 2024-08-06T07:36:19.034Z | Downloaded funty v2.0.0 |
688 | 2024-08-06T07:36:19.034Z | Downloaded phf_shared v0.11.2 |
689 | 2024-08-06T07:36:19.034Z | Downloaded diff v0.1.13 |
690 | 2024-08-06T07:36:19.037Z | Downloaded tokio-postgres v0.7.11 |
691 | 2024-08-06T07:36:19.042Z | Downloaded snafu v0.8.2 |
692 | 2024-08-06T07:36:19.049Z | Downloaded serde-big-array v0.5.1 |
693 | 2024-08-06T07:36:19.051Z | Downloaded rpassword v7.3.1 |
694 | 2024-08-06T07:36:19.054Z | Downloaded pretty-hex v0.2.1 |
695 | 2024-08-06T07:36:19.054Z | Downloaded ref-cast v1.0.23 |
696 | 2024-08-06T07:36:19.057Z | Downloaded fixedbitset v0.4.2 |
697 | 2024-08-06T07:36:19.059Z | Downloaded sqlparser_derive v0.2.2 |
698 | 2024-08-06T07:36:19.059Z | Downloaded walkdir v2.5.0 |
699 | 2024-08-06T07:36:19.062Z | Downloaded predicates-tree v1.0.9 |
700 | 2024-08-06T07:36:19.062Z | Downloaded stability v0.2.0 |
701 | 2024-08-06T07:36:19.065Z | Downloaded siphasher v0.3.11 |
702 | 2024-08-06T07:36:19.065Z | Downloaded tokio-rustls v0.25.0 |
703 | 2024-08-06T07:36:19.068Z | Downloaded quick-error v1.2.3 |
704 | 2024-08-06T07:36:19.071Z | Downloaded samael v0.0.15 |
705 | 2024-08-06T07:36:19.075Z | Downloaded tungstenite v0.21.0 |
706 | 2024-08-06T07:36:19.079Z | Downloaded supports-color v3.0.0 |
707 | 2024-08-06T07:36:19.081Z | Downloaded tungstenite v0.20.1 |
708 | 2024-08-06T07:36:19.084Z | Downloaded indoc v1.0.9 |
709 | 2024-08-06T07:36:19.087Z | Downloaded num-bigint-dig v0.8.4 |
710 | 2024-08-06T07:36:19.093Z | Downloaded nom v7.1.3 |
711 | 2024-08-06T07:36:19.099Z | Downloaded sec1 v0.7.3 |
712 | 2024-08-06T07:36:19.102Z | Downloaded strum_macros v0.26.4 |
713 | 2024-08-06T07:36:19.104Z | Downloaded toml v0.5.11 |
714 | 2024-08-06T07:36:19.107Z | Downloaded ron v0.7.1 |
715 | 2024-08-06T07:36:19.112Z | Downloaded rustfmt-wrapper v0.2.1 |
716 | 2024-08-06T07:36:19.114Z | Downloaded ipnet v2.9.0 |
717 | 2024-08-06T07:36:19.117Z | Downloaded textwrap v0.16.1 |
718 | 2024-08-06T07:36:19.120Z | Downloaded derive-where v1.2.7 |
719 | 2024-08-06T07:36:19.123Z | Downloaded rsa v0.9.6 |
720 | 2024-08-06T07:36:19.128Z | Downloaded http-body v0.4.6 |
721 | 2024-08-06T07:36:19.131Z | Downloaded float-ord v0.3.2 |
722 | 2024-08-06T07:36:19.133Z | Downloaded sct v0.7.1 |
723 | 2024-08-06T07:36:19.136Z | Downloaded unsafe-libyaml v0.2.11 |
724 | 2024-08-06T07:36:19.139Z | Downloaded hashbrown v0.13.2 |
725 | 2024-08-06T07:36:19.145Z | Downloaded untrusted v0.9.0 |
726 | 2024-08-06T07:36:19.147Z | Downloaded tiny-keccak v2.0.2 |
727 | 2024-08-06T07:36:19.150Z | Downloaded tinyvec v1.6.0 |
728 | 2024-08-06T07:36:19.153Z | Downloaded headers v0.3.9 |
729 | 2024-08-06T07:36:19.157Z | Downloaded signal-hook v0.3.17 |
730 | 2024-08-06T07:36:19.160Z | Downloaded subprocess v0.2.9 |
731 | 2024-08-06T07:36:19.163Z | Downloaded hmac v0.12.1 |
732 | 2024-08-06T07:36:19.166Z | Downloaded rustc-demangle v0.1.24 |
733 | 2024-08-06T07:36:19.168Z | Downloaded hyper-rustls v0.24.2 |
734 | 2024-08-06T07:36:19.171Z | Downloaded http v0.2.12 |
735 | 2024-08-06T07:36:19.174Z | Downloaded derive_more v0.99.18 |
736 | 2024-08-06T07:36:19.179Z | Downloaded fatfs v0.3.6 |
737 | 2024-08-06T07:36:19.184Z | Downloaded unicode-segmentation v1.11.0 |
738 | 2024-08-06T07:36:19.186Z | Downloaded http v1.1.0 |
739 | 2024-08-06T07:36:19.191Z | Downloaded diesel_derives v2.1.4 |
740 | 2024-08-06T07:36:19.195Z | Downloaded ron v0.8.1 |
741 | 2024-08-06T07:36:19.201Z | Downloaded rand v0.8.5 |
742 | 2024-08-06T07:36:19.205Z | Downloaded hashbrown v0.12.3 |
743 | 2024-08-06T07:36:19.209Z | Downloaded serde_yaml v0.9.34+deprecated |
744 | 2024-08-06T07:36:19.214Z | Downloaded uuid v1.10.0 |
745 | 2024-08-06T07:36:19.217Z | Downloaded bindgen v0.69.4 |
746 | 2024-08-06T07:36:19.225Z | Downloaded heapless v0.8.0 |
747 | 2024-08-06T07:36:19.229Z | Downloaded expectorate v1.1.0 |
748 | 2024-08-06T07:36:19.232Z | Downloaded unicode-normalization v0.1.23 |
749 | 2024-08-06T07:36:19.236Z | Downloaded bitvec v1.0.1 |
750 | 2024-08-06T07:36:19.252Z | Downloaded rustyline v14.0.0 |
751 | 2024-08-06T07:36:19.257Z | Downloaded flume v0.11.0 |
752 | 2024-08-06T07:36:19.261Z | Downloaded url v2.5.2 |
753 | 2024-08-06T07:36:19.264Z | Downloaded reedline v0.31.0 |
754 | 2024-08-06T07:36:19.273Z | Downloaded h2 v0.3.26 |
755 | 2024-08-06T07:36:19.280Z | Downloaded serde_with v3.8.3 |
756 | 2024-08-06T07:36:19.288Z | Downloaded regex-automata v0.1.10 |
757 | 2024-08-06T07:36:19.294Z | Downloaded reqwest v0.11.27 |
758 | 2024-08-06T07:36:19.302Z | Downloaded publicsuffix v2.2.3 |
759 | 2024-08-06T07:36:19.306Z | Downloaded tough v0.17.1 |
760 | 2024-08-06T07:36:19.315Z | Downloaded flate2 v1.0.31 |
761 | 2024-08-06T07:36:19.320Z | Downloaded rustls-webpki v0.102.4 |
762 | 2024-08-06T07:36:19.338Z | Downloaded hyper v0.14.30 |
763 | 2024-08-06T07:36:19.346Z | Downloaded quick-xml v0.31.0 |
764 | 2024-08-06T07:36:19.352Z | Downloaded futures-util v0.3.30 |
765 | 2024-08-06T07:36:19.366Z | Downloaded proptest v1.4.0 |
766 | 2024-08-06T07:36:19.375Z | Downloaded sqlparser v0.45.0 |
767 | 2024-08-06T07:36:19.380Z | Downloaded nix v0.28.0 |
768 | 2024-08-06T07:36:19.394Z | Downloaded vcpkg v0.2.15 |
769 | 2024-08-06T07:36:19.432Z | Downloaded smoltcp v0.9.1 |
770 | 2024-08-06T07:36:19.443Z | Downloaded regex v1.10.6 |
771 | 2024-08-06T07:36:19.457Z | Downloaded idna v0.3.0 |
772 | 2024-08-06T07:36:19.463Z | Downloaded gimli v0.28.1 |
773 | 2024-08-06T07:36:19.471Z | Downloaded openapiv3 v2.0.0 |
774 | 2024-08-06T07:36:19.483Z | Downloaded radix_trie v0.2.1 |
775 | 2024-08-06T07:36:19.488Z | Downloaded regex-syntax v0.6.29 |
776 | 2024-08-06T07:36:19.496Z | Downloaded trust-dns-proto v0.22.0 |
777 | 2024-08-06T07:36:19.509Z | Downloaded regress v0.9.1 |
778 | 2024-08-06T07:36:19.518Z | Downloaded idna v0.2.3 |
779 | 2024-08-06T07:36:19.528Z | Downloaded rustls v0.21.12 |
780 | 2024-08-06T07:36:19.537Z | Downloaded rustls v0.22.4 |
781 | 2024-08-06T07:36:19.551Z | Downloaded sled v0.34.7 |
782 | 2024-08-06T07:36:19.561Z | Downloaded diesel v2.1.6 |
783 | 2024-08-06T07:36:19.580Z | Downloaded ratatui v0.27.0 |
784 | 2024-08-06T07:36:19.599Z | Downloaded petgraph v0.6.5 |
785 | 2024-08-06T07:36:19.617Z | Downloaded zerocopy-derive v0.6.6 |
786 | 2024-08-06T07:36:19.628Z | Downloaded finl_unicode v1.2.0 |
787 | 2024-08-06T07:36:19.641Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
788 | 2024-08-06T07:36:19.655Z | Downloaded regex-automata v0.4.6 |
789 | 2024-08-06T07:36:19.672Z | Downloaded smoltcp v0.11.0 |
790 | 2024-08-06T07:36:19.686Z | Downloaded regex-syntax v0.8.3 |
791 | 2024-08-06T07:36:19.695Z | Downloaded tokio v1.38.1 |
792 | 2024-08-06T07:36:19.733Z | Downloaded sha3 v0.10.8 |
793 | 2024-08-06T07:36:19.738Z | Downloaded csv v1.3.0 |
794 | 2024-08-06T07:36:19.758Z | Downloaded bstr v1.9.1 |
795 | 2024-08-06T07:36:19.768Z | Downloaded encoding_rs v0.8.34 |
796 | 2024-08-06T07:36:19.790Z | Downloaded webpki-roots v0.25.4 |
797 | 2024-08-06T07:36:19.794Z | Downloaded polar-core v0.27.3 |
798 | 2024-08-06T07:36:19.802Z | Downloaded idna v0.5.0 |
799 | 2024-08-06T07:36:19.809Z | Downloaded bstr v0.2.17 |
800 | 2024-08-06T07:36:19.819Z | Downloaded object v0.32.2 |
801 | 2024-08-06T07:36:19.829Z | Downloaded nix v0.27.1 |
802 | 2024-08-06T07:36:19.840Z | Downloaded openssl v0.10.66 |
803 | 2024-08-06T07:36:19.850Z | Downloaded object v0.30.4 |
804 | 2024-08-06T07:36:19.860Z | Downloaded curve25519-dalek v4.1.3 |
805 | 2024-08-06T07:36:19.869Z | Downloaded rustls-webpki v0.101.7 |
806 | 2024-08-06T07:36:19.883Z | Downloaded lalrpop v0.19.12 |
807 | 2024-08-06T07:36:19.894Z | Downloaded hkdf v0.12.4 |
808 | 2024-08-06T07:36:19.897Z | Downloaded rayon v1.10.0 |
809 | 2024-08-06T07:36:19.906Z | Downloaded chrono v0.4.38 |
810 | 2024-08-06T07:36:19.913Z | Downloaded winnow v0.5.40 |
811 | 2024-08-06T07:36:19.922Z | Downloaded tracing v0.1.40 |
812 | 2024-08-06T07:36:19.926Z | Downloaded portable-atomic v1.6.0 |
813 | 2024-08-06T07:36:19.932Z | Downloaded toml_edit v0.19.15 |
814 | 2024-08-06T07:36:19.948Z | Downloaded heapless v0.7.17 |
815 | 2024-08-06T07:36:19.952Z | Downloaded x509-cert v0.2.5 |
816 | 2024-08-06T07:36:19.958Z | Downloaded blake3 v1.5.1 |
817 | 2024-08-06T07:36:19.965Z | Downloaded tracing-attributes v0.1.27 |
818 | 2024-08-06T07:36:19.968Z | Downloaded similar v2.5.0 |
819 | 2024-08-06T07:36:19.972Z | Downloaded aho-corasick v1.1.3 |
820 | 2024-08-06T07:36:19.979Z | Downloaded time-macros v0.2.18 |
821 | 2024-08-06T07:36:19.981Z | Downloaded trust-dns-client v0.22.0 |
822 | 2024-08-06T07:36:19.986Z | Downloaded tracing-core v0.1.32 |
823 | 2024-08-06T07:36:19.989Z | Downloaded tokio-util v0.7.11 |
824 | 2024-08-06T07:36:19.995Z | Downloaded hyper-staticfile v0.9.5 |
825 | 2024-08-06T07:36:19.998Z | Downloaded serde-hex v0.1.0 |
826 | 2024-08-06T07:36:20.001Z | Downloaded unicode_categories v0.1.1 |
827 | 2024-08-06T07:36:20.004Z | Downloaded typed-path v0.7.1 |
828 | 2024-08-06T07:36:20.007Z | Downloaded itertools v0.13.0 |
829 | 2024-08-06T07:36:20.014Z | Downloaded itertools v0.12.1 |
830 | 2024-08-06T07:36:20.021Z | Downloaded itertools v0.10.5 |
831 | 2024-08-06T07:36:20.028Z | Downloaded flagset v0.4.5 |
832 | 2024-08-06T07:36:20.031Z | Downloaded thiserror-impl-no-std v2.0.2 |
833 | 2024-08-06T07:36:20.031Z | Downloaded time v0.3.36 |
834 | 2024-08-06T07:36:20.038Z | Downloaded serde_with_macros v3.8.3 |
835 | 2024-08-06T07:36:20.041Z | Downloaded toml v0.7.8 |
836 | 2024-08-06T07:36:20.044Z | Downloaded crossterm v0.27.0 |
837 | 2024-08-06T07:36:20.049Z | Downloaded rtoolbox v0.0.2 |
838 | 2024-08-06T07:36:20.052Z | Downloaded fastrand v2.1.0 |
839 | 2024-08-06T07:36:20.053Z | Downloaded diesel_table_macro_syntax v0.1.0 |
840 | 2024-08-06T07:36:20.055Z | Downloaded smf v0.2.3 |
841 | 2024-08-06T07:36:20.055Z | Downloaded slog-envlogger v2.2.0 |
842 | 2024-08-06T07:36:20.055Z | Downloaded libxml v0.3.3 |
843 | 2024-08-06T07:36:20.061Z | Downloaded serde_derive_internals v0.29.1 |
844 | 2024-08-06T07:36:20.066Z | Downloaded futures v0.3.30 |
845 | 2024-08-06T07:36:20.069Z | Downloaded ref-cast-impl v1.0.23 |
846 | 2024-08-06T07:36:20.069Z | Downloaded term v0.7.0 |
847 | 2024-08-06T07:36:20.072Z | Downloaded socket2 v0.4.10 |
848 | 2024-08-06T07:36:20.074Z | Downloaded snafu-derive v0.8.2 |
849 | 2024-08-06T07:36:20.077Z | Downloaded slog-stdlog v4.1.1 |
850 | 2024-08-06T07:36:20.077Z | Downloaded slog-scope v4.4.0 |
851 | 2024-08-06T07:36:20.080Z | Downloaded slog-json v2.6.1 |
852 | 2024-08-06T07:36:20.080Z | Downloaded sha1 v0.10.6 |
853 | 2024-08-06T07:36:20.083Z | Downloaded rustversion v1.0.17 |
854 | 2024-08-06T07:36:20.085Z | Downloaded schemars_derive v0.8.21 |
855 | 2024-08-06T07:36:20.085Z | Downloaded iana-time-zone v0.1.60 |
856 | 2024-08-06T07:36:20.088Z | Downloaded schemars v0.8.21 |
857 | 2024-08-06T07:36:20.099Z | Downloaded rcgen v0.12.1 |
858 | 2024-08-06T07:36:20.102Z | Downloaded rustls-pemfile v1.0.4 |
859 | 2024-08-06T07:36:20.105Z | Downloaded env_logger v0.9.3 |
860 | 2024-08-06T07:36:20.107Z | Downloaded zip v0.6.6 |
861 | 2024-08-06T07:36:20.110Z | Downloaded rayon-core v1.12.1 |
862 | 2024-08-06T07:36:20.114Z | Downloaded trust-dns-server v0.22.1 |
863 | 2024-08-06T07:36:20.122Z | Downloaded thiserror-no-std v2.0.2 |
864 | 2024-08-06T07:36:20.127Z | Downloaded steno v0.4.1 |
865 | 2024-08-06T07:36:20.130Z | Downloaded libm v0.2.8 |
866 | 2024-08-06T07:36:20.138Z | Downloaded rustls-pki-types v1.7.0 |
867 | 2024-08-06T07:36:20.142Z | Downloaded ring v0.17.8 |
868 | 2024-08-06T07:36:20.212Z | Downloaded pkcs8 v0.10.2 |
869 | 2024-08-06T07:36:20.215Z | Downloaded zerocopy v0.6.6 |
870 | 2024-08-06T07:36:20.218Z | Downloaded pkcs1 v0.7.5 |
871 | 2024-08-06T07:36:20.220Z | Downloaded stringprep v0.1.4 |
872 | 2024-08-06T07:36:20.224Z | Downloaded getrandom v0.2.14 |
873 | 2024-08-06T07:36:20.227Z | Downloaded der_derive v0.7.2 |
874 | 2024-08-06T07:36:20.227Z | Downloaded utf-8 v0.7.6 |
875 | 2024-08-06T07:36:20.227Z | Downloaded hostname v0.3.1 |
876 | 2024-08-06T07:36:20.231Z | Downloaded home v0.5.9 |
877 | 2024-08-06T07:36:20.231Z | Downloaded group v0.13.0 |
878 | 2024-08-06T07:36:20.233Z | Downloaded termcolor v1.4.1 |
879 | 2024-08-06T07:36:20.233Z | Downloaded postcard v1.0.8 |
880 | 2024-08-06T07:36:20.236Z | Downloaded highway v1.1.0 |
881 | 2024-08-06T07:36:20.236Z | Downloaded tempfile v3.10.1 |
882 | 2024-08-06T07:36:20.239Z | Downloaded structmeta v0.2.0 |
883 | 2024-08-06T07:36:20.242Z | Downloaded strip-ansi-escapes v0.2.0 |
884 | 2024-08-06T07:36:20.242Z | Downloaded indexmap v1.9.3 |
885 | 2024-08-06T07:36:20.244Z | Downloaded half v2.4.1 |
886 | 2024-08-06T07:36:20.247Z | Downloaded elliptic-curve v0.13.8 |
887 | 2024-08-06T07:36:20.250Z | Downloaded deranged v0.3.11 |
888 | 2024-08-06T07:36:20.253Z | Downloaded zone v0.1.8 |
889 | 2024-08-06T07:36:20.253Z | Downloaded tui-tree-widget v0.21.0 |
890 | 2024-08-06T07:36:20.256Z | Downloaded ring v0.16.20 |
891 | 2024-08-06T07:36:20.336Z | Downloaded derive_builder v0.20.0 |
892 | 2024-08-06T07:36:20.341Z | Downloaded foreign-types v0.3.2 |
893 | 2024-08-06T07:36:20.344Z | Downloaded crossbeam-channel v0.5.12 |
894 | 2024-08-06T07:36:20.346Z | Downloaded getopts v0.2.21 |
895 | 2024-08-06T07:36:20.349Z | Downloaded futures-executor v0.3.30 |
896 | 2024-08-06T07:36:20.349Z | Downloaded owo-colors v4.0.0 |
897 | 2024-08-06T07:36:20.352Z | Downloaded derive_builder_core v0.20.0 |
898 | 2024-08-06T07:36:20.355Z | Downloaded tokio-tungstenite v0.21.0 |
899 | 2024-08-06T07:36:20.355Z | Downloaded omicron-zone-package v0.11.0 |
900 | 2024-08-06T07:36:20.358Z | Downloaded slog-async v2.8.0 |
901 | 2024-08-06T07:36:20.362Z | Downloaded tokio-tungstenite v0.20.1 |
902 | 2024-08-06T07:36:20.363Z | Downloaded hubpack_derive v0.1.1 |
903 | 2024-08-06T07:36:20.366Z | Downloaded serde_repr v0.1.19 |
904 | 2024-08-06T07:36:20.366Z | Downloaded serde_plain v1.0.2 |
905 | 2024-08-06T07:36:20.366Z | Downloaded scheduled-thread-pool v0.2.7 |
906 | 2024-08-06T07:36:20.366Z | Downloaded same-file v1.0.6 |
907 | 2024-08-06T07:36:20.368Z | Downloaded crypto-bigint v0.5.5 |
908 | 2024-08-06T07:36:20.373Z | Downloaded base64 v0.21.7 |
909 | 2024-08-06T07:36:20.376Z | Downloaded backtrace v0.3.71 |
910 | 2024-08-06T07:36:20.381Z | Downloaded cc v1.0.97 |
911 | 2024-08-06T07:36:20.384Z | Downloaded base64 v0.22.1 |
912 | 2024-08-06T07:36:20.388Z | Downloaded rustc_version v0.1.7 |
913 | 2024-08-06T07:36:20.391Z | Downloaded rustc-hash v1.1.0 |
914 | 2024-08-06T07:36:20.391Z | Downloaded rand_xorshift v0.3.0 |
915 | 2024-08-06T07:36:20.391Z | Downloaded rand_seeder v0.3.0 |
916 | 2024-08-06T07:36:20.394Z | Downloaded vsss-rs v3.3.4 |
917 | 2024-08-06T07:36:20.394Z | Downloaded which v4.4.2 |
918 | 2024-08-06T07:36:20.396Z | Downloaded compact_str v0.7.1 |
919 | 2024-08-06T07:36:20.399Z | Downloaded futures-macro v0.3.30 |
920 | 2024-08-06T07:36:20.399Z | Downloaded peg v0.8.4 |
921 | 2024-08-06T07:36:20.402Z | Downloaded parking_lot_core v0.8.6 |
922 | 2024-08-06T07:36:20.405Z | Downloaded parking_lot v0.11.2 |
923 | 2024-08-06T07:36:20.407Z | Downloaded oso v0.27.3 |
924 | 2024-08-06T07:36:20.410Z | Downloaded cookie v0.18.1 |
925 | 2024-08-06T07:36:20.413Z | Downloaded blake2 v0.10.6 |
926 | 2024-08-06T07:36:20.416Z | Downloaded ff v0.13.0 |
927 | 2024-08-06T07:36:20.416Z | Downloaded fd-lock v4.0.2 |
928 | 2024-08-06T07:36:20.418Z | Downloaded ena v0.14.3 |
929 | 2024-08-06T07:36:20.421Z | Downloaded der v0.7.9 |
930 | 2024-08-06T07:36:20.424Z | Downloaded crossbeam-utils v0.8.19 |
931 | 2024-08-06T07:36:20.427Z | Downloaded const-oid v0.9.6 |
932 | 2024-08-06T07:36:20.429Z | Downloaded cancel-safe-futures v0.1.5 |
933 | 2024-08-06T07:36:20.433Z | Downloaded indent_write v2.2.0 |
934 | 2024-08-06T07:36:20.436Z | Downloaded embedded-io v0.4.0 |
935 | 2024-08-06T07:36:20.436Z | Downloaded slog-term v2.9.1 |
936 | 2024-08-06T07:36:20.436Z | Downloaded password-hash v0.5.0 |
937 | 2024-08-06T07:36:20.438Z | Downloaded num-rational v0.4.2 |
938 | 2024-08-06T07:36:20.441Z | Downloaded num_cpus v1.16.0 |
939 | 2024-08-06T07:36:20.444Z | Downloaded crc-any v2.5.0 |
940 | 2024-08-06T07:36:20.444Z | Downloaded arc-swap v1.7.1 |
941 | 2024-08-06T07:36:20.447Z | Downloaded bcs v0.1.6 |
942 | 2024-08-06T07:36:20.450Z | Downloaded mime_guess v2.0.4 |
943 | 2024-08-06T07:36:20.453Z | Downloaded string_cache v0.8.7 |
944 | 2024-08-06T07:36:20.453Z | Downloaded packed_struct v0.10.1 |
945 | 2024-08-06T07:36:20.456Z | Downloaded base64ct v1.6.0 |
946 | 2024-08-06T07:36:20.456Z | Downloaded base64 v0.13.1 |
947 | 2024-08-06T07:36:20.458Z | Downloaded allocator-api2 v0.2.18 |
948 | 2024-08-06T07:36:20.461Z | Downloaded darling v0.20.9 |
949 | 2024-08-06T07:36:20.465Z | Downloaded cexpr v0.6.0 |
950 | 2024-08-06T07:36:20.469Z | Downloaded nu-ansi-term v0.50.0 |
951 | 2024-08-06T07:36:20.472Z | Downloaded libsw v3.3.1 |
952 | 2024-08-06T07:36:20.472Z | Downloaded num-complex v0.4.6 |
953 | 2024-08-06T07:36:20.472Z | Downloaded lock_api v0.4.12 |
954 | 2024-08-06T07:36:20.475Z | Downloaded impl-trait-for-tuples v0.2.2 |
955 | 2024-08-06T07:36:20.478Z | Downloaded memmap2 v0.9.4 |
956 | 2024-08-06T07:36:20.478Z | Downloaded maplit v1.0.2 |
957 | 2024-08-06T07:36:20.481Z | Downloaded lru-cache v0.1.2 |
958 | 2024-08-06T07:36:20.481Z | Downloaded defmt-parser v0.3.4 |
959 | 2024-08-06T07:36:20.481Z | Downloaded data-encoding v2.6.0 |
960 | 2024-08-06T07:36:20.481Z | Downloaded curve25519-dalek-derive v0.1.1 |
961 | 2024-08-06T07:36:20.484Z | Downloaded convert_case v0.4.0 |
962 | 2024-08-06T07:36:20.484Z | Downloaded castaway v0.2.2 |
963 | 2024-08-06T07:36:20.484Z | Downloaded ascii-canvas v3.0.0 |
964 | 2024-08-06T07:36:20.487Z | Downloaded ahash v0.8.11 |
965 | 2024-08-06T07:36:20.489Z | Downloaded md-5 v0.10.6 |
966 | 2024-08-06T07:36:20.489Z | Downloaded cipher v0.4.4 |
967 | 2024-08-06T07:36:20.492Z | Downloaded chacha20 v0.9.1 |
968 | 2024-08-06T07:36:20.492Z | Downloaded bitflags v1.3.2 |
969 | 2024-08-06T07:36:20.495Z | Downloaded nibble_vec v0.1.0 |
970 | 2024-08-06T07:36:20.504Z | Downloaded bit-set v0.5.3 |
971 | 2024-08-06T07:36:20.504Z | Downloaded console v0.15.8 |
972 | 2024-08-06T07:36:20.507Z | Downloaded newline-converter v0.3.0 |
973 | 2024-08-06T07:36:20.507Z | Downloaded newtype_derive v0.1.6 |
974 | 2024-08-06T07:36:20.507Z | Downloaded num-iter v0.1.45 |
975 | 2024-08-06T07:36:20.507Z | Downloaded num-derive v0.4.2 |
976 | 2024-08-06T07:36:20.507Z | Downloaded newtype-uuid v1.1.0 |
977 | 2024-08-06T07:36:20.507Z | Downloaded linear-map v1.2.0 |
978 | 2024-08-06T07:36:20.507Z | Downloaded keccak v0.1.5 |
979 | 2024-08-06T07:36:20.507Z | Downloaded ciborium-ll v0.2.2 |
980 | 2024-08-06T07:36:20.510Z | Downloaded bzip2 v0.4.4 |
981 | 2024-08-06T07:36:20.510Z | Downloaded kstat-rs v0.2.4 |
982 | 2024-08-06T07:36:20.513Z | Downloaded constant_time_eq v0.3.0 |
983 | 2024-08-06T07:36:20.513Z | Downloaded ciborium v0.2.2 |
984 | 2024-08-06T07:36:20.516Z | Downloaded backoff v0.4.0 |
985 | 2024-08-06T07:36:20.518Z | Downloaded arrayvec v0.7.4 |
986 | 2024-08-06T07:36:20.518Z | Downloaded aead v0.5.2 |
987 | 2024-08-06T07:36:20.518Z | Downloaded parse-size v1.0.0 |
988 | 2024-08-06T07:36:20.521Z | Downloaded openssl-macros v0.1.1 |
989 | 2024-08-06T07:36:20.521Z | Downloaded lazycell v1.3.0 |
990 | 2024-08-06T07:36:20.521Z | Downloaded ciborium-io v0.2.2 |
991 | 2024-08-06T07:36:20.524Z | Downloaded linked-hash-map v0.5.6 |
992 | 2024-08-06T07:36:20.524Z | Downloaded inout v0.1.3 |
993 | 2024-08-06T07:36:20.524Z | Downloaded async-trait v0.1.81 |
994 | 2024-08-06T07:36:20.527Z | Downloaded ascii v1.1.0 |
995 | 2024-08-06T07:36:20.534Z | Downloaded array-init v0.0.4 |
996 | 2024-08-06T07:36:20.534Z | Downloaded argon2 v0.5.3 |
997 | 2024-08-06T07:36:20.537Z | Downloaded adler v1.0.2 |
998 | 2024-08-06T07:36:20.537Z | Downloaded cstr-argument v0.1.2 |
999 | 2024-08-06T07:36:20.537Z | Downloaded colored v2.1.0 |
1000 | 2024-08-06T07:36:20.537Z | Downloaded async-recursion v1.1.1 |
1001 | 2024-08-06T07:36:20.540Z | Downloaded new_debug_unreachable v1.0.6 |
1002 | 2024-08-06T07:36:20.540Z | Downloaded cassowary v0.3.0 |
1003 | 2024-08-06T07:36:20.623Z | Compiling cfg-if v1.0.0 |
1004 | 2024-08-06T07:36:20.623Z | Compiling serde v1.0.204 |
1005 | 2024-08-06T07:36:20.626Z | Compiling lock_api v0.4.12 |
1006 | 2024-08-06T07:36:20.626Z | Compiling scopeguard v1.2.0 |
1007 | 2024-08-06T07:36:20.626Z | Compiling log v0.4.21 |
1008 | 2024-08-06T07:36:20.765Z | Compiling syn v2.0.72 |
1009 | 2024-08-06T07:36:20.775Z | Compiling cc v1.0.97 |
1010 | 2024-08-06T07:36:20.778Z | Compiling parking_lot_core v0.9.10 |
1011 | 2024-08-06T07:36:20.838Z | Compiling getrandom v0.2.14 |
1012 | 2024-08-06T07:36:20.892Z | Compiling smallvec v1.13.2 |
1013 | 2024-08-06T07:36:21.169Z | Compiling rand_core v0.6.4 |
1014 | 2024-08-06T07:36:21.291Z | Compiling typenum v1.17.0 |
1015 | 2024-08-06T07:36:21.319Z | Compiling generic-array v0.14.7 |
1016 | 2024-08-06T07:36:21.337Z | Compiling pin-project-lite v0.2.14 |
1017 | 2024-08-06T07:36:21.451Z | Compiling signal-hook-registry v1.4.2 |
1018 | 2024-08-06T07:36:21.612Z | Compiling parking_lot v0.12.2 |
1019 | 2024-08-06T07:36:21.706Z | Compiling spin v0.9.8 |
1020 | 2024-08-06T07:36:21.724Z | Compiling mio v0.8.11 |
1021 | 2024-08-06T07:36:21.910Z | Compiling serde_json v1.0.122 |
1022 | 2024-08-06T07:36:22.081Z | Compiling libm v0.2.8 |
1023 | 2024-08-06T07:36:22.257Z | Compiling num-traits v0.2.19 |
1024 | 2024-08-06T07:36:22.278Z | Compiling ahash v0.8.11 |
1025 | 2024-08-06T07:36:22.652Z | Compiling futures-core v0.3.30 |
1026 | 2024-08-06T07:36:22.662Z | Compiling tinyvec_macros v0.1.1 |
1027 | 2024-08-06T07:36:22.756Z | Compiling tinyvec v1.6.0 |
1028 | 2024-08-06T07:36:22.880Z | Compiling num_cpus v1.16.0 |
1029 | 2024-08-06T07:36:22.912Z | Compiling socket2 v0.5.7 |
1030 | 2024-08-06T07:36:23.007Z | Compiling subtle v2.5.0 |
1031 | 2024-08-06T07:36:23.037Z | Compiling const-oid v0.9.6 |
1032 | 2024-08-06T07:36:23.371Z | Compiling slab v0.4.9 |
1033 | 2024-08-06T07:36:23.694Z | Compiling futures-sink v0.3.30 |
1034 | 2024-08-06T07:36:23.929Z | Compiling unicode-bidi v0.3.15 |
1035 | 2024-08-06T07:36:24.246Z | Compiling allocator-api2 v0.2.18 |
1036 | 2024-08-06T07:36:24.279Z | Compiling unicode-normalization v0.1.23 |
1037 | 2024-08-06T07:36:24.557Z | Compiling futures-channel v0.3.30 |
1038 | 2024-08-06T07:36:24.778Z | Compiling vcpkg v0.2.15 |
1039 | 2024-08-06T07:36:24.999Z | Compiling pkg-config v0.3.30 |
1040 | 2024-08-06T07:36:25.072Z | Compiling futures-io v0.3.30 |
1041 | 2024-08-06T07:36:25.113Z | Compiling futures-task v0.3.30 |
1042 | 2024-08-06T07:36:25.400Z | Compiling pin-utils v0.1.0 |
1043 | 2024-08-06T07:36:25.415Z | Compiling ring v0.17.8 |
1044 | 2024-08-06T07:36:25.418Z | Compiling ppv-lite86 v0.2.17 |
1045 | 2024-08-06T07:36:25.455Z | Compiling percent-encoding v2.3.1 |
1046 | 2024-08-06T07:36:25.483Z | Compiling tracing-core v0.1.32 |
1047 | 2024-08-06T07:36:25.812Z | Compiling syn v1.0.109 |
1048 | 2024-08-06T07:36:25.984Z | Compiling powerfmt v0.2.0 |
1049 | 2024-08-06T07:36:26.193Z | Compiling rand_chacha v0.3.1 |
1050 | 2024-08-06T07:36:26.373Z | Compiling time-core v0.1.2 |
1051 | 2024-08-06T07:36:26.438Z | Compiling rustix v0.38.34 |
1052 | 2024-08-06T07:36:26.478Z | Compiling untrusted v0.9.0 |
1053 | 2024-08-06T07:36:26.548Z | Compiling num-conv v0.1.0 |
1054 | 2024-08-06T07:36:26.638Z | Compiling rand v0.8.5 |
1055 | 2024-08-06T07:36:26.833Z | Compiling time-macros v0.2.18 |
1056 | 2024-08-06T07:36:26.854Z | Compiling openssl-sys v0.9.103 |
1057 | 2024-08-06T07:36:26.935Z | Compiling deranged v0.3.11 |
1058 | 2024-08-06T07:36:27.278Z | Compiling openssl v0.10.66 |
1059 | 2024-08-06T07:36:27.729Z | Compiling base64ct v1.6.0 |
1060 | 2024-08-06T07:36:28.176Z | Compiling num_threads v0.1.7 |
1061 | 2024-08-06T07:36:28.301Z | Compiling iana-time-zone v0.1.60 |
1062 | 2024-08-06T07:36:28.326Z | Compiling foreign-types-shared v0.1.1 |
1063 | 2024-08-06T07:36:28.339Z | Compiling rustversion v1.0.17 |
1064 | 2024-08-06T07:36:28.420Z | Compiling httparse v1.8.0 |
1065 | 2024-08-06T07:36:28.673Z | Compiling foreign-types v0.3.2 |
1066 | 2024-08-06T07:36:28.715Z | Compiling pem-rfc7468 v0.7.0 |
1067 | 2024-08-06T07:36:28.832Z | Compiling form_urlencoded v1.2.1 |
1068 | 2024-08-06T07:36:28.979Z | Compiling siphasher v0.3.11 |
1069 | 2024-08-06T07:36:29.136Z | Compiling native-tls v0.2.11 |
1070 | 2024-08-06T07:36:29.332Z | Compiling flagset v0.4.5 |
1071 | 2024-08-06T07:36:29.351Z | Compiling try-lock v0.2.5 |
1072 | 2024-08-06T07:36:29.419Z | Compiling crossbeam-utils v0.8.19 |
1073 | 2024-08-06T07:36:29.491Z | Compiling rustls v0.21.12 |
1074 | 2024-08-06T07:36:29.514Z | Compiling want v0.3.1 |
1075 | 2024-08-06T07:36:29.842Z | Compiling time v0.3.36 |
1076 | 2024-08-06T07:36:30.036Z | Compiling serde_derive_internals v0.29.1 |
1077 | 2024-08-06T07:36:30.414Z | Compiling idna v0.5.0 |
1078 | 2024-08-06T07:36:30.956Z | Compiling lazy_static v1.5.0 |
1079 | 2024-08-06T07:36:31.076Z | Compiling aho-corasick v1.1.3 |
1080 | 2024-08-06T07:36:31.115Z | Compiling cookie v0.17.0 |
1081 | 2024-08-06T07:36:31.416Z | Compiling tower-service v0.3.2 |
1082 | 2024-08-06T07:36:31.543Z | Compiling regex-syntax v0.8.3 |
1083 | 2024-08-06T07:36:31.996Z | Compiling httpdate v1.0.3 |
1084 | 2024-08-06T07:36:32.477Z | Compiling cpufeatures v0.2.12 |
1085 | 2024-08-06T07:36:32.583Z | Compiling slog v2.7.0 |
1086 | 2024-08-06T07:36:32.741Z | Compiling finl_unicode v1.2.0 |
1087 | 2024-08-06T07:36:33.148Z | Compiling schemars v0.8.21 |
1088 | 2024-08-06T07:36:33.373Z | Compiling adler v1.0.2 |
1089 | 2024-08-06T07:36:33.513Z | Compiling signal-hook v0.3.17 |
1090 | 2024-08-06T07:36:33.599Z | Compiling openssl-probe v0.1.5 |
1091 | 2024-08-06T07:36:33.819Z | Compiling miniz_oxide v0.7.2 |
1092 | 2024-08-06T07:36:33.978Z | Compiling stringprep v0.1.4 |
1093 | 2024-08-06T07:36:34.956Z | Compiling regex-automata v0.4.6 |
1094 | 2024-08-06T07:36:34.992Z | Compiling serde_derive v1.0.204 |
1095 | 2024-08-06T07:36:35.118Z | Compiling zeroize_derive v1.4.2 |
1096 | 2024-08-06T07:36:35.372Z | Compiling zerocopy-derive v0.7.34 |
1097 | 2024-08-06T07:36:36.524Z | Compiling tokio-macros v2.3.0 |
1098 | 2024-08-06T07:36:36.750Z | Compiling zeroize v1.7.0 |
1099 | 2024-08-06T07:36:37.647Z | Compiling zerocopy v0.7.34 |
1100 | 2024-08-06T07:36:37.957Z | Compiling thiserror-impl v1.0.63 |
1101 | 2024-08-06T07:36:38.169Z | Compiling futures-macro v0.3.30 |
1102 | 2024-08-06T07:36:38.188Z | Compiling tracing-attributes v0.1.27 |
1103 | 2024-08-06T07:36:38.613Z | Compiling crypto-common v0.1.6 |
1104 | 2024-08-06T07:36:38.853Z | Compiling block-buffer v0.10.4 |
1105 | 2024-08-06T07:36:39.108Z | Compiling digest v0.10.7 |
1106 | 2024-08-06T07:36:39.619Z | Compiling scroll_derive v0.12.0 |
1107 | 2024-08-06T07:36:39.923Z | Compiling hashbrown v0.14.5 |
1108 | 2024-08-06T07:36:40.190Z | Compiling futures-util v0.3.30 |
1109 | 2024-08-06T07:36:41.092Z | Compiling scroll v0.12.0 |
1110 | 2024-08-06T07:36:41.261Z | Compiling thiserror v1.0.63 |
1111 | 2024-08-06T07:36:41.370Z | Compiling hmac v0.12.1 |
1112 | 2024-08-06T07:36:41.405Z | Compiling pest v2.7.10 |
1113 | 2024-08-06T07:36:41.609Z | Compiling goblin v0.8.2 |
1114 | 2024-08-06T07:36:41.626Z | Compiling openssl-macros v0.1.1 |
1115 | 2024-08-06T07:36:42.006Z | Compiling tracing v0.1.40 |
1116 | 2024-08-06T07:36:42.414Z | Compiling der_derive v0.7.2 |
1117 | 2024-08-06T07:36:42.547Z | Compiling sct v0.7.1 |
1118 | 2024-08-06T07:36:42.642Z | Compiling rustls-webpki v0.101.7 |
1119 | 2024-08-06T07:36:42.867Z | Compiling md-5 v0.10.6 |
1120 | 2024-08-06T07:36:43.132Z | Compiling sha2 v0.10.8 |
1121 | 2024-08-06T07:36:44.475Z | Compiling pest_meta v2.7.10 |
1122 | 2024-08-06T07:36:44.996Z | Compiling der v0.7.9 |
1123 | 2024-08-06T07:36:46.310Z | Compiling pest_generator v2.7.10 |
1124 | 2024-08-06T07:36:46.753Z | Compiling schemars_derive v0.8.21 |
1125 | 2024-08-06T07:36:47.926Z | Compiling spki v0.7.3 |
1126 | 2024-08-06T07:36:48.369Z | Compiling url v2.5.2 |
1127 | 2024-08-06T07:36:48.426Z | Compiling num-integer v0.1.46 |
1128 | 2024-08-06T07:36:49.205Z | Compiling idna v0.3.0 |
1129 | 2024-08-06T07:36:49.579Z | Compiling bytes v1.7.1 |
1130 | 2024-08-06T07:36:49.650Z | Compiling bitflags v2.6.0 |
1131 | 2024-08-06T07:36:50.069Z | Compiling indexmap v2.3.0 |
1132 | 2024-08-06T07:36:50.113Z | Compiling uuid v1.10.0 |
1133 | 2024-08-06T07:36:50.230Z | Compiling semver v1.0.23 |
1134 | 2024-08-06T07:36:50.781Z | Compiling tokio v1.38.1 |
1135 | 2024-08-06T07:36:50.824Z | Compiling http v0.2.12 |
1136 | 2024-08-06T07:36:51.017Z | Compiling rustc_version v0.4.0 |
1137 | 2024-08-06T07:36:51.563Z | Compiling pest_derive v2.7.10 |
1138 | 2024-08-06T07:36:51.790Z | Compiling chrono v0.4.38 |
1139 | 2024-08-06T07:36:51.897Z | Compiling heapless v0.7.17 |
1140 | 2024-08-06T07:36:52.409Z | Compiling dtrace-parser v0.2.0 |
1141 | 2024-08-06T07:36:52.426Z | Compiling http-body v0.4.6 |
1142 | 2024-08-06T07:36:52.751Z | Compiling dof v0.3.0 |
1143 | 2024-08-06T07:36:53.420Z | Compiling toml_datetime v0.6.8 |
1144 | 2024-08-06T07:36:53.580Z | Compiling usdt-impl v0.5.0 |
1145 | 2024-08-06T07:36:53.919Z | Compiling serde_spanned v0.6.7 |
1146 | 2024-08-06T07:36:54.163Z | Compiling serde_tokenstream v0.2.1 |
1147 | 2024-08-06T07:36:54.482Z | Compiling backtrace v0.3.71 |
1148 | 2024-08-06T07:36:54.574Z | Compiling hash32 v0.2.1 |
1149 | 2024-08-06T07:36:54.705Z | Compiling gimli v0.28.1 |
1150 | 2024-08-06T07:36:54.928Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1151 | 2024-08-06T07:36:54.947Z | Compiling smoltcp v0.9.1 |
1152 | 2024-08-06T07:36:54.950Z | Compiling fallible-iterator v0.2.0 |
1153 | 2024-08-06T07:36:55.199Z | Compiling dyn-clone v1.0.17 |
1154 | 2024-08-06T07:36:55.413Z | Compiling crc32fast v1.4.0 |
1155 | 2024-08-06T07:36:55.559Z | Compiling stable_deref_trait v1.2.0 |
1156 | 2024-08-06T07:36:55.668Z | Compiling psl-types v2.0.11 |
1157 | 2024-08-06T07:36:55.684Z | Compiling base64 v0.22.1 |
1158 | 2024-08-06T07:36:55.855Z | Compiling publicsuffix v2.2.3 |
1159 | 2024-08-06T07:36:56.138Z | Compiling terminal_size v0.3.0 |
1160 | 2024-08-06T07:36:56.286Z | Compiling postgres-protocol v0.6.7 |
1161 | 2024-08-06T07:36:56.859Z | Compiling pkcs8 v0.10.2 |
1162 | 2024-08-06T07:36:57.226Z | Compiling hubpack_derive v0.1.1 |
1163 | 2024-08-06T07:36:57.433Z | Compiling block-padding v0.3.3 |
1164 | 2024-08-06T07:36:57.531Z | Compiling zerocopy-derive v0.6.6 |
1165 | 2024-08-06T07:36:57.631Z | Compiling async-trait v0.1.81 |
1166 | 2024-08-06T07:36:58.187Z | Compiling phf_shared v0.11.2 |
1167 | 2024-08-06T07:36:58.575Z | Compiling diesel_table_macro_syntax v0.1.0 |
1168 | 2024-08-06T07:36:58.646Z | Compiling ff v0.13.0 |
1169 | 2024-08-06T07:36:58.866Z | Compiling tokio-util v0.7.11 |
1170 | 2024-08-06T07:36:59.624Z | Compiling tokio-native-tls v0.3.1 |
1171 | 2024-08-06T07:36:59.651Z | Compiling addr2line v0.21.0 |
1172 | 2024-08-06T07:36:59.669Z | Compiling tokio-rustls v0.24.1 |
1173 | 2024-08-06T07:36:59.672Z | Compiling scheduled-thread-pool v0.2.7 |
1174 | 2024-08-06T07:36:59.868Z | Compiling h2 v0.3.26 |
1175 | 2024-08-06T07:37:00.094Z | Compiling fs-err v2.11.0 |
1176 | 2024-08-06T07:37:00.219Z | Compiling object v0.32.2 |
1177 | 2024-08-06T07:37:00.260Z | Compiling ipnet v2.9.0 |
1178 | 2024-08-06T07:37:00.330Z | Compiling regex-automata v0.1.10 |
1179 | 2024-08-06T07:37:00.393Z | Compiling base16ct v0.2.0 |
1180 | 2024-08-06T07:37:00.432Z | Compiling winnow v0.5.40 |
1181 | 2024-08-06T07:37:00.712Z | Compiling base64 v0.21.7 |
1182 | 2024-08-06T07:37:00.820Z | Compiling either v1.12.0 |
1183 | 2024-08-06T07:37:01.239Z | Compiling rustc-demangle v0.1.24 |
1184 | 2024-08-06T07:37:01.397Z | Compiling bitflags v1.3.2 |
1185 | 2024-08-06T07:37:01.454Z | Compiling anyhow v1.0.86 |
1186 | 2024-08-06T07:37:01.502Z | Compiling bit-vec v0.6.3 |
1187 | 2024-08-06T07:37:01.532Z | Compiling matches v0.1.10 |
1188 | 2024-08-06T07:37:01.625Z | Compiling managed v0.8.0 |
1189 | 2024-08-06T07:37:01.986Z | Compiling clap_builder v4.5.13 |
1190 | 2024-08-06T07:37:02.189Z | Compiling idna v0.2.3 |
1191 | 2024-08-06T07:37:02.248Z | Compiling rustls-pemfile v1.0.4 |
1192 | 2024-08-06T07:37:02.733Z | Compiling bstr v0.2.17 |
1193 | 2024-08-06T07:37:03.851Z | Compiling sec1 v0.7.3 |
1194 | 2024-08-06T07:37:04.246Z | Compiling toml_edit v0.19.15 |
1195 | 2024-08-06T07:37:04.287Z | Compiling r2d2 v0.8.10 |
1196 | 2024-08-06T07:37:04.420Z | Compiling zerocopy v0.6.6 |
1197 | 2024-08-06T07:37:04.438Z | Compiling diesel_derives v2.1.4 |
1198 | 2024-08-06T07:37:04.678Z | Compiling group v0.13.0 |
1199 | 2024-08-06T07:37:05.013Z | Compiling phf v0.11.2 |
1200 | 2024-08-06T07:37:05.292Z | Compiling hubpack v0.1.2 |
1201 | 2024-08-06T07:37:05.307Z | Compiling signal-hook-mio v0.2.3 |
1202 | 2024-08-06T07:37:05.466Z | Compiling ipnetwork v0.20.0 |
1203 | 2024-08-06T07:37:05.750Z | Compiling inout v0.1.3 |
1204 | 2024-08-06T07:37:05.951Z | Compiling postgres-types v0.2.7 |
1205 | 2024-08-06T07:37:06.024Z | Compiling cookie_store v0.20.0 |
1206 | 2024-08-06T07:37:06.639Z | Compiling hyper v0.14.30 |
1207 | 2024-08-06T07:37:07.591Z | Compiling usdt-macro v0.5.0 |
1208 | 2024-08-06T07:37:07.852Z | Compiling usdt-attr-macro v0.5.0 |
1209 | 2024-08-06T07:37:09.071Z | Compiling serde_urlencoded v0.7.1 |
1210 | 2024-08-06T07:37:09.514Z | Compiling num-bigint v0.4.5 |
1211 | 2024-08-06T07:37:09.616Z | Compiling futures-executor v0.3.30 |
1212 | 2024-08-06T07:37:10.189Z | Compiling enum-as-inner v0.5.1 |
1213 | 2024-08-06T07:37:10.302Z | Compiling hkdf v0.12.4 |
1214 | 2024-08-06T07:37:10.563Z | Compiling regex v1.10.6 |
1215 | 2024-08-06T07:37:10.948Z | Compiling crypto-bigint v0.5.5 |
1216 | 2024-08-06T07:37:11.207Z | Compiling clap_derive v4.5.13 |
1217 | 2024-08-06T07:37:11.255Z | Compiling serde_repr v0.1.19 |
1218 | 2024-08-06T07:37:11.652Z | Compiling strum_macros v0.25.3 |
1219 | 2024-08-06T07:37:12.175Z | Compiling phf_shared v0.10.0 |
1220 | 2024-08-06T07:37:12.484Z | Compiling float-cmp v0.9.0 |
1221 | 2024-08-06T07:37:12.681Z | Compiling encoding_rs v0.8.34 |
1222 | 2024-08-06T07:37:12.701Z | Compiling fixedbitset v0.4.2 |
1223 | 2024-08-06T07:37:13.152Z | Compiling sync_wrapper v0.1.2 |
1224 | 2024-08-06T07:37:13.282Z | Compiling new_debug_unreachable v1.0.6 |
1225 | 2024-08-06T07:37:13.375Z | Compiling precomputed-hash v0.1.1 |
1226 | 2024-08-06T07:37:13.499Z | Compiling mime v0.3.17 |
1227 | 2024-08-06T07:37:14.096Z | Compiling hyper-tls v0.5.0 |
1228 | 2024-08-06T07:37:14.456Z | Compiling hyper-rustls v0.24.2 |
1229 | 2024-08-06T07:37:14.809Z | Compiling minimal-lexical v0.2.1 |
1230 | 2024-08-06T07:37:15.333Z | Compiling static_assertions v1.1.0 |
1231 | 2024-08-06T07:37:15.434Z | Compiling predicates-core v1.0.6 |
1232 | 2024-08-06T07:37:15.818Z | Compiling normalize-line-endings v0.3.0 |
1233 | 2024-08-06T07:37:15.874Z | Compiling whoami v1.5.1 |
1234 | 2024-08-06T07:37:15.941Z | Compiling webpki-roots v0.25.4 |
1235 | 2024-08-06T07:37:16.109Z | Compiling difflib v0.4.0 |
1236 | 2024-08-06T07:37:16.333Z | Compiling unicode-segmentation v1.11.0 |
1237 | 2024-08-06T07:37:16.497Z | Compiling data-encoding v2.6.0 |
1238 | 2024-08-06T07:37:16.600Z | Compiling predicates v3.1.2 |
1239 | 2024-08-06T07:37:16.799Z | Compiling diesel v2.1.6 |
1240 | 2024-08-06T07:37:17.027Z | Compiling similar v2.5.0 |
1241 | 2024-08-06T07:37:17.081Z | Compiling clap v4.5.13 |
1242 | 2024-08-06T07:37:17.157Z | Compiling tokio-postgres v0.7.11 |
1243 | 2024-08-06T07:37:17.202Z | Compiling trust-dns-proto v0.22.0 |
1244 | 2024-08-06T07:37:17.737Z | Compiling reqwest v0.11.27 |
1245 | 2024-08-06T07:37:18.302Z | Compiling console v0.15.8 |
1246 | 2024-08-06T07:37:18.898Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1247 | 2024-08-06T07:37:19.641Z | Compiling toml_edit v0.22.20 |
1248 | 2024-08-06T07:37:19.771Z | Compiling nom v7.1.3 |
1249 | 2024-08-06T07:37:20.319Z | Compiling elliptic-curve v0.13.8 |
1250 | 2024-08-06T07:37:21.156Z | Compiling string_cache v0.8.7 |
1251 | 2024-08-06T07:37:21.626Z | Compiling petgraph v0.6.5 |
1252 | 2024-08-06T07:37:22.676Z | Compiling usdt v0.5.0 |
1253 | 2024-08-06T07:37:23.181Z | Compiling yasna v0.5.2 |
1254 | 2024-08-06T07:37:23.441Z | Compiling futures v0.3.30 |
1255 | 2024-08-06T07:37:24.417Z | Compiling flate2 v1.0.31 |
1256 | 2024-08-06T07:37:25.085Z | Compiling toml v0.7.8 |
1257 | 2024-08-06T07:37:25.224Z | Compiling cipher v0.4.4 |
1258 | 2024-08-06T07:37:25.360Z | Compiling crossterm v0.27.0 |
1259 | 2024-08-06T07:37:25.629Z | Compiling bit-set v0.5.3 |
1260 | 2024-08-06T07:37:25.760Z | Compiling itertools v0.12.1 |
1261 | 2024-08-06T07:37:25.904Z | Compiling itertools v0.10.5 |
1262 | 2024-08-06T07:37:26.466Z | Compiling tokio-stream v0.1.15 |
1263 | 2024-08-06T07:37:26.807Z | Compiling openapiv3 v2.0.0 |
1264 | 2024-08-06T07:37:27.508Z | Compiling hex v0.4.3 |
1265 | 2024-08-06T07:37:27.979Z | Compiling crossbeam-epoch v0.9.18 |
1266 | 2024-08-06T07:37:28.104Z | Compiling num-iter v0.1.45 |
1267 | 2024-08-06T07:37:28.294Z | Compiling bstr v1.9.1 |
1268 | 2024-08-06T07:37:28.726Z | Compiling dirs-sys-next v0.1.2 |
1269 | 2024-08-06T07:37:28.809Z | Compiling unicode-xid v0.2.4 |
1270 | 2024-08-06T07:37:28.964Z | Compiling peg-runtime v0.8.3 |
1271 | 2024-08-06T07:37:28.981Z | Compiling lalrpop-util v0.19.12 |
1272 | 2024-08-06T07:37:29.070Z | Compiling dirs-next v2.0.0 |
1273 | 2024-08-06T07:37:29.267Z | Compiling thread_local v1.1.8 |
1274 | 2024-08-06T07:37:29.326Z | Compiling slog-async v2.8.0 |
1275 | 2024-08-06T07:37:29.385Z | Compiling term v0.7.0 |
1276 | 2024-08-06T07:37:29.588Z | Compiling xattr v1.3.1 |
1277 | 2024-08-06T07:37:29.808Z | Compiling crossbeam-channel v0.5.12 |
1278 | 2024-08-06T07:37:29.864Z | Compiling strum_macros v0.26.4 |
1279 | 2024-08-06T07:37:29.949Z | Compiling filetime v0.2.23 |
1280 | 2024-08-06T07:37:30.096Z | Compiling is-terminal v0.4.12 |
1281 | 2024-08-06T07:37:30.227Z | Compiling take_mut v0.2.2 |
1282 | 2024-08-06T07:37:30.253Z | Compiling slog-term v2.9.1 |
1283 | 2024-08-06T07:37:30.379Z | Compiling tar v0.4.41 |
1284 | 2024-08-06T07:37:30.924Z | Compiling camino v1.1.7 |
1285 | 2024-08-06T07:37:33.115Z | Compiling strum v0.26.3 |
1286 | 2024-08-06T07:37:43.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1287 | 2024-08-06T07:37:43.803Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1288 | 2024-08-06T07:37:49.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1289 | 2024-08-06T07:37:49.191Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1290 | 2024-08-06T07:37:49.233Z | Aug 06 07:37:48.240 INFO Starting download, target: Clickhouse |
1291 | 2024-08-06T07:37:49.233Z | Aug 06 07:37:48.240 INFO Starting download, target: Cockroach |
1292 | 2024-08-06T07:37:49.233Z | Aug 06 07:37:48.240 INFO Starting download, target: Console |
1293 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.240 INFO Starting download, target: DendriteOpenapi |
1294 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.240 INFO Starting download, target: DendriteStub |
1295 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Starting download, target: MaghemiteMgd |
1296 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Starting download, target: TransceiverControl |
1297 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1298 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1299 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1300 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1301 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1302 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1303 | 2024-08-06T07:37:49.236Z | Aug 06 07:37:48.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1304 | 2024-08-06T07:37:49.399Z | Aug 06 07:37:48.402 INFO Download complete, target: DendriteOpenapi |
1305 | 2024-08-06T07:37:49.562Z | Aug 06 07:37:48.562 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1306 | 2024-08-06T07:37:49.815Z | Aug 06 07:37:48.822 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1307 | 2024-08-06T07:37:49.873Z | Aug 06 07:37:48.880 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1308 | 2024-08-06T07:37:49.881Z | Aug 06 07:37:48.888 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1309 | 2024-08-06T07:37:50.262Z | Aug 06 07:37:49.269 INFO Download complete, target: Console |
1310 | 2024-08-06T07:37:50.338Z | Aug 06 07:37:49.345 INFO Download complete, target: TransceiverControl |
1311 | 2024-08-06T07:37:51.400Z | Aug 06 07:37:50.407 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1312 | 2024-08-06T07:37:51.881Z | Aug 06 07:37:50.888 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1313 | 2024-08-06T07:37:51.881Z | Aug 06 07:37:50.888 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1314 | 2024-08-06T07:37:52.968Z | Aug 06 07:37:51.975 INFO Download complete, target: DendriteStub |
1315 | 2024-08-06T07:37:53.182Z | Aug 06 07:37:52.188 INFO Download complete, target: MaghemiteMgd |
1316 | 2024-08-06T07:38:00.412Z | Aug 06 07:37:59.418 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1317 | 2024-08-06T07:38:00.736Z | Aug 06 07:37:59.742 INFO Checking that binary works, target: Cockroach |
1318 | 2024-08-06T07:38:00.946Z | Aug 06 07:37:59.950 INFO Download complete, target: Cockroach |
1319 | 2024-08-06T07:38:06.111Z | Aug 06 07:38:05.112 INFO Checking that binary works, target: Clickhouse |
1320 | 2024-08-06T07:38:06.420Z | Aug 06 07:38:05.424 INFO Download complete, target: Clickhouse |
1321 | 2024-08-06T07:38:06.427Z | All prerequisites installed successfully |
1322 | 2024-08-06T07:38:06.430Z | |
1323 | 2024-08-06T07:38:06.430Z | real 5:41.058458105 |
1324 | 2024-08-06T07:38:06.430Z | user 11:37.242000975 |
1325 | 2024-08-06T07:38:06.430Z | sys 2:26.129594373 |
1326 | 2024-08-06T07:38:06.430Z | trap 0.416398560 |
1327 | 2024-08-06T07:38:06.430Z | tflt 5.561768358 |
1328 | 2024-08-06T07:38:06.430Z | dflt 6.043561549 |
1329 | 2024-08-06T07:38:06.430Z | kflt 0.102541313 |
1330 | 2024-08-06T07:38:06.430Z | lock 23:07.081950952 |
1331 | 2024-08-06T07:38:06.430Z | slp 48:54.209930138 |
1332 | 2024-08-06T07:38:06.430Z | lat 39.456432113 |
1333 | 2024-08-06T07:38:06.430Z | stop 1:41.349057415 |
1334 | 2024-08-06T07:38:06.430Z | + source ./tools/include/force-git-over-https.sh |
1335 | 2024-08-06T07:38:06.430Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1336 | 2024-08-06T07:38:06.430Z | ++ (( i = 0 )) |
1337 | 2024-08-06T07:38:06.430Z | ++ (( i < 5 )) |
1338 | 2024-08-06T07:38:06.430Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1339 | 2024-08-06T07:38:06.433Z | ++ (( i++ )) |
1340 | 2024-08-06T07:38:06.433Z | ++ (( i < 5 )) |
1341 | 2024-08-06T07:38:06.433Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1342 | 2024-08-06T07:38:06.436Z | ++ (( i++ )) |
1343 | 2024-08-06T07:38:06.436Z | ++ (( i < 5 )) |
1344 | 2024-08-06T07:38:06.436Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1345 | 2024-08-06T07:38:06.439Z | ++ (( i++ )) |
1346 | 2024-08-06T07:38:06.439Z | ++ (( i < 5 )) |
1347 | 2024-08-06T07:38:06.439Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1348 | 2024-08-06T07:38:06.441Z | ++ (( i++ )) |
1349 | 2024-08-06T07:38:06.441Z | ++ (( i < 5 )) |
1350 | 2024-08-06T07:38:06.441Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1351 | 2024-08-06T07:38:06.444Z | ++ (( i++ )) |
1352 | 2024-08-06T07:38:06.444Z | ++ (( i < 5 )) |
1353 | 2024-08-06T07:38:06.444Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1354 | 2024-08-06T07:38:06.444Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1355 | 2024-08-06T07:38:06.444Z | + rc=0 |
1356 | 2024-08-06T07:38:06.447Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1357 | 2024-08-06T07:38:39.596Z | + case $rc in |
1358 | 2024-08-06T07:38:39.596Z | + pfexec zfs create -p rpool/images/build/host |
1359 | 2024-08-06T07:38:39.811Z | + pfexec zfs create -p rpool/images/build/recovery |
1360 | 2024-08-06T07:38:39.878Z | + cargo xtask releng --output-dir /work |
1361 | 2024-08-06T07:38:40.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1362 | 2024-08-06T07:38:40.424Z | Running `target/debug/xtask releng --output-dir /work` |
1363 | 2024-08-06T07:38:41.251Z | Compiling proc-macro2 v1.0.86 |
1364 | 2024-08-06T07:38:41.251Z | Compiling unicode-ident v1.0.12 |
1365 | 2024-08-06T07:38:41.251Z | Compiling libc v0.2.155 |
1366 | 2024-08-06T07:38:41.254Z | Compiling serde v1.0.204 |
1367 | 2024-08-06T07:38:41.254Z | Compiling autocfg v1.3.0 |
1368 | 2024-08-06T07:38:41.254Z | Compiling version_check v0.9.5 |
1369 | 2024-08-06T07:38:41.254Z | Compiling cfg-if v1.0.0 |
1370 | 2024-08-06T07:38:41.443Z | Compiling cc v1.0.97 |
1371 | 2024-08-06T07:38:41.513Z | Compiling memchr v2.7.2 |
1372 | 2024-08-06T07:38:41.530Z | Compiling parking_lot_core v0.9.10 |
1373 | 2024-08-06T07:38:42.126Z | Compiling libm v0.2.8 |
1374 | 2024-08-06T07:38:42.148Z | Compiling lock_api v0.4.12 |
1375 | 2024-08-06T07:38:42.507Z | Compiling ahash v0.8.11 |
1376 | 2024-08-06T07:38:42.581Z | Compiling serde_json v1.0.122 |
1377 | 2024-08-06T07:38:42.972Z | Compiling quote v1.0.36 |
1378 | 2024-08-06T07:38:42.989Z | Compiling num-traits v0.2.19 |
1379 | 2024-08-06T07:38:43.020Z | Compiling typenum v1.17.0 |
1380 | 2024-08-06T07:38:43.445Z | Compiling syn v2.0.72 |
1381 | 2024-08-06T07:38:43.569Z | Compiling getrandom v0.2.14 |
1382 | 2024-08-06T07:38:43.615Z | Compiling once_cell v1.19.0 |
1383 | 2024-08-06T07:38:43.948Z | Compiling scopeguard v1.2.0 |
1384 | 2024-08-06T07:38:43.951Z | Compiling generic-array v0.14.7 |
1385 | 2024-08-06T07:38:44.003Z | Compiling byteorder v1.5.0 |
1386 | 2024-08-06T07:38:44.167Z | Compiling log v0.4.21 |
1387 | 2024-08-06T07:38:44.297Z | Compiling itoa v1.0.11 |
1388 | 2024-08-06T07:38:44.510Z | Compiling thiserror v1.0.63 |
1389 | 2024-08-06T07:38:44.732Z | Compiling slab v0.4.9 |
1390 | 2024-08-06T07:38:44.749Z | Compiling pkg-config v0.3.30 |
1391 | 2024-08-06T07:38:44.781Z | Compiling ring v0.17.8 |
1392 | 2024-08-06T07:38:44.850Z | Compiling smallvec v1.13.2 |
1393 | 2024-08-06T07:38:45.046Z | Compiling ryu v1.0.18 |
1394 | 2024-08-06T07:38:45.077Z | Compiling semver v1.0.23 |
1395 | 2024-08-06T07:38:45.258Z | Compiling spin v0.9.8 |
1396 | 2024-08-06T07:38:45.381Z | Compiling vcpkg v0.2.15 |
1397 | 2024-08-06T07:38:45.398Z | Compiling pin-project-lite v0.2.14 |
1398 | 2024-08-06T07:38:45.920Z | Compiling allocator-api2 v0.2.18 |
1399 | 2024-08-06T07:38:46.011Z | Compiling parking_lot v0.12.2 |
1400 | 2024-08-06T07:38:46.035Z | Compiling rand_core v0.6.4 |
1401 | 2024-08-06T07:38:46.743Z | Compiling schemars v0.8.21 |
1402 | 2024-08-06T07:38:46.846Z | Compiling signal-hook-registry v1.4.2 |
1403 | 2024-08-06T07:38:47.169Z | Compiling openssl-sys v0.9.103 |
1404 | 2024-08-06T07:38:47.341Z | Compiling time-core v0.1.2 |
1405 | 2024-08-06T07:38:47.957Z | Compiling num-conv v0.1.0 |
1406 | 2024-08-06T07:38:48.196Z | Compiling mio v0.8.11 |
1407 | 2024-08-06T07:38:48.281Z | Compiling time-macros v0.2.18 |
1408 | 2024-08-06T07:38:48.763Z | Compiling futures-core v0.3.30 |
1409 | 2024-08-06T07:38:48.901Z | Compiling heck v0.5.0 |
1410 | 2024-08-06T07:38:49.005Z | Compiling httparse v1.8.0 |
1411 | 2024-08-06T07:38:49.226Z | Compiling rustix v0.38.34 |
1412 | 2024-08-06T07:38:49.754Z | Compiling socket2 v0.5.7 |
1413 | 2024-08-06T07:38:49.941Z | Compiling num_cpus v1.16.0 |
1414 | 2024-08-06T07:38:50.100Z | Compiling openssl v0.10.66 |
1415 | 2024-08-06T07:38:50.252Z | Compiling subtle v2.5.0 |
1416 | 2024-08-06T07:38:50.639Z | Compiling fnv v1.0.7 |
1417 | 2024-08-06T07:38:50.642Z | Compiling equivalent v1.0.1 |
1418 | 2024-08-06T07:38:50.775Z | Compiling const-oid v0.9.6 |
1419 | 2024-08-06T07:38:50.950Z | Compiling iana-time-zone v0.1.60 |
1420 | 2024-08-06T07:38:51.222Z | Compiling serde_derive_internals v0.29.1 |
1421 | 2024-08-06T07:38:51.356Z | Compiling tinyvec_macros v0.1.1 |
1422 | 2024-08-06T07:38:51.384Z | Compiling rustls v0.21.12 |
1423 | 2024-08-06T07:38:51.452Z | Compiling native-tls v0.2.11 |
1424 | 2024-08-06T07:38:51.537Z | Compiling syn v1.0.109 |
1425 | 2024-08-06T07:38:51.636Z | Compiling tinyvec v1.6.0 |
1426 | 2024-08-06T07:38:51.905Z | Compiling futures-sink v0.3.30 |
1427 | 2024-08-06T07:38:52.085Z | Compiling crossbeam-utils v0.8.19 |
1428 | 2024-08-06T07:38:53.123Z | Compiling cookie v0.17.0 |
1429 | 2024-08-06T07:38:53.476Z | Compiling unicode-normalization v0.1.23 |
1430 | 2024-08-06T07:38:53.723Z | Compiling ucd-trie v0.1.6 |
1431 | 2024-08-06T07:38:54.289Z | Compiling futures-channel v0.3.30 |
1432 | 2024-08-06T07:38:54.619Z | Compiling pin-utils v0.1.0 |
1433 | 2024-08-06T07:38:54.825Z | Compiling unicode-bidi v0.3.15 |
1434 | 2024-08-06T07:38:54.830Z | Compiling slog v2.7.0 |
1435 | 2024-08-06T07:38:55.333Z | Compiling dyn-clone v1.0.17 |
1436 | 2024-08-06T07:38:55.469Z | Compiling futures-io v0.3.30 |
1437 | 2024-08-06T07:38:55.544Z | Compiling futures-task v0.3.30 |
1438 | 2024-08-06T07:38:55.944Z | Compiling untrusted v0.9.0 |
1439 | 2024-08-06T07:38:56.150Z | Compiling aho-corasick v1.1.3 |
1440 | 2024-08-06T07:38:56.439Z | Compiling crc32fast v1.4.0 |
1441 | 2024-08-06T07:38:56.564Z | Compiling regex-syntax v0.8.3 |
1442 | 2024-08-06T07:38:56.598Z | Compiling serde_derive v1.0.204 |
1443 | 2024-08-06T07:38:56.979Z | Compiling zerocopy-derive v0.7.34 |
1444 | 2024-08-06T07:38:57.065Z | Compiling zeroize_derive v1.4.2 |
1445 | 2024-08-06T07:38:58.692Z | Compiling tokio-macros v2.3.0 |
1446 | 2024-08-06T07:38:58.729Z | Compiling thiserror-impl v1.0.63 |
1447 | 2024-08-06T07:38:59.164Z | Compiling zerocopy v0.7.34 |
1448 | 2024-08-06T07:39:00.351Z | Compiling futures-macro v0.3.30 |
1449 | 2024-08-06T07:39:01.031Z | Compiling zeroize v1.7.0 |
1450 | 2024-08-06T07:39:02.275Z | Compiling hashbrown v0.14.5 |
1451 | 2024-08-06T07:39:02.374Z | Compiling tracing-attributes v0.1.27 |
1452 | 2024-08-06T07:39:02.410Z | Compiling schemars_derive v0.8.21 |
1453 | 2024-08-06T07:39:03.827Z | Compiling openssl-macros v0.1.1 |
1454 | 2024-08-06T07:39:04.395Z | Compiling der_derive v0.7.2 |
1455 | 2024-08-06T07:39:05.034Z | Compiling scroll_derive v0.12.0 |
1456 | 2024-08-06T07:39:05.527Z | Compiling pest v2.7.10 |
1457 | 2024-08-06T07:39:05.715Z | Compiling crypto-common v0.1.6 |
1458 | 2024-08-06T07:39:05.914Z | Compiling futures-util v0.3.30 |
1459 | 2024-08-06T07:39:06.241Z | Compiling block-buffer v0.10.4 |
1460 | 2024-08-06T07:39:06.483Z | Compiling powerfmt v0.2.0 |
1461 | 2024-08-06T07:39:06.824Z | Compiling deranged v0.3.11 |
1462 | 2024-08-06T07:39:07.057Z | Compiling digest v0.10.7 |
1463 | 2024-08-06T07:39:07.899Z | Compiling regex-automata v0.4.6 |
1464 | 2024-08-06T07:39:08.784Z | Compiling pest_meta v2.7.10 |
1465 | 2024-08-06T07:39:09.233Z | Compiling usdt-impl v0.5.0 |
1466 | 2024-08-06T07:39:10.223Z | Compiling num_threads v0.1.7 |
1467 | 2024-08-06T07:39:10.402Z | Compiling pest_generator v2.7.10 |
1468 | 2024-08-06T07:39:11.552Z | Compiling bytes v1.7.1 |
1469 | 2024-08-06T07:39:13.424Z | Compiling bitflags v2.6.0 |
1470 | 2024-08-06T07:39:13.630Z | Compiling tokio v1.38.1 |
1471 | 2024-08-06T07:39:13.789Z | Compiling uuid v1.10.0 |
1472 | 2024-08-06T07:39:14.037Z | Compiling indexmap v2.3.0 |
1473 | 2024-08-06T07:39:14.713Z | Compiling chrono v0.4.38 |
1474 | 2024-08-06T07:39:14.843Z | Compiling serde_tokenstream v0.2.1 |
1475 | 2024-08-06T07:39:16.113Z | Compiling http v0.2.12 |
1476 | 2024-08-06T07:39:18.665Z | Compiling rustc_version v0.4.0 |
1477 | 2024-08-06T07:39:18.769Z | Compiling pest_derive v2.7.10 |
1478 | 2024-08-06T07:39:19.406Z | Compiling percent-encoding v2.3.1 |
1479 | 2024-08-06T07:39:19.725Z | Compiling heck v0.4.1 |
1480 | 2024-08-06T07:39:19.970Z | Compiling heapless v0.7.17 |
1481 | 2024-08-06T07:39:20.356Z | Compiling time v0.3.36 |
1482 | 2024-08-06T07:39:20.975Z | Compiling scroll v0.12.0 |
1483 | 2024-08-06T07:39:20.993Z | Compiling zerocopy-derive v0.6.6 |
1484 | 2024-08-06T07:39:21.892Z | Compiling tracing-core v0.1.32 |
1485 | 2024-08-06T07:39:23.005Z | Compiling backtrace v0.3.71 |
1486 | 2024-08-06T07:39:23.562Z | Compiling errno v0.3.9 |
1487 | 2024-08-06T07:39:23.888Z | Compiling signal-hook v0.3.17 |
1488 | 2024-08-06T07:39:24.640Z | Compiling ppv-lite86 v0.2.17 |
1489 | 2024-08-06T07:39:24.746Z | Compiling plain v0.2.3 |
1490 | 2024-08-06T07:39:24.954Z | Compiling goblin v0.8.2 |
1491 | 2024-08-06T07:39:25.421Z | Compiling tokio-util v0.7.11 |
1492 | 2024-08-06T07:39:25.612Z | Compiling rand_chacha v0.3.1 |
1493 | 2024-08-06T07:39:26.655Z | Compiling tracing v0.1.40 |
1494 | 2024-08-06T07:39:27.585Z | Compiling regex v1.10.6 |
1495 | 2024-08-06T07:39:27.665Z | Compiling async-trait v0.1.81 |
1496 | 2024-08-06T07:39:28.770Z | Compiling strsim v0.11.1 |
1497 | 2024-08-06T07:39:29.372Z | Compiling rustversion v1.0.17 |
1498 | 2024-08-06T07:39:29.535Z | Compiling pretty-hex v0.4.1 |
1499 | 2024-08-06T07:39:30.397Z | Compiling rand v0.8.5 |
1500 | 2024-08-06T07:39:31.703Z | Compiling dof v0.3.0 |
1501 | 2024-08-06T07:39:32.594Z | Compiling dtrace-parser v0.2.0 |
1502 | 2024-08-06T07:39:33.657Z | Compiling form_urlencoded v1.2.1 |
1503 | 2024-08-06T07:39:33.782Z | Compiling thread-id v4.2.1 |
1504 | 2024-08-06T07:39:33.983Z | Compiling anyhow v1.0.86 |
1505 | 2024-08-06T07:39:34.168Z | Compiling smoltcp v0.9.1 |
1506 | 2024-08-06T07:39:34.341Z | Compiling unicode-width v0.1.13 |
1507 | 2024-08-06T07:39:34.460Z | Compiling base64ct v1.6.0 |
1508 | 2024-08-06T07:39:34.504Z | Compiling foreign-types-shared v0.1.1 |
1509 | 2024-08-06T07:39:34.644Z | Compiling try-lock v0.2.5 |
1510 | 2024-08-06T07:39:34.696Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1511 | 2024-08-06T07:39:35.072Z | Compiling foreign-types v0.3.2 |
1512 | 2024-08-06T07:39:35.107Z | Compiling pem-rfc7468 v0.7.0 |
1513 | 2024-08-06T07:39:35.110Z | Compiling want v0.3.1 |
1514 | 2024-08-06T07:39:35.734Z | Compiling h2 v0.3.26 |
1515 | 2024-08-06T07:39:36.878Z | Compiling http-body v0.4.6 |
1516 | 2024-08-06T07:39:37.122Z | Compiling hmac v0.12.1 |
1517 | 2024-08-06T07:39:37.364Z | Compiling clap_derive v4.5.13 |
1518 | 2024-08-06T07:39:38.453Z | Compiling flagset v0.4.5 |
1519 | 2024-08-06T07:39:38.630Z | Compiling base64 v0.21.7 |
1520 | 2024-08-06T07:39:38.859Z | Compiling siphasher v0.3.11 |
1521 | 2024-08-06T07:39:39.333Z | Compiling tower-service v0.3.2 |
1522 | 2024-08-06T07:39:40.214Z | Compiling httpdate v1.0.3 |
1523 | 2024-08-06T07:39:40.504Z | Compiling der v0.7.9 |
1524 | 2024-08-06T07:39:44.152Z | Compiling hyper v0.14.30 |
1525 | 2024-08-06T07:39:53.257Z | Compiling sct v0.7.1 |
1526 | 2024-08-06T07:39:53.601Z | Compiling rustls-webpki v0.101.7 |
1527 | 2024-08-06T07:39:55.550Z | Compiling openapiv3 v2.0.0 |
1528 | 2024-08-06T07:39:57.165Z | Compiling hubpack_derive v0.1.1 |
1529 | 2024-08-06T07:39:58.232Z | Compiling idna v0.5.0 |
1530 | 2024-08-06T07:39:59.796Z | Compiling lazy_static v1.5.0 |
1531 | 2024-08-06T07:40:00.212Z | Compiling fs-err v2.11.0 |
1532 | 2024-08-06T07:40:00.273Z | Compiling adler v1.0.2 |
1533 | 2024-08-06T07:40:00.448Z | Compiling anstyle v1.0.8 |
1534 | 2024-08-06T07:40:00.574Z | Compiling utf8parse v0.2.1 |
1535 | 2024-08-06T07:40:00.577Z | Compiling finl_unicode v1.2.0 |
1536 | 2024-08-06T07:40:00.799Z | Compiling cpufeatures v0.2.12 |
1537 | 2024-08-06T07:40:00.956Z | Compiling openssl-probe v0.1.5 |
1538 | 2024-08-06T07:40:01.487Z | Compiling stringprep v0.1.4 |
1539 | 2024-08-06T07:40:01.857Z | Compiling sha2 v0.10.8 |
1540 | 2024-08-06T07:40:02.107Z | Compiling anstyle-parse v0.2.4 |
1541 | 2024-08-06T07:40:02.582Z | Compiling miniz_oxide v0.7.2 |
1542 | 2024-08-06T07:40:02.875Z | Compiling url v2.5.2 |
1543 | 2024-08-06T07:40:05.306Z | Compiling spki v0.7.3 |
1544 | 2024-08-06T07:40:05.869Z | Compiling usdt-attr-macro v0.5.0 |
1545 | 2024-08-06T07:40:06.324Z | Compiling usdt-macro v0.5.0 |
1546 | 2024-08-06T07:40:07.654Z | Compiling md-5 v0.10.6 |
1547 | 2024-08-06T07:40:07.826Z | Compiling serde_spanned v0.6.7 |
1548 | 2024-08-06T07:40:07.891Z | Compiling toml_datetime v0.6.8 |
1549 | 2024-08-06T07:40:08.057Z | Compiling regress v0.9.1 |
1550 | 2024-08-06T07:40:08.315Z | Compiling idna v0.3.0 |
1551 | 2024-08-06T07:40:11.353Z | Compiling diesel_table_macro_syntax v0.1.0 |
1552 | 2024-08-06T07:40:11.393Z | Compiling num-integer v0.1.46 |
1553 | 2024-08-06T07:40:11.732Z | Compiling hash32 v0.2.1 |
1554 | 2024-08-06T07:40:11.785Z | Compiling encoding_rs v0.8.34 |
1555 | 2024-08-06T07:40:12.083Z | Compiling stable_deref_trait v1.2.0 |
1556 | 2024-08-06T07:40:12.101Z | Compiling psl-types v2.0.11 |
1557 | 2024-08-06T07:40:12.196Z | Compiling is_terminal_polyfill v1.70.0 |
1558 | 2024-08-06T07:40:12.309Z | Compiling anstyle-query v1.0.3 |
1559 | 2024-08-06T07:40:12.326Z | Compiling mime v0.3.17 |
1560 | 2024-08-06T07:40:12.453Z | Compiling colorchoice v1.0.1 |
1561 | 2024-08-06T07:40:12.623Z | Compiling base64 v0.22.1 |
1562 | 2024-08-06T07:40:12.839Z | Compiling fallible-iterator v0.2.0 |
1563 | 2024-08-06T07:40:12.913Z | Compiling gimli v0.28.1 |
1564 | 2024-08-06T07:40:13.422Z | Compiling anstream v0.6.14 |
1565 | 2024-08-06T07:40:13.602Z | Compiling postgres-protocol v0.6.7 |
1566 | 2024-08-06T07:40:14.075Z | Compiling publicsuffix v2.2.3 |
1567 | 2024-08-06T07:40:14.827Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1568 | 2024-08-06T07:40:16.591Z | Compiling diesel_derives v2.1.4 |
1569 | 2024-08-06T07:40:17.425Z | Compiling addr2line v0.21.0 |
1570 | 2024-08-06T07:40:18.931Z | Compiling tokio-rustls v0.24.1 |
1571 | 2024-08-06T07:40:20.642Z | Compiling pkcs8 v0.10.2 |
1572 | 2024-08-06T07:40:20.982Z | Compiling terminal_size v0.3.0 |
1573 | 2024-08-06T07:40:21.161Z | Compiling tokio-native-tls v0.3.1 |
1574 | 2024-08-06T07:40:21.471Z | Compiling phf_shared v0.11.2 |
1575 | 2024-08-06T07:40:21.473Z | Compiling strum_macros v0.25.3 |
1576 | 2024-08-06T07:40:21.941Z | Compiling serde_urlencoded v0.7.1 |
1577 | 2024-08-06T07:40:22.438Z | Compiling enum-as-inner v0.5.1 |
1578 | 2024-08-06T07:40:23.424Z | Compiling block-padding v0.3.3 |
1579 | 2024-08-06T07:40:23.554Z | Compiling serde_repr v0.1.19 |
1580 | 2024-08-06T07:40:23.662Z | Compiling ff v0.13.0 |
1581 | 2024-08-06T07:40:23.922Z | Compiling scheduled-thread-pool v0.2.7 |
1582 | 2024-08-06T07:40:24.654Z | Compiling object v0.32.2 |
1583 | 2024-08-06T07:40:25.090Z | Compiling winnow v0.5.40 |
1584 | 2024-08-06T07:40:25.653Z | Compiling ipnet v2.9.0 |
1585 | 2024-08-06T07:40:27.502Z | Compiling bit-vec v0.6.3 |
1586 | 2024-08-06T07:40:27.753Z | Compiling bitflags v1.3.2 |
1587 | 2024-08-06T07:40:27.870Z | Compiling matches v0.1.10 |
1588 | 2024-08-06T07:40:27.898Z | Compiling regex-automata v0.1.10 |
1589 | 2024-08-06T07:40:28.399Z | Compiling rustc-demangle v0.1.24 |
1590 | 2024-08-06T07:40:28.521Z | Compiling base16ct v0.2.0 |
1591 | 2024-08-06T07:40:28.814Z | Compiling clap_lex v0.7.0 |
1592 | 2024-08-06T07:40:28.898Z | Compiling either v1.12.0 |
1593 | 2024-08-06T07:40:29.257Z | Compiling managed v0.8.0 |
1594 | 2024-08-06T07:40:29.289Z | Compiling clap_builder v4.5.13 |
1595 | 2024-08-06T07:40:29.334Z | Compiling sec1 v0.7.3 |
1596 | 2024-08-06T07:40:29.887Z | Compiling toml_edit v0.19.15 |
1597 | 2024-08-06T07:40:30.364Z | Compiling bstr v0.2.17 |
1598 | 2024-08-06T07:40:31.064Z | Compiling idna v0.2.3 |
1599 | 2024-08-06T07:40:31.744Z | Compiling rustls-pemfile v1.0.4 |
1600 | 2024-08-06T07:40:32.127Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1601 | 2024-08-06T07:40:32.205Z | Compiling r2d2 v0.8.10 |
1602 | 2024-08-06T07:40:32.465Z | Compiling group v0.13.0 |
1603 | 2024-08-06T07:40:32.569Z | Compiling inout v0.1.3 |
1604 | 2024-08-06T07:40:33.090Z | Compiling phf v0.11.2 |
1605 | 2024-08-06T07:40:33.121Z | Compiling hyper-tls v0.5.0 |
1606 | 2024-08-06T07:40:33.474Z | Compiling signal-hook-mio v0.2.3 |
1607 | 2024-08-06T07:40:33.544Z | Compiling hyper-rustls v0.24.2 |
1608 | 2024-08-06T07:40:33.825Z | Compiling cookie_store v0.20.0 |
1609 | 2024-08-06T07:40:34.005Z | Compiling postgres-types v0.2.7 |
1610 | 2024-08-06T07:40:34.482Z | Compiling num-bigint v0.4.5 |
1611 | 2024-08-06T07:40:36.038Z | Compiling hubpack v0.1.2 |
1612 | 2024-08-06T07:40:36.514Z | Compiling phf_shared v0.10.0 |
1613 | 2024-08-06T07:40:36.694Z | Compiling hkdf v0.12.4 |
1614 | 2024-08-06T07:40:37.093Z | Compiling zerocopy v0.6.6 |
1615 | 2024-08-06T07:40:37.111Z | Compiling ipnetwork v0.20.0 |
1616 | 2024-08-06T07:40:37.158Z | Compiling futures-executor v0.3.30 |
1617 | 2024-08-06T07:40:37.404Z | Compiling crypto-bigint v0.5.5 |
1618 | 2024-08-06T07:40:37.762Z | Compiling float-cmp v0.9.0 |
1619 | 2024-08-06T07:40:37.869Z | Compiling memmap v0.7.0 |
1620 | 2024-08-06T07:40:37.993Z | Compiling winnow v0.6.18 |
1621 | 2024-08-06T07:40:38.168Z | Compiling normalize-line-endings v0.3.0 |
1622 | 2024-08-06T07:40:38.228Z | Compiling new_debug_unreachable v1.0.6 |
1623 | 2024-08-06T07:40:38.289Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-08-06T07:40:38.474Z | Compiling sync_wrapper v0.1.2 |
1625 | 2024-08-06T07:40:38.502Z | Compiling static_assertions v1.1.0 |
1626 | 2024-08-06T07:40:38.608Z | Compiling fixedbitset v0.4.2 |
1627 | 2024-08-06T07:40:38.628Z | Compiling precomputed-hash v0.1.1 |
1628 | 2024-08-06T07:40:38.750Z | Compiling data-encoding v2.6.0 |
1629 | 2024-08-06T07:40:38.769Z | Compiling whoami v1.5.1 |
1630 | 2024-08-06T07:40:38.772Z | Compiling difflib v0.4.0 |
1631 | 2024-08-06T07:40:39.161Z | Compiling unicode-segmentation v1.11.0 |
1632 | 2024-08-06T07:40:39.325Z | Compiling webpki-roots v0.25.4 |
1633 | 2024-08-06T07:40:39.499Z | Compiling predicates-core v1.0.6 |
1634 | 2024-08-06T07:40:40.011Z | Compiling similar v2.5.0 |
1635 | 2024-08-06T07:40:40.028Z | Compiling predicates v3.1.2 |
1636 | 2024-08-06T07:40:40.031Z | Compiling reqwest v0.11.27 |
1637 | 2024-08-06T07:40:40.957Z | Compiling elliptic-curve v0.13.8 |
1638 | 2024-08-06T07:40:41.466Z | Compiling toml_edit v0.22.20 |
1639 | 2024-08-06T07:40:41.484Z | Compiling trust-dns-proto v0.22.0 |
1640 | 2024-08-06T07:40:41.588Z | Compiling tokio-postgres v0.7.11 |
1641 | 2024-08-06T07:40:41.678Z | Compiling petgraph v0.6.5 |
1642 | 2024-08-06T07:40:42.075Z | Compiling string_cache v0.8.7 |
1643 | 2024-08-06T07:40:43.610Z | Compiling nom v7.1.3 |
1644 | 2024-08-06T07:40:45.727Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1645 | 2024-08-06T07:40:46.717Z | Compiling usdt v0.5.0 |
1646 | 2024-08-06T07:40:47.854Z | Compiling diesel v2.1.6 |
1647 | 2024-08-06T07:40:47.925Z | Compiling futures v0.3.30 |
1648 | 2024-08-06T07:40:48.053Z | Compiling yasna v0.5.2 |
1649 | 2024-08-06T07:40:49.327Z | Compiling crossterm v0.27.0 |
1650 | 2024-08-06T07:40:49.634Z | Compiling crossbeam-epoch v0.9.18 |
1651 | 2024-08-06T07:40:49.682Z | Compiling flate2 v1.0.31 |
1652 | 2024-08-06T07:40:50.373Z | Compiling toml v0.7.8 |
1653 | 2024-08-06T07:40:50.649Z | Compiling clap v4.5.13 |
1654 | 2024-08-06T07:40:50.781Z | Compiling cipher v0.4.4 |
1655 | 2024-08-06T07:40:51.233Z | Compiling itertools v0.12.1 |
1656 | 2024-08-06T07:40:51.370Z | Compiling itertools v0.10.5 |
1657 | 2024-08-06T07:40:51.864Z | Compiling bit-set v0.5.3 |
1658 | 2024-08-06T07:40:52.044Z | Compiling num-iter v0.1.45 |
1659 | 2024-08-06T07:40:52.128Z | Compiling console v0.15.8 |
1660 | 2024-08-06T07:40:53.636Z | Compiling tokio-stream v0.1.15 |
1661 | 2024-08-06T07:40:54.124Z | Compiling bstr v1.9.1 |
1662 | 2024-08-06T07:40:54.323Z | Compiling hex v0.4.3 |
1663 | 2024-08-06T07:40:55.232Z | Compiling lalrpop-util v0.19.12 |
1664 | 2024-08-06T07:40:55.573Z | Compiling peg-runtime v0.8.3 |
1665 | 2024-08-06T07:40:55.573Z | Compiling unicode-xid v0.2.4 |
1666 | 2024-08-06T07:40:55.992Z | Compiling radium v0.7.0 |
1667 | 2024-08-06T07:40:56.007Z | Compiling camino v1.1.7 |
1668 | 2024-08-06T07:41:00.365Z | Compiling is-terminal v0.4.12 |
1669 | 2024-08-06T07:41:02.358Z | Compiling maybe-uninit v2.0.0 |
1670 | 2024-08-06T07:41:04.104Z | Compiling tap v1.0.1 |
1671 | 2024-08-06T07:41:06.151Z | Compiling rustls-pki-types v1.7.0 |
1672 | 2024-08-06T07:41:07.500Z | Compiling ident_case v1.0.1 |
1673 | 2024-08-06T07:41:10.148Z | Compiling darling_core v0.20.9 |
1674 | 2024-08-06T07:41:19.227Z | Compiling wyz v0.5.1 |
1675 | 2024-08-06T07:41:23.491Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1676 | 2024-08-06T07:41:23.659Z | Compiling getopts v0.2.21 |
1677 | 2024-08-06T07:41:24.107Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1678 | 2024-08-06T07:41:24.557Z | Compiling dirs-sys-next v0.1.2 |
1679 | 2024-08-06T07:41:24.778Z | Compiling paste v1.0.15 |
1680 | 2024-08-06T07:41:25.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1681 | 2024-08-06T07:41:25.271Z | Compiling rustls v0.22.4 |
1682 | 2024-08-06T07:41:25.565Z | Compiling unsafe-libyaml v0.2.11 |
1683 | 2024-08-06T07:41:25.583Z | Compiling funty v2.0.0 |
1684 | 2024-08-06T07:41:25.762Z | Compiling packed_struct v0.10.1 |
1685 | 2024-08-06T07:41:26.188Z | Compiling num-bigint-dig v0.8.4 |
1686 | 2024-08-06T07:41:27.372Z | Compiling serde_yaml v0.9.34+deprecated |
1687 | 2024-08-06T07:41:27.864Z | Compiling bitvec v1.0.1 |
1688 | 2024-08-06T07:41:28.001Z | Compiling dirs-next v2.0.0 |
1689 | 2024-08-06T07:41:29.259Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1690 | 2024-08-06T07:41:32.455Z | Compiling darling_macro v0.20.9 |
1691 | 2024-08-06T07:41:32.867Z | Compiling rustls-webpki v0.102.4 |
1692 | 2024-08-06T07:41:35.940Z | Compiling packed_struct_codegen v0.10.1 |
1693 | 2024-08-06T07:41:37.368Z | Compiling structmeta-derive v0.3.0 |
1694 | 2024-08-06T07:41:38.159Z | Compiling thread_local v1.1.8 |
1695 | 2024-08-06T07:41:38.460Z | Compiling indexmap v1.9.3 |
1696 | 2024-08-06T07:41:38.714Z | Compiling multer v3.1.0 |
1697 | 2024-08-06T07:41:38.936Z | Compiling match_cfg v0.1.0 |
1698 | 2024-08-06T07:41:39.054Z | Compiling fastrand v2.1.0 |
1699 | 2024-08-06T07:41:39.100Z | Compiling nodrop v0.1.14 |
1700 | 2024-08-06T07:41:39.103Z | Compiling slog-async v2.8.0 |
1701 | 2024-08-06T07:41:39.166Z | Compiling rayon-core v1.12.1 |
1702 | 2024-08-06T07:41:39.233Z | Compiling crc-catalog v2.4.0 |
1703 | 2024-08-06T07:41:39.731Z | Compiling tempfile v3.10.1 |
1704 | 2024-08-06T07:41:39.748Z | Compiling crc v3.2.1 |
1705 | 2024-08-06T07:41:39.967Z | Compiling structmeta v0.3.0 |
1706 | 2024-08-06T07:41:40.371Z | Compiling array-init v0.0.4 |
1707 | 2024-08-06T07:41:41.489Z | Compiling hostname v0.3.1 |
1708 | 2024-08-06T07:41:42.575Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1709 | 2024-08-06T07:41:43.297Z | Compiling darling v0.20.9 |
1710 | 2024-08-06T07:41:43.571Z | Compiling smallvec v0.6.14 |
1711 | 2024-08-06T07:41:44.274Z | Compiling term v0.7.0 |
1712 | 2024-08-06T07:41:49.580Z | Compiling crossbeam-deque v0.8.5 |
1713 | 2024-08-06T07:41:49.973Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1714 | 2024-08-06T07:41:50.969Z | Compiling pkcs1 v0.7.5 |
1715 | 2024-08-06T07:41:51.460Z | Compiling slog-json v2.6.1 |
1716 | 2024-08-06T07:41:52.558Z | Compiling crossbeam-channel v0.5.12 |
1717 | 2024-08-06T07:41:54.120Z | Compiling http v1.1.0 |
1718 | 2024-08-06T07:41:54.852Z | Compiling signature v2.2.0 |
1719 | 2024-08-06T07:41:56.664Z | Compiling pin-project-internal v1.1.5 |
1720 | 2024-08-06T07:41:57.445Z | Compiling async-stream-impl v0.3.5 |
1721 | 2024-08-06T07:41:58.721Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1722 | 2024-08-06T07:41:59.895Z | Compiling atomic-waker v1.1.2 |
1723 | 2024-08-06T07:42:00.572Z | Compiling termcolor v1.4.1 |
1724 | 2024-08-06T07:42:01.610Z | Compiling take_mut v0.2.2 |
1725 | 2024-08-06T07:42:01.628Z | Compiling bitfield v0.14.0 |
1726 | 2024-08-06T07:42:01.702Z | Compiling hashbrown v0.12.3 |
1727 | 2024-08-06T07:42:01.778Z | Compiling same-file v1.0.6 |
1728 | 2024-08-06T07:42:02.066Z | Compiling walkdir v2.5.0 |
1729 | 2024-08-06T07:42:02.597Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1730 | 2024-08-06T07:42:06.088Z | Compiling env_logger v0.10.2 |
1731 | 2024-08-06T07:42:12.164Z | Compiling waitgroup v0.1.2 |
1732 | 2024-08-06T07:42:13.523Z | Compiling pin-project v1.1.5 |
1733 | 2024-08-06T07:42:13.733Z | Compiling async-stream v0.3.5 |
1734 | 2024-08-06T07:42:14.620Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1735 | 2024-08-06T07:42:14.923Z | Compiling rsa v0.9.6 |
1736 | 2024-08-06T07:42:17.514Z | Compiling slog-bunyan v2.5.0 |
1737 | 2024-08-06T07:42:18.509Z | Compiling tokio-rustls v0.25.0 |
1738 | 2024-08-06T07:42:18.590Z | Compiling slog-term v2.9.1 |
1739 | 2024-08-06T07:42:20.358Z | Compiling serde-hex v0.1.0 |
1740 | 2024-08-06T07:42:21.104Z | Compiling bzip2 v0.4.4 |
1741 | 2024-08-06T07:42:21.212Z | Compiling serde_with_macros v3.8.3 |
1742 | 2024-08-06T07:42:22.096Z | Compiling parse-display-derive v0.9.1 |
1743 | 2024-08-06T07:42:22.538Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1744 | 2024-08-06T07:42:23.200Z | Compiling toml v0.8.19 |
1745 | 2024-08-06T07:42:23.809Z | Compiling rustls-pemfile v2.1.3 |
1746 | 2024-08-06T07:42:27.373Z | Compiling x509-cert v0.2.5 |
1747 | 2024-08-06T07:42:27.489Z | Compiling sha1 v0.10.6 |
1748 | 2024-08-06T07:42:28.324Z | Compiling ron v0.8.1 |
1749 | 2024-08-06T07:42:28.583Z | Compiling strum_macros v0.26.4 |
1750 | 2024-08-06T07:42:29.615Z | Compiling newtype-uuid v1.1.0 |
1751 | 2024-08-06T07:42:29.999Z | Compiling xattr v1.3.1 |
1752 | 2024-08-06T07:42:30.560Z | Compiling snafu-derive v0.8.2 |
1753 | 2024-08-06T07:42:31.297Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1754 | 2024-08-06T07:42:32.130Z | Compiling serde_path_to_error v0.1.16 |
1755 | 2024-08-06T07:42:33.151Z | Compiling hashbrown v0.13.2 |
1756 | 2024-08-06T07:42:33.169Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1757 | 2024-08-06T07:42:33.920Z | Compiling blake3 v1.5.1 |
1758 | 2024-08-06T07:42:34.388Z | Compiling ring v0.16.20 |
1759 | 2024-08-06T07:42:34.492Z | Compiling filetime v0.2.23 |
1760 | 2024-08-06T07:42:34.515Z | Compiling hostname v0.4.0 |
1761 | 2024-08-06T07:42:34.769Z | Compiling instant v0.1.12 |
1762 | 2024-08-06T07:42:34.954Z | Compiling debug-ignore v1.0.5 |
1763 | 2024-08-06T07:42:35.078Z | Compiling crc-any v2.5.0 |
1764 | 2024-08-06T07:42:35.121Z | Compiling buf-list v1.0.3 |
1765 | 2024-08-06T07:42:35.740Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1766 | 2024-08-06T07:42:35.896Z | Compiling snafu v0.8.2 |
1767 | 2024-08-06T07:42:36.007Z | Compiling backoff v0.4.0 |
1768 | 2024-08-06T07:42:36.357Z | Compiling tar v0.4.41 |
1769 | 2024-08-06T07:42:37.588Z | Compiling object v0.30.4 |
1770 | 2024-08-06T07:42:38.813Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1771 | 2024-08-06T07:42:39.045Z | Compiling strum v0.26.3 |
1772 | 2024-08-06T07:42:39.256Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1773 | 2024-08-06T07:42:40.968Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1774 | 2024-08-06T07:42:41.279Z | Compiling parse-display v0.9.1 |
1775 | 2024-08-06T07:42:41.499Z | Compiling serde_with v3.8.3 |
1776 | 2024-08-06T07:42:41.617Z | Compiling zip v0.6.6 |
1777 | 2024-08-06T07:42:42.996Z | Compiling rayon v1.10.0 |
1778 | 2024-08-06T07:42:44.353Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1779 | 2024-08-06T07:42:44.858Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1780 | 2024-08-06T07:42:45.124Z | Compiling camino-tempfile v1.1.1 |
1781 | 2024-08-06T07:42:45.922Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1782 | 2024-08-06T07:42:45.949Z | Compiling globset v0.4.14 |
1783 | 2024-08-06T07:42:48.698Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1784 | 2024-08-06T07:42:48.896Z | Compiling pem v3.0.4 |
1785 | 2024-08-06T07:42:49.785Z | Compiling olpc-cjson v0.1.3 |
1786 | 2024-08-06T07:42:50.157Z | Compiling serde_plain v1.0.2 |
1787 | 2024-08-06T07:42:50.320Z | Compiling macaddr v1.0.1 |
1788 | 2024-08-06T07:42:50.385Z | Compiling async-recursion v1.1.1 |
1789 | 2024-08-06T07:42:50.673Z | Compiling memmap2 v0.9.4 |
1790 | 2024-08-06T07:42:50.967Z | Compiling path-slash v0.1.5 |
1791 | 2024-08-06T07:42:51.211Z | Compiling arrayref v0.3.7 |
1792 | 2024-08-06T07:42:51.257Z | Compiling spin v0.5.2 |
1793 | 2024-08-06T07:42:51.321Z | Compiling arrayvec v0.7.4 |
1794 | 2024-08-06T07:42:51.511Z | Compiling typed-path v0.7.1 |
1795 | 2024-08-06T07:42:51.790Z | Compiling untrusted v0.7.1 |
1796 | 2024-08-06T07:42:51.835Z | Compiling constant_time_eq v0.3.0 |
1797 | 2024-08-06T07:42:53.268Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1798 | 2024-08-06T07:42:54.501Z | Compiling tough v0.17.1 |
1799 | 2024-08-06T07:42:54.686Z | Compiling cargo-platform v0.1.8 |
1800 | 2024-08-06T07:42:55.828Z | Compiling topological-sort v0.2.2 |
1801 | 2024-08-06T07:42:56.102Z | Compiling parse-size v1.0.0 |
1802 | 2024-08-06T07:42:56.403Z | Compiling omicron-zone-package v0.11.0 |
1803 | 2024-08-06T07:42:58.072Z | Compiling cargo_metadata v0.18.1 |
1804 | 2024-08-06T07:42:59.209Z | Compiling shell-words v1.1.0 |
1805 | 2024-08-06T07:42:59.776Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1806 | 2024-08-06T07:43:11.152Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1807 | 2024-08-06T07:43:19.906Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1808 | 2024-08-06T07:43:33.681Z | Finished `release` profile [optimized] target(s) in 4m 53s |
1809 | 2024-08-06T07:43:33.814Z | Running `target/release/omicron-releng --output-dir /work` |
1810 | 2024-08-06T07:43:33.851Z | Aug 06 07:43:32.800 DEBG changing working directory to /work/oxidecomputer/omicron |
1811 | 2024-08-06T07:43:33.938Z | Aug 06 07:43:32.885 DEBG running: git rev-parse HEAD |
1812 | 2024-08-06T07:43:33.943Z | Aug 06 07:43:32.892 DEBG process exited with exit status: 0 (6.294374ms) |
1813 | 2024-08-06T07:43:33.943Z | Aug 06 07:43:32.892 INFO version: 10.0.0-0.ci+git2f13344f339 |
1814 | 2024-08-06T07:43:33.983Z | Aug 06 07:43:32.932 INFO cloning helios to /work/oxidecomputer/helios |
1815 | 2024-08-06T07:43:33.983Z | Aug 06 07:43:32.932 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1816 | 2024-08-06T07:43:33.988Z | Cloning into '/work/oxidecomputer/helios'... |
1817 | 2024-08-06T07:43:34.448Z | Aug 06 07:43:33.397 DEBG process exited with exit status: 0 (464.999167ms) |
1818 | 2024-08-06T07:43:34.448Z | Aug 06 07:43:33.397 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1819 | 2024-08-06T07:43:34.456Z | # branch.oid ed78304311f495f06e380799bd1395aabc13c0d6 |
1820 | 2024-08-06T07:43:34.456Z | # branch.head master |
1821 | 2024-08-06T07:43:34.456Z | # branch.upstream origin/master |
1822 | 2024-08-06T07:43:34.456Z | # branch.ab +0 -0 |
1823 | 2024-08-06T07:43:34.459Z | Aug 06 07:43:33.405 DEBG process exited with exit status: 0 (7.974517ms) |
1824 | 2024-08-06T07:43:34.459Z | Aug 06 07:43:33.405 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1825 | 2024-08-06T07:43:35.152Z | Aug 06 07:43:34.101 DEBG process exited with exit status: 0 (695.304198ms) |
1826 | 2024-08-06T07:43:35.152Z | Aug 06 07:43:34.101 DEBG running: zfs list rpool/images/build/host |
1827 | 2024-08-06T07:43:35.166Z | NAME USED AVAIL REFER MOUNTPOINT |
1828 | 2024-08-06T07:43:35.166Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1829 | 2024-08-06T07:43:35.166Z | Aug 06 07:43:34.108 DEBG process exited with exit status: 0 (7.092597ms) |
1830 | 2024-08-06T07:43:35.167Z | Aug 06 07:43:34.108 DEBG running: zfs list rpool/images/build/recovery |
1831 | 2024-08-06T07:43:35.175Z | NAME USED AVAIL REFER MOUNTPOINT |
1832 | 2024-08-06T07:43:35.175Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1833 | 2024-08-06T07:43:35.175Z | Aug 06 07:43:34.114 DEBG process exited with exit status: 0 (6.240182ms) |
1834 | 2024-08-06T07:43:35.175Z | Aug 06 07:43:34.115 INFO [hubris-staging] running task |
1835 | 2024-08-06T07:43:35.175Z | Aug 06 07:43:34.115 INFO [hubris-production] running task |
1836 | 2024-08-06T07:43:35.175Z | Aug 06 07:43:34.116 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1837 | 2024-08-06T07:43:35.175Z | Aug 06 07:43:34.119 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1838 | 2024-08-06T07:43:35.571Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1839 | 2024-08-06T07:43:35.745Z | [ omicron-package] Blocking waiting for file lock on package cache |
1840 | 2024-08-06T07:43:36.425Z | Aug 06 07:43:35.373 INFO [hubris-production] task succeeded (1.257833672s) |
1841 | 2024-08-06T07:43:36.493Z | [ omicron-package] Blocking waiting for file lock on package cache |
1842 | 2024-08-06T07:43:37.342Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1843 | 2024-08-06T07:43:37.346Z | [ omicron-package] Compiling heapless v0.8.0 |
1844 | 2024-08-06T07:43:37.346Z | [ omicron-package] Compiling hash32 v0.3.1 |
1845 | 2024-08-06T07:43:37.346Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1846 | 2024-08-06T07:43:37.346Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1847 | 2024-08-06T07:43:37.346Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1848 | 2024-08-06T07:43:37.346Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1849 | 2024-08-06T07:43:37.346Z | [ omicron-package] Compiling cobs v0.2.3 |
1850 | 2024-08-06T07:43:38.483Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1851 | 2024-08-06T07:43:38.745Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1852 | 2024-08-06T07:43:38.923Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1853 | 2024-08-06T07:43:38.925Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1854 | 2024-08-06T07:43:39.099Z | [ omicron-package] Compiling postcard v1.0.8 |
1855 | 2024-08-06T07:43:39.172Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1856 | 2024-08-06T07:43:39.362Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1857 | 2024-08-06T07:43:39.686Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1858 | 2024-08-06T07:43:39.941Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1859 | 2024-08-06T07:43:41.045Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1860 | 2024-08-06T07:43:41.171Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1861 | 2024-08-06T07:43:41.174Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1862 | 2024-08-06T07:43:41.384Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1863 | 2024-08-06T07:43:41.387Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1864 | 2024-08-06T07:43:42.008Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1865 | 2024-08-06T07:43:42.229Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1866 | 2024-08-06T07:43:42.366Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1867 | 2024-08-06T07:43:42.728Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1868 | 2024-08-06T07:43:43.037Z | [ omicron-package] Compiling colored v2.1.0 |
1869 | 2024-08-06T07:43:43.083Z | [ omicron-package] Compiling num_enum v0.5.11 |
1870 | 2024-08-06T07:43:43.086Z | [ omicron-package] Compiling socket2 v0.4.10 |
1871 | 2024-08-06T07:43:43.252Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1872 | 2024-08-06T07:43:43.665Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1873 | 2024-08-06T07:43:43.668Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1874 | 2024-08-06T07:43:43.837Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1875 | 2024-08-06T07:43:43.944Z | [ omicron-package] Compiling num-derive v0.4.2 |
1876 | 2024-08-06T07:43:44.770Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1877 | 2024-08-06T07:43:44.813Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1878 | 2024-08-06T07:43:45.302Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1879 | 2024-08-06T07:43:45.364Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1880 | 2024-08-06T07:43:45.525Z | Aug 06 07:43:44.472 INFO [hubris-staging] task succeeded (10.356696386s) |
1881 | 2024-08-06T07:43:45.813Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1882 | 2024-08-06T07:43:45.953Z | [ omicron-package] Compiling smf v0.2.3 |
1883 | 2024-08-06T07:43:46.367Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1884 | 2024-08-06T07:43:46.476Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1885 | 2024-08-06T07:43:46.855Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1886 | 2024-08-06T07:43:47.882Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1887 | 2024-08-06T07:43:48.406Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1888 | 2024-08-06T07:43:49.442Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1889 | 2024-08-06T07:43:49.980Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1890 | 2024-08-06T07:43:51.302Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1891 | 2024-08-06T07:43:51.496Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1892 | 2024-08-06T07:43:51.759Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1893 | 2024-08-06T07:43:51.974Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1894 | 2024-08-06T07:43:53.150Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1895 | 2024-08-06T07:43:53.325Z | [ omicron-package] Compiling gethostname v0.5.0 |
1896 | 2024-08-06T07:43:53.733Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1897 | 2024-08-06T07:43:54.269Z | [ omicron-package] Compiling indicatif v0.17.8 |
1898 | 2024-08-06T07:43:56.151Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1899 | 2024-08-06T07:43:59.384Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1900 | 2024-08-06T07:44:00.018Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1901 | 2024-08-06T07:44:01.544Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1902 | 2024-08-06T07:44:18.484Z | [ helios-setup] Aug 06 07:44:17.424 INFO helios repository root is: /work/oxidecomputer/helios |
1903 | 2024-08-06T07:44:18.487Z | [ helios-setup] Aug 06 07:44:17.427 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 |
1904 | 2024-08-06T07:44:18.487Z | [ helios-setup] Aug 06 07:44:17.427 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1905 | 2024-08-06T07:44:18.491Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1906 | 2024-08-06T07:44:21.154Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.96s |
1907 | 2024-08-06T07:44:21.357Z | [ omicron-package] |
1908 | 2024-08-06T07:44:21.357Z | [ omicron-package] real 46.132504737 |
1909 | 2024-08-06T07:44:21.357Z | [ omicron-package] user 2:48.450391114 |
1910 | 2024-08-06T07:44:21.362Z | [ omicron-package] sys 22.847290236 |
1911 | 2024-08-06T07:44:21.362Z | [ omicron-package] trap 0.156374124 |
1912 | 2024-08-06T07:44:21.362Z | [ omicron-package] tflt 0.328711737 |
1913 | 2024-08-06T07:44:21.362Z | [ omicron-package] dflt 0.530826686 |
1914 | 2024-08-06T07:44:21.362Z | [ omicron-package] kflt 0.009012423 |
1915 | 2024-08-06T07:44:21.362Z | [ omicron-package] lock 5:26.698751938 |
1916 | 2024-08-06T07:44:21.362Z | [ omicron-package] slp 9:12.693405916 |
1917 | 2024-08-06T07:44:21.362Z | [ omicron-package] lat 1:40.642554134 |
1918 | 2024-08-06T07:44:21.362Z | [ omicron-package] stop 1:02.277939897 |
1919 | 2024-08-06T07:44:21.362Z | Aug 06 07:44:20.291 INFO [omicron-package] process exited with exit status: 0 (46.171813286s) |
1920 | 2024-08-06T07:44:21.362Z | Aug 06 07:44:20.291 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 |
1921 | 2024-08-06T07:44:21.389Z | Aug 06 07:44:20.329 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1922 | 2024-08-06T07:44:21.400Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1923 | 2024-08-06T07:44:21.402Z | [ host-target] Created new build target 'host' and set it as active |
1924 | 2024-08-06T07:44:21.403Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1925 | 2024-08-06T07:44:21.403Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1926 | 2024-08-06T07:44:21.403Z | Aug 06 07:44:20.343 INFO [host-target] process exited with exit status: 0 (51.595722ms) |
1927 | 2024-08-06T07:44:21.403Z | Aug 06 07:44:20.343 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1928 | 2024-08-06T07:44:21.408Z | Aug 06 07:44:20.348 INFO [recovery-target] process exited with exit status: 0 (19.155043ms) |
1929 | 2024-08-06T07:44:21.416Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1930 | 2024-08-06T07:44:22.528Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1931 | 2024-08-06T07:44:22.528Z | [ host-package] Compiling camino v1.1.7 |
1932 | 2024-08-06T07:44:22.528Z | [ host-package] Compiling password-hash v0.5.0 |
1933 | 2024-08-06T07:44:22.532Z | [ host-package] Compiling blake2 v0.10.6 |
1934 | 2024-08-06T07:44:22.532Z | [ host-package] Compiling derive-where v1.2.7 |
1935 | 2024-08-06T07:44:22.532Z | [ host-package] Compiling humantime v2.1.0 |
1936 | 2024-08-06T07:44:22.532Z | [ host-package] Compiling newline-converter v0.3.0 |
1937 | 2024-08-06T07:44:22.654Z | [ host-package] Compiling toml v0.8.19 |
1938 | 2024-08-06T07:44:22.888Z | [ host-package] Compiling expectorate v1.1.0 |
1939 | 2024-08-06T07:44:22.911Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1940 | 2024-08-06T07:44:22.928Z | [ helios-setup] Aug 06 07:44:21.866 INFO clone ok!, project: amd-firmware |
1941 | 2024-08-06T07:44:22.943Z | [ helios-setup] Aug 06 07:44:21.866 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 |
1942 | 2024-08-06T07:44:22.943Z | [ helios-setup] Aug 06 07:44:21.866 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1943 | 2024-08-06T07:44:22.943Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1944 | 2024-08-06T07:44:23.117Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1945 | 2024-08-06T07:44:23.413Z | [ host-package] Compiling argon2 v0.5.3 |
1946 | 2024-08-06T07:44:23.661Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1947 | 2024-08-06T07:44:23.677Z | [ helios-setup] Aug 06 07:44:22.585 INFO clone ok!, project: pinprick |
1948 | 2024-08-06T07:44:23.677Z | [ helios-setup] Aug 06 07:44:22.585 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 |
1949 | 2024-08-06T07:44:23.678Z | [ helios-setup] Aug 06 07:44:22.585 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1950 | 2024-08-06T07:44:23.678Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1951 | 2024-08-06T07:44:23.678Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1952 | 2024-08-06T07:44:23.894Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1953 | 2024-08-06T07:44:23.922Z | [ host-package] Compiling convert_case v0.4.0 |
1954 | 2024-08-06T07:44:24.316Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1955 | 2024-08-06T07:44:24.478Z | [ helios-setup] Aug 06 07:44:23.379 INFO clone ok!, project: phbl |
1956 | 2024-08-06T07:44:24.549Z | [ helios-setup] Aug 06 07:44:23.379 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 |
1957 | 2024-08-06T07:44:24.549Z | [ helios-setup] Aug 06 07:44:23.379 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1958 | 2024-08-06T07:44:24.549Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1959 | 2024-08-06T07:44:24.549Z | [ host-package] Compiling dirs-next v2.0.0 |
1960 | 2024-08-06T07:44:24.751Z | [ host-package] Compiling prettyplease v0.2.20 |
1961 | 2024-08-06T07:44:24.794Z | [ host-package] Compiling derive_more v0.99.18 |
1962 | 2024-08-06T07:44:24.863Z | [ host-package] Compiling term v0.7.0 |
1963 | 2024-08-06T07:44:24.887Z | [ host-package] Compiling semver v0.1.20 |
1964 | 2024-08-06T07:44:25.122Z | [ host-package] Compiling is-terminal v0.4.12 |
1965 | 2024-08-06T07:44:25.203Z | [ host-package] Compiling home v0.5.9 |
1966 | 2024-08-06T07:44:25.446Z | [ helios-setup] Aug 06 07:44:24.384 INFO clone ok!, project: chelsio-t6-roms |
1967 | 2024-08-06T07:44:25.446Z | [ helios-setup] Aug 06 07:44:24.384 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 |
1968 | 2024-08-06T07:44:25.455Z | [ helios-setup] Aug 06 07:44:24.384 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1969 | 2024-08-06T07:44:25.455Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1970 | 2024-08-06T07:44:25.461Z | [ host-package] Compiling rustc_version v0.1.7 |
1971 | 2024-08-06T07:44:25.652Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1972 | 2024-08-06T07:44:25.910Z | [ host-package] Compiling newtype_derive v0.1.6 |
1973 | 2024-08-06T07:44:25.936Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1974 | 2024-08-06T07:44:26.262Z | [ host-package] Compiling rustls v0.22.4 |
1975 | 2024-08-06T07:44:26.309Z | [ host-package] Compiling thread_local v1.1.8 |
1976 | 2024-08-06T07:44:26.370Z | [ helios-setup] Aug 06 07:44:25.309 INFO clone ok!, project: pilot |
1977 | 2024-08-06T07:44:26.374Z | [ helios-setup] Aug 06 07:44:25.310 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 |
1978 | 2024-08-06T07:44:26.374Z | [ helios-setup] Aug 06 07:44:25.310 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1979 | 2024-08-06T07:44:26.378Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1980 | 2024-08-06T07:44:26.546Z | [ host-package] Compiling steno v0.4.1 |
1981 | 2024-08-06T07:44:26.717Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1982 | 2024-08-06T07:44:26.792Z | [ host-package] Compiling match_cfg v0.1.0 |
1983 | 2024-08-06T07:44:26.973Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1984 | 2024-08-06T07:44:27.040Z | [ helios-setup] Aug 06 07:44:25.979 INFO clone ok!, project: image-builder |
1985 | 2024-08-06T07:44:27.043Z | [ helios-setup] Aug 06 07:44:25.979 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 |
1986 | 2024-08-06T07:44:27.043Z | [ helios-setup] Aug 06 07:44:25.979 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 |
1987 | 2024-08-06T07:44:27.047Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1988 | 2024-08-06T07:44:27.477Z | [ host-package] Compiling lru-cache v0.1.2 |
1989 | 2024-08-06T07:44:28.136Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1990 | 2024-08-06T07:44:28.170Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1991 | 2024-08-06T07:44:28.607Z | [ host-package] Compiling hostname v0.3.1 |
1992 | 2024-08-06T07:44:28.788Z | [ host-package] Compiling multer v3.1.0 |
1993 | 2024-08-06T07:44:28.843Z | [ host-package] Compiling slog-async v2.8.0 |
1994 | 2024-08-06T07:44:28.860Z | [ host-package] Compiling slog-json v2.6.1 |
1995 | 2024-08-06T07:44:28.911Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
1996 | 2024-08-06T07:44:29.223Z | [ host-package] Compiling http v1.1.0 |
1997 | 2024-08-06T07:44:29.526Z | [ host-package] Compiling take_mut v0.2.2 |
1998 | 2024-08-06T07:44:29.703Z | [ host-package] Compiling atomic-waker v1.1.2 |
1999 | 2024-08-06T07:44:29.949Z | [ host-package] Compiling waitgroup v0.1.2 |
2000 | 2024-08-06T07:44:30.203Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2001 | 2024-08-06T07:44:30.433Z | [ host-package] Compiling slog-term v2.9.1 |
2002 | 2024-08-06T07:44:31.546Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2003 | 2024-08-06T07:44:31.586Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2004 | 2024-08-06T07:44:31.661Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2005 | 2024-08-06T07:44:31.727Z | [ host-package] Compiling async-stream v0.3.5 |
2006 | 2024-08-06T07:44:32.056Z | [ host-package] Compiling sha1 v0.10.6 |
2007 | 2024-08-06T07:44:32.093Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2008 | 2024-08-06T07:44:32.151Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2009 | 2024-08-06T07:44:32.458Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2010 | 2024-08-06T07:44:32.518Z | [ host-package] Compiling hostname v0.4.0 |
2011 | 2024-08-06T07:44:32.598Z | [ host-package] Compiling instant v0.1.12 |
2012 | 2024-08-06T07:44:32.785Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2013 | 2024-08-06T07:44:32.804Z | [ host-package] Compiling debug-ignore v1.0.5 |
2014 | 2024-08-06T07:44:32.926Z | [ host-package] Compiling backoff v0.4.0 |
2015 | 2024-08-06T07:44:33.009Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2016 | 2024-08-06T07:44:33.239Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2017 | 2024-08-06T07:44:33.300Z | [ host-package] Compiling parse-display v0.9.1 |
2018 | 2024-08-06T07:44:33.372Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2019 | 2024-08-06T07:44:33.557Z | [ host-package] Compiling serde_with v3.8.3 |
2020 | 2024-08-06T07:44:33.866Z | [ host-package] Compiling strum v0.26.3 |
2021 | 2024-08-06T07:44:34.062Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2022 | 2024-08-06T07:44:34.925Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2023 | 2024-08-06T07:44:34.946Z | [ helios-setup] Aug 06 07:44:33.878 INFO clone ok!, project: amd-host-image-builder |
2024 | 2024-08-06T07:44:34.953Z | [ helios-setup] Aug 06 07:44:33.878 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2025 | 2024-08-06T07:44:34.953Z | [ helios-setup] Aug 06 07:44:33.878 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2026 | 2024-08-06T07:44:34.953Z | [ helios-setup] Aug 06 07:44:33.878 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2027 | 2024-08-06T07:44:34.953Z | [ helios-setup] Aug 06 07:44:33.879 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 |
2028 | 2024-08-06T07:44:34.953Z | [ helios-setup] Aug 06 07:44:33.879 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2029 | 2024-08-06T07:44:34.953Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2030 | 2024-08-06T07:44:35.290Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2031 | 2024-08-06T07:44:35.729Z | [ helios-setup] Aug 06 07:44:34.666 INFO clone ok!, project: bootserver |
2032 | 2024-08-06T07:44:35.733Z | [ helios-setup] Aug 06 07:44:34.667 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2033 | 2024-08-06T07:44:36.109Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2034 | 2024-08-06T07:44:36.299Z | [ host-package] Compiling num-rational v0.4.2 |
2035 | 2024-08-06T07:44:40.238Z | [ helios-setup] Aug 06 07:44:35.841 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2036 | 2024-08-06T07:44:40.301Z | [ host-package] Compiling num-complex v0.4.6 |
2037 | 2024-08-06T07:44:40.301Z | [ helios-setup] Aug 06 07:44:36.391 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2038 | 2024-08-06T07:44:40.301Z | [ helios-setup] Aug 06 07:44:36.392 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2039 | 2024-08-06T07:44:40.301Z | [ host-package] Compiling macaddr v1.0.1 |
2040 | 2024-08-06T07:44:40.301Z | [ helios-setup] Aug 06 07:44:36.940 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2041 | 2024-08-06T07:44:40.301Z | [ host-package] Compiling swrite v0.1.0 |
2042 | 2024-08-06T07:44:40.301Z | [ host-package] Compiling num v0.4.3 |
2043 | 2024-08-06T07:44:40.301Z | [ helios-setup] Aug 06 07:44:37.603 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2044 | 2024-08-06T07:44:40.302Z | [ helios-setup] Aug 06 07:44:37.604 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2045 | 2024-08-06T07:44:40.302Z | [ host-package] Compiling float-ord v0.3.2 |
2046 | 2024-08-06T07:44:40.302Z | [ host-package] Compiling quick-error v1.2.3 |
2047 | 2024-08-06T07:44:40.302Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2048 | 2024-08-06T07:44:40.302Z | [ helios-setup] Aug 06 07:44:38.136 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2049 | 2024-08-06T07:44:40.302Z | [ helios-setup] Aug 06 07:44:38.665 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2050 | 2024-08-06T07:44:40.302Z | [ helios-setup] Aug 06 07:44:38.665 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2051 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.665 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2052 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.665 INFO ok! |
2053 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.665 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2054 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.665 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2055 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.665 INFO ok! |
2056 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.665 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2057 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.665 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2058 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.666 INFO ok! |
2059 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.666 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2060 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.666 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2061 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:38.994 INFO E| Compiling adler v1.0.2 |
2062 | 2024-08-06T07:44:40.303Z | [ helios-setup] Aug 06 07:44:39.162 INFO E| Compiling miniz_oxide v0.7.2 |
2063 | 2024-08-06T07:44:40.339Z | [ host-package] Compiling resolv-conf v0.7.0 |
2064 | 2024-08-06T07:44:41.361Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2065 | 2024-08-06T07:44:41.371Z | [ host-package] Compiling rayon-core v1.12.1 |
2066 | 2024-08-06T07:44:41.439Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2067 | 2024-08-06T07:44:41.517Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2068 | 2024-08-06T07:44:41.978Z | [ host-package] Compiling fastrand v2.1.0 |
2069 | 2024-08-06T07:44:42.010Z | [ host-package] Compiling display-error-chain v0.2.0 |
2070 | 2024-08-06T07:44:42.349Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2071 | 2024-08-06T07:44:42.702Z | [ host-package] Compiling same-file v1.0.6 |
2072 | 2024-08-06T07:44:42.912Z | [ host-package] Compiling walkdir v2.5.0 |
2073 | 2024-08-06T07:44:42.978Z | [ helios-setup] Aug 06 07:44:41.855 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2074 | 2024-08-06T07:44:43.710Z | [ host-package] Compiling tempfile v3.10.1 |
2075 | 2024-08-06T07:44:44.132Z | [ helios-setup] Aug 06 07:44:43.043 INFO E| Finished `release` profile [optimized] target(s) in 4.29s |
2076 | 2024-08-06T07:44:44.139Z | [ helios-setup] Aug 06 07:44:43.050 INFO building project "pinprick" ok (4 seconds) |
2077 | 2024-08-06T07:44:44.139Z | [ helios-setup] Aug 06 07:44:43.050 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2078 | 2024-08-06T07:44:44.139Z | [ helios-setup] Aug 06 07:44:43.050 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2079 | 2024-08-06T07:44:44.576Z | [ helios-setup] Aug 06 07:44:43.507 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2080 | 2024-08-06T07:44:45.178Z | [ helios-setup] Aug 06 07:44:44.113 INFO E| From https://github.com/jclulow/hiercmd |
2081 | 2024-08-06T07:44:45.178Z | [ helios-setup] Aug 06 07:44:44.113 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2082 | 2024-08-06T07:44:45.200Z | [ helios-setup] Aug 06 07:44:44.137 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2083 | 2024-08-06T07:44:45.815Z | [ helios-setup] Aug 06 07:44:44.746 INFO E| From https://github.com/jclulow/network-interface |
2084 | 2024-08-06T07:44:45.816Z | [ helios-setup] Aug 06 07:44:44.747 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2085 | 2024-08-06T07:44:45.832Z | [ helios-setup] Aug 06 07:44:44.768 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2086 | 2024-08-06T07:44:46.099Z | [ host-package] Compiling half v2.4.1 |
2087 | 2024-08-06T07:44:46.467Z | [ helios-setup] Aug 06 07:44:45.403 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2088 | 2024-08-06T07:44:46.468Z | [ helios-setup] Aug 06 07:44:45.403 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2089 | 2024-08-06T07:44:46.590Z | [ helios-setup] Aug 06 07:44:45.515 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2090 | 2024-08-06T07:44:46.908Z | [ host-package] Compiling ciborium-io v0.2.2 |
2091 | 2024-08-06T07:44:47.061Z | [ host-package] Compiling utf-8 v0.7.6 |
2092 | 2024-08-06T07:44:47.463Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2093 | 2024-08-06T07:44:47.489Z | [ helios-setup] Aug 06 07:44:46.425 INFO E| From https://github.com/oxidecomputer/facade |
2094 | 2024-08-06T07:44:47.489Z | [ helios-setup] Aug 06 07:44:46.425 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2095 | 2024-08-06T07:44:47.570Z | [ helios-setup] Aug 06 07:44:46.506 INFO E| Updating crates.io index |
2096 | 2024-08-06T07:44:47.988Z | [ host-package] Compiling ring v0.16.20 |
2097 | 2024-08-06T07:44:48.051Z | [ host-package] Compiling blake3 v1.5.1 |
2098 | 2024-08-06T07:44:48.097Z | [ helios-setup] Aug 06 07:44:47.033 INFO E| Downloading crates ... |
2099 | 2024-08-06T07:44:48.300Z | [ helios-setup] Aug 06 07:44:47.235 INFO E| Downloaded concolor-override v1.0.0 |
2100 | 2024-08-06T07:44:48.334Z | [ helios-setup] Aug 06 07:44:47.238 INFO E| Downloaded dyn-clone v1.0.11 |
2101 | 2024-08-06T07:44:48.393Z | [ helios-setup] Aug 06 07:44:47.244 INFO E| Downloaded const-random v0.1.15 |
2102 | 2024-08-06T07:44:48.393Z | [ helios-setup] Aug 06 07:44:47.274 INFO E| Downloaded want v0.3.0 |
2103 | 2024-08-06T07:44:48.393Z | [ helios-setup] Aug 06 07:44:47.276 INFO E| Downloaded try-lock v0.2.4 |
2104 | 2024-08-06T07:44:48.393Z | [ helios-setup] Aug 06 07:44:47.277 INFO E| Downloaded scopeguard v1.1.0 |
2105 | 2024-08-06T07:44:48.394Z | [ helios-setup] Aug 06 07:44:47.279 INFO E| Downloaded rustls-webpki v0.100.1 |
2106 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.292 INFO E| Downloaded project-root v0.2.2 |
2107 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.296 INFO E| Downloaded thiserror v1.0.38 |
2108 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.302 INFO E| Downloaded terminal_size v0.2.6 |
2109 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.305 INFO E| Downloaded tokio-macros v2.0.0 |
2110 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.310 INFO E| Downloaded slab v0.4.7 |
2111 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.312 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2112 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.318 INFO E| Downloaded time v0.1.45 |
2113 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.321 INFO E| Downloaded toolchain_find v0.2.0 |
2114 | 2024-08-06T07:44:48.423Z | [ helios-setup] Aug 06 07:44:47.323 INFO E| Downloaded schemars v0.8.12 |
2115 | 2024-08-06T07:44:48.488Z | [ helios-setup] Aug 06 07:44:47.347 INFO E| Downloaded io-lifetimes v1.0.10 |
2116 | 2024-08-06T07:44:48.488Z | [ helios-setup] Aug 06 07:44:47.351 INFO E| Downloaded ucd-trie v0.1.5 |
2117 | 2024-08-06T07:44:48.488Z | [ helios-setup] Aug 06 07:44:47.355 INFO E| Downloaded typenum v1.16.0 |
2118 | 2024-08-06T07:44:48.488Z | [ helios-setup] Aug 06 07:44:47.360 INFO E| Downloaded thiserror-impl v1.0.38 |
2119 | 2024-08-06T07:44:48.488Z | [ helios-setup] Aug 06 07:44:47.362 INFO E| Downloaded toml_datetime v0.6.1 |
2120 | 2024-08-06T07:44:48.488Z | [ helios-setup] Aug 06 07:44:47.365 INFO E| Downloaded serde_tokenstream v0.2.0 |
2121 | 2024-08-06T07:44:48.488Z | [ helios-setup] Aug 06 07:44:47.373 INFO E| Downloaded signal-hook-registry v1.4.0 |
2122 | 2024-08-06T07:44:48.489Z | [ helios-setup] Aug 06 07:44:47.376 INFO E| Downloaded walkdir v2.3.3 |
2123 | 2024-08-06T07:44:48.489Z | [ helios-setup] Aug 06 07:44:47.379 INFO E| Downloaded sct v0.7.0 |
2124 | 2024-08-06T07:44:48.502Z | [ helios-setup] Aug 06 07:44:47.387 INFO E| Downloaded tempfile v3.5.0 |
2125 | 2024-08-06T07:44:48.502Z | [ helios-setup] Aug 06 07:44:47.393 INFO E| Downloaded tokio-rustls v0.24.0 |
2126 | 2024-08-06T07:44:48.502Z | [ helios-setup] Aug 06 07:44:47.397 INFO E| Downloaded uuid v1.3.0 |
2127 | 2024-08-06T07:44:48.502Z | [ helios-setup] Aug 06 07:44:47.406 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2128 | 2024-08-06T07:44:48.502Z | [ helios-setup] Aug 06 07:44:47.414 INFO E| Downloaded unicode-bidi v0.3.13 |
2129 | 2024-08-06T07:44:48.516Z | [ helios-setup] Aug 06 07:44:47.443 INFO E| Downloaded memoffset v0.7.1 |
2130 | 2024-08-06T07:44:48.516Z | [ helios-setup] Aug 06 07:44:47.445 INFO E| Downloaded url v2.3.1 |
2131 | 2024-08-06T07:44:48.516Z | [ helios-setup] Aug 06 07:44:47.450 INFO E| Downloaded unicode-normalization v0.1.22 |
2132 | 2024-08-06T07:44:48.542Z | [ helios-setup] Aug 06 07:44:47.457 INFO E| Downloaded unicode-linebreak v0.1.4 |
2133 | 2024-08-06T07:44:48.542Z | [ helios-setup] Aug 06 07:44:47.461 INFO E| Downloaded winnow v0.4.1 |
2134 | 2024-08-06T07:44:48.566Z | [ helios-setup] Aug 06 07:44:47.499 INFO E| Downloaded pin-project-lite v0.2.9 |
2135 | 2024-08-06T07:44:48.584Z | [ helios-setup] Aug 06 07:44:47.507 INFO E| Downloaded syn v1.0.107 |
2136 | 2024-08-06T07:44:48.635Z | [ helios-setup] Aug 06 07:44:47.526 INFO E| Downloaded rustls v0.21.0 |
2137 | 2024-08-06T07:44:48.635Z | [ helios-setup] Aug 06 07:44:47.543 INFO E| Downloaded futures v0.3.28 |
2138 | 2024-08-06T07:44:48.635Z | [ helios-setup] Aug 06 07:44:47.551 INFO E| Downloaded tokio v1.27.0 |
2139 | 2024-08-06T07:44:48.699Z | [ host-package] Compiling rayon v1.10.0 |
2140 | 2024-08-06T07:44:48.713Z | [ helios-setup] Aug 06 07:44:47.602 INFO E| Downloaded flate2 v1.0.25 |
2141 | 2024-08-06T07:44:48.713Z | [ helios-setup] Aug 06 07:44:47.610 INFO E| Downloaded pest v2.5.7 |
2142 | 2024-08-06T07:44:48.713Z | [ helios-setup] Aug 06 07:44:47.618 INFO E| Downloaded bytes v1.4.0 |
2143 | 2024-08-06T07:44:48.713Z | [ helios-setup] Aug 06 07:44:47.638 INFO E| Downloaded rhai_codegen v1.5.0 |
2144 | 2024-08-06T07:44:48.725Z | [ helios-setup] Aug 06 07:44:47.650 INFO E| Downloaded mio v0.8.5 |
2145 | 2024-08-06T07:44:48.725Z | [ helios-setup] Aug 06 07:44:47.659 INFO E| Downloaded http v0.2.9 |
2146 | 2024-08-06T07:44:48.744Z | [ helios-setup] Aug 06 07:44:47.665 INFO E| Downloaded crossbeam-channel v0.5.6 |
2147 | 2024-08-06T07:44:48.744Z | [ helios-setup] Aug 06 07:44:47.672 INFO E| Downloaded rayon-core v1.10.2 |
2148 | 2024-08-06T07:44:48.765Z | [ helios-setup] Aug 06 07:44:47.678 INFO E| Downloaded parking_lot_core v0.9.6 |
2149 | 2024-08-06T07:44:48.765Z | [ helios-setup] Aug 06 07:44:47.681 INFO E| Downloaded log v0.4.17 |
2150 | 2024-08-06T07:44:48.765Z | [ helios-setup] Aug 06 07:44:47.685 INFO E| Downloaded ipnet v2.7.2 |
2151 | 2024-08-06T07:44:48.765Z | [ helios-setup] Aug 06 07:44:47.688 INFO E| Downloaded aho-corasick v0.7.20 |
2152 | 2024-08-06T07:44:48.765Z | [ helios-setup] Aug 06 07:44:47.695 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2153 | 2024-08-06T07:44:48.765Z | [ helios-setup] Aug 06 07:44:47.700 INFO E| Downloaded cargo-lock v8.0.3 |
2154 | 2024-08-06T07:44:48.788Z | [ helios-setup] Aug 06 07:44:47.704 INFO E| Downloaded clap_builder v4.2.1 |
2155 | 2024-08-06T07:44:48.811Z | [ helios-setup] Aug 06 07:44:47.716 INFO E| Downloaded anyhow v1.0.68 |
2156 | 2024-08-06T07:44:48.811Z | [ helios-setup] Aug 06 07:44:47.722 INFO E| Downloaded hyper v0.14.25 |
2157 | 2024-08-06T07:44:48.830Z | [ helios-setup] Aug 06 07:44:47.736 INFO E| Downloaded reqwest v0.11.16 |
2158 | 2024-08-06T07:44:48.830Z | [ helios-setup] Aug 06 07:44:47.749 INFO E| Downloaded git2 v0.16.1 |
2159 | 2024-08-06T07:44:48.830Z | [ helios-setup] Aug 06 07:44:47.763 INFO E| Downloaded rayon v1.6.1 |
2160 | 2024-08-06T07:44:48.843Z | [ helios-setup] Aug 06 07:44:47.779 INFO E| Downloaded regress v0.5.0 |
2161 | 2024-08-06T07:44:48.854Z | [ helios-setup] Aug 06 07:44:47.790 INFO E| Downloaded futures-util v0.3.28 |
2162 | 2024-08-06T07:44:48.875Z | [ helios-setup] Aug 06 07:44:47.810 INFO E| Downloaded regex v1.7.3 |
2163 | 2024-08-06T07:44:48.889Z | [ helios-setup] Aug 06 07:44:47.824 INFO E| Downloaded rustix v0.37.3 |
2164 | 2024-08-06T07:44:48.929Z | [ helios-setup] Aug 06 07:44:47.856 INFO E| Downloaded rhai v1.14.0 |
2165 | 2024-08-06T07:44:48.949Z | [ helios-setup] Aug 06 07:44:47.877 INFO E| Downloaded openapiv3 v1.0.2 |
2166 | 2024-08-06T07:44:48.961Z | [ helios-setup] Aug 06 07:44:47.896 INFO E| Downloaded chrono v0.4.24 |
2167 | 2024-08-06T07:44:48.973Z | [ helios-setup] Aug 06 07:44:47.909 INFO E| Downloaded h2 v0.3.16 |
2168 | 2024-08-06T07:44:48.986Z | [ helios-setup] Aug 06 07:44:47.920 INFO E| Downloaded ahash v0.7.6 |
2169 | 2024-08-06T07:44:49.006Z | [ helios-setup] Aug 06 07:44:47.924 INFO E| Downloaded parking_lot v0.12.1 |
2170 | 2024-08-06T07:44:49.007Z | [ helios-setup] Aug 06 07:44:47.927 INFO E| Downloaded getrandom v0.2.8 |
2171 | 2024-08-06T07:44:49.007Z | [ helios-setup] Aug 06 07:44:47.931 INFO E| Downloaded bincode v1.3.3 |
2172 | 2024-08-06T07:44:49.019Z | [ helios-setup] Aug 06 07:44:47.935 INFO E| Downloaded libc v0.2.139 |
2173 | 2024-08-06T07:44:49.040Z | [ helios-setup] Aug 06 07:44:47.975 INFO E| Downloaded tokio-util v0.7.7 |
2174 | 2024-08-06T07:44:49.072Z | [ helios-setup] Aug 06 07:44:47.985 INFO E| Downloaded serde_json v1.0.95 |
2175 | 2024-08-06T07:44:49.072Z | [ helios-setup] Aug 06 07:44:47.998 INFO E| Downloaded proc-macro-crate v1.2.1 |
2176 | 2024-08-06T07:44:49.084Z | [ helios-setup] Aug 06 07:44:48.000 INFO E| Downloaded percent-encoding v2.2.0 |
2177 | 2024-08-06T07:44:49.084Z | [ helios-setup] Aug 06 07:44:48.001 INFO E| Downloaded num_enum_derive v0.5.7 |
2178 | 2024-08-06T07:44:49.084Z | [ helios-setup] Aug 06 07:44:48.003 INFO E| Downloaded num_cpus v1.15.0 |
2179 | 2024-08-06T07:44:49.123Z | [ helios-setup] Aug 06 07:44:48.023 INFO E| Downloaded futures-core v0.3.28 |
2180 | 2024-08-06T07:44:49.123Z | [ helios-setup] Aug 06 07:44:48.026 INFO E| Downloaded cc v1.0.78 |
2181 | 2024-08-06T07:44:49.123Z | [ helios-setup] Aug 06 07:44:48.030 INFO E| Downloaded lazy_static v1.4.0 |
2182 | 2024-08-06T07:44:49.123Z | [ helios-setup] Aug 06 07:44:48.032 INFO E| Downloaded itoa v1.0.6 |
2183 | 2024-08-06T07:44:49.123Z | [ helios-setup] Aug 06 07:44:48.034 INFO E| Downloaded futures-sink v0.3.28 |
2184 | 2024-08-06T07:44:49.152Z | [ helios-setup] Aug 06 07:44:48.035 INFO E| Downloaded tracing-core v0.1.30 |
2185 | 2024-08-06T07:44:49.153Z | [ helios-setup] Aug 06 07:44:48.039 INFO E| Downloaded toml_edit v0.19.8 |
2186 | 2024-08-06T07:44:49.162Z | [ helios-setup] Aug 06 07:44:48.069 INFO E| Downloaded memchr v2.5.0 |
2187 | 2024-08-06T07:44:49.163Z | [ helios-setup] Aug 06 07:44:48.076 INFO E| Downloaded futures-io v0.3.28 |
2188 | 2024-08-06T07:44:49.163Z | [ helios-setup] Aug 06 07:44:48.078 INFO E| Downloaded digest v0.10.6 |
2189 | 2024-08-06T07:44:49.163Z | [ helios-setup] Aug 06 07:44:48.082 INFO E| Downloaded clap_lex v0.4.1 |
2190 | 2024-08-06T07:44:49.163Z | [ helios-setup] Aug 06 07:44:48.083 INFO E| Downloaded base64 v0.21.0 |
2191 | 2024-08-06T07:44:49.163Z | [ helios-setup] Aug 06 07:44:48.089 INFO E| Downloaded autocfg v1.1.0 |
2192 | 2024-08-06T07:44:49.163Z | [ helios-setup] Aug 06 07:44:48.092 INFO E| Downloaded anstyle-parse v0.1.1 |
2193 | 2024-08-06T07:44:49.163Z | [ helios-setup] Aug 06 07:44:48.094 INFO E| Downloaded tungstenite v0.18.0 |
2194 | 2024-08-06T07:44:49.173Z | [ helios-setup] Aug 06 07:44:48.099 INFO E| Downloaded tracing v0.1.37 |
2195 | 2024-08-06T07:44:49.173Z | [ helios-setup] Aug 06 07:44:48.107 INFO E| Downloaded textwrap v0.16.0 |
2196 | 2024-08-06T07:44:49.185Z | [ helios-setup] Aug 06 07:44:48.110 INFO E| Downloaded semver v1.0.17 |
2197 | 2024-08-06T07:44:49.185Z | [ helios-setup] Aug 06 07:44:48.114 INFO E| Downloaded ryu v1.0.13 |
2198 | 2024-08-06T07:44:49.185Z | [ helios-setup] Aug 06 07:44:48.119 INFO E| Downloaded iana-time-zone v0.1.56 |
2199 | 2024-08-06T07:44:49.201Z | [ helios-setup] Aug 06 07:44:48.122 INFO E| Downloaded httpdate v1.0.2 |
2200 | 2024-08-06T07:44:49.201Z | [ helios-setup] Aug 06 07:44:48.124 INFO E| Downloaded errno v0.3.1 |
2201 | 2024-08-06T07:44:49.201Z | [ helios-setup] Aug 06 07:44:48.126 INFO E| Downloaded anstyle v0.3.5 |
2202 | 2024-08-06T07:44:49.201Z | [ helios-setup] Aug 06 07:44:48.127 INFO E| Downloaded num-traits v0.2.15 |
2203 | 2024-08-06T07:44:49.202Z | [ helios-setup] Aug 06 07:44:48.131 INFO E| Downloaded miniz_oxide v0.6.2 |
2204 | 2024-08-06T07:44:49.202Z | [ helios-setup] Aug 06 07:44:48.134 INFO E| Downloaded concolor-query v0.3.3 |
2205 | 2024-08-06T07:44:49.202Z | [ helios-setup] Aug 06 07:44:48.136 INFO E| Downloaded built v0.6.0 |
2206 | 2024-08-06T07:44:49.215Z | [ helios-setup] Aug 06 07:44:48.138 INFO E| Downloaded smallvec v1.10.0 |
2207 | 2024-08-06T07:44:49.215Z | [ helios-setup] Aug 06 07:44:48.140 INFO E| Downloaded serde_path_to_error v0.1.11 |
2208 | 2024-08-06T07:44:49.215Z | [ helios-setup] Aug 06 07:44:48.143 INFO E| Downloaded encoding_rs v0.8.32 |
2209 | 2024-08-06T07:44:49.240Z | [ helios-setup] Aug 06 07:44:48.176 INFO E| Downloaded serde_derive_internals v0.26.0 |
2210 | 2024-08-06T07:44:49.250Z | [ helios-setup] Aug 06 07:44:48.178 INFO E| Downloaded unicode-width v0.1.10 |
2211 | 2024-08-06T07:44:49.250Z | [ helios-setup] Aug 06 07:44:48.180 INFO E| Downloaded unicode-ident v1.0.8 |
2212 | 2024-08-06T07:44:49.250Z | [ helios-setup] Aug 06 07:44:48.185 INFO E| Downloaded socket2 v0.4.9 |
2213 | 2024-08-06T07:44:49.259Z | [ helios-setup] Aug 06 07:44:48.188 INFO E| Downloaded slog-async v2.7.0 |
2214 | 2024-08-06T07:44:49.259Z | [ helios-setup] Aug 06 07:44:48.190 INFO E| Downloaded serde_yaml v0.9.21 |
2215 | 2024-08-06T07:44:49.294Z | [ helios-setup] Aug 06 07:44:48.197 INFO E| Downloaded crossbeam-utils v0.8.14 |
2216 | 2024-08-06T07:44:49.294Z | [ helios-setup] Aug 06 07:44:48.202 INFO E| Downloaded sha1 v0.10.5 |
2217 | 2024-08-06T07:44:49.294Z | [ helios-setup] Aug 06 07:44:48.205 INFO E| Downloaded rustls-pemfile v1.0.2 |
2218 | 2024-08-06T07:44:49.294Z | [ helios-setup] Aug 06 07:44:48.208 INFO E| Downloaded schemars_derive v0.8.12 |
2219 | 2024-08-06T07:44:49.294Z | [ helios-setup] Aug 06 07:44:48.211 INFO E| Downloaded strsim v0.10.0 |
2220 | 2024-08-06T07:44:49.305Z | [ helios-setup] Aug 06 07:44:48.213 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2221 | 2024-08-06T07:44:49.387Z | [ helios-setup] Aug 06 07:44:48.322 INFO E| Downloaded smawk v0.3.1 |
2222 | 2024-08-06T07:44:49.399Z | [ helios-setup] Aug 06 07:44:48.324 INFO E| Downloaded toml v0.7.3 |
2223 | 2024-08-06T07:44:49.399Z | [ helios-setup] Aug 06 07:44:48.330 INFO E| Downloaded smartstring v1.0.1 |
2224 | 2024-08-06T07:44:49.410Z | [ helios-setup] Aug 06 07:44:48.334 INFO E| Downloaded once_cell v1.17.0 |
2225 | 2024-08-06T07:44:49.410Z | [ helios-setup] Aug 06 07:44:48.338 INFO E| Downloaded const-random-macro v0.1.15 |
2226 | 2024-08-06T07:44:49.410Z | [ helios-setup] Aug 06 07:44:48.339 INFO E| Downloaded clap_derive v4.2.0 |
2227 | 2024-08-06T07:44:49.410Z | [ helios-setup] Aug 06 07:44:48.343 INFO E| Downloaded clap v4.2.1 |
2228 | 2024-08-06T07:44:49.431Z | [ helios-setup] Aug 06 07:44:48.363 INFO E| Downloaded async-trait v0.1.68 |
2229 | 2024-08-06T07:44:49.441Z | [ helios-setup] Aug 06 07:44:48.369 INFO E| Downloaded libz-sys v1.1.8 |
2230 | 2024-08-06T07:44:49.528Z | [ helios-setup] Aug 06 07:44:48.454 INFO E| Downloaded ahash v0.8.3 |
2231 | 2024-08-06T07:44:49.542Z | [ helios-setup] Aug 06 07:44:48.458 INFO E| Downloaded futures-channel v0.3.28 |
2232 | 2024-08-06T07:44:49.542Z | [ helios-setup] Aug 06 07:44:48.461 INFO E| Downloaded crossbeam-deque v0.8.2 |
2233 | 2024-08-06T07:44:49.542Z | [ helios-setup] Aug 06 07:44:48.464 INFO E| Downloaded camino v1.1.4 |
2234 | 2024-08-06T07:44:49.542Z | [ helios-setup] Aug 06 07:44:48.467 INFO E| Downloaded sha2 v0.10.6 |
2235 | 2024-08-06T07:44:49.542Z | [ helios-setup] Aug 06 07:44:48.470 INFO E| Downloaded lock_api v0.4.9 |
2236 | 2024-08-06T07:44:49.542Z | [ helios-setup] Aug 06 07:44:48.472 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2237 | 2024-08-06T07:44:49.542Z | [ helios-setup] Aug 06 07:44:48.474 INFO E| Downloaded num_enum v0.5.7 |
2238 | 2024-08-06T07:44:49.555Z | [ helios-setup] Aug 06 07:44:48.481 INFO E| Downloaded slog-bunyan v2.4.0 |
2239 | 2024-08-06T07:44:49.555Z | [ helios-setup] Aug 06 07:44:48.482 INFO E| Downloaded serde_spanned v0.6.1 |
2240 | 2024-08-06T07:44:49.555Z | [ helios-setup] Aug 06 07:44:48.484 INFO E| Downloaded semver-parser v0.10.2 |
2241 | 2024-08-06T07:44:49.555Z | [ helios-setup] Aug 06 07:44:48.487 INFO E| Downloaded semver v0.11.0 |
2242 | 2024-08-06T07:44:49.555Z | [ helios-setup] Aug 06 07:44:48.489 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2243 | 2024-08-06T07:44:49.566Z | [ helios-setup] Aug 06 07:44:48.492 INFO E| Downloaded pkg-config v0.3.26 |
2244 | 2024-08-06T07:44:49.566Z | [ helios-setup] Aug 06 07:44:48.495 INFO E| Downloaded paste v1.0.12 |
2245 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.504 INFO E| Downloaded num-integer v0.1.45 |
2246 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.506 INFO E| Downloaded is-terminal v0.4.7 |
2247 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.508 INFO E| Downloaded http-body v0.4.5 |
2248 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.510 INFO E| Downloaded home v0.5.4 |
2249 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.511 INFO E| Downloaded generic-array v0.14.6 |
2250 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.513 INFO E| Downloaded futures-macro v0.3.28 |
2251 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.515 INFO E| Downloaded futures-executor v0.3.28 |
2252 | 2024-08-06T07:44:49.582Z | [ helios-setup] Aug 06 07:44:48.517 INFO E| Downloaded cpufeatures v0.2.5 |
2253 | 2024-08-06T07:44:49.601Z | [ helios-setup] Aug 06 07:44:48.519 INFO E| Downloaded jobserver v0.1.26 |
2254 | 2024-08-06T07:44:49.601Z | [ helios-setup] Aug 06 07:44:48.521 INFO E| Downloaded futures-task v0.3.28 |
2255 | 2024-08-06T07:44:49.601Z | [ helios-setup] Aug 06 07:44:48.523 INFO E| Downloaded form_urlencoded v1.1.0 |
2256 | 2024-08-06T07:44:49.601Z | [ helios-setup] Aug 06 07:44:48.524 INFO E| Downloaded fastrand v1.9.0 |
2257 | 2024-08-06T07:44:49.601Z | [ helios-setup] Aug 06 07:44:48.525 INFO E| Downloaded either v1.8.0 |
2258 | 2024-08-06T07:44:49.602Z | [ helios-setup] Aug 06 07:44:48.527 INFO E| Downloaded byteorder v1.4.3 |
2259 | 2024-08-06T07:44:49.602Z | [ helios-setup] Aug 06 07:44:48.529 INFO E| Downloaded block-buffer v0.10.3 |
2260 | 2024-08-06T07:44:49.630Z | [ helios-setup] Aug 06 07:44:48.531 INFO E| Downloaded anstream v0.2.6 |
2261 | 2024-08-06T07:44:53.172Z | [ helios-setup] Aug 06 07:44:48.919 INFO E| Compiling proc-macro2 v1.0.86 |
2262 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:48.919 INFO E| Compiling libc v0.2.139 |
2263 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:48.920 INFO E| Compiling unicode-ident v1.0.8 |
2264 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:48.920 INFO E| Compiling autocfg v1.1.0 |
2265 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:48.920 INFO E| Compiling cfg-if v1.0.0 |
2266 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:48.920 INFO E| Compiling version_check v0.9.4 |
2267 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:48.920 INFO E| Compiling serde v1.0.204 |
2268 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:48.921 INFO E| Compiling syn v1.0.107 |
2269 | 2024-08-06T07:44:53.577Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2270 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:49.692 INFO E| Compiling memchr v2.5.0 |
2271 | 2024-08-06T07:44:53.577Z | [ helios-setup] Aug 06 07:44:50.067 INFO E| Compiling once_cell v1.17.0 |
2272 | 2024-08-06T07:44:53.622Z | [ helios-setup] Aug 06 07:44:50.169 INFO E| Compiling thiserror v1.0.38 |
2273 | 2024-08-06T07:44:53.622Z | [ helios-setup] Aug 06 07:44:50.594 INFO E| Compiling log v0.4.17 |
2274 | 2024-08-06T07:44:53.622Z | [ helios-setup] Aug 06 07:44:51.171 INFO E| Compiling itoa v1.0.6 |
2275 | 2024-08-06T07:44:53.622Z | [ helios-setup] Aug 06 07:44:51.302 INFO E| Compiling serde_json v1.0.95 |
2276 | 2024-08-06T07:44:53.622Z | [ helios-setup] Aug 06 07:44:52.392 INFO E| Compiling indexmap v1.9.3 |
2277 | 2024-08-06T07:44:53.655Z | [ helios-setup] Aug 06 07:44:52.585 INFO E| Compiling pin-project-lite v0.2.9 |
2278 | 2024-08-06T07:44:53.751Z | [ helios-setup] Aug 06 07:44:52.685 INFO E| Compiling scopeguard v1.1.0 |
2279 | 2024-08-06T07:44:54.001Z | [ helios-setup] Aug 06 07:44:52.936 INFO E| Compiling num-integer v0.1.45 |
2280 | 2024-08-06T07:44:54.063Z | [ helios-setup] Aug 06 07:44:52.998 INFO E| Compiling bytes v1.4.0 |
2281 | 2024-08-06T07:44:54.372Z | [ helios-setup] Aug 06 07:44:53.307 INFO E| Compiling futures-core v0.3.28 |
2282 | 2024-08-06T07:44:54.490Z | [ helios-setup] Aug 06 07:44:53.425 INFO E| Compiling quote v1.0.36 |
2283 | 2024-08-06T07:44:55.117Z | [ helios-setup] Aug 06 07:44:54.052 INFO E| Compiling getrandom v0.2.8 |
2284 | 2024-08-06T07:44:55.559Z | [ helios-setup] Aug 06 07:44:54.479 INFO E| Compiling syn v2.0.72 |
2285 | 2024-08-06T07:44:55.815Z | [ helios-setup] Aug 06 07:44:54.748 INFO E| Compiling jobserver v0.1.26 |
2286 | 2024-08-06T07:44:56.157Z | [ host-package] Compiling xattr v1.3.1 |
2287 | 2024-08-06T07:44:56.194Z | [ helios-setup] Aug 06 07:44:55.126 INFO E| Compiling ryu v1.0.13 |
2288 | 2024-08-06T07:44:56.777Z | [ host-package] Compiling nibble_vec v0.1.0 |
2289 | 2024-08-06T07:44:56.783Z | [ helios-setup] Aug 06 07:44:55.717 INFO E| Compiling cc v1.0.78 |
2290 | 2024-08-06T07:44:57.301Z | [ helios-setup] Aug 06 07:44:56.233 INFO E| Compiling lock_api v0.4.9 |
2291 | 2024-08-06T07:44:57.387Z | [ helios-setup] Aug 06 07:44:56.321 INFO E| Compiling typenum v1.16.0 |
2292 | 2024-08-06T07:44:57.649Z | [ helios-setup] Aug 06 07:44:56.583 INFO E| Compiling parking_lot_core v0.9.6 |
2293 | 2024-08-06T07:44:57.672Z | [ host-package] Compiling memmap2 v0.9.4 |
2294 | 2024-08-06T07:44:57.767Z | [ helios-setup] Aug 06 07:44:56.701 INFO E| Compiling bitflags v1.3.2 |
2295 | 2024-08-06T07:44:58.280Z | [ helios-setup] Aug 06 07:44:57.214 INFO E| Compiling num_cpus v1.15.0 |
2296 | 2024-08-06T07:44:58.674Z | [ host-package] Compiling filetime v0.2.23 |
2297 | 2024-08-06T07:44:58.692Z | [ helios-setup] Aug 06 07:44:57.625 INFO E| Compiling slab v0.4.7 |
2298 | 2024-08-06T07:44:58.829Z | [ helios-setup] Aug 06 07:44:57.753 INFO E| Compiling generic-array v0.14.6 |
2299 | 2024-08-06T07:44:58.956Z | [ helios-setup] Aug 06 07:44:57.890 INFO E| Compiling futures-task v0.3.28 |
2300 | 2024-08-06T07:44:59.083Z | [ helios-setup] Aug 06 07:44:58.014 INFO E| Compiling futures-channel v0.3.28 |
2301 | 2024-08-06T07:44:59.232Z | [ host-package] Compiling arrayref v0.3.7 |
2302 | 2024-08-06T07:44:59.318Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2303 | 2024-08-06T07:44:59.548Z | [ host-package] Compiling endian-type v0.1.2 |
2304 | 2024-08-06T07:44:59.649Z | [ host-package] Compiling untrusted v0.7.1 |
2305 | 2024-08-06T07:44:59.696Z | [ helios-setup] Aug 06 07:44:58.630 INFO E| Compiling futures-sink v0.3.28 |
2306 | 2024-08-06T07:45:00.157Z | [ host-package] Compiling spin v0.5.2 |
2307 | 2024-08-06T07:45:00.353Z | [ host-package] Compiling arrayvec v0.7.4 |
2308 | 2024-08-06T07:45:00.465Z | [ helios-setup] Aug 06 07:44:59.390 INFO E| Compiling tokio v1.27.0 |
2309 | 2024-08-06T07:45:00.553Z | [ helios-setup] Aug 06 07:44:59.487 INFO E| Compiling futures-util v0.3.28 |
2310 | 2024-08-06T07:45:00.598Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2311 | 2024-08-06T07:45:00.668Z | [ helios-setup] Aug 06 07:44:59.602 INFO E| Compiling schemars v0.8.12 |
2312 | 2024-08-06T07:45:01.774Z | [ helios-setup] Aug 06 07:45:00.703 INFO E| Compiling signal-hook-registry v1.4.0 |
2313 | 2024-08-06T07:45:01.798Z | [ helios-setup] Aug 06 07:45:00.727 INFO E| Compiling socket2 v0.4.9 |
2314 | 2024-08-06T07:45:01.835Z | [ helios-setup] Aug 06 07:45:00.767 INFO E| Compiling mio v0.8.5 |
2315 | 2024-08-06T07:45:02.010Z | [ helios-setup] Aug 06 07:45:00.944 INFO E| Compiling num-traits v0.2.15 |
2316 | 2024-08-06T07:45:02.310Z | [ helios-setup] Aug 06 07:45:01.243 INFO E| Compiling ahash v0.7.6 |
2317 | 2024-08-06T07:45:02.784Z | [ helios-setup] Aug 06 07:45:01.717 INFO E| Compiling io-lifetimes v1.0.10 |
2318 | 2024-08-06T07:45:03.068Z | [ host-package] Compiling radix_trie v0.2.1 |
2319 | 2024-08-06T07:45:03.389Z | [ helios-setup] Aug 06 07:45:02.323 INFO E| Compiling futures-io v0.3.28 |
2320 | 2024-08-06T07:45:04.154Z | [ helios-setup] Aug 06 07:45:03.087 INFO E| Compiling crunchy v0.2.2 |
2321 | 2024-08-06T07:45:04.462Z | [ helios-setup] Aug 06 07:45:03.394 INFO E| Compiling pin-utils v0.1.0 |
2322 | 2024-08-06T07:45:04.868Z | [ host-package] Compiling tar v0.4.41 |
2323 | 2024-08-06T07:45:05.140Z | [ helios-setup] Aug 06 07:45:04.072 INFO E| Compiling ahash v0.8.3 |
2324 | 2024-08-06T07:45:05.746Z | [ helios-setup] Aug 06 07:45:04.677 INFO E| Compiling hashbrown v0.12.3 |
2325 | 2024-08-06T07:45:05.775Z | [ helios-setup] Aug 06 07:45:04.707 INFO E| Compiling tiny-keccak v2.0.2 |
2326 | 2024-08-06T07:45:05.899Z | [ helios-setup] Aug 06 07:45:04.832 INFO E| Compiling rustix v0.37.3 |
2327 | 2024-08-06T07:45:06.507Z | [ helios-setup] Aug 06 07:45:05.437 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2328 | 2024-08-06T07:45:06.671Z | [ helios-setup] Aug 06 07:45:05.603 INFO E| Compiling serde_derive_internals v0.26.0 |
2329 | 2024-08-06T07:45:07.545Z | [ host-package] Compiling ciborium v0.2.2 |
2330 | 2024-08-06T07:45:07.580Z | [ helios-setup] Aug 06 07:45:06.507 INFO E| Compiling crypto-common v0.1.6 |
2331 | 2024-08-06T07:45:08.002Z | [ helios-setup] Aug 06 07:45:06.935 INFO E| Compiling block-buffer v0.10.3 |
2332 | 2024-08-06T07:45:08.156Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2333 | 2024-08-06T07:45:08.515Z | [ helios-setup] Aug 06 07:45:07.402 INFO E| Compiling errno v0.3.1 |
2334 | 2024-08-06T07:45:08.910Z | [ helios-setup] Aug 06 07:45:07.813 INFO E| Compiling slog v2.7.0 |
2335 | 2024-08-06T07:45:08.949Z | [ helios-setup] Aug 06 07:45:07.814 INFO E| Compiling pkg-config v0.3.26 |
2336 | 2024-08-06T07:45:09.042Z | [ host-package] Compiling toolchain_find v0.4.0 |
2337 | 2024-08-06T07:45:09.580Z | [ helios-setup] Aug 06 07:45:08.506 INFO E| Compiling crossbeam-utils v0.8.14 |
2338 | 2024-08-06T07:45:09.913Z | [ host-package] Compiling crunchy v0.2.2 |
2339 | 2024-08-06T07:45:10.074Z | [ helios-setup] Aug 06 07:45:09.004 INFO E| Compiling fnv v1.0.7 |
2340 | 2024-08-06T07:45:10.592Z | [ helios-setup] Aug 06 07:45:09.396 INFO E| Compiling http v0.2.9 |
2341 | 2024-08-06T07:45:11.134Z | [ helios-setup] Aug 06 07:45:09.975 INFO E| Compiling digest v0.10.6 |
2342 | 2024-08-06T07:45:11.420Z | [ host-package] Compiling topological-sort v0.2.2 |
2343 | 2024-08-06T07:45:11.641Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2344 | 2024-08-06T07:45:11.801Z | [ host-package] Compiling glob v0.3.1 |
2345 | 2024-08-06T07:45:11.850Z | [ host-package] Compiling maplit v1.0.2 |
2346 | 2024-08-06T07:45:12.495Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2347 | 2024-08-06T07:45:13.115Z | [ helios-setup] Aug 06 07:45:12.046 INFO E| Compiling aho-corasick v0.7.20 |
2348 | 2024-08-06T07:45:13.170Z | [ helios-setup] Aug 06 07:45:12.101 INFO E| Compiling tinyvec_macros v0.1.1 |
2349 | 2024-08-06T07:45:13.311Z | [ host-package] Compiling clang-sys v1.7.0 |
2350 | 2024-08-06T07:45:13.414Z | [ helios-setup] Aug 06 07:45:12.332 INFO E| Compiling unicode-width v0.1.10 |
2351 | 2024-08-06T07:45:13.465Z | [ helios-setup] Aug 06 07:45:12.389 INFO E| Compiling httparse v1.8.0 |
2352 | 2024-08-06T07:45:16.799Z | [ helios-setup] Aug 06 07:45:12.669 INFO E| Compiling heck v0.4.1 |
2353 | 2024-08-06T07:45:16.799Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2354 | 2024-08-06T07:45:16.799Z | [ helios-setup] Aug 06 07:45:13.711 INFO E| Compiling anyhow v1.0.68 |
2355 | 2024-08-06T07:45:16.799Z | [ helios-setup] Aug 06 07:45:14.348 INFO E| Compiling cpufeatures v0.2.5 |
2356 | 2024-08-06T07:45:16.799Z | [ helios-setup] Aug 06 07:45:14.447 INFO E| Compiling regex-syntax v0.6.29 |
2357 | 2024-08-06T07:45:16.799Z | [ helios-setup] Aug 06 07:45:14.618 INFO E| Compiling percent-encoding v2.2.0 |
2358 | 2024-08-06T07:45:16.799Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2359 | 2024-08-06T07:45:16.799Z | [ helios-setup] Aug 06 07:45:14.784 INFO E| Compiling const-random-macro v0.1.15 |
2360 | 2024-08-06T07:45:16.821Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2361 | 2024-08-06T07:45:16.847Z | [ helios-setup] Aug 06 07:45:15.764 INFO E| Compiling thiserror-impl v1.0.38 |
2362 | 2024-08-06T07:45:16.902Z | [ helios-setup] Aug 06 07:45:15.827 INFO E| Compiling schemars_derive v0.8.12 |
2363 | 2024-08-06T07:45:16.939Z | [ helios-setup] Aug 06 07:45:15.870 INFO E| Compiling form_urlencoded v1.1.0 |
2364 | 2024-08-06T07:45:17.135Z | [ helios-setup] Aug 06 07:45:16.066 INFO E| Compiling tinyvec v1.6.0 |
2365 | 2024-08-06T07:45:17.478Z | [ host-package] Compiling arc-swap v1.7.1 |
2366 | 2024-08-06T07:45:17.890Z | [ helios-setup] Aug 06 07:45:16.821 INFO E| Compiling hashbrown v0.13.2 |
2367 | 2024-08-06T07:45:17.903Z | [ helios-setup] Aug 06 07:45:16.834 INFO E| Compiling serde_derive v1.0.204 |
2368 | 2024-08-06T07:45:18.537Z | [ host-package] Compiling slog-scope v4.4.0 |
2369 | 2024-08-06T07:45:18.787Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2370 | 2024-08-06T07:45:19.620Z | [ helios-setup] Aug 06 07:45:18.550 INFO E| Compiling tokio-macros v2.0.0 |
2371 | 2024-08-06T07:45:19.904Z | [ host-package] Compiling ena v0.14.3 |
2372 | 2024-08-06T07:45:20.078Z | [ host-package] Compiling libloading v0.8.3 |
2373 | 2024-08-06T07:45:20.281Z | [ helios-setup] Aug 06 07:45:19.212 INFO E| Compiling futures-macro v0.3.28 |
2374 | 2024-08-06T07:45:20.896Z | [ host-package] Compiling diff v0.1.13 |
2375 | 2024-08-06T07:45:20.977Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2376 | 2024-08-06T07:45:21.402Z | [ host-package] Compiling regex-syntax v0.6.29 |
2377 | 2024-08-06T07:45:21.723Z | [ helios-setup] Aug 06 07:45:20.653 INFO E| Compiling chrono v0.4.24 |
2378 | 2024-08-06T07:45:21.837Z | [ host-package] Compiling bindgen v0.69.4 |
2379 | 2024-08-06T07:45:22.624Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2380 | 2024-08-06T07:45:22.721Z | [ helios-setup] Aug 06 07:45:21.651 INFO E| Compiling regex v1.7.3 |
2381 | 2024-08-06T07:45:22.751Z | [ helios-setup] Aug 06 07:45:21.681 INFO E| Compiling libz-sys v1.1.8 |
2382 | 2024-08-06T07:45:23.069Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2383 | 2024-08-06T07:45:24.674Z | [ host-package] Compiling tungstenite v0.21.0 |
2384 | 2024-08-06T07:45:25.834Z | [ helios-setup] Aug 06 07:45:24.764 INFO E| Compiling dyn-clone v1.0.11 |
2385 | 2024-08-06T07:45:25.957Z | [ helios-setup] Aug 06 07:45:24.887 INFO E| Compiling uuid v1.3.0 |
2386 | 2024-08-06T07:45:26.237Z | [ helios-setup] Aug 06 07:45:25.166 INFO E| Compiling unicode-normalization v0.1.22 |
2387 | 2024-08-06T07:45:26.588Z | [ helios-setup] Aug 06 07:45:25.518 INFO E| Compiling regress v0.5.0 |
2388 | 2024-08-06T07:45:27.156Z | [ helios-setup] Aug 06 07:45:26.085 INFO E| Compiling const-random v0.1.15 |
2389 | 2024-08-06T07:45:28.009Z | [ helios-setup] Aug 06 07:45:26.937 INFO E| Compiling getopts v0.2.21 |
2390 | 2024-08-06T07:45:29.516Z | [ helios-setup] Aug 06 07:45:28.445 INFO E| Compiling tracing-core v0.1.30 |
2391 | 2024-08-06T07:45:29.951Z | [ helios-setup] Aug 06 07:45:28.880 INFO E| Compiling memoffset v0.7.1 |
2392 | 2024-08-06T07:45:30.452Z | [ helios-setup] Aug 06 07:45:29.381 INFO E| Compiling time-core v0.1.2 |
2393 | 2024-08-06T07:45:30.866Z | [ helios-setup] Aug 06 07:45:29.795 INFO E| Compiling unicode-bidi v0.3.13 |
2394 | 2024-08-06T07:45:31.150Z | [ helios-setup] Aug 06 07:45:30.078 INFO E| Compiling num-conv v0.1.0 |
2395 | 2024-08-06T07:45:31.800Z | [ helios-setup] Aug 06 07:45:30.728 INFO E| Compiling ucd-trie v0.1.5 |
2396 | 2024-08-06T07:45:32.399Z | [ host-package] Compiling lalrpop v0.19.12 |
2397 | 2024-08-06T07:45:32.619Z | [ helios-setup] Aug 06 07:45:31.547 INFO E| Compiling powerfmt v0.2.0 |
2398 | 2024-08-06T07:45:34.060Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2399 | 2024-08-06T07:45:34.719Z | [ helios-setup] Aug 06 07:45:33.647 INFO E| Compiling deranged v0.3.11 |
2400 | 2024-08-06T07:45:36.260Z | [ helios-setup] Aug 06 07:45:35.188 INFO E| Compiling idna v0.3.0 |
2401 | 2024-08-06T07:45:36.409Z | [ helios-setup] Aug 06 07:45:35.337 INFO E| Compiling pest v2.5.7 |
2402 | 2024-08-06T07:45:37.018Z | [ host-package] Compiling which v4.4.2 |
2403 | 2024-08-06T07:45:38.027Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2404 | 2024-08-06T07:45:38.696Z | [ host-package] Compiling cexpr v0.6.0 |
2405 | 2024-08-06T07:45:39.076Z | [ helios-setup] Aug 06 07:45:38.003 INFO E| Compiling time-macros v0.2.18 |
2406 | 2024-08-06T07:45:39.639Z | [ helios-setup] Aug 06 07:45:38.565 INFO E| Compiling tracing v0.1.37 |
2407 | 2024-08-06T07:45:41.808Z | [ host-package] Compiling libsw v3.3.1 |
2408 | 2024-08-06T07:45:42.371Z | [ helios-setup] Aug 06 07:45:41.297 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2409 | 2024-08-06T07:45:42.632Z | [ host-package] Compiling atty v0.2.14 |
2410 | 2024-08-06T07:45:42.712Z | [ host-package] Compiling shlex v1.3.0 |
2411 | 2024-08-06T07:45:42.787Z | [ helios-setup] Aug 06 07:45:41.713 INFO E| Compiling time v0.1.45 |
2412 | 2024-08-06T07:45:42.787Z | [ helios-setup] Aug 06 07:45:41.713 INFO E| Compiling crossbeam-epoch v0.9.13 |
2413 | 2024-08-06T07:45:43.331Z | [ host-package] Compiling linear-map v1.2.0 |
2414 | 2024-08-06T07:45:43.753Z | [ host-package] Compiling owo-colors v4.0.0 |
2415 | 2024-08-06T07:45:43.835Z | [ helios-setup] Aug 06 07:45:42.761 INFO E| Compiling semver v1.0.17 |
2416 | 2024-08-06T07:45:44.310Z | [ helios-setup] Aug 06 07:45:43.236 INFO E| Compiling iana-time-zone v0.1.56 |
2417 | 2024-08-06T07:45:44.369Z | [ host-package] Compiling rustc-hash v1.1.0 |
2418 | 2024-08-06T07:45:44.731Z | [ helios-setup] Aug 06 07:45:43.657 INFO E| Compiling num_threads v0.1.6 |
2419 | 2024-08-06T07:45:45.203Z | [ host-package] Compiling ref-cast v1.0.23 |
2420 | 2024-08-06T07:45:45.536Z | [ helios-setup] Aug 06 07:45:44.462 INFO E| Compiling time v0.3.36 |
2421 | 2024-08-06T07:45:46.003Z | [ helios-setup] Aug 06 07:45:44.929 INFO E| Compiling semver-parser v0.10.2 |
2422 | 2024-08-06T07:45:46.172Z | [ helios-setup] Aug 06 07:45:45.097 INFO E| Compiling toml v0.5.11 |
2423 | 2024-08-06T07:45:46.277Z | [ host-package] Compiling lazycell v1.3.0 |
2424 | 2024-08-06T07:45:46.296Z | [ helios-setup] Aug 06 07:45:45.221 INFO E| Compiling smallvec v1.10.0 |
2425 | 2024-08-06T07:45:49.083Z | [ helios-setup] Aug 06 07:45:48.008 INFO E| Compiling parking_lot v0.12.1 |
2426 | 2024-08-06T07:45:49.475Z | [ helios-setup] Aug 06 07:45:48.401 INFO E| Compiling serde_tokenstream v0.2.0 |
2427 | 2024-08-06T07:45:49.500Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2428 | 2024-08-06T07:45:52.979Z | [ helios-setup] Aug 06 07:45:51.902 INFO E| Compiling url v2.3.1 |
2429 | 2024-08-06T07:45:55.626Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2430 | 2024-08-06T07:45:55.741Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2431 | 2024-08-06T07:45:56.554Z | [ helios-setup] Aug 06 07:45:55.478 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2432 | 2024-08-06T07:45:57.331Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2433 | 2024-08-06T07:45:58.565Z | [ helios-setup] Aug 06 07:45:57.489 INFO E| Compiling crossbeam-channel v0.5.6 |
2434 | 2024-08-06T07:45:59.378Z | [ helios-setup] Aug 06 07:45:58.301 INFO E| Compiling dirs-sys-next v0.1.2 |
2435 | 2024-08-06T07:46:00.295Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2436 | 2024-08-06T07:46:01.016Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2437 | 2024-08-06T07:46:02.163Z | [ helios-setup] Aug 06 07:46:01.087 INFO E| Compiling try-lock v0.2.4 |
2438 | 2024-08-06T07:46:02.163Z | [ helios-setup] Aug 06 07:46:01.087 INFO E| Compiling crc32fast v1.3.2 |
2439 | 2024-08-06T07:46:02.426Z | [ helios-setup] Aug 06 07:46:01.349 INFO E| Compiling same-file v1.0.6 |
2440 | 2024-08-06T07:46:02.652Z | [ helios-setup] Aug 06 07:46:01.576 INFO E| Compiling want v0.3.0 |
2441 | 2024-08-06T07:46:03.180Z | [ helios-setup] Aug 06 07:46:02.104 INFO E| Compiling walkdir v2.3.3 |
2442 | 2024-08-06T07:46:03.793Z | [ helios-setup] Aug 06 07:46:02.716 INFO E| Compiling dirs-next v2.0.0 |
2443 | 2024-08-06T07:46:03.949Z | [ host-package] Compiling headers-core v0.2.0 |
2444 | 2024-08-06T07:46:04.548Z | [ host-package] Compiling fxhash v0.2.1 |
2445 | 2024-08-06T07:46:05.008Z | [ host-package] Compiling libxml v0.3.3 |
2446 | 2024-08-06T07:46:05.369Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2447 | 2024-08-06T07:46:05.916Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2448 | 2024-08-06T07:46:06.625Z | [ host-package] Compiling headers v0.3.9 |
2449 | 2024-08-06T07:46:06.683Z | [ helios-setup] Aug 06 07:46:05.603 INFO E| Compiling proc-macro-crate v1.2.1 |
2450 | 2024-08-06T07:46:07.152Z | [ helios-setup] Aug 06 07:46:06.074 INFO E| Compiling semver v0.11.0 |
2451 | 2024-08-06T07:46:08.205Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2452 | 2024-08-06T07:46:08.297Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2453 | 2024-08-06T07:46:08.523Z | [ helios-setup] Aug 06 07:46:07.445 INFO E| Compiling tokio-util v0.7.7 |
2454 | 2024-08-06T07:46:09.286Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2455 | 2024-08-06T07:46:09.879Z | [ helios-setup] Aug 06 07:46:08.801 INFO E| Compiling futures-executor v0.3.28 |
2456 | 2024-08-06T07:46:12.407Z | [ helios-setup] Aug 06 07:46:11.329 INFO E| Compiling h2 v0.3.16 |
2457 | 2024-08-06T07:46:12.503Z | [ helios-setup] Aug 06 07:46:11.425 INFO E| Compiling http-body v0.4.5 |
2458 | 2024-08-06T07:46:12.928Z | [ helios-setup] Aug 06 07:46:11.849 INFO E| Compiling ring v0.16.20 |
2459 | 2024-08-06T07:46:13.692Z | [ helios-setup] Aug 06 07:46:12.614 INFO E| Compiling rand_core v0.6.4 |
2460 | 2024-08-06T07:46:13.921Z | [ host-package] Compiling strum_macros v0.24.3 |
2461 | 2024-08-06T07:46:14.001Z | [ helios-setup] Aug 06 07:46:12.922 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2462 | 2024-08-06T07:46:15.155Z | [ helios-setup] Aug 06 07:46:14.075 INFO E| Compiling thread_local v1.1.7 |
2463 | 2024-08-06T07:46:15.302Z | [ host-package] Compiling unicase v2.7.0 |
2464 | 2024-08-06T07:46:15.567Z | [ helios-setup] Aug 06 07:46:14.488 INFO E| Compiling lazy_static v1.4.0 |
2465 | 2024-08-06T07:46:15.812Z | [ host-package] Compiling samael v0.0.15 |
2466 | 2024-08-06T07:46:15.970Z | [ helios-setup] Aug 06 07:46:14.890 INFO E| Compiling fastrand v1.9.0 |
2467 | 2024-08-06T07:46:16.012Z | [ host-package] Compiling cookie v0.18.1 |
2468 | 2024-08-06T07:46:16.875Z | [ host-package] Compiling indoc v1.0.9 |
2469 | 2024-08-06T07:46:16.944Z | [ helios-setup] Aug 06 07:46:15.865 INFO E| Compiling tower-service v0.3.2 |
2470 | 2024-08-06T07:46:17.172Z | [ helios-setup] Aug 06 07:46:16.092 INFO E| Compiling rayon-core v1.10.2 |
2471 | 2024-08-06T07:46:17.379Z | [ helios-setup] Aug 06 07:46:16.299 INFO E| Compiling httpdate v1.0.2 |
2472 | 2024-08-06T07:46:17.597Z | [ helios-setup] Aug 06 07:46:16.518 INFO E| Compiling utf8parse v0.2.1 |
2473 | 2024-08-06T07:46:17.865Z | [ helios-setup] Aug 06 07:46:16.785 INFO E| Compiling ppv-lite86 v0.2.17 |
2474 | 2024-08-06T07:46:18.233Z | [ helios-setup] Aug 06 07:46:17.153 INFO E| Compiling base64 v0.21.0 |
2475 | 2024-08-06T07:46:19.004Z | [ helios-setup] Aug 06 07:46:17.924 INFO E| Compiling adler v1.0.2 |
2476 | 2024-08-06T07:46:19.832Z | [ host-package] Compiling derive_builder v0.20.0 |
2477 | 2024-08-06T07:46:20.349Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2478 | 2024-08-06T07:46:20.684Z | [ helios-setup] Aug 06 07:46:19.604 INFO E| Compiling home v0.5.4 |
2479 | 2024-08-06T07:46:21.271Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2480 | 2024-08-06T07:46:21.390Z | [ helios-setup] Aug 06 07:46:20.310 INFO E| Compiling toolchain_find v0.2.0 |
2481 | 2024-08-06T07:46:22.229Z | [ helios-setup] Aug 06 07:46:21.148 INFO E| Compiling rand_chacha v0.3.1 |
2482 | 2024-08-06T07:46:22.660Z | [ helios-setup] Aug 06 07:46:21.580 INFO E| Compiling hyper v0.14.25 |
2483 | 2024-08-06T07:46:24.566Z | [ helios-setup] Aug 06 07:46:23.465 INFO E| Compiling miniz_oxide v0.6.2 |
2484 | 2024-08-06T07:46:24.998Z | [ host-package] Compiling polar-core v0.27.3 |
2485 | 2024-08-06T07:46:25.363Z | [ helios-setup] Aug 06 07:46:24.282 INFO E| Compiling anstyle-parse v0.1.1 |
2486 | 2024-08-06T07:46:25.495Z | [ helios-setup] Aug 06 07:46:24.414 INFO E| Compiling tempfile v3.5.0 |
2487 | 2024-08-06T07:46:28.188Z | [ host-package] Compiling oso-derive v0.27.3 |
2488 | 2024-08-06T07:46:29.273Z | [ host-package] Compiling quick-xml v0.31.0 |
2489 | 2024-08-06T07:46:30.729Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2490 | 2024-08-06T07:46:31.717Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2491 | 2024-08-06T07:46:32.406Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2492 | 2024-08-06T07:46:32.683Z | [ host-package] Compiling nix v0.28.0 |
2493 | 2024-08-06T07:46:34.180Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2494 | 2024-08-06T07:46:34.430Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2495 | 2024-08-06T07:46:37.722Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2496 | 2024-08-06T07:46:38.495Z | [ host-package] Compiling bb8 v0.8.5 |
2497 | 2024-08-06T07:46:38.694Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2498 | 2024-08-06T07:46:39.887Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2499 | 2024-08-06T07:46:41.461Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2500 | 2024-08-06T07:46:42.473Z | [ helios-setup] Aug 06 07:46:41.390 INFO E| Compiling futures v0.3.28 |
2501 | 2024-08-06T07:46:42.692Z | [ helios-setup] Aug 06 07:46:41.609 INFO E| Compiling cargo-lock v8.0.3 |
2502 | 2024-08-06T07:46:42.696Z | [ helios-setup] Aug 06 07:46:41.610 INFO E| Compiling num_enum_derive v0.5.7 |
2503 | 2024-08-06T07:46:42.725Z | [ host-package] Compiling keccak v0.1.5 |
2504 | 2024-08-06T07:46:42.798Z | [ host-package] Compiling vte v0.11.1 |
2505 | 2024-08-06T07:46:44.874Z | [ host-package] Compiling sha3 v0.10.8 |
2506 | 2024-08-06T07:46:45.257Z | [ host-package] Compiling const_format v0.2.32 |
2507 | 2024-08-06T07:46:46.004Z | [ helios-setup] Aug 06 07:46:44.920 INFO E| Compiling crossbeam-deque v0.8.2 |
2508 | 2024-08-06T07:46:46.532Z | [ helios-setup] Aug 06 07:46:45.447 INFO E| Compiling term v0.7.0 |
2509 | 2024-08-06T07:46:46.671Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2510 | 2024-08-06T07:46:48.015Z | [ helios-setup] Aug 06 07:46:46.931 INFO E| Compiling serde_urlencoded v0.7.1 |
2511 | 2024-08-06T07:46:48.204Z | [ host-package] Compiling fd-lock v4.0.2 |
2512 | 2024-08-06T07:46:48.417Z | [ helios-setup] Aug 06 07:46:47.333 INFO E| Compiling sha1 v0.10.5 |
2513 | 2024-08-06T07:46:48.705Z | [ host-package] Compiling universal-hash v0.5.1 |
2514 | 2024-08-06T07:46:48.782Z | [ host-package] Compiling secrecy v0.8.0 |
2515 | 2024-08-06T07:46:49.133Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2516 | 2024-08-06T07:46:49.228Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2517 | 2024-08-06T07:46:49.572Z | [ host-package] Compiling bytecount v0.6.8 |
2518 | 2024-08-06T07:46:49.708Z | [ helios-setup] Aug 06 07:46:48.624 INFO E| Compiling sha2 v0.10.6 |
2519 | 2024-08-06T07:46:49.748Z | [ helios-setup] Aug 06 07:46:48.663 INFO E| Compiling is-terminal v0.4.7 |
2520 | 2024-08-06T07:46:50.097Z | [ helios-setup] Aug 06 07:46:49.012 INFO E| Compiling atty v0.2.14 |
2521 | 2024-08-06T07:46:50.230Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2522 | 2024-08-06T07:46:50.669Z | [ helios-setup] Aug 06 07:46:49.584 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2523 | 2024-08-06T07:46:50.834Z | [ host-package] Compiling opaque-debug v0.3.1 |
2524 | 2024-08-06T07:46:51.224Z | [ host-package] Compiling poly1305 v0.8.0 |
2525 | 2024-08-06T07:46:51.776Z | [ helios-setup] Aug 06 07:46:50.691 INFO E| Compiling anstyle v0.3.5 |
2526 | 2024-08-06T07:46:52.930Z | [ helios-setup] Aug 06 07:46:51.845 INFO E| Compiling concolor-query v0.3.3 |
2527 | 2024-08-06T07:46:53.466Z | [ helios-setup] Aug 06 07:46:52.380 INFO E| Compiling concolor-override v1.0.0 |
2528 | 2024-08-06T07:46:53.899Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2529 | 2024-08-06T07:46:54.009Z | [ helios-setup] Aug 06 07:46:52.924 INFO E| Compiling anstream v0.2.6 |
2530 | 2024-08-06T07:46:54.129Z | [ host-package] Compiling papergrid v0.11.0 |
2531 | 2024-08-06T07:46:55.336Z | [ host-package] Compiling parking_lot v0.11.2 |
2532 | 2024-08-06T07:46:56.367Z | [ helios-setup] Aug 06 07:46:55.281 INFO E| Compiling slog-term v2.9.0 |
2533 | 2024-08-06T07:46:56.485Z | [ helios-setup] Aug 06 07:46:55.399 INFO E| Compiling flate2 v1.0.25 |
2534 | 2024-08-06T07:46:58.777Z | [ helios-setup] Aug 06 07:46:57.689 INFO E| Compiling num_enum v0.5.7 |
2535 | 2024-08-06T07:46:59.167Z | [ helios-setup] Aug 06 07:46:58.081 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2536 | 2024-08-06T07:46:59.274Z | [ helios-setup] Aug 06 07:46:58.187 INFO E| Compiling rand v0.8.5 |
2537 | 2024-08-06T07:46:59.504Z | [ helios-setup] Aug 06 07:46:58.417 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2538 | 2024-08-06T07:46:59.648Z | [ helios-setup] Aug 06 07:46:58.561 INFO E| Compiling openapiv3 v1.0.2 |
2539 | 2024-08-06T07:47:00.343Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2540 | 2024-08-06T07:47:00.591Z | [ helios-setup] Aug 06 07:46:59.504 INFO E| Compiling encoding_rs v0.8.32 |
2541 | 2024-08-06T07:47:01.705Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2542 | 2024-08-06T07:47:01.984Z | [ helios-setup] Aug 06 07:47:00.897 INFO E| Compiling mime v0.3.17 |
2543 | 2024-08-06T07:47:03.203Z | [ helios-setup] Aug 06 07:47:02.116 INFO E| Compiling unsafe-libyaml v0.2.8 |
2544 | 2024-08-06T07:47:03.901Z | [ helios-setup] Aug 06 07:47:02.814 INFO E| Compiling clap_lex v0.4.1 |
2545 | 2024-08-06T07:47:05.617Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2546 | 2024-08-06T07:47:05.709Z | [ helios-setup] Aug 06 07:47:04.621 INFO E| Compiling untrusted v0.7.1 |
2547 | 2024-08-06T07:47:06.361Z | [ helios-setup] Aug 06 07:47:05.273 INFO E| Compiling either v1.8.0 |
2548 | 2024-08-06T07:47:06.694Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2549 | 2024-08-06T07:47:07.124Z | [ helios-setup] Aug 06 07:47:06.037 INFO E| Compiling spin v0.5.2 |
2550 | 2024-08-06T07:47:07.137Z | [ helios-setup] Aug 06 07:47:06.049 INFO E| Compiling byteorder v1.4.3 |
2551 | 2024-08-06T07:47:07.705Z | [ helios-setup] Aug 06 07:47:06.617 INFO E| Compiling utf-8 v0.7.6 |
2552 | 2024-08-06T07:47:08.011Z | [ helios-setup] Aug 06 07:47:06.924 INFO E| Compiling strsim v0.10.0 |
2553 | 2024-08-06T07:47:08.186Z | [ helios-setup] Aug 06 07:47:07.098 INFO E| Compiling ipnet v2.7.2 |
2554 | 2024-08-06T07:47:08.708Z | [ helios-setup] Aug 06 07:47:07.619 INFO E| Compiling base64 v0.13.1 |
2555 | 2024-08-06T07:47:10.405Z | [ helios-setup] Aug 06 07:47:09.317 INFO E| Compiling project-root v0.2.2 |
2556 | 2024-08-06T07:47:10.878Z | [ helios-setup] Aug 06 07:47:09.789 INFO E| Compiling tungstenite v0.18.0 |
2557 | 2024-08-06T07:47:11.068Z | [ helios-setup] Aug 06 07:47:09.980 INFO E| Compiling reqwest v0.11.16 |
2558 | 2024-08-06T07:47:11.251Z | [ host-package] Compiling tabled_derive v0.7.0 |
2559 | 2024-08-06T07:47:12.208Z | [ helios-setup] Aug 06 07:47:11.120 INFO E| Compiling clap_builder v4.2.1 |
2560 | 2024-08-06T07:47:13.122Z | [ helios-setup] Aug 06 07:47:12.033 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2561 | 2024-08-06T07:47:15.521Z | [ host-package] Compiling oso v0.27.3 |
2562 | 2024-08-06T07:47:16.154Z | [ host-package] Compiling chacha20 v0.9.1 |
2563 | 2024-08-06T07:47:16.950Z | [ host-package] Compiling aead v0.5.2 |
2564 | 2024-08-06T07:47:17.411Z | [ host-package] Compiling peg-macros v0.8.4 |
2565 | 2024-08-06T07:47:17.821Z | [ host-package] Compiling kstat-rs v0.2.4 |
2566 | 2024-08-06T07:47:20.221Z | [ host-package] Compiling toml v0.5.11 |
2567 | 2024-08-06T07:47:22.070Z | [ helios-setup] Aug 06 07:47:20.980 INFO E| Compiling rayon v1.6.1 |
2568 | 2024-08-06T07:47:22.113Z | [ helios-setup] Aug 06 07:47:21.023 INFO E| Compiling serde_yaml v0.9.21 |
2569 | 2024-08-06T07:47:23.474Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2570 | 2024-08-06T07:47:24.423Z | [ host-package] Compiling unicode_categories v0.1.1 |
2571 | 2024-08-06T07:47:24.703Z | [ helios-setup] Aug 06 07:47:23.613 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2572 | 2024-08-06T07:47:25.688Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2573 | 2024-08-06T07:47:26.260Z | [ host-package] Compiling rustyline v14.0.0 |
2574 | 2024-08-06T07:47:26.562Z | [ helios-setup] Aug 06 07:47:25.471 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2575 | 2024-08-06T07:47:27.891Z | [ host-package] Compiling reedline v0.31.0 |
2576 | 2024-08-06T07:47:29.578Z | [ helios-setup] Aug 06 07:47:28.487 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2577 | 2024-08-06T07:47:29.776Z | [ helios-setup] Aug 06 07:47:28.685 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2578 | 2024-08-06T07:47:31.652Z | [ helios-setup] Aug 06 07:47:30.560 INFO E| Compiling clap_derive v4.2.0 |
2579 | 2024-08-06T07:47:32.575Z | [ helios-setup] Aug 06 07:47:31.483 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2580 | 2024-08-06T07:47:33.883Z | [ helios-setup] Aug 06 07:47:32.790 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2581 | 2024-08-06T07:47:37.848Z | [ host-package] Compiling sqlparser v0.45.0 |
2582 | 2024-08-06T07:47:41.024Z | [ helios-setup] Aug 06 07:47:39.931 INFO E| Compiling clap v4.2.1 |
2583 | 2024-08-06T07:47:47.259Z | [ host-package] Compiling sqlformat v0.2.4 |
2584 | 2024-08-06T07:47:50.672Z | [ host-package] Compiling peg v0.8.4 |
2585 | 2024-08-06T07:47:50.942Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2586 | 2024-08-06T07:47:51.097Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2587 | 2024-08-06T07:47:57.654Z | [ helios-setup] Aug 06 07:47:56.558 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2588 | 2024-08-06T07:48:01.136Z | [ helios-setup] Aug 06 07:48:00.039 INFO E| Compiling tokio-tungstenite v0.18.0 |
2589 | 2024-08-06T07:48:02.762Z | [ helios-setup] Aug 06 07:48:01.664 INFO E| Compiling smartstring v1.0.1 |
2590 | 2024-08-06T07:48:03.729Z | [ helios-setup] Aug 06 07:48:02.632 INFO E| Compiling rustls v0.21.0 |
2591 | 2024-08-06T07:48:04.824Z | [ helios-setup] Aug 06 07:48:03.726 INFO E| Compiling sct v0.7.0 |
2592 | 2024-08-06T07:48:05.231Z | [ helios-setup] Aug 06 07:48:04.134 INFO E| Compiling rustls-webpki v0.100.1 |
2593 | 2024-08-06T07:48:05.739Z | [ helios-setup] Aug 06 07:48:04.642 INFO E| Compiling toml_datetime v0.6.1 |
2594 | 2024-08-06T07:48:07.297Z | [ helios-setup] Aug 06 07:48:06.198 INFO E| Compiling serde_spanned v0.6.1 |
2595 | 2024-08-06T07:48:07.851Z | [ helios-setup] Aug 06 07:48:06.752 INFO E| Compiling static_assertions v1.1.0 |
2596 | 2024-08-06T07:48:08.090Z | [ helios-setup] Aug 06 07:48:06.991 INFO E| Compiling camino v1.1.4 |
2597 | 2024-08-06T07:48:08.181Z | [ helios-setup] Aug 06 07:48:07.083 INFO E| Compiling slog-async v2.7.0 |
2598 | 2024-08-06T07:48:09.151Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2599 | 2024-08-06T07:48:09.215Z | [ helios-setup] Aug 06 07:48:08.114 INFO E| Compiling match_cfg v0.1.0 |
2600 | 2024-08-06T07:48:09.296Z | [ helios-setup] Aug 06 07:48:08.197 INFO E| Compiling paste v1.0.12 |
2601 | 2024-08-06T07:48:09.669Z | [ helios-setup] Aug 06 07:48:08.571 INFO E| Compiling winnow v0.4.1 |
2602 | 2024-08-06T07:48:09.721Z | [ host-package] Compiling tabled v0.15.0 |
2603 | 2024-08-06T07:48:09.795Z | [ helios-setup] Aug 06 07:48:08.697 INFO E| Compiling async-trait v0.1.68 |
2604 | 2024-08-06T07:48:10.123Z | [ host-package] Compiling vsss-rs v3.3.4 |
2605 | 2024-08-06T07:48:10.938Z | [ helios-setup] Aug 06 07:48:09.840 INFO E| Compiling hostname v0.3.1 |
2606 | 2024-08-06T07:48:12.847Z | [ helios-setup] Aug 06 07:48:11.748 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2607 | 2024-08-06T07:48:14.013Z | [ host-package] Compiling sled v0.34.7 |
2608 | 2024-08-06T07:48:16.922Z | [ helios-setup] Aug 06 07:48:15.822 INFO E| Compiling toml_edit v0.19.8 |
2609 | 2024-08-06T07:48:19.219Z | [ helios-setup] Aug 06 07:48:18.119 INFO E| Compiling slog-json v2.6.1 |
2610 | 2024-08-06T07:48:19.784Z | [ host-package] Compiling mime_guess v2.0.4 |
2611 | 2024-08-06T07:48:20.717Z | [ helios-setup] Aug 06 07:48:19.616 INFO E| Compiling unicode-linebreak v0.1.4 |
2612 | 2024-08-06T07:48:22.771Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2613 | 2024-08-06T07:48:24.157Z | [ helios-setup] Aug 06 07:48:23.056 INFO E| Compiling async-stream-impl v0.3.5 |
2614 | 2024-08-06T07:48:24.177Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2615 | 2024-08-06T07:48:25.828Z | [ helios-setup] Aug 06 07:48:24.727 INFO E| Compiling rhai_codegen v1.5.0 |
2616 | 2024-08-06T07:48:26.335Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2617 | 2024-08-06T07:48:27.305Z | [ helios-setup] Aug 06 07:48:26.203 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2618 | 2024-08-06T07:48:27.431Z | [ helios-setup] Aug 06 07:48:26.329 INFO E| Compiling take_mut v0.2.2 |
2619 | 2024-08-06T07:48:28.378Z | [ helios-setup] Aug 06 07:48:27.276 INFO E| Compiling async-stream v0.3.5 |
2620 | 2024-08-06T07:48:29.214Z | [ helios-setup] Aug 06 07:48:28.113 INFO E| Compiling toml v0.7.3 |
2621 | 2024-08-06T07:48:29.386Z | [ helios-setup] Aug 06 07:48:28.284 INFO E| Compiling tokio-rustls v0.24.0 |
2622 | 2024-08-06T07:48:30.579Z | [ helios-setup] Aug 06 07:48:29.477 INFO E| Compiling slog-bunyan v2.4.0 |
2623 | 2024-08-06T07:48:31.229Z | [ helios-setup] Aug 06 07:48:30.127 INFO E| Compiling rhai v1.14.0 |
2624 | 2024-08-06T07:48:33.178Z | [ host-package] Compiling env_logger v0.9.3 |
2625 | 2024-08-06T07:48:37.512Z | [ helios-setup] Aug 06 07:48:36.409 INFO E| Compiling rustls-pemfile v1.0.2 |
2626 | 2024-08-06T07:48:38.830Z | [ helios-setup] Aug 06 07:48:37.727 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2627 | 2024-08-06T07:48:38.884Z | [ helios-setup] Aug 06 07:48:37.781 INFO E| Compiling serde_path_to_error v0.1.11 |
2628 | 2024-08-06T07:48:40.164Z | [ helios-setup] Aug 06 07:48:39.060 INFO E| Compiling bincode v1.3.3 |
2629 | 2024-08-06T07:48:40.445Z | [ host-package] Compiling tungstenite v0.20.1 |
2630 | 2024-08-06T07:48:42.361Z | [ helios-setup] Aug 06 07:48:41.257 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2631 | 2024-08-06T07:48:42.853Z | [ helios-setup] Aug 06 07:48:41.749 INFO E| Compiling terminal_size v0.2.6 |
2632 | 2024-08-06T07:48:43.400Z | [ helios-setup] Aug 06 07:48:42.296 INFO E| Compiling smawk v0.3.1 |
2633 | 2024-08-06T07:48:43.853Z | [ helios-setup] Aug 06 07:48:42.748 INFO E| Compiling textwrap v0.16.0 |
2634 | 2024-08-06T07:48:49.839Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2635 | 2024-08-06T07:48:50.469Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2636 | 2024-08-06T07:49:05.275Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2637 | 2024-08-06T07:49:11.629Z | [ helios-setup] Aug 06 07:49:10.520 INFO E| Compiling git2 v0.16.1 |
2638 | 2024-08-06T07:49:16.991Z | [ helios-setup] Aug 06 07:49:15.881 INFO E| Compiling built v0.6.0 |
2639 | 2024-08-06T07:49:18.637Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2640 | 2024-08-06T07:49:20.180Z | [ helios-setup] Aug 06 07:49:19.070 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2641 | 2024-08-06T07:49:21.846Z | [ helios-setup] Aug 06 07:49:20.735 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2642 | 2024-08-06T07:49:22.123Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2643 | 2024-08-06T07:49:22.558Z | [ helios-setup] Aug 06 07:49:21.447 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2644 | 2024-08-06T07:49:23.962Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2645 | 2024-08-06T07:49:24.863Z | [ host-package] Compiling bcs v0.1.6 |
2646 | 2024-08-06T07:49:25.516Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2647 | 2024-08-06T07:49:26.171Z | [ host-package] Compiling nanorand v0.7.0 |
2648 | 2024-08-06T07:49:27.312Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2649 | 2024-08-06T07:49:27.469Z | [ host-package] Compiling memoffset v0.9.1 |
2650 | 2024-08-06T07:49:27.602Z | [ host-package] Compiling highway v1.1.0 |
2651 | 2024-08-06T07:49:27.861Z | [ host-package] Compiling ascii v1.1.0 |
2652 | 2024-08-06T07:49:29.007Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2653 | 2024-08-06T07:49:29.575Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2654 | 2024-08-06T07:49:30.630Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2655 | 2024-08-06T07:49:33.764Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2656 | 2024-08-06T07:49:34.279Z | [ host-package] Compiling bitstruct v0.1.1 |
2657 | 2024-08-06T07:49:34.578Z | [ host-package] Compiling flume v0.11.0 |
2658 | 2024-08-06T07:49:36.381Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2659 | 2024-08-06T07:49:37.914Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2660 | 2024-08-06T07:49:38.482Z | [ helios-setup] Aug 06 07:49:37.369 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2661 | 2024-08-06T07:49:41.213Z | [ helios-setup] Aug 06 07:49:40.099 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2662 | 2024-08-06T07:49:45.101Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2663 | 2024-08-06T07:49:49.208Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2664 | 2024-08-06T07:49:51.911Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2665 | 2024-08-06T07:50:05.839Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2666 | 2024-08-06T07:50:08.020Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2667 | 2024-08-06T07:50:11.419Z | [ host-package] Compiling erased-serde v0.3.31 |
2668 | 2024-08-06T07:50:12.601Z | [ host-package] Compiling serde_arrays v0.1.0 |
2669 | 2024-08-06T07:50:12.960Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2670 | 2024-08-06T07:50:14.189Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2671 | 2024-08-06T07:50:18.425Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2672 | 2024-08-06T07:50:21.838Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2673 | 2024-08-06T07:50:22.340Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2674 | 2024-08-06T07:50:23.240Z | [ helios-setup] Aug 06 07:50:22.117 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2675 | 2024-08-06T07:50:24.252Z | [ host-package] Compiling heck v0.3.3 |
2676 | 2024-08-06T07:50:24.566Z | [ host-package] Compiling rand_seeder v0.3.0 |
2677 | 2024-08-06T07:50:24.857Z | [ host-package] Compiling castaway v0.2.2 |
2678 | 2024-08-06T07:50:25.084Z | [ host-package] Compiling csv-core v0.1.11 |
2679 | 2024-08-06T07:50:25.565Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2680 | 2024-08-06T07:50:25.923Z | [ host-package] Compiling http-range v0.1.5 |
2681 | 2024-08-06T07:50:26.012Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2682 | 2024-08-06T07:50:26.169Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2683 | 2024-08-06T07:50:26.688Z | [ host-package] Compiling csv v1.3.0 |
2684 | 2024-08-06T07:50:26.745Z | [ host-package] Compiling compact_str v0.7.1 |
2685 | 2024-08-06T07:50:28.526Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2686 | 2024-08-06T07:50:28.993Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2687 | 2024-08-06T07:50:29.664Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2688 | 2024-08-06T07:50:29.699Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2689 | 2024-08-06T07:50:29.935Z | [ host-package] Compiling nix v0.27.1 |
2690 | 2024-08-06T07:50:30.088Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2691 | 2024-08-06T07:50:33.061Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2692 | 2024-08-06T07:50:37.101Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2693 | 2024-08-06T07:50:37.517Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2694 | 2024-08-06T07:50:37.913Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2695 | 2024-08-06T07:50:38.366Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2696 | 2024-08-06T07:50:38.734Z | [ host-package] Compiling itertools v0.13.0 |
2697 | 2024-08-06T07:50:38.819Z | [ host-package] Compiling lru v0.12.3 |
2698 | 2024-08-06T07:50:39.305Z | [ host-package] Compiling serde-big-array v0.5.1 |
2699 | 2024-08-06T07:50:39.759Z | [ host-package] Compiling stability v0.2.0 |
2700 | 2024-08-06T07:50:40.571Z | [ host-package] Compiling base64 v0.13.1 |
2701 | 2024-08-06T07:50:41.198Z | [ host-package] Compiling cassowary v0.3.0 |
2702 | 2024-08-06T07:50:41.772Z | [ host-package] Compiling ron v0.7.1 |
2703 | 2024-08-06T07:50:43.992Z | [ host-package] Compiling ratatui v0.27.0 |
2704 | 2024-08-06T07:50:49.935Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2705 | 2024-08-06T07:51:12.753Z | [ host-package] Compiling zone v0.1.8 |
2706 | 2024-08-06T07:51:18.680Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2707 | 2024-08-06T07:51:25.099Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2708 | 2024-08-06T07:51:26.492Z | [ helios-setup] Aug 06 07:51:25.360 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s |
2709 | 2024-08-06T07:51:26.631Z | [ helios-setup] Aug 06 07:51:25.499 INFO building project "pilot" ok (402 seconds) |
2710 | 2024-08-06T07:51:26.634Z | [ helios-setup] Aug 06 07:51:25.499 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2711 | 2024-08-06T07:51:26.634Z | [ helios-setup] Aug 06 07:51:25.499 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2712 | 2024-08-06T07:51:26.967Z | [ helios-setup] Aug 06 07:51:25.835 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2713 | 2024-08-06T07:51:27.346Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2714 | 2024-08-06T07:51:27.653Z | [ helios-setup] Aug 06 07:51:26.521 INFO E| From https://github.com/jclulow/rust-jmclib |
2715 | 2024-08-06T07:51:27.653Z | [ helios-setup] Aug 06 07:51:26.521 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2716 | 2024-08-06T07:51:27.712Z | [ helios-setup] Aug 06 07:51:26.579 INFO E| Updating crates.io index |
2717 | 2024-08-06T07:51:27.947Z | [ helios-setup] Aug 06 07:51:26.815 INFO E| Downloading crates ... |
2718 | 2024-08-06T07:51:28.098Z | [ helios-setup] Aug 06 07:51:26.966 INFO E| Downloaded opaque-debug v0.3.0 |
2719 | 2024-08-06T07:51:28.101Z | [ helios-setup] Aug 06 07:51:26.967 INFO E| Downloaded once_cell v1.18.0 |
2720 | 2024-08-06T07:51:28.104Z | [ helios-setup] Aug 06 07:51:26.972 INFO E| Downloaded fastrand v2.0.0 |
2721 | 2024-08-06T07:51:28.106Z | [ helios-setup] Aug 06 07:51:26.974 INFO E| Downloaded block-buffer v0.9.0 |
2722 | 2024-08-06T07:51:28.109Z | [ helios-setup] Aug 06 07:51:26.976 INFO E| Downloaded uuid v0.8.2 |
2723 | 2024-08-06T07:51:28.114Z | [ helios-setup] Aug 06 07:51:26.982 INFO E| Downloaded itoa v1.0.9 |
2724 | 2024-08-06T07:51:28.117Z | [ helios-setup] Aug 06 07:51:26.985 INFO E| Downloaded sha-1 v0.9.8 |
2725 | 2024-08-06T07:51:28.120Z | [ helios-setup] Aug 06 07:51:26.988 INFO E| Downloaded quote v1.0.31 |
2726 | 2024-08-06T07:51:28.125Z | [ helios-setup] Aug 06 07:51:26.993 INFO E| Downloaded tempfile v3.7.0 |
2727 | 2024-08-06T07:51:28.130Z | [ helios-setup] Aug 06 07:51:26.998 INFO E| Downloaded md-5 v0.9.1 |
2728 | 2024-08-06T07:51:28.133Z | [ helios-setup] Aug 06 07:51:27.001 INFO E| Downloaded ryu v1.0.15 |
2729 | 2024-08-06T07:51:28.139Z | [ helios-setup] Aug 06 07:51:27.007 INFO E| Downloaded getrandom v0.2.10 |
2730 | 2024-08-06T07:51:28.145Z | [ helios-setup] Aug 06 07:51:27.013 INFO E| Downloaded unicode-ident v1.0.11 |
2731 | 2024-08-06T07:51:28.150Z | [ helios-setup] Aug 06 07:51:27.018 INFO E| Downloaded proc-macro2 v1.0.66 |
2732 | 2024-08-06T07:51:28.154Z | [ helios-setup] Aug 06 07:51:27.022 INFO E| Downloaded serde v1.0.193 |
2733 | 2024-08-06T07:51:28.160Z | [ helios-setup] Aug 06 07:51:27.028 INFO E| Downloaded serde_derive v1.0.193 |
2734 | 2024-08-06T07:51:28.165Z | [ helios-setup] Aug 06 07:51:27.033 INFO E| Downloaded bitflags v2.3.3 |
2735 | 2024-08-06T07:51:28.169Z | [ helios-setup] Aug 06 07:51:27.037 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2736 | 2024-08-06T07:51:28.172Z | [ helios-setup] Aug 06 07:51:27.039 INFO E| Downloaded cpufeatures v0.2.9 |
2737 | 2024-08-06T07:51:28.175Z | [ helios-setup] Aug 06 07:51:27.041 INFO E| Downloaded digest v0.9.0 |
2738 | 2024-08-06T07:51:28.175Z | [ helios-setup] Aug 06 07:51:27.043 INFO E| Downloaded anyhow v1.0.72 |
2739 | 2024-08-06T07:51:28.182Z | [ helios-setup] Aug 06 07:51:27.050 INFO E| Downloaded serde_json v1.0.103 |
2740 | 2024-08-06T07:51:28.195Z | [ helios-setup] Aug 06 07:51:27.063 INFO E| Downloaded rustix v0.38.4 |
2741 | 2024-08-06T07:51:28.251Z | [ helios-setup] Aug 06 07:51:27.119 INFO E| Downloaded syn v2.0.32 |
2742 | 2024-08-06T07:51:28.299Z | [ helios-setup] Aug 06 07:51:27.167 INFO E| Downloaded libc v0.2.147 |
2743 | 2024-08-06T07:51:28.585Z | [ helios-setup] Aug 06 07:51:27.453 INFO E| Compiling libc v0.2.147 |
2744 | 2024-08-06T07:51:28.585Z | [ helios-setup] Aug 06 07:51:27.453 INFO E| Compiling proc-macro2 v1.0.66 |
2745 | 2024-08-06T07:51:28.588Z | [ helios-setup] Aug 06 07:51:27.453 INFO E| Compiling cfg-if v1.0.0 |
2746 | 2024-08-06T07:51:28.588Z | [ helios-setup] Aug 06 07:51:27.453 INFO E| Compiling unicode-ident v1.0.11 |
2747 | 2024-08-06T07:51:28.588Z | [ helios-setup] Aug 06 07:51:27.453 INFO E| Compiling typenum v1.16.0 |
2748 | 2024-08-06T07:51:28.588Z | [ helios-setup] Aug 06 07:51:27.453 INFO E| Compiling version_check v0.9.4 |
2749 | 2024-08-06T07:51:28.588Z | [ helios-setup] Aug 06 07:51:27.453 INFO E| Compiling serde v1.0.193 |
2750 | 2024-08-06T07:51:28.588Z | [ helios-setup] Aug 06 07:51:27.454 INFO E| Compiling rustix v0.38.4 |
2751 | 2024-08-06T07:51:28.842Z | [ helios-setup] Aug 06 07:51:27.708 INFO E| Compiling slog v2.7.0 |
2752 | 2024-08-06T07:51:29.022Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2753 | 2024-08-06T07:51:29.180Z | [ helios-setup] Aug 06 07:51:28.048 INFO E| Compiling time-core v0.1.2 |
2754 | 2024-08-06T07:51:29.462Z | [ helios-setup] Aug 06 07:51:28.330 INFO E| Compiling itoa v1.0.9 |
2755 | 2024-08-06T07:51:29.854Z | [ helios-setup] Aug 06 07:51:28.721 INFO E| Compiling powerfmt v0.2.0 |
2756 | 2024-08-06T07:51:30.022Z | [ helios-setup] Aug 06 07:51:28.890 INFO E| Compiling num-conv v0.1.0 |
2757 | 2024-08-06T07:51:30.040Z | [ helios-setup] Aug 06 07:51:28.907 INFO E| Compiling generic-array v0.14.7 |
2758 | 2024-08-06T07:51:30.181Z | [ helios-setup] Aug 06 07:51:29.048 INFO E| Compiling once_cell v1.18.0 |
2759 | 2024-08-06T07:51:30.232Z | [ helios-setup] Aug 06 07:51:29.099 INFO E| Compiling bitflags v2.3.3 |
2760 | 2024-08-06T07:51:30.672Z | [ helios-setup] Aug 06 07:51:29.540 INFO E| Compiling time-macros v0.2.18 |
2761 | 2024-08-06T07:51:31.004Z | [ helios-setup] Aug 06 07:51:29.866 INFO E| Compiling deranged v0.3.11 |
2762 | 2024-08-06T07:51:31.084Z | [ helios-setup] Aug 06 07:51:29.951 INFO E| Compiling num_threads v0.1.6 |
2763 | 2024-08-06T07:51:31.084Z | [ helios-setup] Aug 06 07:51:29.951 INFO E| Compiling thread_local v1.1.7 |
2764 | 2024-08-06T07:51:31.216Z | [ helios-setup] Aug 06 07:51:30.083 INFO E| Compiling fastrand v2.0.0 |
2765 | 2024-08-06T07:51:31.819Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2766 | 2024-08-06T07:51:32.344Z | [ helios-setup] Aug 06 07:51:31.211 INFO E| Compiling quote v1.0.31 |
2767 | 2024-08-06T07:51:32.756Z | [ helios-setup] Aug 06 07:51:31.622 INFO E| Compiling serde_json v1.0.103 |
2768 | 2024-08-06T07:51:32.756Z | [ helios-setup] Aug 06 07:51:31.622 INFO E| Compiling opaque-debug v0.3.0 |
2769 | 2024-08-06T07:51:32.861Z | [ helios-setup] Aug 06 07:51:31.728 INFO E| Compiling anyhow v1.0.72 |
2770 | 2024-08-06T07:51:33.086Z | [ helios-setup] Aug 06 07:51:31.953 INFO E| Compiling syn v2.0.32 |
2771 | 2024-08-06T07:51:33.781Z | [ helios-setup] Aug 06 07:51:32.647 INFO E| Compiling dirs-sys-next v0.1.2 |
2772 | 2024-08-06T07:51:33.953Z | [ helios-setup] Aug 06 07:51:32.820 INFO E| Compiling errno v0.3.1 |
2773 | 2024-08-06T07:51:33.953Z | [ helios-setup] Aug 06 07:51:32.820 INFO E| Compiling atty v0.2.14 |
2774 | 2024-08-06T07:51:34.408Z | [ helios-setup] Aug 06 07:51:33.275 INFO E| Compiling dirs-next v2.0.0 |
2775 | 2024-08-06T07:51:34.606Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2776 | 2024-08-06T07:51:34.798Z | [ helios-setup] Aug 06 07:51:33.665 INFO E| Compiling term v0.7.0 |
2777 | 2024-08-06T07:51:34.860Z | [ helios-setup] Aug 06 07:51:33.726 INFO E| Compiling getrandom v0.2.10 |
2778 | 2024-08-06T07:51:35.474Z | [ helios-setup] Aug 06 07:51:34.340 INFO E| Compiling block-buffer v0.9.0 |
2779 | 2024-08-06T07:51:35.642Z | [ helios-setup] Aug 06 07:51:34.508 INFO E| Compiling digest v0.9.0 |
2780 | 2024-08-06T07:51:35.678Z | [ helios-setup] Aug 06 07:51:34.545 INFO E| Compiling same-file v1.0.6 |
2781 | 2024-08-06T07:51:35.795Z | [ helios-setup] Aug 06 07:51:34.661 INFO E| Compiling cpufeatures v0.2.9 |
2782 | 2024-08-06T07:51:35.795Z | [ helios-setup] Aug 06 07:51:34.662 INFO E| Compiling unicode-width v0.1.10 |
2783 | 2024-08-06T07:51:35.948Z | [ helios-setup] Aug 06 07:51:34.814 INFO E| Compiling ryu v1.0.15 |
2784 | 2024-08-06T07:51:36.009Z | [ helios-setup] Aug 06 07:51:34.875 INFO E| Compiling walkdir v2.3.3 |
2785 | 2024-08-06T07:51:36.056Z | [ helios-setup] Aug 06 07:51:34.922 INFO E| Compiling getopts v0.2.21 |
2786 | 2024-08-06T07:51:36.437Z | [ helios-setup] Aug 06 07:51:35.303 INFO E| Compiling sha-1 v0.9.8 |
2787 | 2024-08-06T07:51:36.584Z | [ helios-setup] Aug 06 07:51:35.450 INFO E| Compiling time v0.3.36 |
2788 | 2024-08-06T07:51:36.714Z | [ helios-setup] Aug 06 07:51:35.578 INFO E| Compiling md-5 v0.9.1 |
2789 | 2024-08-06T07:51:37.582Z | [ helios-setup] Aug 06 07:51:36.448 INFO E| Compiling tempfile v3.7.0 |
2790 | 2024-08-06T07:51:37.751Z | [ helios-setup] Aug 06 07:51:36.617 INFO E| Compiling libdevinfo-sys v1.0.0 |
2791 | 2024-08-06T07:51:38.223Z | [ helios-setup] Aug 06 07:51:37.088 INFO E| Compiling glob v0.3.1 |
2792 | 2024-08-06T07:51:38.244Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2793 | 2024-08-06T07:51:39.729Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2794 | 2024-08-06T07:51:40.411Z | [ helios-setup] Aug 06 07:51:39.276 INFO E| Compiling slog-term v2.9.0 |
2795 | 2024-08-06T07:51:40.525Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2796 | 2024-08-06T07:51:43.502Z | [ helios-setup] Aug 06 07:51:42.367 INFO E| Compiling serde_derive v1.0.193 |
2797 | 2024-08-06T07:51:45.719Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2798 | 2024-08-06T07:51:46.017Z | [ host-package] Compiling portpicker v0.1.1 |
2799 | 2024-08-06T07:51:46.518Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2800 | 2024-08-06T07:51:46.632Z | [ host-package] Compiling smawk v0.3.2 |
2801 | 2024-08-06T07:51:46.927Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2802 | 2024-08-06T07:51:47.172Z | [ host-package] Compiling textwrap v0.16.1 |
2803 | 2024-08-06T07:51:51.026Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2804 | 2024-08-06T07:51:54.222Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2805 | 2024-08-06T07:51:58.098Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2806 | 2024-08-06T07:51:59.288Z | [ helios-setup] Aug 06 07:51:58.106 INFO E| Compiling toml v0.5.11 |
2807 | 2024-08-06T07:51:59.288Z | [ helios-setup] Aug 06 07:51:58.106 INFO E| Compiling uuid v0.8.2 |
2808 | 2024-08-06T07:51:59.757Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2809 | 2024-08-06T07:52:01.295Z | [ helios-setup] Aug 06 07:52:00.157 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2810 | 2024-08-06T07:52:04.571Z | [ host-package] Compiling rcgen v0.12.1 |
2811 | 2024-08-06T07:52:04.753Z | [ helios-setup] Aug 06 07:52:03.614 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2812 | 2024-08-06T07:52:13.441Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2813 | 2024-08-06T07:52:14.345Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2814 | 2024-08-06T07:52:15.105Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2815 | 2024-08-06T07:52:15.623Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2816 | 2024-08-06T07:52:16.033Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2817 | 2024-08-06T07:52:16.638Z | [ host-package] Compiling atomicwrites v0.4.3 |
2818 | 2024-08-06T07:52:17.283Z | [ host-package] Compiling fatfs v0.3.6 |
2819 | 2024-08-06T07:52:18.125Z | [ helios-setup] Aug 06 07:52:16.984 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.38s |
2820 | 2024-08-06T07:52:18.159Z | [ helios-setup] Aug 06 07:52:17.019 INFO building project "image-builder" ok (51 seconds) |
2821 | 2024-08-06T07:52:18.160Z | [ helios-setup] Aug 06 07:52:17.019 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2822 | 2024-08-06T07:52:18.166Z | [ helios-setup] Aug 06 07:52:17.019 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2823 | 2024-08-06T07:52:18.169Z | [ helios-setup] Aug 06 07:52:17.029 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2824 | 2024-08-06T07:52:18.382Z | [ helios-setup] Aug 06 07:52:17.241 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2825 | 2024-08-06T07:52:18.383Z | [ helios-setup] Aug 06 07:52:17.241 INFO E| info: downloading component 'cargo' |
2826 | 2024-08-06T07:52:19.859Z | [ helios-setup] Aug 06 07:52:18.718 INFO E| info: downloading component 'clippy' |
2827 | 2024-08-06T07:52:20.101Z | [ helios-setup] Aug 06 07:52:18.960 INFO E| info: downloading component 'rust-docs' |
2828 | 2024-08-06T07:52:20.554Z | [ host-package] Compiling subprocess v0.2.9 |
2829 | 2024-08-06T07:52:21.189Z | [ helios-setup] Aug 06 07:52:20.048 INFO E| info: downloading component 'rust-src' |
2830 | 2024-08-06T07:52:21.353Z | [ helios-setup] Aug 06 07:52:20.212 INFO E| info: downloading component 'rust-std' |
2831 | 2024-08-06T07:52:22.580Z | [ host-package] Compiling rtoolbox v0.0.2 |
2832 | 2024-08-06T07:52:22.988Z | [ host-package] Compiling assert_matches v1.5.0 |
2833 | 2024-08-06T07:52:23.072Z | [ host-package] Compiling is_ci v1.2.0 |
2834 | 2024-08-06T07:52:23.116Z | [ helios-setup] Aug 06 07:52:21.975 INFO E| info: downloading component 'rustc' |
2835 | 2024-08-06T07:52:23.420Z | [ host-package] Compiling supports-color v3.0.0 |
2836 | 2024-08-06T07:52:24.087Z | [ host-package] Compiling rpassword v7.3.1 |
2837 | 2024-08-06T07:52:24.556Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2838 | 2024-08-06T07:52:25.604Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2839 | 2024-08-06T07:52:26.014Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2840 | 2024-08-06T07:52:28.441Z | [ helios-setup] Aug 06 07:52:27.299 INFO E| info: downloading component 'rustfmt' |
2841 | 2024-08-06T07:52:28.888Z | [ helios-setup] Aug 06 07:52:27.745 INFO E| info: installing component 'cargo' |
2842 | 2024-08-06T07:52:30.467Z | [ helios-setup] Aug 06 07:52:29.325 INFO E| info: installing component 'clippy' |
2843 | 2024-08-06T07:52:30.617Z | [ host-package] Compiling tui-tree-widget v0.21.0 |
2844 | 2024-08-06T07:52:31.025Z | [ helios-setup] Aug 06 07:52:29.882 INFO E| info: installing component 'rust-docs' |
2845 | 2024-08-06T07:52:31.178Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2846 | 2024-08-06T07:52:32.185Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2847 | 2024-08-06T07:52:33.530Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2848 | 2024-08-06T07:52:33.697Z | [ host-package] Compiling uzers v0.11.3 |
2849 | 2024-08-06T07:52:33.988Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2850 | 2024-08-06T07:52:36.990Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2851 | 2024-08-06T07:52:37.224Z | [ helios-setup] Aug 06 07:52:36.079 INFO E| info: installing component 'rust-src' |
2852 | 2024-08-06T07:52:37.886Z | [ helios-setup] Aug 06 07:52:36.742 INFO E| info: installing component 'rust-std' |
2853 | 2024-08-06T07:52:39.338Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2854 | 2024-08-06T07:52:40.556Z | [ helios-setup] Aug 06 07:52:39.412 INFO E| info: installing component 'rustc' |
2855 | 2024-08-06T07:52:46.821Z | [ helios-setup] Aug 06 07:52:45.676 INFO E| info: installing component 'rustfmt' |
2856 | 2024-08-06T07:52:47.891Z | [ helios-setup] Aug 06 07:52:46.746 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2857 | 2024-08-06T07:52:48.738Z | [ helios-setup] Aug 06 07:52:47.592 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2858 | 2024-08-06T07:52:48.738Z | [ helios-setup] Aug 06 07:52:47.593 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2859 | 2024-08-06T07:52:48.742Z | [ helios-setup] Aug 06 07:52:47.593 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2860 | 2024-08-06T07:52:48.775Z | [ helios-setup] Aug 06 07:52:47.630 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2861 | 2024-08-06T07:52:48.775Z | [ helios-setup] Aug 06 07:52:47.630 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2862 | 2024-08-06T07:52:48.778Z | [ helios-setup] Aug 06 07:52:47.630 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2863 | 2024-08-06T07:52:48.778Z | [ helios-setup] Aug 06 07:52:47.630 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2864 | 2024-08-06T07:52:48.778Z | [ helios-setup] Aug 06 07:52:47.630 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2865 | 2024-08-06T07:52:48.779Z | [ helios-setup] Aug 06 07:52:47.630 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2866 | 2024-08-06T07:52:48.779Z | [ helios-setup] Aug 06 07:52:47.630 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2867 | 2024-08-06T07:52:48.811Z | [ helios-setup] Aug 06 07:52:47.665 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2868 | 2024-08-06T07:52:49.778Z | [ helios-setup] Aug 06 07:52:48.632 INFO E| From https://github.com/oxidecomputer/amd-efs |
2869 | 2024-08-06T07:52:49.778Z | [ helios-setup] Aug 06 07:52:48.632 INFO E| * [new branch] empty -> origin/empty |
2870 | 2024-08-06T07:52:49.778Z | [ helios-setup] Aug 06 07:52:48.632 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2871 | 2024-08-06T07:52:49.781Z | [ helios-setup] Aug 06 07:52:48.632 INFO E| * [new branch] main -> origin/main |
2872 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.633 INFO E| * [new branch] review -> origin/review |
2873 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.633 INFO E| * [new ref] -> origin/HEAD |
2874 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.633 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2875 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.633 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2876 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.633 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2877 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.633 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2878 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.634 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2879 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.634 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2880 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.634 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2881 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.634 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2882 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.634 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2883 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.634 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2884 | 2024-08-06T07:52:49.782Z | [ helios-setup] Aug 06 07:52:48.634 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2885 | 2024-08-06T07:52:49.803Z | [ helios-setup] Aug 06 07:52:48.657 INFO E| Updating crates.io index |
2886 | 2024-08-06T07:52:49.972Z | [ helios-setup] Aug 06 07:52:48.826 INFO E| Downloading crates ... |
2887 | 2024-08-06T07:52:50.135Z | [ helios-setup] Aug 06 07:52:48.989 INFO E| Downloaded fletcher v0.1.0 |
2888 | 2024-08-06T07:52:50.138Z | [ helios-setup] Aug 06 07:52:48.991 INFO E| Downloaded cfg-if v0.1.10 |
2889 | 2024-08-06T07:52:50.142Z | [ helios-setup] Aug 06 07:52:48.993 INFO E| Downloaded memchr v2.7.4 |
2890 | 2024-08-06T07:52:50.153Z | [ helios-setup] Aug 06 07:52:49.006 INFO E| Downloaded strum v0.23.0 |
2891 | 2024-08-06T07:52:50.155Z | [ helios-setup] Aug 06 07:52:49.008 INFO E| Downloaded parse_int v0.6.0 |
2892 | 2024-08-06T07:52:50.155Z | [ helios-setup] Aug 06 07:52:49.009 INFO E| Downloaded scroll_derive v0.10.5 |
2893 | 2024-08-06T07:52:50.158Z | [ helios-setup] Aug 06 07:52:49.010 INFO E| Downloaded proc-macro-crate v0.1.5 |
2894 | 2024-08-06T07:52:50.158Z | [ helios-setup] Aug 06 07:52:49.012 INFO E| Downloaded memoffset v0.5.6 |
2895 | 2024-08-06T07:52:50.161Z | [ helios-setup] Aug 06 07:52:49.014 INFO E| Downloaded pest_generator v2.7.11 |
2896 | 2024-08-06T07:52:50.164Z | [ helios-setup] Aug 06 07:52:49.016 INFO E| Downloaded bytesize v1.3.0 |
2897 | 2024-08-06T07:52:50.193Z | [ helios-setup] Aug 06 07:52:49.047 INFO E| Downloaded vec_map v0.8.2 |
2898 | 2024-08-06T07:52:50.196Z | [ helios-setup] Aug 06 07:52:49.049 INFO E| Downloaded textwrap v0.11.0 |
2899 | 2024-08-06T07:52:50.199Z | [ helios-setup] Aug 06 07:52:49.051 INFO E| Downloaded strum_macros v0.23.1 |
2900 | 2024-08-06T07:52:50.201Z | [ helios-setup] Aug 06 07:52:49.054 INFO E| Downloaded four-cc v0.3.0 |
2901 | 2024-08-06T07:52:50.201Z | [ helios-setup] Aug 06 07:52:49.055 INFO E| Downloaded structopt-derive v0.4.18 |
2902 | 2024-08-06T07:52:50.204Z | [ helios-setup] Aug 06 07:52:49.057 INFO E| Downloaded strsim v0.8.0 |
2903 | 2024-08-06T07:52:50.207Z | [ helios-setup] Aug 06 07:52:49.059 INFO E| Downloaded semver-parser v0.7.0 |
2904 | 2024-08-06T07:52:50.207Z | [ helios-setup] Aug 06 07:52:49.061 INFO E| Downloaded semver v0.9.0 |
2905 | 2024-08-06T07:52:50.209Z | [ helios-setup] Aug 06 07:52:49.063 INFO E| Downloaded pest_derive v2.7.11 |
2906 | 2024-08-06T07:52:50.213Z | [ helios-setup] Aug 06 07:52:49.066 INFO E| Downloaded scroll v0.10.2 |
2907 | 2024-08-06T07:52:50.216Z | [ helios-setup] Aug 06 07:52:49.070 INFO E| Downloaded structopt v0.3.26 |
2908 | 2024-08-06T07:52:50.228Z | [ helios-setup] Aug 06 07:52:49.082 INFO E| Downloaded pest_meta v2.7.11 |
2909 | 2024-08-06T07:52:50.231Z | [ helios-setup] Aug 06 07:52:49.085 INFO E| Downloaded log v0.4.22 |
2910 | 2024-08-06T07:52:50.235Z | [ helios-setup] Aug 06 07:52:49.089 INFO E| Downloaded modular-bitfield v0.11.2 |
2911 | 2024-08-06T07:52:50.251Z | [ helios-setup] Aug 06 07:52:49.105 INFO E| Downloaded pest v2.7.11 |
2912 | 2024-08-06T07:52:50.258Z | [ helios-setup] Aug 06 07:52:49.112 INFO E| Downloaded serde_json v1.0.120 |
2913 | 2024-08-06T07:52:50.271Z | [ helios-setup] Aug 06 07:52:49.123 INFO E| Downloaded syn v2.0.71 |
2914 | 2024-08-06T07:52:50.285Z | [ helios-setup] Aug 06 07:52:49.139 INFO E| Downloaded clap v2.34.0 |
2915 | 2024-08-06T07:52:50.293Z | [ helios-setup] Aug 06 07:52:49.147 INFO E| Downloaded goblin v0.4.3 |
2916 | 2024-08-06T07:52:50.300Z | [ helios-setup] Aug 06 07:52:49.154 INFO E| Downloaded pre-proc-macro v0.2.1 |
2917 | 2024-08-06T07:52:50.303Z | [ helios-setup] Aug 06 07:52:49.157 INFO E| Downloaded rustc_version v0.2.3 |
2918 | 2024-08-06T07:52:50.306Z | [ helios-setup] Aug 06 07:52:49.158 INFO E| Downloaded pre v0.2.1 |
2919 | 2024-08-06T07:52:50.306Z | [ helios-setup] Aug 06 07:52:49.159 INFO E| Downloaded num-derive v0.3.3 |
2920 | 2024-08-06T07:52:50.309Z | [ helios-setup] Aug 06 07:52:49.161 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2921 | 2024-08-06T07:52:50.309Z | [ helios-setup] Aug 06 07:52:49.163 INFO E| Downloaded ansi_term v0.12.1 |
2922 | 2024-08-06T07:52:50.422Z | [ helios-setup] Aug 06 07:52:49.275 INFO E| Compiling proc-macro2 v1.0.86 |
2923 | 2024-08-06T07:52:50.422Z | [ helios-setup] Aug 06 07:52:49.275 INFO E| Compiling unicode-ident v1.0.12 |
2924 | 2024-08-06T07:52:50.425Z | [ helios-setup] Aug 06 07:52:49.275 INFO E| Compiling syn v1.0.109 |
2925 | 2024-08-06T07:52:50.425Z | [ helios-setup] Aug 06 07:52:49.275 INFO E| Compiling version_check v0.9.4 |
2926 | 2024-08-06T07:52:50.425Z | [ helios-setup] Aug 06 07:52:49.276 INFO E| Compiling autocfg v1.3.0 |
2927 | 2024-08-06T07:52:50.425Z | [ helios-setup] Aug 06 07:52:49.276 INFO E| Compiling thiserror v1.0.63 |
2928 | 2024-08-06T07:52:50.425Z | [ helios-setup] Aug 06 07:52:49.276 INFO E| Compiling semver-parser v0.7.0 |
2929 | 2024-08-06T07:52:50.425Z | [ helios-setup] Aug 06 07:52:49.276 INFO E| Compiling serde v1.0.204 |
2930 | 2024-08-06T07:52:51.319Z | [ helios-setup] Aug 06 07:52:50.173 INFO E| Compiling semver v0.9.0 |
2931 | 2024-08-06T07:52:51.929Z | [ helios-setup] Aug 06 07:52:50.782 INFO E| Compiling rustc_version v0.2.3 |
2932 | 2024-08-06T07:52:51.963Z | [ helios-setup] Aug 06 07:52:50.817 INFO E| Compiling serde_json v1.0.120 |
2933 | 2024-08-06T07:52:52.225Z | [ helios-setup] Aug 06 07:52:51.079 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2934 | 2024-08-06T07:52:52.237Z | [ helios-setup] Aug 06 07:52:51.091 INFO E| Compiling proc-macro-error v1.0.4 |
2935 | 2024-08-06T07:52:52.237Z | [ helios-setup] Aug 06 07:52:51.091 INFO E| Compiling num-traits v0.2.19 |
2936 | 2024-08-06T07:52:52.779Z | [ helios-setup] Aug 06 07:52:51.633 INFO E| Compiling unicode-segmentation v1.11.0 |
2937 | 2024-08-06T07:52:52.801Z | [ helios-setup] Aug 06 07:52:51.654 INFO E| Compiling itoa v1.0.11 |
2938 | 2024-08-06T07:52:52.914Z | [ helios-setup] Aug 06 07:52:51.767 INFO E| Compiling schemars v0.8.21 |
2939 | 2024-08-06T07:52:52.938Z | [ helios-setup] Aug 06 07:52:51.791 INFO E| Compiling ryu v1.0.18 |
2940 | 2024-08-06T07:52:53.057Z | [ helios-setup] Aug 06 07:52:51.911 INFO E| Compiling pre-proc-macro v0.2.1 |
2941 | 2024-08-06T07:52:53.259Z | [ helios-setup] Aug 06 07:52:52.112 INFO E| Compiling memoffset v0.5.6 |
2942 | 2024-08-06T07:52:53.582Z | [ helios-setup] Aug 06 07:52:52.435 INFO E| Compiling quote v1.0.36 |
2943 | 2024-08-06T07:52:53.656Z | [ helios-setup] Aug 06 07:52:52.509 INFO E| Compiling libc v0.2.155 |
2944 | 2024-08-06T07:52:53.876Z | [ helios-setup] Aug 06 07:52:52.729 INFO E| Compiling paste v1.0.15 |
2945 | 2024-08-06T07:52:54.034Z | [ helios-setup] Aug 06 07:52:52.887 INFO E| Compiling heck v0.3.3 |
2946 | 2024-08-06T07:52:54.254Z | [ helios-setup] Aug 06 07:52:53.107 INFO E| Compiling memchr v2.7.4 |
2947 | 2024-08-06T07:52:54.626Z | [ helios-setup] Aug 06 07:52:53.479 INFO E| Compiling syn v2.0.71 |
2948 | 2024-08-06T07:52:54.816Z | [ helios-setup] Aug 06 07:52:53.669 INFO E| Compiling lazy_static v1.5.0 |
2949 | 2024-08-06T07:52:54.917Z | [ helios-setup] Aug 06 07:52:53.770 INFO E| Compiling dyn-clone v1.0.17 |
2950 | 2024-08-06T07:52:55.095Z | [ helios-setup] Aug 06 07:52:53.948 INFO E| Compiling rustversion v1.0.17 |
2951 | 2024-08-06T07:52:55.312Z | [ helios-setup] Aug 06 07:52:54.165 INFO E| Compiling ucd-trie v0.1.6 |
2952 | 2024-08-06T07:52:56.638Z | [ helios-setup] Aug 06 07:52:55.491 INFO E| Compiling pre v0.2.1 |
2953 | 2024-08-06T07:52:56.690Z | [ helios-setup] Aug 06 07:52:55.542 INFO E| Compiling byteorder v1.5.0 |
2954 | 2024-08-06T07:52:56.819Z | [ helios-setup] Aug 06 07:52:55.671 INFO E| Compiling static_assertions v1.1.0 |
2955 | 2024-08-06T07:52:56.913Z | [ helios-setup] Aug 06 07:52:55.766 INFO E| Compiling cfg-if v0.1.10 |
2956 | 2024-08-06T07:52:57.003Z | [ helios-setup] Aug 06 07:52:55.856 INFO E| Compiling once_cell v1.19.0 |
2957 | 2024-08-06T07:52:58.594Z | [ helios-setup] Aug 06 07:52:57.447 INFO E| Compiling unicode-width v0.1.13 |
2958 | 2024-08-06T07:52:59.046Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2959 | 2024-08-06T07:52:59.049Z | [ helios-setup] Aug 06 07:52:57.901 INFO E| Compiling textwrap v0.11.0 |
2960 | 2024-08-06T07:52:59.594Z | [ helios-setup] Aug 06 07:52:58.446 INFO E| Compiling atty v0.2.14 |
2961 | 2024-08-06T07:52:59.785Z | [ helios-setup] Aug 06 07:52:58.637 INFO E| Compiling vec_map v0.8.2 |
2962 | 2024-08-06T07:52:59.992Z | [ helios-setup] Aug 06 07:52:58.844 INFO E| Compiling strsim v0.8.0 |
2963 | 2024-08-06T07:53:00.296Z | [ helios-setup] Aug 06 07:52:59.148 INFO E| Compiling parse_int v0.6.0 |
2964 | 2024-08-06T07:53:00.527Z | [ helios-setup] Aug 06 07:52:59.379 INFO E| Compiling bitflags v1.3.2 |
2965 | 2024-08-06T07:53:00.553Z | [ helios-setup] Aug 06 07:52:59.405 INFO E| Compiling ansi_term v0.12.1 |
2966 | 2024-08-06T07:53:00.560Z | [ helios-setup] Aug 06 07:52:59.412 INFO E| Compiling fletcher v0.1.0 |
2967 | 2024-08-06T07:53:00.636Z | [ helios-setup] Aug 06 07:52:59.488 INFO E| Compiling strum v0.23.0 |
2968 | 2024-08-06T07:53:00.646Z | [ helios-setup] Aug 06 07:52:59.498 INFO E| Compiling log v0.4.22 |
2969 | 2024-08-06T07:53:00.806Z | [ helios-setup] Aug 06 07:52:59.658 INFO E| Compiling plain v0.2.3 |
2970 | 2024-08-06T07:53:00.806Z | [ helios-setup] Aug 06 07:52:59.658 INFO E| Compiling bytesize v1.3.0 |
2971 | 2024-08-06T07:53:01.142Z | [ helios-setup] Aug 06 07:52:59.994 INFO E| Compiling clap v2.34.0 |
2972 | 2024-08-06T07:53:03.203Z | [ helios-setup] Aug 06 07:53:02.055 INFO E| Compiling serde_derive_internals v0.29.1 |
2973 | 2024-08-06T07:53:04.824Z | [ helios-setup] Aug 06 07:53:03.675 INFO E| Compiling toml v0.5.11 |
2974 | 2024-08-06T07:53:07.914Z | [ helios-setup] Aug 06 07:53:06.765 INFO E| Compiling thiserror-impl v1.0.63 |
2975 | 2024-08-06T07:53:07.914Z | [ helios-setup] Aug 06 07:53:06.765 INFO E| Compiling serde_derive v1.0.204 |
2976 | 2024-08-06T07:53:07.915Z | [ helios-setup] Aug 06 07:53:06.765 INFO E| Compiling schemars_derive v0.8.21 |
2977 | 2024-08-06T07:53:07.917Z | [ helios-setup] Aug 06 07:53:06.765 INFO E| Compiling zerocopy-derive v0.6.6 |
2978 | 2024-08-06T07:53:11.367Z | [ helios-setup] Aug 06 07:53:10.218 INFO E| Compiling proc-macro-crate v0.1.5 |
2979 | 2024-08-06T07:53:12.268Z | [ helios-setup] Aug 06 07:53:11.118 INFO E| Compiling zerocopy v0.6.6 |
2980 | 2024-08-06T07:53:13.766Z | [ helios-setup] Aug 06 07:53:12.616 INFO E| Compiling pest v2.7.11 |
2981 | 2024-08-06T07:53:15.388Z | [ host-package] Compiling multimap v0.10.0 |
2982 | 2024-08-06T07:53:16.294Z | [ helios-setup] Aug 06 07:53:15.143 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2983 | 2024-08-06T07:53:16.816Z | [ helios-setup] Aug 06 07:53:15.666 INFO E| Compiling num-derive v0.3.3 |
2984 | 2024-08-06T07:53:17.516Z | [ helios-setup] Aug 06 07:53:16.366 INFO E| Compiling strum_macros v0.23.1 |
2985 | 2024-08-06T07:53:19.149Z | [ helios-setup] Aug 06 07:53:17.998 INFO E| Compiling pest_meta v2.7.11 |
2986 | 2024-08-06T07:53:19.556Z | [ helios-setup] Aug 06 07:53:18.405 INFO E| Compiling scroll_derive v0.10.5 |
2987 | 2024-08-06T07:53:19.609Z | [ helios-setup] Aug 06 07:53:18.458 INFO E| Compiling structopt-derive v0.4.18 |
2988 | 2024-08-06T07:53:22.030Z | [ helios-setup] Aug 06 07:53:20.878 INFO E| Compiling pest_generator v2.7.11 |
2989 | 2024-08-06T07:53:22.058Z | [ helios-setup] Aug 06 07:53:20.906 INFO E| Compiling modular-bitfield v0.11.2 |
2990 | 2024-08-06T07:53:22.978Z | [ helios-setup] Aug 06 07:53:21.827 INFO E| Compiling scroll v0.10.2 |
2991 | 2024-08-06T07:53:24.049Z | [ helios-setup] Aug 06 07:53:22.897 INFO E| Compiling goblin v0.4.3 |
2992 | 2024-08-06T07:53:25.005Z | [ helios-setup] Aug 06 07:53:23.853 INFO E| Compiling structopt v0.3.26 |
2993 | 2024-08-06T07:53:26.351Z | [ helios-setup] Aug 06 07:53:25.199 INFO E| Compiling pest_derive v2.7.11 |
2994 | 2024-08-06T07:53:30.530Z | [ helios-setup] Aug 06 07:53:29.377 INFO E| Compiling json5 v0.4.1 |
2995 | 2024-08-06T07:53:36.217Z | [ helios-setup] Aug 06 07:53:35.063 INFO E| Compiling four-cc v0.3.0 |
2996 | 2024-08-06T07:53:36.217Z | [ helios-setup] Aug 06 07:53:35.063 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2997 | 2024-08-06T07:53:36.505Z | [ helios-setup] Aug 06 07:53:35.351 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2998 | 2024-08-06T07:54:18.583Z | [ helios-setup] Aug 06 07:54:17.421 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2999 | 2024-08-06T07:54:34.764Z | [ helios-setup] Aug 06 07:54:33.599 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3000 | 2024-08-06T07:54:45.973Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3001 | 2024-08-06T07:55:15.789Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3002 | 2024-08-06T07:55:27.755Z | [ helios-setup] Aug 06 07:55:26.582 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 39s |
3003 | 2024-08-06T07:55:27.800Z | [ helios-setup] Aug 06 07:55:26.627 INFO building project "amd-host-image-builder" ok (189 seconds) |
3004 | 2024-08-06T07:55:27.803Z | [ helios-setup] Aug 06 07:55:26.627 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3005 | 2024-08-06T07:55:27.803Z | [ helios-setup] Aug 06 07:55:26.627 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3006 | 2024-08-06T07:55:28.157Z | [ helios-setup] Aug 06 07:55:26.961 INFO E| Downloading crates ... |
3007 | 2024-08-06T07:55:28.297Z | [ helios-setup] Aug 06 07:55:27.124 INFO E| Downloaded typenum v1.15.0 |
3008 | 2024-08-06T07:55:28.332Z | [ helios-setup] Aug 06 07:55:27.128 INFO E| Downloaded sha2 v0.10.5 |
3009 | 2024-08-06T07:55:28.337Z | [ helios-setup] Aug 06 07:55:27.133 INFO E| Downloaded digest v0.10.3 |
3010 | 2024-08-06T07:55:28.337Z | [ helios-setup] Aug 06 07:55:27.136 INFO E| Downloaded bytes v1.2.1 |
3011 | 2024-08-06T07:55:28.337Z | [ helios-setup] Aug 06 07:55:27.141 INFO E| Downloaded anyhow v1.0.62 |
3012 | 2024-08-06T07:55:28.474Z | [ helios-setup] Aug 06 07:55:27.300 INFO E| Compiling typenum v1.15.0 |
3013 | 2024-08-06T07:55:28.474Z | [ helios-setup] Aug 06 07:55:27.300 INFO E| Compiling version_check v0.9.4 |
3014 | 2024-08-06T07:55:28.474Z | [ helios-setup] Aug 06 07:55:27.300 INFO E| Compiling cfg-if v1.0.0 |
3015 | 2024-08-06T07:55:28.477Z | [ helios-setup] Aug 06 07:55:27.300 INFO E| Compiling crc32fast v1.3.2 |
3016 | 2024-08-06T07:55:28.477Z | [ helios-setup] Aug 06 07:55:27.300 INFO E| Compiling anyhow v1.0.62 |
3017 | 2024-08-06T07:55:28.477Z | [ helios-setup] Aug 06 07:55:27.301 INFO E| Compiling adler v1.0.2 |
3018 | 2024-08-06T07:55:28.477Z | [ helios-setup] Aug 06 07:55:27.301 INFO E| Compiling cpufeatures v0.2.5 |
3019 | 2024-08-06T07:55:28.477Z | [ helios-setup] Aug 06 07:55:27.301 INFO E| Compiling unicode-width v0.1.10 |
3020 | 2024-08-06T07:55:28.903Z | [ helios-setup] Aug 06 07:55:27.730 INFO E| Compiling bitflags v1.3.2 |
3021 | 2024-08-06T07:55:28.908Z | [ helios-setup] Aug 06 07:55:27.730 INFO E| Compiling bytes v1.2.1 |
3022 | 2024-08-06T07:55:29.194Z | [ helios-setup] Aug 06 07:55:28.021 INFO E| Compiling miniz_oxide v0.6.2 |
3023 | 2024-08-06T07:55:29.411Z | [ helios-setup] Aug 06 07:55:28.238 INFO E| Compiling getopts v0.2.21 |
3024 | 2024-08-06T07:55:29.866Z | [ helios-setup] Aug 06 07:55:28.692 INFO E| Compiling generic-array v0.14.6 |
3025 | 2024-08-06T07:55:30.817Z | [ helios-setup] Aug 06 07:55:29.644 INFO E| Compiling flate2 v1.0.25 |
3026 | 2024-08-06T07:55:36.599Z | [ helios-setup] Aug 06 07:55:33.697 INFO E| Compiling crypto-common v0.1.6 |
3027 | 2024-08-06T07:55:36.599Z | [ helios-setup] Aug 06 07:55:33.697 INFO E| Compiling block-buffer v0.10.3 |
3028 | 2024-08-06T07:55:36.639Z | [ helios-setup] Aug 06 07:55:33.925 INFO E| Compiling digest v0.10.3 |
3029 | 2024-08-06T07:55:36.639Z | [ helios-setup] Aug 06 07:55:34.316 INFO E| Compiling sha2 v0.10.5 |
3030 | 2024-08-06T07:55:36.639Z | [ helios-setup] Aug 06 07:55:34.884 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3031 | 2024-08-06T07:55:41.653Z | [ helios-setup] Aug 06 07:55:40.478 INFO E| Finished `release` profile [optimized] target(s) in 13.73s |
3032 | 2024-08-06T07:55:41.669Z | [ helios-setup] Aug 06 07:55:40.494 INFO building project "bootserver" ok (13 seconds) |
3033 | 2024-08-06T07:55:41.672Z | [ helios-setup] rm -f helios-build |
3034 | 2024-08-06T07:55:41.675Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3035 | 2024-08-06T07:55:41.678Z | [ helios-setup] |
3036 | 2024-08-06T07:55:41.681Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3037 | 2024-08-06T07:55:41.681Z | [ helios-setup] |
3038 | 2024-08-06T07:55:41.681Z | [ helios-setup] |
3039 | 2024-08-06T07:55:41.681Z | [ helios-setup] real 12:06.385656401 |
3040 | 2024-08-06T07:55:41.682Z | [ helios-setup] user 28:40.266204742 |
3041 | 2024-08-06T07:55:41.684Z | [ helios-setup] sys 3:31.491836740 |
3042 | 2024-08-06T07:55:41.685Z | [ helios-setup] trap 1.541106953 |
3043 | 2024-08-06T07:55:41.685Z | [ helios-setup] tflt 7.693862235 |
3044 | 2024-08-06T07:55:41.685Z | [ helios-setup] dflt 39.800469478 |
3045 | 2024-08-06T07:55:41.685Z | [ helios-setup] kflt 0.036909616 |
3046 | 2024-08-06T07:55:41.685Z | [ helios-setup] lock 1:55:28.916123444 |
3047 | 2024-08-06T07:55:41.685Z | [ helios-setup] slp 3:41:56.597676364 |
3048 | 2024-08-06T07:55:41.685Z | [ helios-setup] lat 32:51.446540797 |
3049 | 2024-08-06T07:55:41.685Z | [ helios-setup] stop 4:41.705756166 |
3050 | 2024-08-06T07:55:41.685Z | Aug 06 07:55:40.507 INFO [helios-setup] process exited with exit status: 0 (726.391611175s) |
3051 | 2024-08-06T07:55:41.685Z | Aug 06 07:55:40.508 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3052 | 2024-08-06T07:55:41.702Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3053 | 2024-08-06T07:55:41.925Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3054 | 2024-08-06T07:55:41.925Z | [ phbl-toolchain] info: downloading component 'cargo' |
3055 | 2024-08-06T07:55:43.375Z | [ phbl-toolchain] info: downloading component 'clippy' |
3056 | 2024-08-06T07:55:43.950Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3057 | 2024-08-06T07:55:48.876Z | [ phbl-toolchain] info: downloading component 'miri' |
3058 | 2024-08-06T07:55:49.830Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3059 | 2024-08-06T07:55:51.161Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3060 | 2024-08-06T07:55:51.361Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3061 | 2024-08-06T07:55:53.606Z | [ phbl-toolchain] info: downloading component 'rustc' |
3062 | 2024-08-06T07:55:58.476Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3063 | 2024-08-06T07:55:58.936Z | [ phbl-toolchain] info: installing component 'cargo' |
3064 | 2024-08-06T07:56:00.250Z | [ phbl-toolchain] info: installing component 'clippy' |
3065 | 2024-08-06T07:56:00.806Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3066 | 2024-08-06T07:56:06.348Z | [ phbl-toolchain] info: installing component 'miri' |
3067 | 2024-08-06T07:56:06.758Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3068 | 2024-08-06T07:56:13.101Z | [ phbl-toolchain] info: installing component 'rust-src' |
3069 | 2024-08-06T07:56:14.085Z | [ phbl-toolchain] info: installing component 'rust-std' |
3070 | 2024-08-06T07:56:16.551Z | [ phbl-toolchain] info: installing component 'rustc' |
3071 | 2024-08-06T07:56:22.747Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3072 | 2024-08-06T07:56:23.574Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3073 | 2024-08-06T07:56:23.577Z | Aug 06 07:56:22.392 INFO [phbl-toolchain] process exited with exit status: 0 (41.884101356s) |
3074 | 2024-08-06T08:02:01.034Z | [ host-package] Finished `release` profile [optimized] target(s) in 17m 39s |
3075 | 2024-08-06T08:02:51.706Z | Aug 06 08:02:50.458 INFO [host-package] process exited with exit status: 0 (1110.115342656s) |
3076 | 2024-08-06T08:02:51.706Z | Aug 06 08:02:50.458 INFO [host-stamp] running task |
3077 | 2024-08-06T08:02:51.709Z | Aug 06 08:02:50.459 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3078 | 2024-08-06T08:02:51.713Z | Aug 06 08:02:50.465 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+git2f13344f339 |
3079 | 2024-08-06T08:02:51.718Z | Aug 06 08:02:50.470 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+git2f13344f339 |
3080 | 2024-08-06T08:02:51.723Z | Aug 06 08:02:50.475 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+git2f13344f339 |
3081 | 2024-08-06T08:02:51.727Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3082 | 2024-08-06T08:02:51.729Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3083 | 2024-08-06T08:02:51.730Z | Aug 06 08:02:50.480 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+git2f13344f339 |
3084 | 2024-08-06T08:02:51.733Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3085 | 2024-08-06T08:02:51.736Z | Aug 06 08:02:50.486 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+git2f13344f339 |
3086 | 2024-08-06T08:02:51.739Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3087 | 2024-08-06T08:02:51.742Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3088 | 2024-08-06T08:02:51.742Z | Aug 06 08:02:50.493 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+git2f13344f339 |
3089 | 2024-08-06T08:02:51.745Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3090 | 2024-08-06T08:02:51.748Z | Aug 06 08:02:50.498 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+git2f13344f339 |
3091 | 2024-08-06T08:02:51.751Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3092 | 2024-08-06T08:02:51.756Z | Aug 06 08:02:50.504 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+git2f13344f339 |
3093 | 2024-08-06T08:02:51.770Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3094 | 2024-08-06T08:02:51.773Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3095 | 2024-08-06T08:02:51.773Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3096 | 2024-08-06T08:02:51.773Z | Aug 06 08:02:50.522 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (47.585782ms) |
3097 | 2024-08-06T08:02:51.773Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3098 | 2024-08-06T08:02:51.776Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3099 | 2024-08-06T08:02:51.776Z | Aug 06 08:02:50.526 INFO [stamp-oxlog] process exited with exit status: 0 (33.278986ms) |
3100 | 2024-08-06T08:02:51.776Z | Aug 06 08:02:50.528 INFO [stamp-overlay] process exited with exit status: 0 (29.251608ms) |
3101 | 2024-08-06T08:02:51.858Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3102 | 2024-08-06T08:02:51.861Z | Aug 06 08:02:50.613 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.773027ms) |
3103 | 2024-08-06T08:02:51.946Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3104 | 2024-08-06T08:02:51.950Z | Aug 06 08:02:50.701 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (231.006308ms) |
3105 | 2024-08-06T08:02:52.059Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3106 | 2024-08-06T08:02:52.062Z | Aug 06 08:02:50.813 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (309.023984ms) |
3107 | 2024-08-06T08:02:52.873Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3108 | 2024-08-06T08:02:52.876Z | Aug 06 08:02:51.627 INFO [stamp-propolis-server] process exited with exit status: 0 (1.147370916s) |
3109 | 2024-08-06T08:02:52.933Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3110 | 2024-08-06T08:02:55.332Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3111 | 2024-08-06T08:03:01.657Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3112 | 2024-08-06T08:03:01.661Z | Aug 06 08:03:00.410 INFO [stamp-switch-asic] process exited with exit status: 0 (9.944855491s) |
3113 | 2024-08-06T08:03:01.661Z | Aug 06 08:03:00.410 INFO [host-stamp] task succeeded (9.951475717s) |
3114 | 2024-08-06T08:03:01.661Z | Aug 06 08:03:00.410 INFO [host-proto] running task |
3115 | 2024-08-06T08:03:02.040Z | Aug 06 08:03:00.789 INFO [host-proto] task succeeded (379.476724ms) |
3116 | 2024-08-06T08:03:02.040Z | Aug 06 08:03:00.789 INFO [host-profile] running task |
3117 | 2024-08-06T08:03:02.044Z | Aug 06 08:03:00.790 INFO [host-profile] task succeeded (325.142µs) |
3118 | 2024-08-06T08:03:02.044Z | Aug 06 08:03:00.790 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpXrvusp/proto/host/root -N 'ci 2f13344/${os_short_commit} 2024-08-06 07:43' -s host -B |
3119 | 2024-08-06T08:03:02.055Z | [ host-image] Aug 06 08:03:00.805 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3120 | 2024-08-06T08:03:02.058Z | [ host-image] Aug 06 08:03:00.805 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3121 | 2024-08-06T08:03:02.071Z | [ host-image] Aug 06 08:03:00.820 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpXrvusp/proto/host/root" |
3122 | 2024-08-06T08:03:02.074Z | [ host-image] Aug 06 08:03:00.820 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3123 | 2024-08-06T08:03:02.074Z | [ host-image] Aug 06 08:03:00.821 INFO image builder template: ramdisk-01-os... |
3124 | 2024-08-06T08:03:02.074Z | [ host-image] Aug 06 08:03:00.821 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/.tmpXrvusp/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 |
3125 | 2024-08-06T08:03:02.091Z | [ host-image] Aug 06 08:03:00.841 INFO O| Aug 06 08:03:00.840 INFO CREATE DATASET: rpool/images/build/host/output |
3126 | 2024-08-06T08:03:02.411Z | [ host-image] Aug 06 08:03:01.161 INFO O| Aug 06 08:03:01.161 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3127 | 2024-08-06T08:03:02.416Z | [ host-image] Aug 06 08:03:01.166 INFO O| Aug 06 08:03:01.166 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3128 | 2024-08-06T08:03:02.678Z | [ host-image] Aug 06 08:03:01.427 INFO O| Aug 06 08:03:01.427 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3129 | 2024-08-06T08:03:02.736Z | [ host-image] Aug 06 08:03:01.486 INFO O| Aug 06 08:03:01.486 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3130 | 2024-08-06T08:03:02.736Z | [ host-image] Aug 06 08:03:01.486 INFO O| Aug 06 08:03:01.486 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3131 | 2024-08-06T08:03:02.739Z | [ host-image] Aug 06 08:03:01.486 INFO O| Aug 06 08:03:01.486 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3132 | 2024-08-06T08:03:02.739Z | [ host-image] Aug 06 08:03:01.486 INFO O| Aug 06 08:03:01.486 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3133 | 2024-08-06T08:03:02.745Z | [ host-image] Aug 06 08:03:01.495 INFO O| Aug 06 08:03:01.495 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3134 | 2024-08-06T08:03:02.956Z | [ host-image] Aug 06 08:03:01.706 INFO O| Aug 06 08:03:01.706 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3135 | 2024-08-06T08:03:02.971Z | [ host-image] Aug 06 08:03:01.720 INFO O| Aug 06 08:03:01.720 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3136 | 2024-08-06T08:03:03.453Z | [ host-image] Aug 06 08:03:02.202 INFO O| Aug 06 08:03:02.202 INFO O| Caching catalogs ... Done |
3137 | 2024-08-06T08:03:03.565Z | [ host-image] Aug 06 08:03:02.314 INFO O| Aug 06 08:03:02.314 INFO STEP 0 (pkg_image_create) COMPLETE |
3138 | 2024-08-06T08:03:03.565Z | [ host-image] Aug 06 08:03:02.314 INFO O| Aug 06 08:03:02.314 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3139 | 2024-08-06T08:03:03.567Z | [ host-image] Aug 06 08:03:02.314 INFO O| Aug 06 08:03:02.314 INFO skip step because feature "repo_redist" is not enabled |
3140 | 2024-08-06T08:03:03.567Z | [ host-image] Aug 06 08:03:02.314 INFO O| Aug 06 08:03:02.314 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3141 | 2024-08-06T08:03:03.582Z | [ host-image] Aug 06 08:03:02.332 INFO O| Aug 06 08:03:02.331 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"] |
3142 | 2024-08-06T08:03:04.144Z | [ host-image] Aug 06 08:03:02.893 INFO O| Aug 06 08:03:02.893 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3143 | 2024-08-06T08:03:04.144Z | [ host-image] Aug 06 08:03:02.893 INFO O| Aug 06 08:03:02.893 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3144 | 2024-08-06T08:03:04.160Z | [ host-image] Aug 06 08:03:02.910 INFO O| Aug 06 08:03:02.910 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"] |
3145 | 2024-08-06T08:03:04.698Z | [ host-image] Aug 06 08:03:03.447 INFO O| Aug 06 08:03:03.447 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3146 | 2024-08-06T08:03:04.698Z | [ host-image] Aug 06 08:03:03.447 INFO O| Aug 06 08:03:03.447 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3147 | 2024-08-06T08:03:04.701Z | [ host-image] Aug 06 08:03:03.447 INFO O| Aug 06 08:03:03.447 INFO skip step because feature "repo_redist" is not enabled |
3148 | 2024-08-06T08:03:04.701Z | [ host-image] Aug 06 08:03:03.447 INFO O| Aug 06 08:03:03.447 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3149 | 2024-08-06T08:03:05.223Z | [ host-image] Aug 06 08:03:03.972 INFO O| Aug 06 08:03:03.972 INFO variant opensolaris.zone is already global |
3150 | 2024-08-06T08:03:05.223Z | [ host-image] Aug 06 08:03:03.972 INFO O| Aug 06 08:03:03.972 INFO STEP 5 (pkg_change_variant) COMPLETE |
3151 | 2024-08-06T08:03:05.227Z | [ host-image] Aug 06 08:03:03.972 INFO O| Aug 06 08:03:03.972 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3152 | 2024-08-06T08:03:05.770Z | [ host-image] Aug 06 08:03:04.519 INFO O| Aug 06 08:03:04.519 INFO variant opensolaris.imagetype is full; changing to partial |
3153 | 2024-08-06T08:03:05.770Z | [ host-image] Aug 06 08:03:04.519 INFO O| Aug 06 08:03:04.519 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3154 | 2024-08-06T08:03:11.315Z | [ host-image] Aug 06 08:03:10.063 INFO O| Aug 06 08:03:10.063 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3155 | 2024-08-06T08:03:13.351Z | [ host-image] Aug 06 08:03:12.099 INFO O| Aug 06 08:03:12.099 INFO O| Startup: Caching catalogs ... Done |
3156 | 2024-08-06T08:03:13.396Z | [ host-image] Aug 06 08:03:12.144 INFO O| Aug 06 08:03:12.144 INFO O| Planning: Planning completed in 0.00 seconds |
3157 | 2024-08-06T08:03:13.399Z | [ host-image] Aug 06 08:03:12.144 INFO O| Aug 06 08:03:12.144 INFO O| Planning: Consolidating action changes ... Done |
3158 | 2024-08-06T08:03:13.399Z | [ host-image] Aug 06 08:03:12.145 INFO O| Aug 06 08:03:12.145 INFO O| Planning: Evaluating mediators ... Done |
3159 | 2024-08-06T08:03:13.399Z | [ host-image] Aug 06 08:03:12.145 INFO O| Aug 06 08:03:12.145 INFO O| Planning: Planning completed in 0.00 seconds |
3160 | 2024-08-06T08:03:13.399Z | [ host-image] Aug 06 08:03:12.145 INFO O| Aug 06 08:03:12.145 INFO O| Variants/Facets to change: 1 |
3161 | 2024-08-06T08:03:13.411Z | [ host-image] Aug 06 08:03:12.159 INFO O| Aug 06 08:03:12.159 INFO O| Done |
3162 | 2024-08-06T08:03:13.411Z | [ host-image] Aug 06 08:03:12.159 INFO O| Aug 06 08:03:12.159 INFO O| Done |
3163 | 2024-08-06T08:03:13.749Z | [ host-image] Aug 06 08:03:12.496 INFO O| Aug 06 08:03:12.496 INFO O| Done |
3164 | 2024-08-06T08:03:13.774Z | [ host-image] Aug 06 08:03:12.522 INFO O| Aug 06 08:03:12.522 INFO O| Done |
3165 | 2024-08-06T08:03:13.777Z | [ host-image] Aug 06 08:03:12.523 INFO O| Aug 06 08:03:12.523 INFO O| Done |
3166 | 2024-08-06T08:03:13.777Z | [ host-image] Aug 06 08:03:12.523 INFO O| Aug 06 08:03:12.523 INFO O| Done |
3167 | 2024-08-06T08:03:13.777Z | [ host-image] Aug 06 08:03:12.524 INFO O| Aug 06 08:03:12.524 INFO O| Done |
3168 | 2024-08-06T08:03:14.014Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.06s |
3169 | 2024-08-06T08:03:14.053Z | [ host-image] Aug 06 08:03:12.800 INFO O| Aug 06 08:03:12.800 INFO STEP 6 (pkg_change_variant) COMPLETE |
3170 | 2024-08-06T08:03:14.053Z | [ host-image] Aug 06 08:03:12.800 INFO O| Aug 06 08:03:12.800 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3171 | 2024-08-06T08:03:14.056Z | [ host-image] Aug 06 08:03:12.800 INFO O| Aug 06 08:03:12.800 INFO skip step because feature "debug_variant" is not enabled |
3172 | 2024-08-06T08:03:14.056Z | [ host-image] Aug 06 08:03:12.800 INFO O| Aug 06 08:03:12.800 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3173 | 2024-08-06T08:03:14.386Z | [ host-image] Aug 06 08:03:13.133 INFO O| Aug 06 08:03:13.133 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3174 | 2024-08-06T08:03:14.818Z | [ host-image] Aug 06 08:03:13.565 INFO O| Aug 06 08:03:13.565 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3175 | 2024-08-06T08:03:14.822Z | [ host-image] Aug 06 08:03:13.566 INFO O| Aug 06 08:03:13.566 INFO O| Planning: Planning completed in 0.00 seconds |
3176 | 2024-08-06T08:03:14.823Z | [ host-image] Aug 06 08:03:13.567 INFO O| Aug 06 08:03:13.567 INFO O| Planning: Consolidating action changes ... Done |
3177 | 2024-08-06T08:03:14.823Z | [ host-image] Aug 06 08:03:13.567 INFO O| Aug 06 08:03:13.567 INFO O| Planning: Evaluating mediators ... Done |
3178 | 2024-08-06T08:03:14.823Z | [ host-image] Aug 06 08:03:13.568 INFO O| Aug 06 08:03:13.568 INFO O| Planning: Planning completed in 0.00 seconds |
3179 | 2024-08-06T08:03:14.823Z | [ host-image] Aug 06 08:03:13.568 INFO O| Aug 06 08:03:13.568 INFO O| Variants/Facets to change: 1 |
3180 | 2024-08-06T08:03:14.838Z | [ host-image] Aug 06 08:03:13.585 INFO O| Aug 06 08:03:13.585 INFO O| Done |
3181 | 2024-08-06T08:03:14.838Z | [ host-image] Aug 06 08:03:13.585 INFO O| Aug 06 08:03:13.585 INFO O| Done |
3182 | 2024-08-06T08:03:15.110Z | [ host-image] Aug 06 08:03:13.856 INFO O| Aug 06 08:03:13.856 INFO O| Done |
3183 | 2024-08-06T08:03:15.146Z | [ host-image] Aug 06 08:03:13.891 INFO O| Aug 06 08:03:13.891 INFO O| Done |
3184 | 2024-08-06T08:03:15.154Z | [ host-image] Aug 06 08:03:13.891 INFO O| Aug 06 08:03:13.891 INFO O| Done |
3185 | 2024-08-06T08:03:15.154Z | [ host-image] Aug 06 08:03:13.892 INFO O| Aug 06 08:03:13.892 INFO O| Done |
3186 | 2024-08-06T08:03:15.154Z | [ host-image] Aug 06 08:03:13.893 INFO O| Aug 06 08:03:13.893 INFO O| Done |
3187 | 2024-08-06T08:03:15.199Z | [ host-image] Aug 06 08:03:13.944 INFO O| Aug 06 08:03:13.944 INFO STEP 8 (pkg_change_facet) COMPLETE |
3188 | 2024-08-06T08:03:15.199Z | [ host-image] Aug 06 08:03:13.944 INFO O| Aug 06 08:03:13.944 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3189 | 2024-08-06T08:03:15.213Z | [ host-image] Aug 06 08:03:13.944 INFO O| Aug 06 08:03:13.944 INFO skip step because feature "recovery" is not enabled |
3190 | 2024-08-06T08:03:15.213Z | [ host-image] Aug 06 08:03:13.944 INFO O| Aug 06 08:03:13.944 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3191 | 2024-08-06T08:03:15.213Z | [ host-image] Aug 06 08:03:13.944 INFO O| Aug 06 08:03:13.944 INFO skip step because feature "recovery" is not enabled |
3192 | 2024-08-06T08:03:15.213Z | [ host-image] Aug 06 08:03:13.944 INFO O| Aug 06 08:03:13.944 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3193 | 2024-08-06T08:03:15.213Z | [ host-image] Aug 06 08:03:13.955 INFO O| Aug 06 08:03:13.955 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"] |
3194 | 2024-08-06T08:03:15.378Z | Aug 06 08:03:14.125 INFO [recovery-package] process exited with exit status: 0 (23.666383261s) |
3195 | 2024-08-06T08:03:15.378Z | Aug 06 08:03:14.125 INFO [recovery-stamp] running task |
3196 | 2024-08-06T08:03:15.381Z | Aug 06 08:03:14.125 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3197 | 2024-08-06T08:03:15.383Z | Aug 06 08:03:14.131 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+git2f13344f339 |
3198 | 2024-08-06T08:03:15.390Z | Aug 06 08:03:14.138 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git2f13344f339 |
3199 | 2024-08-06T08:03:15.398Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3200 | 2024-08-06T08:03:15.407Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3201 | 2024-08-06T08:03:15.479Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3202 | 2024-08-06T08:03:15.483Z | Aug 06 08:03:14.230 INFO [stamp-installinator] process exited with exit status: 0 (92.751809ms) |
3203 | 2024-08-06T08:03:15.510Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3204 | 2024-08-06T08:03:15.517Z | Aug 06 08:03:14.260 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (129.26814ms) |
3205 | 2024-08-06T08:03:15.517Z | Aug 06 08:03:14.260 INFO [recovery-stamp] task succeeded (134.982879ms) |
3206 | 2024-08-06T08:03:15.517Z | Aug 06 08:03:14.260 INFO [recovery-proto] running task |
3207 | 2024-08-06T08:03:15.517Z | Aug 06 08:03:14.260 INFO [tuf-stamp] running task |
3208 | 2024-08-06T08:03:15.517Z | Aug 06 08:03:14.261 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+git2f13344f339 |
3209 | 2024-08-06T08:03:15.524Z | Aug 06 08:03:14.272 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+git2f13344f339 |
3210 | 2024-08-06T08:03:15.532Z | Aug 06 08:03:14.279 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+git2f13344f339 |
3211 | 2024-08-06T08:03:15.537Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3212 | 2024-08-06T08:03:15.540Z | Aug 06 08:03:14.287 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+git2f13344f339 |
3213 | 2024-08-06T08:03:15.544Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3214 | 2024-08-06T08:03:15.547Z | Aug 06 08:03:14.294 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+git2f13344f339 |
3215 | 2024-08-06T08:03:15.552Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3216 | 2024-08-06T08:03:15.556Z | Aug 06 08:03:14.303 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+git2f13344f339 |
3217 | 2024-08-06T08:03:15.586Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3218 | 2024-08-06T08:03:15.594Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3219 | 2024-08-06T08:03:15.599Z | Aug 06 08:03:14.347 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+git2f13344f339 |
3220 | 2024-08-06T08:03:15.709Z | [ host-image] Aug 06 08:03:14.455 INFO O| Aug 06 08:03:14.455 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3221 | 2024-08-06T08:03:15.714Z | Aug 06 08:03:14.458 INFO [recovery-proto] task succeeded (197.260771ms) |
3222 | 2024-08-06T08:03:15.714Z | Aug 06 08:03:14.458 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpXrvusp/proto/recovery/root -N 'recovery 2f13344/${os_short_commit} 2024-08-06 07:43' -s recovery -R |
3223 | 2024-08-06T08:03:15.715Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3224 | 2024-08-06T08:03:15.739Z | [ recovery-image] Aug 06 08:03:14.487 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3225 | 2024-08-06T08:03:15.739Z | [ recovery-image] Aug 06 08:03:14.487 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3226 | 2024-08-06T08:03:15.754Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3227 | 2024-08-06T08:03:15.757Z | Aug 06 08:03:14.502 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+git2f13344f339 |
3228 | 2024-08-06T08:03:15.776Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3229 | 2024-08-06T08:03:15.779Z | Aug 06 08:03:14.524 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+git2f13344f339 |
3230 | 2024-08-06T08:03:15.799Z | [ recovery-image] Aug 06 08:03:14.532 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpXrvusp/proto/recovery/root" |
3231 | 2024-08-06T08:03:15.799Z | [ recovery-image] Aug 06 08:03:14.533 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3232 | 2024-08-06T08:03:15.802Z | [ recovery-image] Aug 06 08:03:14.533 INFO image builder template: ramdisk-01-os... |
3233 | 2024-08-06T08:03:15.802Z | [ recovery-image] Aug 06 08:03:14.533 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/.tmpXrvusp/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 |
3234 | 2024-08-06T08:03:15.802Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3235 | 2024-08-06T08:03:15.802Z | Aug 06 08:03:14.547 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+git2f13344f339 |
3236 | 2024-08-06T08:03:15.825Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3237 | 2024-08-06T08:03:15.829Z | Aug 06 08:03:14.571 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+git2f13344f339 |
3238 | 2024-08-06T08:03:16.058Z | [ recovery-image] Aug 06 08:03:14.606 INFO O| Aug 06 08:03:14.606 INFO CREATE DATASET: rpool/images/build/recovery/output |
3239 | 2024-08-06T08:03:16.061Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3240 | 2024-08-06T08:03:16.061Z | Aug 06 08:03:14.806 INFO [stamp-probe] process exited with exit status: 0 (502.657918ms) |
3241 | 2024-08-06T08:03:16.119Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3242 | 2024-08-06T08:03:16.129Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3243 | 2024-08-06T08:03:16.223Z | Aug 06 08:03:14.971 INFO [stamp-ntp] process exited with exit status: 0 (623.229617ms) |
3244 | 2024-08-06T08:03:16.315Z | [ recovery-image] Aug 06 08:03:15.062 INFO O| Aug 06 08:03:15.062 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3245 | 2024-08-06T08:03:16.321Z | [ recovery-image] Aug 06 08:03:15.069 INFO O| Aug 06 08:03:15.069 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3246 | 2024-08-06T08:03:16.708Z | [ recovery-image] Aug 06 08:03:15.456 INFO O| Aug 06 08:03:15.456 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3247 | 2024-08-06T08:03:16.785Z | [ recovery-image] Aug 06 08:03:15.532 INFO O| Aug 06 08:03:15.532 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3248 | 2024-08-06T08:03:16.785Z | [ recovery-image] Aug 06 08:03:15.532 INFO O| Aug 06 08:03:15.532 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3249 | 2024-08-06T08:03:16.788Z | [ recovery-image] Aug 06 08:03:15.533 INFO O| Aug 06 08:03:15.533 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3250 | 2024-08-06T08:03:16.788Z | [ recovery-image] Aug 06 08:03:15.533 INFO O| Aug 06 08:03:15.533 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3251 | 2024-08-06T08:03:16.806Z | [ recovery-image] Aug 06 08:03:15.553 INFO O| Aug 06 08:03:15.553 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3252 | 2024-08-06T08:03:16.861Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3253 | 2024-08-06T08:03:16.871Z | Aug 06 08:03:15.619 INFO [stamp-internal-dns] process exited with exit status: 0 (1.331943034s) |
3254 | 2024-08-06T08:03:17.029Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3255 | 2024-08-06T08:03:17.073Z | [ recovery-image] Aug 06 08:03:15.820 INFO O| Aug 06 08:03:15.820 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3256 | 2024-08-06T08:03:17.087Z | [ recovery-image] Aug 06 08:03:15.835 INFO O| Aug 06 08:03:15.834 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3257 | 2024-08-06T08:03:17.096Z | Aug 06 08:03:15.843 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.5490911s) |
3258 | 2024-08-06T08:03:17.210Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
3259 | 2024-08-06T08:03:17.222Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3260 | 2024-08-06T08:03:17.232Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3261 | 2024-08-06T08:03:17.276Z | Aug 06 08:03:16.023 INFO [stamp-external-dns] process exited with exit status: 0 (1.47558096s) |
3262 | 2024-08-06T08:03:17.640Z | [ recovery-image] Aug 06 08:03:16.387 INFO O| Aug 06 08:03:16.387 INFO O| Caching catalogs ... Done |
3263 | 2024-08-06T08:03:17.722Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3264 | 2024-08-06T08:03:17.752Z | Aug 06 08:03:16.497 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.972903884s) |
3265 | 2024-08-06T08:03:17.755Z | [ recovery-image] Aug 06 08:03:16.500 INFO O| Aug 06 08:03:16.500 INFO STEP 0 (pkg_image_create) COMPLETE |
3266 | 2024-08-06T08:03:17.755Z | [ recovery-image] Aug 06 08:03:16.500 INFO O| Aug 06 08:03:16.500 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3267 | 2024-08-06T08:03:17.755Z | [ recovery-image] Aug 06 08:03:16.500 INFO O| Aug 06 08:03:16.500 INFO skip step because feature "repo_redist" is not enabled |
3268 | 2024-08-06T08:03:17.755Z | [ recovery-image] Aug 06 08:03:16.500 INFO O| Aug 06 08:03:16.500 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3269 | 2024-08-06T08:03:17.768Z | [ recovery-image] Aug 06 08:03:16.515 INFO O| Aug 06 08:03:16.515 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"] |
3270 | 2024-08-06T08:03:18.084Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3271 | 2024-08-06T08:03:18.088Z | Aug 06 08:03:16.836 INFO [stamp-oximeter] process exited with exit status: 0 (2.26443631s) |
3272 | 2024-08-06T08:03:18.231Z | [ recovery-image] Aug 06 08:03:16.978 INFO O| Aug 06 08:03:16.978 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3273 | 2024-08-06T08:03:18.231Z | [ recovery-image] Aug 06 08:03:16.978 INFO O| Aug 06 08:03:16.978 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3274 | 2024-08-06T08:03:18.246Z | [ recovery-image] Aug 06 08:03:16.993 INFO O| Aug 06 08:03:16.993 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"] |
3275 | 2024-08-06T08:03:18.749Z | [ recovery-image] Aug 06 08:03:17.495 INFO O| Aug 06 08:03:17.495 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3276 | 2024-08-06T08:03:18.749Z | [ recovery-image] Aug 06 08:03:17.496 INFO O| Aug 06 08:03:17.495 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3277 | 2024-08-06T08:03:18.749Z | [ recovery-image] Aug 06 08:03:17.496 INFO O| Aug 06 08:03:17.495 INFO skip step because feature "repo_redist" is not enabled |
3278 | 2024-08-06T08:03:18.749Z | [ recovery-image] Aug 06 08:03:17.496 INFO O| Aug 06 08:03:17.495 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3279 | 2024-08-06T08:03:19.215Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3280 | 2024-08-06T08:03:19.219Z | Aug 06 08:03:17.966 INFO [stamp-nexus] process exited with exit status: 0 (3.687038802s) |
3281 | 2024-08-06T08:03:19.228Z | [ recovery-image] Aug 06 08:03:17.975 INFO O| Aug 06 08:03:17.975 INFO variant opensolaris.zone is already global |
3282 | 2024-08-06T08:03:19.228Z | [ recovery-image] Aug 06 08:03:17.975 INFO O| Aug 06 08:03:17.975 INFO STEP 5 (pkg_change_variant) COMPLETE |
3283 | 2024-08-06T08:03:19.228Z | [ recovery-image] Aug 06 08:03:17.975 INFO O| Aug 06 08:03:17.975 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3284 | 2024-08-06T08:03:19.643Z | [ recovery-image] Aug 06 08:03:18.390 INFO O| Aug 06 08:03:18.390 INFO variant opensolaris.imagetype is full; changing to partial |
3285 | 2024-08-06T08:03:19.643Z | [ recovery-image] Aug 06 08:03:18.390 INFO O| Aug 06 08:03:18.390 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3286 | 2024-08-06T08:03:21.432Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3287 | 2024-08-06T08:03:21.436Z | Aug 06 08:03:20.183 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.68091403s) |
3288 | 2024-08-06T08:03:23.520Z | [ recovery-image] Aug 06 08:03:22.266 INFO O| Aug 06 08:03:22.266 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3289 | 2024-08-06T08:03:23.797Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3290 | 2024-08-06T08:03:24.804Z | Aug 06 08:03:22.547 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.275303807s) |
3291 | 2024-08-06T08:03:24.807Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3292 | 2024-08-06T08:03:24.807Z | Aug 06 08:03:22.838 INFO [stamp-clickhouse] process exited with exit status: 0 (8.576889665s) |
3293 | 2024-08-06T08:03:24.807Z | Aug 06 08:03:22.838 INFO [tuf-stamp] task succeeded (8.577979025s) |
3294 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3295 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling heck v0.4.1 |
3296 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3297 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3298 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3299 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling indent_write v2.2.0 |
3300 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3301 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3302 | 2024-08-06T08:03:24.807Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3303 | 2024-08-06T08:03:24.830Z | [verify-libraries] Compiling termios v0.3.3 |
3304 | 2024-08-06T08:03:25.254Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3305 | 2024-08-06T08:03:25.843Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3306 | 2024-08-06T08:03:29.193Z | [ recovery-image] Aug 06 08:03:27.938 INFO O| Aug 06 08:03:27.938 INFO O| Startup: Caching catalogs ... Done |
3307 | 2024-08-06T08:03:29.260Z | [ recovery-image] Aug 06 08:03:28.004 INFO O| Aug 06 08:03:28.004 INFO O| Planning: Planning completed in 0.00 seconds |
3308 | 2024-08-06T08:03:29.263Z | [ recovery-image] Aug 06 08:03:28.005 INFO O| Aug 06 08:03:28.005 INFO O| Planning: Consolidating action changes ... Done |
3309 | 2024-08-06T08:03:29.263Z | [ recovery-image] Aug 06 08:03:28.005 INFO O| Aug 06 08:03:28.005 INFO O| Planning: Evaluating mediators ... Done |
3310 | 2024-08-06T08:03:29.263Z | [ recovery-image] Aug 06 08:03:28.006 INFO O| Aug 06 08:03:28.005 INFO O| Planning: Planning completed in 0.00 seconds |
3311 | 2024-08-06T08:03:29.263Z | [ recovery-image] Aug 06 08:03:28.006 INFO O| Aug 06 08:03:28.006 INFO O| Variants/Facets to change: 1 |
3312 | 2024-08-06T08:03:29.330Z | [ recovery-image] Aug 06 08:03:28.075 INFO O| Aug 06 08:03:28.075 INFO O| Done |
3313 | 2024-08-06T08:03:29.330Z | [ recovery-image] Aug 06 08:03:28.075 INFO O| Aug 06 08:03:28.075 INFO O| Done |
3314 | 2024-08-06T08:03:30.079Z | [ recovery-image] Aug 06 08:03:28.823 INFO O| Aug 06 08:03:28.823 INFO O| Done |
3315 | 2024-08-06T08:03:30.115Z | [ recovery-image] Aug 06 08:03:28.859 INFO O| Aug 06 08:03:28.859 INFO O| Done |
3316 | 2024-08-06T08:03:30.118Z | [ recovery-image] Aug 06 08:03:28.861 INFO O| Aug 06 08:03:28.861 INFO O| Done |
3317 | 2024-08-06T08:03:30.118Z | [ recovery-image] Aug 06 08:03:28.861 INFO O| Aug 06 08:03:28.861 INFO O| Done |
3318 | 2024-08-06T08:03:30.121Z | [ recovery-image] Aug 06 08:03:28.863 INFO O| Aug 06 08:03:28.863 INFO O| Done |
3319 | 2024-08-06T08:03:30.630Z | [ recovery-image] Aug 06 08:03:29.375 INFO O| Aug 06 08:03:29.375 INFO STEP 6 (pkg_change_variant) COMPLETE |
3320 | 2024-08-06T08:03:30.630Z | [ recovery-image] Aug 06 08:03:29.375 INFO O| Aug 06 08:03:29.375 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3321 | 2024-08-06T08:03:30.633Z | [ recovery-image] Aug 06 08:03:29.375 INFO O| Aug 06 08:03:29.375 INFO skip step because feature "debug_variant" is not enabled |
3322 | 2024-08-06T08:03:30.633Z | [ recovery-image] Aug 06 08:03:29.375 INFO O| Aug 06 08:03:29.375 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3323 | 2024-08-06T08:03:31.414Z | [ recovery-image] Aug 06 08:03:30.159 INFO O| Aug 06 08:03:30.158 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3324 | 2024-08-06T08:03:32.350Z | [ recovery-image] Aug 06 08:03:31.095 INFO O| Aug 06 08:03:31.094 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3325 | 2024-08-06T08:03:32.354Z | [ recovery-image] Aug 06 08:03:31.097 INFO O| Aug 06 08:03:31.096 INFO O| Planning: Planning completed in 0.00 seconds |
3326 | 2024-08-06T08:03:32.354Z | [ recovery-image] Aug 06 08:03:31.098 INFO O| Aug 06 08:03:31.097 INFO O| Planning: Consolidating action changes ... Done |
3327 | 2024-08-06T08:03:32.354Z | [ recovery-image] Aug 06 08:03:31.098 INFO O| Aug 06 08:03:31.098 INFO O| Planning: Evaluating mediators ... Done |
3328 | 2024-08-06T08:03:32.354Z | [ recovery-image] Aug 06 08:03:31.098 INFO O| Aug 06 08:03:31.098 INFO O| Planning: Planning completed in 0.00 seconds |
3329 | 2024-08-06T08:03:32.357Z | [ recovery-image] Aug 06 08:03:31.099 INFO O| Aug 06 08:03:31.099 INFO O| Variants/Facets to change: 1 |
3330 | 2024-08-06T08:03:32.462Z | [ recovery-image] Aug 06 08:03:31.207 INFO O| Aug 06 08:03:31.207 INFO O| Done |
3331 | 2024-08-06T08:03:32.462Z | [ recovery-image] Aug 06 08:03:31.207 INFO O| Aug 06 08:03:31.207 INFO O| Done |
3332 | 2024-08-06T08:03:33.058Z | [ recovery-image] Aug 06 08:03:31.802 INFO O| Aug 06 08:03:31.802 INFO O| Done |
3333 | 2024-08-06T08:03:33.118Z | [ recovery-image] Aug 06 08:03:31.862 INFO O| Aug 06 08:03:31.862 INFO O| Done |
3334 | 2024-08-06T08:03:33.120Z | [ recovery-image] Aug 06 08:03:31.863 INFO O| Aug 06 08:03:31.863 INFO O| Done |
3335 | 2024-08-06T08:03:33.120Z | [ recovery-image] Aug 06 08:03:31.863 INFO O| Aug 06 08:03:31.863 INFO O| Done |
3336 | 2024-08-06T08:03:33.123Z | [ recovery-image] Aug 06 08:03:31.866 INFO O| Aug 06 08:03:31.866 INFO O| Done |
3337 | 2024-08-06T08:03:33.245Z | [ recovery-image] Aug 06 08:03:31.990 INFO O| Aug 06 08:03:31.989 INFO STEP 8 (pkg_change_facet) COMPLETE |
3338 | 2024-08-06T08:03:33.245Z | [ recovery-image] Aug 06 08:03:31.990 INFO O| Aug 06 08:03:31.990 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3339 | 2024-08-06T08:03:33.924Z | [ recovery-image] Aug 06 08:03:32.669 INFO O| Aug 06 08:03:32.668 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3340 | 2024-08-06T08:03:33.943Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3341 | 2024-08-06T08:03:34.931Z | [ recovery-image] Aug 06 08:03:33.675 INFO O| Aug 06 08:03:33.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3342 | 2024-08-06T08:03:34.934Z | [ recovery-image] Aug 06 08:03:33.677 INFO O| Aug 06 08:03:33.677 INFO O| Planning: Planning completed in 0.00 seconds |
3343 | 2024-08-06T08:03:34.934Z | [ recovery-image] Aug 06 08:03:33.678 INFO O| Aug 06 08:03:33.678 INFO O| Planning: Consolidating action changes ... Done |
3344 | 2024-08-06T08:03:34.934Z | [ recovery-image] Aug 06 08:03:33.678 INFO O| Aug 06 08:03:33.678 INFO O| Planning: Evaluating mediators ... Done |
3345 | 2024-08-06T08:03:34.938Z | [ recovery-image] Aug 06 08:03:33.679 INFO O| Aug 06 08:03:33.678 INFO O| Planning: Planning completed in 0.00 seconds |
3346 | 2024-08-06T08:03:34.939Z | [ recovery-image] Aug 06 08:03:33.679 INFO O| Aug 06 08:03:33.679 INFO O| Variants/Facets to change: 1 |
3347 | 2024-08-06T08:03:35.040Z | [ recovery-image] Aug 06 08:03:33.784 INFO O| Aug 06 08:03:33.784 INFO O| Done |
3348 | 2024-08-06T08:03:35.040Z | [ recovery-image] Aug 06 08:03:33.784 INFO O| Aug 06 08:03:33.784 INFO O| Done |
3349 | 2024-08-06T08:03:35.646Z | [ recovery-image] Aug 06 08:03:34.388 INFO O| Aug 06 08:03:34.388 INFO O| Done |
3350 | 2024-08-06T08:03:35.694Z | [ recovery-image] Aug 06 08:03:34.437 INFO O| Aug 06 08:03:34.437 INFO O| Done |
3351 | 2024-08-06T08:03:35.697Z | [ recovery-image] Aug 06 08:03:34.438 INFO O| Aug 06 08:03:34.438 INFO O| Done |
3352 | 2024-08-06T08:03:35.697Z | [ recovery-image] Aug 06 08:03:34.439 INFO O| Aug 06 08:03:34.439 INFO O| Done |
3353 | 2024-08-06T08:03:35.697Z | [ recovery-image] Aug 06 08:03:34.440 INFO O| Aug 06 08:03:34.440 INFO O| Done |
3354 | 2024-08-06T08:03:35.803Z | [ recovery-image] Aug 06 08:03:34.540 INFO O| Aug 06 08:03:34.540 INFO STEP 9 (pkg_change_facet) COMPLETE |
3355 | 2024-08-06T08:03:35.803Z | [ recovery-image] Aug 06 08:03:34.540 INFO O| Aug 06 08:03:34.540 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3356 | 2024-08-06T08:03:36.413Z | [ recovery-image] Aug 06 08:03:35.156 INFO O| Aug 06 08:03:35.156 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3357 | 2024-08-06T08:03:37.389Z | [ recovery-image] Aug 06 08:03:36.133 INFO O| Aug 06 08:03:36.133 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3358 | 2024-08-06T08:03:37.392Z | [ recovery-image] Aug 06 08:03:36.135 INFO O| Aug 06 08:03:36.135 INFO O| Planning: Planning completed in 0.00 seconds |
3359 | 2024-08-06T08:03:37.393Z | [ recovery-image] Aug 06 08:03:36.136 INFO O| Aug 06 08:03:36.136 INFO O| Planning: Consolidating action changes ... Done |
3360 | 2024-08-06T08:03:37.395Z | [ recovery-image] Aug 06 08:03:36.137 INFO O| Aug 06 08:03:36.137 INFO O| Planning: Evaluating mediators ... Done |
3361 | 2024-08-06T08:03:37.395Z | [ recovery-image] Aug 06 08:03:36.137 INFO O| Aug 06 08:03:36.137 INFO O| Planning: Planning completed in 0.00 seconds |
3362 | 2024-08-06T08:03:37.396Z | [ recovery-image] Aug 06 08:03:36.138 INFO O| Aug 06 08:03:36.138 INFO O| Variants/Facets to change: 1 |
3363 | 2024-08-06T08:03:37.455Z | [ recovery-image] Aug 06 08:03:36.199 INFO O| Aug 06 08:03:36.198 INFO O| Done |
3364 | 2024-08-06T08:03:37.457Z | [ recovery-image] Aug 06 08:03:36.199 INFO O| Aug 06 08:03:36.199 INFO O| Done |
3365 | 2024-08-06T08:03:37.981Z | [ recovery-image] Aug 06 08:03:36.724 INFO O| Aug 06 08:03:36.724 INFO O| Done |
3366 | 2024-08-06T08:03:38.030Z | [ recovery-image] Aug 06 08:03:36.774 INFO O| Aug 06 08:03:36.774 INFO O| Done |
3367 | 2024-08-06T08:03:38.033Z | [ recovery-image] Aug 06 08:03:36.775 INFO O| Aug 06 08:03:36.775 INFO O| Done |
3368 | 2024-08-06T08:03:38.033Z | [ recovery-image] Aug 06 08:03:36.775 INFO O| Aug 06 08:03:36.775 INFO O| Done |
3369 | 2024-08-06T08:03:38.036Z | [ recovery-image] Aug 06 08:03:36.777 INFO O| Aug 06 08:03:36.777 INFO O| Done |
3370 | 2024-08-06T08:03:38.148Z | [ recovery-image] Aug 06 08:03:36.891 INFO O| Aug 06 08:03:36.891 INFO STEP 10 (pkg_change_facet) COMPLETE |
3371 | 2024-08-06T08:03:38.148Z | [ recovery-image] Aug 06 08:03:36.891 INFO O| Aug 06 08:03:36.891 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3372 | 2024-08-06T08:03:38.168Z | [ recovery-image] Aug 06 08:03:36.911 INFO O| Aug 06 08:03:36.911 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"] |
3373 | 2024-08-06T08:03:39.057Z | [ recovery-image] Aug 06 08:03:37.800 INFO O| Aug 06 08:03:37.800 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3374 | 2024-08-06T08:03:40.155Z | [ host-image] Aug 06 08:03:38.899 INFO O| Aug 06 08:03:38.898 INFO O| Planning: Solver setup ... Done |
3375 | 2024-08-06T08:03:55.469Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3376 | 2024-08-06T08:04:00.485Z | [ host-image] Aug 06 08:03:59.225 INFO O| Aug 06 08:03:59.225 INFO O| Planning: Running solver ... Done |
3377 | 2024-08-06T08:04:00.855Z | [ host-image] Aug 06 08:03:59.595 INFO O| Aug 06 08:03:59.595 INFO O| Planning: Finding local manifests ... Done |
3378 | 2024-08-06T08:04:00.895Z | [ host-image] Aug 06 08:03:59.635 INFO O| Aug 06 08:03:59.635 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3379 | 2024-08-06T08:04:05.402Z | [ host-image] Aug 06 08:04:04.140 INFO O| Aug 06 08:04:04.140 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3380 | 2024-08-06T08:04:06.721Z | [ host-image] Aug 06 08:04:05.460 INFO O| Aug 06 08:04:05.460 INFO O| Planning: Package planning ... Done |
3381 | 2024-08-06T08:04:07.484Z | [ recovery-image] Aug 06 08:04:06.223 INFO O| Aug 06 08:04:06.222 INFO O| Planning: Solver setup ... Done |
3382 | 2024-08-06T08:04:08.445Z | [ host-image] Aug 06 08:04:07.183 INFO O| Aug 06 08:04:07.183 INFO O| Planning: Merging actions ... Done |
3383 | 2024-08-06T08:04:08.796Z | [ host-image] Aug 06 08:04:07.534 INFO O| Aug 06 08:04:07.534 INFO O| Planning: Checking for conflicting actions ... Done |
3384 | 2024-08-06T08:04:09.185Z | [ host-image] Aug 06 08:04:07.923 INFO O| Aug 06 08:04:07.923 INFO O| Planning: Consolidating action changes ... Done |
3385 | 2024-08-06T08:04:09.862Z | [ host-image] Aug 06 08:04:08.600 INFO O| Aug 06 08:04:08.600 INFO O| Planning: Evaluating mediators ... Done |
3386 | 2024-08-06T08:04:16.433Z | [ host-image] Aug 06 08:04:15.170 INFO O| Aug 06 08:04:15.170 INFO O| Planning: Planning completed in 60.71 seconds |
3387 | 2024-08-06T08:04:16.449Z | [ host-image] Aug 06 08:04:15.186 INFO O| Aug 06 08:04:15.186 INFO O| Packages to install: 124 |
3388 | 2024-08-06T08:04:16.452Z | [ host-image] Aug 06 08:04:15.186 INFO O| Aug 06 08:04:15.186 INFO O| Mediators to change: 4 |
3389 | 2024-08-06T08:04:16.452Z | [ host-image] Aug 06 08:04:15.186 INFO O| Aug 06 08:04:15.186 INFO O| Services to change: 6 |
3390 | 2024-08-06T08:04:16.591Z | [ host-image] Aug 06 08:04:15.328 INFO O| Aug 06 08:04:15.328 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete |
3391 | 2024-08-06T08:04:20.244Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3392 | 2024-08-06T08:04:21.595Z | [ host-image] Aug 06 08:04:20.331 INFO O| Aug 06 08:04:20.331 INFO O| Download: 1089/22724 items 8.1/196.3MB 4% complete (1.7M/s) |
3393 | 2024-08-06T08:04:22.292Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3394 | 2024-08-06T08:04:26.596Z | [ host-image] Aug 06 08:04:25.331 INFO O| Aug 06 08:04:25.331 INFO O| Download: 1782/22724 items 12.0/196.3MB 6% complete (1.2M/s) |
3395 | 2024-08-06T08:04:26.749Z | [ recovery-image] Aug 06 08:04:25.484 INFO O| Aug 06 08:04:25.484 INFO O| Planning: Running solver ... Done |
3396 | 2024-08-06T08:04:26.998Z | [ recovery-image] Aug 06 08:04:25.733 INFO O| Aug 06 08:04:25.733 INFO O| Planning: Finding local manifests ... Done |
3397 | 2024-08-06T08:04:27.015Z | [ recovery-image] Aug 06 08:04:25.749 INFO O| Aug 06 08:04:25.749 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3398 | 2024-08-06T08:04:31.928Z | [ host-image] Aug 06 08:04:30.662 INFO O| Aug 06 08:04:30.662 INFO O| Download: 2288/22724 items 26.7/196.3MB 13% complete (1.8M/s) |
3399 | 2024-08-06T08:04:33.328Z | [ recovery-image] Aug 06 08:04:32.062 INFO O| Aug 06 08:04:32.061 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3400 | 2024-08-06T08:04:34.626Z | [ recovery-image] Aug 06 08:04:33.360 INFO O| Aug 06 08:04:33.360 INFO O| Planning: Package planning ... Done |
3401 | 2024-08-06T08:04:35.325Z | [ recovery-image] Aug 06 08:04:34.058 INFO O| Aug 06 08:04:34.058 INFO O| Planning: Merging actions ... Done |
3402 | 2024-08-06T08:04:35.336Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3403 | 2024-08-06T08:04:35.514Z | [ recovery-image] Aug 06 08:04:34.228 INFO O| Aug 06 08:04:34.227 INFO O| Planning: Checking for conflicting actions ... Done |
3404 | 2024-08-06T08:04:35.637Z | [ recovery-image] Aug 06 08:04:34.371 INFO O| Aug 06 08:04:34.371 INFO O| Planning: Consolidating action changes ... Done |
3405 | 2024-08-06T08:04:35.975Z | [ recovery-image] Aug 06 08:04:34.708 INFO O| Aug 06 08:04:34.708 INFO O| Planning: Evaluating mediators ... Done |
3406 | 2024-08-06T08:04:36.933Z | [ host-image] Aug 06 08:04:35.666 INFO O| Aug 06 08:04:35.666 INFO O| Download: 3615/22724 items 37.3/196.3MB 19% complete (2.4M/s) |
3407 | 2024-08-06T08:04:37.830Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3408 | 2024-08-06T08:04:41.886Z | [ recovery-image] Aug 06 08:04:40.618 INFO O| Aug 06 08:04:40.618 INFO O| Planning: Planning completed in 62.82 seconds |
3409 | 2024-08-06T08:04:41.893Z | [ recovery-image] Aug 06 08:04:40.626 INFO O| Aug 06 08:04:40.625 INFO O| Packages to install: 124 |
3410 | 2024-08-06T08:04:41.893Z | [ recovery-image] Aug 06 08:04:40.626 INFO O| Aug 06 08:04:40.625 INFO O| Mediators to change: 4 |
3411 | 2024-08-06T08:04:41.896Z | [ recovery-image] Aug 06 08:04:40.626 INFO O| Aug 06 08:04:40.625 INFO O| Services to change: 5 |
3412 | 2024-08-06T08:04:41.968Z | [ recovery-image] Aug 06 08:04:40.701 INFO O| Aug 06 08:04:40.701 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete |
3413 | 2024-08-06T08:04:41.984Z | [ host-image] Aug 06 08:04:40.717 INFO O| Aug 06 08:04:40.717 INFO O| Download: 4531/22724 items 42.3/196.3MB 21% complete (1.6M/s) |
3414 | 2024-08-06T08:04:43.390Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3415 | 2024-08-06T08:04:46.973Z | [ recovery-image] Aug 06 08:04:45.704 INFO O| Aug 06 08:04:45.704 INFO O| Download: 770/15831 items 6.5/173.1MB 3% complete (1.4M/s) |
3416 | 2024-08-06T08:04:46.988Z | [ host-image] Aug 06 08:04:45.720 INFO O| Aug 06 08:04:45.720 INFO O| Download: 4976/22724 items 45.8/196.3MB 23% complete (911k/s) |
3417 | 2024-08-06T08:04:51.989Z | [ host-image] Aug 06 08:04:50.720 INFO O| Aug 06 08:04:50.720 INFO O| Download: 6057/22724 items 46.4/196.3MB 23% complete (425k/s) |
3418 | 2024-08-06T08:04:52.135Z | [ recovery-image] Aug 06 08:04:50.866 INFO O| Aug 06 08:04:50.866 INFO O| Download: 1071/15831 items 8.7/173.1MB 5% complete (880k/s) |
3419 | 2024-08-06T08:04:56.994Z | [ host-image] Aug 06 08:04:55.724 INFO O| Aug 06 08:04:55.724 INFO O| Download: 6974/22724 items 50.3/196.3MB 25% complete (420k/s) |
3420 | 2024-08-06T08:04:57.148Z | [ recovery-image] Aug 06 08:04:55.878 INFO O| Aug 06 08:04:55.878 INFO O| Download: 1370/15831 items 20.7/173.1MB 11% complete (1.4M/s) |
3421 | 2024-08-06T08:05:01.995Z | [ host-image] Aug 06 08:05:00.725 INFO O| Aug 06 08:05:00.725 INFO O| Download: 7838/22724 items 59.2/196.3MB 30% complete (1.3M/s) |
3422 | 2024-08-06T08:05:03.360Z | [ recovery-image] Aug 06 08:05:02.089 INFO O| Aug 06 08:05:02.089 INFO O| Download: 1572/15831 items 24.0/173.1MB 13% complete (1.6M/s) |
3423 | 2024-08-06T08:05:07.055Z | [ host-image] Aug 06 08:05:05.784 INFO O| Aug 06 08:05:05.784 INFO O| Download: 8301/22724 items 68.3/196.3MB 34% complete (1.8M/s) |
3424 | 2024-08-06T08:05:08.774Z | [ recovery-image] Aug 06 08:05:07.502 INFO O| Aug 06 08:05:07.502 INFO O| Download: 1639/15831 items 25.5/173.1MB 14% complete (434k/s) |
3425 | 2024-08-06T08:05:13.775Z | [ recovery-image] Aug 06 08:05:12.502 INFO O| Aug 06 08:05:12.502 INFO O| Download: 2677/15831 items 33.0/173.1MB 19% complete (1.2M/s) |
3426 | 2024-08-06T08:05:13.951Z | [ host-image] Aug 06 08:05:12.678 INFO O| Aug 06 08:05:12.678 INFO O| Download: 8354/22724 items 69.0/196.3MB 35% complete (1.7M/s) |
3427 | 2024-08-06T08:05:18.953Z | [ host-image] Aug 06 08:05:17.679 INFO O| Aug 06 08:05:17.679 INFO O| Download: 9172/22724 items 75.5/196.3MB 38% complete (672k/s) |
3428 | 2024-08-06T08:05:19.132Z | [ recovery-image] Aug 06 08:05:17.858 INFO O| Aug 06 08:05:17.858 INFO O| Download: 3627/15831 items 39.4/173.1MB 22% complete (1.4M/s) |
3429 | 2024-08-06T08:05:24.143Z | [ recovery-image] Aug 06 08:05:22.868 INFO O| Aug 06 08:05:22.868 INFO O| Download: 4522/15831 items 42.8/173.1MB 24% complete (948k/s) |
3430 | 2024-08-06T08:05:26.508Z | [ host-image] Aug 06 08:05:25.233 INFO O| Aug 06 08:05:25.233 INFO O| Download: 9380/22724 items 81.4/196.3MB 41% complete (1.8M/s) |
3431 | 2024-08-06T08:05:29.151Z | [ recovery-image] Aug 06 08:05:27.875 INFO O| Aug 06 08:05:27.875 INFO O| Download: 4926/15831 items 43.0/173.1MB 24% complete (381k/s) |
3432 | 2024-08-06T08:05:31.511Z | [ host-image] Aug 06 08:05:30.236 INFO O| Aug 06 08:05:30.236 INFO O| Download: 10363/22724 items 87.8/196.3MB 44% complete (1.3M/s) |
3433 | 2024-08-06T08:05:34.152Z | [ recovery-image] Aug 06 08:05:32.875 INFO O| Aug 06 08:05:32.875 INFO O| Download: 5688/15831 items 45.1/173.1MB 26% complete (216k/s) |
3434 | 2024-08-06T08:05:36.513Z | [ host-image] Aug 06 08:05:35.236 INFO O| Aug 06 08:05:35.236 INFO O| Download: 10742/22724 items 89.5/196.3MB 45% complete (818k/s) |
3435 | 2024-08-06T08:05:39.161Z | [ recovery-image] Aug 06 08:05:37.884 INFO O| Aug 06 08:05:37.884 INFO O| Download: 5900/15831 items 52.9/173.1MB 30% complete (969k/s) |
3436 | 2024-08-06T08:05:41.705Z | [ host-image] Aug 06 08:05:40.428 INFO O| Aug 06 08:05:40.428 INFO O| Download: 10852/22724 items 90.0/196.3MB 45% complete (231k/s) |
3437 | 2024-08-06T08:05:44.946Z | [ recovery-image] Aug 06 08:05:43.668 INFO O| Aug 06 08:05:43.667 INFO O| Download: 6009/15831 items 54.1/173.1MB 31% complete (1.0M/s) |
3438 | 2024-08-06T08:05:46.941Z | [ host-image] Aug 06 08:05:45.662 INFO O| Aug 06 08:05:45.662 INFO O| Download: 11268/22724 items 94.9/196.3MB 48% complete (526k/s) |
3439 | 2024-08-06T08:05:50.678Z | [ recovery-image] Aug 06 08:05:49.399 INFO O| Aug 06 08:05:49.399 INFO O| Download: 6175/15831 items 61.9/173.1MB 35% complete (1.3M/s) |
3440 | 2024-08-06T08:05:51.944Z | [ host-image] Aug 06 08:05:50.665 INFO O| Aug 06 08:05:50.664 INFO O| Download: 11841/22724 items 96.4/196.3MB 49% complete (624k/s) |
3441 | 2024-08-06T08:05:55.684Z | [ recovery-image] Aug 06 08:05:54.404 INFO O| Aug 06 08:05:54.403 INFO O| Download: 6890/15831 items 68.0/173.1MB 39% complete (1.1M/s) |
3442 | 2024-08-06T08:05:56.945Z | [ host-image] Aug 06 08:05:55.665 INFO O| Aug 06 08:05:55.665 INFO O| Download: 12046/22724 items 100.6/196.3MB 51% complete (565k/s) |
3443 | 2024-08-06T08:06:00.751Z | [ recovery-image] Aug 06 08:05:59.470 INFO O| Aug 06 08:05:59.470 INFO O| Download: 7619/15831 items 73.6/173.1MB 42% complete (1.2M/s) |
3444 | 2024-08-06T08:06:01.946Z | [ host-image] Aug 06 08:06:00.665 INFO O| Aug 06 08:06:00.665 INFO O| Download: 12326/22724 items 109.4/196.3MB 55% complete (1.3M/s) |
3445 | 2024-08-06T08:06:05.944Z | [ recovery-image] Aug 06 08:06:04.663 INFO O| Aug 06 08:06:04.663 INFO O| Download: 7932/15831 items 77.5/173.1MB 44% complete (1.1M/s) |
3446 | 2024-08-06T08:06:07.007Z | [ host-image] Aug 06 08:06:05.725 INFO O| Aug 06 08:06:05.725 INFO O| Download: 13307/22724 items 109.9/196.3MB 55% complete (1.1M/s) |
3447 | 2024-08-06T08:06:11.061Z | [ recovery-image] Aug 06 08:06:09.779 INFO O| Aug 06 08:06:09.779 INFO O| Download: 8667/15831 items 82.7/173.1MB 47% complete (877k/s) |
3448 | 2024-08-06T08:06:12.008Z | [ host-image] Aug 06 08:06:10.726 INFO O| Aug 06 08:06:10.725 INFO O| Download: 14035/22724 items 110.3/196.3MB 56% complete (87.1k/s) |
3449 | 2024-08-06T08:06:16.415Z | [ recovery-image] Aug 06 08:06:15.132 INFO O| Aug 06 08:06:15.132 INFO O| Download: 8812/15831 items 91.4/173.1MB 52% complete (1.3M/s) |
3450 | 2024-08-06T08:06:17.165Z | [ host-image] Aug 06 08:06:15.882 INFO O| Aug 06 08:06:15.882 INFO O| Download: 14513/22724 items 116.6/196.3MB 59% complete (661k/s) |
3451 | 2024-08-06T08:06:21.426Z | [ recovery-image] Aug 06 08:06:20.142 INFO O| Aug 06 08:06:20.142 INFO O| Download: 9099/15831 items 92.7/173.1MB 53% complete (1.1M/s) |
3452 | 2024-08-06T08:06:22.215Z | [ host-image] Aug 06 08:06:20.930 INFO O| Aug 06 08:06:20.930 INFO O| Download: 15534/22724 items 123.3/196.3MB 62% complete (1.3M/s) |
3453 | 2024-08-06T08:06:26.465Z | [ recovery-image] Aug 06 08:06:25.180 INFO O| Aug 06 08:06:25.180 INFO O| Download: 9945/15831 items 93.1/173.1MB 53% complete (200k/s) |
3454 | 2024-08-06T08:06:28.652Z | [ host-image] Aug 06 08:06:27.366 INFO O| Aug 06 08:06:27.366 INFO O| Download: 15712/22724 items 125.9/196.3MB 64% complete (1.4M/s) |
3455 | 2024-08-06T08:06:31.534Z | [ recovery-image] Aug 06 08:06:30.248 INFO O| Aug 06 08:06:30.248 INFO O| Download: 9977/15831 items 93.1/173.1MB 53% complete (47.3k/s) |
3456 | 2024-08-06T08:06:33.663Z | [ host-image] Aug 06 08:06:32.376 INFO O| Aug 06 08:06:32.376 INFO O| Download: 16162/22724 items 130.7/196.3MB 66% complete (595k/s) |
3457 | 2024-08-06T08:06:38.666Z | [ host-image] Aug 06 08:06:37.379 INFO O| Aug 06 08:06:37.379 INFO O| Download: 16986/22724 items 136.2/196.3MB 69% complete (1.1M/s) |
3458 | 2024-08-06T08:06:38.893Z | [ recovery-image] Aug 06 08:06:37.606 INFO O| Aug 06 08:06:37.606 INFO O| Download: 10542/15831 items 93.4/173.1MB 53% complete (43.2k/s) |
3459 | 2024-08-06T08:06:43.683Z | [ host-image] Aug 06 08:06:42.395 INFO O| Aug 06 08:06:42.394 INFO O| Download: 17638/22724 items 144.6/196.3MB 73% complete (1.4M/s) |
3460 | 2024-08-06T08:06:44.055Z | [ recovery-image] Aug 06 08:06:42.767 INFO O| Aug 06 08:06:42.766 INFO O| Download: 10909/15831 items 93.8/173.1MB 54% complete (60.2k/s) |
3461 | 2024-08-06T08:06:48.802Z | [ host-image] Aug 06 08:06:47.513 INFO O| Aug 06 08:06:47.513 INFO O| Download: 17881/22724 items 155.9/196.3MB 79% complete (1.9M/s) |
3462 | 2024-08-06T08:06:49.265Z | [ recovery-image] Aug 06 08:06:47.976 INFO O| Aug 06 08:06:47.976 INFO O| Download: 11091/15831 items 99.6/173.1MB 57% complete (655k/s) |
3463 | 2024-08-06T08:06:53.804Z | [ host-image] Aug 06 08:06:52.514 INFO O| Aug 06 08:06:52.514 INFO O| Download: 18507/22724 items 160.7/196.3MB 81% complete (1.6M/s) |
3464 | 2024-08-06T08:06:54.678Z | [ recovery-image] Aug 06 08:06:53.389 INFO O| Aug 06 08:06:53.388 INFO O| Download: 11509/15831 items 111.2/173.1MB 64% complete (1.7M/s) |
3465 | 2024-08-06T08:06:58.805Z | [ host-image] Aug 06 08:06:57.515 INFO O| Aug 06 08:06:57.514 INFO O| Download: 18943/22724 items 162.4/196.3MB 82% complete (671k/s) |
3466 | 2024-08-06T08:06:59.778Z | [ recovery-image] Aug 06 08:06:58.487 INFO O| Aug 06 08:06:58.487 INFO O| Download: 11980/15831 items 136.9/173.1MB 79% complete (3.6M/s) |
3467 | 2024-08-06T08:07:03.819Z | [ host-image] Aug 06 08:07:02.527 INFO O| Aug 06 08:07:02.527 INFO O| Download: 19877/22724 items 166.7/196.3MB 84% complete (600k/s) |
3468 | 2024-08-06T08:07:04.794Z | [ recovery-image] Aug 06 08:07:03.503 INFO O| Aug 06 08:07:03.502 INFO O| Download: 12775/15831 items 139.8/173.1MB 80% complete (2.9M/s) |
3469 | 2024-08-06T08:07:08.840Z | [ host-image] Aug 06 08:07:07.548 INFO O| Aug 06 08:07:07.547 INFO O| Download: 20238/22724 items 168.2/196.3MB 85% complete (594k/s) |
3470 | 2024-08-06T08:07:09.802Z | [ recovery-image] Aug 06 08:07:08.509 INFO O| Aug 06 08:07:08.509 INFO O| Download: 13434/15831 items 142.0/173.1MB 82% complete (524k/s) |
3471 | 2024-08-06T08:07:13.908Z | [ host-image] Aug 06 08:07:12.615 INFO O| Aug 06 08:07:12.615 INFO O| Download: 20764/22724 items 170.9/196.3MB 87% complete (501k/s) |
3472 | 2024-08-06T08:07:14.803Z | [ recovery-image] Aug 06 08:07:13.510 INFO O| Aug 06 08:07:13.509 INFO O| Download: 14238/15831 items 146.1/173.1MB 84% complete (676k/s) |
3473 | 2024-08-06T08:07:19.380Z | [ host-image] Aug 06 08:07:18.086 INFO O| Aug 06 08:07:18.086 INFO O| Download: 20944/22724 items 175.8/196.3MB 89% complete (792k/s) |
3474 | 2024-08-06T08:07:20.041Z | [ recovery-image] Aug 06 08:07:18.747 INFO O| Aug 06 08:07:18.747 INFO O| Download: 14724/15831 items 152.0/173.1MB 87% complete (950k/s) |
3475 | 2024-08-06T08:07:24.381Z | [ host-image] Aug 06 08:07:23.086 INFO O| Aug 06 08:07:23.086 INFO O| Download: 21744/22724 items 185.7/196.3MB 94% complete (1.3M/s) |
3476 | 2024-08-06T08:07:25.576Z | [ recovery-image] Aug 06 08:07:24.281 INFO O| Aug 06 08:07:24.281 INFO O| Download: 15250/15831 items 157.9/173.1MB 91% complete (1.2M/s) |
3477 | 2024-08-06T08:07:28.908Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 05s |
3478 | 2024-08-06T08:07:29.169Z | Aug 06 08:07:27.873 INFO [verify-libraries] process exited with exit status: 0 (253.74795572s) |
3479 | 2024-08-06T08:07:29.451Z | [ host-image] Aug 06 08:07:28.155 INFO O| Aug 06 08:07:28.155 INFO O| Download: 21973/22724 items 189.2/196.3MB 96% complete (1.4M/s) |
3480 | 2024-08-06T08:07:30.760Z | [ recovery-image] Aug 06 08:07:29.464 INFO O| Aug 06 08:07:29.464 INFO O| Download: 15556/15831 items 166.2/173.1MB 96% complete (1.4M/s) |
3481 | 2024-08-06T08:07:34.493Z | [ host-image] Aug 06 08:07:33.196 INFO O| Aug 06 08:07:33.196 INFO O| Download: 22197/22724 items 194.6/196.3MB 99% complete (1.4M/s) |
3482 | 2024-08-06T08:07:35.761Z | [ recovery-image] Aug 06 08:07:34.465 INFO O| Aug 06 08:07:34.464 INFO O| Download: 15758/15831 items 171.5/173.1MB 99% complete (1.4M/s) |
3483 | 2024-08-06T08:07:37.923Z | [ host-image] Aug 06 08:07:36.626 INFO O| Aug 06 08:07:36.626 INFO O| Download: Completed 196.33 MB in 201.30 seconds (996k/s) |
3484 | 2024-08-06T08:07:38.518Z | [ host-image] Aug 06 08:07:37.221 INFO O| Aug 06 08:07:37.221 INFO O| Actions: 1/49256 actions (Installing new actions) |
3485 | 2024-08-06T08:07:39.156Z | [ recovery-image] Aug 06 08:07:37.859 INFO O| Aug 06 08:07:37.859 INFO O| Download: Completed 173.13 MB in 177.16 seconds (997k/s) |
3486 | 2024-08-06T08:07:39.686Z | [ recovery-image] Aug 06 08:07:38.389 INFO O| Aug 06 08:07:38.388 INFO O| Actions: 1/24963 actions (Installing new actions) |
3487 | 2024-08-06T08:07:43.519Z | [ host-image] Aug 06 08:07:42.221 INFO O| Aug 06 08:07:42.221 INFO O| Actions: 14618/49256 actions (Installing new actions) |
3488 | 2024-08-06T08:07:44.687Z | [ recovery-image] Aug 06 08:07:43.389 INFO O| Aug 06 08:07:43.389 INFO O| Actions: 13378/24963 actions (Installing new actions) |
3489 | 2024-08-06T08:07:48.526Z | [ host-image] Aug 06 08:07:47.227 INFO O| Aug 06 08:07:47.227 INFO O| Actions: 25345/49256 actions (Installing new actions) |
3490 | 2024-08-06T08:07:51.352Z | [ recovery-image] Aug 06 08:07:50.052 INFO O| Aug 06 08:07:50.052 INFO O| Actions: 24410/24963 actions (Installing new actions) |
3491 | 2024-08-06T08:07:52.341Z | [ recovery-image] Aug 06 08:07:51.041 INFO O| Aug 06 08:07:51.041 INFO O| Actions: Completed 24963 actions in 12.65 seconds. |
3492 | 2024-08-06T08:07:52.511Z | [ recovery-image] Aug 06 08:07:51.211 INFO O| Aug 06 08:07:51.211 INFO O| Done |
3493 | 2024-08-06T08:07:52.511Z | [ recovery-image] Aug 06 08:07:51.212 INFO O| Aug 06 08:07:51.211 INFO O| Done |
3494 | 2024-08-06T08:07:52.675Z | [ host-image] Aug 06 08:07:51.375 INFO O| Aug 06 08:07:51.375 INFO O| Actions: Completed 49256 actions in 14.15 seconds. |
3495 | 2024-08-06T08:07:52.928Z | [ host-image] Aug 06 08:07:51.629 INFO O| Aug 06 08:07:51.629 INFO O| Done |
3496 | 2024-08-06T08:07:52.928Z | [ host-image] Aug 06 08:07:51.629 INFO O| Aug 06 08:07:51.629 INFO O| Done |
3497 | 2024-08-06T08:07:52.946Z | [ recovery-image] Aug 06 08:07:51.646 INFO O| Aug 06 08:07:51.646 INFO O| Done |
3498 | 2024-08-06T08:07:53.365Z | [ host-image] Aug 06 08:07:52.066 INFO O| Aug 06 08:07:52.065 INFO O| Done |
3499 | 2024-08-06T08:07:53.757Z | [ recovery-image] Aug 06 08:07:52.457 INFO O| Aug 06 08:07:52.457 INFO O| Done |
3500 | 2024-08-06T08:07:53.769Z | [ recovery-image] Aug 06 08:07:52.469 INFO O| Aug 06 08:07:52.469 INFO O| Done |
3501 | 2024-08-06T08:07:54.458Z | [ host-image] Aug 06 08:07:53.158 INFO O| Aug 06 08:07:53.157 INFO O| Done |
3502 | 2024-08-06T08:07:54.483Z | [ host-image] Aug 06 08:07:53.183 INFO O| Aug 06 08:07:53.183 INFO O| Done |
3503 | 2024-08-06T08:07:57.963Z | [ recovery-image] Aug 06 08:07:56.663 INFO O| Aug 06 08:07:56.663 INFO O| Done |
3504 | 2024-08-06T08:07:58.290Z | [ recovery-image] Aug 06 08:07:56.989 INFO O| Aug 06 08:07:56.989 INFO O| Done |
3505 | 2024-08-06T08:07:58.477Z | [ recovery-image] Aug 06 08:07:57.176 INFO O| Aug 06 08:07:57.176 INFO STEP 11 (pkg_install) COMPLETE |
3506 | 2024-08-06T08:07:58.485Z | [ recovery-image] Aug 06 08:07:57.176 INFO O| Aug 06 08:07:57.176 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3507 | 2024-08-06T08:07:58.485Z | [ recovery-image] Aug 06 08:07:57.176 INFO O| Aug 06 08:07:57.176 INFO skip step because feature "recovery" is enabled |
3508 | 2024-08-06T08:07:58.485Z | [ recovery-image] Aug 06 08:07:57.176 INFO O| Aug 06 08:07:57.176 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3509 | 2024-08-06T08:07:58.485Z | [ recovery-image] Aug 06 08:07:57.176 INFO O| Aug 06 08:07:57.176 INFO skip step because feature "omicron1" is not enabled |
3510 | 2024-08-06T08:07:58.485Z | [ recovery-image] Aug 06 08:07:57.176 INFO O| Aug 06 08:07:57.176 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3511 | 2024-08-06T08:07:58.489Z | [ recovery-image] Aug 06 08:07:57.188 INFO O| Aug 06 08:07:57.188 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3512 | 2024-08-06T08:07:58.952Z | [ recovery-image] Aug 06 08:07:57.651 INFO O| Aug 06 08:07:57.650 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3513 | 2024-08-06T08:08:00.219Z | [ recovery-image] Aug 06 08:07:58.918 INFO O| Aug 06 08:07:58.918 INFO O| Planning: Solver setup ... Done |
3514 | 2024-08-06T08:08:00.222Z | [ recovery-image] Aug 06 08:07:58.921 INFO O| Aug 06 08:07:58.921 INFO O| Planning: Running solver ... Done |
3515 | 2024-08-06T08:08:00.257Z | [ recovery-image] Aug 06 08:07:58.956 INFO O| Aug 06 08:07:58.956 INFO O| Planning: Finding local manifests ... Done |
3516 | 2024-08-06T08:08:00.260Z | [ recovery-image] Aug 06 08:07:58.957 INFO O| Aug 06 08:07:58.957 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3517 | 2024-08-06T08:08:00.316Z | [ recovery-image] Aug 06 08:07:59.015 INFO O| Aug 06 08:07:59.015 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3518 | 2024-08-06T08:08:00.335Z | [ recovery-image] Aug 06 08:07:59.034 INFO O| Aug 06 08:07:59.034 INFO O| Planning: Package planning ... Done |
3519 | 2024-08-06T08:08:00.338Z | [ recovery-image] Aug 06 08:07:59.035 INFO O| Aug 06 08:07:59.035 INFO O| Planning: Merging actions ... Done |
3520 | 2024-08-06T08:08:00.369Z | [ recovery-image] Aug 06 08:07:59.068 INFO O| Aug 06 08:07:59.068 INFO O| Planning: Checking for conflicting actions ... Done |
3521 | 2024-08-06T08:08:00.371Z | [ recovery-image] Aug 06 08:07:59.068 INFO O| Aug 06 08:07:59.068 INFO O| Planning: Consolidating action changes ... Done |
3522 | 2024-08-06T08:08:00.493Z | [ recovery-image] Aug 06 08:07:59.192 INFO O| Aug 06 08:07:59.192 INFO O| Planning: Evaluating mediators ... Done |
3523 | 2024-08-06T08:08:00.495Z | [ recovery-image] Aug 06 08:07:59.192 INFO O| Aug 06 08:07:59.192 INFO O| Planning: Planning completed in 1.54 seconds |
3524 | 2024-08-06T08:08:00.495Z | [ recovery-image] Aug 06 08:07:59.194 INFO O| Aug 06 08:07:59.194 INFO O| Packages to install: 1 |
3525 | 2024-08-06T08:08:00.504Z | [ recovery-image] Aug 06 08:07:59.203 INFO O| Aug 06 08:07:59.203 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3526 | 2024-08-06T08:08:00.901Z | [ host-image] Aug 06 08:07:59.600 INFO O| Aug 06 08:07:59.600 INFO O| Done |
3527 | 2024-08-06T08:08:01.266Z | [ recovery-image] Aug 06 08:07:59.965 INFO O| Aug 06 08:07:59.965 INFO O| Download: Completed 20.86 MB in 0.76 seconds (27.4M/s) |
3528 | 2024-08-06T08:08:01.287Z | [ recovery-image] Aug 06 08:07:59.986 INFO O| Aug 06 08:07:59.986 INFO O| Actions: 1/22 actions (Installing new actions) |
3529 | 2024-08-06T08:08:01.463Z | [ host-image] Aug 06 08:08:00.161 INFO O| Aug 06 08:08:00.161 INFO O| Done |
3530 | 2024-08-06T08:08:01.650Z | [ host-image] Aug 06 08:08:00.349 INFO O| Aug 06 08:08:00.348 INFO STEP 11 (pkg_install) COMPLETE |
3531 | 2024-08-06T08:08:01.653Z | [ host-image] Aug 06 08:08:00.349 INFO O| Aug 06 08:08:00.349 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3532 | 2024-08-06T08:08:01.662Z | [ host-image] Aug 06 08:08:00.361 INFO O| Aug 06 08:08:00.361 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3533 | 2024-08-06T08:08:01.820Z | [ recovery-image] Aug 06 08:08:00.519 INFO O| Aug 06 08:08:00.519 INFO O| Actions: Completed 22 actions in 0.53 seconds. |
3534 | 2024-08-06T08:08:02.202Z | [ recovery-image] Aug 06 08:08:00.901 INFO O| Aug 06 08:08:00.901 INFO O| Done |
3535 | 2024-08-06T08:08:02.203Z | [ recovery-image] Aug 06 08:08:00.901 INFO O| Aug 06 08:08:00.901 INFO O| Done |
3536 | 2024-08-06T08:08:02.253Z | [ host-image] Aug 06 08:08:00.951 INFO O| Aug 06 08:08:00.951 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3537 | 2024-08-06T08:08:02.691Z | [ recovery-image] Aug 06 08:08:01.389 INFO O| Aug 06 08:08:01.389 INFO O| Done |
3538 | 2024-08-06T08:08:03.492Z | [ recovery-image] Aug 06 08:08:02.190 INFO O| Aug 06 08:08:02.190 INFO O| Done |
3539 | 2024-08-06T08:08:03.504Z | [ recovery-image] Aug 06 08:08:02.203 INFO O| Aug 06 08:08:02.203 INFO O| Done |
3540 | 2024-08-06T08:08:03.511Z | [ recovery-image] Aug 06 08:08:02.203 INFO O| Aug 06 08:08:02.203 INFO O| Done |
3541 | 2024-08-06T08:08:03.517Z | [ recovery-image] Aug 06 08:08:02.212 INFO O| Aug 06 08:08:02.212 INFO O| Done |
3542 | 2024-08-06T08:08:03.600Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO STEP 14 (pkg_install) COMPLETE |
3543 | 2024-08-06T08:08:03.600Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3544 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO skip step because feature "mfg" is not enabled |
3545 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3546 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO skip step because feature "compliance" is not enabled |
3547 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO skip step because feature "stress" is not enabled |
3549 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3550 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO skip step because feature "nfs" is not enabled |
3551 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3552 | 2024-08-06T08:08:03.603Z | [ recovery-image] Aug 06 08:08:02.299 INFO O| Aug 06 08:08:02.299 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3553 | 2024-08-06T08:08:03.672Z | [ recovery-image] Aug 06 08:08:02.370 INFO O| Aug 06 08:08:02.370 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3554 | 2024-08-06T08:08:03.744Z | [ recovery-image] Aug 06 08:08:02.442 INFO O| Aug 06 08:08:02.442 INFO completed processing gimlet/ramdisk-01-os |
3555 | 2024-08-06T08:08:03.747Z | [ recovery-image] Aug 06 08:08:02.444 INFO image builder template: ramdisk-02-trim... |
3556 | 2024-08-06T08:08:03.747Z | [ recovery-image] Aug 06 08:08:02.444 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/.tmpXrvusp/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 |
3557 | 2024-08-06T08:08:03.770Z | [ recovery-image] Aug 06 08:08:02.469 INFO O| Aug 06 08:08:02.469 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3558 | 2024-08-06T08:08:03.774Z | [ recovery-image] Aug 06 08:08:02.473 INFO O| Aug 06 08:08:02.473 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3559 | 2024-08-06T08:08:03.839Z | [ recovery-image] Aug 06 08:08:02.537 INFO O| Aug 06 08:08:02.537 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3560 | 2024-08-06T08:08:03.885Z | [ recovery-image] Aug 06 08:08:02.583 INFO O| Aug 06 08:08:02.583 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3561 | 2024-08-06T08:08:03.887Z | [ recovery-image] Aug 06 08:08:02.584 INFO O| Aug 06 08:08:02.584 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3562 | 2024-08-06T08:08:03.890Z | [ recovery-image] Aug 06 08:08:02.589 INFO O| Aug 06 08:08:02.589 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3563 | 2024-08-06T08:08:03.894Z | [ recovery-image] Aug 06 08:08:02.593 INFO O| Aug 06 08:08:02.593 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3564 | 2024-08-06T08:08:03.899Z | [ recovery-image] Aug 06 08:08:02.598 INFO O| Aug 06 08:08:02.598 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3565 | 2024-08-06T08:08:03.920Z | [ host-image] Aug 06 08:08:02.619 INFO O| Aug 06 08:08:02.618 INFO O| Planning: Solver setup ... Done |
3566 | 2024-08-06T08:08:03.924Z | [ host-image] Aug 06 08:08:02.622 INFO O| Aug 06 08:08:02.622 INFO O| Planning: Running solver ... Done |
3567 | 2024-08-06T08:08:03.962Z | [ host-image] Aug 06 08:08:02.661 INFO O| Aug 06 08:08:02.661 INFO O| Planning: Finding local manifests ... Done |
3568 | 2024-08-06T08:08:03.970Z | [ host-image] Aug 06 08:08:02.662 INFO O| Aug 06 08:08:02.662 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3569 | 2024-08-06T08:08:04.043Z | [ recovery-image] Aug 06 08:08:02.740 INFO O| Aug 06 08:08:02.740 INFO rolled back to input snapshot; work may begin |
3570 | 2024-08-06T08:08:04.043Z | [ recovery-image] Aug 06 08:08:02.740 INFO O| Aug 06 08:08:02.740 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3571 | 2024-08-06T08:08:04.048Z | [ recovery-image] Aug 06 08:08:02.746 INFO O| Aug 06 08:08:02.745 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3572 | 2024-08-06T08:08:04.057Z | [ recovery-image] Aug 06 08:08:02.755 INFO O| Aug 06 08:08:02.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3573 | 2024-08-06T08:08:04.097Z | [ recovery-image] Aug 06 08:08:02.795 INFO O| Aug 06 08:08:02.795 INFO STEP 0 (remove_files) COMPLETE |
3574 | 2024-08-06T08:08:04.097Z | [ recovery-image] Aug 06 08:08:02.795 INFO O| Aug 06 08:08:02.795 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3575 | 2024-08-06T08:08:04.107Z | [ recovery-image] Aug 06 08:08:02.806 INFO O| Aug 06 08:08:02.806 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3576 | 2024-08-06T08:08:04.110Z | [ recovery-image] Aug 06 08:08:02.807 INFO O| Aug 06 08:08:02.807 INFO STEP 1 (remove_files) COMPLETE |
3577 | 2024-08-06T08:08:04.110Z | [ recovery-image] Aug 06 08:08:02.807 INFO O| Aug 06 08:08:02.807 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3578 | 2024-08-06T08:08:04.118Z | [ recovery-image] Aug 06 08:08:02.817 INFO O| Aug 06 08:08:02.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3579 | 2024-08-06T08:08:04.130Z | [ recovery-image] Aug 06 08:08:02.828 INFO O| Aug 06 08:08:02.828 INFO STEP 2 (remove_files) COMPLETE |
3580 | 2024-08-06T08:08:04.130Z | [ recovery-image] Aug 06 08:08:02.828 INFO O| Aug 06 08:08:02.828 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3581 | 2024-08-06T08:08:04.139Z | [ recovery-image] Aug 06 08:08:02.838 INFO O| Aug 06 08:08:02.838 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3582 | 2024-08-06T08:08:04.142Z | [ recovery-image] Aug 06 08:08:02.839 INFO O| Aug 06 08:08:02.839 INFO STEP 3 (remove_files) COMPLETE |
3583 | 2024-08-06T08:08:04.142Z | [ recovery-image] Aug 06 08:08:02.839 INFO O| Aug 06 08:08:02.839 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3584 | 2024-08-06T08:08:04.150Z | [ recovery-image] Aug 06 08:08:02.848 INFO O| Aug 06 08:08:02.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3585 | 2024-08-06T08:08:04.153Z | [ recovery-image] Aug 06 08:08:02.852 INFO O| Aug 06 08:08:02.852 INFO STEP 4 (remove_files) COMPLETE |
3586 | 2024-08-06T08:08:04.153Z | [ recovery-image] Aug 06 08:08:02.852 INFO O| Aug 06 08:08:02.852 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3587 | 2024-08-06T08:08:04.163Z | [ recovery-image] Aug 06 08:08:02.861 INFO O| Aug 06 08:08:02.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3588 | 2024-08-06T08:08:04.165Z | [ recovery-image] Aug 06 08:08:02.861 INFO O| Aug 06 08:08:02.861 INFO STEP 5 (remove_files) COMPLETE |
3589 | 2024-08-06T08:08:04.165Z | [ recovery-image] Aug 06 08:08:02.861 INFO O| Aug 06 08:08:02.861 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3590 | 2024-08-06T08:08:04.172Z | [ recovery-image] Aug 06 08:08:02.870 INFO O| Aug 06 08:08:02.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3591 | 2024-08-06T08:08:04.181Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO STEP 6 (remove_files) COMPLETE |
3592 | 2024-08-06T08:08:04.181Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3593 | 2024-08-06T08:08:04.181Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO skip step because feature "recovery" is enabled |
3594 | 2024-08-06T08:08:04.184Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3595 | 2024-08-06T08:08:04.184Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO skip step because feature "recovery" is enabled |
3596 | 2024-08-06T08:08:04.184Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3597 | 2024-08-06T08:08:04.184Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO skip step because feature "recovery" is enabled |
3598 | 2024-08-06T08:08:04.184Z | [ recovery-image] Aug 06 08:08:02.880 INFO O| Aug 06 08:08:02.880 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3599 | 2024-08-06T08:08:04.191Z | [ recovery-image] Aug 06 08:08:02.889 INFO O| Aug 06 08:08:02.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3600 | 2024-08-06T08:08:04.194Z | [ recovery-image] Aug 06 08:08:02.893 INFO O| Aug 06 08:08:02.892 INFO STEP 10 (remove_files) COMPLETE |
3601 | 2024-08-06T08:08:04.196Z | [ recovery-image] Aug 06 08:08:02.893 INFO O| Aug 06 08:08:02.893 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3602 | 2024-08-06T08:08:04.204Z | [ recovery-image] Aug 06 08:08:02.902 INFO O| Aug 06 08:08:02.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3603 | 2024-08-06T08:08:04.207Z | [ recovery-image] Aug 06 08:08:02.903 INFO O| Aug 06 08:08:02.903 INFO STEP 11 (remove_files) COMPLETE |
3604 | 2024-08-06T08:08:04.207Z | [ recovery-image] Aug 06 08:08:02.903 INFO O| Aug 06 08:08:02.903 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3605 | 2024-08-06T08:08:04.214Z | [ recovery-image] Aug 06 08:08:02.912 INFO O| Aug 06 08:08:02.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3606 | 2024-08-06T08:08:04.216Z | [ recovery-image] Aug 06 08:08:02.914 INFO O| Aug 06 08:08:02.914 INFO STEP 12 (remove_files) COMPLETE |
3607 | 2024-08-06T08:08:04.216Z | [ recovery-image] Aug 06 08:08:02.914 INFO O| Aug 06 08:08:02.914 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3608 | 2024-08-06T08:08:04.232Z | [ recovery-image] Aug 06 08:08:02.931 INFO O| Aug 06 08:08:02.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3609 | 2024-08-06T08:08:04.365Z | [ recovery-image] Aug 06 08:08:03.063 INFO O| Aug 06 08:08:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3610 | 2024-08-06T08:08:04.372Z | [ recovery-image] Aug 06 08:08:03.071 INFO O| Aug 06 08:08:03.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3611 | 2024-08-06T08:08:04.377Z | [ recovery-image] Aug 06 08:08:03.076 INFO O| Aug 06 08:08:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3612 | 2024-08-06T08:08:04.421Z | [ recovery-image] Aug 06 08:08:03.119 INFO O| Aug 06 08:08:03.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3613 | 2024-08-06T08:08:04.463Z | [ recovery-image] Aug 06 08:08:03.160 INFO O| Aug 06 08:08:03.160 INFO STEP 13 (remove_files) COMPLETE |
3614 | 2024-08-06T08:08:04.463Z | [ recovery-image] Aug 06 08:08:03.160 INFO O| Aug 06 08:08:03.160 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3615 | 2024-08-06T08:08:04.474Z | [ recovery-image] Aug 06 08:08:03.172 INFO O| Aug 06 08:08:03.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3616 | 2024-08-06T08:08:04.476Z | [ recovery-image] Aug 06 08:08:03.173 INFO O| Aug 06 08:08:03.173 INFO STEP 14 (remove_files) COMPLETE |
3617 | 2024-08-06T08:08:04.476Z | [ recovery-image] Aug 06 08:08:03.173 INFO O| Aug 06 08:08:03.173 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3618 | 2024-08-06T08:08:04.485Z | [ recovery-image] Aug 06 08:08:03.183 INFO O| Aug 06 08:08:03.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3619 | 2024-08-06T08:08:04.490Z | [ recovery-image] Aug 06 08:08:03.189 INFO O| Aug 06 08:08:03.189 INFO STEP 15 (remove_files) COMPLETE |
3620 | 2024-08-06T08:08:04.493Z | [ recovery-image] Aug 06 08:08:03.189 INFO O| Aug 06 08:08:03.189 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3621 | 2024-08-06T08:08:04.500Z | [ recovery-image] Aug 06 08:08:03.199 INFO O| Aug 06 08:08:03.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3622 | 2024-08-06T08:08:04.503Z | [ recovery-image] Aug 06 08:08:03.199 INFO O| Aug 06 08:08:03.199 INFO STEP 16 (remove_files) COMPLETE |
3623 | 2024-08-06T08:08:04.503Z | [ recovery-image] Aug 06 08:08:03.199 INFO O| Aug 06 08:08:03.199 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3624 | 2024-08-06T08:08:04.510Z | [ recovery-image] Aug 06 08:08:03.208 INFO O| Aug 06 08:08:03.208 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3625 | 2024-08-06T08:08:04.513Z | [ recovery-image] Aug 06 08:08:03.210 INFO O| Aug 06 08:08:03.210 INFO STEP 17 (remove_files) COMPLETE |
3626 | 2024-08-06T08:08:04.513Z | [ recovery-image] Aug 06 08:08:03.210 INFO O| Aug 06 08:08:03.210 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3627 | 2024-08-06T08:08:04.520Z | [ recovery-image] Aug 06 08:08:03.219 INFO O| Aug 06 08:08:03.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3628 | 2024-08-06T08:08:04.520Z | [ recovery-image] Aug 06 08:08:03.219 INFO O| Aug 06 08:08:03.219 INFO STEP 18 (remove_files) COMPLETE |
3629 | 2024-08-06T08:08:04.523Z | [ recovery-image] Aug 06 08:08:03.219 INFO O| Aug 06 08:08:03.219 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3630 | 2024-08-06T08:08:04.531Z | [ recovery-image] Aug 06 08:08:03.228 INFO O| Aug 06 08:08:03.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3631 | 2024-08-06T08:08:04.534Z | [ recovery-image] Aug 06 08:08:03.228 INFO O| Aug 06 08:08:03.228 INFO STEP 19 (remove_files) COMPLETE |
3632 | 2024-08-06T08:08:04.534Z | [ recovery-image] Aug 06 08:08:03.228 INFO O| Aug 06 08:08:03.228 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3633 | 2024-08-06T08:08:04.539Z | [ recovery-image] Aug 06 08:08:03.237 INFO O| Aug 06 08:08:03.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3634 | 2024-08-06T08:08:04.539Z | [ recovery-image] Aug 06 08:08:03.237 INFO O| Aug 06 08:08:03.237 INFO STEP 20 (remove_files) COMPLETE |
3635 | 2024-08-06T08:08:04.544Z | [ recovery-image] Aug 06 08:08:03.238 INFO O| Aug 06 08:08:03.237 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3636 | 2024-08-06T08:08:04.548Z | [ recovery-image] Aug 06 08:08:03.247 INFO O| Aug 06 08:08:03.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3637 | 2024-08-06T08:08:04.551Z | [ recovery-image] Aug 06 08:08:03.247 INFO O| Aug 06 08:08:03.247 INFO STEP 21 (remove_files) COMPLETE |
3638 | 2024-08-06T08:08:04.551Z | [ recovery-image] Aug 06 08:08:03.247 INFO O| Aug 06 08:08:03.247 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3639 | 2024-08-06T08:08:04.557Z | [ recovery-image] Aug 06 08:08:03.256 INFO O| Aug 06 08:08:03.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3640 | 2024-08-06T08:08:04.557Z | [ recovery-image] Aug 06 08:08:03.256 INFO O| Aug 06 08:08:03.256 INFO STEP 22 (remove_files) COMPLETE |
3641 | 2024-08-06T08:08:04.560Z | [ recovery-image] Aug 06 08:08:03.256 INFO O| Aug 06 08:08:03.256 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-06T08:08:04.566Z | [ recovery-image] Aug 06 08:08:03.265 INFO O| Aug 06 08:08:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3643 | 2024-08-06T08:08:04.566Z | [ recovery-image] Aug 06 08:08:03.265 INFO O| Aug 06 08:08:03.265 INFO STEP 23 (remove_files) COMPLETE |
3644 | 2024-08-06T08:08:04.569Z | [ recovery-image] Aug 06 08:08:03.265 INFO O| Aug 06 08:08:03.265 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3645 | 2024-08-06T08:08:04.576Z | [ recovery-image] Aug 06 08:08:03.274 INFO O| Aug 06 08:08:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3646 | 2024-08-06T08:08:04.578Z | [ recovery-image] Aug 06 08:08:03.274 INFO O| Aug 06 08:08:03.274 INFO STEP 24 (remove_files) COMPLETE |
3647 | 2024-08-06T08:08:04.578Z | [ recovery-image] Aug 06 08:08:03.274 INFO O| Aug 06 08:08:03.274 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3648 | 2024-08-06T08:08:04.585Z | [ recovery-image] Aug 06 08:08:03.283 INFO O| Aug 06 08:08:03.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3649 | 2024-08-06T08:08:04.585Z | [ recovery-image] Aug 06 08:08:03.283 INFO O| Aug 06 08:08:03.283 INFO STEP 25 (remove_files) COMPLETE |
3650 | 2024-08-06T08:08:04.588Z | [ recovery-image] Aug 06 08:08:03.283 INFO O| Aug 06 08:08:03.283 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3651 | 2024-08-06T08:08:04.594Z | [ recovery-image] Aug 06 08:08:03.293 INFO O| Aug 06 08:08:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3652 | 2024-08-06T08:08:04.594Z | [ recovery-image] Aug 06 08:08:03.293 INFO O| Aug 06 08:08:03.293 INFO STEP 26 (remove_files) COMPLETE |
3653 | 2024-08-06T08:08:04.597Z | [ recovery-image] Aug 06 08:08:03.293 INFO O| Aug 06 08:08:03.293 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3654 | 2024-08-06T08:08:04.603Z | [ recovery-image] Aug 06 08:08:03.302 INFO O| Aug 06 08:08:03.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3655 | 2024-08-06T08:08:04.603Z | [ recovery-image] Aug 06 08:08:03.302 INFO O| Aug 06 08:08:03.302 INFO STEP 27 (remove_files) COMPLETE |
3656 | 2024-08-06T08:08:04.606Z | [ recovery-image] Aug 06 08:08:03.302 INFO O| Aug 06 08:08:03.302 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3657 | 2024-08-06T08:08:04.613Z | [ recovery-image] Aug 06 08:08:03.311 INFO O| Aug 06 08:08:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3658 | 2024-08-06T08:08:04.615Z | [ recovery-image] Aug 06 08:08:03.311 INFO O| Aug 06 08:08:03.311 INFO STEP 28 (remove_files) COMPLETE |
3659 | 2024-08-06T08:08:04.615Z | [ recovery-image] Aug 06 08:08:03.311 INFO O| Aug 06 08:08:03.311 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3660 | 2024-08-06T08:08:04.622Z | [ recovery-image] Aug 06 08:08:03.320 INFO O| Aug 06 08:08:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3661 | 2024-08-06T08:08:04.625Z | [ recovery-image] Aug 06 08:08:03.320 INFO O| Aug 06 08:08:03.320 INFO STEP 29 (remove_files) COMPLETE |
3662 | 2024-08-06T08:08:04.625Z | [ recovery-image] Aug 06 08:08:03.321 INFO O| Aug 06 08:08:03.320 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3663 | 2024-08-06T08:08:04.631Z | [ recovery-image] Aug 06 08:08:03.330 INFO O| Aug 06 08:08:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3664 | 2024-08-06T08:08:04.631Z | [ recovery-image] Aug 06 08:08:03.330 INFO O| Aug 06 08:08:03.330 INFO STEP 30 (remove_files) COMPLETE |
3665 | 2024-08-06T08:08:04.634Z | [ recovery-image] Aug 06 08:08:03.330 INFO O| Aug 06 08:08:03.330 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3666 | 2024-08-06T08:08:04.640Z | [ recovery-image] Aug 06 08:08:03.339 INFO O| Aug 06 08:08:03.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3667 | 2024-08-06T08:08:04.640Z | [ recovery-image] Aug 06 08:08:03.339 INFO O| Aug 06 08:08:03.339 INFO STEP 31 (remove_files) COMPLETE |
3668 | 2024-08-06T08:08:04.643Z | [ recovery-image] Aug 06 08:08:03.339 INFO O| Aug 06 08:08:03.339 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3669 | 2024-08-06T08:08:04.650Z | [ recovery-image] Aug 06 08:08:03.348 INFO O| Aug 06 08:08:03.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3670 | 2024-08-06T08:08:04.650Z | [ recovery-image] Aug 06 08:08:03.348 INFO O| Aug 06 08:08:03.348 INFO STEP 32 (remove_files) COMPLETE |
3671 | 2024-08-06T08:08:04.653Z | [ recovery-image] Aug 06 08:08:03.348 INFO O| Aug 06 08:08:03.348 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3672 | 2024-08-06T08:08:04.659Z | [ recovery-image] Aug 06 08:08:03.357 INFO O| Aug 06 08:08:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3673 | 2024-08-06T08:08:04.659Z | [ recovery-image] Aug 06 08:08:03.357 INFO O| Aug 06 08:08:03.357 INFO STEP 33 (remove_files) COMPLETE |
3674 | 2024-08-06T08:08:04.662Z | [ recovery-image] Aug 06 08:08:03.357 INFO O| Aug 06 08:08:03.357 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3675 | 2024-08-06T08:08:04.668Z | [ recovery-image] Aug 06 08:08:03.366 INFO O| Aug 06 08:08:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3676 | 2024-08-06T08:08:04.668Z | [ recovery-image] Aug 06 08:08:03.366 INFO O| Aug 06 08:08:03.366 INFO STEP 34 (remove_files) COMPLETE |
3677 | 2024-08-06T08:08:04.671Z | [ recovery-image] Aug 06 08:08:03.367 INFO O| Aug 06 08:08:03.366 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3678 | 2024-08-06T08:08:04.677Z | [ recovery-image] Aug 06 08:08:03.376 INFO O| Aug 06 08:08:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3679 | 2024-08-06T08:08:04.677Z | [ recovery-image] Aug 06 08:08:03.376 INFO O| Aug 06 08:08:03.376 INFO STEP 35 (remove_files) COMPLETE |
3680 | 2024-08-06T08:08:04.680Z | [ recovery-image] Aug 06 08:08:03.376 INFO O| Aug 06 08:08:03.376 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3681 | 2024-08-06T08:08:04.687Z | [ recovery-image] Aug 06 08:08:03.385 INFO O| Aug 06 08:08:03.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3682 | 2024-08-06T08:08:04.687Z | [ recovery-image] Aug 06 08:08:03.385 INFO O| Aug 06 08:08:03.385 INFO STEP 36 (remove_files) COMPLETE |
3683 | 2024-08-06T08:08:04.693Z | [ recovery-image] Aug 06 08:08:03.385 INFO O| Aug 06 08:08:03.385 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3684 | 2024-08-06T08:08:04.696Z | [ recovery-image] Aug 06 08:08:03.394 INFO O| Aug 06 08:08:03.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3685 | 2024-08-06T08:08:04.696Z | [ recovery-image] Aug 06 08:08:03.394 INFO O| Aug 06 08:08:03.394 INFO STEP 37 (remove_files) COMPLETE |
3686 | 2024-08-06T08:08:04.696Z | [ recovery-image] Aug 06 08:08:03.394 INFO O| Aug 06 08:08:03.394 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3687 | 2024-08-06T08:08:04.705Z | [ recovery-image] Aug 06 08:08:03.403 INFO O| Aug 06 08:08:03.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3688 | 2024-08-06T08:08:04.705Z | [ recovery-image] Aug 06 08:08:03.403 INFO O| Aug 06 08:08:03.403 INFO STEP 38 (remove_files) COMPLETE |
3689 | 2024-08-06T08:08:04.705Z | [ recovery-image] Aug 06 08:08:03.403 INFO O| Aug 06 08:08:03.403 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3690 | 2024-08-06T08:08:04.714Z | [ recovery-image] Aug 06 08:08:03.412 INFO O| Aug 06 08:08:03.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3691 | 2024-08-06T08:08:04.714Z | [ recovery-image] Aug 06 08:08:03.412 INFO O| Aug 06 08:08:03.412 INFO STEP 39 (remove_files) COMPLETE |
3692 | 2024-08-06T08:08:04.714Z | [ recovery-image] Aug 06 08:08:03.412 INFO O| Aug 06 08:08:03.412 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3693 | 2024-08-06T08:08:04.723Z | [ recovery-image] Aug 06 08:08:03.421 INFO O| Aug 06 08:08:03.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3694 | 2024-08-06T08:08:04.723Z | [ recovery-image] Aug 06 08:08:03.421 INFO O| Aug 06 08:08:03.421 INFO STEP 40 (remove_files) COMPLETE |
3695 | 2024-08-06T08:08:04.726Z | [ recovery-image] Aug 06 08:08:03.421 INFO O| Aug 06 08:08:03.421 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3696 | 2024-08-06T08:08:04.732Z | [ recovery-image] Aug 06 08:08:03.430 INFO O| Aug 06 08:08:03.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3697 | 2024-08-06T08:08:04.732Z | [ recovery-image] Aug 06 08:08:03.431 INFO O| Aug 06 08:08:03.430 INFO STEP 41 (remove_files) COMPLETE |
3698 | 2024-08-06T08:08:04.735Z | [ recovery-image] Aug 06 08:08:03.431 INFO O| Aug 06 08:08:03.430 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3699 | 2024-08-06T08:08:04.741Z | [ recovery-image] Aug 06 08:08:03.439 INFO O| Aug 06 08:08:03.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3700 | 2024-08-06T08:08:04.741Z | [ recovery-image] Aug 06 08:08:03.440 INFO O| Aug 06 08:08:03.439 INFO STEP 42 (remove_files) COMPLETE |
3701 | 2024-08-06T08:08:04.744Z | [ recovery-image] Aug 06 08:08:03.440 INFO O| Aug 06 08:08:03.440 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3702 | 2024-08-06T08:08:04.750Z | [ recovery-image] Aug 06 08:08:03.449 INFO O| Aug 06 08:08:03.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3703 | 2024-08-06T08:08:04.750Z | [ recovery-image] Aug 06 08:08:03.449 INFO O| Aug 06 08:08:03.449 INFO STEP 43 (remove_files) COMPLETE |
3704 | 2024-08-06T08:08:04.750Z | [ recovery-image] Aug 06 08:08:03.449 INFO O| Aug 06 08:08:03.449 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-06T08:08:04.759Z | [ recovery-image] Aug 06 08:08:03.458 INFO O| Aug 06 08:08:03.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3706 | 2024-08-06T08:08:04.759Z | [ recovery-image] Aug 06 08:08:03.458 INFO O| Aug 06 08:08:03.458 INFO STEP 44 (remove_files) COMPLETE |
3707 | 2024-08-06T08:08:04.759Z | [ recovery-image] Aug 06 08:08:03.458 INFO O| Aug 06 08:08:03.458 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-06T08:08:04.769Z | [ recovery-image] Aug 06 08:08:03.467 INFO O| Aug 06 08:08:03.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3709 | 2024-08-06T08:08:04.772Z | [ recovery-image] Aug 06 08:08:03.467 INFO O| Aug 06 08:08:03.467 INFO STEP 45 (remove_files) COMPLETE |
3710 | 2024-08-06T08:08:04.772Z | [ recovery-image] Aug 06 08:08:03.467 INFO O| Aug 06 08:08:03.467 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-06T08:08:04.778Z | [ recovery-image] Aug 06 08:08:03.476 INFO O| Aug 06 08:08:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3712 | 2024-08-06T08:08:04.778Z | [ recovery-image] Aug 06 08:08:03.476 INFO O| Aug 06 08:08:03.476 INFO STEP 46 (remove_files) COMPLETE |
3713 | 2024-08-06T08:08:04.778Z | [ recovery-image] Aug 06 08:08:03.476 INFO O| Aug 06 08:08:03.476 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-06T08:08:04.787Z | [ recovery-image] Aug 06 08:08:03.485 INFO O| Aug 06 08:08:03.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3715 | 2024-08-06T08:08:04.787Z | [ recovery-image] Aug 06 08:08:03.485 INFO O| Aug 06 08:08:03.485 INFO STEP 47 (remove_files) COMPLETE |
3716 | 2024-08-06T08:08:04.787Z | [ recovery-image] Aug 06 08:08:03.485 INFO O| Aug 06 08:08:03.485 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-06T08:08:04.796Z | [ recovery-image] Aug 06 08:08:03.495 INFO O| Aug 06 08:08:03.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3718 | 2024-08-06T08:08:04.796Z | [ recovery-image] Aug 06 08:08:03.495 INFO O| Aug 06 08:08:03.495 INFO STEP 48 (remove_files) COMPLETE |
3719 | 2024-08-06T08:08:04.799Z | [ recovery-image] Aug 06 08:08:03.495 INFO O| Aug 06 08:08:03.495 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-06T08:08:04.805Z | [ recovery-image] Aug 06 08:08:03.504 INFO O| Aug 06 08:08:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3721 | 2024-08-06T08:08:04.805Z | [ recovery-image] Aug 06 08:08:03.504 INFO O| Aug 06 08:08:03.504 INFO STEP 49 (remove_files) COMPLETE |
3722 | 2024-08-06T08:08:04.808Z | [ recovery-image] Aug 06 08:08:03.504 INFO O| Aug 06 08:08:03.504 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-06T08:08:04.814Z | [ recovery-image] Aug 06 08:08:03.513 INFO O| Aug 06 08:08:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3724 | 2024-08-06T08:08:04.817Z | [ recovery-image] Aug 06 08:08:03.513 INFO O| Aug 06 08:08:03.513 INFO STEP 50 (remove_files) COMPLETE |
3725 | 2024-08-06T08:08:04.817Z | [ recovery-image] Aug 06 08:08:03.513 INFO O| Aug 06 08:08:03.513 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-06T08:08:04.824Z | [ recovery-image] Aug 06 08:08:03.522 INFO O| Aug 06 08:08:03.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3727 | 2024-08-06T08:08:04.824Z | [ recovery-image] Aug 06 08:08:03.522 INFO O| Aug 06 08:08:03.522 INFO STEP 51 (remove_files) COMPLETE |
3728 | 2024-08-06T08:08:04.826Z | [ recovery-image] Aug 06 08:08:03.522 INFO O| Aug 06 08:08:03.522 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-06T08:08:04.833Z | [ recovery-image] Aug 06 08:08:03.531 INFO O| Aug 06 08:08:03.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3730 | 2024-08-06T08:08:04.833Z | [ recovery-image] Aug 06 08:08:03.532 INFO O| Aug 06 08:08:03.531 INFO STEP 52 (remove_files) COMPLETE |
3731 | 2024-08-06T08:08:04.836Z | [ recovery-image] Aug 06 08:08:03.532 INFO O| Aug 06 08:08:03.532 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-06T08:08:04.842Z | [ recovery-image] Aug 06 08:08:03.541 INFO O| Aug 06 08:08:03.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3733 | 2024-08-06T08:08:04.845Z | [ recovery-image] Aug 06 08:08:03.541 INFO O| Aug 06 08:08:03.541 INFO STEP 53 (remove_files) COMPLETE |
3734 | 2024-08-06T08:08:04.845Z | [ recovery-image] Aug 06 08:08:03.541 INFO O| Aug 06 08:08:03.541 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-06T08:08:04.851Z | [ recovery-image] Aug 06 08:08:03.550 INFO O| Aug 06 08:08:03.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3736 | 2024-08-06T08:08:04.851Z | [ recovery-image] Aug 06 08:08:03.550 INFO O| Aug 06 08:08:03.550 INFO STEP 54 (remove_files) COMPLETE |
3737 | 2024-08-06T08:08:04.851Z | [ recovery-image] Aug 06 08:08:03.550 INFO O| Aug 06 08:08:03.550 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-06T08:08:04.861Z | [ recovery-image] Aug 06 08:08:03.559 INFO O| Aug 06 08:08:03.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3739 | 2024-08-06T08:08:04.863Z | [ recovery-image] Aug 06 08:08:03.559 INFO O| Aug 06 08:08:03.559 INFO STEP 55 (remove_files) COMPLETE |
3740 | 2024-08-06T08:08:04.863Z | [ recovery-image] Aug 06 08:08:03.559 INFO O| Aug 06 08:08:03.559 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3741 | 2024-08-06T08:08:04.870Z | [ recovery-image] Aug 06 08:08:03.568 INFO O| Aug 06 08:08:03.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3742 | 2024-08-06T08:08:04.870Z | [ recovery-image] Aug 06 08:08:03.568 INFO O| Aug 06 08:08:03.568 INFO STEP 56 (remove_files) COMPLETE |
3743 | 2024-08-06T08:08:04.870Z | [ recovery-image] Aug 06 08:08:03.568 INFO O| Aug 06 08:08:03.568 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-06T08:08:04.879Z | [ recovery-image] Aug 06 08:08:03.577 INFO O| Aug 06 08:08:03.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3745 | 2024-08-06T08:08:04.879Z | [ recovery-image] Aug 06 08:08:03.577 INFO O| Aug 06 08:08:03.577 INFO STEP 57 (remove_files) COMPLETE |
3746 | 2024-08-06T08:08:04.879Z | [ recovery-image] Aug 06 08:08:03.577 INFO O| Aug 06 08:08:03.577 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3747 | 2024-08-06T08:08:04.888Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3748 | 2024-08-06T08:08:04.888Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3749 | 2024-08-06T08:08:04.891Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3750 | 2024-08-06T08:08:04.891Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3751 | 2024-08-06T08:08:04.891Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3752 | 2024-08-06T08:08:04.891Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3753 | 2024-08-06T08:08:04.891Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO ok! |
3754 | 2024-08-06T08:08:04.891Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO STEP 58 (ensure_file) COMPLETE |
3755 | 2024-08-06T08:08:04.891Z | [ recovery-image] Aug 06 08:08:03.587 INFO O| Aug 06 08:08:03.587 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3756 | 2024-08-06T08:08:04.898Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.596 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3757 | 2024-08-06T08:08:04.898Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3758 | 2024-08-06T08:08:04.901Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3759 | 2024-08-06T08:08:04.901Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3760 | 2024-08-06T08:08:04.901Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3761 | 2024-08-06T08:08:04.901Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3762 | 2024-08-06T08:08:04.901Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO ok! |
3763 | 2024-08-06T08:08:04.901Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO STEP 59 (ensure_file) COMPLETE |
3764 | 2024-08-06T08:08:04.901Z | [ recovery-image] Aug 06 08:08:03.597 INFO O| Aug 06 08:08:03.597 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3765 | 2024-08-06T08:08:04.907Z | [ recovery-image] Aug 06 08:08:03.606 INFO O| Aug 06 08:08:03.606 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3766 | 2024-08-06T08:08:04.910Z | [ recovery-image] Aug 06 08:08:03.606 INFO O| Aug 06 08:08:03.606 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3767 | 2024-08-06T08:08:04.910Z | [ recovery-image] Aug 06 08:08:03.606 INFO O| Aug 06 08:08:03.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3768 | 2024-08-06T08:08:04.910Z | [ recovery-image] Aug 06 08:08:03.606 INFO O| Aug 06 08:08:03.606 INFO ok! |
3769 | 2024-08-06T08:08:04.910Z | [ recovery-image] Aug 06 08:08:03.606 INFO O| Aug 06 08:08:03.606 INFO STEP 60 (ensure_file) COMPLETE |
3770 | 2024-08-06T08:08:04.911Z | [ recovery-image] Aug 06 08:08:03.606 INFO O| Aug 06 08:08:03.606 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3771 | 2024-08-06T08:08:04.917Z | [ recovery-image] Aug 06 08:08:03.615 INFO O| Aug 06 08:08:03.615 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3772 | 2024-08-06T08:08:04.917Z | [ recovery-image] Aug 06 08:08:03.615 INFO O| Aug 06 08:08:03.615 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3773 | 2024-08-06T08:08:04.920Z | [ recovery-image] Aug 06 08:08:03.616 INFO O| Aug 06 08:08:03.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3774 | 2024-08-06T08:08:04.920Z | [ recovery-image] Aug 06 08:08:03.616 INFO O| Aug 06 08:08:03.616 INFO ok! |
3775 | 2024-08-06T08:08:04.920Z | [ recovery-image] Aug 06 08:08:03.616 INFO O| Aug 06 08:08:03.616 INFO STEP 61 (ensure_file) COMPLETE |
3776 | 2024-08-06T08:08:04.920Z | [ recovery-image] Aug 06 08:08:03.616 INFO O| Aug 06 08:08:03.616 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3777 | 2024-08-06T08:08:04.926Z | [ recovery-image] Aug 06 08:08:03.625 INFO O| Aug 06 08:08:03.625 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3778 | 2024-08-06T08:08:04.926Z | [ recovery-image] Aug 06 08:08:03.625 INFO O| Aug 06 08:08:03.625 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3779 | 2024-08-06T08:08:04.929Z | [ recovery-image] Aug 06 08:08:03.625 INFO O| Aug 06 08:08:03.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3780 | 2024-08-06T08:08:04.929Z | [ recovery-image] Aug 06 08:08:03.625 INFO O| Aug 06 08:08:03.625 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3781 | 2024-08-06T08:08:04.929Z | [ recovery-image] Aug 06 08:08:03.625 INFO O| Aug 06 08:08:03.625 INFO ok! |
3782 | 2024-08-06T08:08:04.929Z | [ recovery-image] Aug 06 08:08:03.625 INFO O| Aug 06 08:08:03.625 INFO STEP 62 (ensure_file) COMPLETE |
3783 | 2024-08-06T08:08:04.929Z | [ recovery-image] Aug 06 08:08:03.625 INFO O| Aug 06 08:08:03.625 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3784 | 2024-08-06T08:08:04.936Z | [ recovery-image] Aug 06 08:08:03.635 INFO O| Aug 06 08:08:03.635 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3785 | 2024-08-06T08:08:04.936Z | [ recovery-image] Aug 06 08:08:03.635 INFO O| Aug 06 08:08:03.635 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3786 | 2024-08-06T08:08:04.939Z | [ recovery-image] Aug 06 08:08:03.635 INFO O| Aug 06 08:08:03.635 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3787 | 2024-08-06T08:08:04.939Z | [ recovery-image] Aug 06 08:08:03.635 INFO O| Aug 06 08:08:03.635 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3788 | 2024-08-06T08:08:04.939Z | [ recovery-image] Aug 06 08:08:03.635 INFO O| Aug 06 08:08:03.635 INFO ok! |
3789 | 2024-08-06T08:08:04.939Z | [ recovery-image] Aug 06 08:08:03.635 INFO O| Aug 06 08:08:03.635 INFO STEP 63 (ensure_file) COMPLETE |
3790 | 2024-08-06T08:08:04.939Z | [ recovery-image] Aug 06 08:08:03.635 INFO O| Aug 06 08:08:03.635 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3791 | 2024-08-06T08:08:04.946Z | [ recovery-image] Aug 06 08:08:03.644 INFO O| Aug 06 08:08:03.644 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
3792 | 2024-08-06T08:08:04.946Z | [ recovery-image] Aug 06 08:08:03.644 INFO O| Aug 06 08:08:03.644 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ... |
3793 | 2024-08-06T08:08:04.948Z | [ recovery-image] Aug 06 08:08:03.644 INFO O| Aug 06 08:08:03.644 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3794 | 2024-08-06T08:08:04.948Z | [ recovery-image] Aug 06 08:08:03.644 INFO O| Aug 06 08:08:03.644 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3795 | 2024-08-06T08:08:04.949Z | [ recovery-image] Aug 06 08:08:03.644 INFO O| Aug 06 08:08:03.644 INFO ok! |
3796 | 2024-08-06T08:08:04.949Z | [ recovery-image] Aug 06 08:08:03.644 INFO O| Aug 06 08:08:03.644 INFO STEP 64 (ensure_file) COMPLETE |
3797 | 2024-08-06T08:08:04.949Z | [ recovery-image] Aug 06 08:08:03.644 INFO O| Aug 06 08:08:03.644 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3798 | 2024-08-06T08:08:04.955Z | [ recovery-image] Aug 06 08:08:03.653 INFO O| Aug 06 08:08:03.653 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3799 | 2024-08-06T08:08:04.955Z | [ recovery-image] Aug 06 08:08:03.653 INFO O| Aug 06 08:08:03.653 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3800 | 2024-08-06T08:08:04.958Z | [ recovery-image] Aug 06 08:08:03.654 INFO O| Aug 06 08:08:03.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3801 | 2024-08-06T08:08:04.958Z | [ recovery-image] Aug 06 08:08:03.654 INFO O| Aug 06 08:08:03.654 INFO ok! |
3802 | 2024-08-06T08:08:04.958Z | [ recovery-image] Aug 06 08:08:03.654 INFO O| Aug 06 08:08:03.654 INFO STEP 65 (assemble_files) COMPLETE |
3803 | 2024-08-06T08:08:04.958Z | [ recovery-image] Aug 06 08:08:03.654 INFO O| Aug 06 08:08:03.654 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3804 | 2024-08-06T08:08:04.965Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3805 | 2024-08-06T08:08:04.965Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3806 | 2024-08-06T08:08:04.967Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3807 | 2024-08-06T08:08:04.967Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3808 | 2024-08-06T08:08:04.967Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO ok! |
3809 | 2024-08-06T08:08:04.967Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO STEP 66 (ensure_file) COMPLETE |
3810 | 2024-08-06T08:08:04.967Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3811 | 2024-08-06T08:08:04.968Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO skip step because feature "omicron1" is not enabled |
3812 | 2024-08-06T08:08:04.968Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3813 | 2024-08-06T08:08:04.968Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO skip step because feature "omicron1" is not enabled |
3814 | 2024-08-06T08:08:04.968Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3815 | 2024-08-06T08:08:04.968Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO skip step because feature "omicron1" is not enabled |
3816 | 2024-08-06T08:08:04.968Z | [ recovery-image] Aug 06 08:08:03.663 INFO O| Aug 06 08:08:03.663 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3817 | 2024-08-06T08:08:04.980Z | [ recovery-image] Aug 06 08:08:03.677 INFO O| Aug 06 08:08:03.677 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3818 | 2024-08-06T08:08:04.980Z | [ recovery-image] Aug 06 08:08:03.677 INFO O| Aug 06 08:08:03.677 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3819 | 2024-08-06T08:08:05.286Z | [ host-image] Aug 06 08:08:03.985 INFO O| Aug 06 08:08:03.984 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3820 | 2024-08-06T08:08:05.308Z | [ host-image] Aug 06 08:08:04.007 INFO O| Aug 06 08:08:04.007 INFO O| Planning: Package planning ... Done |
3821 | 2024-08-06T08:08:05.311Z | [ host-image] Aug 06 08:08:04.010 INFO O| Aug 06 08:08:04.010 INFO O| Planning: Merging actions ... Done |
3822 | 2024-08-06T08:08:05.390Z | [ host-image] Aug 06 08:08:04.088 INFO O| Aug 06 08:08:04.088 INFO O| Planning: Checking for conflicting actions ... Done |
3823 | 2024-08-06T08:08:05.393Z | [ host-image] Aug 06 08:08:04.089 INFO O| Aug 06 08:08:04.089 INFO O| Planning: Consolidating action changes ... Done |
3824 | 2024-08-06T08:08:05.636Z | [ host-image] Aug 06 08:08:04.334 INFO O| Aug 06 08:08:04.334 INFO O| Planning: Evaluating mediators ... Done |
3825 | 2024-08-06T08:08:05.640Z | [ host-image] Aug 06 08:08:04.336 INFO O| Aug 06 08:08:04.336 INFO O| Planning: Planning completed in 3.38 seconds |
3826 | 2024-08-06T08:08:05.640Z | [ host-image] Aug 06 08:08:04.337 INFO O| Aug 06 08:08:04.337 INFO O| Packages to install: 4 |
3827 | 2024-08-06T08:08:05.640Z | [ host-image] Aug 06 08:08:04.337 INFO O| Aug 06 08:08:04.337 INFO O| Services to change: 2 |
3828 | 2024-08-06T08:08:05.649Z | [ host-image] Aug 06 08:08:04.348 INFO O| Aug 06 08:08:04.348 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3829 | 2024-08-06T08:08:06.356Z | [ host-image] Aug 06 08:08:05.054 INFO O| Aug 06 08:08:05.054 INFO O| Download: Completed 1.39 MB in 0.71 seconds (2.0M/s) |
3830 | 2024-08-06T08:08:06.380Z | [ host-image] Aug 06 08:08:05.078 INFO O| Aug 06 08:08:05.078 INFO O| Actions: 1/238 actions (Installing new actions) |
3831 | 2024-08-06T08:08:06.479Z | [ recovery-image] Aug 06 08:08:05.176 INFO O| Aug 06 08:08:05.176 INFO STEP 70 (pack_tar) COMPLETE |
3832 | 2024-08-06T08:08:06.479Z | [ recovery-image] Aug 06 08:08:05.176 INFO O| Aug 06 08:08:05.176 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3833 | 2024-08-06T08:08:06.484Z | [ recovery-image] Aug 06 08:08:05.176 INFO O| Aug 06 08:08:05.176 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3834 | 2024-08-06T08:08:06.505Z | [ host-image] Aug 06 08:08:05.195 INFO O| Aug 06 08:08:05.193 INFO O| Actions: Completed 238 actions in 0.11 seconds. |
3835 | 2024-08-06T08:08:06.797Z | [ host-image] Aug 06 08:08:05.495 INFO O| Aug 06 08:08:05.495 INFO O| Done |
3836 | 2024-08-06T08:08:06.797Z | [ host-image] Aug 06 08:08:05.495 INFO O| Aug 06 08:08:05.495 INFO O| Done |
3837 | 2024-08-06T08:08:06.999Z | [ recovery-image] Aug 06 08:08:05.697 INFO O| Aug 06 08:08:05.697 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3838 | 2024-08-06T08:08:07.165Z | [ recovery-image] Aug 06 08:08:05.863 INFO O| Aug 06 08:08:05.863 INFO completed processing gimlet/ramdisk-02-trim |
3839 | 2024-08-06T08:08:07.168Z | [ recovery-image] Aug 06 08:08:05.865 INFO image builder template: ramdisk-03-recovery-trim... |
3840 | 2024-08-06T08:08:07.168Z | [ recovery-image] Aug 06 08:08:05.865 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/.tmpXrvusp/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 |
3841 | 2024-08-06T08:08:07.174Z | [ host-image] Aug 06 08:08:05.872 INFO O| Aug 06 08:08:05.872 INFO O| Done |
3842 | 2024-08-06T08:08:07.235Z | [ recovery-image] Aug 06 08:08:05.933 INFO O| Aug 06 08:08:05.933 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3843 | 2024-08-06T08:08:07.240Z | [ recovery-image] Aug 06 08:08:05.938 INFO O| Aug 06 08:08:05.938 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3844 | 2024-08-06T08:08:07.308Z | [ recovery-image] Aug 06 08:08:06.005 INFO O| Aug 06 08:08:06.005 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3845 | 2024-08-06T08:08:07.361Z | [ recovery-image] Aug 06 08:08:06.059 INFO O| Aug 06 08:08:06.059 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3846 | 2024-08-06T08:08:07.364Z | [ recovery-image] Aug 06 08:08:06.059 INFO O| Aug 06 08:08:06.059 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3847 | 2024-08-06T08:08:07.370Z | [ recovery-image] Aug 06 08:08:06.068 INFO O| Aug 06 08:08:06.067 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3848 | 2024-08-06T08:08:07.374Z | [ recovery-image] Aug 06 08:08:06.072 INFO O| Aug 06 08:08:06.072 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3849 | 2024-08-06T08:08:07.378Z | [ recovery-image] Aug 06 08:08:06.077 INFO O| Aug 06 08:08:06.076 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3850 | 2024-08-06T08:08:07.581Z | [ recovery-image] Aug 06 08:08:06.278 INFO O| Aug 06 08:08:06.278 INFO rolled back to input snapshot; work may begin |
3851 | 2024-08-06T08:08:07.581Z | [ recovery-image] Aug 06 08:08:06.278 INFO O| Aug 06 08:08:06.278 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3852 | 2024-08-06T08:08:07.587Z | [ recovery-image] Aug 06 08:08:06.284 INFO O| Aug 06 08:08:06.284 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3853 | 2024-08-06T08:08:07.596Z | [ recovery-image] Aug 06 08:08:06.294 INFO O| Aug 06 08:08:06.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3854 | 2024-08-06T08:08:07.599Z | [ recovery-image] Aug 06 08:08:06.297 INFO O| Aug 06 08:08:06.297 INFO STEP 0 (remove_files) COMPLETE |
3855 | 2024-08-06T08:08:07.602Z | [ recovery-image] Aug 06 08:08:06.297 INFO O| Aug 06 08:08:06.297 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3856 | 2024-08-06T08:08:07.611Z | [ recovery-image] Aug 06 08:08:06.308 INFO O| Aug 06 08:08:06.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3857 | 2024-08-06T08:08:07.658Z | [ recovery-image] Aug 06 08:08:06.356 INFO O| Aug 06 08:08:06.356 INFO STEP 1 (remove_files) COMPLETE |
3858 | 2024-08-06T08:08:07.658Z | [ recovery-image] Aug 06 08:08:06.356 INFO O| Aug 06 08:08:06.356 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3859 | 2024-08-06T08:08:07.669Z | [ recovery-image] Aug 06 08:08:06.367 INFO O| Aug 06 08:08:06.367 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3860 | 2024-08-06T08:08:07.671Z | [ recovery-image] Aug 06 08:08:06.368 INFO O| Aug 06 08:08:06.368 INFO STEP 2 (remove_files) COMPLETE |
3861 | 2024-08-06T08:08:07.672Z | [ recovery-image] Aug 06 08:08:06.368 INFO O| Aug 06 08:08:06.368 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3862 | 2024-08-06T08:08:07.679Z | [ recovery-image] Aug 06 08:08:06.377 INFO O| Aug 06 08:08:06.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3863 | 2024-08-06T08:08:07.718Z | [ recovery-image] Aug 06 08:08:06.416 INFO O| Aug 06 08:08:06.416 INFO STEP 3 (remove_files) COMPLETE |
3864 | 2024-08-06T08:08:07.718Z | [ recovery-image] Aug 06 08:08:06.416 INFO O| Aug 06 08:08:06.416 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3865 | 2024-08-06T08:08:07.729Z | [ recovery-image] Aug 06 08:08:06.427 INFO O| Aug 06 08:08:06.427 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3866 | 2024-08-06T08:08:07.741Z | [ recovery-image] Aug 06 08:08:06.439 INFO O| Aug 06 08:08:06.439 INFO STEP 4 (remove_files) COMPLETE |
3867 | 2024-08-06T08:08:07.741Z | [ recovery-image] Aug 06 08:08:06.439 INFO O| Aug 06 08:08:06.439 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3868 | 2024-08-06T08:08:07.753Z | [ recovery-image] Aug 06 08:08:06.451 INFO O| Aug 06 08:08:06.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3869 | 2024-08-06T08:08:07.757Z | [ recovery-image] Aug 06 08:08:06.455 INFO O| Aug 06 08:08:06.455 INFO STEP 5 (remove_files) COMPLETE |
3870 | 2024-08-06T08:08:07.757Z | [ recovery-image] Aug 06 08:08:06.455 INFO O| Aug 06 08:08:06.455 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3871 | 2024-08-06T08:08:07.770Z | [ recovery-image] Aug 06 08:08:06.467 INFO O| Aug 06 08:08:06.467 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3872 | 2024-08-06T08:08:07.772Z | [ recovery-image] Aug 06 08:08:06.469 INFO O| Aug 06 08:08:06.469 INFO STEP 6 (remove_files) COMPLETE |
3873 | 2024-08-06T08:08:07.772Z | [ recovery-image] Aug 06 08:08:06.469 INFO O| Aug 06 08:08:06.469 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3874 | 2024-08-06T08:08:07.782Z | [ recovery-image] Aug 06 08:08:06.479 INFO O| Aug 06 08:08:06.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3875 | 2024-08-06T08:08:07.784Z | [ recovery-image] Aug 06 08:08:06.481 INFO O| Aug 06 08:08:06.481 INFO STEP 7 (remove_files) COMPLETE |
3876 | 2024-08-06T08:08:07.784Z | [ recovery-image] Aug 06 08:08:06.481 INFO O| Aug 06 08:08:06.481 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3877 | 2024-08-06T08:08:07.793Z | [ recovery-image] Aug 06 08:08:06.491 INFO O| Aug 06 08:08:06.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3878 | 2024-08-06T08:08:07.795Z | [ recovery-image] Aug 06 08:08:06.493 INFO O| Aug 06 08:08:06.493 INFO STEP 8 (remove_files) COMPLETE |
3879 | 2024-08-06T08:08:07.795Z | [ recovery-image] Aug 06 08:08:06.493 INFO O| Aug 06 08:08:06.493 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3880 | 2024-08-06T08:08:07.805Z | [ recovery-image] Aug 06 08:08:06.503 INFO O| Aug 06 08:08:06.503 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3881 | 2024-08-06T08:08:07.808Z | [ recovery-image] Aug 06 08:08:06.503 INFO O| Aug 06 08:08:06.503 INFO STEP 9 (remove_files) COMPLETE |
3882 | 2024-08-06T08:08:07.808Z | [ recovery-image] Aug 06 08:08:06.503 INFO O| Aug 06 08:08:06.503 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3883 | 2024-08-06T08:08:07.814Z | [ recovery-image] Aug 06 08:08:06.512 INFO O| Aug 06 08:08:06.512 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3884 | 2024-08-06T08:08:07.817Z | [ recovery-image] Aug 06 08:08:06.514 INFO O| Aug 06 08:08:06.514 INFO STEP 10 (remove_files) COMPLETE |
3885 | 2024-08-06T08:08:07.817Z | [ recovery-image] Aug 06 08:08:06.514 INFO O| Aug 06 08:08:06.514 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3886 | 2024-08-06T08:08:07.825Z | [ recovery-image] Aug 06 08:08:06.523 INFO O| Aug 06 08:08:06.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3887 | 2024-08-06T08:08:07.875Z | [ recovery-image] Aug 06 08:08:06.573 INFO O| Aug 06 08:08:06.573 INFO STEP 11 (remove_files) COMPLETE |
3888 | 2024-08-06T08:08:07.875Z | [ recovery-image] Aug 06 08:08:06.573 INFO O| Aug 06 08:08:06.573 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3889 | 2024-08-06T08:08:07.886Z | [ recovery-image] Aug 06 08:08:06.584 INFO O| Aug 06 08:08:06.584 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3890 | 2024-08-06T08:08:07.889Z | [ recovery-image] Aug 06 08:08:06.587 INFO O| Aug 06 08:08:06.587 INFO STEP 12 (remove_files) COMPLETE |
3891 | 2024-08-06T08:08:07.889Z | [ recovery-image] Aug 06 08:08:06.587 INFO O| Aug 06 08:08:06.587 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3892 | 2024-08-06T08:08:07.898Z | [ recovery-image] Aug 06 08:08:06.596 INFO O| Aug 06 08:08:06.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3893 | 2024-08-06T08:08:07.901Z | [ recovery-image] Aug 06 08:08:06.599 INFO O| Aug 06 08:08:06.599 INFO STEP 13 (remove_files) COMPLETE |
3894 | 2024-08-06T08:08:07.901Z | [ recovery-image] Aug 06 08:08:06.599 INFO O| Aug 06 08:08:06.599 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3895 | 2024-08-06T08:08:07.911Z | [ recovery-image] Aug 06 08:08:06.609 INFO O| Aug 06 08:08:06.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3896 | 2024-08-06T08:08:07.913Z | [ recovery-image] Aug 06 08:08:06.609 INFO O| Aug 06 08:08:06.609 INFO STEP 14 (remove_files) COMPLETE |
3897 | 2024-08-06T08:08:07.913Z | [ recovery-image] Aug 06 08:08:06.609 INFO O| Aug 06 08:08:06.609 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3898 | 2024-08-06T08:08:07.920Z | [ recovery-image] Aug 06 08:08:06.618 INFO O| Aug 06 08:08:06.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3899 | 2024-08-06T08:08:07.925Z | [ recovery-image] Aug 06 08:08:06.619 INFO O| Aug 06 08:08:06.619 INFO STEP 15 (remove_files) COMPLETE |
3900 | 2024-08-06T08:08:07.925Z | [ recovery-image] Aug 06 08:08:06.619 INFO O| Aug 06 08:08:06.619 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3901 | 2024-08-06T08:08:07.931Z | [ recovery-image] Aug 06 08:08:06.628 INFO O| Aug 06 08:08:06.628 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3902 | 2024-08-06T08:08:07.938Z | [ recovery-image] Aug 06 08:08:06.636 INFO O| Aug 06 08:08:06.636 INFO STEP 16 (remove_files) COMPLETE |
3903 | 2024-08-06T08:08:07.938Z | [ recovery-image] Aug 06 08:08:06.636 INFO O| Aug 06 08:08:06.636 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3904 | 2024-08-06T08:08:07.948Z | [ recovery-image] Aug 06 08:08:06.646 INFO O| Aug 06 08:08:06.646 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3905 | 2024-08-06T08:08:07.950Z | [ recovery-image] Aug 06 08:08:06.646 INFO O| Aug 06 08:08:06.646 INFO STEP 17 (remove_files) COMPLETE |
3906 | 2024-08-06T08:08:07.951Z | [ recovery-image] Aug 06 08:08:06.646 INFO O| Aug 06 08:08:06.646 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3907 | 2024-08-06T08:08:07.958Z | [ recovery-image] Aug 06 08:08:06.655 INFO O| Aug 06 08:08:06.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3908 | 2024-08-06T08:08:07.960Z | [ recovery-image] Aug 06 08:08:06.655 INFO O| Aug 06 08:08:06.655 INFO STEP 18 (remove_files) COMPLETE |
3909 | 2024-08-06T08:08:07.960Z | [ recovery-image] Aug 06 08:08:06.655 INFO O| Aug 06 08:08:06.655 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3910 | 2024-08-06T08:08:07.967Z | [ recovery-image] Aug 06 08:08:06.665 INFO O| Aug 06 08:08:06.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3911 | 2024-08-06T08:08:08.006Z | [ recovery-image] Aug 06 08:08:06.703 INFO O| Aug 06 08:08:06.703 INFO STEP 19 (remove_files) COMPLETE |
3912 | 2024-08-06T08:08:08.006Z | [ recovery-image] Aug 06 08:08:06.703 INFO O| Aug 06 08:08:06.703 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3913 | 2024-08-06T08:08:08.016Z | [ recovery-image] Aug 06 08:08:06.714 INFO O| Aug 06 08:08:06.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3914 | 2024-08-06T08:08:08.019Z | [ recovery-image] Aug 06 08:08:06.715 INFO O| Aug 06 08:08:06.715 INFO STEP 20 (remove_files) COMPLETE |
3915 | 2024-08-06T08:08:08.019Z | [ recovery-image] Aug 06 08:08:06.715 INFO O| Aug 06 08:08:06.715 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3916 | 2024-08-06T08:08:08.027Z | [ recovery-image] Aug 06 08:08:06.725 INFO O| Aug 06 08:08:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3917 | 2024-08-06T08:08:08.030Z | [ recovery-image] Aug 06 08:08:06.725 INFO O| Aug 06 08:08:06.725 INFO STEP 21 (remove_files) COMPLETE |
3918 | 2024-08-06T08:08:08.030Z | [ recovery-image] Aug 06 08:08:06.725 INFO O| Aug 06 08:08:06.725 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3919 | 2024-08-06T08:08:08.037Z | [ recovery-image] Aug 06 08:08:06.735 INFO O| Aug 06 08:08:06.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3920 | 2024-08-06T08:08:08.040Z | [ recovery-image] Aug 06 08:08:06.736 INFO O| Aug 06 08:08:06.736 INFO STEP 22 (remove_files) COMPLETE |
3921 | 2024-08-06T08:08:08.040Z | [ recovery-image] Aug 06 08:08:06.736 INFO O| Aug 06 08:08:06.736 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3922 | 2024-08-06T08:08:08.047Z | [ recovery-image] Aug 06 08:08:06.745 INFO O| Aug 06 08:08:06.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3923 | 2024-08-06T08:08:08.047Z | [ recovery-image] Aug 06 08:08:06.745 INFO O| Aug 06 08:08:06.745 INFO STEP 23 (remove_files) COMPLETE |
3924 | 2024-08-06T08:08:08.047Z | [ recovery-image] Aug 06 08:08:06.745 INFO O| Aug 06 08:08:06.745 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3925 | 2024-08-06T08:08:08.057Z | [ recovery-image] Aug 06 08:08:06.755 INFO O| Aug 06 08:08:06.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3926 | 2024-08-06T08:08:08.059Z | [ recovery-image] Aug 06 08:08:06.755 INFO O| Aug 06 08:08:06.755 INFO STEP 24 (remove_files) COMPLETE |
3927 | 2024-08-06T08:08:08.059Z | [ recovery-image] Aug 06 08:08:06.755 INFO O| Aug 06 08:08:06.755 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3928 | 2024-08-06T08:08:08.067Z | [ recovery-image] Aug 06 08:08:06.765 INFO O| Aug 06 08:08:06.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3929 | 2024-08-06T08:08:08.067Z | [ recovery-image] Aug 06 08:08:06.765 INFO O| Aug 06 08:08:06.765 INFO STEP 25 (remove_files) COMPLETE |
3930 | 2024-08-06T08:08:08.070Z | [ recovery-image] Aug 06 08:08:06.765 INFO O| Aug 06 08:08:06.765 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3931 | 2024-08-06T08:08:08.076Z | [ recovery-image] Aug 06 08:08:06.774 INFO O| Aug 06 08:08:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3932 | 2024-08-06T08:08:08.079Z | [ recovery-image] Aug 06 08:08:06.774 INFO O| Aug 06 08:08:06.774 INFO STEP 26 (remove_files) COMPLETE |
3933 | 2024-08-06T08:08:08.079Z | [ recovery-image] Aug 06 08:08:06.774 INFO O| Aug 06 08:08:06.774 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3934 | 2024-08-06T08:08:08.085Z | [ recovery-image] Aug 06 08:08:06.783 INFO O| Aug 06 08:08:06.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3935 | 2024-08-06T08:08:08.089Z | [ recovery-image] Aug 06 08:08:06.783 INFO O| Aug 06 08:08:06.783 INFO STEP 27 (remove_files) COMPLETE |
3936 | 2024-08-06T08:08:08.089Z | [ recovery-image] Aug 06 08:08:06.784 INFO O| Aug 06 08:08:06.783 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3937 | 2024-08-06T08:08:08.095Z | [ recovery-image] Aug 06 08:08:06.793 INFO O| Aug 06 08:08:06.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3938 | 2024-08-06T08:08:08.098Z | [ recovery-image] Aug 06 08:08:06.793 INFO O| Aug 06 08:08:06.793 INFO STEP 28 (remove_files) COMPLETE |
3939 | 2024-08-06T08:08:08.098Z | [ recovery-image] Aug 06 08:08:06.793 INFO O| Aug 06 08:08:06.793 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3940 | 2024-08-06T08:08:08.105Z | [ recovery-image] Aug 06 08:08:06.803 INFO O| Aug 06 08:08:06.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3941 | 2024-08-06T08:08:08.105Z | [ recovery-image] Aug 06 08:08:06.803 INFO O| Aug 06 08:08:06.803 INFO STEP 29 (remove_files) COMPLETE |
3942 | 2024-08-06T08:08:08.108Z | [ recovery-image] Aug 06 08:08:06.803 INFO O| Aug 06 08:08:06.803 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3943 | 2024-08-06T08:08:08.115Z | [ recovery-image] Aug 06 08:08:06.813 INFO O| Aug 06 08:08:06.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3944 | 2024-08-06T08:08:08.115Z | [ recovery-image] Aug 06 08:08:06.813 INFO O| Aug 06 08:08:06.813 INFO STEP 30 (remove_files) COMPLETE |
3945 | 2024-08-06T08:08:08.117Z | [ recovery-image] Aug 06 08:08:06.813 INFO O| Aug 06 08:08:06.813 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3946 | 2024-08-06T08:08:08.124Z | [ recovery-image] Aug 06 08:08:06.822 INFO O| Aug 06 08:08:06.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3947 | 2024-08-06T08:08:08.124Z | [ recovery-image] Aug 06 08:08:06.822 INFO O| Aug 06 08:08:06.822 INFO STEP 31 (remove_files) COMPLETE |
3948 | 2024-08-06T08:08:08.127Z | [ recovery-image] Aug 06 08:08:06.822 INFO O| Aug 06 08:08:06.822 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3949 | 2024-08-06T08:08:08.135Z | [ recovery-image] Aug 06 08:08:06.833 INFO O| Aug 06 08:08:06.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3950 | 2024-08-06T08:08:08.135Z | [ recovery-image] Aug 06 08:08:06.833 INFO O| Aug 06 08:08:06.833 INFO STEP 32 (remove_files) COMPLETE |
3951 | 2024-08-06T08:08:08.139Z | [ recovery-image] Aug 06 08:08:06.833 INFO O| Aug 06 08:08:06.833 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3952 | 2024-08-06T08:08:08.146Z | [ recovery-image] Aug 06 08:08:06.843 INFO O| Aug 06 08:08:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3953 | 2024-08-06T08:08:08.146Z | [ recovery-image] Aug 06 08:08:06.843 INFO O| Aug 06 08:08:06.843 INFO STEP 33 (remove_files) COMPLETE |
3954 | 2024-08-06T08:08:08.150Z | [ recovery-image] Aug 06 08:08:06.843 INFO O| Aug 06 08:08:06.843 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3955 | 2024-08-06T08:08:08.155Z | [ recovery-image] Aug 06 08:08:06.853 INFO O| Aug 06 08:08:06.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3956 | 2024-08-06T08:08:08.160Z | [ recovery-image] Aug 06 08:08:06.853 INFO O| Aug 06 08:08:06.853 INFO STEP 34 (remove_files) COMPLETE |
3957 | 2024-08-06T08:08:08.160Z | [ recovery-image] Aug 06 08:08:06.854 INFO O| Aug 06 08:08:06.853 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3958 | 2024-08-06T08:08:08.166Z | [ recovery-image] Aug 06 08:08:06.864 INFO O| Aug 06 08:08:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3959 | 2024-08-06T08:08:08.166Z | [ recovery-image] Aug 06 08:08:06.864 INFO O| Aug 06 08:08:06.864 INFO STEP 35 (remove_files) COMPLETE |
3960 | 2024-08-06T08:08:08.171Z | [ recovery-image] Aug 06 08:08:06.864 INFO O| Aug 06 08:08:06.864 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3961 | 2024-08-06T08:08:08.175Z | [ recovery-image] Aug 06 08:08:06.873 INFO O| Aug 06 08:08:06.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3962 | 2024-08-06T08:08:08.179Z | [ recovery-image] Aug 06 08:08:06.874 INFO O| Aug 06 08:08:06.874 INFO STEP 36 (remove_files) COMPLETE |
3963 | 2024-08-06T08:08:08.179Z | [ recovery-image] Aug 06 08:08:06.874 INFO O| Aug 06 08:08:06.874 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3964 | 2024-08-06T08:08:08.185Z | [ recovery-image] Aug 06 08:08:06.883 INFO O| Aug 06 08:08:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3965 | 2024-08-06T08:08:08.185Z | [ recovery-image] Aug 06 08:08:06.883 INFO O| Aug 06 08:08:06.883 INFO STEP 37 (remove_files) COMPLETE |
3966 | 2024-08-06T08:08:08.188Z | [ recovery-image] Aug 06 08:08:06.883 INFO O| Aug 06 08:08:06.883 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3967 | 2024-08-06T08:08:08.195Z | [ recovery-image] Aug 06 08:08:06.893 INFO O| Aug 06 08:08:06.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3968 | 2024-08-06T08:08:08.195Z | [ recovery-image] Aug 06 08:08:06.893 INFO O| Aug 06 08:08:06.893 INFO STEP 38 (remove_files) COMPLETE |
3969 | 2024-08-06T08:08:08.198Z | [ recovery-image] Aug 06 08:08:06.893 INFO O| Aug 06 08:08:06.893 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3970 | 2024-08-06T08:08:08.205Z | [ recovery-image] Aug 06 08:08:06.903 INFO O| Aug 06 08:08:06.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3971 | 2024-08-06T08:08:08.205Z | [ recovery-image] Aug 06 08:08:06.903 INFO O| Aug 06 08:08:06.903 INFO STEP 39 (remove_files) COMPLETE |
3972 | 2024-08-06T08:08:08.210Z | [ recovery-image] Aug 06 08:08:06.903 INFO O| Aug 06 08:08:06.903 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3973 | 2024-08-06T08:08:08.216Z | [ recovery-image] Aug 06 08:08:06.912 INFO O| Aug 06 08:08:06.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3974 | 2024-08-06T08:08:08.216Z | [ recovery-image] Aug 06 08:08:06.912 INFO O| Aug 06 08:08:06.912 INFO STEP 40 (remove_files) COMPLETE |
3975 | 2024-08-06T08:08:08.216Z | [ recovery-image] Aug 06 08:08:06.912 INFO O| Aug 06 08:08:06.912 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3976 | 2024-08-06T08:08:08.224Z | [ recovery-image] Aug 06 08:08:06.922 INFO O| Aug 06 08:08:06.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3977 | 2024-08-06T08:08:08.227Z | [ recovery-image] Aug 06 08:08:06.922 INFO O| Aug 06 08:08:06.922 INFO STEP 41 (remove_files) COMPLETE |
3978 | 2024-08-06T08:08:08.227Z | [ recovery-image] Aug 06 08:08:06.922 INFO O| Aug 06 08:08:06.922 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3979 | 2024-08-06T08:08:08.234Z | [ recovery-image] Aug 06 08:08:06.932 INFO O| Aug 06 08:08:06.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3980 | 2024-08-06T08:08:08.237Z | [ recovery-image] Aug 06 08:08:06.932 INFO O| Aug 06 08:08:06.932 INFO STEP 42 (remove_files) COMPLETE |
3981 | 2024-08-06T08:08:08.237Z | [ recovery-image] Aug 06 08:08:06.932 INFO O| Aug 06 08:08:06.932 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3982 | 2024-08-06T08:08:08.243Z | [ recovery-image] Aug 06 08:08:06.941 INFO O| Aug 06 08:08:06.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
3983 | 2024-08-06T08:08:08.243Z | [ recovery-image] Aug 06 08:08:06.941 INFO O| Aug 06 08:08:06.941 INFO STEP 43 (remove_files) COMPLETE |
3984 | 2024-08-06T08:08:08.246Z | [ recovery-image] Aug 06 08:08:06.941 INFO O| Aug 06 08:08:06.941 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3985 | 2024-08-06T08:08:08.253Z | [ recovery-image] Aug 06 08:08:06.951 INFO O| Aug 06 08:08:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
3986 | 2024-08-06T08:08:08.256Z | [ recovery-image] Aug 06 08:08:06.951 INFO O| Aug 06 08:08:06.951 INFO STEP 44 (remove_files) COMPLETE |
3987 | 2024-08-06T08:08:08.256Z | [ recovery-image] Aug 06 08:08:06.951 INFO O| Aug 06 08:08:06.951 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3988 | 2024-08-06T08:08:08.263Z | [ recovery-image] Aug 06 08:08:06.961 INFO O| Aug 06 08:08:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
3989 | 2024-08-06T08:08:08.266Z | [ recovery-image] Aug 06 08:08:06.961 INFO O| Aug 06 08:08:06.961 INFO STEP 45 (remove_files) COMPLETE |
3990 | 2024-08-06T08:08:08.266Z | [ recovery-image] Aug 06 08:08:06.961 INFO O| Aug 06 08:08:06.961 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3991 | 2024-08-06T08:08:08.273Z | [ recovery-image] Aug 06 08:08:06.971 INFO O| Aug 06 08:08:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
3992 | 2024-08-06T08:08:08.276Z | [ recovery-image] Aug 06 08:08:06.971 INFO O| Aug 06 08:08:06.971 INFO STEP 46 (remove_files) COMPLETE |
3993 | 2024-08-06T08:08:08.276Z | [ recovery-image] Aug 06 08:08:06.971 INFO O| Aug 06 08:08:06.971 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3994 | 2024-08-06T08:08:08.283Z | [ recovery-image] Aug 06 08:08:06.981 INFO O| Aug 06 08:08:06.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
3995 | 2024-08-06T08:08:08.283Z | [ recovery-image] Aug 06 08:08:06.981 INFO O| Aug 06 08:08:06.981 INFO STEP 47 (remove_files) COMPLETE |
3996 | 2024-08-06T08:08:08.283Z | [ recovery-image] Aug 06 08:08:06.981 INFO O| Aug 06 08:08:06.981 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3997 | 2024-08-06T08:08:08.292Z | [ recovery-image] Aug 06 08:08:06.990 INFO O| Aug 06 08:08:06.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
3998 | 2024-08-06T08:08:08.293Z | [ recovery-image] Aug 06 08:08:06.990 INFO O| Aug 06 08:08:06.990 INFO STEP 48 (remove_files) COMPLETE |
3999 | 2024-08-06T08:08:08.293Z | [ recovery-image] Aug 06 08:08:06.990 INFO O| Aug 06 08:08:06.990 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4000 | 2024-08-06T08:08:08.302Z | [ recovery-image] Aug 06 08:08:07.000 INFO O| Aug 06 08:08:07.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4001 | 2024-08-06T08:08:08.302Z | [ recovery-image] Aug 06 08:08:07.000 INFO O| Aug 06 08:08:07.000 INFO STEP 49 (remove_files) COMPLETE |
4002 | 2024-08-06T08:08:08.305Z | [ recovery-image] Aug 06 08:08:07.000 INFO O| Aug 06 08:08:07.000 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4003 | 2024-08-06T08:08:08.312Z | [ recovery-image] Aug 06 08:08:07.010 INFO O| Aug 06 08:08:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4004 | 2024-08-06T08:08:08.315Z | [ recovery-image] Aug 06 08:08:07.010 INFO O| Aug 06 08:08:07.010 INFO STEP 50 (remove_files) COMPLETE |
4005 | 2024-08-06T08:08:08.315Z | [ recovery-image] Aug 06 08:08:07.010 INFO O| Aug 06 08:08:07.010 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4006 | 2024-08-06T08:08:08.322Z | [ recovery-image] Aug 06 08:08:07.020 INFO O| Aug 06 08:08:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4007 | 2024-08-06T08:08:08.322Z | [ recovery-image] Aug 06 08:08:07.020 INFO O| Aug 06 08:08:07.020 INFO STEP 51 (remove_files) COMPLETE |
4008 | 2024-08-06T08:08:08.322Z | [ recovery-image] Aug 06 08:08:07.020 INFO O| Aug 06 08:08:07.020 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4009 | 2024-08-06T08:08:08.332Z | [ recovery-image] Aug 06 08:08:07.030 INFO O| Aug 06 08:08:07.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4010 | 2024-08-06T08:08:08.332Z | [ recovery-image] Aug 06 08:08:07.030 INFO O| Aug 06 08:08:07.030 INFO STEP 52 (remove_files) COMPLETE |
4011 | 2024-08-06T08:08:08.335Z | [ recovery-image] Aug 06 08:08:07.030 INFO O| Aug 06 08:08:07.030 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4012 | 2024-08-06T08:08:08.341Z | [ recovery-image] Aug 06 08:08:07.039 INFO O| Aug 06 08:08:07.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4013 | 2024-08-06T08:08:08.344Z | [ recovery-image] Aug 06 08:08:07.040 INFO O| Aug 06 08:08:07.040 INFO STEP 53 (remove_files) COMPLETE |
4014 | 2024-08-06T08:08:08.344Z | [ recovery-image] Aug 06 08:08:07.040 INFO O| Aug 06 08:08:07.040 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4015 | 2024-08-06T08:08:08.351Z | [ recovery-image] Aug 06 08:08:07.049 INFO O| Aug 06 08:08:07.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4016 | 2024-08-06T08:08:08.354Z | [ recovery-image] Aug 06 08:08:07.049 INFO O| Aug 06 08:08:07.049 INFO STEP 54 (remove_files) COMPLETE |
4017 | 2024-08-06T08:08:08.354Z | [ recovery-image] Aug 06 08:08:07.049 INFO O| Aug 06 08:08:07.049 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4018 | 2024-08-06T08:08:08.357Z | [ host-image] Aug 06 08:08:07.055 INFO O| Aug 06 08:08:07.055 INFO O| Done |
4019 | 2024-08-06T08:08:08.361Z | [ recovery-image] Aug 06 08:08:07.059 INFO O| Aug 06 08:08:07.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4020 | 2024-08-06T08:08:08.361Z | [ recovery-image] Aug 06 08:08:07.059 INFO O| Aug 06 08:08:07.059 INFO STEP 55 (remove_files) COMPLETE |
4021 | 2024-08-06T08:08:08.361Z | [ recovery-image] Aug 06 08:08:07.059 INFO O| Aug 06 08:08:07.059 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-06T08:08:08.371Z | [ recovery-image] Aug 06 08:08:07.068 INFO O| Aug 06 08:08:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4023 | 2024-08-06T08:08:08.373Z | [ recovery-image] Aug 06 08:08:07.069 INFO O| Aug 06 08:08:07.069 INFO STEP 56 (remove_files) COMPLETE |
4024 | 2024-08-06T08:08:08.373Z | [ recovery-image] Aug 06 08:08:07.069 INFO O| Aug 06 08:08:07.069 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-06T08:08:08.380Z | [ recovery-image] Aug 06 08:08:07.078 INFO O| Aug 06 08:08:07.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4026 | 2024-08-06T08:08:08.380Z | [ recovery-image] Aug 06 08:08:07.078 INFO O| Aug 06 08:08:07.078 INFO STEP 57 (remove_files) COMPLETE |
4027 | 2024-08-06T08:08:08.383Z | [ recovery-image] Aug 06 08:08:07.078 INFO O| Aug 06 08:08:07.078 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-06T08:08:08.386Z | [ host-image] Aug 06 08:08:07.082 INFO O| Aug 06 08:08:07.082 INFO O| Done |
4029 | 2024-08-06T08:08:08.386Z | [ host-image] Aug 06 08:08:07.082 INFO O| Aug 06 08:08:07.082 INFO O| Done |
4030 | 2024-08-06T08:08:08.389Z | [ recovery-image] Aug 06 08:08:07.087 INFO O| Aug 06 08:08:07.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4031 | 2024-08-06T08:08:08.389Z | [ recovery-image] Aug 06 08:08:07.087 INFO O| Aug 06 08:08:07.087 INFO STEP 58 (remove_files) COMPLETE |
4032 | 2024-08-06T08:08:08.390Z | [ recovery-image] Aug 06 08:08:07.087 INFO O| Aug 06 08:08:07.087 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4033 | 2024-08-06T08:08:08.399Z | [ recovery-image] Aug 06 08:08:07.097 INFO O| Aug 06 08:08:07.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4034 | 2024-08-06T08:08:08.399Z | [ recovery-image] Aug 06 08:08:07.097 INFO O| Aug 06 08:08:07.097 INFO STEP 59 (remove_files) COMPLETE |
4035 | 2024-08-06T08:08:08.399Z | [ recovery-image] Aug 06 08:08:07.097 INFO O| Aug 06 08:08:07.097 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4036 | 2024-08-06T08:08:08.402Z | [ host-image] Aug 06 08:08:07.098 INFO O| Aug 06 08:08:07.097 INFO O| Done |
4037 | 2024-08-06T08:08:08.409Z | [ recovery-image] Aug 06 08:08:07.107 INFO O| Aug 06 08:08:07.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4038 | 2024-08-06T08:08:08.409Z | [ recovery-image] Aug 06 08:08:07.107 INFO O| Aug 06 08:08:07.107 INFO STEP 60 (remove_files) COMPLETE |
4039 | 2024-08-06T08:08:08.413Z | [ recovery-image] Aug 06 08:08:07.107 INFO O| Aug 06 08:08:07.107 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-06T08:08:08.420Z | [ recovery-image] Aug 06 08:08:07.117 INFO O| Aug 06 08:08:07.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4041 | 2024-08-06T08:08:08.420Z | [ recovery-image] Aug 06 08:08:07.117 INFO O| Aug 06 08:08:07.117 INFO STEP 61 (remove_files) COMPLETE |
4042 | 2024-08-06T08:08:08.424Z | [ recovery-image] Aug 06 08:08:07.117 INFO O| Aug 06 08:08:07.117 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-06T08:08:08.430Z | [ recovery-image] Aug 06 08:08:07.128 INFO O| Aug 06 08:08:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4044 | 2024-08-06T08:08:08.430Z | [ recovery-image] Aug 06 08:08:07.128 INFO O| Aug 06 08:08:07.128 INFO STEP 62 (remove_files) COMPLETE |
4045 | 2024-08-06T08:08:08.430Z | [ recovery-image] Aug 06 08:08:07.128 INFO O| Aug 06 08:08:07.128 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-06T08:08:08.441Z | [ recovery-image] Aug 06 08:08:07.138 INFO O| Aug 06 08:08:07.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4047 | 2024-08-06T08:08:08.441Z | [ recovery-image] Aug 06 08:08:07.139 INFO O| Aug 06 08:08:07.138 INFO STEP 63 (remove_files) COMPLETE |
4048 | 2024-08-06T08:08:08.441Z | [ recovery-image] Aug 06 08:08:07.139 INFO O| Aug 06 08:08:07.139 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-06T08:08:08.450Z | [ recovery-image] Aug 06 08:08:07.148 INFO O| Aug 06 08:08:07.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4050 | 2024-08-06T08:08:08.453Z | [ recovery-image] Aug 06 08:08:07.148 INFO O| Aug 06 08:08:07.148 INFO STEP 64 (remove_files) COMPLETE |
4051 | 2024-08-06T08:08:08.453Z | [ recovery-image] Aug 06 08:08:07.148 INFO O| Aug 06 08:08:07.148 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-06T08:08:08.461Z | [ recovery-image] Aug 06 08:08:07.159 INFO O| Aug 06 08:08:07.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4053 | 2024-08-06T08:08:08.461Z | [ recovery-image] Aug 06 08:08:07.159 INFO O| Aug 06 08:08:07.159 INFO STEP 65 (remove_files) COMPLETE |
4054 | 2024-08-06T08:08:08.464Z | [ recovery-image] Aug 06 08:08:07.159 INFO O| Aug 06 08:08:07.159 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-06T08:08:08.472Z | [ recovery-image] Aug 06 08:08:07.170 INFO O| Aug 06 08:08:07.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4056 | 2024-08-06T08:08:08.472Z | [ recovery-image] Aug 06 08:08:07.170 INFO O| Aug 06 08:08:07.170 INFO STEP 66 (remove_files) COMPLETE |
4057 | 2024-08-06T08:08:08.472Z | [ recovery-image] Aug 06 08:08:07.170 INFO O| Aug 06 08:08:07.170 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-06T08:08:08.482Z | [ recovery-image] Aug 06 08:08:07.180 INFO O| Aug 06 08:08:07.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4059 | 2024-08-06T08:08:08.485Z | [ recovery-image] Aug 06 08:08:07.180 INFO O| Aug 06 08:08:07.180 INFO STEP 67 (remove_files) COMPLETE |
4060 | 2024-08-06T08:08:08.485Z | [ recovery-image] Aug 06 08:08:07.180 INFO O| Aug 06 08:08:07.180 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-06T08:08:08.491Z | [ recovery-image] Aug 06 08:08:07.189 INFO O| Aug 06 08:08:07.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4062 | 2024-08-06T08:08:08.494Z | [ recovery-image] Aug 06 08:08:07.189 INFO O| Aug 06 08:08:07.189 INFO STEP 68 (remove_files) COMPLETE |
4063 | 2024-08-06T08:08:08.494Z | [ recovery-image] Aug 06 08:08:07.189 INFO O| Aug 06 08:08:07.189 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-06T08:08:08.500Z | [ host-image] Aug 06 08:08:07.198 INFO O| Aug 06 08:08:07.198 INFO STEP 12 (pkg_install) COMPLETE |
4065 | 2024-08-06T08:08:08.503Z | [ host-image] Aug 06 08:08:07.198 INFO O| Aug 06 08:08:07.198 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4066 | 2024-08-06T08:08:08.503Z | [ recovery-image] Aug 06 08:08:07.199 INFO O| Aug 06 08:08:07.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4067 | 2024-08-06T08:08:08.503Z | [ recovery-image] Aug 06 08:08:07.199 INFO O| Aug 06 08:08:07.199 INFO STEP 69 (remove_files) COMPLETE |
4068 | 2024-08-06T08:08:08.503Z | [ recovery-image] Aug 06 08:08:07.199 INFO O| Aug 06 08:08:07.199 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4069 | 2024-08-06T08:08:08.510Z | [ host-image] Aug 06 08:08:07.208 INFO O| Aug 06 08:08:07.208 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4070 | 2024-08-06T08:08:08.513Z | [ recovery-image] Aug 06 08:08:07.209 INFO O| Aug 06 08:08:07.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4071 | 2024-08-06T08:08:08.513Z | [ recovery-image] Aug 06 08:08:07.210 INFO O| Aug 06 08:08:07.209 INFO STEP 70 (remove_files) COMPLETE |
4072 | 2024-08-06T08:08:08.513Z | [ recovery-image] Aug 06 08:08:07.210 INFO O| Aug 06 08:08:07.209 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-06T08:08:08.521Z | [ recovery-image] Aug 06 08:08:07.219 INFO O| Aug 06 08:08:07.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4074 | 2024-08-06T08:08:08.521Z | [ recovery-image] Aug 06 08:08:07.219 INFO O| Aug 06 08:08:07.219 INFO STEP 71 (remove_files) COMPLETE |
4075 | 2024-08-06T08:08:08.521Z | [ recovery-image] Aug 06 08:08:07.219 INFO O| Aug 06 08:08:07.219 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-06T08:08:08.531Z | [ recovery-image] Aug 06 08:08:07.229 INFO O| Aug 06 08:08:07.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4077 | 2024-08-06T08:08:08.531Z | [ recovery-image] Aug 06 08:08:07.229 INFO O| Aug 06 08:08:07.229 INFO STEP 72 (remove_files) COMPLETE |
4078 | 2024-08-06T08:08:08.534Z | [ recovery-image] Aug 06 08:08:07.229 INFO O| Aug 06 08:08:07.229 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-06T08:08:08.541Z | [ recovery-image] Aug 06 08:08:07.239 INFO O| Aug 06 08:08:07.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4080 | 2024-08-06T08:08:08.544Z | [ recovery-image] Aug 06 08:08:07.239 INFO O| Aug 06 08:08:07.239 INFO STEP 73 (remove_files) COMPLETE |
4081 | 2024-08-06T08:08:08.544Z | [ recovery-image] Aug 06 08:08:07.239 INFO O| Aug 06 08:08:07.239 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-06T08:08:08.551Z | [ recovery-image] Aug 06 08:08:07.249 INFO O| Aug 06 08:08:07.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4083 | 2024-08-06T08:08:08.554Z | [ recovery-image] Aug 06 08:08:07.249 INFO O| Aug 06 08:08:07.249 INFO STEP 74 (remove_files) COMPLETE |
4084 | 2024-08-06T08:08:08.554Z | [ recovery-image] Aug 06 08:08:07.249 INFO O| Aug 06 08:08:07.249 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-06T08:08:08.561Z | [ recovery-image] Aug 06 08:08:07.259 INFO O| Aug 06 08:08:07.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4086 | 2024-08-06T08:08:08.561Z | [ recovery-image] Aug 06 08:08:07.259 INFO O| Aug 06 08:08:07.259 INFO STEP 75 (remove_files) COMPLETE |
4087 | 2024-08-06T08:08:08.564Z | [ recovery-image] Aug 06 08:08:07.259 INFO O| Aug 06 08:08:07.259 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-06T08:08:08.570Z | [ recovery-image] Aug 06 08:08:07.268 INFO O| Aug 06 08:08:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4089 | 2024-08-06T08:08:08.570Z | [ recovery-image] Aug 06 08:08:07.268 INFO O| Aug 06 08:08:07.268 INFO STEP 76 (remove_files) COMPLETE |
4090 | 2024-08-06T08:08:08.571Z | [ recovery-image] Aug 06 08:08:07.268 INFO O| Aug 06 08:08:07.268 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-06T08:08:08.580Z | [ recovery-image] Aug 06 08:08:07.278 INFO O| Aug 06 08:08:07.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4092 | 2024-08-06T08:08:08.580Z | [ recovery-image] Aug 06 08:08:07.278 INFO O| Aug 06 08:08:07.278 INFO STEP 77 (remove_files) COMPLETE |
4093 | 2024-08-06T08:08:08.583Z | [ recovery-image] Aug 06 08:08:07.278 INFO O| Aug 06 08:08:07.278 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-06T08:08:08.590Z | [ recovery-image] Aug 06 08:08:07.288 INFO O| Aug 06 08:08:07.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4095 | 2024-08-06T08:08:08.590Z | [ recovery-image] Aug 06 08:08:07.288 INFO O| Aug 06 08:08:07.288 INFO STEP 78 (remove_files) COMPLETE |
4096 | 2024-08-06T08:08:08.593Z | [ recovery-image] Aug 06 08:08:07.288 INFO O| Aug 06 08:08:07.288 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-06T08:08:08.600Z | [ recovery-image] Aug 06 08:08:07.298 INFO O| Aug 06 08:08:07.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4098 | 2024-08-06T08:08:08.600Z | [ recovery-image] Aug 06 08:08:07.298 INFO O| Aug 06 08:08:07.298 INFO STEP 79 (remove_files) COMPLETE |
4099 | 2024-08-06T08:08:08.603Z | [ recovery-image] Aug 06 08:08:07.298 INFO O| Aug 06 08:08:07.298 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-06T08:08:08.609Z | [ recovery-image] Aug 06 08:08:07.307 INFO O| Aug 06 08:08:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4101 | 2024-08-06T08:08:08.609Z | [ recovery-image] Aug 06 08:08:07.307 INFO O| Aug 06 08:08:07.307 INFO STEP 80 (remove_files) COMPLETE |
4102 | 2024-08-06T08:08:08.609Z | [ recovery-image] Aug 06 08:08:07.307 INFO O| Aug 06 08:08:07.307 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-06T08:08:08.619Z | [ recovery-image] Aug 06 08:08:07.317 INFO O| Aug 06 08:08:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4104 | 2024-08-06T08:08:08.619Z | [ recovery-image] Aug 06 08:08:07.317 INFO O| Aug 06 08:08:07.317 INFO STEP 81 (remove_files) COMPLETE |
4105 | 2024-08-06T08:08:08.622Z | [ recovery-image] Aug 06 08:08:07.317 INFO O| Aug 06 08:08:07.317 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-06T08:08:08.629Z | [ recovery-image] Aug 06 08:08:07.327 INFO O| Aug 06 08:08:07.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4107 | 2024-08-06T08:08:08.629Z | [ recovery-image] Aug 06 08:08:07.327 INFO O| Aug 06 08:08:07.327 INFO STEP 82 (remove_files) COMPLETE |
4108 | 2024-08-06T08:08:08.629Z | [ recovery-image] Aug 06 08:08:07.327 INFO O| Aug 06 08:08:07.327 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-06T08:08:08.639Z | [ recovery-image] Aug 06 08:08:07.336 INFO O| Aug 06 08:08:07.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4110 | 2024-08-06T08:08:08.639Z | [ recovery-image] Aug 06 08:08:07.336 INFO O| Aug 06 08:08:07.336 INFO STEP 83 (remove_files) COMPLETE |
4111 | 2024-08-06T08:08:08.642Z | [ recovery-image] Aug 06 08:08:07.336 INFO O| Aug 06 08:08:07.336 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-06T08:08:08.648Z | [ recovery-image] Aug 06 08:08:07.346 INFO O| Aug 06 08:08:07.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4113 | 2024-08-06T08:08:08.648Z | [ recovery-image] Aug 06 08:08:07.346 INFO O| Aug 06 08:08:07.346 INFO STEP 84 (remove_files) COMPLETE |
4114 | 2024-08-06T08:08:08.651Z | [ recovery-image] Aug 06 08:08:07.346 INFO O| Aug 06 08:08:07.346 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-06T08:08:08.658Z | [ recovery-image] Aug 06 08:08:07.356 INFO O| Aug 06 08:08:07.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4116 | 2024-08-06T08:08:08.658Z | [ recovery-image] Aug 06 08:08:07.356 INFO O| Aug 06 08:08:07.356 INFO STEP 85 (remove_files) COMPLETE |
4117 | 2024-08-06T08:08:08.661Z | [ recovery-image] Aug 06 08:08:07.356 INFO O| Aug 06 08:08:07.356 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-06T08:08:08.668Z | [ recovery-image] Aug 06 08:08:07.366 INFO O| Aug 06 08:08:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4119 | 2024-08-06T08:08:08.668Z | [ recovery-image] Aug 06 08:08:07.366 INFO O| Aug 06 08:08:07.366 INFO STEP 86 (remove_files) COMPLETE |
4120 | 2024-08-06T08:08:08.671Z | [ recovery-image] Aug 06 08:08:07.366 INFO O| Aug 06 08:08:07.366 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-06T08:08:08.677Z | [ recovery-image] Aug 06 08:08:07.375 INFO O| Aug 06 08:08:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4122 | 2024-08-06T08:08:08.680Z | [ recovery-image] Aug 06 08:08:07.376 INFO O| Aug 06 08:08:07.376 INFO STEP 87 (remove_files) COMPLETE |
4123 | 2024-08-06T08:08:08.680Z | [ recovery-image] Aug 06 08:08:07.376 INFO O| Aug 06 08:08:07.376 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-06T08:08:08.688Z | [ recovery-image] Aug 06 08:08:07.386 INFO O| Aug 06 08:08:07.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4125 | 2024-08-06T08:08:08.688Z | [ recovery-image] Aug 06 08:08:07.386 INFO O| Aug 06 08:08:07.386 INFO STEP 88 (remove_files) COMPLETE |
4126 | 2024-08-06T08:08:08.691Z | [ recovery-image] Aug 06 08:08:07.386 INFO O| Aug 06 08:08:07.386 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-06T08:08:08.698Z | [ recovery-image] Aug 06 08:08:07.396 INFO O| Aug 06 08:08:07.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4128 | 2024-08-06T08:08:08.698Z | [ recovery-image] Aug 06 08:08:07.396 INFO O| Aug 06 08:08:07.396 INFO STEP 89 (remove_files) COMPLETE |
4129 | 2024-08-06T08:08:08.698Z | [ recovery-image] Aug 06 08:08:07.396 INFO O| Aug 06 08:08:07.396 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-06T08:08:08.708Z | [ recovery-image] Aug 06 08:08:07.406 INFO O| Aug 06 08:08:07.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4131 | 2024-08-06T08:08:08.708Z | [ recovery-image] Aug 06 08:08:07.406 INFO O| Aug 06 08:08:07.406 INFO STEP 90 (remove_files) COMPLETE |
4132 | 2024-08-06T08:08:08.708Z | [ recovery-image] Aug 06 08:08:07.406 INFO O| Aug 06 08:08:07.406 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-06T08:08:08.718Z | [ recovery-image] Aug 06 08:08:07.416 INFO O| Aug 06 08:08:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4134 | 2024-08-06T08:08:08.721Z | [ recovery-image] Aug 06 08:08:07.416 INFO O| Aug 06 08:08:07.416 INFO STEP 91 (remove_files) COMPLETE |
4135 | 2024-08-06T08:08:08.721Z | [ recovery-image] Aug 06 08:08:07.416 INFO O| Aug 06 08:08:07.416 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-06T08:08:08.728Z | [ recovery-image] Aug 06 08:08:07.425 INFO O| Aug 06 08:08:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4137 | 2024-08-06T08:08:08.728Z | [ recovery-image] Aug 06 08:08:07.425 INFO O| Aug 06 08:08:07.425 INFO STEP 92 (remove_files) COMPLETE |
4138 | 2024-08-06T08:08:08.731Z | [ recovery-image] Aug 06 08:08:07.426 INFO O| Aug 06 08:08:07.425 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-06T08:08:08.737Z | [ recovery-image] Aug 06 08:08:07.435 INFO O| Aug 06 08:08:07.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4140 | 2024-08-06T08:08:08.740Z | [ recovery-image] Aug 06 08:08:07.436 INFO O| Aug 06 08:08:07.436 INFO STEP 93 (remove_files) COMPLETE |
4141 | 2024-08-06T08:08:08.740Z | [ recovery-image] Aug 06 08:08:07.436 INFO O| Aug 06 08:08:07.436 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-06T08:08:08.748Z | [ recovery-image] Aug 06 08:08:07.445 INFO O| Aug 06 08:08:07.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4143 | 2024-08-06T08:08:08.751Z | [ recovery-image] Aug 06 08:08:07.446 INFO O| Aug 06 08:08:07.445 INFO STEP 94 (remove_files) COMPLETE |
4144 | 2024-08-06T08:08:08.751Z | [ recovery-image] Aug 06 08:08:07.446 INFO O| Aug 06 08:08:07.446 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-06T08:08:08.758Z | [ recovery-image] Aug 06 08:08:07.456 INFO O| Aug 06 08:08:07.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4146 | 2024-08-06T08:08:08.758Z | [ recovery-image] Aug 06 08:08:07.456 INFO O| Aug 06 08:08:07.456 INFO STEP 95 (remove_files) COMPLETE |
4147 | 2024-08-06T08:08:08.758Z | [ recovery-image] Aug 06 08:08:07.456 INFO O| Aug 06 08:08:07.456 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-06T08:08:08.770Z | [ recovery-image] Aug 06 08:08:07.468 INFO O| Aug 06 08:08:07.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4149 | 2024-08-06T08:08:08.773Z | [ recovery-image] Aug 06 08:08:07.468 INFO O| Aug 06 08:08:07.468 INFO STEP 96 (remove_files) COMPLETE |
4150 | 2024-08-06T08:08:08.773Z | [ recovery-image] Aug 06 08:08:07.468 INFO O| Aug 06 08:08:07.468 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-06T08:08:08.780Z | [ recovery-image] Aug 06 08:08:07.478 INFO O| Aug 06 08:08:07.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4152 | 2024-08-06T08:08:08.783Z | [ recovery-image] Aug 06 08:08:07.478 INFO O| Aug 06 08:08:07.478 INFO STEP 97 (remove_files) COMPLETE |
4153 | 2024-08-06T08:08:08.783Z | [ recovery-image] Aug 06 08:08:07.478 INFO O| Aug 06 08:08:07.478 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-06T08:08:08.790Z | [ recovery-image] Aug 06 08:08:07.488 INFO O| Aug 06 08:08:07.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4155 | 2024-08-06T08:08:08.790Z | [ recovery-image] Aug 06 08:08:07.488 INFO O| Aug 06 08:08:07.488 INFO STEP 98 (remove_files) COMPLETE |
4156 | 2024-08-06T08:08:08.793Z | [ recovery-image] Aug 06 08:08:07.488 INFO O| Aug 06 08:08:07.488 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-06T08:08:08.800Z | [ recovery-image] Aug 06 08:08:07.498 INFO O| Aug 06 08:08:07.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4158 | 2024-08-06T08:08:08.800Z | [ recovery-image] Aug 06 08:08:07.498 INFO O| Aug 06 08:08:07.498 INFO STEP 99 (remove_files) COMPLETE |
4159 | 2024-08-06T08:08:09.806Z | [ recovery-image] Aug 06 08:08:07.498 INFO O| Aug 06 08:08:07.498 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.508 INFO O| Aug 06 08:08:07.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4161 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.509 INFO O| Aug 06 08:08:07.508 INFO STEP 100 (remove_files) COMPLETE |
4162 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.509 INFO O| Aug 06 08:08:07.509 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.519 INFO O| Aug 06 08:08:07.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4164 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.519 INFO O| Aug 06 08:08:07.519 INFO STEP 101 (remove_files) COMPLETE |
4165 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.519 INFO O| Aug 06 08:08:07.519 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.529 INFO O| Aug 06 08:08:07.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4167 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.529 INFO O| Aug 06 08:08:07.529 INFO STEP 102 (remove_files) COMPLETE |
4168 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.529 INFO O| Aug 06 08:08:07.529 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.539 INFO O| Aug 06 08:08:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4170 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.539 INFO O| Aug 06 08:08:07.539 INFO STEP 103 (remove_files) COMPLETE |
4171 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.539 INFO O| Aug 06 08:08:07.539 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.549 INFO O| Aug 06 08:08:07.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4173 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.549 INFO O| Aug 06 08:08:07.549 INFO STEP 104 (remove_files) COMPLETE |
4174 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.549 INFO O| Aug 06 08:08:07.549 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.558 INFO O| Aug 06 08:08:07.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4176 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.558 INFO O| Aug 06 08:08:07.558 INFO STEP 105 (remove_files) COMPLETE |
4177 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.558 INFO O| Aug 06 08:08:07.558 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.568 INFO O| Aug 06 08:08:07.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4179 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.568 INFO O| Aug 06 08:08:07.568 INFO STEP 106 (remove_files) COMPLETE |
4180 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.568 INFO O| Aug 06 08:08:07.568 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.577 INFO O| Aug 06 08:08:07.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4182 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.578 INFO O| Aug 06 08:08:07.577 INFO STEP 107 (remove_files) COMPLETE |
4183 | 2024-08-06T08:08:09.811Z | [ recovery-image] Aug 06 08:08:07.578 INFO O| Aug 06 08:08:07.578 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.587 INFO O| Aug 06 08:08:07.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4185 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.587 INFO O| Aug 06 08:08:07.587 INFO STEP 108 (remove_files) COMPLETE |
4186 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.587 INFO O| Aug 06 08:08:07.587 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.597 INFO O| Aug 06 08:08:07.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4188 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.597 INFO O| Aug 06 08:08:07.597 INFO STEP 109 (remove_files) COMPLETE |
4189 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.597 INFO O| Aug 06 08:08:07.597 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.607 INFO O| Aug 06 08:08:07.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4191 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.607 INFO O| Aug 06 08:08:07.607 INFO STEP 110 (remove_files) COMPLETE |
4192 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.607 INFO O| Aug 06 08:08:07.607 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.617 INFO O| Aug 06 08:08:07.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4194 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.617 INFO O| Aug 06 08:08:07.617 INFO STEP 111 (remove_files) COMPLETE |
4195 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.617 INFO O| Aug 06 08:08:07.617 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.627 INFO O| Aug 06 08:08:07.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4197 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.627 INFO O| Aug 06 08:08:07.627 INFO STEP 112 (remove_files) COMPLETE |
4198 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.627 INFO O| Aug 06 08:08:07.627 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.637 INFO O| Aug 06 08:08:07.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4200 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.637 INFO O| Aug 06 08:08:07.637 INFO STEP 113 (remove_files) COMPLETE |
4201 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.637 INFO O| Aug 06 08:08:07.637 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.647 INFO O| Aug 06 08:08:07.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4203 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.647 INFO O| Aug 06 08:08:07.647 INFO STEP 114 (remove_files) COMPLETE |
4204 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.647 INFO O| Aug 06 08:08:07.647 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.657 INFO O| Aug 06 08:08:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4206 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.657 INFO O| Aug 06 08:08:07.657 INFO STEP 115 (remove_files) COMPLETE |
4207 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.657 INFO O| Aug 06 08:08:07.657 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-06T08:08:09.812Z | [ host-image] Aug 06 08:08:07.665 INFO O| Aug 06 08:08:07.665 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4209 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.667 INFO O| Aug 06 08:08:07.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4210 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.667 INFO O| Aug 06 08:08:07.667 INFO STEP 116 (remove_files) COMPLETE |
4211 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.667 INFO O| Aug 06 08:08:07.667 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.676 INFO O| Aug 06 08:08:07.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4213 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.677 INFO O| Aug 06 08:08:07.677 INFO STEP 117 (remove_files) COMPLETE |
4214 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.677 INFO O| Aug 06 08:08:07.677 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.686 INFO O| Aug 06 08:08:07.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4216 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.686 INFO O| Aug 06 08:08:07.686 INFO STEP 118 (remove_files) COMPLETE |
4217 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.686 INFO O| Aug 06 08:08:07.686 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.696 INFO O| Aug 06 08:08:07.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4219 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.696 INFO O| Aug 06 08:08:07.696 INFO STEP 119 (remove_files) COMPLETE |
4220 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.696 INFO O| Aug 06 08:08:07.696 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-08-06T08:08:09.812Z | [ recovery-image] Aug 06 08:08:07.707 INFO O| Aug 06 08:08:07.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4222 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.707 INFO O| Aug 06 08:08:07.707 INFO STEP 120 (remove_files) COMPLETE |
4223 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.707 INFO O| Aug 06 08:08:07.707 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.717 INFO O| Aug 06 08:08:07.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4225 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.717 INFO O| Aug 06 08:08:07.717 INFO STEP 121 (remove_files) COMPLETE |
4226 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.717 INFO O| Aug 06 08:08:07.717 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.727 INFO O| Aug 06 08:08:07.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4228 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.727 INFO O| Aug 06 08:08:07.727 INFO STEP 122 (remove_files) COMPLETE |
4229 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.727 INFO O| Aug 06 08:08:07.727 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.737 INFO O| Aug 06 08:08:07.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4231 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.737 INFO O| Aug 06 08:08:07.737 INFO STEP 123 (remove_files) COMPLETE |
4232 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.737 INFO O| Aug 06 08:08:07.737 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.747 INFO O| Aug 06 08:08:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4234 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.747 INFO O| Aug 06 08:08:07.747 INFO STEP 124 (remove_files) COMPLETE |
4235 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.747 INFO O| Aug 06 08:08:07.747 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.757 INFO O| Aug 06 08:08:07.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4237 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.757 INFO O| Aug 06 08:08:07.757 INFO STEP 125 (remove_files) COMPLETE |
4238 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.757 INFO O| Aug 06 08:08:07.757 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.768 INFO O| Aug 06 08:08:07.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4240 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.769 INFO O| Aug 06 08:08:07.769 INFO STEP 126 (remove_files) COMPLETE |
4241 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.769 INFO O| Aug 06 08:08:07.769 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.780 INFO O| Aug 06 08:08:07.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4243 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.780 INFO O| Aug 06 08:08:07.780 INFO STEP 127 (remove_files) COMPLETE |
4244 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.780 INFO O| Aug 06 08:08:07.780 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.791 INFO O| Aug 06 08:08:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4246 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.791 INFO O| Aug 06 08:08:07.791 INFO STEP 128 (remove_files) COMPLETE |
4247 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.791 INFO O| Aug 06 08:08:07.791 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.801 INFO O| Aug 06 08:08:07.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4249 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.801 INFO O| Aug 06 08:08:07.801 INFO STEP 129 (remove_files) COMPLETE |
4250 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.801 INFO O| Aug 06 08:08:07.801 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.813 INFO O| Aug 06 08:08:07.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4252 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.813 INFO O| Aug 06 08:08:07.813 INFO STEP 130 (remove_files) COMPLETE |
4253 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.813 INFO O| Aug 06 08:08:07.813 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.823 INFO O| Aug 06 08:08:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4255 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.823 INFO O| Aug 06 08:08:07.823 INFO STEP 131 (remove_files) COMPLETE |
4256 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.823 INFO O| Aug 06 08:08:07.823 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.833 INFO O| Aug 06 08:08:07.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4258 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.834 INFO O| Aug 06 08:08:07.834 INFO STEP 132 (remove_files) COMPLETE |
4259 | 2024-08-06T08:08:09.813Z | [ recovery-image] Aug 06 08:08:07.834 INFO O| Aug 06 08:08:07.834 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.845 INFO O| Aug 06 08:08:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4261 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.845 INFO O| Aug 06 08:08:07.845 INFO STEP 133 (remove_files) COMPLETE |
4262 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.845 INFO O| Aug 06 08:08:07.845 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.856 INFO O| Aug 06 08:08:07.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4264 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.856 INFO O| Aug 06 08:08:07.856 INFO STEP 134 (remove_files) COMPLETE |
4265 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.856 INFO O| Aug 06 08:08:07.856 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.866 INFO O| Aug 06 08:08:07.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4267 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.866 INFO O| Aug 06 08:08:07.866 INFO STEP 135 (remove_files) COMPLETE |
4268 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.866 INFO O| Aug 06 08:08:07.866 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.878 INFO O| Aug 06 08:08:07.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4270 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.878 INFO O| Aug 06 08:08:07.878 INFO STEP 136 (remove_files) COMPLETE |
4271 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.878 INFO O| Aug 06 08:08:07.878 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.888 INFO O| Aug 06 08:08:07.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4273 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.888 INFO O| Aug 06 08:08:07.888 INFO STEP 137 (remove_files) COMPLETE |
4274 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.889 INFO O| Aug 06 08:08:07.888 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.900 INFO O| Aug 06 08:08:07.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4276 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.900 INFO O| Aug 06 08:08:07.900 INFO STEP 138 (remove_files) COMPLETE |
4277 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.900 INFO O| Aug 06 08:08:07.900 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-08-06T08:08:09.818Z | [ recovery-image] Aug 06 08:08:07.912 INFO O| Aug 06 08:08:07.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4279 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.912 INFO O| Aug 06 08:08:07.912 INFO STEP 139 (remove_files) COMPLETE |
4280 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.912 INFO O| Aug 06 08:08:07.912 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.924 INFO O| Aug 06 08:08:07.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4282 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.924 INFO O| Aug 06 08:08:07.924 INFO STEP 140 (remove_files) COMPLETE |
4283 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.924 INFO O| Aug 06 08:08:07.924 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.938 INFO O| Aug 06 08:08:07.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4285 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.938 INFO O| Aug 06 08:08:07.938 INFO STEP 141 (remove_files) COMPLETE |
4286 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.938 INFO O| Aug 06 08:08:07.938 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.950 INFO O| Aug 06 08:08:07.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4288 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.950 INFO O| Aug 06 08:08:07.950 INFO STEP 142 (remove_files) COMPLETE |
4289 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.950 INFO O| Aug 06 08:08:07.950 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.961 INFO O| Aug 06 08:08:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4291 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.961 INFO O| Aug 06 08:08:07.961 INFO STEP 143 (remove_files) COMPLETE |
4292 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.961 INFO O| Aug 06 08:08:07.961 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.972 INFO O| Aug 06 08:08:07.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4294 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.972 INFO O| Aug 06 08:08:07.972 INFO STEP 144 (remove_files) COMPLETE |
4295 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.972 INFO O| Aug 06 08:08:07.972 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.982 INFO O| Aug 06 08:08:07.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4297 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.982 INFO O| Aug 06 08:08:07.982 INFO STEP 145 (remove_files) COMPLETE |
4298 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.982 INFO O| Aug 06 08:08:07.982 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.992 INFO O| Aug 06 08:08:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4300 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.992 INFO O| Aug 06 08:08:07.992 INFO STEP 146 (remove_files) COMPLETE |
4301 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:07.992 INFO O| Aug 06 08:08:07.992 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.001 INFO O| Aug 06 08:08:08.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4303 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.002 INFO O| Aug 06 08:08:08.002 INFO STEP 147 (remove_files) COMPLETE |
4304 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.002 INFO O| Aug 06 08:08:08.002 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.012 INFO O| Aug 06 08:08:08.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4306 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.013 INFO O| Aug 06 08:08:08.013 INFO STEP 148 (remove_files) COMPLETE |
4307 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.013 INFO O| Aug 06 08:08:08.013 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.023 INFO O| Aug 06 08:08:08.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4309 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.023 INFO O| Aug 06 08:08:08.023 INFO STEP 149 (remove_files) COMPLETE |
4310 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.023 INFO O| Aug 06 08:08:08.023 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.033 INFO O| Aug 06 08:08:08.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4312 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.033 INFO O| Aug 06 08:08:08.033 INFO STEP 150 (remove_files) COMPLETE |
4313 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.033 INFO O| Aug 06 08:08:08.033 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.042 INFO O| Aug 06 08:08:08.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4315 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.043 INFO O| Aug 06 08:08:08.042 INFO STEP 151 (remove_files) COMPLETE |
4316 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.043 INFO O| Aug 06 08:08:08.043 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.052 INFO O| Aug 06 08:08:08.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4318 | 2024-08-06T08:08:09.819Z | [ recovery-image] Aug 06 08:08:08.052 INFO O| Aug 06 08:08:08.052 INFO STEP 152 (remove_files) COMPLETE |
4319 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.052 INFO O| Aug 06 08:08:08.052 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.063 INFO O| Aug 06 08:08:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4321 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.063 INFO O| Aug 06 08:08:08.063 INFO STEP 153 (remove_files) COMPLETE |
4322 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.064 INFO O| Aug 06 08:08:08.063 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.075 INFO O| Aug 06 08:08:08.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4324 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.075 INFO O| Aug 06 08:08:08.075 INFO STEP 154 (remove_files) COMPLETE |
4325 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.075 INFO O| Aug 06 08:08:08.075 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.087 INFO O| Aug 06 08:08:08.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4327 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.087 INFO O| Aug 06 08:08:08.087 INFO STEP 155 (remove_files) COMPLETE |
4328 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.087 INFO O| Aug 06 08:08:08.087 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.098 INFO O| Aug 06 08:08:08.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4330 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.098 INFO O| Aug 06 08:08:08.098 INFO STEP 156 (remove_files) COMPLETE |
4331 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.098 INFO O| Aug 06 08:08:08.098 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.109 INFO O| Aug 06 08:08:08.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4333 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.109 INFO O| Aug 06 08:08:08.109 INFO STEP 157 (remove_files) COMPLETE |
4334 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.109 INFO O| Aug 06 08:08:08.109 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.120 INFO O| Aug 06 08:08:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4336 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.120 INFO O| Aug 06 08:08:08.120 INFO STEP 158 (remove_files) COMPLETE |
4337 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.120 INFO O| Aug 06 08:08:08.120 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.130 INFO O| Aug 06 08:08:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4339 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.130 INFO O| Aug 06 08:08:08.130 INFO STEP 159 (remove_files) COMPLETE |
4340 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.130 INFO O| Aug 06 08:08:08.130 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.140 INFO O| Aug 06 08:08:08.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4342 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.140 INFO O| Aug 06 08:08:08.140 INFO STEP 160 (remove_files) COMPLETE |
4343 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.140 INFO O| Aug 06 08:08:08.140 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.150 INFO O| Aug 06 08:08:08.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4345 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.150 INFO O| Aug 06 08:08:08.150 INFO STEP 161 (remove_files) COMPLETE |
4346 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.150 INFO O| Aug 06 08:08:08.150 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.160 INFO O| Aug 06 08:08:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4348 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.160 INFO O| Aug 06 08:08:08.160 INFO STEP 162 (remove_files) COMPLETE |
4349 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.160 INFO O| Aug 06 08:08:08.160 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.170 INFO O| Aug 06 08:08:08.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4351 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.170 INFO O| Aug 06 08:08:08.170 INFO STEP 163 (remove_files) COMPLETE |
4352 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.170 INFO O| Aug 06 08:08:08.170 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.179 INFO O| Aug 06 08:08:08.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4354 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.180 INFO O| Aug 06 08:08:08.180 INFO STEP 164 (remove_files) COMPLETE |
4355 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.180 INFO O| Aug 06 08:08:08.180 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-08-06T08:08:09.820Z | [ recovery-image] Aug 06 08:08:08.189 INFO O| Aug 06 08:08:08.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4357 | 2024-08-06T08:08:09.821Z | [ recovery-image] Aug 06 08:08:08.189 INFO O| Aug 06 08:08:08.189 INFO STEP 165 (remove_files) COMPLETE |
4358 | 2024-08-06T08:08:09.821Z | [ recovery-image] Aug 06 08:08:08.189 INFO O| Aug 06 08:08:08.189 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-08-06T08:08:09.821Z | [ recovery-image] Aug 06 08:08:08.199 INFO O| Aug 06 08:08:08.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4360 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.199 INFO O| Aug 06 08:08:08.199 INFO STEP 166 (remove_files) COMPLETE |
4361 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.199 INFO O| Aug 06 08:08:08.199 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.209 INFO O| Aug 06 08:08:08.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4363 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.209 INFO O| Aug 06 08:08:08.209 INFO STEP 167 (remove_files) COMPLETE |
4364 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.209 INFO O| Aug 06 08:08:08.209 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.218 INFO O| Aug 06 08:08:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4366 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.218 INFO O| Aug 06 08:08:08.218 INFO STEP 168 (remove_files) COMPLETE |
4367 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.218 INFO O| Aug 06 08:08:08.218 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.228 INFO O| Aug 06 08:08:08.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4369 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.228 INFO O| Aug 06 08:08:08.228 INFO STEP 169 (remove_files) COMPLETE |
4370 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.228 INFO O| Aug 06 08:08:08.228 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.237 INFO O| Aug 06 08:08:08.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4372 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.238 INFO O| Aug 06 08:08:08.237 INFO STEP 170 (remove_files) COMPLETE |
4373 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.238 INFO O| Aug 06 08:08:08.237 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.247 INFO O| Aug 06 08:08:08.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4375 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.247 INFO O| Aug 06 08:08:08.247 INFO STEP 171 (remove_files) COMPLETE |
4376 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.247 INFO O| Aug 06 08:08:08.247 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.256 INFO O| Aug 06 08:08:08.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4378 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.256 INFO O| Aug 06 08:08:08.256 INFO STEP 172 (remove_files) COMPLETE |
4379 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.256 INFO O| Aug 06 08:08:08.256 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.266 INFO O| Aug 06 08:08:08.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4381 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.266 INFO O| Aug 06 08:08:08.266 INFO STEP 173 (remove_files) COMPLETE |
4382 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.266 INFO O| Aug 06 08:08:08.266 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.275 INFO O| Aug 06 08:08:08.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4384 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.275 INFO O| Aug 06 08:08:08.275 INFO STEP 174 (remove_files) COMPLETE |
4385 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.275 INFO O| Aug 06 08:08:08.275 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.285 INFO O| Aug 06 08:08:08.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4387 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.285 INFO O| Aug 06 08:08:08.285 INFO STEP 175 (remove_files) COMPLETE |
4388 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.285 INFO O| Aug 06 08:08:08.285 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-08-06T08:08:09.825Z | [ recovery-image] Aug 06 08:08:08.295 INFO O| Aug 06 08:08:08.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4390 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.295 INFO O| Aug 06 08:08:08.295 INFO STEP 176 (remove_files) COMPLETE |
4391 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.295 INFO O| Aug 06 08:08:08.295 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.306 INFO O| Aug 06 08:08:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4393 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.306 INFO O| Aug 06 08:08:08.306 INFO STEP 177 (remove_files) COMPLETE |
4394 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.306 INFO O| Aug 06 08:08:08.306 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.316 INFO O| Aug 06 08:08:08.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4396 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.316 INFO O| Aug 06 08:08:08.316 INFO STEP 178 (remove_files) COMPLETE |
4397 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.317 INFO O| Aug 06 08:08:08.316 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.327 INFO O| Aug 06 08:08:08.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4399 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.327 INFO O| Aug 06 08:08:08.327 INFO STEP 179 (remove_files) COMPLETE |
4400 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.327 INFO O| Aug 06 08:08:08.327 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.338 INFO O| Aug 06 08:08:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4402 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.338 INFO O| Aug 06 08:08:08.338 INFO STEP 180 (remove_files) COMPLETE |
4403 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.338 INFO O| Aug 06 08:08:08.338 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.348 INFO O| Aug 06 08:08:08.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4405 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.348 INFO O| Aug 06 08:08:08.348 INFO STEP 181 (remove_files) COMPLETE |
4406 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.348 INFO O| Aug 06 08:08:08.348 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.359 INFO O| Aug 06 08:08:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4408 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.359 INFO O| Aug 06 08:08:08.359 INFO STEP 182 (remove_files) COMPLETE |
4409 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.359 INFO O| Aug 06 08:08:08.359 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.369 INFO O| Aug 06 08:08:08.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4411 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.369 INFO O| Aug 06 08:08:08.369 INFO STEP 183 (remove_files) COMPLETE |
4412 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.369 INFO O| Aug 06 08:08:08.369 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.379 INFO O| Aug 06 08:08:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4414 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.379 INFO O| Aug 06 08:08:08.379 INFO STEP 184 (remove_files) COMPLETE |
4415 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.379 INFO O| Aug 06 08:08:08.379 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.389 INFO O| Aug 06 08:08:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4417 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.389 INFO O| Aug 06 08:08:08.389 INFO STEP 185 (remove_files) COMPLETE |
4418 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.389 INFO O| Aug 06 08:08:08.389 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.398 INFO O| Aug 06 08:08:08.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4420 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.398 INFO O| Aug 06 08:08:08.398 INFO STEP 186 (remove_files) COMPLETE |
4421 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.398 INFO O| Aug 06 08:08:08.398 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.408 INFO O| Aug 06 08:08:08.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4423 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.408 INFO O| Aug 06 08:08:08.408 INFO STEP 187 (remove_files) COMPLETE |
4424 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.408 INFO O| Aug 06 08:08:08.408 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.417 INFO O| Aug 06 08:08:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4426 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.417 INFO O| Aug 06 08:08:08.417 INFO STEP 188 (remove_files) COMPLETE |
4427 | 2024-08-06T08:08:09.826Z | [ recovery-image] Aug 06 08:08:08.417 INFO O| Aug 06 08:08:08.417 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.427 INFO O| Aug 06 08:08:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4429 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.427 INFO O| Aug 06 08:08:08.427 INFO STEP 189 (remove_files) COMPLETE |
4430 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.427 INFO O| Aug 06 08:08:08.427 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.437 INFO O| Aug 06 08:08:08.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4432 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.437 INFO O| Aug 06 08:08:08.437 INFO STEP 190 (remove_files) COMPLETE |
4433 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.437 INFO O| Aug 06 08:08:08.437 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.446 INFO O| Aug 06 08:08:08.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4435 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.446 INFO O| Aug 06 08:08:08.446 INFO STEP 191 (remove_files) COMPLETE |
4436 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.446 INFO O| Aug 06 08:08:08.446 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.455 INFO O| Aug 06 08:08:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4438 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.456 INFO O| Aug 06 08:08:08.456 INFO STEP 192 (remove_files) COMPLETE |
4439 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.456 INFO O| Aug 06 08:08:08.456 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.465 INFO O| Aug 06 08:08:08.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4441 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.465 INFO O| Aug 06 08:08:08.465 INFO STEP 193 (remove_files) COMPLETE |
4442 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.465 INFO O| Aug 06 08:08:08.465 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.474 INFO O| Aug 06 08:08:08.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4444 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.475 INFO O| Aug 06 08:08:08.475 INFO STEP 194 (remove_files) COMPLETE |
4445 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.475 INFO O| Aug 06 08:08:08.475 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.484 INFO O| Aug 06 08:08:08.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4447 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.484 INFO O| Aug 06 08:08:08.484 INFO STEP 195 (remove_files) COMPLETE |
4448 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.484 INFO O| Aug 06 08:08:08.484 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.493 INFO O| Aug 06 08:08:08.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4450 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.493 INFO O| Aug 06 08:08:08.493 INFO STEP 196 (remove_files) COMPLETE |
4451 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.493 INFO O| Aug 06 08:08:08.493 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.503 INFO O| Aug 06 08:08:08.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4453 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.503 INFO O| Aug 06 08:08:08.503 INFO STEP 197 (remove_files) COMPLETE |
4454 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.503 INFO O| Aug 06 08:08:08.503 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.512 INFO O| Aug 06 08:08:08.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4456 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.512 INFO O| Aug 06 08:08:08.512 INFO STEP 198 (remove_files) COMPLETE |
4457 | 2024-08-06T08:08:09.827Z | [ recovery-image] Aug 06 08:08:08.513 INFO O| Aug 06 08:08:08.512 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-06T08:08:09.831Z | [ recovery-image] Aug 06 08:08:08.522 INFO O| Aug 06 08:08:08.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4459 | 2024-08-06T08:08:09.831Z | [ recovery-image] Aug 06 08:08:08.522 INFO O| Aug 06 08:08:08.522 INFO STEP 199 (remove_files) COMPLETE |
4460 | 2024-08-06T08:08:09.831Z | [ recovery-image] Aug 06 08:08:08.522 INFO O| Aug 06 08:08:08.522 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-06T08:08:09.834Z | [ recovery-image] Aug 06 08:08:08.532 INFO O| Aug 06 08:08:08.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4462 | 2024-08-06T08:08:09.834Z | [ recovery-image] Aug 06 08:08:08.532 INFO O| Aug 06 08:08:08.532 INFO STEP 200 (remove_files) COMPLETE |
4463 | 2024-08-06T08:08:09.837Z | [ recovery-image] Aug 06 08:08:08.532 INFO O| Aug 06 08:08:08.532 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-06T08:08:09.844Z | [ recovery-image] Aug 06 08:08:08.542 INFO O| Aug 06 08:08:08.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4465 | 2024-08-06T08:08:09.847Z | [ recovery-image] Aug 06 08:08:08.542 INFO O| Aug 06 08:08:08.542 INFO STEP 201 (remove_files) COMPLETE |
4466 | 2024-08-06T08:08:09.847Z | [ recovery-image] Aug 06 08:08:08.542 INFO O| Aug 06 08:08:08.542 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-06T08:08:09.854Z | [ recovery-image] Aug 06 08:08:08.552 INFO O| Aug 06 08:08:08.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4468 | 2024-08-06T08:08:09.854Z | [ recovery-image] Aug 06 08:08:08.552 INFO O| Aug 06 08:08:08.552 INFO STEP 202 (remove_files) COMPLETE |
4469 | 2024-08-06T08:08:09.857Z | [ recovery-image] Aug 06 08:08:08.552 INFO O| Aug 06 08:08:08.552 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-08-06T08:08:09.864Z | [ recovery-image] Aug 06 08:08:08.561 INFO O| Aug 06 08:08:08.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4471 | 2024-08-06T08:08:09.868Z | [ recovery-image] Aug 06 08:08:08.561 INFO O| Aug 06 08:08:08.561 INFO STEP 203 (remove_files) COMPLETE |
4472 | 2024-08-06T08:08:09.868Z | [ recovery-image] Aug 06 08:08:08.561 INFO O| Aug 06 08:08:08.561 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-08-06T08:08:09.873Z | [ recovery-image] Aug 06 08:08:08.571 INFO O| Aug 06 08:08:08.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4474 | 2024-08-06T08:08:09.874Z | [ recovery-image] Aug 06 08:08:08.571 INFO O| Aug 06 08:08:08.571 INFO STEP 204 (remove_files) COMPLETE |
4475 | 2024-08-06T08:08:09.876Z | [ recovery-image] Aug 06 08:08:08.571 INFO O| Aug 06 08:08:08.571 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-08-06T08:08:09.886Z | [ recovery-image] Aug 06 08:08:08.583 INFO O| Aug 06 08:08:08.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4477 | 2024-08-06T08:08:09.888Z | [ recovery-image] Aug 06 08:08:08.584 INFO O| Aug 06 08:08:08.584 INFO STEP 205 (remove_files) COMPLETE |
4478 | 2024-08-06T08:08:09.888Z | [ recovery-image] Aug 06 08:08:08.584 INFO O| Aug 06 08:08:08.584 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-08-06T08:08:09.897Z | [ recovery-image] Aug 06 08:08:08.595 INFO O| Aug 06 08:08:08.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4480 | 2024-08-06T08:08:09.900Z | [ recovery-image] Aug 06 08:08:08.595 INFO O| Aug 06 08:08:08.595 INFO STEP 206 (remove_files) COMPLETE |
4481 | 2024-08-06T08:08:09.900Z | [ recovery-image] Aug 06 08:08:08.595 INFO O| Aug 06 08:08:08.595 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-08-06T08:08:09.909Z | [ recovery-image] Aug 06 08:08:08.606 INFO O| Aug 06 08:08:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4483 | 2024-08-06T08:08:09.909Z | [ recovery-image] Aug 06 08:08:08.606 INFO O| Aug 06 08:08:08.606 INFO STEP 207 (remove_files) COMPLETE |
4484 | 2024-08-06T08:08:09.912Z | [ recovery-image] Aug 06 08:08:08.606 INFO O| Aug 06 08:08:08.606 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-08-06T08:08:09.920Z | [ recovery-image] Aug 06 08:08:08.617 INFO O| Aug 06 08:08:08.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4486 | 2024-08-06T08:08:09.920Z | [ recovery-image] Aug 06 08:08:08.617 INFO O| Aug 06 08:08:08.617 INFO STEP 208 (remove_files) COMPLETE |
4487 | 2024-08-06T08:08:09.922Z | [ recovery-image] Aug 06 08:08:08.617 INFO O| Aug 06 08:08:08.617 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-06T08:08:09.930Z | [ recovery-image] Aug 06 08:08:08.628 INFO O| Aug 06 08:08:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4489 | 2024-08-06T08:08:09.933Z | [ recovery-image] Aug 06 08:08:08.629 INFO O| Aug 06 08:08:08.629 INFO STEP 209 (remove_files) COMPLETE |
4490 | 2024-08-06T08:08:09.933Z | [ recovery-image] Aug 06 08:08:08.629 INFO O| Aug 06 08:08:08.629 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-06T08:08:09.943Z | [ recovery-image] Aug 06 08:08:08.640 INFO O| Aug 06 08:08:08.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4492 | 2024-08-06T08:08:09.943Z | [ recovery-image] Aug 06 08:08:08.640 INFO O| Aug 06 08:08:08.640 INFO STEP 210 (remove_files) COMPLETE |
4493 | 2024-08-06T08:08:09.943Z | [ recovery-image] Aug 06 08:08:08.641 INFO O| Aug 06 08:08:08.640 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-08-06T08:08:09.954Z | [ recovery-image] Aug 06 08:08:08.652 INFO O| Aug 06 08:08:08.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4495 | 2024-08-06T08:08:09.957Z | [ recovery-image] Aug 06 08:08:08.652 INFO O| Aug 06 08:08:08.652 INFO STEP 211 (remove_files) COMPLETE |
4496 | 2024-08-06T08:08:09.957Z | [ recovery-image] Aug 06 08:08:08.652 INFO O| Aug 06 08:08:08.652 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-08-06T08:08:09.965Z | [ recovery-image] Aug 06 08:08:08.663 INFO O| Aug 06 08:08:08.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4498 | 2024-08-06T08:08:09.965Z | [ recovery-image] Aug 06 08:08:08.663 INFO O| Aug 06 08:08:08.663 INFO STEP 212 (remove_files) COMPLETE |
4499 | 2024-08-06T08:08:09.968Z | [ recovery-image] Aug 06 08:08:08.663 INFO O| Aug 06 08:08:08.663 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-06T08:08:09.976Z | [ recovery-image] Aug 06 08:08:08.674 INFO O| Aug 06 08:08:08.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4501 | 2024-08-06T08:08:09.976Z | [ recovery-image] Aug 06 08:08:08.674 INFO O| Aug 06 08:08:08.674 INFO STEP 213 (remove_files) COMPLETE |
4502 | 2024-08-06T08:08:09.979Z | [ recovery-image] Aug 06 08:08:08.674 INFO O| Aug 06 08:08:08.674 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-06T08:08:09.986Z | [ recovery-image] Aug 06 08:08:08.684 INFO O| Aug 06 08:08:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4504 | 2024-08-06T08:08:09.986Z | [ recovery-image] Aug 06 08:08:08.684 INFO O| Aug 06 08:08:08.684 INFO STEP 214 (remove_files) COMPLETE |
4505 | 2024-08-06T08:08:09.986Z | [ recovery-image] Aug 06 08:08:08.684 INFO O| Aug 06 08:08:08.684 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-06T08:08:09.996Z | [ recovery-image] Aug 06 08:08:08.694 INFO O| Aug 06 08:08:08.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4507 | 2024-08-06T08:08:09.999Z | [ recovery-image] Aug 06 08:08:08.694 INFO O| Aug 06 08:08:08.694 INFO STEP 215 (remove_files) COMPLETE |
4508 | 2024-08-06T08:08:09.999Z | [ recovery-image] Aug 06 08:08:08.694 INFO O| Aug 06 08:08:08.694 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-06T08:08:10.006Z | [ recovery-image] Aug 06 08:08:08.704 INFO O| Aug 06 08:08:08.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4510 | 2024-08-06T08:08:10.009Z | [ recovery-image] Aug 06 08:08:08.704 INFO O| Aug 06 08:08:08.704 INFO STEP 216 (remove_files) COMPLETE |
4511 | 2024-08-06T08:08:10.009Z | [ recovery-image] Aug 06 08:08:08.704 INFO O| Aug 06 08:08:08.704 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-06T08:08:10.016Z | [ recovery-image] Aug 06 08:08:08.714 INFO O| Aug 06 08:08:08.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4513 | 2024-08-06T08:08:10.016Z | [ recovery-image] Aug 06 08:08:08.714 INFO O| Aug 06 08:08:08.714 INFO STEP 217 (remove_files) COMPLETE |
4514 | 2024-08-06T08:08:10.019Z | [ recovery-image] Aug 06 08:08:08.714 INFO O| Aug 06 08:08:08.714 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-06T08:08:10.027Z | [ recovery-image] Aug 06 08:08:08.724 INFO O| Aug 06 08:08:08.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4516 | 2024-08-06T08:08:10.030Z | [ recovery-image] Aug 06 08:08:08.724 INFO O| Aug 06 08:08:08.724 INFO STEP 218 (remove_files) COMPLETE |
4517 | 2024-08-06T08:08:10.030Z | [ recovery-image] Aug 06 08:08:08.724 INFO O| Aug 06 08:08:08.724 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-06T08:08:10.036Z | [ recovery-image] Aug 06 08:08:08.734 INFO O| Aug 06 08:08:08.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4519 | 2024-08-06T08:08:10.036Z | [ recovery-image] Aug 06 08:08:08.734 INFO O| Aug 06 08:08:08.734 INFO STEP 219 (remove_files) COMPLETE |
4520 | 2024-08-06T08:08:10.039Z | [ recovery-image] Aug 06 08:08:08.734 INFO O| Aug 06 08:08:08.734 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-06T08:08:10.046Z | [ recovery-image] Aug 06 08:08:08.744 INFO O| Aug 06 08:08:08.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4522 | 2024-08-06T08:08:10.046Z | [ recovery-image] Aug 06 08:08:08.744 INFO O| Aug 06 08:08:08.744 INFO STEP 220 (remove_files) COMPLETE |
4523 | 2024-08-06T08:08:10.049Z | [ recovery-image] Aug 06 08:08:08.744 INFO O| Aug 06 08:08:08.744 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-06T08:08:10.056Z | [ recovery-image] Aug 06 08:08:08.753 INFO O| Aug 06 08:08:08.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4525 | 2024-08-06T08:08:10.056Z | [ recovery-image] Aug 06 08:08:08.754 INFO O| Aug 06 08:08:08.754 INFO STEP 221 (remove_files) COMPLETE |
4526 | 2024-08-06T08:08:10.059Z | [ recovery-image] Aug 06 08:08:08.754 INFO O| Aug 06 08:08:08.754 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-08-06T08:08:10.066Z | [ recovery-image] Aug 06 08:08:08.763 INFO O| Aug 06 08:08:08.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4528 | 2024-08-06T08:08:10.066Z | [ recovery-image] Aug 06 08:08:08.763 INFO O| Aug 06 08:08:08.763 INFO STEP 222 (remove_files) COMPLETE |
4529 | 2024-08-06T08:08:10.068Z | [ recovery-image] Aug 06 08:08:08.763 INFO O| Aug 06 08:08:08.763 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-08-06T08:08:10.076Z | [ recovery-image] Aug 06 08:08:08.773 INFO O| Aug 06 08:08:08.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4531 | 2024-08-06T08:08:10.076Z | [ recovery-image] Aug 06 08:08:08.773 INFO O| Aug 06 08:08:08.773 INFO STEP 223 (remove_files) COMPLETE |
4532 | 2024-08-06T08:08:10.078Z | [ recovery-image] Aug 06 08:08:08.773 INFO O| Aug 06 08:08:08.773 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-06T08:08:10.086Z | [ recovery-image] Aug 06 08:08:08.783 INFO O| Aug 06 08:08:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4534 | 2024-08-06T08:08:10.086Z | [ recovery-image] Aug 06 08:08:08.783 INFO O| Aug 06 08:08:08.783 INFO STEP 224 (remove_files) COMPLETE |
4535 | 2024-08-06T08:08:10.089Z | [ recovery-image] Aug 06 08:08:08.783 INFO O| Aug 06 08:08:08.783 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-06T08:08:10.096Z | [ recovery-image] Aug 06 08:08:08.793 INFO O| Aug 06 08:08:08.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4537 | 2024-08-06T08:08:10.099Z | [ recovery-image] Aug 06 08:08:08.794 INFO O| Aug 06 08:08:08.794 INFO STEP 225 (remove_files) COMPLETE |
4538 | 2024-08-06T08:08:10.099Z | [ recovery-image] Aug 06 08:08:08.794 INFO O| Aug 06 08:08:08.794 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-06T08:08:10.106Z | [ recovery-image] Aug 06 08:08:08.803 INFO O| Aug 06 08:08:08.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4540 | 2024-08-06T08:08:10.106Z | [ recovery-image] Aug 06 08:08:08.804 INFO O| Aug 06 08:08:08.804 INFO STEP 226 (remove_files) COMPLETE |
4541 | 2024-08-06T08:08:10.109Z | [ recovery-image] Aug 06 08:08:08.804 INFO O| Aug 06 08:08:08.804 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-06T08:08:10.116Z | [ recovery-image] Aug 06 08:08:08.813 INFO O| Aug 06 08:08:08.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4543 | 2024-08-06T08:08:10.119Z | [ recovery-image] Aug 06 08:08:08.814 INFO O| Aug 06 08:08:08.814 INFO STEP 227 (remove_files) COMPLETE |
4544 | 2024-08-06T08:08:10.119Z | [ recovery-image] Aug 06 08:08:08.814 INFO O| Aug 06 08:08:08.814 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-06T08:08:10.126Z | [ recovery-image] Aug 06 08:08:08.823 INFO O| Aug 06 08:08:08.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4546 | 2024-08-06T08:08:10.126Z | [ recovery-image] Aug 06 08:08:08.823 INFO O| Aug 06 08:08:08.823 INFO STEP 228 (remove_files) COMPLETE |
4547 | 2024-08-06T08:08:10.126Z | [ recovery-image] Aug 06 08:08:08.823 INFO O| Aug 06 08:08:08.823 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-06T08:08:10.135Z | [ recovery-image] Aug 06 08:08:08.833 INFO O| Aug 06 08:08:08.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4549 | 2024-08-06T08:08:10.136Z | [ recovery-image] Aug 06 08:08:08.833 INFO O| Aug 06 08:08:08.833 INFO STEP 229 (remove_files) COMPLETE |
4550 | 2024-08-06T08:08:10.136Z | [ recovery-image] Aug 06 08:08:08.833 INFO O| Aug 06 08:08:08.833 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-06T08:08:10.146Z | [ recovery-image] Aug 06 08:08:08.843 INFO O| Aug 06 08:08:08.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4552 | 2024-08-06T08:08:10.146Z | [ recovery-image] Aug 06 08:08:08.843 INFO O| Aug 06 08:08:08.843 INFO STEP 230 (remove_files) COMPLETE |
4553 | 2024-08-06T08:08:10.149Z | [ recovery-image] Aug 06 08:08:08.843 INFO O| Aug 06 08:08:08.843 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-06T08:08:10.156Z | [ recovery-image] Aug 06 08:08:08.854 INFO O| Aug 06 08:08:08.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4555 | 2024-08-06T08:08:10.159Z | [ recovery-image] Aug 06 08:08:08.854 INFO O| Aug 06 08:08:08.854 INFO STEP 231 (remove_files) COMPLETE |
4556 | 2024-08-06T08:08:10.159Z | [ recovery-image] Aug 06 08:08:08.854 INFO O| Aug 06 08:08:08.854 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-06T08:08:10.166Z | [ recovery-image] Aug 06 08:08:08.864 INFO O| Aug 06 08:08:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4558 | 2024-08-06T08:08:10.169Z | [ recovery-image] Aug 06 08:08:08.864 INFO O| Aug 06 08:08:08.864 INFO STEP 232 (remove_files) COMPLETE |
4559 | 2024-08-06T08:08:10.169Z | [ recovery-image] Aug 06 08:08:08.864 INFO O| Aug 06 08:08:08.864 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-06T08:08:10.176Z | [ recovery-image] Aug 06 08:08:08.874 INFO O| Aug 06 08:08:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4561 | 2024-08-06T08:08:10.179Z | [ recovery-image] Aug 06 08:08:08.874 INFO O| Aug 06 08:08:08.874 INFO STEP 233 (remove_files) COMPLETE |
4562 | 2024-08-06T08:08:10.179Z | [ recovery-image] Aug 06 08:08:08.874 INFO O| Aug 06 08:08:08.874 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-06T08:08:10.186Z | [ recovery-image] Aug 06 08:08:08.884 INFO O| Aug 06 08:08:08.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4564 | 2024-08-06T08:08:10.189Z | [ recovery-image] Aug 06 08:08:08.884 INFO O| Aug 06 08:08:08.884 INFO STEP 234 (remove_files) COMPLETE |
4565 | 2024-08-06T08:08:10.189Z | [ recovery-image] Aug 06 08:08:08.884 INFO O| Aug 06 08:08:08.884 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-06T08:08:10.196Z | [ recovery-image] Aug 06 08:08:08.894 INFO O| Aug 06 08:08:08.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4567 | 2024-08-06T08:08:10.199Z | [ recovery-image] Aug 06 08:08:08.894 INFO O| Aug 06 08:08:08.894 INFO STEP 235 (remove_files) COMPLETE |
4568 | 2024-08-06T08:08:10.199Z | [ recovery-image] Aug 06 08:08:08.894 INFO O| Aug 06 08:08:08.894 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-06T08:08:10.206Z | [ recovery-image] Aug 06 08:08:08.904 INFO O| Aug 06 08:08:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4570 | 2024-08-06T08:08:10.206Z | [ recovery-image] Aug 06 08:08:08.904 INFO O| Aug 06 08:08:08.904 INFO STEP 236 (remove_files) COMPLETE |
4571 | 2024-08-06T08:08:10.209Z | [ recovery-image] Aug 06 08:08:08.904 INFO O| Aug 06 08:08:08.904 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-06T08:08:10.217Z | [ recovery-image] Aug 06 08:08:08.914 INFO O| Aug 06 08:08:08.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4573 | 2024-08-06T08:08:10.217Z | [ recovery-image] Aug 06 08:08:08.914 INFO O| Aug 06 08:08:08.914 INFO STEP 237 (remove_files) COMPLETE |
4574 | 2024-08-06T08:08:10.220Z | [ recovery-image] Aug 06 08:08:08.914 INFO O| Aug 06 08:08:08.914 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-06T08:08:10.226Z | [ recovery-image] Aug 06 08:08:08.924 INFO O| Aug 06 08:08:08.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4576 | 2024-08-06T08:08:10.226Z | [ recovery-image] Aug 06 08:08:08.924 INFO O| Aug 06 08:08:08.924 INFO STEP 238 (remove_files) COMPLETE |
4577 | 2024-08-06T08:08:10.226Z | [ recovery-image] Aug 06 08:08:08.924 INFO O| Aug 06 08:08:08.924 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-06T08:08:10.236Z | [ recovery-image] Aug 06 08:08:08.934 INFO O| Aug 06 08:08:08.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4579 | 2024-08-06T08:08:10.236Z | [ recovery-image] Aug 06 08:08:08.934 INFO O| Aug 06 08:08:08.934 INFO STEP 239 (remove_files) COMPLETE |
4580 | 2024-08-06T08:08:10.236Z | [ recovery-image] Aug 06 08:08:08.934 INFO O| Aug 06 08:08:08.934 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-06T08:08:10.246Z | [ recovery-image] Aug 06 08:08:08.944 INFO O| Aug 06 08:08:08.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4582 | 2024-08-06T08:08:10.246Z | [ recovery-image] Aug 06 08:08:08.944 INFO O| Aug 06 08:08:08.944 INFO STEP 240 (remove_files) COMPLETE |
4583 | 2024-08-06T08:08:10.246Z | [ recovery-image] Aug 06 08:08:08.944 INFO O| Aug 06 08:08:08.944 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-06T08:08:10.256Z | [ recovery-image] Aug 06 08:08:08.954 INFO O| Aug 06 08:08:08.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4585 | 2024-08-06T08:08:10.259Z | [ recovery-image] Aug 06 08:08:08.954 INFO O| Aug 06 08:08:08.954 INFO STEP 241 (remove_files) COMPLETE |
4586 | 2024-08-06T08:08:10.259Z | [ recovery-image] Aug 06 08:08:08.954 INFO O| Aug 06 08:08:08.954 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-06T08:08:10.266Z | [ recovery-image] Aug 06 08:08:08.964 INFO O| Aug 06 08:08:08.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4588 | 2024-08-06T08:08:10.266Z | [ recovery-image] Aug 06 08:08:08.964 INFO O| Aug 06 08:08:08.964 INFO STEP 242 (remove_files) COMPLETE |
4589 | 2024-08-06T08:08:10.269Z | [ recovery-image] Aug 06 08:08:08.964 INFO O| Aug 06 08:08:08.964 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-06T08:08:10.276Z | [ recovery-image] Aug 06 08:08:08.974 INFO O| Aug 06 08:08:08.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4591 | 2024-08-06T08:08:10.276Z | [ recovery-image] Aug 06 08:08:08.974 INFO O| Aug 06 08:08:08.974 INFO STEP 243 (remove_files) COMPLETE |
4592 | 2024-08-06T08:08:10.276Z | [ recovery-image] Aug 06 08:08:08.974 INFO O| Aug 06 08:08:08.974 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-06T08:08:10.286Z | [ recovery-image] Aug 06 08:08:08.983 INFO O| Aug 06 08:08:08.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4594 | 2024-08-06T08:08:10.286Z | [ recovery-image] Aug 06 08:08:08.983 INFO O| Aug 06 08:08:08.983 INFO STEP 244 (remove_files) COMPLETE |
4595 | 2024-08-06T08:08:10.286Z | [ recovery-image] Aug 06 08:08:08.983 INFO O| Aug 06 08:08:08.983 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-06T08:08:10.289Z | [ host-image] Aug 06 08:08:08.987 INFO O| Aug 06 08:08:08.987 INFO O| Planning: Solver setup ... Done |
4597 | 2024-08-06T08:08:10.293Z | [ host-image] Aug 06 08:08:08.991 INFO O| Aug 06 08:08:08.991 INFO O| Planning: Running solver ... Done |
4598 | 2024-08-06T08:08:10.296Z | [ recovery-image] Aug 06 08:08:08.993 INFO O| Aug 06 08:08:08.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4599 | 2024-08-06T08:08:10.296Z | [ recovery-image] Aug 06 08:08:08.993 INFO O| Aug 06 08:08:08.993 INFO STEP 245 (remove_files) COMPLETE |
4600 | 2024-08-06T08:08:10.296Z | [ recovery-image] Aug 06 08:08:08.993 INFO O| Aug 06 08:08:08.993 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-08-06T08:08:10.306Z | [ recovery-image] Aug 06 08:08:09.004 INFO O| Aug 06 08:08:09.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4602 | 2024-08-06T08:08:10.306Z | [ recovery-image] Aug 06 08:08:09.004 INFO O| Aug 06 08:08:09.004 INFO STEP 246 (remove_files) COMPLETE |
4603 | 2024-08-06T08:08:10.306Z | [ recovery-image] Aug 06 08:08:09.004 INFO O| Aug 06 08:08:09.004 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-08-06T08:08:10.317Z | [ recovery-image] Aug 06 08:08:09.014 INFO O| Aug 06 08:08:09.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4605 | 2024-08-06T08:08:10.317Z | [ recovery-image] Aug 06 08:08:09.014 INFO O| Aug 06 08:08:09.014 INFO STEP 247 (remove_files) COMPLETE |
4606 | 2024-08-06T08:08:10.320Z | [ recovery-image] Aug 06 08:08:09.014 INFO O| Aug 06 08:08:09.014 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-08-06T08:08:10.327Z | [ recovery-image] Aug 06 08:08:09.024 INFO O| Aug 06 08:08:09.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4608 | 2024-08-06T08:08:10.327Z | [ recovery-image] Aug 06 08:08:09.024 INFO O| Aug 06 08:08:09.024 INFO STEP 248 (remove_files) COMPLETE |
4609 | 2024-08-06T08:08:10.330Z | [ recovery-image] Aug 06 08:08:09.024 INFO O| Aug 06 08:08:09.024 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-08-06T08:08:10.333Z | [ host-image] Aug 06 08:08:09.028 INFO O| Aug 06 08:08:09.028 INFO O| Planning: Finding local manifests ... Done |
4611 | 2024-08-06T08:08:10.333Z | [ host-image] Aug 06 08:08:09.030 INFO O| Aug 06 08:08:09.030 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4612 | 2024-08-06T08:08:10.337Z | [ recovery-image] Aug 06 08:08:09.034 INFO O| Aug 06 08:08:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4613 | 2024-08-06T08:08:10.337Z | [ recovery-image] Aug 06 08:08:09.034 INFO O| Aug 06 08:08:09.034 INFO STEP 249 (remove_files) COMPLETE |
4614 | 2024-08-06T08:08:10.337Z | [ recovery-image] Aug 06 08:08:09.034 INFO O| Aug 06 08:08:09.034 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-08-06T08:08:10.347Z | [ recovery-image] Aug 06 08:08:09.044 INFO O| Aug 06 08:08:09.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4616 | 2024-08-06T08:08:10.349Z | [ recovery-image] Aug 06 08:08:09.044 INFO O| Aug 06 08:08:09.044 INFO STEP 250 (remove_files) COMPLETE |
4617 | 2024-08-06T08:08:10.350Z | [ recovery-image] Aug 06 08:08:09.044 INFO O| Aug 06 08:08:09.044 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-08-06T08:08:10.357Z | [ recovery-image] Aug 06 08:08:09.054 INFO O| Aug 06 08:08:09.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4619 | 2024-08-06T08:08:10.359Z | [ recovery-image] Aug 06 08:08:09.054 INFO O| Aug 06 08:08:09.054 INFO STEP 251 (remove_files) COMPLETE |
4620 | 2024-08-06T08:08:10.359Z | [ recovery-image] Aug 06 08:08:09.054 INFO O| Aug 06 08:08:09.054 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-06T08:08:10.366Z | [ recovery-image] Aug 06 08:08:09.064 INFO O| Aug 06 08:08:09.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4622 | 2024-08-06T08:08:10.377Z | [ recovery-image] Aug 06 08:08:09.064 INFO O| Aug 06 08:08:09.064 INFO STEP 252 (remove_files) COMPLETE |
4623 | 2024-08-06T08:08:10.377Z | [ recovery-image] Aug 06 08:08:09.064 INFO O| Aug 06 08:08:09.064 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-06T08:08:10.377Z | [ recovery-image] Aug 06 08:08:09.073 INFO O| Aug 06 08:08:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4625 | 2024-08-06T08:08:10.377Z | [ recovery-image] Aug 06 08:08:09.073 INFO O| Aug 06 08:08:09.073 INFO STEP 253 (remove_files) COMPLETE |
4626 | 2024-08-06T08:08:10.377Z | [ recovery-image] Aug 06 08:08:09.073 INFO O| Aug 06 08:08:09.073 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-06T08:08:10.385Z | [ recovery-image] Aug 06 08:08:09.083 INFO O| Aug 06 08:08:09.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4628 | 2024-08-06T08:08:10.388Z | [ recovery-image] Aug 06 08:08:09.083 INFO O| Aug 06 08:08:09.083 INFO STEP 254 (remove_files) COMPLETE |
4629 | 2024-08-06T08:08:10.388Z | [ recovery-image] Aug 06 08:08:09.083 INFO O| Aug 06 08:08:09.083 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-06T08:08:10.395Z | [ recovery-image] Aug 06 08:08:09.092 INFO O| Aug 06 08:08:09.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4631 | 2024-08-06T08:08:10.395Z | [ recovery-image] Aug 06 08:08:09.092 INFO O| Aug 06 08:08:09.092 INFO STEP 255 (remove_files) COMPLETE |
4632 | 2024-08-06T08:08:10.398Z | [ recovery-image] Aug 06 08:08:09.092 INFO O| Aug 06 08:08:09.092 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-06T08:08:10.404Z | [ recovery-image] Aug 06 08:08:09.102 INFO O| Aug 06 08:08:09.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4634 | 2024-08-06T08:08:10.407Z | [ recovery-image] Aug 06 08:08:09.102 INFO O| Aug 06 08:08:09.102 INFO STEP 256 (remove_files) COMPLETE |
4635 | 2024-08-06T08:08:10.407Z | [ recovery-image] Aug 06 08:08:09.102 INFO O| Aug 06 08:08:09.102 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-06T08:08:10.413Z | [ recovery-image] Aug 06 08:08:09.111 INFO O| Aug 06 08:08:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4637 | 2024-08-06T08:08:10.413Z | [ recovery-image] Aug 06 08:08:09.111 INFO O| Aug 06 08:08:09.111 INFO STEP 257 (remove_files) COMPLETE |
4638 | 2024-08-06T08:08:10.416Z | [ recovery-image] Aug 06 08:08:09.111 INFO O| Aug 06 08:08:09.111 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-06T08:08:10.423Z | [ recovery-image] Aug 06 08:08:09.120 INFO O| Aug 06 08:08:09.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4640 | 2024-08-06T08:08:10.426Z | [ recovery-image] Aug 06 08:08:09.121 INFO O| Aug 06 08:08:09.120 INFO STEP 258 (remove_files) COMPLETE |
4641 | 2024-08-06T08:08:10.426Z | [ recovery-image] Aug 06 08:08:09.121 INFO O| Aug 06 08:08:09.120 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-06T08:08:10.432Z | [ recovery-image] Aug 06 08:08:09.130 INFO O| Aug 06 08:08:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4643 | 2024-08-06T08:08:10.432Z | [ recovery-image] Aug 06 08:08:09.130 INFO O| Aug 06 08:08:09.130 INFO STEP 259 (remove_files) COMPLETE |
4644 | 2024-08-06T08:08:10.435Z | [ recovery-image] Aug 06 08:08:09.130 INFO O| Aug 06 08:08:09.130 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-06T08:08:10.442Z | [ recovery-image] Aug 06 08:08:09.139 INFO O| Aug 06 08:08:09.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4646 | 2024-08-06T08:08:10.442Z | [ recovery-image] Aug 06 08:08:09.139 INFO O| Aug 06 08:08:09.139 INFO STEP 260 (remove_files) COMPLETE |
4647 | 2024-08-06T08:08:10.442Z | [ recovery-image] Aug 06 08:08:09.139 INFO O| Aug 06 08:08:09.139 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-06T08:08:10.451Z | [ recovery-image] Aug 06 08:08:09.148 INFO O| Aug 06 08:08:09.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4649 | 2024-08-06T08:08:10.451Z | [ recovery-image] Aug 06 08:08:09.148 INFO O| Aug 06 08:08:09.148 INFO STEP 261 (remove_files) COMPLETE |
4650 | 2024-08-06T08:08:10.454Z | [ recovery-image] Aug 06 08:08:09.149 INFO O| Aug 06 08:08:09.148 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-06T08:08:10.460Z | [ recovery-image] Aug 06 08:08:09.158 INFO O| Aug 06 08:08:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4652 | 2024-08-06T08:08:10.460Z | [ recovery-image] Aug 06 08:08:09.158 INFO O| Aug 06 08:08:09.158 INFO STEP 262 (remove_files) COMPLETE |
4653 | 2024-08-06T08:08:10.460Z | [ recovery-image] Aug 06 08:08:09.158 INFO O| Aug 06 08:08:09.158 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-06T08:08:10.470Z | [ recovery-image] Aug 06 08:08:09.167 INFO O| Aug 06 08:08:09.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4655 | 2024-08-06T08:08:10.470Z | [ recovery-image] Aug 06 08:08:09.167 INFO O| Aug 06 08:08:09.167 INFO STEP 263 (remove_files) COMPLETE |
4656 | 2024-08-06T08:08:10.473Z | [ recovery-image] Aug 06 08:08:09.167 INFO O| Aug 06 08:08:09.167 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-06T08:08:10.479Z | [ recovery-image] Aug 06 08:08:09.177 INFO O| Aug 06 08:08:09.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4658 | 2024-08-06T08:08:10.479Z | [ recovery-image] Aug 06 08:08:09.177 INFO O| Aug 06 08:08:09.177 INFO STEP 264 (remove_files) COMPLETE |
4659 | 2024-08-06T08:08:10.479Z | [ recovery-image] Aug 06 08:08:09.177 INFO O| Aug 06 08:08:09.177 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-06T08:08:10.488Z | [ recovery-image] Aug 06 08:08:09.186 INFO O| Aug 06 08:08:09.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4661 | 2024-08-06T08:08:10.488Z | [ recovery-image] Aug 06 08:08:09.186 INFO O| Aug 06 08:08:09.186 INFO STEP 265 (remove_files) COMPLETE |
4662 | 2024-08-06T08:08:10.491Z | [ recovery-image] Aug 06 08:08:09.186 INFO O| Aug 06 08:08:09.186 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-06T08:08:10.498Z | [ recovery-image] Aug 06 08:08:09.195 INFO O| Aug 06 08:08:09.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4664 | 2024-08-06T08:08:10.498Z | [ recovery-image] Aug 06 08:08:09.195 INFO O| Aug 06 08:08:09.195 INFO STEP 266 (remove_files) COMPLETE |
4665 | 2024-08-06T08:08:10.501Z | [ recovery-image] Aug 06 08:08:09.195 INFO O| Aug 06 08:08:09.195 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-06T08:08:10.507Z | [ recovery-image] Aug 06 08:08:09.205 INFO O| Aug 06 08:08:09.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4667 | 2024-08-06T08:08:10.507Z | [ recovery-image] Aug 06 08:08:09.205 INFO O| Aug 06 08:08:09.205 INFO STEP 267 (remove_files) COMPLETE |
4668 | 2024-08-06T08:08:10.510Z | [ recovery-image] Aug 06 08:08:09.205 INFO O| Aug 06 08:08:09.205 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-06T08:08:10.516Z | [ recovery-image] Aug 06 08:08:09.214 INFO O| Aug 06 08:08:09.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4670 | 2024-08-06T08:08:10.516Z | [ recovery-image] Aug 06 08:08:09.214 INFO O| Aug 06 08:08:09.214 INFO STEP 268 (remove_files) COMPLETE |
4671 | 2024-08-06T08:08:10.517Z | [ recovery-image] Aug 06 08:08:09.214 INFO O| Aug 06 08:08:09.214 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-06T08:08:10.526Z | [ recovery-image] Aug 06 08:08:09.223 INFO O| Aug 06 08:08:09.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4673 | 2024-08-06T08:08:10.526Z | [ recovery-image] Aug 06 08:08:09.223 INFO O| Aug 06 08:08:09.223 INFO STEP 269 (remove_files) COMPLETE |
4674 | 2024-08-06T08:08:10.526Z | [ recovery-image] Aug 06 08:08:09.223 INFO O| Aug 06 08:08:09.223 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-06T08:08:10.535Z | [ recovery-image] Aug 06 08:08:09.233 INFO O| Aug 06 08:08:09.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4676 | 2024-08-06T08:08:10.535Z | [ recovery-image] Aug 06 08:08:09.233 INFO O| Aug 06 08:08:09.233 INFO STEP 270 (remove_files) COMPLETE |
4677 | 2024-08-06T08:08:10.535Z | [ recovery-image] Aug 06 08:08:09.233 INFO O| Aug 06 08:08:09.233 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-06T08:08:10.544Z | [ recovery-image] Aug 06 08:08:09.242 INFO O| Aug 06 08:08:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4679 | 2024-08-06T08:08:10.548Z | [ recovery-image] Aug 06 08:08:09.242 INFO O| Aug 06 08:08:09.242 INFO STEP 271 (remove_files) COMPLETE |
4680 | 2024-08-06T08:08:10.548Z | [ recovery-image] Aug 06 08:08:09.242 INFO O| Aug 06 08:08:09.242 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-06T08:08:10.554Z | [ recovery-image] Aug 06 08:08:09.251 INFO O| Aug 06 08:08:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4682 | 2024-08-06T08:08:10.554Z | [ recovery-image] Aug 06 08:08:09.251 INFO O| Aug 06 08:08:09.251 INFO STEP 272 (remove_files) COMPLETE |
4683 | 2024-08-06T08:08:10.557Z | [ recovery-image] Aug 06 08:08:09.251 INFO O| Aug 06 08:08:09.251 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-06T08:08:10.563Z | [ recovery-image] Aug 06 08:08:09.261 INFO O| Aug 06 08:08:09.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4685 | 2024-08-06T08:08:10.563Z | [ recovery-image] Aug 06 08:08:09.261 INFO O| Aug 06 08:08:09.261 INFO STEP 273 (remove_files) COMPLETE |
4686 | 2024-08-06T08:08:10.566Z | [ recovery-image] Aug 06 08:08:09.261 INFO O| Aug 06 08:08:09.261 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-06T08:08:10.573Z | [ recovery-image] Aug 06 08:08:09.270 INFO O| Aug 06 08:08:09.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4688 | 2024-08-06T08:08:10.573Z | [ recovery-image] Aug 06 08:08:09.270 INFO O| Aug 06 08:08:09.270 INFO STEP 274 (remove_files) COMPLETE |
4689 | 2024-08-06T08:08:10.573Z | [ recovery-image] Aug 06 08:08:09.270 INFO O| Aug 06 08:08:09.270 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-06T08:08:10.582Z | [ recovery-image] Aug 06 08:08:09.280 INFO O| Aug 06 08:08:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4691 | 2024-08-06T08:08:10.585Z | [ recovery-image] Aug 06 08:08:09.280 INFO O| Aug 06 08:08:09.280 INFO STEP 275 (remove_files) COMPLETE |
4692 | 2024-08-06T08:08:10.585Z | [ recovery-image] Aug 06 08:08:09.280 INFO O| Aug 06 08:08:09.280 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-06T08:08:10.591Z | [ recovery-image] Aug 06 08:08:09.289 INFO O| Aug 06 08:08:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4694 | 2024-08-06T08:08:10.594Z | [ recovery-image] Aug 06 08:08:09.289 INFO O| Aug 06 08:08:09.289 INFO STEP 276 (remove_files) COMPLETE |
4695 | 2024-08-06T08:08:10.594Z | [ recovery-image] Aug 06 08:08:09.289 INFO O| Aug 06 08:08:09.289 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-06T08:08:10.601Z | [ recovery-image] Aug 06 08:08:09.298 INFO O| Aug 06 08:08:09.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4697 | 2024-08-06T08:08:10.601Z | [ recovery-image] Aug 06 08:08:09.299 INFO O| Aug 06 08:08:09.298 INFO STEP 277 (remove_files) COMPLETE |
4698 | 2024-08-06T08:08:10.601Z | [ recovery-image] Aug 06 08:08:09.299 INFO O| Aug 06 08:08:09.299 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-06T08:08:10.610Z | [ recovery-image] Aug 06 08:08:09.308 INFO O| Aug 06 08:08:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4700 | 2024-08-06T08:08:10.610Z | [ recovery-image] Aug 06 08:08:09.308 INFO O| Aug 06 08:08:09.308 INFO STEP 278 (remove_files) COMPLETE |
4701 | 2024-08-06T08:08:10.613Z | [ recovery-image] Aug 06 08:08:09.308 INFO O| Aug 06 08:08:09.308 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-08-06T08:08:10.620Z | [ recovery-image] Aug 06 08:08:09.317 INFO O| Aug 06 08:08:09.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4703 | 2024-08-06T08:08:10.623Z | [ recovery-image] Aug 06 08:08:09.317 INFO O| Aug 06 08:08:09.317 INFO STEP 279 (remove_files) COMPLETE |
4704 | 2024-08-06T08:08:10.623Z | [ recovery-image] Aug 06 08:08:09.317 INFO O| Aug 06 08:08:09.317 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-08-06T08:08:10.629Z | [ recovery-image] Aug 06 08:08:09.326 INFO O| Aug 06 08:08:09.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4706 | 2024-08-06T08:08:10.629Z | [ recovery-image] Aug 06 08:08:09.326 INFO O| Aug 06 08:08:09.326 INFO STEP 280 (remove_files) COMPLETE |
4707 | 2024-08-06T08:08:10.632Z | [ recovery-image] Aug 06 08:08:09.327 INFO O| Aug 06 08:08:09.326 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-08-06T08:08:10.638Z | [ recovery-image] Aug 06 08:08:09.336 INFO O| Aug 06 08:08:09.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4709 | 2024-08-06T08:08:10.638Z | [ recovery-image] Aug 06 08:08:09.336 INFO O| Aug 06 08:08:09.336 INFO STEP 281 (remove_files) COMPLETE |
4710 | 2024-08-06T08:08:10.641Z | [ recovery-image] Aug 06 08:08:09.336 INFO O| Aug 06 08:08:09.336 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-08-06T08:08:10.648Z | [ recovery-image] Aug 06 08:08:09.345 INFO O| Aug 06 08:08:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4712 | 2024-08-06T08:08:10.651Z | [ recovery-image] Aug 06 08:08:09.345 INFO O| Aug 06 08:08:09.345 INFO STEP 282 (remove_files) COMPLETE |
4713 | 2024-08-06T08:08:10.651Z | [ recovery-image] Aug 06 08:08:09.345 INFO O| Aug 06 08:08:09.345 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-08-06T08:08:10.657Z | [ recovery-image] Aug 06 08:08:09.355 INFO O| Aug 06 08:08:09.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4715 | 2024-08-06T08:08:10.657Z | [ recovery-image] Aug 06 08:08:09.355 INFO O| Aug 06 08:08:09.355 INFO STEP 283 (remove_files) COMPLETE |
4716 | 2024-08-06T08:08:10.660Z | [ recovery-image] Aug 06 08:08:09.355 INFO O| Aug 06 08:08:09.355 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-08-06T08:08:10.666Z | [ recovery-image] Aug 06 08:08:09.364 INFO O| Aug 06 08:08:09.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4718 | 2024-08-06T08:08:10.666Z | [ recovery-image] Aug 06 08:08:09.364 INFO O| Aug 06 08:08:09.364 INFO STEP 284 (remove_files) COMPLETE |
4719 | 2024-08-06T08:08:10.669Z | [ recovery-image] Aug 06 08:08:09.364 INFO O| Aug 06 08:08:09.364 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-08-06T08:08:10.676Z | [ recovery-image] Aug 06 08:08:09.373 INFO O| Aug 06 08:08:09.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4721 | 2024-08-06T08:08:10.826Z | [ recovery-image] Aug 06 08:08:09.373 INFO O| Aug 06 08:08:09.373 INFO STEP 285 (remove_files) COMPLETE |
4722 | 2024-08-06T08:08:10.826Z | [ recovery-image] Aug 06 08:08:09.373 INFO O| Aug 06 08:08:09.373 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-08-06T08:08:10.829Z | [ recovery-image] Aug 06 08:08:09.383 INFO O| Aug 06 08:08:09.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4724 | 2024-08-06T08:08:10.829Z | [ recovery-image] Aug 06 08:08:09.383 INFO O| Aug 06 08:08:09.383 INFO STEP 286 (remove_files) COMPLETE |
4725 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.383 INFO O| Aug 06 08:08:09.383 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.392 INFO O| Aug 06 08:08:09.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4727 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.392 INFO O| Aug 06 08:08:09.392 INFO STEP 287 (remove_files) COMPLETE |
4728 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.392 INFO O| Aug 06 08:08:09.392 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.401 INFO O| Aug 06 08:08:09.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4730 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.401 INFO O| Aug 06 08:08:09.401 INFO STEP 288 (remove_files) COMPLETE |
4731 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.401 INFO O| Aug 06 08:08:09.401 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.411 INFO O| Aug 06 08:08:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4733 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.411 INFO O| Aug 06 08:08:09.411 INFO STEP 289 (remove_files) COMPLETE |
4734 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.411 INFO O| Aug 06 08:08:09.411 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.420 INFO O| Aug 06 08:08:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4736 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.420 INFO O| Aug 06 08:08:09.420 INFO STEP 290 (remove_files) COMPLETE |
4737 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.420 INFO O| Aug 06 08:08:09.420 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.429 INFO O| Aug 06 08:08:09.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4739 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.429 INFO O| Aug 06 08:08:09.429 INFO STEP 291 (remove_files) COMPLETE |
4740 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.429 INFO O| Aug 06 08:08:09.429 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.438 INFO O| Aug 06 08:08:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4742 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.438 INFO O| Aug 06 08:08:09.438 INFO STEP 292 (remove_files) COMPLETE |
4743 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.438 INFO O| Aug 06 08:08:09.438 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.448 INFO O| Aug 06 08:08:09.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4745 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.448 INFO O| Aug 06 08:08:09.448 INFO STEP 293 (remove_files) COMPLETE |
4746 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.448 INFO O| Aug 06 08:08:09.448 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.457 INFO O| Aug 06 08:08:09.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4748 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.457 INFO O| Aug 06 08:08:09.457 INFO STEP 294 (remove_files) COMPLETE |
4749 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.457 INFO O| Aug 06 08:08:09.457 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.466 INFO O| Aug 06 08:08:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4751 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.466 INFO O| Aug 06 08:08:09.466 INFO STEP 295 (remove_files) COMPLETE |
4752 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.466 INFO O| Aug 06 08:08:09.466 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.476 INFO O| Aug 06 08:08:09.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4754 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.476 INFO O| Aug 06 08:08:09.476 INFO STEP 296 (remove_files) COMPLETE |
4755 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.476 INFO O| Aug 06 08:08:09.476 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.485 INFO O| Aug 06 08:08:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4757 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.485 INFO O| Aug 06 08:08:09.485 INFO STEP 297 (remove_files) COMPLETE |
4758 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.485 INFO O| Aug 06 08:08:09.485 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.496 INFO O| Aug 06 08:08:09.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4760 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.496 INFO O| Aug 06 08:08:09.496 INFO STEP 298 (remove_files) COMPLETE |
4761 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.496 INFO O| Aug 06 08:08:09.496 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-06T08:08:10.830Z | [ recovery-image] Aug 06 08:08:09.505 INFO O| Aug 06 08:08:09.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4763 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.505 INFO O| Aug 06 08:08:09.505 INFO STEP 299 (remove_files) COMPLETE |
4764 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.505 INFO O| Aug 06 08:08:09.505 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.515 INFO O| Aug 06 08:08:09.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4766 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.515 INFO O| Aug 06 08:08:09.515 INFO STEP 300 (remove_files) COMPLETE |
4767 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.515 INFO O| Aug 06 08:08:09.515 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.525 INFO O| Aug 06 08:08:09.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4769 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.525 INFO O| Aug 06 08:08:09.525 INFO STEP 301 (remove_files) COMPLETE |
4770 | 2024-08-06T08:08:10.831Z | [ recovery-image] Aug 06 08:08:09.525 INFO O| Aug 06 08:08:09.525 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-06T08:08:10.837Z | [ recovery-image] Aug 06 08:08:09.534 INFO O| Aug 06 08:08:09.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4772 | 2024-08-06T08:08:10.837Z | [ recovery-image] Aug 06 08:08:09.534 INFO O| Aug 06 08:08:09.534 INFO STEP 302 (remove_files) COMPLETE |
4773 | 2024-08-06T08:08:10.837Z | [ recovery-image] Aug 06 08:08:09.534 INFO O| Aug 06 08:08:09.534 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-06T08:08:10.847Z | [ recovery-image] Aug 06 08:08:09.544 INFO O| Aug 06 08:08:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4775 | 2024-08-06T08:08:10.847Z | [ recovery-image] Aug 06 08:08:09.544 INFO O| Aug 06 08:08:09.544 INFO STEP 303 (remove_files) COMPLETE |
4776 | 2024-08-06T08:08:10.850Z | [ recovery-image] Aug 06 08:08:09.544 INFO O| Aug 06 08:08:09.544 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-06T08:08:10.856Z | [ recovery-image] Aug 06 08:08:09.554 INFO O| Aug 06 08:08:09.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4778 | 2024-08-06T08:08:10.857Z | [ recovery-image] Aug 06 08:08:09.554 INFO O| Aug 06 08:08:09.554 INFO STEP 304 (remove_files) COMPLETE |
4779 | 2024-08-06T08:08:10.857Z | [ recovery-image] Aug 06 08:08:09.554 INFO O| Aug 06 08:08:09.554 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-06T08:08:10.866Z | [ recovery-image] Aug 06 08:08:09.564 INFO O| Aug 06 08:08:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4781 | 2024-08-06T08:08:10.866Z | [ recovery-image] Aug 06 08:08:09.564 INFO O| Aug 06 08:08:09.564 INFO STEP 305 (remove_files) COMPLETE |
4782 | 2024-08-06T08:08:10.866Z | [ recovery-image] Aug 06 08:08:09.564 INFO O| Aug 06 08:08:09.564 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-06T08:08:10.876Z | [ recovery-image] Aug 06 08:08:09.573 INFO O| Aug 06 08:08:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4784 | 2024-08-06T08:08:10.876Z | [ recovery-image] Aug 06 08:08:09.573 INFO O| Aug 06 08:08:09.573 INFO STEP 306 (remove_files) COMPLETE |
4785 | 2024-08-06T08:08:10.876Z | [ recovery-image] Aug 06 08:08:09.573 INFO O| Aug 06 08:08:09.573 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-06T08:08:10.886Z | [ recovery-image] Aug 06 08:08:09.583 INFO O| Aug 06 08:08:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4787 | 2024-08-06T08:08:10.886Z | [ recovery-image] Aug 06 08:08:09.583 INFO O| Aug 06 08:08:09.583 INFO STEP 307 (remove_files) COMPLETE |
4788 | 2024-08-06T08:08:10.886Z | [ recovery-image] Aug 06 08:08:09.583 INFO O| Aug 06 08:08:09.583 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-06T08:08:10.895Z | [ recovery-image] Aug 06 08:08:09.593 INFO O| Aug 06 08:08:09.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4790 | 2024-08-06T08:08:10.898Z | [ recovery-image] Aug 06 08:08:09.593 INFO O| Aug 06 08:08:09.593 INFO STEP 308 (remove_files) COMPLETE |
4791 | 2024-08-06T08:08:10.898Z | [ recovery-image] Aug 06 08:08:09.593 INFO O| Aug 06 08:08:09.593 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-06T08:08:10.898Z | [ host-image] Aug 06 08:08:09.594 INFO O| Aug 06 08:08:09.594 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4793 | 2024-08-06T08:08:10.905Z | [ recovery-image] Aug 06 08:08:09.602 INFO O| Aug 06 08:08:09.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4794 | 2024-08-06T08:08:10.905Z | [ recovery-image] Aug 06 08:08:09.602 INFO O| Aug 06 08:08:09.602 INFO STEP 309 (remove_files) COMPLETE |
4795 | 2024-08-06T08:08:10.907Z | [ recovery-image] Aug 06 08:08:09.602 INFO O| Aug 06 08:08:09.602 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-08-06T08:08:10.915Z | [ recovery-image] Aug 06 08:08:09.612 INFO O| Aug 06 08:08:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4797 | 2024-08-06T08:08:10.915Z | [ recovery-image] Aug 06 08:08:09.612 INFO O| Aug 06 08:08:09.612 INFO STEP 310 (remove_files) COMPLETE |
4798 | 2024-08-06T08:08:10.915Z | [ recovery-image] Aug 06 08:08:09.612 INFO O| Aug 06 08:08:09.612 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-08-06T08:08:10.925Z | [ recovery-image] Aug 06 08:08:09.622 INFO O| Aug 06 08:08:09.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4800 | 2024-08-06T08:08:10.925Z | [ recovery-image] Aug 06 08:08:09.623 INFO O| Aug 06 08:08:09.622 INFO STEP 311 (remove_files) COMPLETE |
4801 | 2024-08-06T08:08:10.925Z | [ recovery-image] Aug 06 08:08:09.623 INFO O| Aug 06 08:08:09.622 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-08-06T08:08:10.931Z | [ host-image] Aug 06 08:08:09.628 INFO O| Aug 06 08:08:09.628 INFO O| Planning: Package planning ... Done |
4803 | 2024-08-06T08:08:10.935Z | [ recovery-image] Aug 06 08:08:09.632 INFO O| Aug 06 08:08:09.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4804 | 2024-08-06T08:08:10.938Z | [ recovery-image] Aug 06 08:08:09.632 INFO O| Aug 06 08:08:09.632 INFO STEP 312 (remove_files) COMPLETE |
4805 | 2024-08-06T08:08:10.938Z | [ recovery-image] Aug 06 08:08:09.632 INFO O| Aug 06 08:08:09.632 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-08-06T08:08:10.945Z | [ recovery-image] Aug 06 08:08:09.642 INFO O| Aug 06 08:08:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4807 | 2024-08-06T08:08:10.945Z | [ recovery-image] Aug 06 08:08:09.642 INFO O| Aug 06 08:08:09.642 INFO STEP 313 (remove_files) COMPLETE |
4808 | 2024-08-06T08:08:10.945Z | [ recovery-image] Aug 06 08:08:09.642 INFO O| Aug 06 08:08:09.642 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-08-06T08:08:10.950Z | [ host-image] Aug 06 08:08:09.647 INFO O| Aug 06 08:08:09.647 INFO O| Planning: Merging actions ... Done |
4810 | 2024-08-06T08:08:10.956Z | [ recovery-image] Aug 06 08:08:09.653 INFO O| Aug 06 08:08:09.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4811 | 2024-08-06T08:08:10.959Z | [ recovery-image] Aug 06 08:08:09.653 INFO O| Aug 06 08:08:09.653 INFO STEP 314 (remove_files) COMPLETE |
4812 | 2024-08-06T08:08:10.959Z | [ recovery-image] Aug 06 08:08:09.653 INFO O| Aug 06 08:08:09.653 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-06T08:08:10.966Z | [ recovery-image] Aug 06 08:08:09.664 INFO O| Aug 06 08:08:09.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4814 | 2024-08-06T08:08:10.969Z | [ recovery-image] Aug 06 08:08:09.664 INFO O| Aug 06 08:08:09.664 INFO STEP 315 (remove_files) COMPLETE |
4815 | 2024-08-06T08:08:10.969Z | [ recovery-image] Aug 06 08:08:09.664 INFO O| Aug 06 08:08:09.664 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-06T08:08:10.977Z | [ recovery-image] Aug 06 08:08:09.674 INFO O| Aug 06 08:08:09.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4817 | 2024-08-06T08:08:10.977Z | [ recovery-image] Aug 06 08:08:09.674 INFO O| Aug 06 08:08:09.674 INFO STEP 316 (remove_files) COMPLETE |
4818 | 2024-08-06T08:08:10.980Z | [ recovery-image] Aug 06 08:08:09.674 INFO O| Aug 06 08:08:09.674 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-06T08:08:10.987Z | [ recovery-image] Aug 06 08:08:09.684 INFO O| Aug 06 08:08:09.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4820 | 2024-08-06T08:08:10.987Z | [ recovery-image] Aug 06 08:08:09.684 INFO O| Aug 06 08:08:09.684 INFO STEP 317 (remove_files) COMPLETE |
4821 | 2024-08-06T08:08:10.989Z | [ recovery-image] Aug 06 08:08:09.684 INFO O| Aug 06 08:08:09.684 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-06T08:08:10.997Z | [ recovery-image] Aug 06 08:08:09.694 INFO O| Aug 06 08:08:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4823 | 2024-08-06T08:08:10.997Z | [ recovery-image] Aug 06 08:08:09.694 INFO O| Aug 06 08:08:09.694 INFO STEP 318 (remove_files) COMPLETE |
4824 | 2024-08-06T08:08:10.997Z | [ recovery-image] Aug 06 08:08:09.694 INFO O| Aug 06 08:08:09.694 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-06T08:08:11.006Z | [ recovery-image] Aug 06 08:08:09.704 INFO O| Aug 06 08:08:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4826 | 2024-08-06T08:08:11.006Z | [ recovery-image] Aug 06 08:08:09.704 INFO O| Aug 06 08:08:09.704 INFO STEP 319 (remove_files) COMPLETE |
4827 | 2024-08-06T08:08:11.009Z | [ recovery-image] Aug 06 08:08:09.704 INFO O| Aug 06 08:08:09.704 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-06T08:08:11.016Z | [ recovery-image] Aug 06 08:08:09.714 INFO O| Aug 06 08:08:09.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4829 | 2024-08-06T08:08:11.016Z | [ recovery-image] Aug 06 08:08:09.714 INFO O| Aug 06 08:08:09.714 INFO STEP 320 (remove_files) COMPLETE |
4830 | 2024-08-06T08:08:11.019Z | [ recovery-image] Aug 06 08:08:09.714 INFO O| Aug 06 08:08:09.714 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-06T08:08:11.024Z | [ host-image] Aug 06 08:08:09.722 INFO O| Aug 06 08:08:09.722 INFO O| Planning: Checking for conflicting actions ... Done |
4832 | 2024-08-06T08:08:11.027Z | [ recovery-image] Aug 06 08:08:09.723 INFO O| Aug 06 08:08:09.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4833 | 2024-08-06T08:08:11.027Z | [ recovery-image] Aug 06 08:08:09.723 INFO O| Aug 06 08:08:09.723 INFO STEP 321 (remove_files) COMPLETE |
4834 | 2024-08-06T08:08:11.027Z | [ recovery-image] Aug 06 08:08:09.723 INFO O| Aug 06 08:08:09.723 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-08-06T08:08:11.030Z | [ host-image] Aug 06 08:08:09.726 INFO O| Aug 06 08:08:09.726 INFO O| Planning: Consolidating action changes ... Done |
4836 | 2024-08-06T08:08:11.035Z | [ recovery-image] Aug 06 08:08:09.733 INFO O| Aug 06 08:08:09.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4837 | 2024-08-06T08:08:11.035Z | [ recovery-image] Aug 06 08:08:09.733 INFO O| Aug 06 08:08:09.733 INFO STEP 322 (remove_files) COMPLETE |
4838 | 2024-08-06T08:08:11.035Z | [ recovery-image] Aug 06 08:08:09.733 INFO O| Aug 06 08:08:09.733 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-06T08:08:11.045Z | [ recovery-image] Aug 06 08:08:09.742 INFO O| Aug 06 08:08:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4840 | 2024-08-06T08:08:11.045Z | [ recovery-image] Aug 06 08:08:09.742 INFO O| Aug 06 08:08:09.742 INFO STEP 323 (remove_files) COMPLETE |
4841 | 2024-08-06T08:08:11.047Z | [ recovery-image] Aug 06 08:08:09.742 INFO O| Aug 06 08:08:09.742 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-06T08:08:11.054Z | [ recovery-image] Aug 06 08:08:09.751 INFO O| Aug 06 08:08:09.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4843 | 2024-08-06T08:08:11.054Z | [ recovery-image] Aug 06 08:08:09.751 INFO O| Aug 06 08:08:09.751 INFO STEP 324 (remove_files) COMPLETE |
4844 | 2024-08-06T08:08:11.054Z | [ recovery-image] Aug 06 08:08:09.752 INFO O| Aug 06 08:08:09.751 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-06T08:08:11.064Z | [ recovery-image] Aug 06 08:08:09.761 INFO O| Aug 06 08:08:09.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4846 | 2024-08-06T08:08:11.066Z | [ recovery-image] Aug 06 08:08:09.761 INFO O| Aug 06 08:08:09.761 INFO STEP 325 (remove_files) COMPLETE |
4847 | 2024-08-06T08:08:11.066Z | [ recovery-image] Aug 06 08:08:09.761 INFO O| Aug 06 08:08:09.761 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-06T08:08:11.073Z | [ recovery-image] Aug 06 08:08:09.771 INFO O| Aug 06 08:08:09.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4849 | 2024-08-06T08:08:11.073Z | [ recovery-image] Aug 06 08:08:09.771 INFO O| Aug 06 08:08:09.771 INFO STEP 326 (remove_files) COMPLETE |
4850 | 2024-08-06T08:08:11.073Z | [ recovery-image] Aug 06 08:08:09.771 INFO O| Aug 06 08:08:09.771 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-06T08:08:11.083Z | [ recovery-image] Aug 06 08:08:09.780 INFO O| Aug 06 08:08:09.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4852 | 2024-08-06T08:08:11.083Z | [ recovery-image] Aug 06 08:08:09.780 INFO O| Aug 06 08:08:09.780 INFO STEP 327 (remove_files) COMPLETE |
4853 | 2024-08-06T08:08:11.085Z | [ recovery-image] Aug 06 08:08:09.780 INFO O| Aug 06 08:08:09.780 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-06T08:08:11.092Z | [ recovery-image] Aug 06 08:08:09.790 INFO O| Aug 06 08:08:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4855 | 2024-08-06T08:08:11.095Z | [ recovery-image] Aug 06 08:08:09.790 INFO O| Aug 06 08:08:09.790 INFO STEP 328 (remove_files) COMPLETE |
4856 | 2024-08-06T08:08:11.095Z | [ recovery-image] Aug 06 08:08:09.790 INFO O| Aug 06 08:08:09.790 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-06T08:08:11.102Z | [ recovery-image] Aug 06 08:08:09.799 INFO O| Aug 06 08:08:09.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4858 | 2024-08-06T08:08:11.102Z | [ recovery-image] Aug 06 08:08:09.799 INFO O| Aug 06 08:08:09.799 INFO STEP 329 (remove_files) COMPLETE |
4859 | 2024-08-06T08:08:11.104Z | [ recovery-image] Aug 06 08:08:09.799 INFO O| Aug 06 08:08:09.799 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-06T08:08:11.111Z | [ recovery-image] Aug 06 08:08:09.808 INFO O| Aug 06 08:08:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4861 | 2024-08-06T08:08:11.114Z | [ recovery-image] Aug 06 08:08:09.809 INFO O| Aug 06 08:08:09.809 INFO STEP 330 (remove_files) COMPLETE |
4862 | 2024-08-06T08:08:11.114Z | [ recovery-image] Aug 06 08:08:09.809 INFO O| Aug 06 08:08:09.809 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-06T08:08:11.121Z | [ recovery-image] Aug 06 08:08:09.818 INFO O| Aug 06 08:08:09.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4864 | 2024-08-06T08:08:11.121Z | [ recovery-image] Aug 06 08:08:09.818 INFO O| Aug 06 08:08:09.818 INFO STEP 331 (remove_files) COMPLETE |
4865 | 2024-08-06T08:08:11.123Z | [ recovery-image] Aug 06 08:08:09.818 INFO O| Aug 06 08:08:09.818 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-06T08:08:11.131Z | [ recovery-image] Aug 06 08:08:09.828 INFO O| Aug 06 08:08:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4867 | 2024-08-06T08:08:11.131Z | [ recovery-image] Aug 06 08:08:09.828 INFO O| Aug 06 08:08:09.828 INFO STEP 332 (remove_files) COMPLETE |
4868 | 2024-08-06T08:08:11.134Z | [ recovery-image] Aug 06 08:08:09.828 INFO O| Aug 06 08:08:09.828 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-06T08:08:11.142Z | [ recovery-image] Aug 06 08:08:09.839 INFO O| Aug 06 08:08:09.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4870 | 2024-08-06T08:08:11.144Z | [ recovery-image] Aug 06 08:08:09.839 INFO O| Aug 06 08:08:09.839 INFO STEP 333 (remove_files) COMPLETE |
4871 | 2024-08-06T08:08:11.144Z | [ recovery-image] Aug 06 08:08:09.839 INFO O| Aug 06 08:08:09.839 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-06T08:08:11.153Z | [ recovery-image] Aug 06 08:08:09.850 INFO O| Aug 06 08:08:09.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4873 | 2024-08-06T08:08:11.156Z | [ recovery-image] Aug 06 08:08:09.850 INFO O| Aug 06 08:08:09.850 INFO STEP 334 (remove_files) COMPLETE |
4874 | 2024-08-06T08:08:11.156Z | [ recovery-image] Aug 06 08:08:09.850 INFO O| Aug 06 08:08:09.850 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-06T08:08:11.164Z | [ recovery-image] Aug 06 08:08:09.861 INFO O| Aug 06 08:08:09.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4876 | 2024-08-06T08:08:11.164Z | [ recovery-image] Aug 06 08:08:09.861 INFO O| Aug 06 08:08:09.861 INFO STEP 335 (remove_files) COMPLETE |
4877 | 2024-08-06T08:08:11.164Z | [ recovery-image] Aug 06 08:08:09.861 INFO O| Aug 06 08:08:09.861 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-06T08:08:11.175Z | [ recovery-image] Aug 06 08:08:09.872 INFO O| Aug 06 08:08:09.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4879 | 2024-08-06T08:08:11.178Z | [ recovery-image] Aug 06 08:08:09.873 INFO O| Aug 06 08:08:09.873 INFO STEP 336 (remove_files) COMPLETE |
4880 | 2024-08-06T08:08:11.178Z | [ recovery-image] Aug 06 08:08:09.873 INFO O| Aug 06 08:08:09.873 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-06T08:08:11.186Z | [ recovery-image] Aug 06 08:08:09.883 INFO O| Aug 06 08:08:09.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4882 | 2024-08-06T08:08:11.186Z | [ recovery-image] Aug 06 08:08:09.883 INFO O| Aug 06 08:08:09.883 INFO STEP 337 (remove_files) COMPLETE |
4883 | 2024-08-06T08:08:11.189Z | [ recovery-image] Aug 06 08:08:09.883 INFO O| Aug 06 08:08:09.883 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-06T08:08:11.197Z | [ recovery-image] Aug 06 08:08:09.894 INFO O| Aug 06 08:08:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4885 | 2024-08-06T08:08:11.197Z | [ recovery-image] Aug 06 08:08:09.894 INFO O| Aug 06 08:08:09.894 INFO STEP 338 (remove_files) COMPLETE |
4886 | 2024-08-06T08:08:11.197Z | [ recovery-image] Aug 06 08:08:09.894 INFO O| Aug 06 08:08:09.894 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-06T08:08:11.207Z | [ recovery-image] Aug 06 08:08:09.905 INFO O| Aug 06 08:08:09.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4888 | 2024-08-06T08:08:11.207Z | [ recovery-image] Aug 06 08:08:09.905 INFO O| Aug 06 08:08:09.905 INFO STEP 339 (remove_files) COMPLETE |
4889 | 2024-08-06T08:08:11.207Z | [ recovery-image] Aug 06 08:08:09.905 INFO O| Aug 06 08:08:09.905 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-06T08:08:11.218Z | [ recovery-image] Aug 06 08:08:09.914 INFO O| Aug 06 08:08:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4891 | 2024-08-06T08:08:11.221Z | [ recovery-image] Aug 06 08:08:09.915 INFO O| Aug 06 08:08:09.915 INFO STEP 340 (remove_files) COMPLETE |
4892 | 2024-08-06T08:08:11.221Z | [ recovery-image] Aug 06 08:08:09.915 INFO O| Aug 06 08:08:09.915 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-06T08:08:11.227Z | [ recovery-image] Aug 06 08:08:09.924 INFO O| Aug 06 08:08:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4894 | 2024-08-06T08:08:11.227Z | [ recovery-image] Aug 06 08:08:09.924 INFO O| Aug 06 08:08:09.924 INFO STEP 341 (remove_files) COMPLETE |
4895 | 2024-08-06T08:08:11.229Z | [ recovery-image] Aug 06 08:08:09.924 INFO O| Aug 06 08:08:09.924 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-06T08:08:11.236Z | [ recovery-image] Aug 06 08:08:09.934 INFO O| Aug 06 08:08:09.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4897 | 2024-08-06T08:08:11.236Z | [ recovery-image] Aug 06 08:08:09.934 INFO O| Aug 06 08:08:09.934 INFO STEP 342 (remove_files) COMPLETE |
4898 | 2024-08-06T08:08:11.236Z | [ recovery-image] Aug 06 08:08:09.934 INFO O| Aug 06 08:08:09.934 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-06T08:08:11.246Z | [ recovery-image] Aug 06 08:08:09.943 INFO O| Aug 06 08:08:09.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4900 | 2024-08-06T08:08:11.246Z | [ recovery-image] Aug 06 08:08:09.944 INFO O| Aug 06 08:08:09.944 INFO STEP 343 (remove_files) COMPLETE |
4901 | 2024-08-06T08:08:11.249Z | [ recovery-image] Aug 06 08:08:09.944 INFO O| Aug 06 08:08:09.944 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-06T08:08:11.256Z | [ recovery-image] Aug 06 08:08:09.953 INFO O| Aug 06 08:08:09.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4903 | 2024-08-06T08:08:11.258Z | [ recovery-image] Aug 06 08:08:09.953 INFO O| Aug 06 08:08:09.953 INFO STEP 344 (remove_files) COMPLETE |
4904 | 2024-08-06T08:08:11.258Z | [ recovery-image] Aug 06 08:08:09.953 INFO O| Aug 06 08:08:09.953 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-06T08:08:11.265Z | [ recovery-image] Aug 06 08:08:09.963 INFO O| Aug 06 08:08:09.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4906 | 2024-08-06T08:08:11.268Z | [ recovery-image] Aug 06 08:08:09.963 INFO O| Aug 06 08:08:09.963 INFO STEP 345 (remove_files) COMPLETE |
4907 | 2024-08-06T08:08:11.268Z | [ recovery-image] Aug 06 08:08:09.963 INFO O| Aug 06 08:08:09.963 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-06T08:08:11.275Z | [ recovery-image] Aug 06 08:08:09.972 INFO O| Aug 06 08:08:09.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4909 | 2024-08-06T08:08:11.275Z | [ recovery-image] Aug 06 08:08:09.972 INFO O| Aug 06 08:08:09.972 INFO STEP 346 (remove_files) COMPLETE |
4910 | 2024-08-06T08:08:11.278Z | [ recovery-image] Aug 06 08:08:09.972 INFO O| Aug 06 08:08:09.972 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-06T08:08:11.282Z | [ host-image] Aug 06 08:08:09.980 INFO O| Aug 06 08:08:09.980 INFO O| Planning: Evaluating mediators ... Done |
4912 | 2024-08-06T08:08:11.285Z | [ recovery-image] Aug 06 08:08:09.982 INFO O| Aug 06 08:08:09.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4913 | 2024-08-06T08:08:11.285Z | [ recovery-image] Aug 06 08:08:09.982 INFO O| Aug 06 08:08:09.982 INFO STEP 347 (remove_files) COMPLETE |
4914 | 2024-08-06T08:08:11.285Z | [ recovery-image] Aug 06 08:08:09.982 INFO O| Aug 06 08:08:09.982 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-08-06T08:08:11.289Z | [ host-image] Aug 06 08:08:09.983 INFO O| Aug 06 08:08:09.983 INFO O| Planning: Planning completed in 2.32 seconds |
4916 | 2024-08-06T08:08:11.289Z | [ host-image] Aug 06 08:08:09.985 INFO O| Aug 06 08:08:09.985 INFO O| Packages to install: 6 |
4917 | 2024-08-06T08:08:11.289Z | [ host-image] Aug 06 08:08:09.985 INFO O| Aug 06 08:08:09.985 INFO O| Mediators to change: 1 |
4918 | 2024-08-06T08:08:11.289Z | [ host-image] Aug 06 08:08:09.985 INFO O| Aug 06 08:08:09.985 INFO O| Services to change: 1 |
4919 | 2024-08-06T08:08:11.295Z | [ recovery-image] Aug 06 08:08:09.992 INFO O| Aug 06 08:08:09.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4920 | 2024-08-06T08:08:11.295Z | [ recovery-image] Aug 06 08:08:09.992 INFO O| Aug 06 08:08:09.992 INFO STEP 348 (remove_files) COMPLETE |
4921 | 2024-08-06T08:08:11.298Z | [ recovery-image] Aug 06 08:08:09.993 INFO O| Aug 06 08:08:09.992 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-08-06T08:08:11.301Z | [ host-image] Aug 06 08:08:09.997 INFO O| Aug 06 08:08:09.997 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4923 | 2024-08-06T08:08:11.305Z | [ recovery-image] Aug 06 08:08:10.003 INFO O| Aug 06 08:08:10.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4924 | 2024-08-06T08:08:11.305Z | [ recovery-image] Aug 06 08:08:10.003 INFO O| Aug 06 08:08:10.003 INFO STEP 349 (remove_files) COMPLETE |
4925 | 2024-08-06T08:08:11.305Z | [ recovery-image] Aug 06 08:08:10.003 INFO O| Aug 06 08:08:10.003 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-06T08:08:11.315Z | [ recovery-image] Aug 06 08:08:10.013 INFO O| Aug 06 08:08:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4927 | 2024-08-06T08:08:11.315Z | [ recovery-image] Aug 06 08:08:10.013 INFO O| Aug 06 08:08:10.013 INFO STEP 350 (remove_files) COMPLETE |
4928 | 2024-08-06T08:08:11.318Z | [ recovery-image] Aug 06 08:08:10.013 INFO O| Aug 06 08:08:10.013 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-06T08:08:11.325Z | [ recovery-image] Aug 06 08:08:10.022 INFO O| Aug 06 08:08:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4930 | 2024-08-06T08:08:11.325Z | [ recovery-image] Aug 06 08:08:10.022 INFO O| Aug 06 08:08:10.022 INFO STEP 351 (remove_files) COMPLETE |
4931 | 2024-08-06T08:08:11.328Z | [ recovery-image] Aug 06 08:08:10.022 INFO O| Aug 06 08:08:10.022 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-06T08:08:11.335Z | [ recovery-image] Aug 06 08:08:10.032 INFO O| Aug 06 08:08:10.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4933 | 2024-08-06T08:08:11.335Z | [ recovery-image] Aug 06 08:08:10.032 INFO O| Aug 06 08:08:10.032 INFO STEP 352 (remove_files) COMPLETE |
4934 | 2024-08-06T08:08:11.335Z | [ recovery-image] Aug 06 08:08:10.032 INFO O| Aug 06 08:08:10.032 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-06T08:08:11.344Z | [ recovery-image] Aug 06 08:08:10.041 INFO O| Aug 06 08:08:10.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4936 | 2024-08-06T08:08:11.344Z | [ recovery-image] Aug 06 08:08:10.042 INFO O| Aug 06 08:08:10.042 INFO STEP 353 (remove_files) COMPLETE |
4937 | 2024-08-06T08:08:11.347Z | [ recovery-image] Aug 06 08:08:10.042 INFO O| Aug 06 08:08:10.042 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-06T08:08:11.353Z | [ recovery-image] Aug 06 08:08:10.051 INFO O| Aug 06 08:08:10.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4939 | 2024-08-06T08:08:11.354Z | [ recovery-image] Aug 06 08:08:10.051 INFO O| Aug 06 08:08:10.051 INFO STEP 354 (remove_files) COMPLETE |
4940 | 2024-08-06T08:08:11.356Z | [ recovery-image] Aug 06 08:08:10.051 INFO O| Aug 06 08:08:10.051 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-06T08:08:11.363Z | [ recovery-image] Aug 06 08:08:10.060 INFO O| Aug 06 08:08:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4942 | 2024-08-06T08:08:11.363Z | [ recovery-image] Aug 06 08:08:10.060 INFO O| Aug 06 08:08:10.060 INFO STEP 355 (remove_files) COMPLETE |
4943 | 2024-08-06T08:08:11.366Z | [ recovery-image] Aug 06 08:08:10.060 INFO O| Aug 06 08:08:10.060 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-06T08:08:11.372Z | [ recovery-image] Aug 06 08:08:10.070 INFO O| Aug 06 08:08:10.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4945 | 2024-08-06T08:08:11.375Z | [ recovery-image] Aug 06 08:08:10.070 INFO O| Aug 06 08:08:10.070 INFO STEP 356 (remove_files) COMPLETE |
4946 | 2024-08-06T08:08:11.375Z | [ recovery-image] Aug 06 08:08:10.070 INFO O| Aug 06 08:08:10.070 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-06T08:08:11.382Z | [ recovery-image] Aug 06 08:08:10.079 INFO O| Aug 06 08:08:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4948 | 2024-08-06T08:08:11.384Z | [ recovery-image] Aug 06 08:08:10.079 INFO O| Aug 06 08:08:10.079 INFO STEP 357 (remove_files) COMPLETE |
4949 | 2024-08-06T08:08:11.384Z | [ recovery-image] Aug 06 08:08:10.079 INFO O| Aug 06 08:08:10.079 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-06T08:08:11.391Z | [ recovery-image] Aug 06 08:08:10.088 INFO O| Aug 06 08:08:10.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4951 | 2024-08-06T08:08:11.391Z | [ recovery-image] Aug 06 08:08:10.088 INFO O| Aug 06 08:08:10.088 INFO STEP 358 (remove_files) COMPLETE |
4952 | 2024-08-06T08:08:11.391Z | [ recovery-image] Aug 06 08:08:10.088 INFO O| Aug 06 08:08:10.088 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-06T08:08:11.400Z | [ recovery-image] Aug 06 08:08:10.098 INFO O| Aug 06 08:08:10.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4954 | 2024-08-06T08:08:11.407Z | [ recovery-image] Aug 06 08:08:10.098 INFO O| Aug 06 08:08:10.098 INFO STEP 359 (remove_files) COMPLETE |
4955 | 2024-08-06T08:08:11.407Z | [ recovery-image] Aug 06 08:08:10.098 INFO O| Aug 06 08:08:10.098 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-08-06T08:08:11.411Z | [ recovery-image] Aug 06 08:08:10.108 INFO O| Aug 06 08:08:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4957 | 2024-08-06T08:08:11.411Z | [ recovery-image] Aug 06 08:08:10.108 INFO O| Aug 06 08:08:10.108 INFO STEP 360 (remove_files) COMPLETE |
4958 | 2024-08-06T08:08:11.411Z | [ recovery-image] Aug 06 08:08:10.108 INFO O| Aug 06 08:08:10.108 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-08-06T08:08:11.420Z | [ recovery-image] Aug 06 08:08:10.118 INFO O| Aug 06 08:08:10.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4960 | 2024-08-06T08:08:11.420Z | [ recovery-image] Aug 06 08:08:10.118 INFO O| Aug 06 08:08:10.118 INFO STEP 361 (remove_files) COMPLETE |
4961 | 2024-08-06T08:08:11.423Z | [ recovery-image] Aug 06 08:08:10.118 INFO O| Aug 06 08:08:10.118 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-08-06T08:08:11.430Z | [ recovery-image] Aug 06 08:08:10.127 INFO O| Aug 06 08:08:10.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4963 | 2024-08-06T08:08:11.430Z | [ recovery-image] Aug 06 08:08:10.127 INFO O| Aug 06 08:08:10.127 INFO STEP 362 (remove_files) COMPLETE |
4964 | 2024-08-06T08:08:11.430Z | [ recovery-image] Aug 06 08:08:10.127 INFO O| Aug 06 08:08:10.127 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-08-06T08:08:11.439Z | [ recovery-image] Aug 06 08:08:10.137 INFO O| Aug 06 08:08:10.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4966 | 2024-08-06T08:08:11.439Z | [ recovery-image] Aug 06 08:08:10.137 INFO O| Aug 06 08:08:10.137 INFO STEP 363 (remove_files) COMPLETE |
4967 | 2024-08-06T08:08:11.439Z | [ recovery-image] Aug 06 08:08:10.137 INFO O| Aug 06 08:08:10.137 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-06T08:08:11.449Z | [ recovery-image] Aug 06 08:08:10.146 INFO O| Aug 06 08:08:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4969 | 2024-08-06T08:08:11.449Z | [ recovery-image] Aug 06 08:08:10.146 INFO O| Aug 06 08:08:10.146 INFO STEP 364 (remove_files) COMPLETE |
4970 | 2024-08-06T08:08:11.451Z | [ recovery-image] Aug 06 08:08:10.146 INFO O| Aug 06 08:08:10.146 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-06T08:08:11.458Z | [ recovery-image] Aug 06 08:08:10.155 INFO O| Aug 06 08:08:10.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4972 | 2024-08-06T08:08:11.461Z | [ recovery-image] Aug 06 08:08:10.155 INFO O| Aug 06 08:08:10.155 INFO STEP 365 (remove_files) COMPLETE |
4973 | 2024-08-06T08:08:11.461Z | [ recovery-image] Aug 06 08:08:10.155 INFO O| Aug 06 08:08:10.155 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-06T08:08:11.467Z | [ recovery-image] Aug 06 08:08:10.165 INFO O| Aug 06 08:08:10.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4975 | 2024-08-06T08:08:11.467Z | [ recovery-image] Aug 06 08:08:10.165 INFO O| Aug 06 08:08:10.165 INFO STEP 366 (remove_files) COMPLETE |
4976 | 2024-08-06T08:08:11.471Z | [ recovery-image] Aug 06 08:08:10.165 INFO O| Aug 06 08:08:10.165 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-06T08:08:11.477Z | [ recovery-image] Aug 06 08:08:10.174 INFO O| Aug 06 08:08:10.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4978 | 2024-08-06T08:08:11.477Z | [ recovery-image] Aug 06 08:08:10.174 INFO O| Aug 06 08:08:10.174 INFO STEP 367 (remove_files) COMPLETE |
4979 | 2024-08-06T08:08:11.480Z | [ recovery-image] Aug 06 08:08:10.174 INFO O| Aug 06 08:08:10.174 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-06T08:08:11.486Z | [ recovery-image] Aug 06 08:08:10.184 INFO O| Aug 06 08:08:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4981 | 2024-08-06T08:08:11.486Z | [ recovery-image] Aug 06 08:08:10.184 INFO O| Aug 06 08:08:10.184 INFO STEP 368 (remove_files) COMPLETE |
4982 | 2024-08-06T08:08:11.489Z | [ recovery-image] Aug 06 08:08:10.184 INFO O| Aug 06 08:08:10.184 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-06T08:08:11.496Z | [ recovery-image] Aug 06 08:08:10.193 INFO O| Aug 06 08:08:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4984 | 2024-08-06T08:08:11.498Z | [ recovery-image] Aug 06 08:08:10.193 INFO O| Aug 06 08:08:10.193 INFO STEP 369 (remove_files) COMPLETE |
4985 | 2024-08-06T08:08:11.498Z | [ recovery-image] Aug 06 08:08:10.193 INFO O| Aug 06 08:08:10.193 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-06T08:08:11.505Z | [ recovery-image] Aug 06 08:08:10.203 INFO O| Aug 06 08:08:10.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4987 | 2024-08-06T08:08:11.505Z | [ recovery-image] Aug 06 08:08:10.203 INFO O| Aug 06 08:08:10.203 INFO STEP 370 (remove_files) COMPLETE |
4988 | 2024-08-06T08:08:11.505Z | [ recovery-image] Aug 06 08:08:10.203 INFO O| Aug 06 08:08:10.203 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-06T08:08:11.515Z | [ recovery-image] Aug 06 08:08:10.212 INFO O| Aug 06 08:08:10.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4990 | 2024-08-06T08:08:11.515Z | [ recovery-image] Aug 06 08:08:10.212 INFO O| Aug 06 08:08:10.212 INFO STEP 371 (remove_files) COMPLETE |
4991 | 2024-08-06T08:08:11.517Z | [ recovery-image] Aug 06 08:08:10.212 INFO O| Aug 06 08:08:10.212 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-06T08:08:11.524Z | [ recovery-image] Aug 06 08:08:10.222 INFO O| Aug 06 08:08:10.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4993 | 2024-08-06T08:08:11.527Z | [ recovery-image] Aug 06 08:08:10.222 INFO O| Aug 06 08:08:10.222 INFO STEP 372 (remove_files) COMPLETE |
4994 | 2024-08-06T08:08:11.527Z | [ recovery-image] Aug 06 08:08:10.222 INFO O| Aug 06 08:08:10.222 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-06T08:08:11.533Z | [ recovery-image] Aug 06 08:08:10.231 INFO O| Aug 06 08:08:10.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4996 | 2024-08-06T08:08:11.533Z | [ recovery-image] Aug 06 08:08:10.231 INFO O| Aug 06 08:08:10.231 INFO STEP 373 (remove_files) COMPLETE |
4997 | 2024-08-06T08:08:11.536Z | [ recovery-image] Aug 06 08:08:10.231 INFO O| Aug 06 08:08:10.231 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-06T08:08:11.543Z | [ recovery-image] Aug 06 08:08:10.240 INFO O| Aug 06 08:08:10.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4999 | 2024-08-06T08:08:11.545Z | [ recovery-image] Aug 06 08:08:10.241 INFO O| Aug 06 08:08:10.241 INFO STEP 374 (remove_files) COMPLETE |
5000 | 2024-08-06T08:08:11.545Z | [ recovery-image] Aug 06 08:08:10.241 INFO O| Aug 06 08:08:10.241 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-06T08:08:11.552Z | [ recovery-image] Aug 06 08:08:10.250 INFO O| Aug 06 08:08:10.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5002 | 2024-08-06T08:08:11.552Z | [ recovery-image] Aug 06 08:08:10.250 INFO O| Aug 06 08:08:10.250 INFO STEP 375 (remove_files) COMPLETE |
5003 | 2024-08-06T08:08:11.555Z | [ recovery-image] Aug 06 08:08:10.250 INFO O| Aug 06 08:08:10.250 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-08-06T08:08:11.562Z | [ recovery-image] Aug 06 08:08:10.259 INFO O| Aug 06 08:08:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5005 | 2024-08-06T08:08:11.562Z | [ recovery-image] Aug 06 08:08:10.259 INFO O| Aug 06 08:08:10.259 INFO STEP 376 (remove_files) COMPLETE |
5006 | 2024-08-06T08:08:11.562Z | [ recovery-image] Aug 06 08:08:10.259 INFO O| Aug 06 08:08:10.259 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-08-06T08:08:11.571Z | [ recovery-image] Aug 06 08:08:10.268 INFO O| Aug 06 08:08:10.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5008 | 2024-08-06T08:08:11.574Z | [ recovery-image] Aug 06 08:08:10.268 INFO O| Aug 06 08:08:10.268 INFO STEP 377 (remove_files) COMPLETE |
5009 | 2024-08-06T08:08:11.574Z | [ recovery-image] Aug 06 08:08:10.268 INFO O| Aug 06 08:08:10.268 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-06T08:08:11.580Z | [ recovery-image] Aug 06 08:08:10.278 INFO O| Aug 06 08:08:10.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5011 | 2024-08-06T08:08:11.583Z | [ recovery-image] Aug 06 08:08:10.278 INFO O| Aug 06 08:08:10.278 INFO STEP 378 (remove_files) COMPLETE |
5012 | 2024-08-06T08:08:11.583Z | [ recovery-image] Aug 06 08:08:10.278 INFO O| Aug 06 08:08:10.278 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-06T08:08:11.589Z | [ recovery-image] Aug 06 08:08:10.287 INFO O| Aug 06 08:08:10.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5014 | 2024-08-06T08:08:11.590Z | [ recovery-image] Aug 06 08:08:10.287 INFO O| Aug 06 08:08:10.287 INFO STEP 379 (remove_files) COMPLETE |
5015 | 2024-08-06T08:08:11.590Z | [ recovery-image] Aug 06 08:08:10.287 INFO O| Aug 06 08:08:10.287 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-06T08:08:11.599Z | [ recovery-image] Aug 06 08:08:10.296 INFO O| Aug 06 08:08:10.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5017 | 2024-08-06T08:08:11.599Z | [ recovery-image] Aug 06 08:08:10.296 INFO O| Aug 06 08:08:10.296 INFO STEP 380 (remove_files) COMPLETE |
5018 | 2024-08-06T08:08:11.602Z | [ recovery-image] Aug 06 08:08:10.296 INFO O| Aug 06 08:08:10.296 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-06T08:08:11.608Z | [ recovery-image] Aug 06 08:08:10.305 INFO O| Aug 06 08:08:10.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5020 | 2024-08-06T08:08:11.608Z | [ recovery-image] Aug 06 08:08:10.306 INFO O| Aug 06 08:08:10.305 INFO STEP 381 (remove_files) COMPLETE |
5021 | 2024-08-06T08:08:11.608Z | [ recovery-image] Aug 06 08:08:10.306 INFO O| Aug 06 08:08:10.306 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-06T08:08:11.617Z | [ recovery-image] Aug 06 08:08:10.315 INFO O| Aug 06 08:08:10.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5023 | 2024-08-06T08:08:11.618Z | [ recovery-image] Aug 06 08:08:10.315 INFO O| Aug 06 08:08:10.315 INFO STEP 382 (remove_files) COMPLETE |
5024 | 2024-08-06T08:08:11.618Z | [ recovery-image] Aug 06 08:08:10.315 INFO O| Aug 06 08:08:10.315 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-06T08:08:11.627Z | [ recovery-image] Aug 06 08:08:10.324 INFO O| Aug 06 08:08:10.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5026 | 2024-08-06T08:08:11.627Z | [ recovery-image] Aug 06 08:08:10.324 INFO O| Aug 06 08:08:10.324 INFO STEP 383 (remove_files) COMPLETE |
5027 | 2024-08-06T08:08:11.627Z | [ recovery-image] Aug 06 08:08:10.324 INFO O| Aug 06 08:08:10.324 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-06T08:08:11.636Z | [ recovery-image] Aug 06 08:08:10.333 INFO O| Aug 06 08:08:10.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5029 | 2024-08-06T08:08:11.636Z | [ recovery-image] Aug 06 08:08:10.333 INFO O| Aug 06 08:08:10.333 INFO STEP 384 (remove_files) COMPLETE |
5030 | 2024-08-06T08:08:11.639Z | [ recovery-image] Aug 06 08:08:10.333 INFO O| Aug 06 08:08:10.333 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-06T08:08:11.646Z | [ recovery-image] Aug 06 08:08:10.343 INFO O| Aug 06 08:08:10.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5032 | 2024-08-06T08:08:11.649Z | [ recovery-image] Aug 06 08:08:10.343 INFO O| Aug 06 08:08:10.343 INFO STEP 385 (remove_files) COMPLETE |
5033 | 2024-08-06T08:08:11.649Z | [ recovery-image] Aug 06 08:08:10.343 INFO O| Aug 06 08:08:10.343 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-06T08:08:11.655Z | [ recovery-image] Aug 06 08:08:10.353 INFO O| Aug 06 08:08:10.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5035 | 2024-08-06T08:08:11.655Z | [ recovery-image] Aug 06 08:08:10.353 INFO O| Aug 06 08:08:10.353 INFO STEP 386 (remove_files) COMPLETE |
5036 | 2024-08-06T08:08:11.658Z | [ recovery-image] Aug 06 08:08:10.353 INFO O| Aug 06 08:08:10.353 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-06T08:08:11.665Z | [ recovery-image] Aug 06 08:08:10.362 INFO O| Aug 06 08:08:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5038 | 2024-08-06T08:08:11.665Z | [ recovery-image] Aug 06 08:08:10.362 INFO O| Aug 06 08:08:10.362 INFO STEP 387 (remove_files) COMPLETE |
5039 | 2024-08-06T08:08:11.667Z | [ recovery-image] Aug 06 08:08:10.362 INFO O| Aug 06 08:08:10.362 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-06T08:08:11.674Z | [ recovery-image] Aug 06 08:08:10.371 INFO O| Aug 06 08:08:10.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5041 | 2024-08-06T08:08:11.674Z | [ recovery-image] Aug 06 08:08:10.371 INFO O| Aug 06 08:08:10.371 INFO STEP 388 (remove_files) COMPLETE |
5042 | 2024-08-06T08:08:11.677Z | [ recovery-image] Aug 06 08:08:10.371 INFO O| Aug 06 08:08:10.371 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-06T08:08:11.684Z | [ recovery-image] Aug 06 08:08:10.381 INFO O| Aug 06 08:08:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5044 | 2024-08-06T08:08:11.684Z | [ recovery-image] Aug 06 08:08:10.381 INFO O| Aug 06 08:08:10.381 INFO STEP 389 (remove_files) COMPLETE |
5045 | 2024-08-06T08:08:11.684Z | [ recovery-image] Aug 06 08:08:10.381 INFO O| Aug 06 08:08:10.381 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-06T08:08:11.693Z | [ recovery-image] Aug 06 08:08:10.390 INFO O| Aug 06 08:08:10.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5047 | 2024-08-06T08:08:11.696Z | [ recovery-image] Aug 06 08:08:10.390 INFO O| Aug 06 08:08:10.390 INFO STEP 390 (remove_files) COMPLETE |
5048 | 2024-08-06T08:08:11.696Z | [ recovery-image] Aug 06 08:08:10.390 INFO O| Aug 06 08:08:10.390 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-06T08:08:11.702Z | [ recovery-image] Aug 06 08:08:10.400 INFO O| Aug 06 08:08:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5050 | 2024-08-06T08:08:11.702Z | [ recovery-image] Aug 06 08:08:10.400 INFO O| Aug 06 08:08:10.400 INFO STEP 391 (remove_files) COMPLETE |
5051 | 2024-08-06T08:08:11.705Z | [ recovery-image] Aug 06 08:08:10.400 INFO O| Aug 06 08:08:10.400 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-06T08:08:11.712Z | [ recovery-image] Aug 06 08:08:10.409 INFO O| Aug 06 08:08:10.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5053 | 2024-08-06T08:08:11.712Z | [ recovery-image] Aug 06 08:08:10.409 INFO O| Aug 06 08:08:10.409 INFO STEP 392 (remove_files) COMPLETE |
5054 | 2024-08-06T08:08:11.712Z | [ recovery-image] Aug 06 08:08:10.409 INFO O| Aug 06 08:08:10.409 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-06T08:08:11.721Z | [ recovery-image] Aug 06 08:08:10.418 INFO O| Aug 06 08:08:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5056 | 2024-08-06T08:08:11.721Z | [ recovery-image] Aug 06 08:08:10.418 INFO O| Aug 06 08:08:10.418 INFO STEP 393 (remove_files) COMPLETE |
5057 | 2024-08-06T08:08:11.724Z | [ recovery-image] Aug 06 08:08:10.419 INFO O| Aug 06 08:08:10.418 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-06T08:08:11.731Z | [ recovery-image] Aug 06 08:08:10.428 INFO O| Aug 06 08:08:10.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5059 | 2024-08-06T08:08:11.731Z | [ recovery-image] Aug 06 08:08:10.428 INFO O| Aug 06 08:08:10.428 INFO STEP 394 (remove_files) COMPLETE |
5060 | 2024-08-06T08:08:11.734Z | [ recovery-image] Aug 06 08:08:10.428 INFO O| Aug 06 08:08:10.428 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-06T08:08:11.741Z | [ recovery-image] Aug 06 08:08:10.438 INFO O| Aug 06 08:08:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5062 | 2024-08-06T08:08:11.743Z | [ recovery-image] Aug 06 08:08:10.438 INFO O| Aug 06 08:08:10.438 INFO STEP 395 (remove_files) COMPLETE |
5063 | 2024-08-06T08:08:11.743Z | [ recovery-image] Aug 06 08:08:10.438 INFO O| Aug 06 08:08:10.438 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-06T08:08:11.750Z | [ recovery-image] Aug 06 08:08:10.448 INFO O| Aug 06 08:08:10.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5065 | 2024-08-06T08:08:11.750Z | [ recovery-image] Aug 06 08:08:10.448 INFO O| Aug 06 08:08:10.448 INFO STEP 396 (remove_files) COMPLETE |
5066 | 2024-08-06T08:08:11.750Z | [ recovery-image] Aug 06 08:08:10.448 INFO O| Aug 06 08:08:10.448 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-06T08:08:11.760Z | [ recovery-image] Aug 06 08:08:10.458 INFO O| Aug 06 08:08:10.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5068 | 2024-08-06T08:08:11.763Z | [ recovery-image] Aug 06 08:08:10.458 INFO O| Aug 06 08:08:10.458 INFO STEP 397 (remove_files) COMPLETE |
5069 | 2024-08-06T08:08:11.763Z | [ recovery-image] Aug 06 08:08:10.458 INFO O| Aug 06 08:08:10.458 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-06T08:08:11.770Z | [ recovery-image] Aug 06 08:08:10.468 INFO O| Aug 06 08:08:10.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5071 | 2024-08-06T08:08:11.770Z | [ recovery-image] Aug 06 08:08:10.468 INFO O| Aug 06 08:08:10.468 INFO STEP 398 (remove_files) COMPLETE |
5072 | 2024-08-06T08:08:11.773Z | [ recovery-image] Aug 06 08:08:10.468 INFO O| Aug 06 08:08:10.468 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-06T08:08:11.780Z | [ recovery-image] Aug 06 08:08:10.477 INFO O| Aug 06 08:08:10.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5074 | 2024-08-06T08:08:11.780Z | [ recovery-image] Aug 06 08:08:10.477 INFO O| Aug 06 08:08:10.477 INFO STEP 399 (remove_files) COMPLETE |
5075 | 2024-08-06T08:08:11.780Z | [ recovery-image] Aug 06 08:08:10.477 INFO O| Aug 06 08:08:10.477 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-08-06T08:08:11.789Z | [ recovery-image] Aug 06 08:08:10.487 INFO O| Aug 06 08:08:10.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5077 | 2024-08-06T08:08:11.789Z | [ recovery-image] Aug 06 08:08:10.487 INFO O| Aug 06 08:08:10.487 INFO STEP 400 (remove_files) COMPLETE |
5078 | 2024-08-06T08:08:11.792Z | [ recovery-image] Aug 06 08:08:10.487 INFO O| Aug 06 08:08:10.487 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-08-06T08:08:11.799Z | [ recovery-image] Aug 06 08:08:10.496 INFO O| Aug 06 08:08:10.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5080 | 2024-08-06T08:08:11.799Z | [ recovery-image] Aug 06 08:08:10.496 INFO O| Aug 06 08:08:10.496 INFO STEP 401 (remove_files) COMPLETE |
5081 | 2024-08-06T08:08:11.799Z | [ recovery-image] Aug 06 08:08:10.496 INFO O| Aug 06 08:08:10.496 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-06T08:08:11.808Z | [ recovery-image] Aug 06 08:08:10.505 INFO O| Aug 06 08:08:10.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5083 | 2024-08-06T08:08:11.808Z | [ recovery-image] Aug 06 08:08:10.505 INFO O| Aug 06 08:08:10.505 INFO STEP 402 (remove_files) COMPLETE |
5084 | 2024-08-06T08:08:11.811Z | [ recovery-image] Aug 06 08:08:10.506 INFO O| Aug 06 08:08:10.505 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-06T08:08:11.818Z | [ recovery-image] Aug 06 08:08:10.515 INFO O| Aug 06 08:08:10.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5086 | 2024-08-06T08:08:11.820Z | [ recovery-image] Aug 06 08:08:10.515 INFO O| Aug 06 08:08:10.515 INFO STEP 403 (remove_files) COMPLETE |
5087 | 2024-08-06T08:08:11.820Z | [ recovery-image] Aug 06 08:08:10.515 INFO O| Aug 06 08:08:10.515 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-06T08:08:11.827Z | [ recovery-image] Aug 06 08:08:10.524 INFO O| Aug 06 08:08:10.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5089 | 2024-08-06T08:08:11.827Z | [ recovery-image] Aug 06 08:08:10.524 INFO O| Aug 06 08:08:10.524 INFO STEP 404 (remove_files) COMPLETE |
5090 | 2024-08-06T08:08:11.830Z | [ recovery-image] Aug 06 08:08:10.524 INFO O| Aug 06 08:08:10.524 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-06T08:08:11.836Z | [ recovery-image] Aug 06 08:08:10.534 INFO O| Aug 06 08:08:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5092 | 2024-08-06T08:08:11.836Z | [ recovery-image] Aug 06 08:08:10.534 INFO O| Aug 06 08:08:10.534 INFO STEP 405 (remove_files) COMPLETE |
5093 | 2024-08-06T08:08:11.836Z | [ recovery-image] Aug 06 08:08:10.534 INFO O| Aug 06 08:08:10.534 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-06T08:08:11.846Z | [ recovery-image] Aug 06 08:08:10.543 INFO O| Aug 06 08:08:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5095 | 2024-08-06T08:08:11.849Z | [ recovery-image] Aug 06 08:08:10.543 INFO O| Aug 06 08:08:10.543 INFO STEP 406 (remove_files) COMPLETE |
5096 | 2024-08-06T08:08:11.849Z | [ recovery-image] Aug 06 08:08:10.543 INFO O| Aug 06 08:08:10.543 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-06T08:08:11.855Z | [ recovery-image] Aug 06 08:08:10.552 INFO O| Aug 06 08:08:10.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5098 | 2024-08-06T08:08:11.855Z | [ recovery-image] Aug 06 08:08:10.552 INFO O| Aug 06 08:08:10.552 INFO STEP 407 (remove_files) COMPLETE |
5099 | 2024-08-06T08:08:11.859Z | [ recovery-image] Aug 06 08:08:10.552 INFO O| Aug 06 08:08:10.552 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-06T08:08:11.864Z | [ recovery-image] Aug 06 08:08:10.562 INFO O| Aug 06 08:08:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5101 | 2024-08-06T08:08:11.864Z | [ recovery-image] Aug 06 08:08:10.562 INFO O| Aug 06 08:08:10.562 INFO STEP 408 (remove_files) COMPLETE |
5102 | 2024-08-06T08:08:11.864Z | [ recovery-image] Aug 06 08:08:10.562 INFO O| Aug 06 08:08:10.562 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-06T08:08:11.874Z | [ recovery-image] Aug 06 08:08:10.571 INFO O| Aug 06 08:08:10.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5104 | 2024-08-06T08:08:11.877Z | [ recovery-image] Aug 06 08:08:10.572 INFO O| Aug 06 08:08:10.571 INFO STEP 409 (remove_files) COMPLETE |
5105 | 2024-08-06T08:08:11.877Z | [ recovery-image] Aug 06 08:08:10.572 INFO O| Aug 06 08:08:10.571 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-06T08:08:11.883Z | [ recovery-image] Aug 06 08:08:10.581 INFO O| Aug 06 08:08:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5107 | 2024-08-06T08:08:11.883Z | [ recovery-image] Aug 06 08:08:10.581 INFO O| Aug 06 08:08:10.581 INFO STEP 410 (remove_files) COMPLETE |
5108 | 2024-08-06T08:08:11.883Z | [ recovery-image] Aug 06 08:08:10.581 INFO O| Aug 06 08:08:10.581 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-06T08:08:11.893Z | [ recovery-image] Aug 06 08:08:10.590 INFO O| Aug 06 08:08:10.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5110 | 2024-08-06T08:08:11.893Z | [ recovery-image] Aug 06 08:08:10.590 INFO O| Aug 06 08:08:10.590 INFO STEP 411 (remove_files) COMPLETE |
5111 | 2024-08-06T08:08:11.893Z | [ recovery-image] Aug 06 08:08:10.590 INFO O| Aug 06 08:08:10.590 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-06T08:08:11.902Z | [ recovery-image] Aug 06 08:08:10.599 INFO O| Aug 06 08:08:10.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5113 | 2024-08-06T08:08:11.902Z | [ recovery-image] Aug 06 08:08:10.599 INFO O| Aug 06 08:08:10.599 INFO STEP 412 (remove_files) COMPLETE |
5114 | 2024-08-06T08:08:11.902Z | [ recovery-image] Aug 06 08:08:10.599 INFO O| Aug 06 08:08:10.599 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-06T08:08:11.911Z | [ recovery-image] Aug 06 08:08:10.609 INFO O| Aug 06 08:08:10.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5116 | 2024-08-06T08:08:11.911Z | [ recovery-image] Aug 06 08:08:10.609 INFO O| Aug 06 08:08:10.609 INFO STEP 413 (remove_files) COMPLETE |
5117 | 2024-08-06T08:08:11.911Z | [ recovery-image] Aug 06 08:08:10.609 INFO O| Aug 06 08:08:10.609 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-06T08:08:11.921Z | [ recovery-image] Aug 06 08:08:10.618 INFO O| Aug 06 08:08:10.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5119 | 2024-08-06T08:08:11.924Z | [ recovery-image] Aug 06 08:08:10.618 INFO O| Aug 06 08:08:10.618 INFO STEP 414 (remove_files) COMPLETE |
5120 | 2024-08-06T08:08:11.924Z | [ recovery-image] Aug 06 08:08:10.618 INFO O| Aug 06 08:08:10.618 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-06T08:08:11.930Z | [ recovery-image] Aug 06 08:08:10.628 INFO O| Aug 06 08:08:10.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5122 | 2024-08-06T08:08:11.930Z | [ recovery-image] Aug 06 08:08:10.628 INFO O| Aug 06 08:08:10.628 INFO STEP 415 (remove_files) COMPLETE |
5123 | 2024-08-06T08:08:11.933Z | [ recovery-image] Aug 06 08:08:10.628 INFO O| Aug 06 08:08:10.628 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-06T08:08:11.940Z | [ recovery-image] Aug 06 08:08:10.637 INFO O| Aug 06 08:08:10.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5125 | 2024-08-06T08:08:11.940Z | [ recovery-image] Aug 06 08:08:10.637 INFO O| Aug 06 08:08:10.637 INFO STEP 416 (remove_files) COMPLETE |
5126 | 2024-08-06T08:08:11.943Z | [ recovery-image] Aug 06 08:08:10.637 INFO O| Aug 06 08:08:10.637 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-06T08:08:11.949Z | [ recovery-image] Aug 06 08:08:10.646 INFO O| Aug 06 08:08:10.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5128 | 2024-08-06T08:08:11.952Z | [ recovery-image] Aug 06 08:08:10.647 INFO O| Aug 06 08:08:10.647 INFO STEP 417 (remove_files) COMPLETE |
5129 | 2024-08-06T08:08:11.952Z | [ recovery-image] Aug 06 08:08:10.647 INFO O| Aug 06 08:08:10.647 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-06T08:08:11.959Z | [ recovery-image] Aug 06 08:08:10.656 INFO O| Aug 06 08:08:10.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5131 | 2024-08-06T08:08:11.959Z | [ recovery-image] Aug 06 08:08:10.656 INFO O| Aug 06 08:08:10.656 INFO STEP 418 (remove_files) COMPLETE |
5132 | 2024-08-06T08:08:11.959Z | [ recovery-image] Aug 06 08:08:10.656 INFO O| Aug 06 08:08:10.656 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-06T08:08:11.968Z | [ recovery-image] Aug 06 08:08:10.665 INFO O| Aug 06 08:08:10.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5134 | 2024-08-06T08:08:11.971Z | [ recovery-image] Aug 06 08:08:10.666 INFO O| Aug 06 08:08:10.666 INFO STEP 419 (remove_files) COMPLETE |
5135 | 2024-08-06T08:08:11.971Z | [ recovery-image] Aug 06 08:08:10.666 INFO O| Aug 06 08:08:10.666 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-06T08:08:11.978Z | [ recovery-image] Aug 06 08:08:10.675 INFO O| Aug 06 08:08:10.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5137 | 2024-08-06T08:08:11.978Z | [ recovery-image] Aug 06 08:08:10.675 INFO O| Aug 06 08:08:10.675 INFO STEP 420 (remove_files) COMPLETE |
5138 | 2024-08-06T08:08:11.981Z | [ recovery-image] Aug 06 08:08:10.675 INFO O| Aug 06 08:08:10.675 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-06T08:08:11.987Z | [ recovery-image] Aug 06 08:08:10.684 INFO O| Aug 06 08:08:10.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5140 | 2024-08-06T08:08:11.987Z | [ recovery-image] Aug 06 08:08:10.685 INFO O| Aug 06 08:08:10.684 INFO STEP 421 (remove_files) COMPLETE |
5141 | 2024-08-06T08:08:11.987Z | [ recovery-image] Aug 06 08:08:10.685 INFO O| Aug 06 08:08:10.684 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-06T08:08:11.997Z | [ recovery-image] Aug 06 08:08:10.694 INFO O| Aug 06 08:08:10.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5143 | 2024-08-06T08:08:12.000Z | [ recovery-image] Aug 06 08:08:10.694 INFO O| Aug 06 08:08:10.694 INFO STEP 422 (remove_files) COMPLETE |
5144 | 2024-08-06T08:08:12.000Z | [ recovery-image] Aug 06 08:08:10.694 INFO O| Aug 06 08:08:10.694 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-06T08:08:12.006Z | [ recovery-image] Aug 06 08:08:10.704 INFO O| Aug 06 08:08:10.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5146 | 2024-08-06T08:08:12.006Z | [ recovery-image] Aug 06 08:08:10.704 INFO O| Aug 06 08:08:10.704 INFO STEP 423 (remove_files) COMPLETE |
5147 | 2024-08-06T08:08:12.006Z | [ recovery-image] Aug 06 08:08:10.704 INFO O| Aug 06 08:08:10.704 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-06T08:08:12.016Z | [ recovery-image] Aug 06 08:08:10.713 INFO O| Aug 06 08:08:10.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5149 | 2024-08-06T08:08:12.016Z | [ recovery-image] Aug 06 08:08:10.713 INFO O| Aug 06 08:08:10.713 INFO STEP 424 (remove_files) COMPLETE |
5150 | 2024-08-06T08:08:12.016Z | [ recovery-image] Aug 06 08:08:10.713 INFO O| Aug 06 08:08:10.713 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-06T08:08:12.025Z | [ recovery-image] Aug 06 08:08:10.722 INFO O| Aug 06 08:08:10.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5152 | 2024-08-06T08:08:12.025Z | [ recovery-image] Aug 06 08:08:10.723 INFO O| Aug 06 08:08:10.722 INFO STEP 425 (remove_files) COMPLETE |
5153 | 2024-08-06T08:08:12.025Z | [ recovery-image] Aug 06 08:08:10.723 INFO O| Aug 06 08:08:10.723 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-06T08:08:12.034Z | [ recovery-image] Aug 06 08:08:10.732 INFO O| Aug 06 08:08:10.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5155 | 2024-08-06T08:08:12.034Z | [ recovery-image] Aug 06 08:08:10.732 INFO O| Aug 06 08:08:10.732 INFO STEP 426 (remove_files) COMPLETE |
5156 | 2024-08-06T08:08:12.037Z | [ recovery-image] Aug 06 08:08:10.732 INFO O| Aug 06 08:08:10.732 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-06T08:08:12.044Z | [ recovery-image] Aug 06 08:08:10.742 INFO O| Aug 06 08:08:10.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5158 | 2024-08-06T08:08:12.047Z | [ recovery-image] Aug 06 08:08:10.742 INFO O| Aug 06 08:08:10.742 INFO STEP 427 (remove_files) COMPLETE |
5159 | 2024-08-06T08:08:12.047Z | [ recovery-image] Aug 06 08:08:10.742 INFO O| Aug 06 08:08:10.742 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-06T08:08:12.054Z | [ recovery-image] Aug 06 08:08:10.751 INFO O| Aug 06 08:08:10.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5161 | 2024-08-06T08:08:12.054Z | [ recovery-image] Aug 06 08:08:10.751 INFO O| Aug 06 08:08:10.751 INFO STEP 428 (remove_files) COMPLETE |
5162 | 2024-08-06T08:08:12.054Z | [ recovery-image] Aug 06 08:08:10.751 INFO O| Aug 06 08:08:10.751 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-06T08:08:12.064Z | [ recovery-image] Aug 06 08:08:10.761 INFO O| Aug 06 08:08:10.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5164 | 2024-08-06T08:08:12.064Z | [ recovery-image] Aug 06 08:08:10.761 INFO O| Aug 06 08:08:10.761 INFO STEP 429 (remove_files) COMPLETE |
5165 | 2024-08-06T08:08:12.067Z | [ recovery-image] Aug 06 08:08:10.761 INFO O| Aug 06 08:08:10.761 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-06T08:08:12.073Z | [ recovery-image] Aug 06 08:08:10.770 INFO O| Aug 06 08:08:10.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5167 | 2024-08-06T08:08:12.073Z | [ recovery-image] Aug 06 08:08:10.770 INFO O| Aug 06 08:08:10.770 INFO STEP 430 (remove_files) COMPLETE |
5168 | 2024-08-06T08:08:12.073Z | [ recovery-image] Aug 06 08:08:10.770 INFO O| Aug 06 08:08:10.770 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-06T08:08:12.082Z | [ recovery-image] Aug 06 08:08:10.779 INFO O| Aug 06 08:08:10.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5170 | 2024-08-06T08:08:12.082Z | [ recovery-image] Aug 06 08:08:10.779 INFO O| Aug 06 08:08:10.779 INFO STEP 431 (remove_files) COMPLETE |
5171 | 2024-08-06T08:08:12.082Z | [ recovery-image] Aug 06 08:08:10.779 INFO O| Aug 06 08:08:10.779 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-06T08:08:12.092Z | [ recovery-image] Aug 06 08:08:10.789 INFO O| Aug 06 08:08:10.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5173 | 2024-08-06T08:08:12.092Z | [ recovery-image] Aug 06 08:08:10.789 INFO O| Aug 06 08:08:10.789 INFO STEP 432 (remove_files) COMPLETE |
5174 | 2024-08-06T08:08:12.094Z | [ recovery-image] Aug 06 08:08:10.789 INFO O| Aug 06 08:08:10.789 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-06T08:08:12.101Z | [ recovery-image] Aug 06 08:08:10.798 INFO O| Aug 06 08:08:10.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5176 | 2024-08-06T08:08:12.101Z | [ recovery-image] Aug 06 08:08:10.798 INFO O| Aug 06 08:08:10.798 INFO STEP 433 (remove_files) COMPLETE |
5177 | 2024-08-06T08:08:12.101Z | [ recovery-image] Aug 06 08:08:10.798 INFO O| Aug 06 08:08:10.798 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-06T08:08:12.110Z | [ recovery-image] Aug 06 08:08:10.808 INFO O| Aug 06 08:08:10.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5179 | 2024-08-06T08:08:12.110Z | [ recovery-image] Aug 06 08:08:10.808 INFO O| Aug 06 08:08:10.808 INFO STEP 434 (remove_files) COMPLETE |
5180 | 2024-08-06T08:08:12.111Z | [ recovery-image] Aug 06 08:08:10.808 INFO O| Aug 06 08:08:10.808 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-06T08:08:12.120Z | [ recovery-image] Aug 06 08:08:10.817 INFO O| Aug 06 08:08:10.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5182 | 2024-08-06T08:08:12.120Z | [ recovery-image] Aug 06 08:08:10.817 INFO O| Aug 06 08:08:10.817 INFO STEP 435 (remove_files) COMPLETE |
5183 | 2024-08-06T08:08:12.123Z | [ recovery-image] Aug 06 08:08:10.817 INFO O| Aug 06 08:08:10.817 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-06T08:08:12.129Z | [ recovery-image] Aug 06 08:08:10.827 INFO O| Aug 06 08:08:10.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5185 | 2024-08-06T08:08:12.129Z | [ recovery-image] Aug 06 08:08:10.827 INFO O| Aug 06 08:08:10.827 INFO STEP 436 (remove_files) COMPLETE |
5186 | 2024-08-06T08:08:12.132Z | [ recovery-image] Aug 06 08:08:10.827 INFO O| Aug 06 08:08:10.827 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-06T08:08:12.139Z | [ recovery-image] Aug 06 08:08:10.836 INFO O| Aug 06 08:08:10.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5188 | 2024-08-06T08:08:12.142Z | [ recovery-image] Aug 06 08:08:10.836 INFO O| Aug 06 08:08:10.836 INFO STEP 437 (remove_files) COMPLETE |
5189 | 2024-08-06T08:08:12.142Z | [ recovery-image] Aug 06 08:08:10.836 INFO O| Aug 06 08:08:10.836 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-06T08:08:12.148Z | [ recovery-image] Aug 06 08:08:10.845 INFO O| Aug 06 08:08:10.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5191 | 2024-08-06T08:08:12.148Z | [ recovery-image] Aug 06 08:08:10.845 INFO O| Aug 06 08:08:10.845 INFO STEP 438 (remove_files) COMPLETE |
5192 | 2024-08-06T08:08:12.151Z | [ recovery-image] Aug 06 08:08:10.845 INFO O| Aug 06 08:08:10.845 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-06T08:08:12.157Z | [ recovery-image] Aug 06 08:08:10.855 INFO O| Aug 06 08:08:10.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5194 | 2024-08-06T08:08:12.160Z | [ recovery-image] Aug 06 08:08:10.855 INFO O| Aug 06 08:08:10.855 INFO STEP 439 (remove_files) COMPLETE |
5195 | 2024-08-06T08:08:12.160Z | [ recovery-image] Aug 06 08:08:10.855 INFO O| Aug 06 08:08:10.855 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-06T08:08:12.167Z | [ recovery-image] Aug 06 08:08:10.864 INFO O| Aug 06 08:08:10.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5197 | 2024-08-06T08:08:12.167Z | [ recovery-image] Aug 06 08:08:10.864 INFO O| Aug 06 08:08:10.864 INFO STEP 440 (remove_files) COMPLETE |
5198 | 2024-08-06T08:08:12.167Z | [ recovery-image] Aug 06 08:08:10.864 INFO O| Aug 06 08:08:10.864 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-06T08:08:12.176Z | [ recovery-image] Aug 06 08:08:10.874 INFO O| Aug 06 08:08:10.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5200 | 2024-08-06T08:08:12.179Z | [ recovery-image] Aug 06 08:08:10.874 INFO O| Aug 06 08:08:10.874 INFO STEP 441 (remove_files) COMPLETE |
5201 | 2024-08-06T08:08:12.179Z | [ recovery-image] Aug 06 08:08:10.874 INFO O| Aug 06 08:08:10.874 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-06T08:08:12.186Z | [ recovery-image] Aug 06 08:08:10.883 INFO O| Aug 06 08:08:10.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5203 | 2024-08-06T08:08:12.186Z | [ recovery-image] Aug 06 08:08:10.883 INFO O| Aug 06 08:08:10.883 INFO STEP 442 (remove_files) COMPLETE |
5204 | 2024-08-06T08:08:12.188Z | [ recovery-image] Aug 06 08:08:10.883 INFO O| Aug 06 08:08:10.883 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-06T08:08:12.195Z | [ recovery-image] Aug 06 08:08:10.892 INFO O| Aug 06 08:08:10.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5206 | 2024-08-06T08:08:12.195Z | [ recovery-image] Aug 06 08:08:10.892 INFO O| Aug 06 08:08:10.892 INFO STEP 443 (remove_files) COMPLETE |
5207 | 2024-08-06T08:08:12.198Z | [ recovery-image] Aug 06 08:08:10.892 INFO O| Aug 06 08:08:10.892 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-06T08:08:12.205Z | [ recovery-image] Aug 06 08:08:10.902 INFO O| Aug 06 08:08:10.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5209 | 2024-08-06T08:08:12.207Z | [ recovery-image] Aug 06 08:08:10.902 INFO O| Aug 06 08:08:10.902 INFO STEP 444 (remove_files) COMPLETE |
5210 | 2024-08-06T08:08:12.207Z | [ recovery-image] Aug 06 08:08:10.902 INFO O| Aug 06 08:08:10.902 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-06T08:08:12.214Z | [ recovery-image] Aug 06 08:08:10.911 INFO O| Aug 06 08:08:10.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5212 | 2024-08-06T08:08:12.217Z | [ recovery-image] Aug 06 08:08:10.911 INFO O| Aug 06 08:08:10.911 INFO STEP 445 (remove_files) COMPLETE |
5213 | 2024-08-06T08:08:12.217Z | [ recovery-image] Aug 06 08:08:10.911 INFO O| Aug 06 08:08:10.911 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-06T08:08:12.223Z | [ recovery-image] Aug 06 08:08:10.920 INFO O| Aug 06 08:08:10.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5215 | 2024-08-06T08:08:12.223Z | [ recovery-image] Aug 06 08:08:10.920 INFO O| Aug 06 08:08:10.920 INFO STEP 446 (remove_files) COMPLETE |
5216 | 2024-08-06T08:08:12.223Z | [ recovery-image] Aug 06 08:08:10.920 INFO O| Aug 06 08:08:10.920 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-06T08:08:12.233Z | [ recovery-image] Aug 06 08:08:10.930 INFO O| Aug 06 08:08:10.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5218 | 2024-08-06T08:08:12.235Z | [ recovery-image] Aug 06 08:08:10.930 INFO O| Aug 06 08:08:10.930 INFO STEP 447 (remove_files) COMPLETE |
5219 | 2024-08-06T08:08:12.235Z | [ recovery-image] Aug 06 08:08:10.930 INFO O| Aug 06 08:08:10.930 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-06T08:08:12.242Z | [ recovery-image] Aug 06 08:08:10.939 INFO O| Aug 06 08:08:10.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5221 | 2024-08-06T08:08:12.242Z | [ recovery-image] Aug 06 08:08:10.939 INFO O| Aug 06 08:08:10.939 INFO STEP 448 (remove_files) COMPLETE |
5222 | 2024-08-06T08:08:12.245Z | [ recovery-image] Aug 06 08:08:10.939 INFO O| Aug 06 08:08:10.939 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-06T08:08:12.251Z | [ recovery-image] Aug 06 08:08:10.949 INFO O| Aug 06 08:08:10.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5224 | 2024-08-06T08:08:12.251Z | [ recovery-image] Aug 06 08:08:10.949 INFO O| Aug 06 08:08:10.949 INFO STEP 449 (remove_files) COMPLETE |
5225 | 2024-08-06T08:08:12.254Z | [ recovery-image] Aug 06 08:08:10.949 INFO O| Aug 06 08:08:10.949 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-06T08:08:12.261Z | [ recovery-image] Aug 06 08:08:10.958 INFO O| Aug 06 08:08:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5227 | 2024-08-06T08:08:12.261Z | [ recovery-image] Aug 06 08:08:10.958 INFO O| Aug 06 08:08:10.958 INFO STEP 450 (remove_files) COMPLETE |
5228 | 2024-08-06T08:08:12.261Z | [ recovery-image] Aug 06 08:08:10.958 INFO O| Aug 06 08:08:10.958 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-06T08:08:12.270Z | [ recovery-image] Aug 06 08:08:10.967 INFO O| Aug 06 08:08:10.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5230 | 2024-08-06T08:08:12.270Z | [ recovery-image] Aug 06 08:08:10.967 INFO O| Aug 06 08:08:10.967 INFO STEP 451 (remove_files) COMPLETE |
5231 | 2024-08-06T08:08:12.270Z | [ recovery-image] Aug 06 08:08:10.967 INFO O| Aug 06 08:08:10.967 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-06T08:08:12.279Z | [ recovery-image] Aug 06 08:08:10.977 INFO O| Aug 06 08:08:10.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5233 | 2024-08-06T08:08:12.280Z | [ recovery-image] Aug 06 08:08:10.977 INFO O| Aug 06 08:08:10.977 INFO STEP 452 (remove_files) COMPLETE |
5234 | 2024-08-06T08:08:12.282Z | [ recovery-image] Aug 06 08:08:10.977 INFO O| Aug 06 08:08:10.977 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-06T08:08:12.289Z | [ recovery-image] Aug 06 08:08:10.986 INFO O| Aug 06 08:08:10.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5236 | 2024-08-06T08:08:12.289Z | [ recovery-image] Aug 06 08:08:10.986 INFO O| Aug 06 08:08:10.986 INFO STEP 453 (remove_files) COMPLETE |
5237 | 2024-08-06T08:08:12.289Z | [ recovery-image] Aug 06 08:08:10.986 INFO O| Aug 06 08:08:10.986 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-06T08:08:12.298Z | [ recovery-image] Aug 06 08:08:10.996 INFO O| Aug 06 08:08:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5239 | 2024-08-06T08:08:12.298Z | [ recovery-image] Aug 06 08:08:10.996 INFO O| Aug 06 08:08:10.996 INFO STEP 454 (remove_files) COMPLETE |
5240 | 2024-08-06T08:08:12.301Z | [ recovery-image] Aug 06 08:08:10.996 INFO O| Aug 06 08:08:10.996 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-06T08:08:12.308Z | [ recovery-image] Aug 06 08:08:11.005 INFO O| Aug 06 08:08:11.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5242 | 2024-08-06T08:08:12.311Z | [ recovery-image] Aug 06 08:08:11.005 INFO O| Aug 06 08:08:11.005 INFO STEP 455 (remove_files) COMPLETE |
5243 | 2024-08-06T08:08:12.311Z | [ recovery-image] Aug 06 08:08:11.005 INFO O| Aug 06 08:08:11.005 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-06T08:08:12.317Z | [ recovery-image] Aug 06 08:08:11.015 INFO O| Aug 06 08:08:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5245 | 2024-08-06T08:08:12.317Z | [ recovery-image] Aug 06 08:08:11.015 INFO O| Aug 06 08:08:11.015 INFO STEP 456 (remove_files) COMPLETE |
5246 | 2024-08-06T08:08:12.320Z | [ recovery-image] Aug 06 08:08:11.015 INFO O| Aug 06 08:08:11.015 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-06T08:08:12.327Z | [ recovery-image] Aug 06 08:08:11.024 INFO O| Aug 06 08:08:11.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5248 | 2024-08-06T08:08:12.327Z | [ recovery-image] Aug 06 08:08:11.024 INFO O| Aug 06 08:08:11.024 INFO STEP 457 (remove_files) COMPLETE |
5249 | 2024-08-06T08:08:12.331Z | [ recovery-image] Aug 06 08:08:11.024 INFO O| Aug 06 08:08:11.024 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-06T08:08:12.336Z | [ recovery-image] Aug 06 08:08:11.034 INFO O| Aug 06 08:08:11.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5251 | 2024-08-06T08:08:12.336Z | [ recovery-image] Aug 06 08:08:11.034 INFO O| Aug 06 08:08:11.034 INFO STEP 458 (remove_files) COMPLETE |
5252 | 2024-08-06T08:08:12.339Z | [ recovery-image] Aug 06 08:08:11.034 INFO O| Aug 06 08:08:11.034 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-06T08:08:12.346Z | [ recovery-image] Aug 06 08:08:11.043 INFO O| Aug 06 08:08:11.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5254 | 2024-08-06T08:08:12.346Z | [ recovery-image] Aug 06 08:08:11.043 INFO O| Aug 06 08:08:11.043 INFO STEP 459 (remove_files) COMPLETE |
5255 | 2024-08-06T08:08:12.348Z | [ recovery-image] Aug 06 08:08:11.043 INFO O| Aug 06 08:08:11.043 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-06T08:08:12.355Z | [ recovery-image] Aug 06 08:08:11.052 INFO O| Aug 06 08:08:11.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5257 | 2024-08-06T08:08:12.358Z | [ recovery-image] Aug 06 08:08:11.052 INFO O| Aug 06 08:08:11.052 INFO STEP 460 (remove_files) COMPLETE |
5258 | 2024-08-06T08:08:12.358Z | [ recovery-image] Aug 06 08:08:11.052 INFO O| Aug 06 08:08:11.052 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-06T08:08:12.364Z | [ recovery-image] Aug 06 08:08:11.062 INFO O| Aug 06 08:08:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5260 | 2024-08-06T08:08:12.367Z | [ recovery-image] Aug 06 08:08:11.062 INFO O| Aug 06 08:08:11.062 INFO STEP 461 (remove_files) COMPLETE |
5261 | 2024-08-06T08:08:12.367Z | [ recovery-image] Aug 06 08:08:11.062 INFO O| Aug 06 08:08:11.062 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-06T08:08:12.374Z | [ recovery-image] Aug 06 08:08:11.071 INFO O| Aug 06 08:08:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5263 | 2024-08-06T08:08:12.374Z | [ recovery-image] Aug 06 08:08:11.071 INFO O| Aug 06 08:08:11.071 INFO STEP 462 (remove_files) COMPLETE |
5264 | 2024-08-06T08:08:12.376Z | [ recovery-image] Aug 06 08:08:11.071 INFO O| Aug 06 08:08:11.071 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-06T08:08:12.383Z | [ recovery-image] Aug 06 08:08:11.080 INFO O| Aug 06 08:08:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5266 | 2024-08-06T08:08:12.383Z | [ recovery-image] Aug 06 08:08:11.080 INFO O| Aug 06 08:08:11.080 INFO STEP 463 (remove_files) COMPLETE |
5267 | 2024-08-06T08:08:12.383Z | [ recovery-image] Aug 06 08:08:11.080 INFO O| Aug 06 08:08:11.080 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-06T08:08:12.392Z | [ recovery-image] Aug 06 08:08:11.089 INFO O| Aug 06 08:08:11.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5269 | 2024-08-06T08:08:12.392Z | [ recovery-image] Aug 06 08:08:11.089 INFO O| Aug 06 08:08:11.089 INFO STEP 464 (remove_files) COMPLETE |
5270 | 2024-08-06T08:08:12.395Z | [ recovery-image] Aug 06 08:08:11.090 INFO O| Aug 06 08:08:11.089 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-06T08:08:12.401Z | [ recovery-image] Aug 06 08:08:11.099 INFO O| Aug 06 08:08:11.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5272 | 2024-08-06T08:08:12.405Z | [ recovery-image] Aug 06 08:08:11.099 INFO O| Aug 06 08:08:11.099 INFO STEP 465 (remove_files) COMPLETE |
5273 | 2024-08-06T08:08:12.405Z | [ recovery-image] Aug 06 08:08:11.099 INFO O| Aug 06 08:08:11.099 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-06T08:08:12.411Z | [ recovery-image] Aug 06 08:08:11.108 INFO O| Aug 06 08:08:11.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5275 | 2024-08-06T08:08:12.413Z | [ recovery-image] Aug 06 08:08:11.108 INFO O| Aug 06 08:08:11.108 INFO STEP 466 (remove_files) COMPLETE |
5276 | 2024-08-06T08:08:12.413Z | [ recovery-image] Aug 06 08:08:11.108 INFO O| Aug 06 08:08:11.108 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-06T08:08:12.420Z | [ recovery-image] Aug 06 08:08:11.117 INFO O| Aug 06 08:08:11.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5278 | 2024-08-06T08:08:12.423Z | [ recovery-image] Aug 06 08:08:11.117 INFO O| Aug 06 08:08:11.117 INFO STEP 467 (remove_files) COMPLETE |
5279 | 2024-08-06T08:08:12.423Z | [ recovery-image] Aug 06 08:08:11.117 INFO O| Aug 06 08:08:11.117 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-06T08:08:12.429Z | [ recovery-image] Aug 06 08:08:11.127 INFO O| Aug 06 08:08:11.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5281 | 2024-08-06T08:08:12.429Z | [ recovery-image] Aug 06 08:08:11.127 INFO O| Aug 06 08:08:11.127 INFO STEP 468 (remove_files) COMPLETE |
5282 | 2024-08-06T08:08:12.432Z | [ recovery-image] Aug 06 08:08:11.127 INFO O| Aug 06 08:08:11.127 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-06T08:08:12.440Z | [ recovery-image] Aug 06 08:08:11.136 INFO O| Aug 06 08:08:11.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5284 | 2024-08-06T08:08:12.440Z | [ recovery-image] Aug 06 08:08:11.136 INFO O| Aug 06 08:08:11.136 INFO STEP 469 (remove_files) COMPLETE |
5285 | 2024-08-06T08:08:12.443Z | [ recovery-image] Aug 06 08:08:11.136 INFO O| Aug 06 08:08:11.136 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-06T08:08:12.448Z | [ recovery-image] Aug 06 08:08:11.145 INFO O| Aug 06 08:08:11.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5287 | 2024-08-06T08:08:12.448Z | [ recovery-image] Aug 06 08:08:11.146 INFO O| Aug 06 08:08:11.145 INFO STEP 470 (remove_files) COMPLETE |
5288 | 2024-08-06T08:08:12.451Z | [ recovery-image] Aug 06 08:08:11.146 INFO O| Aug 06 08:08:11.146 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-06T08:08:12.458Z | [ recovery-image] Aug 06 08:08:11.155 INFO O| Aug 06 08:08:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5290 | 2024-08-06T08:08:12.458Z | [ recovery-image] Aug 06 08:08:11.155 INFO O| Aug 06 08:08:11.155 INFO STEP 471 (remove_files) COMPLETE |
5291 | 2024-08-06T08:08:12.458Z | [ recovery-image] Aug 06 08:08:11.155 INFO O| Aug 06 08:08:11.155 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-06T08:08:12.467Z | [ recovery-image] Aug 06 08:08:11.165 INFO O| Aug 06 08:08:11.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5293 | 2024-08-06T08:08:12.467Z | [ recovery-image] Aug 06 08:08:11.165 INFO O| Aug 06 08:08:11.165 INFO STEP 472 (remove_files) COMPLETE |
5294 | 2024-08-06T08:08:12.470Z | [ recovery-image] Aug 06 08:08:11.165 INFO O| Aug 06 08:08:11.165 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-06T08:08:12.477Z | [ recovery-image] Aug 06 08:08:11.174 INFO O| Aug 06 08:08:11.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5296 | 2024-08-06T08:08:12.477Z | [ recovery-image] Aug 06 08:08:11.174 INFO O| Aug 06 08:08:11.174 INFO STEP 473 (remove_files) COMPLETE |
5297 | 2024-08-06T08:08:12.477Z | [ recovery-image] Aug 06 08:08:11.174 INFO O| Aug 06 08:08:11.174 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-06T08:08:12.486Z | [ recovery-image] Aug 06 08:08:11.183 INFO O| Aug 06 08:08:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5299 | 2024-08-06T08:08:12.489Z | [ recovery-image] Aug 06 08:08:11.183 INFO O| Aug 06 08:08:11.183 INFO STEP 474 (remove_files) COMPLETE |
5300 | 2024-08-06T08:08:12.489Z | [ recovery-image] Aug 06 08:08:11.183 INFO O| Aug 06 08:08:11.183 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-06T08:08:12.495Z | [ recovery-image] Aug 06 08:08:11.193 INFO O| Aug 06 08:08:11.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5302 | 2024-08-06T08:08:12.495Z | [ recovery-image] Aug 06 08:08:11.193 INFO O| Aug 06 08:08:11.193 INFO STEP 475 (remove_files) COMPLETE |
5303 | 2024-08-06T08:08:12.498Z | [ recovery-image] Aug 06 08:08:11.193 INFO O| Aug 06 08:08:11.193 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-06T08:08:12.505Z | [ recovery-image] Aug 06 08:08:11.202 INFO O| Aug 06 08:08:11.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5305 | 2024-08-06T08:08:12.505Z | [ recovery-image] Aug 06 08:08:11.202 INFO O| Aug 06 08:08:11.202 INFO STEP 476 (remove_files) COMPLETE |
5306 | 2024-08-06T08:08:12.505Z | [ recovery-image] Aug 06 08:08:11.202 INFO O| Aug 06 08:08:11.202 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-06T08:08:12.514Z | [ recovery-image] Aug 06 08:08:11.211 INFO O| Aug 06 08:08:11.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5308 | 2024-08-06T08:08:12.514Z | [ recovery-image] Aug 06 08:08:11.211 INFO O| Aug 06 08:08:11.211 INFO STEP 477 (remove_files) COMPLETE |
5309 | 2024-08-06T08:08:12.514Z | [ recovery-image] Aug 06 08:08:11.211 INFO O| Aug 06 08:08:11.211 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-06T08:08:12.523Z | [ recovery-image] Aug 06 08:08:11.221 INFO O| Aug 06 08:08:11.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5311 | 2024-08-06T08:08:12.523Z | [ recovery-image] Aug 06 08:08:11.221 INFO O| Aug 06 08:08:11.221 INFO STEP 478 (remove_files) COMPLETE |
5312 | 2024-08-06T08:08:12.523Z | [ recovery-image] Aug 06 08:08:11.221 INFO O| Aug 06 08:08:11.221 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-06T08:08:12.538Z | [ recovery-image] Aug 06 08:08:11.235 INFO O| Aug 06 08:08:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5314 | 2024-08-06T08:08:12.538Z | [ recovery-image] Aug 06 08:08:11.235 INFO O| Aug 06 08:08:11.235 INFO STEP 479 (remove_files) COMPLETE |
5315 | 2024-08-06T08:08:12.538Z | [ recovery-image] Aug 06 08:08:11.235 INFO O| Aug 06 08:08:11.235 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-06T08:08:12.553Z | [ recovery-image] Aug 06 08:08:11.250 INFO O| Aug 06 08:08:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5317 | 2024-08-06T08:08:12.555Z | [ recovery-image] Aug 06 08:08:11.250 INFO O| Aug 06 08:08:11.250 INFO STEP 480 (remove_files) COMPLETE |
5318 | 2024-08-06T08:08:12.555Z | [ recovery-image] Aug 06 08:08:11.250 INFO O| Aug 06 08:08:11.250 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-06T08:08:12.563Z | [ recovery-image] Aug 06 08:08:11.261 INFO O| Aug 06 08:08:11.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5320 | 2024-08-06T08:08:12.563Z | [ recovery-image] Aug 06 08:08:11.261 INFO O| Aug 06 08:08:11.261 INFO STEP 481 (remove_files) COMPLETE |
5321 | 2024-08-06T08:08:12.566Z | [ recovery-image] Aug 06 08:08:11.261 INFO O| Aug 06 08:08:11.261 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-06T08:08:12.573Z | [ recovery-image] Aug 06 08:08:11.270 INFO O| Aug 06 08:08:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5323 | 2024-08-06T08:08:12.576Z | [ recovery-image] Aug 06 08:08:11.271 INFO O| Aug 06 08:08:11.270 INFO STEP 482 (remove_files) COMPLETE |
5324 | 2024-08-06T08:08:12.576Z | [ recovery-image] Aug 06 08:08:11.271 INFO O| Aug 06 08:08:11.271 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-06T08:08:12.583Z | [ recovery-image] Aug 06 08:08:11.280 INFO O| Aug 06 08:08:11.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5326 | 2024-08-06T08:08:12.586Z | [ recovery-image] Aug 06 08:08:11.281 INFO O| Aug 06 08:08:11.281 INFO STEP 483 (remove_files) COMPLETE |
5327 | 2024-08-06T08:08:12.586Z | [ recovery-image] Aug 06 08:08:11.281 INFO O| Aug 06 08:08:11.281 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-06T08:08:12.593Z | [ recovery-image] Aug 06 08:08:11.290 INFO O| Aug 06 08:08:11.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5329 | 2024-08-06T08:08:12.596Z | [ recovery-image] Aug 06 08:08:11.290 INFO O| Aug 06 08:08:11.290 INFO STEP 484 (remove_files) COMPLETE |
5330 | 2024-08-06T08:08:12.596Z | [ recovery-image] Aug 06 08:08:11.290 INFO O| Aug 06 08:08:11.290 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-06T08:08:12.603Z | [ recovery-image] Aug 06 08:08:11.300 INFO O| Aug 06 08:08:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5332 | 2024-08-06T08:08:12.603Z | [ recovery-image] Aug 06 08:08:11.300 INFO O| Aug 06 08:08:11.300 INFO STEP 485 (remove_files) COMPLETE |
5333 | 2024-08-06T08:08:12.606Z | [ recovery-image] Aug 06 08:08:11.300 INFO O| Aug 06 08:08:11.300 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-06T08:08:12.612Z | [ recovery-image] Aug 06 08:08:11.310 INFO O| Aug 06 08:08:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5335 | 2024-08-06T08:08:12.615Z | [ recovery-image] Aug 06 08:08:11.310 INFO O| Aug 06 08:08:11.310 INFO STEP 486 (remove_files) COMPLETE |
5336 | 2024-08-06T08:08:12.615Z | [ recovery-image] Aug 06 08:08:11.310 INFO O| Aug 06 08:08:11.310 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-06T08:08:12.622Z | [ recovery-image] Aug 06 08:08:11.319 INFO O| Aug 06 08:08:11.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5338 | 2024-08-06T08:08:12.622Z | [ recovery-image] Aug 06 08:08:11.319 INFO O| Aug 06 08:08:11.319 INFO STEP 487 (remove_files) COMPLETE |
5339 | 2024-08-06T08:08:12.625Z | [ recovery-image] Aug 06 08:08:11.319 INFO O| Aug 06 08:08:11.319 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-06T08:08:12.632Z | [ recovery-image] Aug 06 08:08:11.329 INFO O| Aug 06 08:08:11.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5341 | 2024-08-06T08:08:12.635Z | [ recovery-image] Aug 06 08:08:11.329 INFO O| Aug 06 08:08:11.329 INFO STEP 488 (remove_files) COMPLETE |
5342 | 2024-08-06T08:08:12.635Z | [ recovery-image] Aug 06 08:08:11.329 INFO O| Aug 06 08:08:11.329 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-06T08:08:12.641Z | [ recovery-image] Aug 06 08:08:11.339 INFO O| Aug 06 08:08:11.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5344 | 2024-08-06T08:08:12.644Z | [ recovery-image] Aug 06 08:08:11.339 INFO O| Aug 06 08:08:11.339 INFO STEP 489 (remove_files) COMPLETE |
5345 | 2024-08-06T08:08:12.644Z | [ recovery-image] Aug 06 08:08:11.339 INFO O| Aug 06 08:08:11.339 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-06T08:08:12.651Z | [ recovery-image] Aug 06 08:08:11.348 INFO O| Aug 06 08:08:11.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5347 | 2024-08-06T08:08:12.651Z | [ recovery-image] Aug 06 08:08:11.348 INFO O| Aug 06 08:08:11.348 INFO STEP 490 (remove_files) COMPLETE |
5348 | 2024-08-06T08:08:12.654Z | [ recovery-image] Aug 06 08:08:11.348 INFO O| Aug 06 08:08:11.348 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-06T08:08:12.660Z | [ recovery-image] Aug 06 08:08:11.358 INFO O| Aug 06 08:08:11.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5350 | 2024-08-06T08:08:12.663Z | [ recovery-image] Aug 06 08:08:11.358 INFO O| Aug 06 08:08:11.358 INFO STEP 491 (remove_files) COMPLETE |
5351 | 2024-08-06T08:08:12.663Z | [ recovery-image] Aug 06 08:08:11.358 INFO O| Aug 06 08:08:11.358 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-06T08:08:12.670Z | [ recovery-image] Aug 06 08:08:11.367 INFO O| Aug 06 08:08:11.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5353 | 2024-08-06T08:08:12.673Z | [ recovery-image] Aug 06 08:08:11.368 INFO O| Aug 06 08:08:11.368 INFO STEP 492 (remove_files) COMPLETE |
5354 | 2024-08-06T08:08:12.673Z | [ recovery-image] Aug 06 08:08:11.368 INFO O| Aug 06 08:08:11.368 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-06T08:08:12.680Z | [ recovery-image] Aug 06 08:08:11.377 INFO O| Aug 06 08:08:11.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5356 | 2024-08-06T08:08:12.680Z | [ recovery-image] Aug 06 08:08:11.377 INFO O| Aug 06 08:08:11.377 INFO STEP 493 (remove_files) COMPLETE |
5357 | 2024-08-06T08:08:12.685Z | [ recovery-image] Aug 06 08:08:11.377 INFO O| Aug 06 08:08:11.377 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-06T08:08:12.691Z | [ recovery-image] Aug 06 08:08:11.387 INFO O| Aug 06 08:08:11.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5359 | 2024-08-06T08:08:12.691Z | [ recovery-image] Aug 06 08:08:11.387 INFO O| Aug 06 08:08:11.387 INFO STEP 494 (remove_files) COMPLETE |
5360 | 2024-08-06T08:08:12.691Z | [ recovery-image] Aug 06 08:08:11.387 INFO O| Aug 06 08:08:11.387 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-06T08:08:12.699Z | [ recovery-image] Aug 06 08:08:11.396 INFO O| Aug 06 08:08:11.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5362 | 2024-08-06T08:08:12.699Z | [ recovery-image] Aug 06 08:08:11.396 INFO O| Aug 06 08:08:11.396 INFO STEP 495 (remove_files) COMPLETE |
5363 | 2024-08-06T08:08:12.704Z | [ recovery-image] Aug 06 08:08:11.396 INFO O| Aug 06 08:08:11.396 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-06T08:08:12.709Z | [ recovery-image] Aug 06 08:08:11.406 INFO O| Aug 06 08:08:11.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5365 | 2024-08-06T08:08:12.711Z | [ recovery-image] Aug 06 08:08:11.406 INFO O| Aug 06 08:08:11.406 INFO STEP 496 (remove_files) COMPLETE |
5366 | 2024-08-06T08:08:12.711Z | [ recovery-image] Aug 06 08:08:11.406 INFO O| Aug 06 08:08:11.406 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-06T08:08:12.718Z | [ recovery-image] Aug 06 08:08:11.415 INFO O| Aug 06 08:08:11.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5368 | 2024-08-06T08:08:12.718Z | [ recovery-image] Aug 06 08:08:11.416 INFO O| Aug 06 08:08:11.416 INFO STEP 497 (remove_files) COMPLETE |
5369 | 2024-08-06T08:08:12.721Z | [ recovery-image] Aug 06 08:08:11.416 INFO O| Aug 06 08:08:11.416 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-06T08:08:12.728Z | [ recovery-image] Aug 06 08:08:11.425 INFO O| Aug 06 08:08:11.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5371 | 2024-08-06T08:08:12.731Z | [ recovery-image] Aug 06 08:08:11.425 INFO O| Aug 06 08:08:11.425 INFO STEP 498 (remove_files) COMPLETE |
5372 | 2024-08-06T08:08:12.731Z | [ recovery-image] Aug 06 08:08:11.425 INFO O| Aug 06 08:08:11.425 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-06T08:08:12.738Z | [ recovery-image] Aug 06 08:08:11.435 INFO O| Aug 06 08:08:11.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5374 | 2024-08-06T08:08:12.741Z | [ recovery-image] Aug 06 08:08:11.435 INFO O| Aug 06 08:08:11.435 INFO STEP 499 (remove_files) COMPLETE |
5375 | 2024-08-06T08:08:12.741Z | [ recovery-image] Aug 06 08:08:11.435 INFO O| Aug 06 08:08:11.435 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-06T08:08:12.748Z | [ recovery-image] Aug 06 08:08:11.445 INFO O| Aug 06 08:08:11.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5377 | 2024-08-06T08:08:12.748Z | [ recovery-image] Aug 06 08:08:11.445 INFO O| Aug 06 08:08:11.445 INFO STEP 500 (remove_files) COMPLETE |
5378 | 2024-08-06T08:08:12.748Z | [ recovery-image] Aug 06 08:08:11.445 INFO O| Aug 06 08:08:11.445 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-06T08:08:12.758Z | [ recovery-image] Aug 06 08:08:11.455 INFO O| Aug 06 08:08:11.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5380 | 2024-08-06T08:08:12.758Z | [ recovery-image] Aug 06 08:08:11.455 INFO O| Aug 06 08:08:11.455 INFO STEP 501 (remove_files) COMPLETE |
5381 | 2024-08-06T08:08:12.758Z | [ recovery-image] Aug 06 08:08:11.455 INFO O| Aug 06 08:08:11.455 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-06T08:08:12.768Z | [ recovery-image] Aug 06 08:08:11.465 INFO O| Aug 06 08:08:11.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5383 | 2024-08-06T08:08:12.768Z | [ recovery-image] Aug 06 08:08:11.465 INFO O| Aug 06 08:08:11.465 INFO STEP 502 (remove_files) COMPLETE |
5384 | 2024-08-06T08:08:12.771Z | [ recovery-image] Aug 06 08:08:11.465 INFO O| Aug 06 08:08:11.465 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-06T08:08:12.778Z | [ recovery-image] Aug 06 08:08:11.475 INFO O| Aug 06 08:08:11.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5386 | 2024-08-06T08:08:12.778Z | [ recovery-image] Aug 06 08:08:11.475 INFO O| Aug 06 08:08:11.475 INFO STEP 503 (remove_files) COMPLETE |
5387 | 2024-08-06T08:08:12.781Z | [ recovery-image] Aug 06 08:08:11.475 INFO O| Aug 06 08:08:11.475 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-06T08:08:12.788Z | [ recovery-image] Aug 06 08:08:11.485 INFO O| Aug 06 08:08:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5389 | 2024-08-06T08:08:12.788Z | [ recovery-image] Aug 06 08:08:11.485 INFO O| Aug 06 08:08:11.485 INFO STEP 504 (remove_files) COMPLETE |
5390 | 2024-08-06T08:08:12.790Z | [ recovery-image] Aug 06 08:08:11.485 INFO O| Aug 06 08:08:11.485 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-06T08:08:12.797Z | [ recovery-image] Aug 06 08:08:11.494 INFO O| Aug 06 08:08:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5392 | 2024-08-06T08:08:12.800Z | [ recovery-image] Aug 06 08:08:11.494 INFO O| Aug 06 08:08:11.494 INFO STEP 505 (remove_files) COMPLETE |
5393 | 2024-08-06T08:08:12.800Z | [ recovery-image] Aug 06 08:08:11.494 INFO O| Aug 06 08:08:11.494 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-06T08:08:12.806Z | [ recovery-image] Aug 06 08:08:11.504 INFO O| Aug 06 08:08:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5395 | 2024-08-06T08:08:12.809Z | [ recovery-image] Aug 06 08:08:11.504 INFO O| Aug 06 08:08:11.504 INFO STEP 506 (remove_files) COMPLETE |
5396 | 2024-08-06T08:08:12.809Z | [ recovery-image] Aug 06 08:08:11.504 INFO O| Aug 06 08:08:11.504 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-06T08:08:12.816Z | [ recovery-image] Aug 06 08:08:11.513 INFO O| Aug 06 08:08:11.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5398 | 2024-08-06T08:08:12.816Z | [ recovery-image] Aug 06 08:08:11.513 INFO O| Aug 06 08:08:11.513 INFO STEP 507 (remove_files) COMPLETE |
5399 | 2024-08-06T08:08:12.816Z | [ recovery-image] Aug 06 08:08:11.513 INFO O| Aug 06 08:08:11.513 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-06T08:08:12.825Z | [ recovery-image] Aug 06 08:08:11.522 INFO O| Aug 06 08:08:11.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5401 | 2024-08-06T08:08:12.828Z | [ recovery-image] Aug 06 08:08:11.523 INFO O| Aug 06 08:08:11.523 INFO STEP 508 (remove_files) COMPLETE |
5402 | 2024-08-06T08:08:12.828Z | [ recovery-image] Aug 06 08:08:11.523 INFO O| Aug 06 08:08:11.523 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-06T08:08:12.835Z | [ recovery-image] Aug 06 08:08:11.532 INFO O| Aug 06 08:08:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5404 | 2024-08-06T08:08:12.835Z | [ recovery-image] Aug 06 08:08:11.532 INFO O| Aug 06 08:08:11.532 INFO STEP 509 (remove_files) COMPLETE |
5405 | 2024-08-06T08:08:12.838Z | [ recovery-image] Aug 06 08:08:11.532 INFO O| Aug 06 08:08:11.532 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-06T08:08:12.845Z | [ recovery-image] Aug 06 08:08:11.542 INFO O| Aug 06 08:08:11.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5407 | 2024-08-06T08:08:12.847Z | [ recovery-image] Aug 06 08:08:11.542 INFO O| Aug 06 08:08:11.542 INFO STEP 510 (remove_files) COMPLETE |
5408 | 2024-08-06T08:08:12.847Z | [ recovery-image] Aug 06 08:08:11.542 INFO O| Aug 06 08:08:11.542 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-06T08:08:12.854Z | [ recovery-image] Aug 06 08:08:11.551 INFO O| Aug 06 08:08:11.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5410 | 2024-08-06T08:08:12.857Z | [ recovery-image] Aug 06 08:08:11.551 INFO O| Aug 06 08:08:11.551 INFO STEP 511 (remove_files) COMPLETE |
5411 | 2024-08-06T08:08:12.857Z | [ recovery-image] Aug 06 08:08:11.551 INFO O| Aug 06 08:08:11.551 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-06T08:08:12.863Z | [ recovery-image] Aug 06 08:08:11.561 INFO O| Aug 06 08:08:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5413 | 2024-08-06T08:08:12.866Z | [ recovery-image] Aug 06 08:08:11.561 INFO O| Aug 06 08:08:11.561 INFO STEP 512 (remove_files) COMPLETE |
5414 | 2024-08-06T08:08:12.866Z | [ recovery-image] Aug 06 08:08:11.561 INFO O| Aug 06 08:08:11.561 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-06T08:08:12.874Z | [ recovery-image] Aug 06 08:08:11.571 INFO O| Aug 06 08:08:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5416 | 2024-08-06T08:08:12.874Z | [ recovery-image] Aug 06 08:08:11.571 INFO O| Aug 06 08:08:11.571 INFO STEP 513 (remove_files) COMPLETE |
5417 | 2024-08-06T08:08:12.874Z | [ recovery-image] Aug 06 08:08:11.571 INFO O| Aug 06 08:08:11.571 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-06T08:08:12.883Z | [ recovery-image] Aug 06 08:08:11.581 INFO O| Aug 06 08:08:11.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5419 | 2024-08-06T08:08:12.886Z | [ recovery-image] Aug 06 08:08:11.581 INFO O| Aug 06 08:08:11.581 INFO STEP 514 (remove_files) COMPLETE |
5420 | 2024-08-06T08:08:12.886Z | [ recovery-image] Aug 06 08:08:11.581 INFO O| Aug 06 08:08:11.581 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-06T08:08:12.893Z | [ recovery-image] Aug 06 08:08:11.590 INFO O| Aug 06 08:08:11.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5422 | 2024-08-06T08:08:12.896Z | [ recovery-image] Aug 06 08:08:11.591 INFO O| Aug 06 08:08:11.591 INFO STEP 515 (remove_files) COMPLETE |
5423 | 2024-08-06T08:08:12.896Z | [ recovery-image] Aug 06 08:08:11.591 INFO O| Aug 06 08:08:11.591 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-06T08:08:12.903Z | [ recovery-image] Aug 06 08:08:11.600 INFO O| Aug 06 08:08:11.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5425 | 2024-08-06T08:08:12.903Z | [ recovery-image] Aug 06 08:08:11.600 INFO O| Aug 06 08:08:11.600 INFO STEP 516 (remove_files) COMPLETE |
5426 | 2024-08-06T08:08:12.906Z | [ recovery-image] Aug 06 08:08:11.600 INFO O| Aug 06 08:08:11.600 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-06T08:08:12.912Z | [ recovery-image] Aug 06 08:08:11.610 INFO O| Aug 06 08:08:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5428 | 2024-08-06T08:08:12.912Z | [ recovery-image] Aug 06 08:08:11.610 INFO O| Aug 06 08:08:11.610 INFO STEP 517 (remove_files) COMPLETE |
5429 | 2024-08-06T08:08:12.915Z | [ recovery-image] Aug 06 08:08:11.610 INFO O| Aug 06 08:08:11.610 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-06T08:08:12.922Z | [ recovery-image] Aug 06 08:08:11.619 INFO O| Aug 06 08:08:11.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5431 | 2024-08-06T08:08:12.922Z | [ recovery-image] Aug 06 08:08:11.619 INFO O| Aug 06 08:08:11.619 INFO STEP 518 (remove_files) COMPLETE |
5432 | 2024-08-06T08:08:12.922Z | [ recovery-image] Aug 06 08:08:11.619 INFO O| Aug 06 08:08:11.619 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-06T08:08:12.931Z | [ recovery-image] Aug 06 08:08:11.628 INFO O| Aug 06 08:08:11.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5434 | 2024-08-06T08:08:12.931Z | [ recovery-image] Aug 06 08:08:11.629 INFO O| Aug 06 08:08:11.629 INFO STEP 519 (remove_files) COMPLETE |
5435 | 2024-08-06T08:08:12.934Z | [ recovery-image] Aug 06 08:08:11.629 INFO O| Aug 06 08:08:11.629 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-06T08:08:12.941Z | [ recovery-image] Aug 06 08:08:11.638 INFO O| Aug 06 08:08:11.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5437 | 2024-08-06T08:08:12.941Z | [ recovery-image] Aug 06 08:08:11.638 INFO O| Aug 06 08:08:11.638 INFO STEP 520 (remove_files) COMPLETE |
5438 | 2024-08-06T08:08:12.944Z | [ recovery-image] Aug 06 08:08:11.638 INFO O| Aug 06 08:08:11.638 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-06T08:08:12.950Z | [ recovery-image] Aug 06 08:08:11.647 INFO O| Aug 06 08:08:11.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5440 | 2024-08-06T08:08:12.953Z | [ recovery-image] Aug 06 08:08:11.648 INFO O| Aug 06 08:08:11.647 INFO STEP 521 (remove_files) COMPLETE |
5441 | 2024-08-06T08:08:12.953Z | [ recovery-image] Aug 06 08:08:11.648 INFO O| Aug 06 08:08:11.648 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-06T08:08:12.960Z | [ recovery-image] Aug 06 08:08:11.657 INFO O| Aug 06 08:08:11.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5443 | 2024-08-06T08:08:12.962Z | [ recovery-image] Aug 06 08:08:11.657 INFO O| Aug 06 08:08:11.657 INFO STEP 522 (remove_files) COMPLETE |
5444 | 2024-08-06T08:08:12.962Z | [ recovery-image] Aug 06 08:08:11.657 INFO O| Aug 06 08:08:11.657 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-06T08:08:12.969Z | [ recovery-image] Aug 06 08:08:11.667 INFO O| Aug 06 08:08:11.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5446 | 2024-08-06T08:08:12.969Z | [ recovery-image] Aug 06 08:08:11.667 INFO O| Aug 06 08:08:11.667 INFO STEP 523 (remove_files) COMPLETE |
5447 | 2024-08-06T08:08:12.972Z | [ recovery-image] Aug 06 08:08:11.667 INFO O| Aug 06 08:08:11.667 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-06T08:08:12.979Z | [ recovery-image] Aug 06 08:08:11.676 INFO O| Aug 06 08:08:11.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5449 | 2024-08-06T08:08:12.981Z | [ recovery-image] Aug 06 08:08:11.676 INFO O| Aug 06 08:08:11.676 INFO STEP 524 (remove_files) COMPLETE |
5450 | 2024-08-06T08:08:12.982Z | [ recovery-image] Aug 06 08:08:11.677 INFO O| Aug 06 08:08:11.676 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-06T08:08:12.989Z | [ recovery-image] Aug 06 08:08:11.686 INFO O| Aug 06 08:08:11.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5452 | 2024-08-06T08:08:12.989Z | [ recovery-image] Aug 06 08:08:11.686 INFO O| Aug 06 08:08:11.686 INFO STEP 525 (remove_files) COMPLETE |
5453 | 2024-08-06T08:08:12.989Z | [ recovery-image] Aug 06 08:08:11.686 INFO O| Aug 06 08:08:11.686 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-06T08:08:12.999Z | [ recovery-image] Aug 06 08:08:11.696 INFO O| Aug 06 08:08:11.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5455 | 2024-08-06T08:08:12.999Z | [ recovery-image] Aug 06 08:08:11.696 INFO O| Aug 06 08:08:11.696 INFO STEP 526 (remove_files) COMPLETE |
5456 | 2024-08-06T08:08:13.002Z | [ recovery-image] Aug 06 08:08:11.696 INFO O| Aug 06 08:08:11.696 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-06T08:08:13.008Z | [ recovery-image] Aug 06 08:08:11.706 INFO O| Aug 06 08:08:11.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5458 | 2024-08-06T08:08:13.011Z | [ recovery-image] Aug 06 08:08:11.706 INFO O| Aug 06 08:08:11.706 INFO STEP 527 (remove_files) COMPLETE |
5459 | 2024-08-06T08:08:13.011Z | [ recovery-image] Aug 06 08:08:11.706 INFO O| Aug 06 08:08:11.706 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-06T08:08:13.018Z | [ recovery-image] Aug 06 08:08:11.716 INFO O| Aug 06 08:08:11.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5461 | 2024-08-06T08:08:13.018Z | [ recovery-image] Aug 06 08:08:11.716 INFO O| Aug 06 08:08:11.716 INFO STEP 528 (remove_files) COMPLETE |
5462 | 2024-08-06T08:08:13.018Z | [ recovery-image] Aug 06 08:08:11.716 INFO O| Aug 06 08:08:11.716 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-06T08:08:13.028Z | [ recovery-image] Aug 06 08:08:11.725 INFO O| Aug 06 08:08:11.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5464 | 2024-08-06T08:08:13.031Z | [ recovery-image] Aug 06 08:08:11.725 INFO O| Aug 06 08:08:11.725 INFO STEP 529 (remove_files) COMPLETE |
5465 | 2024-08-06T08:08:13.031Z | [ recovery-image] Aug 06 08:08:11.725 INFO O| Aug 06 08:08:11.725 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-06T08:08:13.037Z | [ recovery-image] Aug 06 08:08:11.734 INFO O| Aug 06 08:08:11.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5467 | 2024-08-06T08:08:13.040Z | [ recovery-image] Aug 06 08:08:11.735 INFO O| Aug 06 08:08:11.735 INFO STEP 530 (remove_files) COMPLETE |
5468 | 2024-08-06T08:08:13.040Z | [ recovery-image] Aug 06 08:08:11.735 INFO O| Aug 06 08:08:11.735 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-06T08:08:13.047Z | [ recovery-image] Aug 06 08:08:11.744 INFO O| Aug 06 08:08:11.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5470 | 2024-08-06T08:08:13.049Z | [ recovery-image] Aug 06 08:08:11.744 INFO O| Aug 06 08:08:11.744 INFO STEP 531 (remove_files) COMPLETE |
5471 | 2024-08-06T08:08:13.049Z | [ recovery-image] Aug 06 08:08:11.744 INFO O| Aug 06 08:08:11.744 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-06T08:08:13.056Z | [ recovery-image] Aug 06 08:08:11.754 INFO O| Aug 06 08:08:11.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5473 | 2024-08-06T08:08:13.056Z | [ recovery-image] Aug 06 08:08:11.754 INFO O| Aug 06 08:08:11.754 INFO STEP 532 (remove_files) COMPLETE |
5474 | 2024-08-06T08:08:13.056Z | [ recovery-image] Aug 06 08:08:11.754 INFO O| Aug 06 08:08:11.754 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-06T08:08:13.066Z | [ recovery-image] Aug 06 08:08:11.763 INFO O| Aug 06 08:08:11.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5476 | 2024-08-06T08:08:13.066Z | [ recovery-image] Aug 06 08:08:11.763 INFO O| Aug 06 08:08:11.763 INFO STEP 533 (remove_files) COMPLETE |
5477 | 2024-08-06T08:08:13.069Z | [ recovery-image] Aug 06 08:08:11.763 INFO O| Aug 06 08:08:11.763 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-06T08:08:13.076Z | [ recovery-image] Aug 06 08:08:11.773 INFO O| Aug 06 08:08:11.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5479 | 2024-08-06T08:08:13.078Z | [ recovery-image] Aug 06 08:08:11.773 INFO O| Aug 06 08:08:11.773 INFO STEP 534 (remove_files) COMPLETE |
5480 | 2024-08-06T08:08:13.078Z | [ recovery-image] Aug 06 08:08:11.773 INFO O| Aug 06 08:08:11.773 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-06T08:08:13.085Z | [ recovery-image] Aug 06 08:08:11.782 INFO O| Aug 06 08:08:11.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5482 | 2024-08-06T08:08:13.088Z | [ recovery-image] Aug 06 08:08:11.782 INFO O| Aug 06 08:08:11.782 INFO STEP 535 (remove_files) COMPLETE |
5483 | 2024-08-06T08:08:13.088Z | [ recovery-image] Aug 06 08:08:11.783 INFO O| Aug 06 08:08:11.782 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-06T08:08:13.095Z | [ recovery-image] Aug 06 08:08:11.792 INFO O| Aug 06 08:08:11.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5485 | 2024-08-06T08:08:13.098Z | [ recovery-image] Aug 06 08:08:11.792 INFO O| Aug 06 08:08:11.792 INFO STEP 536 (remove_files) COMPLETE |
5486 | 2024-08-06T08:08:13.098Z | [ recovery-image] Aug 06 08:08:11.792 INFO O| Aug 06 08:08:11.792 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-06T08:08:13.104Z | [ recovery-image] Aug 06 08:08:11.801 INFO O| Aug 06 08:08:11.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5488 | 2024-08-06T08:08:13.104Z | [ recovery-image] Aug 06 08:08:11.801 INFO O| Aug 06 08:08:11.801 INFO STEP 537 (remove_files) COMPLETE |
5489 | 2024-08-06T08:08:13.104Z | [ recovery-image] Aug 06 08:08:11.801 INFO O| Aug 06 08:08:11.801 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-06T08:08:13.114Z | [ recovery-image] Aug 06 08:08:11.811 INFO O| Aug 06 08:08:11.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5491 | 2024-08-06T08:08:13.114Z | [ recovery-image] Aug 06 08:08:11.811 INFO O| Aug 06 08:08:11.811 INFO STEP 538 (remove_files) COMPLETE |
5492 | 2024-08-06T08:08:13.114Z | [ recovery-image] Aug 06 08:08:11.811 INFO O| Aug 06 08:08:11.811 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-06T08:08:13.123Z | [ recovery-image] Aug 06 08:08:11.820 INFO O| Aug 06 08:08:11.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5494 | 2024-08-06T08:08:13.123Z | [ recovery-image] Aug 06 08:08:11.820 INFO O| Aug 06 08:08:11.820 INFO STEP 539 (remove_files) COMPLETE |
5495 | 2024-08-06T08:08:13.126Z | [ recovery-image] Aug 06 08:08:11.820 INFO O| Aug 06 08:08:11.820 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-06T08:08:13.132Z | [ recovery-image] Aug 06 08:08:11.830 INFO O| Aug 06 08:08:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5497 | 2024-08-06T08:08:13.135Z | [ recovery-image] Aug 06 08:08:11.830 INFO O| Aug 06 08:08:11.830 INFO STEP 540 (remove_files) COMPLETE |
5498 | 2024-08-06T08:08:13.135Z | [ recovery-image] Aug 06 08:08:11.830 INFO O| Aug 06 08:08:11.830 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-06T08:08:13.142Z | [ recovery-image] Aug 06 08:08:11.839 INFO O| Aug 06 08:08:11.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5500 | 2024-08-06T08:08:13.145Z | [ recovery-image] Aug 06 08:08:11.839 INFO O| Aug 06 08:08:11.839 INFO STEP 541 (remove_files) COMPLETE |
5501 | 2024-08-06T08:08:13.145Z | [ recovery-image] Aug 06 08:08:11.839 INFO O| Aug 06 08:08:11.839 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-06T08:08:13.151Z | [ recovery-image] Aug 06 08:08:11.848 INFO O| Aug 06 08:08:11.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5503 | 2024-08-06T08:08:13.151Z | [ recovery-image] Aug 06 08:08:11.848 INFO O| Aug 06 08:08:11.848 INFO STEP 542 (remove_files) COMPLETE |
5504 | 2024-08-06T08:08:13.154Z | [ recovery-image] Aug 06 08:08:11.848 INFO O| Aug 06 08:08:11.848 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-06T08:08:13.161Z | [ recovery-image] Aug 06 08:08:11.858 INFO O| Aug 06 08:08:11.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5506 | 2024-08-06T08:08:13.163Z | [ recovery-image] Aug 06 08:08:11.858 INFO O| Aug 06 08:08:11.858 INFO STEP 543 (remove_files) COMPLETE |
5507 | 2024-08-06T08:08:13.163Z | [ recovery-image] Aug 06 08:08:11.858 INFO O| Aug 06 08:08:11.858 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-06T08:08:13.170Z | [ recovery-image] Aug 06 08:08:11.867 INFO O| Aug 06 08:08:11.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5509 | 2024-08-06T08:08:13.170Z | [ recovery-image] Aug 06 08:08:11.867 INFO O| Aug 06 08:08:11.867 INFO STEP 544 (remove_files) COMPLETE |
5510 | 2024-08-06T08:08:13.173Z | [ recovery-image] Aug 06 08:08:11.867 INFO O| Aug 06 08:08:11.867 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-06T08:08:13.180Z | [ recovery-image] Aug 06 08:08:11.877 INFO O| Aug 06 08:08:11.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5512 | 2024-08-06T08:08:13.182Z | [ recovery-image] Aug 06 08:08:11.877 INFO O| Aug 06 08:08:11.877 INFO STEP 545 (remove_files) COMPLETE |
5513 | 2024-08-06T08:08:13.182Z | [ recovery-image] Aug 06 08:08:11.877 INFO O| Aug 06 08:08:11.877 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-06T08:08:13.189Z | [ recovery-image] Aug 06 08:08:11.886 INFO O| Aug 06 08:08:11.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5515 | 2024-08-06T08:08:13.189Z | [ recovery-image] Aug 06 08:08:11.886 INFO O| Aug 06 08:08:11.886 INFO STEP 546 (remove_files) COMPLETE |
5516 | 2024-08-06T08:08:13.192Z | [ recovery-image] Aug 06 08:08:11.886 INFO O| Aug 06 08:08:11.886 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-06T08:08:13.198Z | [ recovery-image] Aug 06 08:08:11.896 INFO O| Aug 06 08:08:11.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5518 | 2024-08-06T08:08:13.198Z | [ recovery-image] Aug 06 08:08:11.896 INFO O| Aug 06 08:08:11.896 INFO STEP 547 (remove_files) COMPLETE |
5519 | 2024-08-06T08:08:13.201Z | [ recovery-image] Aug 06 08:08:11.896 INFO O| Aug 06 08:08:11.896 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-06T08:08:13.208Z | [ recovery-image] Aug 06 08:08:11.905 INFO O| Aug 06 08:08:11.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5521 | 2024-08-06T08:08:13.208Z | [ recovery-image] Aug 06 08:08:11.905 INFO O| Aug 06 08:08:11.905 INFO STEP 548 (remove_files) COMPLETE |
5522 | 2024-08-06T08:08:13.208Z | [ recovery-image] Aug 06 08:08:11.905 INFO O| Aug 06 08:08:11.905 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-06T08:08:13.217Z | [ recovery-image] Aug 06 08:08:11.914 INFO O| Aug 06 08:08:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5524 | 2024-08-06T08:08:13.220Z | [ recovery-image] Aug 06 08:08:11.914 INFO O| Aug 06 08:08:11.914 INFO STEP 549 (remove_files) COMPLETE |
5525 | 2024-08-06T08:08:13.220Z | [ recovery-image] Aug 06 08:08:11.915 INFO O| Aug 06 08:08:11.914 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-06T08:08:13.227Z | [ recovery-image] Aug 06 08:08:11.924 INFO O| Aug 06 08:08:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5527 | 2024-08-06T08:08:13.227Z | [ recovery-image] Aug 06 08:08:11.924 INFO O| Aug 06 08:08:11.924 INFO STEP 550 (remove_files) COMPLETE |
5528 | 2024-08-06T08:08:13.227Z | [ recovery-image] Aug 06 08:08:11.924 INFO O| Aug 06 08:08:11.924 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-06T08:08:13.236Z | [ recovery-image] Aug 06 08:08:11.933 INFO O| Aug 06 08:08:11.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5530 | 2024-08-06T08:08:13.239Z | [ recovery-image] Aug 06 08:08:11.933 INFO O| Aug 06 08:08:11.933 INFO STEP 551 (remove_files) COMPLETE |
5531 | 2024-08-06T08:08:13.239Z | [ recovery-image] Aug 06 08:08:11.933 INFO O| Aug 06 08:08:11.933 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-06T08:08:13.245Z | [ recovery-image] Aug 06 08:08:11.943 INFO O| Aug 06 08:08:11.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5533 | 2024-08-06T08:08:13.246Z | [ recovery-image] Aug 06 08:08:11.943 INFO O| Aug 06 08:08:11.943 INFO STEP 552 (remove_files) COMPLETE |
5534 | 2024-08-06T08:08:13.248Z | [ recovery-image] Aug 06 08:08:11.943 INFO O| Aug 06 08:08:11.943 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-06T08:08:13.255Z | [ recovery-image] Aug 06 08:08:11.952 INFO O| Aug 06 08:08:11.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5536 | 2024-08-06T08:08:13.258Z | [ recovery-image] Aug 06 08:08:11.952 INFO O| Aug 06 08:08:11.952 INFO STEP 553 (remove_files) COMPLETE |
5537 | 2024-08-06T08:08:13.258Z | [ recovery-image] Aug 06 08:08:11.952 INFO O| Aug 06 08:08:11.952 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-06T08:08:13.264Z | [ recovery-image] Aug 06 08:08:11.962 INFO O| Aug 06 08:08:11.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5539 | 2024-08-06T08:08:13.267Z | [ recovery-image] Aug 06 08:08:11.962 INFO O| Aug 06 08:08:11.962 INFO STEP 554 (remove_files) COMPLETE |
5540 | 2024-08-06T08:08:13.267Z | [ recovery-image] Aug 06 08:08:11.962 INFO O| Aug 06 08:08:11.962 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-06T08:08:13.276Z | [ recovery-image] Aug 06 08:08:11.974 INFO O| Aug 06 08:08:11.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5542 | 2024-08-06T08:08:13.279Z | [ recovery-image] Aug 06 08:08:11.975 INFO O| Aug 06 08:08:11.975 INFO STEP 555 (remove_files) COMPLETE |
5543 | 2024-08-06T08:08:13.279Z | [ recovery-image] Aug 06 08:08:11.975 INFO O| Aug 06 08:08:11.975 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-06T08:08:13.296Z | [ recovery-image] Aug 06 08:08:11.993 INFO O| Aug 06 08:08:11.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5545 | 2024-08-06T08:08:13.296Z | [ recovery-image] Aug 06 08:08:11.993 INFO O| Aug 06 08:08:11.993 INFO STEP 556 (remove_files) COMPLETE |
5546 | 2024-08-06T08:08:13.299Z | [ recovery-image] Aug 06 08:08:11.993 INFO O| Aug 06 08:08:11.993 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-06T08:08:13.313Z | [ recovery-image] Aug 06 08:08:12.010 INFO O| Aug 06 08:08:12.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5548 | 2024-08-06T08:08:13.313Z | [ recovery-image] Aug 06 08:08:12.010 INFO O| Aug 06 08:08:12.010 INFO STEP 557 (remove_files) COMPLETE |
5549 | 2024-08-06T08:08:13.316Z | [ recovery-image] Aug 06 08:08:12.010 INFO O| Aug 06 08:08:12.010 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-06T08:08:13.323Z | [ recovery-image] Aug 06 08:08:12.020 INFO O| Aug 06 08:08:12.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5551 | 2024-08-06T08:08:13.323Z | [ recovery-image] Aug 06 08:08:12.020 INFO O| Aug 06 08:08:12.020 INFO STEP 558 (remove_files) COMPLETE |
5552 | 2024-08-06T08:08:13.326Z | [ recovery-image] Aug 06 08:08:12.020 INFO O| Aug 06 08:08:12.020 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-06T08:08:13.333Z | [ recovery-image] Aug 06 08:08:12.030 INFO O| Aug 06 08:08:12.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5554 | 2024-08-06T08:08:13.335Z | [ recovery-image] Aug 06 08:08:12.030 INFO O| Aug 06 08:08:12.030 INFO STEP 559 (remove_files) COMPLETE |
5555 | 2024-08-06T08:08:13.335Z | [ recovery-image] Aug 06 08:08:12.030 INFO O| Aug 06 08:08:12.030 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-06T08:08:13.342Z | [ recovery-image] Aug 06 08:08:12.040 INFO O| Aug 06 08:08:12.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5557 | 2024-08-06T08:08:13.345Z | [ recovery-image] Aug 06 08:08:12.040 INFO O| Aug 06 08:08:12.040 INFO STEP 560 (remove_files) COMPLETE |
5558 | 2024-08-06T08:08:13.345Z | [ recovery-image] Aug 06 08:08:12.040 INFO O| Aug 06 08:08:12.040 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-06T08:08:13.352Z | [ recovery-image] Aug 06 08:08:12.049 INFO O| Aug 06 08:08:12.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5560 | 2024-08-06T08:08:13.352Z | [ recovery-image] Aug 06 08:08:12.049 INFO O| Aug 06 08:08:12.049 INFO STEP 561 (remove_files) COMPLETE |
5561 | 2024-08-06T08:08:13.355Z | [ recovery-image] Aug 06 08:08:12.049 INFO O| Aug 06 08:08:12.049 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-06T08:08:13.361Z | [ recovery-image] Aug 06 08:08:12.059 INFO O| Aug 06 08:08:12.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5563 | 2024-08-06T08:08:13.364Z | [ recovery-image] Aug 06 08:08:12.059 INFO O| Aug 06 08:08:12.059 INFO STEP 562 (remove_files) COMPLETE |
5564 | 2024-08-06T08:08:13.364Z | [ recovery-image] Aug 06 08:08:12.059 INFO O| Aug 06 08:08:12.059 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-06T08:08:13.371Z | [ recovery-image] Aug 06 08:08:12.068 INFO O| Aug 06 08:08:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5566 | 2024-08-06T08:08:13.371Z | [ recovery-image] Aug 06 08:08:12.068 INFO O| Aug 06 08:08:12.068 INFO STEP 563 (remove_files) COMPLETE |
5567 | 2024-08-06T08:08:13.371Z | [ recovery-image] Aug 06 08:08:12.068 INFO O| Aug 06 08:08:12.068 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-06T08:08:13.380Z | [ recovery-image] Aug 06 08:08:12.077 INFO O| Aug 06 08:08:12.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5569 | 2024-08-06T08:08:13.380Z | [ recovery-image] Aug 06 08:08:12.077 INFO O| Aug 06 08:08:12.077 INFO STEP 564 (remove_files) COMPLETE |
5570 | 2024-08-06T08:08:13.383Z | [ recovery-image] Aug 06 08:08:12.077 INFO O| Aug 06 08:08:12.077 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-06T08:08:13.389Z | [ recovery-image] Aug 06 08:08:12.087 INFO O| Aug 06 08:08:12.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5572 | 2024-08-06T08:08:13.392Z | [ recovery-image] Aug 06 08:08:12.087 INFO O| Aug 06 08:08:12.087 INFO STEP 565 (remove_files) COMPLETE |
5573 | 2024-08-06T08:08:13.392Z | [ recovery-image] Aug 06 08:08:12.087 INFO O| Aug 06 08:08:12.087 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-06T08:08:13.399Z | [ recovery-image] Aug 06 08:08:12.096 INFO O| Aug 06 08:08:12.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5575 | 2024-08-06T08:08:13.399Z | [ recovery-image] Aug 06 08:08:12.096 INFO O| Aug 06 08:08:12.096 INFO STEP 566 (remove_files) COMPLETE |
5576 | 2024-08-06T08:08:13.401Z | [ recovery-image] Aug 06 08:08:12.096 INFO O| Aug 06 08:08:12.096 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-06T08:08:13.409Z | [ recovery-image] Aug 06 08:08:12.106 INFO O| Aug 06 08:08:12.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5578 | 2024-08-06T08:08:13.409Z | [ recovery-image] Aug 06 08:08:12.106 INFO O| Aug 06 08:08:12.106 INFO STEP 567 (remove_files) COMPLETE |
5579 | 2024-08-06T08:08:13.409Z | [ recovery-image] Aug 06 08:08:12.106 INFO O| Aug 06 08:08:12.106 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-06T08:08:13.419Z | [ recovery-image] Aug 06 08:08:12.116 INFO O| Aug 06 08:08:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5581 | 2024-08-06T08:08:13.419Z | [ recovery-image] Aug 06 08:08:12.116 INFO O| Aug 06 08:08:12.116 INFO STEP 568 (remove_files) COMPLETE |
5582 | 2024-08-06T08:08:13.419Z | [ recovery-image] Aug 06 08:08:12.116 INFO O| Aug 06 08:08:12.116 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-06T08:08:13.428Z | [ recovery-image] Aug 06 08:08:12.125 INFO O| Aug 06 08:08:12.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5584 | 2024-08-06T08:08:13.428Z | [ recovery-image] Aug 06 08:08:12.125 INFO O| Aug 06 08:08:12.125 INFO STEP 569 (remove_files) COMPLETE |
5585 | 2024-08-06T08:08:13.431Z | [ recovery-image] Aug 06 08:08:12.125 INFO O| Aug 06 08:08:12.125 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-06T08:08:13.437Z | [ recovery-image] Aug 06 08:08:12.135 INFO O| Aug 06 08:08:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5587 | 2024-08-06T08:08:13.440Z | [ recovery-image] Aug 06 08:08:12.135 INFO O| Aug 06 08:08:12.135 INFO STEP 570 (remove_files) COMPLETE |
5588 | 2024-08-06T08:08:13.440Z | [ recovery-image] Aug 06 08:08:12.135 INFO O| Aug 06 08:08:12.135 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-06T08:08:13.447Z | [ recovery-image] Aug 06 08:08:12.144 INFO O| Aug 06 08:08:12.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5590 | 2024-08-06T08:08:13.447Z | [ recovery-image] Aug 06 08:08:12.144 INFO O| Aug 06 08:08:12.144 INFO STEP 571 (remove_files) COMPLETE |
5591 | 2024-08-06T08:08:13.447Z | [ recovery-image] Aug 06 08:08:12.144 INFO O| Aug 06 08:08:12.144 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-06T08:08:13.456Z | [ recovery-image] Aug 06 08:08:12.153 INFO O| Aug 06 08:08:12.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5593 | 2024-08-06T08:08:13.456Z | [ recovery-image] Aug 06 08:08:12.153 INFO O| Aug 06 08:08:12.153 INFO STEP 572 (remove_files) COMPLETE |
5594 | 2024-08-06T08:08:13.456Z | [ recovery-image] Aug 06 08:08:12.153 INFO O| Aug 06 08:08:12.153 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-06T08:08:13.466Z | [ recovery-image] Aug 06 08:08:12.163 INFO O| Aug 06 08:08:12.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5596 | 2024-08-06T08:08:13.466Z | [ recovery-image] Aug 06 08:08:12.163 INFO O| Aug 06 08:08:12.163 INFO STEP 573 (remove_files) COMPLETE |
5597 | 2024-08-06T08:08:13.468Z | [ recovery-image] Aug 06 08:08:12.163 INFO O| Aug 06 08:08:12.163 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-06T08:08:13.475Z | [ recovery-image] Aug 06 08:08:12.172 INFO O| Aug 06 08:08:12.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5599 | 2024-08-06T08:08:13.475Z | [ recovery-image] Aug 06 08:08:12.172 INFO O| Aug 06 08:08:12.172 INFO STEP 574 (remove_files) COMPLETE |
5600 | 2024-08-06T08:08:13.478Z | [ recovery-image] Aug 06 08:08:12.172 INFO O| Aug 06 08:08:12.172 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-06T08:08:13.485Z | [ recovery-image] Aug 06 08:08:12.182 INFO O| Aug 06 08:08:12.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5602 | 2024-08-06T08:08:13.485Z | [ recovery-image] Aug 06 08:08:12.182 INFO O| Aug 06 08:08:12.182 INFO STEP 575 (remove_files) COMPLETE |
5603 | 2024-08-06T08:08:13.488Z | [ recovery-image] Aug 06 08:08:12.182 INFO O| Aug 06 08:08:12.182 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-06T08:08:13.494Z | [ recovery-image] Aug 06 08:08:12.191 INFO O| Aug 06 08:08:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5605 | 2024-08-06T08:08:13.497Z | [ recovery-image] Aug 06 08:08:12.191 INFO O| Aug 06 08:08:12.191 INFO STEP 576 (remove_files) COMPLETE |
5606 | 2024-08-06T08:08:13.497Z | [ recovery-image] Aug 06 08:08:12.191 INFO O| Aug 06 08:08:12.191 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-06T08:08:13.503Z | [ recovery-image] Aug 06 08:08:12.201 INFO O| Aug 06 08:08:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5608 | 2024-08-06T08:08:13.504Z | [ recovery-image] Aug 06 08:08:12.201 INFO O| Aug 06 08:08:12.201 INFO STEP 577 (remove_files) COMPLETE |
5609 | 2024-08-06T08:08:13.504Z | [ recovery-image] Aug 06 08:08:12.201 INFO O| Aug 06 08:08:12.201 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-06T08:08:13.513Z | [ recovery-image] Aug 06 08:08:12.210 INFO O| Aug 06 08:08:12.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5611 | 2024-08-06T08:08:13.515Z | [ recovery-image] Aug 06 08:08:12.210 INFO O| Aug 06 08:08:12.210 INFO STEP 578 (remove_files) COMPLETE |
5612 | 2024-08-06T08:08:13.515Z | [ recovery-image] Aug 06 08:08:12.210 INFO O| Aug 06 08:08:12.210 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-06T08:08:13.522Z | [ recovery-image] Aug 06 08:08:12.219 INFO O| Aug 06 08:08:12.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5614 | 2024-08-06T08:08:13.522Z | [ recovery-image] Aug 06 08:08:12.220 INFO O| Aug 06 08:08:12.220 INFO STEP 579 (remove_files) COMPLETE |
5615 | 2024-08-06T08:08:13.525Z | [ recovery-image] Aug 06 08:08:12.220 INFO O| Aug 06 08:08:12.220 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-06T08:08:13.532Z | [ recovery-image] Aug 06 08:08:12.229 INFO O| Aug 06 08:08:12.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5617 | 2024-08-06T08:08:13.532Z | [ recovery-image] Aug 06 08:08:12.229 INFO O| Aug 06 08:08:12.229 INFO STEP 580 (remove_files) COMPLETE |
5618 | 2024-08-06T08:08:13.532Z | [ recovery-image] Aug 06 08:08:12.229 INFO O| Aug 06 08:08:12.229 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-06T08:08:13.541Z | [ recovery-image] Aug 06 08:08:12.238 INFO O| Aug 06 08:08:12.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5620 | 2024-08-06T08:08:13.541Z | [ recovery-image] Aug 06 08:08:12.238 INFO O| Aug 06 08:08:12.238 INFO STEP 581 (remove_files) COMPLETE |
5621 | 2024-08-06T08:08:13.543Z | [ recovery-image] Aug 06 08:08:12.238 INFO O| Aug 06 08:08:12.238 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-06T08:08:13.550Z | [ recovery-image] Aug 06 08:08:12.247 INFO O| Aug 06 08:08:12.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5623 | 2024-08-06T08:08:13.553Z | [ recovery-image] Aug 06 08:08:12.248 INFO O| Aug 06 08:08:12.247 INFO STEP 582 (remove_files) COMPLETE |
5624 | 2024-08-06T08:08:13.553Z | [ recovery-image] Aug 06 08:08:12.248 INFO O| Aug 06 08:08:12.247 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-06T08:08:13.560Z | [ recovery-image] Aug 06 08:08:12.257 INFO O| Aug 06 08:08:12.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5626 | 2024-08-06T08:08:13.560Z | [ recovery-image] Aug 06 08:08:12.257 INFO O| Aug 06 08:08:12.257 INFO STEP 583 (remove_files) COMPLETE |
5627 | 2024-08-06T08:08:13.562Z | [ recovery-image] Aug 06 08:08:12.257 INFO O| Aug 06 08:08:12.257 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-06T08:08:13.569Z | [ recovery-image] Aug 06 08:08:12.266 INFO O| Aug 06 08:08:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5629 | 2024-08-06T08:08:13.572Z | [ recovery-image] Aug 06 08:08:12.267 INFO O| Aug 06 08:08:12.266 INFO STEP 584 (remove_files) COMPLETE |
5630 | 2024-08-06T08:08:13.572Z | [ recovery-image] Aug 06 08:08:12.267 INFO O| Aug 06 08:08:12.267 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-06T08:08:13.579Z | [ recovery-image] Aug 06 08:08:12.276 INFO O| Aug 06 08:08:12.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5632 | 2024-08-06T08:08:13.579Z | [ recovery-image] Aug 06 08:08:12.276 INFO O| Aug 06 08:08:12.276 INFO STEP 585 (remove_files) COMPLETE |
5633 | 2024-08-06T08:08:13.579Z | [ recovery-image] Aug 06 08:08:12.276 INFO O| Aug 06 08:08:12.276 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-06T08:08:13.588Z | [ recovery-image] Aug 06 08:08:12.285 INFO O| Aug 06 08:08:12.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5635 | 2024-08-06T08:08:13.588Z | [ recovery-image] Aug 06 08:08:12.285 INFO O| Aug 06 08:08:12.285 INFO STEP 586 (remove_files) COMPLETE |
5636 | 2024-08-06T08:08:13.591Z | [ recovery-image] Aug 06 08:08:12.285 INFO O| Aug 06 08:08:12.285 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-06T08:08:13.597Z | [ recovery-image] Aug 06 08:08:12.294 INFO O| Aug 06 08:08:12.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5638 | 2024-08-06T08:08:13.600Z | [ recovery-image] Aug 06 08:08:12.294 INFO O| Aug 06 08:08:12.294 INFO STEP 587 (remove_files) COMPLETE |
5639 | 2024-08-06T08:08:13.600Z | [ recovery-image] Aug 06 08:08:12.294 INFO O| Aug 06 08:08:12.294 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-06T08:08:13.607Z | [ recovery-image] Aug 06 08:08:12.304 INFO O| Aug 06 08:08:12.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5641 | 2024-08-06T08:08:13.610Z | [ recovery-image] Aug 06 08:08:12.304 INFO O| Aug 06 08:08:12.304 INFO STEP 588 (remove_files) COMPLETE |
5642 | 2024-08-06T08:08:13.610Z | [ recovery-image] Aug 06 08:08:12.305 INFO O| Aug 06 08:08:12.304 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-06T08:08:13.617Z | [ recovery-image] Aug 06 08:08:12.314 INFO O| Aug 06 08:08:12.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5644 | 2024-08-06T08:08:13.617Z | [ recovery-image] Aug 06 08:08:12.314 INFO O| Aug 06 08:08:12.314 INFO STEP 589 (remove_files) COMPLETE |
5645 | 2024-08-06T08:08:13.619Z | [ recovery-image] Aug 06 08:08:12.314 INFO O| Aug 06 08:08:12.314 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-06T08:08:13.626Z | [ recovery-image] Aug 06 08:08:12.323 INFO O| Aug 06 08:08:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5647 | 2024-08-06T08:08:13.629Z | [ recovery-image] Aug 06 08:08:12.323 INFO O| Aug 06 08:08:12.323 INFO STEP 590 (remove_files) COMPLETE |
5648 | 2024-08-06T08:08:13.629Z | [ recovery-image] Aug 06 08:08:12.323 INFO O| Aug 06 08:08:12.323 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-06T08:08:13.635Z | [ recovery-image] Aug 06 08:08:12.332 INFO O| Aug 06 08:08:12.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5650 | 2024-08-06T08:08:13.638Z | [ recovery-image] Aug 06 08:08:12.332 INFO O| Aug 06 08:08:12.332 INFO STEP 591 (remove_files) COMPLETE |
5651 | 2024-08-06T08:08:13.638Z | [ recovery-image] Aug 06 08:08:12.332 INFO O| Aug 06 08:08:12.332 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-06T08:08:13.645Z | [ recovery-image] Aug 06 08:08:12.342 INFO O| Aug 06 08:08:12.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5653 | 2024-08-06T08:08:13.647Z | [ recovery-image] Aug 06 08:08:12.342 INFO O| Aug 06 08:08:12.342 INFO STEP 592 (remove_files) COMPLETE |
5654 | 2024-08-06T08:08:13.647Z | [ recovery-image] Aug 06 08:08:12.342 INFO O| Aug 06 08:08:12.342 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-06T08:08:13.654Z | [ recovery-image] Aug 06 08:08:12.351 INFO O| Aug 06 08:08:12.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5656 | 2024-08-06T08:08:13.657Z | [ recovery-image] Aug 06 08:08:12.351 INFO O| Aug 06 08:08:12.351 INFO STEP 593 (remove_files) COMPLETE |
5657 | 2024-08-06T08:08:13.657Z | [ recovery-image] Aug 06 08:08:12.351 INFO O| Aug 06 08:08:12.351 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-06T08:08:13.663Z | [ recovery-image] Aug 06 08:08:12.361 INFO O| Aug 06 08:08:12.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5659 | 2024-08-06T08:08:13.666Z | [ recovery-image] Aug 06 08:08:12.361 INFO O| Aug 06 08:08:12.361 INFO STEP 594 (remove_files) COMPLETE |
5660 | 2024-08-06T08:08:13.666Z | [ recovery-image] Aug 06 08:08:12.361 INFO O| Aug 06 08:08:12.361 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-06T08:08:13.673Z | [ recovery-image] Aug 06 08:08:12.370 INFO O| Aug 06 08:08:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5662 | 2024-08-06T08:08:13.675Z | [ recovery-image] Aug 06 08:08:12.370 INFO O| Aug 06 08:08:12.370 INFO STEP 595 (remove_files) COMPLETE |
5663 | 2024-08-06T08:08:13.675Z | [ recovery-image] Aug 06 08:08:12.370 INFO O| Aug 06 08:08:12.370 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-06T08:08:13.682Z | [ recovery-image] Aug 06 08:08:12.379 INFO O| Aug 06 08:08:12.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5665 | 2024-08-06T08:08:13.685Z | [ recovery-image] Aug 06 08:08:12.379 INFO O| Aug 06 08:08:12.379 INFO STEP 596 (remove_files) COMPLETE |
5666 | 2024-08-06T08:08:13.685Z | [ recovery-image] Aug 06 08:08:12.379 INFO O| Aug 06 08:08:12.379 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-06T08:08:13.692Z | [ recovery-image] Aug 06 08:08:12.389 INFO O| Aug 06 08:08:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5668 | 2024-08-06T08:08:13.694Z | [ recovery-image] Aug 06 08:08:12.389 INFO O| Aug 06 08:08:12.389 INFO STEP 597 (remove_files) COMPLETE |
5669 | 2024-08-06T08:08:13.694Z | [ recovery-image] Aug 06 08:08:12.389 INFO O| Aug 06 08:08:12.389 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-06T08:08:13.701Z | [ recovery-image] Aug 06 08:08:12.398 INFO O| Aug 06 08:08:12.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5671 | 2024-08-06T08:08:13.701Z | [ recovery-image] Aug 06 08:08:12.398 INFO O| Aug 06 08:08:12.398 INFO STEP 598 (remove_files) COMPLETE |
5672 | 2024-08-06T08:08:13.704Z | [ recovery-image] Aug 06 08:08:12.398 INFO O| Aug 06 08:08:12.398 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-06T08:08:13.711Z | [ recovery-image] Aug 06 08:08:12.408 INFO O| Aug 06 08:08:12.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5674 | 2024-08-06T08:08:13.711Z | [ recovery-image] Aug 06 08:08:12.408 INFO O| Aug 06 08:08:12.408 INFO STEP 599 (remove_files) COMPLETE |
5675 | 2024-08-06T08:08:13.714Z | [ recovery-image] Aug 06 08:08:12.408 INFO O| Aug 06 08:08:12.408 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-06T08:08:13.720Z | [ recovery-image] Aug 06 08:08:12.417 INFO O| Aug 06 08:08:12.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5677 | 2024-08-06T08:08:13.723Z | [ recovery-image] Aug 06 08:08:12.418 INFO O| Aug 06 08:08:12.417 INFO STEP 600 (remove_files) COMPLETE |
5678 | 2024-08-06T08:08:13.723Z | [ recovery-image] Aug 06 08:08:12.418 INFO O| Aug 06 08:08:12.417 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-06T08:08:13.730Z | [ recovery-image] Aug 06 08:08:12.427 INFO O| Aug 06 08:08:12.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5680 | 2024-08-06T08:08:13.730Z | [ recovery-image] Aug 06 08:08:12.427 INFO O| Aug 06 08:08:12.427 INFO STEP 601 (remove_files) COMPLETE |
5681 | 2024-08-06T08:08:13.732Z | [ recovery-image] Aug 06 08:08:12.427 INFO O| Aug 06 08:08:12.427 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-06T08:08:13.739Z | [ recovery-image] Aug 06 08:08:12.436 INFO O| Aug 06 08:08:12.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5683 | 2024-08-06T08:08:13.742Z | [ recovery-image] Aug 06 08:08:12.436 INFO O| Aug 06 08:08:12.436 INFO STEP 602 (remove_files) COMPLETE |
5684 | 2024-08-06T08:08:13.742Z | [ recovery-image] Aug 06 08:08:12.437 INFO O| Aug 06 08:08:12.436 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-06T08:08:13.749Z | [ recovery-image] Aug 06 08:08:12.446 INFO O| Aug 06 08:08:12.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5686 | 2024-08-06T08:08:13.751Z | [ recovery-image] Aug 06 08:08:12.446 INFO O| Aug 06 08:08:12.446 INFO STEP 603 (remove_files) COMPLETE |
5687 | 2024-08-06T08:08:13.752Z | [ recovery-image] Aug 06 08:08:12.446 INFO O| Aug 06 08:08:12.446 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-06T08:08:13.758Z | [ recovery-image] Aug 06 08:08:12.455 INFO O| Aug 06 08:08:12.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5689 | 2024-08-06T08:08:13.762Z | [ recovery-image] Aug 06 08:08:12.455 INFO O| Aug 06 08:08:12.455 INFO STEP 604 (remove_files) COMPLETE |
5690 | 2024-08-06T08:08:13.762Z | [ recovery-image] Aug 06 08:08:12.455 INFO O| Aug 06 08:08:12.455 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-06T08:08:13.768Z | [ recovery-image] Aug 06 08:08:12.465 INFO O| Aug 06 08:08:12.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5692 | 2024-08-06T08:08:13.768Z | [ recovery-image] Aug 06 08:08:12.465 INFO O| Aug 06 08:08:12.465 INFO STEP 605 (remove_files) COMPLETE |
5693 | 2024-08-06T08:08:13.770Z | [ recovery-image] Aug 06 08:08:12.465 INFO O| Aug 06 08:08:12.465 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-06T08:08:13.777Z | [ recovery-image] Aug 06 08:08:12.474 INFO O| Aug 06 08:08:12.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5695 | 2024-08-06T08:08:13.780Z | [ recovery-image] Aug 06 08:08:12.474 INFO O| Aug 06 08:08:12.474 INFO STEP 606 (remove_files) COMPLETE |
5696 | 2024-08-06T08:08:13.780Z | [ recovery-image] Aug 06 08:08:12.474 INFO O| Aug 06 08:08:12.474 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-06T08:08:13.786Z | [ recovery-image] Aug 06 08:08:12.484 INFO O| Aug 06 08:08:12.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5698 | 2024-08-06T08:08:13.787Z | [ recovery-image] Aug 06 08:08:12.484 INFO O| Aug 06 08:08:12.484 INFO STEP 607 (remove_files) COMPLETE |
5699 | 2024-08-06T08:08:13.787Z | [ recovery-image] Aug 06 08:08:12.484 INFO O| Aug 06 08:08:12.484 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-06T08:08:13.796Z | [ recovery-image] Aug 06 08:08:12.493 INFO O| Aug 06 08:08:12.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5701 | 2024-08-06T08:08:13.799Z | [ recovery-image] Aug 06 08:08:12.493 INFO O| Aug 06 08:08:12.493 INFO STEP 608 (remove_files) COMPLETE |
5702 | 2024-08-06T08:08:13.799Z | [ recovery-image] Aug 06 08:08:12.493 INFO O| Aug 06 08:08:12.493 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-06T08:08:13.805Z | [ recovery-image] Aug 06 08:08:12.502 INFO O| Aug 06 08:08:12.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5704 | 2024-08-06T08:08:13.808Z | [ recovery-image] Aug 06 08:08:12.502 INFO O| Aug 06 08:08:12.502 INFO STEP 609 (remove_files) COMPLETE |
5705 | 2024-08-06T08:08:13.808Z | [ recovery-image] Aug 06 08:08:12.502 INFO O| Aug 06 08:08:12.502 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-06T08:08:13.815Z | [ recovery-image] Aug 06 08:08:12.512 INFO O| Aug 06 08:08:12.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5707 | 2024-08-06T08:08:13.815Z | [ recovery-image] Aug 06 08:08:12.512 INFO O| Aug 06 08:08:12.512 INFO STEP 610 (remove_files) COMPLETE |
5708 | 2024-08-06T08:08:13.819Z | [ recovery-image] Aug 06 08:08:12.512 INFO O| Aug 06 08:08:12.512 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-06T08:08:13.824Z | [ recovery-image] Aug 06 08:08:12.521 INFO O| Aug 06 08:08:12.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5710 | 2024-08-06T08:08:13.824Z | [ recovery-image] Aug 06 08:08:12.521 INFO O| Aug 06 08:08:12.521 INFO STEP 611 (remove_files) COMPLETE |
5711 | 2024-08-06T08:08:13.827Z | [ recovery-image] Aug 06 08:08:12.521 INFO O| Aug 06 08:08:12.521 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-06T08:08:13.834Z | [ recovery-image] Aug 06 08:08:12.531 INFO O| Aug 06 08:08:12.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5713 | 2024-08-06T08:08:13.834Z | [ recovery-image] Aug 06 08:08:12.531 INFO O| Aug 06 08:08:12.531 INFO STEP 612 (remove_files) COMPLETE |
5714 | 2024-08-06T08:08:13.836Z | [ recovery-image] Aug 06 08:08:12.531 INFO O| Aug 06 08:08:12.531 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-06T08:08:13.843Z | [ recovery-image] Aug 06 08:08:12.540 INFO O| Aug 06 08:08:12.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5716 | 2024-08-06T08:08:13.846Z | [ recovery-image] Aug 06 08:08:12.540 INFO O| Aug 06 08:08:12.540 INFO STEP 613 (remove_files) COMPLETE |
5717 | 2024-08-06T08:08:13.846Z | [ recovery-image] Aug 06 08:08:12.540 INFO O| Aug 06 08:08:12.540 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-06T08:08:13.852Z | [ recovery-image] Aug 06 08:08:12.549 INFO O| Aug 06 08:08:12.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5719 | 2024-08-06T08:08:13.855Z | [ recovery-image] Aug 06 08:08:12.549 INFO O| Aug 06 08:08:12.549 INFO STEP 614 (remove_files) COMPLETE |
5720 | 2024-08-06T08:08:13.855Z | [ recovery-image] Aug 06 08:08:12.549 INFO O| Aug 06 08:08:12.549 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-06T08:08:13.862Z | [ recovery-image] Aug 06 08:08:12.559 INFO O| Aug 06 08:08:12.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5722 | 2024-08-06T08:08:13.864Z | [ recovery-image] Aug 06 08:08:12.559 INFO O| Aug 06 08:08:12.559 INFO STEP 615 (remove_files) COMPLETE |
5723 | 2024-08-06T08:08:13.865Z | [ recovery-image] Aug 06 08:08:12.559 INFO O| Aug 06 08:08:12.559 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-06T08:08:13.872Z | [ recovery-image] Aug 06 08:08:12.568 INFO O| Aug 06 08:08:12.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5725 | 2024-08-06T08:08:13.872Z | [ recovery-image] Aug 06 08:08:12.568 INFO O| Aug 06 08:08:12.568 INFO STEP 616 (remove_files) COMPLETE |
5726 | 2024-08-06T08:08:13.872Z | [ recovery-image] Aug 06 08:08:12.568 INFO O| Aug 06 08:08:12.568 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-06T08:08:13.880Z | [ recovery-image] Aug 06 08:08:12.578 INFO O| Aug 06 08:08:12.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5728 | 2024-08-06T08:08:13.881Z | [ recovery-image] Aug 06 08:08:12.578 INFO O| Aug 06 08:08:12.578 INFO STEP 617 (remove_files) COMPLETE |
5729 | 2024-08-06T08:08:13.881Z | [ recovery-image] Aug 06 08:08:12.578 INFO O| Aug 06 08:08:12.578 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-06T08:08:13.890Z | [ recovery-image] Aug 06 08:08:12.587 INFO O| Aug 06 08:08:12.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5731 | 2024-08-06T08:08:13.890Z | [ recovery-image] Aug 06 08:08:12.587 INFO O| Aug 06 08:08:12.587 INFO STEP 618 (remove_files) COMPLETE |
5732 | 2024-08-06T08:08:13.893Z | [ recovery-image] Aug 06 08:08:12.587 INFO O| Aug 06 08:08:12.587 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-06T08:08:13.899Z | [ recovery-image] Aug 06 08:08:12.596 INFO O| Aug 06 08:08:12.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5734 | 2024-08-06T08:08:13.899Z | [ recovery-image] Aug 06 08:08:12.596 INFO O| Aug 06 08:08:12.596 INFO STEP 619 (remove_files) COMPLETE |
5735 | 2024-08-06T08:08:13.902Z | [ recovery-image] Aug 06 08:08:12.596 INFO O| Aug 06 08:08:12.596 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-06T08:08:13.909Z | [ recovery-image] Aug 06 08:08:12.606 INFO O| Aug 06 08:08:12.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5737 | 2024-08-06T08:08:13.909Z | [ recovery-image] Aug 06 08:08:12.606 INFO O| Aug 06 08:08:12.606 INFO STEP 620 (remove_files) COMPLETE |
5738 | 2024-08-06T08:08:13.911Z | [ recovery-image] Aug 06 08:08:12.606 INFO O| Aug 06 08:08:12.606 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-06T08:08:13.918Z | [ recovery-image] Aug 06 08:08:12.615 INFO O| Aug 06 08:08:12.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5740 | 2024-08-06T08:08:13.918Z | [ recovery-image] Aug 06 08:08:12.615 INFO O| Aug 06 08:08:12.615 INFO STEP 621 (remove_files) COMPLETE |
5741 | 2024-08-06T08:08:13.921Z | [ recovery-image] Aug 06 08:08:12.615 INFO O| Aug 06 08:08:12.615 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-08-06T08:08:13.928Z | [ recovery-image] Aug 06 08:08:12.625 INFO O| Aug 06 08:08:12.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5743 | 2024-08-06T08:08:13.928Z | [ recovery-image] Aug 06 08:08:12.625 INFO O| Aug 06 08:08:12.625 INFO STEP 622 (remove_files) COMPLETE |
5744 | 2024-08-06T08:08:13.930Z | [ recovery-image] Aug 06 08:08:12.625 INFO O| Aug 06 08:08:12.625 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-08-06T08:08:13.937Z | [ recovery-image] Aug 06 08:08:12.634 INFO O| Aug 06 08:08:12.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5746 | 2024-08-06T08:08:13.937Z | [ recovery-image] Aug 06 08:08:12.634 INFO O| Aug 06 08:08:12.634 INFO STEP 623 (remove_files) COMPLETE |
5747 | 2024-08-06T08:08:13.940Z | [ recovery-image] Aug 06 08:08:12.634 INFO O| Aug 06 08:08:12.634 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-08-06T08:08:13.947Z | [ recovery-image] Aug 06 08:08:12.644 INFO O| Aug 06 08:08:12.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5749 | 2024-08-06T08:08:13.947Z | [ recovery-image] Aug 06 08:08:12.644 INFO O| Aug 06 08:08:12.644 INFO STEP 624 (remove_files) COMPLETE |
5750 | 2024-08-06T08:08:13.949Z | [ recovery-image] Aug 06 08:08:12.644 INFO O| Aug 06 08:08:12.644 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-06T08:08:13.956Z | [ recovery-image] Aug 06 08:08:12.653 INFO O| Aug 06 08:08:12.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5752 | 2024-08-06T08:08:13.956Z | [ recovery-image] Aug 06 08:08:12.653 INFO O| Aug 06 08:08:12.653 INFO STEP 625 (remove_files) COMPLETE |
5753 | 2024-08-06T08:08:13.956Z | [ recovery-image] Aug 06 08:08:12.653 INFO O| Aug 06 08:08:12.653 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-08-06T08:08:13.966Z | [ recovery-image] Aug 06 08:08:12.663 INFO O| Aug 06 08:08:12.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5755 | 2024-08-06T08:08:13.968Z | [ recovery-image] Aug 06 08:08:12.663 INFO O| Aug 06 08:08:12.663 INFO STEP 626 (remove_files) COMPLETE |
5756 | 2024-08-06T08:08:13.969Z | [ recovery-image] Aug 06 08:08:12.663 INFO O| Aug 06 08:08:12.663 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-06T08:08:13.975Z | [ recovery-image] Aug 06 08:08:12.672 INFO O| Aug 06 08:08:12.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5758 | 2024-08-06T08:08:13.975Z | [ recovery-image] Aug 06 08:08:12.672 INFO O| Aug 06 08:08:12.672 INFO STEP 627 (remove_files) COMPLETE |
5759 | 2024-08-06T08:08:13.975Z | [ recovery-image] Aug 06 08:08:12.672 INFO O| Aug 06 08:08:12.672 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-08-06T08:08:13.984Z | [ recovery-image] Aug 06 08:08:12.681 INFO O| Aug 06 08:08:12.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5761 | 2024-08-06T08:08:13.987Z | [ recovery-image] Aug 06 08:08:12.682 INFO O| Aug 06 08:08:12.682 INFO STEP 628 (remove_files) COMPLETE |
5762 | 2024-08-06T08:08:13.987Z | [ recovery-image] Aug 06 08:08:12.682 INFO O| Aug 06 08:08:12.682 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-08-06T08:08:13.994Z | [ recovery-image] Aug 06 08:08:12.691 INFO O| Aug 06 08:08:12.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5764 | 2024-08-06T08:08:13.997Z | [ recovery-image] Aug 06 08:08:12.691 INFO O| Aug 06 08:08:12.691 INFO STEP 629 (remove_files) COMPLETE |
5765 | 2024-08-06T08:08:13.997Z | [ recovery-image] Aug 06 08:08:12.691 INFO O| Aug 06 08:08:12.691 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-08-06T08:08:14.003Z | [ recovery-image] Aug 06 08:08:12.700 INFO O| Aug 06 08:08:12.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5767 | 2024-08-06T08:08:14.003Z | [ recovery-image] Aug 06 08:08:12.700 INFO O| Aug 06 08:08:12.700 INFO STEP 630 (remove_files) COMPLETE |
5768 | 2024-08-06T08:08:14.003Z | [ recovery-image] Aug 06 08:08:12.700 INFO O| Aug 06 08:08:12.700 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-08-06T08:08:14.013Z | [ recovery-image] Aug 06 08:08:12.710 INFO O| Aug 06 08:08:12.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5770 | 2024-08-06T08:08:14.015Z | [ recovery-image] Aug 06 08:08:12.710 INFO O| Aug 06 08:08:12.710 INFO STEP 631 (remove_files) COMPLETE |
5771 | 2024-08-06T08:08:14.015Z | [ recovery-image] Aug 06 08:08:12.710 INFO O| Aug 06 08:08:12.710 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-08-06T08:08:14.022Z | [ recovery-image] Aug 06 08:08:12.719 INFO O| Aug 06 08:08:12.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5773 | 2024-08-06T08:08:14.022Z | [ recovery-image] Aug 06 08:08:12.719 INFO O| Aug 06 08:08:12.719 INFO STEP 632 (remove_files) COMPLETE |
5774 | 2024-08-06T08:08:14.022Z | [ recovery-image] Aug 06 08:08:12.719 INFO O| Aug 06 08:08:12.719 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-06T08:08:14.031Z | [ recovery-image] Aug 06 08:08:12.729 INFO O| Aug 06 08:08:12.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5776 | 2024-08-06T08:08:14.034Z | [ recovery-image] Aug 06 08:08:12.729 INFO O| Aug 06 08:08:12.729 INFO STEP 633 (remove_files) COMPLETE |
5777 | 2024-08-06T08:08:14.034Z | [ recovery-image] Aug 06 08:08:12.729 INFO O| Aug 06 08:08:12.729 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-06T08:08:14.041Z | [ recovery-image] Aug 06 08:08:12.738 INFO O| Aug 06 08:08:12.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5779 | 2024-08-06T08:08:14.041Z | [ recovery-image] Aug 06 08:08:12.738 INFO O| Aug 06 08:08:12.738 INFO STEP 634 (remove_files) COMPLETE |
5780 | 2024-08-06T08:08:14.041Z | [ recovery-image] Aug 06 08:08:12.738 INFO O| Aug 06 08:08:12.738 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-08-06T08:08:14.050Z | [ recovery-image] Aug 06 08:08:12.747 INFO O| Aug 06 08:08:12.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5782 | 2024-08-06T08:08:14.053Z | [ recovery-image] Aug 06 08:08:12.747 INFO O| Aug 06 08:08:12.747 INFO STEP 635 (remove_files) COMPLETE |
5783 | 2024-08-06T08:08:14.053Z | [ recovery-image] Aug 06 08:08:12.747 INFO O| Aug 06 08:08:12.747 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-08-06T08:08:14.060Z | [ recovery-image] Aug 06 08:08:12.757 INFO O| Aug 06 08:08:12.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5785 | 2024-08-06T08:08:14.060Z | [ recovery-image] Aug 06 08:08:12.757 INFO O| Aug 06 08:08:12.757 INFO STEP 636 (remove_files) COMPLETE |
5786 | 2024-08-06T08:08:14.062Z | [ recovery-image] Aug 06 08:08:12.757 INFO O| Aug 06 08:08:12.757 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-06T08:08:14.069Z | [ recovery-image] Aug 06 08:08:12.766 INFO O| Aug 06 08:08:12.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5788 | 2024-08-06T08:08:14.069Z | [ recovery-image] Aug 06 08:08:12.766 INFO O| Aug 06 08:08:12.766 INFO STEP 637 (remove_files) COMPLETE |
5789 | 2024-08-06T08:08:14.069Z | [ recovery-image] Aug 06 08:08:12.766 INFO O| Aug 06 08:08:12.766 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-06T08:08:14.078Z | [ recovery-image] Aug 06 08:08:12.776 INFO O| Aug 06 08:08:12.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5791 | 2024-08-06T08:08:14.079Z | [ recovery-image] Aug 06 08:08:12.776 INFO O| Aug 06 08:08:12.776 INFO STEP 638 (remove_files) COMPLETE |
5792 | 2024-08-06T08:08:14.081Z | [ recovery-image] Aug 06 08:08:12.776 INFO O| Aug 06 08:08:12.776 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-06T08:08:14.088Z | [ recovery-image] Aug 06 08:08:12.785 INFO O| Aug 06 08:08:12.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5794 | 2024-08-06T08:08:14.088Z | [ recovery-image] Aug 06 08:08:12.785 INFO O| Aug 06 08:08:12.785 INFO STEP 639 (remove_files) COMPLETE |
5795 | 2024-08-06T08:08:14.088Z | [ recovery-image] Aug 06 08:08:12.785 INFO O| Aug 06 08:08:12.785 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-06T08:08:14.097Z | [ recovery-image] Aug 06 08:08:12.794 INFO O| Aug 06 08:08:12.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5797 | 2024-08-06T08:08:14.097Z | [ recovery-image] Aug 06 08:08:12.794 INFO O| Aug 06 08:08:12.794 INFO STEP 640 (remove_files) COMPLETE |
5798 | 2024-08-06T08:08:14.100Z | [ recovery-image] Aug 06 08:08:12.794 INFO O| Aug 06 08:08:12.794 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-06T08:08:14.107Z | [ recovery-image] Aug 06 08:08:12.804 INFO O| Aug 06 08:08:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5800 | 2024-08-06T08:08:14.107Z | [ recovery-image] Aug 06 08:08:12.804 INFO O| Aug 06 08:08:12.804 INFO STEP 641 (remove_files) COMPLETE |
5801 | 2024-08-06T08:08:14.107Z | [ recovery-image] Aug 06 08:08:12.804 INFO O| Aug 06 08:08:12.804 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-06T08:08:14.116Z | [ recovery-image] Aug 06 08:08:12.813 INFO O| Aug 06 08:08:12.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5803 | 2024-08-06T08:08:14.116Z | [ recovery-image] Aug 06 08:08:12.813 INFO O| Aug 06 08:08:12.813 INFO STEP 642 (remove_files) COMPLETE |
5804 | 2024-08-06T08:08:14.119Z | [ recovery-image] Aug 06 08:08:12.813 INFO O| Aug 06 08:08:12.813 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-06T08:08:14.126Z | [ recovery-image] Aug 06 08:08:12.823 INFO O| Aug 06 08:08:12.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5806 | 2024-08-06T08:08:14.128Z | [ recovery-image] Aug 06 08:08:12.823 INFO O| Aug 06 08:08:12.823 INFO STEP 643 (remove_files) COMPLETE |
5807 | 2024-08-06T08:08:14.128Z | [ recovery-image] Aug 06 08:08:12.823 INFO O| Aug 06 08:08:12.823 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-06T08:08:14.135Z | [ recovery-image] Aug 06 08:08:12.832 INFO O| Aug 06 08:08:12.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5809 | 2024-08-06T08:08:14.135Z | [ recovery-image] Aug 06 08:08:12.832 INFO O| Aug 06 08:08:12.832 INFO STEP 644 (remove_files) COMPLETE |
5810 | 2024-08-06T08:08:14.135Z | [ recovery-image] Aug 06 08:08:12.832 INFO O| Aug 06 08:08:12.832 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-06T08:08:14.144Z | [ recovery-image] Aug 06 08:08:12.841 INFO O| Aug 06 08:08:12.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5812 | 2024-08-06T08:08:14.144Z | [ recovery-image] Aug 06 08:08:12.841 INFO O| Aug 06 08:08:12.841 INFO STEP 645 (remove_files) COMPLETE |
5813 | 2024-08-06T08:08:14.144Z | [ recovery-image] Aug 06 08:08:12.841 INFO O| Aug 06 08:08:12.841 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-06T08:08:14.153Z | [ recovery-image] Aug 06 08:08:12.850 INFO O| Aug 06 08:08:12.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5815 | 2024-08-06T08:08:14.154Z | [ recovery-image] Aug 06 08:08:12.851 INFO O| Aug 06 08:08:12.851 INFO STEP 646 (remove_files) COMPLETE |
5816 | 2024-08-06T08:08:14.156Z | [ recovery-image] Aug 06 08:08:12.851 INFO O| Aug 06 08:08:12.851 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-06T08:08:14.163Z | [ recovery-image] Aug 06 08:08:12.860 INFO O| Aug 06 08:08:12.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5818 | 2024-08-06T08:08:14.163Z | [ recovery-image] Aug 06 08:08:12.860 INFO O| Aug 06 08:08:12.860 INFO STEP 647 (remove_files) COMPLETE |
5819 | 2024-08-06T08:08:14.165Z | [ recovery-image] Aug 06 08:08:12.860 INFO O| Aug 06 08:08:12.860 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-06T08:08:14.172Z | [ recovery-image] Aug 06 08:08:12.869 INFO O| Aug 06 08:08:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5821 | 2024-08-06T08:08:14.175Z | [ recovery-image] Aug 06 08:08:12.869 INFO O| Aug 06 08:08:12.869 INFO STEP 648 (remove_files) COMPLETE |
5822 | 2024-08-06T08:08:14.175Z | [ recovery-image] Aug 06 08:08:12.869 INFO O| Aug 06 08:08:12.869 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-06T08:08:14.182Z | [ recovery-image] Aug 06 08:08:12.879 INFO O| Aug 06 08:08:12.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5824 | 2024-08-06T08:08:14.182Z | [ recovery-image] Aug 06 08:08:12.879 INFO O| Aug 06 08:08:12.879 INFO STEP 649 (remove_files) COMPLETE |
5825 | 2024-08-06T08:08:14.184Z | [ recovery-image] Aug 06 08:08:12.879 INFO O| Aug 06 08:08:12.879 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-06T08:08:14.191Z | [ recovery-image] Aug 06 08:08:12.888 INFO O| Aug 06 08:08:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5827 | 2024-08-06T08:08:14.191Z | [ recovery-image] Aug 06 08:08:12.888 INFO O| Aug 06 08:08:12.888 INFO STEP 650 (remove_files) COMPLETE |
5828 | 2024-08-06T08:08:14.191Z | [ recovery-image] Aug 06 08:08:12.888 INFO O| Aug 06 08:08:12.888 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-06T08:08:14.200Z | [ recovery-image] Aug 06 08:08:12.897 INFO O| Aug 06 08:08:12.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5830 | 2024-08-06T08:08:14.203Z | [ recovery-image] Aug 06 08:08:12.897 INFO O| Aug 06 08:08:12.897 INFO STEP 651 (remove_files) COMPLETE |
5831 | 2024-08-06T08:08:14.203Z | [ recovery-image] Aug 06 08:08:12.897 INFO O| Aug 06 08:08:12.897 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-06T08:08:14.210Z | [ recovery-image] Aug 06 08:08:12.907 INFO O| Aug 06 08:08:12.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5833 | 2024-08-06T08:08:14.210Z | [ recovery-image] Aug 06 08:08:12.907 INFO O| Aug 06 08:08:12.907 INFO STEP 652 (remove_files) COMPLETE |
5834 | 2024-08-06T08:08:14.212Z | [ recovery-image] Aug 06 08:08:12.907 INFO O| Aug 06 08:08:12.907 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-06T08:08:14.219Z | [ recovery-image] Aug 06 08:08:12.916 INFO O| Aug 06 08:08:12.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5836 | 2024-08-06T08:08:14.221Z | [ recovery-image] Aug 06 08:08:12.916 INFO O| Aug 06 08:08:12.916 INFO STEP 653 (remove_files) COMPLETE |
5837 | 2024-08-06T08:08:14.221Z | [ recovery-image] Aug 06 08:08:12.916 INFO O| Aug 06 08:08:12.916 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-06T08:08:14.228Z | [ recovery-image] Aug 06 08:08:12.925 INFO O| Aug 06 08:08:12.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5839 | 2024-08-06T08:08:14.228Z | [ recovery-image] Aug 06 08:08:12.925 INFO O| Aug 06 08:08:12.925 INFO STEP 654 (remove_files) COMPLETE |
5840 | 2024-08-06T08:08:14.231Z | [ recovery-image] Aug 06 08:08:12.925 INFO O| Aug 06 08:08:12.925 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-06T08:08:14.238Z | [ recovery-image] Aug 06 08:08:12.935 INFO O| Aug 06 08:08:12.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5842 | 2024-08-06T08:08:14.241Z | [ recovery-image] Aug 06 08:08:12.935 INFO O| Aug 06 08:08:12.935 INFO STEP 655 (remove_files) COMPLETE |
5843 | 2024-08-06T08:08:14.241Z | [ recovery-image] Aug 06 08:08:12.935 INFO O| Aug 06 08:08:12.935 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-06T08:08:14.247Z | [ recovery-image] Aug 06 08:08:12.944 INFO O| Aug 06 08:08:12.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5845 | 2024-08-06T08:08:14.250Z | [ recovery-image] Aug 06 08:08:12.944 INFO O| Aug 06 08:08:12.944 INFO STEP 656 (remove_files) COMPLETE |
5846 | 2024-08-06T08:08:14.250Z | [ recovery-image] Aug 06 08:08:12.944 INFO O| Aug 06 08:08:12.944 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-06T08:08:14.257Z | [ recovery-image] Aug 06 08:08:12.954 INFO O| Aug 06 08:08:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5848 | 2024-08-06T08:08:14.261Z | [ recovery-image] Aug 06 08:08:12.954 INFO O| Aug 06 08:08:12.954 INFO STEP 657 (remove_files) COMPLETE |
5849 | 2024-08-06T08:08:14.261Z | [ recovery-image] Aug 06 08:08:12.954 INFO O| Aug 06 08:08:12.954 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-06T08:08:14.266Z | [ recovery-image] Aug 06 08:08:12.963 INFO O| Aug 06 08:08:12.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5851 | 2024-08-06T08:08:14.268Z | [ recovery-image] Aug 06 08:08:12.963 INFO O| Aug 06 08:08:12.963 INFO STEP 658 (remove_files) COMPLETE |
5852 | 2024-08-06T08:08:14.268Z | [ recovery-image] Aug 06 08:08:12.963 INFO O| Aug 06 08:08:12.963 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-06T08:08:14.275Z | [ recovery-image] Aug 06 08:08:12.972 INFO O| Aug 06 08:08:12.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5854 | 2024-08-06T08:08:14.278Z | [ recovery-image] Aug 06 08:08:12.972 INFO O| Aug 06 08:08:12.972 INFO STEP 659 (remove_files) COMPLETE |
5855 | 2024-08-06T08:08:14.278Z | [ recovery-image] Aug 06 08:08:12.972 INFO O| Aug 06 08:08:12.972 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-06T08:08:14.285Z | [ recovery-image] Aug 06 08:08:12.982 INFO O| Aug 06 08:08:12.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5857 | 2024-08-06T08:08:14.285Z | [ recovery-image] Aug 06 08:08:12.982 INFO O| Aug 06 08:08:12.982 INFO STEP 660 (remove_files) COMPLETE |
5858 | 2024-08-06T08:08:14.288Z | [ recovery-image] Aug 06 08:08:12.982 INFO O| Aug 06 08:08:12.982 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-06T08:08:14.294Z | [ recovery-image] Aug 06 08:08:12.991 INFO O| Aug 06 08:08:12.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5860 | 2024-08-06T08:08:14.294Z | [ recovery-image] Aug 06 08:08:12.991 INFO O| Aug 06 08:08:12.991 INFO STEP 661 (remove_files) COMPLETE |
5861 | 2024-08-06T08:08:14.297Z | [ recovery-image] Aug 06 08:08:12.991 INFO O| Aug 06 08:08:12.991 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-06T08:08:14.304Z | [ recovery-image] Aug 06 08:08:13.001 INFO O| Aug 06 08:08:13.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5863 | 2024-08-06T08:08:14.304Z | [ recovery-image] Aug 06 08:08:13.001 INFO O| Aug 06 08:08:13.001 INFO STEP 662 (remove_files) COMPLETE |
5864 | 2024-08-06T08:08:14.307Z | [ recovery-image] Aug 06 08:08:13.001 INFO O| Aug 06 08:08:13.001 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-06T08:08:14.314Z | [ recovery-image] Aug 06 08:08:13.011 INFO O| Aug 06 08:08:13.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5866 | 2024-08-06T08:08:14.315Z | [ recovery-image] Aug 06 08:08:13.012 INFO O| Aug 06 08:08:13.012 INFO STEP 663 (remove_files) COMPLETE |
5867 | 2024-08-06T08:08:14.317Z | [ recovery-image] Aug 06 08:08:13.012 INFO O| Aug 06 08:08:13.012 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-06T08:08:14.324Z | [ recovery-image] Aug 06 08:08:13.021 INFO O| Aug 06 08:08:13.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5869 | 2024-08-06T08:08:14.327Z | [ recovery-image] Aug 06 08:08:13.021 INFO O| Aug 06 08:08:13.021 INFO STEP 664 (remove_files) COMPLETE |
5870 | 2024-08-06T08:08:14.327Z | [ recovery-image] Aug 06 08:08:13.021 INFO O| Aug 06 08:08:13.021 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-06T08:08:14.334Z | [ recovery-image] Aug 06 08:08:13.031 INFO O| Aug 06 08:08:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5872 | 2024-08-06T08:08:14.334Z | [ recovery-image] Aug 06 08:08:13.031 INFO O| Aug 06 08:08:13.031 INFO STEP 665 (remove_files) COMPLETE |
5873 | 2024-08-06T08:08:14.334Z | [ recovery-image] Aug 06 08:08:13.031 INFO O| Aug 06 08:08:13.031 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-06T08:08:14.344Z | [ recovery-image] Aug 06 08:08:13.041 INFO O| Aug 06 08:08:13.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5875 | 2024-08-06T08:08:14.347Z | [ recovery-image] Aug 06 08:08:13.041 INFO O| Aug 06 08:08:13.041 INFO STEP 666 (remove_files) COMPLETE |
5876 | 2024-08-06T08:08:14.347Z | [ recovery-image] Aug 06 08:08:13.041 INFO O| Aug 06 08:08:13.041 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-08-06T08:08:14.353Z | [ recovery-image] Aug 06 08:08:13.050 INFO O| Aug 06 08:08:13.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5878 | 2024-08-06T08:08:14.356Z | [ recovery-image] Aug 06 08:08:13.050 INFO O| Aug 06 08:08:13.050 INFO STEP 667 (remove_files) COMPLETE |
5879 | 2024-08-06T08:08:14.356Z | [ recovery-image] Aug 06 08:08:13.051 INFO O| Aug 06 08:08:13.050 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-08-06T08:08:14.363Z | [ recovery-image] Aug 06 08:08:13.060 INFO O| Aug 06 08:08:13.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5881 | 2024-08-06T08:08:14.366Z | [ recovery-image] Aug 06 08:08:13.060 INFO O| Aug 06 08:08:13.060 INFO STEP 668 (remove_files) COMPLETE |
5882 | 2024-08-06T08:08:14.366Z | [ recovery-image] Aug 06 08:08:13.060 INFO O| Aug 06 08:08:13.060 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-06T08:08:14.372Z | [ recovery-image] Aug 06 08:08:13.069 INFO O| Aug 06 08:08:13.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5884 | 2024-08-06T08:08:14.375Z | [ recovery-image] Aug 06 08:08:13.069 INFO O| Aug 06 08:08:13.069 INFO STEP 669 (remove_files) COMPLETE |
5885 | 2024-08-06T08:08:14.375Z | [ recovery-image] Aug 06 08:08:13.069 INFO O| Aug 06 08:08:13.069 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-06T08:08:14.382Z | [ recovery-image] Aug 06 08:08:13.079 INFO O| Aug 06 08:08:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5887 | 2024-08-06T08:08:14.382Z | [ recovery-image] Aug 06 08:08:13.079 INFO O| Aug 06 08:08:13.079 INFO STEP 670 (remove_files) COMPLETE |
5888 | 2024-08-06T08:08:14.382Z | [ recovery-image] Aug 06 08:08:13.079 INFO O| Aug 06 08:08:13.079 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-06T08:08:14.391Z | [ recovery-image] Aug 06 08:08:13.088 INFO O| Aug 06 08:08:13.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5890 | 2024-08-06T08:08:14.391Z | [ recovery-image] Aug 06 08:08:13.088 INFO O| Aug 06 08:08:13.088 INFO STEP 671 (remove_files) COMPLETE |
5891 | 2024-08-06T08:08:14.394Z | [ recovery-image] Aug 06 08:08:13.088 INFO O| Aug 06 08:08:13.088 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-06T08:08:14.400Z | [ recovery-image] Aug 06 08:08:13.097 INFO O| Aug 06 08:08:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5893 | 2024-08-06T08:08:14.400Z | [ recovery-image] Aug 06 08:08:13.097 INFO O| Aug 06 08:08:13.097 INFO STEP 672 (remove_files) COMPLETE |
5894 | 2024-08-06T08:08:14.404Z | [ recovery-image] Aug 06 08:08:13.097 INFO O| Aug 06 08:08:13.097 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-06T08:08:14.410Z | [ recovery-image] Aug 06 08:08:13.107 INFO O| Aug 06 08:08:13.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5896 | 2024-08-06T08:08:14.412Z | [ recovery-image] Aug 06 08:08:13.107 INFO O| Aug 06 08:08:13.107 INFO STEP 673 (remove_files) COMPLETE |
5897 | 2024-08-06T08:08:14.413Z | [ recovery-image] Aug 06 08:08:13.107 INFO O| Aug 06 08:08:13.107 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-06T08:08:14.419Z | [ recovery-image] Aug 06 08:08:13.116 INFO O| Aug 06 08:08:13.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5899 | 2024-08-06T08:08:14.419Z | [ recovery-image] Aug 06 08:08:13.116 INFO O| Aug 06 08:08:13.116 INFO STEP 674 (remove_files) COMPLETE |
5900 | 2024-08-06T08:08:14.419Z | [ recovery-image] Aug 06 08:08:13.116 INFO O| Aug 06 08:08:13.116 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-08-06T08:08:14.429Z | [ recovery-image] Aug 06 08:08:13.126 INFO O| Aug 06 08:08:13.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5902 | 2024-08-06T08:08:14.429Z | [ recovery-image] Aug 06 08:08:13.126 INFO O| Aug 06 08:08:13.126 INFO STEP 675 (remove_files) COMPLETE |
5903 | 2024-08-06T08:08:14.431Z | [ recovery-image] Aug 06 08:08:13.126 INFO O| Aug 06 08:08:13.126 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-08-06T08:08:14.438Z | [ recovery-image] Aug 06 08:08:13.135 INFO O| Aug 06 08:08:13.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5905 | 2024-08-06T08:08:14.438Z | [ recovery-image] Aug 06 08:08:13.135 INFO O| Aug 06 08:08:13.135 INFO STEP 676 (remove_files) COMPLETE |
5906 | 2024-08-06T08:08:14.438Z | [ recovery-image] Aug 06 08:08:13.135 INFO O| Aug 06 08:08:13.135 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-08-06T08:08:14.447Z | [ recovery-image] Aug 06 08:08:13.144 INFO O| Aug 06 08:08:13.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5908 | 2024-08-06T08:08:14.447Z | [ recovery-image] Aug 06 08:08:13.144 INFO O| Aug 06 08:08:13.144 INFO STEP 677 (remove_files) COMPLETE |
5909 | 2024-08-06T08:08:14.447Z | [ recovery-image] Aug 06 08:08:13.144 INFO O| Aug 06 08:08:13.144 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-08-06T08:08:14.457Z | [ recovery-image] Aug 06 08:08:13.154 INFO O| Aug 06 08:08:13.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5911 | 2024-08-06T08:08:14.457Z | [ recovery-image] Aug 06 08:08:13.154 INFO O| Aug 06 08:08:13.154 INFO STEP 678 (remove_files) COMPLETE |
5912 | 2024-08-06T08:08:14.459Z | [ recovery-image] Aug 06 08:08:13.154 INFO O| Aug 06 08:08:13.154 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-08-06T08:08:14.466Z | [ recovery-image] Aug 06 08:08:13.163 INFO O| Aug 06 08:08:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5914 | 2024-08-06T08:08:14.466Z | [ recovery-image] Aug 06 08:08:13.163 INFO O| Aug 06 08:08:13.163 INFO STEP 679 (remove_files) COMPLETE |
5915 | 2024-08-06T08:08:14.469Z | [ recovery-image] Aug 06 08:08:13.163 INFO O| Aug 06 08:08:13.163 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-08-06T08:08:14.475Z | [ recovery-image] Aug 06 08:08:13.172 INFO O| Aug 06 08:08:13.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5917 | 2024-08-06T08:08:14.478Z | [ recovery-image] Aug 06 08:08:13.172 INFO O| Aug 06 08:08:13.172 INFO STEP 680 (remove_files) COMPLETE |
5918 | 2024-08-06T08:08:14.478Z | [ recovery-image] Aug 06 08:08:13.172 INFO O| Aug 06 08:08:13.172 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-08-06T08:08:14.485Z | [ recovery-image] Aug 06 08:08:13.182 INFO O| Aug 06 08:08:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5920 | 2024-08-06T08:08:14.485Z | [ recovery-image] Aug 06 08:08:13.182 INFO O| Aug 06 08:08:13.182 INFO STEP 681 (remove_files) COMPLETE |
5921 | 2024-08-06T08:08:14.487Z | [ recovery-image] Aug 06 08:08:13.182 INFO O| Aug 06 08:08:13.182 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-08-06T08:08:14.494Z | [ recovery-image] Aug 06 08:08:13.191 INFO O| Aug 06 08:08:13.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5923 | 2024-08-06T08:08:14.496Z | [ recovery-image] Aug 06 08:08:13.191 INFO O| Aug 06 08:08:13.191 INFO STEP 682 (remove_files) COMPLETE |
5924 | 2024-08-06T08:08:14.496Z | [ recovery-image] Aug 06 08:08:13.191 INFO O| Aug 06 08:08:13.191 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-08-06T08:08:14.505Z | [ recovery-image] Aug 06 08:08:13.200 INFO O| Aug 06 08:08:13.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5926 | 2024-08-06T08:08:14.508Z | [ recovery-image] Aug 06 08:08:13.200 INFO O| Aug 06 08:08:13.200 INFO STEP 683 (remove_files) COMPLETE |
5927 | 2024-08-06T08:08:14.508Z | [ recovery-image] Aug 06 08:08:13.200 INFO O| Aug 06 08:08:13.200 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-06T08:08:14.513Z | [ recovery-image] Aug 06 08:08:13.210 INFO O| Aug 06 08:08:13.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5929 | 2024-08-06T08:08:14.513Z | [ recovery-image] Aug 06 08:08:13.210 INFO O| Aug 06 08:08:13.210 INFO STEP 684 (remove_files) COMPLETE |
5930 | 2024-08-06T08:08:14.513Z | [ recovery-image] Aug 06 08:08:13.210 INFO O| Aug 06 08:08:13.210 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-06T08:08:14.523Z | [ recovery-image] Aug 06 08:08:13.219 INFO O| Aug 06 08:08:13.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5932 | 2024-08-06T08:08:14.523Z | [ recovery-image] Aug 06 08:08:13.219 INFO O| Aug 06 08:08:13.219 INFO STEP 685 (remove_files) COMPLETE |
5933 | 2024-08-06T08:08:14.527Z | [ recovery-image] Aug 06 08:08:13.219 INFO O| Aug 06 08:08:13.219 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-08-06T08:08:14.532Z | [ recovery-image] Aug 06 08:08:13.228 INFO O| Aug 06 08:08:13.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5935 | 2024-08-06T08:08:14.532Z | [ recovery-image] Aug 06 08:08:13.229 INFO O| Aug 06 08:08:13.229 INFO STEP 686 (remove_files) COMPLETE |
5936 | 2024-08-06T08:08:14.534Z | [ recovery-image] Aug 06 08:08:13.229 INFO O| Aug 06 08:08:13.229 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-08-06T08:08:14.541Z | [ recovery-image] Aug 06 08:08:13.238 INFO O| Aug 06 08:08:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5938 | 2024-08-06T08:08:14.542Z | [ recovery-image] Aug 06 08:08:13.238 INFO O| Aug 06 08:08:13.238 INFO STEP 687 (remove_files) COMPLETE |
5939 | 2024-08-06T08:08:14.542Z | [ recovery-image] Aug 06 08:08:13.238 INFO O| Aug 06 08:08:13.238 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-08-06T08:08:14.552Z | [ recovery-image] Aug 06 08:08:13.247 INFO O| Aug 06 08:08:13.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5941 | 2024-08-06T08:08:14.552Z | [ recovery-image] Aug 06 08:08:13.247 INFO O| Aug 06 08:08:13.247 INFO STEP 688 (remove_files) COMPLETE |
5942 | 2024-08-06T08:08:14.552Z | [ recovery-image] Aug 06 08:08:13.247 INFO O| Aug 06 08:08:13.247 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-08-06T08:08:14.560Z | [ recovery-image] Aug 06 08:08:13.257 INFO O| Aug 06 08:08:13.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5944 | 2024-08-06T08:08:14.560Z | [ recovery-image] Aug 06 08:08:13.257 INFO O| Aug 06 08:08:13.257 INFO STEP 689 (remove_files) COMPLETE |
5945 | 2024-08-06T08:08:14.564Z | [ recovery-image] Aug 06 08:08:13.257 INFO O| Aug 06 08:08:13.257 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-08-06T08:08:14.569Z | [ recovery-image] Aug 06 08:08:13.266 INFO O| Aug 06 08:08:13.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5947 | 2024-08-06T08:08:14.569Z | [ recovery-image] Aug 06 08:08:13.266 INFO O| Aug 06 08:08:13.266 INFO STEP 690 (remove_files) COMPLETE |
5948 | 2024-08-06T08:08:14.572Z | [ recovery-image] Aug 06 08:08:13.266 INFO O| Aug 06 08:08:13.266 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-08-06T08:08:14.579Z | [ recovery-image] Aug 06 08:08:13.275 INFO O| Aug 06 08:08:13.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5950 | 2024-08-06T08:08:14.579Z | [ recovery-image] Aug 06 08:08:13.275 INFO O| Aug 06 08:08:13.275 INFO STEP 691 (remove_files) COMPLETE |
5951 | 2024-08-06T08:08:14.585Z | [ recovery-image] Aug 06 08:08:13.275 INFO O| Aug 06 08:08:13.275 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-08-06T08:08:14.589Z | [ recovery-image] Aug 06 08:08:13.285 INFO O| Aug 06 08:08:13.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5953 | 2024-08-06T08:08:14.589Z | [ recovery-image] Aug 06 08:08:13.285 INFO O| Aug 06 08:08:13.285 INFO STEP 692 (remove_files) COMPLETE |
5954 | 2024-08-06T08:08:14.589Z | [ recovery-image] Aug 06 08:08:13.285 INFO O| Aug 06 08:08:13.285 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-08-06T08:08:14.598Z | [ recovery-image] Aug 06 08:08:13.294 INFO O| Aug 06 08:08:13.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5956 | 2024-08-06T08:08:14.601Z | [ recovery-image] Aug 06 08:08:13.294 INFO O| Aug 06 08:08:13.294 INFO STEP 693 (remove_files) COMPLETE |
5957 | 2024-08-06T08:08:14.601Z | [ recovery-image] Aug 06 08:08:13.294 INFO O| Aug 06 08:08:13.294 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-08-06T08:08:14.607Z | [ recovery-image] Aug 06 08:08:13.304 INFO O| Aug 06 08:08:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5959 | 2024-08-06T08:08:14.607Z | [ recovery-image] Aug 06 08:08:13.304 INFO O| Aug 06 08:08:13.304 INFO STEP 694 (remove_files) COMPLETE |
5960 | 2024-08-06T08:08:14.607Z | [ recovery-image] Aug 06 08:08:13.304 INFO O| Aug 06 08:08:13.304 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-06T08:08:14.617Z | [ recovery-image] Aug 06 08:08:13.314 INFO O| Aug 06 08:08:13.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5962 | 2024-08-06T08:08:14.617Z | [ recovery-image] Aug 06 08:08:13.314 INFO O| Aug 06 08:08:13.314 INFO STEP 695 (remove_files) COMPLETE |
5963 | 2024-08-06T08:08:14.617Z | [ recovery-image] Aug 06 08:08:13.314 INFO O| Aug 06 08:08:13.314 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-06T08:08:14.626Z | [ recovery-image] Aug 06 08:08:13.323 INFO O| Aug 06 08:08:13.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5965 | 2024-08-06T08:08:14.629Z | [ recovery-image] Aug 06 08:08:13.323 INFO O| Aug 06 08:08:13.323 INFO STEP 696 (remove_files) COMPLETE |
5966 | 2024-08-06T08:08:14.629Z | [ recovery-image] Aug 06 08:08:13.323 INFO O| Aug 06 08:08:13.323 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-06T08:08:14.636Z | [ recovery-image] Aug 06 08:08:13.333 INFO O| Aug 06 08:08:13.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5968 | 2024-08-06T08:08:14.639Z | [ recovery-image] Aug 06 08:08:13.333 INFO O| Aug 06 08:08:13.333 INFO STEP 697 (remove_files) COMPLETE |
5969 | 2024-08-06T08:08:14.639Z | [ recovery-image] Aug 06 08:08:13.333 INFO O| Aug 06 08:08:13.333 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-06T08:08:14.645Z | [ recovery-image] Aug 06 08:08:13.342 INFO O| Aug 06 08:08:13.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5971 | 2024-08-06T08:08:14.645Z | [ recovery-image] Aug 06 08:08:13.342 INFO O| Aug 06 08:08:13.342 INFO STEP 698 (remove_files) COMPLETE |
5972 | 2024-08-06T08:08:14.645Z | [ recovery-image] Aug 06 08:08:13.342 INFO O| Aug 06 08:08:13.342 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-06T08:08:14.655Z | [ recovery-image] Aug 06 08:08:13.352 INFO O| Aug 06 08:08:13.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5974 | 2024-08-06T08:08:14.655Z | [ recovery-image] Aug 06 08:08:13.352 INFO O| Aug 06 08:08:13.352 INFO STEP 699 (remove_files) COMPLETE |
5975 | 2024-08-06T08:08:14.655Z | [ recovery-image] Aug 06 08:08:13.352 INFO O| Aug 06 08:08:13.352 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-06T08:08:14.665Z | [ recovery-image] Aug 06 08:08:13.362 INFO O| Aug 06 08:08:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5977 | 2024-08-06T08:08:14.665Z | [ recovery-image] Aug 06 08:08:13.362 INFO O| Aug 06 08:08:13.362 INFO STEP 700 (remove_files) COMPLETE |
5978 | 2024-08-06T08:08:14.667Z | [ recovery-image] Aug 06 08:08:13.362 INFO O| Aug 06 08:08:13.362 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-06T08:08:14.674Z | [ recovery-image] Aug 06 08:08:13.371 INFO O| Aug 06 08:08:13.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5980 | 2024-08-06T08:08:14.674Z | [ recovery-image] Aug 06 08:08:13.371 INFO O| Aug 06 08:08:13.371 INFO STEP 701 (remove_files) COMPLETE |
5981 | 2024-08-06T08:08:14.677Z | [ recovery-image] Aug 06 08:08:13.371 INFO O| Aug 06 08:08:13.371 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-06T08:08:14.684Z | [ recovery-image] Aug 06 08:08:13.381 INFO O| Aug 06 08:08:13.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5983 | 2024-08-06T08:08:14.686Z | [ recovery-image] Aug 06 08:08:13.381 INFO O| Aug 06 08:08:13.381 INFO STEP 702 (remove_files) COMPLETE |
5984 | 2024-08-06T08:08:14.686Z | [ recovery-image] Aug 06 08:08:13.381 INFO O| Aug 06 08:08:13.381 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-08-06T08:08:14.693Z | [ recovery-image] Aug 06 08:08:13.390 INFO O| Aug 06 08:08:13.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5986 | 2024-08-06T08:08:14.693Z | [ recovery-image] Aug 06 08:08:13.390 INFO O| Aug 06 08:08:13.390 INFO STEP 703 (remove_files) COMPLETE |
5987 | 2024-08-06T08:08:14.696Z | [ recovery-image] Aug 06 08:08:13.390 INFO O| Aug 06 08:08:13.390 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-08-06T08:08:14.703Z | [ recovery-image] Aug 06 08:08:13.400 INFO O| Aug 06 08:08:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5989 | 2024-08-06T08:08:14.705Z | [ recovery-image] Aug 06 08:08:13.400 INFO O| Aug 06 08:08:13.400 INFO STEP 704 (remove_files) COMPLETE |
5990 | 2024-08-06T08:08:14.705Z | [ recovery-image] Aug 06 08:08:13.400 INFO O| Aug 06 08:08:13.400 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-08-06T08:08:14.712Z | [ recovery-image] Aug 06 08:08:13.409 INFO O| Aug 06 08:08:13.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5992 | 2024-08-06T08:08:14.715Z | [ recovery-image] Aug 06 08:08:13.409 INFO O| Aug 06 08:08:13.409 INFO STEP 705 (remove_files) COMPLETE |
5993 | 2024-08-06T08:08:14.715Z | [ recovery-image] Aug 06 08:08:13.409 INFO O| Aug 06 08:08:13.409 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-08-06T08:08:14.722Z | [ recovery-image] Aug 06 08:08:13.419 INFO O| Aug 06 08:08:13.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
5995 | 2024-08-06T08:08:14.724Z | [ recovery-image] Aug 06 08:08:13.419 INFO O| Aug 06 08:08:13.419 INFO STEP 706 (remove_files) COMPLETE |
5996 | 2024-08-06T08:08:14.724Z | [ recovery-image] Aug 06 08:08:13.419 INFO O| Aug 06 08:08:13.419 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-08-06T08:08:14.731Z | [ recovery-image] Aug 06 08:08:13.428 INFO O| Aug 06 08:08:13.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
5998 | 2024-08-06T08:08:14.734Z | [ recovery-image] Aug 06 08:08:13.428 INFO O| Aug 06 08:08:13.428 INFO STEP 707 (remove_files) COMPLETE |
5999 | 2024-08-06T08:08:14.734Z | [ recovery-image] Aug 06 08:08:13.428 INFO O| Aug 06 08:08:13.428 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-08-06T08:08:14.741Z | [ recovery-image] Aug 06 08:08:13.438 INFO O| Aug 06 08:08:13.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6001 | 2024-08-06T08:08:14.741Z | [ recovery-image] Aug 06 08:08:13.438 INFO O| Aug 06 08:08:13.438 INFO STEP 708 (remove_files) COMPLETE |
6002 | 2024-08-06T08:08:14.743Z | [ recovery-image] Aug 06 08:08:13.438 INFO O| Aug 06 08:08:13.438 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-08-06T08:08:14.750Z | [ recovery-image] Aug 06 08:08:13.447 INFO O| Aug 06 08:08:13.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6004 | 2024-08-06T08:08:14.753Z | [ recovery-image] Aug 06 08:08:13.448 INFO O| Aug 06 08:08:13.447 INFO STEP 709 (remove_files) COMPLETE |
6005 | 2024-08-06T08:08:14.753Z | [ recovery-image] Aug 06 08:08:13.448 INFO O| Aug 06 08:08:13.448 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-08-06T08:08:14.760Z | [ recovery-image] Aug 06 08:08:13.457 INFO O| Aug 06 08:08:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6007 | 2024-08-06T08:08:14.760Z | [ recovery-image] Aug 06 08:08:13.457 INFO O| Aug 06 08:08:13.457 INFO STEP 710 (remove_files) COMPLETE |
6008 | 2024-08-06T08:08:14.760Z | [ recovery-image] Aug 06 08:08:13.457 INFO O| Aug 06 08:08:13.457 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-08-06T08:08:14.770Z | [ recovery-image] Aug 06 08:08:13.466 INFO O| Aug 06 08:08:13.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6010 | 2024-08-06T08:08:14.772Z | [ recovery-image] Aug 06 08:08:13.467 INFO O| Aug 06 08:08:13.466 INFO STEP 711 (remove_files) COMPLETE |
6011 | 2024-08-06T08:08:14.772Z | [ recovery-image] Aug 06 08:08:13.467 INFO O| Aug 06 08:08:13.467 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-08-06T08:08:14.779Z | [ recovery-image] Aug 06 08:08:13.476 INFO O| Aug 06 08:08:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6013 | 2024-08-06T08:08:14.779Z | [ recovery-image] Aug 06 08:08:13.476 INFO O| Aug 06 08:08:13.476 INFO STEP 712 (remove_files) COMPLETE |
6014 | 2024-08-06T08:08:14.783Z | [ recovery-image] Aug 06 08:08:13.476 INFO O| Aug 06 08:08:13.476 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-08-06T08:08:14.788Z | [ recovery-image] Aug 06 08:08:13.485 INFO O| Aug 06 08:08:13.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6016 | 2024-08-06T08:08:14.789Z | [ recovery-image] Aug 06 08:08:13.485 INFO O| Aug 06 08:08:13.485 INFO STEP 713 (remove_files) COMPLETE |
6017 | 2024-08-06T08:08:14.791Z | [ recovery-image] Aug 06 08:08:13.485 INFO O| Aug 06 08:08:13.485 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-08-06T08:08:14.798Z | [ recovery-image] Aug 06 08:08:13.495 INFO O| Aug 06 08:08:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6019 | 2024-08-06T08:08:14.798Z | [ recovery-image] Aug 06 08:08:13.495 INFO O| Aug 06 08:08:13.495 INFO STEP 714 (remove_files) COMPLETE |
6020 | 2024-08-06T08:08:14.801Z | [ recovery-image] Aug 06 08:08:13.495 INFO O| Aug 06 08:08:13.495 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-08-06T08:08:14.807Z | [ recovery-image] Aug 06 08:08:13.504 INFO O| Aug 06 08:08:13.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6022 | 2024-08-06T08:08:14.807Z | [ recovery-image] Aug 06 08:08:13.504 INFO O| Aug 06 08:08:13.504 INFO STEP 715 (remove_files) COMPLETE |
6023 | 2024-08-06T08:08:14.810Z | [ recovery-image] Aug 06 08:08:13.504 INFO O| Aug 06 08:08:13.504 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-08-06T08:08:14.817Z | [ recovery-image] Aug 06 08:08:13.514 INFO O| Aug 06 08:08:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6025 | 2024-08-06T08:08:14.819Z | [ recovery-image] Aug 06 08:08:13.514 INFO O| Aug 06 08:08:13.514 INFO STEP 716 (remove_files) COMPLETE |
6026 | 2024-08-06T08:08:14.820Z | [ recovery-image] Aug 06 08:08:13.514 INFO O| Aug 06 08:08:13.514 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-08-06T08:08:14.826Z | [ recovery-image] Aug 06 08:08:13.523 INFO O| Aug 06 08:08:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6028 | 2024-08-06T08:08:14.826Z | [ recovery-image] Aug 06 08:08:13.523 INFO O| Aug 06 08:08:13.523 INFO STEP 717 (remove_files) COMPLETE |
6029 | 2024-08-06T08:08:14.826Z | [ recovery-image] Aug 06 08:08:13.523 INFO O| Aug 06 08:08:13.523 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-08-06T08:08:14.836Z | [ recovery-image] Aug 06 08:08:13.533 INFO O| Aug 06 08:08:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6031 | 2024-08-06T08:08:14.836Z | [ recovery-image] Aug 06 08:08:13.533 INFO O| Aug 06 08:08:13.533 INFO STEP 718 (remove_files) COMPLETE |
6032 | 2024-08-06T08:08:14.836Z | [ recovery-image] Aug 06 08:08:13.533 INFO O| Aug 06 08:08:13.533 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-08-06T08:08:14.845Z | [ recovery-image] Aug 06 08:08:13.542 INFO O| Aug 06 08:08:13.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6034 | 2024-08-06T08:08:14.845Z | [ recovery-image] Aug 06 08:08:13.542 INFO O| Aug 06 08:08:13.542 INFO STEP 719 (remove_files) COMPLETE |
6035 | 2024-08-06T08:08:14.848Z | [ recovery-image] Aug 06 08:08:13.542 INFO O| Aug 06 08:08:13.542 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-08-06T08:08:14.855Z | [ recovery-image] Aug 06 08:08:13.552 INFO O| Aug 06 08:08:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6037 | 2024-08-06T08:08:14.857Z | [ recovery-image] Aug 06 08:08:13.552 INFO O| Aug 06 08:08:13.552 INFO STEP 720 (remove_files) COMPLETE |
6038 | 2024-08-06T08:08:14.857Z | [ recovery-image] Aug 06 08:08:13.552 INFO O| Aug 06 08:08:13.552 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-08-06T08:08:14.864Z | [ recovery-image] Aug 06 08:08:13.561 INFO O| Aug 06 08:08:13.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6040 | 2024-08-06T08:08:14.864Z | [ recovery-image] Aug 06 08:08:13.561 INFO O| Aug 06 08:08:13.561 INFO STEP 721 (remove_files) COMPLETE |
6041 | 2024-08-06T08:08:14.864Z | [ recovery-image] Aug 06 08:08:13.561 INFO O| Aug 06 08:08:13.561 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-08-06T08:08:14.874Z | [ recovery-image] Aug 06 08:08:13.571 INFO O| Aug 06 08:08:13.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6043 | 2024-08-06T08:08:14.874Z | [ recovery-image] Aug 06 08:08:13.571 INFO O| Aug 06 08:08:13.571 INFO STEP 722 (remove_files) COMPLETE |
6044 | 2024-08-06T08:08:14.877Z | [ recovery-image] Aug 06 08:08:13.571 INFO O| Aug 06 08:08:13.571 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-08-06T08:08:14.883Z | [ recovery-image] Aug 06 08:08:13.580 INFO O| Aug 06 08:08:13.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6046 | 2024-08-06T08:08:14.883Z | [ recovery-image] Aug 06 08:08:13.580 INFO O| Aug 06 08:08:13.580 INFO STEP 723 (remove_files) COMPLETE |
6047 | 2024-08-06T08:08:14.886Z | [ recovery-image] Aug 06 08:08:13.580 INFO O| Aug 06 08:08:13.580 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-08-06T08:08:14.893Z | [ recovery-image] Aug 06 08:08:13.590 INFO O| Aug 06 08:08:13.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6049 | 2024-08-06T08:08:14.893Z | [ recovery-image] Aug 06 08:08:13.590 INFO O| Aug 06 08:08:13.590 INFO STEP 724 (remove_files) COMPLETE |
6050 | 2024-08-06T08:08:14.896Z | [ recovery-image] Aug 06 08:08:13.590 INFO O| Aug 06 08:08:13.590 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-08-06T08:08:14.903Z | [ recovery-image] Aug 06 08:08:13.600 INFO O| Aug 06 08:08:13.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6052 | 2024-08-06T08:08:14.903Z | [ recovery-image] Aug 06 08:08:13.600 INFO O| Aug 06 08:08:13.600 INFO STEP 725 (remove_files) COMPLETE |
6053 | 2024-08-06T08:08:14.903Z | [ recovery-image] Aug 06 08:08:13.600 INFO O| Aug 06 08:08:13.600 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-08-06T08:08:14.912Z | [ recovery-image] Aug 06 08:08:13.609 INFO O| Aug 06 08:08:13.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6055 | 2024-08-06T08:08:14.912Z | [ recovery-image] Aug 06 08:08:13.609 INFO O| Aug 06 08:08:13.609 INFO STEP 726 (remove_files) COMPLETE |
6056 | 2024-08-06T08:08:14.912Z | [ recovery-image] Aug 06 08:08:13.609 INFO O| Aug 06 08:08:13.609 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-08-06T08:08:14.922Z | [ recovery-image] Aug 06 08:08:13.618 INFO O| Aug 06 08:08:13.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6058 | 2024-08-06T08:08:14.922Z | [ recovery-image] Aug 06 08:08:13.619 INFO O| Aug 06 08:08:13.618 INFO STEP 727 (remove_files) COMPLETE |
6059 | 2024-08-06T08:08:14.922Z | [ recovery-image] Aug 06 08:08:13.619 INFO O| Aug 06 08:08:13.619 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-08-06T08:08:14.931Z | [ recovery-image] Aug 06 08:08:13.628 INFO O| Aug 06 08:08:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6061 | 2024-08-06T08:08:14.931Z | [ recovery-image] Aug 06 08:08:13.628 INFO O| Aug 06 08:08:13.628 INFO STEP 728 (remove_files) COMPLETE |
6062 | 2024-08-06T08:08:14.933Z | [ recovery-image] Aug 06 08:08:13.628 INFO O| Aug 06 08:08:13.628 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-08-06T08:08:14.940Z | [ recovery-image] Aug 06 08:08:13.637 INFO O| Aug 06 08:08:13.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6064 | 2024-08-06T08:08:14.943Z | [ recovery-image] Aug 06 08:08:13.637 INFO O| Aug 06 08:08:13.637 INFO STEP 729 (remove_files) COMPLETE |
6065 | 2024-08-06T08:08:14.943Z | [ recovery-image] Aug 06 08:08:13.637 INFO O| Aug 06 08:08:13.637 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-08-06T08:08:14.949Z | [ recovery-image] Aug 06 08:08:13.646 INFO O| Aug 06 08:08:13.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6067 | 2024-08-06T08:08:14.952Z | [ recovery-image] Aug 06 08:08:13.646 INFO O| Aug 06 08:08:13.646 INFO STEP 730 (remove_files) COMPLETE |
6068 | 2024-08-06T08:08:14.952Z | [ recovery-image] Aug 06 08:08:13.646 INFO O| Aug 06 08:08:13.646 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-08-06T08:08:14.959Z | [ recovery-image] Aug 06 08:08:13.656 INFO O| Aug 06 08:08:13.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6070 | 2024-08-06T08:08:14.961Z | [ recovery-image] Aug 06 08:08:13.656 INFO O| Aug 06 08:08:13.656 INFO STEP 731 (remove_files) COMPLETE |
6071 | 2024-08-06T08:08:14.961Z | [ recovery-image] Aug 06 08:08:13.656 INFO O| Aug 06 08:08:13.656 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-08-06T08:08:14.968Z | [ recovery-image] Aug 06 08:08:13.665 INFO O| Aug 06 08:08:13.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6073 | 2024-08-06T08:08:14.971Z | [ recovery-image] Aug 06 08:08:13.666 INFO O| Aug 06 08:08:13.666 INFO STEP 732 (remove_files) COMPLETE |
6074 | 2024-08-06T08:08:14.971Z | [ recovery-image] Aug 06 08:08:13.666 INFO O| Aug 06 08:08:13.666 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-08-06T08:08:14.978Z | [ recovery-image] Aug 06 08:08:13.675 INFO O| Aug 06 08:08:13.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6076 | 2024-08-06T08:08:14.978Z | [ recovery-image] Aug 06 08:08:13.675 INFO O| Aug 06 08:08:13.675 INFO STEP 733 (remove_files) COMPLETE |
6077 | 2024-08-06T08:08:14.981Z | [ recovery-image] Aug 06 08:08:13.675 INFO O| Aug 06 08:08:13.675 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-08-06T08:08:14.987Z | [ recovery-image] Aug 06 08:08:13.684 INFO O| Aug 06 08:08:13.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6079 | 2024-08-06T08:08:14.987Z | [ recovery-image] Aug 06 08:08:13.684 INFO O| Aug 06 08:08:13.684 INFO STEP 734 (remove_files) COMPLETE |
6080 | 2024-08-06T08:08:14.987Z | [ recovery-image] Aug 06 08:08:13.684 INFO O| Aug 06 08:08:13.684 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-08-06T08:08:14.996Z | [ recovery-image] Aug 06 08:08:13.693 INFO O| Aug 06 08:08:13.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6082 | 2024-08-06T08:08:14.996Z | [ recovery-image] Aug 06 08:08:13.693 INFO O| Aug 06 08:08:13.693 INFO STEP 735 (remove_files) COMPLETE |
6083 | 2024-08-06T08:08:14.999Z | [ recovery-image] Aug 06 08:08:13.693 INFO O| Aug 06 08:08:13.693 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-08-06T08:08:15.006Z | [ recovery-image] Aug 06 08:08:13.702 INFO O| Aug 06 08:08:13.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6085 | 2024-08-06T08:08:15.009Z | [ recovery-image] Aug 06 08:08:13.703 INFO O| Aug 06 08:08:13.703 INFO STEP 736 (remove_files) COMPLETE |
6086 | 2024-08-06T08:08:15.009Z | [ recovery-image] Aug 06 08:08:13.703 INFO O| Aug 06 08:08:13.703 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-08-06T08:08:15.015Z | [ recovery-image] Aug 06 08:08:13.712 INFO O| Aug 06 08:08:13.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6088 | 2024-08-06T08:08:15.015Z | [ recovery-image] Aug 06 08:08:13.712 INFO O| Aug 06 08:08:13.712 INFO STEP 737 (remove_files) COMPLETE |
6089 | 2024-08-06T08:08:15.015Z | [ recovery-image] Aug 06 08:08:13.712 INFO O| Aug 06 08:08:13.712 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-08-06T08:08:15.024Z | [ recovery-image] Aug 06 08:08:13.721 INFO O| Aug 06 08:08:13.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6091 | 2024-08-06T08:08:15.027Z | [ recovery-image] Aug 06 08:08:13.721 INFO O| Aug 06 08:08:13.721 INFO STEP 738 (remove_files) COMPLETE |
6092 | 2024-08-06T08:08:15.027Z | [ recovery-image] Aug 06 08:08:13.721 INFO O| Aug 06 08:08:13.721 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-08-06T08:08:15.033Z | [ recovery-image] Aug 06 08:08:13.730 INFO O| Aug 06 08:08:13.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6094 | 2024-08-06T08:08:15.033Z | [ recovery-image] Aug 06 08:08:13.730 INFO O| Aug 06 08:08:13.730 INFO STEP 739 (remove_files) COMPLETE |
6095 | 2024-08-06T08:08:15.033Z | [ recovery-image] Aug 06 08:08:13.730 INFO O| Aug 06 08:08:13.730 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-08-06T08:08:15.043Z | [ recovery-image] Aug 06 08:08:13.740 INFO O| Aug 06 08:08:13.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6097 | 2024-08-06T08:08:15.045Z | [ recovery-image] Aug 06 08:08:13.740 INFO O| Aug 06 08:08:13.740 INFO STEP 740 (remove_files) COMPLETE |
6098 | 2024-08-06T08:08:15.046Z | [ recovery-image] Aug 06 08:08:13.740 INFO O| Aug 06 08:08:13.740 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-08-06T08:08:15.052Z | [ recovery-image] Aug 06 08:08:13.749 INFO O| Aug 06 08:08:13.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6100 | 2024-08-06T08:08:15.055Z | [ recovery-image] Aug 06 08:08:13.749 INFO O| Aug 06 08:08:13.749 INFO STEP 741 (remove_files) COMPLETE |
6101 | 2024-08-06T08:08:15.055Z | [ recovery-image] Aug 06 08:08:13.749 INFO O| Aug 06 08:08:13.749 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-08-06T08:08:15.061Z | [ recovery-image] Aug 06 08:08:13.758 INFO O| Aug 06 08:08:13.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6103 | 2024-08-06T08:08:15.065Z | [ recovery-image] Aug 06 08:08:13.758 INFO O| Aug 06 08:08:13.758 INFO STEP 742 (remove_files) COMPLETE |
6104 | 2024-08-06T08:08:15.065Z | [ recovery-image] Aug 06 08:08:13.758 INFO O| Aug 06 08:08:13.758 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-08-06T08:08:15.071Z | [ recovery-image] Aug 06 08:08:13.767 INFO O| Aug 06 08:08:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6106 | 2024-08-06T08:08:15.073Z | [ recovery-image] Aug 06 08:08:13.768 INFO O| Aug 06 08:08:13.768 INFO STEP 743 (remove_files) COMPLETE |
6107 | 2024-08-06T08:08:15.073Z | [ recovery-image] Aug 06 08:08:13.768 INFO O| Aug 06 08:08:13.768 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-08-06T08:08:15.080Z | [ recovery-image] Aug 06 08:08:13.777 INFO O| Aug 06 08:08:13.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6109 | 2024-08-06T08:08:15.080Z | [ recovery-image] Aug 06 08:08:13.777 INFO O| Aug 06 08:08:13.777 INFO STEP 744 (remove_files) COMPLETE |
6110 | 2024-08-06T08:08:15.082Z | [ recovery-image] Aug 06 08:08:13.777 INFO O| Aug 06 08:08:13.777 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-08-06T08:08:15.090Z | [ recovery-image] Aug 06 08:08:13.786 INFO O| Aug 06 08:08:13.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6112 | 2024-08-06T08:08:15.090Z | [ recovery-image] Aug 06 08:08:13.786 INFO O| Aug 06 08:08:13.786 INFO STEP 745 (remove_files) COMPLETE |
6113 | 2024-08-06T08:08:15.090Z | [ recovery-image] Aug 06 08:08:13.786 INFO O| Aug 06 08:08:13.786 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-08-06T08:08:15.099Z | [ recovery-image] Aug 06 08:08:13.796 INFO O| Aug 06 08:08:13.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6115 | 2024-08-06T08:08:15.099Z | [ recovery-image] Aug 06 08:08:13.796 INFO O| Aug 06 08:08:13.796 INFO STEP 746 (remove_files) COMPLETE |
6116 | 2024-08-06T08:08:15.102Z | [ recovery-image] Aug 06 08:08:13.796 INFO O| Aug 06 08:08:13.796 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-08-06T08:08:15.109Z | [ recovery-image] Aug 06 08:08:13.806 INFO O| Aug 06 08:08:13.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6118 | 2024-08-06T08:08:15.112Z | [ recovery-image] Aug 06 08:08:13.807 INFO O| Aug 06 08:08:13.806 INFO STEP 747 (remove_files) COMPLETE |
6119 | 2024-08-06T08:08:15.112Z | [ recovery-image] Aug 06 08:08:13.807 INFO O| Aug 06 08:08:13.807 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-08-06T08:08:15.119Z | [ recovery-image] Aug 06 08:08:13.816 INFO O| Aug 06 08:08:13.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6121 | 2024-08-06T08:08:15.119Z | [ recovery-image] Aug 06 08:08:13.816 INFO O| Aug 06 08:08:13.816 INFO STEP 748 (remove_files) COMPLETE |
6122 | 2024-08-06T08:08:15.122Z | [ recovery-image] Aug 06 08:08:13.816 INFO O| Aug 06 08:08:13.816 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-08-06T08:08:15.129Z | [ recovery-image] Aug 06 08:08:13.826 INFO O| Aug 06 08:08:13.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6124 | 2024-08-06T08:08:15.129Z | [ recovery-image] Aug 06 08:08:13.826 INFO O| Aug 06 08:08:13.826 INFO STEP 749 (remove_files) COMPLETE |
6125 | 2024-08-06T08:08:15.129Z | [ recovery-image] Aug 06 08:08:13.826 INFO O| Aug 06 08:08:13.826 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-08-06T08:08:15.138Z | [ recovery-image] Aug 06 08:08:13.835 INFO O| Aug 06 08:08:13.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6127 | 2024-08-06T08:08:15.141Z | [ recovery-image] Aug 06 08:08:13.835 INFO O| Aug 06 08:08:13.835 INFO STEP 750 (remove_files) COMPLETE |
6128 | 2024-08-06T08:08:15.141Z | [ recovery-image] Aug 06 08:08:13.835 INFO O| Aug 06 08:08:13.835 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-08-06T08:08:15.147Z | [ recovery-image] Aug 06 08:08:13.844 INFO O| Aug 06 08:08:13.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6130 | 2024-08-06T08:08:15.147Z | [ recovery-image] Aug 06 08:08:13.844 INFO O| Aug 06 08:08:13.844 INFO STEP 751 (remove_files) COMPLETE |
6131 | 2024-08-06T08:08:15.150Z | [ recovery-image] Aug 06 08:08:13.844 INFO O| Aug 06 08:08:13.844 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-08-06T08:08:15.157Z | [ recovery-image] Aug 06 08:08:13.853 INFO O| Aug 06 08:08:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6133 | 2024-08-06T08:08:15.157Z | [ recovery-image] Aug 06 08:08:13.854 INFO O| Aug 06 08:08:13.854 INFO STEP 752 (remove_files) COMPLETE |
6134 | 2024-08-06T08:08:15.159Z | [ recovery-image] Aug 06 08:08:13.854 INFO O| Aug 06 08:08:13.854 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-08-06T08:08:15.166Z | [ recovery-image] Aug 06 08:08:13.863 INFO O| Aug 06 08:08:13.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6136 | 2024-08-06T08:08:15.166Z | [ recovery-image] Aug 06 08:08:13.863 INFO O| Aug 06 08:08:13.863 INFO STEP 753 (remove_files) COMPLETE |
6137 | 2024-08-06T08:08:15.166Z | [ recovery-image] Aug 06 08:08:13.863 INFO O| Aug 06 08:08:13.863 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-08-06T08:08:15.175Z | [ recovery-image] Aug 06 08:08:13.872 INFO O| Aug 06 08:08:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6139 | 2024-08-06T08:08:15.178Z | [ recovery-image] Aug 06 08:08:13.872 INFO O| Aug 06 08:08:13.872 INFO STEP 754 (remove_files) COMPLETE |
6140 | 2024-08-06T08:08:15.178Z | [ recovery-image] Aug 06 08:08:13.872 INFO O| Aug 06 08:08:13.872 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-08-06T08:08:15.185Z | [ recovery-image] Aug 06 08:08:13.882 INFO O| Aug 06 08:08:13.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6142 | 2024-08-06T08:08:15.185Z | [ recovery-image] Aug 06 08:08:13.882 INFO O| Aug 06 08:08:13.882 INFO STEP 755 (remove_files) COMPLETE |
6143 | 2024-08-06T08:08:15.188Z | [ recovery-image] Aug 06 08:08:13.882 INFO O| Aug 06 08:08:13.882 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-08-06T08:08:15.194Z | [ recovery-image] Aug 06 08:08:13.891 INFO O| Aug 06 08:08:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6145 | 2024-08-06T08:08:15.197Z | [ recovery-image] Aug 06 08:08:13.891 INFO O| Aug 06 08:08:13.891 INFO STEP 756 (remove_files) COMPLETE |
6146 | 2024-08-06T08:08:15.197Z | [ recovery-image] Aug 06 08:08:13.891 INFO O| Aug 06 08:08:13.891 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-08-06T08:08:15.203Z | [ recovery-image] Aug 06 08:08:13.900 INFO O| Aug 06 08:08:13.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6148 | 2024-08-06T08:08:15.203Z | [ recovery-image] Aug 06 08:08:13.900 INFO O| Aug 06 08:08:13.900 INFO STEP 757 (remove_files) COMPLETE |
6149 | 2024-08-06T08:08:15.206Z | [ recovery-image] Aug 06 08:08:13.900 INFO O| Aug 06 08:08:13.900 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-08-06T08:08:15.212Z | [ recovery-image] Aug 06 08:08:13.909 INFO O| Aug 06 08:08:13.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6151 | 2024-08-06T08:08:15.213Z | [ recovery-image] Aug 06 08:08:13.909 INFO O| Aug 06 08:08:13.909 INFO STEP 758 (remove_files) COMPLETE |
6152 | 2024-08-06T08:08:15.216Z | [ recovery-image] Aug 06 08:08:13.909 INFO O| Aug 06 08:08:13.909 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-06T08:08:15.222Z | [ recovery-image] Aug 06 08:08:13.919 INFO O| Aug 06 08:08:13.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6154 | 2024-08-06T08:08:15.224Z | [ recovery-image] Aug 06 08:08:13.919 INFO O| Aug 06 08:08:13.919 INFO STEP 759 (remove_files) COMPLETE |
6155 | 2024-08-06T08:08:15.224Z | [ recovery-image] Aug 06 08:08:13.919 INFO O| Aug 06 08:08:13.919 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-06T08:08:15.232Z | [ recovery-image] Aug 06 08:08:13.928 INFO O| Aug 06 08:08:13.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6157 | 2024-08-06T08:08:15.235Z | [ recovery-image] Aug 06 08:08:13.929 INFO O| Aug 06 08:08:13.929 INFO STEP 760 (remove_files) COMPLETE |
6158 | 2024-08-06T08:08:15.235Z | [ recovery-image] Aug 06 08:08:13.929 INFO O| Aug 06 08:08:13.929 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-06T08:08:15.243Z | [ recovery-image] Aug 06 08:08:13.938 INFO O| Aug 06 08:08:13.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6160 | 2024-08-06T08:08:15.245Z | [ recovery-image] Aug 06 08:08:13.938 INFO O| Aug 06 08:08:13.938 INFO STEP 761 (remove_files) COMPLETE |
6161 | 2024-08-06T08:08:15.245Z | [ recovery-image] Aug 06 08:08:13.938 INFO O| Aug 06 08:08:13.938 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-08-06T08:08:15.251Z | [ recovery-image] Aug 06 08:08:13.947 INFO O| Aug 06 08:08:13.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6163 | 2024-08-06T08:08:15.253Z | [ recovery-image] Aug 06 08:08:13.948 INFO O| Aug 06 08:08:13.948 INFO STEP 762 (remove_files) COMPLETE |
6164 | 2024-08-06T08:08:15.253Z | [ recovery-image] Aug 06 08:08:13.948 INFO O| Aug 06 08:08:13.948 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-08-06T08:08:15.260Z | [ recovery-image] Aug 06 08:08:13.957 INFO O| Aug 06 08:08:13.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6166 | 2024-08-06T08:08:15.260Z | [ recovery-image] Aug 06 08:08:13.957 INFO O| Aug 06 08:08:13.957 INFO STEP 763 (remove_files) COMPLETE |
6167 | 2024-08-06T08:08:15.260Z | [ recovery-image] Aug 06 08:08:13.957 INFO O| Aug 06 08:08:13.957 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-08-06T08:08:15.269Z | [ recovery-image] Aug 06 08:08:13.966 INFO O| Aug 06 08:08:13.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6169 | 2024-08-06T08:08:15.269Z | [ recovery-image] Aug 06 08:08:13.966 INFO O| Aug 06 08:08:13.966 INFO STEP 764 (remove_files) COMPLETE |
6170 | 2024-08-06T08:08:15.272Z | [ recovery-image] Aug 06 08:08:13.966 INFO O| Aug 06 08:08:13.966 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-08-06T08:08:15.279Z | [ recovery-image] Aug 06 08:08:13.976 INFO O| Aug 06 08:08:13.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6172 | 2024-08-06T08:08:15.279Z | [ recovery-image] Aug 06 08:08:13.976 INFO O| Aug 06 08:08:13.976 INFO STEP 765 (remove_files) COMPLETE |
6173 | 2024-08-06T08:08:15.279Z | [ recovery-image] Aug 06 08:08:13.976 INFO O| Aug 06 08:08:13.976 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-08-06T08:08:15.288Z | [ recovery-image] Aug 06 08:08:13.985 INFO O| Aug 06 08:08:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6175 | 2024-08-06T08:08:15.288Z | [ recovery-image] Aug 06 08:08:13.985 INFO O| Aug 06 08:08:13.985 INFO STEP 766 (remove_files) COMPLETE |
6176 | 2024-08-06T08:08:15.291Z | [ recovery-image] Aug 06 08:08:13.985 INFO O| Aug 06 08:08:13.985 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-08-06T08:08:15.297Z | [ recovery-image] Aug 06 08:08:13.994 INFO O| Aug 06 08:08:13.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6178 | 2024-08-06T08:08:15.300Z | [ recovery-image] Aug 06 08:08:13.994 INFO O| Aug 06 08:08:13.994 INFO STEP 767 (remove_files) COMPLETE |
6179 | 2024-08-06T08:08:15.300Z | [ recovery-image] Aug 06 08:08:13.994 INFO O| Aug 06 08:08:13.994 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-08-06T08:08:15.308Z | [ recovery-image] Aug 06 08:08:14.004 INFO O| Aug 06 08:08:14.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6181 | 2024-08-06T08:08:15.308Z | [ recovery-image] Aug 06 08:08:14.005 INFO O| Aug 06 08:08:14.004 INFO STEP 768 (remove_files) COMPLETE |
6182 | 2024-08-06T08:08:15.308Z | [ recovery-image] Aug 06 08:08:14.005 INFO O| Aug 06 08:08:14.004 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-08-06T08:08:15.318Z | [ recovery-image] Aug 06 08:08:14.014 INFO O| Aug 06 08:08:14.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6184 | 2024-08-06T08:08:15.318Z | [ recovery-image] Aug 06 08:08:14.014 INFO O| Aug 06 08:08:14.014 INFO STEP 769 (remove_files) COMPLETE |
6185 | 2024-08-06T08:08:15.320Z | [ recovery-image] Aug 06 08:08:14.014 INFO O| Aug 06 08:08:14.014 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-08-06T08:08:15.327Z | [ recovery-image] Aug 06 08:08:14.024 INFO O| Aug 06 08:08:14.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6187 | 2024-08-06T08:08:15.327Z | [ recovery-image] Aug 06 08:08:14.024 INFO O| Aug 06 08:08:14.024 INFO STEP 770 (remove_files) COMPLETE |
6188 | 2024-08-06T08:08:15.330Z | [ recovery-image] Aug 06 08:08:14.024 INFO O| Aug 06 08:08:14.024 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-08-06T08:08:15.336Z | [ recovery-image] Aug 06 08:08:14.033 INFO O| Aug 06 08:08:14.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6190 | 2024-08-06T08:08:15.336Z | [ recovery-image] Aug 06 08:08:14.033 INFO O| Aug 06 08:08:14.033 INFO STEP 771 (remove_files) COMPLETE |
6191 | 2024-08-06T08:08:15.339Z | [ recovery-image] Aug 06 08:08:14.033 INFO O| Aug 06 08:08:14.033 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-08-06T08:08:15.346Z | [ recovery-image] Aug 06 08:08:14.043 INFO O| Aug 06 08:08:14.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6193 | 2024-08-06T08:08:15.346Z | [ recovery-image] Aug 06 08:08:14.043 INFO O| Aug 06 08:08:14.043 INFO STEP 772 (remove_files) COMPLETE |
6194 | 2024-08-06T08:08:15.349Z | [ recovery-image] Aug 06 08:08:14.043 INFO O| Aug 06 08:08:14.043 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-08-06T08:08:15.355Z | [ recovery-image] Aug 06 08:08:14.052 INFO O| Aug 06 08:08:14.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6196 | 2024-08-06T08:08:15.355Z | [ recovery-image] Aug 06 08:08:14.052 INFO O| Aug 06 08:08:14.052 INFO STEP 773 (remove_files) COMPLETE |
6197 | 2024-08-06T08:08:15.358Z | [ recovery-image] Aug 06 08:08:14.052 INFO O| Aug 06 08:08:14.052 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-08-06T08:08:15.365Z | [ recovery-image] Aug 06 08:08:14.061 INFO O| Aug 06 08:08:14.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6199 | 2024-08-06T08:08:15.365Z | [ recovery-image] Aug 06 08:08:14.061 INFO O| Aug 06 08:08:14.061 INFO STEP 774 (remove_files) COMPLETE |
6200 | 2024-08-06T08:08:15.367Z | [ recovery-image] Aug 06 08:08:14.061 INFO O| Aug 06 08:08:14.061 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-08-06T08:08:15.374Z | [ recovery-image] Aug 06 08:08:14.071 INFO O| Aug 06 08:08:14.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6202 | 2024-08-06T08:08:15.374Z | [ recovery-image] Aug 06 08:08:14.071 INFO O| Aug 06 08:08:14.071 INFO STEP 775 (remove_files) COMPLETE |
6203 | 2024-08-06T08:08:15.377Z | [ recovery-image] Aug 06 08:08:14.071 INFO O| Aug 06 08:08:14.071 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-08-06T08:08:15.383Z | [ recovery-image] Aug 06 08:08:14.080 INFO O| Aug 06 08:08:14.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6205 | 2024-08-06T08:08:15.383Z | [ recovery-image] Aug 06 08:08:14.080 INFO O| Aug 06 08:08:14.080 INFO STEP 776 (remove_files) COMPLETE |
6206 | 2024-08-06T08:08:15.386Z | [ recovery-image] Aug 06 08:08:14.080 INFO O| Aug 06 08:08:14.080 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-08-06T08:08:15.393Z | [ recovery-image] Aug 06 08:08:14.089 INFO O| Aug 06 08:08:14.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6208 | 2024-08-06T08:08:15.395Z | [ recovery-image] Aug 06 08:08:14.090 INFO O| Aug 06 08:08:14.090 INFO STEP 777 (remove_files) COMPLETE |
6209 | 2024-08-06T08:08:15.395Z | [ recovery-image] Aug 06 08:08:14.090 INFO O| Aug 06 08:08:14.090 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-08-06T08:08:15.402Z | [ recovery-image] Aug 06 08:08:14.099 INFO O| Aug 06 08:08:14.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6211 | 2024-08-06T08:08:15.402Z | [ recovery-image] Aug 06 08:08:14.099 INFO O| Aug 06 08:08:14.099 INFO STEP 778 (remove_files) COMPLETE |
6212 | 2024-08-06T08:08:15.405Z | [ recovery-image] Aug 06 08:08:14.099 INFO O| Aug 06 08:08:14.099 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-08-06T08:08:15.412Z | [ recovery-image] Aug 06 08:08:14.108 INFO O| Aug 06 08:08:14.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6214 | 2024-08-06T08:08:15.412Z | [ recovery-image] Aug 06 08:08:14.108 INFO O| Aug 06 08:08:14.108 INFO STEP 779 (remove_files) COMPLETE |
6215 | 2024-08-06T08:08:15.414Z | [ recovery-image] Aug 06 08:08:14.108 INFO O| Aug 06 08:08:14.108 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-08-06T08:08:15.421Z | [ recovery-image] Aug 06 08:08:14.118 INFO O| Aug 06 08:08:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6217 | 2024-08-06T08:08:15.421Z | [ recovery-image] Aug 06 08:08:14.118 INFO O| Aug 06 08:08:14.118 INFO STEP 780 (remove_files) COMPLETE |
6218 | 2024-08-06T08:08:15.424Z | [ recovery-image] Aug 06 08:08:14.118 INFO O| Aug 06 08:08:14.118 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-08-06T08:08:15.431Z | [ recovery-image] Aug 06 08:08:14.127 INFO O| Aug 06 08:08:14.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6220 | 2024-08-06T08:08:15.431Z | [ recovery-image] Aug 06 08:08:14.127 INFO O| Aug 06 08:08:14.127 INFO STEP 781 (remove_files) COMPLETE |
6221 | 2024-08-06T08:08:15.433Z | [ recovery-image] Aug 06 08:08:14.127 INFO O| Aug 06 08:08:14.127 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-08-06T08:08:15.440Z | [ recovery-image] Aug 06 08:08:14.137 INFO O| Aug 06 08:08:14.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6223 | 2024-08-06T08:08:15.440Z | [ recovery-image] Aug 06 08:08:14.137 INFO O| Aug 06 08:08:14.137 INFO STEP 782 (remove_files) COMPLETE |
6224 | 2024-08-06T08:08:15.440Z | [ recovery-image] Aug 06 08:08:14.137 INFO O| Aug 06 08:08:14.137 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-08-06T08:08:15.450Z | [ recovery-image] Aug 06 08:08:14.147 INFO O| Aug 06 08:08:14.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6226 | 2024-08-06T08:08:15.450Z | [ recovery-image] Aug 06 08:08:14.147 INFO O| Aug 06 08:08:14.147 INFO STEP 783 (remove_files) COMPLETE |
6227 | 2024-08-06T08:08:15.450Z | [ recovery-image] Aug 06 08:08:14.147 INFO O| Aug 06 08:08:14.147 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-08-06T08:08:15.461Z | [ recovery-image] Aug 06 08:08:14.157 INFO O| Aug 06 08:08:14.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6229 | 2024-08-06T08:08:15.461Z | [ recovery-image] Aug 06 08:08:14.157 INFO O| Aug 06 08:08:14.157 INFO STEP 784 (remove_files) COMPLETE |
6230 | 2024-08-06T08:08:15.463Z | [ recovery-image] Aug 06 08:08:14.157 INFO O| Aug 06 08:08:14.157 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-08-06T08:08:15.470Z | [ recovery-image] Aug 06 08:08:14.167 INFO O| Aug 06 08:08:14.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6232 | 2024-08-06T08:08:15.470Z | [ recovery-image] Aug 06 08:08:14.167 INFO O| Aug 06 08:08:14.167 INFO STEP 785 (remove_files) COMPLETE |
6233 | 2024-08-06T08:08:15.470Z | [ recovery-image] Aug 06 08:08:14.167 INFO O| Aug 06 08:08:14.167 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-08-06T08:08:15.481Z | [ recovery-image] Aug 06 08:08:14.177 INFO O| Aug 06 08:08:14.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6235 | 2024-08-06T08:08:15.483Z | [ recovery-image] Aug 06 08:08:14.177 INFO O| Aug 06 08:08:14.177 INFO STEP 786 (remove_files) COMPLETE |
6236 | 2024-08-06T08:08:15.484Z | [ recovery-image] Aug 06 08:08:14.177 INFO O| Aug 06 08:08:14.177 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-08-06T08:08:15.490Z | [ recovery-image] Aug 06 08:08:14.187 INFO O| Aug 06 08:08:14.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6238 | 2024-08-06T08:08:15.491Z | [ recovery-image] Aug 06 08:08:14.187 INFO O| Aug 06 08:08:14.187 INFO STEP 787 (remove_files) COMPLETE |
6239 | 2024-08-06T08:08:15.491Z | [ recovery-image] Aug 06 08:08:14.187 INFO O| Aug 06 08:08:14.187 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-08-06T08:08:15.500Z | [ recovery-image] Aug 06 08:08:14.197 INFO O| Aug 06 08:08:14.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6241 | 2024-08-06T08:08:15.501Z | [ recovery-image] Aug 06 08:08:14.197 INFO O| Aug 06 08:08:14.197 INFO STEP 788 (remove_files) COMPLETE |
6242 | 2024-08-06T08:08:15.503Z | [ recovery-image] Aug 06 08:08:14.197 INFO O| Aug 06 08:08:14.197 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-08-06T08:08:15.510Z | [ recovery-image] Aug 06 08:08:14.207 INFO O| Aug 06 08:08:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6244 | 2024-08-06T08:08:15.510Z | [ recovery-image] Aug 06 08:08:14.207 INFO O| Aug 06 08:08:14.207 INFO STEP 789 (remove_files) COMPLETE |
6245 | 2024-08-06T08:08:15.511Z | [ recovery-image] Aug 06 08:08:14.207 INFO O| Aug 06 08:08:14.207 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-08-06T08:08:15.520Z | [ recovery-image] Aug 06 08:08:14.217 INFO O| Aug 06 08:08:14.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6247 | 2024-08-06T08:08:15.520Z | [ recovery-image] Aug 06 08:08:14.217 INFO O| Aug 06 08:08:14.217 INFO STEP 790 (remove_files) COMPLETE |
6248 | 2024-08-06T08:08:15.523Z | [ recovery-image] Aug 06 08:08:14.217 INFO O| Aug 06 08:08:14.217 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-08-06T08:08:15.532Z | [ recovery-image] Aug 06 08:08:14.227 INFO O| Aug 06 08:08:14.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6250 | 2024-08-06T08:08:15.532Z | [ recovery-image] Aug 06 08:08:14.227 INFO O| Aug 06 08:08:14.227 INFO STEP 791 (remove_files) COMPLETE |
6251 | 2024-08-06T08:08:15.532Z | [ recovery-image] Aug 06 08:08:14.227 INFO O| Aug 06 08:08:14.227 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-08-06T08:08:15.541Z | [ recovery-image] Aug 06 08:08:14.238 INFO O| Aug 06 08:08:14.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6253 | 2024-08-06T08:08:15.544Z | [ recovery-image] Aug 06 08:08:14.238 INFO O| Aug 06 08:08:14.238 INFO STEP 792 (remove_files) COMPLETE |
6254 | 2024-08-06T08:08:15.544Z | [ recovery-image] Aug 06 08:08:14.238 INFO O| Aug 06 08:08:14.238 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-08-06T08:08:15.551Z | [ recovery-image] Aug 06 08:08:14.248 INFO O| Aug 06 08:08:14.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6256 | 2024-08-06T08:08:15.551Z | [ recovery-image] Aug 06 08:08:14.248 INFO O| Aug 06 08:08:14.248 INFO STEP 793 (remove_files) COMPLETE |
6257 | 2024-08-06T08:08:15.555Z | [ recovery-image] Aug 06 08:08:14.248 INFO O| Aug 06 08:08:14.248 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-08-06T08:08:15.561Z | [ recovery-image] Aug 06 08:08:14.257 INFO O| Aug 06 08:08:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6259 | 2024-08-06T08:08:15.561Z | [ recovery-image] Aug 06 08:08:14.257 INFO O| Aug 06 08:08:14.257 INFO STEP 794 (remove_files) COMPLETE |
6260 | 2024-08-06T08:08:15.565Z | [ recovery-image] Aug 06 08:08:14.257 INFO O| Aug 06 08:08:14.257 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-08-06T08:08:15.570Z | [ recovery-image] Aug 06 08:08:14.267 INFO O| Aug 06 08:08:14.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6262 | 2024-08-06T08:08:15.573Z | [ recovery-image] Aug 06 08:08:14.267 INFO O| Aug 06 08:08:14.267 INFO STEP 795 (remove_files) COMPLETE |
6263 | 2024-08-06T08:08:15.573Z | [ recovery-image] Aug 06 08:08:14.267 INFO O| Aug 06 08:08:14.267 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-08-06T08:08:15.580Z | [ recovery-image] Aug 06 08:08:14.277 INFO O| Aug 06 08:08:14.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6265 | 2024-08-06T08:08:15.581Z | [ recovery-image] Aug 06 08:08:14.277 INFO O| Aug 06 08:08:14.277 INFO STEP 796 (remove_files) COMPLETE |
6266 | 2024-08-06T08:08:15.581Z | [ recovery-image] Aug 06 08:08:14.277 INFO O| Aug 06 08:08:14.277 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-08-06T08:08:15.590Z | [ recovery-image] Aug 06 08:08:14.287 INFO O| Aug 06 08:08:14.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6268 | 2024-08-06T08:08:15.593Z | [ recovery-image] Aug 06 08:08:14.287 INFO O| Aug 06 08:08:14.287 INFO STEP 797 (remove_files) COMPLETE |
6269 | 2024-08-06T08:08:15.593Z | [ recovery-image] Aug 06 08:08:14.287 INFO O| Aug 06 08:08:14.287 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-08-06T08:08:15.600Z | [ recovery-image] Aug 06 08:08:14.297 INFO O| Aug 06 08:08:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6271 | 2024-08-06T08:08:15.603Z | [ recovery-image] Aug 06 08:08:14.297 INFO O| Aug 06 08:08:14.297 INFO STEP 798 (remove_files) COMPLETE |
6272 | 2024-08-06T08:08:15.603Z | [ recovery-image] Aug 06 08:08:14.297 INFO O| Aug 06 08:08:14.297 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-08-06T08:08:15.610Z | [ recovery-image] Aug 06 08:08:14.306 INFO O| Aug 06 08:08:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6274 | 2024-08-06T08:08:15.610Z | [ recovery-image] Aug 06 08:08:14.307 INFO O| Aug 06 08:08:14.307 INFO STEP 799 (remove_files) COMPLETE |
6275 | 2024-08-06T08:08:15.610Z | [ recovery-image] Aug 06 08:08:14.307 INFO O| Aug 06 08:08:14.307 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-08-06T08:08:15.619Z | [ recovery-image] Aug 06 08:08:14.316 INFO O| Aug 06 08:08:14.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6277 | 2024-08-06T08:08:15.619Z | [ recovery-image] Aug 06 08:08:14.316 INFO O| Aug 06 08:08:14.316 INFO STEP 800 (remove_files) COMPLETE |
6278 | 2024-08-06T08:08:15.622Z | [ recovery-image] Aug 06 08:08:14.316 INFO O| Aug 06 08:08:14.316 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-08-06T08:08:15.629Z | [ recovery-image] Aug 06 08:08:14.326 INFO O| Aug 06 08:08:14.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6280 | 2024-08-06T08:08:15.629Z | [ recovery-image] Aug 06 08:08:14.326 INFO O| Aug 06 08:08:14.326 INFO STEP 801 (remove_files) COMPLETE |
6281 | 2024-08-06T08:08:15.629Z | [ recovery-image] Aug 06 08:08:14.326 INFO O| Aug 06 08:08:14.326 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-08-06T08:08:15.639Z | [ recovery-image] Aug 06 08:08:14.336 INFO O| Aug 06 08:08:14.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6283 | 2024-08-06T08:08:15.639Z | [ recovery-image] Aug 06 08:08:14.336 INFO O| Aug 06 08:08:14.336 INFO STEP 802 (remove_files) COMPLETE |
6284 | 2024-08-06T08:08:15.641Z | [ recovery-image] Aug 06 08:08:14.336 INFO O| Aug 06 08:08:14.336 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-08-06T08:08:15.648Z | [ recovery-image] Aug 06 08:08:14.345 INFO O| Aug 06 08:08:14.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6286 | 2024-08-06T08:08:15.651Z | [ recovery-image] Aug 06 08:08:14.345 INFO O| Aug 06 08:08:14.345 INFO STEP 803 (remove_files) COMPLETE |
6287 | 2024-08-06T08:08:15.651Z | [ recovery-image] Aug 06 08:08:14.345 INFO O| Aug 06 08:08:14.345 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-08-06T08:08:15.658Z | [ recovery-image] Aug 06 08:08:14.355 INFO O| Aug 06 08:08:14.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6289 | 2024-08-06T08:08:15.658Z | [ recovery-image] Aug 06 08:08:14.355 INFO O| Aug 06 08:08:14.355 INFO STEP 804 (remove_files) COMPLETE |
6290 | 2024-08-06T08:08:15.661Z | [ recovery-image] Aug 06 08:08:14.355 INFO O| Aug 06 08:08:14.355 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-08-06T08:08:15.668Z | [ recovery-image] Aug 06 08:08:14.365 INFO O| Aug 06 08:08:14.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6292 | 2024-08-06T08:08:15.671Z | [ recovery-image] Aug 06 08:08:14.365 INFO O| Aug 06 08:08:14.365 INFO STEP 805 (remove_files) COMPLETE |
6293 | 2024-08-06T08:08:15.671Z | [ recovery-image] Aug 06 08:08:14.365 INFO O| Aug 06 08:08:14.365 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-06T08:08:15.678Z | [ recovery-image] Aug 06 08:08:14.374 INFO O| Aug 06 08:08:14.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6295 | 2024-08-06T08:08:15.680Z | [ recovery-image] Aug 06 08:08:14.375 INFO O| Aug 06 08:08:14.375 INFO STEP 806 (remove_files) COMPLETE |
6296 | 2024-08-06T08:08:15.680Z | [ recovery-image] Aug 06 08:08:14.375 INFO O| Aug 06 08:08:14.375 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-06T08:08:15.687Z | [ recovery-image] Aug 06 08:08:14.384 INFO O| Aug 06 08:08:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6298 | 2024-08-06T08:08:15.687Z | [ recovery-image] Aug 06 08:08:14.384 INFO O| Aug 06 08:08:14.384 INFO STEP 807 (remove_files) COMPLETE |
6299 | 2024-08-06T08:08:15.690Z | [ recovery-image] Aug 06 08:08:14.384 INFO O| Aug 06 08:08:14.384 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-06T08:08:15.697Z | [ recovery-image] Aug 06 08:08:14.394 INFO O| Aug 06 08:08:14.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6301 | 2024-08-06T08:08:15.700Z | [ recovery-image] Aug 06 08:08:14.394 INFO O| Aug 06 08:08:14.394 INFO STEP 808 (remove_files) COMPLETE |
6302 | 2024-08-06T08:08:15.700Z | [ recovery-image] Aug 06 08:08:14.394 INFO O| Aug 06 08:08:14.394 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-06T08:08:15.706Z | [ recovery-image] Aug 06 08:08:14.403 INFO O| Aug 06 08:08:14.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6304 | 2024-08-06T08:08:15.709Z | [ recovery-image] Aug 06 08:08:14.403 INFO O| Aug 06 08:08:14.403 INFO STEP 809 (remove_files) COMPLETE |
6305 | 2024-08-06T08:08:15.709Z | [ recovery-image] Aug 06 08:08:14.403 INFO O| Aug 06 08:08:14.403 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-06T08:08:15.716Z | [ recovery-image] Aug 06 08:08:14.413 INFO O| Aug 06 08:08:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6307 | 2024-08-06T08:08:15.719Z | [ recovery-image] Aug 06 08:08:14.413 INFO O| Aug 06 08:08:14.413 INFO STEP 810 (remove_files) COMPLETE |
6308 | 2024-08-06T08:08:15.719Z | [ recovery-image] Aug 06 08:08:14.413 INFO O| Aug 06 08:08:14.413 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-06T08:08:15.725Z | [ recovery-image] Aug 06 08:08:14.422 INFO O| Aug 06 08:08:14.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6310 | 2024-08-06T08:08:15.728Z | [ recovery-image] Aug 06 08:08:14.422 INFO O| Aug 06 08:08:14.422 INFO STEP 811 (remove_files) COMPLETE |
6311 | 2024-08-06T08:08:15.728Z | [ recovery-image] Aug 06 08:08:14.422 INFO O| Aug 06 08:08:14.422 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-06T08:08:15.735Z | [ recovery-image] Aug 06 08:08:14.432 INFO O| Aug 06 08:08:14.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6313 | 2024-08-06T08:08:15.735Z | [ recovery-image] Aug 06 08:08:14.432 INFO O| Aug 06 08:08:14.432 INFO STEP 812 (remove_files) COMPLETE |
6314 | 2024-08-06T08:08:15.738Z | [ recovery-image] Aug 06 08:08:14.432 INFO O| Aug 06 08:08:14.432 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-06T08:08:15.744Z | [ recovery-image] Aug 06 08:08:14.441 INFO O| Aug 06 08:08:14.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6316 | 2024-08-06T08:08:15.744Z | [ recovery-image] Aug 06 08:08:14.441 INFO O| Aug 06 08:08:14.441 INFO STEP 813 (remove_files) COMPLETE |
6317 | 2024-08-06T08:08:15.747Z | [ recovery-image] Aug 06 08:08:14.441 INFO O| Aug 06 08:08:14.441 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-06T08:08:15.754Z | [ recovery-image] Aug 06 08:08:14.450 INFO O| Aug 06 08:08:14.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6319 | 2024-08-06T08:08:15.754Z | [ recovery-image] Aug 06 08:08:14.451 INFO O| Aug 06 08:08:14.451 INFO STEP 814 (remove_files) COMPLETE |
6320 | 2024-08-06T08:08:15.756Z | [ recovery-image] Aug 06 08:08:14.451 INFO O| Aug 06 08:08:14.451 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-06T08:08:15.763Z | [ recovery-image] Aug 06 08:08:14.460 INFO O| Aug 06 08:08:14.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6322 | 2024-08-06T08:08:15.766Z | [ recovery-image] Aug 06 08:08:14.460 INFO O| Aug 06 08:08:14.460 INFO STEP 815 (remove_files) COMPLETE |
6323 | 2024-08-06T08:08:15.766Z | [ recovery-image] Aug 06 08:08:14.460 INFO O| Aug 06 08:08:14.460 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-06T08:08:15.773Z | [ recovery-image] Aug 06 08:08:14.469 INFO O| Aug 06 08:08:14.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6325 | 2024-08-06T08:08:15.773Z | [ recovery-image] Aug 06 08:08:14.470 INFO O| Aug 06 08:08:14.470 INFO STEP 816 (remove_files) COMPLETE |
6326 | 2024-08-06T08:08:15.773Z | [ recovery-image] Aug 06 08:08:14.470 INFO O| Aug 06 08:08:14.470 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-06T08:08:15.782Z | [ recovery-image] Aug 06 08:08:14.479 INFO O| Aug 06 08:08:14.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6328 | 2024-08-06T08:08:15.782Z | [ recovery-image] Aug 06 08:08:14.479 INFO O| Aug 06 08:08:14.479 INFO STEP 817 (remove_files) COMPLETE |
6329 | 2024-08-06T08:08:15.782Z | [ recovery-image] Aug 06 08:08:14.479 INFO O| Aug 06 08:08:14.479 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-06T08:08:15.792Z | [ recovery-image] Aug 06 08:08:14.488 INFO O| Aug 06 08:08:14.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6331 | 2024-08-06T08:08:15.794Z | [ recovery-image] Aug 06 08:08:14.488 INFO O| Aug 06 08:08:14.488 INFO STEP 818 (remove_files) COMPLETE |
6332 | 2024-08-06T08:08:15.794Z | [ recovery-image] Aug 06 08:08:14.488 INFO O| Aug 06 08:08:14.488 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-06T08:08:15.801Z | [ recovery-image] Aug 06 08:08:14.498 INFO O| Aug 06 08:08:14.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6334 | 2024-08-06T08:08:15.804Z | [ recovery-image] Aug 06 08:08:14.498 INFO O| Aug 06 08:08:14.498 INFO STEP 819 (remove_files) COMPLETE |
6335 | 2024-08-06T08:08:15.804Z | [ recovery-image] Aug 06 08:08:14.498 INFO O| Aug 06 08:08:14.498 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-06T08:08:15.811Z | [ recovery-image] Aug 06 08:08:14.507 INFO O| Aug 06 08:08:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6337 | 2024-08-06T08:08:15.811Z | [ recovery-image] Aug 06 08:08:14.508 INFO O| Aug 06 08:08:14.508 INFO STEP 820 (remove_files) COMPLETE |
6338 | 2024-08-06T08:08:15.811Z | [ recovery-image] Aug 06 08:08:14.508 INFO O| Aug 06 08:08:14.508 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-06T08:08:15.820Z | [ recovery-image] Aug 06 08:08:14.517 INFO O| Aug 06 08:08:14.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6340 | 2024-08-06T08:08:15.820Z | [ recovery-image] Aug 06 08:08:14.517 INFO O| Aug 06 08:08:14.517 INFO STEP 821 (remove_files) COMPLETE |
6341 | 2024-08-06T08:08:15.823Z | [ recovery-image] Aug 06 08:08:14.517 INFO O| Aug 06 08:08:14.517 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-06T08:08:15.830Z | [ recovery-image] Aug 06 08:08:14.526 INFO O| Aug 06 08:08:14.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6343 | 2024-08-06T08:08:15.830Z | [ recovery-image] Aug 06 08:08:14.526 INFO O| Aug 06 08:08:14.526 INFO STEP 822 (remove_files) COMPLETE |
6344 | 2024-08-06T08:08:15.830Z | [ recovery-image] Aug 06 08:08:14.526 INFO O| Aug 06 08:08:14.526 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-06T08:08:15.839Z | [ recovery-image] Aug 06 08:08:14.536 INFO O| Aug 06 08:08:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6346 | 2024-08-06T08:08:15.842Z | [ recovery-image] Aug 06 08:08:14.536 INFO O| Aug 06 08:08:14.536 INFO STEP 823 (remove_files) COMPLETE |
6347 | 2024-08-06T08:08:15.842Z | [ recovery-image] Aug 06 08:08:14.536 INFO O| Aug 06 08:08:14.536 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-06T08:08:15.849Z | [ recovery-image] Aug 06 08:08:14.545 INFO O| Aug 06 08:08:14.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6349 | 2024-08-06T08:08:15.851Z | [ recovery-image] Aug 06 08:08:14.546 INFO O| Aug 06 08:08:14.546 INFO STEP 824 (remove_files) COMPLETE |
6350 | 2024-08-06T08:08:15.851Z | [ recovery-image] Aug 06 08:08:14.546 INFO O| Aug 06 08:08:14.546 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-06T08:08:15.858Z | [ recovery-image] Aug 06 08:08:14.555 INFO O| Aug 06 08:08:14.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6352 | 2024-08-06T08:08:15.858Z | [ recovery-image] Aug 06 08:08:14.555 INFO O| Aug 06 08:08:14.555 INFO STEP 825 (remove_files) COMPLETE |
6353 | 2024-08-06T08:08:15.858Z | [ recovery-image] Aug 06 08:08:14.555 INFO O| Aug 06 08:08:14.555 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-06T08:08:15.868Z | [ recovery-image] Aug 06 08:08:14.564 INFO O| Aug 06 08:08:14.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6355 | 2024-08-06T08:08:15.868Z | [ recovery-image] Aug 06 08:08:14.564 INFO O| Aug 06 08:08:14.564 INFO STEP 826 (remove_files) COMPLETE |
6356 | 2024-08-06T08:08:15.870Z | [ recovery-image] Aug 06 08:08:14.564 INFO O| Aug 06 08:08:14.564 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-06T08:08:15.877Z | [ recovery-image] Aug 06 08:08:14.574 INFO O| Aug 06 08:08:14.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6358 | 2024-08-06T08:08:15.880Z | [ recovery-image] Aug 06 08:08:14.574 INFO O| Aug 06 08:08:14.574 INFO STEP 827 (remove_files) COMPLETE |
6359 | 2024-08-06T08:08:15.880Z | [ recovery-image] Aug 06 08:08:14.574 INFO O| Aug 06 08:08:14.574 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-08-06T08:08:15.886Z | [ recovery-image] Aug 06 08:08:14.583 INFO O| Aug 06 08:08:14.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6361 | 2024-08-06T08:08:15.886Z | [ recovery-image] Aug 06 08:08:14.583 INFO O| Aug 06 08:08:14.583 INFO STEP 828 (remove_files) COMPLETE |
6362 | 2024-08-06T08:08:15.889Z | [ recovery-image] Aug 06 08:08:14.583 INFO O| Aug 06 08:08:14.583 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-08-06T08:08:15.896Z | [ recovery-image] Aug 06 08:08:14.592 INFO O| Aug 06 08:08:14.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6364 | 2024-08-06T08:08:15.896Z | [ recovery-image] Aug 06 08:08:14.593 INFO O| Aug 06 08:08:14.592 INFO STEP 829 (remove_files) COMPLETE |
6365 | 2024-08-06T08:08:15.898Z | [ recovery-image] Aug 06 08:08:14.593 INFO O| Aug 06 08:08:14.593 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-08-06T08:08:15.905Z | [ recovery-image] Aug 06 08:08:14.602 INFO O| Aug 06 08:08:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6367 | 2024-08-06T08:08:15.905Z | [ recovery-image] Aug 06 08:08:14.602 INFO O| Aug 06 08:08:14.602 INFO STEP 830 (remove_files) COMPLETE |
6368 | 2024-08-06T08:08:15.908Z | [ recovery-image] Aug 06 08:08:14.602 INFO O| Aug 06 08:08:14.602 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-08-06T08:08:15.915Z | [ recovery-image] Aug 06 08:08:14.612 INFO O| Aug 06 08:08:14.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6370 | 2024-08-06T08:08:15.915Z | [ recovery-image] Aug 06 08:08:14.612 INFO O| Aug 06 08:08:14.612 INFO STEP 831 (remove_files) COMPLETE |
6371 | 2024-08-06T08:08:15.924Z | [ recovery-image] Aug 06 08:08:14.612 INFO O| Aug 06 08:08:14.612 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-08-06T08:08:15.927Z | [ recovery-image] Aug 06 08:08:14.621 INFO O| Aug 06 08:08:14.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6373 | 2024-08-06T08:08:15.927Z | [ recovery-image] Aug 06 08:08:14.621 INFO O| Aug 06 08:08:14.621 INFO STEP 832 (remove_files) COMPLETE |
6374 | 2024-08-06T08:08:15.927Z | [ recovery-image] Aug 06 08:08:14.621 INFO O| Aug 06 08:08:14.621 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-08-06T08:08:15.934Z | [ recovery-image] Aug 06 08:08:14.631 INFO O| Aug 06 08:08:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6376 | 2024-08-06T08:08:15.934Z | [ recovery-image] Aug 06 08:08:14.631 INFO O| Aug 06 08:08:14.631 INFO STEP 833 (remove_files) COMPLETE |
6377 | 2024-08-06T08:08:15.934Z | [ recovery-image] Aug 06 08:08:14.631 INFO O| Aug 06 08:08:14.631 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-08-06T08:08:15.944Z | [ recovery-image] Aug 06 08:08:14.640 INFO O| Aug 06 08:08:14.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6379 | 2024-08-06T08:08:15.944Z | [ recovery-image] Aug 06 08:08:14.640 INFO O| Aug 06 08:08:14.640 INFO STEP 834 (remove_files) COMPLETE |
6380 | 2024-08-06T08:08:15.944Z | [ recovery-image] Aug 06 08:08:14.641 INFO O| Aug 06 08:08:14.640 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-08-06T08:08:15.953Z | [ recovery-image] Aug 06 08:08:14.650 INFO O| Aug 06 08:08:14.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6382 | 2024-08-06T08:08:15.956Z | [ recovery-image] Aug 06 08:08:14.650 INFO O| Aug 06 08:08:14.650 INFO STEP 835 (remove_files) COMPLETE |
6383 | 2024-08-06T08:08:15.956Z | [ recovery-image] Aug 06 08:08:14.650 INFO O| Aug 06 08:08:14.650 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-08-06T08:08:15.963Z | [ recovery-image] Aug 06 08:08:14.660 INFO O| Aug 06 08:08:14.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6385 | 2024-08-06T08:08:15.964Z | [ recovery-image] Aug 06 08:08:14.660 INFO O| Aug 06 08:08:14.660 INFO STEP 836 (remove_files) COMPLETE |
6386 | 2024-08-06T08:08:15.964Z | [ recovery-image] Aug 06 08:08:14.660 INFO O| Aug 06 08:08:14.660 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-08-06T08:08:15.973Z | [ recovery-image] Aug 06 08:08:14.670 INFO O| Aug 06 08:08:14.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6388 | 2024-08-06T08:08:15.973Z | [ recovery-image] Aug 06 08:08:14.670 INFO O| Aug 06 08:08:14.670 INFO STEP 837 (remove_files) COMPLETE |
6389 | 2024-08-06T08:08:15.973Z | [ recovery-image] Aug 06 08:08:14.670 INFO O| Aug 06 08:08:14.670 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-08-06T08:08:15.983Z | [ recovery-image] Aug 06 08:08:14.679 INFO O| Aug 06 08:08:14.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6391 | 2024-08-06T08:08:15.983Z | [ recovery-image] Aug 06 08:08:14.679 INFO O| Aug 06 08:08:14.679 INFO STEP 838 (remove_files) COMPLETE |
6392 | 2024-08-06T08:08:15.985Z | [ recovery-image] Aug 06 08:08:14.679 INFO O| Aug 06 08:08:14.679 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-08-06T08:08:15.992Z | [ recovery-image] Aug 06 08:08:14.689 INFO O| Aug 06 08:08:14.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6394 | 2024-08-06T08:08:15.995Z | [ recovery-image] Aug 06 08:08:14.689 INFO O| Aug 06 08:08:14.689 INFO STEP 839 (remove_files) COMPLETE |
6395 | 2024-08-06T08:08:15.995Z | [ recovery-image] Aug 06 08:08:14.689 INFO O| Aug 06 08:08:14.689 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-08-06T08:08:16.002Z | [ recovery-image] Aug 06 08:08:14.698 INFO O| Aug 06 08:08:14.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6397 | 2024-08-06T08:08:16.002Z | [ recovery-image] Aug 06 08:08:14.698 INFO O| Aug 06 08:08:14.698 INFO STEP 840 (remove_files) COMPLETE |
6398 | 2024-08-06T08:08:16.005Z | [ recovery-image] Aug 06 08:08:14.698 INFO O| Aug 06 08:08:14.698 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-08-06T08:08:16.011Z | [ recovery-image] Aug 06 08:08:14.708 INFO O| Aug 06 08:08:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6400 | 2024-08-06T08:08:16.011Z | [ recovery-image] Aug 06 08:08:14.708 INFO O| Aug 06 08:08:14.708 INFO STEP 841 (remove_files) COMPLETE |
6401 | 2024-08-06T08:08:16.014Z | [ recovery-image] Aug 06 08:08:14.708 INFO O| Aug 06 08:08:14.708 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-08-06T08:08:16.021Z | [ recovery-image] Aug 06 08:08:14.717 INFO O| Aug 06 08:08:14.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6403 | 2024-08-06T08:08:16.021Z | [ recovery-image] Aug 06 08:08:14.717 INFO O| Aug 06 08:08:14.717 INFO STEP 842 (remove_files) COMPLETE |
6404 | 2024-08-06T08:08:16.024Z | [ recovery-image] Aug 06 08:08:14.717 INFO O| Aug 06 08:08:14.717 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-08-06T08:08:16.030Z | [ recovery-image] Aug 06 08:08:14.727 INFO O| Aug 06 08:08:14.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6406 | 2024-08-06T08:08:16.030Z | [ recovery-image] Aug 06 08:08:14.727 INFO O| Aug 06 08:08:14.727 INFO STEP 843 (remove_files) COMPLETE |
6407 | 2024-08-06T08:08:16.030Z | [ recovery-image] Aug 06 08:08:14.727 INFO O| Aug 06 08:08:14.727 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-08-06T08:08:16.039Z | [ recovery-image] Aug 06 08:08:14.736 INFO O| Aug 06 08:08:14.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6409 | 2024-08-06T08:08:16.042Z | [ recovery-image] Aug 06 08:08:14.736 INFO O| Aug 06 08:08:14.736 INFO STEP 844 (remove_files) COMPLETE |
6410 | 2024-08-06T08:08:16.042Z | [ recovery-image] Aug 06 08:08:14.736 INFO O| Aug 06 08:08:14.736 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-08-06T08:08:16.049Z | [ recovery-image] Aug 06 08:08:14.745 INFO O| Aug 06 08:08:14.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6412 | 2024-08-06T08:08:16.049Z | [ recovery-image] Aug 06 08:08:14.745 INFO O| Aug 06 08:08:14.745 INFO STEP 845 (remove_files) COMPLETE |
6413 | 2024-08-06T08:08:16.049Z | [ recovery-image] Aug 06 08:08:14.746 INFO O| Aug 06 08:08:14.745 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-08-06T08:08:16.058Z | [ recovery-image] Aug 06 08:08:14.755 INFO O| Aug 06 08:08:14.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6415 | 2024-08-06T08:08:16.061Z | [ recovery-image] Aug 06 08:08:14.755 INFO O| Aug 06 08:08:14.755 INFO STEP 846 (remove_files) COMPLETE |
6416 | 2024-08-06T08:08:16.061Z | [ recovery-image] Aug 06 08:08:14.755 INFO O| Aug 06 08:08:14.755 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-08-06T08:08:16.068Z | [ recovery-image] Aug 06 08:08:14.764 INFO O| Aug 06 08:08:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6418 | 2024-08-06T08:08:16.068Z | [ recovery-image] Aug 06 08:08:14.764 INFO O| Aug 06 08:08:14.764 INFO STEP 847 (remove_files) COMPLETE |
6419 | 2024-08-06T08:08:16.070Z | [ recovery-image] Aug 06 08:08:14.764 INFO O| Aug 06 08:08:14.764 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-08-06T08:08:16.077Z | [ recovery-image] Aug 06 08:08:14.774 INFO O| Aug 06 08:08:14.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6421 | 2024-08-06T08:08:16.077Z | [ recovery-image] Aug 06 08:08:14.774 INFO O| Aug 06 08:08:14.774 INFO STEP 848 (remove_files) COMPLETE |
6422 | 2024-08-06T08:08:16.080Z | [ recovery-image] Aug 06 08:08:14.774 INFO O| Aug 06 08:08:14.774 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-08-06T08:08:16.087Z | [ recovery-image] Aug 06 08:08:14.784 INFO O| Aug 06 08:08:14.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6424 | 2024-08-06T08:08:16.089Z | [ recovery-image] Aug 06 08:08:14.784 INFO O| Aug 06 08:08:14.784 INFO STEP 849 (remove_files) COMPLETE |
6425 | 2024-08-06T08:08:16.090Z | [ recovery-image] Aug 06 08:08:14.784 INFO O| Aug 06 08:08:14.784 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-08-06T08:08:16.096Z | [ recovery-image] Aug 06 08:08:14.793 INFO O| Aug 06 08:08:14.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6427 | 2024-08-06T08:08:16.096Z | [ recovery-image] Aug 06 08:08:14.793 INFO O| Aug 06 08:08:14.793 INFO STEP 850 (remove_files) COMPLETE |
6428 | 2024-08-06T08:08:16.096Z | [ recovery-image] Aug 06 08:08:14.793 INFO O| Aug 06 08:08:14.793 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-08-06T08:08:16.106Z | [ recovery-image] Aug 06 08:08:14.803 INFO O| Aug 06 08:08:14.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6430 | 2024-08-06T08:08:16.108Z | [ recovery-image] Aug 06 08:08:14.803 INFO O| Aug 06 08:08:14.803 INFO STEP 851 (remove_files) COMPLETE |
6431 | 2024-08-06T08:08:16.109Z | [ recovery-image] Aug 06 08:08:14.803 INFO O| Aug 06 08:08:14.803 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-08-06T08:08:16.116Z | [ recovery-image] Aug 06 08:08:14.813 INFO O| Aug 06 08:08:14.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6433 | 2024-08-06T08:08:16.116Z | [ recovery-image] Aug 06 08:08:14.813 INFO O| Aug 06 08:08:14.813 INFO STEP 852 (remove_files) COMPLETE |
6434 | 2024-08-06T08:08:16.119Z | [ recovery-image] Aug 06 08:08:14.813 INFO O| Aug 06 08:08:14.813 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-08-06T08:08:16.126Z | [ recovery-image] Aug 06 08:08:14.823 INFO O| Aug 06 08:08:14.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6436 | 2024-08-06T08:08:16.126Z | [ recovery-image] Aug 06 08:08:14.823 INFO O| Aug 06 08:08:14.823 INFO STEP 853 (remove_files) COMPLETE |
6437 | 2024-08-06T08:08:16.129Z | [ recovery-image] Aug 06 08:08:14.823 INFO O| Aug 06 08:08:14.823 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-08-06T08:08:16.136Z | [ recovery-image] Aug 06 08:08:14.833 INFO O| Aug 06 08:08:14.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6439 | 2024-08-06T08:08:16.139Z | [ recovery-image] Aug 06 08:08:14.833 INFO O| Aug 06 08:08:14.833 INFO STEP 854 (remove_files) COMPLETE |
6440 | 2024-08-06T08:08:16.139Z | [ recovery-image] Aug 06 08:08:14.833 INFO O| Aug 06 08:08:14.833 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-08-06T08:08:16.146Z | [ recovery-image] Aug 06 08:08:14.843 INFO O| Aug 06 08:08:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6442 | 2024-08-06T08:08:16.146Z | [ recovery-image] Aug 06 08:08:14.843 INFO O| Aug 06 08:08:14.843 INFO STEP 855 (remove_files) COMPLETE |
6443 | 2024-08-06T08:08:16.149Z | [ recovery-image] Aug 06 08:08:14.843 INFO O| Aug 06 08:08:14.843 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-08-06T08:08:16.156Z | [ recovery-image] Aug 06 08:08:14.852 INFO O| Aug 06 08:08:14.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6445 | 2024-08-06T08:08:16.158Z | [ recovery-image] Aug 06 08:08:14.852 INFO O| Aug 06 08:08:14.852 INFO STEP 856 (remove_files) COMPLETE |
6446 | 2024-08-06T08:08:16.158Z | [ recovery-image] Aug 06 08:08:14.853 INFO O| Aug 06 08:08:14.852 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-08-06T08:08:16.165Z | [ recovery-image] Aug 06 08:08:14.862 INFO O| Aug 06 08:08:14.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6448 | 2024-08-06T08:08:16.165Z | [ recovery-image] Aug 06 08:08:14.862 INFO O| Aug 06 08:08:14.862 INFO STEP 857 (remove_files) COMPLETE |
6449 | 2024-08-06T08:08:16.168Z | [ recovery-image] Aug 06 08:08:14.862 INFO O| Aug 06 08:08:14.862 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-08-06T08:08:16.175Z | [ recovery-image] Aug 06 08:08:14.871 INFO O| Aug 06 08:08:14.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6451 | 2024-08-06T08:08:16.177Z | [ recovery-image] Aug 06 08:08:14.872 INFO O| Aug 06 08:08:14.872 INFO STEP 858 (remove_files) COMPLETE |
6452 | 2024-08-06T08:08:16.177Z | [ recovery-image] Aug 06 08:08:14.872 INFO O| Aug 06 08:08:14.872 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-08-06T08:08:16.184Z | [ recovery-image] Aug 06 08:08:14.881 INFO O| Aug 06 08:08:14.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6454 | 2024-08-06T08:08:16.184Z | [ recovery-image] Aug 06 08:08:14.881 INFO O| Aug 06 08:08:14.881 INFO STEP 859 (remove_files) COMPLETE |
6455 | 2024-08-06T08:08:16.187Z | [ recovery-image] Aug 06 08:08:14.881 INFO O| Aug 06 08:08:14.881 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-08-06T08:08:16.194Z | [ recovery-image] Aug 06 08:08:14.890 INFO O| Aug 06 08:08:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6457 | 2024-08-06T08:08:16.194Z | [ recovery-image] Aug 06 08:08:14.890 INFO O| Aug 06 08:08:14.890 INFO STEP 860 (remove_files) COMPLETE |
6458 | 2024-08-06T08:08:16.194Z | [ recovery-image] Aug 06 08:08:14.890 INFO O| Aug 06 08:08:14.890 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-08-06T08:08:16.203Z | [ recovery-image] Aug 06 08:08:14.900 INFO O| Aug 06 08:08:14.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6460 | 2024-08-06T08:08:16.203Z | [ recovery-image] Aug 06 08:08:14.900 INFO O| Aug 06 08:08:14.900 INFO STEP 861 (remove_files) COMPLETE |
6461 | 2024-08-06T08:08:16.203Z | [ recovery-image] Aug 06 08:08:14.900 INFO O| Aug 06 08:08:14.900 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-08-06T08:08:16.213Z | [ recovery-image] Aug 06 08:08:14.909 INFO O| Aug 06 08:08:14.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6463 | 2024-08-06T08:08:16.216Z | [ recovery-image] Aug 06 08:08:14.910 INFO O| Aug 06 08:08:14.910 INFO STEP 862 (remove_files) COMPLETE |
6464 | 2024-08-06T08:08:16.216Z | [ recovery-image] Aug 06 08:08:14.910 INFO O| Aug 06 08:08:14.910 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-06T08:08:16.222Z | [ recovery-image] Aug 06 08:08:14.919 INFO O| Aug 06 08:08:14.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6466 | 2024-08-06T08:08:16.225Z | [ recovery-image] Aug 06 08:08:14.919 INFO O| Aug 06 08:08:14.919 INFO STEP 863 (remove_files) COMPLETE |
6467 | 2024-08-06T08:08:16.225Z | [ recovery-image] Aug 06 08:08:14.919 INFO O| Aug 06 08:08:14.919 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-06T08:08:16.232Z | [ recovery-image] Aug 06 08:08:14.929 INFO O| Aug 06 08:08:14.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6469 | 2024-08-06T08:08:16.232Z | [ recovery-image] Aug 06 08:08:14.929 INFO O| Aug 06 08:08:14.929 INFO STEP 864 (remove_files) COMPLETE |
6470 | 2024-08-06T08:08:16.235Z | [ recovery-image] Aug 06 08:08:14.929 INFO O| Aug 06 08:08:14.929 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-06T08:08:16.241Z | [ recovery-image] Aug 06 08:08:14.938 INFO O| Aug 06 08:08:14.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6472 | 2024-08-06T08:08:16.241Z | [ recovery-image] Aug 06 08:08:14.938 INFO O| Aug 06 08:08:14.938 INFO STEP 865 (remove_files) COMPLETE |
6473 | 2024-08-06T08:08:16.241Z | [ recovery-image] Aug 06 08:08:14.938 INFO O| Aug 06 08:08:14.938 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-06T08:08:16.251Z | [ recovery-image] Aug 06 08:08:14.948 INFO O| Aug 06 08:08:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6475 | 2024-08-06T08:08:16.251Z | [ recovery-image] Aug 06 08:08:14.948 INFO O| Aug 06 08:08:14.948 INFO STEP 866 (remove_files) COMPLETE |
6476 | 2024-08-06T08:08:16.254Z | [ recovery-image] Aug 06 08:08:14.948 INFO O| Aug 06 08:08:14.948 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-06T08:08:16.260Z | [ recovery-image] Aug 06 08:08:14.957 INFO O| Aug 06 08:08:14.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6478 | 2024-08-06T08:08:16.260Z | [ recovery-image] Aug 06 08:08:14.957 INFO O| Aug 06 08:08:14.957 INFO STEP 867 (remove_files) COMPLETE |
6479 | 2024-08-06T08:08:16.260Z | [ recovery-image] Aug 06 08:08:14.957 INFO O| Aug 06 08:08:14.957 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-06T08:08:16.270Z | [ recovery-image] Aug 06 08:08:14.966 INFO O| Aug 06 08:08:14.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6481 | 2024-08-06T08:08:16.270Z | [ recovery-image] Aug 06 08:08:14.966 INFO O| Aug 06 08:08:14.966 INFO STEP 868 (remove_files) COMPLETE |
6482 | 2024-08-06T08:08:16.272Z | [ recovery-image] Aug 06 08:08:14.967 INFO O| Aug 06 08:08:14.966 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-06T08:08:16.279Z | [ recovery-image] Aug 06 08:08:14.976 INFO O| Aug 06 08:08:14.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6484 | 2024-08-06T08:08:16.279Z | [ recovery-image] Aug 06 08:08:14.976 INFO O| Aug 06 08:08:14.976 INFO STEP 869 (remove_files) COMPLETE |
6485 | 2024-08-06T08:08:16.282Z | [ recovery-image] Aug 06 08:08:14.976 INFO O| Aug 06 08:08:14.976 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-06T08:08:16.289Z | [ recovery-image] Aug 06 08:08:14.986 INFO O| Aug 06 08:08:14.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6487 | 2024-08-06T08:08:16.291Z | [ recovery-image] Aug 06 08:08:14.986 INFO O| Aug 06 08:08:14.986 INFO STEP 870 (remove_files) COMPLETE |
6488 | 2024-08-06T08:08:16.292Z | [ recovery-image] Aug 06 08:08:14.986 INFO O| Aug 06 08:08:14.986 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-06T08:08:16.298Z | [ recovery-image] Aug 06 08:08:14.995 INFO O| Aug 06 08:08:14.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6490 | 2024-08-06T08:08:16.298Z | [ recovery-image] Aug 06 08:08:14.995 INFO O| Aug 06 08:08:14.995 INFO STEP 871 (remove_files) COMPLETE |
6491 | 2024-08-06T08:08:16.299Z | [ recovery-image] Aug 06 08:08:14.995 INFO O| Aug 06 08:08:14.995 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-06T08:08:16.303Z | [ host-image] Aug 06 08:08:14.999 INFO O| Aug 06 08:08:14.999 INFO O| Download: 1051/1140 items 3.5/8.4MB 41% complete (721k/s) |
6493 | 2024-08-06T08:08:16.309Z | [ recovery-image] Aug 06 08:08:15.006 INFO O| Aug 06 08:08:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6494 | 2024-08-06T08:08:16.309Z | [ recovery-image] Aug 06 08:08:15.006 INFO O| Aug 06 08:08:15.006 INFO STEP 872 (remove_files) COMPLETE |
6495 | 2024-08-06T08:08:16.312Z | [ recovery-image] Aug 06 08:08:15.006 INFO O| Aug 06 08:08:15.006 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-08-06T08:08:16.319Z | [ recovery-image] Aug 06 08:08:15.016 INFO O| Aug 06 08:08:15.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6497 | 2024-08-06T08:08:16.322Z | [ recovery-image] Aug 06 08:08:15.016 INFO O| Aug 06 08:08:15.016 INFO STEP 873 (remove_files) COMPLETE |
6498 | 2024-08-06T08:08:16.322Z | [ recovery-image] Aug 06 08:08:15.016 INFO O| Aug 06 08:08:15.016 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-08-06T08:08:16.329Z | [ recovery-image] Aug 06 08:08:15.026 INFO O| Aug 06 08:08:15.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6500 | 2024-08-06T08:08:16.332Z | [ recovery-image] Aug 06 08:08:15.026 INFO O| Aug 06 08:08:15.026 INFO STEP 874 (remove_files) COMPLETE |
6501 | 2024-08-06T08:08:16.332Z | [ recovery-image] Aug 06 08:08:15.026 INFO O| Aug 06 08:08:15.026 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-08-06T08:08:16.340Z | [ recovery-image] Aug 06 08:08:15.036 INFO O| Aug 06 08:08:15.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6503 | 2024-08-06T08:08:16.342Z | [ recovery-image] Aug 06 08:08:15.036 INFO O| Aug 06 08:08:15.036 INFO STEP 875 (remove_files) COMPLETE |
6504 | 2024-08-06T08:08:16.342Z | [ recovery-image] Aug 06 08:08:15.037 INFO O| Aug 06 08:08:15.036 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-08-06T08:08:16.352Z | [ recovery-image] Aug 06 08:08:15.049 INFO O| Aug 06 08:08:15.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6506 | 2024-08-06T08:08:16.352Z | [ recovery-image] Aug 06 08:08:15.049 INFO O| Aug 06 08:08:15.049 INFO STEP 876 (remove_files) COMPLETE |
6507 | 2024-08-06T08:08:16.352Z | [ recovery-image] Aug 06 08:08:15.049 INFO O| Aug 06 08:08:15.049 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-08-06T08:08:16.362Z | [ recovery-image] Aug 06 08:08:15.059 INFO O| Aug 06 08:08:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6509 | 2024-08-06T08:08:16.362Z | [ recovery-image] Aug 06 08:08:15.059 INFO O| Aug 06 08:08:15.059 INFO STEP 877 (remove_files) COMPLETE |
6510 | 2024-08-06T08:08:16.365Z | [ recovery-image] Aug 06 08:08:15.059 INFO O| Aug 06 08:08:15.059 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-08-06T08:08:16.372Z | [ recovery-image] Aug 06 08:08:15.069 INFO O| Aug 06 08:08:15.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6512 | 2024-08-06T08:08:16.375Z | [ recovery-image] Aug 06 08:08:15.069 INFO O| Aug 06 08:08:15.069 INFO STEP 878 (remove_files) COMPLETE |
6513 | 2024-08-06T08:08:16.375Z | [ recovery-image] Aug 06 08:08:15.069 INFO O| Aug 06 08:08:15.069 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-08-06T08:08:16.383Z | [ recovery-image] Aug 06 08:08:15.079 INFO O| Aug 06 08:08:15.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6515 | 2024-08-06T08:08:16.383Z | [ recovery-image] Aug 06 08:08:15.079 INFO O| Aug 06 08:08:15.079 INFO STEP 879 (remove_files) COMPLETE |
6516 | 2024-08-06T08:08:16.385Z | [ recovery-image] Aug 06 08:08:15.079 INFO O| Aug 06 08:08:15.079 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-08-06T08:08:16.393Z | [ recovery-image] Aug 06 08:08:15.089 INFO O| Aug 06 08:08:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6518 | 2024-08-06T08:08:16.400Z | [ recovery-image] Aug 06 08:08:15.089 INFO O| Aug 06 08:08:15.089 INFO STEP 880 (remove_files) COMPLETE |
6519 | 2024-08-06T08:08:16.400Z | [ recovery-image] Aug 06 08:08:15.089 INFO O| Aug 06 08:08:15.089 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-08-06T08:08:16.403Z | [ recovery-image] Aug 06 08:08:15.099 INFO O| Aug 06 08:08:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6521 | 2024-08-06T08:08:16.403Z | [ recovery-image] Aug 06 08:08:15.099 INFO O| Aug 06 08:08:15.099 INFO STEP 881 (remove_files) COMPLETE |
6522 | 2024-08-06T08:08:16.403Z | [ recovery-image] Aug 06 08:08:15.099 INFO O| Aug 06 08:08:15.099 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-08-06T08:08:16.412Z | [ recovery-image] Aug 06 08:08:15.109 INFO O| Aug 06 08:08:15.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6524 | 2024-08-06T08:08:16.412Z | [ recovery-image] Aug 06 08:08:15.109 INFO O| Aug 06 08:08:15.109 INFO STEP 882 (remove_files) COMPLETE |
6525 | 2024-08-06T08:08:16.412Z | [ recovery-image] Aug 06 08:08:15.109 INFO O| Aug 06 08:08:15.109 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-08-06T08:08:16.422Z | [ recovery-image] Aug 06 08:08:15.118 INFO O| Aug 06 08:08:15.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6527 | 2024-08-06T08:08:16.422Z | [ recovery-image] Aug 06 08:08:15.118 INFO O| Aug 06 08:08:15.118 INFO STEP 883 (remove_files) COMPLETE |
6528 | 2024-08-06T08:08:16.425Z | [ recovery-image] Aug 06 08:08:15.118 INFO O| Aug 06 08:08:15.118 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-08-06T08:08:16.431Z | [ recovery-image] Aug 06 08:08:15.128 INFO O| Aug 06 08:08:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6530 | 2024-08-06T08:08:16.434Z | [ recovery-image] Aug 06 08:08:15.128 INFO O| Aug 06 08:08:15.128 INFO STEP 884 (remove_files) COMPLETE |
6531 | 2024-08-06T08:08:16.434Z | [ recovery-image] Aug 06 08:08:15.128 INFO O| Aug 06 08:08:15.128 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-08-06T08:08:16.441Z | [ recovery-image] Aug 06 08:08:15.137 INFO O| Aug 06 08:08:15.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6533 | 2024-08-06T08:08:16.441Z | [ recovery-image] Aug 06 08:08:15.137 INFO O| Aug 06 08:08:15.137 INFO STEP 885 (remove_files) COMPLETE |
6534 | 2024-08-06T08:08:16.441Z | [ recovery-image] Aug 06 08:08:15.137 INFO O| Aug 06 08:08:15.137 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-08-06T08:08:16.450Z | [ recovery-image] Aug 06 08:08:15.146 INFO O| Aug 06 08:08:15.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6536 | 2024-08-06T08:08:16.452Z | [ recovery-image] Aug 06 08:08:15.146 INFO O| Aug 06 08:08:15.146 INFO STEP 886 (remove_files) COMPLETE |
6537 | 2024-08-06T08:08:16.452Z | [ recovery-image] Aug 06 08:08:15.146 INFO O| Aug 06 08:08:15.146 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-08-06T08:08:16.459Z | [ recovery-image] Aug 06 08:08:15.156 INFO O| Aug 06 08:08:15.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6539 | 2024-08-06T08:08:16.459Z | [ recovery-image] Aug 06 08:08:15.156 INFO O| Aug 06 08:08:15.156 INFO STEP 887 (remove_files) COMPLETE |
6540 | 2024-08-06T08:08:16.462Z | [ recovery-image] Aug 06 08:08:15.156 INFO O| Aug 06 08:08:15.156 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-08-06T08:08:16.468Z | [ recovery-image] Aug 06 08:08:15.165 INFO O| Aug 06 08:08:15.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6542 | 2024-08-06T08:08:16.468Z | [ recovery-image] Aug 06 08:08:15.165 INFO O| Aug 06 08:08:15.165 INFO STEP 888 (remove_files) COMPLETE |
6543 | 2024-08-06T08:08:16.471Z | [ recovery-image] Aug 06 08:08:15.165 INFO O| Aug 06 08:08:15.165 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-08-06T08:08:16.478Z | [ recovery-image] Aug 06 08:08:15.174 INFO O| Aug 06 08:08:15.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6545 | 2024-08-06T08:08:16.478Z | [ recovery-image] Aug 06 08:08:15.174 INFO O| Aug 06 08:08:15.174 INFO STEP 889 (remove_files) COMPLETE |
6546 | 2024-08-06T08:08:16.480Z | [ recovery-image] Aug 06 08:08:15.174 INFO O| Aug 06 08:08:15.174 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-08-06T08:08:16.487Z | [ recovery-image] Aug 06 08:08:15.184 INFO O| Aug 06 08:08:15.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6548 | 2024-08-06T08:08:16.490Z | [ recovery-image] Aug 06 08:08:15.184 INFO O| Aug 06 08:08:15.184 INFO STEP 890 (remove_files) COMPLETE |
6549 | 2024-08-06T08:08:16.490Z | [ recovery-image] Aug 06 08:08:15.184 INFO O| Aug 06 08:08:15.184 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-08-06T08:08:16.496Z | [ recovery-image] Aug 06 08:08:15.193 INFO O| Aug 06 08:08:15.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6551 | 2024-08-06T08:08:16.496Z | [ recovery-image] Aug 06 08:08:15.193 INFO O| Aug 06 08:08:15.193 INFO STEP 891 (remove_files) COMPLETE |
6552 | 2024-08-06T08:08:16.499Z | [ recovery-image] Aug 06 08:08:15.193 INFO O| Aug 06 08:08:15.193 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-08-06T08:08:16.505Z | [ recovery-image] Aug 06 08:08:15.202 INFO O| Aug 06 08:08:15.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6554 | 2024-08-06T08:08:16.505Z | [ recovery-image] Aug 06 08:08:15.202 INFO O| Aug 06 08:08:15.202 INFO STEP 892 (remove_files) COMPLETE |
6555 | 2024-08-06T08:08:16.508Z | [ recovery-image] Aug 06 08:08:15.202 INFO O| Aug 06 08:08:15.202 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-08-06T08:08:16.515Z | [ recovery-image] Aug 06 08:08:15.211 INFO O| Aug 06 08:08:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6557 | 2024-08-06T08:08:16.515Z | [ recovery-image] Aug 06 08:08:15.211 INFO O| Aug 06 08:08:15.211 INFO STEP 893 (remove_files) COMPLETE |
6558 | 2024-08-06T08:08:16.515Z | [ recovery-image] Aug 06 08:08:15.211 INFO O| Aug 06 08:08:15.211 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-08-06T08:08:16.524Z | [ recovery-image] Aug 06 08:08:15.221 INFO O| Aug 06 08:08:15.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6560 | 2024-08-06T08:08:16.527Z | [ recovery-image] Aug 06 08:08:15.221 INFO O| Aug 06 08:08:15.221 INFO STEP 894 (remove_files) COMPLETE |
6561 | 2024-08-06T08:08:16.527Z | [ recovery-image] Aug 06 08:08:15.221 INFO O| Aug 06 08:08:15.221 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-08-06T08:08:16.533Z | [ recovery-image] Aug 06 08:08:15.230 INFO O| Aug 06 08:08:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6563 | 2024-08-06T08:08:16.536Z | [ recovery-image] Aug 06 08:08:15.230 INFO O| Aug 06 08:08:15.230 INFO STEP 895 (remove_files) COMPLETE |
6564 | 2024-08-06T08:08:16.536Z | [ recovery-image] Aug 06 08:08:15.230 INFO O| Aug 06 08:08:15.230 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-08-06T08:08:16.543Z | [ recovery-image] Aug 06 08:08:15.239 INFO O| Aug 06 08:08:15.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6566 | 2024-08-06T08:08:16.543Z | [ recovery-image] Aug 06 08:08:15.239 INFO O| Aug 06 08:08:15.239 INFO STEP 896 (remove_files) COMPLETE |
6567 | 2024-08-06T08:08:16.545Z | [ recovery-image] Aug 06 08:08:15.239 INFO O| Aug 06 08:08:15.239 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-08-06T08:08:16.552Z | [ recovery-image] Aug 06 08:08:15.249 INFO O| Aug 06 08:08:15.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6569 | 2024-08-06T08:08:16.555Z | [ recovery-image] Aug 06 08:08:15.249 INFO O| Aug 06 08:08:15.249 INFO STEP 897 (remove_files) COMPLETE |
6570 | 2024-08-06T08:08:16.555Z | [ recovery-image] Aug 06 08:08:15.249 INFO O| Aug 06 08:08:15.249 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-08-06T08:08:16.561Z | [ recovery-image] Aug 06 08:08:15.258 INFO O| Aug 06 08:08:15.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6572 | 2024-08-06T08:08:16.561Z | [ recovery-image] Aug 06 08:08:15.258 INFO O| Aug 06 08:08:15.258 INFO STEP 898 (remove_files) COMPLETE |
6573 | 2024-08-06T08:08:16.564Z | [ recovery-image] Aug 06 08:08:15.258 INFO O| Aug 06 08:08:15.258 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-08-06T08:08:16.570Z | [ recovery-image] Aug 06 08:08:15.267 INFO O| Aug 06 08:08:15.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6575 | 2024-08-06T08:08:16.573Z | [ recovery-image] Aug 06 08:08:15.267 INFO O| Aug 06 08:08:15.267 INFO STEP 899 (remove_files) COMPLETE |
6576 | 2024-08-06T08:08:16.573Z | [ recovery-image] Aug 06 08:08:15.267 INFO O| Aug 06 08:08:15.267 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-08-06T08:08:16.580Z | [ recovery-image] Aug 06 08:08:15.276 INFO O| Aug 06 08:08:15.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6578 | 2024-08-06T08:08:16.583Z | [ recovery-image] Aug 06 08:08:15.277 INFO O| Aug 06 08:08:15.277 INFO STEP 900 (remove_files) COMPLETE |
6579 | 2024-08-06T08:08:16.583Z | [ recovery-image] Aug 06 08:08:15.277 INFO O| Aug 06 08:08:15.277 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-08-06T08:08:16.589Z | [ recovery-image] Aug 06 08:08:15.286 INFO O| Aug 06 08:08:15.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6581 | 2024-08-06T08:08:16.589Z | [ recovery-image] Aug 06 08:08:15.286 INFO O| Aug 06 08:08:15.286 INFO STEP 901 (remove_files) COMPLETE |
6582 | 2024-08-06T08:08:16.589Z | [ recovery-image] Aug 06 08:08:15.286 INFO O| Aug 06 08:08:15.286 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-08-06T08:08:16.599Z | [ recovery-image] Aug 06 08:08:15.295 INFO O| Aug 06 08:08:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6584 | 2024-08-06T08:08:16.599Z | [ recovery-image] Aug 06 08:08:15.295 INFO O| Aug 06 08:08:15.295 INFO STEP 902 (remove_files) COMPLETE |
6585 | 2024-08-06T08:08:16.599Z | [ recovery-image] Aug 06 08:08:15.295 INFO O| Aug 06 08:08:15.295 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-08-06T08:08:16.608Z | [ recovery-image] Aug 06 08:08:15.304 INFO O| Aug 06 08:08:15.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6587 | 2024-08-06T08:08:16.608Z | [ recovery-image] Aug 06 08:08:15.305 INFO O| Aug 06 08:08:15.305 INFO STEP 903 (remove_files) COMPLETE |
6588 | 2024-08-06T08:08:16.611Z | [ recovery-image] Aug 06 08:08:15.305 INFO O| Aug 06 08:08:15.305 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-08-06T08:08:16.617Z | [ recovery-image] Aug 06 08:08:15.314 INFO O| Aug 06 08:08:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6590 | 2024-08-06T08:08:16.617Z | [ recovery-image] Aug 06 08:08:15.314 INFO O| Aug 06 08:08:15.314 INFO STEP 904 (remove_files) COMPLETE |
6591 | 2024-08-06T08:08:16.617Z | [ recovery-image] Aug 06 08:08:15.314 INFO O| Aug 06 08:08:15.314 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-08-06T08:08:16.627Z | [ recovery-image] Aug 06 08:08:15.323 INFO O| Aug 06 08:08:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6593 | 2024-08-06T08:08:16.627Z | [ recovery-image] Aug 06 08:08:15.323 INFO O| Aug 06 08:08:15.323 INFO STEP 905 (remove_files) COMPLETE |
6594 | 2024-08-06T08:08:16.630Z | [ recovery-image] Aug 06 08:08:15.323 INFO O| Aug 06 08:08:15.323 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-08-06T08:08:16.636Z | [ recovery-image] Aug 06 08:08:15.333 INFO O| Aug 06 08:08:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6596 | 2024-08-06T08:08:16.636Z | [ recovery-image] Aug 06 08:08:15.333 INFO O| Aug 06 08:08:15.333 INFO STEP 906 (remove_files) COMPLETE |
6597 | 2024-08-06T08:08:16.636Z | [ recovery-image] Aug 06 08:08:15.333 INFO O| Aug 06 08:08:15.333 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-08-06T08:08:16.645Z | [ recovery-image] Aug 06 08:08:15.342 INFO O| Aug 06 08:08:15.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6599 | 2024-08-06T08:08:16.649Z | [ recovery-image] Aug 06 08:08:15.342 INFO O| Aug 06 08:08:15.342 INFO STEP 907 (remove_files) COMPLETE |
6600 | 2024-08-06T08:08:16.649Z | [ recovery-image] Aug 06 08:08:15.342 INFO O| Aug 06 08:08:15.342 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-08-06T08:08:16.655Z | [ recovery-image] Aug 06 08:08:15.352 INFO O| Aug 06 08:08:15.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6602 | 2024-08-06T08:08:16.655Z | [ recovery-image] Aug 06 08:08:15.352 INFO O| Aug 06 08:08:15.352 INFO STEP 908 (remove_files) COMPLETE |
6603 | 2024-08-06T08:08:16.655Z | [ recovery-image] Aug 06 08:08:15.352 INFO O| Aug 06 08:08:15.352 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-08-06T08:08:16.664Z | [ recovery-image] Aug 06 08:08:15.361 INFO O| Aug 06 08:08:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6605 | 2024-08-06T08:08:16.664Z | [ recovery-image] Aug 06 08:08:15.361 INFO O| Aug 06 08:08:15.361 INFO STEP 909 (remove_files) COMPLETE |
6606 | 2024-08-06T08:08:16.665Z | [ recovery-image] Aug 06 08:08:15.361 INFO O| Aug 06 08:08:15.361 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-08-06T08:08:16.674Z | [ recovery-image] Aug 06 08:08:15.370 INFO O| Aug 06 08:08:15.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6608 | 2024-08-06T08:08:16.674Z | [ recovery-image] Aug 06 08:08:15.370 INFO O| Aug 06 08:08:15.370 INFO STEP 910 (remove_files) COMPLETE |
6609 | 2024-08-06T08:08:16.677Z | [ recovery-image] Aug 06 08:08:15.370 INFO O| Aug 06 08:08:15.370 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-08-06T08:08:16.683Z | [ recovery-image] Aug 06 08:08:15.380 INFO O| Aug 06 08:08:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6611 | 2024-08-06T08:08:16.683Z | [ recovery-image] Aug 06 08:08:15.380 INFO O| Aug 06 08:08:15.380 INFO STEP 911 (remove_files) COMPLETE |
6612 | 2024-08-06T08:08:16.683Z | [ recovery-image] Aug 06 08:08:15.380 INFO O| Aug 06 08:08:15.380 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-08-06T08:08:16.692Z | [ recovery-image] Aug 06 08:08:15.389 INFO O| Aug 06 08:08:15.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6614 | 2024-08-06T08:08:16.692Z | [ recovery-image] Aug 06 08:08:15.389 INFO O| Aug 06 08:08:15.389 INFO STEP 912 (remove_files) COMPLETE |
6615 | 2024-08-06T08:08:16.695Z | [ recovery-image] Aug 06 08:08:15.389 INFO O| Aug 06 08:08:15.389 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-08-06T08:08:16.702Z | [ recovery-image] Aug 06 08:08:15.398 INFO O| Aug 06 08:08:15.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6617 | 2024-08-06T08:08:16.704Z | [ recovery-image] Aug 06 08:08:15.398 INFO O| Aug 06 08:08:15.398 INFO STEP 913 (remove_files) COMPLETE |
6618 | 2024-08-06T08:08:16.704Z | [ recovery-image] Aug 06 08:08:15.398 INFO O| Aug 06 08:08:15.398 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-08-06T08:08:16.711Z | [ recovery-image] Aug 06 08:08:15.408 INFO O| Aug 06 08:08:15.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6620 | 2024-08-06T08:08:16.714Z | [ recovery-image] Aug 06 08:08:15.408 INFO O| Aug 06 08:08:15.408 INFO STEP 914 (remove_files) COMPLETE |
6621 | 2024-08-06T08:08:16.714Z | [ recovery-image] Aug 06 08:08:15.408 INFO O| Aug 06 08:08:15.408 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-08-06T08:08:16.721Z | [ recovery-image] Aug 06 08:08:15.417 INFO O| Aug 06 08:08:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6623 | 2024-08-06T08:08:16.721Z | [ recovery-image] Aug 06 08:08:15.417 INFO O| Aug 06 08:08:15.417 INFO STEP 915 (remove_files) COMPLETE |
6624 | 2024-08-06T08:08:16.723Z | [ recovery-image] Aug 06 08:08:15.417 INFO O| Aug 06 08:08:15.417 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-08-06T08:08:16.730Z | [ recovery-image] Aug 06 08:08:15.427 INFO O| Aug 06 08:08:15.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6626 | 2024-08-06T08:08:16.730Z | [ recovery-image] Aug 06 08:08:15.427 INFO O| Aug 06 08:08:15.427 INFO STEP 916 (remove_files) COMPLETE |
6627 | 2024-08-06T08:08:16.733Z | [ recovery-image] Aug 06 08:08:15.427 INFO O| Aug 06 08:08:15.427 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-08-06T08:08:16.739Z | [ recovery-image] Aug 06 08:08:15.436 INFO O| Aug 06 08:08:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6629 | 2024-08-06T08:08:16.739Z | [ recovery-image] Aug 06 08:08:15.436 INFO O| Aug 06 08:08:15.436 INFO STEP 917 (remove_files) COMPLETE |
6630 | 2024-08-06T08:08:16.742Z | [ recovery-image] Aug 06 08:08:15.436 INFO O| Aug 06 08:08:15.436 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-08-06T08:08:16.749Z | [ recovery-image] Aug 06 08:08:15.445 INFO O| Aug 06 08:08:15.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6632 | 2024-08-06T08:08:16.749Z | [ recovery-image] Aug 06 08:08:15.445 INFO O| Aug 06 08:08:15.445 INFO STEP 918 (remove_files) COMPLETE |
6633 | 2024-08-06T08:08:16.752Z | [ recovery-image] Aug 06 08:08:15.445 INFO O| Aug 06 08:08:15.445 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-08-06T08:08:16.758Z | [ recovery-image] Aug 06 08:08:15.455 INFO O| Aug 06 08:08:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6635 | 2024-08-06T08:08:16.758Z | [ recovery-image] Aug 06 08:08:15.455 INFO O| Aug 06 08:08:15.455 INFO STEP 919 (remove_files) COMPLETE |
6636 | 2024-08-06T08:08:16.758Z | [ recovery-image] Aug 06 08:08:15.455 INFO O| Aug 06 08:08:15.455 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-08-06T08:08:16.767Z | [ recovery-image] Aug 06 08:08:15.464 INFO O| Aug 06 08:08:15.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6638 | 2024-08-06T08:08:16.770Z | [ recovery-image] Aug 06 08:08:15.464 INFO O| Aug 06 08:08:15.464 INFO STEP 920 (remove_files) COMPLETE |
6639 | 2024-08-06T08:08:16.771Z | [ recovery-image] Aug 06 08:08:15.464 INFO O| Aug 06 08:08:15.464 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-08-06T08:08:16.777Z | [ recovery-image] Aug 06 08:08:15.473 INFO O| Aug 06 08:08:15.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6641 | 2024-08-06T08:08:16.777Z | [ recovery-image] Aug 06 08:08:15.473 INFO O| Aug 06 08:08:15.473 INFO STEP 921 (remove_files) COMPLETE |
6642 | 2024-08-06T08:08:16.779Z | [ recovery-image] Aug 06 08:08:15.473 INFO O| Aug 06 08:08:15.473 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-08-06T08:08:16.786Z | [ recovery-image] Aug 06 08:08:15.483 INFO O| Aug 06 08:08:15.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6644 | 2024-08-06T08:08:16.786Z | [ recovery-image] Aug 06 08:08:15.483 INFO O| Aug 06 08:08:15.483 INFO STEP 922 (remove_files) COMPLETE |
6645 | 2024-08-06T08:08:16.789Z | [ recovery-image] Aug 06 08:08:15.483 INFO O| Aug 06 08:08:15.483 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-08-06T08:08:16.795Z | [ recovery-image] Aug 06 08:08:15.492 INFO O| Aug 06 08:08:15.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6647 | 2024-08-06T08:08:16.795Z | [ recovery-image] Aug 06 08:08:15.492 INFO O| Aug 06 08:08:15.492 INFO STEP 923 (remove_files) COMPLETE |
6648 | 2024-08-06T08:08:16.798Z | [ recovery-image] Aug 06 08:08:15.492 INFO O| Aug 06 08:08:15.492 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-08-06T08:08:16.805Z | [ recovery-image] Aug 06 08:08:15.501 INFO O| Aug 06 08:08:15.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6650 | 2024-08-06T08:08:16.808Z | [ recovery-image] Aug 06 08:08:15.501 INFO O| Aug 06 08:08:15.501 INFO STEP 924 (remove_files) COMPLETE |
6651 | 2024-08-06T08:08:16.808Z | [ recovery-image] Aug 06 08:08:15.501 INFO O| Aug 06 08:08:15.501 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-08-06T08:08:16.814Z | [ recovery-image] Aug 06 08:08:15.510 INFO O| Aug 06 08:08:15.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6653 | 2024-08-06T08:08:16.817Z | [ recovery-image] Aug 06 08:08:15.511 INFO O| Aug 06 08:08:15.510 INFO STEP 925 (remove_files) COMPLETE |
6654 | 2024-08-06T08:08:16.817Z | [ recovery-image] Aug 06 08:08:15.511 INFO O| Aug 06 08:08:15.510 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-08-06T08:08:16.823Z | [ recovery-image] Aug 06 08:08:15.520 INFO O| Aug 06 08:08:15.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6656 | 2024-08-06T08:08:16.823Z | [ recovery-image] Aug 06 08:08:15.520 INFO O| Aug 06 08:08:15.520 INFO STEP 926 (remove_files) COMPLETE |
6657 | 2024-08-06T08:08:16.823Z | [ recovery-image] Aug 06 08:08:15.520 INFO O| Aug 06 08:08:15.520 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-08-06T08:08:16.833Z | [ recovery-image] Aug 06 08:08:15.529 INFO O| Aug 06 08:08:15.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6659 | 2024-08-06T08:08:16.833Z | [ recovery-image] Aug 06 08:08:15.529 INFO O| Aug 06 08:08:15.529 INFO STEP 927 (remove_files) COMPLETE |
6660 | 2024-08-06T08:08:16.836Z | [ recovery-image] Aug 06 08:08:15.529 INFO O| Aug 06 08:08:15.529 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-08-06T08:08:16.842Z | [ recovery-image] Aug 06 08:08:15.539 INFO O| Aug 06 08:08:15.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6662 | 2024-08-06T08:08:16.845Z | [ recovery-image] Aug 06 08:08:15.539 INFO O| Aug 06 08:08:15.539 INFO STEP 928 (remove_files) COMPLETE |
6663 | 2024-08-06T08:08:16.845Z | [ recovery-image] Aug 06 08:08:15.539 INFO O| Aug 06 08:08:15.539 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-08-06T08:08:16.851Z | [ recovery-image] Aug 06 08:08:15.548 INFO O| Aug 06 08:08:15.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6665 | 2024-08-06T08:08:16.854Z | [ recovery-image] Aug 06 08:08:15.548 INFO O| Aug 06 08:08:15.548 INFO STEP 929 (remove_files) COMPLETE |
6666 | 2024-08-06T08:08:16.854Z | [ recovery-image] Aug 06 08:08:15.548 INFO O| Aug 06 08:08:15.548 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-08-06T08:08:16.861Z | [ recovery-image] Aug 06 08:08:15.557 INFO O| Aug 06 08:08:15.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6668 | 2024-08-06T08:08:16.861Z | [ recovery-image] Aug 06 08:08:15.557 INFO O| Aug 06 08:08:15.557 INFO STEP 930 (remove_files) COMPLETE |
6669 | 2024-08-06T08:08:16.864Z | [ recovery-image] Aug 06 08:08:15.557 INFO O| Aug 06 08:08:15.557 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-08-06T08:08:16.870Z | [ recovery-image] Aug 06 08:08:15.567 INFO O| Aug 06 08:08:15.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6671 | 2024-08-06T08:08:16.873Z | [ recovery-image] Aug 06 08:08:15.567 INFO O| Aug 06 08:08:15.567 INFO STEP 931 (remove_files) COMPLETE |
6672 | 2024-08-06T08:08:16.873Z | [ recovery-image] Aug 06 08:08:15.567 INFO O| Aug 06 08:08:15.567 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-08-06T08:08:16.879Z | [ recovery-image] Aug 06 08:08:15.576 INFO O| Aug 06 08:08:15.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6674 | 2024-08-06T08:08:16.879Z | [ recovery-image] Aug 06 08:08:15.576 INFO O| Aug 06 08:08:15.576 INFO STEP 932 (remove_files) COMPLETE |
6675 | 2024-08-06T08:08:16.882Z | [ recovery-image] Aug 06 08:08:15.576 INFO O| Aug 06 08:08:15.576 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-08-06T08:08:16.889Z | [ recovery-image] Aug 06 08:08:15.585 INFO O| Aug 06 08:08:15.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6677 | 2024-08-06T08:08:16.892Z | [ recovery-image] Aug 06 08:08:15.585 INFO O| Aug 06 08:08:15.585 INFO STEP 933 (remove_files) COMPLETE |
6678 | 2024-08-06T08:08:16.892Z | [ recovery-image] Aug 06 08:08:15.585 INFO O| Aug 06 08:08:15.585 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-08-06T08:08:16.898Z | [ recovery-image] Aug 06 08:08:15.594 INFO O| Aug 06 08:08:15.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6680 | 2024-08-06T08:08:16.898Z | [ recovery-image] Aug 06 08:08:15.595 INFO O| Aug 06 08:08:15.595 INFO STEP 934 (remove_files) COMPLETE |
6681 | 2024-08-06T08:08:16.898Z | [ recovery-image] Aug 06 08:08:15.595 INFO O| Aug 06 08:08:15.595 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-08-06T08:08:16.907Z | [ recovery-image] Aug 06 08:08:15.604 INFO O| Aug 06 08:08:15.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6683 | 2024-08-06T08:08:16.910Z | [ recovery-image] Aug 06 08:08:15.604 INFO O| Aug 06 08:08:15.604 INFO STEP 935 (remove_files) COMPLETE |
6684 | 2024-08-06T08:08:16.910Z | [ recovery-image] Aug 06 08:08:15.604 INFO O| Aug 06 08:08:15.604 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-08-06T08:08:16.917Z | [ recovery-image] Aug 06 08:08:15.613 INFO O| Aug 06 08:08:15.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6686 | 2024-08-06T08:08:16.917Z | [ recovery-image] Aug 06 08:08:15.613 INFO O| Aug 06 08:08:15.613 INFO STEP 936 (remove_files) COMPLETE |
6687 | 2024-08-06T08:08:16.920Z | [ recovery-image] Aug 06 08:08:15.613 INFO O| Aug 06 08:08:15.613 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-08-06T08:08:16.926Z | [ recovery-image] Aug 06 08:08:15.622 INFO O| Aug 06 08:08:15.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6689 | 2024-08-06T08:08:16.926Z | [ recovery-image] Aug 06 08:08:15.622 INFO O| Aug 06 08:08:15.622 INFO STEP 937 (remove_files) COMPLETE |
6690 | 2024-08-06T08:08:16.926Z | [ recovery-image] Aug 06 08:08:15.623 INFO O| Aug 06 08:08:15.622 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-08-06T08:08:16.935Z | [ recovery-image] Aug 06 08:08:15.632 INFO O| Aug 06 08:08:15.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6692 | 2024-08-06T08:08:16.935Z | [ recovery-image] Aug 06 08:08:15.632 INFO O| Aug 06 08:08:15.632 INFO STEP 938 (remove_files) COMPLETE |
6693 | 2024-08-06T08:08:16.935Z | [ recovery-image] Aug 06 08:08:15.632 INFO O| Aug 06 08:08:15.632 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-08-06T08:08:16.944Z | [ recovery-image] Aug 06 08:08:15.641 INFO O| Aug 06 08:08:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6695 | 2024-08-06T08:08:16.944Z | [ recovery-image] Aug 06 08:08:15.641 INFO O| Aug 06 08:08:15.641 INFO STEP 939 (remove_files) COMPLETE |
6696 | 2024-08-06T08:08:16.948Z | [ recovery-image] Aug 06 08:08:15.641 INFO O| Aug 06 08:08:15.641 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-08-06T08:08:16.954Z | [ recovery-image] Aug 06 08:08:15.650 INFO O| Aug 06 08:08:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6698 | 2024-08-06T08:08:16.954Z | [ recovery-image] Aug 06 08:08:15.650 INFO O| Aug 06 08:08:15.650 INFO STEP 940 (remove_files) COMPLETE |
6699 | 2024-08-06T08:08:16.957Z | [ recovery-image] Aug 06 08:08:15.650 INFO O| Aug 06 08:08:15.650 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-08-06T08:08:16.963Z | [ recovery-image] Aug 06 08:08:15.660 INFO O| Aug 06 08:08:15.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6701 | 2024-08-06T08:08:16.963Z | [ recovery-image] Aug 06 08:08:15.660 INFO O| Aug 06 08:08:15.660 INFO STEP 941 (remove_files) COMPLETE |
6702 | 2024-08-06T08:08:16.963Z | [ recovery-image] Aug 06 08:08:15.660 INFO O| Aug 06 08:08:15.660 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-08-06T08:08:16.972Z | [ recovery-image] Aug 06 08:08:15.669 INFO O| Aug 06 08:08:15.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6704 | 2024-08-06T08:08:16.972Z | [ recovery-image] Aug 06 08:08:15.669 INFO O| Aug 06 08:08:15.669 INFO STEP 942 (remove_files) COMPLETE |
6705 | 2024-08-06T08:08:16.972Z | [ recovery-image] Aug 06 08:08:15.669 INFO O| Aug 06 08:08:15.669 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-08-06T08:08:16.982Z | [ recovery-image] Aug 06 08:08:15.678 INFO O| Aug 06 08:08:15.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6707 | 2024-08-06T08:08:16.982Z | [ recovery-image] Aug 06 08:08:15.678 INFO O| Aug 06 08:08:15.678 INFO STEP 943 (remove_files) COMPLETE |
6708 | 2024-08-06T08:08:16.985Z | [ recovery-image] Aug 06 08:08:15.678 INFO O| Aug 06 08:08:15.678 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-08-06T08:08:16.991Z | [ recovery-image] Aug 06 08:08:15.687 INFO O| Aug 06 08:08:15.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6710 | 2024-08-06T08:08:16.991Z | [ recovery-image] Aug 06 08:08:15.688 INFO O| Aug 06 08:08:15.688 INFO STEP 944 (remove_files) COMPLETE |
6711 | 2024-08-06T08:08:16.994Z | [ recovery-image] Aug 06 08:08:15.688 INFO O| Aug 06 08:08:15.688 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-08-06T08:08:17.001Z | [ recovery-image] Aug 06 08:08:15.697 INFO O| Aug 06 08:08:15.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6713 | 2024-08-06T08:08:17.001Z | [ recovery-image] Aug 06 08:08:15.697 INFO O| Aug 06 08:08:15.697 INFO STEP 945 (remove_files) COMPLETE |
6714 | 2024-08-06T08:08:17.003Z | [ recovery-image] Aug 06 08:08:15.697 INFO O| Aug 06 08:08:15.697 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-08-06T08:08:17.010Z | [ recovery-image] Aug 06 08:08:15.706 INFO O| Aug 06 08:08:15.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6716 | 2024-08-06T08:08:17.010Z | [ recovery-image] Aug 06 08:08:15.706 INFO O| Aug 06 08:08:15.706 INFO STEP 946 (remove_files) COMPLETE |
6717 | 2024-08-06T08:08:17.013Z | [ recovery-image] Aug 06 08:08:15.706 INFO O| Aug 06 08:08:15.706 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-08-06T08:08:18.021Z | [ recovery-image] Aug 06 08:08:15.716 INFO O| Aug 06 08:08:15.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6719 | 2024-08-06T08:08:18.021Z | [ recovery-image] Aug 06 08:08:15.716 INFO O| Aug 06 08:08:15.716 INFO STEP 947 (remove_files) COMPLETE |
6720 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.716 INFO O| Aug 06 08:08:15.716 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.725 INFO O| Aug 06 08:08:15.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6722 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.725 INFO O| Aug 06 08:08:15.725 INFO STEP 948 (remove_files) COMPLETE |
6723 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.725 INFO O| Aug 06 08:08:15.725 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.734 INFO O| Aug 06 08:08:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6725 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.734 INFO O| Aug 06 08:08:15.734 INFO STEP 949 (remove_files) COMPLETE |
6726 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.735 INFO O| Aug 06 08:08:15.734 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.744 INFO O| Aug 06 08:08:15.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6728 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.744 INFO O| Aug 06 08:08:15.744 INFO STEP 950 (remove_files) COMPLETE |
6729 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.744 INFO O| Aug 06 08:08:15.744 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.753 INFO O| Aug 06 08:08:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6731 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.753 INFO O| Aug 06 08:08:15.753 INFO STEP 951 (remove_files) COMPLETE |
6732 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.753 INFO O| Aug 06 08:08:15.753 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.762 INFO O| Aug 06 08:08:15.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6734 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.763 INFO O| Aug 06 08:08:15.763 INFO STEP 952 (remove_files) COMPLETE |
6735 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.763 INFO O| Aug 06 08:08:15.763 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.772 INFO O| Aug 06 08:08:15.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6737 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.772 INFO O| Aug 06 08:08:15.772 INFO STEP 953 (remove_files) COMPLETE |
6738 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.772 INFO O| Aug 06 08:08:15.772 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.781 INFO O| Aug 06 08:08:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6740 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.781 INFO O| Aug 06 08:08:15.781 INFO STEP 954 (remove_files) COMPLETE |
6741 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.781 INFO O| Aug 06 08:08:15.781 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.791 INFO O| Aug 06 08:08:15.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6743 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.791 INFO O| Aug 06 08:08:15.791 INFO STEP 955 (remove_files) COMPLETE |
6744 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.791 INFO O| Aug 06 08:08:15.791 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.800 INFO O| Aug 06 08:08:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6746 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.800 INFO O| Aug 06 08:08:15.800 INFO STEP 956 (remove_files) COMPLETE |
6747 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.800 INFO O| Aug 06 08:08:15.800 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.810 INFO O| Aug 06 08:08:15.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6749 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.810 INFO O| Aug 06 08:08:15.810 INFO STEP 957 (remove_files) COMPLETE |
6750 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.810 INFO O| Aug 06 08:08:15.810 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.819 INFO O| Aug 06 08:08:15.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6752 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.819 INFO O| Aug 06 08:08:15.819 INFO STEP 958 (remove_files) COMPLETE |
6753 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.819 INFO O| Aug 06 08:08:15.819 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-08-06T08:08:18.026Z | [ recovery-image] Aug 06 08:08:15.828 INFO O| Aug 06 08:08:15.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6755 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.828 INFO O| Aug 06 08:08:15.828 INFO STEP 959 (remove_files) COMPLETE |
6756 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.828 INFO O| Aug 06 08:08:15.828 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.838 INFO O| Aug 06 08:08:15.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6758 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.838 INFO O| Aug 06 08:08:15.838 INFO STEP 960 (remove_files) COMPLETE |
6759 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.838 INFO O| Aug 06 08:08:15.838 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.847 INFO O| Aug 06 08:08:15.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6761 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.847 INFO O| Aug 06 08:08:15.847 INFO STEP 961 (remove_files) COMPLETE |
6762 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.847 INFO O| Aug 06 08:08:15.847 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.857 INFO O| Aug 06 08:08:15.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6764 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.857 INFO O| Aug 06 08:08:15.857 INFO STEP 962 (remove_files) COMPLETE |
6765 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.857 INFO O| Aug 06 08:08:15.857 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.866 INFO O| Aug 06 08:08:15.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6767 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.866 INFO O| Aug 06 08:08:15.866 INFO STEP 963 (remove_files) COMPLETE |
6768 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.866 INFO O| Aug 06 08:08:15.866 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.875 INFO O| Aug 06 08:08:15.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6770 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.876 INFO O| Aug 06 08:08:15.876 INFO STEP 964 (remove_files) COMPLETE |
6771 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.876 INFO O| Aug 06 08:08:15.876 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.885 INFO O| Aug 06 08:08:15.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6773 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.885 INFO O| Aug 06 08:08:15.885 INFO STEP 965 (remove_files) COMPLETE |
6774 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.885 INFO O| Aug 06 08:08:15.885 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.894 INFO O| Aug 06 08:08:15.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6776 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.894 INFO O| Aug 06 08:08:15.894 INFO STEP 966 (remove_files) COMPLETE |
6777 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.894 INFO O| Aug 06 08:08:15.894 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.904 INFO O| Aug 06 08:08:15.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6779 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.904 INFO O| Aug 06 08:08:15.904 INFO STEP 967 (remove_files) COMPLETE |
6780 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.904 INFO O| Aug 06 08:08:15.904 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.914 INFO O| Aug 06 08:08:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6782 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.914 INFO O| Aug 06 08:08:15.914 INFO STEP 968 (remove_files) COMPLETE |
6783 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.914 INFO O| Aug 06 08:08:15.914 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.924 INFO O| Aug 06 08:08:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6785 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.924 INFO O| Aug 06 08:08:15.924 INFO STEP 969 (remove_files) COMPLETE |
6786 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.924 INFO O| Aug 06 08:08:15.924 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.934 INFO O| Aug 06 08:08:15.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6788 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.934 INFO O| Aug 06 08:08:15.934 INFO STEP 970 (remove_files) COMPLETE |
6789 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.934 INFO O| Aug 06 08:08:15.934 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.944 INFO O| Aug 06 08:08:15.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6791 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.944 INFO O| Aug 06 08:08:15.944 INFO STEP 971 (remove_files) COMPLETE |
6792 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.944 INFO O| Aug 06 08:08:15.944 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-08-06T08:08:18.027Z | [ recovery-image] Aug 06 08:08:15.954 INFO O| Aug 06 08:08:15.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6794 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.954 INFO O| Aug 06 08:08:15.954 INFO STEP 972 (remove_files) COMPLETE |
6795 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.954 INFO O| Aug 06 08:08:15.954 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.964 INFO O| Aug 06 08:08:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6797 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.964 INFO O| Aug 06 08:08:15.964 INFO STEP 973 (remove_files) COMPLETE |
6798 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.964 INFO O| Aug 06 08:08:15.964 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.974 INFO O| Aug 06 08:08:15.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6800 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.974 INFO O| Aug 06 08:08:15.974 INFO STEP 974 (remove_files) COMPLETE |
6801 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.974 INFO O| Aug 06 08:08:15.974 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.984 INFO O| Aug 06 08:08:15.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6803 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.984 INFO O| Aug 06 08:08:15.984 INFO STEP 975 (remove_files) COMPLETE |
6804 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.984 INFO O| Aug 06 08:08:15.984 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.993 INFO O| Aug 06 08:08:15.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6806 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.993 INFO O| Aug 06 08:08:15.993 INFO STEP 976 (remove_files) COMPLETE |
6807 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:15.993 INFO O| Aug 06 08:08:15.993 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.003 INFO O| Aug 06 08:08:16.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6809 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.003 INFO O| Aug 06 08:08:16.003 INFO STEP 977 (remove_files) COMPLETE |
6810 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.003 INFO O| Aug 06 08:08:16.003 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-08-06T08:08:18.028Z | [ host-image] Aug 06 08:08:16.010 INFO O| Aug 06 08:08:16.010 INFO O| Download: Completed 8.42 MB in 6.01 seconds (1.4M/s) |
6812 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.012 INFO O| Aug 06 08:08:16.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6813 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.013 INFO O| Aug 06 08:08:16.013 INFO STEP 978 (remove_files) COMPLETE |
6814 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.013 INFO O| Aug 06 08:08:16.013 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.022 INFO O| Aug 06 08:08:16.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6816 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.022 INFO O| Aug 06 08:08:16.022 INFO STEP 979 (remove_files) COMPLETE |
6817 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.023 INFO O| Aug 06 08:08:16.022 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.032 INFO O| Aug 06 08:08:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6819 | 2024-08-06T08:08:18.028Z | [ recovery-image] Aug 06 08:08:16.032 INFO O| Aug 06 08:08:16.032 INFO STEP 980 (remove_files) COMPLETE |
6820 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.032 INFO O| Aug 06 08:08:16.032 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.041 INFO O| Aug 06 08:08:16.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6822 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.041 INFO O| Aug 06 08:08:16.041 INFO STEP 981 (remove_files) COMPLETE |
6823 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.041 INFO O| Aug 06 08:08:16.041 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.051 INFO O| Aug 06 08:08:16.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6825 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.051 INFO O| Aug 06 08:08:16.051 INFO STEP 982 (remove_files) COMPLETE |
6826 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.051 INFO O| Aug 06 08:08:16.051 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.060 INFO O| Aug 06 08:08:16.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6828 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.060 INFO O| Aug 06 08:08:16.060 INFO STEP 983 (remove_files) COMPLETE |
6829 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.060 INFO O| Aug 06 08:08:16.060 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-08-06T08:08:18.033Z | [ host-image] Aug 06 08:08:16.061 INFO O| Aug 06 08:08:16.061 INFO O| Actions: 1/1361 actions (Installing new actions) |
6831 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.070 INFO O| Aug 06 08:08:16.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6832 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.070 INFO O| Aug 06 08:08:16.070 INFO STEP 984 (remove_files) COMPLETE |
6833 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.070 INFO O| Aug 06 08:08:16.070 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.079 INFO O| Aug 06 08:08:16.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6835 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.079 INFO O| Aug 06 08:08:16.079 INFO STEP 985 (remove_files) COMPLETE |
6836 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.079 INFO O| Aug 06 08:08:16.079 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.089 INFO O| Aug 06 08:08:16.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6838 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.089 INFO O| Aug 06 08:08:16.089 INFO STEP 986 (remove_files) COMPLETE |
6839 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.089 INFO O| Aug 06 08:08:16.089 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.098 INFO O| Aug 06 08:08:16.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6841 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.098 INFO O| Aug 06 08:08:16.098 INFO STEP 987 (remove_files) COMPLETE |
6842 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.098 INFO O| Aug 06 08:08:16.098 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.107 INFO O| Aug 06 08:08:16.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6844 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.107 INFO O| Aug 06 08:08:16.107 INFO STEP 988 (remove_files) COMPLETE |
6845 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.107 INFO O| Aug 06 08:08:16.107 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.117 INFO O| Aug 06 08:08:16.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6847 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.117 INFO O| Aug 06 08:08:16.117 INFO STEP 989 (remove_files) COMPLETE |
6848 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.117 INFO O| Aug 06 08:08:16.117 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.126 INFO O| Aug 06 08:08:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6850 | 2024-08-06T08:08:18.033Z | [ recovery-image] Aug 06 08:08:16.126 INFO O| Aug 06 08:08:16.126 INFO STEP 990 (remove_files) COMPLETE |
6851 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.126 INFO O| Aug 06 08:08:16.126 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.136 INFO O| Aug 06 08:08:16.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6853 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.136 INFO O| Aug 06 08:08:16.136 INFO STEP 991 (remove_files) COMPLETE |
6854 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.136 INFO O| Aug 06 08:08:16.136 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.145 INFO O| Aug 06 08:08:16.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6856 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.145 INFO O| Aug 06 08:08:16.145 INFO STEP 992 (remove_files) COMPLETE |
6857 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.145 INFO O| Aug 06 08:08:16.145 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.154 INFO O| Aug 06 08:08:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6859 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.154 INFO O| Aug 06 08:08:16.154 INFO STEP 993 (remove_files) COMPLETE |
6860 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.154 INFO O| Aug 06 08:08:16.154 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.163 INFO O| Aug 06 08:08:16.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6862 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.164 INFO O| Aug 06 08:08:16.164 INFO STEP 994 (remove_files) COMPLETE |
6863 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.164 INFO O| Aug 06 08:08:16.164 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.173 INFO O| Aug 06 08:08:16.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6865 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.173 INFO O| Aug 06 08:08:16.173 INFO STEP 995 (remove_files) COMPLETE |
6866 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.173 INFO O| Aug 06 08:08:16.173 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.182 INFO O| Aug 06 08:08:16.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6868 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.182 INFO O| Aug 06 08:08:16.182 INFO STEP 996 (remove_files) COMPLETE |
6869 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.182 INFO O| Aug 06 08:08:16.182 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.192 INFO O| Aug 06 08:08:16.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6871 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.192 INFO O| Aug 06 08:08:16.192 INFO STEP 997 (remove_files) COMPLETE |
6872 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.192 INFO O| Aug 06 08:08:16.192 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.201 INFO O| Aug 06 08:08:16.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6874 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.201 INFO O| Aug 06 08:08:16.201 INFO STEP 998 (remove_files) COMPLETE |
6875 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.201 INFO O| Aug 06 08:08:16.201 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.210 INFO O| Aug 06 08:08:16.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6877 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.210 INFO O| Aug 06 08:08:16.210 INFO STEP 999 (remove_files) COMPLETE |
6878 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.210 INFO O| Aug 06 08:08:16.210 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.220 INFO O| Aug 06 08:08:16.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6880 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.220 INFO O| Aug 06 08:08:16.220 INFO STEP 1000 (remove_files) COMPLETE |
6881 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.220 INFO O| Aug 06 08:08:16.220 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.237 INFO O| Aug 06 08:08:16.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6883 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.237 INFO O| Aug 06 08:08:16.237 INFO STEP 1001 (remove_files) COMPLETE |
6884 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.237 INFO O| Aug 06 08:08:16.237 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.253 INFO O| Aug 06 08:08:16.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6886 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.253 INFO O| Aug 06 08:08:16.253 INFO STEP 1002 (remove_files) COMPLETE |
6887 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.253 INFO O| Aug 06 08:08:16.253 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.266 INFO O| Aug 06 08:08:16.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6889 | 2024-08-06T08:08:18.034Z | [ recovery-image] Aug 06 08:08:16.266 INFO O| Aug 06 08:08:16.266 INFO STEP 1003 (remove_files) COMPLETE |
6890 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.266 INFO O| Aug 06 08:08:16.266 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.278 INFO O| Aug 06 08:08:16.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6892 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.278 INFO O| Aug 06 08:08:16.278 INFO STEP 1004 (remove_files) COMPLETE |
6893 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.278 INFO O| Aug 06 08:08:16.278 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.289 INFO O| Aug 06 08:08:16.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6895 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.289 INFO O| Aug 06 08:08:16.289 INFO STEP 1005 (remove_files) COMPLETE |
6896 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.289 INFO O| Aug 06 08:08:16.289 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.299 INFO O| Aug 06 08:08:16.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6898 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.299 INFO O| Aug 06 08:08:16.299 INFO STEP 1006 (remove_files) COMPLETE |
6899 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.299 INFO O| Aug 06 08:08:16.299 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.309 INFO O| Aug 06 08:08:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6901 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.309 INFO O| Aug 06 08:08:16.309 INFO STEP 1007 (remove_files) COMPLETE |
6902 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.309 INFO O| Aug 06 08:08:16.309 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.319 INFO O| Aug 06 08:08:16.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6904 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.319 INFO O| Aug 06 08:08:16.319 INFO STEP 1008 (remove_files) COMPLETE |
6905 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.319 INFO O| Aug 06 08:08:16.319 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.329 INFO O| Aug 06 08:08:16.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6907 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.329 INFO O| Aug 06 08:08:16.329 INFO STEP 1009 (remove_files) COMPLETE |
6908 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.329 INFO O| Aug 06 08:08:16.329 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.338 INFO O| Aug 06 08:08:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6910 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.338 INFO O| Aug 06 08:08:16.338 INFO STEP 1010 (remove_files) COMPLETE |
6911 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.338 INFO O| Aug 06 08:08:16.338 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.348 INFO O| Aug 06 08:08:16.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6913 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.348 INFO O| Aug 06 08:08:16.348 INFO STEP 1011 (remove_files) COMPLETE |
6914 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.348 INFO O| Aug 06 08:08:16.348 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.357 INFO O| Aug 06 08:08:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6916 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.357 INFO O| Aug 06 08:08:16.357 INFO STEP 1012 (remove_files) COMPLETE |
6917 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.357 INFO O| Aug 06 08:08:16.357 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.366 INFO O| Aug 06 08:08:16.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6919 | 2024-08-06T08:08:18.035Z | [ recovery-image] Aug 06 08:08:16.367 INFO O| Aug 06 08:08:16.366 INFO STEP 1013 (remove_files) COMPLETE |
6920 | 2024-08-06T08:08:18.039Z | [ recovery-image] Aug 06 08:08:16.367 INFO O| Aug 06 08:08:16.366 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-08-06T08:08:18.039Z | [ recovery-image] Aug 06 08:08:16.376 INFO O| Aug 06 08:08:16.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6922 | 2024-08-06T08:08:18.039Z | [ recovery-image] Aug 06 08:08:16.376 INFO O| Aug 06 08:08:16.376 INFO STEP 1014 (remove_files) COMPLETE |
6923 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.376 INFO O| Aug 06 08:08:16.376 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.385 INFO O| Aug 06 08:08:16.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6925 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.385 INFO O| Aug 06 08:08:16.385 INFO STEP 1015 (remove_files) COMPLETE |
6926 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.385 INFO O| Aug 06 08:08:16.385 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.394 INFO O| Aug 06 08:08:16.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6928 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.394 INFO O| Aug 06 08:08:16.394 INFO STEP 1016 (remove_files) COMPLETE |
6929 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.394 INFO O| Aug 06 08:08:16.394 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.404 INFO O| Aug 06 08:08:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6931 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.404 INFO O| Aug 06 08:08:16.404 INFO STEP 1017 (remove_files) COMPLETE |
6932 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.404 INFO O| Aug 06 08:08:16.404 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.413 INFO O| Aug 06 08:08:16.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6934 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.414 INFO O| Aug 06 08:08:16.414 INFO STEP 1018 (remove_files) COMPLETE |
6935 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.414 INFO O| Aug 06 08:08:16.414 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.423 INFO O| Aug 06 08:08:16.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6937 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.423 INFO O| Aug 06 08:08:16.423 INFO STEP 1019 (remove_files) COMPLETE |
6938 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.423 INFO O| Aug 06 08:08:16.423 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.432 INFO O| Aug 06 08:08:16.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6940 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.432 INFO O| Aug 06 08:08:16.432 INFO STEP 1020 (remove_files) COMPLETE |
6941 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.432 INFO O| Aug 06 08:08:16.432 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.442 INFO O| Aug 06 08:08:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6943 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.442 INFO O| Aug 06 08:08:16.442 INFO STEP 1021 (remove_files) COMPLETE |
6944 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.442 INFO O| Aug 06 08:08:16.442 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.451 INFO O| Aug 06 08:08:16.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6946 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.451 INFO O| Aug 06 08:08:16.451 INFO STEP 1022 (remove_files) COMPLETE |
6947 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.451 INFO O| Aug 06 08:08:16.451 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.461 INFO O| Aug 06 08:08:16.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6949 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.461 INFO O| Aug 06 08:08:16.461 INFO STEP 1023 (remove_files) COMPLETE |
6950 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.461 INFO O| Aug 06 08:08:16.461 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.470 INFO O| Aug 06 08:08:16.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6952 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.470 INFO O| Aug 06 08:08:16.470 INFO STEP 1024 (remove_files) COMPLETE |
6953 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.470 INFO O| Aug 06 08:08:16.470 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.479 INFO O| Aug 06 08:08:16.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6955 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.479 INFO O| Aug 06 08:08:16.479 INFO STEP 1025 (remove_files) COMPLETE |
6956 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.480 INFO O| Aug 06 08:08:16.479 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.489 INFO O| Aug 06 08:08:16.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6958 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.489 INFO O| Aug 06 08:08:16.489 INFO STEP 1026 (remove_files) COMPLETE |
6959 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.489 INFO O| Aug 06 08:08:16.489 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-06T08:08:18.040Z | [ host-image] Aug 06 08:08:16.497 INFO O| Aug 06 08:08:16.497 INFO O| Actions: Completed 1361 actions in 0.44 seconds. |
6961 | 2024-08-06T08:08:18.040Z | [ recovery-image] Aug 06 08:08:16.498 INFO O| Aug 06 08:08:16.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6962 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.498 INFO O| Aug 06 08:08:16.498 INFO STEP 1027 (remove_files) COMPLETE |
6963 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.498 INFO O| Aug 06 08:08:16.498 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.508 INFO O| Aug 06 08:08:16.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6965 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.508 INFO O| Aug 06 08:08:16.508 INFO STEP 1028 (remove_files) COMPLETE |
6966 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.508 INFO O| Aug 06 08:08:16.508 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.517 INFO O| Aug 06 08:08:16.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6968 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.518 INFO O| Aug 06 08:08:16.517 INFO STEP 1029 (remove_files) COMPLETE |
6969 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.518 INFO O| Aug 06 08:08:16.517 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.527 INFO O| Aug 06 08:08:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6971 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.527 INFO O| Aug 06 08:08:16.527 INFO STEP 1030 (remove_files) COMPLETE |
6972 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.527 INFO O| Aug 06 08:08:16.527 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.537 INFO O| Aug 06 08:08:16.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6974 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.537 INFO O| Aug 06 08:08:16.537 INFO STEP 1031 (remove_files) COMPLETE |
6975 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.537 INFO O| Aug 06 08:08:16.537 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.547 INFO O| Aug 06 08:08:16.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6977 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.547 INFO O| Aug 06 08:08:16.547 INFO STEP 1032 (remove_files) COMPLETE |
6978 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.547 INFO O| Aug 06 08:08:16.547 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.557 INFO O| Aug 06 08:08:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6980 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.557 INFO O| Aug 06 08:08:16.557 INFO STEP 1033 (remove_files) COMPLETE |
6981 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.557 INFO O| Aug 06 08:08:16.557 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.567 INFO O| Aug 06 08:08:16.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
6983 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.567 INFO O| Aug 06 08:08:16.567 INFO STEP 1034 (remove_files) COMPLETE |
6984 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.567 INFO O| Aug 06 08:08:16.567 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.576 INFO O| Aug 06 08:08:16.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
6986 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.577 INFO O| Aug 06 08:08:16.577 INFO STEP 1035 (remove_files) COMPLETE |
6987 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.577 INFO O| Aug 06 08:08:16.577 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.586 INFO O| Aug 06 08:08:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
6989 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.587 INFO O| Aug 06 08:08:16.586 INFO STEP 1036 (remove_files) COMPLETE |
6990 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.587 INFO O| Aug 06 08:08:16.586 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.596 INFO O| Aug 06 08:08:16.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
6992 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.596 INFO O| Aug 06 08:08:16.596 INFO STEP 1037 (remove_files) COMPLETE |
6993 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.596 INFO O| Aug 06 08:08:16.596 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.606 INFO O| Aug 06 08:08:16.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
6995 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.606 INFO O| Aug 06 08:08:16.606 INFO STEP 1038 (remove_files) COMPLETE |
6996 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.606 INFO O| Aug 06 08:08:16.606 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.617 INFO O| Aug 06 08:08:16.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
6998 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.617 INFO O| Aug 06 08:08:16.617 INFO STEP 1039 (remove_files) COMPLETE |
6999 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.617 INFO O| Aug 06 08:08:16.617 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-08-06T08:08:18.041Z | [ recovery-image] Aug 06 08:08:16.628 INFO O| Aug 06 08:08:16.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7001 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.628 INFO O| Aug 06 08:08:16.628 INFO STEP 1040 (remove_files) COMPLETE |
7002 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.628 INFO O| Aug 06 08:08:16.628 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.639 INFO O| Aug 06 08:08:16.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7004 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.639 INFO O| Aug 06 08:08:16.639 INFO STEP 1041 (remove_files) COMPLETE |
7005 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.639 INFO O| Aug 06 08:08:16.639 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.650 INFO O| Aug 06 08:08:16.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7007 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.650 INFO O| Aug 06 08:08:16.650 INFO STEP 1042 (remove_files) COMPLETE |
7008 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.650 INFO O| Aug 06 08:08:16.650 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.662 INFO O| Aug 06 08:08:16.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7010 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.662 INFO O| Aug 06 08:08:16.662 INFO STEP 1043 (remove_files) COMPLETE |
7011 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.662 INFO O| Aug 06 08:08:16.662 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.673 INFO O| Aug 06 08:08:16.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7013 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.673 INFO O| Aug 06 08:08:16.673 INFO STEP 1044 (remove_files) COMPLETE |
7014 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.673 INFO O| Aug 06 08:08:16.673 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.684 INFO O| Aug 06 08:08:16.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7016 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.684 INFO O| Aug 06 08:08:16.684 INFO STEP 1045 (remove_files) COMPLETE |
7017 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.685 INFO O| Aug 06 08:08:16.684 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.695 INFO O| Aug 06 08:08:16.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7019 | 2024-08-06T08:08:18.042Z | [ recovery-image] Aug 06 08:08:16.695 INFO O| Aug 06 08:08:16.695 INFO STEP 1046 (remove_files) COMPLETE |
7020 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.695 INFO O| Aug 06 08:08:16.695 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.705 INFO O| Aug 06 08:08:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7022 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.705 INFO O| Aug 06 08:08:16.705 INFO STEP 1047 (remove_files) COMPLETE |
7023 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.705 INFO O| Aug 06 08:08:16.705 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.715 INFO O| Aug 06 08:08:16.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7025 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.715 INFO O| Aug 06 08:08:16.715 INFO STEP 1048 (remove_files) COMPLETE |
7026 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.715 INFO O| Aug 06 08:08:16.715 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-08-06T08:08:18.046Z | [ host-image] Aug 06 08:08:16.718 INFO O| Aug 06 08:08:16.718 INFO O| Done |
7028 | 2024-08-06T08:08:18.046Z | [ host-image] Aug 06 08:08:16.718 INFO O| Aug 06 08:08:16.718 INFO O| Done |
7029 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.726 INFO O| Aug 06 08:08:16.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7030 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.726 INFO O| Aug 06 08:08:16.726 INFO STEP 1049 (remove_files) COMPLETE |
7031 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.726 INFO O| Aug 06 08:08:16.726 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.736 INFO O| Aug 06 08:08:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7033 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.737 INFO O| Aug 06 08:08:16.736 INFO STEP 1050 (remove_files) COMPLETE |
7034 | 2024-08-06T08:08:18.046Z | [ recovery-image] Aug 06 08:08:16.737 INFO O| Aug 06 08:08:16.737 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-08-06T08:08:18.050Z | [ recovery-image] Aug 06 08:08:16.746 INFO O| Aug 06 08:08:16.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7036 | 2024-08-06T08:08:18.050Z | [ recovery-image] Aug 06 08:08:16.746 INFO O| Aug 06 08:08:16.746 INFO STEP 1051 (remove_files) COMPLETE |
7037 | 2024-08-06T08:08:18.053Z | [ recovery-image] Aug 06 08:08:16.746 INFO O| Aug 06 08:08:16.746 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-08-06T08:08:18.060Z | [ recovery-image] Aug 06 08:08:16.756 INFO O| Aug 06 08:08:16.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7039 | 2024-08-06T08:08:18.060Z | [ recovery-image] Aug 06 08:08:16.756 INFO O| Aug 06 08:08:16.756 INFO STEP 1052 (remove_files) COMPLETE |
7040 | 2024-08-06T08:08:18.060Z | [ recovery-image] Aug 06 08:08:16.756 INFO O| Aug 06 08:08:16.756 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-08-06T08:08:18.070Z | [ recovery-image] Aug 06 08:08:16.766 INFO O| Aug 06 08:08:16.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7042 | 2024-08-06T08:08:18.070Z | [ recovery-image] Aug 06 08:08:16.766 INFO O| Aug 06 08:08:16.766 INFO STEP 1053 (remove_files) COMPLETE |
7043 | 2024-08-06T08:08:18.072Z | [ recovery-image] Aug 06 08:08:16.766 INFO O| Aug 06 08:08:16.766 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-08-06T08:08:18.079Z | [ recovery-image] Aug 06 08:08:16.776 INFO O| Aug 06 08:08:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7045 | 2024-08-06T08:08:18.079Z | [ recovery-image] Aug 06 08:08:16.776 INFO O| Aug 06 08:08:16.776 INFO STEP 1054 (remove_files) COMPLETE |
7046 | 2024-08-06T08:08:18.082Z | [ recovery-image] Aug 06 08:08:16.776 INFO O| Aug 06 08:08:16.776 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-08-06T08:08:18.089Z | [ recovery-image] Aug 06 08:08:16.785 INFO O| Aug 06 08:08:16.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7048 | 2024-08-06T08:08:18.091Z | [ recovery-image] Aug 06 08:08:16.785 INFO O| Aug 06 08:08:16.785 INFO STEP 1055 (remove_files) COMPLETE |
7049 | 2024-08-06T08:08:18.092Z | [ recovery-image] Aug 06 08:08:16.785 INFO O| Aug 06 08:08:16.785 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-08-06T08:08:18.100Z | [ recovery-image] Aug 06 08:08:16.796 INFO O| Aug 06 08:08:16.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7051 | 2024-08-06T08:08:18.103Z | [ recovery-image] Aug 06 08:08:16.796 INFO O| Aug 06 08:08:16.796 INFO STEP 1056 (remove_files) COMPLETE |
7052 | 2024-08-06T08:08:18.103Z | [ recovery-image] Aug 06 08:08:16.796 INFO O| Aug 06 08:08:16.796 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-08-06T08:08:18.110Z | [ recovery-image] Aug 06 08:08:16.806 INFO O| Aug 06 08:08:16.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7054 | 2024-08-06T08:08:18.110Z | [ recovery-image] Aug 06 08:08:16.806 INFO O| Aug 06 08:08:16.806 INFO STEP 1057 (remove_files) COMPLETE |
7055 | 2024-08-06T08:08:18.113Z | [ recovery-image] Aug 06 08:08:16.806 INFO O| Aug 06 08:08:16.806 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-08-06T08:08:18.119Z | [ recovery-image] Aug 06 08:08:16.816 INFO O| Aug 06 08:08:16.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7057 | 2024-08-06T08:08:18.120Z | [ recovery-image] Aug 06 08:08:16.816 INFO O| Aug 06 08:08:16.816 INFO STEP 1058 (remove_files) COMPLETE |
7058 | 2024-08-06T08:08:18.122Z | [ recovery-image] Aug 06 08:08:16.816 INFO O| Aug 06 08:08:16.816 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-08-06T08:08:18.129Z | [ recovery-image] Aug 06 08:08:16.826 INFO O| Aug 06 08:08:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7060 | 2024-08-06T08:08:18.132Z | [ recovery-image] Aug 06 08:08:16.826 INFO O| Aug 06 08:08:16.826 INFO STEP 1059 (remove_files) COMPLETE |
7061 | 2024-08-06T08:08:18.132Z | [ recovery-image] Aug 06 08:08:16.826 INFO O| Aug 06 08:08:16.826 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-08-06T08:08:18.139Z | [ recovery-image] Aug 06 08:08:16.835 INFO O| Aug 06 08:08:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7063 | 2024-08-06T08:08:18.142Z | [ recovery-image] Aug 06 08:08:16.835 INFO O| Aug 06 08:08:16.835 INFO STEP 1060 (remove_files) COMPLETE |
7064 | 2024-08-06T08:08:18.142Z | [ recovery-image] Aug 06 08:08:16.835 INFO O| Aug 06 08:08:16.835 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-08-06T08:08:18.148Z | [ recovery-image] Aug 06 08:08:16.845 INFO O| Aug 06 08:08:16.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7066 | 2024-08-06T08:08:18.148Z | [ recovery-image] Aug 06 08:08:16.845 INFO O| Aug 06 08:08:16.845 INFO STEP 1061 (remove_files) COMPLETE |
7067 | 2024-08-06T08:08:18.151Z | [ recovery-image] Aug 06 08:08:16.845 INFO O| Aug 06 08:08:16.845 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-08-06T08:08:18.158Z | [ recovery-image] Aug 06 08:08:16.854 INFO O| Aug 06 08:08:16.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7069 | 2024-08-06T08:08:18.158Z | [ recovery-image] Aug 06 08:08:16.854 INFO O| Aug 06 08:08:16.854 INFO STEP 1062 (remove_files) COMPLETE |
7070 | 2024-08-06T08:08:18.158Z | [ recovery-image] Aug 06 08:08:16.854 INFO O| Aug 06 08:08:16.854 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-08-06T08:08:18.168Z | [ recovery-image] Aug 06 08:08:16.864 INFO O| Aug 06 08:08:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7072 | 2024-08-06T08:08:18.168Z | [ recovery-image] Aug 06 08:08:16.864 INFO O| Aug 06 08:08:16.864 INFO STEP 1063 (remove_files) COMPLETE |
7073 | 2024-08-06T08:08:18.171Z | [ recovery-image] Aug 06 08:08:16.864 INFO O| Aug 06 08:08:16.864 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-08-06T08:08:18.178Z | [ recovery-image] Aug 06 08:08:16.874 INFO O| Aug 06 08:08:16.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7075 | 2024-08-06T08:08:18.178Z | [ recovery-image] Aug 06 08:08:16.874 INFO O| Aug 06 08:08:16.874 INFO STEP 1064 (remove_files) COMPLETE |
7076 | 2024-08-06T08:08:18.180Z | [ recovery-image] Aug 06 08:08:16.874 INFO O| Aug 06 08:08:16.874 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-08-06T08:08:18.187Z | [ recovery-image] Aug 06 08:08:16.884 INFO O| Aug 06 08:08:16.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7078 | 2024-08-06T08:08:18.187Z | [ recovery-image] Aug 06 08:08:16.884 INFO O| Aug 06 08:08:16.884 INFO STEP 1065 (remove_files) COMPLETE |
7079 | 2024-08-06T08:08:18.190Z | [ recovery-image] Aug 06 08:08:16.884 INFO O| Aug 06 08:08:16.884 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-08-06T08:08:18.197Z | [ recovery-image] Aug 06 08:08:16.893 INFO O| Aug 06 08:08:16.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7081 | 2024-08-06T08:08:18.197Z | [ recovery-image] Aug 06 08:08:16.893 INFO O| Aug 06 08:08:16.893 INFO STEP 1066 (remove_files) COMPLETE |
7082 | 2024-08-06T08:08:18.200Z | [ recovery-image] Aug 06 08:08:16.893 INFO O| Aug 06 08:08:16.893 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-08-06T08:08:18.206Z | [ recovery-image] Aug 06 08:08:16.903 INFO O| Aug 06 08:08:16.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7084 | 2024-08-06T08:08:18.206Z | [ recovery-image] Aug 06 08:08:16.903 INFO O| Aug 06 08:08:16.903 INFO STEP 1067 (remove_files) COMPLETE |
7085 | 2024-08-06T08:08:18.209Z | [ recovery-image] Aug 06 08:08:16.903 INFO O| Aug 06 08:08:16.903 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-08-06T08:08:18.216Z | [ recovery-image] Aug 06 08:08:16.912 INFO O| Aug 06 08:08:16.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7087 | 2024-08-06T08:08:18.216Z | [ recovery-image] Aug 06 08:08:16.912 INFO O| Aug 06 08:08:16.912 INFO STEP 1068 (remove_files) COMPLETE |
7088 | 2024-08-06T08:08:18.216Z | [ recovery-image] Aug 06 08:08:16.912 INFO O| Aug 06 08:08:16.912 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-08-06T08:08:18.226Z | [ recovery-image] Aug 06 08:08:16.922 INFO O| Aug 06 08:08:16.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7090 | 2024-08-06T08:08:18.226Z | [ recovery-image] Aug 06 08:08:16.922 INFO O| Aug 06 08:08:16.922 INFO STEP 1069 (remove_files) COMPLETE |
7091 | 2024-08-06T08:08:18.228Z | [ recovery-image] Aug 06 08:08:16.922 INFO O| Aug 06 08:08:16.922 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-08-06T08:08:18.235Z | [ recovery-image] Aug 06 08:08:16.931 INFO O| Aug 06 08:08:16.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7093 | 2024-08-06T08:08:18.236Z | [ recovery-image] Aug 06 08:08:16.931 INFO O| Aug 06 08:08:16.931 INFO STEP 1070 (remove_files) COMPLETE |
7094 | 2024-08-06T08:08:18.238Z | [ recovery-image] Aug 06 08:08:16.931 INFO O| Aug 06 08:08:16.931 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-08-06T08:08:18.245Z | [ recovery-image] Aug 06 08:08:16.941 INFO O| Aug 06 08:08:16.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7096 | 2024-08-06T08:08:18.245Z | [ recovery-image] Aug 06 08:08:16.941 INFO O| Aug 06 08:08:16.941 INFO STEP 1071 (remove_files) COMPLETE |
7097 | 2024-08-06T08:08:18.245Z | [ recovery-image] Aug 06 08:08:16.941 INFO O| Aug 06 08:08:16.941 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-08-06T08:08:18.254Z | [ recovery-image] Aug 06 08:08:16.951 INFO O| Aug 06 08:08:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7099 | 2024-08-06T08:08:18.254Z | [ recovery-image] Aug 06 08:08:16.951 INFO O| Aug 06 08:08:16.951 INFO STEP 1072 (remove_files) COMPLETE |
7100 | 2024-08-06T08:08:18.257Z | [ recovery-image] Aug 06 08:08:16.951 INFO O| Aug 06 08:08:16.951 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-08-06T08:08:18.264Z | [ recovery-image] Aug 06 08:08:16.960 INFO O| Aug 06 08:08:16.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7102 | 2024-08-06T08:08:18.267Z | [ recovery-image] Aug 06 08:08:16.960 INFO O| Aug 06 08:08:16.960 INFO STEP 1073 (remove_files) COMPLETE |
7103 | 2024-08-06T08:08:18.267Z | [ recovery-image] Aug 06 08:08:16.960 INFO O| Aug 06 08:08:16.960 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-08-06T08:08:18.273Z | [ recovery-image] Aug 06 08:08:16.970 INFO O| Aug 06 08:08:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7105 | 2024-08-06T08:08:18.276Z | [ recovery-image] Aug 06 08:08:16.970 INFO O| Aug 06 08:08:16.970 INFO STEP 1074 (remove_files) COMPLETE |
7106 | 2024-08-06T08:08:18.276Z | [ recovery-image] Aug 06 08:08:16.970 INFO O| Aug 06 08:08:16.970 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-08-06T08:08:18.283Z | [ recovery-image] Aug 06 08:08:16.979 INFO O| Aug 06 08:08:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7108 | 2024-08-06T08:08:18.283Z | [ recovery-image] Aug 06 08:08:16.979 INFO O| Aug 06 08:08:16.979 INFO STEP 1075 (remove_files) COMPLETE |
7109 | 2024-08-06T08:08:18.286Z | [ recovery-image] Aug 06 08:08:16.979 INFO O| Aug 06 08:08:16.979 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-08-06T08:08:18.293Z | [ recovery-image] Aug 06 08:08:16.989 INFO O| Aug 06 08:08:16.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7111 | 2024-08-06T08:08:18.293Z | [ recovery-image] Aug 06 08:08:16.989 INFO O| Aug 06 08:08:16.989 INFO STEP 1076 (remove_files) COMPLETE |
7112 | 2024-08-06T08:08:18.296Z | [ recovery-image] Aug 06 08:08:16.989 INFO O| Aug 06 08:08:16.989 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-08-06T08:08:18.302Z | [ recovery-image] Aug 06 08:08:16.998 INFO O| Aug 06 08:08:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7114 | 2024-08-06T08:08:18.302Z | [ recovery-image] Aug 06 08:08:16.999 INFO O| Aug 06 08:08:16.998 INFO STEP 1077 (remove_files) COMPLETE |
7115 | 2024-08-06T08:08:18.302Z | [ recovery-image] Aug 06 08:08:16.999 INFO O| Aug 06 08:08:16.999 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-08-06T08:08:18.313Z | [ recovery-image] Aug 06 08:08:17.009 INFO O| Aug 06 08:08:17.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7117 | 2024-08-06T08:08:18.313Z | [ recovery-image] Aug 06 08:08:17.009 INFO O| Aug 06 08:08:17.009 INFO STEP 1078 (remove_files) COMPLETE |
7118 | 2024-08-06T08:08:18.313Z | [ recovery-image] Aug 06 08:08:17.009 INFO O| Aug 06 08:08:17.009 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-08-06T08:08:18.323Z | [ recovery-image] Aug 06 08:08:17.019 INFO O| Aug 06 08:08:17.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7120 | 2024-08-06T08:08:18.323Z | [ recovery-image] Aug 06 08:08:17.019 INFO O| Aug 06 08:08:17.019 INFO STEP 1079 (remove_files) COMPLETE |
7121 | 2024-08-06T08:08:18.326Z | [ recovery-image] Aug 06 08:08:17.019 INFO O| Aug 06 08:08:17.019 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-08-06T08:08:18.333Z | [ recovery-image] Aug 06 08:08:17.029 INFO O| Aug 06 08:08:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7123 | 2024-08-06T08:08:18.333Z | [ recovery-image] Aug 06 08:08:17.029 INFO O| Aug 06 08:08:17.029 INFO STEP 1080 (remove_files) COMPLETE |
7124 | 2024-08-06T08:08:18.336Z | [ recovery-image] Aug 06 08:08:17.029 INFO O| Aug 06 08:08:17.029 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-08-06T08:08:18.342Z | [ recovery-image] Aug 06 08:08:17.039 INFO O| Aug 06 08:08:17.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7126 | 2024-08-06T08:08:18.345Z | [ recovery-image] Aug 06 08:08:17.039 INFO O| Aug 06 08:08:17.039 INFO STEP 1081 (remove_files) COMPLETE |
7127 | 2024-08-06T08:08:18.345Z | [ recovery-image] Aug 06 08:08:17.039 INFO O| Aug 06 08:08:17.039 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-08-06T08:08:18.352Z | [ recovery-image] Aug 06 08:08:17.048 INFO O| Aug 06 08:08:17.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7129 | 2024-08-06T08:08:18.355Z | [ recovery-image] Aug 06 08:08:17.048 INFO O| Aug 06 08:08:17.048 INFO STEP 1082 (remove_files) COMPLETE |
7130 | 2024-08-06T08:08:18.355Z | [ recovery-image] Aug 06 08:08:17.048 INFO O| Aug 06 08:08:17.048 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-08-06T08:08:18.358Z | [ host-image] Aug 06 08:08:17.054 INFO O| Aug 06 08:08:17.054 INFO O| Done |
7132 | 2024-08-06T08:08:18.361Z | [ recovery-image] Aug 06 08:08:17.058 INFO O| Aug 06 08:08:17.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7133 | 2024-08-06T08:08:18.364Z | [ recovery-image] Aug 06 08:08:17.058 INFO O| Aug 06 08:08:17.058 INFO STEP 1083 (remove_files) COMPLETE |
7134 | 2024-08-06T08:08:18.364Z | [ recovery-image] Aug 06 08:08:17.058 INFO O| Aug 06 08:08:17.058 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-08-06T08:08:18.372Z | [ recovery-image] Aug 06 08:08:17.068 INFO O| Aug 06 08:08:17.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7136 | 2024-08-06T08:08:18.372Z | [ recovery-image] Aug 06 08:08:17.068 INFO O| Aug 06 08:08:17.068 INFO STEP 1084 (remove_files) COMPLETE |
7137 | 2024-08-06T08:08:18.375Z | [ recovery-image] Aug 06 08:08:17.068 INFO O| Aug 06 08:08:17.068 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-08-06T08:08:18.381Z | [ recovery-image] Aug 06 08:08:17.078 INFO O| Aug 06 08:08:17.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7139 | 2024-08-06T08:08:18.384Z | [ recovery-image] Aug 06 08:08:17.078 INFO O| Aug 06 08:08:17.078 INFO STEP 1085 (remove_files) COMPLETE |
7140 | 2024-08-06T08:08:18.384Z | [ recovery-image] Aug 06 08:08:17.078 INFO O| Aug 06 08:08:17.078 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-08-06T08:08:18.391Z | [ recovery-image] Aug 06 08:08:17.087 INFO O| Aug 06 08:08:17.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7142 | 2024-08-06T08:08:18.393Z | [ recovery-image] Aug 06 08:08:17.087 INFO O| Aug 06 08:08:17.087 INFO STEP 1086 (remove_files) COMPLETE |
7143 | 2024-08-06T08:08:18.394Z | [ recovery-image] Aug 06 08:08:17.087 INFO O| Aug 06 08:08:17.087 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-06T08:08:18.400Z | [ recovery-image] Aug 06 08:08:17.097 INFO O| Aug 06 08:08:17.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7145 | 2024-08-06T08:08:18.400Z | [ recovery-image] Aug 06 08:08:17.097 INFO O| Aug 06 08:08:17.097 INFO STEP 1087 (remove_files) COMPLETE |
7146 | 2024-08-06T08:08:18.403Z | [ recovery-image] Aug 06 08:08:17.097 INFO O| Aug 06 08:08:17.097 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-08-06T08:08:18.410Z | [ recovery-image] Aug 06 08:08:17.106 INFO O| Aug 06 08:08:17.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7148 | 2024-08-06T08:08:18.413Z | [ recovery-image] Aug 06 08:08:17.106 INFO O| Aug 06 08:08:17.106 INFO STEP 1088 (remove_files) COMPLETE |
7149 | 2024-08-06T08:08:18.413Z | [ recovery-image] Aug 06 08:08:17.106 INFO O| Aug 06 08:08:17.106 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-08-06T08:08:18.419Z | [ recovery-image] Aug 06 08:08:17.116 INFO O| Aug 06 08:08:17.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7151 | 2024-08-06T08:08:18.422Z | [ recovery-image] Aug 06 08:08:17.116 INFO O| Aug 06 08:08:17.116 INFO STEP 1089 (remove_files) COMPLETE |
7152 | 2024-08-06T08:08:18.422Z | [ recovery-image] Aug 06 08:08:17.116 INFO O| Aug 06 08:08:17.116 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-08-06T08:08:18.429Z | [ recovery-image] Aug 06 08:08:17.126 INFO O| Aug 06 08:08:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7154 | 2024-08-06T08:08:18.433Z | [ recovery-image] Aug 06 08:08:17.126 INFO O| Aug 06 08:08:17.126 INFO STEP 1090 (remove_files) COMPLETE |
7155 | 2024-08-06T08:08:18.433Z | [ recovery-image] Aug 06 08:08:17.126 INFO O| Aug 06 08:08:17.126 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-08-06T08:08:18.439Z | [ recovery-image] Aug 06 08:08:17.135 INFO O| Aug 06 08:08:17.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7157 | 2024-08-06T08:08:18.439Z | [ recovery-image] Aug 06 08:08:17.135 INFO O| Aug 06 08:08:17.135 INFO STEP 1091 (remove_files) COMPLETE |
7158 | 2024-08-06T08:08:18.442Z | [ recovery-image] Aug 06 08:08:17.135 INFO O| Aug 06 08:08:17.135 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-08-06T08:08:18.449Z | [ recovery-image] Aug 06 08:08:17.145 INFO O| Aug 06 08:08:17.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7160 | 2024-08-06T08:08:18.452Z | [ recovery-image] Aug 06 08:08:17.145 INFO O| Aug 06 08:08:17.145 INFO STEP 1092 (remove_files) COMPLETE |
7161 | 2024-08-06T08:08:18.452Z | [ recovery-image] Aug 06 08:08:17.145 INFO O| Aug 06 08:08:17.145 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-08-06T08:08:18.458Z | [ recovery-image] Aug 06 08:08:17.154 INFO O| Aug 06 08:08:17.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7163 | 2024-08-06T08:08:18.458Z | [ recovery-image] Aug 06 08:08:17.154 INFO O| Aug 06 08:08:17.154 INFO STEP 1093 (remove_files) COMPLETE |
7164 | 2024-08-06T08:08:18.461Z | [ recovery-image] Aug 06 08:08:17.154 INFO O| Aug 06 08:08:17.154 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-08-06T08:08:18.468Z | [ recovery-image] Aug 06 08:08:17.164 INFO O| Aug 06 08:08:17.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7166 | 2024-08-06T08:08:18.471Z | [ recovery-image] Aug 06 08:08:17.164 INFO O| Aug 06 08:08:17.164 INFO STEP 1094 (remove_files) COMPLETE |
7167 | 2024-08-06T08:08:18.471Z | [ recovery-image] Aug 06 08:08:17.164 INFO O| Aug 06 08:08:17.164 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-08-06T08:08:18.477Z | [ recovery-image] Aug 06 08:08:17.173 INFO O| Aug 06 08:08:17.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7169 | 2024-08-06T08:08:18.477Z | [ recovery-image] Aug 06 08:08:17.173 INFO O| Aug 06 08:08:17.173 INFO STEP 1095 (remove_files) COMPLETE |
7170 | 2024-08-06T08:08:18.480Z | [ recovery-image] Aug 06 08:08:17.174 INFO O| Aug 06 08:08:17.173 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-08-06T08:08:18.487Z | [ recovery-image] Aug 06 08:08:17.183 INFO O| Aug 06 08:08:17.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7172 | 2024-08-06T08:08:18.487Z | [ recovery-image] Aug 06 08:08:17.183 INFO O| Aug 06 08:08:17.183 INFO STEP 1096 (remove_files) COMPLETE |
7173 | 2024-08-06T08:08:18.487Z | [ recovery-image] Aug 06 08:08:17.183 INFO O| Aug 06 08:08:17.183 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-08-06T08:08:18.496Z | [ recovery-image] Aug 06 08:08:17.192 INFO O| Aug 06 08:08:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7175 | 2024-08-06T08:08:18.496Z | [ recovery-image] Aug 06 08:08:17.192 INFO O| Aug 06 08:08:17.192 INFO STEP 1097 (remove_files) COMPLETE |
7176 | 2024-08-06T08:08:18.496Z | [ recovery-image] Aug 06 08:08:17.192 INFO O| Aug 06 08:08:17.192 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-08-06T08:08:18.505Z | [ recovery-image] Aug 06 08:08:17.202 INFO O| Aug 06 08:08:17.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7178 | 2024-08-06T08:08:18.505Z | [ recovery-image] Aug 06 08:08:17.202 INFO O| Aug 06 08:08:17.202 INFO STEP 1098 (remove_files) COMPLETE |
7179 | 2024-08-06T08:08:18.508Z | [ recovery-image] Aug 06 08:08:17.202 INFO O| Aug 06 08:08:17.202 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-08-06T08:08:18.515Z | [ recovery-image] Aug 06 08:08:17.211 INFO O| Aug 06 08:08:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7181 | 2024-08-06T08:08:18.515Z | [ recovery-image] Aug 06 08:08:17.211 INFO O| Aug 06 08:08:17.211 INFO STEP 1099 (remove_files) COMPLETE |
7182 | 2024-08-06T08:08:18.518Z | [ recovery-image] Aug 06 08:08:17.211 INFO O| Aug 06 08:08:17.211 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-08-06T08:08:18.524Z | [ recovery-image] Aug 06 08:08:17.220 INFO O| Aug 06 08:08:17.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7184 | 2024-08-06T08:08:18.527Z | [ recovery-image] Aug 06 08:08:17.221 INFO O| Aug 06 08:08:17.221 INFO STEP 1100 (remove_files) COMPLETE |
7185 | 2024-08-06T08:08:18.527Z | [ recovery-image] Aug 06 08:08:17.221 INFO O| Aug 06 08:08:17.221 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-08-06T08:08:18.534Z | [ recovery-image] Aug 06 08:08:17.230 INFO O| Aug 06 08:08:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7187 | 2024-08-06T08:08:18.534Z | [ recovery-image] Aug 06 08:08:17.230 INFO O| Aug 06 08:08:17.230 INFO STEP 1101 (remove_files) COMPLETE |
7188 | 2024-08-06T08:08:18.537Z | [ recovery-image] Aug 06 08:08:17.230 INFO O| Aug 06 08:08:17.230 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-08-06T08:08:18.543Z | [ recovery-image] Aug 06 08:08:17.240 INFO O| Aug 06 08:08:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7190 | 2024-08-06T08:08:18.543Z | [ recovery-image] Aug 06 08:08:17.240 INFO O| Aug 06 08:08:17.240 INFO STEP 1102 (remove_files) COMPLETE |
7191 | 2024-08-06T08:08:18.546Z | [ recovery-image] Aug 06 08:08:17.240 INFO O| Aug 06 08:08:17.240 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-08-06T08:08:18.553Z | [ recovery-image] Aug 06 08:08:17.249 INFO O| Aug 06 08:08:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7193 | 2024-08-06T08:08:18.553Z | [ recovery-image] Aug 06 08:08:17.249 INFO O| Aug 06 08:08:17.249 INFO STEP 1103 (remove_files) COMPLETE |
7194 | 2024-08-06T08:08:18.553Z | [ recovery-image] Aug 06 08:08:17.249 INFO O| Aug 06 08:08:17.249 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-08-06T08:08:18.562Z | [ recovery-image] Aug 06 08:08:17.258 INFO O| Aug 06 08:08:17.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7196 | 2024-08-06T08:08:18.562Z | [ recovery-image] Aug 06 08:08:17.258 INFO O| Aug 06 08:08:17.258 INFO STEP 1104 (remove_files) COMPLETE |
7197 | 2024-08-06T08:08:18.565Z | [ recovery-image] Aug 06 08:08:17.258 INFO O| Aug 06 08:08:17.258 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-08-06T08:08:18.572Z | [ recovery-image] Aug 06 08:08:17.268 INFO O| Aug 06 08:08:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7199 | 2024-08-06T08:08:18.572Z | [ recovery-image] Aug 06 08:08:17.268 INFO O| Aug 06 08:08:17.268 INFO STEP 1105 (remove_files) COMPLETE |
7200 | 2024-08-06T08:08:18.572Z | [ recovery-image] Aug 06 08:08:17.268 INFO O| Aug 06 08:08:17.268 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-08-06T08:08:18.581Z | [ recovery-image] Aug 06 08:08:17.277 INFO O| Aug 06 08:08:17.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7202 | 2024-08-06T08:08:18.584Z | [ recovery-image] Aug 06 08:08:17.277 INFO O| Aug 06 08:08:17.277 INFO STEP 1106 (remove_files) COMPLETE |
7203 | 2024-08-06T08:08:18.584Z | [ recovery-image] Aug 06 08:08:17.277 INFO O| Aug 06 08:08:17.277 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-08-06T08:08:18.590Z | [ recovery-image] Aug 06 08:08:17.287 INFO O| Aug 06 08:08:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7205 | 2024-08-06T08:08:18.590Z | [ recovery-image] Aug 06 08:08:17.287 INFO O| Aug 06 08:08:17.287 INFO STEP 1107 (remove_files) COMPLETE |
7206 | 2024-08-06T08:08:18.593Z | [ recovery-image] Aug 06 08:08:17.287 INFO O| Aug 06 08:08:17.287 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-08-06T08:08:18.600Z | [ recovery-image] Aug 06 08:08:17.296 INFO O| Aug 06 08:08:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7208 | 2024-08-06T08:08:18.600Z | [ recovery-image] Aug 06 08:08:17.296 INFO O| Aug 06 08:08:17.296 INFO STEP 1108 (remove_files) COMPLETE |
7209 | 2024-08-06T08:08:18.603Z | [ recovery-image] Aug 06 08:08:17.296 INFO O| Aug 06 08:08:17.296 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-08-06T08:08:18.609Z | [ recovery-image] Aug 06 08:08:17.306 INFO O| Aug 06 08:08:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7211 | 2024-08-06T08:08:18.610Z | [ recovery-image] Aug 06 08:08:17.306 INFO O| Aug 06 08:08:17.306 INFO STEP 1109 (remove_files) COMPLETE |
7212 | 2024-08-06T08:08:18.612Z | [ recovery-image] Aug 06 08:08:17.306 INFO O| Aug 06 08:08:17.306 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-08-06T08:08:18.619Z | [ recovery-image] Aug 06 08:08:17.315 INFO O| Aug 06 08:08:17.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7214 | 2024-08-06T08:08:18.619Z | [ recovery-image] Aug 06 08:08:17.315 INFO O| Aug 06 08:08:17.315 INFO STEP 1110 (remove_files) COMPLETE |
7215 | 2024-08-06T08:08:18.622Z | [ recovery-image] Aug 06 08:08:17.315 INFO O| Aug 06 08:08:17.315 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-08-06T08:08:18.628Z | [ recovery-image] Aug 06 08:08:17.324 INFO O| Aug 06 08:08:17.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7217 | 2024-08-06T08:08:18.628Z | [ recovery-image] Aug 06 08:08:17.324 INFO O| Aug 06 08:08:17.324 INFO STEP 1111 (remove_files) COMPLETE |
7218 | 2024-08-06T08:08:18.631Z | [ recovery-image] Aug 06 08:08:17.324 INFO O| Aug 06 08:08:17.324 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-08-06T08:08:18.638Z | [ recovery-image] Aug 06 08:08:17.334 INFO O| Aug 06 08:08:17.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7220 | 2024-08-06T08:08:18.640Z | [ recovery-image] Aug 06 08:08:17.334 INFO O| Aug 06 08:08:17.334 INFO STEP 1112 (remove_files) COMPLETE |
7221 | 2024-08-06T08:08:18.640Z | [ recovery-image] Aug 06 08:08:17.334 INFO O| Aug 06 08:08:17.334 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-08-06T08:08:18.647Z | [ recovery-image] Aug 06 08:08:17.343 INFO O| Aug 06 08:08:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7223 | 2024-08-06T08:08:18.647Z | [ recovery-image] Aug 06 08:08:17.343 INFO O| Aug 06 08:08:17.343 INFO STEP 1113 (remove_files) COMPLETE |
7224 | 2024-08-06T08:08:18.650Z | [ recovery-image] Aug 06 08:08:17.343 INFO O| Aug 06 08:08:17.343 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-08-06T08:08:18.656Z | [ recovery-image] Aug 06 08:08:17.352 INFO O| Aug 06 08:08:17.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7226 | 2024-08-06T08:08:18.656Z | [ recovery-image] Aug 06 08:08:17.353 INFO O| Aug 06 08:08:17.353 INFO STEP 1114 (remove_files) COMPLETE |
7227 | 2024-08-06T08:08:18.659Z | [ recovery-image] Aug 06 08:08:17.353 INFO O| Aug 06 08:08:17.353 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-08-06T08:08:18.666Z | [ recovery-image] Aug 06 08:08:17.362 INFO O| Aug 06 08:08:17.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7229 | 2024-08-06T08:08:18.666Z | [ recovery-image] Aug 06 08:08:17.362 INFO O| Aug 06 08:08:17.362 INFO STEP 1115 (remove_files) COMPLETE |
7230 | 2024-08-06T08:08:18.666Z | [ recovery-image] Aug 06 08:08:17.362 INFO O| Aug 06 08:08:17.362 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-08-06T08:08:18.675Z | [ recovery-image] Aug 06 08:08:17.371 INFO O| Aug 06 08:08:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7232 | 2024-08-06T08:08:18.678Z | [ recovery-image] Aug 06 08:08:17.372 INFO O| Aug 06 08:08:17.372 INFO STEP 1116 (remove_files) COMPLETE |
7233 | 2024-08-06T08:08:18.678Z | [ recovery-image] Aug 06 08:08:17.372 INFO O| Aug 06 08:08:17.372 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-08-06T08:08:18.685Z | [ recovery-image] Aug 06 08:08:17.381 INFO O| Aug 06 08:08:17.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7235 | 2024-08-06T08:08:18.685Z | [ recovery-image] Aug 06 08:08:17.381 INFO O| Aug 06 08:08:17.381 INFO STEP 1117 (remove_files) COMPLETE |
7236 | 2024-08-06T08:08:18.688Z | [ recovery-image] Aug 06 08:08:17.381 INFO O| Aug 06 08:08:17.381 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-08-06T08:08:18.698Z | [ recovery-image] Aug 06 08:08:17.390 INFO O| Aug 06 08:08:17.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7238 | 2024-08-06T08:08:18.698Z | [ recovery-image] Aug 06 08:08:17.390 INFO O| Aug 06 08:08:17.390 INFO STEP 1118 (remove_files) COMPLETE |
7239 | 2024-08-06T08:08:18.698Z | [ recovery-image] Aug 06 08:08:17.390 INFO O| Aug 06 08:08:17.390 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-08-06T08:08:18.703Z | [ recovery-image] Aug 06 08:08:17.400 INFO O| Aug 06 08:08:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7241 | 2024-08-06T08:08:18.706Z | [ recovery-image] Aug 06 08:08:17.400 INFO O| Aug 06 08:08:17.400 INFO STEP 1119 (remove_files) COMPLETE |
7242 | 2024-08-06T08:08:18.706Z | [ recovery-image] Aug 06 08:08:17.400 INFO O| Aug 06 08:08:17.400 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-08-06T08:08:18.713Z | [ recovery-image] Aug 06 08:08:17.409 INFO O| Aug 06 08:08:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7244 | 2024-08-06T08:08:18.713Z | [ recovery-image] Aug 06 08:08:17.409 INFO O| Aug 06 08:08:17.409 INFO STEP 1120 (remove_files) COMPLETE |
7245 | 2024-08-06T08:08:18.715Z | [ recovery-image] Aug 06 08:08:17.409 INFO O| Aug 06 08:08:17.409 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-08-06T08:08:18.722Z | [ recovery-image] Aug 06 08:08:17.418 INFO O| Aug 06 08:08:17.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7247 | 2024-08-06T08:08:18.725Z | [ recovery-image] Aug 06 08:08:17.418 INFO O| Aug 06 08:08:17.418 INFO STEP 1121 (remove_files) COMPLETE |
7248 | 2024-08-06T08:08:18.725Z | [ recovery-image] Aug 06 08:08:17.418 INFO O| Aug 06 08:08:17.418 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-08-06T08:08:18.731Z | [ recovery-image] Aug 06 08:08:17.427 INFO O| Aug 06 08:08:17.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7250 | 2024-08-06T08:08:18.731Z | [ recovery-image] Aug 06 08:08:17.427 INFO O| Aug 06 08:08:17.427 INFO STEP 1122 (remove_files) COMPLETE |
7251 | 2024-08-06T08:08:18.734Z | [ recovery-image] Aug 06 08:08:17.427 INFO O| Aug 06 08:08:17.427 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-08-06T08:08:18.741Z | [ recovery-image] Aug 06 08:08:17.437 INFO O| Aug 06 08:08:17.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7253 | 2024-08-06T08:08:18.741Z | [ recovery-image] Aug 06 08:08:17.438 INFO O| Aug 06 08:08:17.438 INFO STEP 1123 (remove_files) COMPLETE |
7254 | 2024-08-06T08:08:18.744Z | [ recovery-image] Aug 06 08:08:17.438 INFO O| Aug 06 08:08:17.438 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-08-06T08:08:18.752Z | [ recovery-image] Aug 06 08:08:17.448 INFO O| Aug 06 08:08:17.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7256 | 2024-08-06T08:08:18.752Z | [ recovery-image] Aug 06 08:08:17.448 INFO O| Aug 06 08:08:17.448 INFO STEP 1124 (remove_files) COMPLETE |
7257 | 2024-08-06T08:08:18.752Z | [ recovery-image] Aug 06 08:08:17.448 INFO O| Aug 06 08:08:17.448 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-08-06T08:08:18.763Z | [ recovery-image] Aug 06 08:08:17.459 INFO O| Aug 06 08:08:17.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7259 | 2024-08-06T08:08:18.766Z | [ recovery-image] Aug 06 08:08:17.459 INFO O| Aug 06 08:08:17.459 INFO STEP 1125 (remove_files) COMPLETE |
7260 | 2024-08-06T08:08:18.766Z | [ recovery-image] Aug 06 08:08:17.459 INFO O| Aug 06 08:08:17.459 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-08-06T08:08:18.773Z | [ recovery-image] Aug 06 08:08:17.469 INFO O| Aug 06 08:08:17.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7262 | 2024-08-06T08:08:18.773Z | [ recovery-image] Aug 06 08:08:17.469 INFO O| Aug 06 08:08:17.469 INFO STEP 1126 (remove_files) COMPLETE |
7263 | 2024-08-06T08:08:18.773Z | [ recovery-image] Aug 06 08:08:17.469 INFO O| Aug 06 08:08:17.469 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-06T08:08:18.783Z | [ recovery-image] Aug 06 08:08:17.479 INFO O| Aug 06 08:08:17.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7265 | 2024-08-06T08:08:18.783Z | [ recovery-image] Aug 06 08:08:17.479 INFO O| Aug 06 08:08:17.479 INFO STEP 1127 (remove_files) COMPLETE |
7266 | 2024-08-06T08:08:18.785Z | [ recovery-image] Aug 06 08:08:17.479 INFO O| Aug 06 08:08:17.479 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-06T08:08:18.792Z | [ recovery-image] Aug 06 08:08:17.489 INFO O| Aug 06 08:08:17.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7268 | 2024-08-06T08:08:18.792Z | [ recovery-image] Aug 06 08:08:17.489 INFO O| Aug 06 08:08:17.489 INFO STEP 1128 (remove_files) COMPLETE |
7269 | 2024-08-06T08:08:18.792Z | [ recovery-image] Aug 06 08:08:17.489 INFO O| Aug 06 08:08:17.489 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-08-06T08:08:18.802Z | [ recovery-image] Aug 06 08:08:17.498 INFO O| Aug 06 08:08:17.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7271 | 2024-08-06T08:08:18.802Z | [ recovery-image] Aug 06 08:08:17.498 INFO O| Aug 06 08:08:17.498 INFO STEP 1129 (remove_files) COMPLETE |
7272 | 2024-08-06T08:08:18.802Z | [ recovery-image] Aug 06 08:08:17.498 INFO O| Aug 06 08:08:17.498 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-08-06T08:08:18.812Z | [ recovery-image] Aug 06 08:08:17.509 INFO O| Aug 06 08:08:17.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7274 | 2024-08-06T08:08:18.812Z | [ recovery-image] Aug 06 08:08:17.509 INFO O| Aug 06 08:08:17.509 INFO STEP 1130 (remove_files) COMPLETE |
7275 | 2024-08-06T08:08:18.815Z | [ recovery-image] Aug 06 08:08:17.509 INFO O| Aug 06 08:08:17.509 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-08-06T08:08:18.822Z | [ recovery-image] Aug 06 08:08:17.518 INFO O| Aug 06 08:08:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7277 | 2024-08-06T08:08:18.825Z | [ recovery-image] Aug 06 08:08:17.518 INFO O| Aug 06 08:08:17.518 INFO STEP 1131 (remove_files) COMPLETE |
7278 | 2024-08-06T08:08:18.825Z | [ recovery-image] Aug 06 08:08:17.518 INFO O| Aug 06 08:08:17.518 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-08-06T08:08:18.831Z | [ recovery-image] Aug 06 08:08:17.528 INFO O| Aug 06 08:08:17.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7280 | 2024-08-06T08:08:18.832Z | [ recovery-image] Aug 06 08:08:17.528 INFO O| Aug 06 08:08:17.528 INFO STEP 1132 (remove_files) COMPLETE |
7281 | 2024-08-06T08:08:18.834Z | [ recovery-image] Aug 06 08:08:17.528 INFO O| Aug 06 08:08:17.528 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-08-06T08:08:18.841Z | [ recovery-image] Aug 06 08:08:17.537 INFO O| Aug 06 08:08:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7283 | 2024-08-06T08:08:18.844Z | [ recovery-image] Aug 06 08:08:17.537 INFO O| Aug 06 08:08:17.537 INFO STEP 1133 (remove_files) COMPLETE |
7284 | 2024-08-06T08:08:18.844Z | [ recovery-image] Aug 06 08:08:17.537 INFO O| Aug 06 08:08:17.537 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-08-06T08:08:18.850Z | [ recovery-image] Aug 06 08:08:17.546 INFO O| Aug 06 08:08:17.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7286 | 2024-08-06T08:08:18.853Z | [ recovery-image] Aug 06 08:08:17.547 INFO O| Aug 06 08:08:17.546 INFO STEP 1134 (remove_files) COMPLETE |
7287 | 2024-08-06T08:08:18.853Z | [ recovery-image] Aug 06 08:08:17.547 INFO O| Aug 06 08:08:17.547 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-08-06T08:08:18.860Z | [ recovery-image] Aug 06 08:08:17.556 INFO O| Aug 06 08:08:17.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7289 | 2024-08-06T08:08:18.860Z | [ recovery-image] Aug 06 08:08:17.557 INFO O| Aug 06 08:08:17.556 INFO STEP 1135 (remove_files) COMPLETE |
7290 | 2024-08-06T08:08:18.863Z | [ recovery-image] Aug 06 08:08:17.557 INFO O| Aug 06 08:08:17.556 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-08-06T08:08:18.870Z | [ recovery-image] Aug 06 08:08:17.566 INFO O| Aug 06 08:08:17.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7292 | 2024-08-06T08:08:18.873Z | [ recovery-image] Aug 06 08:08:17.566 INFO O| Aug 06 08:08:17.566 INFO STEP 1136 (remove_files) COMPLETE |
7293 | 2024-08-06T08:08:18.873Z | [ recovery-image] Aug 06 08:08:17.566 INFO O| Aug 06 08:08:17.566 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-08-06T08:08:18.879Z | [ recovery-image] Aug 06 08:08:17.576 INFO O| Aug 06 08:08:17.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7295 | 2024-08-06T08:08:18.879Z | [ recovery-image] Aug 06 08:08:17.576 INFO O| Aug 06 08:08:17.576 INFO STEP 1137 (remove_files) COMPLETE |
7296 | 2024-08-06T08:08:18.882Z | [ recovery-image] Aug 06 08:08:17.576 INFO O| Aug 06 08:08:17.576 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-08-06T08:08:18.889Z | [ recovery-image] Aug 06 08:08:17.585 INFO O| Aug 06 08:08:17.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7298 | 2024-08-06T08:08:18.889Z | [ recovery-image] Aug 06 08:08:17.586 INFO O| Aug 06 08:08:17.586 INFO STEP 1138 (remove_files) COMPLETE |
7299 | 2024-08-06T08:08:18.892Z | [ recovery-image] Aug 06 08:08:17.586 INFO O| Aug 06 08:08:17.586 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-08-06T08:08:18.899Z | [ recovery-image] Aug 06 08:08:17.595 INFO O| Aug 06 08:08:17.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7301 | 2024-08-06T08:08:18.899Z | [ recovery-image] Aug 06 08:08:17.595 INFO O| Aug 06 08:08:17.595 INFO STEP 1139 (remove_files) COMPLETE |
7302 | 2024-08-06T08:08:18.899Z | [ recovery-image] Aug 06 08:08:17.595 INFO O| Aug 06 08:08:17.595 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-08-06T08:08:18.909Z | [ recovery-image] Aug 06 08:08:17.605 INFO O| Aug 06 08:08:17.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7304 | 2024-08-06T08:08:18.913Z | [ recovery-image] Aug 06 08:08:17.605 INFO O| Aug 06 08:08:17.605 INFO STEP 1140 (remove_files) COMPLETE |
7305 | 2024-08-06T08:08:18.913Z | [ recovery-image] Aug 06 08:08:17.605 INFO O| Aug 06 08:08:17.605 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-08-06T08:08:18.918Z | [ recovery-image] Aug 06 08:08:17.614 INFO O| Aug 06 08:08:17.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7307 | 2024-08-06T08:08:18.918Z | [ recovery-image] Aug 06 08:08:17.614 INFO O| Aug 06 08:08:17.614 INFO STEP 1141 (remove_files) COMPLETE |
7308 | 2024-08-06T08:08:18.918Z | [ recovery-image] Aug 06 08:08:17.614 INFO O| Aug 06 08:08:17.614 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-08-06T08:08:18.928Z | [ recovery-image] Aug 06 08:08:17.624 INFO O| Aug 06 08:08:17.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7310 | 2024-08-06T08:08:18.930Z | [ recovery-image] Aug 06 08:08:17.624 INFO O| Aug 06 08:08:17.624 INFO STEP 1142 (remove_files) COMPLETE |
7311 | 2024-08-06T08:08:18.930Z | [ recovery-image] Aug 06 08:08:17.624 INFO O| Aug 06 08:08:17.624 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-08-06T08:08:18.937Z | [ recovery-image] Aug 06 08:08:17.633 INFO O| Aug 06 08:08:17.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7313 | 2024-08-06T08:08:18.937Z | [ recovery-image] Aug 06 08:08:17.634 INFO O| Aug 06 08:08:17.633 INFO STEP 1143 (remove_files) COMPLETE |
7314 | 2024-08-06T08:08:18.937Z | [ recovery-image] Aug 06 08:08:17.634 INFO O| Aug 06 08:08:17.634 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-08-06T08:08:18.947Z | [ recovery-image] Aug 06 08:08:17.643 INFO O| Aug 06 08:08:17.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7316 | 2024-08-06T08:08:18.947Z | [ recovery-image] Aug 06 08:08:17.643 INFO O| Aug 06 08:08:17.643 INFO STEP 1144 (remove_files) COMPLETE |
7317 | 2024-08-06T08:08:18.950Z | [ recovery-image] Aug 06 08:08:17.643 INFO O| Aug 06 08:08:17.643 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-08-06T08:08:18.957Z | [ recovery-image] Aug 06 08:08:17.653 INFO O| Aug 06 08:08:17.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7319 | 2024-08-06T08:08:18.957Z | [ recovery-image] Aug 06 08:08:17.653 INFO O| Aug 06 08:08:17.653 INFO STEP 1145 (remove_files) COMPLETE |
7320 | 2024-08-06T08:08:18.959Z | [ recovery-image] Aug 06 08:08:17.653 INFO O| Aug 06 08:08:17.653 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-08-06T08:08:18.966Z | [ recovery-image] Aug 06 08:08:17.662 INFO O| Aug 06 08:08:17.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7322 | 2024-08-06T08:08:18.966Z | [ recovery-image] Aug 06 08:08:17.662 INFO O| Aug 06 08:08:17.662 INFO STEP 1146 (remove_files) COMPLETE |
7323 | 2024-08-06T08:08:18.966Z | [ recovery-image] Aug 06 08:08:17.662 INFO O| Aug 06 08:08:17.662 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-08-06T08:08:18.976Z | [ recovery-image] Aug 06 08:08:17.672 INFO O| Aug 06 08:08:17.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7325 | 2024-08-06T08:08:18.976Z | [ recovery-image] Aug 06 08:08:17.672 INFO O| Aug 06 08:08:17.672 INFO STEP 1147 (remove_files) COMPLETE |
7326 | 2024-08-06T08:08:18.976Z | [ recovery-image] Aug 06 08:08:17.672 INFO O| Aug 06 08:08:17.672 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-08-06T08:08:18.986Z | [ recovery-image] Aug 06 08:08:17.682 INFO O| Aug 06 08:08:17.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7328 | 2024-08-06T08:08:18.986Z | [ recovery-image] Aug 06 08:08:17.682 INFO O| Aug 06 08:08:17.682 INFO STEP 1148 (remove_files) COMPLETE |
7329 | 2024-08-06T08:08:18.986Z | [ recovery-image] Aug 06 08:08:17.682 INFO O| Aug 06 08:08:17.682 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-08-06T08:08:18.996Z | [ recovery-image] Aug 06 08:08:17.692 INFO O| Aug 06 08:08:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7331 | 2024-08-06T08:08:18.996Z | [ recovery-image] Aug 06 08:08:17.692 INFO O| Aug 06 08:08:17.692 INFO STEP 1149 (remove_files) COMPLETE |
7332 | 2024-08-06T08:08:18.999Z | [ recovery-image] Aug 06 08:08:17.692 INFO O| Aug 06 08:08:17.692 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-08-06T08:08:19.006Z | [ recovery-image] Aug 06 08:08:17.702 INFO O| Aug 06 08:08:17.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7334 | 2024-08-06T08:08:19.006Z | [ recovery-image] Aug 06 08:08:17.702 INFO O| Aug 06 08:08:17.702 INFO STEP 1150 (remove_files) COMPLETE |
7335 | 2024-08-06T08:08:19.009Z | [ recovery-image] Aug 06 08:08:17.702 INFO O| Aug 06 08:08:17.702 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-08-06T08:08:19.017Z | [ recovery-image] Aug 06 08:08:17.712 INFO O| Aug 06 08:08:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7337 | 2024-08-06T08:08:19.017Z | [ recovery-image] Aug 06 08:08:17.713 INFO O| Aug 06 08:08:17.713 INFO STEP 1151 (remove_files) COMPLETE |
7338 | 2024-08-06T08:08:19.020Z | [ recovery-image] Aug 06 08:08:17.713 INFO O| Aug 06 08:08:17.713 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-08-06T08:08:19.026Z | [ recovery-image] Aug 06 08:08:17.722 INFO O| Aug 06 08:08:17.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7340 | 2024-08-06T08:08:19.029Z | [ recovery-image] Aug 06 08:08:17.723 INFO O| Aug 06 08:08:17.722 INFO STEP 1152 (remove_files) COMPLETE |
7341 | 2024-08-06T08:08:19.029Z | [ recovery-image] Aug 06 08:08:17.723 INFO O| Aug 06 08:08:17.723 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-08-06T08:08:19.036Z | [ recovery-image] Aug 06 08:08:17.732 INFO O| Aug 06 08:08:17.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7343 | 2024-08-06T08:08:19.036Z | [ recovery-image] Aug 06 08:08:17.732 INFO O| Aug 06 08:08:17.732 INFO STEP 1153 (remove_files) COMPLETE |
7344 | 2024-08-06T08:08:19.039Z | [ recovery-image] Aug 06 08:08:17.732 INFO O| Aug 06 08:08:17.732 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-08-06T08:08:19.046Z | [ recovery-image] Aug 06 08:08:17.742 INFO O| Aug 06 08:08:17.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7346 | 2024-08-06T08:08:19.046Z | [ recovery-image] Aug 06 08:08:17.742 INFO O| Aug 06 08:08:17.742 INFO STEP 1154 (remove_files) COMPLETE |
7347 | 2024-08-06T08:08:19.049Z | [ recovery-image] Aug 06 08:08:17.742 INFO O| Aug 06 08:08:17.742 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-08-06T08:08:19.055Z | [ recovery-image] Aug 06 08:08:17.752 INFO O| Aug 06 08:08:17.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7349 | 2024-08-06T08:08:19.055Z | [ recovery-image] Aug 06 08:08:17.752 INFO O| Aug 06 08:08:17.752 INFO STEP 1155 (remove_files) COMPLETE |
7350 | 2024-08-06T08:08:19.058Z | [ recovery-image] Aug 06 08:08:17.752 INFO O| Aug 06 08:08:17.752 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-08-06T08:08:19.066Z | [ recovery-image] Aug 06 08:08:17.762 INFO O| Aug 06 08:08:17.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7352 | 2024-08-06T08:08:19.066Z | [ recovery-image] Aug 06 08:08:17.762 INFO O| Aug 06 08:08:17.762 INFO STEP 1156 (remove_files) COMPLETE |
7353 | 2024-08-06T08:08:19.069Z | [ recovery-image] Aug 06 08:08:17.762 INFO O| Aug 06 08:08:17.762 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-08-06T08:08:19.076Z | [ recovery-image] Aug 06 08:08:17.772 INFO O| Aug 06 08:08:17.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7355 | 2024-08-06T08:08:19.076Z | [ recovery-image] Aug 06 08:08:17.772 INFO O| Aug 06 08:08:17.772 INFO STEP 1157 (remove_files) COMPLETE |
7356 | 2024-08-06T08:08:19.079Z | [ recovery-image] Aug 06 08:08:17.772 INFO O| Aug 06 08:08:17.772 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-08-06T08:08:19.086Z | [ recovery-image] Aug 06 08:08:17.783 INFO O| Aug 06 08:08:17.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7358 | 2024-08-06T08:08:19.086Z | [ recovery-image] Aug 06 08:08:17.783 INFO O| Aug 06 08:08:17.783 INFO STEP 1158 (remove_files) COMPLETE |
7359 | 2024-08-06T08:08:19.089Z | [ recovery-image] Aug 06 08:08:17.783 INFO O| Aug 06 08:08:17.783 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-08-06T08:08:19.097Z | [ recovery-image] Aug 06 08:08:17.793 INFO O| Aug 06 08:08:17.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7361 | 2024-08-06T08:08:19.097Z | [ recovery-image] Aug 06 08:08:17.793 INFO O| Aug 06 08:08:17.793 INFO STEP 1159 (remove_files) COMPLETE |
7362 | 2024-08-06T08:08:19.099Z | [ recovery-image] Aug 06 08:08:17.793 INFO O| Aug 06 08:08:17.793 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-08-06T08:08:19.106Z | [ recovery-image] Aug 06 08:08:17.803 INFO O| Aug 06 08:08:17.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7364 | 2024-08-06T08:08:19.106Z | [ recovery-image] Aug 06 08:08:17.803 INFO O| Aug 06 08:08:17.803 INFO STEP 1160 (remove_files) COMPLETE |
7365 | 2024-08-06T08:08:19.109Z | [ recovery-image] Aug 06 08:08:17.803 INFO O| Aug 06 08:08:17.803 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-08-06T08:08:19.117Z | [ recovery-image] Aug 06 08:08:17.813 INFO O| Aug 06 08:08:17.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7367 | 2024-08-06T08:08:19.117Z | [ recovery-image] Aug 06 08:08:17.813 INFO O| Aug 06 08:08:17.813 INFO STEP 1161 (remove_files) COMPLETE |
7368 | 2024-08-06T08:08:19.117Z | [ recovery-image] Aug 06 08:08:17.813 INFO O| Aug 06 08:08:17.813 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-08-06T08:08:19.126Z | [ recovery-image] Aug 06 08:08:17.823 INFO O| Aug 06 08:08:17.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7370 | 2024-08-06T08:08:19.129Z | [ recovery-image] Aug 06 08:08:17.823 INFO O| Aug 06 08:08:17.823 INFO STEP 1162 (remove_files) COMPLETE |
7371 | 2024-08-06T08:08:19.129Z | [ recovery-image] Aug 06 08:08:17.823 INFO O| Aug 06 08:08:17.823 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-08-06T08:08:19.136Z | [ recovery-image] Aug 06 08:08:17.832 INFO O| Aug 06 08:08:17.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7373 | 2024-08-06T08:08:19.136Z | [ recovery-image] Aug 06 08:08:17.832 INFO O| Aug 06 08:08:17.832 INFO STEP 1163 (remove_files) COMPLETE |
7374 | 2024-08-06T08:08:19.139Z | [ recovery-image] Aug 06 08:08:17.832 INFO O| Aug 06 08:08:17.832 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-08-06T08:08:19.146Z | [ recovery-image] Aug 06 08:08:17.842 INFO O| Aug 06 08:08:17.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7376 | 2024-08-06T08:08:19.146Z | [ recovery-image] Aug 06 08:08:17.842 INFO O| Aug 06 08:08:17.842 INFO STEP 1164 (remove_files) COMPLETE |
7377 | 2024-08-06T08:08:19.146Z | [ recovery-image] Aug 06 08:08:17.842 INFO O| Aug 06 08:08:17.842 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-08-06T08:08:19.155Z | [ recovery-image] Aug 06 08:08:17.852 INFO O| Aug 06 08:08:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7379 | 2024-08-06T08:08:19.155Z | [ recovery-image] Aug 06 08:08:17.852 INFO O| Aug 06 08:08:17.852 INFO STEP 1165 (remove_files) COMPLETE |
7380 | 2024-08-06T08:08:19.158Z | [ recovery-image] Aug 06 08:08:17.852 INFO O| Aug 06 08:08:17.852 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-08-06T08:08:19.165Z | [ recovery-image] Aug 06 08:08:17.862 INFO O| Aug 06 08:08:17.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7382 | 2024-08-06T08:08:19.165Z | [ recovery-image] Aug 06 08:08:17.862 INFO O| Aug 06 08:08:17.862 INFO STEP 1166 (remove_files) COMPLETE |
7383 | 2024-08-06T08:08:19.168Z | [ recovery-image] Aug 06 08:08:17.862 INFO O| Aug 06 08:08:17.862 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-08-06T08:08:19.175Z | [ recovery-image] Aug 06 08:08:17.872 INFO O| Aug 06 08:08:17.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7385 | 2024-08-06T08:08:19.176Z | [ recovery-image] Aug 06 08:08:17.872 INFO O| Aug 06 08:08:17.872 INFO STEP 1167 (remove_files) COMPLETE |
7386 | 2024-08-06T08:08:19.176Z | [ recovery-image] Aug 06 08:08:17.872 INFO O| Aug 06 08:08:17.872 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-08-06T08:08:19.185Z | [ recovery-image] Aug 06 08:08:17.881 INFO O| Aug 06 08:08:17.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7388 | 2024-08-06T08:08:19.188Z | [ recovery-image] Aug 06 08:08:17.881 INFO O| Aug 06 08:08:17.881 INFO STEP 1168 (remove_files) COMPLETE |
7389 | 2024-08-06T08:08:19.188Z | [ recovery-image] Aug 06 08:08:17.881 INFO O| Aug 06 08:08:17.881 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-08-06T08:08:19.195Z | [ recovery-image] Aug 06 08:08:17.891 INFO O| Aug 06 08:08:17.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7391 | 2024-08-06T08:08:19.198Z | [ recovery-image] Aug 06 08:08:17.891 INFO O| Aug 06 08:08:17.891 INFO STEP 1169 (remove_files) COMPLETE |
7392 | 2024-08-06T08:08:19.198Z | [ recovery-image] Aug 06 08:08:17.891 INFO O| Aug 06 08:08:17.891 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-08-06T08:08:19.204Z | [ recovery-image] Aug 06 08:08:17.900 INFO O| Aug 06 08:08:17.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7394 | 2024-08-06T08:08:19.207Z | [ recovery-image] Aug 06 08:08:17.901 INFO O| Aug 06 08:08:17.900 INFO STEP 1170 (remove_files) COMPLETE |
7395 | 2024-08-06T08:08:19.207Z | [ recovery-image] Aug 06 08:08:17.901 INFO O| Aug 06 08:08:17.901 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-08-06T08:08:19.214Z | [ recovery-image] Aug 06 08:08:17.910 INFO O| Aug 06 08:08:17.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7397 | 2024-08-06T08:08:19.214Z | [ recovery-image] Aug 06 08:08:17.910 INFO O| Aug 06 08:08:17.910 INFO STEP 1171 (remove_files) COMPLETE |
7398 | 2024-08-06T08:08:19.214Z | [ recovery-image] Aug 06 08:08:17.910 INFO O| Aug 06 08:08:17.910 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-08-06T08:08:19.223Z | [ recovery-image] Aug 06 08:08:17.919 INFO O| Aug 06 08:08:17.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7400 | 2024-08-06T08:08:19.223Z | [ recovery-image] Aug 06 08:08:17.919 INFO O| Aug 06 08:08:17.919 INFO STEP 1172 (remove_files) COMPLETE |
7401 | 2024-08-06T08:08:19.223Z | [ recovery-image] Aug 06 08:08:17.919 INFO O| Aug 06 08:08:17.919 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-08-06T08:08:19.233Z | [ recovery-image] Aug 06 08:08:17.929 INFO O| Aug 06 08:08:17.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7403 | 2024-08-06T08:08:19.233Z | [ recovery-image] Aug 06 08:08:17.929 INFO O| Aug 06 08:08:17.929 INFO STEP 1173 (remove_files) COMPLETE |
7404 | 2024-08-06T08:08:19.235Z | [ recovery-image] Aug 06 08:08:17.929 INFO O| Aug 06 08:08:17.929 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-08-06T08:08:19.242Z | [ recovery-image] Aug 06 08:08:17.938 INFO O| Aug 06 08:08:17.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7406 | 2024-08-06T08:08:19.242Z | [ recovery-image] Aug 06 08:08:17.938 INFO O| Aug 06 08:08:17.938 INFO STEP 1174 (remove_files) COMPLETE |
7407 | 2024-08-06T08:08:19.242Z | [ recovery-image] Aug 06 08:08:17.938 INFO O| Aug 06 08:08:17.938 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-08-06T08:08:19.251Z | [ recovery-image] Aug 06 08:08:17.948 INFO O| Aug 06 08:08:17.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7409 | 2024-08-06T08:08:19.251Z | [ recovery-image] Aug 06 08:08:17.948 INFO O| Aug 06 08:08:17.948 INFO STEP 1175 (remove_files) COMPLETE |
7410 | 2024-08-06T08:08:19.251Z | [ recovery-image] Aug 06 08:08:17.948 INFO O| Aug 06 08:08:17.948 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-08-06T08:08:19.261Z | [ recovery-image] Aug 06 08:08:17.957 INFO O| Aug 06 08:08:17.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7412 | 2024-08-06T08:08:19.264Z | [ recovery-image] Aug 06 08:08:17.957 INFO O| Aug 06 08:08:17.957 INFO STEP 1176 (remove_files) COMPLETE |
7413 | 2024-08-06T08:08:19.264Z | [ recovery-image] Aug 06 08:08:17.957 INFO O| Aug 06 08:08:17.957 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-08-06T08:08:19.271Z | [ recovery-image] Aug 06 08:08:17.967 INFO O| Aug 06 08:08:17.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7415 | 2024-08-06T08:08:19.273Z | [ recovery-image] Aug 06 08:08:17.967 INFO O| Aug 06 08:08:17.967 INFO STEP 1177 (remove_files) COMPLETE |
7416 | 2024-08-06T08:08:19.273Z | [ recovery-image] Aug 06 08:08:17.967 INFO O| Aug 06 08:08:17.967 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-08-06T08:08:19.280Z | [ recovery-image] Aug 06 08:08:17.976 INFO O| Aug 06 08:08:17.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7418 | 2024-08-06T08:08:19.280Z | [ recovery-image] Aug 06 08:08:17.976 INFO O| Aug 06 08:08:17.976 INFO STEP 1178 (remove_files) COMPLETE |
7419 | 2024-08-06T08:08:19.280Z | [ recovery-image] Aug 06 08:08:17.976 INFO O| Aug 06 08:08:17.976 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-08-06T08:08:19.289Z | [ recovery-image] Aug 06 08:08:17.986 INFO O| Aug 06 08:08:17.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7421 | 2024-08-06T08:08:19.289Z | [ recovery-image] Aug 06 08:08:17.986 INFO O| Aug 06 08:08:17.986 INFO STEP 1179 (remove_files) COMPLETE |
7422 | 2024-08-06T08:08:19.289Z | [ recovery-image] Aug 06 08:08:17.986 INFO O| Aug 06 08:08:17.986 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-08-06T08:08:19.299Z | [ recovery-image] Aug 06 08:08:17.995 INFO O| Aug 06 08:08:17.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7424 | 2024-08-06T08:08:19.299Z | [ recovery-image] Aug 06 08:08:17.995 INFO O| Aug 06 08:08:17.995 INFO STEP 1180 (remove_files) COMPLETE |
7425 | 2024-08-06T08:08:19.302Z | [ recovery-image] Aug 06 08:08:17.995 INFO O| Aug 06 08:08:17.995 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-08-06T08:08:19.309Z | [ recovery-image] Aug 06 08:08:18.005 INFO O| Aug 06 08:08:18.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7427 | 2024-08-06T08:08:19.309Z | [ recovery-image] Aug 06 08:08:18.005 INFO O| Aug 06 08:08:18.005 INFO STEP 1181 (remove_files) COMPLETE |
7428 | 2024-08-06T08:08:19.309Z | [ recovery-image] Aug 06 08:08:18.005 INFO O| Aug 06 08:08:18.005 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-08-06T08:08:19.319Z | [ recovery-image] Aug 06 08:08:18.015 INFO O| Aug 06 08:08:18.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7430 | 2024-08-06T08:08:19.322Z | [ recovery-image] Aug 06 08:08:18.015 INFO O| Aug 06 08:08:18.015 INFO STEP 1182 (remove_files) COMPLETE |
7431 | 2024-08-06T08:08:19.322Z | [ recovery-image] Aug 06 08:08:18.016 INFO O| Aug 06 08:08:18.015 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-08-06T08:08:19.329Z | [ recovery-image] Aug 06 08:08:18.025 INFO O| Aug 06 08:08:18.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7433 | 2024-08-06T08:08:19.329Z | [ recovery-image] Aug 06 08:08:18.025 INFO O| Aug 06 08:08:18.025 INFO STEP 1183 (remove_files) COMPLETE |
7434 | 2024-08-06T08:08:19.329Z | [ recovery-image] Aug 06 08:08:18.025 INFO O| Aug 06 08:08:18.025 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-08-06T08:08:19.338Z | [ recovery-image] Aug 06 08:08:18.034 INFO O| Aug 06 08:08:18.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7436 | 2024-08-06T08:08:19.341Z | [ recovery-image] Aug 06 08:08:18.035 INFO O| Aug 06 08:08:18.034 INFO STEP 1184 (remove_files) COMPLETE |
7437 | 2024-08-06T08:08:19.341Z | [ recovery-image] Aug 06 08:08:18.035 INFO O| Aug 06 08:08:18.035 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-08-06T08:08:19.348Z | [ recovery-image] Aug 06 08:08:18.044 INFO O| Aug 06 08:08:18.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7439 | 2024-08-06T08:08:19.348Z | [ recovery-image] Aug 06 08:08:18.044 INFO O| Aug 06 08:08:18.044 INFO STEP 1185 (remove_files) COMPLETE |
7440 | 2024-08-06T08:08:19.348Z | [ recovery-image] Aug 06 08:08:18.044 INFO O| Aug 06 08:08:18.044 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-08-06T08:08:19.357Z | [ recovery-image] Aug 06 08:08:18.053 INFO O| Aug 06 08:08:18.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7442 | 2024-08-06T08:08:19.357Z | [ recovery-image] Aug 06 08:08:18.053 INFO O| Aug 06 08:08:18.053 INFO STEP 1186 (remove_files) COMPLETE |
7443 | 2024-08-06T08:08:19.357Z | [ recovery-image] Aug 06 08:08:18.054 INFO O| Aug 06 08:08:18.053 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-08-06T08:08:19.367Z | [ recovery-image] Aug 06 08:08:18.063 INFO O| Aug 06 08:08:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7445 | 2024-08-06T08:08:19.367Z | [ recovery-image] Aug 06 08:08:18.063 INFO O| Aug 06 08:08:18.063 INFO STEP 1187 (remove_files) COMPLETE |
7446 | 2024-08-06T08:08:19.370Z | [ recovery-image] Aug 06 08:08:18.063 INFO O| Aug 06 08:08:18.063 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-08-06T08:08:19.376Z | [ recovery-image] Aug 06 08:08:18.072 INFO O| Aug 06 08:08:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7448 | 2024-08-06T08:08:19.376Z | [ recovery-image] Aug 06 08:08:18.072 INFO O| Aug 06 08:08:18.072 INFO STEP 1188 (remove_files) COMPLETE |
7449 | 2024-08-06T08:08:19.376Z | [ recovery-image] Aug 06 08:08:18.072 INFO O| Aug 06 08:08:18.072 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-08-06T08:08:19.385Z | [ recovery-image] Aug 06 08:08:18.082 INFO O| Aug 06 08:08:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7451 | 2024-08-06T08:08:19.386Z | [ recovery-image] Aug 06 08:08:18.082 INFO O| Aug 06 08:08:18.082 INFO STEP 1189 (remove_files) COMPLETE |
7452 | 2024-08-06T08:08:19.388Z | [ recovery-image] Aug 06 08:08:18.082 INFO O| Aug 06 08:08:18.082 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-08-06T08:08:19.395Z | [ recovery-image] Aug 06 08:08:18.091 INFO O| Aug 06 08:08:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7454 | 2024-08-06T08:08:19.395Z | [ recovery-image] Aug 06 08:08:18.091 INFO O| Aug 06 08:08:18.091 INFO STEP 1190 (remove_files) COMPLETE |
7455 | 2024-08-06T08:08:19.395Z | [ recovery-image] Aug 06 08:08:18.091 INFO O| Aug 06 08:08:18.091 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-08-06T08:08:19.404Z | [ recovery-image] Aug 06 08:08:18.100 INFO O| Aug 06 08:08:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7457 | 2024-08-06T08:08:19.404Z | [ recovery-image] Aug 06 08:08:18.100 INFO O| Aug 06 08:08:18.100 INFO STEP 1191 (remove_files) COMPLETE |
7458 | 2024-08-06T08:08:19.407Z | [ recovery-image] Aug 06 08:08:18.100 INFO O| Aug 06 08:08:18.100 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-08-06T08:08:19.414Z | [ recovery-image] Aug 06 08:08:18.110 INFO O| Aug 06 08:08:18.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7460 | 2024-08-06T08:08:19.414Z | [ recovery-image] Aug 06 08:08:18.110 INFO O| Aug 06 08:08:18.110 INFO STEP 1192 (remove_files) COMPLETE |
7461 | 2024-08-06T08:08:19.417Z | [ recovery-image] Aug 06 08:08:18.110 INFO O| Aug 06 08:08:18.110 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-08-06T08:08:19.423Z | [ recovery-image] Aug 06 08:08:18.119 INFO O| Aug 06 08:08:18.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7463 | 2024-08-06T08:08:19.423Z | [ recovery-image] Aug 06 08:08:18.119 INFO O| Aug 06 08:08:18.119 INFO STEP 1193 (remove_files) COMPLETE |
7464 | 2024-08-06T08:08:19.423Z | [ recovery-image] Aug 06 08:08:18.119 INFO O| Aug 06 08:08:18.119 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-08-06T08:08:19.432Z | [ recovery-image] Aug 06 08:08:18.129 INFO O| Aug 06 08:08:18.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7466 | 2024-08-06T08:08:19.435Z | [ recovery-image] Aug 06 08:08:18.129 INFO O| Aug 06 08:08:18.129 INFO STEP 1194 (remove_files) COMPLETE |
7467 | 2024-08-06T08:08:19.435Z | [ recovery-image] Aug 06 08:08:18.129 INFO O| Aug 06 08:08:18.129 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-08-06T08:08:19.442Z | [ recovery-image] Aug 06 08:08:18.138 INFO O| Aug 06 08:08:18.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7469 | 2024-08-06T08:08:19.442Z | [ recovery-image] Aug 06 08:08:18.138 INFO O| Aug 06 08:08:18.138 INFO STEP 1195 (remove_files) COMPLETE |
7470 | 2024-08-06T08:08:19.445Z | [ recovery-image] Aug 06 08:08:18.138 INFO O| Aug 06 08:08:18.138 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-08-06T08:08:19.451Z | [ recovery-image] Aug 06 08:08:18.147 INFO O| Aug 06 08:08:18.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7472 | 2024-08-06T08:08:19.454Z | [ recovery-image] Aug 06 08:08:18.147 INFO O| Aug 06 08:08:18.147 INFO STEP 1196 (remove_files) COMPLETE |
7473 | 2024-08-06T08:08:19.454Z | [ recovery-image] Aug 06 08:08:18.147 INFO O| Aug 06 08:08:18.147 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-08-06T08:08:19.461Z | [ recovery-image] Aug 06 08:08:18.157 INFO O| Aug 06 08:08:18.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7475 | 2024-08-06T08:08:19.461Z | [ recovery-image] Aug 06 08:08:18.157 INFO O| Aug 06 08:08:18.157 INFO STEP 1197 (remove_files) COMPLETE |
7476 | 2024-08-06T08:08:19.464Z | [ recovery-image] Aug 06 08:08:18.157 INFO O| Aug 06 08:08:18.157 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-08-06T08:08:19.470Z | [ recovery-image] Aug 06 08:08:18.166 INFO O| Aug 06 08:08:18.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7478 | 2024-08-06T08:08:19.470Z | [ recovery-image] Aug 06 08:08:18.166 INFO O| Aug 06 08:08:18.166 INFO STEP 1198 (remove_files) COMPLETE |
7479 | 2024-08-06T08:08:19.473Z | [ recovery-image] Aug 06 08:08:18.167 INFO O| Aug 06 08:08:18.166 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-08-06T08:08:19.480Z | [ recovery-image] Aug 06 08:08:18.176 INFO O| Aug 06 08:08:18.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7481 | 2024-08-06T08:08:19.480Z | [ recovery-image] Aug 06 08:08:18.176 INFO O| Aug 06 08:08:18.176 INFO STEP 1199 (remove_files) COMPLETE |
7482 | 2024-08-06T08:08:19.480Z | [ recovery-image] Aug 06 08:08:18.176 INFO O| Aug 06 08:08:18.176 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-08-06T08:08:19.490Z | [ recovery-image] Aug 06 08:08:18.186 INFO O| Aug 06 08:08:18.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7484 | 2024-08-06T08:08:19.490Z | [ recovery-image] Aug 06 08:08:18.186 INFO O| Aug 06 08:08:18.186 INFO STEP 1200 (remove_files) COMPLETE |
7485 | 2024-08-06T08:08:19.490Z | [ recovery-image] Aug 06 08:08:18.186 INFO O| Aug 06 08:08:18.186 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-08-06T08:08:19.502Z | [ recovery-image] Aug 06 08:08:18.198 INFO O| Aug 06 08:08:18.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7487 | 2024-08-06T08:08:19.502Z | [ recovery-image] Aug 06 08:08:18.198 INFO O| Aug 06 08:08:18.198 INFO STEP 1201 (remove_files) COMPLETE |
7488 | 2024-08-06T08:08:19.502Z | [ recovery-image] Aug 06 08:08:18.198 INFO O| Aug 06 08:08:18.198 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-08-06T08:08:19.512Z | [ recovery-image] Aug 06 08:08:18.208 INFO O| Aug 06 08:08:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7490 | 2024-08-06T08:08:19.512Z | [ recovery-image] Aug 06 08:08:18.208 INFO O| Aug 06 08:08:18.208 INFO STEP 1202 (remove_files) COMPLETE |
7491 | 2024-08-06T08:08:19.515Z | [ recovery-image] Aug 06 08:08:18.208 INFO O| Aug 06 08:08:18.208 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-08-06T08:08:19.524Z | [ recovery-image] Aug 06 08:08:18.221 INFO O| Aug 06 08:08:18.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7493 | 2024-08-06T08:08:19.529Z | [ recovery-image] Aug 06 08:08:18.221 INFO O| Aug 06 08:08:18.221 INFO STEP 1203 (remove_files) COMPLETE |
7494 | 2024-08-06T08:08:19.529Z | [ recovery-image] Aug 06 08:08:18.221 INFO O| Aug 06 08:08:18.221 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-08-06T08:08:19.535Z | [ recovery-image] Aug 06 08:08:18.231 INFO O| Aug 06 08:08:18.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7496 | 2024-08-06T08:08:19.535Z | [ recovery-image] Aug 06 08:08:18.231 INFO O| Aug 06 08:08:18.231 INFO STEP 1204 (remove_files) COMPLETE |
7497 | 2024-08-06T08:08:19.542Z | [ recovery-image] Aug 06 08:08:18.231 INFO O| Aug 06 08:08:18.231 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-08-06T08:08:19.547Z | [ recovery-image] Aug 06 08:08:18.241 INFO O| Aug 06 08:08:18.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7499 | 2024-08-06T08:08:19.547Z | [ recovery-image] Aug 06 08:08:18.241 INFO O| Aug 06 08:08:18.241 INFO STEP 1205 (remove_files) COMPLETE |
7500 | 2024-08-06T08:08:19.547Z | [ recovery-image] Aug 06 08:08:18.241 INFO O| Aug 06 08:08:18.241 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-08-06T08:08:19.559Z | [ recovery-image] Aug 06 08:08:18.253 INFO O| Aug 06 08:08:18.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7502 | 2024-08-06T08:08:19.559Z | [ recovery-image] Aug 06 08:08:18.253 INFO O| Aug 06 08:08:18.253 INFO STEP 1206 (remove_files) COMPLETE |
7503 | 2024-08-06T08:08:19.563Z | [ recovery-image] Aug 06 08:08:18.253 INFO O| Aug 06 08:08:18.253 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7504 | 2024-08-06T08:08:19.572Z | [ recovery-image] Aug 06 08:08:18.268 INFO O| Aug 06 08:08:18.268 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7505 | 2024-08-06T08:08:19.574Z | [ recovery-image] Aug 06 08:08:18.268 INFO O| Aug 06 08:08:18.268 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7506 | 2024-08-06T08:08:19.582Z | [ host-image] Aug 06 08:08:18.278 INFO O| Aug 06 08:08:18.278 INFO O| Done |
7507 | 2024-08-06T08:08:19.610Z | [ host-image] Aug 06 08:08:18.306 INFO O| Aug 06 08:08:18.306 INFO O| Done |
7508 | 2024-08-06T08:08:19.610Z | [ host-image] Aug 06 08:08:18.306 INFO O| Aug 06 08:08:18.306 INFO O| Done |
7509 | 2024-08-06T08:08:19.651Z | [ host-image] Aug 06 08:08:18.346 INFO O| Aug 06 08:08:18.346 INFO O| Done |
7510 | 2024-08-06T08:08:19.748Z | [ host-image] Aug 06 08:08:18.444 INFO O| Aug 06 08:08:18.444 INFO STEP 13 (pkg_install) COMPLETE |
7511 | 2024-08-06T08:08:19.748Z | [ host-image] Aug 06 08:08:18.444 INFO O| Aug 06 08:08:18.444 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7512 | 2024-08-06T08:08:19.759Z | [ host-image] Aug 06 08:08:18.455 INFO O| Aug 06 08:08:18.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
7513 | 2024-08-06T08:08:20.186Z | [ host-image] Aug 06 08:08:18.882 INFO O| Aug 06 08:08:18.882 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7514 | 2024-08-06T08:08:20.297Z | [ recovery-image] Aug 06 08:08:18.993 INFO O| Aug 06 08:08:18.993 INFO STEP 1207 (pack_tar) COMPLETE |
7515 | 2024-08-06T08:08:20.297Z | [ recovery-image] Aug 06 08:08:18.993 INFO O| Aug 06 08:08:18.993 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7516 | 2024-08-06T08:08:20.300Z | [ recovery-image] Aug 06 08:08:18.993 INFO O| Aug 06 08:08:18.993 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7517 | 2024-08-06T08:08:20.603Z | [ recovery-image] Aug 06 08:08:19.299 INFO O| Aug 06 08:08:19.299 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7518 | 2024-08-06T08:08:20.673Z | [ recovery-image] Aug 06 08:08:19.369 INFO O| Aug 06 08:08:19.369 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7519 | 2024-08-06T08:08:20.680Z | [ recovery-image] Aug 06 08:08:19.376 INFO image builder template: zfs-recovery... |
7520 | 2024-08-06T08:08:20.683Z | [ recovery-image] Aug 06 08:08:19.376 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/.tmpXrvusp/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 |
7521 | 2024-08-06T08:08:20.713Z | [ recovery-image] Aug 06 08:08:19.409 INFO O| Aug 06 08:08:19.409 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7522 | 2024-08-06T08:08:20.717Z | [ recovery-image] Aug 06 08:08:19.413 INFO O| Aug 06 08:08:19.413 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7523 | 2024-08-06T08:08:20.777Z | [ recovery-image] Aug 06 08:08:19.473 INFO O| Aug 06 08:08:19.473 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7524 | 2024-08-06T08:08:20.832Z | [ recovery-image] Aug 06 08:08:19.528 INFO O| Aug 06 08:08:19.527 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7525 | 2024-08-06T08:08:20.832Z | [ recovery-image] Aug 06 08:08:19.528 INFO O| Aug 06 08:08:19.528 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7526 | 2024-08-06T08:08:20.836Z | [ recovery-image] Aug 06 08:08:19.532 INFO O| Aug 06 08:08:19.532 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7527 | 2024-08-06T08:08:20.893Z | [ recovery-image] Aug 06 08:08:19.589 INFO O| Aug 06 08:08:19.589 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7528 | 2024-08-06T08:08:20.975Z | [ recovery-image] Aug 06 08:08:19.671 INFO O| Aug 06 08:08:19.671 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7529 | 2024-08-06T08:08:20.987Z | [ recovery-image] Aug 06 08:08:19.683 INFO O| Aug 06 08:08:19.683 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7530 | 2024-08-06T08:08:20.992Z | [ recovery-image] Aug 06 08:08:19.688 INFO O| Aug 06 08:08:19.688 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7531 | 2024-08-06T08:08:20.994Z | [ recovery-image] Aug 06 08:08:19.689 INFO O| Aug 06 08:08:19.689 INFO no lofi found |
7532 | 2024-08-06T08:08:20.994Z | [ recovery-image] Aug 06 08:08:19.689 INFO O| Aug 06 08:08:19.689 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7533 | 2024-08-06T08:08:20.994Z | [ recovery-image] Aug 06 08:08:19.689 INFO O| Aug 06 08:08:19.689 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7534 | 2024-08-06T08:08:21.622Z | [ host-image] Aug 06 08:08:20.317 INFO O| Aug 06 08:08:20.317 INFO O| Planning: Solver setup ... Done |
7535 | 2024-08-06T08:08:21.630Z | [ host-image] Aug 06 08:08:20.321 INFO O| Aug 06 08:08:20.321 INFO O| Planning: Running solver ... Done |
7536 | 2024-08-06T08:08:21.658Z | [ host-image] Aug 06 08:08:20.354 INFO O| Aug 06 08:08:20.354 INFO O| Planning: Finding local manifests ... Done |
7537 | 2024-08-06T08:08:21.661Z | [ host-image] Aug 06 08:08:20.355 INFO O| Aug 06 08:08:20.355 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7538 | 2024-08-06T08:08:21.717Z | [ host-image] Aug 06 08:08:20.413 INFO O| Aug 06 08:08:20.413 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7539 | 2024-08-06T08:08:21.736Z | [ host-image] Aug 06 08:08:20.431 INFO O| Aug 06 08:08:20.431 INFO O| Planning: Package planning ... Done |
7540 | 2024-08-06T08:08:21.740Z | [ host-image] Aug 06 08:08:20.432 INFO O| Aug 06 08:08:20.432 INFO O| Planning: Merging actions ... Done |
7541 | 2024-08-06T08:08:21.796Z | [ host-image] Aug 06 08:08:20.491 INFO O| Aug 06 08:08:20.491 INFO O| Planning: Checking for conflicting actions ... Done |
7542 | 2024-08-06T08:08:21.799Z | [ host-image] Aug 06 08:08:20.492 INFO O| Aug 06 08:08:20.492 INFO O| Planning: Consolidating action changes ... Done |
7543 | 2024-08-06T08:08:22.037Z | [ host-image] Aug 06 08:08:20.732 INFO O| Aug 06 08:08:20.732 INFO O| Planning: Evaluating mediators ... Done |
7544 | 2024-08-06T08:08:22.040Z | [ host-image] Aug 06 08:08:20.732 INFO O| Aug 06 08:08:20.732 INFO O| Planning: Planning completed in 1.85 seconds |
7545 | 2024-08-06T08:08:22.040Z | [ host-image] Aug 06 08:08:20.734 INFO O| Aug 06 08:08:20.734 INFO O| Packages to install: 1 |
7546 | 2024-08-06T08:08:22.048Z | [ host-image] Aug 06 08:08:20.744 INFO O| Aug 06 08:08:20.744 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
7547 | 2024-08-06T08:08:22.411Z | [ host-image] Aug 06 08:08:21.106 INFO O| Aug 06 08:08:21.106 INFO O| Download: Completed 20.86 MB in 0.36 seconds (57.6M/s) |
7548 | 2024-08-06T08:08:22.432Z | [ host-image] Aug 06 08:08:21.127 INFO O| Aug 06 08:08:21.127 INFO O| Actions: 1/22 actions (Installing new actions) |
7549 | 2024-08-06T08:08:22.940Z | [ host-image] Aug 06 08:08:21.636 INFO O| Aug 06 08:08:21.636 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
7550 | 2024-08-06T08:08:23.159Z | [ host-image] Aug 06 08:08:21.854 INFO O| Aug 06 08:08:21.854 INFO O| Done |
7551 | 2024-08-06T08:08:23.159Z | [ host-image] Aug 06 08:08:21.855 INFO O| Aug 06 08:08:21.854 INFO O| Done |
7552 | 2024-08-06T08:08:23.315Z | [ recovery-image] Aug 06 08:08:22.010 INFO O| Aug 06 08:08:22.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7553 | 2024-08-06T08:08:23.315Z | [ recovery-image] Aug 06 08:08:22.010 INFO O| Aug 06 08:08:22.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7554 | 2024-08-06T08:08:23.317Z | [ recovery-image] Aug 06 08:08:22.010 INFO O| Aug 06 08:08:22.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"] |
7555 | 2024-08-06T08:08:23.387Z | [ recovery-image] Aug 06 08:08:22.082 INFO O| Aug 06 08:08:22.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7556 | 2024-08-06T08:08:23.389Z | [ recovery-image] Aug 06 08:08:22.082 INFO O| Aug 06 08:08:22.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7557 | 2024-08-06T08:08:23.407Z | [ recovery-image] Aug 06 08:08:22.101 INFO O| Aug 06 08:08:22.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7558 | 2024-08-06T08:08:23.468Z | [ recovery-image] Aug 06 08:08:22.162 INFO O| Aug 06 08:08:22.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7559 | 2024-08-06T08:08:23.504Z | [ recovery-image] Aug 06 08:08:22.199 INFO O| Aug 06 08:08:22.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7560 | 2024-08-06T08:08:23.518Z | [ recovery-image] Aug 06 08:08:22.214 INFO O| Aug 06 08:08:22.214 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7561 | 2024-08-06T08:08:23.529Z | [ recovery-image] Aug 06 08:08:22.224 INFO O| Aug 06 08:08:22.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7562 | 2024-08-06T08:08:23.532Z | [ host-image] Aug 06 08:08:22.227 INFO O| Aug 06 08:08:22.227 INFO O| Done |
7563 | 2024-08-06T08:08:23.577Z | [ recovery-image] Aug 06 08:08:22.272 INFO O| Aug 06 08:08:22.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7564 | 2024-08-06T08:08:23.577Z | [ recovery-image] Aug 06 08:08:22.272 INFO O| Aug 06 08:08:22.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7565 | 2024-08-06T08:08:23.580Z | [ recovery-image] Aug 06 08:08:22.272 INFO O| Aug 06 08:08:22.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7566 | 2024-08-06T08:08:23.588Z | [ recovery-image] Aug 06 08:08:22.284 INFO O| Aug 06 08:08:22.284 INFO boot environment UUID: 39d00f06-a7e6-4e4e-a46e-b0f0c66fe186 |
7567 | 2024-08-06T08:08:23.588Z | [ recovery-image] Aug 06 08:08:22.284 INFO O| Aug 06 08:08:22.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 39d00f06-a7e6-4e4e-a46e-b0f0c66fe186 |
7568 | 2024-08-06T08:08:23.599Z | [ recovery-image] Aug 06 08:08:22.294 INFO O| Aug 06 08:08:22.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7569 | 2024-08-06T08:08:23.609Z | [ recovery-image] Aug 06 08:08:22.305 INFO O| Aug 06 08:08:22.305 INFO STEP 0 (create_be) COMPLETE |
7570 | 2024-08-06T08:08:23.609Z | [ recovery-image] Aug 06 08:08:22.305 INFO O| Aug 06 08:08:22.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7571 | 2024-08-06T08:08:23.625Z | [ recovery-image] Aug 06 08:08:22.321 INFO O| Aug 06 08:08:22.321 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"] |
7572 | 2024-08-06T08:08:25.394Z | [ host-image] Aug 06 08:08:24.088 INFO O| Aug 06 08:08:24.088 INFO O| Done |
7573 | 2024-08-06T08:08:25.442Z | [ host-image] Aug 06 08:08:24.137 INFO O| Aug 06 08:08:24.137 INFO O| Done |
7574 | 2024-08-06T08:08:25.442Z | [ host-image] Aug 06 08:08:24.137 INFO O| Aug 06 08:08:24.137 INFO O| Done |
7575 | 2024-08-06T08:08:25.461Z | [ host-image] Aug 06 08:08:24.156 INFO O| Aug 06 08:08:24.156 INFO O| Done |
7576 | 2024-08-06T08:08:25.623Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO STEP 14 (pkg_install) COMPLETE |
7577 | 2024-08-06T08:08:25.623Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7578 | 2024-08-06T08:08:25.626Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO skip step because feature "mfg" is not enabled |
7579 | 2024-08-06T08:08:25.626Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7580 | 2024-08-06T08:08:25.626Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO skip step because feature "compliance" is not enabled |
7581 | 2024-08-06T08:08:25.626Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7582 | 2024-08-06T08:08:25.626Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO skip step because feature "stress" is not enabled |
7583 | 2024-08-06T08:08:25.626Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7584 | 2024-08-06T08:08:25.626Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO skip step because feature "nfs" is not enabled |
7585 | 2024-08-06T08:08:25.627Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7586 | 2024-08-06T08:08:25.627Z | [ host-image] Aug 06 08:08:24.318 INFO O| Aug 06 08:08:24.318 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7587 | 2024-08-06T08:08:25.720Z | [ recovery-image] Aug 06 08:08:24.415 INFO O| Aug 06 08:08:24.415 INFO STEP 1 (unpack_tar) COMPLETE |
7588 | 2024-08-06T08:08:25.720Z | [ recovery-image] Aug 06 08:08:24.415 INFO O| Aug 06 08:08:24.415 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7589 | 2024-08-06T08:08:25.737Z | [ recovery-image] Aug 06 08:08:24.432 INFO O| Aug 06 08:08:24.432 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7590 | 2024-08-06T08:08:25.844Z | [ host-image] Aug 06 08:08:24.538 INFO O| Aug 06 08:08:24.538 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7591 | 2024-08-06T08:08:25.986Z | [ host-image] Aug 06 08:08:24.681 INFO O| Aug 06 08:08:24.681 INFO completed processing gimlet/ramdisk-01-os |
7592 | 2024-08-06T08:08:25.989Z | [ host-image] Aug 06 08:08:24.683 INFO omicron1 baseline generation... |
7593 | 2024-08-06T08:08:25.989Z | [ host-image] Aug 06 08:08:24.683 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7594 | 2024-08-06T08:08:26.002Z | [ recovery-image] Aug 06 08:08:24.697 INFO O| Aug 06 08:08:24.697 INFO STEP 2 (devfsadm) COMPLETE |
7595 | 2024-08-06T08:08:26.003Z | [ recovery-image] Aug 06 08:08:24.697 INFO O| Aug 06 08:08:24.697 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7596 | 2024-08-06T08:08:26.013Z | [ recovery-image] Aug 06 08:08:24.708 INFO O| Aug 06 08:08:24.708 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7597 | 2024-08-06T08:08:26.016Z | [ recovery-image] Aug 06 08:08:24.708 INFO O| Aug 06 08:08:24.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7598 | 2024-08-06T08:08:26.016Z | [ recovery-image] Aug 06 08:08:24.708 INFO O| Aug 06 08:08:24.708 INFO STEP 3 (ensure_dir) COMPLETE |
7599 | 2024-08-06T08:08:26.016Z | [ recovery-image] Aug 06 08:08:24.708 INFO O| Aug 06 08:08:24.708 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7600 | 2024-08-06T08:08:26.024Z | [ recovery-image] Aug 06 08:08:24.719 INFO O| Aug 06 08:08:24.719 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7601 | 2024-08-06T08:08:26.026Z | [ recovery-image] Aug 06 08:08:24.719 INFO O| Aug 06 08:08:24.719 INFO STEP 4 (ensure_dir) COMPLETE |
7602 | 2024-08-06T08:08:26.026Z | [ recovery-image] Aug 06 08:08:24.719 INFO O| Aug 06 08:08:24.719 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7603 | 2024-08-06T08:08:26.034Z | [ recovery-image] Aug 06 08:08:24.729 INFO O| Aug 06 08:08:24.728 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7604 | 2024-08-06T08:08:26.034Z | [ recovery-image] Aug 06 08:08:24.729 INFO O| Aug 06 08:08:24.729 INFO STEP 5 (ensure_dir) COMPLETE |
7605 | 2024-08-06T08:08:26.034Z | [ recovery-image] Aug 06 08:08:24.729 INFO O| Aug 06 08:08:24.729 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7606 | 2024-08-06T08:08:26.044Z | [ recovery-image] Aug 06 08:08:24.739 INFO O| Aug 06 08:08:24.739 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7607 | 2024-08-06T08:08:26.044Z | [ recovery-image] Aug 06 08:08:24.739 INFO O| Aug 06 08:08:24.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7608 | 2024-08-06T08:08:26.047Z | [ recovery-image] Aug 06 08:08:24.739 INFO O| Aug 06 08:08:24.739 INFO STEP 6 (ensure_dir) COMPLETE |
7609 | 2024-08-06T08:08:26.047Z | [ recovery-image] Aug 06 08:08:24.739 INFO O| Aug 06 08:08:24.739 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7610 | 2024-08-06T08:08:26.054Z | [ recovery-image] Aug 06 08:08:24.749 INFO O| Aug 06 08:08:24.748 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7611 | 2024-08-06T08:08:26.054Z | [ recovery-image] Aug 06 08:08:24.749 INFO O| Aug 06 08:08:24.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7612 | 2024-08-06T08:08:26.054Z | [ recovery-image] Aug 06 08:08:24.749 INFO O| Aug 06 08:08:24.749 INFO STEP 7 (ensure_dir) COMPLETE |
7613 | 2024-08-06T08:08:26.056Z | [ recovery-image] Aug 06 08:08:24.749 INFO O| Aug 06 08:08:24.749 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7614 | 2024-08-06T08:08:26.063Z | [ recovery-image] Aug 06 08:08:24.758 INFO O| Aug 06 08:08:24.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7615 | 2024-08-06T08:08:26.066Z | [ recovery-image] Aug 06 08:08:24.758 INFO O| Aug 06 08:08:24.758 INFO STEP 8 (remove_files) COMPLETE |
7616 | 2024-08-06T08:08:26.066Z | [ recovery-image] Aug 06 08:08:24.759 INFO O| Aug 06 08:08:24.758 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7617 | 2024-08-06T08:08:26.073Z | [ recovery-image] Aug 06 08:08:24.768 INFO O| Aug 06 08:08:24.768 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7618 | 2024-08-06T08:08:26.076Z | [ recovery-image] Aug 06 08:08:24.769 INFO O| Aug 06 08:08:24.769 INFO STEP 9 (remove_files) COMPLETE |
7619 | 2024-08-06T08:08:26.076Z | [ recovery-image] Aug 06 08:08:24.769 INFO O| Aug 06 08:08:24.769 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7620 | 2024-08-06T08:08:26.083Z | [ recovery-image] Aug 06 08:08:24.778 INFO O| Aug 06 08:08:24.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7621 | 2024-08-06T08:08:26.086Z | [ recovery-image] Aug 06 08:08:24.779 INFO O| Aug 06 08:08:24.779 INFO STEP 10 (remove_files) COMPLETE |
7622 | 2024-08-06T08:08:26.086Z | [ recovery-image] Aug 06 08:08:24.779 INFO O| Aug 06 08:08:24.779 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7623 | 2024-08-06T08:08:26.094Z | [ recovery-image] Aug 06 08:08:24.789 INFO O| Aug 06 08:08:24.789 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7624 | 2024-08-06T08:08:26.097Z | [ recovery-image] Aug 06 08:08:24.789 INFO O| Aug 06 08:08:24.789 INFO STEP 11 (remove_files) COMPLETE |
7625 | 2024-08-06T08:08:26.097Z | [ recovery-image] Aug 06 08:08:24.789 INFO O| Aug 06 08:08:24.789 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7626 | 2024-08-06T08:08:26.106Z | [ recovery-image] Aug 06 08:08:24.799 INFO O| Aug 06 08:08:24.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7627 | 2024-08-06T08:08:26.106Z | [ recovery-image] Aug 06 08:08:24.799 INFO O| Aug 06 08:08:24.799 INFO STEP 12 (remove_files) COMPLETE |
7628 | 2024-08-06T08:08:26.106Z | [ recovery-image] Aug 06 08:08:24.799 INFO O| Aug 06 08:08:24.799 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7629 | 2024-08-06T08:08:26.114Z | [ recovery-image] Aug 06 08:08:24.809 INFO O| Aug 06 08:08:24.809 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7630 | 2024-08-06T08:08:26.114Z | [ recovery-image] Aug 06 08:08:24.809 INFO O| Aug 06 08:08:24.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7631 | 2024-08-06T08:08:26.114Z | [ recovery-image] Aug 06 08:08:24.809 INFO O| Aug 06 08:08:24.809 INFO STEP 13 (ensure_dir) COMPLETE |
7632 | 2024-08-06T08:08:26.117Z | [ recovery-image] Aug 06 08:08:24.809 INFO O| Aug 06 08:08:24.809 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7633 | 2024-08-06T08:08:26.124Z | [ recovery-image] Aug 06 08:08:24.818 INFO O| Aug 06 08:08:24.818 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7634 | 2024-08-06T08:08:26.127Z | [ recovery-image] Aug 06 08:08:24.819 INFO O| Aug 06 08:08:24.819 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7635 | 2024-08-06T08:08:26.127Z | [ recovery-image] Aug 06 08:08:24.819 INFO O| Aug 06 08:08:24.819 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7636 | 2024-08-06T08:08:26.127Z | [ recovery-image] Aug 06 08:08:24.819 INFO O| Aug 06 08:08:24.819 INFO STEP 14 (ensure_dir) COMPLETE |
7637 | 2024-08-06T08:08:26.127Z | [ recovery-image] Aug 06 08:08:24.819 INFO O| Aug 06 08:08:24.819 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7638 | 2024-08-06T08:08:26.134Z | [ recovery-image] Aug 06 08:08:24.829 INFO O| Aug 06 08:08:24.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7639 | 2024-08-06T08:08:26.134Z | [ recovery-image] Aug 06 08:08:24.829 INFO O| Aug 06 08:08:24.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7640 | 2024-08-06T08:08:26.138Z | [ recovery-image] Aug 06 08:08:24.829 INFO O| Aug 06 08:08:24.829 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7641 | 2024-08-06T08:08:26.138Z | [ recovery-image] Aug 06 08:08:24.829 INFO O| Aug 06 08:08:24.829 INFO STEP 15 (ensure_dir) COMPLETE |
7642 | 2024-08-06T08:08:26.138Z | [ recovery-image] Aug 06 08:08:24.829 INFO O| Aug 06 08:08:24.829 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7643 | 2024-08-06T08:08:26.144Z | [ recovery-image] Aug 06 08:08:24.838 INFO O| Aug 06 08:08:24.838 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7644 | 2024-08-06T08:08:26.146Z | [ recovery-image] Aug 06 08:08:24.838 INFO O| Aug 06 08:08:24.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7645 | 2024-08-06T08:08:26.147Z | [ recovery-image] Aug 06 08:08:24.839 INFO O| Aug 06 08:08:24.838 INFO STEP 16 (ensure_dir) COMPLETE |
7646 | 2024-08-06T08:08:26.147Z | [ recovery-image] Aug 06 08:08:24.839 INFO O| Aug 06 08:08:24.838 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7647 | 2024-08-06T08:08:26.153Z | [ recovery-image] Aug 06 08:08:24.848 INFO O| Aug 06 08:08:24.848 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7648 | 2024-08-06T08:08:26.156Z | [ recovery-image] Aug 06 08:08:24.849 INFO O| Aug 06 08:08:24.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7649 | 2024-08-06T08:08:26.156Z | [ recovery-image] Aug 06 08:08:24.849 INFO O| Aug 06 08:08:24.849 INFO STEP 17 (ensure_dir) COMPLETE |
7650 | 2024-08-06T08:08:26.156Z | [ recovery-image] Aug 06 08:08:24.849 INFO O| Aug 06 08:08:24.849 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7651 | 2024-08-06T08:08:26.164Z | [ recovery-image] Aug 06 08:08:24.858 INFO O| Aug 06 08:08:24.858 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7652 | 2024-08-06T08:08:26.164Z | [ recovery-image] Aug 06 08:08:24.858 INFO O| Aug 06 08:08:24.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7653 | 2024-08-06T08:08:26.167Z | [ recovery-image] Aug 06 08:08:24.859 INFO O| Aug 06 08:08:24.858 INFO ok! |
7654 | 2024-08-06T08:08:26.167Z | [ recovery-image] Aug 06 08:08:24.859 INFO O| Aug 06 08:08:24.858 INFO STEP 18 (ensure_symlink) COMPLETE |
7655 | 2024-08-06T08:08:26.167Z | [ recovery-image] Aug 06 08:08:24.859 INFO O| Aug 06 08:08:24.858 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7656 | 2024-08-06T08:08:26.173Z | [ recovery-image] Aug 06 08:08:24.868 INFO O| Aug 06 08:08:24.868 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7657 | 2024-08-06T08:08:26.173Z | [ recovery-image] Aug 06 08:08:24.868 INFO O| Aug 06 08:08:24.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7658 | 2024-08-06T08:08:26.176Z | [ recovery-image] Aug 06 08:08:24.868 INFO O| Aug 06 08:08:24.868 INFO ok! |
7659 | 2024-08-06T08:08:26.176Z | [ recovery-image] Aug 06 08:08:24.868 INFO O| Aug 06 08:08:24.868 INFO STEP 19 (ensure_file) COMPLETE |
7660 | 2024-08-06T08:08:26.176Z | [ recovery-image] Aug 06 08:08:24.868 INFO O| Aug 06 08:08:24.868 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7661 | 2024-08-06T08:08:26.183Z | [ recovery-image] Aug 06 08:08:24.878 INFO O| Aug 06 08:08:24.878 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7662 | 2024-08-06T08:08:26.183Z | [ recovery-image] Aug 06 08:08:24.878 INFO O| Aug 06 08:08:24.878 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7663 | 2024-08-06T08:08:26.186Z | [ recovery-image] Aug 06 08:08:24.878 INFO O| Aug 06 08:08:24.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7664 | 2024-08-06T08:08:26.186Z | [ recovery-image] Aug 06 08:08:24.878 INFO O| Aug 06 08:08:24.878 INFO ok! |
7665 | 2024-08-06T08:08:26.186Z | [ recovery-image] Aug 06 08:08:24.878 INFO O| Aug 06 08:08:24.878 INFO STEP 20 (ensure_symlink) COMPLETE |
7666 | 2024-08-06T08:08:26.186Z | [ recovery-image] Aug 06 08:08:24.879 INFO O| Aug 06 08:08:24.878 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7667 | 2024-08-06T08:08:26.196Z | [ recovery-image] Aug 06 08:08:24.891 INFO O| Aug 06 08:08:24.891 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7668 | 2024-08-06T08:08:26.196Z | [ recovery-image] Aug 06 08:08:24.891 INFO O| Aug 06 08:08:24.891 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7669 | 2024-08-06T08:08:26.196Z | [ recovery-image] Aug 06 08:08:24.891 INFO O| Aug 06 08:08:24.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7670 | 2024-08-06T08:08:26.199Z | [ recovery-image] Aug 06 08:08:24.891 INFO O| Aug 06 08:08:24.891 INFO ok! |
7671 | 2024-08-06T08:08:26.199Z | [ recovery-image] Aug 06 08:08:24.891 INFO O| Aug 06 08:08:24.891 INFO STEP 21 (ensure_symlink) COMPLETE |
7672 | 2024-08-06T08:08:26.199Z | [ recovery-image] Aug 06 08:08:24.891 INFO O| Aug 06 08:08:24.891 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7673 | 2024-08-06T08:08:26.206Z | [ recovery-image] Aug 06 08:08:24.901 INFO O| Aug 06 08:08:24.901 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7674 | 2024-08-06T08:08:26.206Z | [ recovery-image] Aug 06 08:08:24.901 INFO O| Aug 06 08:08:24.901 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7675 | 2024-08-06T08:08:26.209Z | [ recovery-image] Aug 06 08:08:24.901 INFO O| Aug 06 08:08:24.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7676 | 2024-08-06T08:08:26.209Z | [ recovery-image] Aug 06 08:08:24.901 INFO O| Aug 06 08:08:24.901 INFO ok! |
7677 | 2024-08-06T08:08:26.209Z | [ recovery-image] Aug 06 08:08:24.901 INFO O| Aug 06 08:08:24.901 INFO STEP 22 (ensure_symlink) COMPLETE |
7678 | 2024-08-06T08:08:26.209Z | [ recovery-image] Aug 06 08:08:24.901 INFO O| Aug 06 08:08:24.901 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7679 | 2024-08-06T08:08:26.216Z | [ recovery-image] Aug 06 08:08:24.911 INFO O| Aug 06 08:08:24.911 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7680 | 2024-08-06T08:08:26.216Z | [ recovery-image] Aug 06 08:08:24.911 INFO O| Aug 06 08:08:24.911 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7681 | 2024-08-06T08:08:26.219Z | [ recovery-image] Aug 06 08:08:24.911 INFO O| Aug 06 08:08:24.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7682 | 2024-08-06T08:08:26.219Z | [ recovery-image] Aug 06 08:08:24.911 INFO O| Aug 06 08:08:24.911 INFO ok! |
7683 | 2024-08-06T08:08:26.219Z | [ recovery-image] Aug 06 08:08:24.911 INFO O| Aug 06 08:08:24.911 INFO STEP 23 (ensure_symlink) COMPLETE |
7684 | 2024-08-06T08:08:26.219Z | [ recovery-image] Aug 06 08:08:24.911 INFO O| Aug 06 08:08:24.911 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7685 | 2024-08-06T08:08:26.228Z | [ recovery-image] Aug 06 08:08:24.923 INFO O| Aug 06 08:08:24.923 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7686 | 2024-08-06T08:08:26.231Z | [ recovery-image] Aug 06 08:08:24.923 INFO O| Aug 06 08:08:24.923 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 ... |
7687 | 2024-08-06T08:08:26.231Z | [ recovery-image] Aug 06 08:08:24.923 INFO O| Aug 06 08:08:24.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7688 | 2024-08-06T08:08:26.231Z | [ recovery-image] Aug 06 08:08:24.923 INFO O| Aug 06 08:08:24.923 INFO ok! |
7689 | 2024-08-06T08:08:26.231Z | [ recovery-image] Aug 06 08:08:24.923 INFO O| Aug 06 08:08:24.923 INFO STEP 24 (ensure_file) COMPLETE |
7690 | 2024-08-06T08:08:26.231Z | [ recovery-image] Aug 06 08:08:24.923 INFO O| Aug 06 08:08:24.923 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7691 | 2024-08-06T08:08:26.239Z | [ recovery-image] Aug 06 08:08:24.934 INFO O| Aug 06 08:08:24.934 INFO updating shadow file |
7692 | 2024-08-06T08:08:26.242Z | [ recovery-image] Aug 06 08:08:24.934 INFO O| Aug 06 08:08:24.934 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7693 | 2024-08-06T08:08:26.242Z | [ recovery-image] Aug 06 08:08:24.934 INFO O| Aug 06 08:08:24.934 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7694 | 2024-08-06T08:08:26.242Z | [ recovery-image] Aug 06 08:08:24.934 INFO O| Aug 06 08:08:24.934 INFO STEP 25 (shadow) COMPLETE |
7695 | 2024-08-06T08:08:26.242Z | [ recovery-image] Aug 06 08:08:24.934 INFO O| Aug 06 08:08:24.934 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7696 | 2024-08-06T08:08:26.251Z | [ recovery-image] Aug 06 08:08:24.945 INFO O| Aug 06 08:08:24.945 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7697 | 2024-08-06T08:08:26.255Z | [ recovery-image] Aug 06 08:08:24.945 INFO O| Aug 06 08:08:24.945 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7698 | 2024-08-06T08:08:26.255Z | [ recovery-image] Aug 06 08:08:24.945 INFO O| Aug 06 08:08:24.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7699 | 2024-08-06T08:08:26.255Z | [ recovery-image] Aug 06 08:08:24.945 INFO O| Aug 06 08:08:24.945 INFO ok! |
7700 | 2024-08-06T08:08:26.255Z | [ recovery-image] Aug 06 08:08:24.945 INFO O| Aug 06 08:08:24.945 INFO STEP 26 (ensure_file) COMPLETE |
7701 | 2024-08-06T08:08:26.255Z | [ recovery-image] Aug 06 08:08:24.945 INFO O| Aug 06 08:08:24.945 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7702 | 2024-08-06T08:08:26.260Z | [ recovery-image] Aug 06 08:08:24.955 INFO O| Aug 06 08:08:24.955 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7703 | 2024-08-06T08:08:26.260Z | [ recovery-image] Aug 06 08:08:24.955 INFO O| Aug 06 08:08:24.955 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7704 | 2024-08-06T08:08:26.260Z | [ recovery-image] Aug 06 08:08:24.955 INFO O| Aug 06 08:08:24.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7705 | 2024-08-06T08:08:26.262Z | [ recovery-image] Aug 06 08:08:24.955 INFO O| Aug 06 08:08:24.955 INFO ok! |
7706 | 2024-08-06T08:08:26.263Z | [ recovery-image] Aug 06 08:08:24.955 INFO O| Aug 06 08:08:24.955 INFO STEP 27 (ensure_file) COMPLETE |
7707 | 2024-08-06T08:08:26.263Z | [ recovery-image] Aug 06 08:08:24.955 INFO O| Aug 06 08:08:24.955 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7708 | 2024-08-06T08:08:26.271Z | [ recovery-image] Aug 06 08:08:24.965 INFO O| Aug 06 08:08:24.965 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7709 | 2024-08-06T08:08:26.271Z | [ recovery-image] Aug 06 08:08:24.966 INFO O| Aug 06 08:08:24.965 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7710 | 2024-08-06T08:08:26.273Z | [ recovery-image] Aug 06 08:08:24.966 INFO O| Aug 06 08:08:24.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7711 | 2024-08-06T08:08:26.273Z | [ recovery-image] Aug 06 08:08:24.966 INFO O| Aug 06 08:08:24.966 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7712 | 2024-08-06T08:08:26.273Z | [ recovery-image] Aug 06 08:08:24.966 INFO O| Aug 06 08:08:24.966 INFO ok! |
7713 | 2024-08-06T08:08:26.274Z | [ recovery-image] Aug 06 08:08:24.966 INFO O| Aug 06 08:08:24.966 INFO STEP 28 (ensure_file) COMPLETE |
7714 | 2024-08-06T08:08:26.274Z | [ recovery-image] Aug 06 08:08:24.966 INFO O| Aug 06 08:08:24.966 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7715 | 2024-08-06T08:08:26.281Z | [ recovery-image] Aug 06 08:08:24.976 INFO O| Aug 06 08:08:24.976 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7716 | 2024-08-06T08:08:26.281Z | [ recovery-image] Aug 06 08:08:24.976 INFO O| Aug 06 08:08:24.976 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7717 | 2024-08-06T08:08:26.284Z | [ recovery-image] Aug 06 08:08:24.976 INFO O| Aug 06 08:08:24.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7718 | 2024-08-06T08:08:26.284Z | [ recovery-image] Aug 06 08:08:24.976 INFO O| Aug 06 08:08:24.976 INFO ok! |
7719 | 2024-08-06T08:08:26.284Z | [ recovery-image] Aug 06 08:08:24.976 INFO O| Aug 06 08:08:24.976 INFO STEP 29 (ensure_file) COMPLETE |
7720 | 2024-08-06T08:08:26.285Z | [ recovery-image] Aug 06 08:08:24.976 INFO O| Aug 06 08:08:24.976 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7721 | 2024-08-06T08:08:26.292Z | [ recovery-image] Aug 06 08:08:24.987 INFO O| Aug 06 08:08:24.986 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7722 | 2024-08-06T08:08:26.292Z | [ recovery-image] Aug 06 08:08:24.987 INFO O| Aug 06 08:08:24.987 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7723 | 2024-08-06T08:08:26.294Z | [ recovery-image] Aug 06 08:08:24.987 INFO O| Aug 06 08:08:24.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7724 | 2024-08-06T08:08:26.294Z | [ recovery-image] Aug 06 08:08:24.987 INFO O| Aug 06 08:08:24.987 INFO ok! |
7725 | 2024-08-06T08:08:26.294Z | [ recovery-image] Aug 06 08:08:24.987 INFO O| Aug 06 08:08:24.987 INFO STEP 30 (ensure_file) COMPLETE |
7726 | 2024-08-06T08:08:26.294Z | [ recovery-image] Aug 06 08:08:24.987 INFO O| Aug 06 08:08:24.987 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7727 | 2024-08-06T08:08:26.302Z | [ recovery-image] Aug 06 08:08:24.997 INFO O| Aug 06 08:08:24.997 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7728 | 2024-08-06T08:08:26.302Z | [ recovery-image] Aug 06 08:08:24.997 INFO O| Aug 06 08:08:24.997 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7729 | 2024-08-06T08:08:26.305Z | [ recovery-image] Aug 06 08:08:24.997 INFO O| Aug 06 08:08:24.997 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7730 | 2024-08-06T08:08:26.305Z | [ recovery-image] Aug 06 08:08:24.997 INFO O| Aug 06 08:08:24.997 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7731 | 2024-08-06T08:08:26.305Z | [ recovery-image] Aug 06 08:08:24.997 INFO O| Aug 06 08:08:24.997 INFO ok! |
7732 | 2024-08-06T08:08:26.305Z | [ recovery-image] Aug 06 08:08:24.997 INFO O| Aug 06 08:08:24.997 INFO STEP 31 (ensure_file) COMPLETE |
7733 | 2024-08-06T08:08:26.305Z | [ recovery-image] Aug 06 08:08:24.997 INFO O| Aug 06 08:08:24.997 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7734 | 2024-08-06T08:08:26.313Z | [ recovery-image] Aug 06 08:08:25.008 INFO O| Aug 06 08:08:25.008 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7735 | 2024-08-06T08:08:26.313Z | [ recovery-image] Aug 06 08:08:25.008 INFO O| Aug 06 08:08:25.008 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7736 | 2024-08-06T08:08:26.313Z | [ recovery-image] Aug 06 08:08:25.008 INFO O| Aug 06 08:08:25.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7737 | 2024-08-06T08:08:26.316Z | [ recovery-image] Aug 06 08:08:25.008 INFO O| Aug 06 08:08:25.008 INFO ok! |
7738 | 2024-08-06T08:08:26.316Z | [ recovery-image] Aug 06 08:08:25.008 INFO O| Aug 06 08:08:25.008 INFO STEP 32 (ensure_file) COMPLETE |
7739 | 2024-08-06T08:08:26.316Z | [ recovery-image] Aug 06 08:08:25.008 INFO O| Aug 06 08:08:25.008 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7740 | 2024-08-06T08:08:26.323Z | [ recovery-image] Aug 06 08:08:25.018 INFO O| Aug 06 08:08:25.018 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7741 | 2024-08-06T08:08:26.326Z | [ recovery-image] Aug 06 08:08:25.018 INFO O| Aug 06 08:08:25.018 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7742 | 2024-08-06T08:08:26.326Z | [ recovery-image] Aug 06 08:08:25.019 INFO O| Aug 06 08:08:25.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7743 | 2024-08-06T08:08:26.326Z | [ recovery-image] Aug 06 08:08:25.019 INFO O| Aug 06 08:08:25.019 INFO ok! |
7744 | 2024-08-06T08:08:26.326Z | [ recovery-image] Aug 06 08:08:25.019 INFO O| Aug 06 08:08:25.019 INFO STEP 33 (ensure_file) COMPLETE |
7745 | 2024-08-06T08:08:26.326Z | [ recovery-image] Aug 06 08:08:25.019 INFO O| Aug 06 08:08:25.019 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7746 | 2024-08-06T08:08:26.334Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7747 | 2024-08-06T08:08:26.334Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7748 | 2024-08-06T08:08:26.337Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7749 | 2024-08-06T08:08:26.337Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7750 | 2024-08-06T08:08:26.337Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7751 | 2024-08-06T08:08:26.337Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7752 | 2024-08-06T08:08:26.337Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO ok! |
7753 | 2024-08-06T08:08:26.337Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO STEP 34 (ensure_file) COMPLETE |
7754 | 2024-08-06T08:08:26.337Z | [ recovery-image] Aug 06 08:08:25.029 INFO O| Aug 06 08:08:25.029 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7755 | 2024-08-06T08:08:26.345Z | [ recovery-image] Aug 06 08:08:25.040 INFO O| Aug 06 08:08:25.040 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7756 | 2024-08-06T08:08:26.345Z | [ recovery-image] Aug 06 08:08:25.040 INFO O| Aug 06 08:08:25.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7757 | 2024-08-06T08:08:26.348Z | [ recovery-image] Aug 06 08:08:25.040 INFO O| Aug 06 08:08:25.040 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7758 | 2024-08-06T08:08:26.348Z | [ recovery-image] Aug 06 08:08:25.040 INFO O| Aug 06 08:08:25.040 INFO STEP 35 (ensure_dir) COMPLETE |
7759 | 2024-08-06T08:08:26.348Z | [ recovery-image] Aug 06 08:08:25.040 INFO O| Aug 06 08:08:25.040 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7760 | 2024-08-06T08:08:26.356Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 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 |
7761 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 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 ... |
7762 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 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 |
7763 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 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 |
7764 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 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 |
7765 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 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 |
7766 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 INFO ok! |
7767 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 INFO STEP 36 (ensure_file) COMPLETE |
7768 | 2024-08-06T08:08:26.359Z | [ recovery-image] Aug 06 08:08:25.051 INFO O| Aug 06 08:08:25.051 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7769 | 2024-08-06T08:08:26.368Z | [ recovery-image] Aug 06 08:08:25.062 INFO O| Aug 06 08:08:25.062 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7770 | 2024-08-06T08:08:26.368Z | [ recovery-image] Aug 06 08:08:25.062 INFO O| Aug 06 08:08:25.062 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 ... |
7771 | 2024-08-06T08:08:26.368Z | [ recovery-image] Aug 06 08:08:25.063 INFO O| Aug 06 08:08:25.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7772 | 2024-08-06T08:08:26.368Z | [ recovery-image] Aug 06 08:08:25.063 INFO O| Aug 06 08:08:25.063 INFO ok! |
7773 | 2024-08-06T08:08:26.370Z | [ recovery-image] Aug 06 08:08:25.063 INFO O| Aug 06 08:08:25.063 INFO STEP 37 (ensure_symlink) COMPLETE |
7774 | 2024-08-06T08:08:26.371Z | [ recovery-image] Aug 06 08:08:25.063 INFO O| Aug 06 08:08:25.063 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7775 | 2024-08-06T08:08:26.379Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7776 | 2024-08-06T08:08:26.379Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7777 | 2024-08-06T08:08:26.382Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7778 | 2024-08-06T08:08:26.382Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7779 | 2024-08-06T08:08:26.382Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7780 | 2024-08-06T08:08:26.382Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7781 | 2024-08-06T08:08:26.382Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO ok! |
7782 | 2024-08-06T08:08:26.382Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO STEP 38 (ensure_file) COMPLETE |
7783 | 2024-08-06T08:08:26.382Z | [ recovery-image] Aug 06 08:08:25.074 INFO O| Aug 06 08:08:25.074 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7784 | 2024-08-06T08:08:26.390Z | [ recovery-image] Aug 06 08:08:25.085 INFO O| Aug 06 08:08:25.085 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7785 | 2024-08-06T08:08:26.390Z | [ recovery-image] Aug 06 08:08:25.085 INFO O| Aug 06 08:08:25.085 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 ... |
7786 | 2024-08-06T08:08:26.393Z | [ recovery-image] Aug 06 08:08:25.085 INFO O| Aug 06 08:08:25.085 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 |
7787 | 2024-08-06T08:08:26.393Z | [ recovery-image] Aug 06 08:08:25.085 INFO O| Aug 06 08:08:25.085 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7788 | 2024-08-06T08:08:26.393Z | [ recovery-image] Aug 06 08:08:25.085 INFO O| Aug 06 08:08:25.085 INFO ok! |
7789 | 2024-08-06T08:08:26.393Z | [ recovery-image] Aug 06 08:08:25.085 INFO O| Aug 06 08:08:25.085 INFO STEP 39 (ensure_file) COMPLETE |
7790 | 2024-08-06T08:08:26.393Z | [ recovery-image] Aug 06 08:08:25.085 INFO O| Aug 06 08:08:25.085 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7791 | 2024-08-06T08:08:26.401Z | [ recovery-image] Aug 06 08:08:25.096 INFO O| Aug 06 08:08:25.096 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7792 | 2024-08-06T08:08:26.401Z | [ recovery-image] Aug 06 08:08:25.096 INFO O| Aug 06 08:08:25.096 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7793 | 2024-08-06T08:08:26.404Z | [ recovery-image] Aug 06 08:08:25.096 INFO O| Aug 06 08:08:25.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7794 | 2024-08-06T08:08:26.404Z | [ recovery-image] Aug 06 08:08:25.096 INFO O| Aug 06 08:08:25.096 INFO ok! |
7795 | 2024-08-06T08:08:26.404Z | [ recovery-image] Aug 06 08:08:25.096 INFO O| Aug 06 08:08:25.096 INFO STEP 40 (ensure_file) COMPLETE |
7796 | 2024-08-06T08:08:26.404Z | [ host-image] Aug 06 08:08:25.096 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22799:20240802T172233Z |
7797 | 2024-08-06T08:08:26.404Z | [ recovery-image] Aug 06 08:08:25.096 INFO O| Aug 06 08:08:25.096 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7798 | 2024-08-06T08:08:26.411Z | [ recovery-image] Aug 06 08:08:25.106 INFO O| Aug 06 08:08:25.106 INFO updating shadow file |
7799 | 2024-08-06T08:08:26.414Z | [ recovery-image] Aug 06 08:08:25.106 INFO O| Aug 06 08:08:25.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7800 | 2024-08-06T08:08:26.414Z | [ recovery-image] Aug 06 08:08:25.106 INFO O| Aug 06 08:08:25.106 INFO STEP 41 (shadow) COMPLETE |
7801 | 2024-08-06T08:08:26.414Z | [ recovery-image] Aug 06 08:08:25.106 INFO O| Aug 06 08:08:25.106 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7802 | 2024-08-06T08:08:26.422Z | [ recovery-image] Aug 06 08:08:25.116 INFO O| Aug 06 08:08:25.116 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7803 | 2024-08-06T08:08:26.422Z | [ recovery-image] Aug 06 08:08:25.117 INFO O| Aug 06 08:08:25.117 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7804 | 2024-08-06T08:08:26.425Z | [ recovery-image] Aug 06 08:08:25.117 INFO O| Aug 06 08:08:25.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7805 | 2024-08-06T08:08:26.425Z | [ recovery-image] Aug 06 08:08:25.117 INFO O| Aug 06 08:08:25.117 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7806 | 2024-08-06T08:08:26.425Z | [ recovery-image] Aug 06 08:08:25.117 INFO O| Aug 06 08:08:25.117 INFO ok! |
7807 | 2024-08-06T08:08:26.425Z | [ recovery-image] Aug 06 08:08:25.117 INFO O| Aug 06 08:08:25.117 INFO STEP 42 (ensure_file) COMPLETE |
7808 | 2024-08-06T08:08:26.425Z | [ recovery-image] Aug 06 08:08:25.117 INFO O| Aug 06 08:08:25.117 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7809 | 2024-08-06T08:08:26.432Z | [ recovery-image] Aug 06 08:08:25.127 INFO O| Aug 06 08:08:25.127 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7810 | 2024-08-06T08:08:26.432Z | [ recovery-image] Aug 06 08:08:25.127 INFO O| Aug 06 08:08:25.127 INFO STEP 43 (ensure_dir) COMPLETE |
7811 | 2024-08-06T08:08:26.435Z | [ recovery-image] Aug 06 08:08:25.127 INFO O| Aug 06 08:08:25.127 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7812 | 2024-08-06T08:08:26.443Z | [ recovery-image] Aug 06 08:08:25.138 INFO O| Aug 06 08:08:25.138 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7813 | 2024-08-06T08:08:26.443Z | [ recovery-image] Aug 06 08:08:25.138 INFO O| Aug 06 08:08:25.138 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7814 | 2024-08-06T08:08:26.446Z | [ recovery-image] Aug 06 08:08:25.138 INFO O| Aug 06 08:08:25.138 INFO STEP 44 (ensure_dir) COMPLETE |
7815 | 2024-08-06T08:08:26.446Z | [ recovery-image] Aug 06 08:08:25.138 INFO O| Aug 06 08:08:25.138 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7816 | 2024-08-06T08:08:26.453Z | [ recovery-image] Aug 06 08:08:25.148 INFO O| Aug 06 08:08:25.148 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7817 | 2024-08-06T08:08:26.456Z | [ recovery-image] Aug 06 08:08:25.148 INFO O| Aug 06 08:08:25.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7818 | 2024-08-06T08:08:26.456Z | [ recovery-image] Aug 06 08:08:25.148 INFO O| Aug 06 08:08:25.148 INFO STEP 45 (ensure_dir) COMPLETE |
7819 | 2024-08-06T08:08:26.456Z | [ recovery-image] Aug 06 08:08:25.148 INFO O| Aug 06 08:08:25.148 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7820 | 2024-08-06T08:08:26.464Z | [ recovery-image] Aug 06 08:08:25.159 INFO O| Aug 06 08:08:25.159 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7821 | 2024-08-06T08:08:26.464Z | [ recovery-image] Aug 06 08:08:25.159 INFO O| Aug 06 08:08:25.159 INFO copying /tmp/.tmpXrvusp/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7822 | 2024-08-06T08:08:26.492Z | [ recovery-image] Aug 06 08:08:25.187 INFO O| Aug 06 08:08:25.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7823 | 2024-08-06T08:08:26.492Z | [ recovery-image] Aug 06 08:08:25.187 INFO O| Aug 06 08:08:25.187 INFO ok! |
7824 | 2024-08-06T08:08:26.492Z | [ recovery-image] Aug 06 08:08:25.187 INFO O| Aug 06 08:08:25.187 INFO STEP 46 (ensure_file) COMPLETE |
7825 | 2024-08-06T08:08:26.492Z | [ recovery-image] Aug 06 08:08:25.187 INFO O| Aug 06 08:08:25.187 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7826 | 2024-08-06T08:08:26.504Z | [ recovery-image] Aug 06 08:08:25.199 INFO O| Aug 06 08:08:25.199 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7827 | 2024-08-06T08:08:26.507Z | [ recovery-image] Aug 06 08:08:25.199 INFO O| Aug 06 08:08:25.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7828 | 2024-08-06T08:08:26.507Z | [ recovery-image] Aug 06 08:08:25.199 INFO O| Aug 06 08:08:25.199 INFO STEP 47 (ensure_dir) COMPLETE |
7829 | 2024-08-06T08:08:26.507Z | [ recovery-image] Aug 06 08:08:25.199 INFO O| Aug 06 08:08:25.199 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7830 | 2024-08-06T08:08:26.515Z | [ recovery-image] Aug 06 08:08:25.210 INFO O| Aug 06 08:08:25.210 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7831 | 2024-08-06T08:08:26.515Z | [ recovery-image] Aug 06 08:08:25.210 INFO O| Aug 06 08:08:25.210 INFO copying /tmp/.tmpXrvusp/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7832 | 2024-08-06T08:08:26.518Z | [ recovery-image] Aug 06 08:08:25.210 INFO O| Aug 06 08:08:25.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7833 | 2024-08-06T08:08:26.518Z | [ recovery-image] Aug 06 08:08:25.210 INFO O| Aug 06 08:08:25.210 INFO ok! |
7834 | 2024-08-06T08:08:26.518Z | [ recovery-image] Aug 06 08:08:25.210 INFO O| Aug 06 08:08:25.210 INFO STEP 48 (ensure_file) COMPLETE |
7835 | 2024-08-06T08:08:26.518Z | [ recovery-image] Aug 06 08:08:25.210 INFO O| Aug 06 08:08:25.210 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7836 | 2024-08-06T08:08:26.526Z | [ recovery-image] Aug 06 08:08:25.221 INFO O| Aug 06 08:08:25.221 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7837 | 2024-08-06T08:08:26.526Z | [ recovery-image] Aug 06 08:08:25.221 INFO O| Aug 06 08:08:25.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7838 | 2024-08-06T08:08:26.529Z | [ recovery-image] Aug 06 08:08:25.221 INFO O| Aug 06 08:08:25.221 INFO STEP 49 (ensure_dir) COMPLETE |
7839 | 2024-08-06T08:08:26.529Z | [ recovery-image] Aug 06 08:08:25.221 INFO O| Aug 06 08:08:25.221 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7840 | 2024-08-06T08:08:26.536Z | [ recovery-image] Aug 06 08:08:25.231 INFO O| Aug 06 08:08:25.231 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7841 | 2024-08-06T08:08:26.536Z | [ recovery-image] Aug 06 08:08:25.231 INFO O| Aug 06 08:08:25.231 INFO copying /tmp/.tmpXrvusp/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7842 | 2024-08-06T08:08:26.551Z | [ recovery-image] Aug 06 08:08:25.245 INFO O| Aug 06 08:08:25.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7843 | 2024-08-06T08:08:26.551Z | [ recovery-image] Aug 06 08:08:25.245 INFO O| Aug 06 08:08:25.245 INFO ok! |
7844 | 2024-08-06T08:08:26.554Z | [ recovery-image] Aug 06 08:08:25.245 INFO O| Aug 06 08:08:25.245 INFO STEP 50 (ensure_file) COMPLETE |
7845 | 2024-08-06T08:08:26.554Z | [ recovery-image] Aug 06 08:08:25.245 INFO O| Aug 06 08:08:25.245 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7846 | 2024-08-06T08:08:26.562Z | [ recovery-image] Aug 06 08:08:25.257 INFO O| Aug 06 08:08:25.257 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7847 | 2024-08-06T08:08:26.565Z | [ recovery-image] Aug 06 08:08:25.257 INFO O| Aug 06 08:08:25.257 INFO copying /tmp/.tmpXrvusp/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7848 | 2024-08-06T08:08:27.054Z | [ recovery-image] Aug 06 08:08:25.748 INFO O| Aug 06 08:08:25.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7849 | 2024-08-06T08:08:27.054Z | [ recovery-image] Aug 06 08:08:25.748 INFO O| Aug 06 08:08:25.748 INFO ok! |
7850 | 2024-08-06T08:08:27.056Z | [ recovery-image] Aug 06 08:08:25.748 INFO O| Aug 06 08:08:25.748 INFO STEP 51 (ensure_file) COMPLETE |
7851 | 2024-08-06T08:08:27.057Z | [ recovery-image] Aug 06 08:08:25.748 INFO O| Aug 06 08:08:25.748 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7852 | 2024-08-06T08:08:27.064Z | [ recovery-image] Aug 06 08:08:25.759 INFO O| Aug 06 08:08:25.759 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7853 | 2024-08-06T08:08:27.067Z | [ recovery-image] Aug 06 08:08:25.759 INFO O| Aug 06 08:08:25.759 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7854 | 2024-08-06T08:08:27.067Z | [ recovery-image] Aug 06 08:08:25.759 INFO O| Aug 06 08:08:25.759 INFO STEP 52 (ensure_dir) COMPLETE |
7855 | 2024-08-06T08:08:27.067Z | [ recovery-image] Aug 06 08:08:25.759 INFO O| Aug 06 08:08:25.759 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7856 | 2024-08-06T08:08:27.074Z | [ recovery-image] Aug 06 08:08:25.769 INFO O| Aug 06 08:08:25.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7857 | 2024-08-06T08:08:27.074Z | [ recovery-image] Aug 06 08:08:25.769 INFO O| Aug 06 08:08:25.769 INFO copying /tmp/.tmpXrvusp/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 ... |
7858 | 2024-08-06T08:08:27.077Z | [ recovery-image] Aug 06 08:08:25.769 INFO O| Aug 06 08:08:25.769 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 |
7859 | 2024-08-06T08:08:27.077Z | [ recovery-image] Aug 06 08:08:25.769 INFO O| Aug 06 08:08:25.769 INFO ok! |
7860 | 2024-08-06T08:08:27.077Z | [ recovery-image] Aug 06 08:08:25.769 INFO O| Aug 06 08:08:25.769 INFO STEP 53 (ensure_file) COMPLETE |
7861 | 2024-08-06T08:08:27.077Z | [ recovery-image] Aug 06 08:08:25.769 INFO O| Aug 06 08:08:25.769 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7862 | 2024-08-06T08:08:27.085Z | [ recovery-image] Aug 06 08:08:25.779 INFO O| Aug 06 08:08:25.779 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7863 | 2024-08-06T08:08:27.085Z | [ recovery-image] Aug 06 08:08:25.779 INFO O| Aug 06 08:08:25.779 INFO copying /tmp/.tmpXrvusp/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 ... |
7864 | 2024-08-06T08:08:27.087Z | [ recovery-image] Aug 06 08:08:25.780 INFO O| Aug 06 08:08:25.780 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 |
7865 | 2024-08-06T08:08:27.088Z | [ recovery-image] Aug 06 08:08:25.780 INFO O| Aug 06 08:08:25.780 INFO ok! |
7866 | 2024-08-06T08:08:27.088Z | [ recovery-image] Aug 06 08:08:25.780 INFO O| Aug 06 08:08:25.780 INFO STEP 54 (ensure_file) COMPLETE |
7867 | 2024-08-06T08:08:27.088Z | [ recovery-image] Aug 06 08:08:25.780 INFO O| Aug 06 08:08:25.780 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7868 | 2024-08-06T08:08:27.095Z | [ recovery-image] Aug 06 08:08:25.789 INFO O| Aug 06 08:08:25.789 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7869 | 2024-08-06T08:08:27.095Z | [ recovery-image] Aug 06 08:08:25.789 INFO O| Aug 06 08:08:25.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7870 | 2024-08-06T08:08:27.098Z | [ recovery-image] Aug 06 08:08:25.790 INFO O| Aug 06 08:08:25.789 INFO STEP 55 (ensure_dir) COMPLETE |
7871 | 2024-08-06T08:08:27.098Z | [ recovery-image] Aug 06 08:08:25.790 INFO O| Aug 06 08:08:25.789 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7872 | 2024-08-06T08:08:27.105Z | [ recovery-image] Aug 06 08:08:25.800 INFO O| Aug 06 08:08:25.800 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7873 | 2024-08-06T08:08:27.108Z | [ recovery-image] Aug 06 08:08:25.800 INFO O| Aug 06 08:08:25.800 INFO copying /tmp/.tmpXrvusp/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 ... |
7874 | 2024-08-06T08:08:27.108Z | [ recovery-image] Aug 06 08:08:25.800 INFO O| Aug 06 08:08:25.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7875 | 2024-08-06T08:08:27.108Z | [ recovery-image] Aug 06 08:08:25.800 INFO O| Aug 06 08:08:25.800 INFO ok! |
7876 | 2024-08-06T08:08:27.108Z | [ recovery-image] Aug 06 08:08:25.800 INFO O| Aug 06 08:08:25.800 INFO STEP 56 (ensure_file) COMPLETE |
7877 | 2024-08-06T08:08:27.108Z | [ recovery-image] Aug 06 08:08:25.800 INFO O| Aug 06 08:08:25.800 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7878 | 2024-08-06T08:08:27.117Z | [ recovery-image] Aug 06 08:08:25.810 INFO O| Aug 06 08:08:25.810 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7879 | 2024-08-06T08:08:27.117Z | [ recovery-image] Aug 06 08:08:25.810 INFO O| Aug 06 08:08:25.810 INFO copying /tmp/.tmpXrvusp/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 ... |
7880 | 2024-08-06T08:08:27.120Z | [ recovery-image] Aug 06 08:08:25.810 INFO O| Aug 06 08:08:25.810 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 |
7881 | 2024-08-06T08:08:27.120Z | [ recovery-image] Aug 06 08:08:25.810 INFO O| Aug 06 08:08:25.810 INFO ok! |
7882 | 2024-08-06T08:08:27.120Z | [ recovery-image] Aug 06 08:08:25.810 INFO O| Aug 06 08:08:25.810 INFO STEP 57 (ensure_file) COMPLETE |
7883 | 2024-08-06T08:08:27.120Z | [ recovery-image] Aug 06 08:08:25.810 INFO O| Aug 06 08:08:25.810 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7884 | 2024-08-06T08:08:27.126Z | [ recovery-image] Aug 06 08:08:25.820 INFO O| Aug 06 08:08:25.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7885 | 2024-08-06T08:08:27.126Z | [ recovery-image] Aug 06 08:08:25.820 INFO O| Aug 06 08:08:25.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7886 | 2024-08-06T08:08:27.129Z | [ recovery-image] Aug 06 08:08:25.820 INFO O| Aug 06 08:08:25.820 INFO STEP 58 (ensure_dir) COMPLETE |
7887 | 2024-08-06T08:08:27.129Z | [ recovery-image] Aug 06 08:08:25.820 INFO O| Aug 06 08:08:25.820 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7888 | 2024-08-06T08:08:27.135Z | [ recovery-image] Aug 06 08:08:25.830 INFO O| Aug 06 08:08:25.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7889 | 2024-08-06T08:08:27.135Z | [ recovery-image] Aug 06 08:08:25.830 INFO O| Aug 06 08:08:25.829 INFO copying /tmp/.tmpXrvusp/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 ... |
7890 | 2024-08-06T08:08:27.138Z | [ recovery-image] Aug 06 08:08:25.830 INFO O| Aug 06 08:08:25.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7891 | 2024-08-06T08:08:27.138Z | [ recovery-image] Aug 06 08:08:25.830 INFO O| Aug 06 08:08:25.830 INFO ok! |
7892 | 2024-08-06T08:08:27.138Z | [ recovery-image] Aug 06 08:08:25.830 INFO O| Aug 06 08:08:25.830 INFO STEP 59 (ensure_file) COMPLETE |
7893 | 2024-08-06T08:08:27.138Z | [ recovery-image] Aug 06 08:08:25.830 INFO O| Aug 06 08:08:25.830 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7894 | 2024-08-06T08:08:27.145Z | [ recovery-image] Aug 06 08:08:25.840 INFO O| Aug 06 08:08:25.840 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7895 | 2024-08-06T08:08:27.148Z | [ recovery-image] Aug 06 08:08:25.840 INFO O| Aug 06 08:08:25.840 INFO copying /tmp/.tmpXrvusp/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7896 | 2024-08-06T08:08:27.148Z | [ recovery-image] Aug 06 08:08:25.840 INFO O| Aug 06 08:08:25.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7897 | 2024-08-06T08:08:27.148Z | [ recovery-image] Aug 06 08:08:25.840 INFO O| Aug 06 08:08:25.840 INFO ok! |
7898 | 2024-08-06T08:08:27.148Z | [ recovery-image] Aug 06 08:08:25.840 INFO O| Aug 06 08:08:25.840 INFO STEP 60 (ensure_file) COMPLETE |
7899 | 2024-08-06T08:08:27.148Z | [ recovery-image] Aug 06 08:08:25.840 INFO O| Aug 06 08:08:25.840 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7900 | 2024-08-06T08:08:27.155Z | [ recovery-image] Aug 06 08:08:25.850 INFO O| Aug 06 08:08:25.850 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7901 | 2024-08-06T08:08:27.155Z | [ recovery-image] Aug 06 08:08:25.850 INFO O| Aug 06 08:08:25.850 INFO STEP 61 (ensure_dir) COMPLETE |
7902 | 2024-08-06T08:08:27.158Z | [ recovery-image] Aug 06 08:08:25.850 INFO O| Aug 06 08:08:25.850 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7903 | 2024-08-06T08:08:27.166Z | [ recovery-image] Aug 06 08:08:25.861 INFO O| Aug 06 08:08:25.860 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7904 | 2024-08-06T08:08:27.166Z | [ recovery-image] Aug 06 08:08:25.861 INFO O| Aug 06 08:08:25.861 INFO STEP 62 (ensure_dir) COMPLETE |
7905 | 2024-08-06T08:08:27.169Z | [ recovery-image] Aug 06 08:08:25.861 INFO O| Aug 06 08:08:25.861 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7906 | 2024-08-06T08:08:27.176Z | [ recovery-image] Aug 06 08:08:25.870 INFO O| Aug 06 08:08:25.870 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7907 | 2024-08-06T08:08:27.178Z | [ recovery-image] Aug 06 08:08:25.870 INFO O| Aug 06 08:08:25.870 INFO STEP 63 (ensure_dir) COMPLETE |
7908 | 2024-08-06T08:08:27.178Z | [ recovery-image] Aug 06 08:08:25.870 INFO O| Aug 06 08:08:25.870 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7909 | 2024-08-06T08:08:27.186Z | [ recovery-image] Aug 06 08:08:25.881 INFO O| Aug 06 08:08:25.881 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7910 | 2024-08-06T08:08:27.186Z | [ recovery-image] Aug 06 08:08:25.881 INFO O| Aug 06 08:08:25.881 INFO STEP 64 (ensure_dir) COMPLETE |
7911 | 2024-08-06T08:08:27.189Z | [ recovery-image] Aug 06 08:08:25.881 INFO O| Aug 06 08:08:25.881 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7912 | 2024-08-06T08:08:27.196Z | [ recovery-image] Aug 06 08:08:25.891 INFO O| Aug 06 08:08:25.891 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7913 | 2024-08-06T08:08:27.200Z | [ recovery-image] Aug 06 08:08:25.891 INFO O| Aug 06 08:08:25.891 INFO copying /tmp/.tmpXrvusp/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7914 | 2024-08-06T08:08:27.200Z | [ recovery-image] Aug 06 08:08:25.891 INFO O| Aug 06 08:08:25.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7915 | 2024-08-06T08:08:27.200Z | [ recovery-image] Aug 06 08:08:25.891 INFO O| Aug 06 08:08:25.891 INFO ok! |
7916 | 2024-08-06T08:08:27.200Z | [ recovery-image] Aug 06 08:08:25.891 INFO O| Aug 06 08:08:25.891 INFO STEP 65 (ensure_file) COMPLETE |
7917 | 2024-08-06T08:08:27.200Z | [ recovery-image] Aug 06 08:08:25.891 INFO O| Aug 06 08:08:25.891 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7918 | 2024-08-06T08:08:27.206Z | [ recovery-image] Aug 06 08:08:25.901 INFO O| Aug 06 08:08:25.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7919 | 2024-08-06T08:08:27.209Z | [ recovery-image] Aug 06 08:08:25.901 INFO O| Aug 06 08:08:25.901 INFO STEP 66 (remove_files) COMPLETE |
7920 | 2024-08-06T08:08:27.209Z | [ recovery-image] Aug 06 08:08:25.901 INFO O| Aug 06 08:08:25.901 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7921 | 2024-08-06T08:08:27.216Z | [ recovery-image] Aug 06 08:08:25.911 INFO O| Aug 06 08:08:25.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7922 | 2024-08-06T08:08:27.219Z | [ recovery-image] Aug 06 08:08:25.911 INFO O| Aug 06 08:08:25.911 INFO STEP 67 (remove_files) COMPLETE |
7923 | 2024-08-06T08:08:27.219Z | [ recovery-image] Aug 06 08:08:25.911 INFO O| Aug 06 08:08:25.911 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7924 | 2024-08-06T08:08:27.226Z | [ recovery-image] Aug 06 08:08:25.921 INFO O| Aug 06 08:08:25.921 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7925 | 2024-08-06T08:08:27.229Z | [ recovery-image] Aug 06 08:08:25.921 INFO O| Aug 06 08:08:25.921 INFO STEP 68 (remove_files) COMPLETE |
7926 | 2024-08-06T08:08:27.229Z | [ recovery-image] Aug 06 08:08:25.921 INFO O| Aug 06 08:08:25.921 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7927 | 2024-08-06T08:08:27.237Z | [ recovery-image] Aug 06 08:08:25.931 INFO O| Aug 06 08:08:25.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7928 | 2024-08-06T08:08:27.239Z | [ recovery-image] Aug 06 08:08:25.932 INFO O| Aug 06 08:08:25.932 INFO STEP 69 (remove_files) COMPLETE |
7929 | 2024-08-06T08:08:27.239Z | [ recovery-image] Aug 06 08:08:25.932 INFO O| Aug 06 08:08:25.932 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7930 | 2024-08-06T08:08:27.248Z | [ recovery-image] Aug 06 08:08:25.941 INFO O| Aug 06 08:08:25.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7931 | 2024-08-06T08:08:27.250Z | [ recovery-image] Aug 06 08:08:25.942 INFO O| Aug 06 08:08:25.942 INFO STEP 70 (remove_files) COMPLETE |
7932 | 2024-08-06T08:08:27.250Z | [ recovery-image] Aug 06 08:08:25.942 INFO O| Aug 06 08:08:25.942 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7933 | 2024-08-06T08:08:27.257Z | [ recovery-image] Aug 06 08:08:25.951 INFO O| Aug 06 08:08:25.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7934 | 2024-08-06T08:08:27.260Z | [ recovery-image] Aug 06 08:08:25.951 INFO O| Aug 06 08:08:25.951 INFO STEP 71 (remove_files) COMPLETE |
7935 | 2024-08-06T08:08:27.260Z | [ recovery-image] Aug 06 08:08:25.951 INFO O| Aug 06 08:08:25.951 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7936 | 2024-08-06T08:08:27.266Z | [ recovery-image] Aug 06 08:08:25.961 INFO O| Aug 06 08:08:25.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7937 | 2024-08-06T08:08:27.269Z | [ recovery-image] Aug 06 08:08:25.961 INFO O| Aug 06 08:08:25.961 INFO STEP 72 (remove_files) COMPLETE |
7938 | 2024-08-06T08:08:27.269Z | [ recovery-image] Aug 06 08:08:25.961 INFO O| Aug 06 08:08:25.961 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7939 | 2024-08-06T08:08:27.276Z | [ recovery-image] Aug 06 08:08:25.971 INFO O| Aug 06 08:08:25.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7940 | 2024-08-06T08:08:27.276Z | [ recovery-image] Aug 06 08:08:25.971 INFO O| Aug 06 08:08:25.971 INFO STEP 73 (remove_files) COMPLETE |
7941 | 2024-08-06T08:08:27.276Z | [ recovery-image] Aug 06 08:08:25.971 INFO O| Aug 06 08:08:25.971 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7942 | 2024-08-06T08:08:27.286Z | [ recovery-image] Aug 06 08:08:25.981 INFO O| Aug 06 08:08:25.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7943 | 2024-08-06T08:08:27.289Z | [ recovery-image] Aug 06 08:08:25.981 INFO O| Aug 06 08:08:25.981 INFO STEP 74 (remove_files) COMPLETE |
7944 | 2024-08-06T08:08:27.289Z | [ recovery-image] Aug 06 08:08:25.981 INFO O| Aug 06 08:08:25.981 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7945 | 2024-08-06T08:08:27.296Z | [ recovery-image] Aug 06 08:08:25.991 INFO O| Aug 06 08:08:25.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7946 | 2024-08-06T08:08:27.299Z | [ recovery-image] Aug 06 08:08:25.991 INFO O| Aug 06 08:08:25.991 INFO STEP 75 (remove_files) COMPLETE |
7947 | 2024-08-06T08:08:27.299Z | [ recovery-image] Aug 06 08:08:25.991 INFO O| Aug 06 08:08:25.991 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7948 | 2024-08-06T08:08:27.307Z | [ recovery-image] Aug 06 08:08:26.001 INFO O| Aug 06 08:08:26.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7949 | 2024-08-06T08:08:27.307Z | [ recovery-image] Aug 06 08:08:26.002 INFO O| Aug 06 08:08:26.002 INFO STEP 76 (remove_files) COMPLETE |
7950 | 2024-08-06T08:08:27.307Z | [ recovery-image] Aug 06 08:08:26.002 INFO O| Aug 06 08:08:26.002 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7951 | 2024-08-06T08:08:27.318Z | [ recovery-image] Aug 06 08:08:26.013 INFO O| Aug 06 08:08:26.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7952 | 2024-08-06T08:08:27.318Z | [ recovery-image] Aug 06 08:08:26.013 INFO O| Aug 06 08:08:26.013 INFO STEP 77 (remove_files) COMPLETE |
7953 | 2024-08-06T08:08:27.321Z | [ recovery-image] Aug 06 08:08:26.013 INFO O| Aug 06 08:08:26.013 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7954 | 2024-08-06T08:08:27.328Z | [ recovery-image] Aug 06 08:08:26.023 INFO O| Aug 06 08:08:26.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7955 | 2024-08-06T08:08:27.331Z | [ recovery-image] Aug 06 08:08:26.023 INFO O| Aug 06 08:08:26.023 INFO STEP 78 (remove_files) COMPLETE |
7956 | 2024-08-06T08:08:27.331Z | [ recovery-image] Aug 06 08:08:26.023 INFO O| Aug 06 08:08:26.023 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7957 | 2024-08-06T08:08:27.339Z | [ recovery-image] Aug 06 08:08:26.034 INFO O| Aug 06 08:08:26.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7958 | 2024-08-06T08:08:27.339Z | [ recovery-image] Aug 06 08:08:26.034 INFO O| Aug 06 08:08:26.034 INFO STEP 79 (remove_files) COMPLETE |
7959 | 2024-08-06T08:08:27.342Z | [ recovery-image] Aug 06 08:08:26.034 INFO O| Aug 06 08:08:26.034 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7960 | 2024-08-06T08:08:27.349Z | [ recovery-image] Aug 06 08:08:26.044 INFO O| Aug 06 08:08:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7961 | 2024-08-06T08:08:27.349Z | [ recovery-image] Aug 06 08:08:26.044 INFO O| Aug 06 08:08:26.044 INFO STEP 80 (remove_files) COMPLETE |
7962 | 2024-08-06T08:08:27.349Z | [ recovery-image] Aug 06 08:08:26.044 INFO O| Aug 06 08:08:26.044 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7963 | 2024-08-06T08:08:27.360Z | [ recovery-image] Aug 06 08:08:26.055 INFO O| Aug 06 08:08:26.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7964 | 2024-08-06T08:08:27.360Z | [ recovery-image] Aug 06 08:08:26.055 INFO O| Aug 06 08:08:26.055 INFO STEP 81 (remove_files) COMPLETE |
7965 | 2024-08-06T08:08:27.360Z | [ recovery-image] Aug 06 08:08:26.055 INFO O| Aug 06 08:08:26.055 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7966 | 2024-08-06T08:08:27.370Z | [ recovery-image] Aug 06 08:08:26.065 INFO O| Aug 06 08:08:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7967 | 2024-08-06T08:08:27.370Z | [ recovery-image] Aug 06 08:08:26.065 INFO O| Aug 06 08:08:26.065 INFO STEP 82 (remove_files) COMPLETE |
7968 | 2024-08-06T08:08:27.370Z | [ recovery-image] Aug 06 08:08:26.065 INFO O| Aug 06 08:08:26.065 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7969 | 2024-08-06T08:08:27.382Z | [ recovery-image] Aug 06 08:08:26.077 INFO O| Aug 06 08:08:26.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7970 | 2024-08-06T08:08:27.382Z | [ recovery-image] Aug 06 08:08:26.077 INFO O| Aug 06 08:08:26.077 INFO STEP 83 (remove_files) COMPLETE |
7971 | 2024-08-06T08:08:27.382Z | [ recovery-image] Aug 06 08:08:26.077 INFO O| Aug 06 08:08:26.077 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7972 | 2024-08-06T08:08:27.393Z | [ recovery-image] Aug 06 08:08:26.088 INFO O| Aug 06 08:08:26.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7973 | 2024-08-06T08:08:27.393Z | [ recovery-image] Aug 06 08:08:26.088 INFO O| Aug 06 08:08:26.088 INFO STEP 84 (remove_files) COMPLETE |
7974 | 2024-08-06T08:08:27.393Z | [ recovery-image] Aug 06 08:08:26.088 INFO O| Aug 06 08:08:26.088 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7975 | 2024-08-06T08:08:27.404Z | [ recovery-image] Aug 06 08:08:26.099 INFO O| Aug 06 08:08:26.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7976 | 2024-08-06T08:08:27.404Z | [ recovery-image] Aug 06 08:08:26.099 INFO O| Aug 06 08:08:26.099 INFO STEP 85 (remove_files) COMPLETE |
7977 | 2024-08-06T08:08:27.407Z | [ recovery-image] Aug 06 08:08:26.099 INFO O| Aug 06 08:08:26.099 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7978 | 2024-08-06T08:08:27.417Z | [ recovery-image] Aug 06 08:08:26.111 INFO O| Aug 06 08:08:26.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7979 | 2024-08-06T08:08:27.419Z | [ recovery-image] Aug 06 08:08:26.111 INFO O| Aug 06 08:08:26.111 INFO STEP 86 (remove_files) COMPLETE |
7980 | 2024-08-06T08:08:27.420Z | [ recovery-image] Aug 06 08:08:26.111 INFO O| Aug 06 08:08:26.111 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7981 | 2024-08-06T08:08:27.427Z | [ recovery-image] Aug 06 08:08:26.122 INFO O| Aug 06 08:08:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7982 | 2024-08-06T08:08:27.427Z | [ recovery-image] Aug 06 08:08:26.122 INFO O| Aug 06 08:08:26.122 INFO STEP 87 (remove_files) COMPLETE |
7983 | 2024-08-06T08:08:27.430Z | [ recovery-image] Aug 06 08:08:26.122 INFO O| Aug 06 08:08:26.122 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7984 | 2024-08-06T08:08:27.438Z | [ recovery-image] Aug 06 08:08:26.132 INFO O| Aug 06 08:08:26.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7985 | 2024-08-06T08:08:27.440Z | [ recovery-image] Aug 06 08:08:26.132 INFO O| Aug 06 08:08:26.132 INFO STEP 88 (remove_files) COMPLETE |
7986 | 2024-08-06T08:08:27.440Z | [ recovery-image] Aug 06 08:08:26.132 INFO O| Aug 06 08:08:26.132 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7987 | 2024-08-06T08:08:27.448Z | [ recovery-image] Aug 06 08:08:26.143 INFO O| Aug 06 08:08:26.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7988 | 2024-08-06T08:08:27.451Z | [ recovery-image] Aug 06 08:08:26.143 INFO O| Aug 06 08:08:26.143 INFO STEP 89 (remove_files) COMPLETE |
7989 | 2024-08-06T08:08:27.451Z | [ recovery-image] Aug 06 08:08:26.143 INFO O| Aug 06 08:08:26.143 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7990 | 2024-08-06T08:08:27.458Z | [ recovery-image] Aug 06 08:08:26.153 INFO O| Aug 06 08:08:26.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7991 | 2024-08-06T08:08:27.458Z | [ recovery-image] Aug 06 08:08:26.153 INFO O| Aug 06 08:08:26.153 INFO STEP 90 (remove_files) COMPLETE |
7992 | 2024-08-06T08:08:27.459Z | [ recovery-image] Aug 06 08:08:26.153 INFO O| Aug 06 08:08:26.153 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7993 | 2024-08-06T08:08:27.469Z | [ recovery-image] Aug 06 08:08:26.164 INFO O| Aug 06 08:08:26.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7994 | 2024-08-06T08:08:27.469Z | [ recovery-image] Aug 06 08:08:26.164 INFO O| Aug 06 08:08:26.164 INFO STEP 91 (remove_files) COMPLETE |
7995 | 2024-08-06T08:08:27.469Z | [ recovery-image] Aug 06 08:08:26.164 INFO O| Aug 06 08:08:26.164 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7996 | 2024-08-06T08:08:27.479Z | [ recovery-image] Aug 06 08:08:26.174 INFO O| Aug 06 08:08:26.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7997 | 2024-08-06T08:08:27.479Z | [ recovery-image] Aug 06 08:08:26.174 INFO O| Aug 06 08:08:26.174 INFO STEP 92 (remove_files) COMPLETE |
7998 | 2024-08-06T08:08:27.479Z | [ recovery-image] Aug 06 08:08:26.174 INFO O| Aug 06 08:08:26.174 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7999 | 2024-08-06T08:08:27.489Z | [ recovery-image] Aug 06 08:08:26.184 INFO O| Aug 06 08:08:26.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8000 | 2024-08-06T08:08:27.492Z | [ recovery-image] Aug 06 08:08:26.184 INFO O| Aug 06 08:08:26.184 INFO STEP 93 (remove_files) COMPLETE |
8001 | 2024-08-06T08:08:27.492Z | [ recovery-image] Aug 06 08:08:26.184 INFO O| Aug 06 08:08:26.184 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8002 | 2024-08-06T08:08:27.500Z | [ recovery-image] Aug 06 08:08:26.194 INFO O| Aug 06 08:08:26.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8003 | 2024-08-06T08:08:27.500Z | [ recovery-image] Aug 06 08:08:26.194 INFO O| Aug 06 08:08:26.194 INFO STEP 94 (remove_files) COMPLETE |
8004 | 2024-08-06T08:08:27.503Z | [ recovery-image] Aug 06 08:08:26.194 INFO O| Aug 06 08:08:26.194 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8005 | 2024-08-06T08:08:27.515Z | [ recovery-image] Aug 06 08:08:26.210 INFO O| Aug 06 08:08:26.210 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8006 | 2024-08-06T08:08:27.518Z | [ recovery-image] Aug 06 08:08:26.210 INFO O| Aug 06 08:08:26.210 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8007 | 2024-08-06T08:08:35.633Z | [ recovery-image] Aug 06 08:08:34.326 INFO O| Aug 06 08:08:34.326 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 |
8008 | 2024-08-06T08:08:35.633Z | [ recovery-image] Aug 06 08:08:34.326 INFO O| Aug 06 08:08:34.326 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8009 | 2024-08-06T08:08:35.646Z | [ recovery-image] Aug 06 08:08:34.339 INFO O| Aug 06 08:08:34.339 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8010 | 2024-08-06T08:08:35.720Z | [ recovery-image] Aug 06 08:08:34.414 INFO O| Aug 06 08:08:34.414 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8011 | 2024-08-06T08:08:35.721Z | [ recovery-image] Aug 06 08:08:34.414 INFO O| Aug 06 08:08:34.414 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 ... |
8012 | 2024-08-06T08:08:35.723Z | [ recovery-image] Aug 06 08:08:34.415 INFO O| Aug 06 08:08:34.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8013 | 2024-08-06T08:08:35.723Z | [ recovery-image] Aug 06 08:08:34.415 INFO O| Aug 06 08:08:34.415 INFO ok! |
8014 | 2024-08-06T08:08:35.723Z | [ recovery-image] Aug 06 08:08:34.415 INFO O| Aug 06 08:08:34.415 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8015 | 2024-08-06T08:08:35.723Z | [ recovery-image] Aug 06 08:08:34.415 INFO O| Aug 06 08:08:34.415 INFO STEP 95 (seed_smf) COMPLETE |
8016 | 2024-08-06T08:08:35.723Z | [ recovery-image] Aug 06 08:08:34.416 INFO O| Aug 06 08:08:34.416 INFO steps complete; finalising image! |
8017 | 2024-08-06T08:08:35.723Z | [ recovery-image] Aug 06 08:08:34.416 INFO O| Aug 06 08:08:34.416 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8018 | 2024-08-06T08:08:35.756Z | [ recovery-image] Aug 06 08:08:34.449 INFO O| Aug 06 08:08:34.449 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Tue Aug 6 08:08:34 2024) |
8019 | 2024-08-06T08:08:35.964Z | [ recovery-image] Aug 06 08:08:34.656 INFO O| Aug 06 08:08:34.656 INFO trim TEMPORARY-gimlet-zfs-recovery: (70% trimmed, started at Tue Aug 6 08:08:34 2024) |
8020 | 2024-08-06T08:08:36.188Z | [ recovery-image] Aug 06 08:08:34.880 INFO O| Aug 06 08:08:34.880 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
8021 | 2024-08-06T08:08:36.188Z | [ recovery-image] Aug 06 08:08:34.880 INFO O| Aug 06 08:08:34.880 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8022 | 2024-08-06T08:08:36.403Z | [ recovery-image] Aug 06 08:08:35.096 INFO O| Aug 06 08:08:35.096 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 |
8023 | 2024-08-06T08:08:36.403Z | [ recovery-image] Aug 06 08:08:35.096 INFO O| Aug 06 08:08:35.096 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8024 | 2024-08-06T08:08:39.519Z | [ recovery-image] Aug 06 08:08:38.211 INFO O| Aug 06 08:08:38.211 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8025 | 2024-08-06T08:08:39.519Z | [ recovery-image] Aug 06 08:08:38.211 INFO O| Aug 06 08:08:38.211 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8026 | 2024-08-06T08:08:39.522Z | [ recovery-image] Aug 06 08:08:38.211 INFO O| Aug 06 08:08:38.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8027 | 2024-08-06T08:08:39.522Z | [ recovery-image] Aug 06 08:08:38.211 INFO O| Aug 06 08:08:38.211 INFO completed processing gimlet/zfs-recovery |
8028 | 2024-08-06T08:08:39.522Z | [ recovery-image] Aug 06 08:08:38.211 INFO O| Aug 06 08:08:38.211 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8029 | 2024-08-06T08:08:39.809Z | [ recovery-image] Aug 06 08:08:38.501 INFO O| Aug 06 08:08:38.501 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8030 | 2024-08-06T08:08:39.875Z | [ recovery-image] Aug 06 08:08:38.568 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n" |
8031 | 2024-08-06T08:08:39.875Z | [ recovery-image] Aug 06 08:08:38.568 INFO expanded image name: "recovery 2f13344/${os_short_commit} 2024-08-06 07:43" -> "recovery 2f13344/795571e 2024-08-06 07:43" |
8032 | 2024-08-06T08:08:39.878Z | [ recovery-image] Aug 06 08:08:38.568 INFO output artefacts stored in: "/work/os-recovery" |
8033 | 2024-08-06T08:08:39.878Z | [ recovery-image] Aug 06 08:08:38.568 INFO collecting git info from project "pilot"... |
8034 | 2024-08-06T08:08:39.889Z | [ recovery-image] Aug 06 08:08:38.581 INFO collecting git info from project "image-builder"... |
8035 | 2024-08-06T08:08:39.894Z | [ recovery-image] Aug 06 08:08:38.587 INFO collecting git info from project "bootserver"... |
8036 | 2024-08-06T08:08:39.900Z | [ recovery-image] Aug 06 08:08:38.592 INFO collecting git info from project "phbl"... |
8037 | 2024-08-06T08:08:39.906Z | [ recovery-image] Aug 06 08:08:38.598 INFO collecting git info from project "pinprick"... |
8038 | 2024-08-06T08:08:39.911Z | [ recovery-image] Aug 06 08:08:38.603 INFO collecting git info from project "amd-firmware"... |
8039 | 2024-08-06T08:08:40.137Z | [ recovery-image] Aug 06 08:08:38.830 INFO collecting git info from project "chelsio-t6-roms"... |
8040 | 2024-08-06T08:08:40.160Z | [ recovery-image] Aug 06 08:08:38.852 INFO collecting git info from project "amd-host-image-builder"... |
8041 | 2024-08-06T08:08:40.400Z | [ recovery-image] Aug 06 08:08:39.091 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8042 | 2024-08-06T08:08:40.752Z | [ recovery-image] Aug 06 08:08:39.444 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8043 | 2024-08-06T08:08:41.100Z | [ recovery-image] Aug 06 08:08:39.791 INFO creating Oxide boot image... |
8044 | 2024-08-06T08:08:41.100Z | [ recovery-image] Aug 06 08:08:39.791 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 2f13344/795571e 2024-08-06 07:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8045 | 2024-08-06T08:09:14.125Z | [ host-image] Aug 06 08:09:12.812 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22799:20240802T172305Z |
8046 | 2024-08-06T08:09:14.125Z | [ host-image] Aug 06 08:09:12.812 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22799:20240802T172305Z |
8047 | 2024-08-06T08:09:14.128Z | [ host-image] Aug 06 08:09:12.812 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8048 | 2024-08-06T08:09:14.128Z | [ host-image] Aug 06 08:09:12.812 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8049 | 2024-08-06T08:09:14.129Z | [ host-image] Aug 06 08:09:12.813 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8050 | 2024-08-06T08:09:14.129Z | [ host-image] Aug 06 08:09:12.813 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8051 | 2024-08-06T08:09:14.129Z | [ host-image] Aug 06 08:09:12.814 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8052 | 2024-08-06T08:09:14.129Z | [ host-image] Aug 06 08:09:12.814 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8053 | 2024-08-06T08:09:14.129Z | [ host-image] Aug 06 08:09:12.814 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8054 | 2024-08-06T08:09:14.129Z | [ host-image] Aug 06 08:09:12.814 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8055 | 2024-08-06T08:09:14.129Z | [ host-image] Aug 06 08:09:12.814 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22799:20240802T172305Z |
8056 | 2024-08-06T08:09:14.133Z | [ host-image] Aug 06 08:09:12.816 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22799:20240802T172306Z |
8057 | 2024-08-06T08:09:14.133Z | [ host-image] Aug 06 08:09:12.816 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22799:20240802T172306Z |
8058 | 2024-08-06T08:09:14.133Z | [ host-image] Aug 06 08:09:12.817 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22799:20240802T172306Z |
8059 | 2024-08-06T08:09:14.133Z | [ host-image] Aug 06 08:09:12.817 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8060 | 2024-08-06T08:09:14.133Z | [ host-image] Aug 06 08:09:12.818 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22799:20240802T172306Z |
8061 | 2024-08-06T08:09:14.133Z | [ host-image] Aug 06 08:09:12.818 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22799:20240802T172306Z |
8062 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.819 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22799:20240802T172306Z |
8063 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.819 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22799:20240802T172307Z |
8064 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.819 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22799:20240802T172307Z |
8065 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.819 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22799:20240802T172308Z |
8066 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.819 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22799:20240802T172308Z |
8067 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.819 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22799:20240802T172308Z |
8068 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.819 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22799:20240802T172309Z |
8069 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22799:20240802T172310Z |
8070 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22799:20240802T172310Z |
8071 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22799:20240802T172311Z |
8072 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22799:20240802T172312Z |
8073 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8074 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22799:20240802T172313Z |
8075 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22799:20240802T172315Z |
8076 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.820 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22799:20240802T172316Z |
8077 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.821 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22799:20240802T172317Z |
8078 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.822 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22799:20240802T172318Z |
8079 | 2024-08-06T08:09:14.136Z | [ host-image] Aug 06 08:09:12.822 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22799:20240802T172318Z |
8080 | 2024-08-06T08:09:14.144Z | [ host-image] Aug 06 08:09:12.831 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8081 | 2024-08-06T08:09:14.147Z | [ host-image] Aug 06 08:09:12.831 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22799:20240802T172318Z |
8082 | 2024-08-06T08:09:14.147Z | [ host-image] Aug 06 08:09:12.831 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8083 | 2024-08-06T08:09:14.147Z | [ host-image] Aug 06 08:09:12.831 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8084 | 2024-08-06T08:09:14.147Z | [ host-image] Aug 06 08:09:12.832 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8085 | 2024-08-06T08:09:14.147Z | [ host-image] Aug 06 08:09:12.832 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22799:20240802T172318Z |
8086 | 2024-08-06T08:09:14.147Z | [ host-image] Aug 06 08:09:12.832 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8087 | 2024-08-06T08:09:14.147Z | [ host-image] Aug 06 08:09:12.833 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8088 | 2024-08-06T08:09:14.150Z | [ host-image] Aug 06 08:09:12.834 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8089 | 2024-08-06T08:09:14.150Z | [ host-image] Aug 06 08:09:12.834 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8090 | 2024-08-06T08:09:14.159Z | [ host-image] Aug 06 08:09:12.846 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8091 | 2024-08-06T08:09:14.159Z | [ host-image] Aug 06 08:09:12.846 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8092 | 2024-08-06T08:09:14.162Z | [ host-image] Aug 06 08:09:12.846 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8093 | 2024-08-06T08:09:14.162Z | [ host-image] Aug 06 08:09:12.847 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8094 | 2024-08-06T08:09:14.162Z | [ host-image] Aug 06 08:09:12.848 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8095 | 2024-08-06T08:09:14.162Z | [ host-image] Aug 06 08:09:12.848 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8096 | 2024-08-06T08:09:14.197Z | [ host-image] Aug 06 08:09:12.884 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8097 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.884 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8098 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.884 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8099 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.885 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22799:20240802T172320Z |
8100 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.885 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22799:20240802T172326Z |
8101 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.885 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8102 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.885 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22799:20240802T172326Z |
8103 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.886 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8104 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.886 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8105 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.886 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8106 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.886 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22799:20240802T172326Z |
8107 | 2024-08-06T08:09:14.200Z | [ host-image] Aug 06 08:09:12.886 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8108 | 2024-08-06T08:09:14.204Z | [ host-image] Aug 06 08:09:12.891 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8109 | 2024-08-06T08:09:14.207Z | [ host-image] Aug 06 08:09:12.891 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8110 | 2024-08-06T08:09:14.207Z | [ host-image] Aug 06 08:09:12.891 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8111 | 2024-08-06T08:09:14.207Z | [ host-image] Aug 06 08:09:12.891 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22799:20240802T172327Z |
8112 | 2024-08-06T08:09:14.207Z | [ host-image] Aug 06 08:09:12.891 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8113 | 2024-08-06T08:09:14.219Z | [ host-image] Aug 06 08:09:12.906 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8114 | 2024-08-06T08:09:14.222Z | [ host-image] Aug 06 08:09:12.906 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22799:20240802T172327Z |
8115 | 2024-08-06T08:09:14.222Z | [ host-image] Aug 06 08:09:12.908 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22799:20240802T172327Z |
8116 | 2024-08-06T08:09:14.222Z | [ host-image] Aug 06 08:09:12.909 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22799:20240802T172327Z |
8117 | 2024-08-06T08:09:14.222Z | [ host-image] Aug 06 08:09:12.909 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8118 | 2024-08-06T08:09:14.225Z | [ host-image] Aug 06 08:09:12.909 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22799:20240802T172329Z |
8119 | 2024-08-06T08:09:14.225Z | [ host-image] Aug 06 08:09:12.910 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22799:20240802T172329Z |
8120 | 2024-08-06T08:09:14.225Z | [ host-image] Aug 06 08:09:12.910 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22799:20240802T172329Z |
8121 | 2024-08-06T08:09:14.225Z | [ host-image] Aug 06 08:09:12.911 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22799:20240802T172329Z |
8122 | 2024-08-06T08:09:14.228Z | [ host-image] Aug 06 08:09:12.914 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8123 | 2024-08-06T08:09:14.228Z | [ host-image] Aug 06 08:09:12.915 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22799:20240802T172330Z |
8124 | 2024-08-06T08:09:14.231Z | [ host-image] Aug 06 08:09:12.915 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22799:20240802T172331Z |
8125 | 2024-08-06T08:09:14.231Z | [ host-image] Aug 06 08:09:12.915 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8126 | 2024-08-06T08:09:14.231Z | [ host-image] Aug 06 08:09:12.916 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22799:20240802T172331Z |
8127 | 2024-08-06T08:09:14.231Z | [ host-image] Aug 06 08:09:12.916 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22799:20240802T172331Z |
8128 | 2024-08-06T08:09:14.231Z | [ host-image] Aug 06 08:09:12.916 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22799:20240802T172331Z |
8129 | 2024-08-06T08:09:14.231Z | [ host-image] Aug 06 08:09:12.916 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22799:20240802T172331Z |
8130 | 2024-08-06T08:09:14.238Z | [ host-image] Aug 06 08:09:12.925 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22799:20240802T172331Z |
8131 | 2024-08-06T08:09:14.238Z | [ host-image] Aug 06 08:09:12.925 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8132 | 2024-08-06T08:09:14.241Z | [ host-image] Aug 06 08:09:12.927 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22799:20240802T172332Z |
8133 | 2024-08-06T08:09:14.244Z | [ host-image] Aug 06 08:09:12.928 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22799:20240802T172332Z |
8134 | 2024-08-06T08:09:14.244Z | [ host-image] Aug 06 08:09:12.928 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22799:20240802T172332Z |
8135 | 2024-08-06T08:09:14.244Z | [ host-image] Aug 06 08:09:12.929 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22799:20240802T172332Z |
8136 | 2024-08-06T08:09:14.244Z | [ host-image] Aug 06 08:09:12.929 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22799:20240802T172332Z |
8137 | 2024-08-06T08:09:14.244Z | [ host-image] Aug 06 08:09:12.929 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22799:20240802T172333Z |
8138 | 2024-08-06T08:09:14.253Z | [ host-image] Aug 06 08:09:12.940 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22799:20240802T172334Z |
8139 | 2024-08-06T08:09:14.256Z | [ host-image] Aug 06 08:09:12.940 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22799:20240802T172333Z |
8140 | 2024-08-06T08:09:14.256Z | [ host-image] Aug 06 08:09:12.940 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22799:20240802T172333Z |
8141 | 2024-08-06T08:09:14.256Z | [ host-image] Aug 06 08:09:12.941 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22799:20240802T172333Z |
8142 | 2024-08-06T08:09:14.256Z | [ host-image] Aug 06 08:09:12.941 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22799:20240802T172334Z |
8143 | 2024-08-06T08:09:14.276Z | [ host-image] Aug 06 08:09:12.963 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22799:20240802T172337Z |
8144 | 2024-08-06T08:09:14.279Z | [ host-image] Aug 06 08:09:12.963 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22799:20240802T172334Z |
8145 | 2024-08-06T08:09:14.279Z | [ host-image] Aug 06 08:09:12.963 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22799:20240802T172334Z |
8146 | 2024-08-06T08:09:14.279Z | [ host-image] Aug 06 08:09:12.964 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8147 | 2024-08-06T08:09:14.279Z | [ host-image] Aug 06 08:09:12.964 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8148 | 2024-08-06T08:09:14.306Z | [ host-image] Aug 06 08:09:12.993 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22799:20240802T172334Z |
8149 | 2024-08-06T08:09:14.309Z | [ host-image] Aug 06 08:09:12.993 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8150 | 2024-08-06T08:09:14.309Z | [ host-image] Aug 06 08:09:12.993 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22799:20240802T172335Z |
8151 | 2024-08-06T08:09:14.309Z | [ host-image] Aug 06 08:09:12.993 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22799:20240802T172335Z |
8152 | 2024-08-06T08:09:14.309Z | [ host-image] Aug 06 08:09:12.995 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22799:20240802T172335Z |
8153 | 2024-08-06T08:09:14.309Z | [ host-image] Aug 06 08:09:12.995 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8154 | 2024-08-06T08:09:14.309Z | [ host-image] Aug 06 08:09:12.996 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8155 | 2024-08-06T08:09:14.309Z | [ host-image] Aug 06 08:09:12.996 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22799:20240802T172336Z |
8156 | 2024-08-06T08:09:14.312Z | [ host-image] Aug 06 08:09:12.996 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22799:20240802T172336Z |
8157 | 2024-08-06T08:09:14.312Z | [ host-image] Aug 06 08:09:12.996 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22799:20240802T172336Z |
8158 | 2024-08-06T08:09:14.312Z | [ host-image] Aug 06 08:09:12.997 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22799:20240802T172336Z |
8159 | 2024-08-06T08:09:14.312Z | [ host-image] Aug 06 08:09:12.997 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22799:20240802T172337Z |
8160 | 2024-08-06T08:09:14.312Z | [ host-image] Aug 06 08:09:12.997 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22799:20240802T172337Z |
8161 | 2024-08-06T08:09:14.315Z | [ host-image] Aug 06 08:09:13.000 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8162 | 2024-08-06T08:09:14.315Z | [ host-image] Aug 06 08:09:13.000 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22799:20240802T172337Z |
8163 | 2024-08-06T08:09:14.315Z | [ host-image] Aug 06 08:09:13.002 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22799:20240802T172337Z |
8164 | 2024-08-06T08:09:14.315Z | [ host-image] Aug 06 08:09:13.002 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22799:20240802T172337Z |
8165 | 2024-08-06T08:09:14.318Z | [ host-image] Aug 06 08:09:13.002 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22799:20240802T172339Z |
8166 | 2024-08-06T08:09:14.318Z | [ host-image] Aug 06 08:09:13.002 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22799:20240802T172338Z |
8167 | 2024-08-06T08:09:14.318Z | [ host-image] Aug 06 08:09:13.003 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22799:20240802T172338Z |
8168 | 2024-08-06T08:09:14.318Z | [ host-image] Aug 06 08:09:13.003 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8169 | 2024-08-06T08:09:14.318Z | [ host-image] Aug 06 08:09:13.003 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8170 | 2024-08-06T08:09:14.318Z | [ host-image] Aug 06 08:09:13.003 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22799:20240802T172340Z |
8171 | 2024-08-06T08:09:14.319Z | [ host-image] Aug 06 08:09:13.004 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22799:20240802T172341Z |
8172 | 2024-08-06T08:09:14.319Z | [ host-image] Aug 06 08:09:13.004 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8173 | 2024-08-06T08:09:14.319Z | [ host-image] Aug 06 08:09:13.004 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8174 | 2024-08-06T08:09:14.319Z | [ host-image] Aug 06 08:09:13.004 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8175 | 2024-08-06T08:09:14.319Z | [ host-image] Aug 06 08:09:13.004 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8176 | 2024-08-06T08:09:14.319Z | [ host-image] Aug 06 08:09:13.004 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8177 | 2024-08-06T08:09:14.319Z | [ host-image] Aug 06 08:09:13.005 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8178 | 2024-08-06T08:09:14.322Z | [ host-image] Aug 06 08:09:13.006 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z |
8179 | 2024-08-06T08:09:14.322Z | [ host-image] Aug 06 08:09:13.006 INFO O| tempdir @ "/tmp/.tmpopMcrE/tmp" |
8180 | 2024-08-06T08:09:14.322Z | [ host-image] Aug 06 08:09:13.006 INFO O| image root @ "/tmp/.tmpopMcrE/tmp/root" |
8181 | 2024-08-06T08:09:14.322Z | [ host-image] Aug 06 08:09:13.006 INFO O| creating image... |
8182 | 2024-08-06T08:09:14.798Z | [ host-image] Aug 06 08:09:13.484 INFO O| copying publishers... |
8183 | 2024-08-06T08:09:20.347Z | [ host-image] Aug 06 08:09:19.033 INFO O| adding properties... |
8184 | 2024-08-06T08:09:21.345Z | [ host-image] Aug 06 08:09:20.030 INFO O| installing packages... |
8185 | 2024-08-06T08:09:32.104Z | [ recovery-image] Aug 06 08:09:30.787 INFO O| ok, image written! |
8186 | 2024-08-06T08:09:32.104Z | [ recovery-image] Aug 06 08:09:30.787 INFO O| ok, boot_image_csum file written! |
8187 | 2024-08-06T08:09:32.106Z | [ recovery-image] Aug 06 08:09:30.790 INFO creating boot archive (CPIO)... |
8188 | 2024-08-06T08:09:32.109Z | [ recovery-image] Aug 06 08:09:30.790 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 |
8189 | 2024-08-06T08:09:32.115Z | [ recovery-image] Aug 06 08:09:30.798 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8190 | 2024-08-06T08:09:32.115Z | [ recovery-image] Aug 06 08:09:30.798 INFO E| + outfile=/work/os-recovery/cpio |
8191 | 2024-08-06T08:09:32.117Z | [ recovery-image] Aug 06 08:09:30.798 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8192 | 2024-08-06T08:09:32.117Z | [ recovery-image] Aug 06 08:09:30.800 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8193 | 2024-08-06T08:09:32.117Z | [ recovery-image] Aug 06 08:09:30.800 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8194 | 2024-08-06T08:09:32.148Z | [ recovery-image] Aug 06 08:09:30.831 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8195 | 2024-08-06T08:09:32.148Z | [ recovery-image] Aug 06 08:09:30.831 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8196 | 2024-08-06T08:09:32.155Z | [ recovery-image] Aug 06 08:09:30.839 INFO creating compressed cpio/unix for nanobl-rs... |
8197 | 2024-08-06T08:09:32.155Z | [ recovery-image] Aug 06 08:09:30.839 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 |
8198 | 2024-08-06T08:09:32.437Z | [ recovery-image] Aug 06 08:09:31.121 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8199 | 2024-08-06T08:09:35.965Z | [ host-image] Aug 06 08:09:34.647 INFO O| seeding SMF database... |
8200 | 2024-08-06T08:09:36.814Z | [ recovery-image] Aug 06 08:09:35.497 INFO creating reset image... |
8201 | 2024-08-06T08:09:36.817Z | [ recovery-image] Aug 06 08:09:35.497 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8202 | 2024-08-06T08:09:37.044Z | [ recovery-image] Aug 06 08:09:35.726 INFO E| Updating crates.io index |
8203 | 2024-08-06T08:09:37.156Z | [ recovery-image] Aug 06 08:09:35.839 INFO E| Downloading crates ... |
8204 | 2024-08-06T08:09:37.236Z | [ recovery-image] Aug 06 08:09:35.919 INFO E| Downloaded anstyle-parse v0.2.3 |
8205 | 2024-08-06T08:09:37.242Z | [ recovery-image] Aug 06 08:09:35.925 INFO E| Downloaded clap_derive v4.5.3 |
8206 | 2024-08-06T08:09:37.245Z | [ recovery-image] Aug 06 08:09:35.927 INFO E| Downloaded shared_child v1.0.0 |
8207 | 2024-08-06T08:09:37.248Z | [ recovery-image] Aug 06 08:09:35.928 INFO E| Downloaded os_pipe v1.1.5 |
8208 | 2024-08-06T08:09:37.248Z | [ recovery-image] Aug 06 08:09:35.929 INFO E| Downloaded strsim v0.11.0 |
8209 | 2024-08-06T08:09:37.248Z | [ recovery-image] Aug 06 08:09:35.931 INFO E| Downloaded anstyle v1.0.6 |
8210 | 2024-08-06T08:09:37.252Z | [ recovery-image] Aug 06 08:09:35.935 INFO E| Downloaded colorchoice v1.0.0 |
8211 | 2024-08-06T08:09:37.255Z | [ recovery-image] Aug 06 08:09:35.937 INFO E| Downloaded clap v4.5.3 |
8212 | 2024-08-06T08:09:37.263Z | [ recovery-image] Aug 06 08:09:35.946 INFO E| Downloaded anstyle-query v1.0.2 |
8213 | 2024-08-06T08:09:37.266Z | [ recovery-image] Aug 06 08:09:35.947 INFO E| Downloaded duct v0.13.7 |
8214 | 2024-08-06T08:09:37.269Z | [ recovery-image] Aug 06 08:09:35.952 INFO E| Downloaded anstream v0.6.13 |
8215 | 2024-08-06T08:09:37.272Z | [ recovery-image] Aug 06 08:09:35.954 INFO E| Downloaded proc-macro2 v1.0.79 |
8216 | 2024-08-06T08:09:37.297Z | [ recovery-image] Aug 06 08:09:35.980 INFO E| Downloaded clap_builder v4.5.2 |
8217 | 2024-08-06T08:09:37.306Z | [ recovery-image] Aug 06 08:09:35.989 INFO E| Downloaded syn v2.0.53 |
8218 | 2024-08-06T08:09:37.345Z | [ recovery-image] Aug 06 08:09:36.027 INFO E| Downloaded libc v0.2.153 |
8219 | 2024-08-06T08:09:37.418Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling proc-macro2 v1.0.79 |
8220 | 2024-08-06T08:09:37.418Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling unicode-ident v1.0.12 |
8221 | 2024-08-06T08:09:37.421Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling libc v0.2.153 |
8222 | 2024-08-06T08:09:37.421Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling utf8parse v0.2.1 |
8223 | 2024-08-06T08:09:37.421Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling anstyle-query v1.0.2 |
8224 | 2024-08-06T08:09:37.421Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling colorchoice v1.0.0 |
8225 | 2024-08-06T08:09:37.421Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling anstyle v1.0.6 |
8226 | 2024-08-06T08:09:37.421Z | [ recovery-image] Aug 06 08:09:36.101 INFO E| Compiling strsim v0.11.0 |
8227 | 2024-08-06T08:09:37.618Z | [ recovery-image] Aug 06 08:09:36.300 INFO E| Compiling anstyle-parse v0.2.3 |
8228 | 2024-08-06T08:09:37.672Z | [ recovery-image] Aug 06 08:09:36.354 INFO E| Compiling heck v0.5.0 |
8229 | 2024-08-06T08:09:37.704Z | [ recovery-image] Aug 06 08:09:36.387 INFO E| Compiling clap_lex v0.7.0 |
8230 | 2024-08-06T08:09:37.704Z | [ recovery-image] Aug 06 08:09:36.387 INFO E| Compiling once_cell v1.19.0 |
8231 | 2024-08-06T08:09:37.949Z | [ recovery-image] Aug 06 08:09:36.631 INFO E| Compiling anstream v0.6.13 |
8232 | 2024-08-06T08:09:38.356Z | [ recovery-image] Aug 06 08:09:37.039 INFO E| Compiling clap_builder v4.5.2 |
8233 | 2024-08-06T08:09:38.901Z | [ recovery-image] Aug 06 08:09:37.583 INFO E| Compiling shared_child v1.0.0 |
8234 | 2024-08-06T08:09:38.901Z | [ recovery-image] Aug 06 08:09:37.583 INFO E| Compiling os_pipe v1.1.5 |
8235 | 2024-08-06T08:09:39.011Z | [ recovery-image] Aug 06 08:09:37.693 INFO E| Compiling quote v1.0.35 |
8236 | 2024-08-06T08:09:39.044Z | [ recovery-image] Aug 06 08:09:37.727 INFO E| Compiling duct v0.13.7 |
8237 | 2024-08-06T08:09:39.361Z | [ recovery-image] Aug 06 08:09:38.044 INFO E| Compiling syn v2.0.53 |
8238 | 2024-08-06T08:09:44.488Z | [ recovery-image] Aug 06 08:09:43.170 INFO E| Compiling clap_derive v4.5.3 |
8239 | 2024-08-06T08:09:45.237Z | [ host-image] Aug 06 08:09:43.918 INFO O| configuring SMF profile... |
8240 | 2024-08-06T08:09:45.237Z | [ host-image] Aug 06 08:09:43.918 INFO O| modifying shadow(5)... |
8241 | 2024-08-06T08:09:45.240Z | [ host-image] Aug 06 08:09:43.918 INFO O| loading user and group database... |
8242 | 2024-08-06T08:09:45.240Z | [ host-image] Aug 06 08:09:43.918 INFO O| assessing packaged files... |
8243 | 2024-08-06T08:09:46.577Z | [ recovery-image] Aug 06 08:09:45.258 INFO E| Compiling clap v4.5.3 |
8244 | 2024-08-06T08:09:46.629Z | [ recovery-image] Aug 06 08:09:45.311 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8245 | 2024-08-06T08:09:47.642Z | [ host-image] Aug 06 08:09:46.323 INFO O| creating archive... |
8246 | 2024-08-06T08:09:47.676Z | [ host-image] Aug 06 08:09:46.357 INFO O| missing from packaging: |
8247 | 2024-08-06T08:09:47.676Z | [ host-image] Aug 06 08:09:46.357 INFO O| "etc/.pwd.lock" |
8248 | 2024-08-06T08:09:47.679Z | [ host-image] Aug 06 08:09:46.357 INFO O| "etc/bash" |
8249 | 2024-08-06T08:09:47.682Z | [ host-image] Aug 06 08:09:46.363 INFO O| "etc/svc/profile/generic.xml" |
8250 | 2024-08-06T08:09:47.682Z | [ host-image] Aug 06 08:09:46.363 INFO O| "etc/svc/profile/inetd_services.xml" |
8251 | 2024-08-06T08:09:47.682Z | [ host-image] Aug 06 08:09:46.363 INFO O| "etc/svc/profile/name_service.xml" |
8252 | 2024-08-06T08:09:47.682Z | [ host-image] Aug 06 08:09:46.363 INFO O| "etc/svc/profile/platform.xml" |
8253 | 2024-08-06T08:09:47.682Z | [ host-image] Aug 06 08:09:46.363 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8254 | 2024-08-06T08:09:47.682Z | [ host-image] Aug 06 08:09:46.363 INFO O| "etc/svc/repository.db" |
8255 | 2024-08-06T08:09:47.691Z | [ host-image] Aug 06 08:09:46.372 INFO O| "opt/ooce/share" |
8256 | 2024-08-06T08:09:47.691Z | [ host-image] Aug 06 08:09:46.372 INFO O| "opt/ooce/share/man" |
8257 | 2024-08-06T08:09:47.694Z | [ host-image] Aug 06 08:09:46.372 INFO O| "opt/ooce/share/man/man1" |
8258 | 2024-08-06T08:09:47.700Z | [ host-image] Aug 06 08:09:46.382 INFO O| finishing archive... |
8259 | 2024-08-06T08:09:47.772Z | [ recovery-image] Aug 06 08:09:46.453 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s |
8260 | 2024-08-06T08:09:47.780Z | [ recovery-image] Aug 06 08:09:46.461 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8261 | 2024-08-06T08:09:47.899Z | [ recovery-image] Aug 06 08:09:46.580 INFO E| Updating crates.io index |
8262 | 2024-08-06T08:09:48.115Z | [ recovery-image] Aug 06 08:09:46.796 INFO E| Downloading crates ... |
8263 | 2024-08-06T08:09:48.156Z | [ recovery-image] Aug 06 08:09:46.837 INFO E| Downloaded seq-macro v0.3.5 |
8264 | 2024-08-06T08:09:48.159Z | [ recovery-image] Aug 06 08:09:46.839 INFO E| Downloaded cpio_reader v0.1.1 |
8265 | 2024-08-06T08:09:48.172Z | [ recovery-image] Aug 06 08:09:46.853 INFO E| Downloaded bit_field v0.10.2 |
8266 | 2024-08-06T08:09:48.189Z | [ recovery-image] Aug 06 08:09:46.870 INFO E| Downloaded raw-cpuid v10.7.0 |
8267 | 2024-08-06T08:09:48.196Z | [ recovery-image] Aug 06 08:09:46.877 INFO E| Downloaded goblin v0.8.0 |
8268 | 2024-08-06T08:09:48.288Z | [ recovery-image] Aug 06 08:09:46.969 INFO E| Downloaded x86 v0.52.0 |
8269 | 2024-08-06T08:09:48.357Z | [ recovery-image] Aug 06 08:09:47.038 INFO E| Updating crates.io index |
8270 | 2024-08-06T08:09:48.416Z | [ recovery-image] Aug 06 08:09:47.097 INFO E| Downloading crates ... |
8271 | 2024-08-06T08:09:48.495Z | [ recovery-image] Aug 06 08:09:47.176 INFO E| Downloaded rustc-demangle v0.1.23 |
8272 | 2024-08-06T08:09:48.498Z | [ recovery-image] Aug 06 08:09:47.178 INFO E| Downloaded compiler_builtins v0.1.108 |
8273 | 2024-08-06T08:09:48.507Z | [ recovery-image] Aug 06 08:09:47.188 INFO E| Downloaded allocator-api2 v0.2.16 |
8274 | 2024-08-06T08:09:48.566Z | [ recovery-image] Aug 06 08:09:47.247 INFO E| Compiling compiler_builtins v0.1.108 |
8275 | 2024-08-06T08:09:48.566Z | [ recovery-image] Aug 06 08:09:47.247 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) |
8276 | 2024-08-06T08:09:48.569Z | [ recovery-image] Aug 06 08:09:47.247 INFO E| Compiling proc-macro2 v1.0.79 |
8277 | 2024-08-06T08:09:48.569Z | [ recovery-image] Aug 06 08:09:47.247 INFO E| Compiling unicode-ident v1.0.12 |
8278 | 2024-08-06T08:09:48.569Z | [ recovery-image] Aug 06 08:09:47.247 INFO E| Compiling syn v1.0.109 |
8279 | 2024-08-06T08:09:48.569Z | [ recovery-image] Aug 06 08:09:47.247 INFO E| Compiling x86 v0.52.0 |
8280 | 2024-08-06T08:09:48.572Z | [ recovery-image] Aug 06 08:09:47.253 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8281 | 2024-08-06T08:09:48.572Z | [ recovery-image] Aug 06 08:09:47.253 INFO E| Compiling seq-macro v0.3.5 |
8282 | 2024-08-06T08:09:49.714Z | [ recovery-image] Aug 06 08:09:48.394 INFO E| Compiling quote v1.0.35 |
8283 | 2024-08-06T08:09:50.034Z | [ recovery-image] Aug 06 08:09:48.715 INFO E| Compiling syn v2.0.53 |
8284 | 2024-08-06T08:09:50.729Z | [ host-image] Aug 06 08:09:49.409 INFO O| creating gzonly manifest... |
8285 | 2024-08-06T08:09:50.741Z | [ host-image] Aug 06 08:09:49.421 INFO O| ok |
8286 | 2024-08-06T08:09:50.850Z | [ host-image] Aug 06 08:09:49.531 INFO image builder template: ramdisk-02-trim... |
8287 | 2024-08-06T08:09:50.850Z | [ host-image] Aug 06 08:09:49.531 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/.tmpXrvusp/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 |
8288 | 2024-08-06T08:09:50.882Z | [ host-image] Aug 06 08:09:49.562 INFO O| Aug 06 08:09:49.562 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8289 | 2024-08-06T08:09:50.886Z | [ host-image] Aug 06 08:09:49.567 INFO O| Aug 06 08:09:49.567 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8290 | 2024-08-06T08:09:50.963Z | [ host-image] Aug 06 08:09:49.643 INFO O| Aug 06 08:09:49.643 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8291 | 2024-08-06T08:09:51.012Z | [ host-image] Aug 06 08:09:49.692 INFO O| Aug 06 08:09:49.692 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8292 | 2024-08-06T08:09:51.015Z | [ host-image] Aug 06 08:09:49.692 INFO O| Aug 06 08:09:49.692 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8293 | 2024-08-06T08:09:51.019Z | [ host-image] Aug 06 08:09:49.700 INFO O| Aug 06 08:09:49.700 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8294 | 2024-08-06T08:09:51.025Z | [ host-image] Aug 06 08:09:49.705 INFO O| Aug 06 08:09:49.705 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8295 | 2024-08-06T08:09:51.030Z | [ host-image] Aug 06 08:09:49.711 INFO O| Aug 06 08:09:49.711 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8296 | 2024-08-06T08:09:51.224Z | [ host-image] Aug 06 08:09:49.904 INFO O| Aug 06 08:09:49.904 INFO rolled back to input snapshot; work may begin |
8297 | 2024-08-06T08:09:51.224Z | [ host-image] Aug 06 08:09:49.904 INFO O| Aug 06 08:09:49.904 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8298 | 2024-08-06T08:09:51.231Z | [ host-image] Aug 06 08:09:49.912 INFO O| Aug 06 08:09:49.912 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8299 | 2024-08-06T08:09:51.246Z | [ host-image] Aug 06 08:09:49.926 INFO O| Aug 06 08:09:49.926 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8300 | 2024-08-06T08:09:51.293Z | [ host-image] Aug 06 08:09:49.973 INFO O| Aug 06 08:09:49.973 INFO STEP 0 (remove_files) COMPLETE |
8301 | 2024-08-06T08:09:51.293Z | [ host-image] Aug 06 08:09:49.973 INFO O| Aug 06 08:09:49.973 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8302 | 2024-08-06T08:09:51.310Z | [ host-image] Aug 06 08:09:49.991 INFO O| Aug 06 08:09:49.991 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8303 | 2024-08-06T08:09:51.313Z | [ host-image] Aug 06 08:09:49.993 INFO O| Aug 06 08:09:49.993 INFO STEP 1 (remove_files) COMPLETE |
8304 | 2024-08-06T08:09:51.313Z | [ host-image] Aug 06 08:09:49.993 INFO O| Aug 06 08:09:49.993 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8305 | 2024-08-06T08:09:51.329Z | [ host-image] Aug 06 08:09:50.009 INFO O| Aug 06 08:09:50.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8306 | 2024-08-06T08:09:51.350Z | [ host-image] Aug 06 08:09:50.031 INFO O| Aug 06 08:09:50.030 INFO STEP 2 (remove_files) COMPLETE |
8307 | 2024-08-06T08:09:51.350Z | [ host-image] Aug 06 08:09:50.031 INFO O| Aug 06 08:09:50.031 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8308 | 2024-08-06T08:09:51.363Z | [ host-image] Aug 06 08:09:50.044 INFO O| Aug 06 08:09:50.044 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8309 | 2024-08-06T08:09:51.366Z | [ host-image] Aug 06 08:09:50.046 INFO O| Aug 06 08:09:50.046 INFO STEP 3 (remove_files) COMPLETE |
8310 | 2024-08-06T08:09:51.366Z | [ host-image] Aug 06 08:09:50.046 INFO O| Aug 06 08:09:50.046 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8311 | 2024-08-06T08:09:51.378Z | [ host-image] Aug 06 08:09:50.058 INFO O| Aug 06 08:09:50.058 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8312 | 2024-08-06T08:09:51.384Z | [ host-image] Aug 06 08:09:50.064 INFO O| Aug 06 08:09:50.064 INFO STEP 4 (remove_files) COMPLETE |
8313 | 2024-08-06T08:09:51.384Z | [ host-image] Aug 06 08:09:50.064 INFO O| Aug 06 08:09:50.064 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8314 | 2024-08-06T08:09:51.396Z | [ host-image] Aug 06 08:09:50.077 INFO O| Aug 06 08:09:50.076 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8315 | 2024-08-06T08:09:51.401Z | [ host-image] Aug 06 08:09:50.081 INFO O| Aug 06 08:09:50.081 INFO STEP 5 (remove_files) COMPLETE |
8316 | 2024-08-06T08:09:51.401Z | [ host-image] Aug 06 08:09:50.081 INFO O| Aug 06 08:09:50.081 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8317 | 2024-08-06T08:09:51.416Z | [ host-image] Aug 06 08:09:50.096 INFO O| Aug 06 08:09:50.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8318 | 2024-08-06T08:09:51.426Z | [ host-image] Aug 06 08:09:50.106 INFO O| Aug 06 08:09:50.106 INFO STEP 6 (remove_files) COMPLETE |
8319 | 2024-08-06T08:09:51.426Z | [ host-image] Aug 06 08:09:50.106 INFO O| Aug 06 08:09:50.106 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8320 | 2024-08-06T08:09:51.442Z | [ host-image] Aug 06 08:09:50.122 INFO O| Aug 06 08:09:50.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8321 | 2024-08-06T08:09:51.455Z | [ host-image] Aug 06 08:09:50.135 INFO O| Aug 06 08:09:50.135 INFO STEP 7 (remove_files) COMPLETE |
8322 | 2024-08-06T08:09:51.455Z | [ host-image] Aug 06 08:09:50.135 INFO O| Aug 06 08:09:50.135 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8323 | 2024-08-06T08:09:51.473Z | [ host-image] Aug 06 08:09:50.153 INFO O| Aug 06 08:09:50.153 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8324 | 2024-08-06T08:09:51.549Z | [ host-image] Aug 06 08:09:50.229 INFO O| Aug 06 08:09:50.229 INFO STEP 8 (remove_files) COMPLETE |
8325 | 2024-08-06T08:09:51.549Z | [ host-image] Aug 06 08:09:50.229 INFO O| Aug 06 08:09:50.229 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8326 | 2024-08-06T08:09:51.568Z | [ host-image] Aug 06 08:09:50.248 INFO O| Aug 06 08:09:50.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8327 | 2024-08-06T08:09:51.662Z | [ host-image] Aug 06 08:09:50.342 INFO O| Aug 06 08:09:50.342 INFO STEP 9 (remove_files) COMPLETE |
8328 | 2024-08-06T08:09:51.662Z | [ host-image] Aug 06 08:09:50.342 INFO O| Aug 06 08:09:50.342 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8329 | 2024-08-06T08:09:51.677Z | [ host-image] Aug 06 08:09:50.357 INFO O| Aug 06 08:09:50.357 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8330 | 2024-08-06T08:09:51.680Z | [ host-image] Aug 06 08:09:50.361 INFO O| Aug 06 08:09:50.361 INFO STEP 10 (remove_files) COMPLETE |
8331 | 2024-08-06T08:09:51.680Z | [ host-image] Aug 06 08:09:50.361 INFO O| Aug 06 08:09:50.361 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8332 | 2024-08-06T08:09:51.693Z | [ host-image] Aug 06 08:09:50.374 INFO O| Aug 06 08:09:50.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8333 | 2024-08-06T08:09:51.696Z | [ host-image] Aug 06 08:09:50.375 INFO O| Aug 06 08:09:50.375 INFO STEP 11 (remove_files) COMPLETE |
8334 | 2024-08-06T08:09:51.696Z | [ host-image] Aug 06 08:09:50.375 INFO O| Aug 06 08:09:50.375 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8335 | 2024-08-06T08:09:51.707Z | [ host-image] Aug 06 08:09:50.387 INFO O| Aug 06 08:09:50.387 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8336 | 2024-08-06T08:09:51.710Z | [ host-image] Aug 06 08:09:50.389 INFO O| Aug 06 08:09:50.389 INFO STEP 12 (remove_files) COMPLETE |
8337 | 2024-08-06T08:09:51.710Z | [ host-image] Aug 06 08:09:50.389 INFO O| Aug 06 08:09:50.389 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8338 | 2024-08-06T08:09:52.054Z | [ host-image] Aug 06 08:09:50.734 INFO O| Aug 06 08:09:50.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8339 | 2024-08-06T08:09:52.060Z | [ host-image] Aug 06 08:09:50.741 INFO O| Aug 06 08:09:50.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8340 | 2024-08-06T08:09:52.063Z | [ host-image] Aug 06 08:09:50.741 INFO O| Aug 06 08:09:50.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8341 | 2024-08-06T08:09:52.075Z | [ host-image] Aug 06 08:09:50.755 INFO O| Aug 06 08:09:50.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8342 | 2024-08-06T08:09:52.137Z | [ host-image] Aug 06 08:09:50.817 INFO O| Aug 06 08:09:50.817 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8343 | 2024-08-06T08:09:52.137Z | [ host-image] Aug 06 08:09:50.818 INFO O| Aug 06 08:09:50.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8344 | 2024-08-06T08:09:52.138Z | [ host-image] Aug 06 08:09:50.818 INFO O| Aug 06 08:09:50.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8345 | 2024-08-06T08:09:52.140Z | [ host-image] Aug 06 08:09:50.818 INFO O| Aug 06 08:09:50.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8346 | 2024-08-06T08:09:52.140Z | [ host-image] Aug 06 08:09:50.818 INFO O| Aug 06 08:09:50.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8347 | 2024-08-06T08:09:52.140Z | [ host-image] Aug 06 08:09:50.818 INFO O| Aug 06 08:09:50.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8348 | 2024-08-06T08:09:52.140Z | [ host-image] Aug 06 08:09:50.819 INFO O| Aug 06 08:09:50.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8349 | 2024-08-06T08:09:52.140Z | [ host-image] Aug 06 08:09:50.819 INFO O| Aug 06 08:09:50.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8350 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.819 INFO O| Aug 06 08:09:50.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8351 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.820 INFO O| Aug 06 08:09:50.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8352 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.820 INFO O| Aug 06 08:09:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8353 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.820 INFO O| Aug 06 08:09:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8354 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.820 INFO O| Aug 06 08:09:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8355 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.820 INFO O| Aug 06 08:09:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8356 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.820 INFO O| Aug 06 08:09:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8357 | 2024-08-06T08:09:52.141Z | [ host-image] Aug 06 08:09:50.821 INFO O| Aug 06 08:09:50.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8358 | 2024-08-06T08:09:52.144Z | [ host-image] Aug 06 08:09:50.822 INFO O| Aug 06 08:09:50.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8359 | 2024-08-06T08:09:52.144Z | [ host-image] Aug 06 08:09:50.823 INFO O| Aug 06 08:09:50.823 INFO STEP 13 (remove_files) COMPLETE |
8360 | 2024-08-06T08:09:52.144Z | [ host-image] Aug 06 08:09:50.823 INFO O| Aug 06 08:09:50.823 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8361 | 2024-08-06T08:09:52.157Z | [ host-image] Aug 06 08:09:50.838 INFO O| Aug 06 08:09:50.838 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8362 | 2024-08-06T08:09:52.160Z | [ host-image] Aug 06 08:09:50.839 INFO O| Aug 06 08:09:50.839 INFO STEP 14 (remove_files) COMPLETE |
8363 | 2024-08-06T08:09:52.160Z | [ host-image] Aug 06 08:09:50.840 INFO O| Aug 06 08:09:50.839 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8364 | 2024-08-06T08:09:52.171Z | [ host-image] Aug 06 08:09:50.852 INFO O| Aug 06 08:09:50.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8365 | 2024-08-06T08:09:52.182Z | [ host-image] Aug 06 08:09:50.862 INFO O| Aug 06 08:09:50.862 INFO STEP 15 (remove_files) COMPLETE |
8366 | 2024-08-06T08:09:52.182Z | [ host-image] Aug 06 08:09:50.862 INFO O| Aug 06 08:09:50.862 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8367 | 2024-08-06T08:09:52.197Z | [ host-image] Aug 06 08:09:50.877 INFO O| Aug 06 08:09:50.877 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8368 | 2024-08-06T08:09:52.200Z | [ host-image] Aug 06 08:09:50.878 INFO O| Aug 06 08:09:50.878 INFO STEP 16 (remove_files) COMPLETE |
8369 | 2024-08-06T08:09:52.200Z | [ host-image] Aug 06 08:09:50.878 INFO O| Aug 06 08:09:50.878 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8370 | 2024-08-06T08:09:52.211Z | [ host-image] Aug 06 08:09:50.891 INFO O| Aug 06 08:09:50.891 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8371 | 2024-08-06T08:09:52.214Z | [ host-image] Aug 06 08:09:50.893 INFO O| Aug 06 08:09:50.893 INFO STEP 17 (remove_files) COMPLETE |
8372 | 2024-08-06T08:09:52.214Z | [ host-image] Aug 06 08:09:50.893 INFO O| Aug 06 08:09:50.893 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8373 | 2024-08-06T08:09:52.223Z | [ host-image] Aug 06 08:09:50.904 INFO O| Aug 06 08:09:50.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8374 | 2024-08-06T08:09:52.224Z | [ host-image] Aug 06 08:09:50.904 INFO O| Aug 06 08:09:50.904 INFO STEP 18 (remove_files) COMPLETE |
8375 | 2024-08-06T08:09:52.226Z | [ host-image] Aug 06 08:09:50.904 INFO O| Aug 06 08:09:50.904 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8376 | 2024-08-06T08:09:52.235Z | [ host-image] Aug 06 08:09:50.915 INFO O| Aug 06 08:09:50.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8377 | 2024-08-06T08:09:52.235Z | [ host-image] Aug 06 08:09:50.916 INFO O| Aug 06 08:09:50.915 INFO STEP 19 (remove_files) COMPLETE |
8378 | 2024-08-06T08:09:52.235Z | [ host-image] Aug 06 08:09:50.916 INFO O| Aug 06 08:09:50.916 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8379 | 2024-08-06T08:09:52.246Z | [ host-image] Aug 06 08:09:50.926 INFO O| Aug 06 08:09:50.926 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8380 | 2024-08-06T08:09:52.246Z | [ host-image] Aug 06 08:09:50.927 INFO O| Aug 06 08:09:50.927 INFO STEP 20 (remove_files) COMPLETE |
8381 | 2024-08-06T08:09:52.249Z | [ host-image] Aug 06 08:09:50.927 INFO O| Aug 06 08:09:50.927 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8382 | 2024-08-06T08:09:52.261Z | [ host-image] Aug 06 08:09:50.941 INFO O| Aug 06 08:09:50.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8383 | 2024-08-06T08:09:52.261Z | [ host-image] Aug 06 08:09:50.941 INFO O| Aug 06 08:09:50.941 INFO STEP 21 (remove_files) COMPLETE |
8384 | 2024-08-06T08:09:52.264Z | [ host-image] Aug 06 08:09:50.941 INFO O| Aug 06 08:09:50.941 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8385 | 2024-08-06T08:09:52.277Z | [ host-image] Aug 06 08:09:50.957 INFO O| Aug 06 08:09:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8386 | 2024-08-06T08:09:52.277Z | [ host-image] Aug 06 08:09:50.957 INFO O| Aug 06 08:09:50.957 INFO STEP 22 (remove_files) COMPLETE |
8387 | 2024-08-06T08:09:52.280Z | [ host-image] Aug 06 08:09:50.957 INFO O| Aug 06 08:09:50.957 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8388 | 2024-08-06T08:09:52.293Z | [ host-image] Aug 06 08:09:50.973 INFO O| Aug 06 08:09:50.973 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8389 | 2024-08-06T08:09:52.293Z | [ host-image] Aug 06 08:09:50.973 INFO O| Aug 06 08:09:50.973 INFO STEP 23 (remove_files) COMPLETE |
8390 | 2024-08-06T08:09:52.296Z | [ host-image] Aug 06 08:09:50.973 INFO O| Aug 06 08:09:50.973 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8391 | 2024-08-06T08:09:52.304Z | [ host-image] Aug 06 08:09:50.984 INFO O| Aug 06 08:09:50.984 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8392 | 2024-08-06T08:09:52.304Z | [ host-image] Aug 06 08:09:50.984 INFO O| Aug 06 08:09:50.984 INFO STEP 24 (remove_files) COMPLETE |
8393 | 2024-08-06T08:09:52.307Z | [ host-image] Aug 06 08:09:50.984 INFO O| Aug 06 08:09:50.984 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8394 | 2024-08-06T08:09:52.315Z | [ host-image] Aug 06 08:09:50.996 INFO O| Aug 06 08:09:50.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8395 | 2024-08-06T08:09:52.315Z | [ host-image] Aug 06 08:09:50.996 INFO O| Aug 06 08:09:50.996 INFO STEP 25 (remove_files) COMPLETE |
8396 | 2024-08-06T08:09:52.318Z | [ host-image] Aug 06 08:09:50.996 INFO O| Aug 06 08:09:50.996 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8397 | 2024-08-06T08:09:52.331Z | [ host-image] Aug 06 08:09:51.011 INFO O| Aug 06 08:09:51.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8398 | 2024-08-06T08:09:52.331Z | [ host-image] Aug 06 08:09:51.011 INFO O| Aug 06 08:09:51.011 INFO STEP 26 (remove_files) COMPLETE |
8399 | 2024-08-06T08:09:52.334Z | [ host-image] Aug 06 08:09:51.011 INFO O| Aug 06 08:09:51.011 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8400 | 2024-08-06T08:09:52.346Z | [ host-image] Aug 06 08:09:51.026 INFO O| Aug 06 08:09:51.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8401 | 2024-08-06T08:09:52.346Z | [ host-image] Aug 06 08:09:51.026 INFO O| Aug 06 08:09:51.026 INFO STEP 27 (remove_files) COMPLETE |
8402 | 2024-08-06T08:09:52.349Z | [ host-image] Aug 06 08:09:51.026 INFO O| Aug 06 08:09:51.026 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8403 | 2024-08-06T08:09:52.361Z | [ host-image] Aug 06 08:09:51.041 INFO O| Aug 06 08:09:51.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8404 | 2024-08-06T08:09:52.361Z | [ host-image] Aug 06 08:09:51.041 INFO O| Aug 06 08:09:51.041 INFO STEP 28 (remove_files) COMPLETE |
8405 | 2024-08-06T08:09:52.364Z | [ host-image] Aug 06 08:09:51.041 INFO O| Aug 06 08:09:51.041 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8406 | 2024-08-06T08:09:52.374Z | [ host-image] Aug 06 08:09:51.054 INFO O| Aug 06 08:09:51.054 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8407 | 2024-08-06T08:09:52.374Z | [ host-image] Aug 06 08:09:51.054 INFO O| Aug 06 08:09:51.054 INFO STEP 29 (remove_files) COMPLETE |
8408 | 2024-08-06T08:09:52.377Z | [ host-image] Aug 06 08:09:51.054 INFO O| Aug 06 08:09:51.054 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8409 | 2024-08-06T08:09:52.389Z | [ host-image] Aug 06 08:09:51.069 INFO O| Aug 06 08:09:51.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8410 | 2024-08-06T08:09:52.389Z | [ host-image] Aug 06 08:09:51.069 INFO O| Aug 06 08:09:51.069 INFO STEP 30 (remove_files) COMPLETE |
8411 | 2024-08-06T08:09:52.389Z | [ host-image] Aug 06 08:09:51.070 INFO O| Aug 06 08:09:51.069 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8412 | 2024-08-06T08:09:52.400Z | [ host-image] Aug 06 08:09:51.081 INFO O| Aug 06 08:09:51.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8413 | 2024-08-06T08:09:52.403Z | [ host-image] Aug 06 08:09:51.081 INFO O| Aug 06 08:09:51.081 INFO STEP 31 (remove_files) COMPLETE |
8414 | 2024-08-06T08:09:52.403Z | [ host-image] Aug 06 08:09:51.081 INFO O| Aug 06 08:09:51.081 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8415 | 2024-08-06T08:09:52.416Z | [ host-image] Aug 06 08:09:51.096 INFO O| Aug 06 08:09:51.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8416 | 2024-08-06T08:09:52.419Z | [ host-image] Aug 06 08:09:51.096 INFO O| Aug 06 08:09:51.096 INFO STEP 32 (remove_files) COMPLETE |
8417 | 2024-08-06T08:09:52.419Z | [ host-image] Aug 06 08:09:51.096 INFO O| Aug 06 08:09:51.096 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8418 | 2024-08-06T08:09:52.432Z | [ host-image] Aug 06 08:09:51.112 INFO O| Aug 06 08:09:51.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8419 | 2024-08-06T08:09:52.432Z | [ host-image] Aug 06 08:09:51.112 INFO O| Aug 06 08:09:51.112 INFO STEP 33 (remove_files) COMPLETE |
8420 | 2024-08-06T08:09:52.434Z | [ host-image] Aug 06 08:09:51.112 INFO O| Aug 06 08:09:51.112 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8421 | 2024-08-06T08:09:52.446Z | [ host-image] Aug 06 08:09:51.126 INFO O| Aug 06 08:09:51.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8422 | 2024-08-06T08:09:52.446Z | [ host-image] Aug 06 08:09:51.126 INFO O| Aug 06 08:09:51.126 INFO STEP 34 (remove_files) COMPLETE |
8423 | 2024-08-06T08:09:52.449Z | [ host-image] Aug 06 08:09:51.126 INFO O| Aug 06 08:09:51.126 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8424 | 2024-08-06T08:09:52.457Z | [ host-image] Aug 06 08:09:51.138 INFO O| Aug 06 08:09:51.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8425 | 2024-08-06T08:09:52.457Z | [ host-image] Aug 06 08:09:51.138 INFO O| Aug 06 08:09:51.138 INFO STEP 35 (remove_files) COMPLETE |
8426 | 2024-08-06T08:09:52.461Z | [ host-image] Aug 06 08:09:51.138 INFO O| Aug 06 08:09:51.138 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8427 | 2024-08-06T08:09:52.468Z | [ host-image] Aug 06 08:09:51.148 INFO O| Aug 06 08:09:51.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8428 | 2024-08-06T08:09:52.468Z | [ host-image] Aug 06 08:09:51.149 INFO O| Aug 06 08:09:51.148 INFO STEP 36 (remove_files) COMPLETE |
8429 | 2024-08-06T08:09:52.471Z | [ host-image] Aug 06 08:09:51.149 INFO O| Aug 06 08:09:51.149 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8430 | 2024-08-06T08:09:52.484Z | [ host-image] Aug 06 08:09:51.164 INFO O| Aug 06 08:09:51.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8431 | 2024-08-06T08:09:52.484Z | [ host-image] Aug 06 08:09:51.164 INFO O| Aug 06 08:09:51.164 INFO STEP 37 (remove_files) COMPLETE |
8432 | 2024-08-06T08:09:52.486Z | [ host-image] Aug 06 08:09:51.164 INFO O| Aug 06 08:09:51.164 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8433 | 2024-08-06T08:09:52.495Z | [ host-image] Aug 06 08:09:51.175 INFO O| Aug 06 08:09:51.175 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8434 | 2024-08-06T08:09:52.498Z | [ host-image] Aug 06 08:09:51.175 INFO O| Aug 06 08:09:51.175 INFO STEP 38 (remove_files) COMPLETE |
8435 | 2024-08-06T08:09:52.498Z | [ host-image] Aug 06 08:09:51.175 INFO O| Aug 06 08:09:51.175 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8436 | 2024-08-06T08:09:52.506Z | [ host-image] Aug 06 08:09:51.186 INFO O| Aug 06 08:09:51.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8437 | 2024-08-06T08:09:52.506Z | [ host-image] Aug 06 08:09:51.187 INFO O| Aug 06 08:09:51.186 INFO STEP 39 (remove_files) COMPLETE |
8438 | 2024-08-06T08:09:52.509Z | [ host-image] Aug 06 08:09:51.187 INFO O| Aug 06 08:09:51.187 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8439 | 2024-08-06T08:09:52.520Z | [ host-image] Aug 06 08:09:51.200 INFO O| Aug 06 08:09:51.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8440 | 2024-08-06T08:09:52.520Z | [ host-image] Aug 06 08:09:51.200 INFO O| Aug 06 08:09:51.200 INFO STEP 40 (remove_files) COMPLETE |
8441 | 2024-08-06T08:09:52.523Z | [ host-image] Aug 06 08:09:51.200 INFO O| Aug 06 08:09:51.200 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8442 | 2024-08-06T08:09:52.532Z | [ host-image] Aug 06 08:09:51.212 INFO O| Aug 06 08:09:51.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8443 | 2024-08-06T08:09:52.532Z | [ host-image] Aug 06 08:09:51.212 INFO O| Aug 06 08:09:51.212 INFO STEP 41 (remove_files) COMPLETE |
8444 | 2024-08-06T08:09:52.535Z | [ host-image] Aug 06 08:09:51.212 INFO O| Aug 06 08:09:51.212 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8445 | 2024-08-06T08:09:52.544Z | [ host-image] Aug 06 08:09:51.224 INFO O| Aug 06 08:09:51.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8446 | 2024-08-06T08:09:52.547Z | [ host-image] Aug 06 08:09:51.224 INFO O| Aug 06 08:09:51.224 INFO STEP 42 (remove_files) COMPLETE |
8447 | 2024-08-06T08:09:52.547Z | [ host-image] Aug 06 08:09:51.224 INFO O| Aug 06 08:09:51.224 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8448 | 2024-08-06T08:09:52.555Z | [ host-image] Aug 06 08:09:51.236 INFO O| Aug 06 08:09:51.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8449 | 2024-08-06T08:09:52.558Z | [ host-image] Aug 06 08:09:51.236 INFO O| Aug 06 08:09:51.236 INFO STEP 43 (remove_files) COMPLETE |
8450 | 2024-08-06T08:09:52.558Z | [ host-image] Aug 06 08:09:51.236 INFO O| Aug 06 08:09:51.236 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8451 | 2024-08-06T08:09:52.569Z | [ host-image] Aug 06 08:09:51.249 INFO O| Aug 06 08:09:51.249 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8452 | 2024-08-06T08:09:52.569Z | [ host-image] Aug 06 08:09:51.249 INFO O| Aug 06 08:09:51.249 INFO STEP 44 (remove_files) COMPLETE |
8453 | 2024-08-06T08:09:52.572Z | [ host-image] Aug 06 08:09:51.249 INFO O| Aug 06 08:09:51.249 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8454 | 2024-08-06T08:09:52.583Z | [ host-image] Aug 06 08:09:51.263 INFO O| Aug 06 08:09:51.263 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8455 | 2024-08-06T08:09:52.583Z | [ host-image] Aug 06 08:09:51.263 INFO O| Aug 06 08:09:51.263 INFO STEP 45 (remove_files) COMPLETE |
8456 | 2024-08-06T08:09:52.583Z | [ host-image] Aug 06 08:09:51.263 INFO O| Aug 06 08:09:51.263 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8457 | 2024-08-06T08:09:52.597Z | [ host-image] Aug 06 08:09:51.277 INFO O| Aug 06 08:09:51.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8458 | 2024-08-06T08:09:52.597Z | [ host-image] Aug 06 08:09:51.277 INFO O| Aug 06 08:09:51.277 INFO STEP 46 (remove_files) COMPLETE |
8459 | 2024-08-06T08:09:52.597Z | [ host-image] Aug 06 08:09:51.277 INFO O| Aug 06 08:09:51.277 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8460 | 2024-08-06T08:09:52.612Z | [ host-image] Aug 06 08:09:51.292 INFO O| Aug 06 08:09:51.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8461 | 2024-08-06T08:09:52.612Z | [ host-image] Aug 06 08:09:51.292 INFO O| Aug 06 08:09:51.292 INFO STEP 47 (remove_files) COMPLETE |
8462 | 2024-08-06T08:09:52.612Z | [ host-image] Aug 06 08:09:51.292 INFO O| Aug 06 08:09:51.292 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8463 | 2024-08-06T08:09:52.626Z | [ host-image] Aug 06 08:09:51.306 INFO O| Aug 06 08:09:51.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8464 | 2024-08-06T08:09:52.626Z | [ host-image] Aug 06 08:09:51.306 INFO O| Aug 06 08:09:51.306 INFO STEP 48 (remove_files) COMPLETE |
8465 | 2024-08-06T08:09:52.629Z | [ host-image] Aug 06 08:09:51.306 INFO O| Aug 06 08:09:51.306 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8466 | 2024-08-06T08:09:52.640Z | [ host-image] Aug 06 08:09:51.320 INFO O| Aug 06 08:09:51.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8467 | 2024-08-06T08:09:52.643Z | [ host-image] Aug 06 08:09:51.320 INFO O| Aug 06 08:09:51.320 INFO STEP 49 (remove_files) COMPLETE |
8468 | 2024-08-06T08:09:52.643Z | [ host-image] Aug 06 08:09:51.320 INFO O| Aug 06 08:09:51.320 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8469 | 2024-08-06T08:09:52.656Z | [ host-image] Aug 06 08:09:51.336 INFO O| Aug 06 08:09:51.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8470 | 2024-08-06T08:09:52.656Z | [ host-image] Aug 06 08:09:51.336 INFO O| Aug 06 08:09:51.336 INFO STEP 50 (remove_files) COMPLETE |
8471 | 2024-08-06T08:09:52.656Z | [ host-image] Aug 06 08:09:51.336 INFO O| Aug 06 08:09:51.336 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8472 | 2024-08-06T08:09:52.668Z | [ host-image] Aug 06 08:09:51.348 INFO O| Aug 06 08:09:51.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8473 | 2024-08-06T08:09:52.668Z | [ host-image] Aug 06 08:09:51.348 INFO O| Aug 06 08:09:51.348 INFO STEP 51 (remove_files) COMPLETE |
8474 | 2024-08-06T08:09:52.668Z | [ host-image] Aug 06 08:09:51.348 INFO O| Aug 06 08:09:51.348 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8475 | 2024-08-06T08:09:52.681Z | [ host-image] Aug 06 08:09:51.361 INFO O| Aug 06 08:09:51.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8476 | 2024-08-06T08:09:52.685Z | [ host-image] Aug 06 08:09:51.361 INFO O| Aug 06 08:09:51.361 INFO STEP 52 (remove_files) COMPLETE |
8477 | 2024-08-06T08:09:52.685Z | [ host-image] Aug 06 08:09:51.361 INFO O| Aug 06 08:09:51.361 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8478 | 2024-08-06T08:09:52.697Z | [ host-image] Aug 06 08:09:51.377 INFO O| Aug 06 08:09:51.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8479 | 2024-08-06T08:09:52.697Z | [ host-image] Aug 06 08:09:51.377 INFO O| Aug 06 08:09:51.377 INFO STEP 53 (remove_files) COMPLETE |
8480 | 2024-08-06T08:09:52.700Z | [ host-image] Aug 06 08:09:51.377 INFO O| Aug 06 08:09:51.377 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8481 | 2024-08-06T08:09:52.708Z | [ host-image] Aug 06 08:09:51.389 INFO O| Aug 06 08:09:51.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8482 | 2024-08-06T08:09:52.708Z | [ host-image] Aug 06 08:09:51.389 INFO O| Aug 06 08:09:51.389 INFO STEP 54 (remove_files) COMPLETE |
8483 | 2024-08-06T08:09:52.711Z | [ host-image] Aug 06 08:09:51.389 INFO O| Aug 06 08:09:51.389 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8484 | 2024-08-06T08:09:52.725Z | [ host-image] Aug 06 08:09:51.405 INFO O| Aug 06 08:09:51.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8485 | 2024-08-06T08:09:52.728Z | [ host-image] Aug 06 08:09:51.405 INFO O| Aug 06 08:09:51.405 INFO STEP 55 (remove_files) COMPLETE |
8486 | 2024-08-06T08:09:52.728Z | [ host-image] Aug 06 08:09:51.405 INFO O| Aug 06 08:09:51.405 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8487 | 2024-08-06T08:09:52.740Z | [ host-image] Aug 06 08:09:51.420 INFO O| Aug 06 08:09:51.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8488 | 2024-08-06T08:09:52.740Z | [ host-image] Aug 06 08:09:51.420 INFO O| Aug 06 08:09:51.420 INFO STEP 56 (remove_files) COMPLETE |
8489 | 2024-08-06T08:09:52.743Z | [ host-image] Aug 06 08:09:51.420 INFO O| Aug 06 08:09:51.420 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8490 | 2024-08-06T08:09:52.756Z | [ host-image] Aug 06 08:09:51.436 INFO O| Aug 06 08:09:51.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8491 | 2024-08-06T08:09:52.756Z | [ host-image] Aug 06 08:09:51.436 INFO O| Aug 06 08:09:51.436 INFO STEP 57 (remove_files) COMPLETE |
8492 | 2024-08-06T08:09:52.758Z | [ host-image] Aug 06 08:09:51.436 INFO O| Aug 06 08:09:51.436 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8493 | 2024-08-06T08:09:52.772Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8494 | 2024-08-06T08:09:52.772Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8495 | 2024-08-06T08:09:52.775Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8496 | 2024-08-06T08:09:52.775Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8497 | 2024-08-06T08:09:52.775Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8498 | 2024-08-06T08:09:52.775Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8499 | 2024-08-06T08:09:52.775Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO ok! |
8500 | 2024-08-06T08:09:52.775Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO STEP 58 (ensure_file) COMPLETE |
8501 | 2024-08-06T08:09:52.775Z | [ host-image] Aug 06 08:09:51.452 INFO O| Aug 06 08:09:51.452 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8502 | 2024-08-06T08:09:52.787Z | [ host-image] Aug 06 08:09:51.467 INFO O| Aug 06 08:09:51.467 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8503 | 2024-08-06T08:09:52.787Z | [ host-image] Aug 06 08:09:51.467 INFO O| Aug 06 08:09:51.467 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8504 | 2024-08-06T08:09:52.790Z | [ host-image] Aug 06 08:09:51.467 INFO O| Aug 06 08:09:51.467 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8505 | 2024-08-06T08:09:52.790Z | [ host-image] Aug 06 08:09:51.467 INFO O| Aug 06 08:09:51.467 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8506 | 2024-08-06T08:09:52.790Z | [ host-image] Aug 06 08:09:51.467 INFO O| Aug 06 08:09:51.467 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8507 | 2024-08-06T08:09:52.790Z | [ host-image] Aug 06 08:09:51.468 INFO O| Aug 06 08:09:51.467 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8508 | 2024-08-06T08:09:52.790Z | [ host-image] Aug 06 08:09:51.468 INFO O| Aug 06 08:09:51.467 INFO ok! |
8509 | 2024-08-06T08:09:52.790Z | [ host-image] Aug 06 08:09:51.468 INFO O| Aug 06 08:09:51.468 INFO STEP 59 (ensure_file) COMPLETE |
8510 | 2024-08-06T08:09:52.790Z | [ host-image] Aug 06 08:09:51.468 INFO O| Aug 06 08:09:51.468 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8511 | 2024-08-06T08:09:52.801Z | [ host-image] Aug 06 08:09:51.481 INFO O| Aug 06 08:09:51.481 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8512 | 2024-08-06T08:09:52.801Z | [ host-image] Aug 06 08:09:51.481 INFO O| Aug 06 08:09:51.481 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8513 | 2024-08-06T08:09:52.801Z | [ host-image] Aug 06 08:09:51.481 INFO O| Aug 06 08:09:51.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8514 | 2024-08-06T08:09:52.804Z | [ host-image] Aug 06 08:09:51.481 INFO O| Aug 06 08:09:51.481 INFO ok! |
8515 | 2024-08-06T08:09:52.804Z | [ host-image] Aug 06 08:09:51.481 INFO O| Aug 06 08:09:51.481 INFO STEP 60 (ensure_file) COMPLETE |
8516 | 2024-08-06T08:09:52.804Z | [ host-image] Aug 06 08:09:51.481 INFO O| Aug 06 08:09:51.481 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8517 | 2024-08-06T08:09:52.817Z | [ host-image] Aug 06 08:09:51.497 INFO O| Aug 06 08:09:51.497 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8518 | 2024-08-06T08:09:52.817Z | [ host-image] Aug 06 08:09:51.497 INFO O| Aug 06 08:09:51.497 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8519 | 2024-08-06T08:09:52.820Z | [ host-image] Aug 06 08:09:51.498 INFO O| Aug 06 08:09:51.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8520 | 2024-08-06T08:09:52.820Z | [ host-image] Aug 06 08:09:51.498 INFO O| Aug 06 08:09:51.498 INFO ok! |
8521 | 2024-08-06T08:09:52.820Z | [ host-image] Aug 06 08:09:51.498 INFO O| Aug 06 08:09:51.498 INFO STEP 61 (ensure_file) COMPLETE |
8522 | 2024-08-06T08:09:52.820Z | [ host-image] Aug 06 08:09:51.498 INFO O| Aug 06 08:09:51.498 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8523 | 2024-08-06T08:09:52.832Z | [ host-image] Aug 06 08:09:51.512 INFO O| Aug 06 08:09:51.512 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8524 | 2024-08-06T08:09:52.832Z | [ host-image] Aug 06 08:09:51.512 INFO O| Aug 06 08:09:51.512 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8525 | 2024-08-06T08:09:52.835Z | [ host-image] Aug 06 08:09:51.512 INFO O| Aug 06 08:09:51.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8526 | 2024-08-06T08:09:52.835Z | [ host-image] Aug 06 08:09:51.512 INFO O| Aug 06 08:09:51.512 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8527 | 2024-08-06T08:09:52.835Z | [ host-image] Aug 06 08:09:51.512 INFO O| Aug 06 08:09:51.512 INFO ok! |
8528 | 2024-08-06T08:09:52.835Z | [ host-image] Aug 06 08:09:51.512 INFO O| Aug 06 08:09:51.512 INFO STEP 62 (ensure_file) COMPLETE |
8529 | 2024-08-06T08:09:52.835Z | [ host-image] Aug 06 08:09:51.512 INFO O| Aug 06 08:09:51.512 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8530 | 2024-08-06T08:09:52.849Z | [ host-image] Aug 06 08:09:51.529 INFO O| Aug 06 08:09:51.529 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8531 | 2024-08-06T08:09:52.849Z | [ host-image] Aug 06 08:09:51.529 INFO O| Aug 06 08:09:51.529 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8532 | 2024-08-06T08:09:52.852Z | [ host-image] Aug 06 08:09:51.529 INFO O| Aug 06 08:09:51.529 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8533 | 2024-08-06T08:09:52.852Z | [ host-image] Aug 06 08:09:51.529 INFO O| Aug 06 08:09:51.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8534 | 2024-08-06T08:09:52.852Z | [ host-image] Aug 06 08:09:51.529 INFO O| Aug 06 08:09:51.529 INFO ok! |
8535 | 2024-08-06T08:09:52.852Z | [ host-image] Aug 06 08:09:51.529 INFO O| Aug 06 08:09:51.529 INFO STEP 63 (ensure_file) COMPLETE |
8536 | 2024-08-06T08:09:52.852Z | [ host-image] Aug 06 08:09:51.529 INFO O| Aug 06 08:09:51.529 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8537 | 2024-08-06T08:09:52.861Z | [ host-image] Aug 06 08:09:51.541 INFO O| Aug 06 08:09:51.541 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
8538 | 2024-08-06T08:09:52.863Z | [ host-image] Aug 06 08:09:51.541 INFO O| Aug 06 08:09:51.541 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ... |
8539 | 2024-08-06T08:09:52.863Z | [ host-image] Aug 06 08:09:51.541 INFO O| Aug 06 08:09:51.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8540 | 2024-08-06T08:09:52.863Z | [ host-image] Aug 06 08:09:51.541 INFO O| Aug 06 08:09:51.541 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8541 | 2024-08-06T08:09:52.863Z | [ host-image] Aug 06 08:09:51.541 INFO O| Aug 06 08:09:51.541 INFO ok! |
8542 | 2024-08-06T08:09:52.864Z | [ host-image] Aug 06 08:09:51.541 INFO O| Aug 06 08:09:51.541 INFO STEP 64 (ensure_file) COMPLETE |
8543 | 2024-08-06T08:09:52.864Z | [ host-image] Aug 06 08:09:51.541 INFO O| Aug 06 08:09:51.541 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8544 | 2024-08-06T08:09:52.874Z | [ host-image] Aug 06 08:09:51.554 INFO O| Aug 06 08:09:51.554 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8545 | 2024-08-06T08:09:52.874Z | [ host-image] Aug 06 08:09:51.554 INFO O| Aug 06 08:09:51.554 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8546 | 2024-08-06T08:09:52.877Z | [ host-image] Aug 06 08:09:51.554 INFO O| Aug 06 08:09:51.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8547 | 2024-08-06T08:09:52.877Z | [ host-image] Aug 06 08:09:51.554 INFO O| Aug 06 08:09:51.554 INFO ok! |
8548 | 2024-08-06T08:09:52.877Z | [ host-image] Aug 06 08:09:51.554 INFO O| Aug 06 08:09:51.554 INFO STEP 65 (assemble_files) COMPLETE |
8549 | 2024-08-06T08:09:52.877Z | [ host-image] Aug 06 08:09:51.554 INFO O| Aug 06 08:09:51.554 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8550 | 2024-08-06T08:09:52.891Z | [ host-image] Aug 06 08:09:51.571 INFO O| Aug 06 08:09:51.571 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8551 | 2024-08-06T08:09:52.891Z | [ host-image] Aug 06 08:09:51.572 INFO O| Aug 06 08:09:51.571 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8552 | 2024-08-06T08:09:52.894Z | [ host-image] Aug 06 08:09:51.572 INFO O| Aug 06 08:09:51.572 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8553 | 2024-08-06T08:09:52.894Z | [ host-image] Aug 06 08:09:51.572 INFO O| Aug 06 08:09:51.572 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8554 | 2024-08-06T08:09:52.894Z | [ host-image] Aug 06 08:09:51.572 INFO O| Aug 06 08:09:51.572 INFO ok! |
8555 | 2024-08-06T08:09:52.895Z | [ host-image] Aug 06 08:09:51.572 INFO O| Aug 06 08:09:51.572 INFO STEP 66 (ensure_file) COMPLETE |
8556 | 2024-08-06T08:09:52.895Z | [ host-image] Aug 06 08:09:51.572 INFO O| Aug 06 08:09:51.572 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8557 | 2024-08-06T08:09:52.903Z | [ host-image] Aug 06 08:09:51.583 INFO O| Aug 06 08:09:51.583 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8558 | 2024-08-06T08:09:52.906Z | [ host-image] Aug 06 08:09:51.583 INFO O| Aug 06 08:09:51.583 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8559 | 2024-08-06T08:09:52.906Z | [ host-image] Aug 06 08:09:51.584 INFO O| Aug 06 08:09:51.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8560 | 2024-08-06T08:09:52.906Z | [ host-image] Aug 06 08:09:51.584 INFO O| Aug 06 08:09:51.584 INFO STEP 67 (ensure_dir) COMPLETE |
8561 | 2024-08-06T08:09:52.906Z | [ host-image] Aug 06 08:09:51.584 INFO O| Aug 06 08:09:51.584 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8562 | 2024-08-06T08:09:52.920Z | [ host-image] Aug 06 08:09:51.600 INFO O| Aug 06 08:09:51.600 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8563 | 2024-08-06T08:09:52.920Z | [ host-image] Aug 06 08:09:51.600 INFO O| Aug 06 08:09:51.600 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 ... |
8564 | 2024-08-06T08:09:52.931Z | [ host-image] Aug 06 08:09:51.611 INFO O| Aug 06 08:09:51.610 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 |
8565 | 2024-08-06T08:09:52.931Z | [ host-image] Aug 06 08:09:51.611 INFO O| Aug 06 08:09:51.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8566 | 2024-08-06T08:09:52.931Z | [ host-image] Aug 06 08:09:51.611 INFO O| Aug 06 08:09:51.611 INFO ok! |
8567 | 2024-08-06T08:09:52.934Z | [ host-image] Aug 06 08:09:51.611 INFO O| Aug 06 08:09:51.611 INFO STEP 68 (ensure_file) COMPLETE |
8568 | 2024-08-06T08:09:52.934Z | [ host-image] Aug 06 08:09:51.611 INFO O| Aug 06 08:09:51.611 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8569 | 2024-08-06T08:09:52.945Z | [ host-image] Aug 06 08:09:51.625 INFO O| Aug 06 08:09:51.625 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8570 | 2024-08-06T08:09:52.945Z | [ host-image] Aug 06 08:09:51.625 INFO O| Aug 06 08:09:51.625 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 ... |
8571 | 2024-08-06T08:09:52.948Z | [ host-image] Aug 06 08:09:51.625 INFO O| Aug 06 08:09:51.625 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 |
8572 | 2024-08-06T08:09:52.948Z | [ host-image] Aug 06 08:09:51.625 INFO O| Aug 06 08:09:51.625 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8573 | 2024-08-06T08:09:52.948Z | [ host-image] Aug 06 08:09:51.625 INFO O| Aug 06 08:09:51.625 INFO ok! |
8574 | 2024-08-06T08:09:52.948Z | [ host-image] Aug 06 08:09:51.626 INFO O| Aug 06 08:09:51.625 INFO STEP 69 (ensure_file) COMPLETE |
8575 | 2024-08-06T08:09:52.948Z | [ host-image] Aug 06 08:09:51.626 INFO O| Aug 06 08:09:51.625 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8576 | 2024-08-06T08:09:52.971Z | [ host-image] Aug 06 08:09:51.651 INFO O| Aug 06 08:09:51.651 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8577 | 2024-08-06T08:09:52.971Z | [ host-image] Aug 06 08:09:51.651 INFO O| Aug 06 08:09:51.651 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8578 | 2024-08-06T08:09:53.631Z | [ recovery-image] Aug 06 08:09:52.311 INFO E| Compiling scroll_derive v0.12.0 |
8579 | 2024-08-06T08:09:55.663Z | [ host-image] Aug 06 08:09:54.343 INFO O| Aug 06 08:09:54.343 INFO STEP 70 (pack_tar) COMPLETE |
8580 | 2024-08-06T08:09:55.663Z | [ host-image] Aug 06 08:09:54.343 INFO O| Aug 06 08:09:54.343 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8581 | 2024-08-06T08:09:55.666Z | [ host-image] Aug 06 08:09:54.343 INFO O| Aug 06 08:09:54.343 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8582 | 2024-08-06T08:09:55.773Z | [ host-image] Aug 06 08:09:54.452 INFO O| Aug 06 08:09:54.452 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8583 | 2024-08-06T08:09:55.839Z | [ host-image] Aug 06 08:09:54.519 INFO O| Aug 06 08:09:54.519 INFO completed processing gimlet/ramdisk-02-trim |
8584 | 2024-08-06T08:09:55.842Z | [ host-image] Aug 06 08:09:54.521 INFO image builder template: zfs... |
8585 | 2024-08-06T08:09:55.842Z | [ host-image] Aug 06 08:09:54.521 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpXrvusp/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 |
8586 | 2024-08-06T08:09:55.856Z | [ host-image] Aug 06 08:09:54.536 INFO O| Aug 06 08:09:54.536 INFO skip include "stress" because feature "stress" is not enabled |
8587 | 2024-08-06T08:09:55.895Z | [ host-image] Aug 06 08:09:54.574 INFO O| Aug 06 08:09:54.574 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8588 | 2024-08-06T08:09:55.900Z | [ host-image] Aug 06 08:09:54.580 INFO O| Aug 06 08:09:54.580 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8589 | 2024-08-06T08:09:55.976Z | [ host-image] Aug 06 08:09:54.656 INFO O| Aug 06 08:09:54.656 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8590 | 2024-08-06T08:09:56.046Z | [ host-image] Aug 06 08:09:54.725 INFO O| Aug 06 08:09:54.725 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8591 | 2024-08-06T08:09:56.046Z | [ host-image] Aug 06 08:09:54.725 INFO O| Aug 06 08:09:54.725 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8592 | 2024-08-06T08:09:56.050Z | [ host-image] Aug 06 08:09:54.730 INFO O| Aug 06 08:09:54.730 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8593 | 2024-08-06T08:09:56.117Z | [ host-image] Aug 06 08:09:54.796 INFO O| Aug 06 08:09:54.796 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8594 | 2024-08-06T08:09:56.158Z | [ host-image] Aug 06 08:09:54.837 INFO O| Aug 06 08:09:54.837 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8595 | 2024-08-06T08:09:56.173Z | [ host-image] Aug 06 08:09:54.852 INFO O| Aug 06 08:09:54.852 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8596 | 2024-08-06T08:09:56.180Z | [ host-image] Aug 06 08:09:54.860 INFO O| Aug 06 08:09:54.859 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8597 | 2024-08-06T08:09:56.183Z | [ host-image] Aug 06 08:09:54.860 INFO O| Aug 06 08:09:54.860 INFO no lofi found |
8598 | 2024-08-06T08:09:56.183Z | [ host-image] Aug 06 08:09:54.860 INFO O| Aug 06 08:09:54.860 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8599 | 2024-08-06T08:09:56.183Z | [ host-image] Aug 06 08:09:54.860 INFO O| Aug 06 08:09:54.860 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8600 | 2024-08-06T08:09:56.367Z | [ recovery-image] Aug 06 08:09:55.046 INFO E| Compiling bitstruct_derive v0.1.0 |
8601 | 2024-08-06T08:09:58.331Z | [ host-image] Aug 06 08:09:57.010 INFO O| Aug 06 08:09:57.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8602 | 2024-08-06T08:09:58.331Z | [ host-image] Aug 06 08:09:57.010 INFO O| Aug 06 08:09:57.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8603 | 2024-08-06T08:09:58.335Z | [ host-image] Aug 06 08:09:57.010 INFO O| Aug 06 08:09:57.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8604 | 2024-08-06T08:09:58.403Z | [ host-image] Aug 06 08:09:57.082 INFO O| Aug 06 08:09:57.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8605 | 2024-08-06T08:09:58.403Z | [ host-image] Aug 06 08:09:57.082 INFO O| Aug 06 08:09:57.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8606 | 2024-08-06T08:09:58.424Z | [ host-image] Aug 06 08:09:57.104 INFO O| Aug 06 08:09:57.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8607 | 2024-08-06T08:09:58.481Z | [ host-image] Aug 06 08:09:57.159 INFO O| Aug 06 08:09:57.159 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8608 | 2024-08-06T08:09:58.518Z | [ host-image] Aug 06 08:09:57.197 INFO O| Aug 06 08:09:57.197 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8609 | 2024-08-06T08:09:58.533Z | [ host-image] Aug 06 08:09:57.212 INFO O| Aug 06 08:09:57.212 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8610 | 2024-08-06T08:09:58.545Z | [ host-image] Aug 06 08:09:57.225 INFO O| Aug 06 08:09:57.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8611 | 2024-08-06T08:09:58.592Z | [ host-image] Aug 06 08:09:57.271 INFO O| Aug 06 08:09:57.271 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8612 | 2024-08-06T08:09:58.592Z | [ host-image] Aug 06 08:09:57.271 INFO O| Aug 06 08:09:57.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8613 | 2024-08-06T08:09:58.595Z | [ host-image] Aug 06 08:09:57.271 INFO O| Aug 06 08:09:57.271 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8614 | 2024-08-06T08:09:58.603Z | [ host-image] Aug 06 08:09:57.282 INFO O| Aug 06 08:09:57.282 INFO boot environment UUID: 102a9c58-12a3-4cac-b587-2f772c647a22 |
8615 | 2024-08-06T08:09:58.603Z | [ host-image] Aug 06 08:09:57.282 INFO O| Aug 06 08:09:57.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 102a9c58-12a3-4cac-b587-2f772c647a22 |
8616 | 2024-08-06T08:09:58.613Z | [ host-image] Aug 06 08:09:57.293 INFO O| Aug 06 08:09:57.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8617 | 2024-08-06T08:09:58.623Z | [ host-image] Aug 06 08:09:57.303 INFO O| Aug 06 08:09:57.303 INFO STEP 0 (create_be) COMPLETE |
8618 | 2024-08-06T08:09:58.626Z | [ host-image] Aug 06 08:09:57.303 INFO O| Aug 06 08:09:57.303 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8619 | 2024-08-06T08:09:58.638Z | [ host-image] Aug 06 08:09:57.318 INFO O| Aug 06 08:09:57.318 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8620 | 2024-08-06T08:10:14.129Z | [ recovery-image] Aug 06 08:10:12.805 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) |
8621 | 2024-08-06T08:10:17.013Z | [ recovery-image] Aug 06 08:10:15.689 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) |
8622 | 2024-08-06T08:10:19.071Z | [ host-image] Aug 06 08:10:17.747 INFO O| Aug 06 08:10:17.747 INFO STEP 1 (unpack_tar) COMPLETE |
8623 | 2024-08-06T08:10:19.071Z | [ host-image] Aug 06 08:10:17.747 INFO O| Aug 06 08:10:17.747 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8624 | 2024-08-06T08:10:19.086Z | [ host-image] Aug 06 08:10:17.761 INFO O| Aug 06 08:10:17.761 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8625 | 2024-08-06T08:10:19.202Z | [ host-image] Aug 06 08:10:17.877 INFO O| Aug 06 08:10:17.876 INFO STEP 2 (devfsadm) COMPLETE |
8626 | 2024-08-06T08:10:19.202Z | [ host-image] Aug 06 08:10:17.877 INFO O| Aug 06 08:10:17.877 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8627 | 2024-08-06T08:10:19.214Z | [ host-image] Aug 06 08:10:17.889 INFO O| Aug 06 08:10:17.889 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8628 | 2024-08-06T08:10:19.214Z | [ host-image] Aug 06 08:10:17.889 INFO O| Aug 06 08:10:17.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8629 | 2024-08-06T08:10:19.216Z | [ host-image] Aug 06 08:10:17.889 INFO O| Aug 06 08:10:17.889 INFO STEP 3 (ensure_dir) COMPLETE |
8630 | 2024-08-06T08:10:19.216Z | [ host-image] Aug 06 08:10:17.889 INFO O| Aug 06 08:10:17.889 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8631 | 2024-08-06T08:10:19.224Z | [ host-image] Aug 06 08:10:17.900 INFO O| Aug 06 08:10:17.900 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8632 | 2024-08-06T08:10:19.224Z | [ host-image] Aug 06 08:10:17.900 INFO O| Aug 06 08:10:17.900 INFO STEP 4 (ensure_dir) COMPLETE |
8633 | 2024-08-06T08:10:19.227Z | [ host-image] Aug 06 08:10:17.900 INFO O| Aug 06 08:10:17.900 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8634 | 2024-08-06T08:10:19.234Z | [ host-image] Aug 06 08:10:17.910 INFO O| Aug 06 08:10:17.910 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8635 | 2024-08-06T08:10:19.237Z | [ host-image] Aug 06 08:10:17.910 INFO O| Aug 06 08:10:17.910 INFO STEP 5 (ensure_dir) COMPLETE |
8636 | 2024-08-06T08:10:19.237Z | [ host-image] Aug 06 08:10:17.910 INFO O| Aug 06 08:10:17.910 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8637 | 2024-08-06T08:10:19.244Z | [ host-image] Aug 06 08:10:17.920 INFO O| Aug 06 08:10:17.920 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8638 | 2024-08-06T08:10:19.244Z | [ host-image] Aug 06 08:10:17.920 INFO O| Aug 06 08:10:17.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8639 | 2024-08-06T08:10:19.247Z | [ host-image] Aug 06 08:10:17.920 INFO O| Aug 06 08:10:17.920 INFO STEP 6 (ensure_dir) COMPLETE |
8640 | 2024-08-06T08:10:19.247Z | [ host-image] Aug 06 08:10:17.920 INFO O| Aug 06 08:10:17.920 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8641 | 2024-08-06T08:10:19.254Z | [ host-image] Aug 06 08:10:17.930 INFO O| Aug 06 08:10:17.930 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8642 | 2024-08-06T08:10:19.254Z | [ host-image] Aug 06 08:10:17.930 INFO O| Aug 06 08:10:17.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8643 | 2024-08-06T08:10:19.258Z | [ host-image] Aug 06 08:10:17.930 INFO O| Aug 06 08:10:17.930 INFO STEP 7 (ensure_dir) COMPLETE |
8644 | 2024-08-06T08:10:19.258Z | [ host-image] Aug 06 08:10:17.930 INFO O| Aug 06 08:10:17.930 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8645 | 2024-08-06T08:10:19.264Z | [ host-image] Aug 06 08:10:17.940 INFO O| Aug 06 08:10:17.940 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8646 | 2024-08-06T08:10:19.267Z | [ host-image] Aug 06 08:10:17.940 INFO O| Aug 06 08:10:17.940 INFO STEP 8 (remove_files) COMPLETE |
8647 | 2024-08-06T08:10:19.267Z | [ host-image] Aug 06 08:10:17.940 INFO O| Aug 06 08:10:17.940 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8648 | 2024-08-06T08:10:19.274Z | [ host-image] Aug 06 08:10:17.950 INFO O| Aug 06 08:10:17.950 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8649 | 2024-08-06T08:10:19.277Z | [ host-image] Aug 06 08:10:17.951 INFO O| Aug 06 08:10:17.951 INFO STEP 9 (remove_files) COMPLETE |
8650 | 2024-08-06T08:10:19.277Z | [ host-image] Aug 06 08:10:17.951 INFO O| Aug 06 08:10:17.951 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8651 | 2024-08-06T08:10:19.285Z | [ host-image] Aug 06 08:10:17.960 INFO O| Aug 06 08:10:17.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8652 | 2024-08-06T08:10:19.288Z | [ host-image] Aug 06 08:10:17.961 INFO O| Aug 06 08:10:17.961 INFO STEP 10 (remove_files) COMPLETE |
8653 | 2024-08-06T08:10:19.288Z | [ host-image] Aug 06 08:10:17.961 INFO O| Aug 06 08:10:17.961 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8654 | 2024-08-06T08:10:19.296Z | [ host-image] Aug 06 08:10:17.971 INFO O| Aug 06 08:10:17.971 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8655 | 2024-08-06T08:10:19.296Z | [ host-image] Aug 06 08:10:17.972 INFO O| Aug 06 08:10:17.971 INFO STEP 11 (remove_files) COMPLETE |
8656 | 2024-08-06T08:10:19.299Z | [ host-image] Aug 06 08:10:17.972 INFO O| Aug 06 08:10:17.972 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8657 | 2024-08-06T08:10:19.306Z | [ host-image] Aug 06 08:10:17.981 INFO O| Aug 06 08:10:17.981 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8658 | 2024-08-06T08:10:19.308Z | [ host-image] Aug 06 08:10:17.981 INFO O| Aug 06 08:10:17.981 INFO STEP 12 (remove_files) COMPLETE |
8659 | 2024-08-06T08:10:19.308Z | [ host-image] Aug 06 08:10:17.981 INFO O| Aug 06 08:10:17.981 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8660 | 2024-08-06T08:10:19.315Z | [ host-image] Aug 06 08:10:17.991 INFO O| Aug 06 08:10:17.991 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8661 | 2024-08-06T08:10:19.319Z | [ host-image] Aug 06 08:10:17.991 INFO O| Aug 06 08:10:17.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8662 | 2024-08-06T08:10:19.319Z | [ host-image] Aug 06 08:10:17.991 INFO O| Aug 06 08:10:17.991 INFO STEP 13 (ensure_dir) COMPLETE |
8663 | 2024-08-06T08:10:19.319Z | [ host-image] Aug 06 08:10:17.991 INFO O| Aug 06 08:10:17.991 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8664 | 2024-08-06T08:10:19.326Z | [ host-image] Aug 06 08:10:18.001 INFO O| Aug 06 08:10:18.001 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8665 | 2024-08-06T08:10:19.326Z | [ host-image] Aug 06 08:10:18.001 INFO O| Aug 06 08:10:18.001 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8666 | 2024-08-06T08:10:19.385Z | [ host-image] Aug 06 08:10:18.001 INFO O| Aug 06 08:10:18.001 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8667 | 2024-08-06T08:10:19.385Z | [ host-image] Aug 06 08:10:18.001 INFO O| Aug 06 08:10:18.001 INFO STEP 14 (ensure_dir) COMPLETE |
8668 | 2024-08-06T08:10:19.385Z | [ host-image] Aug 06 08:10:18.001 INFO O| Aug 06 08:10:18.001 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8669 | 2024-08-06T08:10:19.388Z | [ host-image] Aug 06 08:10:18.013 INFO O| Aug 06 08:10:18.013 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8670 | 2024-08-06T08:10:19.388Z | [ host-image] Aug 06 08:10:18.013 INFO O| Aug 06 08:10:18.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8671 | 2024-08-06T08:10:19.388Z | [ host-image] Aug 06 08:10:18.013 INFO O| Aug 06 08:10:18.013 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8672 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.013 INFO O| Aug 06 08:10:18.013 INFO STEP 15 (ensure_dir) COMPLETE |
8673 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.013 INFO O| Aug 06 08:10:18.013 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8674 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.023 INFO O| Aug 06 08:10:18.023 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8675 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.023 INFO O| Aug 06 08:10:18.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8676 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.023 INFO O| Aug 06 08:10:18.023 INFO STEP 16 (ensure_dir) COMPLETE |
8677 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.023 INFO O| Aug 06 08:10:18.023 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8678 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.033 INFO O| Aug 06 08:10:18.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8679 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.033 INFO O| Aug 06 08:10:18.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8680 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.033 INFO O| Aug 06 08:10:18.033 INFO STEP 17 (ensure_dir) COMPLETE |
8681 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.033 INFO O| Aug 06 08:10:18.033 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8682 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.043 INFO O| Aug 06 08:10:18.043 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8683 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.043 INFO O| Aug 06 08:10:18.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8684 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.043 INFO O| Aug 06 08:10:18.043 INFO ok! |
8685 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.043 INFO O| Aug 06 08:10:18.043 INFO STEP 18 (ensure_symlink) COMPLETE |
8686 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.043 INFO O| Aug 06 08:10:18.043 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8687 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.053 INFO O| Aug 06 08:10:18.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8688 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.053 INFO O| Aug 06 08:10:18.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8689 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.053 INFO O| Aug 06 08:10:18.053 INFO ok! |
8690 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.053 INFO O| Aug 06 08:10:18.053 INFO STEP 19 (ensure_file) COMPLETE |
8691 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.053 INFO O| Aug 06 08:10:18.053 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8692 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.064 INFO O| Aug 06 08:10:18.063 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8693 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.064 INFO O| Aug 06 08:10:18.064 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8694 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.064 INFO O| Aug 06 08:10:18.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8695 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.064 INFO O| Aug 06 08:10:18.064 INFO ok! |
8696 | 2024-08-06T08:10:19.389Z | [ host-image] Aug 06 08:10:18.064 INFO O| Aug 06 08:10:18.064 INFO STEP 20 (ensure_symlink) COMPLETE |
8697 | 2024-08-06T08:10:19.392Z | [ host-image] Aug 06 08:10:18.064 INFO O| Aug 06 08:10:18.064 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8698 | 2024-08-06T08:10:19.398Z | [ host-image] Aug 06 08:10:18.074 INFO O| Aug 06 08:10:18.074 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8699 | 2024-08-06T08:10:19.398Z | [ host-image] Aug 06 08:10:18.074 INFO O| Aug 06 08:10:18.074 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8700 | 2024-08-06T08:10:19.401Z | [ host-image] Aug 06 08:10:18.074 INFO O| Aug 06 08:10:18.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8701 | 2024-08-06T08:10:19.401Z | [ host-image] Aug 06 08:10:18.074 INFO O| Aug 06 08:10:18.074 INFO ok! |
8702 | 2024-08-06T08:10:19.401Z | [ host-image] Aug 06 08:10:18.074 INFO O| Aug 06 08:10:18.074 INFO STEP 21 (ensure_symlink) COMPLETE |
8703 | 2024-08-06T08:10:19.401Z | [ host-image] Aug 06 08:10:18.074 INFO O| Aug 06 08:10:18.074 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8704 | 2024-08-06T08:10:19.408Z | [ host-image] Aug 06 08:10:18.084 INFO O| Aug 06 08:10:18.084 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8705 | 2024-08-06T08:10:19.408Z | [ host-image] Aug 06 08:10:18.084 INFO O| Aug 06 08:10:18.084 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8706 | 2024-08-06T08:10:19.411Z | [ host-image] Aug 06 08:10:18.084 INFO O| Aug 06 08:10:18.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8707 | 2024-08-06T08:10:19.411Z | [ host-image] Aug 06 08:10:18.084 INFO O| Aug 06 08:10:18.084 INFO ok! |
8708 | 2024-08-06T08:10:19.411Z | [ host-image] Aug 06 08:10:18.084 INFO O| Aug 06 08:10:18.084 INFO STEP 22 (ensure_symlink) COMPLETE |
8709 | 2024-08-06T08:10:19.411Z | [ host-image] Aug 06 08:10:18.084 INFO O| Aug 06 08:10:18.084 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8710 | 2024-08-06T08:10:19.418Z | [ host-image] Aug 06 08:10:18.093 INFO O| Aug 06 08:10:18.093 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8711 | 2024-08-06T08:10:19.418Z | [ host-image] Aug 06 08:10:18.093 INFO O| Aug 06 08:10:18.093 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8712 | 2024-08-06T08:10:19.421Z | [ host-image] Aug 06 08:10:18.093 INFO O| Aug 06 08:10:18.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8713 | 2024-08-06T08:10:19.421Z | [ host-image] Aug 06 08:10:18.093 INFO O| Aug 06 08:10:18.093 INFO ok! |
8714 | 2024-08-06T08:10:19.421Z | [ host-image] Aug 06 08:10:18.093 INFO O| Aug 06 08:10:18.093 INFO STEP 23 (ensure_symlink) COMPLETE |
8715 | 2024-08-06T08:10:19.421Z | [ host-image] Aug 06 08:10:18.093 INFO O| Aug 06 08:10:18.093 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8716 | 2024-08-06T08:10:19.427Z | [ host-image] Aug 06 08:10:18.103 INFO O| Aug 06 08:10:18.103 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8717 | 2024-08-06T08:10:19.430Z | [ host-image] Aug 06 08:10:18.103 INFO O| Aug 06 08:10:18.103 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8718 | 2024-08-06T08:10:19.430Z | [ host-image] Aug 06 08:10:18.103 INFO O| Aug 06 08:10:18.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8719 | 2024-08-06T08:10:19.430Z | [ host-image] Aug 06 08:10:18.103 INFO O| Aug 06 08:10:18.103 INFO ok! |
8720 | 2024-08-06T08:10:19.430Z | [ host-image] Aug 06 08:10:18.103 INFO O| Aug 06 08:10:18.103 INFO STEP 24 (ensure_file) COMPLETE |
8721 | 2024-08-06T08:10:19.430Z | [ host-image] Aug 06 08:10:18.103 INFO O| Aug 06 08:10:18.103 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8722 | 2024-08-06T08:10:19.437Z | [ host-image] Aug 06 08:10:18.113 INFO O| Aug 06 08:10:18.113 INFO updating shadow file |
8723 | 2024-08-06T08:10:19.440Z | [ host-image] Aug 06 08:10:18.113 INFO O| Aug 06 08:10:18.113 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8724 | 2024-08-06T08:10:19.440Z | [ host-image] Aug 06 08:10:18.113 INFO O| Aug 06 08:10:18.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8725 | 2024-08-06T08:10:19.440Z | [ host-image] Aug 06 08:10:18.113 INFO O| Aug 06 08:10:18.113 INFO STEP 25 (shadow) COMPLETE |
8726 | 2024-08-06T08:10:19.440Z | [ host-image] Aug 06 08:10:18.113 INFO O| Aug 06 08:10:18.113 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8727 | 2024-08-06T08:10:19.447Z | [ host-image] Aug 06 08:10:18.122 INFO O| Aug 06 08:10:18.122 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8728 | 2024-08-06T08:10:19.447Z | [ host-image] Aug 06 08:10:18.123 INFO O| Aug 06 08:10:18.123 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8729 | 2024-08-06T08:10:19.450Z | [ host-image] Aug 06 08:10:18.123 INFO O| Aug 06 08:10:18.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8730 | 2024-08-06T08:10:19.450Z | [ host-image] Aug 06 08:10:18.123 INFO O| Aug 06 08:10:18.123 INFO ok! |
8731 | 2024-08-06T08:10:19.450Z | [ host-image] Aug 06 08:10:18.123 INFO O| Aug 06 08:10:18.123 INFO STEP 26 (ensure_file) COMPLETE |
8732 | 2024-08-06T08:10:19.450Z | [ host-image] Aug 06 08:10:18.123 INFO O| Aug 06 08:10:18.123 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8733 | 2024-08-06T08:10:19.456Z | [ host-image] Aug 06 08:10:18.132 INFO O| Aug 06 08:10:18.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8734 | 2024-08-06T08:10:19.456Z | [ host-image] Aug 06 08:10:18.132 INFO O| Aug 06 08:10:18.132 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8735 | 2024-08-06T08:10:19.459Z | [ host-image] Aug 06 08:10:18.132 INFO O| Aug 06 08:10:18.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8736 | 2024-08-06T08:10:19.459Z | [ host-image] Aug 06 08:10:18.132 INFO O| Aug 06 08:10:18.132 INFO ok! |
8737 | 2024-08-06T08:10:19.459Z | [ host-image] Aug 06 08:10:18.132 INFO O| Aug 06 08:10:18.132 INFO STEP 27 (ensure_file) COMPLETE |
8738 | 2024-08-06T08:10:19.459Z | [ host-image] Aug 06 08:10:18.132 INFO O| Aug 06 08:10:18.132 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8739 | 2024-08-06T08:10:19.466Z | [ host-image] Aug 06 08:10:18.142 INFO O| Aug 06 08:10:18.142 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8740 | 2024-08-06T08:10:19.466Z | [ host-image] Aug 06 08:10:18.142 INFO O| Aug 06 08:10:18.142 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8741 | 2024-08-06T08:10:19.469Z | [ host-image] Aug 06 08:10:18.142 INFO O| Aug 06 08:10:18.142 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8742 | 2024-08-06T08:10:19.469Z | [ host-image] Aug 06 08:10:18.142 INFO O| Aug 06 08:10:18.142 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8743 | 2024-08-06T08:10:19.469Z | [ host-image] Aug 06 08:10:18.142 INFO O| Aug 06 08:10:18.142 INFO ok! |
8744 | 2024-08-06T08:10:19.469Z | [ host-image] Aug 06 08:10:18.142 INFO O| Aug 06 08:10:18.142 INFO STEP 28 (ensure_file) COMPLETE |
8745 | 2024-08-06T08:10:19.469Z | [ host-image] Aug 06 08:10:18.142 INFO O| Aug 06 08:10:18.142 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8746 | 2024-08-06T08:10:19.476Z | [ host-image] Aug 06 08:10:18.152 INFO O| Aug 06 08:10:18.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8747 | 2024-08-06T08:10:19.476Z | [ host-image] Aug 06 08:10:18.152 INFO O| Aug 06 08:10:18.152 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8748 | 2024-08-06T08:10:19.479Z | [ host-image] Aug 06 08:10:18.152 INFO O| Aug 06 08:10:18.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8749 | 2024-08-06T08:10:19.479Z | [ host-image] Aug 06 08:10:18.152 INFO O| Aug 06 08:10:18.152 INFO ok! |
8750 | 2024-08-06T08:10:19.479Z | [ host-image] Aug 06 08:10:18.152 INFO O| Aug 06 08:10:18.152 INFO STEP 29 (ensure_file) COMPLETE |
8751 | 2024-08-06T08:10:19.479Z | [ host-image] Aug 06 08:10:18.152 INFO O| Aug 06 08:10:18.152 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8752 | 2024-08-06T08:10:19.486Z | [ host-image] Aug 06 08:10:18.162 INFO O| Aug 06 08:10:18.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8753 | 2024-08-06T08:10:19.486Z | [ host-image] Aug 06 08:10:18.162 INFO O| Aug 06 08:10:18.162 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8754 | 2024-08-06T08:10:19.486Z | [ host-image] Aug 06 08:10:18.162 INFO O| Aug 06 08:10:18.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8755 | 2024-08-06T08:10:19.489Z | [ host-image] Aug 06 08:10:18.162 INFO O| Aug 06 08:10:18.162 INFO ok! |
8756 | 2024-08-06T08:10:19.489Z | [ host-image] Aug 06 08:10:18.162 INFO O| Aug 06 08:10:18.162 INFO STEP 30 (ensure_file) COMPLETE |
8757 | 2024-08-06T08:10:19.489Z | [ host-image] Aug 06 08:10:18.162 INFO O| Aug 06 08:10:18.162 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8758 | 2024-08-06T08:10:19.497Z | [ host-image] Aug 06 08:10:18.172 INFO O| Aug 06 08:10:18.172 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8759 | 2024-08-06T08:10:19.497Z | [ host-image] Aug 06 08:10:18.172 INFO O| Aug 06 08:10:18.172 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8760 | 2024-08-06T08:10:19.500Z | [ host-image] Aug 06 08:10:18.172 INFO O| Aug 06 08:10:18.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8761 | 2024-08-06T08:10:19.500Z | [ host-image] Aug 06 08:10:18.172 INFO O| Aug 06 08:10:18.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8762 | 2024-08-06T08:10:19.500Z | [ host-image] Aug 06 08:10:18.172 INFO O| Aug 06 08:10:18.172 INFO ok! |
8763 | 2024-08-06T08:10:19.500Z | [ host-image] Aug 06 08:10:18.172 INFO O| Aug 06 08:10:18.172 INFO STEP 31 (ensure_file) COMPLETE |
8764 | 2024-08-06T08:10:19.500Z | [ host-image] Aug 06 08:10:18.172 INFO O| Aug 06 08:10:18.172 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8765 | 2024-08-06T08:10:19.507Z | [ host-image] Aug 06 08:10:18.182 INFO O| Aug 06 08:10:18.182 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8766 | 2024-08-06T08:10:19.509Z | [ host-image] Aug 06 08:10:18.182 INFO O| Aug 06 08:10:18.182 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8767 | 2024-08-06T08:10:19.509Z | [ host-image] Aug 06 08:10:18.182 INFO O| Aug 06 08:10:18.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8768 | 2024-08-06T08:10:19.509Z | [ host-image] Aug 06 08:10:18.182 INFO O| Aug 06 08:10:18.182 INFO ok! |
8769 | 2024-08-06T08:10:19.510Z | [ host-image] Aug 06 08:10:18.182 INFO O| Aug 06 08:10:18.182 INFO STEP 32 (ensure_file) COMPLETE |
8770 | 2024-08-06T08:10:19.510Z | [ host-image] Aug 06 08:10:18.182 INFO O| Aug 06 08:10:18.182 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8771 | 2024-08-06T08:10:19.517Z | [ host-image] Aug 06 08:10:18.192 INFO O| Aug 06 08:10:18.192 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8772 | 2024-08-06T08:10:19.517Z | [ host-image] Aug 06 08:10:18.192 INFO O| Aug 06 08:10:18.192 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8773 | 2024-08-06T08:10:19.520Z | [ host-image] Aug 06 08:10:18.193 INFO O| Aug 06 08:10:18.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8774 | 2024-08-06T08:10:19.520Z | [ host-image] Aug 06 08:10:18.193 INFO O| Aug 06 08:10:18.193 INFO ok! |
8775 | 2024-08-06T08:10:19.520Z | [ host-image] Aug 06 08:10:18.193 INFO O| Aug 06 08:10:18.193 INFO STEP 33 (ensure_file) COMPLETE |
8776 | 2024-08-06T08:10:19.520Z | [ host-image] Aug 06 08:10:18.193 INFO O| Aug 06 08:10:18.193 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8777 | 2024-08-06T08:10:19.527Z | [ host-image] Aug 06 08:10:18.202 INFO O| Aug 06 08:10:18.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8778 | 2024-08-06T08:10:19.527Z | [ host-image] Aug 06 08:10:18.202 INFO O| Aug 06 08:10:18.202 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8779 | 2024-08-06T08:10:19.530Z | [ host-image] Aug 06 08:10:18.202 INFO O| Aug 06 08:10:18.202 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8780 | 2024-08-06T08:10:19.530Z | [ host-image] Aug 06 08:10:18.202 INFO O| Aug 06 08:10:18.202 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8781 | 2024-08-06T08:10:19.531Z | [ host-image] Aug 06 08:10:18.203 INFO O| Aug 06 08:10:18.202 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8782 | 2024-08-06T08:10:19.531Z | [ host-image] Aug 06 08:10:18.203 INFO O| Aug 06 08:10:18.203 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8783 | 2024-08-06T08:10:19.531Z | [ host-image] Aug 06 08:10:18.203 INFO O| Aug 06 08:10:18.203 INFO ok! |
8784 | 2024-08-06T08:10:19.531Z | [ host-image] Aug 06 08:10:18.203 INFO O| Aug 06 08:10:18.203 INFO STEP 34 (ensure_file) COMPLETE |
8785 | 2024-08-06T08:10:19.531Z | [ host-image] Aug 06 08:10:18.203 INFO O| Aug 06 08:10:18.203 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8786 | 2024-08-06T08:10:19.537Z | [ host-image] Aug 06 08:10:18.212 INFO O| Aug 06 08:10:18.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8787 | 2024-08-06T08:10:19.540Z | [ host-image] Aug 06 08:10:18.212 INFO O| Aug 06 08:10:18.212 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8788 | 2024-08-06T08:10:19.540Z | [ host-image] Aug 06 08:10:18.212 INFO O| Aug 06 08:10:18.212 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8789 | 2024-08-06T08:10:19.540Z | [ host-image] Aug 06 08:10:18.212 INFO O| Aug 06 08:10:18.212 INFO STEP 35 (ensure_dir) COMPLETE |
8790 | 2024-08-06T08:10:19.540Z | [ host-image] Aug 06 08:10:18.212 INFO O| Aug 06 08:10:18.212 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8791 | 2024-08-06T08:10:19.546Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 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 |
8792 | 2024-08-06T08:10:19.546Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 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 ... |
8793 | 2024-08-06T08:10:19.549Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 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 |
8794 | 2024-08-06T08:10:19.549Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 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 |
8795 | 2024-08-06T08:10:19.549Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 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 |
8796 | 2024-08-06T08:10:19.549Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 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 |
8797 | 2024-08-06T08:10:19.549Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 INFO ok! |
8798 | 2024-08-06T08:10:19.550Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 INFO STEP 36 (ensure_file) COMPLETE |
8799 | 2024-08-06T08:10:19.550Z | [ host-image] Aug 06 08:10:18.222 INFO O| Aug 06 08:10:18.222 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8800 | 2024-08-06T08:10:19.557Z | [ host-image] Aug 06 08:10:18.232 INFO O| Aug 06 08:10:18.232 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8801 | 2024-08-06T08:10:19.557Z | [ host-image] Aug 06 08:10:18.232 INFO O| Aug 06 08:10:18.232 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 ... |
8802 | 2024-08-06T08:10:19.559Z | [ host-image] Aug 06 08:10:18.232 INFO O| Aug 06 08:10:18.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8803 | 2024-08-06T08:10:19.560Z | [ host-image] Aug 06 08:10:18.232 INFO O| Aug 06 08:10:18.232 INFO ok! |
8804 | 2024-08-06T08:10:19.560Z | [ host-image] Aug 06 08:10:18.232 INFO O| Aug 06 08:10:18.232 INFO STEP 37 (ensure_symlink) COMPLETE |
8805 | 2024-08-06T08:10:19.560Z | [ host-image] Aug 06 08:10:18.232 INFO O| Aug 06 08:10:18.232 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8806 | 2024-08-06T08:10:19.566Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8807 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8808 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8809 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8810 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8811 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8812 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO ok! |
8813 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO STEP 38 (ensure_file) COMPLETE |
8814 | 2024-08-06T08:10:19.569Z | [ host-image] Aug 06 08:10:18.242 INFO O| Aug 06 08:10:18.242 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8815 | 2024-08-06T08:10:19.579Z | [ host-image] Aug 06 08:10:18.255 INFO O| Aug 06 08:10:18.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8816 | 2024-08-06T08:10:19.579Z | [ host-image] Aug 06 08:10:18.255 INFO O| Aug 06 08:10:18.255 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 ... |
8817 | 2024-08-06T08:10:19.583Z | [ host-image] Aug 06 08:10:18.255 INFO O| Aug 06 08:10:18.255 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 |
8818 | 2024-08-06T08:10:19.583Z | [ host-image] Aug 06 08:10:18.255 INFO O| Aug 06 08:10:18.255 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8819 | 2024-08-06T08:10:19.583Z | [ host-image] Aug 06 08:10:18.255 INFO O| Aug 06 08:10:18.255 INFO ok! |
8820 | 2024-08-06T08:10:19.583Z | [ host-image] Aug 06 08:10:18.255 INFO O| Aug 06 08:10:18.255 INFO STEP 39 (ensure_file) COMPLETE |
8821 | 2024-08-06T08:10:19.584Z | [ host-image] Aug 06 08:10:18.255 INFO O| Aug 06 08:10:18.255 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8822 | 2024-08-06T08:10:19.593Z | [ host-image] Aug 06 08:10:18.269 INFO O| Aug 06 08:10:18.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8823 | 2024-08-06T08:10:19.593Z | [ host-image] Aug 06 08:10:18.269 INFO O| Aug 06 08:10:18.269 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8824 | 2024-08-06T08:10:19.596Z | [ host-image] Aug 06 08:10:18.269 INFO O| Aug 06 08:10:18.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8825 | 2024-08-06T08:10:19.596Z | [ host-image] Aug 06 08:10:18.269 INFO O| Aug 06 08:10:18.269 INFO ok! |
8826 | 2024-08-06T08:10:19.596Z | [ host-image] Aug 06 08:10:18.269 INFO O| Aug 06 08:10:18.269 INFO STEP 40 (ensure_file) COMPLETE |
8827 | 2024-08-06T08:10:19.597Z | [ host-image] Aug 06 08:10:18.269 INFO O| Aug 06 08:10:18.269 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8828 | 2024-08-06T08:10:19.606Z | [ host-image] Aug 06 08:10:18.281 INFO O| Aug 06 08:10:18.281 INFO updating shadow file |
8829 | 2024-08-06T08:10:19.606Z | [ host-image] Aug 06 08:10:18.281 INFO O| Aug 06 08:10:18.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8830 | 2024-08-06T08:10:19.606Z | [ host-image] Aug 06 08:10:18.281 INFO O| Aug 06 08:10:18.281 INFO STEP 41 (shadow) COMPLETE |
8831 | 2024-08-06T08:10:19.609Z | [ host-image] Aug 06 08:10:18.281 INFO O| Aug 06 08:10:18.281 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8832 | 2024-08-06T08:10:19.616Z | [ host-image] Aug 06 08:10:18.291 INFO O| Aug 06 08:10:18.291 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8833 | 2024-08-06T08:10:19.616Z | [ host-image] Aug 06 08:10:18.291 INFO O| Aug 06 08:10:18.291 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8834 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8835 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8836 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO ok! |
8837 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO STEP 42 (ensure_file) COMPLETE |
8838 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8839 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO skip step because feature "mfg" is not enabled |
8840 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8841 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO skip step because feature "mfg" is not enabled |
8842 | 2024-08-06T08:10:19.619Z | [ host-image] Aug 06 08:10:18.292 INFO O| Aug 06 08:10:18.292 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8843 | 2024-08-06T08:10:19.626Z | [ host-image] Aug 06 08:10:18.302 INFO O| Aug 06 08:10:18.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8844 | 2024-08-06T08:10:19.626Z | [ host-image] Aug 06 08:10:18.302 INFO O| Aug 06 08:10:18.302 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8845 | 2024-08-06T08:10:20.281Z | [ host-image] Aug 06 08:10:18.956 INFO O| Aug 06 08:10:18.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8846 | 2024-08-06T08:10:20.281Z | [ host-image] Aug 06 08:10:18.956 INFO O| Aug 06 08:10:18.956 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8847 | 2024-08-06T08:10:20.284Z | [ host-image] Aug 06 08:10:18.956 INFO O| Aug 06 08:10:18.956 INFO ok! |
8848 | 2024-08-06T08:10:20.284Z | [ host-image] Aug 06 08:10:18.956 INFO O| Aug 06 08:10:18.956 INFO STEP 45 (ensure_file) COMPLETE |
8849 | 2024-08-06T08:10:20.285Z | [ host-image] Aug 06 08:10:18.956 INFO O| Aug 06 08:10:18.956 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8850 | 2024-08-06T08:10:20.294Z | [ host-image] Aug 06 08:10:18.969 INFO O| Aug 06 08:10:18.969 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8851 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.969 INFO O| Aug 06 08:10:18.969 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8852 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.970 INFO O| Aug 06 08:10:18.969 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8853 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.970 INFO O| Aug 06 08:10:18.970 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8854 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.970 INFO O| Aug 06 08:10:18.970 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8855 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.970 INFO O| Aug 06 08:10:18.970 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8856 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.970 INFO O| Aug 06 08:10:18.970 INFO ok! |
8857 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.970 INFO O| Aug 06 08:10:18.970 INFO STEP 46 (ensure_file) COMPLETE |
8858 | 2024-08-06T08:10:20.297Z | [ host-image] Aug 06 08:10:18.970 INFO O| Aug 06 08:10:18.970 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8859 | 2024-08-06T08:10:20.305Z | [ host-image] Aug 06 08:10:18.980 INFO O| Aug 06 08:10:18.980 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8860 | 2024-08-06T08:10:20.305Z | [ host-image] Aug 06 08:10:18.981 INFO O| Aug 06 08:10:18.980 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 ... |
8861 | 2024-08-06T08:10:20.308Z | [ host-image] Aug 06 08:10:18.981 INFO O| Aug 06 08:10:18.981 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 |
8862 | 2024-08-06T08:10:20.308Z | [ host-image] Aug 06 08:10:18.981 INFO O| Aug 06 08:10:18.981 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8863 | 2024-08-06T08:10:20.308Z | [ host-image] Aug 06 08:10:18.981 INFO O| Aug 06 08:10:18.981 INFO ok! |
8864 | 2024-08-06T08:10:20.308Z | [ host-image] Aug 06 08:10:18.981 INFO O| Aug 06 08:10:18.981 INFO STEP 47 (ensure_file) COMPLETE |
8865 | 2024-08-06T08:10:20.308Z | [ host-image] Aug 06 08:10:18.981 INFO O| Aug 06 08:10:18.981 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8866 | 2024-08-06T08:10:20.316Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8867 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8868 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8869 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8870 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8871 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8872 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO ok! |
8873 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO STEP 48 (ensure_file) COMPLETE |
8874 | 2024-08-06T08:10:20.319Z | [ host-image] Aug 06 08:10:18.991 INFO O| Aug 06 08:10:18.991 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8875 | 2024-08-06T08:10:20.327Z | [ host-image] Aug 06 08:10:19.002 INFO O| Aug 06 08:10:19.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8876 | 2024-08-06T08:10:20.327Z | [ host-image] Aug 06 08:10:19.002 INFO O| Aug 06 08:10:19.002 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 ... |
8877 | 2024-08-06T08:10:20.327Z | [ host-image] Aug 06 08:10:19.002 INFO O| Aug 06 08:10:19.002 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 |
8878 | 2024-08-06T08:10:20.330Z | [ host-image] Aug 06 08:10:19.002 INFO O| Aug 06 08:10:19.002 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8879 | 2024-08-06T08:10:20.330Z | [ host-image] Aug 06 08:10:19.002 INFO O| Aug 06 08:10:19.002 INFO ok! |
8880 | 2024-08-06T08:10:20.330Z | [ host-image] Aug 06 08:10:19.002 INFO O| Aug 06 08:10:19.002 INFO STEP 49 (ensure_file) COMPLETE |
8881 | 2024-08-06T08:10:20.330Z | [ host-image] Aug 06 08:10:19.002 INFO O| Aug 06 08:10:19.002 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8882 | 2024-08-06T08:10:20.338Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8883 | 2024-08-06T08:10:20.338Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.013 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8884 | 2024-08-06T08:10:20.343Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.014 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8885 | 2024-08-06T08:10:20.343Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.014 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8886 | 2024-08-06T08:10:20.343Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.014 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8887 | 2024-08-06T08:10:20.343Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.014 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8888 | 2024-08-06T08:10:20.343Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.014 INFO ok! |
8889 | 2024-08-06T08:10:20.343Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.014 INFO STEP 50 (ensure_file) COMPLETE |
8890 | 2024-08-06T08:10:20.343Z | [ host-image] Aug 06 08:10:19.014 INFO O| Aug 06 08:10:19.014 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8891 | 2024-08-06T08:10:20.349Z | [ host-image] Aug 06 08:10:19.024 INFO O| Aug 06 08:10:19.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8892 | 2024-08-06T08:10:20.349Z | [ host-image] Aug 06 08:10:19.024 INFO O| Aug 06 08:10:19.024 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 ... |
8893 | 2024-08-06T08:10:20.352Z | [ host-image] Aug 06 08:10:19.024 INFO O| Aug 06 08:10:19.024 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 |
8894 | 2024-08-06T08:10:20.352Z | [ host-image] Aug 06 08:10:19.024 INFO O| Aug 06 08:10:19.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8895 | 2024-08-06T08:10:20.352Z | [ host-image] Aug 06 08:10:19.024 INFO O| Aug 06 08:10:19.024 INFO ok! |
8896 | 2024-08-06T08:10:20.352Z | [ host-image] Aug 06 08:10:19.024 INFO O| Aug 06 08:10:19.024 INFO STEP 51 (ensure_file) COMPLETE |
8897 | 2024-08-06T08:10:20.352Z | [ host-image] Aug 06 08:10:19.025 INFO O| Aug 06 08:10:19.025 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8898 | 2024-08-06T08:10:20.359Z | [ host-image] Aug 06 08:10:19.034 INFO O| Aug 06 08:10:19.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8899 | 2024-08-06T08:10:20.359Z | [ host-image] Aug 06 08:10:19.034 INFO O| Aug 06 08:10:19.034 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 ... |
8900 | 2024-08-06T08:10:20.362Z | [ host-image] Aug 06 08:10:19.035 INFO O| Aug 06 08:10:19.035 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 |
8901 | 2024-08-06T08:10:20.362Z | [ host-image] Aug 06 08:10:19.035 INFO O| Aug 06 08:10:19.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8902 | 2024-08-06T08:10:20.362Z | [ host-image] Aug 06 08:10:19.035 INFO O| Aug 06 08:10:19.035 INFO ok! |
8903 | 2024-08-06T08:10:20.362Z | [ host-image] Aug 06 08:10:19.035 INFO O| Aug 06 08:10:19.035 INFO STEP 52 (ensure_file) COMPLETE |
8904 | 2024-08-06T08:10:20.362Z | [ host-image] Aug 06 08:10:19.035 INFO O| Aug 06 08:10:19.035 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8905 | 2024-08-06T08:10:20.369Z | [ host-image] Aug 06 08:10:19.045 INFO O| Aug 06 08:10:19.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8906 | 2024-08-06T08:10:20.369Z | [ host-image] Aug 06 08:10:19.045 INFO O| Aug 06 08:10:19.045 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 ... |
8907 | 2024-08-06T08:10:20.369Z | [ host-image] Aug 06 08:10:19.045 INFO O| Aug 06 08:10:19.045 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 |
8908 | 2024-08-06T08:10:20.372Z | [ host-image] Aug 06 08:10:19.045 INFO O| Aug 06 08:10:19.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8909 | 2024-08-06T08:10:20.372Z | [ host-image] Aug 06 08:10:19.045 INFO O| Aug 06 08:10:19.045 INFO ok! |
8910 | 2024-08-06T08:10:20.372Z | [ host-image] Aug 06 08:10:19.045 INFO O| Aug 06 08:10:19.045 INFO STEP 53 (ensure_file) COMPLETE |
8911 | 2024-08-06T08:10:20.372Z | [ host-image] Aug 06 08:10:19.045 INFO O| Aug 06 08:10:19.045 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8912 | 2024-08-06T08:10:20.381Z | [ host-image] Aug 06 08:10:19.055 INFO O| Aug 06 08:10:19.055 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8913 | 2024-08-06T08:10:20.381Z | [ host-image] Aug 06 08:10:19.055 INFO O| Aug 06 08:10:19.055 INFO STEP 54 (ensure_dir) COMPLETE |
8914 | 2024-08-06T08:10:20.384Z | [ host-image] Aug 06 08:10:19.055 INFO O| Aug 06 08:10:19.055 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8915 | 2024-08-06T08:10:20.390Z | [ host-image] Aug 06 08:10:19.065 INFO O| Aug 06 08:10:19.065 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8916 | 2024-08-06T08:10:20.390Z | [ host-image] Aug 06 08:10:19.065 INFO O| Aug 06 08:10:19.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8917 | 2024-08-06T08:10:20.390Z | [ host-image] Aug 06 08:10:19.065 INFO O| Aug 06 08:10:19.065 INFO STEP 55 (ensure_dir) COMPLETE |
8918 | 2024-08-06T08:10:20.393Z | [ host-image] Aug 06 08:10:19.065 INFO O| Aug 06 08:10:19.065 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8919 | 2024-08-06T08:10:20.400Z | [ host-image] Aug 06 08:10:19.075 INFO O| Aug 06 08:10:19.075 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8920 | 2024-08-06T08:10:20.403Z | [ host-image] Aug 06 08:10:19.075 INFO O| Aug 06 08:10:19.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8921 | 2024-08-06T08:10:20.403Z | [ host-image] Aug 06 08:10:19.075 INFO O| Aug 06 08:10:19.075 INFO STEP 56 (ensure_dir) COMPLETE |
8922 | 2024-08-06T08:10:20.403Z | [ host-image] Aug 06 08:10:19.075 INFO O| Aug 06 08:10:19.075 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8923 | 2024-08-06T08:10:20.410Z | [ host-image] Aug 06 08:10:19.085 INFO O| Aug 06 08:10:19.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8924 | 2024-08-06T08:10:20.410Z | [ host-image] Aug 06 08:10:19.085 INFO O| Aug 06 08:10:19.085 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8925 | 2024-08-06T08:10:20.425Z | [ host-image] Aug 06 08:10:19.100 INFO O| Aug 06 08:10:19.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8926 | 2024-08-06T08:10:20.425Z | [ host-image] Aug 06 08:10:19.100 INFO O| Aug 06 08:10:19.100 INFO ok! |
8927 | 2024-08-06T08:10:20.425Z | [ host-image] Aug 06 08:10:19.100 INFO O| Aug 06 08:10:19.100 INFO STEP 57 (ensure_file) COMPLETE |
8928 | 2024-08-06T08:10:20.428Z | [ host-image] Aug 06 08:10:19.100 INFO O| Aug 06 08:10:19.100 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8929 | 2024-08-06T08:10:20.437Z | [ host-image] Aug 06 08:10:19.113 INFO O| Aug 06 08:10:19.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8930 | 2024-08-06T08:10:20.437Z | [ host-image] Aug 06 08:10:19.113 INFO O| Aug 06 08:10:19.113 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8931 | 2024-08-06T08:10:21.424Z | [ recovery-image] Aug 06 08:10:20.098 INFO E| Compiling bitflags v1.3.2 |
8932 | 2024-08-06T08:10:21.425Z | [ recovery-image] Aug 06 08:10:20.098 INFO E| Compiling plain v0.2.3 |
8933 | 2024-08-06T08:10:21.429Z | [ recovery-image] Aug 06 08:10:20.098 INFO E| Compiling adler v1.0.2 |
8934 | 2024-08-06T08:10:21.429Z | [ recovery-image] Aug 06 08:10:20.098 INFO E| Compiling log v0.4.21 |
8935 | 2024-08-06T08:10:21.429Z | [ recovery-image] Aug 06 08:10:20.098 INFO E| Compiling scroll v0.12.0 |
8936 | 2024-08-06T08:10:21.430Z | [ recovery-image] Aug 06 08:10:20.098 INFO E| Compiling bit_field v0.10.2 |
8937 | 2024-08-06T08:10:21.430Z | [ recovery-image] Aug 06 08:10:20.098 INFO E| Compiling bitstruct v0.1.1 |
8938 | 2024-08-06T08:10:21.569Z | [ recovery-image] Aug 06 08:10:20.244 INFO E| Compiling raw-cpuid v10.7.0 |
8939 | 2024-08-06T08:10:21.605Z | [ host-image] Aug 06 08:10:20.280 INFO O| Aug 06 08:10:20.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8940 | 2024-08-06T08:10:21.605Z | [ host-image] Aug 06 08:10:20.280 INFO O| Aug 06 08:10:20.280 INFO ok! |
8941 | 2024-08-06T08:10:21.608Z | [ host-image] Aug 06 08:10:20.280 INFO O| Aug 06 08:10:20.280 INFO STEP 58 (ensure_file) COMPLETE |
8942 | 2024-08-06T08:10:21.609Z | [ host-image] Aug 06 08:10:20.280 INFO O| Aug 06 08:10:20.280 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8943 | 2024-08-06T08:10:21.609Z | [ recovery-image] Aug 06 08:10:20.282 INFO E| Compiling cpio_reader v0.1.1 |
8944 | 2024-08-06T08:10:21.623Z | [ host-image] Aug 06 08:10:20.297 INFO O| Aug 06 08:10:20.297 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8945 | 2024-08-06T08:10:21.623Z | [ host-image] Aug 06 08:10:20.297 INFO O| Aug 06 08:10:20.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8946 | 2024-08-06T08:10:21.626Z | [ host-image] Aug 06 08:10:20.297 INFO O| Aug 06 08:10:20.297 INFO STEP 59 (ensure_dir) COMPLETE |
8947 | 2024-08-06T08:10:21.626Z | [ host-image] Aug 06 08:10:20.297 INFO O| Aug 06 08:10:20.297 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8948 | 2024-08-06T08:10:21.643Z | [ host-image] Aug 06 08:10:20.318 INFO O| Aug 06 08:10:20.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8949 | 2024-08-06T08:10:21.643Z | [ host-image] Aug 06 08:10:20.318 INFO O| Aug 06 08:10:20.318 INFO copying /tmp/.tmpXrvusp/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 ... |
8950 | 2024-08-06T08:10:21.646Z | [ host-image] Aug 06 08:10:20.318 INFO O| Aug 06 08:10:20.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8951 | 2024-08-06T08:10:21.646Z | [ host-image] Aug 06 08:10:20.318 INFO O| Aug 06 08:10:20.318 INFO ok! |
8952 | 2024-08-06T08:10:21.646Z | [ host-image] Aug 06 08:10:20.318 INFO O| Aug 06 08:10:20.318 INFO STEP 60 (ensure_file) COMPLETE |
8953 | 2024-08-06T08:10:21.646Z | [ host-image] Aug 06 08:10:20.318 INFO O| Aug 06 08:10:20.318 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8954 | 2024-08-06T08:10:21.666Z | [ host-image] Aug 06 08:10:20.340 INFO O| Aug 06 08:10:20.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8955 | 2024-08-06T08:10:21.666Z | [ host-image] Aug 06 08:10:20.341 INFO O| Aug 06 08:10:20.340 INFO copying /tmp/.tmpXrvusp/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 ... |
8956 | 2024-08-06T08:10:21.669Z | [ host-image] Aug 06 08:10:20.341 INFO O| Aug 06 08:10:20.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8957 | 2024-08-06T08:10:21.669Z | [ host-image] Aug 06 08:10:20.341 INFO O| Aug 06 08:10:20.341 INFO ok! |
8958 | 2024-08-06T08:10:21.669Z | [ host-image] Aug 06 08:10:20.341 INFO O| Aug 06 08:10:20.341 INFO STEP 61 (ensure_file) COMPLETE |
8959 | 2024-08-06T08:10:21.669Z | [ host-image] Aug 06 08:10:20.341 INFO O| Aug 06 08:10:20.341 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8960 | 2024-08-06T08:10:21.674Z | [ recovery-image] Aug 06 08:10:20.350 INFO E| Compiling miniz_oxide v0.7.2 |
8961 | 2024-08-06T08:10:21.693Z | [ host-image] Aug 06 08:10:20.368 INFO O| Aug 06 08:10:20.368 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8962 | 2024-08-06T08:10:21.696Z | [ host-image] Aug 06 08:10:20.368 INFO O| Aug 06 08:10:20.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8963 | 2024-08-06T08:10:21.696Z | [ host-image] Aug 06 08:10:20.369 INFO O| Aug 06 08:10:20.368 INFO STEP 62 (ensure_dir) COMPLETE |
8964 | 2024-08-06T08:10:21.696Z | [ host-image] Aug 06 08:10:20.369 INFO O| Aug 06 08:10:20.368 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8965 | 2024-08-06T08:10:21.712Z | [ host-image] Aug 06 08:10:20.387 INFO O| Aug 06 08:10:20.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8966 | 2024-08-06T08:10:21.712Z | [ host-image] Aug 06 08:10:20.387 INFO O| Aug 06 08:10:20.387 INFO copying /tmp/.tmpXrvusp/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 ... |
8967 | 2024-08-06T08:10:21.717Z | [ host-image] Aug 06 08:10:20.387 INFO O| Aug 06 08:10:20.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8968 | 2024-08-06T08:10:21.717Z | [ host-image] Aug 06 08:10:20.387 INFO O| Aug 06 08:10:20.387 INFO ok! |
8969 | 2024-08-06T08:10:21.717Z | [ host-image] Aug 06 08:10:20.387 INFO O| Aug 06 08:10:20.387 INFO STEP 63 (ensure_file) COMPLETE |
8970 | 2024-08-06T08:10:21.717Z | [ host-image] Aug 06 08:10:20.387 INFO O| Aug 06 08:10:20.387 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8971 | 2024-08-06T08:10:21.732Z | [ host-image] Aug 06 08:10:20.407 INFO O| Aug 06 08:10:20.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8972 | 2024-08-06T08:10:21.732Z | [ host-image] Aug 06 08:10:20.407 INFO O| Aug 06 08:10:20.406 INFO copying /tmp/.tmpXrvusp/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 ... |
8973 | 2024-08-06T08:10:21.732Z | [ host-image] Aug 06 08:10:20.407 INFO O| Aug 06 08:10:20.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8974 | 2024-08-06T08:10:21.735Z | [ host-image] Aug 06 08:10:20.407 INFO O| Aug 06 08:10:20.406 INFO ok! |
8975 | 2024-08-06T08:10:21.735Z | [ host-image] Aug 06 08:10:20.407 INFO O| Aug 06 08:10:20.406 INFO STEP 64 (ensure_file) COMPLETE |
8976 | 2024-08-06T08:10:21.735Z | [ host-image] Aug 06 08:10:20.407 INFO O| Aug 06 08:10:20.406 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8977 | 2024-08-06T08:10:21.749Z | [ host-image] Aug 06 08:10:20.424 INFO O| Aug 06 08:10:20.424 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8978 | 2024-08-06T08:10:21.749Z | [ host-image] Aug 06 08:10:20.424 INFO O| Aug 06 08:10:20.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8979 | 2024-08-06T08:10:21.752Z | [ host-image] Aug 06 08:10:20.424 INFO O| Aug 06 08:10:20.424 INFO STEP 65 (ensure_dir) COMPLETE |
8980 | 2024-08-06T08:10:21.752Z | [ host-image] Aug 06 08:10:20.424 INFO O| Aug 06 08:10:20.424 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8981 | 2024-08-06T08:10:21.767Z | [ host-image] Aug 06 08:10:20.442 INFO O| Aug 06 08:10:20.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8982 | 2024-08-06T08:10:21.767Z | [ host-image] Aug 06 08:10:20.442 INFO O| Aug 06 08:10:20.442 INFO copying /tmp/.tmpXrvusp/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 ... |
8983 | 2024-08-06T08:10:21.770Z | [ host-image] Aug 06 08:10:20.442 INFO O| Aug 06 08:10:20.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8984 | 2024-08-06T08:10:21.770Z | [ host-image] Aug 06 08:10:20.442 INFO O| Aug 06 08:10:20.442 INFO ok! |
8985 | 2024-08-06T08:10:21.770Z | [ host-image] Aug 06 08:10:20.442 INFO O| Aug 06 08:10:20.442 INFO STEP 66 (ensure_file) COMPLETE |
8986 | 2024-08-06T08:10:21.770Z | [ host-image] Aug 06 08:10:20.442 INFO O| Aug 06 08:10:20.442 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8987 | 2024-08-06T08:10:21.784Z | [ host-image] Aug 06 08:10:20.459 INFO O| Aug 06 08:10:20.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
8988 | 2024-08-06T08:10:21.784Z | [ host-image] Aug 06 08:10:20.459 INFO O| Aug 06 08:10:20.459 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
8989 | 2024-08-06T08:10:21.785Z | [ host-image] Aug 06 08:10:20.459 INFO O| Aug 06 08:10:20.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
8990 | 2024-08-06T08:10:21.787Z | [ host-image] Aug 06 08:10:20.459 INFO O| Aug 06 08:10:20.459 INFO ok! |
8991 | 2024-08-06T08:10:21.788Z | [ host-image] Aug 06 08:10:20.460 INFO O| Aug 06 08:10:20.459 INFO STEP 67 (ensure_file) COMPLETE |
8992 | 2024-08-06T08:10:21.788Z | [ host-image] Aug 06 08:10:20.460 INFO O| Aug 06 08:10:20.460 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8993 | 2024-08-06T08:10:21.803Z | [ host-image] Aug 06 08:10:20.478 INFO O| Aug 06 08:10:20.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8994 | 2024-08-06T08:10:21.803Z | [ host-image] Aug 06 08:10:20.478 INFO O| Aug 06 08:10:20.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8995 | 2024-08-06T08:10:21.815Z | [ host-image] Aug 06 08:10:20.478 INFO O| Aug 06 08:10:20.478 INFO STEP 68 (ensure_dir) COMPLETE |
8996 | 2024-08-06T08:10:21.815Z | [ host-image] Aug 06 08:10:20.478 INFO O| Aug 06 08:10:20.478 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8997 | 2024-08-06T08:10:21.822Z | [ host-image] Aug 06 08:10:20.497 INFO O| Aug 06 08:10:20.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
8998 | 2024-08-06T08:10:21.822Z | [ host-image] Aug 06 08:10:20.497 INFO O| Aug 06 08:10:20.497 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
8999 | 2024-08-06T08:10:21.925Z | [ recovery-image] Aug 06 08:10:20.601 INFO E| Compiling static_assertions v1.1.0 |
9000 | 2024-08-06T08:10:22.166Z | [ recovery-image] Aug 06 08:10:20.840 INFO E| Compiling goblin v0.8.0 |
9001 | 2024-08-06T08:10:22.539Z | [ host-image] Aug 06 08:10:21.214 INFO O| Aug 06 08:10:21.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9002 | 2024-08-06T08:10:22.539Z | [ host-image] Aug 06 08:10:21.214 INFO O| Aug 06 08:10:21.214 INFO ok! |
9003 | 2024-08-06T08:10:22.539Z | [ host-image] Aug 06 08:10:21.214 INFO O| Aug 06 08:10:21.214 INFO STEP 69 (ensure_file) COMPLETE |
9004 | 2024-08-06T08:10:22.542Z | [ host-image] Aug 06 08:10:21.214 INFO O| Aug 06 08:10:21.214 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9005 | 2024-08-06T08:10:22.559Z | [ host-image] Aug 06 08:10:21.234 INFO O| Aug 06 08:10:21.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9006 | 2024-08-06T08:10:22.559Z | [ host-image] Aug 06 08:10:21.234 INFO O| Aug 06 08:10:21.234 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9007 | 2024-08-06T08:10:24.291Z | [ host-image] Aug 06 08:10:22.965 INFO O| Aug 06 08:10:22.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9008 | 2024-08-06T08:10:24.291Z | [ host-image] Aug 06 08:10:22.965 INFO O| Aug 06 08:10:22.965 INFO ok! |
9009 | 2024-08-06T08:10:24.295Z | [ host-image] Aug 06 08:10:22.965 INFO O| Aug 06 08:10:22.965 INFO STEP 70 (ensure_file) COMPLETE |
9010 | 2024-08-06T08:10:24.295Z | [ host-image] Aug 06 08:10:22.965 INFO O| Aug 06 08:10:22.965 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9011 | 2024-08-06T08:10:24.305Z | [ host-image] Aug 06 08:10:22.980 INFO O| Aug 06 08:10:22.980 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9012 | 2024-08-06T08:10:24.308Z | [ host-image] Aug 06 08:10:22.980 INFO O| Aug 06 08:10:22.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9013 | 2024-08-06T08:10:24.308Z | [ host-image] Aug 06 08:10:22.980 INFO O| Aug 06 08:10:22.980 INFO STEP 71 (ensure_dir) COMPLETE |
9014 | 2024-08-06T08:10:24.308Z | [ host-image] Aug 06 08:10:22.980 INFO O| Aug 06 08:10:22.980 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9015 | 2024-08-06T08:10:24.319Z | [ host-image] Aug 06 08:10:22.993 INFO O| Aug 06 08:10:22.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9016 | 2024-08-06T08:10:24.319Z | [ host-image] Aug 06 08:10:22.993 INFO O| Aug 06 08:10:22.993 INFO copying /tmp/.tmpXrvusp/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 ... |
9017 | 2024-08-06T08:10:24.322Z | [ host-image] Aug 06 08:10:22.994 INFO O| Aug 06 08:10:22.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9018 | 2024-08-06T08:10:24.322Z | [ host-image] Aug 06 08:10:22.994 INFO O| Aug 06 08:10:22.994 INFO ok! |
9019 | 2024-08-06T08:10:24.322Z | [ host-image] Aug 06 08:10:22.994 INFO O| Aug 06 08:10:22.994 INFO STEP 72 (ensure_file) COMPLETE |
9020 | 2024-08-06T08:10:24.322Z | [ host-image] Aug 06 08:10:22.994 INFO O| Aug 06 08:10:22.994 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9021 | 2024-08-06T08:10:24.331Z | [ host-image] Aug 06 08:10:23.006 INFO O| Aug 06 08:10:23.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9022 | 2024-08-06T08:10:24.331Z | [ host-image] Aug 06 08:10:23.006 INFO O| Aug 06 08:10:23.006 INFO copying /tmp/.tmpXrvusp/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 ... |
9023 | 2024-08-06T08:10:24.334Z | [ host-image] Aug 06 08:10:23.006 INFO O| Aug 06 08:10:23.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9024 | 2024-08-06T08:10:24.334Z | [ host-image] Aug 06 08:10:23.006 INFO O| Aug 06 08:10:23.006 INFO ok! |
9025 | 2024-08-06T08:10:24.334Z | [ host-image] Aug 06 08:10:23.006 INFO O| Aug 06 08:10:23.006 INFO STEP 73 (ensure_file) COMPLETE |
9026 | 2024-08-06T08:10:24.334Z | [ host-image] Aug 06 08:10:23.006 INFO O| Aug 06 08:10:23.006 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9027 | 2024-08-06T08:10:24.342Z | [ host-image] Aug 06 08:10:23.017 INFO O| Aug 06 08:10:23.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9028 | 2024-08-06T08:10:24.342Z | [ host-image] Aug 06 08:10:23.017 INFO O| Aug 06 08:10:23.017 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9029 | 2024-08-06T08:10:24.342Z | [ host-image] Aug 06 08:10:23.017 INFO O| Aug 06 08:10:23.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9030 | 2024-08-06T08:10:24.345Z | [ host-image] Aug 06 08:10:23.017 INFO O| Aug 06 08:10:23.017 INFO ok! |
9031 | 2024-08-06T08:10:24.345Z | [ host-image] Aug 06 08:10:23.017 INFO O| Aug 06 08:10:23.017 INFO STEP 74 (ensure_file) COMPLETE |
9032 | 2024-08-06T08:10:24.345Z | [ host-image] Aug 06 08:10:23.017 INFO O| Aug 06 08:10:23.017 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9033 | 2024-08-06T08:10:24.354Z | [ host-image] Aug 06 08:10:23.029 INFO O| Aug 06 08:10:23.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9034 | 2024-08-06T08:10:24.354Z | [ host-image] Aug 06 08:10:23.029 INFO O| Aug 06 08:10:23.029 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9035 | 2024-08-06T08:10:24.357Z | [ host-image] Aug 06 08:10:23.029 INFO O| Aug 06 08:10:23.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9036 | 2024-08-06T08:10:24.357Z | [ host-image] Aug 06 08:10:23.029 INFO O| Aug 06 08:10:23.029 INFO ok! |
9037 | 2024-08-06T08:10:24.357Z | [ host-image] Aug 06 08:10:23.029 INFO O| Aug 06 08:10:23.029 INFO STEP 75 (ensure_file) COMPLETE |
9038 | 2024-08-06T08:10:24.357Z | [ host-image] Aug 06 08:10:23.029 INFO O| Aug 06 08:10:23.029 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9039 | 2024-08-06T08:10:24.369Z | [ host-image] Aug 06 08:10:23.043 INFO O| Aug 06 08:10:23.043 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9040 | 2024-08-06T08:10:24.371Z | [ host-image] Aug 06 08:10:23.043 INFO O| Aug 06 08:10:23.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9041 | 2024-08-06T08:10:24.372Z | [ host-image] Aug 06 08:10:23.043 INFO O| Aug 06 08:10:23.043 INFO STEP 76 (ensure_dir) COMPLETE |
9042 | 2024-08-06T08:10:24.372Z | [ host-image] Aug 06 08:10:23.043 INFO O| Aug 06 08:10:23.043 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9043 | 2024-08-06T08:10:24.383Z | [ host-image] Aug 06 08:10:23.057 INFO O| Aug 06 08:10:23.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9044 | 2024-08-06T08:10:24.383Z | [ host-image] Aug 06 08:10:23.057 INFO O| Aug 06 08:10:23.057 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9045 | 2024-08-06T08:10:24.386Z | [ host-image] Aug 06 08:10:23.061 INFO O| Aug 06 08:10:23.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9046 | 2024-08-06T08:10:24.386Z | [ host-image] Aug 06 08:10:23.061 INFO O| Aug 06 08:10:23.061 INFO ok! |
9047 | 2024-08-06T08:10:24.389Z | [ host-image] Aug 06 08:10:23.061 INFO O| Aug 06 08:10:23.061 INFO STEP 77 (ensure_file) COMPLETE |
9048 | 2024-08-06T08:10:24.389Z | [ host-image] Aug 06 08:10:23.061 INFO O| Aug 06 08:10:23.061 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9049 | 2024-08-06T08:10:24.400Z | [ host-image] Aug 06 08:10:23.075 INFO O| Aug 06 08:10:23.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9050 | 2024-08-06T08:10:24.400Z | [ host-image] Aug 06 08:10:23.075 INFO O| Aug 06 08:10:23.075 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9051 | 2024-08-06T08:10:24.400Z | [ host-image] Aug 06 08:10:23.075 INFO O| Aug 06 08:10:23.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9052 | 2024-08-06T08:10:24.400Z | [ host-image] Aug 06 08:10:23.075 INFO O| Aug 06 08:10:23.075 INFO ok! |
9053 | 2024-08-06T08:10:24.404Z | [ host-image] Aug 06 08:10:23.075 INFO O| Aug 06 08:10:23.075 INFO STEP 78 (ensure_file) COMPLETE |
9054 | 2024-08-06T08:10:24.404Z | [ host-image] Aug 06 08:10:23.075 INFO O| Aug 06 08:10:23.075 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9055 | 2024-08-06T08:10:24.411Z | [ host-image] Aug 06 08:10:23.086 INFO O| Aug 06 08:10:23.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9056 | 2024-08-06T08:10:24.411Z | [ host-image] Aug 06 08:10:23.086 INFO O| Aug 06 08:10:23.086 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9057 | 2024-08-06T08:10:26.352Z | [ host-image] Aug 06 08:10:25.026 INFO O| Aug 06 08:10:25.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9058 | 2024-08-06T08:10:26.355Z | [ host-image] Aug 06 08:10:25.027 INFO O| Aug 06 08:10:25.026 INFO ok! |
9059 | 2024-08-06T08:10:26.355Z | [ host-image] Aug 06 08:10:25.027 INFO O| Aug 06 08:10:25.026 INFO STEP 79 (ensure_file) COMPLETE |
9060 | 2024-08-06T08:10:26.355Z | [ host-image] Aug 06 08:10:25.027 INFO O| Aug 06 08:10:25.026 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9061 | 2024-08-06T08:10:26.371Z | [ host-image] Aug 06 08:10:25.045 INFO O| Aug 06 08:10:25.045 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9062 | 2024-08-06T08:10:26.371Z | [ host-image] Aug 06 08:10:25.045 INFO O| Aug 06 08:10:25.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9063 | 2024-08-06T08:10:26.371Z | [ host-image] Aug 06 08:10:25.045 INFO O| Aug 06 08:10:25.045 INFO STEP 80 (ensure_dir) COMPLETE |
9064 | 2024-08-06T08:10:26.371Z | [ host-image] Aug 06 08:10:25.045 INFO O| Aug 06 08:10:25.045 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9065 | 2024-08-06T08:10:26.390Z | [ host-image] Aug 06 08:10:25.063 INFO O| Aug 06 08:10:25.063 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9066 | 2024-08-06T08:10:26.390Z | [ host-image] Aug 06 08:10:25.063 INFO O| Aug 06 08:10:25.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9067 | 2024-08-06T08:10:26.390Z | [ host-image] Aug 06 08:10:25.064 INFO O| Aug 06 08:10:25.063 INFO STEP 81 (ensure_dir) COMPLETE |
9068 | 2024-08-06T08:10:26.390Z | [ host-image] Aug 06 08:10:25.064 INFO O| Aug 06 08:10:25.063 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9069 | 2024-08-06T08:10:26.415Z | [ host-image] Aug 06 08:10:25.089 INFO O| Aug 06 08:10:25.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9070 | 2024-08-06T08:10:26.415Z | [ host-image] Aug 06 08:10:25.089 INFO O| Aug 06 08:10:25.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9071 | 2024-08-06T08:10:26.424Z | [ host-image] Aug 06 08:10:25.089 INFO O| Aug 06 08:10:25.089 INFO STEP 82 (ensure_dir) COMPLETE |
9072 | 2024-08-06T08:10:26.424Z | [ host-image] Aug 06 08:10:25.089 INFO O| Aug 06 08:10:25.089 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9073 | 2024-08-06T08:10:26.434Z | [ host-image] Aug 06 08:10:25.109 INFO O| Aug 06 08:10:25.109 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9074 | 2024-08-06T08:10:26.435Z | [ host-image] Aug 06 08:10:25.109 INFO O| Aug 06 08:10:25.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9075 | 2024-08-06T08:10:26.435Z | [ host-image] Aug 06 08:10:25.109 INFO O| Aug 06 08:10:25.109 INFO STEP 83 (ensure_dir) COMPLETE |
9076 | 2024-08-06T08:10:26.437Z | [ host-image] Aug 06 08:10:25.109 INFO O| Aug 06 08:10:25.109 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9077 | 2024-08-06T08:10:26.459Z | [ host-image] Aug 06 08:10:25.133 INFO O| Aug 06 08:10:25.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9078 | 2024-08-06T08:10:26.459Z | [ host-image] Aug 06 08:10:25.133 INFO O| Aug 06 08:10:25.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9079 | 2024-08-06T08:10:26.462Z | [ host-image] Aug 06 08:10:25.133 INFO O| Aug 06 08:10:25.133 INFO STEP 84 (ensure_dir) COMPLETE |
9080 | 2024-08-06T08:10:26.462Z | [ host-image] Aug 06 08:10:25.133 INFO O| Aug 06 08:10:25.133 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9081 | 2024-08-06T08:10:26.492Z | [ host-image] Aug 06 08:10:25.165 INFO O| Aug 06 08:10:25.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9082 | 2024-08-06T08:10:26.492Z | [ host-image] Aug 06 08:10:25.166 INFO O| Aug 06 08:10:25.165 INFO copying /tmp/.tmpXrvusp/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 ... |
9083 | 2024-08-06T08:10:26.492Z | [ host-image] Aug 06 08:10:25.166 INFO O| Aug 06 08:10:25.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9084 | 2024-08-06T08:10:26.495Z | [ host-image] Aug 06 08:10:25.166 INFO O| Aug 06 08:10:25.166 INFO ok! |
9085 | 2024-08-06T08:10:26.495Z | [ host-image] Aug 06 08:10:25.166 INFO O| Aug 06 08:10:25.166 INFO STEP 85 (ensure_file) COMPLETE |
9086 | 2024-08-06T08:10:26.496Z | [ host-image] Aug 06 08:10:25.166 INFO O| Aug 06 08:10:25.166 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-06T08:10:26.513Z | [ host-image] Aug 06 08:10:25.187 INFO O| Aug 06 08:10:25.187 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9088 | 2024-08-06T08:10:26.516Z | [ host-image] Aug 06 08:10:25.188 INFO O| Aug 06 08:10:25.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9089 | 2024-08-06T08:10:26.516Z | [ host-image] Aug 06 08:10:25.188 INFO O| Aug 06 08:10:25.188 INFO STEP 86 (ensure_dir) COMPLETE |
9090 | 2024-08-06T08:10:26.516Z | [ host-image] Aug 06 08:10:25.188 INFO O| Aug 06 08:10:25.188 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9091 | 2024-08-06T08:10:26.535Z | [ host-image] Aug 06 08:10:25.209 INFO O| Aug 06 08:10:25.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9092 | 2024-08-06T08:10:26.535Z | [ host-image] Aug 06 08:10:25.209 INFO O| Aug 06 08:10:25.209 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9093 | 2024-08-06T08:10:26.538Z | [ host-image] Aug 06 08:10:25.209 INFO O| Aug 06 08:10:25.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9094 | 2024-08-06T08:10:26.538Z | [ host-image] Aug 06 08:10:25.209 INFO O| Aug 06 08:10:25.209 INFO ok! |
9095 | 2024-08-06T08:10:26.538Z | [ host-image] Aug 06 08:10:25.209 INFO O| Aug 06 08:10:25.209 INFO STEP 87 (ensure_file) COMPLETE |
9096 | 2024-08-06T08:10:26.538Z | [ host-image] Aug 06 08:10:25.210 INFO O| Aug 06 08:10:25.209 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9097 | 2024-08-06T08:10:26.556Z | [ host-image] Aug 06 08:10:25.230 INFO O| Aug 06 08:10:25.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9098 | 2024-08-06T08:10:26.556Z | [ host-image] Aug 06 08:10:25.230 INFO O| Aug 06 08:10:25.230 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9099 | 2024-08-06T08:10:26.985Z | [ host-image] Aug 06 08:10:25.659 INFO O| Aug 06 08:10:25.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9100 | 2024-08-06T08:10:26.985Z | [ host-image] Aug 06 08:10:25.659 INFO O| Aug 06 08:10:25.659 INFO ok! |
9101 | 2024-08-06T08:10:26.988Z | [ host-image] Aug 06 08:10:25.659 INFO O| Aug 06 08:10:25.659 INFO STEP 88 (ensure_file) COMPLETE |
9102 | 2024-08-06T08:10:26.988Z | [ host-image] Aug 06 08:10:25.659 INFO O| Aug 06 08:10:25.659 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-06T08:10:26.998Z | [ host-image] Aug 06 08:10:25.672 INFO O| Aug 06 08:10:25.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9104 | 2024-08-06T08:10:26.998Z | [ host-image] Aug 06 08:10:25.672 INFO O| Aug 06 08:10:25.672 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9105 | 2024-08-06T08:10:27.504Z | [ host-image] Aug 06 08:10:26.178 INFO O| Aug 06 08:10:26.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9106 | 2024-08-06T08:10:27.504Z | [ host-image] Aug 06 08:10:26.178 INFO O| Aug 06 08:10:26.178 INFO ok! |
9107 | 2024-08-06T08:10:27.504Z | [ host-image] Aug 06 08:10:26.178 INFO O| Aug 06 08:10:26.178 INFO STEP 89 (ensure_file) COMPLETE |
9108 | 2024-08-06T08:10:27.506Z | [ host-image] Aug 06 08:10:26.178 INFO O| Aug 06 08:10:26.178 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9109 | 2024-08-06T08:10:27.515Z | [ host-image] Aug 06 08:10:26.189 INFO O| Aug 06 08:10:26.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9110 | 2024-08-06T08:10:27.515Z | [ host-image] Aug 06 08:10:26.190 INFO O| Aug 06 08:10:26.189 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9111 | 2024-08-06T08:10:27.518Z | [ host-image] Aug 06 08:10:26.190 INFO O| Aug 06 08:10:26.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9112 | 2024-08-06T08:10:27.518Z | [ host-image] Aug 06 08:10:26.190 INFO O| Aug 06 08:10:26.190 INFO ok! |
9113 | 2024-08-06T08:10:27.518Z | [ host-image] Aug 06 08:10:26.190 INFO O| Aug 06 08:10:26.190 INFO STEP 90 (ensure_file) COMPLETE |
9114 | 2024-08-06T08:10:27.518Z | [ host-image] Aug 06 08:10:26.190 INFO O| Aug 06 08:10:26.190 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-06T08:10:27.525Z | [ host-image] Aug 06 08:10:26.200 INFO O| Aug 06 08:10:26.200 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9116 | 2024-08-06T08:10:27.528Z | [ host-image] Aug 06 08:10:26.200 INFO O| Aug 06 08:10:26.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9117 | 2024-08-06T08:10:27.528Z | [ host-image] Aug 06 08:10:26.200 INFO O| Aug 06 08:10:26.200 INFO STEP 91 (ensure_dir) COMPLETE |
9118 | 2024-08-06T08:10:27.528Z | [ host-image] Aug 06 08:10:26.200 INFO O| Aug 06 08:10:26.200 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9119 | 2024-08-06T08:10:27.535Z | [ host-image] Aug 06 08:10:26.209 INFO O| Aug 06 08:10:26.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9120 | 2024-08-06T08:10:27.538Z | [ host-image] Aug 06 08:10:26.209 INFO O| Aug 06 08:10:26.209 INFO copying /tmp/.tmpXrvusp/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 ... |
9121 | 2024-08-06T08:10:27.538Z | [ host-image] Aug 06 08:10:26.210 INFO O| Aug 06 08:10:26.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9122 | 2024-08-06T08:10:27.538Z | [ host-image] Aug 06 08:10:26.210 INFO O| Aug 06 08:10:26.210 INFO ok! |
9123 | 2024-08-06T08:10:27.538Z | [ host-image] Aug 06 08:10:26.210 INFO O| Aug 06 08:10:26.210 INFO STEP 92 (ensure_file) COMPLETE |
9124 | 2024-08-06T08:10:27.538Z | [ host-image] Aug 06 08:10:26.210 INFO O| Aug 06 08:10:26.210 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9125 | 2024-08-06T08:10:27.545Z | [ host-image] Aug 06 08:10:26.219 INFO O| Aug 06 08:10:26.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9126 | 2024-08-06T08:10:27.549Z | [ host-image] Aug 06 08:10:26.219 INFO O| Aug 06 08:10:26.219 INFO copying /tmp/.tmpXrvusp/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 ... |
9127 | 2024-08-06T08:10:27.549Z | [ host-image] Aug 06 08:10:26.219 INFO O| Aug 06 08:10:26.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9128 | 2024-08-06T08:10:27.549Z | [ host-image] Aug 06 08:10:26.219 INFO O| Aug 06 08:10:26.219 INFO ok! |
9129 | 2024-08-06T08:10:27.549Z | [ host-image] Aug 06 08:10:26.219 INFO O| Aug 06 08:10:26.219 INFO STEP 93 (ensure_file) COMPLETE |
9130 | 2024-08-06T08:10:27.549Z | [ host-image] Aug 06 08:10:26.219 INFO O| Aug 06 08:10:26.219 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9131 | 2024-08-06T08:10:27.555Z | [ host-image] Aug 06 08:10:26.229 INFO O| Aug 06 08:10:26.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9132 | 2024-08-06T08:10:27.555Z | [ host-image] Aug 06 08:10:26.229 INFO O| Aug 06 08:10:26.229 INFO copying /tmp/.tmpXrvusp/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 ... |
9133 | 2024-08-06T08:10:27.557Z | [ host-image] Aug 06 08:10:26.229 INFO O| Aug 06 08:10:26.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9134 | 2024-08-06T08:10:27.557Z | [ host-image] Aug 06 08:10:26.229 INFO O| Aug 06 08:10:26.229 INFO ok! |
9135 | 2024-08-06T08:10:27.557Z | [ host-image] Aug 06 08:10:26.229 INFO O| Aug 06 08:10:26.229 INFO STEP 94 (ensure_file) COMPLETE |
9136 | 2024-08-06T08:10:27.557Z | [ host-image] Aug 06 08:10:26.229 INFO O| Aug 06 08:10:26.229 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9137 | 2024-08-06T08:10:27.564Z | [ host-image] Aug 06 08:10:26.239 INFO O| Aug 06 08:10:26.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9138 | 2024-08-06T08:10:27.564Z | [ host-image] Aug 06 08:10:26.239 INFO O| Aug 06 08:10:26.239 INFO copying /tmp/.tmpXrvusp/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 ... |
9139 | 2024-08-06T08:10:27.567Z | [ host-image] Aug 06 08:10:26.239 INFO O| Aug 06 08:10:26.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9140 | 2024-08-06T08:10:27.567Z | [ host-image] Aug 06 08:10:26.239 INFO O| Aug 06 08:10:26.239 INFO ok! |
9141 | 2024-08-06T08:10:27.567Z | [ host-image] Aug 06 08:10:26.239 INFO O| Aug 06 08:10:26.239 INFO STEP 95 (ensure_file) COMPLETE |
9142 | 2024-08-06T08:10:27.567Z | [ host-image] Aug 06 08:10:26.239 INFO O| Aug 06 08:10:26.239 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9143 | 2024-08-06T08:10:27.574Z | [ host-image] Aug 06 08:10:26.248 INFO O| Aug 06 08:10:26.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9144 | 2024-08-06T08:10:27.574Z | [ host-image] Aug 06 08:10:26.248 INFO O| Aug 06 08:10:26.248 INFO copying /tmp/.tmpXrvusp/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 ... |
9145 | 2024-08-06T08:10:27.577Z | [ host-image] Aug 06 08:10:26.248 INFO O| Aug 06 08:10:26.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9146 | 2024-08-06T08:10:27.577Z | [ host-image] Aug 06 08:10:26.248 INFO O| Aug 06 08:10:26.248 INFO ok! |
9147 | 2024-08-06T08:10:27.577Z | [ host-image] Aug 06 08:10:26.248 INFO O| Aug 06 08:10:26.248 INFO STEP 96 (ensure_file) COMPLETE |
9148 | 2024-08-06T08:10:27.577Z | [ host-image] Aug 06 08:10:26.248 INFO O| Aug 06 08:10:26.248 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9149 | 2024-08-06T08:10:27.584Z | [ host-image] Aug 06 08:10:26.258 INFO O| Aug 06 08:10:26.258 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9150 | 2024-08-06T08:10:27.584Z | [ host-image] Aug 06 08:10:26.258 INFO O| Aug 06 08:10:26.258 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9151 | 2024-08-06T08:10:27.587Z | [ host-image] Aug 06 08:10:26.258 INFO O| Aug 06 08:10:26.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9152 | 2024-08-06T08:10:27.587Z | [ host-image] Aug 06 08:10:26.258 INFO O| Aug 06 08:10:26.258 INFO ok! |
9153 | 2024-08-06T08:10:27.587Z | [ host-image] Aug 06 08:10:26.258 INFO O| Aug 06 08:10:26.258 INFO STEP 97 (ensure_file) COMPLETE |
9154 | 2024-08-06T08:10:27.587Z | [ host-image] Aug 06 08:10:26.258 INFO O| Aug 06 08:10:26.258 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9155 | 2024-08-06T08:10:27.594Z | [ host-image] Aug 06 08:10:26.268 INFO O| Aug 06 08:10:26.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9156 | 2024-08-06T08:10:27.594Z | [ host-image] Aug 06 08:10:26.268 INFO O| Aug 06 08:10:26.268 INFO copying /tmp/.tmpXrvusp/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 ... |
9157 | 2024-08-06T08:10:27.597Z | [ host-image] Aug 06 08:10:26.268 INFO O| Aug 06 08:10:26.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9158 | 2024-08-06T08:10:27.597Z | [ host-image] Aug 06 08:10:26.268 INFO O| Aug 06 08:10:26.268 INFO ok! |
9159 | 2024-08-06T08:10:27.597Z | [ host-image] Aug 06 08:10:26.268 INFO O| Aug 06 08:10:26.268 INFO STEP 98 (ensure_file) COMPLETE |
9160 | 2024-08-06T08:10:27.597Z | [ host-image] Aug 06 08:10:26.268 INFO O| Aug 06 08:10:26.268 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9161 | 2024-08-06T08:10:27.604Z | [ host-image] Aug 06 08:10:26.278 INFO O| Aug 06 08:10:26.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9162 | 2024-08-06T08:10:27.604Z | [ host-image] Aug 06 08:10:26.278 INFO O| Aug 06 08:10:26.278 INFO copying /tmp/.tmpXrvusp/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 ... |
9163 | 2024-08-06T08:10:27.606Z | [ host-image] Aug 06 08:10:26.278 INFO O| Aug 06 08:10:26.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9164 | 2024-08-06T08:10:27.606Z | [ host-image] Aug 06 08:10:26.278 INFO O| Aug 06 08:10:26.278 INFO ok! |
9165 | 2024-08-06T08:10:27.606Z | [ host-image] Aug 06 08:10:26.278 INFO O| Aug 06 08:10:26.278 INFO STEP 99 (ensure_file) COMPLETE |
9166 | 2024-08-06T08:10:27.607Z | [ host-image] Aug 06 08:10:26.278 INFO O| Aug 06 08:10:26.278 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9167 | 2024-08-06T08:10:27.613Z | [ host-image] Aug 06 08:10:26.288 INFO O| Aug 06 08:10:26.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9168 | 2024-08-06T08:10:27.613Z | [ host-image] Aug 06 08:10:26.288 INFO O| Aug 06 08:10:26.288 INFO copying /tmp/.tmpXrvusp/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 ... |
9169 | 2024-08-06T08:10:27.616Z | [ host-image] Aug 06 08:10:26.288 INFO O| Aug 06 08:10:26.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9170 | 2024-08-06T08:10:27.616Z | [ host-image] Aug 06 08:10:26.288 INFO O| Aug 06 08:10:26.288 INFO ok! |
9171 | 2024-08-06T08:10:27.616Z | [ host-image] Aug 06 08:10:26.288 INFO O| Aug 06 08:10:26.288 INFO STEP 100 (ensure_file) COMPLETE |
9172 | 2024-08-06T08:10:27.616Z | [ host-image] Aug 06 08:10:26.288 INFO O| Aug 06 08:10:26.288 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9173 | 2024-08-06T08:10:27.623Z | [ host-image] Aug 06 08:10:26.297 INFO O| Aug 06 08:10:26.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9174 | 2024-08-06T08:10:27.623Z | [ host-image] Aug 06 08:10:26.297 INFO O| Aug 06 08:10:26.297 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9175 | 2024-08-06T08:10:27.626Z | [ host-image] Aug 06 08:10:26.298 INFO O| Aug 06 08:10:26.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9176 | 2024-08-06T08:10:27.626Z | [ host-image] Aug 06 08:10:26.298 INFO O| Aug 06 08:10:26.297 INFO ok! |
9177 | 2024-08-06T08:10:27.626Z | [ host-image] Aug 06 08:10:26.298 INFO O| Aug 06 08:10:26.297 INFO STEP 101 (ensure_file) COMPLETE |
9178 | 2024-08-06T08:10:27.626Z | [ host-image] Aug 06 08:10:26.298 INFO O| Aug 06 08:10:26.297 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9179 | 2024-08-06T08:10:27.633Z | [ host-image] Aug 06 08:10:26.307 INFO O| Aug 06 08:10:26.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9180 | 2024-08-06T08:10:27.636Z | [ host-image] Aug 06 08:10:26.307 INFO O| Aug 06 08:10:26.307 INFO copying /tmp/.tmpXrvusp/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 ... |
9181 | 2024-08-06T08:10:27.636Z | [ host-image] Aug 06 08:10:26.307 INFO O| Aug 06 08:10:26.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9182 | 2024-08-06T08:10:27.636Z | [ host-image] Aug 06 08:10:26.307 INFO O| Aug 06 08:10:26.307 INFO ok! |
9183 | 2024-08-06T08:10:27.636Z | [ host-image] Aug 06 08:10:26.307 INFO O| Aug 06 08:10:26.307 INFO STEP 102 (ensure_file) COMPLETE |
9184 | 2024-08-06T08:10:27.636Z | [ host-image] Aug 06 08:10:26.307 INFO O| Aug 06 08:10:26.307 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9185 | 2024-08-06T08:10:27.643Z | [ host-image] Aug 06 08:10:26.317 INFO O| Aug 06 08:10:26.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9186 | 2024-08-06T08:10:27.646Z | [ host-image] Aug 06 08:10:26.317 INFO O| Aug 06 08:10:26.317 INFO copying /tmp/.tmpXrvusp/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 ... |
9187 | 2024-08-06T08:10:27.646Z | [ host-image] Aug 06 08:10:26.317 INFO O| Aug 06 08:10:26.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9188 | 2024-08-06T08:10:27.646Z | [ host-image] Aug 06 08:10:26.317 INFO O| Aug 06 08:10:26.317 INFO ok! |
9189 | 2024-08-06T08:10:27.646Z | [ host-image] Aug 06 08:10:26.317 INFO O| Aug 06 08:10:26.317 INFO STEP 103 (ensure_file) COMPLETE |
9190 | 2024-08-06T08:10:27.646Z | [ host-image] Aug 06 08:10:26.317 INFO O| Aug 06 08:10:26.317 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9191 | 2024-08-06T08:10:27.653Z | [ host-image] Aug 06 08:10:26.327 INFO O| Aug 06 08:10:26.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9192 | 2024-08-06T08:10:27.653Z | [ host-image] Aug 06 08:10:26.327 INFO O| Aug 06 08:10:26.327 INFO copying /tmp/.tmpXrvusp/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 ... |
9193 | 2024-08-06T08:10:27.655Z | [ host-image] Aug 06 08:10:26.327 INFO O| Aug 06 08:10:26.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9194 | 2024-08-06T08:10:27.655Z | [ host-image] Aug 06 08:10:26.327 INFO O| Aug 06 08:10:26.327 INFO ok! |
9195 | 2024-08-06T08:10:27.655Z | [ host-image] Aug 06 08:10:26.327 INFO O| Aug 06 08:10:26.327 INFO STEP 104 (ensure_file) COMPLETE |
9196 | 2024-08-06T08:10:27.655Z | [ host-image] Aug 06 08:10:26.327 INFO O| Aug 06 08:10:26.327 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9197 | 2024-08-06T08:10:27.663Z | [ host-image] Aug 06 08:10:26.337 INFO O| Aug 06 08:10:26.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9198 | 2024-08-06T08:10:27.665Z | [ host-image] Aug 06 08:10:26.337 INFO O| Aug 06 08:10:26.337 INFO copying /tmp/.tmpXrvusp/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 ... |
9199 | 2024-08-06T08:10:27.665Z | [ host-image] Aug 06 08:10:26.337 INFO O| Aug 06 08:10:26.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9200 | 2024-08-06T08:10:27.666Z | [ host-image] Aug 06 08:10:26.337 INFO O| Aug 06 08:10:26.337 INFO ok! |
9201 | 2024-08-06T08:10:27.666Z | [ host-image] Aug 06 08:10:26.337 INFO O| Aug 06 08:10:26.337 INFO STEP 105 (ensure_file) COMPLETE |
9202 | 2024-08-06T08:10:27.666Z | [ host-image] Aug 06 08:10:26.337 INFO O| Aug 06 08:10:26.337 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9203 | 2024-08-06T08:10:27.672Z | [ host-image] Aug 06 08:10:26.347 INFO O| Aug 06 08:10:26.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9204 | 2024-08-06T08:10:27.672Z | [ host-image] Aug 06 08:10:26.347 INFO O| Aug 06 08:10:26.347 INFO copying /tmp/.tmpXrvusp/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 ... |
9205 | 2024-08-06T08:10:27.675Z | [ host-image] Aug 06 08:10:26.347 INFO O| Aug 06 08:10:26.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9206 | 2024-08-06T08:10:27.675Z | [ host-image] Aug 06 08:10:26.347 INFO O| Aug 06 08:10:26.347 INFO ok! |
9207 | 2024-08-06T08:10:27.675Z | [ host-image] Aug 06 08:10:26.347 INFO O| Aug 06 08:10:26.347 INFO STEP 106 (ensure_file) COMPLETE |
9208 | 2024-08-06T08:10:27.675Z | [ host-image] Aug 06 08:10:26.347 INFO O| Aug 06 08:10:26.347 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9209 | 2024-08-06T08:10:27.682Z | [ host-image] Aug 06 08:10:26.356 INFO O| Aug 06 08:10:26.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9210 | 2024-08-06T08:10:27.682Z | [ host-image] Aug 06 08:10:26.356 INFO O| Aug 06 08:10:26.356 INFO copying /tmp/.tmpXrvusp/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 ... |
9211 | 2024-08-06T08:10:27.685Z | [ host-image] Aug 06 08:10:26.356 INFO O| Aug 06 08:10:26.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9212 | 2024-08-06T08:10:27.685Z | [ host-image] Aug 06 08:10:26.356 INFO O| Aug 06 08:10:26.356 INFO ok! |
9213 | 2024-08-06T08:10:27.685Z | [ host-image] Aug 06 08:10:26.356 INFO O| Aug 06 08:10:26.356 INFO STEP 107 (ensure_file) COMPLETE |
9214 | 2024-08-06T08:10:27.685Z | [ host-image] Aug 06 08:10:26.356 INFO O| Aug 06 08:10:26.356 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9215 | 2024-08-06T08:10:27.692Z | [ host-image] Aug 06 08:10:26.366 INFO O| Aug 06 08:10:26.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9216 | 2024-08-06T08:10:27.692Z | [ host-image] Aug 06 08:10:26.366 INFO O| Aug 06 08:10:26.366 INFO copying /tmp/.tmpXrvusp/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 ... |
9217 | 2024-08-06T08:10:27.695Z | [ host-image] Aug 06 08:10:26.366 INFO O| Aug 06 08:10:26.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9218 | 2024-08-06T08:10:27.695Z | [ host-image] Aug 06 08:10:26.366 INFO O| Aug 06 08:10:26.366 INFO ok! |
9219 | 2024-08-06T08:10:27.695Z | [ host-image] Aug 06 08:10:26.366 INFO O| Aug 06 08:10:26.366 INFO STEP 108 (ensure_file) COMPLETE |
9220 | 2024-08-06T08:10:27.695Z | [ host-image] Aug 06 08:10:26.366 INFO O| Aug 06 08:10:26.366 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9221 | 2024-08-06T08:10:27.702Z | [ host-image] Aug 06 08:10:26.376 INFO O| Aug 06 08:10:26.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9222 | 2024-08-06T08:10:27.702Z | [ host-image] Aug 06 08:10:26.376 INFO O| Aug 06 08:10:26.376 INFO copying /tmp/.tmpXrvusp/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 ... |
9223 | 2024-08-06T08:10:27.705Z | [ host-image] Aug 06 08:10:26.376 INFO O| Aug 06 08:10:26.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9224 | 2024-08-06T08:10:27.705Z | [ host-image] Aug 06 08:10:26.376 INFO O| Aug 06 08:10:26.376 INFO ok! |
9225 | 2024-08-06T08:10:27.705Z | [ host-image] Aug 06 08:10:26.376 INFO O| Aug 06 08:10:26.376 INFO STEP 109 (ensure_file) COMPLETE |
9226 | 2024-08-06T08:10:27.705Z | [ host-image] Aug 06 08:10:26.376 INFO O| Aug 06 08:10:26.376 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9227 | 2024-08-06T08:10:27.712Z | [ host-image] Aug 06 08:10:26.386 INFO O| Aug 06 08:10:26.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9228 | 2024-08-06T08:10:27.712Z | [ host-image] Aug 06 08:10:26.386 INFO O| Aug 06 08:10:26.386 INFO copying /tmp/.tmpXrvusp/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 ... |
9229 | 2024-08-06T08:10:27.715Z | [ host-image] Aug 06 08:10:26.386 INFO O| Aug 06 08:10:26.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9230 | 2024-08-06T08:10:27.715Z | [ host-image] Aug 06 08:10:26.386 INFO O| Aug 06 08:10:26.386 INFO ok! |
9231 | 2024-08-06T08:10:27.715Z | [ host-image] Aug 06 08:10:26.386 INFO O| Aug 06 08:10:26.386 INFO STEP 110 (ensure_file) COMPLETE |
9232 | 2024-08-06T08:10:27.715Z | [ host-image] Aug 06 08:10:26.386 INFO O| Aug 06 08:10:26.386 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9233 | 2024-08-06T08:10:27.722Z | [ host-image] Aug 06 08:10:26.396 INFO O| Aug 06 08:10:26.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9234 | 2024-08-06T08:10:27.724Z | [ host-image] Aug 06 08:10:26.396 INFO O| Aug 06 08:10:26.396 INFO copying /tmp/.tmpXrvusp/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 ... |
9235 | 2024-08-06T08:10:27.724Z | [ host-image] Aug 06 08:10:26.396 INFO O| Aug 06 08:10:26.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9236 | 2024-08-06T08:10:27.724Z | [ host-image] Aug 06 08:10:26.396 INFO O| Aug 06 08:10:26.396 INFO ok! |
9237 | 2024-08-06T08:10:27.724Z | [ host-image] Aug 06 08:10:26.396 INFO O| Aug 06 08:10:26.396 INFO STEP 111 (ensure_file) COMPLETE |
9238 | 2024-08-06T08:10:27.724Z | [ host-image] Aug 06 08:10:26.396 INFO O| Aug 06 08:10:26.396 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9239 | 2024-08-06T08:10:27.731Z | [ host-image] Aug 06 08:10:26.406 INFO O| Aug 06 08:10:26.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9240 | 2024-08-06T08:10:27.731Z | [ host-image] Aug 06 08:10:26.406 INFO O| Aug 06 08:10:26.406 INFO copying /tmp/.tmpXrvusp/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 ... |
9241 | 2024-08-06T08:10:27.734Z | [ host-image] Aug 06 08:10:26.406 INFO O| Aug 06 08:10:26.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9242 | 2024-08-06T08:10:27.734Z | [ host-image] Aug 06 08:10:26.406 INFO O| Aug 06 08:10:26.406 INFO ok! |
9243 | 2024-08-06T08:10:27.734Z | [ host-image] Aug 06 08:10:26.406 INFO O| Aug 06 08:10:26.406 INFO STEP 112 (ensure_file) COMPLETE |
9244 | 2024-08-06T08:10:27.734Z | [ host-image] Aug 06 08:10:26.406 INFO O| Aug 06 08:10:26.406 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9245 | 2024-08-06T08:10:27.741Z | [ host-image] Aug 06 08:10:26.415 INFO O| Aug 06 08:10:26.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9246 | 2024-08-06T08:10:27.741Z | [ host-image] Aug 06 08:10:26.415 INFO O| Aug 06 08:10:26.415 INFO copying /tmp/.tmpXrvusp/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 ... |
9247 | 2024-08-06T08:10:27.744Z | [ host-image] Aug 06 08:10:26.415 INFO O| Aug 06 08:10:26.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9248 | 2024-08-06T08:10:27.744Z | [ host-image] Aug 06 08:10:26.415 INFO O| Aug 06 08:10:26.415 INFO ok! |
9249 | 2024-08-06T08:10:27.744Z | [ host-image] Aug 06 08:10:26.416 INFO O| Aug 06 08:10:26.415 INFO STEP 113 (ensure_file) COMPLETE |
9250 | 2024-08-06T08:10:27.744Z | [ host-image] Aug 06 08:10:26.416 INFO O| Aug 06 08:10:26.415 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9251 | 2024-08-06T08:10:27.751Z | [ host-image] Aug 06 08:10:26.425 INFO O| Aug 06 08:10:26.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9252 | 2024-08-06T08:10:27.751Z | [ host-image] Aug 06 08:10:26.425 INFO O| Aug 06 08:10:26.425 INFO copying /tmp/.tmpXrvusp/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 ... |
9253 | 2024-08-06T08:10:27.754Z | [ host-image] Aug 06 08:10:26.425 INFO O| Aug 06 08:10:26.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9254 | 2024-08-06T08:10:27.754Z | [ host-image] Aug 06 08:10:26.425 INFO O| Aug 06 08:10:26.425 INFO ok! |
9255 | 2024-08-06T08:10:27.754Z | [ host-image] Aug 06 08:10:26.425 INFO O| Aug 06 08:10:26.425 INFO STEP 114 (ensure_file) COMPLETE |
9256 | 2024-08-06T08:10:27.754Z | [ host-image] Aug 06 08:10:26.425 INFO O| Aug 06 08:10:26.425 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9257 | 2024-08-06T08:10:27.761Z | [ host-image] Aug 06 08:10:26.435 INFO O| Aug 06 08:10:26.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9258 | 2024-08-06T08:10:27.761Z | [ host-image] Aug 06 08:10:26.435 INFO O| Aug 06 08:10:26.435 INFO copying /tmp/.tmpXrvusp/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 ... |
9259 | 2024-08-06T08:10:27.765Z | [ host-image] Aug 06 08:10:26.436 INFO O| Aug 06 08:10:26.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9260 | 2024-08-06T08:10:27.765Z | [ host-image] Aug 06 08:10:26.436 INFO O| Aug 06 08:10:26.436 INFO ok! |
9261 | 2024-08-06T08:10:27.765Z | [ host-image] Aug 06 08:10:26.436 INFO O| Aug 06 08:10:26.436 INFO STEP 115 (ensure_file) COMPLETE |
9262 | 2024-08-06T08:10:27.765Z | [ host-image] Aug 06 08:10:26.436 INFO O| Aug 06 08:10:26.436 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9263 | 2024-08-06T08:10:27.771Z | [ host-image] Aug 06 08:10:26.445 INFO O| Aug 06 08:10:26.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9264 | 2024-08-06T08:10:27.771Z | [ host-image] Aug 06 08:10:26.445 INFO O| Aug 06 08:10:26.445 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9265 | 2024-08-06T08:10:27.774Z | [ host-image] Aug 06 08:10:26.445 INFO O| Aug 06 08:10:26.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9266 | 2024-08-06T08:10:27.774Z | [ host-image] Aug 06 08:10:26.445 INFO O| Aug 06 08:10:26.445 INFO ok! |
9267 | 2024-08-06T08:10:27.774Z | [ host-image] Aug 06 08:10:26.445 INFO O| Aug 06 08:10:26.445 INFO STEP 116 (ensure_file) COMPLETE |
9268 | 2024-08-06T08:10:27.774Z | [ host-image] Aug 06 08:10:26.445 INFO O| Aug 06 08:10:26.445 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9269 | 2024-08-06T08:10:27.781Z | [ host-image] Aug 06 08:10:26.455 INFO O| Aug 06 08:10:26.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9270 | 2024-08-06T08:10:27.781Z | [ host-image] Aug 06 08:10:26.455 INFO O| Aug 06 08:10:26.455 INFO copying /tmp/.tmpXrvusp/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 ... |
9271 | 2024-08-06T08:10:27.784Z | [ host-image] Aug 06 08:10:26.455 INFO O| Aug 06 08:10:26.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9272 | 2024-08-06T08:10:27.784Z | [ host-image] Aug 06 08:10:26.455 INFO O| Aug 06 08:10:26.455 INFO ok! |
9273 | 2024-08-06T08:10:27.784Z | [ host-image] Aug 06 08:10:26.455 INFO O| Aug 06 08:10:26.455 INFO STEP 117 (ensure_file) COMPLETE |
9274 | 2024-08-06T08:10:27.784Z | [ host-image] Aug 06 08:10:26.455 INFO O| Aug 06 08:10:26.455 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9275 | 2024-08-06T08:10:27.791Z | [ host-image] Aug 06 08:10:26.465 INFO O| Aug 06 08:10:26.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9276 | 2024-08-06T08:10:27.791Z | [ host-image] Aug 06 08:10:26.465 INFO O| Aug 06 08:10:26.465 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9277 | 2024-08-06T08:10:27.793Z | [ host-image] Aug 06 08:10:26.465 INFO O| Aug 06 08:10:26.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9278 | 2024-08-06T08:10:27.793Z | [ host-image] Aug 06 08:10:26.465 INFO O| Aug 06 08:10:26.465 INFO ok! |
9279 | 2024-08-06T08:10:27.793Z | [ host-image] Aug 06 08:10:26.465 INFO O| Aug 06 08:10:26.465 INFO STEP 118 (ensure_file) COMPLETE |
9280 | 2024-08-06T08:10:27.793Z | [ host-image] Aug 06 08:10:26.465 INFO O| Aug 06 08:10:26.465 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9281 | 2024-08-06T08:10:27.800Z | [ host-image] Aug 06 08:10:26.475 INFO O| Aug 06 08:10:26.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9282 | 2024-08-06T08:10:27.800Z | [ host-image] Aug 06 08:10:26.475 INFO O| Aug 06 08:10:26.475 INFO copying /tmp/.tmpXrvusp/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9283 | 2024-08-06T08:10:32.211Z | [ host-image] Aug 06 08:10:30.884 INFO O| Aug 06 08:10:30.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9284 | 2024-08-06T08:10:32.211Z | [ host-image] Aug 06 08:10:30.884 INFO O| Aug 06 08:10:30.884 INFO ok! |
9285 | 2024-08-06T08:10:32.214Z | [ host-image] Aug 06 08:10:30.884 INFO O| Aug 06 08:10:30.884 INFO STEP 119 (ensure_file) COMPLETE |
9286 | 2024-08-06T08:10:32.214Z | [ host-image] Aug 06 08:10:30.884 INFO O| Aug 06 08:10:30.884 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9287 | 2024-08-06T08:10:32.222Z | [ host-image] Aug 06 08:10:30.895 INFO O| Aug 06 08:10:30.895 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9288 | 2024-08-06T08:10:32.222Z | [ host-image] Aug 06 08:10:30.895 INFO O| Aug 06 08:10:30.895 INFO STEP 120 (ensure_dir) COMPLETE |
9289 | 2024-08-06T08:10:32.222Z | [ host-image] Aug 06 08:10:30.895 INFO O| Aug 06 08:10:30.895 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9290 | 2024-08-06T08:10:32.232Z | [ host-image] Aug 06 08:10:30.905 INFO O| Aug 06 08:10:30.905 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9291 | 2024-08-06T08:10:32.235Z | [ host-image] Aug 06 08:10:30.905 INFO O| Aug 06 08:10:30.905 INFO STEP 121 (ensure_dir) COMPLETE |
9292 | 2024-08-06T08:10:32.235Z | [ host-image] Aug 06 08:10:30.905 INFO O| Aug 06 08:10:30.905 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9293 | 2024-08-06T08:10:32.242Z | [ host-image] Aug 06 08:10:30.915 INFO O| Aug 06 08:10:30.915 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9294 | 2024-08-06T08:10:32.242Z | [ host-image] Aug 06 08:10:30.915 INFO O| Aug 06 08:10:30.915 INFO STEP 122 (ensure_dir) COMPLETE |
9295 | 2024-08-06T08:10:32.242Z | [ host-image] Aug 06 08:10:30.915 INFO O| Aug 06 08:10:30.915 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9296 | 2024-08-06T08:10:32.251Z | [ host-image] Aug 06 08:10:30.925 INFO O| Aug 06 08:10:30.925 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9297 | 2024-08-06T08:10:32.251Z | [ host-image] Aug 06 08:10:30.925 INFO O| Aug 06 08:10:30.925 INFO STEP 123 (ensure_dir) COMPLETE |
9298 | 2024-08-06T08:10:32.251Z | [ host-image] Aug 06 08:10:30.925 INFO O| Aug 06 08:10:30.925 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9299 | 2024-08-06T08:10:32.261Z | [ host-image] Aug 06 08:10:30.934 INFO O| Aug 06 08:10:30.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9300 | 2024-08-06T08:10:32.261Z | [ host-image] Aug 06 08:10:30.934 INFO O| Aug 06 08:10:30.934 INFO copying /tmp/.tmpXrvusp/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 ... |
9301 | 2024-08-06T08:10:32.264Z | [ host-image] Aug 06 08:10:30.934 INFO O| Aug 06 08:10:30.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9302 | 2024-08-06T08:10:32.264Z | [ host-image] Aug 06 08:10:30.934 INFO O| Aug 06 08:10:30.934 INFO ok! |
9303 | 2024-08-06T08:10:32.264Z | [ host-image] Aug 06 08:10:30.934 INFO O| Aug 06 08:10:30.934 INFO STEP 124 (ensure_file) COMPLETE |
9304 | 2024-08-06T08:10:32.264Z | [ host-image] Aug 06 08:10:30.934 INFO O| Aug 06 08:10:30.934 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9305 | 2024-08-06T08:10:32.270Z | [ host-image] Aug 06 08:10:30.944 INFO O| Aug 06 08:10:30.944 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9306 | 2024-08-06T08:10:32.270Z | [ host-image] Aug 06 08:10:30.944 INFO O| Aug 06 08:10:30.944 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9307 | 2024-08-06T08:10:32.273Z | [ host-image] Aug 06 08:10:30.944 INFO O| Aug 06 08:10:30.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9308 | 2024-08-06T08:10:32.273Z | [ host-image] Aug 06 08:10:30.944 INFO O| Aug 06 08:10:30.944 INFO STEP 125 (ensure_dir) COMPLETE |
9309 | 2024-08-06T08:10:32.274Z | [ host-image] Aug 06 08:10:30.944 INFO O| Aug 06 08:10:30.944 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9310 | 2024-08-06T08:10:32.280Z | [ host-image] Aug 06 08:10:30.953 INFO O| Aug 06 08:10:30.953 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9311 | 2024-08-06T08:10:32.280Z | [ host-image] Aug 06 08:10:30.953 INFO O| Aug 06 08:10:30.953 INFO copying /tmp/.tmpXrvusp/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9312 | 2024-08-06T08:10:32.283Z | [ host-image] Aug 06 08:10:30.953 INFO O| Aug 06 08:10:30.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9313 | 2024-08-06T08:10:32.283Z | [ host-image] Aug 06 08:10:30.953 INFO O| Aug 06 08:10:30.953 INFO ok! |
9314 | 2024-08-06T08:10:32.283Z | [ host-image] Aug 06 08:10:30.953 INFO O| Aug 06 08:10:30.953 INFO STEP 126 (ensure_file) COMPLETE |
9315 | 2024-08-06T08:10:32.283Z | [ host-image] Aug 06 08:10:30.953 INFO O| Aug 06 08:10:30.953 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9316 | 2024-08-06T08:10:32.290Z | [ host-image] Aug 06 08:10:30.963 INFO O| Aug 06 08:10:30.963 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9317 | 2024-08-06T08:10:32.293Z | [ host-image] Aug 06 08:10:30.964 INFO O| Aug 06 08:10:30.964 INFO STEP 127 (remove_files) COMPLETE |
9318 | 2024-08-06T08:10:32.293Z | [ host-image] Aug 06 08:10:30.964 INFO O| Aug 06 08:10:30.964 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9319 | 2024-08-06T08:10:32.300Z | [ host-image] Aug 06 08:10:30.973 INFO O| Aug 06 08:10:30.973 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9320 | 2024-08-06T08:10:32.302Z | [ host-image] Aug 06 08:10:30.974 INFO O| Aug 06 08:10:30.974 INFO STEP 128 (remove_files) COMPLETE |
9321 | 2024-08-06T08:10:32.302Z | [ host-image] Aug 06 08:10:30.974 INFO O| Aug 06 08:10:30.974 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9322 | 2024-08-06T08:10:32.310Z | [ host-image] Aug 06 08:10:30.984 INFO O| Aug 06 08:10:30.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9323 | 2024-08-06T08:10:32.313Z | [ host-image] Aug 06 08:10:30.984 INFO O| Aug 06 08:10:30.984 INFO STEP 129 (remove_files) COMPLETE |
9324 | 2024-08-06T08:10:32.313Z | [ host-image] Aug 06 08:10:30.984 INFO O| Aug 06 08:10:30.984 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9325 | 2024-08-06T08:10:32.320Z | [ host-image] Aug 06 08:10:30.993 INFO O| Aug 06 08:10:30.993 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9326 | 2024-08-06T08:10:32.323Z | [ host-image] Aug 06 08:10:30.994 INFO O| Aug 06 08:10:30.994 INFO STEP 130 (remove_files) COMPLETE |
9327 | 2024-08-06T08:10:32.323Z | [ host-image] Aug 06 08:10:30.994 INFO O| Aug 06 08:10:30.994 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9328 | 2024-08-06T08:10:32.331Z | [ host-image] Aug 06 08:10:31.004 INFO O| Aug 06 08:10:31.004 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9329 | 2024-08-06T08:10:32.333Z | [ host-image] Aug 06 08:10:31.004 INFO O| Aug 06 08:10:31.004 INFO STEP 131 (remove_files) COMPLETE |
9330 | 2024-08-06T08:10:32.333Z | [ host-image] Aug 06 08:10:31.004 INFO O| Aug 06 08:10:31.004 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9331 | 2024-08-06T08:10:32.341Z | [ host-image] Aug 06 08:10:31.015 INFO O| Aug 06 08:10:31.015 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9332 | 2024-08-06T08:10:32.344Z | [ host-image] Aug 06 08:10:31.015 INFO O| Aug 06 08:10:31.015 INFO STEP 132 (remove_files) COMPLETE |
9333 | 2024-08-06T08:10:32.344Z | [ host-image] Aug 06 08:10:31.015 INFO O| Aug 06 08:10:31.015 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9334 | 2024-08-06T08:10:32.351Z | [ host-image] Aug 06 08:10:31.025 INFO O| Aug 06 08:10:31.025 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9335 | 2024-08-06T08:10:32.352Z | [ host-image] Aug 06 08:10:31.025 INFO O| Aug 06 08:10:31.025 INFO STEP 133 (remove_files) COMPLETE |
9336 | 2024-08-06T08:10:32.354Z | [ host-image] Aug 06 08:10:31.025 INFO O| Aug 06 08:10:31.025 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9337 | 2024-08-06T08:10:32.363Z | [ host-image] Aug 06 08:10:31.036 INFO O| Aug 06 08:10:31.036 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9338 | 2024-08-06T08:10:32.363Z | [ host-image] Aug 06 08:10:31.036 INFO O| Aug 06 08:10:31.036 INFO STEP 134 (remove_files) COMPLETE |
9339 | 2024-08-06T08:10:32.366Z | [ host-image] Aug 06 08:10:31.036 INFO O| Aug 06 08:10:31.036 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9340 | 2024-08-06T08:10:32.375Z | [ host-image] Aug 06 08:10:31.048 INFO O| Aug 06 08:10:31.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9341 | 2024-08-06T08:10:32.377Z | [ host-image] Aug 06 08:10:31.048 INFO O| Aug 06 08:10:31.048 INFO STEP 135 (remove_files) COMPLETE |
9342 | 2024-08-06T08:10:32.377Z | [ host-image] Aug 06 08:10:31.048 INFO O| Aug 06 08:10:31.048 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9343 | 2024-08-06T08:10:32.386Z | [ host-image] Aug 06 08:10:31.059 INFO O| Aug 06 08:10:31.059 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9344 | 2024-08-06T08:10:32.386Z | [ host-image] Aug 06 08:10:31.059 INFO O| Aug 06 08:10:31.059 INFO STEP 136 (remove_files) COMPLETE |
9345 | 2024-08-06T08:10:32.386Z | [ host-image] Aug 06 08:10:31.059 INFO O| Aug 06 08:10:31.059 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9346 | 2024-08-06T08:10:32.396Z | [ host-image] Aug 06 08:10:31.070 INFO O| Aug 06 08:10:31.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9347 | 2024-08-06T08:10:32.396Z | [ host-image] Aug 06 08:10:31.070 INFO O| Aug 06 08:10:31.070 INFO STEP 137 (remove_files) COMPLETE |
9348 | 2024-08-06T08:10:32.396Z | [ host-image] Aug 06 08:10:31.070 INFO O| Aug 06 08:10:31.070 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9349 | 2024-08-06T08:10:32.408Z | [ host-image] Aug 06 08:10:31.081 INFO O| Aug 06 08:10:31.081 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9350 | 2024-08-06T08:10:32.408Z | [ host-image] Aug 06 08:10:31.081 INFO O| Aug 06 08:10:31.081 INFO STEP 138 (remove_files) COMPLETE |
9351 | 2024-08-06T08:10:32.410Z | [ host-image] Aug 06 08:10:31.081 INFO O| Aug 06 08:10:31.081 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9352 | 2024-08-06T08:10:32.418Z | [ host-image] Aug 06 08:10:31.091 INFO O| Aug 06 08:10:31.091 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9353 | 2024-08-06T08:10:32.418Z | [ host-image] Aug 06 08:10:31.091 INFO O| Aug 06 08:10:31.091 INFO STEP 139 (remove_files) COMPLETE |
9354 | 2024-08-06T08:10:32.421Z | [ host-image] Aug 06 08:10:31.091 INFO O| Aug 06 08:10:31.091 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9355 | 2024-08-06T08:10:32.429Z | [ host-image] Aug 06 08:10:31.102 INFO O| Aug 06 08:10:31.102 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9356 | 2024-08-06T08:10:32.429Z | [ host-image] Aug 06 08:10:31.102 INFO O| Aug 06 08:10:31.102 INFO STEP 140 (remove_files) COMPLETE |
9357 | 2024-08-06T08:10:32.429Z | [ host-image] Aug 06 08:10:31.102 INFO O| Aug 06 08:10:31.102 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9358 | 2024-08-06T08:10:32.439Z | [ host-image] Aug 06 08:10:31.112 INFO O| Aug 06 08:10:31.112 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9359 | 2024-08-06T08:10:32.439Z | [ host-image] Aug 06 08:10:31.112 INFO O| Aug 06 08:10:31.112 INFO STEP 141 (remove_files) COMPLETE |
9360 | 2024-08-06T08:10:32.441Z | [ host-image] Aug 06 08:10:31.112 INFO O| Aug 06 08:10:31.112 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9361 | 2024-08-06T08:10:32.449Z | [ host-image] Aug 06 08:10:31.122 INFO O| Aug 06 08:10:31.122 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9362 | 2024-08-06T08:10:32.449Z | [ host-image] Aug 06 08:10:31.122 INFO O| Aug 06 08:10:31.122 INFO STEP 142 (remove_files) COMPLETE |
9363 | 2024-08-06T08:10:32.452Z | [ host-image] Aug 06 08:10:31.122 INFO O| Aug 06 08:10:31.122 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9364 | 2024-08-06T08:10:32.460Z | [ host-image] Aug 06 08:10:31.133 INFO O| Aug 06 08:10:31.133 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9365 | 2024-08-06T08:10:32.460Z | [ host-image] Aug 06 08:10:31.133 INFO O| Aug 06 08:10:31.133 INFO STEP 143 (remove_files) COMPLETE |
9366 | 2024-08-06T08:10:32.460Z | [ host-image] Aug 06 08:10:31.133 INFO O| Aug 06 08:10:31.133 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9367 | 2024-08-06T08:10:32.472Z | [ host-image] Aug 06 08:10:31.145 INFO O| Aug 06 08:10:31.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9368 | 2024-08-06T08:10:32.472Z | [ host-image] Aug 06 08:10:31.145 INFO O| Aug 06 08:10:31.145 INFO STEP 144 (remove_files) COMPLETE |
9369 | 2024-08-06T08:10:32.472Z | [ host-image] Aug 06 08:10:31.145 INFO O| Aug 06 08:10:31.145 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9370 | 2024-08-06T08:10:32.484Z | [ host-image] Aug 06 08:10:31.157 INFO O| Aug 06 08:10:31.157 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9371 | 2024-08-06T08:10:32.487Z | [ host-image] Aug 06 08:10:31.157 INFO O| Aug 06 08:10:31.157 INFO STEP 145 (remove_files) COMPLETE |
9372 | 2024-08-06T08:10:32.487Z | [ host-image] Aug 06 08:10:31.157 INFO O| Aug 06 08:10:31.157 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9373 | 2024-08-06T08:10:32.495Z | [ host-image] Aug 06 08:10:31.168 INFO O| Aug 06 08:10:31.168 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9374 | 2024-08-06T08:10:32.498Z | [ host-image] Aug 06 08:10:31.168 INFO O| Aug 06 08:10:31.168 INFO STEP 146 (remove_files) COMPLETE |
9375 | 2024-08-06T08:10:32.498Z | [ host-image] Aug 06 08:10:31.168 INFO O| Aug 06 08:10:31.168 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9376 | 2024-08-06T08:10:32.507Z | [ host-image] Aug 06 08:10:31.180 INFO O| Aug 06 08:10:31.180 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9377 | 2024-08-06T08:10:32.510Z | [ host-image] Aug 06 08:10:31.180 INFO O| Aug 06 08:10:31.180 INFO STEP 147 (remove_files) COMPLETE |
9378 | 2024-08-06T08:10:32.510Z | [ host-image] Aug 06 08:10:31.180 INFO O| Aug 06 08:10:31.180 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9379 | 2024-08-06T08:10:32.519Z | [ host-image] Aug 06 08:10:31.192 INFO O| Aug 06 08:10:31.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9380 | 2024-08-06T08:10:32.521Z | [ host-image] Aug 06 08:10:31.192 INFO O| Aug 06 08:10:31.192 INFO STEP 148 (remove_files) COMPLETE |
9381 | 2024-08-06T08:10:32.521Z | [ host-image] Aug 06 08:10:31.192 INFO O| Aug 06 08:10:31.192 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9382 | 2024-08-06T08:10:32.530Z | [ host-image] Aug 06 08:10:31.204 INFO O| Aug 06 08:10:31.204 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9383 | 2024-08-06T08:10:32.530Z | [ host-image] Aug 06 08:10:31.204 INFO O| Aug 06 08:10:31.204 INFO STEP 149 (remove_files) COMPLETE |
9384 | 2024-08-06T08:10:32.533Z | [ host-image] Aug 06 08:10:31.204 INFO O| Aug 06 08:10:31.204 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9385 | 2024-08-06T08:10:32.542Z | [ host-image] Aug 06 08:10:31.215 INFO O| Aug 06 08:10:31.215 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9386 | 2024-08-06T08:10:32.544Z | [ host-image] Aug 06 08:10:31.215 INFO O| Aug 06 08:10:31.215 INFO STEP 150 (remove_files) COMPLETE |
9387 | 2024-08-06T08:10:32.545Z | [ host-image] Aug 06 08:10:31.215 INFO O| Aug 06 08:10:31.215 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9388 | 2024-08-06T08:10:32.551Z | [ recovery-image] Aug 06 08:10:31.225 INFO E| Finished `release` profile [optimized] target(s) in 44.75s |
9389 | 2024-08-06T08:10:32.554Z | [ host-image] Aug 06 08:10:31.226 INFO O| Aug 06 08:10:31.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9390 | 2024-08-06T08:10:32.554Z | [ host-image] Aug 06 08:10:31.226 INFO O| Aug 06 08:10:31.226 INFO STEP 151 (remove_files) COMPLETE |
9391 | 2024-08-06T08:10:32.554Z | [ host-image] Aug 06 08:10:31.226 INFO O| Aug 06 08:10:31.226 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9392 | 2024-08-06T08:10:32.563Z | [ host-image] Aug 06 08:10:31.236 INFO O| Aug 06 08:10:31.236 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9393 | 2024-08-06T08:10:32.563Z | [ host-image] Aug 06 08:10:31.236 INFO O| Aug 06 08:10:31.236 INFO STEP 152 (remove_files) COMPLETE |
9394 | 2024-08-06T08:10:32.563Z | [ host-image] Aug 06 08:10:31.236 INFO O| Aug 06 08:10:31.236 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9395 | 2024-08-06T08:10:32.573Z | [ host-image] Aug 06 08:10:31.247 INFO O| Aug 06 08:10:31.246 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9396 | 2024-08-06T08:10:32.573Z | [ host-image] Aug 06 08:10:31.247 INFO O| Aug 06 08:10:31.247 INFO STEP 153 (remove_files) COMPLETE |
9397 | 2024-08-06T08:10:32.573Z | [ host-image] Aug 06 08:10:31.247 INFO O| Aug 06 08:10:31.247 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9398 | 2024-08-06T08:10:32.576Z | [ recovery-image] Aug 06 08:10:31.247 INFO building host image... |
9399 | 2024-08-06T08:10:32.576Z | [ recovery-image] Aug 06 08:10:31.247 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") |
9400 | 2024-08-06T08:10:32.585Z | [ host-image] Aug 06 08:10:31.258 INFO O| Aug 06 08:10:31.258 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9401 | 2024-08-06T08:10:32.585Z | [ host-image] Aug 06 08:10:31.258 INFO O| Aug 06 08:10:31.258 INFO STEP 154 (remove_files) COMPLETE |
9402 | 2024-08-06T08:10:32.585Z | [ host-image] Aug 06 08:10:31.258 INFO O| Aug 06 08:10:31.258 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9403 | 2024-08-06T08:10:32.596Z | [ host-image] Aug 06 08:10:31.269 INFO O| Aug 06 08:10:31.269 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9404 | 2024-08-06T08:10:32.596Z | [ host-image] Aug 06 08:10:31.269 INFO O| Aug 06 08:10:31.269 INFO STEP 155 (remove_files) COMPLETE |
9405 | 2024-08-06T08:10:32.599Z | [ host-image] Aug 06 08:10:31.269 INFO O| Aug 06 08:10:31.269 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9406 | 2024-08-06T08:10:32.612Z | [ host-image] Aug 06 08:10:31.285 INFO O| Aug 06 08:10:31.285 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9407 | 2024-08-06T08:10:32.612Z | [ host-image] Aug 06 08:10:31.285 INFO O| Aug 06 08:10:31.285 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9408 | 2024-08-06T08:10:33.054Z | [ recovery-image] Aug 06 08:10:31.727 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9409 | 2024-08-06T08:10:34.447Z | [ recovery-image] Aug 06 08:10:33.120 INFO image complete! materials are in "/work/os-recovery" |
9410 | 2024-08-06T08:10:34.450Z | [ recovery-image] |
9411 | 2024-08-06T08:10:34.450Z | [ recovery-image] real 7:18.639493697 |
9412 | 2024-08-06T08:10:34.450Z | [ recovery-image] user 4:29.156991180 |
9413 | 2024-08-06T08:10:34.450Z | [ recovery-image] sys 59.115054285 |
9414 | 2024-08-06T08:10:34.450Z | [ recovery-image] trap 0.205003010 |
9415 | 2024-08-06T08:10:34.450Z | [ recovery-image] tflt 0.506747740 |
9416 | 2024-08-06T08:10:34.450Z | [ recovery-image] dflt 1.169855340 |
9417 | 2024-08-06T08:10:34.450Z | [ recovery-image] kflt 0.000008328 |
9418 | 2024-08-06T08:10:34.450Z | [ recovery-image] lock 17:05.431802855 |
9419 | 2024-08-06T08:10:34.450Z | [ recovery-image] slp 44:42.039361245 |
9420 | 2024-08-06T08:10:34.450Z | [ recovery-image] lat 1:12.689153152 |
9421 | 2024-08-06T08:10:34.453Z | [ recovery-image] stop 3.936864349 |
9422 | 2024-08-06T08:10:34.453Z | Aug 06 08:10:33.123 INFO [recovery-image] process exited with exit status: 0 (438.665223403s) |
9423 | 2024-08-06T08:10:39.349Z | [ host-image] Aug 06 08:10:38.020 INFO O| Aug 06 08:10:38.020 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 |
9424 | 2024-08-06T08:10:39.349Z | [ host-image] Aug 06 08:10:38.020 INFO O| Aug 06 08:10:38.020 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9425 | 2024-08-06T08:10:39.361Z | [ host-image] Aug 06 08:10:38.033 INFO O| Aug 06 08:10:38.033 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9426 | 2024-08-06T08:10:39.438Z | [ host-image] Aug 06 08:10:38.110 INFO O| Aug 06 08:10:38.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9427 | 2024-08-06T08:10:39.438Z | [ host-image] Aug 06 08:10:38.110 INFO O| Aug 06 08:10:38.110 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9428 | 2024-08-06T08:10:39.441Z | [ host-image] Aug 06 08:10:38.112 INFO O| Aug 06 08:10:38.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9429 | 2024-08-06T08:10:39.441Z | [ host-image] Aug 06 08:10:38.112 INFO O| Aug 06 08:10:38.112 INFO ok! |
9430 | 2024-08-06T08:10:39.441Z | [ host-image] Aug 06 08:10:38.112 INFO O| Aug 06 08:10:38.112 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9431 | 2024-08-06T08:10:39.441Z | [ host-image] Aug 06 08:10:38.112 INFO O| Aug 06 08:10:38.112 INFO STEP 156 (seed_smf) COMPLETE |
9432 | 2024-08-06T08:10:39.441Z | [ host-image] Aug 06 08:10:38.112 INFO O| Aug 06 08:10:38.112 INFO steps complete; finalising image! |
9433 | 2024-08-06T08:10:39.441Z | [ host-image] Aug 06 08:10:38.112 INFO O| Aug 06 08:10:38.112 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9434 | 2024-08-06T08:10:39.577Z | [ host-image] Aug 06 08:10:38.248 INFO O| Aug 06 08:10:38.248 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Tue Aug 6 08:10:38 2024) |
9435 | 2024-08-06T08:10:39.799Z | [ host-image] Aug 06 08:10:38.471 INFO O| Aug 06 08:10:38.471 INFO temporary pool has 660M used, 172M avail, 1.88x compressratio |
9436 | 2024-08-06T08:10:39.800Z | [ host-image] Aug 06 08:10:38.471 INFO O| Aug 06 08:10:38.471 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9437 | 2024-08-06T08:10:40.069Z | [ host-image] Aug 06 08:10:38.741 INFO O| Aug 06 08:10:38.741 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9438 | 2024-08-06T08:10:40.069Z | [ host-image] Aug 06 08:10:38.741 INFO O| Aug 06 08:10:38.741 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9439 | 2024-08-06T08:10:41.107Z | [ host-image] Aug 06 08:10:39.779 INFO O| Aug 06 08:10:39.779 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9440 | 2024-08-06T08:10:41.107Z | [ host-image] Aug 06 08:10:39.779 INFO O| Aug 06 08:10:39.779 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9441 | 2024-08-06T08:10:41.110Z | [ host-image] Aug 06 08:10:39.779 INFO O| Aug 06 08:10:39.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9442 | 2024-08-06T08:10:41.110Z | [ host-image] Aug 06 08:10:39.779 INFO O| Aug 06 08:10:39.779 INFO completed processing gimlet/zfs |
9443 | 2024-08-06T08:10:41.110Z | [ host-image] Aug 06 08:10:39.779 INFO O| Aug 06 08:10:39.779 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9444 | 2024-08-06T08:10:47.318Z | [ host-image] Aug 06 08:10:45.988 INFO O| Aug 06 08:10:45.988 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9445 | 2024-08-06T08:10:47.402Z | [ host-image] Aug 06 08:10:46.072 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n" |
9446 | 2024-08-06T08:10:47.402Z | [ host-image] Aug 06 08:10:46.073 INFO expanded image name: "ci 2f13344/${os_short_commit} 2024-08-06 07:43" -> "ci 2f13344/795571e 2024-08-06 07:43" |
9447 | 2024-08-06T08:10:47.405Z | [ host-image] Aug 06 08:10:46.073 INFO output artefacts stored in: "/work/os-host" |
9448 | 2024-08-06T08:10:47.405Z | [ host-image] Aug 06 08:10:46.073 INFO collecting git info from project "pilot"... |
9449 | 2024-08-06T08:10:47.409Z | [ host-image] Aug 06 08:10:46.079 INFO collecting git info from project "image-builder"... |
9450 | 2024-08-06T08:10:47.413Z | [ host-image] Aug 06 08:10:46.083 INFO collecting git info from project "bootserver"... |
9451 | 2024-08-06T08:10:47.417Z | [ host-image] Aug 06 08:10:46.088 INFO collecting git info from project "phbl"... |
9452 | 2024-08-06T08:10:47.422Z | [ host-image] Aug 06 08:10:46.092 INFO collecting git info from project "pinprick"... |
9453 | 2024-08-06T08:10:47.427Z | [ host-image] Aug 06 08:10:46.097 INFO collecting git info from project "amd-firmware"... |
9454 | 2024-08-06T08:10:47.434Z | [ host-image] Aug 06 08:10:46.105 INFO collecting git info from project "chelsio-t6-roms"... |
9455 | 2024-08-06T08:10:47.438Z | [ host-image] Aug 06 08:10:46.109 INFO collecting git info from project "amd-host-image-builder"... |
9456 | 2024-08-06T08:10:47.452Z | [ host-image] Aug 06 08:10:46.123 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9457 | 2024-08-06T08:10:47.807Z | [ host-image] Aug 06 08:10:46.477 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9458 | 2024-08-06T08:10:48.152Z | [ host-image] Aug 06 08:10:46.823 INFO creating Oxide boot image... |
9459 | 2024-08-06T08:10:48.152Z | [ host-image] Aug 06 08:10:46.823 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 2f13344/795571e 2024-08-06 07:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9460 | 2024-08-06T08:10:49.094Z | [ host-image] Aug 06 08:10:47.764 INFO O| ok, image written! |
9461 | 2024-08-06T08:10:49.094Z | [ host-image] Aug 06 08:10:47.764 INFO O| ok, boot_image_csum file written! |
9462 | 2024-08-06T08:10:49.096Z | [ host-image] Aug 06 08:10:47.767 INFO creating boot archive (CPIO)... |
9463 | 2024-08-06T08:10:49.097Z | [ host-image] Aug 06 08:10:47.767 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 |
9464 | 2024-08-06T08:10:49.103Z | [ host-image] Aug 06 08:10:47.774 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9465 | 2024-08-06T08:10:49.103Z | [ host-image] Aug 06 08:10:47.774 INFO E| + outfile=/work/os-host/cpio |
9466 | 2024-08-06T08:10:49.103Z | [ host-image] Aug 06 08:10:47.774 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9467 | 2024-08-06T08:10:49.107Z | [ host-image] Aug 06 08:10:47.776 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9468 | 2024-08-06T08:10:49.107Z | [ host-image] Aug 06 08:10:47.776 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9469 | 2024-08-06T08:10:49.141Z | [ host-image] Aug 06 08:10:47.811 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9470 | 2024-08-06T08:10:49.141Z | [ host-image] Aug 06 08:10:47.811 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9471 | 2024-08-06T08:10:49.148Z | [ host-image] Aug 06 08:10:47.819 INFO creating compressed cpio/unix for nanobl-rs... |
9472 | 2024-08-06T08:10:49.151Z | [ host-image] Aug 06 08:10:47.819 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 |
9473 | 2024-08-06T08:10:49.433Z | [ host-image] Aug 06 08:10:48.104 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9474 | 2024-08-06T08:10:53.770Z | [ host-image] Aug 06 08:10:52.440 INFO creating reset image... |
9475 | 2024-08-06T08:10:53.770Z | [ host-image] Aug 06 08:10:52.440 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9476 | 2024-08-06T08:10:53.854Z | [ host-image] Aug 06 08:10:52.523 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9477 | 2024-08-06T08:10:53.857Z | [ host-image] Aug 06 08:10:52.524 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9478 | 2024-08-06T08:10:53.918Z | [ host-image] Aug 06 08:10:52.587 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9479 | 2024-08-06T08:10:56.112Z | [ host-image] Aug 06 08:10:54.781 INFO E| Finished `release` profile [optimized] target(s) in 2.24s |
9480 | 2024-08-06T08:10:56.123Z | [ host-image] Aug 06 08:10:54.792 INFO building host image... |
9481 | 2024-08-06T08:10:56.125Z | [ host-image] Aug 06 08:10:54.792 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") |
9482 | 2024-08-06T08:10:56.581Z | [ host-image] Aug 06 08:10:55.250 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9483 | 2024-08-06T08:11:42.314Z | [ host-image] Aug 06 08:11:40.975 INFO image complete! materials are in "/work/os-host" |
9484 | 2024-08-06T08:11:42.317Z | [ host-image] |
9485 | 2024-08-06T08:11:42.317Z | [ host-image] real 8:40.176201619 |
9486 | 2024-08-06T08:11:42.320Z | [ host-image] user 3:47.758686211 |
9487 | 2024-08-06T08:11:42.320Z | [ host-image] sys 46.970312826 |
9488 | 2024-08-06T08:11:42.320Z | [ host-image] trap 0.121263927 |
9489 | 2024-08-06T08:11:42.320Z | [ host-image] tflt 0.020682200 |
9490 | 2024-08-06T08:11:42.320Z | [ host-image] dflt 0.020676786 |
9491 | 2024-08-06T08:11:42.320Z | [ host-image] kflt 0.000000000 |
9492 | 2024-08-06T08:11:42.320Z | [ host-image] lock 5:44.345326555 |
9493 | 2024-08-06T08:11:42.320Z | [ host-image] slp 48:12.099643585 |
9494 | 2024-08-06T08:11:42.320Z | [ host-image] lat 52.597058334 |
9495 | 2024-08-06T08:11:42.320Z | [ host-image] stop 0.739360609 |
9496 | 2024-08-06T08:11:42.320Z | Aug 06 08:11:40.980 INFO [host-image] process exited with exit status: 0 (520.189538069s) |
9497 | 2024-08-06T08:11:42.321Z | Aug 06 08:11:40.980 INFO [tuf-repo] running task |
9498 | 2024-08-06T08:11:49.306Z | Aug 06 08:11:47.966 INFO assembling repository in `/tmp/tufaceousz6EjKX`, component: OmicronRepoAssembler |
9499 | 2024-08-06T08:11:53.837Z | Aug 06 08:11:52.497 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9500 | 2024-08-06T08:11:54.027Z | Aug 06 08:11:52.686 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9501 | 2024-08-06T08:12:04.938Z | Aug 06 08:12:03.596 INFO [tuf-repo] task succeeded (22.616346781s) |
9502 | 2024-08-06T08:12:04.938Z | Aug 06 08:12:03.596 INFO all jobs completed in 1709.481097726s |
9503 | 2024-08-06T08:12:05.481Z | process exited: duration 2379907 ms, exit code 0 |
|
9504 | 2024-08-06T08:12:05.493Z | found 33 output files |
9505 | 2024-08-06T08:12:05.493Z | uploading: /work/manifest.toml (8404 bytes) |
9506 | 2024-08-06T08:12:06.504Z | uploaded: /work/manifest.toml |
9507 | 2024-08-06T08:12:06.504Z | uploading: /work/repo.zip (1758544837 bytes) |
9508 | 2024-08-06T08:12:46.373Z | uploaded: /work/repo.zip |
9509 | 2024-08-06T08:12:46.373Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9510 | 2024-08-06T08:12:47.390Z | uploaded: /work/repo.zip.sha256.txt |
9511 | 2024-08-06T08:12:47.390Z | uploading: /work/helios-setup.log (51506 bytes) |
9512 | 2024-08-06T08:12:48.404Z | uploaded: /work/helios-setup.log |
9513 | 2024-08-06T08:12:48.408Z | uploading: /work/host-image.log (196309 bytes) |
9514 | 2024-08-06T08:12:49.425Z | uploaded: /work/host-image.log |
9515 | 2024-08-06T08:12:49.425Z | uploading: /work/host-package.log (17696 bytes) |
9516 | 2024-08-06T08:12:50.436Z | uploaded: /work/host-package.log |
9517 | 2024-08-06T08:12:50.440Z | uploading: /work/host-target.log (101 bytes) |
9518 | 2024-08-06T08:12:51.448Z | uploaded: /work/host-target.log |
9519 | 2024-08-06T08:12:51.449Z | uploading: /work/omicron-package.log (4520 bytes) |
9520 | 2024-08-06T08:12:52.462Z | uploaded: /work/omicron-package.log |
9521 | 2024-08-06T08:12:52.462Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9522 | 2024-08-06T08:12:53.474Z | uploaded: /work/phbl-toolchain.log |
9523 | 2024-08-06T08:12:53.474Z | uploading: /work/recovery-image.log (593303 bytes) |
9524 | 2024-08-06T08:12:54.544Z | uploaded: /work/recovery-image.log |
9525 | 2024-08-06T08:12:54.554Z | uploading: /work/recovery-package.log (282 bytes) |
9526 | 2024-08-06T08:12:55.570Z | uploaded: /work/recovery-package.log |
9527 | 2024-08-06T08:12:55.570Z | uploading: /work/recovery-target.log (98 bytes) |
9528 | 2024-08-06T08:12:56.581Z | uploaded: /work/recovery-target.log |
9529 | 2024-08-06T08:12:56.581Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9530 | 2024-08-06T08:12:57.600Z | uploaded: /work/stamp-clickhouse.log |
9531 | 2024-08-06T08:12:57.600Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9532 | 2024-08-06T08:12:58.611Z | uploaded: /work/stamp-clickhouse_keeper.log |
9533 | 2024-08-06T08:12:58.611Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9534 | 2024-08-06T08:12:59.624Z | uploaded: /work/stamp-cockroachdb.log |
9535 | 2024-08-06T08:12:59.624Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9536 | 2024-08-06T08:13:00.635Z | uploaded: /work/stamp-crucible-dtrace.log |
9537 | 2024-08-06T08:13:00.639Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9538 | 2024-08-06T08:13:01.646Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9539 | 2024-08-06T08:13:01.646Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9540 | 2024-08-06T08:13:02.656Z | uploaded: /work/stamp-crucible-zone.log |
9541 | 2024-08-06T08:13:02.656Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9542 | 2024-08-06T08:13:04.075Z | uploaded: /work/stamp-external-dns.log |
9543 | 2024-08-06T08:13:04.079Z | uploading: /work/stamp-installinator.log (103 bytes) |
9544 | 2024-08-06T08:13:05.090Z | uploaded: /work/stamp-installinator.log |
9545 | 2024-08-06T08:13:05.090Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9546 | 2024-08-06T08:13:06.102Z | uploaded: /work/stamp-internal-dns.log |
9547 | 2024-08-06T08:13:06.102Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9548 | 2024-08-06T08:13:07.116Z | uploaded: /work/stamp-mg-ddm-gz.log |
9549 | 2024-08-06T08:13:07.116Z | uploading: /work/stamp-nexus.log (112 bytes) |
9550 | 2024-08-06T08:13:08.126Z | uploaded: /work/stamp-nexus.log |
9551 | 2024-08-06T08:13:08.126Z | uploading: /work/stamp-ntp.log (110 bytes) |
9552 | 2024-08-06T08:13:09.135Z | uploaded: /work/stamp-ntp.log |
9553 | 2024-08-06T08:13:09.135Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9554 | 2024-08-06T08:13:10.149Z | uploaded: /work/stamp-omicron-sled-agent.log |
9555 | 2024-08-06T08:13:10.149Z | uploading: /work/stamp-overlay.log (114 bytes) |
9556 | 2024-08-06T08:13:11.165Z | uploaded: /work/stamp-overlay.log |
9557 | 2024-08-06T08:13:11.165Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9558 | 2024-08-06T08:13:12.182Z | uploaded: /work/stamp-oximeter.log |
9559 | 2024-08-06T08:13:12.190Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9560 | 2024-08-06T08:13:13.259Z | uploaded: /work/stamp-oxlog.log |
9561 | 2024-08-06T08:13:13.259Z | uploading: /work/stamp-probe.log (112 bytes) |
9562 | 2024-08-06T08:13:17.197Z | uploaded: /work/stamp-probe.log |
9563 | 2024-08-06T08:13:17.201Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9564 | 2024-08-06T08:13:18.207Z | uploaded: /work/stamp-propolis-server.log |
9565 | 2024-08-06T08:13:18.207Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9566 | 2024-08-06T08:13:19.216Z | uploaded: /work/stamp-pumpkind-gz.log |
9567 | 2024-08-06T08:13:19.216Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9568 | 2024-08-06T08:13:20.225Z | uploaded: /work/stamp-switch-asic.log |
9569 | 2024-08-06T08:13:20.227Z | uploading: /work/verify-libraries.log (1581 bytes) |
9570 | 2024-08-06T08:13:21.234Z | uploaded: /work/verify-libraries.log |