|
|
|
1 | 2024-08-15T04:57:43.608Z | job assigned to worker 01J5A6AHZ6RBNYNE9BDNW7WNT4 (queued for 55 s) |
|
2 | 2024-08-15T04:57:52.067Z | starting task 0: "setup" |
3 | 2024-08-15T04:57:52.094Z | ++ uname -s |
4 | 2024-08-15T04:57:52.098Z | + kern=SunOS |
5 | 2024-08-15T04:57:52.098Z | + case "$kern" in |
6 | 2024-08-15T04:57:52.098Z | + groupadd -g 12345 build |
7 | 2024-08-15T04:57:52.101Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-15T04:57:54.143Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-15T04:57:54.306Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-15T04:57:54.309Z | + home_fs=zfs |
11 | 2024-08-15T04:57:54.309Z | + [[ zfs == autofs ]] |
12 | 2024-08-15T04:57:54.309Z | + mkdir -p /home/build |
13 | 2024-08-15T04:57:54.312Z | + chown build:build /home/build /work |
14 | 2024-08-15T04:57:56.313Z | + chmod 0700 /home/build /work |
15 | 2024-08-15T04:57:56.316Z | process exited: duration 4248 ms, exit code 0 |
|
16 | 2024-08-15T04:57:56.321Z | starting task 1: "rust-toolchain" |
17 | 2024-08-15T04:57:56.326Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-15T04:57:56.326Z | ' 1.80.1 |
19 | 2024-08-15T04:57:56.326Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-15T04:57:56.326Z | ' default |
21 | 2024-08-15T04:57:56.327Z | * toolchain channel = "1.80.1" |
22 | 2024-08-15T04:57:56.327Z | * toolchain profile = "default" |
23 | 2024-08-15T04:57:56.329Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-15T04:57:56.329Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-15T04:57:56.619Z | info: downloading installer |
26 | 2024-08-15T04:57:58.182Z | info: profile set to 'default' |
27 | 2024-08-15T04:57:58.182Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-15T04:57:58.185Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-15T04:57:58.330Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-15T04:57:58.330Z | info: downloading component 'cargo' |
31 | 2024-08-15T04:57:59.198Z | info: downloading component 'clippy' |
32 | 2024-08-15T04:57:59.488Z | info: downloading component 'rust-docs' |
33 | 2024-08-15T04:58:00.637Z | info: downloading component 'rust-std' |
34 | 2024-08-15T04:58:02.355Z | info: downloading component 'rustc' |
35 | 2024-08-15T04:58:06.981Z | info: downloading component 'rustfmt' |
36 | 2024-08-15T04:58:07.220Z | info: installing component 'cargo' |
37 | 2024-08-15T04:58:08.110Z | info: installing component 'clippy' |
38 | 2024-08-15T04:58:08.503Z | info: installing component 'rust-docs' |
39 | 2024-08-15T04:58:10.141Z | info: installing component 'rust-std' |
40 | 2024-08-15T04:58:11.881Z | info: installing component 'rustc' |
41 | 2024-08-15T04:58:16.371Z | info: installing component 'rustfmt' |
42 | 2024-08-15T04:58:16.723Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-15T04:58:16.723Z | |
44 | 2024-08-15T04:58:16.993Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-15T04:58:16.993Z | |
46 | 2024-08-15T04:58:16.995Z | |
47 | 2024-08-15T04:58:16.995Z | Rust is installed now. Great! |
48 | 2024-08-15T04:58:16.995Z | |
49 | 2024-08-15T04:58:16.996Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-15T04:58:16.996Z | environment variable. This has not been done automatically. |
51 | 2024-08-15T04:58:16.996Z | |
52 | 2024-08-15T04:58:16.996Z | To configure your current shell, you need to source |
53 | 2024-08-15T04:58:16.996Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-15T04:58:16.996Z | |
55 | 2024-08-15T04:58:16.996Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-15T04:58:16.996Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-15T04:58:16.996Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-15T04:58:17.067Z | + rustc --version |
59 | 2024-08-15T04:58:17.130Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-15T04:58:17.133Z | process exited: duration 20809 ms, exit code 0 |
|
61 | 2024-08-15T04:58:17.138Z | starting task 2: "authentication" |
62 | 2024-08-15T04:58:17.159Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-15T04:58:17.166Z | starting task 3: "clone repository" |
64 | 2024-08-15T04:58:17.169Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-15T04:58:17.171Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-15T04:58:17.349Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-15T04:58:24.640Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-15T04:58:24.640Z | + git fetch origin 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
69 | 2024-08-15T04:58:24.970Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-15T04:58:24.970Z | * branch 4d6683a47c0509e3127dd73f2e1c7ea5495185dc -> FETCH_HEAD |
71 | 2024-08-15T04:58:24.980Z | + [[ -n dap/fix-main ]] |
72 | 2024-08-15T04:58:24.983Z | ++ git branch --show-current |
73 | 2024-08-15T04:58:24.985Z | + current=main |
74 | 2024-08-15T04:58:24.986Z | + [[ main != dap/fix-main ]] |
75 | 2024-08-15T04:58:24.986Z | + git branch -f dap/fix-main 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
76 | 2024-08-15T04:58:24.988Z | + git checkout -f dap/fix-main |
77 | 2024-08-15T04:58:25.141Z | Switched to branch 'dap/fix-main' |
78 | 2024-08-15T04:58:25.144Z | + git reset --hard 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
79 | 2024-08-15T04:58:25.154Z | HEAD is now at 4d6683a47 fix auto-mismerge of #6294 and #6327 |
80 | 2024-08-15T04:58:25.156Z | process exited: duration 7990 ms, exit code 0 |
|
81 | 2024-08-15T04:58:25.161Z | starting task 4: "build" |
82 | 2024-08-15T04:58:25.166Z | + cargo --version |
83 | 2024-08-15T04:58:25.222Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-15T04:58:25.225Z | + rustc --version |
85 | 2024-08-15T04:58:25.283Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-15T04:58:25.285Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-15T04:58:45.372Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-15T04:58:47.716Z | Startup: Caching catalogs ... Done |
89 | 2024-08-15T04:58:49.658Z | Planning: Solver setup ... Done (1.251s) |
90 | 2024-08-15T04:58:49.679Z | Planning: Running solver ... Done (0.021s) |
91 | 2024-08-15T04:58:49.720Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2024-08-15T04:58:49.733Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-15T04:58:50.203Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-15T04:58:50.252Z | Planning: Package planning ... Done (0.049s) |
95 | 2024-08-15T04:58:50.303Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-15T04:58:52.151Z | Planning: Checking for conflicting actions ... Done (1.848s) |
97 | 2024-08-15T04:58:52.163Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-15T04:59:00.702Z | Planning: Evaluating mediators ... Done (8.536s) |
99 | 2024-08-15T04:59:00.717Z | Planning: Planning completed in 12.92 seconds |
100 | 2024-08-15T04:59:04.064Z | Packages to install: 4 |
101 | 2024-08-15T04:59:04.064Z | Mediators to change: 2 |
102 | 2024-08-15T04:59:04.064Z | Services to change: 1 |
103 | 2024-08-15T04:59:04.072Z | Estimated space available: 155.72 GB |
104 | 2024-08-15T04:59:04.072Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-15T04:59:04.072Z | Create boot environment: No |
106 | 2024-08-15T04:59:04.072Z | Create backup boot environment: No |
107 | 2024-08-15T04:59:04.072Z | Rebuild boot archive: No |
108 | 2024-08-15T04:59:04.072Z | |
109 | 2024-08-15T04:59:04.073Z | Changed mediators: |
110 | 2024-08-15T04:59:04.073Z | mediator clang: |
111 | 2024-08-15T04:59:04.073Z | version: None -> 15 (system default) |
112 | 2024-08-15T04:59:04.073Z | |
113 | 2024-08-15T04:59:04.073Z | mediator llvm: |
114 | 2024-08-15T04:59:04.073Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-15T04:59:04.073Z | |
116 | 2024-08-15T04:59:04.073Z | Changed packages: |
117 | 2024-08-15T04:59:04.073Z | helios-dev |
118 | 2024-08-15T04:59:04.073Z | developer/build-essential |
119 | 2024-08-15T04:59:04.074Z | None -> 11-2.0 |
120 | 2024-08-15T04:59:04.074Z | library/libxmlsec1 |
121 | 2024-08-15T04:59:04.074Z | None -> 1.2.35-2.0 |
122 | 2024-08-15T04:59:04.074Z | ooce/developer/clang-15 |
123 | 2024-08-15T04:59:04.074Z | None -> 15.0.7-2.0 |
124 | 2024-08-15T04:59:04.074Z | ooce/developer/llvm-15 |
125 | 2024-08-15T04:59:04.074Z | None -> 15.0.7-2.0 |
126 | 2024-08-15T04:59:04.074Z | |
127 | 2024-08-15T04:59:04.074Z | Services: |
128 | 2024-08-15T04:59:04.074Z | restart_fmri: |
129 | 2024-08-15T04:59:04.074Z | svc:/system/update-man-index:default |
130 | 2024-08-15T04:59:04.364Z | |
131 | 2024-08-15T04:59:04.364Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-15T04:59:09.369Z | Download: 1198/3290 items 80.6/212.6MB 37% complete (17.2M/s) |
133 | 2024-08-15T04:59:14.367Z | Download: 2725/3290 items 120.5/212.6MB 56% complete (12.1M/s) |
134 | 2024-08-15T04:59:18.432Z | Download: Completed 212.60 MB in 14.07 seconds (15.1M/s) |
135 | 2024-08-15T04:59:19.359Z | Actions: 1/3689 actions (Installing new actions) |
136 | 2024-08-15T04:59:24.444Z | Actions: 3552/3689 actions (Installing new actions) |
137 | 2024-08-15T04:59:25.589Z | Actions: Completed 3689 actions in 6.23 seconds. |
138 | 2024-08-15T04:59:25.867Z | Done (0.272s) |
139 | 2024-08-15T04:59:25.868Z | Done (0.000s) |
140 | 2024-08-15T04:59:26.230Z | Done (0.364s) |
141 | 2024-08-15T04:59:33.794Z | Done (7.387s) |
142 | 2024-08-15T04:59:33.987Z | Done (0.117s) |
143 | 2024-08-15T04:59:33.990Z | Done (0.000s) |
144 | 2024-08-15T04:59:34.196Z | Done (0.000s) |
145 | 2024-08-15T04:59:34.788Z | Planning: Evaluating mediator changes ... Done |
146 | 2024-08-15T04:59:34.952Z | Planning: Checking for conflicting actions ... Done |
147 | 2024-08-15T04:59:34.954Z | Planning: Consolidating action changes ... Done |
148 | 2024-08-15T04:59:35.223Z | Planning: Evaluating mediators ... Done |
149 | 2024-08-15T04:59:35.225Z | Planning: Planning completed in 0.44 seconds |
150 | 2024-08-15T04:59:35.256Z | Mediators to change: 2 |
151 | 2024-08-15T04:59:35.256Z | Create boot environment: No |
152 | 2024-08-15T04:59:35.258Z | Create backup boot environment: No |
153 | 2024-08-15T04:59:35.344Z | Done |
154 | 2024-08-15T04:59:35.344Z | Done |
155 | 2024-08-15T04:59:35.583Z | Done |
156 | 2024-08-15T04:59:39.309Z | Done |
157 | 2024-08-15T04:59:39.397Z | Done |
158 | 2024-08-15T04:59:39.400Z | Done |
159 | 2024-08-15T04:59:39.676Z | Done |
160 | 2024-08-15T04:59:40.299Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-08-15T04:59:40.302Z | Planning: Merging actions ... Done |
162 | 2024-08-15T04:59:40.496Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-08-15T04:59:40.498Z | Planning: Consolidating action changes ... Done |
164 | 2024-08-15T04:59:40.768Z | Planning: Evaluating mediators ... Done |
165 | 2024-08-15T04:59:40.826Z | Planning: Planning completed in 0.77 seconds |
166 | 2024-08-15T04:59:40.861Z | Packages to change: 1 |
167 | 2024-08-15T04:59:40.861Z | Mediators to change: 1 |
168 | 2024-08-15T04:59:40.865Z | Services to change: 1 |
169 | 2024-08-15T04:59:40.865Z | Create boot environment: No |
170 | 2024-08-15T04:59:40.865Z | Create backup boot environment: Yes |
171 | 2024-08-15T04:59:42.803Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2024-08-15T04:59:42.806Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2024-08-15T04:59:42.806Z | Done |
174 | 2024-08-15T04:59:42.806Z | Done |
175 | 2024-08-15T04:59:42.880Z | Done |
176 | 2024-08-15T04:59:46.703Z | Done |
177 | 2024-08-15T04:59:46.790Z | Done |
178 | 2024-08-15T04:59:46.793Z | Done |
179 | 2024-08-15T04:59:46.918Z | Done |
180 | 2024-08-15T04:59:47.367Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2024-08-15T04:59:47.367Z | clang system 15 system |
182 | 2024-08-15T04:59:47.367Z | csh system system illumos |
183 | 2024-08-15T04:59:47.367Z | ctags system system illumos |
184 | 2024-08-15T04:59:47.367Z | gcc vendor 12 vendor |
185 | 2024-08-15T04:59:47.367Z | gcc system 10 system |
186 | 2024-08-15T04:59:47.367Z | gcc system 7 system |
187 | 2024-08-15T04:59:47.367Z | go system 1.20 system |
188 | 2024-08-15T04:59:47.367Z | go system 1.19 system |
189 | 2024-08-15T04:59:47.367Z | llvm system 15 system |
190 | 2024-08-15T04:59:47.367Z | llvm system 14 system |
191 | 2024-08-15T04:59:47.367Z | mariadb system 10.6 system |
192 | 2024-08-15T04:59:47.367Z | mta vendor vendor dma |
193 | 2024-08-15T04:59:47.367Z | openjdk system 17 system |
194 | 2024-08-15T04:59:47.367Z | openjdk system 11 system |
195 | 2024-08-15T04:59:47.367Z | openjdk system 1.8 system |
196 | 2024-08-15T04:59:47.367Z | openssl vendor 3 vendor |
197 | 2024-08-15T04:59:47.367Z | perl system 5.36 system |
198 | 2024-08-15T04:59:47.367Z | postgresql system 15 system |
199 | 2024-08-15T04:59:47.367Z | postgresql system 13 system |
200 | 2024-08-15T04:59:47.368Z | python vendor 3 vendor |
201 | 2024-08-15T04:59:47.368Z | python system 2 system |
202 | 2024-08-15T04:59:47.368Z | python3 system 3.11 system |
203 | 2024-08-15T04:59:47.368Z | ruby system 3.0 system |
204 | 2024-08-15T04:59:47.368Z | words vendor vendor american-english |
205 | 2024-08-15T04:59:47.368Z | words system system australian-english |
206 | 2024-08-15T04:59:47.368Z | words system system british-english |
207 | 2024-08-15T04:59:47.368Z | words system system canadian-english |
208 | 2024-08-15T04:59:47.368Z | words system system french |
209 | 2024-08-15T04:59:47.368Z | words system system italian |
210 | 2024-08-15T04:59:47.368Z | words system system ngerman |
211 | 2024-08-15T04:59:47.368Z | words system system ogerman |
212 | 2024-08-15T04:59:47.368Z | words system system spanish |
213 | 2024-08-15T04:59:47.717Z | PUBLISHER TYPE STATUS P LOCATION |
214 | 2024-08-15T04:59:47.717Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
215 | 2024-08-15T04:59:49.530Z | FMRI IFO |
216 | 2024-08-15T04:59:49.530Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2024-08-15T04:59:49.530Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2024-08-15T04:59:49.531Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2024-08-15T04:59:49.531Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
220 | 2024-08-15T04:59:49.531Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
221 | 2024-08-15T04:59:49.531Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2024-08-15T04:59:49.531Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
223 | 2024-08-15T04:59:49.531Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
224 | 2024-08-15T04:59:49.532Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
225 | 2024-08-15T04:59:49.532Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
226 | 2024-08-15T04:59:49.532Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
227 | 2024-08-15T04:59:49.532Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
228 | 2024-08-15T04:59:50.129Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
229 | 2024-08-15T04:59:50.399Z | Updating git repository `https://github.com/oxidecomputer/zone` |
230 | 2024-08-15T04:59:50.663Z | Updating crates.io index |
231 | 2024-08-15T04:59:50.747Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
232 | 2024-08-15T04:59:51.645Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
233 | 2024-08-15T04:59:52.406Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
234 | 2024-08-15T04:59:52.640Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
235 | 2024-08-15T04:59:54.069Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
236 | 2024-08-15T04:59:54.302Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
237 | 2024-08-15T04:59:54.529Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
238 | 2024-08-15T04:59:55.637Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
239 | 2024-08-15T04:59:57.584Z | Updating git repository `https://github.com/oxidecomputer/opte` |
240 | 2024-08-15T04:59:58.542Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
241 | 2024-08-15T04:59:59.181Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
242 | 2024-08-15T04:59:59.435Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
243 | 2024-08-15T04:59:59.965Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
244 | 2024-08-15T05:00:00.229Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
245 | 2024-08-15T05:00:00.673Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
246 | 2024-08-15T05:00:00.973Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
247 | 2024-08-15T05:00:01.251Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
248 | 2024-08-15T05:00:01.517Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
249 | 2024-08-15T05:00:01.763Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
250 | 2024-08-15T05:00:02.076Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
251 | 2024-08-15T05:00:02.470Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
252 | 2024-08-15T05:00:02.758Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
253 | 2024-08-15T05:00:03.126Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
254 | 2024-08-15T05:00:03.562Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
255 | 2024-08-15T05:00:03.968Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
256 | 2024-08-15T05:00:04.348Z | Updating git repository `https://github.com/oxidecomputer/typify` |
257 | 2024-08-15T05:00:06.399Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
258 | 2024-08-15T05:00:06.652Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
259 | 2024-08-15T05:00:06.877Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
260 | 2024-08-15T05:00:07.203Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
261 | 2024-08-15T05:00:08.511Z | Downloading crates ... |
262 | 2024-08-15T05:00:08.582Z | Downloaded autocfg v1.3.0 |
263 | 2024-08-15T05:00:08.585Z | Downloaded anstyle-parse v0.2.4 |
264 | 2024-08-15T05:00:08.591Z | Downloaded is_terminal_polyfill v1.70.0 |
265 | 2024-08-15T05:00:08.593Z | Downloaded equivalent v1.0.1 |
266 | 2024-08-15T05:00:08.598Z | Downloaded pretty-hex v0.4.1 |
267 | 2024-08-15T05:00:08.600Z | Downloaded scroll_derive v0.12.0 |
268 | 2024-08-15T05:00:08.603Z | Downloaded cfg-if v1.0.0 |
269 | 2024-08-15T05:00:08.605Z | Downloaded cargo-platform v0.1.8 |
270 | 2024-08-15T05:00:08.608Z | Downloaded anstyle-query v1.0.3 |
271 | 2024-08-15T05:00:08.608Z | Downloaded byteorder v1.5.0 |
272 | 2024-08-15T05:00:08.610Z | Downloaded anstyle v1.0.8 |
273 | 2024-08-15T05:00:08.615Z | Downloaded block-buffer v0.10.4 |
274 | 2024-08-15T05:00:08.619Z | Downloaded crypto-common v0.1.6 |
275 | 2024-08-15T05:00:08.621Z | Downloaded toml_datetime v0.6.8 |
276 | 2024-08-15T05:00:08.621Z | Downloaded thiserror v1.0.63 |
277 | 2024-08-15T05:00:08.626Z | Downloaded heck v0.5.0 |
278 | 2024-08-15T05:00:08.628Z | Downloaded usdt-impl v0.5.0 |
279 | 2024-08-15T05:00:08.631Z | Downloaded proc-macro-error-attr v1.0.4 |
280 | 2024-08-15T05:00:08.631Z | Downloaded thread-id v4.2.1 |
281 | 2024-08-15T05:00:08.633Z | Downloaded tabled_derive v0.7.0 |
282 | 2024-08-15T05:00:08.633Z | Downloaded strsim v0.11.1 |
283 | 2024-08-15T05:00:08.635Z | Downloaded clap_derive v4.5.13 |
284 | 2024-08-15T05:00:08.637Z | Downloaded anstream v0.6.14 |
285 | 2024-08-15T05:00:08.640Z | Downloaded generic-array v0.14.7 |
286 | 2024-08-15T05:00:08.640Z | Downloaded colorchoice v1.0.1 |
287 | 2024-08-15T05:00:08.642Z | Downloaded cargo_metadata v0.18.1 |
288 | 2024-08-15T05:00:08.642Z | Downloaded fnv v1.0.7 |
289 | 2024-08-15T05:00:08.645Z | Downloaded bytecount v0.6.8 |
290 | 2024-08-15T05:00:08.647Z | Downloaded dof v0.3.0 |
291 | 2024-08-15T05:00:08.647Z | Downloaded serde_tokenstream v0.2.1 |
292 | 2024-08-15T05:00:08.650Z | Downloaded memmap v0.7.0 |
293 | 2024-08-15T05:00:08.653Z | Downloaded utf8parse v0.2.1 |
294 | 2024-08-15T05:00:08.653Z | Downloaded usdt v0.5.0 |
295 | 2024-08-15T05:00:08.655Z | Downloaded quote v1.0.36 |
296 | 2024-08-15T05:00:08.657Z | Downloaded pest_derive v2.7.10 |
297 | 2024-08-15T05:00:08.660Z | Downloaded clap v4.5.15 |
298 | 2024-08-15T05:00:08.669Z | Downloaded typenum v1.17.0 |
299 | 2024-08-15T05:00:08.671Z | Downloaded ryu v1.0.18 |
300 | 2024-08-15T05:00:08.674Z | Downloaded dtrace-parser v0.2.0 |
301 | 2024-08-15T05:00:08.676Z | Downloaded papergrid v0.11.0 |
302 | 2024-08-15T05:00:08.680Z | Downloaded clap_lex v0.7.0 |
303 | 2024-08-15T05:00:08.682Z | Downloaded pest_meta v2.7.10 |
304 | 2024-08-15T05:00:08.685Z | Downloaded usdt-attr-macro v0.5.0 |
305 | 2024-08-15T05:00:08.685Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-08-15T05:00:08.685Z | Downloaded swrite v0.1.0 |
307 | 2024-08-15T05:00:08.687Z | Downloaded cargo_toml v0.20.4 |
308 | 2024-08-15T05:00:08.687Z | Downloaded camino v1.1.7 |
309 | 2024-08-15T05:00:08.690Z | Downloaded unicode-ident v1.0.12 |
310 | 2024-08-15T05:00:08.692Z | Downloaded anyhow v1.0.86 |
311 | 2024-08-15T05:00:08.695Z | Downloaded bitflags v2.6.0 |
312 | 2024-08-15T05:00:08.699Z | Downloaded itoa v1.0.11 |
313 | 2024-08-15T05:00:08.701Z | Downloaded scroll v0.12.0 |
314 | 2024-08-15T05:00:08.703Z | Downloaded pest_generator v2.7.10 |
315 | 2024-08-15T05:00:08.703Z | Downloaded errno v0.3.9 |
316 | 2024-08-15T05:00:08.706Z | Downloaded heck v0.4.1 |
317 | 2024-08-15T05:00:08.706Z | Downloaded fs-err v2.11.0 |
318 | 2024-08-15T05:00:08.709Z | Downloaded digest v0.10.7 |
319 | 2024-08-15T05:00:08.709Z | Downloaded cpufeatures v0.2.12 |
320 | 2024-08-15T05:00:08.711Z | Downloaded macaddr v1.0.1 |
321 | 2024-08-15T05:00:08.714Z | Downloaded thiserror-impl v1.0.63 |
322 | 2024-08-15T05:00:08.720Z | Downloaded version_check v0.9.5 |
323 | 2024-08-15T05:00:08.728Z | Downloaded serde_spanned v0.6.7 |
324 | 2024-08-15T05:00:08.730Z | Downloaded plain v0.2.3 |
325 | 2024-08-15T05:00:08.730Z | Downloaded once_cell v1.19.0 |
326 | 2024-08-15T05:00:08.735Z | Downloaded terminal_size v0.3.0 |
327 | 2024-08-15T05:00:08.737Z | Downloaded proc-macro-error v1.0.4 |
328 | 2024-08-15T05:00:08.739Z | Downloaded semver v1.0.23 |
329 | 2024-08-15T05:00:08.745Z | Downloaded zerocopy-derive v0.7.34 |
330 | 2024-08-15T05:00:08.749Z | Downloaded sha2 v0.10.8 |
331 | 2024-08-15T05:00:08.751Z | Downloaded serde v1.0.207 |
332 | 2024-08-15T05:00:08.754Z | Downloaded proc-macro2 v1.0.86 |
333 | 2024-08-15T05:00:08.757Z | Downloaded log v0.4.21 |
334 | 2024-08-15T05:00:08.759Z | Downloaded ucd-trie v0.1.6 |
335 | 2024-08-15T05:00:08.761Z | Downloaded serde_derive v1.0.207 |
336 | 2024-08-15T05:00:08.764Z | Downloaded toml v0.8.19 |
337 | 2024-08-15T05:00:08.794Z | Downloaded memchr v2.7.2 |
338 | 2024-08-15T05:00:08.800Z | Downloaded indexmap v2.4.0 |
339 | 2024-08-15T05:00:08.814Z | Downloaded serde_json v1.0.124 |
340 | 2024-08-15T05:00:08.821Z | Downloaded zerocopy v0.7.34 |
341 | 2024-08-15T05:00:08.838Z | Downloaded toml_edit v0.22.20 |
342 | 2024-08-15T05:00:08.860Z | Downloaded tabled v0.15.0 |
343 | 2024-08-15T05:00:08.876Z | Downloaded pest v2.7.10 |
344 | 2024-08-15T05:00:08.881Z | Downloaded winnow v0.6.18 |
345 | 2024-08-15T05:00:08.889Z | Downloaded syn v1.0.109 |
346 | 2024-08-15T05:00:08.901Z | Downloaded goblin v0.8.2 |
347 | 2024-08-15T05:00:08.906Z | Downloaded syn v2.0.74 |
348 | 2024-08-15T05:00:08.918Z | Downloaded clap_builder v4.5.15 |
349 | 2024-08-15T05:00:08.925Z | Downloaded rustix v0.38.34 |
350 | 2024-08-15T05:00:08.947Z | Downloaded hashbrown v0.14.5 |
351 | 2024-08-15T05:00:08.952Z | Downloaded unicode-width v0.1.13 |
352 | 2024-08-15T05:00:08.959Z | Downloaded libc v0.2.155 |
353 | 2024-08-15T05:00:09.268Z | Compiling proc-macro2 v1.0.86 |
354 | 2024-08-15T05:00:09.269Z | Compiling unicode-ident v1.0.12 |
355 | 2024-08-15T05:00:09.271Z | Compiling version_check v0.9.5 |
356 | 2024-08-15T05:00:09.271Z | Compiling serde v1.0.207 |
357 | 2024-08-15T05:00:09.271Z | Compiling thiserror v1.0.63 |
358 | 2024-08-15T05:00:09.271Z | Compiling memchr v2.7.2 |
359 | 2024-08-15T05:00:09.271Z | Compiling libc v0.2.155 |
360 | 2024-08-15T05:00:09.304Z | Compiling ryu v1.0.18 |
361 | 2024-08-15T05:00:09.549Z | Compiling itoa v1.0.11 |
362 | 2024-08-15T05:00:09.731Z | Compiling ucd-trie v0.1.6 |
363 | 2024-08-15T05:00:10.079Z | Compiling once_cell v1.19.0 |
364 | 2024-08-15T05:00:10.258Z | Compiling byteorder v1.5.0 |
365 | 2024-08-15T05:00:10.573Z | Compiling serde_json v1.0.124 |
366 | 2024-08-15T05:00:11.907Z | Compiling proc-macro-error-attr v1.0.4 |
367 | 2024-08-15T05:00:11.909Z | Compiling usdt-impl v0.5.0 |
368 | 2024-08-15T05:00:11.909Z | Compiling syn v1.0.109 |
369 | 2024-08-15T05:00:11.909Z | Compiling rustix v0.38.34 |
370 | 2024-08-15T05:00:11.988Z | Compiling proc-macro-error v1.0.4 |
371 | 2024-08-15T05:00:12.259Z | Compiling utf8parse v0.2.1 |
372 | 2024-08-15T05:00:12.309Z | Compiling plain v0.2.3 |
373 | 2024-08-15T05:00:12.423Z | Compiling log v0.4.21 |
374 | 2024-08-15T05:00:12.469Z | Compiling equivalent v1.0.1 |
375 | 2024-08-15T05:00:12.492Z | Compiling hashbrown v0.14.5 |
376 | 2024-08-15T05:00:12.614Z | Compiling bitflags v2.6.0 |
377 | 2024-08-15T05:00:12.666Z | Compiling anstyle-parse v0.2.4 |
378 | 2024-08-15T05:00:12.803Z | Compiling quote v1.0.36 |
379 | 2024-08-15T05:00:12.827Z | Compiling thread-id v4.2.1 |
380 | 2024-08-15T05:00:13.015Z | Compiling anstyle v1.0.8 |
381 | 2024-08-15T05:00:13.039Z | Compiling pretty-hex v0.4.1 |
382 | 2024-08-15T05:00:13.064Z | Compiling autocfg v1.3.0 |
383 | 2024-08-15T05:00:13.253Z | Compiling syn v2.0.74 |
384 | 2024-08-15T05:00:13.350Z | Compiling errno v0.3.9 |
385 | 2024-08-15T05:00:13.583Z | Compiling is_terminal_polyfill v1.70.0 |
386 | 2024-08-15T05:00:13.673Z | Compiling camino v1.1.7 |
387 | 2024-08-15T05:00:13.728Z | Compiling winnow v0.6.18 |
388 | 2024-08-15T05:00:13.893Z | Compiling indexmap v2.4.0 |
389 | 2024-08-15T05:00:14.101Z | Compiling colorchoice v1.0.1 |
390 | 2024-08-15T05:00:14.270Z | Compiling anstyle-query v1.0.3 |
391 | 2024-08-15T05:00:14.361Z | Compiling semver v1.0.23 |
392 | 2024-08-15T05:00:14.406Z | Compiling anstream v0.6.14 |
393 | 2024-08-15T05:00:14.769Z | Compiling terminal_size v0.3.0 |
394 | 2024-08-15T05:00:15.009Z | Compiling fs-err v2.11.0 |
395 | 2024-08-15T05:00:15.173Z | Compiling fnv v1.0.7 |
396 | 2024-08-15T05:00:15.233Z | Compiling heck v0.4.1 |
397 | 2024-08-15T05:00:15.260Z | Compiling strsim v0.11.1 |
398 | 2024-08-15T05:00:15.260Z | Compiling clap_lex v0.7.0 |
399 | 2024-08-15T05:00:15.304Z | Compiling heck v0.5.0 |
400 | 2024-08-15T05:00:15.330Z | Compiling anyhow v1.0.86 |
401 | 2024-08-15T05:00:15.736Z | Compiling unicode-width v0.1.13 |
402 | 2024-08-15T05:00:15.835Z | Compiling bytecount v0.6.8 |
403 | 2024-08-15T05:00:15.837Z | Compiling clap_builder v4.5.15 |
404 | 2024-08-15T05:00:16.042Z | Compiling papergrid v0.11.0 |
405 | 2024-08-15T05:00:16.120Z | Compiling memmap v0.7.0 |
406 | 2024-08-15T05:00:16.802Z | Compiling swrite v0.1.0 |
407 | 2024-08-15T05:00:18.521Z | Compiling tabled_derive v0.7.0 |
408 | 2024-08-15T05:00:19.992Z | Compiling tabled v0.15.0 |
409 | 2024-08-15T05:00:21.783Z | Compiling serde_derive v1.0.207 |
410 | 2024-08-15T05:00:21.783Z | Compiling thiserror-impl v1.0.63 |
411 | 2024-08-15T05:00:21.786Z | Compiling zerocopy-derive v0.7.34 |
412 | 2024-08-15T05:00:21.808Z | Compiling scroll_derive v0.12.0 |
413 | 2024-08-15T05:00:21.916Z | Compiling clap_derive v4.5.13 |
414 | 2024-08-15T05:00:23.076Z | Compiling scroll v0.12.0 |
415 | 2024-08-15T05:00:23.497Z | Compiling zerocopy v0.7.34 |
416 | 2024-08-15T05:00:23.567Z | Compiling goblin v0.8.2 |
417 | 2024-08-15T05:00:24.517Z | Compiling pest v2.7.10 |
418 | 2024-08-15T05:00:25.797Z | Compiling clap v4.5.15 |
419 | 2024-08-15T05:00:26.655Z | Compiling pest_meta v2.7.10 |
420 | 2024-08-15T05:00:27.593Z | Compiling pest_generator v2.7.10 |
421 | 2024-08-15T05:00:29.496Z | Compiling pest_derive v2.7.10 |
422 | 2024-08-15T05:00:30.087Z | Compiling dtrace-parser v0.2.0 |
423 | 2024-08-15T05:00:32.133Z | Compiling toml_datetime v0.6.8 |
424 | 2024-08-15T05:00:32.133Z | Compiling serde_spanned v0.6.7 |
425 | 2024-08-15T05:00:32.135Z | Compiling cargo-platform v0.1.8 |
426 | 2024-08-15T05:00:32.497Z | Compiling serde_tokenstream v0.2.1 |
427 | 2024-08-15T05:00:32.675Z | Compiling toml_edit v0.22.20 |
428 | 2024-08-15T05:00:32.727Z | Compiling macaddr v1.0.1 |
429 | 2024-08-15T05:00:33.533Z | Compiling dof v0.3.0 |
430 | 2024-08-15T05:00:33.533Z | Compiling cargo_metadata v0.18.1 |
431 | 2024-08-15T05:00:35.524Z | Compiling toml v0.8.19 |
432 | 2024-08-15T05:00:35.599Z | Compiling usdt-macro v0.5.0 |
433 | 2024-08-15T05:00:35.599Z | Compiling usdt-attr-macro v0.5.0 |
434 | 2024-08-15T05:00:36.341Z | Compiling cargo_toml v0.20.4 |
435 | 2024-08-15T05:00:36.947Z | Compiling usdt v0.5.0 |
436 | 2024-08-15T05:00:40.147Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
437 | 2024-08-15T05:00:44.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.13s |
438 | 2024-08-15T05:00:44.286Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
439 | 2024-08-15T05:00:44.846Z | Downloading crates ... |
440 | 2024-08-15T05:00:44.955Z | Downloaded async-stream-impl v0.3.5 |
441 | 2024-08-15T05:00:44.958Z | Downloaded atty v0.2.14 |
442 | 2024-08-15T05:00:44.961Z | Downloaded adler v1.0.2 |
443 | 2024-08-15T05:00:44.964Z | Downloaded atomic-waker v1.1.2 |
444 | 2024-08-15T05:00:44.973Z | Downloaded crucible-workspace-hack v0.1.0 |
445 | 2024-08-15T05:00:44.975Z | Downloaded ciborium-io v0.2.2 |
446 | 2024-08-15T05:00:44.980Z | Downloaded instant v0.1.12 |
447 | 2024-08-15T05:00:44.986Z | Downloaded is_ci v1.2.0 |
448 | 2024-08-15T05:00:44.988Z | Downloaded bitstruct v0.1.1 |
449 | 2024-08-15T05:00:44.991Z | Downloaded num-conv v0.1.0 |
450 | 2024-08-15T05:00:44.993Z | Downloaded ipnetwork v0.20.0 |
451 | 2024-08-15T05:00:44.993Z | Downloaded inout v0.1.3 |
452 | 2024-08-15T05:00:44.995Z | Downloaded indent_write v2.2.0 |
453 | 2024-08-15T05:00:44.998Z | Downloaded defmt v0.3.8 |
454 | 2024-08-15T05:00:45.001Z | Downloaded ident_case v1.0.1 |
455 | 2024-08-15T05:00:45.003Z | Downloaded convert_case v0.4.0 |
456 | 2024-08-15T05:00:45.005Z | Downloaded cipher v0.4.4 |
457 | 2024-08-15T05:00:45.005Z | Downloaded new_debug_unreachable v1.0.6 |
458 | 2024-08-15T05:00:45.008Z | Downloaded cobs v0.2.3 |
459 | 2024-08-15T05:00:45.010Z | Downloaded crc v3.2.1 |
460 | 2024-08-15T05:00:45.012Z | Downloaded match_cfg v0.1.0 |
461 | 2024-08-15T05:00:45.015Z | Downloaded oso-derive v0.27.3 |
462 | 2024-08-15T05:00:45.015Z | Downloaded openssl-macros v0.1.1 |
463 | 2024-08-15T05:00:45.017Z | Downloaded mime v0.3.17 |
464 | 2024-08-15T05:00:45.017Z | Downloaded crc-catalog v2.4.0 |
465 | 2024-08-15T05:00:45.019Z | Downloaded buf-list v1.0.3 |
466 | 2024-08-15T05:00:45.022Z | Downloaded indoc v1.0.9 |
467 | 2024-08-15T05:00:45.024Z | Downloaded num-integer v0.1.46 |
468 | 2024-08-15T05:00:45.026Z | Downloaded nibble_vec v0.1.0 |
469 | 2024-08-15T05:00:45.029Z | Downloaded managed v0.8.0 |
470 | 2024-08-15T05:00:45.031Z | Downloaded newtype-uuid v1.1.0 |
471 | 2024-08-15T05:00:45.033Z | Downloaded lalrpop-util v0.19.12 |
472 | 2024-08-15T05:00:45.033Z | Downloaded lru v0.12.3 |
473 | 2024-08-15T05:00:45.036Z | Downloaded arrayvec v0.7.4 |
474 | 2024-08-15T05:00:45.038Z | Downloaded linked-hash-map v0.5.6 |
475 | 2024-08-15T05:00:45.038Z | Downloaded num_cpus v1.16.0 |
476 | 2024-08-15T05:00:45.042Z | Downloaded parse-display v0.10.0 |
477 | 2024-08-15T05:00:45.045Z | Downloaded packed_struct v0.10.1 |
478 | 2024-08-15T05:00:45.048Z | Downloaded num_enum_derive v0.5.11 |
479 | 2024-08-15T05:00:45.048Z | Downloaded newline-converter v0.3.0 |
480 | 2024-08-15T05:00:45.050Z | Downloaded cassowary v0.3.0 |
481 | 2024-08-15T05:00:45.052Z | Downloaded cbc v0.1.2 |
482 | 2024-08-15T05:00:45.052Z | Downloaded nu-ansi-term v0.50.0 |
483 | 2024-08-15T05:00:45.056Z | Downloaded signal-hook-mio v0.2.4 |
484 | 2024-08-15T05:00:45.058Z | Downloaded num-rational v0.4.2 |
485 | 2024-08-15T05:00:45.060Z | Downloaded parking_lot v0.11.2 |
486 | 2024-08-15T05:00:45.062Z | Downloaded multer v3.1.0 |
487 | 2024-08-15T05:00:45.065Z | Downloaded bitstruct_derive v0.1.0 |
488 | 2024-08-15T05:00:45.067Z | Downloaded memmap2 v0.9.4 |
489 | 2024-08-15T05:00:45.070Z | Downloaded crunchy v0.2.2 |
490 | 2024-08-15T05:00:45.070Z | Downloaded normalize-line-endings v0.3.0 |
491 | 2024-08-15T05:00:45.073Z | Downloaded opaque-debug v0.3.1 |
492 | 2024-08-15T05:00:45.073Z | Downloaded nodrop v0.1.14 |
493 | 2024-08-15T05:00:45.076Z | Downloaded cfg_aliases v0.1.1 |
494 | 2024-08-15T05:00:45.076Z | Downloaded parking_lot_core v0.8.6 |
495 | 2024-08-15T05:00:45.079Z | Downloaded bzip2 v0.4.4 |
496 | 2024-08-15T05:00:45.081Z | Downloaded libefi-sys v0.1.0 |
497 | 2024-08-15T05:00:45.081Z | Downloaded darling_macro v0.20.9 |
498 | 2024-08-15T05:00:45.081Z | Downloaded smf v0.2.3 |
499 | 2024-08-15T05:00:45.083Z | Downloaded impl-trait-for-tuples v0.2.2 |
500 | 2024-08-15T05:00:45.086Z | Downloaded num_threads v0.1.7 |
501 | 2024-08-15T05:00:45.088Z | Downloaded async-stream v0.3.5 |
502 | 2024-08-15T05:00:45.090Z | Downloaded base16ct v0.2.0 |
503 | 2024-08-15T05:00:45.093Z | Downloaded assert_matches v1.5.0 |
504 | 2024-08-15T05:00:45.093Z | Downloaded crossbeam-epoch v0.9.18 |
505 | 2024-08-15T05:00:45.095Z | Downloaded const-oid v0.9.6 |
506 | 2024-08-15T05:00:45.098Z | Downloaded num v0.4.3 |
507 | 2024-08-15T05:00:45.100Z | Downloaded num_enum v0.5.11 |
508 | 2024-08-15T05:00:45.105Z | Downloaded indexmap v1.9.3 |
509 | 2024-08-15T05:00:45.109Z | Downloaded try-lock v0.2.5 |
510 | 2024-08-15T05:00:45.111Z | Downloaded vte_generate_state_changes v0.1.1 |
511 | 2024-08-15T05:00:45.111Z | Downloaded num-iter v0.1.45 |
512 | 2024-08-15T05:00:45.113Z | Downloaded memoffset v0.9.1 |
513 | 2024-08-15T05:00:45.116Z | Downloaded serde_repr v0.1.19 |
514 | 2024-08-15T05:00:45.118Z | Downloaded omicron-zone-package v0.11.0 |
515 | 2024-08-15T05:00:45.121Z | Downloaded smawk v0.3.2 |
516 | 2024-08-15T05:00:45.123Z | Downloaded tokio-macros v2.3.0 |
517 | 2024-08-15T05:00:45.123Z | Downloaded md-5 v0.10.6 |
518 | 2024-08-15T05:00:45.125Z | Downloaded openssl-probe v0.1.5 |
519 | 2024-08-15T05:00:45.128Z | Downloaded packed_struct_codegen v0.10.1 |
520 | 2024-08-15T05:00:45.130Z | Downloaded ciborium-ll v0.2.2 |
521 | 2024-08-15T05:00:45.130Z | Downloaded castaway v0.2.3 |
522 | 2024-08-15T05:00:45.132Z | Downloaded bitfield v0.14.0 |
523 | 2024-08-15T05:00:45.134Z | Downloaded num-complex v0.4.6 |
524 | 2024-08-15T05:00:45.134Z | Downloaded libloading v0.8.3 |
525 | 2024-08-15T05:00:45.137Z | Downloaded tui-tree-widget v0.22.0 |
526 | 2024-08-15T05:00:45.139Z | Downloaded olpc-cjson v0.1.3 |
527 | 2024-08-15T05:00:45.142Z | Downloaded slog-json v2.6.1 |
528 | 2024-08-15T05:00:45.144Z | Downloaded newtype_derive v0.1.6 |
529 | 2024-08-15T05:00:45.144Z | Downloaded futures-sink v0.3.30 |
530 | 2024-08-15T05:00:45.147Z | Downloaded openssl-sys v0.9.103 |
531 | 2024-08-15T05:00:45.150Z | Downloaded pretty-hex v0.2.1 |
532 | 2024-08-15T05:00:45.153Z | Downloaded untrusted v0.9.0 |
533 | 2024-08-15T05:00:45.157Z | Downloaded termios v0.3.3 |
534 | 2024-08-15T05:00:45.160Z | Downloaded fallible-streaming-iterator v0.1.9 |
535 | 2024-08-15T05:00:45.160Z | Downloaded form_urlencoded v1.2.1 |
536 | 2024-08-15T05:00:45.160Z | Downloaded darling_core v0.20.9 |
537 | 2024-08-15T05:00:45.165Z | Downloaded flagset v0.4.5 |
538 | 2024-08-15T05:00:45.168Z | Downloaded lazy_static v1.5.0 |
539 | 2024-08-15T05:00:45.170Z | Downloaded hex v0.4.3 |
540 | 2024-08-15T05:00:45.172Z | Downloaded owo-colors v4.0.0 |
541 | 2024-08-15T05:00:45.175Z | Downloaded dyn-clone v1.0.17 |
542 | 2024-08-15T05:00:45.177Z | Downloaded termtree v0.4.1 |
543 | 2024-08-15T05:00:45.179Z | Downloaded base64ct v1.6.0 |
544 | 2024-08-15T05:00:45.182Z | Downloaded backoff v0.4.0 |
545 | 2024-08-15T05:00:45.184Z | Downloaded phf v0.11.2 |
546 | 2024-08-15T05:00:45.185Z | Downloaded pin-utils v0.1.0 |
547 | 2024-08-15T05:00:45.187Z | Downloaded console v0.15.8 |
548 | 2024-08-15T05:00:45.189Z | Downloaded httpdate v1.0.3 |
549 | 2024-08-15T05:00:45.191Z | Downloaded crc32fast v1.4.0 |
550 | 2024-08-15T05:00:45.194Z | Downloaded cookie v0.17.0 |
551 | 2024-08-15T05:00:45.196Z | Downloaded ciborium v0.2.2 |
552 | 2024-08-15T05:00:45.199Z | Downloaded toolchain_find v0.4.0 |
553 | 2024-08-15T05:00:45.201Z | Downloaded mockall_derive v0.13.0 |
554 | 2024-08-15T05:00:45.203Z | Downloaded rand_core v0.5.1 |
555 | 2024-08-15T05:00:45.206Z | Downloaded rustc_version v0.4.0 |
556 | 2024-08-15T05:00:45.206Z | Downloaded unicode-xid v0.2.4 |
557 | 2024-08-15T05:00:45.208Z | Downloaded term v0.7.0 |
558 | 2024-08-15T05:00:45.211Z | Downloaded rtoolbox v0.0.2 |
559 | 2024-08-15T05:00:45.213Z | Downloaded fragile v2.0.0 |
560 | 2024-08-15T05:00:45.215Z | Downloaded scopeguard v1.2.0 |
561 | 2024-08-15T05:00:45.218Z | Downloaded serde_path_to_error v0.1.16 |
562 | 2024-08-15T05:00:45.220Z | Downloaded sqlparser_derive v0.2.2 |
563 | 2024-08-15T05:00:45.220Z | Downloaded httparse v1.8.0 |
564 | 2024-08-15T05:00:45.223Z | Downloaded getrandom v0.2.14 |
565 | 2024-08-15T05:00:45.226Z | Downloaded parse-size v1.0.0 |
566 | 2024-08-15T05:00:45.228Z | Downloaded signal-hook-tokio v0.3.1 |
567 | 2024-08-15T05:00:45.231Z | Downloaded tls_codec_derive v0.4.1 |
568 | 2024-08-15T05:00:45.231Z | Downloaded headers-core v0.2.0 |
569 | 2024-08-15T05:00:45.233Z | Downloaded pkcs1 v0.7.5 |
570 | 2024-08-15T05:00:45.236Z | Downloaded pin-project-lite v0.2.14 |
571 | 2024-08-15T05:00:45.240Z | Downloaded ref-cast-impl v1.0.23 |
572 | 2024-08-15T05:00:45.242Z | Downloaded similar v2.5.0 |
573 | 2024-08-15T05:00:45.247Z | Downloaded clang-sys v1.7.0 |
574 | 2024-08-15T05:00:45.251Z | Downloaded crc-any v2.5.0 |
575 | 2024-08-15T05:00:45.254Z | Downloaded getrandom v0.1.16 |
576 | 2024-08-15T05:00:45.256Z | Downloaded der_derive v0.7.2 |
577 | 2024-08-15T05:00:45.260Z | Downloaded unicode-truncate v1.0.0 |
578 | 2024-08-15T05:00:45.262Z | Downloaded crossbeam-channel v0.5.12 |
579 | 2024-08-15T05:00:45.266Z | Downloaded topological-sort v0.2.2 |
580 | 2024-08-15T05:00:45.269Z | Downloaded rpassword v7.3.1 |
581 | 2024-08-15T05:00:45.271Z | Downloaded glob v0.3.1 |
582 | 2024-08-15T05:00:45.273Z | Downloaded slog-dtrace v0.3.0 |
583 | 2024-08-15T05:00:45.274Z | Downloaded toml v0.7.8 |
584 | 2024-08-15T05:00:45.277Z | Downloaded futures-executor v0.3.30 |
585 | 2024-08-15T05:00:45.279Z | Downloaded percent-encoding v2.3.1 |
586 | 2024-08-15T05:00:45.282Z | Downloaded unicode-linebreak v0.1.5 |
587 | 2024-08-15T05:00:45.283Z | Downloaded oso v0.27.3 |
588 | 2024-08-15T05:00:45.285Z | Downloaded parse-display-derive v0.10.0 |
589 | 2024-08-15T05:00:45.288Z | Downloaded difflib v0.4.0 |
590 | 2024-08-15T05:00:45.291Z | Downloaded tungstenite v0.21.0 |
591 | 2024-08-15T05:00:45.294Z | Downloaded tracing-core v0.1.32 |
592 | 2024-08-15T05:00:45.296Z | Downloaded radium v0.7.0 |
593 | 2024-08-15T05:00:45.299Z | Downloaded tungstenite v0.20.1 |
594 | 2024-08-15T05:00:45.301Z | Downloaded unarray v0.1.4 |
595 | 2024-08-15T05:00:45.304Z | Downloaded downcast v0.11.0 |
596 | 2024-08-15T05:00:45.307Z | Downloaded shlex v1.3.0 |
597 | 2024-08-15T05:00:45.307Z | Downloaded static_assertions v1.1.0 |
598 | 2024-08-15T05:00:45.310Z | Downloaded elliptic-curve v0.13.8 |
599 | 2024-08-15T05:00:45.313Z | Downloaded allocator-api2 v0.2.18 |
600 | 2024-08-15T05:00:45.317Z | Downloaded tiny-keccak v2.0.2 |
601 | 2024-08-15T05:00:45.321Z | Downloaded time-macros v0.2.18 |
602 | 2024-08-15T05:00:45.323Z | Downloaded globset v0.4.14 |
603 | 2024-08-15T05:00:45.326Z | Downloaded serde_urlencoded v0.7.1 |
604 | 2024-08-15T05:00:45.328Z | Downloaded mio v1.0.2 |
605 | 2024-08-15T05:00:45.333Z | Downloaded toml v0.5.11 |
606 | 2024-08-15T05:00:45.336Z | Downloaded foreign-types-shared v0.3.1 |
607 | 2024-08-15T05:00:45.339Z | Downloaded test-strategy v0.3.1 |
608 | 2024-08-15T05:00:45.341Z | Downloaded tar v0.4.41 |
609 | 2024-08-15T05:00:45.344Z | Downloaded hashlink v0.9.1 |
610 | 2024-08-15T05:00:45.357Z | Downloaded pkcs5 v0.7.1 |
611 | 2024-08-15T05:00:45.361Z | Downloaded proc-macro-crate v1.3.1 |
612 | 2024-08-15T05:00:45.364Z | Downloaded foreign-types-shared v0.1.1 |
613 | 2024-08-15T05:00:45.366Z | Downloaded pem-rfc7468 v0.7.0 |
614 | 2024-08-15T05:00:45.369Z | Downloaded rustc_version v0.1.7 |
615 | 2024-08-15T05:00:45.369Z | Downloaded pkcs8 v0.10.2 |
616 | 2024-08-15T05:00:45.371Z | Downloaded endian-type v0.1.2 |
617 | 2024-08-15T05:00:45.374Z | Downloaded secrecy v0.8.0 |
618 | 2024-08-15T05:00:45.374Z | Downloaded fatfs v0.3.6 |
619 | 2024-08-15T05:00:45.377Z | Downloaded peg-runtime v0.8.3 |
620 | 2024-08-15T05:00:45.380Z | Downloaded r2d2 v0.8.10 |
621 | 2024-08-15T05:00:45.380Z | Downloaded spki v0.7.3 |
622 | 2024-08-15T05:00:45.383Z | Downloaded predicates v3.1.2 |
623 | 2024-08-15T05:00:45.385Z | Downloaded hash32 v0.3.1 |
624 | 2024-08-15T05:00:45.387Z | Downloaded whoami v1.5.1 |
625 | 2024-08-15T05:00:45.390Z | Downloaded universal-hash v0.5.1 |
626 | 2024-08-15T05:00:45.390Z | Downloaded hash32 v0.2.1 |
627 | 2024-08-15T05:00:45.392Z | Downloaded const_format v0.2.32 |
628 | 2024-08-15T05:00:45.396Z | Downloaded precomputed-hash v0.1.1 |
629 | 2024-08-15T05:00:45.398Z | Downloaded psl-types v2.0.11 |
630 | 2024-08-15T05:00:45.399Z | Downloaded derive_builder_macro v0.20.0 |
631 | 2024-08-15T05:00:45.401Z | Downloaded scrypt v0.11.0 |
632 | 2024-08-15T05:00:45.401Z | Downloaded spin v0.5.2 |
633 | 2024-08-15T05:00:45.404Z | Downloaded pin-project-internal v1.1.5 |
634 | 2024-08-15T05:00:45.406Z | Downloaded prettyplease v0.2.20 |
635 | 2024-08-15T05:00:45.410Z | Downloaded rand_xorshift v0.3.0 |
636 | 2024-08-15T05:00:45.412Z | Downloaded phf_shared v0.11.2 |
637 | 2024-08-15T05:00:45.412Z | Downloaded diff v0.1.13 |
638 | 2024-08-15T05:00:45.415Z | Downloaded salsa20 v0.10.2 |
639 | 2024-08-15T05:00:45.418Z | Downloaded rusty-fork v0.3.0 |
640 | 2024-08-15T05:00:45.418Z | Downloaded rustversion v1.0.17 |
641 | 2024-08-15T05:00:45.421Z | Downloaded rustls-pki-types v1.7.0 |
642 | 2024-08-15T05:00:45.423Z | Downloaded derive-where v1.2.7 |
643 | 2024-08-15T05:00:45.427Z | Downloaded rustls-pemfile v1.0.4 |
644 | 2024-08-15T05:00:45.430Z | Downloaded hubpack_derive v0.1.1 |
645 | 2024-08-15T05:00:45.432Z | Downloaded http-range v0.1.5 |
646 | 2024-08-15T05:00:45.432Z | Downloaded want v0.3.1 |
647 | 2024-08-15T05:00:45.435Z | Downloaded ena v0.14.3 |
648 | 2024-08-15T05:00:45.435Z | Downloaded tracing-attributes v0.1.27 |
649 | 2024-08-15T05:00:45.437Z | Downloaded funty v2.0.0 |
650 | 2024-08-15T05:00:45.442Z | Downloaded foreign-types-macros v0.2.3 |
651 | 2024-08-15T05:00:45.445Z | Downloaded dirs-next v2.0.0 |
652 | 2024-08-15T05:00:45.445Z | Downloaded http-body v0.4.6 |
653 | 2024-08-15T05:00:45.445Z | Downloaded group v0.13.0 |
654 | 2024-08-15T05:00:45.445Z | Downloaded getopts v0.2.21 |
655 | 2024-08-15T05:00:45.448Z | Downloaded spin v0.9.8 |
656 | 2024-08-15T05:00:45.450Z | Downloaded itertools v0.10.5 |
657 | 2024-08-15T05:00:45.455Z | Downloaded scheduled-thread-pool v0.2.7 |
658 | 2024-08-15T05:00:45.458Z | Downloaded fxhash v0.2.1 |
659 | 2024-08-15T05:00:45.460Z | Downloaded serde-big-array v0.5.1 |
660 | 2024-08-15T05:00:45.461Z | Downloaded pem v3.0.4 |
661 | 2024-08-15T05:00:45.463Z | Downloaded slab v0.4.9 |
662 | 2024-08-15T05:00:45.463Z | Downloaded thiserror-impl-no-std v2.0.2 |
663 | 2024-08-15T05:00:45.466Z | Downloaded supports-color v3.0.0 |
664 | 2024-08-15T05:00:45.466Z | Downloaded rustfmt-wrapper v0.2.1 |
665 | 2024-08-15T05:00:45.468Z | Downloaded flate2 v1.0.31 |
666 | 2024-08-15T05:00:45.474Z | Downloaded snafu-derive v0.8.2 |
667 | 2024-08-15T05:00:45.476Z | Downloaded structmeta-derive v0.3.0 |
668 | 2024-08-15T05:00:45.476Z | Downloaded walkdir v2.5.0 |
669 | 2024-08-15T05:00:45.479Z | Downloaded tokio-tungstenite v0.21.0 |
670 | 2024-08-15T05:00:45.482Z | Downloaded crypto-bigint v0.5.5 |
671 | 2024-08-15T05:00:45.488Z | Downloaded path-slash v0.1.5 |
672 | 2024-08-15T05:00:45.490Z | Downloaded humantime v2.1.0 |
673 | 2024-08-15T05:00:45.492Z | Downloaded hubpack v0.1.2 |
674 | 2024-08-15T05:00:45.492Z | Downloaded uzers v0.11.3 |
675 | 2024-08-15T05:00:45.495Z | Downloaded hyper-rustls v0.24.2 |
676 | 2024-08-15T05:00:45.499Z | Downloaded tinyvec_macros v0.1.1 |
677 | 2024-08-15T05:00:45.499Z | Downloaded foreign-types v0.3.2 |
678 | 2024-08-15T05:00:45.501Z | Downloaded highway v1.2.0 |
679 | 2024-08-15T05:00:45.501Z | Downloaded utf-8 v0.7.6 |
680 | 2024-08-15T05:00:45.504Z | Downloaded serde_plain v1.0.2 |
681 | 2024-08-15T05:00:45.504Z | Downloaded ppv-lite86 v0.2.17 |
682 | 2024-08-15T05:00:45.507Z | Downloaded foreign-types v0.5.0 |
683 | 2024-08-15T05:00:45.507Z | Downloaded tokio-rustls v0.24.1 |
684 | 2024-08-15T05:00:45.509Z | Downloaded zerocopy v0.6.6 |
685 | 2024-08-15T05:00:45.513Z | Downloaded futures-task v0.3.30 |
686 | 2024-08-15T05:00:45.513Z | Downloaded serde_arrays v0.1.0 |
687 | 2024-08-15T05:00:45.515Z | Downloaded semver v0.1.20 |
688 | 2024-08-15T05:00:45.515Z | Downloaded pin-project v1.1.5 |
689 | 2024-08-15T05:00:45.526Z | Downloaded gethostname v0.5.0 |
690 | 2024-08-15T05:00:45.529Z | Downloaded sigpipe v0.1.3 |
691 | 2024-08-15T05:00:45.529Z | Downloaded slog-stdlog v4.1.1 |
692 | 2024-08-15T05:00:45.531Z | Downloaded wyz v0.5.1 |
693 | 2024-08-15T05:00:45.534Z | Downloaded twox-hash v1.6.3 |
694 | 2024-08-15T05:00:45.534Z | Downloaded tokio-native-tls v0.3.1 |
695 | 2024-08-15T05:00:45.537Z | Downloaded tap v1.0.1 |
696 | 2024-08-15T05:00:45.537Z | Downloaded siphasher v0.3.11 |
697 | 2024-08-15T05:00:45.539Z | Downloaded float-cmp v0.9.0 |
698 | 2024-08-15T05:00:45.539Z | Downloaded uuid v1.10.0 |
699 | 2024-08-15T05:00:45.542Z | Downloaded derive_more v0.99.18 |
700 | 2024-08-15T05:00:45.547Z | Downloaded tokio-rustls v0.25.0 |
701 | 2024-08-15T05:00:45.550Z | Downloaded tower-service v0.3.2 |
702 | 2024-08-15T05:00:45.552Z | Downloaded futures-macro v0.3.30 |
703 | 2024-08-15T05:00:45.552Z | Downloaded futures-io v0.3.30 |
704 | 2024-08-15T05:00:45.554Z | Downloaded futures v0.3.30 |
705 | 2024-08-15T05:00:45.558Z | Downloaded subtle v2.5.0 |
706 | 2024-08-15T05:00:45.561Z | Downloaded serde_derive_internals v0.29.1 |
707 | 2024-08-15T05:00:45.563Z | Downloaded rsa v0.9.6 |
708 | 2024-08-15T05:00:45.566Z | Downloaded take_mut v0.2.2 |
709 | 2024-08-15T05:00:45.568Z | Downloaded powerfmt v0.2.0 |
710 | 2024-08-15T05:00:45.568Z | Downloaded sync_wrapper v0.1.2 |
711 | 2024-08-15T05:00:45.570Z | Downloaded rand_seeder v0.3.0 |
712 | 2024-08-15T05:00:45.573Z | Downloaded portpicker v0.1.1 |
713 | 2024-08-15T05:00:45.573Z | Downloaded structmeta v0.2.0 |
714 | 2024-08-15T05:00:45.573Z | Downloaded fastrand v2.1.0 |
715 | 2024-08-15T05:00:45.575Z | Downloaded fallible-iterator v0.2.0 |
716 | 2024-08-15T05:00:45.575Z | Downloaded thread_local v1.1.8 |
717 | 2024-08-15T05:00:45.577Z | Downloaded enum-as-inner v0.5.1 |
718 | 2024-08-15T05:00:45.581Z | Downloaded hostname v0.3.1 |
719 | 2024-08-15T05:00:45.584Z | Downloaded slog-scope v4.4.0 |
720 | 2024-08-15T05:00:45.584Z | Downloaded signature v2.2.0 |
721 | 2024-08-15T05:00:45.584Z | Downloaded thiserror-no-std v2.0.2 |
722 | 2024-08-15T05:00:45.587Z | Downloaded slog-term v2.9.1 |
723 | 2024-08-15T05:00:45.589Z | Downloaded ref-cast v1.0.23 |
724 | 2024-08-15T05:00:45.592Z | Downloaded home v0.5.9 |
725 | 2024-08-15T05:00:45.594Z | Downloaded hyper-tls v0.5.0 |
726 | 2024-08-15T05:00:45.596Z | Downloaded pbkdf2 v0.12.2 |
727 | 2024-08-15T05:00:45.596Z | Downloaded deranged v0.3.11 |
728 | 2024-08-15T05:00:45.598Z | Downloaded zeroize_derive v1.4.2 |
729 | 2024-08-15T05:00:45.600Z | Downloaded hashbrown v0.12.3 |
730 | 2024-08-15T05:00:45.603Z | Downloaded futures-channel v0.3.30 |
731 | 2024-08-15T05:00:45.605Z | Downloaded vergen v8.3.2 |
732 | 2024-08-15T05:00:45.608Z | Downloaded peg v0.8.4 |
733 | 2024-08-15T05:00:45.612Z | Downloaded hostname v0.4.0 |
734 | 2024-08-15T05:00:45.614Z | Downloaded slog-bunyan v2.5.0 |
735 | 2024-08-15T05:00:45.617Z | Downloaded trust-dns-client v0.22.0 |
736 | 2024-08-15T05:00:45.620Z | Downloaded unicode-normalization v0.1.23 |
737 | 2024-08-15T05:00:45.624Z | Downloaded strum_macros v0.25.3 |
738 | 2024-08-15T05:00:45.627Z | Downloaded structmeta-derive v0.2.0 |
739 | 2024-08-15T05:00:45.629Z | Downloaded unsafe-libyaml v0.2.11 |
740 | 2024-08-15T05:00:45.631Z | Downloaded same-file v1.0.6 |
741 | 2024-08-15T05:00:45.633Z | Downloaded rustc-demangle v0.1.24 |
742 | 2024-08-15T05:00:45.636Z | Downloaded hashbrown v0.13.2 |
743 | 2024-08-15T05:00:45.638Z | Downloaded unicode-bidi v0.3.15 |
744 | 2024-08-15T05:00:45.641Z | Downloaded iana-time-zone v0.1.60 |
745 | 2024-08-15T05:00:45.645Z | Downloaded rand_chacha v0.2.2 |
746 | 2024-08-15T05:00:45.647Z | Downloaded rand v0.7.3 |
747 | 2024-08-15T05:00:45.650Z | Downloaded crossterm v0.28.1 |
748 | 2024-08-15T05:00:45.657Z | Downloaded postgres-types v0.2.7 |
749 | 2024-08-15T05:00:45.659Z | Downloaded hmac v0.12.1 |
750 | 2024-08-15T05:00:45.662Z | Downloaded unicode_categories v0.1.1 |
751 | 2024-08-15T05:00:45.664Z | Downloaded tokio-postgres v0.7.11 |
752 | 2024-08-15T05:00:45.668Z | Downloaded derive_builder_core v0.20.0 |
753 | 2024-08-15T05:00:45.670Z | Downloaded quick-error v1.2.3 |
754 | 2024-08-15T05:00:45.673Z | Downloaded tinyvec v1.6.0 |
755 | 2024-08-15T05:00:45.675Z | Downloaded dirs-sys-next v0.1.2 |
756 | 2024-08-15T05:00:45.677Z | Downloaded publicsuffix v2.2.3 |
757 | 2024-08-15T05:00:45.679Z | Downloaded snafu v0.8.2 |
758 | 2024-08-15T05:00:45.685Z | Downloaded erased-serde v0.3.31 |
759 | 2024-08-15T05:00:45.687Z | Downloaded env_logger v0.9.3 |
760 | 2024-08-15T05:00:45.692Z | Downloaded smallvec v0.6.14 |
761 | 2024-08-15T05:00:45.695Z | Downloaded tracing v0.1.40 |
762 | 2024-08-15T05:00:45.697Z | Downloaded env_logger v0.10.2 |
763 | 2024-08-15T05:00:45.699Z | Downloaded schemars v0.8.21 |
764 | 2024-08-15T05:00:45.710Z | Downloaded rayon-core v1.12.1 |
765 | 2024-08-15T05:00:45.717Z | Downloaded zip v0.6.6 |
766 | 2024-08-15T05:00:45.721Z | Downloaded derive_builder v0.20.0 |
767 | 2024-08-15T05:00:45.723Z | Downloaded textwrap v0.16.1 |
768 | 2024-08-15T05:00:45.726Z | Downloaded rcgen v0.12.1 |
769 | 2024-08-15T05:00:45.729Z | Downloaded samael v0.0.15 |
770 | 2024-08-15T05:00:45.734Z | Downloaded signal-hook v0.3.17 |
771 | 2024-08-15T05:00:45.737Z | Downloaded postgres-protocol v0.6.7 |
772 | 2024-08-15T05:00:45.739Z | Downloaded postcard v1.0.8 |
773 | 2024-08-15T05:00:45.742Z | Downloaded trust-dns-server v0.22.1 |
774 | 2024-08-15T05:00:45.748Z | Downloaded trust-dns-resolver v0.22.0 |
775 | 2024-08-15T05:00:45.752Z | Downloaded winnow v0.5.40 |
776 | 2024-08-15T05:00:45.761Z | Downloaded time v0.3.36 |
777 | 2024-08-15T05:00:45.768Z | Downloaded portable-atomic v1.6.0 |
778 | 2024-08-15T05:00:45.774Z | Downloaded rand v0.8.5 |
779 | 2024-08-15T05:00:45.777Z | Downloaded reqwest v0.11.27 |
780 | 2024-08-15T05:00:45.785Z | Downloaded lalrpop v0.19.12 |
781 | 2024-08-15T05:00:45.796Z | Downloaded hyper v0.14.30 |
782 | 2024-08-15T05:00:45.805Z | Downloaded flume v0.11.0 |
783 | 2024-08-15T05:00:45.809Z | Downloaded expectorate v1.1.0 |
784 | 2024-08-15T05:00:45.811Z | Downloaded http v0.2.12 |
785 | 2024-08-15T05:00:45.815Z | Downloaded rustls-webpki v0.101.7 |
786 | 2024-08-15T05:00:45.830Z | Downloaded http v1.1.0 |
787 | 2024-08-15T05:00:45.833Z | Downloaded steno v0.4.1 |
788 | 2024-08-15T05:00:45.838Z | Downloaded tough v0.17.1 |
789 | 2024-08-15T05:00:45.846Z | Downloaded h2 v0.3.26 |
790 | 2024-08-15T05:00:45.853Z | Downloaded rustls-webpki v0.102.4 |
791 | 2024-08-15T05:00:45.872Z | Downloaded idna v0.5.0 |
792 | 2024-08-15T05:00:45.879Z | Downloaded smoltcp v0.9.1 |
793 | 2024-08-15T05:00:45.891Z | Downloaded proptest v1.5.0 |
794 | 2024-08-15T05:00:45.900Z | Downloaded regex-automata v0.1.10 |
795 | 2024-08-15T05:00:45.905Z | Downloaded radix_trie v0.2.1 |
796 | 2024-08-15T05:00:45.911Z | Downloaded nix v0.28.0 |
797 | 2024-08-15T05:00:45.922Z | Downloaded vcpkg v0.2.15 |
798 | 2024-08-15T05:00:45.962Z | Downloaded curve25519-dalek v4.1.3 |
799 | 2024-08-15T05:00:45.971Z | Downloaded idna v0.3.0 |
800 | 2024-08-15T05:00:45.977Z | Downloaded webpki-roots v0.25.4 |
801 | 2024-08-15T05:00:45.981Z | Downloaded rustls v0.21.12 |
802 | 2024-08-15T05:00:45.993Z | Downloaded openapiv3 v2.0.0 |
803 | 2024-08-15T05:00:46.004Z | Downloaded trust-dns-proto v0.22.0 |
804 | 2024-08-15T05:00:46.016Z | Downloaded polar-core v0.27.3 |
805 | 2024-08-15T05:00:46.025Z | Downloaded regex-syntax v0.6.29 |
806 | 2024-08-15T05:00:46.033Z | Downloaded idna v0.2.3 |
807 | 2024-08-15T05:00:46.040Z | Downloaded regex-syntax v0.8.4 |
808 | 2024-08-15T05:00:46.049Z | Downloaded bstr v1.9.1 |
809 | 2024-08-15T05:00:46.060Z | Downloaded diesel v2.2.2 |
810 | 2024-08-15T05:00:46.079Z | Downloaded regex v1.10.6 |
811 | 2024-08-15T05:00:46.092Z | Downloaded sled v0.34.7 |
812 | 2024-08-15T05:00:46.103Z | Downloaded zerocopy-derive v0.6.6 |
813 | 2024-08-15T05:00:46.113Z | Downloaded smoltcp v0.11.0 |
814 | 2024-08-15T05:00:46.126Z | Downloaded regress v0.9.1 |
815 | 2024-08-15T05:00:46.135Z | Downloaded regex-automata v0.4.6 |
816 | 2024-08-15T05:00:46.154Z | Downloaded rustls v0.22.4 |
817 | 2024-08-15T05:00:46.167Z | Downloaded bstr v0.2.17 |
818 | 2024-08-15T05:00:46.177Z | Downloaded object v0.32.2 |
819 | 2024-08-15T05:00:46.187Z | Downloaded sha3 v0.10.8 |
820 | 2024-08-15T05:00:46.192Z | Downloaded ratatui v0.28.0 |
821 | 2024-08-15T05:00:46.213Z | Downloaded nix v0.27.1 |
822 | 2024-08-15T05:00:46.224Z | Downloaded gimli v0.28.1 |
823 | 2024-08-15T05:00:46.232Z | Downloaded reedline v0.33.0 |
824 | 2024-08-15T05:00:46.240Z | Downloaded futures-util v0.3.30 |
825 | 2024-08-15T05:00:46.251Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
826 | 2024-08-15T05:00:46.264Z | Downloaded openssl v0.10.66 |
827 | 2024-08-15T05:00:46.274Z | Downloaded quick-xml v0.31.0 |
828 | 2024-08-15T05:00:46.280Z | Downloaded sqlparser v0.45.0 |
829 | 2024-08-15T05:00:46.285Z | Downloaded git2 v0.19.0 |
830 | 2024-08-15T05:00:46.296Z | Downloaded finl_unicode v1.2.0 |
831 | 2024-08-15T05:00:46.308Z | Downloaded tokio v1.38.1 |
832 | 2024-08-15T05:00:46.346Z | Downloaded petgraph v0.6.5 |
833 | 2024-08-15T05:00:46.365Z | Downloaded object v0.30.4 |
834 | 2024-08-15T05:00:46.375Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
835 | 2024-08-15T05:00:46.434Z | Downloaded csv v1.3.0 |
836 | 2024-08-15T05:00:46.455Z | Downloaded chrono v0.4.38 |
837 | 2024-08-15T05:00:46.462Z | Downloaded bindgen v0.69.4 |
838 | 2024-08-15T05:00:46.469Z | Downloaded bitvec v1.0.1 |
839 | 2024-08-15T05:00:46.484Z | Downloaded hkdf v0.12.4 |
840 | 2024-08-15T05:00:46.486Z | Downloaded serde_with v3.8.3 |
841 | 2024-08-15T05:00:46.494Z | Downloaded tokio-util v0.7.11 |
842 | 2024-08-15T05:00:46.501Z | Downloaded typed-path v0.7.1 |
843 | 2024-08-15T05:00:46.507Z | Downloaded rusqlite v0.31.0 |
844 | 2024-08-15T05:00:46.513Z | Downloaded rayon v1.10.0 |
845 | 2024-08-15T05:00:46.522Z | Downloaded x509-cert v0.2.5 |
846 | 2024-08-15T05:00:46.528Z | Downloaded encoding_rs v0.8.34 |
847 | 2024-08-15T05:00:46.550Z | Downloaded toml_edit v0.19.15 |
848 | 2024-08-15T05:00:46.566Z | Downloaded zone v0.1.8 |
849 | 2024-08-15T05:00:46.568Z | Downloaded rand_chacha v0.3.1 |
850 | 2024-08-15T05:00:46.568Z | Downloaded structmeta v0.3.0 |
851 | 2024-08-15T05:00:46.571Z | Downloaded strip-ansi-escapes v0.2.0 |
852 | 2024-08-15T05:00:46.571Z | Downloaded rand_core v0.6.4 |
853 | 2024-08-15T05:00:46.573Z | Downloaded rustyline v14.0.0 |
854 | 2024-08-15T05:00:46.576Z | Downloaded itertools v0.13.0 |
855 | 2024-08-15T05:00:46.585Z | Downloaded half v2.4.1 |
856 | 2024-08-15T05:00:46.588Z | Downloaded blake3 v1.5.1 |
857 | 2024-08-15T05:00:46.595Z | Downloaded slog v2.7.0 |
858 | 2024-08-15T05:00:46.598Z | Downloaded aho-corasick v1.1.3 |
859 | 2024-08-15T05:00:46.603Z | Downloaded diesel_derives v2.2.2 |
860 | 2024-08-15T05:00:46.608Z | Downloaded socket2 v0.5.7 |
861 | 2024-08-15T05:00:46.610Z | Downloaded tokio-stream v0.1.15 |
862 | 2024-08-15T05:00:46.614Z | Downloaded unicode-segmentation v1.11.0 |
863 | 2024-08-15T05:00:46.617Z | Downloaded libxml v0.3.3 |
864 | 2024-08-15T05:00:46.625Z | Downloaded ron v0.8.1 |
865 | 2024-08-15T05:00:46.631Z | Downloaded headers v0.3.9 |
866 | 2024-08-15T05:00:46.636Z | Downloaded serde_yaml v0.9.34+deprecated |
867 | 2024-08-15T05:00:46.640Z | Downloaded float-ord v0.3.2 |
868 | 2024-08-15T05:00:46.642Z | Downloaded hyper-staticfile v0.9.5 |
869 | 2024-08-15T05:00:46.644Z | Downloaded untrusted v0.7.1 |
870 | 2024-08-15T05:00:46.644Z | Downloaded heapless v0.7.17 |
871 | 2024-08-15T05:00:46.647Z | Downloaded tokio-tungstenite v0.20.1 |
872 | 2024-08-15T05:00:46.650Z | Downloaded which v4.4.2 |
873 | 2024-08-15T05:00:46.652Z | Downloaded rustc-hash v1.1.0 |
874 | 2024-08-15T05:00:46.652Z | Downloaded password-hash v0.5.0 |
875 | 2024-08-15T05:00:46.654Z | Downloaded ron v0.7.1 |
876 | 2024-08-15T05:00:46.658Z | Downloaded socket2 v0.4.10 |
877 | 2024-08-15T05:00:46.660Z | Downloaded paste v1.0.15 |
878 | 2024-08-15T05:00:46.662Z | Downloaded display-error-chain v0.2.0 |
879 | 2024-08-15T05:00:46.665Z | Downloaded yasna v0.5.2 |
880 | 2024-08-15T05:00:46.667Z | Downloaded vsss-rs v3.3.4 |
881 | 2024-08-15T05:00:46.670Z | Downloaded crossterm v0.27.0 |
882 | 2024-08-15T05:00:46.674Z | Downloaded base64 v0.21.7 |
883 | 2024-08-15T05:00:46.678Z | Downloaded phf_shared v0.10.0 |
884 | 2024-08-15T05:00:46.680Z | Downloaded libz-sys v1.1.16 |
885 | 2024-08-15T05:00:46.748Z | Downloaded num-bigint-dig v0.8.4 |
886 | 2024-08-15T05:00:46.752Z | Downloaded sec1 v0.7.3 |
887 | 2024-08-15T05:00:46.755Z | Downloaded sct v0.7.1 |
888 | 2024-08-15T05:00:46.757Z | Downloaded vte v0.11.1 |
889 | 2024-08-15T05:00:46.760Z | Downloaded heapless v0.8.0 |
890 | 2024-08-15T05:00:46.763Z | Downloaded serde_with_macros v3.8.3 |
891 | 2024-08-15T05:00:46.765Z | Downloaded zeroize v1.7.0 |
892 | 2024-08-15T05:00:46.767Z | Downloaded unicase v2.7.0 |
893 | 2024-08-15T05:00:46.770Z | Downloaded der v0.7.9 |
894 | 2024-08-15T05:00:46.772Z | Downloaded itertools v0.12.1 |
895 | 2024-08-15T05:00:46.779Z | Downloaded cc v1.0.97 |
896 | 2024-08-15T05:00:46.782Z | Downloaded url v2.5.2 |
897 | 2024-08-15T05:00:46.786Z | Downloaded nom v7.1.3 |
898 | 2024-08-15T05:00:46.791Z | Downloaded fixedbitset v0.4.2 |
899 | 2024-08-15T05:00:46.793Z | Downloaded libsqlite3-sys v0.28.0 |
900 | 2024-08-15T05:00:46.887Z | Downloaded embedded-io v0.4.0 |
901 | 2024-08-15T05:00:46.890Z | Downloaded dsl_auto_type v0.1.2 |
902 | 2024-08-15T05:00:46.892Z | Downloaded time-core v0.1.2 |
903 | 2024-08-15T05:00:46.892Z | Downloaded tabwriter v1.4.0 |
904 | 2024-08-15T05:00:46.895Z | Downloaded resolv-conf v0.7.0 |
905 | 2024-08-15T05:00:46.897Z | Downloaded poly1305 v0.8.0 |
906 | 2024-08-15T05:00:46.899Z | Downloaded strum_macros v0.24.3 |
907 | 2024-08-15T05:00:46.902Z | Downloaded libm v0.2.8 |
908 | 2024-08-15T05:00:46.910Z | Downloaded stable_deref_trait v1.2.0 |
909 | 2024-08-15T05:00:46.913Z | Downloaded sqlformat v0.2.4 |
910 | 2024-08-15T05:00:46.915Z | Downloaded shell-words v1.1.0 |
911 | 2024-08-15T05:00:46.915Z | Downloaded pkg-config v0.3.30 |
912 | 2024-08-15T05:00:46.917Z | Downloaded chacha20poly1305 v0.10.1 |
913 | 2024-08-15T05:00:46.919Z | Downloaded bytes v1.7.1 |
914 | 2024-08-15T05:00:46.923Z | Downloaded xattr v1.3.1 |
915 | 2024-08-15T05:00:46.925Z | Downloaded tls_codec v0.4.1 |
916 | 2024-08-15T05:00:46.928Z | Downloaded futures-core v0.3.30 |
917 | 2024-08-15T05:00:46.930Z | Downloaded filetime v0.2.24 |
918 | 2024-08-15T05:00:46.931Z | Downloaded ff v0.13.0 |
919 | 2024-08-15T05:00:46.933Z | Downloaded fd-lock v4.0.2 |
920 | 2024-08-15T05:00:46.935Z | Downloaded rustls-pemfile v2.1.3 |
921 | 2024-08-15T05:00:46.938Z | Downloaded peg-macros v0.8.4 |
922 | 2024-08-15T05:00:46.940Z | Downloaded slog-envlogger v2.2.0 |
923 | 2024-08-15T05:00:46.940Z | Downloaded signal-hook-registry v1.4.2 |
924 | 2024-08-15T05:00:46.942Z | Downloaded schemars_derive v0.8.21 |
925 | 2024-08-15T05:00:46.942Z | Downloaded subprocess v0.2.9 |
926 | 2024-08-15T05:00:46.944Z | Downloaded cancel-safe-futures v0.1.5 |
927 | 2024-08-15T05:00:46.947Z | Downloaded crossbeam-utils v0.8.19 |
928 | 2024-08-15T05:00:46.949Z | Downloaded predicates-tree v1.0.9 |
929 | 2024-08-15T05:00:46.952Z | Downloaded predicates-core v1.0.6 |
930 | 2024-08-15T05:00:46.952Z | Downloaded crossbeam-deque v0.8.5 |
931 | 2024-08-15T05:00:46.954Z | Downloaded blake2 v0.10.6 |
932 | 2024-08-15T05:00:46.957Z | Downloaded diesel_table_macro_syntax v0.2.0 |
933 | 2024-08-15T05:00:46.957Z | Downloaded mio v0.8.11 |
934 | 2024-08-15T05:00:46.961Z | Downloaded wait-timeout v0.2.0 |
935 | 2024-08-15T05:00:46.964Z | Downloaded strum v0.26.3 |
936 | 2024-08-15T05:00:46.964Z | Downloaded tempfile v3.10.1 |
937 | 2024-08-15T05:00:46.966Z | Downloaded strum_macros v0.26.4 |
938 | 2024-08-15T05:00:46.969Z | Downloaded smallvec v1.13.2 |
939 | 2024-08-15T05:00:46.971Z | Downloaded parking_lot v0.12.2 |
940 | 2024-08-15T05:00:46.974Z | Downloaded parking_lot_core v0.9.10 |
941 | 2024-08-15T05:00:46.976Z | Downloaded backtrace v0.3.71 |
942 | 2024-08-15T05:00:46.981Z | Downloaded num-traits v0.2.19 |
943 | 2024-08-15T05:00:46.984Z | Downloaded compact_str v0.8.0 |
944 | 2024-08-15T05:00:46.986Z | Downloaded base64 v0.22.1 |
945 | 2024-08-15T05:00:46.990Z | Downloaded miniz_oxide v0.7.2 |
946 | 2024-08-15T05:00:46.992Z | Downloaded minimal-lexical v0.2.1 |
947 | 2024-08-15T05:00:46.997Z | Downloaded darling v0.20.9 |
948 | 2024-08-15T05:00:47.001Z | Downloaded cookie_store v0.20.0 |
949 | 2024-08-15T05:00:47.004Z | Downloaded colored v2.1.0 |
950 | 2024-08-15T05:00:47.006Z | Downloaded ascii v1.1.0 |
951 | 2024-08-15T05:00:47.011Z | Downloaded defmt-macros v0.3.9 |
952 | 2024-08-15T05:00:47.011Z | Downloaded defmt-parser v0.3.4 |
953 | 2024-08-15T05:00:47.011Z | Downloaded waitgroup v0.1.2 |
954 | 2024-08-15T05:00:47.024Z | Downloaded heck v0.3.3 |
955 | 2024-08-15T05:00:47.024Z | Downloaded zone_cfg_derive v0.1.2 |
956 | 2024-08-15T05:00:47.024Z | Downloaded termcolor v1.4.1 |
957 | 2024-08-15T05:00:47.024Z | Downloaded fallible-iterator v0.3.0 |
958 | 2024-08-15T05:00:47.024Z | Downloaded either v1.13.0 |
959 | 2024-08-15T05:00:47.024Z | Downloaded native-tls v0.2.11 |
960 | 2024-08-15T05:00:47.024Z | Downloaded mime_guess v2.0.4 |
961 | 2024-08-15T05:00:47.027Z | Downloaded base64 v0.13.1 |
962 | 2024-08-15T05:00:47.027Z | Downloaded stringprep v0.1.4 |
963 | 2024-08-15T05:00:47.027Z | Downloaded sha1 v0.10.6 |
964 | 2024-08-15T05:00:47.027Z | Downloaded serde-hex v0.1.0 |
965 | 2024-08-15T05:00:47.029Z | Downloaded async-trait v0.1.81 |
966 | 2024-08-15T05:00:47.032Z | Downloaded ahash v0.8.11 |
967 | 2024-08-15T05:00:47.034Z | Downloaded addr2line v0.21.0 |
968 | 2024-08-15T05:00:47.037Z | Downloaded num-derive v0.4.2 |
969 | 2024-08-15T05:00:47.037Z | Downloaded lock_api v0.4.12 |
970 | 2024-08-15T05:00:47.039Z | Downloaded block-padding v0.3.3 |
971 | 2024-08-15T05:00:47.039Z | Downloaded argon2 v0.5.3 |
972 | 2024-08-15T05:00:47.041Z | Downloaded ring v0.17.8 |
973 | 2024-08-15T05:00:47.109Z | Downloaded constant_time_eq v0.3.0 |
974 | 2024-08-15T05:00:47.111Z | Downloaded aes v0.8.4 |
975 | 2024-08-15T05:00:47.114Z | Downloaded multimap v0.10.0 |
976 | 2024-08-15T05:00:47.117Z | Downloaded linear-map v1.2.0 |
977 | 2024-08-15T05:00:47.117Z | Downloaded slog-async v2.8.0 |
978 | 2024-08-15T05:00:47.120Z | Downloaded bitflags v1.3.2 |
979 | 2024-08-15T05:00:47.122Z | Downloaded bit-set v0.5.3 |
980 | 2024-08-15T05:00:47.122Z | Downloaded bcs v0.1.6 |
981 | 2024-08-15T05:00:47.126Z | Downloaded arrayref v0.3.7 |
982 | 2024-08-15T05:00:47.126Z | Downloaded maplit v1.0.2 |
983 | 2024-08-15T05:00:47.130Z | Downloaded keccak v0.1.5 |
984 | 2024-08-15T05:00:47.130Z | Downloaded string_cache v0.8.7 |
985 | 2024-08-15T05:00:47.130Z | Downloaded debug-ignore v1.0.5 |
986 | 2024-08-15T05:00:47.132Z | Downloaded arc-swap v1.7.1 |
987 | 2024-08-15T05:00:47.135Z | Downloaded cookie v0.18.1 |
988 | 2024-08-15T05:00:47.137Z | Downloaded matches v0.1.10 |
989 | 2024-08-15T05:00:47.140Z | Downloaded lru-cache v0.1.2 |
990 | 2024-08-15T05:00:47.140Z | Downloaded csv-core v0.1.11 |
991 | 2024-08-15T05:00:47.142Z | Downloaded aead v0.5.2 |
992 | 2024-08-15T05:00:47.142Z | Downloaded atomicwrites v0.4.3 |
993 | 2024-08-15T05:00:47.145Z | Downloaded nanorand v0.7.0 |
994 | 2024-08-15T05:00:47.145Z | Downloaded libsw v3.3.1 |
995 | 2024-08-15T05:00:47.148Z | Downloaded ipnet v2.9.0 |
996 | 2024-08-15T05:00:47.150Z | Downloaded jobserver v0.1.32 |
997 | 2024-08-15T05:00:47.152Z | Downloaded bitfield-struct v0.6.1 |
998 | 2024-08-15T05:00:47.152Z | Downloaded mockall v0.13.0 |
999 | 2024-08-15T05:00:47.155Z | Downloaded ring v0.16.20 |
1000 | 2024-08-15T05:00:47.234Z | Downloaded maybe-uninit v2.0.0 |
1001 | 2024-08-15T05:00:47.236Z | Downloaded chacha20 v0.9.1 |
1002 | 2024-08-15T05:00:47.239Z | Downloaded lazycell v1.3.0 |
1003 | 2024-08-15T05:00:47.239Z | Downloaded instability v0.3.2 |
1004 | 2024-08-15T05:00:47.241Z | Downloaded bit-vec v0.6.3 |
1005 | 2024-08-15T05:00:47.241Z | Downloaded kstat-rs v0.2.4 |
1006 | 2024-08-15T05:00:47.243Z | Downloaded data-encoding v2.6.0 |
1007 | 2024-08-15T05:00:47.243Z | Downloaded curve25519-dalek-derive v0.1.1 |
1008 | 2024-08-15T05:00:47.243Z | Downloaded camino-tempfile v1.1.1 |
1009 | 2024-08-15T05:00:47.246Z | Downloaded bb8 v0.8.5 |
1010 | 2024-08-15T05:00:47.248Z | Downloaded indicatif v0.17.8 |
1011 | 2024-08-15T05:00:47.250Z | Downloaded number_prefix v0.4.0 |
1012 | 2024-08-15T05:00:47.253Z | Downloaded is-terminal v0.4.12 |
1013 | 2024-08-15T05:00:47.253Z | Downloaded const_format_proc_macros v0.2.32 |
1014 | 2024-08-15T05:00:47.255Z | Downloaded cexpr v0.6.0 |
1015 | 2024-08-15T05:00:47.257Z | Downloaded async-recursion v1.1.1 |
1016 | 2024-08-15T05:00:47.260Z | Downloaded array-init v0.0.4 |
1017 | 2024-08-15T05:00:47.260Z | Downloaded cstr-argument v0.1.2 |
1018 | 2024-08-15T05:00:47.262Z | Downloaded ascii-canvas v3.0.0 |
1019 | 2024-08-15T05:00:47.356Z | Compiling cfg-if v1.0.0 |
1020 | 2024-08-15T05:00:47.356Z | Compiling serde v1.0.207 |
1021 | 2024-08-15T05:00:47.358Z | Compiling lock_api v0.4.12 |
1022 | 2024-08-15T05:00:47.358Z | Compiling typenum v1.17.0 |
1023 | 2024-08-15T05:00:47.358Z | Compiling scopeguard v1.2.0 |
1024 | 2024-08-15T05:00:47.358Z | Compiling generic-array v0.14.7 |
1025 | 2024-08-15T05:00:47.517Z | Compiling syn v2.0.74 |
1026 | 2024-08-15T05:00:47.545Z | Compiling log v0.4.21 |
1027 | 2024-08-15T05:00:47.608Z | Compiling getrandom v0.2.14 |
1028 | 2024-08-15T05:00:47.662Z | Compiling jobserver v0.1.32 |
1029 | 2024-08-15T05:00:47.885Z | Compiling rand_core v0.6.4 |
1030 | 2024-08-15T05:00:48.051Z | Compiling cc v1.0.97 |
1031 | 2024-08-15T05:00:48.100Z | Compiling subtle v2.5.0 |
1032 | 2024-08-15T05:00:48.119Z | Compiling const-oid v0.9.6 |
1033 | 2024-08-15T05:00:48.530Z | Compiling smallvec v1.13.2 |
1034 | 2024-08-15T05:00:48.549Z | Compiling pin-project-lite v0.2.14 |
1035 | 2024-08-15T05:00:48.649Z | Compiling spin v0.9.8 |
1036 | 2024-08-15T05:00:48.682Z | Compiling parking_lot_core v0.9.10 |
1037 | 2024-08-15T05:00:48.707Z | Compiling signal-hook-registry v1.4.2 |
1038 | 2024-08-15T05:00:48.947Z | Compiling mio v0.8.11 |
1039 | 2024-08-15T05:00:49.033Z | Compiling ahash v0.8.11 |
1040 | 2024-08-15T05:00:49.377Z | Compiling tinyvec_macros v0.1.1 |
1041 | 2024-08-15T05:00:49.473Z | Compiling tinyvec v1.6.0 |
1042 | 2024-08-15T05:00:49.622Z | Compiling parking_lot v0.12.2 |
1043 | 2024-08-15T05:00:49.847Z | Compiling socket2 v0.5.7 |
1044 | 2024-08-15T05:00:50.198Z | Compiling num_cpus v1.16.0 |
1045 | 2024-08-15T05:00:50.241Z | Compiling serde_json v1.0.124 |
1046 | 2024-08-15T05:00:50.325Z | Compiling libm v0.2.8 |
1047 | 2024-08-15T05:00:50.429Z | Compiling futures-core v0.3.30 |
1048 | 2024-08-15T05:00:50.535Z | Compiling cpufeatures v0.2.12 |
1049 | 2024-08-15T05:00:50.605Z | Compiling num-traits v0.2.19 |
1050 | 2024-08-15T05:00:50.639Z | Compiling slab v0.4.9 |
1051 | 2024-08-15T05:00:50.662Z | Compiling futures-sink v0.3.30 |
1052 | 2024-08-15T05:00:50.706Z | Compiling unicode-bidi v0.3.15 |
1053 | 2024-08-15T05:00:50.799Z | Compiling allocator-api2 v0.2.18 |
1054 | 2024-08-15T05:00:50.904Z | Compiling unicode-normalization v0.1.23 |
1055 | 2024-08-15T05:00:51.172Z | Compiling futures-channel v0.3.30 |
1056 | 2024-08-15T05:00:51.378Z | Compiling vcpkg v0.2.15 |
1057 | 2024-08-15T05:00:51.603Z | Compiling pin-utils v0.1.0 |
1058 | 2024-08-15T05:00:51.629Z | Compiling pkg-config v0.3.30 |
1059 | 2024-08-15T05:00:51.700Z | Compiling futures-task v0.3.30 |
1060 | 2024-08-15T05:00:52.042Z | Compiling futures-io v0.3.30 |
1061 | 2024-08-15T05:00:52.254Z | Compiling base64ct v1.6.0 |
1062 | 2024-08-15T05:00:52.320Z | Compiling ppv-lite86 v0.2.17 |
1063 | 2024-08-15T05:00:52.381Z | Compiling percent-encoding v2.3.1 |
1064 | 2024-08-15T05:00:52.398Z | Compiling ring v0.17.8 |
1065 | 2024-08-15T05:00:52.764Z | Compiling pem-rfc7468 v0.7.0 |
1066 | 2024-08-15T05:00:52.859Z | Compiling flagset v0.4.5 |
1067 | 2024-08-15T05:00:53.079Z | Compiling tracing-core v0.1.32 |
1068 | 2024-08-15T05:00:53.143Z | Compiling rand_chacha v0.3.1 |
1069 | 2024-08-15T05:00:53.314Z | Compiling rustix v0.38.34 |
1070 | 2024-08-15T05:00:53.521Z | Compiling syn v1.0.109 |
1071 | 2024-08-15T05:00:53.667Z | Compiling openssl-sys v0.9.103 |
1072 | 2024-08-15T05:00:54.063Z | Compiling untrusted v0.9.0 |
1073 | 2024-08-15T05:00:54.194Z | Compiling rand v0.8.5 |
1074 | 2024-08-15T05:00:54.213Z | Compiling lazy_static v1.5.0 |
1075 | 2024-08-15T05:00:54.232Z | Compiling time-core v0.1.2 |
1076 | 2024-08-15T05:00:54.333Z | Compiling rustversion v1.0.17 |
1077 | 2024-08-15T05:00:54.362Z | Compiling powerfmt v0.2.0 |
1078 | 2024-08-15T05:00:54.384Z | Compiling openssl v0.10.66 |
1079 | 2024-08-15T05:00:54.782Z | Compiling num-conv v0.1.0 |
1080 | 2024-08-15T05:00:54.801Z | Compiling httparse v1.8.0 |
1081 | 2024-08-15T05:00:55.012Z | Compiling foreign-types-shared v0.1.1 |
1082 | 2024-08-15T05:00:55.015Z | Compiling time-macros v0.2.18 |
1083 | 2024-08-15T05:00:55.117Z | Compiling foreign-types v0.3.2 |
1084 | 2024-08-15T05:00:55.227Z | Compiling deranged v0.3.11 |
1085 | 2024-08-15T05:00:55.306Z | Compiling form_urlencoded v1.2.1 |
1086 | 2024-08-15T05:00:55.553Z | Compiling try-lock v0.2.5 |
1087 | 2024-08-15T05:00:55.685Z | Compiling native-tls v0.2.11 |
1088 | 2024-08-15T05:00:55.964Z | Compiling num_threads v0.1.7 |
1089 | 2024-08-15T05:00:55.983Z | Compiling crossbeam-utils v0.8.19 |
1090 | 2024-08-15T05:00:56.094Z | Compiling rustls v0.21.12 |
1091 | 2024-08-15T05:00:56.326Z | Compiling siphasher v0.3.11 |
1092 | 2024-08-15T05:00:56.580Z | Compiling want v0.3.1 |
1093 | 2024-08-15T05:00:56.947Z | Compiling idna v0.5.0 |
1094 | 2024-08-15T05:00:57.489Z | Compiling aho-corasick v1.1.3 |
1095 | 2024-08-15T05:00:57.927Z | Compiling cookie v0.17.0 |
1096 | 2024-08-15T05:00:58.031Z | Compiling time v0.3.36 |
1097 | 2024-08-15T05:00:58.250Z | Compiling regex-syntax v0.8.4 |
1098 | 2024-08-15T05:00:58.315Z | Compiling httpdate v1.0.3 |
1099 | 2024-08-15T05:00:58.751Z | Compiling tower-service v0.3.2 |
1100 | 2024-08-15T05:00:58.841Z | Compiling finl_unicode v1.2.0 |
1101 | 2024-08-15T05:00:59.376Z | Compiling adler v1.0.2 |
1102 | 2024-08-15T05:00:59.448Z | Compiling iana-time-zone v0.1.60 |
1103 | 2024-08-15T05:00:59.567Z | Compiling slog v2.7.0 |
1104 | 2024-08-15T05:00:59.889Z | Compiling openssl-probe v0.1.5 |
1105 | 2024-08-15T05:01:00.159Z | Compiling miniz_oxide v0.7.2 |
1106 | 2024-08-15T05:01:00.216Z | Compiling stringprep v0.1.4 |
1107 | 2024-08-15T05:01:01.395Z | Compiling url v2.5.2 |
1108 | 2024-08-15T05:01:01.674Z | Compiling serde_derive v1.0.207 |
1109 | 2024-08-15T05:01:02.804Z | Compiling zeroize_derive v1.4.2 |
1110 | 2024-08-15T05:01:02.918Z | Compiling zerocopy-derive v0.7.34 |
1111 | 2024-08-15T05:01:03.064Z | Compiling tokio-macros v2.3.0 |
1112 | 2024-08-15T05:01:03.208Z | Compiling thiserror-impl v1.0.63 |
1113 | 2024-08-15T05:01:04.395Z | Compiling zeroize v1.7.0 |
1114 | 2024-08-15T05:01:04.714Z | Compiling futures-macro v0.3.30 |
1115 | 2024-08-15T05:01:04.759Z | Compiling der_derive v0.7.2 |
1116 | 2024-08-15T05:01:05.198Z | Compiling zerocopy v0.7.34 |
1117 | 2024-08-15T05:01:05.954Z | Compiling crypto-common v0.1.6 |
1118 | 2024-08-15T05:01:06.194Z | Compiling block-buffer v0.10.4 |
1119 | 2024-08-15T05:01:06.419Z | Compiling digest v0.10.7 |
1120 | 2024-08-15T05:01:06.450Z | Compiling block-padding v0.3.3 |
1121 | 2024-08-15T05:01:06.698Z | Compiling inout v0.1.3 |
1122 | 2024-08-15T05:01:06.785Z | Compiling thiserror v1.0.63 |
1123 | 2024-08-15T05:01:06.937Z | Compiling hmac v0.12.1 |
1124 | 2024-08-15T05:01:06.956Z | Compiling cipher v0.4.4 |
1125 | 2024-08-15T05:01:06.974Z | Compiling sha2 v0.10.8 |
1126 | 2024-08-15T05:01:07.186Z | Compiling futures-util v0.3.30 |
1127 | 2024-08-15T05:01:07.283Z | Compiling hashbrown v0.14.5 |
1128 | 2024-08-15T05:01:07.353Z | Compiling pest v2.7.10 |
1129 | 2024-08-15T05:01:07.482Z | Compiling salsa20 v0.10.2 |
1130 | 2024-08-15T05:01:07.706Z | Compiling der v0.7.9 |
1131 | 2024-08-15T05:01:08.092Z | Compiling pbkdf2 v0.12.2 |
1132 | 2024-08-15T05:01:08.270Z | Compiling scroll_derive v0.12.0 |
1133 | 2024-08-15T05:01:08.402Z | Compiling tracing-attributes v0.1.27 |
1134 | 2024-08-15T05:01:08.648Z | Compiling scrypt v0.11.0 |
1135 | 2024-08-15T05:01:09.785Z | Compiling pest_meta v2.7.10 |
1136 | 2024-08-15T05:01:10.321Z | Compiling spki v0.7.3 |
1137 | 2024-08-15T05:01:10.519Z | Compiling scroll v0.12.0 |
1138 | 2024-08-15T05:01:10.713Z | Compiling aes v0.8.4 |
1139 | 2024-08-15T05:01:11.043Z | Compiling cbc v0.1.2 |
1140 | 2024-08-15T05:01:11.102Z | Compiling pest_generator v2.7.10 |
1141 | 2024-08-15T05:01:11.268Z | Compiling goblin v0.8.2 |
1142 | 2024-08-15T05:01:12.366Z | Compiling tracing v0.1.40 |
1143 | 2024-08-15T05:01:12.901Z | Compiling pkcs5 v0.7.1 |
1144 | 2024-08-15T05:01:13.210Z | Compiling openssl-macros v0.1.1 |
1145 | 2024-08-15T05:01:13.232Z | Compiling rustls-webpki v0.101.7 |
1146 | 2024-08-15T05:01:13.467Z | Compiling sct v0.7.1 |
1147 | 2024-08-15T05:01:13.616Z | Compiling pkcs8 v0.10.2 |
1148 | 2024-08-15T05:01:13.816Z | Compiling md-5 v0.10.6 |
1149 | 2024-08-15T05:01:14.087Z | Compiling regex-automata v0.4.6 |
1150 | 2024-08-15T05:01:14.105Z | Compiling num-integer v0.1.46 |
1151 | 2024-08-15T05:01:14.414Z | Compiling backtrace v0.3.71 |
1152 | 2024-08-15T05:01:14.888Z | Compiling idna v0.3.0 |
1153 | 2024-08-15T05:01:14.914Z | Compiling hash32 v0.2.1 |
1154 | 2024-08-15T05:01:15.056Z | Compiling pest_derive v2.7.10 |
1155 | 2024-08-15T05:01:15.168Z | Compiling num-bigint-dig v0.8.4 |
1156 | 2024-08-15T05:01:15.280Z | Compiling gimli v0.28.1 |
1157 | 2024-08-15T05:01:15.475Z | Compiling smoltcp v0.9.1 |
1158 | 2024-08-15T05:01:15.850Z | Compiling dtrace-parser v0.2.0 |
1159 | 2024-08-15T05:01:16.249Z | Compiling bytes v1.7.1 |
1160 | 2024-08-15T05:01:16.414Z | Compiling bitflags v2.6.0 |
1161 | 2024-08-15T05:01:16.935Z | Compiling indexmap v2.4.0 |
1162 | 2024-08-15T05:01:17.621Z | Compiling tokio v1.38.1 |
1163 | 2024-08-15T05:01:18.131Z | Compiling http v0.2.12 |
1164 | 2024-08-15T05:01:18.459Z | Compiling semver v1.0.23 |
1165 | 2024-08-15T05:01:19.250Z | Compiling rustc_version v0.4.0 |
1166 | 2024-08-15T05:01:20.022Z | Compiling heapless v0.7.17 |
1167 | 2024-08-15T05:01:20.324Z | Compiling http-body v0.4.6 |
1168 | 2024-08-15T05:01:20.463Z | Compiling dof v0.3.0 |
1169 | 2024-08-15T05:01:20.775Z | Compiling uuid v1.10.0 |
1170 | 2024-08-15T05:01:22.043Z | Compiling usdt-impl v0.5.0 |
1171 | 2024-08-15T05:01:22.343Z | Compiling serde_tokenstream v0.2.1 |
1172 | 2024-08-15T05:01:22.689Z | Compiling toml_datetime v0.6.8 |
1173 | 2024-08-15T05:01:22.796Z | Compiling chrono v0.4.38 |
1174 | 2024-08-15T05:01:22.900Z | Compiling serde_spanned v0.6.7 |
1175 | 2024-08-15T05:01:23.142Z | Compiling base64 v0.22.1 |
1176 | 2024-08-15T05:01:23.188Z | Compiling crc32fast v1.4.0 |
1177 | 2024-08-15T05:01:23.352Z | Compiling stable_deref_trait v1.2.0 |
1178 | 2024-08-15T05:01:23.468Z | Compiling signal-hook v0.3.17 |
1179 | 2024-08-15T05:01:23.699Z | Compiling cfg_aliases v0.1.1 |
1180 | 2024-08-15T05:01:23.735Z | Compiling psl-types v2.0.11 |
1181 | 2024-08-15T05:01:23.741Z | Compiling fallible-iterator v0.2.0 |
1182 | 2024-08-15T05:01:23.805Z | Compiling nix v0.28.0 |
1183 | 2024-08-15T05:01:23.899Z | Compiling publicsuffix v2.2.3 |
1184 | 2024-08-15T05:01:24.154Z | Compiling terminal_size v0.3.0 |
1185 | 2024-08-15T05:01:24.362Z | Compiling addr2line v0.21.0 |
1186 | 2024-08-15T05:01:24.487Z | Compiling postgres-protocol v0.6.7 |
1187 | 2024-08-15T05:01:24.715Z | Compiling num-iter v0.1.45 |
1188 | 2024-08-15T05:01:24.902Z | Compiling hubpack_derive v0.1.1 |
1189 | 2024-08-15T05:01:25.068Z | Compiling async-trait v0.1.81 |
1190 | 2024-08-15T05:01:25.163Z | Compiling zerocopy-derive v0.6.6 |
1191 | 2024-08-15T05:01:25.848Z | Compiling tokio-util v0.7.11 |
1192 | 2024-08-15T05:01:25.887Z | Compiling tokio-rustls v0.24.1 |
1193 | 2024-08-15T05:01:27.278Z | Compiling h2 v0.3.26 |
1194 | 2024-08-15T05:01:27.383Z | Compiling phf_shared v0.11.2 |
1195 | 2024-08-15T05:01:27.425Z | Compiling serde_derive_internals v0.29.1 |
1196 | 2024-08-15T05:01:27.490Z | Compiling ff v0.13.0 |
1197 | 2024-08-15T05:01:27.767Z | Compiling tokio-native-tls v0.3.1 |
1198 | 2024-08-15T05:01:27.776Z | Compiling object v0.32.2 |
1199 | 2024-08-15T05:01:27.932Z | Compiling fs-err v2.11.0 |
1200 | 2024-08-15T05:01:27.999Z | Compiling ipnet v2.9.0 |
1201 | 2024-08-15T05:01:28.017Z | Compiling base16ct v0.2.0 |
1202 | 2024-08-15T05:01:28.229Z | Compiling winnow v0.5.40 |
1203 | 2024-08-15T05:01:28.341Z | Compiling anyhow v1.0.86 |
1204 | 2024-08-15T05:01:28.987Z | Compiling either v1.13.0 |
1205 | 2024-08-15T05:01:29.206Z | Compiling rustc-demangle v0.1.24 |
1206 | 2024-08-15T05:01:29.422Z | Compiling schemars v0.8.21 |
1207 | 2024-08-15T05:01:29.498Z | Compiling bitflags v1.3.2 |
1208 | 2024-08-15T05:01:29.611Z | Compiling base64 v0.21.7 |
1209 | 2024-08-15T05:01:29.785Z | Compiling matches v0.1.10 |
1210 | 2024-08-15T05:01:29.885Z | Compiling managed v0.8.0 |
1211 | 2024-08-15T05:01:30.189Z | Compiling regex-automata v0.1.10 |
1212 | 2024-08-15T05:01:30.211Z | Compiling schemars_derive v0.8.21 |
1213 | 2024-08-15T05:01:30.375Z | Compiling rustls-pemfile v1.0.4 |
1214 | 2024-08-15T05:01:30.718Z | Compiling bstr v0.2.17 |
1215 | 2024-08-15T05:01:30.819Z | Compiling idna v0.2.3 |
1216 | 2024-08-15T05:01:32.061Z | Compiling toml_edit v0.19.15 |
1217 | 2024-08-15T05:01:32.315Z | Compiling clap_builder v4.5.15 |
1218 | 2024-08-15T05:01:32.637Z | Compiling sec1 v0.7.3 |
1219 | 2024-08-15T05:01:32.661Z | Compiling phf v0.11.2 |
1220 | 2024-08-15T05:01:32.944Z | Compiling group v0.13.0 |
1221 | 2024-08-15T05:01:33.084Z | Compiling zerocopy v0.6.6 |
1222 | 2024-08-15T05:01:33.179Z | Compiling cookie_store v0.20.0 |
1223 | 2024-08-15T05:01:33.268Z | Compiling hubpack v0.1.2 |
1224 | 2024-08-15T05:01:33.695Z | Compiling postgres-types v0.2.7 |
1225 | 2024-08-15T05:01:34.290Z | Compiling hyper v0.14.30 |
1226 | 2024-08-15T05:01:35.208Z | Compiling usdt-attr-macro v0.5.0 |
1227 | 2024-08-15T05:01:36.123Z | Compiling usdt-macro v0.5.0 |
1228 | 2024-08-15T05:01:36.912Z | Compiling regex v1.10.6 |
1229 | 2024-08-15T05:01:37.689Z | Compiling serde_urlencoded v0.7.1 |
1230 | 2024-08-15T05:01:38.038Z | Compiling pkcs1 v0.7.5 |
1231 | 2024-08-15T05:01:38.071Z | Compiling futures-executor v0.3.30 |
1232 | 2024-08-15T05:01:38.174Z | Compiling enum-as-inner v0.5.1 |
1233 | 2024-08-15T05:01:38.333Z | Compiling hkdf v0.12.4 |
1234 | 2024-08-15T05:01:38.596Z | Compiling signature v2.2.0 |
1235 | 2024-08-15T05:01:38.634Z | Compiling crypto-bigint v0.5.5 |
1236 | 2024-08-15T05:01:38.900Z | Compiling clap_derive v4.5.13 |
1237 | 2024-08-15T05:01:39.047Z | Compiling serde_repr v0.1.19 |
1238 | 2024-08-15T05:01:39.244Z | Compiling strum_macros v0.25.3 |
1239 | 2024-08-15T05:01:40.118Z | Compiling phf_shared v0.10.0 |
1240 | 2024-08-15T05:01:40.270Z | Compiling float-cmp v0.9.0 |
1241 | 2024-08-15T05:01:40.500Z | Compiling mio v1.0.2 |
1242 | 2024-08-15T05:01:40.535Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-08-15T05:01:41.669Z | Compiling hyper-rustls v0.24.2 |
1244 | 2024-08-15T05:01:41.703Z | Compiling hyper-tls v0.5.0 |
1245 | 2024-08-15T05:01:42.025Z | Compiling predicates-core v1.0.6 |
1246 | 2024-08-15T05:01:42.112Z | Compiling sync_wrapper v0.1.2 |
1247 | 2024-08-15T05:01:42.254Z | Compiling difflib v0.4.0 |
1248 | 2024-08-15T05:01:42.395Z | Compiling minimal-lexical v0.2.1 |
1249 | 2024-08-15T05:01:42.957Z | Compiling new_debug_unreachable v1.0.6 |
1250 | 2024-08-15T05:01:43.056Z | Compiling fixedbitset v0.4.2 |
1251 | 2024-08-15T05:01:43.480Z | Compiling dyn-clone v1.0.17 |
1252 | 2024-08-15T05:01:43.529Z | Compiling precomputed-hash v0.1.1 |
1253 | 2024-08-15T05:01:43.653Z | Compiling static_assertions v1.1.0 |
1254 | 2024-08-15T05:01:43.699Z | Compiling unicode-segmentation v1.11.0 |
1255 | 2024-08-15T05:01:43.757Z | Compiling mime v0.3.17 |
1256 | 2024-08-15T05:01:43.831Z | Compiling webpki-roots v0.25.4 |
1257 | 2024-08-15T05:01:43.997Z | Compiling normalize-line-endings v0.3.0 |
1258 | 2024-08-15T05:01:44.127Z | Compiling bit-vec v0.6.3 |
1259 | 2024-08-15T05:01:44.146Z | Compiling data-encoding v2.6.0 |
1260 | 2024-08-15T05:01:44.339Z | Compiling whoami v1.5.1 |
1261 | 2024-08-15T05:01:44.341Z | Compiling similar v2.5.0 |
1262 | 2024-08-15T05:01:44.533Z | Compiling bit-set v0.5.3 |
1263 | 2024-08-15T05:01:44.566Z | Compiling clap v4.5.15 |
1264 | 2024-08-15T05:01:44.694Z | Compiling tokio-postgres v0.7.11 |
1265 | 2024-08-15T05:01:44.825Z | Compiling predicates v3.1.2 |
1266 | 2024-08-15T05:01:44.844Z | Compiling reqwest v0.11.27 |
1267 | 2024-08-15T05:01:44.987Z | Compiling trust-dns-proto v0.22.0 |
1268 | 2024-08-15T05:01:45.109Z | Compiling toml_edit v0.22.20 |
1269 | 2024-08-15T05:01:46.558Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1270 | 2024-08-15T05:01:46.605Z | Compiling string_cache v0.8.7 |
1271 | 2024-08-15T05:01:47.139Z | Compiling console v0.15.8 |
1272 | 2024-08-15T05:01:48.665Z | Compiling petgraph v0.6.5 |
1273 | 2024-08-15T05:01:48.843Z | Compiling nom v7.1.3 |
1274 | 2024-08-15T05:01:50.583Z | Compiling usdt v0.5.0 |
1275 | 2024-08-15T05:01:50.777Z | Compiling elliptic-curve v0.13.8 |
1276 | 2024-08-15T05:01:51.073Z | Compiling signal-hook-mio v0.2.4 |
1277 | 2024-08-15T05:01:51.255Z | Compiling rsa v0.9.6 |
1278 | 2024-08-15T05:01:51.625Z | Compiling futures v0.3.30 |
1279 | 2024-08-15T05:01:52.627Z | Compiling toml v0.7.8 |
1280 | 2024-08-15T05:01:52.671Z | Compiling flate2 v1.0.31 |
1281 | 2024-08-15T05:01:53.618Z | Compiling itertools v0.12.1 |
1282 | 2024-08-15T05:01:53.646Z | Compiling itertools v0.10.5 |
1283 | 2024-08-15T05:01:53.666Z | Compiling tokio-stream v0.1.15 |
1284 | 2024-08-15T05:01:53.912Z | Compiling bstr v1.9.1 |
1285 | 2024-08-15T05:01:54.324Z | Compiling openapiv3 v2.0.0 |
1286 | 2024-08-15T05:01:54.655Z | Compiling hex v0.4.3 |
1287 | 2024-08-15T05:01:55.247Z | Compiling sha1 v0.10.6 |
1288 | 2024-08-15T05:01:55.695Z | Compiling crossbeam-epoch v0.9.18 |
1289 | 2024-08-15T05:01:55.757Z | Compiling dirs-sys-next v0.1.2 |
1290 | 2024-08-15T05:01:56.436Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-08-15T05:01:56.462Z | Compiling unicode-xid v0.2.4 |
1292 | 2024-08-15T05:01:56.507Z | Compiling lalrpop-util v0.19.12 |
1293 | 2024-08-15T05:01:56.646Z | Compiling dirs-next v2.0.0 |
1294 | 2024-08-15T05:01:56.801Z | Compiling thread_local v1.1.8 |
1295 | 2024-08-15T05:01:56.843Z | Compiling slog-async v2.8.0 |
1296 | 2024-08-15T05:01:56.863Z | Compiling term v0.7.0 |
1297 | 2024-08-15T05:01:56.974Z | Compiling xattr v1.3.1 |
1298 | 2024-08-15T05:01:57.110Z | Compiling crossbeam-channel v0.5.12 |
1299 | 2024-08-15T05:01:57.271Z | Compiling strum_macros v0.26.4 |
1300 | 2024-08-15T05:01:57.400Z | Compiling filetime v0.2.24 |
1301 | 2024-08-15T05:01:57.506Z | Compiling is-terminal v0.4.12 |
1302 | 2024-08-15T05:01:57.643Z | Compiling take_mut v0.2.2 |
1303 | 2024-08-15T05:01:57.727Z | Compiling slog-term v2.9.1 |
1304 | 2024-08-15T05:01:57.808Z | Compiling tar v0.4.41 |
1305 | 2024-08-15T05:01:58.423Z | Compiling camino v1.1.7 |
1306 | 2024-08-15T05:01:59.858Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1307 | 2024-08-15T05:02:00.526Z | Compiling strum v0.26.3 |
1308 | 2024-08-15T05:02:00.608Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1309 | 2024-08-15T05:02:06.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1310 | 2024-08-15T05:02:06.258Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1311 | 2024-08-15T05:02:06.306Z | Aug 15 05:02:05.412 INFO Starting download, target: Cockroach |
1312 | 2024-08-15T05:02:06.306Z | Aug 15 05:02:05.412 INFO Starting download, target: Console |
1313 | 2024-08-15T05:02:06.306Z | Aug 15 05:02:05.412 INFO Starting download, target: Clickhouse |
1314 | 2024-08-15T05:02:06.306Z | Aug 15 05:02:05.412 INFO Starting download, target: DendriteOpenapi |
1315 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.412 INFO Starting download, target: DendriteStub |
1316 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.412 INFO Starting download, target: MaghemiteMgd |
1317 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.412 INFO Starting download, target: TransceiverControl |
1318 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.413 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1319 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.413 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1320 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.413 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1321 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.413 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1322 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.413 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1323 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.413 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1324 | 2024-08-15T05:02:06.310Z | Aug 15 05:02:05.413 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1325 | 2024-08-15T05:02:06.574Z | Aug 15 05:02:05.677 INFO Download complete, target: DendriteOpenapi |
1326 | 2024-08-15T05:02:06.714Z | Aug 15 05:02:05.817 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1327 | 2024-08-15T05:02:06.874Z | Aug 15 05:02:05.978 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1328 | 2024-08-15T05:02:07.115Z | Aug 15 05:02:06.222 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1329 | 2024-08-15T05:02:07.118Z | Aug 15 05:02:06.224 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1330 | 2024-08-15T05:02:07.275Z | Aug 15 05:02:06.382 INFO Download complete, target: Console |
1331 | 2024-08-15T05:02:07.528Z | Aug 15 05:02:06.634 INFO Download complete, target: TransceiverControl |
1332 | 2024-08-15T05:02:08.444Z | Aug 15 05:02:07.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1333 | 2024-08-15T05:02:09.710Z | Aug 15 05:02:08.816 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1334 | 2024-08-15T05:02:09.710Z | Aug 15 05:02:08.816 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1335 | 2024-08-15T05:02:10.313Z | Aug 15 05:02:09.419 INFO Download complete, target: MaghemiteMgd |
1336 | 2024-08-15T05:02:10.313Z | Aug 15 05:02:09.419 INFO Download complete, target: DendriteStub |
1337 | 2024-08-15T05:02:17.867Z | Aug 15 05:02:16.972 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1338 | 2024-08-15T05:02:18.198Z | Aug 15 05:02:17.303 INFO Checking that binary works, target: Cockroach |
1339 | 2024-08-15T05:02:18.411Z | Aug 15 05:02:17.516 INFO Download complete, target: Cockroach |
1340 | 2024-08-15T05:02:22.403Z | Aug 15 05:02:21.507 INFO Checking that binary works, target: Clickhouse |
1341 | 2024-08-15T05:02:22.647Z | Aug 15 05:02:21.752 INFO Download complete, target: Clickhouse |
1342 | 2024-08-15T05:02:22.655Z | All prerequisites installed successfully |
1343 | 2024-08-15T05:02:22.657Z | |
1344 | 2024-08-15T05:02:22.657Z | real 3:57.338109847 |
1345 | 2024-08-15T05:02:22.657Z | user 11:26.364293751 |
1346 | 2024-08-15T05:02:22.657Z | sys 2:25.459742655 |
1347 | 2024-08-15T05:02:22.657Z | trap 0.415196638 |
1348 | 2024-08-15T05:02:22.657Z | tflt 8.491912826 |
1349 | 2024-08-15T05:02:22.657Z | dflt 7.815045064 |
1350 | 2024-08-15T05:02:22.657Z | kflt 0.654853949 |
1351 | 2024-08-15T05:02:22.657Z | lock 21:31.310078563 |
1352 | 2024-08-15T05:02:22.657Z | slp 45:55.449239696 |
1353 | 2024-08-15T05:02:22.657Z | lat 39.023897084 |
1354 | 2024-08-15T05:02:22.657Z | stop 1:48.524221549 |
1355 | 2024-08-15T05:02:22.657Z | + source ./tools/include/force-git-over-https.sh |
1356 | 2024-08-15T05:02:22.657Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1357 | 2024-08-15T05:02:22.657Z | ++ (( i = 0 )) |
1358 | 2024-08-15T05:02:22.657Z | ++ (( i < 5 )) |
1359 | 2024-08-15T05:02:22.657Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1360 | 2024-08-15T05:02:22.660Z | ++ (( i++ )) |
1361 | 2024-08-15T05:02:22.660Z | ++ (( i < 5 )) |
1362 | 2024-08-15T05:02:22.663Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1363 | 2024-08-15T05:02:22.665Z | ++ (( i++ )) |
1364 | 2024-08-15T05:02:22.665Z | ++ (( i < 5 )) |
1365 | 2024-08-15T05:02:22.665Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1366 | 2024-08-15T05:02:22.668Z | ++ (( i++ )) |
1367 | 2024-08-15T05:02:22.668Z | ++ (( i < 5 )) |
1368 | 2024-08-15T05:02:22.668Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1369 | 2024-08-15T05:02:22.670Z | ++ (( i++ )) |
1370 | 2024-08-15T05:02:22.670Z | ++ (( i < 5 )) |
1371 | 2024-08-15T05:02:22.670Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1372 | 2024-08-15T05:02:22.673Z | ++ (( i++ )) |
1373 | 2024-08-15T05:02:22.673Z | ++ (( i < 5 )) |
1374 | 2024-08-15T05:02:22.673Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1375 | 2024-08-15T05:02:22.673Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1376 | 2024-08-15T05:02:22.673Z | + rc=0 |
1377 | 2024-08-15T05:02:22.673Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1378 | 2024-08-15T05:02:55.767Z | + case $rc in |
1379 | 2024-08-15T05:02:55.767Z | + pfexec zfs create -p rpool/images/build/host |
1380 | 2024-08-15T05:02:55.966Z | + pfexec zfs create -p rpool/images/build/recovery |
1381 | 2024-08-15T05:02:56.037Z | + cargo xtask releng --output-dir /work |
1382 | 2024-08-15T05:02:56.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1383 | 2024-08-15T05:02:56.613Z | Running `target/debug/xtask releng --output-dir /work` |
1384 | 2024-08-15T05:02:57.521Z | Compiling proc-macro2 v1.0.86 |
1385 | 2024-08-15T05:02:57.521Z | Compiling unicode-ident v1.0.12 |
1386 | 2024-08-15T05:02:57.523Z | Compiling libc v0.2.155 |
1387 | 2024-08-15T05:02:57.523Z | Compiling serde v1.0.207 |
1388 | 2024-08-15T05:02:57.523Z | Compiling version_check v0.9.5 |
1389 | 2024-08-15T05:02:57.523Z | Compiling autocfg v1.3.0 |
1390 | 2024-08-15T05:02:57.523Z | Compiling cfg-if v1.0.0 |
1391 | 2024-08-15T05:02:57.523Z | Compiling once_cell v1.19.0 |
1392 | 2024-08-15T05:02:57.892Z | Compiling typenum v1.17.0 |
1393 | 2024-08-15T05:02:57.963Z | Compiling memchr v2.7.2 |
1394 | 2024-08-15T05:02:58.373Z | Compiling lock_api v0.4.12 |
1395 | 2024-08-15T05:02:58.531Z | Compiling generic-array v0.14.7 |
1396 | 2024-08-15T05:02:58.697Z | Compiling ahash v0.8.11 |
1397 | 2024-08-15T05:02:58.849Z | Compiling serde_json v1.0.124 |
1398 | 2024-08-15T05:02:58.905Z | Compiling libm v0.2.8 |
1399 | 2024-08-15T05:02:59.065Z | Compiling num-traits v0.2.19 |
1400 | 2024-08-15T05:02:59.196Z | Compiling quote v1.0.36 |
1401 | 2024-08-15T05:02:59.257Z | Compiling parking_lot_core v0.9.10 |
1402 | 2024-08-15T05:02:59.372Z | Compiling byteorder v1.5.0 |
1403 | 2024-08-15T05:02:59.683Z | Compiling syn v2.0.74 |
1404 | 2024-08-15T05:02:59.839Z | Compiling getrandom v0.2.14 |
1405 | 2024-08-15T05:02:59.859Z | Compiling jobserver v0.1.32 |
1406 | 2024-08-15T05:03:00.012Z | Compiling scopeguard v1.2.0 |
1407 | 2024-08-15T05:03:00.065Z | Compiling log v0.4.21 |
1408 | 2024-08-15T05:03:00.222Z | Compiling cc v1.0.97 |
1409 | 2024-08-15T05:03:00.275Z | Compiling thiserror v1.0.63 |
1410 | 2024-08-15T05:03:00.469Z | Compiling itoa v1.0.11 |
1411 | 2024-08-15T05:03:00.720Z | Compiling slab v0.4.9 |
1412 | 2024-08-15T05:03:00.809Z | Compiling rand_core v0.6.4 |
1413 | 2024-08-15T05:03:00.960Z | Compiling pkg-config v0.3.30 |
1414 | 2024-08-15T05:03:01.471Z | Compiling semver v1.0.23 |
1415 | 2024-08-15T05:03:01.677Z | Compiling ryu v1.0.18 |
1416 | 2024-08-15T05:03:01.748Z | Compiling spin v0.9.8 |
1417 | 2024-08-15T05:03:02.064Z | Compiling vcpkg v0.2.15 |
1418 | 2024-08-15T05:03:02.120Z | Compiling pin-project-lite v0.2.14 |
1419 | 2024-08-15T05:03:02.242Z | Compiling smallvec v1.13.2 |
1420 | 2024-08-15T05:03:02.326Z | Compiling allocator-api2 v0.2.18 |
1421 | 2024-08-15T05:03:02.924Z | Compiling subtle v2.5.0 |
1422 | 2024-08-15T05:03:03.350Z | Compiling const-oid v0.9.6 |
1423 | 2024-08-15T05:03:03.591Z | Compiling signal-hook-registry v1.4.2 |
1424 | 2024-08-15T05:03:03.833Z | Compiling ring v0.17.8 |
1425 | 2024-08-15T05:03:03.900Z | Compiling openssl-sys v0.9.103 |
1426 | 2024-08-15T05:03:04.991Z | Compiling httparse v1.8.0 |
1427 | 2024-08-15T05:03:05.140Z | Compiling rustix v0.38.34 |
1428 | 2024-08-15T05:03:05.365Z | Compiling schemars v0.8.21 |
1429 | 2024-08-15T05:03:05.795Z | Compiling heck v0.5.0 |
1430 | 2024-08-15T05:03:05.882Z | Compiling parking_lot v0.12.2 |
1431 | 2024-08-15T05:03:06.164Z | Compiling mio v0.8.11 |
1432 | 2024-08-15T05:03:06.312Z | Compiling num-conv v0.1.0 |
1433 | 2024-08-15T05:03:06.665Z | Compiling time-core v0.1.2 |
1434 | 2024-08-15T05:03:06.756Z | Compiling futures-core v0.3.30 |
1435 | 2024-08-15T05:03:06.898Z | Compiling time-macros v0.2.18 |
1436 | 2024-08-15T05:03:07.019Z | Compiling socket2 v0.5.7 |
1437 | 2024-08-15T05:03:07.095Z | Compiling num_cpus v1.16.0 |
1438 | 2024-08-15T05:03:07.280Z | Compiling openssl v0.10.66 |
1439 | 2024-08-15T05:03:07.478Z | Compiling equivalent v1.0.1 |
1440 | 2024-08-15T05:03:07.519Z | Compiling fnv v1.0.7 |
1441 | 2024-08-15T05:03:07.604Z | Compiling serde_derive_internals v0.29.1 |
1442 | 2024-08-15T05:03:08.241Z | Compiling syn v1.0.109 |
1443 | 2024-08-15T05:03:08.301Z | Compiling tinyvec_macros v0.1.1 |
1444 | 2024-08-15T05:03:08.422Z | Compiling rustls v0.21.12 |
1445 | 2024-08-15T05:03:08.517Z | Compiling native-tls v0.2.11 |
1446 | 2024-08-15T05:03:08.520Z | Compiling tinyvec v1.6.0 |
1447 | 2024-08-15T05:03:08.935Z | Compiling crossbeam-utils v0.8.19 |
1448 | 2024-08-15T05:03:09.586Z | Compiling futures-sink v0.3.30 |
1449 | 2024-08-15T05:03:10.196Z | Compiling unicode-normalization v0.1.23 |
1450 | 2024-08-15T05:03:10.233Z | Compiling cookie v0.17.0 |
1451 | 2024-08-15T05:03:10.235Z | Compiling iana-time-zone v0.1.60 |
1452 | 2024-08-15T05:03:10.723Z | Compiling cpufeatures v0.2.12 |
1453 | 2024-08-15T05:03:10.926Z | Compiling ucd-trie v0.1.6 |
1454 | 2024-08-15T05:03:10.998Z | Compiling futures-channel v0.3.30 |
1455 | 2024-08-15T05:03:11.563Z | Compiling pin-utils v0.1.0 |
1456 | 2024-08-15T05:03:11.580Z | Compiling futures-io v0.3.30 |
1457 | 2024-08-15T05:03:11.613Z | Compiling unicode-bidi v0.3.15 |
1458 | 2024-08-15T05:03:11.674Z | Compiling futures-task v0.3.30 |
1459 | 2024-08-15T05:03:11.729Z | Compiling slog v2.7.0 |
1460 | 2024-08-15T05:03:12.526Z | Compiling untrusted v0.9.0 |
1461 | 2024-08-15T05:03:13.070Z | Compiling aho-corasick v1.1.3 |
1462 | 2024-08-15T05:03:13.243Z | Compiling regex-syntax v0.8.4 |
1463 | 2024-08-15T05:03:13.418Z | Compiling crc32fast v1.4.0 |
1464 | 2024-08-15T05:03:13.459Z | Compiling serde_derive v1.0.207 |
1465 | 2024-08-15T05:03:13.487Z | Compiling zeroize_derive v1.4.2 |
1466 | 2024-08-15T05:03:14.093Z | Compiling zerocopy-derive v0.7.34 |
1467 | 2024-08-15T05:03:14.878Z | Compiling tokio-macros v2.3.0 |
1468 | 2024-08-15T05:03:15.162Z | Compiling thiserror-impl v1.0.63 |
1469 | 2024-08-15T05:03:16.266Z | Compiling zeroize v1.7.0 |
1470 | 2024-08-15T05:03:16.451Z | Compiling zerocopy v0.7.34 |
1471 | 2024-08-15T05:03:17.743Z | Compiling futures-macro v0.3.30 |
1472 | 2024-08-15T05:03:19.543Z | Compiling hashbrown v0.14.5 |
1473 | 2024-08-15T05:03:19.683Z | Compiling crypto-common v0.1.6 |
1474 | 2024-08-15T05:03:19.793Z | Compiling tracing-attributes v0.1.27 |
1475 | 2024-08-15T05:03:19.937Z | Compiling der_derive v0.7.2 |
1476 | 2024-08-15T05:03:20.444Z | Compiling block-buffer v0.10.4 |
1477 | 2024-08-15T05:03:20.737Z | Compiling digest v0.10.7 |
1478 | 2024-08-15T05:03:21.007Z | Compiling schemars_derive v0.8.21 |
1479 | 2024-08-15T05:03:22.718Z | Compiling openssl-macros v0.1.1 |
1480 | 2024-08-15T05:03:22.758Z | Compiling scroll_derive v0.12.0 |
1481 | 2024-08-15T05:03:22.868Z | Compiling hmac v0.12.1 |
1482 | 2024-08-15T05:03:23.138Z | Compiling pest v2.7.10 |
1483 | 2024-08-15T05:03:23.220Z | Compiling block-padding v0.3.3 |
1484 | 2024-08-15T05:03:23.405Z | Compiling futures-util v0.3.30 |
1485 | 2024-08-15T05:03:23.591Z | Compiling inout v0.1.3 |
1486 | 2024-08-15T05:03:23.848Z | Compiling cipher v0.4.4 |
1487 | 2024-08-15T05:03:24.134Z | Compiling sha2 v0.10.8 |
1488 | 2024-08-15T05:03:24.429Z | Compiling dyn-clone v1.0.17 |
1489 | 2024-08-15T05:03:25.072Z | Compiling regex-automata v0.4.6 |
1490 | 2024-08-15T05:03:25.358Z | Compiling usdt-impl v0.5.0 |
1491 | 2024-08-15T05:03:25.823Z | Compiling percent-encoding v2.3.1 |
1492 | 2024-08-15T05:03:26.393Z | Compiling pest_meta v2.7.10 |
1493 | 2024-08-15T05:03:26.465Z | Compiling base64ct v1.6.0 |
1494 | 2024-08-15T05:03:27.141Z | Compiling powerfmt v0.2.0 |
1495 | 2024-08-15T05:03:27.713Z | Compiling heck v0.4.1 |
1496 | 2024-08-15T05:03:28.269Z | Compiling bytes v1.7.1 |
1497 | 2024-08-15T05:03:30.385Z | Compiling bitflags v2.6.0 |
1498 | 2024-08-15T05:03:31.158Z | Compiling tokio v1.38.1 |
1499 | 2024-08-15T05:03:31.160Z | Compiling indexmap v2.4.0 |
1500 | 2024-08-15T05:03:31.837Z | Compiling serde_tokenstream v0.2.1 |
1501 | 2024-08-15T05:03:32.078Z | Compiling uuid v1.10.0 |
1502 | 2024-08-15T05:03:32.550Z | Compiling chrono v0.4.38 |
1503 | 2024-08-15T05:03:33.117Z | Compiling http v0.2.12 |
1504 | 2024-08-15T05:03:33.729Z | Compiling pest_generator v2.7.10 |
1505 | 2024-08-15T05:03:35.956Z | Compiling pest_derive v2.7.10 |
1506 | 2024-08-15T05:03:36.432Z | Compiling rustc_version v0.4.0 |
1507 | 2024-08-15T05:03:37.397Z | Compiling heapless v0.7.17 |
1508 | 2024-08-15T05:03:37.595Z | Compiling deranged v0.3.11 |
1509 | 2024-08-15T05:03:37.945Z | Compiling pem-rfc7468 v0.7.0 |
1510 | 2024-08-15T05:03:38.631Z | Compiling scroll v0.12.0 |
1511 | 2024-08-15T05:03:38.714Z | Compiling zerocopy-derive v0.6.6 |
1512 | 2024-08-15T05:03:39.682Z | Compiling backtrace v0.3.71 |
1513 | 2024-08-15T05:03:40.068Z | Compiling tracing-core v0.1.32 |
1514 | 2024-08-15T05:03:40.268Z | Compiling errno v0.3.9 |
1515 | 2024-08-15T05:03:40.656Z | Compiling num-bigint-dig v0.8.4 |
1516 | 2024-08-15T05:03:40.905Z | Compiling num_threads v0.1.7 |
1517 | 2024-08-15T05:03:41.060Z | Compiling ppv-lite86 v0.2.17 |
1518 | 2024-08-15T05:03:41.082Z | Compiling flagset v0.4.5 |
1519 | 2024-08-15T05:03:41.320Z | Compiling plain v0.2.3 |
1520 | 2024-08-15T05:03:41.857Z | Compiling rand_chacha v0.3.1 |
1521 | 2024-08-15T05:03:42.149Z | Compiling time v0.3.36 |
1522 | 2024-08-15T05:03:42.421Z | Compiling goblin v0.8.2 |
1523 | 2024-08-15T05:03:42.455Z | Compiling der v0.7.9 |
1524 | 2024-08-15T05:03:42.541Z | Compiling tracing v0.1.40 |
1525 | 2024-08-15T05:03:42.880Z | Compiling tokio-util v0.7.11 |
1526 | 2024-08-15T05:03:45.696Z | Compiling regex v1.10.6 |
1527 | 2024-08-15T05:03:45.723Z | Compiling salsa20 v0.10.2 |
1528 | 2024-08-15T05:03:45.832Z | Compiling pbkdf2 v0.12.2 |
1529 | 2024-08-15T05:03:46.097Z | Compiling async-trait v0.1.81 |
1530 | 2024-08-15T05:03:47.874Z | Compiling strsim v0.11.1 |
1531 | 2024-08-15T05:03:48.292Z | Compiling rustversion v1.0.17 |
1532 | 2024-08-15T05:03:48.568Z | Compiling pretty-hex v0.4.1 |
1533 | 2024-08-15T05:03:48.863Z | Compiling dof v0.3.0 |
1534 | 2024-08-15T05:03:49.814Z | Compiling scrypt v0.11.0 |
1535 | 2024-08-15T05:03:50.416Z | Compiling spki v0.7.3 |
1536 | 2024-08-15T05:03:50.487Z | Compiling rand v0.8.5 |
1537 | 2024-08-15T05:03:50.941Z | Compiling dtrace-parser v0.2.0 |
1538 | 2024-08-15T05:03:51.006Z | Compiling form_urlencoded v1.2.1 |
1539 | 2024-08-15T05:03:51.772Z | Compiling aes v0.8.4 |
1540 | 2024-08-15T05:03:52.198Z | Compiling cbc v0.1.2 |
1541 | 2024-08-15T05:03:52.201Z | Compiling lazy_static v1.5.0 |
1542 | 2024-08-15T05:03:52.437Z | Compiling thread-id v4.2.1 |
1543 | 2024-08-15T05:03:52.566Z | Compiling signal-hook v0.3.17 |
1544 | 2024-08-15T05:03:52.635Z | Compiling foreign-types-shared v0.1.1 |
1545 | 2024-08-15T05:03:52.681Z | Compiling unicode-width v0.1.13 |
1546 | 2024-08-15T05:03:52.750Z | Compiling anyhow v1.0.86 |
1547 | 2024-08-15T05:03:52.769Z | Compiling smoltcp v0.9.1 |
1548 | 2024-08-15T05:03:52.787Z | Compiling try-lock v0.2.5 |
1549 | 2024-08-15T05:03:53.003Z | Compiling want v0.3.1 |
1550 | 2024-08-15T05:03:53.316Z | Compiling foreign-types v0.3.2 |
1551 | 2024-08-15T05:03:53.400Z | Compiling pkcs5 v0.7.1 |
1552 | 2024-08-15T05:03:54.783Z | Compiling h2 v0.3.26 |
1553 | 2024-08-15T05:03:55.899Z | Compiling http-body v0.4.6 |
1554 | 2024-08-15T05:03:56.482Z | Compiling clap_derive v4.5.13 |
1555 | 2024-08-15T05:03:57.339Z | Compiling httpdate v1.0.3 |
1556 | 2024-08-15T05:03:58.285Z | Compiling siphasher v0.3.11 |
1557 | 2024-08-15T05:03:58.480Z | Compiling cfg_aliases v0.1.1 |
1558 | 2024-08-15T05:03:58.593Z | Compiling tower-service v0.3.2 |
1559 | 2024-08-15T05:03:58.732Z | Compiling base64 v0.21.7 |
1560 | 2024-08-15T05:03:59.893Z | Compiling nix v0.28.0 |
1561 | 2024-08-15T05:04:03.469Z | Compiling hyper v0.14.30 |
1562 | 2024-08-15T05:04:07.620Z | Compiling pkcs8 v0.10.2 |
1563 | 2024-08-15T05:04:10.595Z | Compiling sct v0.7.1 |
1564 | 2024-08-15T05:04:10.997Z | Compiling rustls-webpki v0.101.7 |
1565 | 2024-08-15T05:04:13.544Z | Compiling openapiv3 v2.0.0 |
1566 | 2024-08-15T05:04:17.336Z | Compiling hubpack_derive v0.1.1 |
1567 | 2024-08-15T05:04:17.721Z | Compiling idna v0.5.0 |
1568 | 2024-08-15T05:04:18.728Z | Compiling fs-err v2.11.0 |
1569 | 2024-08-15T05:04:19.357Z | Compiling anstyle v1.0.8 |
1570 | 2024-08-15T05:04:19.493Z | Compiling adler v1.0.2 |
1571 | 2024-08-15T05:04:19.696Z | Compiling openssl-probe v0.1.5 |
1572 | 2024-08-15T05:04:19.737Z | Compiling utf8parse v0.2.1 |
1573 | 2024-08-15T05:04:19.889Z | Compiling finl_unicode v1.2.0 |
1574 | 2024-08-15T05:04:19.934Z | Compiling anstyle-parse v0.2.4 |
1575 | 2024-08-15T05:04:20.410Z | Compiling miniz_oxide v0.7.2 |
1576 | 2024-08-15T05:04:20.542Z | Compiling stringprep v0.1.4 |
1577 | 2024-08-15T05:04:21.238Z | Compiling url v2.5.2 |
1578 | 2024-08-15T05:04:25.014Z | Compiling usdt-attr-macro v0.5.0 |
1579 | 2024-08-15T05:04:26.127Z | Compiling usdt-macro v0.5.0 |
1580 | 2024-08-15T05:04:27.523Z | Compiling toml_datetime v0.6.8 |
1581 | 2024-08-15T05:04:27.580Z | Compiling serde_spanned v0.6.7 |
1582 | 2024-08-15T05:04:27.808Z | Compiling md-5 v0.10.6 |
1583 | 2024-08-15T05:04:27.980Z | Compiling regress v0.9.1 |
1584 | 2024-08-15T05:04:28.051Z | Compiling idna v0.3.0 |
1585 | 2024-08-15T05:04:29.586Z | Compiling num-integer v0.1.46 |
1586 | 2024-08-15T05:04:30.499Z | Compiling hash32 v0.2.1 |
1587 | 2024-08-15T05:04:30.893Z | Compiling encoding_rs v0.8.34 |
1588 | 2024-08-15T05:04:31.582Z | Compiling is_terminal_polyfill v1.70.0 |
1589 | 2024-08-15T05:04:31.722Z | Compiling colorchoice v1.0.1 |
1590 | 2024-08-15T05:04:31.890Z | Compiling base64 v0.22.1 |
1591 | 2024-08-15T05:04:32.476Z | Compiling psl-types v2.0.11 |
1592 | 2024-08-15T05:04:32.704Z | Compiling fallible-iterator v0.2.0 |
1593 | 2024-08-15T05:04:32.818Z | Compiling gimli v0.28.1 |
1594 | 2024-08-15T05:04:32.881Z | Compiling anstyle-query v1.0.3 |
1595 | 2024-08-15T05:04:32.949Z | Compiling stable_deref_trait v1.2.0 |
1596 | 2024-08-15T05:04:33.024Z | Compiling mime v0.3.17 |
1597 | 2024-08-15T05:04:33.410Z | Compiling postgres-protocol v0.6.7 |
1598 | 2024-08-15T05:04:34.139Z | Compiling anstream v0.6.14 |
1599 | 2024-08-15T05:04:34.262Z | Compiling publicsuffix v2.2.3 |
1600 | 2024-08-15T05:04:34.830Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1601 | 2024-08-15T05:04:36.428Z | Compiling num-iter v0.1.45 |
1602 | 2024-08-15T05:04:37.598Z | Compiling addr2line v0.21.0 |
1603 | 2024-08-15T05:04:37.835Z | Compiling tokio-rustls v0.24.1 |
1604 | 2024-08-15T05:04:38.714Z | Compiling terminal_size v0.3.0 |
1605 | 2024-08-15T05:04:38.935Z | Compiling tokio-native-tls v0.3.1 |
1606 | 2024-08-15T05:04:39.571Z | Compiling phf_shared v0.11.2 |
1607 | 2024-08-15T05:04:39.979Z | Compiling strum_macros v0.25.3 |
1608 | 2024-08-15T05:04:40.747Z | Compiling serde_urlencoded v0.7.1 |
1609 | 2024-08-15T05:04:41.432Z | Compiling enum-as-inner v0.5.1 |
1610 | 2024-08-15T05:04:41.950Z | Compiling serde_repr v0.1.19 |
1611 | 2024-08-15T05:04:42.437Z | Compiling ff v0.13.0 |
1612 | 2024-08-15T05:04:42.461Z | Compiling object v0.32.2 |
1613 | 2024-08-15T05:04:42.676Z | Compiling regex-automata v0.1.10 |
1614 | 2024-08-15T05:04:43.726Z | Compiling base16ct v0.2.0 |
1615 | 2024-08-15T05:04:43.775Z | Compiling rustc-demangle v0.1.24 |
1616 | 2024-08-15T05:04:44.038Z | Compiling winnow v0.5.40 |
1617 | 2024-08-15T05:04:44.252Z | Compiling bitflags v1.3.2 |
1618 | 2024-08-15T05:04:44.363Z | Compiling either v1.13.0 |
1619 | 2024-08-15T05:04:44.809Z | Compiling managed v0.8.0 |
1620 | 2024-08-15T05:04:44.868Z | Compiling matches v0.1.10 |
1621 | 2024-08-15T05:04:44.977Z | Compiling ipnet v2.9.0 |
1622 | 2024-08-15T05:04:45.273Z | Compiling clap_lex v0.7.0 |
1623 | 2024-08-15T05:04:47.095Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1624 | 2024-08-15T05:04:47.586Z | Compiling rustls-pemfile v1.0.4 |
1625 | 2024-08-15T05:04:47.661Z | Compiling toml_edit v0.19.15 |
1626 | 2024-08-15T05:04:47.960Z | Compiling clap_builder v4.5.15 |
1627 | 2024-08-15T05:04:49.831Z | Compiling idna v0.2.3 |
1628 | 2024-08-15T05:04:50.449Z | Compiling sec1 v0.7.3 |
1629 | 2024-08-15T05:04:50.508Z | Compiling bstr v0.2.17 |
1630 | 2024-08-15T05:04:50.932Z | Compiling group v0.13.0 |
1631 | 2024-08-15T05:04:51.827Z | Compiling phf v0.11.2 |
1632 | 2024-08-15T05:04:52.140Z | Compiling hyper-tls v0.5.0 |
1633 | 2024-08-15T05:04:52.390Z | Compiling hyper-rustls v0.24.2 |
1634 | 2024-08-15T05:04:52.498Z | Compiling cookie_store v0.20.0 |
1635 | 2024-08-15T05:04:53.031Z | Compiling postgres-types v0.2.7 |
1636 | 2024-08-15T05:04:54.299Z | Compiling hubpack v0.1.2 |
1637 | 2024-08-15T05:04:54.368Z | Compiling pkcs1 v0.7.5 |
1638 | 2024-08-15T05:04:54.568Z | Compiling phf_shared v0.10.0 |
1639 | 2024-08-15T05:04:54.964Z | Compiling zerocopy v0.6.6 |
1640 | 2024-08-15T05:04:55.072Z | Compiling futures-executor v0.3.30 |
1641 | 2024-08-15T05:04:55.284Z | Compiling hkdf v0.12.4 |
1642 | 2024-08-15T05:04:55.298Z | Compiling signature v2.2.0 |
1643 | 2024-08-15T05:04:55.301Z | Compiling crypto-bigint v0.5.5 |
1644 | 2024-08-15T05:04:55.482Z | Compiling float-cmp v0.9.0 |
1645 | 2024-08-15T05:04:55.511Z | Compiling mio v1.0.2 |
1646 | 2024-08-15T05:04:55.530Z | Compiling memmap v0.7.0 |
1647 | 2024-08-15T05:04:55.700Z | Compiling difflib v0.4.0 |
1648 | 2024-08-15T05:04:55.791Z | Compiling webpki-roots v0.25.4 |
1649 | 2024-08-15T05:04:55.834Z | Compiling unicode-segmentation v1.11.0 |
1650 | 2024-08-15T05:04:56.530Z | Compiling data-encoding v2.6.0 |
1651 | 2024-08-15T05:04:56.674Z | Compiling fixedbitset v0.4.2 |
1652 | 2024-08-15T05:04:56.723Z | Compiling normalize-line-endings v0.3.0 |
1653 | 2024-08-15T05:04:56.828Z | Compiling winnow v0.6.18 |
1654 | 2024-08-15T05:04:57.087Z | Compiling new_debug_unreachable v1.0.6 |
1655 | 2024-08-15T05:04:57.106Z | Compiling static_assertions v1.1.0 |
1656 | 2024-08-15T05:04:57.191Z | Compiling sync_wrapper v0.1.2 |
1657 | 2024-08-15T05:04:57.299Z | Compiling whoami v1.5.1 |
1658 | 2024-08-15T05:04:57.362Z | Compiling bit-vec v0.6.3 |
1659 | 2024-08-15T05:04:57.520Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-08-15T05:04:57.651Z | Compiling minimal-lexical v0.2.1 |
1661 | 2024-08-15T05:04:57.812Z | Compiling predicates-core v1.0.6 |
1662 | 2024-08-15T05:04:57.855Z | Compiling bit-set v0.5.3 |
1663 | 2024-08-15T05:04:58.140Z | Compiling nom v7.1.3 |
1664 | 2024-08-15T05:04:58.160Z | Compiling predicates v3.1.2 |
1665 | 2024-08-15T05:04:58.162Z | Compiling reqwest v0.11.27 |
1666 | 2024-08-15T05:04:58.178Z | Compiling elliptic-curve v0.13.8 |
1667 | 2024-08-15T05:04:58.796Z | Compiling tokio-postgres v0.7.11 |
1668 | 2024-08-15T05:04:58.980Z | Compiling string_cache v0.8.7 |
1669 | 2024-08-15T05:04:59.745Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1670 | 2024-08-15T05:05:00.184Z | Compiling trust-dns-proto v0.22.0 |
1671 | 2024-08-15T05:05:00.596Z | Compiling toml_edit v0.22.20 |
1672 | 2024-08-15T05:05:01.874Z | Compiling petgraph v0.6.5 |
1673 | 2024-08-15T05:05:04.083Z | Compiling similar v2.5.0 |
1674 | 2024-08-15T05:05:05.911Z | Compiling signal-hook-mio v0.2.4 |
1675 | 2024-08-15T05:05:06.122Z | Compiling usdt v0.5.0 |
1676 | 2024-08-15T05:05:06.212Z | Compiling rsa v0.9.6 |
1677 | 2024-08-15T05:05:07.091Z | Compiling futures v0.3.30 |
1678 | 2024-08-15T05:05:07.858Z | Compiling crossbeam-epoch v0.9.18 |
1679 | 2024-08-15T05:05:07.877Z | Compiling clap v4.5.15 |
1680 | 2024-08-15T05:05:07.934Z | Compiling flate2 v1.0.31 |
1681 | 2024-08-15T05:05:08.001Z | Compiling toml v0.7.8 |
1682 | 2024-08-15T05:05:08.570Z | Compiling itertools v0.10.5 |
1683 | 2024-08-15T05:05:08.630Z | Compiling itertools v0.12.1 |
1684 | 2024-08-15T05:05:09.560Z | Compiling console v0.15.8 |
1685 | 2024-08-15T05:05:10.875Z | Compiling tokio-stream v0.1.15 |
1686 | 2024-08-15T05:05:11.190Z | Compiling bstr v1.9.1 |
1687 | 2024-08-15T05:05:11.469Z | Compiling hex v0.4.3 |
1688 | 2024-08-15T05:05:11.877Z | Compiling sha1 v0.10.6 |
1689 | 2024-08-15T05:05:12.400Z | Compiling camino v1.1.7 |
1690 | 2024-08-15T05:05:12.823Z | Compiling lalrpop-util v0.19.12 |
1691 | 2024-08-15T05:05:12.906Z | Compiling peg-runtime v0.8.3 |
1692 | 2024-08-15T05:05:12.965Z | Compiling radium v0.7.0 |
1693 | 2024-08-15T05:05:13.187Z | Compiling unicode-xid v0.2.4 |
1694 | 2024-08-15T05:05:13.439Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1695 | 2024-08-15T05:05:18.603Z | Compiling is-terminal v0.4.12 |
1696 | 2024-08-15T05:05:20.768Z | Compiling rustls-pki-types v1.7.0 |
1697 | 2024-08-15T05:05:22.198Z | Compiling maybe-uninit v2.0.0 |
1698 | 2024-08-15T05:05:22.712Z | Compiling ident_case v1.0.1 |
1699 | 2024-08-15T05:05:23.168Z | Compiling tap v1.0.1 |
1700 | 2024-08-15T05:05:23.369Z | Compiling wyz v0.5.1 |
1701 | 2024-08-15T05:05:24.188Z | Compiling darling_core v0.20.9 |
1702 | 2024-08-15T05:05:38.159Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1703 | 2024-08-15T05:05:38.509Z | Compiling getopts v0.2.21 |
1704 | 2024-08-15T05:05:39.621Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1705 | 2024-08-15T05:05:39.873Z | Compiling dirs-sys-next v0.1.2 |
1706 | 2024-08-15T05:05:40.169Z | Compiling rustls v0.22.4 |
1707 | 2024-08-15T05:05:40.265Z | Compiling funty v2.0.0 |
1708 | 2024-08-15T05:05:40.496Z | Compiling paste v1.0.15 |
1709 | 2024-08-15T05:05:40.926Z | Compiling packed_struct v0.10.1 |
1710 | 2024-08-15T05:05:41.005Z | Compiling unsafe-libyaml v0.2.11 |
1711 | 2024-08-15T05:05:42.834Z | Compiling serde_yaml v0.9.34+deprecated |
1712 | 2024-08-15T05:05:42.865Z | Compiling bitvec v1.0.1 |
1713 | 2024-08-15T05:05:46.491Z | Compiling dirs-next v2.0.0 |
1714 | 2024-08-15T05:05:46.753Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1715 | 2024-08-15T05:05:48.761Z | Compiling darling_macro v0.20.9 |
1716 | 2024-08-15T05:05:49.814Z | Compiling rustls-webpki v0.102.4 |
1717 | 2024-08-15T05:05:53.513Z | Compiling packed_struct_codegen v0.10.1 |
1718 | 2024-08-15T05:05:54.093Z | Compiling structmeta-derive v0.3.0 |
1719 | 2024-08-15T05:05:54.538Z | Compiling thread_local v1.1.8 |
1720 | 2024-08-15T05:05:55.250Z | Compiling multer v3.1.0 |
1721 | 2024-08-15T05:05:55.285Z | Compiling indexmap v1.9.3 |
1722 | 2024-08-15T05:05:55.629Z | Compiling crc-catalog v2.4.0 |
1723 | 2024-08-15T05:05:55.900Z | Compiling nodrop v0.1.14 |
1724 | 2024-08-15T05:05:56.053Z | Compiling match_cfg v0.1.0 |
1725 | 2024-08-15T05:05:56.166Z | Compiling fastrand v2.1.0 |
1726 | 2024-08-15T05:05:56.539Z | Compiling rayon-core v1.12.1 |
1727 | 2024-08-15T05:05:56.577Z | Compiling slog-async v2.8.0 |
1728 | 2024-08-15T05:05:56.619Z | Compiling tempfile v3.10.1 |
1729 | 2024-08-15T05:05:56.790Z | Compiling structmeta v0.3.0 |
1730 | 2024-08-15T05:05:56.877Z | Compiling hostname v0.3.1 |
1731 | 2024-08-15T05:05:57.149Z | Compiling array-init v0.0.4 |
1732 | 2024-08-15T05:05:58.346Z | Compiling crc v3.2.1 |
1733 | 2024-08-15T05:06:00.216Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1734 | 2024-08-15T05:06:00.890Z | Compiling smallvec v0.6.14 |
1735 | 2024-08-15T05:06:01.442Z | Compiling darling v0.20.9 |
1736 | 2024-08-15T05:06:01.492Z | Compiling term v0.7.0 |
1737 | 2024-08-15T05:06:03.309Z | Compiling crossbeam-deque v0.8.5 |
1738 | 2024-08-15T05:06:03.717Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1739 | 2024-08-15T05:06:05.259Z | Compiling slog-json v2.6.1 |
1740 | 2024-08-15T05:06:06.044Z | Compiling crossbeam-channel v0.5.12 |
1741 | 2024-08-15T05:06:06.428Z | Compiling http v1.1.0 |
1742 | 2024-08-15T05:06:08.548Z | Compiling async-stream-impl v0.3.5 |
1743 | 2024-08-15T05:06:09.035Z | Compiling pin-project-internal v1.1.5 |
1744 | 2024-08-15T05:06:11.219Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1745 | 2024-08-15T05:06:11.915Z | Compiling termcolor v1.4.1 |
1746 | 2024-08-15T05:06:11.957Z | Compiling take_mut v0.2.2 |
1747 | 2024-08-15T05:06:12.244Z | Compiling bitfield v0.14.0 |
1748 | 2024-08-15T05:06:12.924Z | Compiling same-file v1.0.6 |
1749 | 2024-08-15T05:06:13.478Z | Compiling atomic-waker v1.1.2 |
1750 | 2024-08-15T05:06:13.700Z | Compiling hashbrown v0.12.3 |
1751 | 2024-08-15T05:06:15.372Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1752 | 2024-08-15T05:06:20.142Z | Compiling waitgroup v0.1.2 |
1753 | 2024-08-15T05:06:21.518Z | Compiling walkdir v2.5.0 |
1754 | 2024-08-15T05:06:23.007Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1755 | 2024-08-15T05:06:25.258Z | Compiling env_logger v0.10.2 |
1756 | 2024-08-15T05:06:31.245Z | Compiling pin-project v1.1.5 |
1757 | 2024-08-15T05:06:31.716Z | Compiling async-stream v0.3.5 |
1758 | 2024-08-15T05:06:32.439Z | Compiling slog-bunyan v2.5.0 |
1759 | 2024-08-15T05:06:32.726Z | Compiling tokio-rustls v0.25.0 |
1760 | 2024-08-15T05:06:33.330Z | Compiling slog-term v2.9.1 |
1761 | 2024-08-15T05:06:34.156Z | Compiling serde_with_macros v3.8.3 |
1762 | 2024-08-15T05:06:34.550Z | Compiling serde-hex v0.1.0 |
1763 | 2024-08-15T05:06:35.959Z | Compiling bzip2 v0.4.4 |
1764 | 2024-08-15T05:06:36.453Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1765 | 2024-08-15T05:06:36.796Z | Compiling parse-display-derive v0.10.0 |
1766 | 2024-08-15T05:06:36.806Z | Compiling toml v0.8.19 |
1767 | 2024-08-15T05:06:36.828Z | Compiling rustls-pemfile v2.1.3 |
1768 | 2024-08-15T05:06:40.159Z | Compiling x509-cert v0.2.5 |
1769 | 2024-08-15T05:06:40.509Z | Compiling ron v0.8.1 |
1770 | 2024-08-15T05:06:40.734Z | Compiling strum_macros v0.26.4 |
1771 | 2024-08-15T05:06:40.801Z | Compiling ipnetwork v0.20.0 |
1772 | 2024-08-15T05:06:42.009Z | Compiling newtype-uuid v1.1.0 |
1773 | 2024-08-15T05:06:42.364Z | Compiling xattr v1.3.1 |
1774 | 2024-08-15T05:06:43.064Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1775 | 2024-08-15T05:06:43.824Z | Compiling snafu-derive v0.8.2 |
1776 | 2024-08-15T05:06:43.955Z | Compiling serde_path_to_error v0.1.16 |
1777 | 2024-08-15T05:06:44.927Z | Compiling hashbrown v0.13.2 |
1778 | 2024-08-15T05:06:44.972Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1779 | 2024-08-15T05:06:45.427Z | Compiling ring v0.16.20 |
1780 | 2024-08-15T05:06:45.745Z | Compiling blake3 v1.5.1 |
1781 | 2024-08-15T05:06:46.355Z | Compiling filetime v0.2.24 |
1782 | 2024-08-15T05:06:46.394Z | Compiling hostname v0.4.0 |
1783 | 2024-08-15T05:06:46.527Z | Compiling instant v0.1.12 |
1784 | 2024-08-15T05:06:46.677Z | Compiling debug-ignore v1.0.5 |
1785 | 2024-08-15T05:06:46.708Z | Compiling buf-list v1.0.3 |
1786 | 2024-08-15T05:06:46.822Z | Compiling crc-any v2.5.0 |
1787 | 2024-08-15T05:06:47.259Z | Compiling backoff v0.4.0 |
1788 | 2024-08-15T05:06:47.349Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1789 | 2024-08-15T05:06:47.617Z | Compiling tar v0.4.41 |
1790 | 2024-08-15T05:06:48.474Z | Compiling object v0.30.4 |
1791 | 2024-08-15T05:06:48.638Z | Compiling snafu v0.8.2 |
1792 | 2024-08-15T05:06:49.940Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1793 | 2024-08-15T05:06:50.174Z | Compiling strum v0.26.3 |
1794 | 2024-08-15T05:06:50.380Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1795 | 2024-08-15T05:06:50.921Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1796 | 2024-08-15T05:06:51.767Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1797 | 2024-08-15T05:06:52.627Z | Compiling parse-display v0.10.0 |
1798 | 2024-08-15T05:06:52.858Z | Compiling serde_with v3.8.3 |
1799 | 2024-08-15T05:06:53.724Z | Compiling zip v0.6.6 |
1800 | 2024-08-15T05:06:54.667Z | Compiling rayon v1.10.0 |
1801 | 2024-08-15T05:06:55.504Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1802 | 2024-08-15T05:06:56.274Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1803 | 2024-08-15T05:06:56.485Z | Compiling camino-tempfile v1.1.1 |
1804 | 2024-08-15T05:06:57.277Z | Compiling globset v0.4.14 |
1805 | 2024-08-15T05:06:57.367Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1806 | 2024-08-15T05:06:57.568Z | Compiling pem v3.0.4 |
1807 | 2024-08-15T05:06:59.049Z | Compiling olpc-cjson v0.1.3 |
1808 | 2024-08-15T05:06:59.401Z | Compiling macaddr v1.0.1 |
1809 | 2024-08-15T05:07:00.066Z | Compiling serde_plain v1.0.2 |
1810 | 2024-08-15T05:07:00.635Z | Compiling async-recursion v1.1.1 |
1811 | 2024-08-15T05:07:00.689Z | Compiling memmap2 v0.9.4 |
1812 | 2024-08-15T05:07:01.319Z | Compiling path-slash v0.1.5 |
1813 | 2024-08-15T05:07:01.584Z | Compiling spin v0.5.2 |
1814 | 2024-08-15T05:07:01.806Z | Compiling arrayref v0.3.7 |
1815 | 2024-08-15T05:07:01.852Z | Compiling typed-path v0.7.1 |
1816 | 2024-08-15T05:07:01.920Z | Compiling arrayvec v0.7.4 |
1817 | 2024-08-15T05:07:02.137Z | Compiling constant_time_eq v0.3.0 |
1818 | 2024-08-15T05:07:02.340Z | Compiling untrusted v0.7.1 |
1819 | 2024-08-15T05:07:05.099Z | Compiling tough v0.17.1 |
1820 | 2024-08-15T05:07:05.205Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1821 | 2024-08-15T05:07:05.637Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1822 | 2024-08-15T05:07:08.537Z | Compiling itertools v0.13.0 |
1823 | 2024-08-15T05:07:08.854Z | Compiling cargo-platform v0.1.8 |
1824 | 2024-08-15T05:07:09.971Z | Compiling parse-size v1.0.0 |
1825 | 2024-08-15T05:07:09.987Z | Compiling topological-sort v0.2.2 |
1826 | 2024-08-15T05:07:10.260Z | Compiling omicron-zone-package v0.11.0 |
1827 | 2024-08-15T05:07:10.263Z | Compiling cargo_metadata v0.18.1 |
1828 | 2024-08-15T05:07:12.369Z | Compiling shell-words v1.1.0 |
1829 | 2024-08-15T05:07:18.186Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1830 | 2024-08-15T05:07:30.973Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1831 | 2024-08-15T05:07:45.513Z | Finished `release` profile [optimized] target(s) in 4m 48s |
1832 | 2024-08-15T05:07:45.658Z | Running `target/release/omicron-releng --output-dir /work` |
1833 | 2024-08-15T05:07:45.705Z | Aug 15 05:07:44.769 DEBG changing working directory to /work/oxidecomputer/omicron |
1834 | 2024-08-15T05:07:45.796Z | Aug 15 05:07:44.862 DEBG running: git rev-parse HEAD |
1835 | 2024-08-15T05:07:45.803Z | Aug 15 05:07:44.868 DEBG process exited with exit status: 0 (6.527082ms) |
1836 | 2024-08-15T05:07:45.803Z | Aug 15 05:07:44.868 INFO version: 10.0.0-0.ci+git4d6683a47c0 |
1837 | 2024-08-15T05:07:45.843Z | Aug 15 05:07:44.908 INFO cloning helios to /work/oxidecomputer/helios |
1838 | 2024-08-15T05:07:45.843Z | Aug 15 05:07:44.908 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1839 | 2024-08-15T05:07:45.849Z | Cloning into '/work/oxidecomputer/helios'... |
1840 | 2024-08-15T05:07:46.345Z | Aug 15 05:07:45.410 DEBG process exited with exit status: 0 (501.669553ms) |
1841 | 2024-08-15T05:07:46.345Z | Aug 15 05:07:45.410 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1842 | 2024-08-15T05:07:46.353Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1843 | 2024-08-15T05:07:46.353Z | # branch.head master |
1844 | 2024-08-15T05:07:46.353Z | # branch.upstream origin/master |
1845 | 2024-08-15T05:07:46.353Z | # branch.ab +0 -0 |
1846 | 2024-08-15T05:07:46.356Z | Aug 15 05:07:45.419 DEBG process exited with exit status: 0 (9.120668ms) |
1847 | 2024-08-15T05:07:46.356Z | Aug 15 05:07:45.419 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1848 | 2024-08-15T05:07:47.101Z | Aug 15 05:07:46.166 DEBG process exited with exit status: 0 (746.109569ms) |
1849 | 2024-08-15T05:07:47.101Z | Aug 15 05:07:46.166 DEBG running: zfs list rpool/images/build/host |
1850 | 2024-08-15T05:07:47.107Z | NAME USED AVAIL REFER MOUNTPOINT |
1851 | 2024-08-15T05:07:47.107Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1852 | 2024-08-15T05:07:47.110Z | Aug 15 05:07:46.173 DEBG process exited with exit status: 0 (7.448332ms) |
1853 | 2024-08-15T05:07:47.110Z | Aug 15 05:07:46.173 DEBG running: zfs list rpool/images/build/recovery |
1854 | 2024-08-15T05:07:47.114Z | NAME USED AVAIL REFER MOUNTPOINT |
1855 | 2024-08-15T05:07:47.114Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1856 | 2024-08-15T05:07:47.116Z | Aug 15 05:07:46.180 DEBG process exited with exit status: 0 (6.663408ms) |
1857 | 2024-08-15T05:07:47.116Z | Aug 15 05:07:46.181 INFO [hubris-staging] running task |
1858 | 2024-08-15T05:07:47.117Z | Aug 15 05:07:46.181 INFO [hubris-production] running task |
1859 | 2024-08-15T05:07:47.117Z | Aug 15 05:07:46.181 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1860 | 2024-08-15T05:07:47.119Z | Aug 15 05:07:46.184 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1861 | 2024-08-15T05:07:47.476Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1862 | 2024-08-15T05:07:47.710Z | [ omicron-package] Blocking waiting for file lock on package cache |
1863 | 2024-08-15T05:07:48.445Z | Aug 15 05:07:47.509 INFO [hubris-production] task succeeded (1.32831824s) |
1864 | 2024-08-15T05:07:48.449Z | [ omicron-package] Blocking waiting for file lock on package cache |
1865 | 2024-08-15T05:07:49.140Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1866 | 2024-08-15T05:07:49.140Z | [ omicron-package] Compiling heapless v0.8.0 |
1867 | 2024-08-15T05:07:49.143Z | [ omicron-package] Compiling hash32 v0.3.1 |
1868 | 2024-08-15T05:07:49.143Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1869 | 2024-08-15T05:07:49.143Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1870 | 2024-08-15T05:07:49.143Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1871 | 2024-08-15T05:07:49.143Z | [ omicron-package] Compiling cobs v0.2.3 |
1872 | 2024-08-15T05:07:49.143Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1873 | 2024-08-15T05:07:49.725Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1874 | 2024-08-15T05:07:50.436Z | [ omicron-package] Compiling postcard v1.0.8 |
1875 | 2024-08-15T05:07:50.643Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1876 | 2024-08-15T05:07:50.742Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1877 | 2024-08-15T05:07:50.745Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1878 | 2024-08-15T05:07:50.893Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1879 | 2024-08-15T05:07:51.001Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1880 | 2024-08-15T05:07:51.558Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1881 | 2024-08-15T05:07:51.722Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1882 | 2024-08-15T05:07:52.443Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1883 | 2024-08-15T05:07:52.545Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1884 | 2024-08-15T05:07:52.661Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1885 | 2024-08-15T05:07:52.920Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1886 | 2024-08-15T05:07:53.115Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1887 | 2024-08-15T05:07:53.419Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1888 | 2024-08-15T05:07:53.535Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1889 | 2024-08-15T05:07:53.863Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1890 | 2024-08-15T05:07:54.265Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1891 | 2024-08-15T05:07:54.681Z | [ omicron-package] Compiling colored v2.1.0 |
1892 | 2024-08-15T05:07:54.684Z | [ omicron-package] Compiling socket2 v0.4.10 |
1893 | 2024-08-15T05:07:54.684Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1894 | 2024-08-15T05:07:55.738Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1895 | 2024-08-15T05:07:55.831Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1896 | 2024-08-15T05:07:55.958Z | [ omicron-package] Compiling num_enum v0.5.11 |
1897 | 2024-08-15T05:07:56.141Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1898 | 2024-08-15T05:07:56.498Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1899 | 2024-08-15T05:07:56.584Z | [ omicron-package] Compiling num-derive v0.4.2 |
1900 | 2024-08-15T05:07:56.686Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1901 | 2024-08-15T05:07:56.881Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1902 | 2024-08-15T05:07:57.760Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1903 | 2024-08-15T05:07:57.798Z | Aug 15 05:07:56.862 INFO [hubris-staging] task succeeded (10.680461327s) |
1904 | 2024-08-15T05:07:57.803Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1905 | 2024-08-15T05:07:57.945Z | [ omicron-package] Compiling smf v0.2.3 |
1906 | 2024-08-15T05:07:58.469Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1907 | 2024-08-15T05:07:58.471Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1908 | 2024-08-15T05:07:59.083Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1909 | 2024-08-15T05:07:59.564Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1910 | 2024-08-15T05:08:01.312Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1911 | 2024-08-15T05:08:01.743Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1912 | 2024-08-15T05:08:02.192Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1913 | 2024-08-15T05:08:03.677Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1914 | 2024-08-15T05:08:03.963Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1915 | 2024-08-15T05:08:04.259Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1916 | 2024-08-15T05:08:04.340Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1917 | 2024-08-15T05:08:04.420Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1918 | 2024-08-15T05:08:05.830Z | [ omicron-package] Compiling gethostname v0.5.0 |
1919 | 2024-08-15T05:08:06.344Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1920 | 2024-08-15T05:08:07.225Z | [ omicron-package] Compiling indicatif v0.17.8 |
1921 | 2024-08-15T05:08:07.763Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1922 | 2024-08-15T05:08:10.950Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1923 | 2024-08-15T05:08:11.572Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1924 | 2024-08-15T05:08:13.198Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1925 | 2024-08-15T05:08:30.570Z | [ helios-setup] Aug 15 05:08:29.630 INFO helios repository root is: /work/oxidecomputer/helios |
1926 | 2024-08-15T05:08:30.573Z | [ helios-setup] Aug 15 05:08:29.632 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1927 | 2024-08-15T05:08:30.573Z | [ helios-setup] Aug 15 05:08:29.632 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 |
1928 | 2024-08-15T05:08:30.573Z | [ helios-setup] Aug 15 05:08:29.632 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1929 | 2024-08-15T05:08:30.577Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1930 | 2024-08-15T05:08:32.774Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.64s |
1931 | 2024-08-15T05:08:32.979Z | [ omicron-package] |
1932 | 2024-08-15T05:08:32.979Z | [ omicron-package] real 45.813621125 |
1933 | 2024-08-15T05:08:32.982Z | [ omicron-package] user 2:47.243983156 |
1934 | 2024-08-15T05:08:32.982Z | [ omicron-package] sys 22.291027257 |
1935 | 2024-08-15T05:08:32.982Z | [ omicron-package] trap 0.161142872 |
1936 | 2024-08-15T05:08:32.982Z | [ omicron-package] tflt 0.587259802 |
1937 | 2024-08-15T05:08:32.982Z | [ omicron-package] dflt 0.825124339 |
1938 | 2024-08-15T05:08:32.982Z | [ omicron-package] kflt 0.010267444 |
1939 | 2024-08-15T05:08:32.982Z | [ omicron-package] lock 5:26.609599820 |
1940 | 2024-08-15T05:08:32.982Z | [ omicron-package] slp 9:20.183359901 |
1941 | 2024-08-15T05:08:32.982Z | Aug 15 05:08:32.039[ omicron-package] lat 1:41.649688380 |
1942 | 2024-08-15T05:08:32.982Z | INFO [omicron-package] process exited with exit status: 0 (45.855168604s) |
1943 | 2024-08-15T05:08:32.982Z | [ omicron-package] stop 59.211826200 |
1944 | 2024-08-15T05:08:32.982Z | Aug 15 05:08:32.040 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 |
1945 | 2024-08-15T05:08:33.023Z | Aug 15 05:08:32.083 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1946 | 2024-08-15T05:08:33.035Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1947 | 2024-08-15T05:08:33.038Z | [ host-target] Created new build target 'host' and set it as active |
1948 | 2024-08-15T05:08:33.038Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1949 | 2024-08-15T05:08:33.038Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1950 | 2024-08-15T05:08:33.038Z | Aug 15 05:08:32.097 INFO [host-target] process exited with exit status: 0 (57.329406ms) |
1951 | 2024-08-15T05:08:33.038Z | Aug 15 05:08:32.097 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1952 | 2024-08-15T05:08:33.044Z | Aug 15 05:08:32.104 INFO [recovery-target] process exited with exit status: 0 (21.008667ms) |
1953 | 2024-08-15T05:08:33.052Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1954 | 2024-08-15T05:08:34.207Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1955 | 2024-08-15T05:08:34.207Z | [ host-package] Compiling camino v1.1.7 |
1956 | 2024-08-15T05:08:34.210Z | [ host-package] Compiling password-hash v0.5.0 |
1957 | 2024-08-15T05:08:34.210Z | [ host-package] Compiling blake2 v0.10.6 |
1958 | 2024-08-15T05:08:34.210Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1959 | 2024-08-15T05:08:34.210Z | [ host-package] Compiling derive-where v1.2.7 |
1960 | 2024-08-15T05:08:34.210Z | [ host-package] Compiling humantime v2.1.0 |
1961 | 2024-08-15T05:08:34.210Z | [ host-package] Compiling newline-converter v0.3.0 |
1962 | 2024-08-15T05:08:34.513Z | [ host-package] Compiling expectorate v1.1.0 |
1963 | 2024-08-15T05:08:34.578Z | [ host-package] Compiling toml v0.8.19 |
1964 | 2024-08-15T05:08:34.785Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1965 | 2024-08-15T05:08:35.205Z | [ host-package] Compiling argon2 v0.5.3 |
1966 | 2024-08-15T05:08:35.254Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1967 | 2024-08-15T05:08:35.452Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1968 | 2024-08-15T05:08:35.480Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1969 | 2024-08-15T05:08:35.693Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1970 | 2024-08-15T05:08:35.721Z | [ host-package] Compiling convert_case v0.4.0 |
1971 | 2024-08-15T05:08:36.024Z | [ helios-setup] Aug 15 05:08:35.083 INFO clone ok!, project: amd-firmware |
1972 | 2024-08-15T05:08:36.027Z | [ helios-setup] Aug 15 05:08:35.083 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1973 | 2024-08-15T05:08:36.027Z | [ helios-setup] Aug 15 05:08:35.084 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 |
1974 | 2024-08-15T05:08:36.027Z | [ helios-setup] Aug 15 05:08:35.084 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1975 | 2024-08-15T05:08:36.030Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1976 | 2024-08-15T05:08:36.293Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1977 | 2024-08-15T05:08:36.317Z | [ host-package] Compiling dirs-next v2.0.0 |
1978 | 2024-08-15T05:08:36.527Z | [ host-package] Compiling prettyplease v0.2.20 |
1979 | 2024-08-15T05:08:36.558Z | [ host-package] Compiling derive_more v0.99.18 |
1980 | 2024-08-15T05:08:36.739Z | [ host-package] Compiling term v0.7.0 |
1981 | 2024-08-15T05:08:36.859Z | [ host-package] Compiling semver v0.1.20 |
1982 | 2024-08-15T05:08:36.896Z | [ helios-setup] Aug 15 05:08:35.955 INFO clone ok!, project: pinprick |
1983 | 2024-08-15T05:08:36.899Z | [ helios-setup] Aug 15 05:08:35.955 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 |
1984 | 2024-08-15T05:08:36.899Z | [ helios-setup] Aug 15 05:08:35.955 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1985 | 2024-08-15T05:08:36.902Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1986 | 2024-08-15T05:08:36.938Z | [ host-package] Compiling is-terminal v0.4.12 |
1987 | 2024-08-15T05:08:37.126Z | [ host-package] Compiling home v0.5.9 |
1988 | 2024-08-15T05:08:37.386Z | [ host-package] Compiling rustc_version v0.1.7 |
1989 | 2024-08-15T05:08:37.483Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1990 | 2024-08-15T05:08:37.682Z | [ helios-setup] Aug 15 05:08:36.739 INFO clone ok!, project: bootserver |
1991 | 2024-08-15T05:08:37.682Z | [ helios-setup] Aug 15 05:08:36.740 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 |
1992 | 2024-08-15T05:08:37.682Z | [ helios-setup] Aug 15 05:08:36.740 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1993 | 2024-08-15T05:08:37.687Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1994 | 2024-08-15T05:08:37.821Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1995 | 2024-08-15T05:08:37.841Z | [ host-package] Compiling newtype_derive v0.1.6 |
1996 | 2024-08-15T05:08:38.051Z | [ host-package] Compiling slog-dtrace v0.3.0 |
1997 | 2024-08-15T05:08:38.407Z | [ host-package] Compiling steno v0.4.1 |
1998 | 2024-08-15T05:08:38.526Z | [ helios-setup] Aug 15 05:08:37.585 INFO clone ok!, project: image-builder |
1999 | 2024-08-15T05:08:38.529Z | [ helios-setup] Aug 15 05:08:37.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 |
2000 | 2024-08-15T05:08:38.529Z | [ helios-setup] Aug 15 05:08:37.585 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2001 | 2024-08-15T05:08:38.531Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2002 | 2024-08-15T05:08:38.563Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2003 | 2024-08-15T05:08:38.582Z | [ host-package] Compiling rustls v0.22.4 |
2004 | 2024-08-15T05:08:38.612Z | [ host-package] Compiling thread_local v1.1.8 |
2005 | 2024-08-15T05:08:39.156Z | [ helios-setup] Aug 15 05:08:38.214 INFO clone ok!, project: phbl |
2006 | 2024-08-15T05:08:39.158Z | [ helios-setup] Aug 15 05:08:38.215 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 |
2007 | 2024-08-15T05:08:39.158Z | [ helios-setup] Aug 15 05:08:38.215 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 |
2008 | 2024-08-15T05:08:39.161Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2009 | 2024-08-15T05:08:39.188Z | [ host-package] Compiling match_cfg v0.1.0 |
2010 | 2024-08-15T05:08:39.303Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2011 | 2024-08-15T05:08:39.747Z | [ host-package] Compiling lru-cache v0.1.2 |
2012 | 2024-08-15T05:08:40.118Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2013 | 2024-08-15T05:08:40.133Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2014 | 2024-08-15T05:08:40.527Z | [ host-package] Compiling hostname v0.3.1 |
2015 | 2024-08-15T05:08:41.094Z | [ host-package] Compiling multer v3.1.0 |
2016 | 2024-08-15T05:08:41.178Z | [ host-package] Compiling slog-async v2.8.0 |
2017 | 2024-08-15T05:08:41.259Z | [ host-package] Compiling slog-json v2.6.1 |
2018 | 2024-08-15T05:08:41.661Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2019 | 2024-08-15T05:08:42.013Z | [ host-package] Compiling http v1.1.0 |
2020 | 2024-08-15T05:08:42.314Z | [ host-package] Compiling atomic-waker v1.1.2 |
2021 | 2024-08-15T05:08:42.530Z | [ host-package] Compiling take_mut v0.2.2 |
2022 | 2024-08-15T05:08:42.767Z | [ host-package] Compiling waitgroup v0.1.2 |
2023 | 2024-08-15T05:08:43.021Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2024 | 2024-08-15T05:08:43.264Z | [ host-package] Compiling slog-term v2.9.1 |
2025 | 2024-08-15T05:08:43.647Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2026 | 2024-08-15T05:08:44.473Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2027 | 2024-08-15T05:08:44.517Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2028 | 2024-08-15T05:08:44.600Z | [ host-package] Compiling async-stream v0.3.5 |
2029 | 2024-08-15T05:08:44.677Z | [ host-package] Compiling ipnetwork v0.20.0 |
2030 | 2024-08-15T05:08:44.862Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2031 | 2024-08-15T05:08:44.888Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2032 | 2024-08-15T05:08:44.970Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2033 | 2024-08-15T05:08:45.214Z | [ host-package] Compiling hostname v0.4.0 |
2034 | 2024-08-15T05:08:45.317Z | [ host-package] Compiling instant v0.1.12 |
2035 | 2024-08-15T05:08:45.464Z | [ host-package] Compiling debug-ignore v1.0.5 |
2036 | 2024-08-15T05:08:45.492Z | [ host-package] Compiling backoff v0.4.0 |
2037 | 2024-08-15T05:08:45.512Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-08-15T05:08:45.620Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2039 | 2024-08-15T05:08:45.858Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2040 | 2024-08-15T05:08:45.885Z | [ host-package] Compiling parse-display v0.10.0 |
2041 | 2024-08-15T05:08:46.407Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-08-15T05:08:46.583Z | [ host-package] Compiling serde_with v3.8.3 |
2043 | 2024-08-15T05:08:46.658Z | [ host-package] Compiling strum v0.26.3 |
2044 | 2024-08-15T05:08:46.983Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2045 | 2024-08-15T05:08:47.070Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2046 | 2024-08-15T05:08:47.085Z | [ helios-setup] Aug 15 05:08:46.143 INFO clone ok!, project: amd-host-image-builder |
2047 | 2024-08-15T05:08:47.088Z | [ helios-setup] Aug 15 05:08:46.143 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 |
2048 | 2024-08-15T05:08:47.088Z | [ helios-setup] Aug 15 05:08:46.143 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2049 | 2024-08-15T05:08:47.091Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2050 | 2024-08-15T05:08:48.104Z | [ helios-setup] Aug 15 05:08:47.161 INFO clone ok!, project: chelsio-t6-roms |
2051 | 2024-08-15T05:08:48.108Z | [ helios-setup] Aug 15 05:08:47.161 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 |
2052 | 2024-08-15T05:08:48.108Z | [ helios-setup] Aug 15 05:08:47.161 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2053 | 2024-08-15T05:08:48.112Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2054 | 2024-08-15T05:08:48.163Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2055 | 2024-08-15T05:08:48.358Z | [ host-package] Compiling num-rational v0.4.2 |
2056 | 2024-08-15T05:08:49.183Z | [ helios-setup] Aug 15 05:08:48.240 INFO clone ok!, project: pilot |
2057 | 2024-08-15T05:08:49.185Z | [ helios-setup] Aug 15 05:08:48.240 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2058 | 2024-08-15T05:08:49.186Z | [ helios-setup] Aug 15 05:08:48.241 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2059 | 2024-08-15T05:08:49.497Z | [ host-package] Compiling num-complex v0.4.6 |
2060 | 2024-08-15T05:08:49.975Z | [ helios-setup] Aug 15 05:08:49.033 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2061 | 2024-08-15T05:08:50.158Z | [ host-package] Compiling macaddr v1.0.1 |
2062 | 2024-08-15T05:08:50.553Z | [ helios-setup] Aug 15 05:08:49.610 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2063 | 2024-08-15T05:08:50.553Z | [ helios-setup] Aug 15 05:08:49.610 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2064 | 2024-08-15T05:08:50.682Z | [ host-package] Compiling swrite v0.1.0 |
2065 | 2024-08-15T05:08:50.739Z | [ host-package] Compiling num v0.4.3 |
2066 | 2024-08-15T05:08:50.938Z | [ host-package] Compiling float-ord v0.3.2 |
2067 | 2024-08-15T05:08:50.966Z | [ host-package] Compiling utf-8 v0.7.6 |
2068 | 2024-08-15T05:08:51.117Z | [ helios-setup] Aug 15 05:08:50.174 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2069 | 2024-08-15T05:08:51.139Z | [ host-package] Compiling quick-error v1.2.3 |
2070 | 2024-08-15T05:08:51.352Z | [ host-package] Compiling resolv-conf v0.7.0 |
2071 | 2024-08-15T05:08:51.701Z | [ helios-setup] Aug 15 05:08:50.758 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2072 | 2024-08-15T05:08:51.701Z | [ helios-setup] Aug 15 05:08:50.758 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2073 | 2024-08-15T05:08:52.308Z | [ helios-setup] Aug 15 05:08:51.365 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2074 | 2024-08-15T05:08:52.518Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2075 | 2024-08-15T05:08:52.949Z | [ helios-setup] Aug 15 05:08:52.006 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2076 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2077 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2078 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO ok! |
2079 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2080 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2081 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO ok! |
2082 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2083 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2084 | 2024-08-15T05:08:52.951Z | [ helios-setup] Aug 15 05:08:52.006 INFO ok! |
2085 | 2024-08-15T05:08:52.952Z | [ helios-setup] Aug 15 05:08:52.007 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2086 | 2024-08-15T05:08:52.952Z | [ helios-setup] Aug 15 05:08:52.007 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2087 | 2024-08-15T05:08:53.310Z | [ helios-setup] Aug 15 05:08:52.367 INFO E| Compiling adler v1.0.2 |
2088 | 2024-08-15T05:08:53.483Z | [ helios-setup] Aug 15 05:08:52.540 INFO E| Compiling miniz_oxide v0.7.2 |
2089 | 2024-08-15T05:08:53.735Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2090 | 2024-08-15T05:08:53.735Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2091 | 2024-08-15T05:08:54.208Z | [ host-package] Compiling rayon-core v1.12.1 |
2092 | 2024-08-15T05:08:54.263Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2093 | 2024-08-15T05:08:54.731Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2094 | 2024-08-15T05:08:55.188Z | [ host-package] Compiling half v2.4.1 |
2095 | 2024-08-15T05:08:56.132Z | [ host-package] Compiling ciborium-io v0.2.2 |
2096 | 2024-08-15T05:08:56.153Z | [ helios-setup] Aug 15 05:08:55.210 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2097 | 2024-08-15T05:08:56.381Z | [ host-package] Compiling fastrand v2.1.0 |
2098 | 2024-08-15T05:08:56.989Z | [ host-package] Compiling same-file v1.0.6 |
2099 | 2024-08-15T05:08:57.168Z | [ helios-setup] Aug 15 05:08:56.223 INFO E| Finished `release` profile [optimized] target(s) in 4.13s |
2100 | 2024-08-15T05:08:57.175Z | [ helios-setup] Aug 15 05:08:56.231 INFO building project "pinprick" ok (4 seconds) |
2101 | 2024-08-15T05:08:57.175Z | [ helios-setup] Aug 15 05:08:56.231 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2102 | 2024-08-15T05:08:57.175Z | [ helios-setup] Aug 15 05:08:56.231 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2103 | 2024-08-15T05:08:57.280Z | [ host-package] Compiling display-error-chain v0.2.0 |
2104 | 2024-08-15T05:08:57.499Z | [ host-package] Compiling walkdir v2.5.0 |
2105 | 2024-08-15T05:08:57.523Z | [ helios-setup] Aug 15 05:08:56.580 INFO E| Downloading crates ... |
2106 | 2024-08-15T05:08:57.677Z | [ helios-setup] Aug 15 05:08:56.733 INFO E| Downloaded cpufeatures v0.2.5 |
2107 | 2024-08-15T05:08:57.683Z | [ helios-setup] Aug 15 05:08:56.740 INFO E| Downloaded anyhow v1.0.62 |
2108 | 2024-08-15T05:08:57.690Z | [ helios-setup] Aug 15 05:08:56.747 INFO E| Downloaded typenum v1.15.0 |
2109 | 2024-08-15T05:08:57.695Z | [ helios-setup] Aug 15 05:08:56.751 INFO E| Downloaded digest v0.10.3 |
2110 | 2024-08-15T05:08:57.698Z | [ helios-setup] Aug 15 05:08:56.754 INFO E| Downloaded block-buffer v0.10.3 |
2111 | 2024-08-15T05:08:57.700Z | [ helios-setup] Aug 15 05:08:56.756 INFO E| Downloaded bytes v1.2.1 |
2112 | 2024-08-15T05:08:57.706Z | [ helios-setup] Aug 15 05:08:56.762 INFO E| Downloaded unicode-width v0.1.10 |
2113 | 2024-08-15T05:08:57.709Z | [ helios-setup] Aug 15 05:08:56.764 INFO E| Downloaded sha2 v0.10.5 |
2114 | 2024-08-15T05:08:57.712Z | [ helios-setup] Aug 15 05:08:56.768 INFO E| Downloaded miniz_oxide v0.6.2 |
2115 | 2024-08-15T05:08:57.716Z | [ helios-setup] Aug 15 05:08:56.771 INFO E| Downloaded flate2 v1.0.25 |
2116 | 2024-08-15T05:08:57.722Z | [ helios-setup] Aug 15 05:08:56.779 INFO E| Downloaded generic-array v0.14.6 |
2117 | 2024-08-15T05:08:57.813Z | [ helios-setup] Aug 15 05:08:56.869 INFO E| Compiling version_check v0.9.4 |
2118 | 2024-08-15T05:08:57.813Z | [ helios-setup] Aug 15 05:08:56.870 INFO E| Compiling typenum v1.15.0 |
2119 | 2024-08-15T05:08:57.816Z | [ helios-setup] Aug 15 05:08:56.870 INFO E| Compiling crc32fast v1.3.2 |
2120 | 2024-08-15T05:08:57.816Z | [ helios-setup] Aug 15 05:08:56.870 INFO E| Compiling cfg-if v1.0.0 |
2121 | 2024-08-15T05:08:57.816Z | [ helios-setup] Aug 15 05:08:56.870 INFO E| Compiling anyhow v1.0.62 |
2122 | 2024-08-15T05:08:57.816Z | [ helios-setup] Aug 15 05:08:56.870 INFO E| Compiling adler v1.0.2 |
2123 | 2024-08-15T05:08:57.816Z | [ helios-setup] Aug 15 05:08:56.870 INFO E| Compiling cpufeatures v0.2.5 |
2124 | 2024-08-15T05:08:57.816Z | [ helios-setup] Aug 15 05:08:56.870 INFO E| Compiling unicode-width v0.1.10 |
2125 | 2024-08-15T05:08:58.241Z | [ helios-setup] Aug 15 05:08:57.297 INFO E| Compiling bytes v1.2.1 |
2126 | 2024-08-15T05:08:58.297Z | [ host-package] Compiling tempfile v3.10.1 |
2127 | 2024-08-15T05:08:58.761Z | [ helios-setup] Aug 15 05:08:57.818 INFO E| Compiling miniz_oxide v0.6.2 |
2128 | 2024-08-15T05:08:58.769Z | [ helios-setup] Aug 15 05:08:57.826 INFO E| Compiling generic-array v0.14.6 |
2129 | 2024-08-15T05:08:58.857Z | [ helios-setup] Aug 15 05:08:57.913 INFO E| Compiling bitflags v1.3.2 |
2130 | 2024-08-15T05:08:59.030Z | [ helios-setup] Aug 15 05:08:58.087 INFO E| Compiling getopts v0.2.21 |
2131 | 2024-08-15T05:08:59.744Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2132 | 2024-08-15T05:09:00.158Z | [ helios-setup] Aug 15 05:08:59.214 INFO E| Compiling flate2 v1.0.25 |
2133 | 2024-08-15T05:09:02.727Z | [ host-package] Compiling blake3 v1.5.1 |
2134 | 2024-08-15T05:09:03.256Z | [ host-package] Compiling ring v0.16.20 |
2135 | 2024-08-15T05:09:03.548Z | [ host-package] Compiling rayon v1.10.0 |
2136 | 2024-08-15T05:09:04.583Z | [ host-package] Compiling ciborium v0.2.2 |
2137 | 2024-08-15T05:09:04.620Z | [ helios-setup] Aug 15 05:09:03.675 INFO E| Compiling crypto-common v0.1.6 |
2138 | 2024-08-15T05:09:04.620Z | [ helios-setup] Aug 15 05:09:03.675 INFO E| Compiling block-buffer v0.10.3 |
2139 | 2024-08-15T05:09:04.824Z | [ helios-setup] Aug 15 05:09:03.880 INFO E| Compiling digest v0.10.3 |
2140 | 2024-08-15T05:09:05.197Z | [ helios-setup] Aug 15 05:09:04.253 INFO E| Compiling sha2 v0.10.5 |
2141 | 2024-08-15T05:09:05.721Z | [ helios-setup] Aug 15 05:09:04.776 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2142 | 2024-08-15T05:09:06.437Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2143 | 2024-08-15T05:09:07.423Z | [ host-package] Compiling xattr v1.3.1 |
2144 | 2024-08-15T05:09:09.911Z | [ host-package] Compiling nibble_vec v0.1.0 |
2145 | 2024-08-15T05:09:10.475Z | [ host-package] Compiling memmap2 v0.9.4 |
2146 | 2024-08-15T05:09:11.093Z | [ helios-setup] Aug 15 05:09:10.148 INFO E| Finished `release` profile [optimized] target(s) in 13.80s |
2147 | 2024-08-15T05:09:11.109Z | [ helios-setup] Aug 15 05:09:10.164 INFO building project "bootserver" ok (13 seconds) |
2148 | 2024-08-15T05:09:11.109Z | [ helios-setup] Aug 15 05:09:10.164 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2149 | 2024-08-15T05:09:11.112Z | [ helios-setup] Aug 15 05:09:10.164 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2150 | 2024-08-15T05:09:11.313Z | [ host-package] Compiling filetime v0.2.24 |
2151 | 2024-08-15T05:09:11.517Z | [ helios-setup] Aug 15 05:09:10.572 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2152 | 2024-08-15T05:09:11.687Z | [ host-package] Compiling endian-type v0.1.2 |
2153 | 2024-08-15T05:09:11.959Z | [ helios-setup] Aug 15 05:09:11.014 INFO E| From https://github.com/jclulow/rust-jmclib |
2154 | 2024-08-15T05:09:11.959Z | [ helios-setup] Aug 15 05:09:11.014 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2155 | 2024-08-15T05:09:11.968Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2156 | 2024-08-15T05:09:11.985Z | [ helios-setup] Aug 15 05:09:11.040 INFO E| Updating crates.io index |
2157 | 2024-08-15T05:09:12.215Z | [ helios-setup] Aug 15 05:09:11.269 INFO E| Downloading crates ... |
2158 | 2024-08-15T05:09:12.337Z | [ helios-setup] Aug 15 05:09:11.391 INFO E| Downloaded block-buffer v0.9.0 |
2159 | 2024-08-15T05:09:12.372Z | [ helios-setup] Aug 15 05:09:11.427 INFO E| Downloaded opaque-debug v0.3.0 |
2160 | 2024-08-15T05:09:12.375Z | [ helios-setup] Aug 15 05:09:11.428 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2161 | 2024-08-15T05:09:12.375Z | [ helios-setup] Aug 15 05:09:11.430 INFO E| Downloaded itoa v1.0.9 |
2162 | 2024-08-15T05:09:12.377Z | [ helios-setup] Aug 15 05:09:11.432 INFO E| Downloaded digest v0.9.0 |
2163 | 2024-08-15T05:09:12.392Z | [ host-package] Compiling arrayref v0.3.7 |
2164 | 2024-08-15T05:09:12.410Z | [ helios-setup] Aug 15 05:09:11.465 INFO E| Downloaded once_cell v1.18.0 |
2165 | 2024-08-15T05:09:12.421Z | [ helios-setup] Aug 15 05:09:11.472 INFO E| Downloaded md-5 v0.9.1 |
2166 | 2024-08-15T05:09:12.421Z | [ helios-setup] Aug 15 05:09:11.472 INFO E| Downloaded fastrand v2.0.0 |
2167 | 2024-08-15T05:09:12.421Z | [ helios-setup] Aug 15 05:09:11.472 INFO E| Downloaded errno v0.3.1 |
2168 | 2024-08-15T05:09:12.421Z | [ helios-setup] Aug 15 05:09:11.474 INFO E| Downloaded cpufeatures v0.2.9 |
2169 | 2024-08-15T05:09:12.421Z | [ helios-setup] Aug 15 05:09:11.475 INFO E| Downloaded proc-macro2 v1.0.66 |
2170 | 2024-08-15T05:09:12.425Z | [ helios-setup] Aug 15 05:09:11.479 INFO E| Downloaded walkdir v2.3.3 |
2171 | 2024-08-15T05:09:12.433Z | [ helios-setup] Aug 15 05:09:11.482 INFO E| Downloaded uuid v0.8.2 |
2172 | 2024-08-15T05:09:12.433Z | [ helios-setup] Aug 15 05:09:11.487 INFO E| Downloaded bitflags v2.3.3 |
2173 | 2024-08-15T05:09:12.441Z | [ helios-setup] Aug 15 05:09:11.491 INFO E| Downloaded sha-1 v0.9.8 |
2174 | 2024-08-15T05:09:12.441Z | [ helios-setup] Aug 15 05:09:11.494 INFO E| Downloaded serde v1.0.193 |
2175 | 2024-08-15T05:09:12.444Z | [ helios-setup] Aug 15 05:09:11.499 INFO E| Downloaded typenum v1.16.0 |
2176 | 2024-08-15T05:09:12.447Z | [ helios-setup] Aug 15 05:09:11.502 INFO E| Downloaded unicode-ident v1.0.11 |
2177 | 2024-08-15T05:09:12.452Z | [ helios-setup] Aug 15 05:09:11.507 INFO E| Downloaded serde_derive v1.0.193 |
2178 | 2024-08-15T05:09:12.456Z | [ helios-setup] Aug 15 05:09:11.511 INFO E| Downloaded tempfile v3.7.0 |
2179 | 2024-08-15T05:09:12.459Z | [ helios-setup] Aug 15 05:09:11.514 INFO E| Downloaded ryu v1.0.15 |
2180 | 2024-08-15T05:09:12.464Z | [ helios-setup] Aug 15 05:09:11.519 INFO E| Downloaded anyhow v1.0.72 |
2181 | 2024-08-15T05:09:12.470Z | [ helios-setup] Aug 15 05:09:11.525 INFO E| Downloaded quote v1.0.31 |
2182 | 2024-08-15T05:09:12.474Z | [ helios-setup] Aug 15 05:09:11.529 INFO E| Downloaded serde_json v1.0.103 |
2183 | 2024-08-15T05:09:12.486Z | [ helios-setup] Aug 15 05:09:11.540 INFO E| Downloaded getrandom v0.2.10 |
2184 | 2024-08-15T05:09:12.490Z | [ helios-setup] Aug 15 05:09:11.545 INFO E| Downloaded syn v2.0.32 |
2185 | 2024-08-15T05:09:12.506Z | [ helios-setup] Aug 15 05:09:11.561 INFO E| Downloaded rustix v0.38.4 |
2186 | 2024-08-15T05:09:12.525Z | [ host-package] Compiling arrayvec v0.7.4 |
2187 | 2024-08-15T05:09:12.559Z | [ helios-setup] Aug 15 05:09:11.614 INFO E| Downloaded libc v0.2.147 |
2188 | 2024-08-15T05:09:12.815Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling libc v0.2.147 |
2189 | 2024-08-15T05:09:12.815Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling proc-macro2 v1.0.66 |
2190 | 2024-08-15T05:09:12.815Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling unicode-ident v1.0.11 |
2191 | 2024-08-15T05:09:12.819Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling cfg-if v1.0.0 |
2192 | 2024-08-15T05:09:12.819Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling typenum v1.16.0 |
2193 | 2024-08-15T05:09:12.819Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling version_check v0.9.4 |
2194 | 2024-08-15T05:09:12.819Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling serde v1.0.193 |
2195 | 2024-08-15T05:09:12.819Z | [ helios-setup] Aug 15 05:09:11.870 INFO E| Compiling rustix v0.38.4 |
2196 | 2024-08-15T05:09:13.016Z | [ host-package] Compiling untrusted v0.7.1 |
2197 | 2024-08-15T05:09:13.312Z | [ host-package] Compiling spin v0.5.2 |
2198 | 2024-08-15T05:09:13.620Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2199 | 2024-08-15T05:09:13.709Z | [ helios-setup] Aug 15 05:09:12.763 INFO E| Compiling time-core v0.1.2 |
2200 | 2024-08-15T05:09:13.780Z | [ helios-setup] Aug 15 05:09:12.835 INFO E| Compiling itoa v1.0.9 |
2201 | 2024-08-15T05:09:14.228Z | [ helios-setup] Aug 15 05:09:13.283 INFO E| Compiling num-conv v0.1.0 |
2202 | 2024-08-15T05:09:14.362Z | [ helios-setup] Aug 15 05:09:13.416 INFO E| Compiling slog v2.7.0 |
2203 | 2024-08-15T05:09:14.486Z | [ helios-setup] Aug 15 05:09:13.541 INFO E| Compiling powerfmt v0.2.0 |
2204 | 2024-08-15T05:09:14.828Z | [ helios-setup] Aug 15 05:09:13.882 INFO E| Compiling time-macros v0.2.18 |
2205 | 2024-08-15T05:09:14.834Z | [ helios-setup] Aug 15 05:09:13.888 INFO E| Compiling once_cell v1.18.0 |
2206 | 2024-08-15T05:09:15.102Z | [ helios-setup] Aug 15 05:09:14.156 INFO E| Compiling generic-array v0.14.7 |
2207 | 2024-08-15T05:09:15.314Z | [ helios-setup] Aug 15 05:09:14.368 INFO E| Compiling deranged v0.3.11 |
2208 | 2024-08-15T05:09:15.527Z | [ helios-setup] Aug 15 05:09:14.581 INFO E| Compiling bitflags v2.3.3 |
2209 | 2024-08-15T05:09:15.734Z | [ helios-setup] Aug 15 05:09:14.788 INFO E| Compiling num_threads v0.1.6 |
2210 | 2024-08-15T05:09:16.128Z | [ host-package] Compiling radix_trie v0.2.1 |
2211 | 2024-08-15T05:09:16.240Z | [ helios-setup] Aug 15 05:09:15.294 INFO E| Compiling quote v1.0.31 |
2212 | 2024-08-15T05:09:16.309Z | [ helios-setup] Aug 15 05:09:15.363 INFO E| Compiling thread_local v1.1.7 |
2213 | 2024-08-15T05:09:17.308Z | [ helios-setup] Aug 15 05:09:16.362 INFO E| Compiling syn v2.0.32 |
2214 | 2024-08-15T05:09:17.586Z | [ helios-setup] Aug 15 05:09:16.640 INFO E| Compiling dirs-sys-next v0.1.2 |
2215 | 2024-08-15T05:09:17.640Z | [ helios-setup] Aug 15 05:09:16.694 INFO E| Compiling errno v0.3.1 |
2216 | 2024-08-15T05:09:17.867Z | [ helios-setup] Aug 15 05:09:16.921 INFO E| Compiling atty v0.2.14 |
2217 | 2024-08-15T05:09:18.044Z | [ helios-setup] Aug 15 05:09:17.098 INFO E| Compiling dirs-next v2.0.0 |
2218 | 2024-08-15T05:09:18.154Z | [ host-package] Compiling tar v0.4.41 |
2219 | 2024-08-15T05:09:18.465Z | [ helios-setup] Aug 15 05:09:17.519 INFO E| Compiling term v0.7.0 |
2220 | 2024-08-15T05:09:18.523Z | [ helios-setup] Aug 15 05:09:17.577 INFO E| Compiling fastrand v2.0.0 |
2221 | 2024-08-15T05:09:19.402Z | [ helios-setup] Aug 15 05:09:18.456 INFO E| Compiling block-buffer v0.9.0 |
2222 | 2024-08-15T05:09:19.444Z | [ helios-setup] Aug 15 05:09:18.498 INFO E| Compiling digest v0.9.0 |
2223 | 2024-08-15T05:09:19.580Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2224 | 2024-08-15T05:09:19.639Z | [ helios-setup] Aug 15 05:09:18.693 INFO E| Compiling anyhow v1.0.72 |
2225 | 2024-08-15T05:09:19.735Z | [ helios-setup] Aug 15 05:09:18.788 INFO E| Compiling serde_json v1.0.103 |
2226 | 2024-08-15T05:09:19.780Z | [ helios-setup] Aug 15 05:09:18.834 INFO E| Compiling opaque-debug v0.3.0 |
2227 | 2024-08-15T05:09:19.842Z | [ helios-setup] Aug 15 05:09:18.896 INFO E| Compiling getrandom v0.2.10 |
2228 | 2024-08-15T05:09:19.870Z | [ helios-setup] Aug 15 05:09:18.924 INFO E| Compiling unicode-width v0.1.10 |
2229 | 2024-08-15T05:09:20.050Z | [ helios-setup] Aug 15 05:09:19.104 INFO E| Compiling same-file v1.0.6 |
2230 | 2024-08-15T05:09:20.531Z | [ helios-setup] Aug 15 05:09:19.584 INFO E| Compiling cpufeatures v0.2.9 |
2231 | 2024-08-15T05:09:20.586Z | [ helios-setup] Aug 15 05:09:19.640 INFO E| Compiling ryu v1.0.15 |
2232 | 2024-08-15T05:09:20.612Z | [ helios-setup] Aug 15 05:09:19.666 INFO E| Compiling time v0.3.36 |
2233 | 2024-08-15T05:09:20.620Z | [ helios-setup] Aug 15 05:09:19.674 INFO E| Compiling sha-1 v0.9.8 |
2234 | 2024-08-15T05:09:20.727Z | [ host-package] Compiling toolchain_find v0.4.0 |
2235 | 2024-08-15T05:09:21.110Z | [ helios-setup] Aug 15 05:09:20.164 INFO E| Compiling tempfile v3.7.0 |
2236 | 2024-08-15T05:09:21.483Z | [ helios-setup] Aug 15 05:09:20.537 INFO E| Compiling walkdir v2.3.3 |
2237 | 2024-08-15T05:09:21.892Z | [ helios-setup] Aug 15 05:09:20.946 INFO E| Compiling getopts v0.2.21 |
2238 | 2024-08-15T05:09:22.014Z | [ host-package] Compiling atty v0.2.14 |
2239 | 2024-08-15T05:09:22.033Z | [ helios-setup] Aug 15 05:09:21.087 INFO E| Compiling md-5 v0.9.1 |
2240 | 2024-08-15T05:09:22.054Z | [ host-package] Compiling glob v0.3.1 |
2241 | 2024-08-15T05:09:22.348Z | [ helios-setup] Aug 15 05:09:21.401 INFO E| Compiling libdevinfo-sys v1.0.0 |
2242 | 2024-08-15T05:09:22.412Z | [ host-package] Compiling topological-sort v0.2.2 |
2243 | 2024-08-15T05:09:22.720Z | [ helios-setup] Aug 15 05:09:21.773 INFO E| Compiling glob v0.3.1 |
2244 | 2024-08-15T05:09:22.827Z | [ host-package] Compiling crunchy v0.2.2 |
2245 | 2024-08-15T05:09:23.653Z | [ host-package] Compiling maplit v1.0.2 |
2246 | 2024-08-15T05:09:23.724Z | [ host-package] Compiling clang-sys v1.7.0 |
2247 | 2024-08-15T05:09:24.141Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2248 | 2024-08-15T05:09:24.594Z | [ helios-setup] Aug 15 05:09:23.647 INFO E| Compiling slog-term v2.9.0 |
2249 | 2024-08-15T05:09:25.078Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2250 | 2024-08-15T05:09:25.769Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2251 | 2024-08-15T05:09:25.826Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2252 | 2024-08-15T05:09:26.048Z | [ host-package] Compiling tungstenite v0.21.0 |
2253 | 2024-08-15T05:09:26.319Z | [ helios-setup] Aug 15 05:09:25.372 INFO E| Compiling serde_derive v1.0.193 |
2254 | 2024-08-15T05:09:26.585Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2255 | 2024-08-15T05:09:27.417Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2256 | 2024-08-15T05:09:29.121Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2257 | 2024-08-15T05:09:29.802Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2258 | 2024-08-15T05:09:30.923Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2259 | 2024-08-15T05:09:31.206Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2260 | 2024-08-15T05:09:31.301Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2261 | 2024-08-15T05:09:31.705Z | [ host-package] Compiling arc-swap v1.7.1 |
2262 | 2024-08-15T05:09:31.781Z | [ host-package] Compiling diesel_derives v2.2.2 |
2263 | 2024-08-15T05:09:31.807Z | [ host-package] Compiling r2d2 v0.8.10 |
2264 | 2024-08-15T05:09:32.550Z | [ host-package] Compiling slog-scope v4.4.0 |
2265 | 2024-08-15T05:09:33.091Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2266 | 2024-08-15T05:09:33.754Z | [ host-package] Compiling ena v0.14.3 |
2267 | 2024-08-15T05:09:33.797Z | [ host-package] Compiling libloading v0.8.3 |
2268 | 2024-08-15T05:09:34.237Z | [ host-package] Compiling bindgen v0.69.4 |
2269 | 2024-08-15T05:09:34.284Z | [ host-package] Compiling diff v0.1.13 |
2270 | 2024-08-15T05:09:34.900Z | [ host-package] Compiling regex-syntax v0.6.29 |
2271 | 2024-08-15T05:09:40.944Z | [ host-package] Compiling lalrpop v0.19.12 |
2272 | 2024-08-15T05:09:41.054Z | [ helios-setup] Aug 15 05:09:40.106 INFO E| Compiling toml v0.5.11 |
2273 | 2024-08-15T05:09:41.054Z | [ helios-setup] Aug 15 05:09:40.106 INFO E| Compiling uuid v0.8.2 |
2274 | 2024-08-15T05:09:43.394Z | [ helios-setup] Aug 15 05:09:42.445 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2275 | 2024-08-15T05:09:45.520Z | [ host-package] Compiling diesel v2.2.2 |
2276 | 2024-08-15T05:09:46.631Z | [ helios-setup] Aug 15 05:09:45.681 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2277 | 2024-08-15T05:09:47.539Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2278 | 2024-08-15T05:09:48.648Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2279 | 2024-08-15T05:09:49.377Z | [ host-package] Compiling which v4.4.2 |
2280 | 2024-08-15T05:09:50.069Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2281 | 2024-08-15T05:09:50.090Z | [ host-package] Compiling cexpr v0.6.0 |
2282 | 2024-08-15T05:09:50.336Z | [ host-package] Compiling libsw v3.3.1 |
2283 | 2024-08-15T05:09:50.537Z | [ host-package] Compiling lazycell v1.3.0 |
2284 | 2024-08-15T05:09:50.757Z | [ host-package] Compiling shlex v1.3.0 |
2285 | 2024-08-15T05:09:50.813Z | [ host-package] Compiling ref-cast v1.0.23 |
2286 | 2024-08-15T05:09:51.276Z | [ host-package] Compiling linear-map v1.2.0 |
2287 | 2024-08-15T05:09:51.469Z | [ host-package] Compiling owo-colors v4.0.0 |
2288 | 2024-08-15T05:09:51.754Z | [ host-package] Compiling rustc-hash v1.1.0 |
2289 | 2024-08-15T05:09:52.071Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2290 | 2024-08-15T05:09:54.779Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2291 | 2024-08-15T05:09:54.830Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2292 | 2024-08-15T05:09:58.642Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2293 | 2024-08-15T05:09:59.023Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2294 | 2024-08-15T05:10:00.313Z | [ helios-setup] Aug 15 05:09:59.361 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.10s |
2295 | 2024-08-15T05:10:00.348Z | [ helios-setup] Aug 15 05:09:59.397 INFO building project "image-builder" ok (49 seconds) |
2296 | 2024-08-15T05:10:00.348Z | [ helios-setup] Aug 15 05:09:59.397 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2297 | 2024-08-15T05:10:00.350Z | [ helios-setup] Aug 15 05:09:59.397 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2298 | 2024-08-15T05:10:00.358Z | [ helios-setup] Aug 15 05:09:59.407 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2299 | 2024-08-15T05:10:00.684Z | [ helios-setup] Aug 15 05:09:59.733 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2300 | 2024-08-15T05:10:00.685Z | [ helios-setup] Aug 15 05:09:59.733 INFO E| info: downloading component 'cargo' |
2301 | 2024-08-15T05:10:01.497Z | [ host-package] Compiling headers-core v0.2.0 |
2302 | 2024-08-15T05:10:01.627Z | [ helios-setup] Aug 15 05:10:00.676 INFO E| info: downloading component 'clippy' |
2303 | 2024-08-15T05:10:01.703Z | [ host-package] Compiling fxhash v0.2.1 |
2304 | 2024-08-15T05:10:01.947Z | [ helios-setup] Aug 15 05:10:00.996 INFO E| info: downloading component 'rust-docs' |
2305 | 2024-08-15T05:10:01.980Z | [ host-package] Compiling libxml v0.3.3 |
2306 | 2024-08-15T05:10:02.436Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2307 | 2024-08-15T05:10:03.267Z | [ helios-setup] Aug 15 05:10:02.315 INFO E| info: downloading component 'rust-src' |
2308 | 2024-08-15T05:10:03.461Z | [ helios-setup] Aug 15 05:10:02.510 INFO E| info: downloading component 'rust-std' |
2309 | 2024-08-15T05:10:03.921Z | [ host-package] Compiling headers v0.3.9 |
2310 | 2024-08-15T05:10:03.951Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2311 | 2024-08-15T05:10:04.893Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2312 | 2024-08-15T05:10:05.909Z | [ helios-setup] Aug 15 05:10:04.958 INFO E| info: downloading component 'rustc' |
2313 | 2024-08-15T05:10:07.397Z | [ host-package] Compiling samael v0.0.15 |
2314 | 2024-08-15T05:10:07.973Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2315 | 2024-08-15T05:10:08.325Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2316 | 2024-08-15T05:10:08.346Z | [ host-package] Compiling strum_macros v0.24.3 |
2317 | 2024-08-15T05:10:09.177Z | [ host-package] Compiling cookie v0.18.1 |
2318 | 2024-08-15T05:10:09.546Z | [ host-package] Compiling unicase v2.7.0 |
2319 | 2024-08-15T05:10:09.927Z | [ host-package] Compiling indoc v1.0.9 |
2320 | 2024-08-15T05:10:10.768Z | [ host-package] Compiling polar-core v0.27.3 |
2321 | 2024-08-15T05:10:10.943Z | [ host-package] Compiling derive_builder v0.20.0 |
2322 | 2024-08-15T05:10:11.431Z | [ helios-setup] Aug 15 05:10:10.478 INFO E| info: downloading component 'rustfmt' |
2323 | 2024-08-15T05:10:11.667Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2324 | 2024-08-15T05:10:11.751Z | [ helios-setup] Aug 15 05:10:10.798 INFO E| info: installing component 'cargo' |
2325 | 2024-08-15T05:10:12.168Z | [ host-package] Compiling crossterm v0.28.1 |
2326 | 2024-08-15T05:10:13.135Z | [ helios-setup] Aug 15 05:10:12.183 INFO E| info: installing component 'clippy' |
2327 | 2024-08-15T05:10:13.616Z | [ helios-setup] Aug 15 05:10:12.663 INFO E| info: installing component 'rust-docs' |
2328 | 2024-08-15T05:10:13.656Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2329 | 2024-08-15T05:10:14.220Z | [ host-package] Compiling oso-derive v0.27.3 |
2330 | 2024-08-15T05:10:15.360Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2331 | 2024-08-15T05:10:16.809Z | [ host-package] Compiling libz-sys v1.1.16 |
2332 | 2024-08-15T05:10:17.009Z | [ host-package] Compiling quick-xml v0.31.0 |
2333 | 2024-08-15T05:10:17.771Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2334 | 2024-08-15T05:10:18.397Z | [ host-package] Compiling keccak v0.1.5 |
2335 | 2024-08-15T05:10:19.096Z | [ helios-setup] Aug 15 05:10:18.142 INFO E| info: installing component 'rust-src' |
2336 | 2024-08-15T05:10:19.751Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2337 | 2024-08-15T05:10:20.021Z | [ helios-setup] Aug 15 05:10:19.068 INFO E| info: installing component 'rust-std' |
2338 | 2024-08-15T05:10:20.638Z | [ host-package] Compiling sha3 v0.10.8 |
2339 | 2024-08-15T05:10:22.311Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2340 | 2024-08-15T05:10:22.515Z | [ helios-setup] Aug 15 05:10:21.561 INFO E| info: installing component 'rustc' |
2341 | 2024-08-15T05:10:23.491Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2342 | 2024-08-15T05:10:24.855Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2343 | 2024-08-15T05:10:25.374Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2344 | 2024-08-15T05:10:25.827Z | [ host-package] Compiling bb8 v0.8.5 |
2345 | 2024-08-15T05:10:26.560Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2346 | 2024-08-15T05:10:28.167Z | [ host-package] Compiling universal-hash v0.5.1 |
2347 | 2024-08-15T05:10:28.314Z | [ host-package] Compiling secrecy v0.8.0 |
2348 | 2024-08-15T05:10:28.640Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2349 | 2024-08-15T05:10:28.664Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2350 | 2024-08-15T05:10:28.754Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2351 | 2024-08-15T05:10:29.100Z | [ helios-setup] Aug 15 05:10:28.146 INFO E| info: installing component 'rustfmt' |
2352 | 2024-08-15T05:10:29.608Z | [ host-package] Compiling opaque-debug v0.3.1 |
2353 | 2024-08-15T05:10:29.734Z | [ host-package] Compiling poly1305 v0.8.0 |
2354 | 2024-08-15T05:10:30.091Z | [ helios-setup] Aug 15 05:10:29.137 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2355 | 2024-08-15T05:10:31.009Z | [ helios-setup] Aug 15 05:10:30.054 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2356 | 2024-08-15T05:10:31.009Z | [ helios-setup] Aug 15 05:10:30.054 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2357 | 2024-08-15T05:10:31.009Z | [ helios-setup] Aug 15 05:10:30.055 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2358 | 2024-08-15T05:10:31.037Z | [ helios-setup] Aug 15 05:10:30.083 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2359 | 2024-08-15T05:10:31.038Z | [ helios-setup] Aug 15 05:10:30.083 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2360 | 2024-08-15T05:10:31.041Z | [ helios-setup] Aug 15 05:10:30.083 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2361 | 2024-08-15T05:10:31.041Z | [ helios-setup] Aug 15 05:10:30.083 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2362 | 2024-08-15T05:10:31.041Z | [ helios-setup] Aug 15 05:10:30.083 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2363 | 2024-08-15T05:10:31.041Z | [ helios-setup] Aug 15 05:10:30.084 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2364 | 2024-08-15T05:10:31.041Z | [ helios-setup] Aug 15 05:10:30.084 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2365 | 2024-08-15T05:10:31.093Z | [ helios-setup] Aug 15 05:10:30.138 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2366 | 2024-08-15T05:10:31.357Z | [ host-package] Compiling vte v0.11.1 |
2367 | 2024-08-15T05:10:31.617Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2368 | 2024-08-15T05:10:31.769Z | [ host-package] Compiling const_format v0.2.32 |
2369 | 2024-08-15T05:10:31.935Z | [ helios-setup] Aug 15 05:10:30.980 INFO E| From https://github.com/oxidecomputer/amd-efs |
2370 | 2024-08-15T05:10:31.935Z | [ helios-setup] Aug 15 05:10:30.980 INFO E| * [new branch] empty -> origin/empty |
2371 | 2024-08-15T05:10:31.935Z | [ helios-setup] Aug 15 05:10:30.980 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2372 | 2024-08-15T05:10:31.938Z | [ helios-setup] Aug 15 05:10:30.980 INFO E| * [new branch] main -> origin/main |
2373 | 2024-08-15T05:10:31.938Z | [ helios-setup] Aug 15 05:10:30.981 INFO E| * [new branch] review -> origin/review |
2374 | 2024-08-15T05:10:31.938Z | [ helios-setup] Aug 15 05:10:30.981 INFO E| * [new ref] -> origin/HEAD |
2375 | 2024-08-15T05:10:31.938Z | [ helios-setup] Aug 15 05:10:30.981 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2376 | 2024-08-15T05:10:31.938Z | [ helios-setup] Aug 15 05:10:30.981 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2377 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.981 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2378 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.981 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2379 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.982 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2380 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.982 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2381 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.982 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2382 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.982 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2383 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.982 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2384 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.982 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2385 | 2024-08-15T05:10:31.939Z | [ helios-setup] Aug 15 05:10:30.982 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2386 | 2024-08-15T05:10:31.963Z | [ helios-setup] Aug 15 05:10:31.008 INFO E| Updating crates.io index |
2387 | 2024-08-15T05:10:32.366Z | [ helios-setup] Aug 15 05:10:31.411 INFO E| Downloading crates ... |
2388 | 2024-08-15T05:10:32.546Z | [ helios-setup] Aug 15 05:10:31.591 INFO E| Downloaded unic-char-range v0.9.0 |
2389 | 2024-08-15T05:10:32.549Z | [ helios-setup] Aug 15 05:10:31.594 INFO E| Downloaded unic-char-property v0.9.0 |
2390 | 2024-08-15T05:10:32.556Z | [ helios-setup] Aug 15 05:10:31.596 INFO E| Downloaded strum v0.23.0 |
2391 | 2024-08-15T05:10:32.556Z | [ helios-setup] Aug 15 05:10:31.598 INFO E| Downloaded semver v0.9.0 |
2392 | 2024-08-15T05:10:32.556Z | [ helios-setup] Aug 15 05:10:31.600 INFO E| Downloaded unic-ucd-version v0.9.0 |
2393 | 2024-08-15T05:10:32.558Z | [ helios-setup] Aug 15 05:10:31.601 INFO E| Downloaded unic-common v0.9.0 |
2394 | 2024-08-15T05:10:32.558Z | [ helios-setup] Aug 15 05:10:31.603 INFO E| Downloaded scroll_derive v0.10.5 |
2395 | 2024-08-15T05:10:32.561Z | [ helios-setup] Aug 15 05:10:31.604 INFO E| Downloaded scroll v0.10.2 |
2396 | 2024-08-15T05:10:32.564Z | [ helios-setup] Aug 15 05:10:31.607 INFO E| Downloaded vec_map v0.8.2 |
2397 | 2024-08-15T05:10:32.564Z | [ helios-setup] Aug 15 05:10:31.609 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2398 | 2024-08-15T05:10:32.566Z | [ helios-setup] Aug 15 05:10:31.611 INFO E| Downloaded rustc_version v0.2.3 |
2399 | 2024-08-15T05:10:32.569Z | [ helios-setup] Aug 15 05:10:31.612 INFO E| Downloaded parse_int v0.6.0 |
2400 | 2024-08-15T05:10:32.569Z | [ helios-setup] Aug 15 05:10:31.613 INFO E| Downloaded ansi_term v0.12.1 |
2401 | 2024-08-15T05:10:32.573Z | [ helios-setup] Aug 15 05:10:31.616 INFO E| Downloaded strum_macros v0.23.1 |
2402 | 2024-08-15T05:10:32.575Z | [ helios-setup] Aug 15 05:10:31.619 INFO E| Downloaded semver-parser v0.7.0 |
2403 | 2024-08-15T05:10:32.575Z | [ helios-setup] Aug 15 05:10:31.621 INFO E| Downloaded structopt-derive v0.4.18 |
2404 | 2024-08-15T05:10:32.578Z | [ helios-setup] Aug 15 05:10:31.622 INFO E| Downloaded strsim v0.8.0 |
2405 | 2024-08-15T05:10:32.581Z | [ helios-setup] Aug 15 05:10:31.624 INFO E| Downloaded pre-proc-macro v0.2.1 |
2406 | 2024-08-15T05:10:32.583Z | [ helios-setup] Aug 15 05:10:31.627 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2407 | 2024-08-15T05:10:32.587Z | [ helios-setup] Aug 15 05:10:31.629 INFO E| Downloaded four-cc v0.3.0 |
2408 | 2024-08-15T05:10:32.587Z | [ helios-setup] Aug 15 05:10:31.630 INFO E| Downloaded textwrap v0.11.0 |
2409 | 2024-08-15T05:10:32.589Z | [ helios-setup] Aug 15 05:10:31.634 INFO E| Downloaded structopt v0.3.26 |
2410 | 2024-08-15T05:10:32.599Z | [ helios-setup] Aug 15 05:10:31.645 INFO E| Downloaded serde v1.0.204 |
2411 | 2024-08-15T05:10:32.604Z | [ helios-setup] Aug 15 05:10:31.650 INFO E| Downloaded serde_derive v1.0.204 |
2412 | 2024-08-15T05:10:32.608Z | [ helios-setup] Aug 15 05:10:31.653 INFO E| Downloaded pest_meta v2.7.11 |
2413 | 2024-08-15T05:10:32.611Z | [ helios-setup] Aug 15 05:10:31.656 INFO E| Downloaded pest_derive v2.7.11 |
2414 | 2024-08-15T05:10:32.615Z | [ helios-setup] Aug 15 05:10:31.660 INFO E| Downloaded pest v2.7.11 |
2415 | 2024-08-15T05:10:32.623Z | [ helios-setup] Aug 15 05:10:31.668 INFO E| Downloaded serde_json v1.0.120 |
2416 | 2024-08-15T05:10:32.634Z | [ helios-setup] Aug 15 05:10:31.679 INFO E| Downloaded syn v2.0.71 |
2417 | 2024-08-15T05:10:32.650Z | [ helios-setup] Aug 15 05:10:31.695 INFO E| Downloaded clap v2.34.0 |
2418 | 2024-08-15T05:10:32.659Z | [ helios-setup] Aug 15 05:10:31.704 INFO E| Downloaded goblin v0.4.3 |
2419 | 2024-08-15T05:10:32.666Z | [ helios-setup] Aug 15 05:10:31.712 INFO E| Downloaded modular-bitfield v0.11.2 |
2420 | 2024-08-15T05:10:32.682Z | [ helios-setup] Aug 15 05:10:31.727 INFO E| Downloaded log v0.4.22 |
2421 | 2024-08-15T05:10:32.685Z | [ helios-setup] Aug 15 05:10:31.730 INFO E| Downloaded bytesize v1.3.0 |
2422 | 2024-08-15T05:10:32.688Z | [ helios-setup] Aug 15 05:10:31.731 INFO E| Downloaded proc-macro-crate v0.1.5 |
2423 | 2024-08-15T05:10:32.688Z | [ helios-setup] Aug 15 05:10:31.733 INFO E| Downloaded pre v0.2.1 |
2424 | 2024-08-15T05:10:32.690Z | [ helios-setup] Aug 15 05:10:31.734 INFO E| Downloaded pest_generator v2.7.11 |
2425 | 2024-08-15T05:10:32.693Z | [ helios-setup] Aug 15 05:10:31.736 INFO E| Downloaded num-derive v0.3.3 |
2426 | 2024-08-15T05:10:32.693Z | [ helios-setup] Aug 15 05:10:31.738 INFO E| Downloaded memoffset v0.5.6 |
2427 | 2024-08-15T05:10:32.695Z | [ helios-setup] Aug 15 05:10:31.740 INFO E| Downloaded memchr v2.7.4 |
2428 | 2024-08-15T05:10:32.702Z | [ helios-setup] Aug 15 05:10:31.747 INFO E| Downloaded fletcher v0.1.0 |
2429 | 2024-08-15T05:10:32.723Z | [ helios-setup] Aug 15 05:10:31.748 INFO E| Downloaded cfg-if v0.1.10 |
2430 | 2024-08-15T05:10:32.848Z | [ helios-setup] Aug 15 05:10:31.893 INFO E| Compiling proc-macro2 v1.0.86 |
2431 | 2024-08-15T05:10:32.850Z | [ helios-setup] Aug 15 05:10:31.894 INFO E| Compiling unicode-ident v1.0.12 |
2432 | 2024-08-15T05:10:32.850Z | [ helios-setup] Aug 15 05:10:31.894 INFO E| Compiling syn v1.0.109 |
2433 | 2024-08-15T05:10:32.851Z | [ helios-setup] Aug 15 05:10:31.894 INFO E| Compiling version_check v0.9.4 |
2434 | 2024-08-15T05:10:32.851Z | [ helios-setup] Aug 15 05:10:31.894 INFO E| Compiling semver-parser v0.7.0 |
2435 | 2024-08-15T05:10:32.851Z | [ helios-setup] Aug 15 05:10:31.894 INFO E| Compiling thiserror v1.0.63 |
2436 | 2024-08-15T05:10:32.851Z | [ helios-setup] Aug 15 05:10:31.894 INFO E| Compiling autocfg v1.3.0 |
2437 | 2024-08-15T05:10:32.851Z | [ helios-setup] Aug 15 05:10:31.894 INFO E| Compiling serde v1.0.204 |
2438 | 2024-08-15T05:10:33.524Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2439 | 2024-08-15T05:10:33.949Z | [ helios-setup] Aug 15 05:10:32.994 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2440 | 2024-08-15T05:10:34.029Z | [ host-package] Compiling chacha20 v0.9.1 |
2441 | 2024-08-15T05:10:34.120Z | [ host-package] Compiling fd-lock v4.0.2 |
2442 | 2024-08-15T05:10:34.522Z | [ helios-setup] Aug 15 05:10:33.567 INFO E| Compiling semver v0.9.0 |
2443 | 2024-08-15T05:10:34.586Z | [ helios-setup] Aug 15 05:10:33.631 INFO E| Compiling proc-macro-error v1.0.4 |
2444 | 2024-08-15T05:10:34.809Z | [ helios-setup] Aug 15 05:10:33.854 INFO E| Compiling serde_json v1.0.120 |
2445 | 2024-08-15T05:10:34.870Z | [ helios-setup] Aug 15 05:10:33.915 INFO E| Compiling unicode-segmentation v1.11.0 |
2446 | 2024-08-15T05:10:35.036Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2447 | 2024-08-15T05:10:35.193Z | [ helios-setup] Aug 15 05:10:34.238 INFO E| Compiling num-traits v0.2.19 |
2448 | 2024-08-15T05:10:35.323Z | [ helios-setup] Aug 15 05:10:34.357 INFO E| Compiling rustc_version v0.2.3 |
2449 | 2024-08-15T05:10:35.541Z | [ helios-setup] Aug 15 05:10:34.586 INFO E| Compiling ryu v1.0.18 |
2450 | 2024-08-15T05:10:35.773Z | [ helios-setup] Aug 15 05:10:34.817 INFO E| Compiling schemars v0.8.21 |
2451 | 2024-08-15T05:10:35.914Z | [ helios-setup] Aug 15 05:10:34.959 INFO E| Compiling itoa v1.0.11 |
2452 | 2024-08-15T05:10:36.304Z | [ helios-setup] Aug 15 05:10:35.349 INFO E| Compiling pre-proc-macro v0.2.1 |
2453 | 2024-08-15T05:10:36.428Z | [ helios-setup] Aug 15 05:10:35.473 INFO E| Compiling heck v0.3.3 |
2454 | 2024-08-15T05:10:36.508Z | [ helios-setup] Aug 15 05:10:35.552 INFO E| Compiling memoffset v0.5.6 |
2455 | 2024-08-15T05:10:36.560Z | [ helios-setup] Aug 15 05:10:35.605 INFO E| Compiling memchr v2.7.4 |
2456 | 2024-08-15T05:10:36.595Z | [ helios-setup] Aug 15 05:10:35.640 INFO E| Compiling lazy_static v1.5.0 |
2457 | 2024-08-15T05:10:36.727Z | [ helios-setup] Aug 15 05:10:35.772 INFO E| Compiling ucd-trie v0.1.6 |
2458 | 2024-08-15T05:10:36.794Z | [ helios-setup] Aug 15 05:10:35.839 INFO E| Compiling dyn-clone v1.0.17 |
2459 | 2024-08-15T05:10:37.136Z | [ helios-setup] Aug 15 05:10:36.181 INFO E| Compiling libc v0.2.155 |
2460 | 2024-08-15T05:10:37.212Z | [ helios-setup] Aug 15 05:10:36.257 INFO E| Compiling paste v1.0.15 |
2461 | 2024-08-15T05:10:37.215Z | [ helios-setup] Aug 15 05:10:36.257 INFO E| Compiling rustversion v1.0.17 |
2462 | 2024-08-15T05:10:37.681Z | [ helios-setup] Aug 15 05:10:36.726 INFO E| Compiling quote v1.0.36 |
2463 | 2024-08-15T05:10:37.782Z | [ host-package] Compiling aead v0.5.2 |
2464 | 2024-08-15T05:10:38.361Z | [ helios-setup] Aug 15 05:10:37.405 INFO E| Compiling pre v0.2.1 |
2465 | 2024-08-15T05:10:38.736Z | [ helios-setup] Aug 15 05:10:37.780 INFO E| Compiling syn v2.0.71 |
2466 | 2024-08-15T05:10:38.767Z | [ host-package] Compiling oso v0.27.3 |
2467 | 2024-08-15T05:10:38.964Z | [ helios-setup] Aug 15 05:10:38.009 INFO E| Compiling static_assertions v1.1.0 |
2468 | 2024-08-15T05:10:39.057Z | [ helios-setup] Aug 15 05:10:38.101 INFO E| Compiling once_cell v1.19.0 |
2469 | 2024-08-15T05:10:39.148Z | [ helios-setup] Aug 15 05:10:38.192 INFO E| Compiling byteorder v1.5.0 |
2470 | 2024-08-15T05:10:39.830Z | [ helios-setup] Aug 15 05:10:38.874 INFO E| Compiling cfg-if v0.1.10 |
2471 | 2024-08-15T05:10:40.584Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2472 | 2024-08-15T05:10:41.745Z | [ helios-setup] Aug 15 05:10:40.789 INFO E| Compiling unicode-width v0.1.13 |
2473 | 2024-08-15T05:10:42.201Z | [ helios-setup] Aug 15 05:10:41.245 INFO E| Compiling textwrap v0.11.0 |
2474 | 2024-08-15T05:10:42.232Z | [ helios-setup] Aug 15 05:10:41.276 INFO E| Compiling atty v0.2.14 |
2475 | 2024-08-15T05:10:42.477Z | [ helios-setup] Aug 15 05:10:41.521 INFO E| Compiling unic-char-range v0.9.0 |
2476 | 2024-08-15T05:10:42.494Z | [ host-package] Compiling getrandom v0.1.16 |
2477 | 2024-08-15T05:10:42.825Z | [ helios-setup] Aug 15 05:10:41.869 INFO E| Compiling parse_int v0.6.0 |
2478 | 2024-08-15T05:10:43.018Z | [ helios-setup] Aug 15 05:10:42.062 INFO E| Compiling strsim v0.8.0 |
2479 | 2024-08-15T05:10:43.113Z | [ helios-setup] Aug 15 05:10:42.157 INFO E| Compiling strum v0.23.0 |
2480 | 2024-08-15T05:10:43.225Z | [ helios-setup] Aug 15 05:10:42.269 INFO E| Compiling ansi_term v0.12.1 |
2481 | 2024-08-15T05:10:43.251Z | [ helios-setup] Aug 15 05:10:42.295 INFO E| Compiling unic-common v0.9.0 |
2482 | 2024-08-15T05:10:43.259Z | [ helios-setup] Aug 15 05:10:42.303 INFO E| Compiling bitflags v1.3.2 |
2483 | 2024-08-15T05:10:43.359Z | [ helios-setup] Aug 15 05:10:42.403 INFO E| Compiling vec_map v0.8.2 |
2484 | 2024-08-15T05:10:43.382Z | [ helios-setup] Aug 15 05:10:42.425 INFO E| Compiling fletcher v0.1.0 |
2485 | 2024-08-15T05:10:43.726Z | [ helios-setup] Aug 15 05:10:42.770 INFO E| Compiling unic-ucd-version v0.9.0 |
2486 | 2024-08-15T05:10:43.741Z | [ helios-setup] Aug 15 05:10:42.785 INFO E| Compiling unic-char-property v0.9.0 |
2487 | 2024-08-15T05:10:43.812Z | [ helios-setup] Aug 15 05:10:42.856 INFO E| Compiling clap v2.34.0 |
2488 | 2024-08-15T05:10:43.858Z | [ helios-setup] Aug 15 05:10:42.902 INFO E| Compiling log v0.4.22 |
2489 | 2024-08-15T05:10:44.014Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2490 | 2024-08-15T05:10:44.170Z | [ helios-setup] Aug 15 05:10:43.214 INFO E| Compiling plain v0.2.3 |
2491 | 2024-08-15T05:10:44.429Z | [ helios-setup] Aug 15 05:10:43.473 INFO E| Compiling unic-ucd-ident v0.9.0 |
2492 | 2024-08-15T05:10:44.449Z | [ helios-setup] Aug 15 05:10:43.493 INFO E| Compiling bytesize v1.3.0 |
2493 | 2024-08-15T05:10:44.846Z | [ host-package] Compiling bytecount v0.6.8 |
2494 | 2024-08-15T05:10:45.427Z | [ host-package] Compiling papergrid v0.11.0 |
2495 | 2024-08-15T05:10:46.575Z | [ helios-setup] Aug 15 05:10:45.618 INFO E| Compiling serde_derive_internals v0.29.1 |
2496 | 2024-08-15T05:10:47.967Z | [ helios-setup] Aug 15 05:10:47.010 INFO E| Compiling toml v0.5.11 |
2497 | 2024-08-15T05:10:50.978Z | [ helios-setup] Aug 15 05:10:50.021 INFO E| Compiling proc-macro-crate v0.1.5 |
2498 | 2024-08-15T05:10:51.865Z | [ helios-setup] Aug 15 05:10:50.908 INFO E| Compiling thiserror-impl v1.0.63 |
2499 | 2024-08-15T05:10:52.328Z | [ helios-setup] Aug 15 05:10:51.371 INFO E| Compiling serde_derive v1.0.204 |
2500 | 2024-08-15T05:10:52.361Z | [ helios-setup] Aug 15 05:10:51.403 INFO E| Compiling schemars_derive v0.8.21 |
2501 | 2024-08-15T05:10:52.473Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2502 | 2024-08-15T05:10:52.583Z | [ helios-setup] Aug 15 05:10:51.625 INFO E| Compiling zerocopy-derive v0.6.6 |
2503 | 2024-08-15T05:10:54.353Z | [ host-package] Compiling parking_lot v0.11.2 |
2504 | 2024-08-15T05:10:56.316Z | [ helios-setup] Aug 15 05:10:55.359 INFO E| Compiling zerocopy v0.6.6 |
2505 | 2024-08-15T05:10:57.174Z | [ helios-setup] Aug 15 05:10:56.216 INFO E| Compiling pest v2.7.11 |
2506 | 2024-08-15T05:10:57.987Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2507 | 2024-08-15T05:10:59.133Z | [ host-package] Compiling vsss-rs v3.3.4 |
2508 | 2024-08-15T05:10:59.183Z | [ helios-setup] Aug 15 05:10:58.225 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2509 | 2024-08-15T05:10:59.183Z | [ helios-setup] Aug 15 05:10:58.225 INFO E| Compiling num-derive v0.3.3 |
2510 | 2024-08-15T05:11:01.129Z | [ helios-setup] Aug 15 05:11:00.154 INFO E| Compiling scroll_derive v0.10.5 |
2511 | 2024-08-15T05:11:01.637Z | [ helios-setup] Aug 15 05:11:00.679 INFO E| Compiling pest_meta v2.7.11 |
2512 | 2024-08-15T05:11:02.758Z | [ helios-setup] Aug 15 05:11:01.800 INFO E| Compiling strum_macros v0.23.1 |
2513 | 2024-08-15T05:11:03.333Z | [ helios-setup] Aug 15 05:11:02.374 INFO E| Compiling structopt-derive v0.4.18 |
2514 | 2024-08-15T05:11:04.567Z | [ helios-setup] Aug 15 05:11:03.608 INFO E| Compiling pest_generator v2.7.11 |
2515 | 2024-08-15T05:11:04.638Z | [ helios-setup] Aug 15 05:11:03.679 INFO E| Compiling modular-bitfield v0.11.2 |
2516 | 2024-08-15T05:11:05.271Z | [ helios-setup] Aug 15 05:11:04.309 INFO E| Compiling scroll v0.10.2 |
2517 | 2024-08-15T05:11:06.344Z | [ helios-setup] Aug 15 05:11:05.385 INFO E| Compiling goblin v0.4.3 |
2518 | 2024-08-15T05:11:06.891Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2519 | 2024-08-15T05:11:07.988Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2520 | 2024-08-15T05:11:08.587Z | [ helios-setup] Aug 15 05:11:07.627 INFO E| Compiling structopt v0.3.26 |
2521 | 2024-08-15T05:11:09.246Z | [ helios-setup] Aug 15 05:11:08.287 INFO E| Compiling pest_derive v2.7.11 |
2522 | 2024-08-15T05:11:10.554Z | [ host-package] Compiling tabled_derive v0.7.0 |
2523 | 2024-08-15T05:11:11.378Z | [ host-package] Compiling crossterm v0.27.0 |
2524 | 2024-08-15T05:11:13.432Z | [ host-package] Compiling peg-macros v0.8.4 |
2525 | 2024-08-15T05:11:14.621Z | [ host-package] Compiling kstat-rs v0.2.4 |
2526 | 2024-08-15T05:11:15.945Z | [ helios-setup] Aug 15 05:11:14.985 INFO E| Compiling json5 v0.4.1 |
2527 | 2024-08-15T05:11:16.006Z | [ host-package] Compiling toml v0.5.11 |
2528 | 2024-08-15T05:11:17.936Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2529 | 2024-08-15T05:11:20.570Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2530 | 2024-08-15T05:11:20.635Z | [ host-package] Compiling unicode_categories v0.1.1 |
2531 | 2024-08-15T05:11:21.125Z | [ host-package] Compiling reedline v0.33.0 |
2532 | 2024-08-15T05:11:21.393Z | [ helios-setup] Aug 15 05:11:20.432 INFO E| Compiling four-cc v0.3.0 |
2533 | 2024-08-15T05:11:21.393Z | [ helios-setup] Aug 15 05:11:20.432 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2534 | 2024-08-15T05:11:21.643Z | [ helios-setup] Aug 15 05:11:20.682 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2535 | 2024-08-15T05:11:22.194Z | [ host-package] Compiling sqlformat v0.2.4 |
2536 | 2024-08-15T05:11:22.520Z | [ host-package] Compiling rustyline v14.0.0 |
2537 | 2024-08-15T05:11:28.428Z | [ host-package] Compiling sqlparser v0.45.0 |
2538 | 2024-08-15T05:11:30.846Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2539 | 2024-08-15T05:11:35.442Z | [ host-package] Compiling peg v0.8.4 |
2540 | 2024-08-15T05:11:35.581Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2541 | 2024-08-15T05:11:36.464Z | [ host-package] Compiling tabled v0.15.0 |
2542 | 2024-08-15T05:11:51.491Z | [ host-package] Compiling sled v0.34.7 |
2543 | 2024-08-15T05:11:53.261Z | [ host-package] Compiling mime_guess v2.0.4 |
2544 | 2024-08-15T05:11:54.976Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2545 | 2024-08-15T05:11:57.836Z | [ host-package] Compiling env_logger v0.9.3 |
2546 | 2024-08-15T05:11:59.325Z | [ host-package] Compiling tungstenite v0.20.1 |
2547 | 2024-08-15T05:12:02.667Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2548 | 2024-08-15T05:12:04.268Z | [ helios-setup] Aug 15 05:12:03.302 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2549 | 2024-08-15T05:12:05.167Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2550 | 2024-08-15T05:12:05.323Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2551 | 2024-08-15T05:12:10.658Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2552 | 2024-08-15T05:12:10.753Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2553 | 2024-08-15T05:12:12.895Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2554 | 2024-08-15T05:12:13.466Z | [ host-package] Compiling bcs v0.1.6 |
2555 | 2024-08-15T05:12:14.908Z | [ host-package] Compiling vergen v8.3.2 |
2556 | 2024-08-15T05:12:15.050Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2557 | 2024-08-15T05:12:15.379Z | [ host-package] Compiling cargo-platform v0.1.8 |
2558 | 2024-08-15T05:12:16.024Z | [ host-package] Compiling nanorand v0.7.0 |
2559 | 2024-08-15T05:12:16.553Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2560 | 2024-08-15T05:12:16.781Z | [ host-package] Compiling memoffset v0.9.1 |
2561 | 2024-08-15T05:12:16.949Z | [ host-package] Compiling highway v1.2.0 |
2562 | 2024-08-15T05:12:17.638Z | [ host-package] Compiling ascii v1.1.0 |
2563 | 2024-08-15T05:12:18.672Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2564 | 2024-08-15T05:12:18.997Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2565 | 2024-08-15T05:12:19.678Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2566 | 2024-08-15T05:12:20.544Z | [ host-package] Compiling bitstruct v0.1.1 |
2567 | 2024-08-15T05:12:20.599Z | [ helios-setup] Aug 15 05:12:19.631 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2568 | 2024-08-15T05:12:20.737Z | [ host-package] Compiling flume v0.11.0 |
2569 | 2024-08-15T05:12:21.608Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2570 | 2024-08-15T05:12:21.699Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2571 | 2024-08-15T05:12:22.406Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2572 | 2024-08-15T05:12:25.488Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2573 | 2024-08-15T05:12:30.664Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2574 | 2024-08-15T05:12:31.291Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2575 | 2024-08-15T05:12:33.836Z | [ host-package] Compiling rand_core v0.5.1 |
2576 | 2024-08-15T05:12:34.373Z | [ host-package] Compiling git2 v0.19.0 |
2577 | 2024-08-15T05:12:44.674Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2578 | 2024-08-15T05:12:52.563Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2579 | 2024-08-15T05:12:53.922Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2580 | 2024-08-15T05:12:56.351Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2581 | 2024-08-15T05:12:57.031Z | [ host-package] Compiling erased-serde v0.3.31 |
2582 | 2024-08-15T05:12:58.027Z | [ host-package] Compiling serde_arrays v0.1.0 |
2583 | 2024-08-15T05:12:59.722Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-08-15T05:13:00.727Z | [ host-package] Compiling rand_chacha v0.2.2 |
2585 | 2024-08-15T05:13:03.102Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2586 | 2024-08-15T05:13:04.052Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2587 | 2024-08-15T05:13:05.202Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2588 | 2024-08-15T05:13:05.836Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2589 | 2024-08-15T05:13:08.528Z | [ host-package] Compiling heck v0.3.3 |
2590 | 2024-08-15T05:13:08.984Z | [ host-package] Compiling rand_seeder v0.3.0 |
2591 | 2024-08-15T05:13:09.503Z | [ host-package] Compiling castaway v0.2.3 |
2592 | 2024-08-15T05:13:09.755Z | [ host-package] Compiling csv-core v0.1.11 |
2593 | 2024-08-15T05:13:10.782Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2594 | 2024-08-15T05:13:12.981Z | [ helios-setup] Aug 15 05:13:12.007 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s |
2595 | 2024-08-15T05:13:13.019Z | [ helios-setup] Aug 15 05:13:12.045 INFO building project "amd-host-image-builder" ok (192 seconds) |
2596 | 2024-08-15T05:13:13.019Z | [ helios-setup] Aug 15 05:13:12.045 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2597 | 2024-08-15T05:13:13.022Z | [ helios-setup] Aug 15 05:13:12.045 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2598 | 2024-08-15T05:13:13.481Z | [ helios-setup] Aug 15 05:13:12.507 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2599 | 2024-08-15T05:13:13.661Z | [ host-package] Compiling http-range v0.1.5 |
2600 | 2024-08-15T05:13:13.899Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2601 | 2024-08-15T05:13:13.965Z | [ helios-setup] Aug 15 05:13:12.991 INFO E| From https://github.com/jclulow/hiercmd |
2602 | 2024-08-15T05:13:13.965Z | [ helios-setup] Aug 15 05:13:12.991 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2603 | 2024-08-15T05:13:13.987Z | [ helios-setup] Aug 15 05:13:13.013 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2604 | 2024-08-15T05:13:14.339Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2605 | 2024-08-15T05:13:14.390Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2606 | 2024-08-15T05:13:14.480Z | [ helios-setup] Aug 15 05:13:13.505 INFO E| From https://github.com/jclulow/network-interface |
2607 | 2024-08-15T05:13:14.480Z | [ helios-setup] Aug 15 05:13:13.505 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2608 | 2024-08-15T05:13:14.505Z | [ helios-setup] Aug 15 05:13:13.530 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2609 | 2024-08-15T05:13:14.968Z | [ helios-setup] Aug 15 05:13:13.994 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2610 | 2024-08-15T05:13:14.968Z | [ helios-setup] Aug 15 05:13:13.994 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2611 | 2024-08-15T05:13:15.005Z | [ helios-setup] Aug 15 05:13:14.030 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2612 | 2024-08-15T05:13:15.023Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2613 | 2024-08-15T05:13:15.776Z | [ helios-setup] Aug 15 05:13:14.801 INFO E| From https://github.com/oxidecomputer/facade |
2614 | 2024-08-15T05:13:15.776Z | [ helios-setup] Aug 15 05:13:14.801 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2615 | 2024-08-15T05:13:15.859Z | [ helios-setup] Aug 15 05:13:14.884 INFO E| Updating crates.io index |
2616 | 2024-08-15T05:13:16.457Z | [ helios-setup] Aug 15 05:13:15.482 INFO E| Downloading crates ... |
2617 | 2024-08-15T05:13:16.683Z | [ helios-setup] Aug 15 05:13:15.708 INFO E| Downloaded const-random v0.1.15 |
2618 | 2024-08-15T05:13:16.686Z | [ helios-setup] Aug 15 05:13:15.711 INFO E| Downloaded built v0.6.0 |
2619 | 2024-08-15T05:13:16.690Z | [ helios-setup] Aug 15 05:13:15.716 INFO E| Downloaded concolor-override v1.0.0 |
2620 | 2024-08-15T05:13:16.693Z | [ helios-setup] Aug 15 05:13:15.718 INFO E| Downloaded anstyle-parse v0.1.1 |
2621 | 2024-08-15T05:13:16.696Z | [ helios-setup] Aug 15 05:13:15.721 INFO E| Downloaded anstream v0.2.6 |
2622 | 2024-08-15T05:13:16.712Z | [ helios-setup] Aug 15 05:13:15.737 INFO E| Downloaded strsim v0.10.0 |
2623 | 2024-08-15T05:13:16.715Z | [ helios-setup] Aug 15 05:13:15.741 INFO E| Downloaded lazy_static v1.4.0 |
2624 | 2024-08-15T05:13:16.719Z | [ helios-setup] Aug 15 05:13:15.743 INFO E| Downloaded futures-executor v0.3.28 |
2625 | 2024-08-15T05:13:16.721Z | [ helios-setup] Aug 15 05:13:15.746 INFO E| Downloaded itoa v1.0.6 |
2626 | 2024-08-15T05:13:16.725Z | [ helios-setup] Aug 15 05:13:15.750 INFO E| Downloaded fastrand v1.9.0 |
2627 | 2024-08-15T05:13:16.731Z | [ helios-setup] Aug 15 05:13:15.755 INFO E| Downloaded toml_edit v0.19.8 |
2628 | 2024-08-15T05:13:16.760Z | [ helios-setup] Aug 15 05:13:15.786 INFO E| Downloaded tokio-macros v2.0.0 |
2629 | 2024-08-15T05:13:16.763Z | [ helios-setup] Aug 15 05:13:15.787 INFO E| Downloaded want v0.3.0 |
2630 | 2024-08-15T05:13:16.766Z | [ helios-setup] Aug 15 05:13:15.789 INFO E| Downloaded toolchain_find v0.2.0 |
2631 | 2024-08-15T05:13:16.766Z | [ helios-setup] Aug 15 05:13:15.791 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2632 | 2024-08-15T05:13:16.768Z | [ helios-setup] Aug 15 05:13:15.794 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2633 | 2024-08-15T05:13:16.772Z | [ helios-setup] Aug 15 05:13:15.797 INFO E| Downloaded serde_spanned v0.6.1 |
2634 | 2024-08-15T05:13:16.775Z | [ helios-setup] Aug 15 05:13:15.799 INFO E| Downloaded try-lock v0.2.4 |
2635 | 2024-08-15T05:13:16.777Z | [ helios-setup] Aug 15 05:13:15.802 INFO E| Downloaded thiserror v1.0.38 |
2636 | 2024-08-15T05:13:16.785Z | [ helios-setup] Aug 15 05:13:15.810 INFO E| Downloaded sha1 v0.10.5 |
2637 | 2024-08-15T05:13:16.788Z | [ helios-setup] Aug 15 05:13:15.813 INFO E| Downloaded slog-async v2.7.0 |
2638 | 2024-08-15T05:13:16.791Z | [ helios-setup] Aug 15 05:13:15.816 INFO E| Downloaded toml_datetime v0.6.1 |
2639 | 2024-08-15T05:13:16.798Z | [ helios-setup] Aug 15 05:13:15.819 INFO E| Downloaded serde_tokenstream v0.2.0 |
2640 | 2024-08-15T05:13:16.803Z | [ helios-setup] Aug 15 05:13:15.826 INFO E| Downloaded signal-hook-registry v1.4.0 |
2641 | 2024-08-15T05:13:16.806Z | [ helios-setup] Aug 15 05:13:15.828 INFO E| Downloaded slab v0.4.7 |
2642 | 2024-08-15T05:13:16.806Z | [ helios-setup] Aug 15 05:13:15.831 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2643 | 2024-08-15T05:13:16.837Z | [ helios-setup] Aug 15 05:13:15.861 INFO E| Downloaded smallvec v1.10.0 |
2644 | 2024-08-15T05:13:16.840Z | [ helios-setup] Aug 15 05:13:15.865 INFO E| Downloaded slog-bunyan v2.4.0 |
2645 | 2024-08-15T05:13:16.842Z | [ helios-setup] Aug 15 05:13:15.866 INFO E| Downloaded num_enum_derive v0.5.7 |
2646 | 2024-08-15T05:13:16.845Z | [ helios-setup] Aug 15 05:13:15.870 INFO E| Downloaded memoffset v0.7.1 |
2647 | 2024-08-15T05:13:16.848Z | [ helios-setup] Aug 15 05:13:15.872 INFO E| Downloaded serde_derive_internals v0.26.0 |
2648 | 2024-08-15T05:13:16.850Z | [ helios-setup] Aug 15 05:13:15.875 INFO E| Downloaded textwrap v0.16.0 |
2649 | 2024-08-15T05:13:16.856Z | [ helios-setup] Aug 15 05:13:15.881 INFO E| Downloaded unicode-bidi v0.3.13 |
2650 | 2024-08-15T05:13:16.861Z | [ helios-setup] Aug 15 05:13:15.886 INFO E| Downloaded unicode-ident v1.0.8 |
2651 | 2024-08-15T05:13:16.866Z | [ helios-setup] Aug 15 05:13:15.891 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2652 | 2024-08-15T05:13:16.874Z | [ helios-setup] Aug 15 05:13:15.899 INFO E| Downloaded serde_yaml v0.9.21 |
2653 | 2024-08-15T05:13:16.882Z | [ helios-setup] Aug 15 05:13:15.907 INFO E| Downloaded url v2.3.1 |
2654 | 2024-08-15T05:13:16.888Z | [ helios-setup] Aug 15 05:13:15.913 INFO E| Downloaded tokio-util v0.7.7 |
2655 | 2024-08-15T05:13:16.901Z | [ helios-setup] Aug 15 05:13:15.926 INFO E| Downloaded unicode-normalization v0.1.22 |
2656 | 2024-08-15T05:13:16.908Z | [ helios-setup] Aug 15 05:13:15.933 INFO E| Downloaded serde_json v1.0.95 |
2657 | 2024-08-15T05:13:16.923Z | [ helios-setup] Aug 15 05:13:15.948 INFO E| Downloaded syn v2.0.72 |
2658 | 2024-08-15T05:13:17.010Z | [ helios-setup] Aug 15 05:13:16.035 INFO E| Downloaded syn v1.0.107 |
2659 | 2024-08-15T05:13:17.029Z | [ helios-setup] Aug 15 05:13:16.054 INFO E| Downloaded ryu v1.0.13 |
2660 | 2024-08-15T05:13:17.034Z | [ helios-setup] Aug 15 05:13:16.059 INFO E| Downloaded tokio v1.27.0 |
2661 | 2024-08-15T05:13:17.089Z | [ helios-setup] Aug 15 05:13:16.115 INFO E| Downloaded rayon-core v1.10.2 |
2662 | 2024-08-15T05:13:17.096Z | [ helios-setup] Aug 15 05:13:16.121 INFO E| Downloaded rustls-webpki v0.100.1 |
2663 | 2024-08-15T05:13:17.106Z | [ helios-setup] Aug 15 05:13:16.131 INFO E| Downloaded crossbeam-channel v0.5.6 |
2664 | 2024-08-15T05:13:17.114Z | [ helios-setup] Aug 15 05:13:16.139 INFO E| Downloaded pest v2.5.7 |
2665 | 2024-08-15T05:13:17.123Z | [ helios-setup] Aug 15 05:13:16.148 INFO E| Downloaded mio v0.8.5 |
2666 | 2024-08-15T05:13:17.133Z | [ helios-setup] Aug 15 05:13:16.158 INFO E| Downloaded http v0.2.9 |
2667 | 2024-08-15T05:13:17.139Z | [ helios-setup] Aug 15 05:13:16.164 INFO E| Downloaded aho-corasick v0.7.20 |
2668 | 2024-08-15T05:13:17.145Z | [ helios-setup] Aug 15 05:13:16.171 INFO E| Downloaded parking_lot_core v0.9.6 |
2669 | 2024-08-15T05:13:17.149Z | [ helios-setup] Aug 15 05:13:16.174 INFO E| Downloaded parking_lot v0.12.1 |
2670 | 2024-08-15T05:13:17.153Z | [ helios-setup] Aug 15 05:13:16.178 INFO E| Downloaded log v0.4.17 |
2671 | 2024-08-15T05:13:17.156Z | [ helios-setup] Aug 15 05:13:16.182 INFO E| Downloaded futures v0.3.28 |
2672 | 2024-08-15T05:13:17.167Z | [ helios-setup] Aug 15 05:13:16.191 INFO E| Downloaded crossbeam-utils v0.8.14 |
2673 | 2024-08-15T05:13:17.239Z | [ helios-setup] Aug 15 05:13:16.264 INFO E| Downloaded h2 v0.3.16 |
2674 | 2024-08-15T05:13:17.250Z | [ helios-setup] Aug 15 05:13:16.275 INFO E| Downloaded reqwest v0.11.16 |
2675 | 2024-08-15T05:13:17.262Z | [ helios-setup] Aug 15 05:13:16.287 INFO E| Downloaded futures-util v0.3.28 |
2676 | 2024-08-15T05:13:17.283Z | [ helios-setup] Aug 15 05:13:16.308 INFO E| Downloaded chrono v0.4.24 |
2677 | 2024-08-15T05:13:17.295Z | [ helios-setup] Aug 15 05:13:16.320 INFO E| Downloaded rayon v1.6.1 |
2678 | 2024-08-15T05:13:17.375Z | [ helios-setup] Aug 15 05:13:16.400 INFO E| Downloaded hyper v0.14.25 |
2679 | 2024-08-15T05:13:17.388Z | [ helios-setup] Aug 15 05:13:16.413 INFO E| Downloaded rustls v0.21.0 |
2680 | 2024-08-15T05:13:17.405Z | [ helios-setup] Aug 15 05:13:16.430 INFO E| Downloaded regress v0.5.0 |
2681 | 2024-08-15T05:13:17.437Z | [ helios-setup] Aug 15 05:13:16.462 INFO E| Downloaded regex v1.7.3 |
2682 | 2024-08-15T05:13:17.450Z | [ helios-setup] Aug 15 05:13:16.475 INFO E| Downloaded rustix v0.37.3 |
2683 | 2024-08-15T05:13:17.482Z | [ helios-setup] Aug 15 05:13:16.507 INFO E| Downloaded rhai v1.14.0 |
2684 | 2024-08-15T05:13:17.502Z | [ helios-setup] Aug 15 05:13:16.527 INFO E| Downloaded openapiv3 v1.0.2 |
2685 | 2024-08-15T05:13:17.520Z | [ helios-setup] Aug 15 05:13:16.545 INFO E| Downloaded git2 v0.16.1 |
2686 | 2024-08-15T05:13:17.534Z | [ helios-setup] Aug 15 05:13:16.559 INFO E| Downloaded clap_builder v4.2.1 |
2687 | 2024-08-15T05:13:17.545Z | [ helios-setup] Aug 15 05:13:16.570 INFO E| Downloaded smartstring v1.0.1 |
2688 | 2024-08-15T05:13:17.549Z | [ helios-setup] Aug 15 05:13:16.574 INFO E| Downloaded semver v1.0.17 |
2689 | 2024-08-15T05:13:17.553Z | [ helios-setup] Aug 15 05:13:16.578 INFO E| Downloaded base64 v0.21.0 |
2690 | 2024-08-15T05:13:17.559Z | [ helios-setup] Aug 15 05:13:16.584 INFO E| Downloaded sct v0.7.0 |
2691 | 2024-08-15T05:13:17.566Z | [ helios-setup] Aug 15 05:13:16.591 INFO E| Downloaded memchr v2.5.0 |
2692 | 2024-08-15T05:13:17.573Z | [ helios-setup] Aug 15 05:13:16.599 INFO E| Downloaded libc v0.2.139 |
2693 | 2024-08-15T05:13:17.615Z | [ helios-setup] Aug 15 05:13:16.640 INFO E| Downloaded winnow v0.4.1 |
2694 | 2024-08-15T05:13:17.630Z | [ helios-setup] Aug 15 05:13:16.655 INFO E| Downloaded pin-project-lite v0.2.9 |
2695 | 2024-08-15T05:13:17.639Z | [ helios-setup] Aug 15 05:13:16.664 INFO E| Downloaded once_cell v1.17.0 |
2696 | 2024-08-15T05:13:17.644Z | [ helios-setup] Aug 15 05:13:16.669 INFO E| Downloaded cc v1.0.78 |
2697 | 2024-08-15T05:13:17.649Z | [ helios-setup] Aug 15 05:13:16.674 INFO E| Downloaded num-integer v0.1.45 |
2698 | 2024-08-15T05:13:17.652Z | [ helios-setup] Aug 15 05:13:16.677 INFO E| Downloaded io-lifetimes v1.0.10 |
2699 | 2024-08-15T05:13:17.656Z | [ helios-setup] Aug 15 05:13:16.681 INFO E| Downloaded http-body v0.4.5 |
2700 | 2024-08-15T05:13:17.659Z | [ helios-setup] Aug 15 05:13:16.684 INFO E| Downloaded concolor-query v0.3.3 |
2701 | 2024-08-15T05:13:17.661Z | [ helios-setup] Aug 15 05:13:16.686 INFO E| Downloaded semver v0.11.0 |
2702 | 2024-08-15T05:13:17.664Z | [ helios-setup] Aug 15 05:13:16.689 INFO E| Downloaded schemars v0.8.12 |
2703 | 2024-08-15T05:13:17.686Z | [ helios-setup] Aug 15 05:13:16.711 INFO E| Downloaded anyhow v1.0.68 |
2704 | 2024-08-15T05:13:17.692Z | [ helios-setup] Aug 15 05:13:16.717 INFO E| Downloaded unicode-linebreak v0.1.4 |
2705 | 2024-08-15T05:13:17.696Z | [ helios-setup] Aug 15 05:13:16.722 INFO E| Downloaded tracing-core v0.1.30 |
2706 | 2024-08-15T05:13:17.701Z | [ helios-setup] Aug 15 05:13:16.726 INFO E| Downloaded rhai_codegen v1.5.0 |
2707 | 2024-08-15T05:13:17.718Z | [ helios-setup] Aug 15 05:13:16.742 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2708 | 2024-08-15T05:13:17.723Z | [ helios-setup] Aug 15 05:13:16.747 INFO E| Downloaded uuid v1.3.0 |
2709 | 2024-08-15T05:13:17.729Z | [ helios-setup] Aug 15 05:13:16.754 INFO E| Downloaded semver-parser v0.10.2 |
2710 | 2024-08-15T05:13:17.732Z | [ helios-setup] Aug 15 05:13:16.757 INFO E| Downloaded rustls-pemfile v1.0.2 |
2711 | 2024-08-15T05:13:17.736Z | [ helios-setup] Aug 15 05:13:16.761 INFO E| Downloaded num-traits v0.2.15 |
2712 | 2024-08-15T05:13:17.740Z | [ helios-setup] Aug 15 05:13:16.766 INFO E| Downloaded clap v4.2.1 |
2713 | 2024-08-15T05:13:17.757Z | [ helios-setup] Aug 15 05:13:16.782 INFO E| Downloaded ucd-trie v0.1.5 |
2714 | 2024-08-15T05:13:17.759Z | [ helios-setup] Aug 15 05:13:16.785 INFO E| Downloaded encoding_rs v0.8.32 |
2715 | 2024-08-15T05:13:17.798Z | [ helios-setup] Aug 15 05:13:16.823 INFO E| Downloaded tracing v0.1.37 |
2716 | 2024-08-15T05:13:17.805Z | [ helios-setup] Aug 15 05:13:16.830 INFO E| Downloaded schemars_derive v0.8.12 |
2717 | 2024-08-15T05:13:17.810Z | [ helios-setup] Aug 15 05:13:16.835 INFO E| Downloaded proc-macro-crate v1.2.1 |
2718 | 2024-08-15T05:13:17.813Z | [ helios-setup] Aug 15 05:13:16.837 INFO E| Downloaded tungstenite v0.18.0 |
2719 | 2024-08-15T05:13:17.818Z | [ helios-setup] Aug 15 05:13:16.843 INFO E| Downloaded socket2 v0.4.9 |
2720 | 2024-08-15T05:13:17.821Z | [ helios-setup] Aug 15 05:13:16.846 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2721 | 2024-08-15T05:13:17.868Z | [ host-package] Compiling csv v1.3.0 |
2722 | 2024-08-15T05:13:18.024Z | [ helios-setup] Aug 15 05:13:17.049 INFO E| Downloaded percent-encoding v2.2.0 |
2723 | 2024-08-15T05:13:18.027Z | [ helios-setup] Aug 15 05:13:17.050 INFO E| Downloaded jobserver v0.1.26 |
2724 | 2024-08-15T05:13:18.029Z | [ helios-setup] Aug 15 05:13:17.053 INFO E| Downloaded home v0.5.4 |
2725 | 2024-08-15T05:13:18.032Z | [ helios-setup] Aug 15 05:13:17.054 INFO E| Downloaded futures-io v0.3.28 |
2726 | 2024-08-15T05:13:18.032Z | [ helios-setup] Aug 15 05:13:17.056 INFO E| Downloaded futures-core v0.3.28 |
2727 | 2024-08-15T05:13:18.034Z | [ helios-setup] Aug 15 05:13:17.059 INFO E| Downloaded form_urlencoded v1.1.0 |
2728 | 2024-08-15T05:13:18.037Z | [ helios-setup] Aug 15 05:13:17.060 INFO E| Downloaded dyn-clone v1.0.11 |
2729 | 2024-08-15T05:13:18.039Z | [ helios-setup] Aug 15 05:13:17.064 INFO E| Downloaded crossbeam-deque v0.8.2 |
2730 | 2024-08-15T05:13:18.042Z | [ helios-setup] Aug 15 05:13:17.067 INFO E| Downloaded bincode v1.3.3 |
2731 | 2024-08-15T05:13:18.045Z | [ helios-setup] Aug 15 05:13:17.070 INFO E| Downloaded tokio-rustls v0.24.0 |
2732 | 2024-08-15T05:13:18.047Z | [ helios-setup] Aug 15 05:13:17.073 INFO E| Downloaded tempfile v3.5.0 |
2733 | 2024-08-15T05:13:18.052Z | [ helios-setup] Aug 15 05:13:17.077 INFO E| Downloaded num_cpus v1.15.0 |
2734 | 2024-08-15T05:13:18.056Z | [ helios-setup] Aug 15 05:13:17.082 INFO E| Downloaded is-terminal v0.4.7 |
2735 | 2024-08-15T05:13:18.059Z | [ helios-setup] Aug 15 05:13:17.083 INFO E| Downloaded bytes v1.4.0 |
2736 | 2024-08-15T05:13:18.065Z | [ helios-setup] Aug 15 05:13:17.090 INFO E| Downloaded pkg-config v0.3.26 |
2737 | 2024-08-15T05:13:18.068Z | [ helios-setup] Aug 15 05:13:17.093 INFO E| Downloaded libz-sys v1.1.8 |
2738 | 2024-08-15T05:13:18.190Z | [ helios-setup] Aug 15 05:13:17.215 INFO E| Downloaded ipnet v2.7.2 |
2739 | 2024-08-15T05:13:18.193Z | [ helios-setup] Aug 15 05:13:17.218 INFO E| Downloaded futures-channel v0.3.28 |
2740 | 2024-08-15T05:13:18.196Z | [ helios-setup] Aug 15 05:13:17.222 INFO E| Downloaded sha2 v0.10.6 |
2741 | 2024-08-15T05:13:18.200Z | [ helios-setup] Aug 15 05:13:17.225 INFO E| Downloaded time v0.1.45 |
2742 | 2024-08-15T05:13:18.202Z | [ helios-setup] Aug 15 05:13:17.228 INFO E| Downloaded scopeguard v1.1.0 |
2743 | 2024-08-15T05:13:18.205Z | [ helios-setup] Aug 15 05:13:17.230 INFO E| Downloaded lock_api v0.4.9 |
2744 | 2024-08-15T05:13:18.207Z | [ helios-setup] Aug 15 05:13:17.232 INFO E| Downloaded getrandom v0.2.8 |
2745 | 2024-08-15T05:13:18.211Z | [ helios-setup] Aug 15 05:13:17.236 INFO E| Downloaded camino v1.1.4 |
2746 | 2024-08-15T05:13:18.214Z | [ helios-setup] Aug 15 05:13:17.239 INFO E| Downloaded toml v0.7.3 |
2747 | 2024-08-15T05:13:18.219Z | [ helios-setup] Aug 15 05:13:17.244 INFO E| Downloaded clap_derive v4.2.0 |
2748 | 2024-08-15T05:13:18.223Z | [ helios-setup] Aug 15 05:13:17.248 INFO E| Downloaded thiserror-impl v1.0.38 |
2749 | 2024-08-15T05:13:18.225Z | [ helios-setup] Aug 15 05:13:17.250 INFO E| Downloaded project-root v0.2.2 |
2750 | 2024-08-15T05:13:18.228Z | [ helios-setup] Aug 15 05:13:17.251 INFO E| Downloaded const-random-macro v0.1.15 |
2751 | 2024-08-15T05:13:18.228Z | [ helios-setup] Aug 15 05:13:17.252 INFO E| Downloaded serde_path_to_error v0.1.11 |
2752 | 2024-08-15T05:13:18.231Z | [ helios-setup] Aug 15 05:13:17.255 INFO E| Downloaded futures-sink v0.3.28 |
2753 | 2024-08-15T05:13:18.231Z | [ helios-setup] Aug 15 05:13:17.256 INFO E| Downloaded terminal_size v0.2.6 |
2754 | 2024-08-15T05:13:18.233Z | [ helios-setup] Aug 15 05:13:17.258 INFO E| Downloaded smawk v0.3.1 |
2755 | 2024-08-15T05:13:18.236Z | [ helios-setup] Aug 15 05:13:17.260 INFO E| Downloaded clap_lex v0.4.1 |
2756 | 2024-08-15T05:13:18.239Z | [ helios-setup] Aug 15 05:13:17.262 INFO E| Downloaded ahash v0.8.3 |
2757 | 2024-08-15T05:13:18.241Z | [ helios-setup] Aug 15 05:13:17.267 INFO E| Downloaded paste v1.0.12 |
2758 | 2024-08-15T05:13:18.247Z | [ helios-setup] Aug 15 05:13:17.272 INFO E| Downloaded num_enum v0.5.7 |
2759 | 2024-08-15T05:13:18.253Z | [ helios-setup] Aug 15 05:13:17.279 INFO E| Downloaded futures-task v0.3.28 |
2760 | 2024-08-15T05:13:18.256Z | [ helios-setup] Aug 15 05:13:17.281 INFO E| Downloaded futures-macro v0.3.28 |
2761 | 2024-08-15T05:13:18.259Z | [ helios-setup] Aug 15 05:13:17.282 INFO E| Downloaded either v1.8.0 |
2762 | 2024-08-15T05:13:18.261Z | [ helios-setup] Aug 15 05:13:17.285 INFO E| Downloaded byteorder v1.4.3 |
2763 | 2024-08-15T05:13:18.264Z | [ helios-setup] Aug 15 05:13:17.287 INFO E| Downloaded anstyle v0.3.5 |
2764 | 2024-08-15T05:13:18.267Z | [ helios-setup] Aug 15 05:13:17.290 INFO E| Downloaded iana-time-zone v0.1.56 |
2765 | 2024-08-15T05:13:18.269Z | [ helios-setup] Aug 15 05:13:17.293 INFO E| Downloaded httpdate v1.0.2 |
2766 | 2024-08-15T05:13:18.272Z | [ helios-setup] Aug 15 05:13:17.295 INFO E| Downloaded digest v0.10.6 |
2767 | 2024-08-15T05:13:18.274Z | [ helios-setup] Aug 15 05:13:17.298 INFO E| Downloaded cargo-lock v8.0.3 |
2768 | 2024-08-15T05:13:18.301Z | [ helios-setup] Aug 15 05:13:17.326 INFO E| Downloaded autocfg v1.1.0 |
2769 | 2024-08-15T05:13:18.303Z | [ helios-setup] Aug 15 05:13:17.328 INFO E| Downloaded async-trait v0.1.68 |
2770 | 2024-08-15T05:13:18.309Z | [ helios-setup] Aug 15 05:13:17.334 INFO E| Downloaded ahash v0.7.6 |
2771 | 2024-08-15T05:13:18.680Z | [ helios-setup] Aug 15 05:13:17.705 INFO E| Compiling proc-macro2 v1.0.86 |
2772 | 2024-08-15T05:13:18.683Z | [ helios-setup] Aug 15 05:13:17.706 INFO E| Compiling libc v0.2.139 |
2773 | 2024-08-15T05:13:18.700Z | [ helios-setup] Aug 15 05:13:17.706 INFO E| Compiling unicode-ident v1.0.8 |
2774 | 2024-08-15T05:13:18.717Z | [ helios-setup] Aug 15 05:13:17.742 INFO E| Compiling autocfg v1.1.0 |
2775 | 2024-08-15T05:13:18.717Z | [ helios-setup] Aug 15 05:13:17.742 INFO E| Compiling cfg-if v1.0.0 |
2776 | 2024-08-15T05:13:18.719Z | [ helios-setup] Aug 15 05:13:17.742 INFO E| Compiling version_check v0.9.4 |
2777 | 2024-08-15T05:13:18.719Z | [ helios-setup] Aug 15 05:13:17.742 INFO E| Compiling serde v1.0.204 |
2778 | 2024-08-15T05:13:18.719Z | [ helios-setup] Aug 15 05:13:17.742 INFO E| Compiling syn v1.0.107 |
2779 | 2024-08-15T05:13:19.368Z | [ helios-setup] Aug 15 05:13:18.378 INFO E| Compiling memchr v2.5.0 |
2780 | 2024-08-15T05:13:19.914Z | [ helios-setup] Aug 15 05:13:18.938 INFO E| Compiling once_cell v1.17.0 |
2781 | 2024-08-15T05:13:19.988Z | [ helios-setup] Aug 15 05:13:19.013 INFO E| Compiling log v0.4.17 |
2782 | 2024-08-15T05:13:20.035Z | [ host-package] Compiling compact_str v0.8.0 |
2783 | 2024-08-15T05:13:20.195Z | [ helios-setup] Aug 15 05:13:19.220 INFO E| Compiling thiserror v1.0.38 |
2784 | 2024-08-15T05:13:20.668Z | [ helios-setup] Aug 15 05:13:19.692 INFO E| Compiling serde_json v1.0.95 |
2785 | 2024-08-15T05:13:20.833Z | [ helios-setup] Aug 15 05:13:19.858 INFO E| Compiling itoa v1.0.6 |
2786 | 2024-08-15T05:13:21.171Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2787 | 2024-08-15T05:13:21.619Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2788 | 2024-08-15T05:13:21.671Z | [ helios-setup] Aug 15 05:13:20.696 INFO E| Compiling quote v1.0.36 |
2789 | 2024-08-15T05:13:22.100Z | [ helios-setup] Aug 15 05:13:21.125 INFO E| Compiling indexmap v1.9.3 |
2790 | 2024-08-15T05:13:22.279Z | [ helios-setup] Aug 15 05:13:21.303 INFO E| Compiling scopeguard v1.1.0 |
2791 | 2024-08-15T05:13:22.766Z | [ helios-setup] Aug 15 05:13:21.790 INFO E| Compiling syn v2.0.72 |
2792 | 2024-08-15T05:13:22.932Z | [ helios-setup] Aug 15 05:13:21.957 INFO E| Compiling pin-project-lite v0.2.9 |
2793 | 2024-08-15T05:13:23.122Z | [ helios-setup] Aug 15 05:13:22.147 INFO E| Compiling num-integer v0.1.45 |
2794 | 2024-08-15T05:13:23.298Z | [ helios-setup] Aug 15 05:13:22.323 INFO E| Compiling futures-core v0.3.28 |
2795 | 2024-08-15T05:13:23.507Z | [ helios-setup] Aug 15 05:13:22.531 INFO E| Compiling bytes v1.4.0 |
2796 | 2024-08-15T05:13:24.146Z | [ helios-setup] Aug 15 05:13:23.170 INFO E| Compiling jobserver v0.1.26 |
2797 | 2024-08-15T05:13:24.561Z | [ helios-setup] Aug 15 05:13:23.585 INFO E| Compiling getrandom v0.2.8 |
2798 | 2024-08-15T05:13:24.769Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2799 | 2024-08-15T05:13:25.193Z | [ host-package] Compiling nix v0.27.1 |
2800 | 2024-08-15T05:13:25.398Z | [ helios-setup] Aug 15 05:13:24.422 INFO E| Compiling cc v1.0.78 |
2801 | 2024-08-15T05:13:25.590Z | [ helios-setup] Aug 15 05:13:24.614 INFO E| Compiling ryu v1.0.13 |
2802 | 2024-08-15T05:13:25.697Z | [ host-package] Compiling rand v0.7.3 |
2803 | 2024-08-15T05:13:26.482Z | [ helios-setup] Aug 15 05:13:25.506 INFO E| Compiling lock_api v0.4.9 |
2804 | 2024-08-15T05:13:26.739Z | [ helios-setup] Aug 15 05:13:25.763 INFO E| Compiling bitflags v1.3.2 |
2805 | 2024-08-15T05:13:27.035Z | [ helios-setup] Aug 15 05:13:26.059 INFO E| Compiling typenum v1.16.0 |
2806 | 2024-08-15T05:13:27.166Z | [ helios-setup] Aug 15 05:13:26.190 INFO E| Compiling parking_lot_core v0.9.6 |
2807 | 2024-08-15T05:13:27.405Z | [ helios-setup] Aug 15 05:13:26.429 INFO E| Compiling num_cpus v1.15.0 |
2808 | 2024-08-15T05:13:27.517Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2809 | 2024-08-15T05:13:27.708Z | [ helios-setup] Aug 15 05:13:26.731 INFO E| Compiling slab v0.4.7 |
2810 | 2024-08-15T05:13:27.779Z | [ helios-setup] Aug 15 05:13:26.803 INFO E| Compiling generic-array v0.14.6 |
2811 | 2024-08-15T05:13:27.782Z | [ helios-setup] Aug 15 05:13:26.805 INFO E| Compiling futures-task v0.3.28 |
2812 | 2024-08-15T05:13:28.347Z | [ helios-setup] Aug 15 05:13:27.370 INFO E| Compiling futures-sink v0.3.28 |
2813 | 2024-08-15T05:13:28.689Z | [ helios-setup] Aug 15 05:13:27.713 INFO E| Compiling futures-channel v0.3.28 |
2814 | 2024-08-15T05:13:29.084Z | [ helios-setup] Aug 15 05:13:28.108 INFO E| Compiling tokio v1.27.0 |
2815 | 2024-08-15T05:13:29.180Z | [ helios-setup] Aug 15 05:13:28.204 INFO E| Compiling schemars v0.8.12 |
2816 | 2024-08-15T05:13:29.443Z | [ helios-setup] Aug 15 05:13:28.466 INFO E| Compiling futures-util v0.3.28 |
2817 | 2024-08-15T05:13:30.571Z | [ helios-setup] Aug 15 05:13:29.593 INFO E| Compiling signal-hook-registry v1.4.0 |
2818 | 2024-08-15T05:13:30.608Z | [ helios-setup] Aug 15 05:13:29.631 INFO E| Compiling mio v0.8.5 |
2819 | 2024-08-15T05:13:30.629Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2820 | 2024-08-15T05:13:30.727Z | [ helios-setup] Aug 15 05:13:29.750 INFO E| Compiling socket2 v0.4.9 |
2821 | 2024-08-15T05:13:30.766Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2822 | 2024-08-15T05:13:30.870Z | [ helios-setup] Aug 15 05:13:29.893 INFO E| Compiling num-traits v0.2.15 |
2823 | 2024-08-15T05:13:31.080Z | [ helios-setup] Aug 15 05:13:30.104 INFO E| Compiling ahash v0.7.6 |
2824 | 2024-08-15T05:13:31.093Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2825 | 2024-08-15T05:13:31.663Z | [ helios-setup] Aug 15 05:13:30.686 INFO E| Compiling io-lifetimes v1.0.10 |
2826 | 2024-08-15T05:13:32.330Z | [ helios-setup] Aug 15 05:13:31.353 INFO E| Compiling crunchy v0.2.2 |
2827 | 2024-08-15T05:13:33.148Z | [ helios-setup] Aug 15 05:13:32.172 INFO E| Compiling futures-io v0.3.28 |
2828 | 2024-08-15T05:13:33.455Z | [ helios-setup] Aug 15 05:13:32.478 INFO E| Compiling pin-utils v0.1.0 |
2829 | 2024-08-15T05:13:34.178Z | [ helios-setup] Aug 15 05:13:33.201 INFO E| Compiling ahash v0.8.3 |
2830 | 2024-08-15T05:13:34.500Z | [ helios-setup] Aug 15 05:13:33.523 INFO E| Compiling serde_derive_internals v0.26.0 |
2831 | 2024-08-15T05:13:34.822Z | [ helios-setup] Aug 15 05:13:33.845 INFO E| Compiling tiny-keccak v2.0.2 |
2832 | 2024-08-15T05:13:35.094Z | [ helios-setup] Aug 15 05:13:34.117 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2833 | 2024-08-15T05:13:35.601Z | [ helios-setup] Aug 15 05:13:34.624 INFO E| Compiling rustix v0.37.3 |
2834 | 2024-08-15T05:13:35.960Z | [ helios-setup] Aug 15 05:13:34.983 INFO E| Compiling hashbrown v0.12.3 |
2835 | 2024-08-15T05:13:36.625Z | [ helios-setup] Aug 15 05:13:35.648 INFO E| Compiling block-buffer v0.10.3 |
2836 | 2024-08-15T05:13:36.851Z | [ helios-setup] Aug 15 05:13:35.874 INFO E| Compiling crypto-common v0.1.6 |
2837 | 2024-08-15T05:13:38.016Z | [ helios-setup] Aug 15 05:13:37.038 INFO E| Compiling errno v0.3.1 |
2838 | 2024-08-15T05:13:38.810Z | [ helios-setup] Aug 15 05:13:37.832 INFO E| Compiling pkg-config v0.3.26 |
2839 | 2024-08-15T05:13:38.810Z | [ helios-setup] Aug 15 05:13:37.832 INFO E| Compiling slog v2.7.0 |
2840 | 2024-08-15T05:13:38.844Z | [ helios-setup] Aug 15 05:13:37.867 INFO E| Compiling crossbeam-utils v0.8.14 |
2841 | 2024-08-15T05:13:38.976Z | [ helios-setup] Aug 15 05:13:37.999 INFO E| Compiling fnv v1.0.7 |
2842 | 2024-08-15T05:13:39.337Z | [ helios-setup] Aug 15 05:13:38.359 INFO E| Compiling http v0.2.9 |
2843 | 2024-08-15T05:13:41.633Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2844 | 2024-08-15T05:13:41.757Z | [ helios-setup] Aug 15 05:13:40.779 INFO E| Compiling digest v0.10.6 |
2845 | 2024-08-15T05:13:42.309Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2846 | 2024-08-15T05:13:42.726Z | [ helios-setup] Aug 15 05:13:41.748 INFO E| Compiling aho-corasick v0.7.20 |
2847 | 2024-08-15T05:13:42.851Z | [ helios-setup] Aug 15 05:13:41.873 INFO E| Compiling percent-encoding v2.2.0 |
2848 | 2024-08-15T05:13:42.906Z | [ helios-setup] Aug 15 05:13:41.928 INFO E| Compiling unicode-width v0.1.10 |
2849 | 2024-08-15T05:13:42.993Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2850 | 2024-08-15T05:13:43.585Z | [ helios-setup] Aug 15 05:13:42.607 INFO E| Compiling cpufeatures v0.2.5 |
2851 | 2024-08-15T05:13:43.779Z | [ helios-setup] Aug 15 05:13:42.801 INFO E| Compiling httparse v1.8.0 |
2852 | 2024-08-15T05:13:44.042Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2853 | 2024-08-15T05:13:44.236Z | [ helios-setup] Aug 15 05:13:43.257 INFO E| Compiling heck v0.4.1 |
2854 | 2024-08-15T05:13:44.617Z | [ helios-setup] Aug 15 05:13:43.638 INFO E| Compiling thiserror-impl v1.0.38 |
2855 | 2024-08-15T05:13:44.847Z | [ host-package] Compiling lru v0.12.3 |
2856 | 2024-08-15T05:13:45.083Z | [ helios-setup] Aug 15 05:13:44.105 INFO E| Compiling schemars_derive v0.8.12 |
2857 | 2024-08-15T05:13:45.375Z | [ helios-setup] Aug 15 05:13:44.396 INFO E| Compiling tinyvec_macros v0.1.1 |
2858 | 2024-08-15T05:13:45.473Z | [ helios-setup] Aug 15 05:13:44.494 INFO E| Compiling anyhow v1.0.68 |
2859 | 2024-08-15T05:13:45.492Z | [ host-package] Compiling hashlink v0.9.1 |
2860 | 2024-08-15T05:13:45.744Z | [ helios-setup] Aug 15 05:13:44.766 INFO E| Compiling regex-syntax v0.6.29 |
2861 | 2024-08-15T05:13:45.748Z | [ host-package] Compiling serde-big-array v0.5.1 |
2862 | 2024-08-15T05:13:46.004Z | [ helios-setup] Aug 15 05:13:45.025 INFO E| Compiling tinyvec v1.6.0 |
2863 | 2024-08-15T05:13:46.131Z | [ helios-setup] Aug 15 05:13:45.152 INFO E| Compiling serde_derive v1.0.204 |
2864 | 2024-08-15T05:13:46.692Z | [ host-package] Compiling instability v0.3.2 |
2865 | 2024-08-15T05:13:46.803Z | [ helios-setup] Aug 15 05:13:45.824 INFO E| Compiling tokio-macros v2.0.0 |
2866 | 2024-08-15T05:13:47.043Z | [ helios-setup] Aug 15 05:13:46.065 INFO E| Compiling futures-macro v0.3.28 |
2867 | 2024-08-15T05:13:47.224Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2868 | 2024-08-15T05:13:48.908Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2869 | 2024-08-15T05:13:49.071Z | [ host-package] Compiling base64 v0.13.1 |
2870 | 2024-08-15T05:13:49.601Z | [ helios-setup] Aug 15 05:13:48.622 INFO E| Compiling const-random-macro v0.1.15 |
2871 | 2024-08-15T05:13:49.769Z | [ host-package] Compiling cassowary v0.3.0 |
2872 | 2024-08-15T05:13:50.095Z | [ helios-setup] Aug 15 05:13:49.116 INFO E| Compiling form_urlencoded v1.1.0 |
2873 | 2024-08-15T05:13:50.766Z | [ host-package] Compiling ratatui v0.28.0 |
2874 | 2024-08-15T05:13:51.028Z | [ helios-setup] Aug 15 05:13:50.049 INFO E| Compiling hashbrown v0.13.2 |
2875 | 2024-08-15T05:13:51.441Z | [ helios-setup] Aug 15 05:13:50.462 INFO E| Compiling chrono v0.4.24 |
2876 | 2024-08-15T05:13:51.783Z | [ helios-setup] Aug 15 05:13:50.804 INFO E| Compiling libz-sys v1.1.8 |
2877 | 2024-08-15T05:13:53.579Z | [ helios-setup] Aug 15 05:13:52.600 INFO E| Compiling regex v1.7.3 |
2878 | 2024-08-15T05:13:55.119Z | [ helios-setup] Aug 15 05:13:54.140 INFO E| Compiling uuid v1.3.0 |
2879 | 2024-08-15T05:13:55.478Z | [ helios-setup] Aug 15 05:13:54.498 INFO E| Compiling dyn-clone v1.0.11 |
2880 | 2024-08-15T05:13:56.159Z | [ helios-setup] Aug 15 05:13:55.179 INFO E| Compiling regress v0.5.0 |
2881 | 2024-08-15T05:13:56.274Z | [ helios-setup] Aug 15 05:13:55.295 INFO E| Compiling const-random v0.1.15 |
2882 | 2024-08-15T05:13:56.453Z | [ helios-setup] Aug 15 05:13:55.473 INFO E| Compiling unicode-normalization v0.1.22 |
2883 | 2024-08-15T05:13:56.784Z | [ host-package] Compiling ron v0.7.1 |
2884 | 2024-08-15T05:13:58.639Z | [ helios-setup] Aug 15 05:13:57.659 INFO E| Compiling getopts v0.2.21 |
2885 | 2024-08-15T05:13:59.498Z | [ helios-setup] Aug 15 05:13:58.518 INFO E| Compiling tracing-core v0.1.30 |
2886 | 2024-08-15T05:13:59.541Z | [ helios-setup] Aug 15 05:13:58.561 INFO E| Compiling memoffset v0.7.1 |
2887 | 2024-08-15T05:14:00.941Z | [ helios-setup] Aug 15 05:13:59.961 INFO E| Compiling powerfmt v0.2.0 |
2888 | 2024-08-15T05:14:01.034Z | [ host-package] Compiling rusqlite v0.31.0 |
2889 | 2024-08-15T05:14:01.562Z | [ helios-setup] Aug 15 05:14:00.582 INFO E| Compiling ucd-trie v0.1.5 |
2890 | 2024-08-15T05:14:02.972Z | [ helios-setup] Aug 15 05:14:01.991 INFO E| Compiling num-conv v0.1.0 |
2891 | 2024-08-15T05:14:03.336Z | [ helios-setup] Aug 15 05:14:02.356 INFO E| Compiling unicode-bidi v0.3.13 |
2892 | 2024-08-15T05:14:04.175Z | [ helios-setup] Aug 15 05:14:03.194 INFO E| Compiling time-core v0.1.2 |
2893 | 2024-08-15T05:14:04.627Z | [ helios-setup] Aug 15 05:14:03.647 INFO E| Compiling time-macros v0.2.18 |
2894 | 2024-08-15T05:14:05.378Z | [ helios-setup] Aug 15 05:14:04.397 INFO E| Compiling idna v0.3.0 |
2895 | 2024-08-15T05:14:06.747Z | [ helios-setup] Aug 15 05:14:05.766 INFO E| Compiling pest v2.5.7 |
2896 | 2024-08-15T05:14:08.603Z | [ helios-setup] Aug 15 05:14:07.622 INFO E| Compiling deranged v0.3.11 |
2897 | 2024-08-15T05:14:10.589Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2898 | 2024-08-15T05:14:10.993Z | [ helios-setup] Aug 15 05:14:10.011 INFO E| Compiling tracing v0.1.37 |
2899 | 2024-08-15T05:14:12.550Z | [ helios-setup] Aug 15 05:14:11.568 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2900 | 2024-08-15T05:14:12.993Z | [ helios-setup] Aug 15 05:14:12.012 INFO E| Compiling time v0.1.45 |
2901 | 2024-08-15T05:14:13.365Z | [ helios-setup] Aug 15 05:14:12.383 INFO E| Compiling crossbeam-epoch v0.9.13 |
2902 | 2024-08-15T05:14:14.686Z | [ helios-setup] Aug 15 05:14:13.704 INFO E| Compiling semver v1.0.17 |
2903 | 2024-08-15T05:14:14.810Z | [ helios-setup] Aug 15 05:14:13.829 INFO E| Compiling iana-time-zone v0.1.56 |
2904 | 2024-08-15T05:14:15.458Z | [ helios-setup] Aug 15 05:14:14.476 INFO E| Compiling smallvec v1.10.0 |
2905 | 2024-08-15T05:14:15.628Z | [ helios-setup] Aug 15 05:14:14.646 INFO E| Compiling toml v0.5.11 |
2906 | 2024-08-15T05:14:16.617Z | [ helios-setup] Aug 15 05:14:15.634 INFO E| Compiling serde_tokenstream v0.2.0 |
2907 | 2024-08-15T05:14:17.581Z | [ helios-setup] Aug 15 05:14:16.598 INFO E| Compiling parking_lot v0.12.1 |
2908 | 2024-08-15T05:14:17.817Z | [ helios-setup] Aug 15 05:14:16.835 INFO E| Compiling num_threads v0.1.6 |
2909 | 2024-08-15T05:14:18.561Z | [ helios-setup] Aug 15 05:14:17.579 INFO E| Compiling time v0.3.36 |
2910 | 2024-08-15T05:14:22.028Z | [ helios-setup] Aug 15 05:14:21.045 INFO E| Compiling semver-parser v0.10.2 |
2911 | 2024-08-15T05:14:24.054Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2912 | 2024-08-15T05:14:25.462Z | [ helios-setup] Aug 15 05:14:24.479 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2913 | 2024-08-15T05:14:26.871Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2914 | 2024-08-15T05:14:27.924Z | [ helios-setup] Aug 15 05:14:26.941 INFO E| Compiling url v2.3.1 |
2915 | 2024-08-15T05:14:28.313Z | [ host-package] Compiling twox-hash v1.6.3 |
2916 | 2024-08-15T05:14:30.380Z | [ helios-setup] Aug 15 05:14:29.396 INFO E| Compiling crossbeam-channel v0.5.6 |
2917 | 2024-08-15T05:14:30.467Z | [ host-package] Compiling zone v0.1.8 |
2918 | 2024-08-15T05:14:31.286Z | [ helios-setup] Aug 15 05:14:30.302 INFO E| Compiling dirs-sys-next v0.1.2 |
2919 | 2024-08-15T05:14:33.843Z | [ helios-setup] Aug 15 05:14:32.859 INFO E| Compiling crc32fast v1.3.2 |
2920 | 2024-08-15T05:14:34.031Z | [ helios-setup] Aug 15 05:14:33.047 INFO E| Compiling same-file v1.0.6 |
2921 | 2024-08-15T05:14:34.333Z | [ helios-setup] Aug 15 05:14:33.348 INFO E| Compiling try-lock v0.2.4 |
2922 | 2024-08-15T05:14:34.594Z | [ helios-setup] Aug 15 05:14:33.610 INFO E| Compiling want v0.3.0 |
2923 | 2024-08-15T05:14:34.730Z | [ helios-setup] Aug 15 05:14:33.746 INFO E| Compiling walkdir v2.3.3 |
2924 | 2024-08-15T05:14:36.354Z | [ helios-setup] Aug 15 05:14:35.370 INFO E| Compiling dirs-next v2.0.0 |
2925 | 2024-08-15T05:14:37.128Z | [ helios-setup] Aug 15 05:14:36.143 INFO E| Compiling tokio-util v0.7.7 |
2926 | 2024-08-15T05:14:37.416Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2927 | 2024-08-15T05:14:38.642Z | [ helios-setup] Aug 15 05:14:37.657 INFO E| Compiling semver v0.11.0 |
2928 | 2024-08-15T05:14:40.053Z | [ helios-setup] Aug 15 05:14:39.068 INFO E| Compiling h2 v0.3.16 |
2929 | 2024-08-15T05:14:40.056Z | [ helios-setup] Aug 15 05:14:39.069 INFO E| Compiling proc-macro-crate v1.2.1 |
2930 | 2024-08-15T05:14:42.139Z | [ helios-setup] Aug 15 05:14:41.154 INFO E| Compiling futures-executor v0.3.28 |
2931 | 2024-08-15T05:14:43.073Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2932 | 2024-08-15T05:14:43.232Z | [ helios-setup] Aug 15 05:14:42.247 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2933 | 2024-08-15T05:14:44.428Z | [ helios-setup] Aug 15 05:14:43.443 INFO E| Compiling http-body v0.4.5 |
2934 | 2024-08-15T05:14:44.626Z | [ helios-setup] Aug 15 05:14:43.639 INFO E| Compiling ring v0.16.20 |
2935 | 2024-08-15T05:14:44.755Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2936 | 2024-08-15T05:14:45.620Z | [ helios-setup] Aug 15 05:14:44.635 INFO E| Compiling rand_core v0.6.4 |
2937 | 2024-08-15T05:14:46.954Z | [ helios-setup] Aug 15 05:14:45.968 INFO E| Compiling thread_local v1.1.7 |
2938 | 2024-08-15T05:14:47.030Z | [ helios-setup] Aug 15 05:14:46.044 INFO E| Compiling lazy_static v1.4.0 |
2939 | 2024-08-15T05:14:47.758Z | [ helios-setup] Aug 15 05:14:46.773 INFO E| Compiling httpdate v1.0.2 |
2940 | 2024-08-15T05:14:49.133Z | [ helios-setup] Aug 15 05:14:48.146 INFO E| Compiling fastrand v1.9.0 |
2941 | 2024-08-15T05:14:49.358Z | [ helios-setup] Aug 15 05:14:48.372 INFO E| Compiling base64 v0.21.0 |
2942 | 2024-08-15T05:14:49.719Z | [ helios-setup] Aug 15 05:14:48.732 INFO E| Compiling utf8parse v0.2.1 |
2943 | 2024-08-15T05:14:50.254Z | [ helios-setup] Aug 15 05:14:49.268 INFO E| Compiling adler v1.0.2 |
2944 | 2024-08-15T05:14:50.645Z | [ helios-setup] Aug 15 05:14:49.659 INFO E| Compiling rayon-core v1.10.2 |
2945 | 2024-08-15T05:14:50.863Z | [ helios-setup] Aug 15 05:14:49.877 INFO E| Compiling home v0.5.4 |
2946 | 2024-08-15T05:14:51.123Z | [ helios-setup] Aug 15 05:14:50.137 INFO E| Compiling tower-service v0.3.2 |
2947 | 2024-08-15T05:14:51.761Z | [ helios-setup] Aug 15 05:14:50.774 INFO E| Compiling ppv-lite86 v0.2.17 |
2948 | 2024-08-15T05:14:51.806Z | [ helios-setup] Aug 15 05:14:50.820 INFO E| Compiling hyper v0.14.25 |
2949 | 2024-08-15T05:14:52.376Z | [ helios-setup] Aug 15 05:14:51.388 INFO E| Compiling toolchain_find v0.2.0 |
2950 | 2024-08-15T05:14:53.769Z | [ helios-setup] Aug 15 05:14:52.782 INFO E| Compiling rand_chacha v0.3.1 |
2951 | 2024-08-15T05:14:53.887Z | [ helios-setup] Aug 15 05:14:52.900 INFO E| Compiling miniz_oxide v0.6.2 |
2952 | 2024-08-15T05:14:55.434Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2953 | 2024-08-15T05:14:57.609Z | [ helios-setup] Aug 15 05:14:56.622 INFO E| Compiling anstyle-parse v0.1.1 |
2954 | 2024-08-15T05:14:57.756Z | [ helios-setup] Aug 15 05:14:56.769 INFO E| Compiling tempfile v3.5.0 |
2955 | 2024-08-15T05:14:58.268Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2956 | 2024-08-15T05:15:01.722Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2957 | 2024-08-15T05:15:02.734Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2958 | 2024-08-15T05:15:08.826Z | [ helios-setup] Aug 15 05:15:07.838 INFO E| Compiling futures v0.3.28 |
2959 | 2024-08-15T05:15:09.292Z | [ helios-setup] Aug 15 05:15:08.304 INFO E| Compiling num_enum_derive v0.5.7 |
2960 | 2024-08-15T05:15:12.004Z | [ helios-setup] Aug 15 05:15:11.016 INFO E| Compiling cargo-lock v8.0.3 |
2961 | 2024-08-15T05:15:12.939Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2962 | 2024-08-15T05:15:13.472Z | [ host-package] Compiling yasna v0.5.2 |
2963 | 2024-08-15T05:15:17.223Z | [ host-package] Compiling portpicker v0.1.1 |
2964 | 2024-08-15T05:15:17.469Z | [ helios-setup] Aug 15 05:15:16.480 INFO E| Compiling crossbeam-deque v0.8.2 |
2965 | 2024-08-15T05:15:17.605Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2966 | 2024-08-15T05:15:18.161Z | [ host-package] Compiling smawk v0.3.2 |
2967 | 2024-08-15T05:15:18.211Z | [ helios-setup] Aug 15 05:15:17.222 INFO E| Compiling term v0.7.0 |
2968 | 2024-08-15T05:15:18.616Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2969 | 2024-08-15T05:15:19.131Z | [ host-package] Compiling textwrap v0.16.1 |
2970 | 2024-08-15T05:15:19.951Z | [ helios-setup] Aug 15 05:15:18.961 INFO E| Compiling serde_urlencoded v0.7.1 |
2971 | 2024-08-15T05:15:20.250Z | [ helios-setup] Aug 15 05:15:19.260 INFO E| Compiling is-terminal v0.4.7 |
2972 | 2024-08-15T05:15:20.299Z | [ helios-setup] Aug 15 05:15:19.310 INFO E| Compiling sha2 v0.10.6 |
2973 | 2024-08-15T05:15:20.418Z | [ host-package] Compiling rcgen v0.12.1 |
2974 | 2024-08-15T05:15:20.775Z | [ helios-setup] Aug 15 05:15:19.785 INFO E| Compiling sha1 v0.10.5 |
2975 | 2024-08-15T05:15:21.421Z | [ helios-setup] Aug 15 05:15:20.432 INFO E| Compiling atty v0.2.14 |
2976 | 2024-08-15T05:15:21.802Z | [ helios-setup] Aug 15 05:15:20.812 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2977 | 2024-08-15T05:15:22.459Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2978 | 2024-08-15T05:15:22.889Z | [ helios-setup] Aug 15 05:15:21.899 INFO E| Compiling anstyle v0.3.5 |
2979 | 2024-08-15T05:15:23.544Z | [ helios-setup] Aug 15 05:15:22.554 INFO E| Compiling concolor-override v1.0.0 |
2980 | 2024-08-15T05:15:24.981Z | [ helios-setup] Aug 15 05:15:23.991 INFO E| Compiling concolor-query v0.3.3 |
2981 | 2024-08-15T05:15:25.761Z | [ helios-setup] Aug 15 05:15:24.771 INFO E| Compiling anstream v0.2.6 |
2982 | 2024-08-15T05:15:27.833Z | [ helios-setup] Aug 15 05:15:26.842 INFO E| Compiling slog-term v2.9.0 |
2983 | 2024-08-15T05:15:27.836Z | [ helios-setup] Aug 15 05:15:26.843 INFO E| Compiling flate2 v1.0.25 |
2984 | 2024-08-15T05:15:30.249Z | [ helios-setup] Aug 15 05:15:29.258 INFO E| Compiling num_enum v0.5.7 |
2985 | 2024-08-15T05:15:30.421Z | [ helios-setup] Aug 15 05:15:29.430 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2986 | 2024-08-15T05:15:30.768Z | [ helios-setup] Aug 15 05:15:29.777 INFO E| Compiling rand v0.8.5 |
2987 | 2024-08-15T05:15:31.190Z | [ helios-setup] Aug 15 05:15:30.198 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2988 | 2024-08-15T05:15:31.761Z | [ helios-setup] Aug 15 05:15:30.770 INFO E| Compiling openapiv3 v1.0.2 |
2989 | 2024-08-15T05:15:33.255Z | [ helios-setup] Aug 15 05:15:32.264 INFO E| Compiling encoding_rs v0.8.32 |
2990 | 2024-08-15T05:15:35.323Z | [ helios-setup] Aug 15 05:15:34.331 INFO E| Compiling untrusted v0.7.1 |
2991 | 2024-08-15T05:15:35.820Z | [ helios-setup] Aug 15 05:15:34.829 INFO E| Compiling mime v0.3.17 |
2992 | 2024-08-15T05:15:36.278Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2993 | 2024-08-15T05:15:38.220Z | [ helios-setup] Aug 15 05:15:37.228 INFO E| Compiling clap_lex v0.4.1 |
2994 | 2024-08-15T05:15:39.873Z | [ helios-setup] Aug 15 05:15:38.881 INFO E| Compiling base64 v0.13.1 |
2995 | 2024-08-15T05:15:40.776Z | [ helios-setup] Aug 15 05:15:39.784 INFO E| Compiling byteorder v1.4.3 |
2996 | 2024-08-15T05:15:41.610Z | [ helios-setup] Aug 15 05:15:40.618 INFO E| Compiling project-root v0.2.2 |
2997 | 2024-08-15T05:15:41.782Z | [ helios-setup] Aug 15 05:15:40.789 INFO E| Compiling utf-8 v0.7.6 |
2998 | 2024-08-15T05:15:42.315Z | [ helios-setup] Aug 15 05:15:41.322 INFO E| Compiling spin v0.5.2 |
2999 | 2024-08-15T05:15:42.590Z | [ helios-setup] Aug 15 05:15:41.597 INFO E| Compiling strsim v0.10.0 |
3000 | 2024-08-15T05:15:42.714Z | [ helios-setup] Aug 15 05:15:41.721 INFO E| Compiling unsafe-libyaml v0.2.8 |
3001 | 2024-08-15T05:15:42.941Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3002 | 2024-08-15T05:15:43.160Z | [ helios-setup] Aug 15 05:15:42.168 INFO E| Compiling either v1.8.0 |
3003 | 2024-08-15T05:15:43.836Z | [ helios-setup] Aug 15 05:15:42.843 INFO E| Compiling ipnet v2.7.2 |
3004 | 2024-08-15T05:15:45.126Z | [ helios-setup] Aug 15 05:15:44.133 INFO E| Compiling reqwest v0.11.16 |
3005 | 2024-08-15T05:15:46.340Z | [ helios-setup] Aug 15 05:15:45.347 INFO E| Compiling serde_yaml v0.9.21 |
3006 | 2024-08-15T05:15:46.996Z | [ helios-setup] Aug 15 05:15:46.003 INFO E| Compiling rayon v1.6.1 |
3007 | 2024-08-15T05:15:48.968Z | [ helios-setup] Aug 15 05:15:47.975 INFO E| Compiling clap_builder v4.2.1 |
3008 | 2024-08-15T05:15:49.758Z | [ helios-setup] Aug 15 05:15:48.765 INFO E| Compiling tungstenite v0.18.0 |
3009 | 2024-08-15T05:15:52.371Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3010 | 2024-08-15T05:15:53.994Z | [ helios-setup] Aug 15 05:15:53.000 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3011 | 2024-08-15T05:15:54.662Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3012 | 2024-08-15T05:15:54.786Z | [ helios-setup] Aug 15 05:15:53.792 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3013 | 2024-08-15T05:15:56.354Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3014 | 2024-08-15T05:15:57.154Z | [ helios-setup] Aug 15 05:15:56.159 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3015 | 2024-08-15T05:15:57.860Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3016 | 2024-08-15T05:15:59.110Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3017 | 2024-08-15T05:16:00.255Z | [ helios-setup] Aug 15 05:15:59.260 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3018 | 2024-08-15T05:16:00.509Z | [ helios-setup] Aug 15 05:15:59.514 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3019 | 2024-08-15T05:16:02.043Z | [ helios-setup] Aug 15 05:16:01.048 INFO E| Compiling clap_derive v4.2.0 |
3020 | 2024-08-15T05:16:04.817Z | [ helios-setup] Aug 15 05:16:03.822 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3021 | 2024-08-15T05:16:05.144Z | [ helios-setup] Aug 15 05:16:04.148 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3022 | 2024-08-15T05:16:10.787Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3023 | 2024-08-15T05:16:11.596Z | [ helios-setup] Aug 15 05:16:10.600 INFO E| Compiling clap v4.2.1 |
3024 | 2024-08-15T05:16:12.962Z | [ host-package] Compiling atomicwrites v0.4.3 |
3025 | 2024-08-15T05:16:14.179Z | [ host-package] Compiling fatfs v0.3.6 |
3026 | 2024-08-15T05:16:18.597Z | [ host-package] Compiling rtoolbox v0.0.2 |
3027 | 2024-08-15T05:16:19.599Z | [ host-package] Compiling subprocess v0.2.9 |
3028 | 2024-08-15T05:16:19.752Z | [ host-package] Compiling is_ci v1.2.0 |
3029 | 2024-08-15T05:16:20.824Z | [ host-package] Compiling assert_matches v1.5.0 |
3030 | 2024-08-15T05:16:21.474Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3031 | 2024-08-15T05:16:28.656Z | [ host-package] Compiling supports-color v3.0.0 |
3032 | 2024-08-15T05:16:29.507Z | [ helios-setup] Aug 15 05:16:28.509 INFO E| Compiling tokio-tungstenite v0.18.0 |
3033 | 2024-08-15T05:16:29.820Z | [ host-package] Compiling rpassword v7.3.1 |
3034 | 2024-08-15T05:16:30.194Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3035 | 2024-08-15T05:16:30.871Z | [ helios-setup] Aug 15 05:16:29.872 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3036 | 2024-08-15T05:16:31.286Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3037 | 2024-08-15T05:16:31.782Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3038 | 2024-08-15T05:16:31.785Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3039 | 2024-08-15T05:16:32.824Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3040 | 2024-08-15T05:16:34.084Z | [ helios-setup] Aug 15 05:16:33.085 INFO E| Compiling smartstring v1.0.1 |
3041 | 2024-08-15T05:16:34.857Z | [ helios-setup] Aug 15 05:16:33.858 INFO E| Compiling rustls v0.21.0 |
3042 | 2024-08-15T05:16:35.293Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3043 | 2024-08-15T05:16:36.132Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3044 | 2024-08-15T05:16:37.167Z | [ helios-setup] Aug 15 05:16:36.168 INFO E| Compiling toml_datetime v0.6.1 |
3045 | 2024-08-15T05:16:38.632Z | [ helios-setup] Aug 15 05:16:37.633 INFO E| Compiling serde_spanned v0.6.1 |
3046 | 2024-08-15T05:16:39.629Z | [ helios-setup] Aug 15 05:16:38.630 INFO E| Compiling slog-async v2.7.0 |
3047 | 2024-08-15T05:16:40.236Z | [ helios-setup] Aug 15 05:16:39.237 INFO E| Compiling camino v1.1.4 |
3048 | 2024-08-15T05:16:41.097Z | [ helios-setup] Aug 15 05:16:40.097 INFO E| Compiling paste v1.0.12 |
3049 | 2024-08-15T05:16:41.560Z | [ helios-setup] Aug 15 05:16:40.560 INFO E| Compiling static_assertions v1.1.0 |
3050 | 2024-08-15T05:16:41.865Z | [ helios-setup] Aug 15 05:16:40.865 INFO E| Compiling async-trait v0.1.68 |
3051 | 2024-08-15T05:16:42.283Z | [ helios-setup] Aug 15 05:16:41.284 INFO E| Compiling match_cfg v0.1.0 |
3052 | 2024-08-15T05:16:42.453Z | [ helios-setup] Aug 15 05:16:41.453 INFO E| Compiling winnow v0.4.1 |
3053 | 2024-08-15T05:16:43.619Z | [ helios-setup] Aug 15 05:16:42.619 INFO E| Compiling hostname v0.3.1 |
3054 | 2024-08-15T05:16:43.954Z | [ host-package] Compiling uzers v0.11.3 |
3055 | 2024-08-15T05:16:44.925Z | [ helios-setup] Aug 15 05:16:43.925 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3056 | 2024-08-15T05:16:46.005Z | [ helios-setup] Aug 15 05:16:45.005 INFO E| Compiling slog-json v2.6.1 |
3057 | 2024-08-15T05:16:47.122Z | [ helios-setup] Aug 15 05:16:46.122 INFO E| Compiling unicode-linebreak v0.1.4 |
3058 | 2024-08-15T05:16:48.473Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3059 | 2024-08-15T05:16:48.581Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3060 | 2024-08-15T05:16:50.926Z | [ helios-setup] Aug 15 05:16:49.925 INFO E| Compiling toml_edit v0.19.8 |
3061 | 2024-08-15T05:16:52.375Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3062 | 2024-08-15T05:16:52.581Z | [ helios-setup] Aug 15 05:16:51.580 INFO E| Compiling async-stream-impl v0.3.5 |
3063 | 2024-08-15T05:16:53.530Z | [ helios-setup] Aug 15 05:16:52.529 INFO E| Compiling rhai_codegen v1.5.0 |
3064 | 2024-08-15T05:16:55.898Z | [ helios-setup] Aug 15 05:16:54.897 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3065 | 2024-08-15T05:16:56.998Z | [ helios-setup] Aug 15 05:16:55.997 INFO E| Compiling take_mut v0.2.2 |
3066 | 2024-08-15T05:16:59.182Z | [ helios-setup] Aug 15 05:16:58.180 INFO E| Compiling rhai v1.14.0 |
3067 | 2024-08-15T05:16:59.993Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3068 | 2024-08-15T05:17:01.454Z | [ helios-setup] Aug 15 05:17:00.452 INFO E| Compiling toml v0.7.3 |
3069 | 2024-08-15T05:17:03.157Z | [ helios-setup] Aug 15 05:17:02.155 INFO E| Compiling async-stream v0.3.5 |
3070 | 2024-08-15T05:17:03.634Z | [ helios-setup] Aug 15 05:17:02.632 INFO E| Compiling slog-bunyan v2.4.0 |
3071 | 2024-08-15T05:17:07.315Z | [ helios-setup] Aug 15 05:17:06.312 INFO E| Compiling rustls-pemfile v1.0.2 |
3072 | 2024-08-15T05:17:08.900Z | [ helios-setup] Aug 15 05:17:07.897 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3073 | 2024-08-15T05:17:10.345Z | [ helios-setup] Aug 15 05:17:09.342 INFO E| Compiling serde_path_to_error v0.1.11 |
3074 | 2024-08-15T05:17:12.303Z | [ helios-setup] Aug 15 05:17:11.299 INFO E| Compiling bincode v1.3.3 |
3075 | 2024-08-15T05:17:12.961Z | [ helios-setup] Aug 15 05:17:11.958 INFO E| Compiling terminal_size v0.2.6 |
3076 | 2024-08-15T05:17:13.248Z | [ helios-setup] Aug 15 05:17:12.245 INFO E| Compiling smawk v0.3.1 |
3077 | 2024-08-15T05:17:13.746Z | [ helios-setup] Aug 15 05:17:12.742 INFO E| Compiling textwrap v0.16.0 |
3078 | 2024-08-15T05:17:14.314Z | [ helios-setup] Aug 15 05:17:13.310 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3079 | 2024-08-15T05:17:20.838Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3080 | 2024-08-15T05:17:25.541Z | [ helios-setup] Aug 15 05:17:24.536 INFO E| Compiling sct v0.7.0 |
3081 | 2024-08-15T05:17:25.656Z | [ helios-setup] Aug 15 05:17:24.652 INFO E| Compiling rustls-webpki v0.100.1 |
3082 | 2024-08-15T05:17:33.504Z | [ helios-setup] Aug 15 05:17:32.498 INFO E| Compiling git2 v0.16.1 |
3083 | 2024-08-15T05:17:35.747Z | [ helios-setup] Aug 15 05:17:34.740 INFO E| Compiling tokio-rustls v0.24.0 |
3084 | 2024-08-15T05:17:38.026Z | [ host-package] Compiling multimap v0.10.0 |
3085 | 2024-08-15T05:17:40.517Z | [ helios-setup] Aug 15 05:17:39.511 INFO E| Compiling built v0.6.0 |
3086 | 2024-08-15T05:17:44.584Z | [ helios-setup] Aug 15 05:17:43.576 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3087 | 2024-08-15T05:17:47.818Z | [ helios-setup] Aug 15 05:17:46.810 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3088 | 2024-08-15T05:17:49.079Z | [ helios-setup] Aug 15 05:17:48.071 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3089 | 2024-08-15T05:18:17.323Z | [ helios-setup] Aug 15 05:18:16.312 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3090 | 2024-08-15T05:18:19.894Z | [ helios-setup] Aug 15 05:18:18.883 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3091 | 2024-08-15T05:19:05.368Z | [ helios-setup] Aug 15 05:19:04.351 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3092 | 2024-08-15T05:20:11.600Z | [ helios-setup] Aug 15 05:20:10.575 INFO E| Finished `release` profile [optimized] target(s) in 6m 58s |
3093 | 2024-08-15T05:20:11.741Z | [ helios-setup] Aug 15 05:20:10.716 INFO building project "pilot" ok (418 seconds) |
3094 | 2024-08-15T05:20:11.743Z | [ helios-setup] rm -f helios-build |
3095 | 2024-08-15T05:20:11.746Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3096 | 2024-08-15T05:20:11.749Z | [ helios-setup] |
3097 | 2024-08-15T05:20:11.751Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3098 | 2024-08-15T05:20:11.754Z | [ helios-setup] |
3099 | 2024-08-15T05:20:11.757Z | Aug 15 05:20:10.730[ helios-setup] |
3100 | 2024-08-15T05:20:11.757Z | INFO [helios-setup] process exited with exit status: 0 (744.548524519s) |
3101 | 2024-08-15T05:20:11.757Z | [ helios-setup] real 12:24.542811618 |
3102 | 2024-08-15T05:20:11.757Z | [ helios-setup] user 29:30.222751542 |
3103 | 2024-08-15T05:20:11.757Z | [ helios-setup] sys 3:38.215503969 |
3104 | 2024-08-15T05:20:11.757Z | [ helios-setup] trap 1.829991963 |
3105 | 2024-08-15T05:20:11.757Z | [ helios-setup] tflt 8.108211320 |
3106 | 2024-08-15T05:20:11.757Z | [ helios-setup] dflt 36.591387843 |
3107 | 2024-08-15T05:20:11.757Z | [ helios-setup] kflt 0.022998263 |
3108 | 2024-08-15T05:20:11.757Z | [ helios-setup] lock 1:58:11.372699543 |
3109 | 2024-08-15T05:20:11.757Z | [ helios-setup] slp 3:51:20.850467442 |
3110 | 2024-08-15T05:20:11.757Z | [ helios-setup] lat 33:34.627653233 |
3111 | 2024-08-15T05:20:11.757Z | [ helios-setup] stop 4:25.378601136 |
3112 | 2024-08-15T05:20:11.757Z | Aug 15 05:20:10.731 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3113 | 2024-08-15T05:20:11.794Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3114 | 2024-08-15T05:20:12.012Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3115 | 2024-08-15T05:20:12.014Z | [ phbl-toolchain] info: downloading component 'cargo' |
3116 | 2024-08-15T05:20:13.894Z | [ phbl-toolchain] info: downloading component 'clippy' |
3117 | 2024-08-15T05:20:14.127Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3118 | 2024-08-15T05:20:18.192Z | [ phbl-toolchain] info: downloading component 'miri' |
3119 | 2024-08-15T05:20:18.853Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3120 | 2024-08-15T05:20:20.251Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3121 | 2024-08-15T05:20:20.881Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3122 | 2024-08-15T05:20:23.703Z | [ phbl-toolchain] info: downloading component 'rustc' |
3123 | 2024-08-15T05:20:26.962Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3124 | 2024-08-15T05:20:28.461Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3125 | 2024-08-15T05:20:28.939Z | [ phbl-toolchain] info: installing component 'cargo' |
3126 | 2024-08-15T05:20:30.232Z | [ phbl-toolchain] info: installing component 'clippy' |
3127 | 2024-08-15T05:20:30.769Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3128 | 2024-08-15T05:20:36.463Z | [ phbl-toolchain] info: installing component 'miri' |
3129 | 2024-08-15T05:20:36.781Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3130 | 2024-08-15T05:20:42.601Z | [ phbl-toolchain] info: installing component 'rust-src' |
3131 | 2024-08-15T05:20:43.318Z | [ phbl-toolchain] info: installing component 'rust-std' |
3132 | 2024-08-15T05:20:45.318Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3133 | 2024-08-15T05:20:45.700Z | [ phbl-toolchain] info: installing component 'rustc' |
3134 | 2024-08-15T05:20:51.786Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3135 | 2024-08-15T05:20:52.624Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3136 | 2024-08-15T05:20:52.627Z | Aug 15 05:20:51.597 INFO [phbl-toolchain] process exited with exit status: 0 (40.866102184s) |
3137 | 2024-08-15T05:27:40.011Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 06s |
3138 | 2024-08-15T05:28:31.615Z | Aug 15 05:28:30.530 INFO [host-package] process exited with exit status: 0 (1198.432350763s) |
3139 | 2024-08-15T05:28:31.618Z | Aug 15 05:28:30.530 INFO [host-stamp] running task |
3140 | 2024-08-15T05:28:31.619Z | Aug 15 05:28:30.531 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3141 | 2024-08-15T05:28:31.622Z | Aug 15 05:28:30.537 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+git4d6683a47c0 |
3142 | 2024-08-15T05:28:31.628Z | Aug 15 05:28:30.543 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+git4d6683a47c0 |
3143 | 2024-08-15T05:28:31.644Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3144 | 2024-08-15T05:28:31.644Z | Aug 15 05:28:30.549 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+git4d6683a47c0 |
3145 | 2024-08-15T05:28:31.645Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3146 | 2024-08-15T05:28:31.645Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3147 | 2024-08-15T05:28:31.645Z | Aug 15 05:28:30.556 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+git4d6683a47c0 |
3148 | 2024-08-15T05:28:31.648Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3149 | 2024-08-15T05:28:31.651Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3150 | 2024-08-15T05:28:31.651Z | Aug 15 05:28:30.565 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+git4d6683a47c0 |
3151 | 2024-08-15T05:28:31.656Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3152 | 2024-08-15T05:28:31.659Z | Aug 15 05:28:30.574 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+git4d6683a47c0 |
3153 | 2024-08-15T05:28:31.668Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3154 | 2024-08-15T05:28:31.671Z | Aug 15 05:28:30.582 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+git4d6683a47c0 |
3155 | 2024-08-15T05:28:31.674Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3156 | 2024-08-15T05:28:31.674Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3157 | 2024-08-15T05:28:31.678Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3158 | 2024-08-15T05:28:31.681Z | Aug 15 05:28:30.593 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+git4d6683a47c0 |
3159 | 2024-08-15T05:28:31.690Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3160 | 2024-08-15T05:28:31.693Z | Aug 15 05:28:30.605 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (62.164434ms) |
3161 | 2024-08-15T05:28:31.693Z | Aug 15 05:28:30.605 INFO [stamp-overlay] process exited with exit status: 0 (68.507693ms) |
3162 | 2024-08-15T05:28:31.694Z | Aug 15 05:28:30.605 INFO [stamp-oxlog] process exited with exit status: 0 (49.060245ms) |
3163 | 2024-08-15T05:28:31.703Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3164 | 2024-08-15T05:28:31.799Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3165 | 2024-08-15T05:28:31.803Z | Aug 15 05:28:30.718 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (135.625953ms) |
3166 | 2024-08-15T05:28:31.911Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3167 | 2024-08-15T05:28:31.915Z | Aug 15 05:28:30.830 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (264.868479ms) |
3168 | 2024-08-15T05:28:32.004Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3169 | 2024-08-15T05:28:32.008Z | Aug 15 05:28:30.923 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (349.285198ms) |
3170 | 2024-08-15T05:28:32.936Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3171 | 2024-08-15T05:28:32.936Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3172 | 2024-08-15T05:28:32.940Z | Aug 15 05:28:31.854 INFO [stamp-propolis-server] process exited with exit status: 0 (1.261685803s) |
3173 | 2024-08-15T05:28:35.494Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3174 | 2024-08-15T05:28:41.905Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3175 | 2024-08-15T05:28:41.908Z | Aug 15 05:28:40.822 INFO [stamp-switch-asic] process exited with exit status: 0 (10.273086337s) |
3176 | 2024-08-15T05:28:41.910Z | Aug 15 05:28:40.822 INFO [host-stamp] task succeeded (10.291791078s) |
3177 | 2024-08-15T05:28:41.910Z | Aug 15 05:28:40.822 INFO [host-proto] running task |
3178 | 2024-08-15T05:28:42.273Z | Aug 15 05:28:41.186 INFO [host-proto] task succeeded (364.536358ms) |
3179 | 2024-08-15T05:28:42.274Z | Aug 15 05:28:41.186 INFO [host-profile] running task |
3180 | 2024-08-15T05:28:42.277Z | Aug 15 05:28:41.187 INFO [host-profile] task succeeded (261.705µs) |
3181 | 2024-08-15T05:28:42.277Z | Aug 15 05:28:41.187 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/.tmpSQepOS/proto/host/root -N 'ci 4d6683a/${os_short_commit} 2024-08-15 05:07' -s host -B |
3182 | 2024-08-15T05:28:42.288Z | [ host-image] Aug 15 05:28:41.201 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3183 | 2024-08-15T05:28:42.288Z | [ host-image] Aug 15 05:28:41.202 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3184 | 2024-08-15T05:28:42.304Z | [ host-image] Aug 15 05:28:41.217 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSQepOS/proto/host/root" |
3185 | 2024-08-15T05:28:42.304Z | [ host-image] Aug 15 05:28:41.218 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3186 | 2024-08-15T05:28:42.307Z | [ host-image] Aug 15 05:28:41.218 INFO image builder template: ramdisk-01-os... |
3187 | 2024-08-15T05:28:42.307Z | [ host-image] Aug 15 05:28:41.218 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/.tmpSQepOS/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 |
3188 | 2024-08-15T05:28:42.325Z | [ host-image] Aug 15 05:28:41.238 INFO O| Aug 15 05:28:41.238 INFO CREATE DATASET: rpool/images/build/host/output |
3189 | 2024-08-15T05:28:42.638Z | [ host-image] Aug 15 05:28:41.552 INFO O| Aug 15 05:28:41.552 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3190 | 2024-08-15T05:28:42.647Z | [ host-image] Aug 15 05:28:41.556 INFO O| Aug 15 05:28:41.556 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3191 | 2024-08-15T05:28:42.842Z | [ host-image] Aug 15 05:28:41.755 INFO O| Aug 15 05:28:41.755 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3192 | 2024-08-15T05:28:42.939Z | [ host-image] Aug 15 05:28:41.853 INFO O| Aug 15 05:28:41.853 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3193 | 2024-08-15T05:28:42.939Z | [ host-image] Aug 15 05:28:41.853 INFO O| Aug 15 05:28:41.853 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3194 | 2024-08-15T05:28:42.942Z | [ host-image] Aug 15 05:28:41.853 INFO O| Aug 15 05:28:41.853 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3195 | 2024-08-15T05:28:42.942Z | [ host-image] Aug 15 05:28:41.853 INFO O| Aug 15 05:28:41.853 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3196 | 2024-08-15T05:28:42.948Z | [ host-image] Aug 15 05:28:41.861 INFO O| Aug 15 05:28:41.861 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3197 | 2024-08-15T05:28:43.183Z | [ host-image] Aug 15 05:28:42.097 INFO O| Aug 15 05:28:42.096 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3198 | 2024-08-15T05:28:43.195Z | [ host-image] Aug 15 05:28:42.109 INFO O| Aug 15 05:28:42.109 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3199 | 2024-08-15T05:28:43.594Z | [ host-image] Aug 15 05:28:42.508 INFO O| Aug 15 05:28:42.507 INFO O| Caching catalogs ... Done |
3200 | 2024-08-15T05:28:43.702Z | [ host-image] Aug 15 05:28:42.615 INFO O| Aug 15 05:28:42.615 INFO STEP 0 (pkg_image_create) COMPLETE |
3201 | 2024-08-15T05:28:43.702Z | [ host-image] Aug 15 05:28:42.616 INFO O| Aug 15 05:28:42.615 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3202 | 2024-08-15T05:28:43.705Z | [ host-image] Aug 15 05:28:42.616 INFO O| Aug 15 05:28:42.615 INFO skip step because feature "repo_redist" is not enabled |
3203 | 2024-08-15T05:28:43.705Z | [ host-image] Aug 15 05:28:42.616 INFO O| Aug 15 05:28:42.616 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3204 | 2024-08-15T05:28:43.718Z | [ host-image] Aug 15 05:28:42.631 INFO O| Aug 15 05:28:42.631 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3205 | 2024-08-15T05:28:44.159Z | [ host-image] Aug 15 05:28:43.072 INFO O| Aug 15 05:28:43.072 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3206 | 2024-08-15T05:28:44.159Z | [ host-image] Aug 15 05:28:43.072 INFO O| Aug 15 05:28:43.072 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3207 | 2024-08-15T05:28:44.176Z | [ host-image] Aug 15 05:28:43.090 INFO O| Aug 15 05:28:43.089 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3208 | 2024-08-15T05:28:44.744Z | [ host-image] Aug 15 05:28:43.657 INFO O| Aug 15 05:28:43.657 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3209 | 2024-08-15T05:28:44.744Z | [ host-image] Aug 15 05:28:43.657 INFO O| Aug 15 05:28:43.657 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3210 | 2024-08-15T05:28:44.744Z | [ host-image] Aug 15 05:28:43.657 INFO O| Aug 15 05:28:43.657 INFO skip step because feature "repo_redist" is not enabled |
3211 | 2024-08-15T05:28:44.744Z | [ host-image] Aug 15 05:28:43.657 INFO O| Aug 15 05:28:43.657 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3212 | 2024-08-15T05:28:45.236Z | [ host-image] Aug 15 05:28:44.149 INFO O| Aug 15 05:28:44.149 INFO variant opensolaris.zone is already global |
3213 | 2024-08-15T05:28:45.236Z | [ host-image] Aug 15 05:28:44.149 INFO O| Aug 15 05:28:44.149 INFO STEP 5 (pkg_change_variant) COMPLETE |
3214 | 2024-08-15T05:28:45.239Z | [ host-image] Aug 15 05:28:44.149 INFO O| Aug 15 05:28:44.149 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3215 | 2024-08-15T05:28:45.839Z | [ host-image] Aug 15 05:28:44.752 INFO O| Aug 15 05:28:44.752 INFO variant opensolaris.imagetype is full; changing to partial |
3216 | 2024-08-15T05:28:45.839Z | [ host-image] Aug 15 05:28:44.752 INFO O| Aug 15 05:28:44.752 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3217 | 2024-08-15T05:28:52.386Z | [ host-image] Aug 15 05:28:51.299 INFO O| Aug 15 05:28:51.298 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3218 | 2024-08-15T05:28:54.582Z | [ host-image] Aug 15 05:28:53.494 INFO O| Aug 15 05:28:53.494 INFO O| Startup: Caching catalogs ... Done |
3219 | 2024-08-15T05:28:54.632Z | [ host-image] Aug 15 05:28:53.544 INFO O| Aug 15 05:28:53.544 INFO O| Planning: Planning completed in 0.00 seconds |
3220 | 2024-08-15T05:28:54.635Z | [ host-image] Aug 15 05:28:53.545 INFO O| Aug 15 05:28:53.545 INFO O| Planning: Consolidating action changes ... Done |
3221 | 2024-08-15T05:28:54.635Z | [ host-image] Aug 15 05:28:53.545 INFO O| Aug 15 05:28:53.545 INFO O| Planning: Evaluating mediators ... Done |
3222 | 2024-08-15T05:28:54.635Z | [ host-image] Aug 15 05:28:53.545 INFO O| Aug 15 05:28:53.545 INFO O| Planning: Planning completed in 0.00 seconds |
3223 | 2024-08-15T05:28:54.635Z | [ host-image] Aug 15 05:28:53.545 INFO O| Aug 15 05:28:53.545 INFO O| Variants/Facets to change: 1 |
3224 | 2024-08-15T05:28:54.647Z | [ host-image] Aug 15 05:28:53.559 INFO O| Aug 15 05:28:53.559 INFO O| Done |
3225 | 2024-08-15T05:28:54.650Z | [ host-image] Aug 15 05:28:53.559 INFO O| Aug 15 05:28:53.559 INFO O| Done |
3226 | 2024-08-15T05:28:54.919Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.10s |
3227 | 2024-08-15T05:28:55.014Z | [ host-image] Aug 15 05:28:53.926 INFO O| Aug 15 05:28:53.926 INFO O| Done |
3228 | 2024-08-15T05:28:55.044Z | [ host-image] Aug 15 05:28:53.956 INFO O| Aug 15 05:28:53.956 INFO O| Done |
3229 | 2024-08-15T05:28:55.046Z | [ host-image] Aug 15 05:28:53.957 INFO O| Aug 15 05:28:53.957 INFO O| Done |
3230 | 2024-08-15T05:28:55.046Z | [ host-image] Aug 15 05:28:53.957 INFO O| Aug 15 05:28:53.957 INFO O| Done |
3231 | 2024-08-15T05:28:55.046Z | [ host-image] Aug 15 05:28:53.958 INFO O| Aug 15 05:28:53.958 INFO O| Done |
3232 | 2024-08-15T05:28:55.369Z | [ host-image] Aug 15 05:28:54.275 INFO O| Aug 15 05:28:54.275 INFO STEP 6 (pkg_change_variant) COMPLETE |
3233 | 2024-08-15T05:28:55.369Z | [ host-image] Aug 15 05:28:54.275 INFO O| Aug 15 05:28:54.275 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3234 | 2024-08-15T05:28:55.369Z | [ host-image] Aug 15 05:28:54.275 INFO O| Aug 15 05:28:54.275 INFO skip step because feature "debug_variant" is not enabled |
3235 | 2024-08-15T05:28:55.375Z | [ host-image] Aug 15 05:28:54.275 INFO O| Aug 15 05:28:54.275 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3236 | 2024-08-15T05:28:55.794Z | [ host-image] Aug 15 05:28:54.705 INFO O| Aug 15 05:28:54.705 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3237 | 2024-08-15T05:28:56.161Z | Aug 15 05:28:55.073 INFO [recovery-package] process exited with exit status: 0 (24.542536326s) |
3238 | 2024-08-15T05:28:56.161Z | Aug 15 05:28:55.073 INFO [recovery-stamp] running task |
3239 | 2024-08-15T05:28:56.164Z | Aug 15 05:28:55.074 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3240 | 2024-08-15T05:28:56.164Z | Aug 15 05:28:55.074 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git4d6683a47c0 |
3241 | 2024-08-15T05:28:56.175Z | Aug 15 05:28:55.087 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+git4d6683a47c0 |
3242 | 2024-08-15T05:28:56.184Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3243 | 2024-08-15T05:28:56.191Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3244 | 2024-08-15T05:28:56.255Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3245 | 2024-08-15T05:28:56.259Z | Aug 15 05:28:55.171 INFO [stamp-installinator] process exited with exit status: 0 (97.093349ms) |
3246 | 2024-08-15T05:28:56.274Z | [ host-image] Aug 15 05:28:55.186 INFO O| Aug 15 05:28:55.186 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3247 | 2024-08-15T05:28:56.277Z | [ host-image] Aug 15 05:28:55.188 INFO O| Aug 15 05:28:55.188 INFO O| Planning: Planning completed in 0.00 seconds |
3248 | 2024-08-15T05:28:56.277Z | [ host-image] Aug 15 05:28:55.189 INFO O| Aug 15 05:28:55.189 INFO O| Planning: Consolidating action changes ... Done |
3249 | 2024-08-15T05:28:56.277Z | [ host-image] Aug 15 05:28:55.189 INFO O| Aug 15 05:28:55.189 INFO O| Planning: Evaluating mediators ... Done |
3250 | 2024-08-15T05:28:56.279Z | [ host-image] Aug 15 05:28:55.189 INFO O| Aug 15 05:28:55.189 INFO O| Planning: Planning completed in 0.00 seconds |
3251 | 2024-08-15T05:28:56.279Z | [ host-image] Aug 15 05:28:55.190 INFO O| Aug 15 05:28:55.190 INFO O| Variants/Facets to change: 1 |
3252 | 2024-08-15T05:28:56.296Z | [ host-image] Aug 15 05:28:55.208 INFO O| Aug 15 05:28:55.208 INFO O| Done |
3253 | 2024-08-15T05:28:56.296Z | [ host-image] Aug 15 05:28:55.208 INFO O| Aug 15 05:28:55.208 INFO O| Done |
3254 | 2024-08-15T05:28:56.337Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3255 | 2024-08-15T05:28:56.341Z | Aug 15 05:28:55.253 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (166.04432ms) |
3256 | 2024-08-15T05:28:56.343Z | Aug 15 05:28:55.253 INFO [recovery-stamp] task succeeded (179.720833ms) |
3257 | 2024-08-15T05:28:56.343Z | Aug 15 05:28:55.253 INFO [recovery-proto] running task |
3258 | 2024-08-15T05:28:56.343Z | Aug 15 05:28:55.253 INFO [tuf-stamp] running task |
3259 | 2024-08-15T05:28:56.343Z | Aug 15 05:28:55.254 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+git4d6683a47c0 |
3260 | 2024-08-15T05:28:56.353Z | Aug 15 05:28:55.265 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+git4d6683a47c0 |
3261 | 2024-08-15T05:28:56.363Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3262 | 2024-08-15T05:28:56.366Z | Aug 15 05:28:55.275 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+git4d6683a47c0 |
3263 | 2024-08-15T05:28:56.375Z | Aug 15 05:28:55.287 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+git4d6683a47c0 |
3264 | 2024-08-15T05:28:56.383Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3265 | 2024-08-15T05:28:56.386Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3266 | 2024-08-15T05:28:56.389Z | Aug 15 05:28:55.300 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+git4d6683a47c0 |
3267 | 2024-08-15T05:28:56.401Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3268 | 2024-08-15T05:28:56.404Z | Aug 15 05:28:55.317 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+git4d6683a47c0 |
3269 | 2024-08-15T05:28:56.439Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3270 | 2024-08-15T05:28:56.442Z | Aug 15 05:28:55.351 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+git4d6683a47c0 |
3271 | 2024-08-15T05:28:56.483Z | Aug 15 05:28:55.395 INFO [recovery-proto] task succeeded (142.0978ms) |
3272 | 2024-08-15T05:28:56.486Z | Aug 15 05:28:55.396 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/.tmpSQepOS/proto/recovery/root -N 'recovery 4d6683a/${os_short_commit} 2024-08-15 05:07' -s recovery -R |
3273 | 2024-08-15T05:28:56.499Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3274 | 2024-08-15T05:28:56.502Z | Aug 15 05:28:55.412 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+git4d6683a47c0 |
3275 | 2024-08-15T05:28:56.521Z | [ recovery-image] Aug 15 05:28:55.414 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3276 | 2024-08-15T05:28:56.524Z | [ recovery-image] Aug 15 05:28:55.414 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3277 | 2024-08-15T05:28:56.524Z | [ recovery-image] Aug 15 05:28:55.432 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSQepOS/proto/recovery/root" |
3278 | 2024-08-15T05:28:56.524Z | [ recovery-image] Aug 15 05:28:55.432 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3279 | 2024-08-15T05:28:56.524Z | [ recovery-image] Aug 15 05:28:55.432 INFO image builder template: ramdisk-01-os... |
3280 | 2024-08-15T05:28:56.524Z | [ recovery-image] Aug 15 05:28:55.432 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/.tmpSQepOS/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 |
3281 | 2024-08-15T05:28:56.524Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3282 | 2024-08-15T05:28:56.524Z | Aug 15 05:28:55.434 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+git4d6683a47c0 |
3283 | 2024-08-15T05:28:56.647Z | [ recovery-image] Aug 15 05:28:55.525 INFO O| Aug 15 05:28:55.464 INFO CREATE DATASET: rpool/images/build/recovery/output |
3284 | 2024-08-15T05:28:56.650Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3285 | 2024-08-15T05:28:56.650Z | Aug 15 05:28:55.559 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+git4d6683a47c0 |
3286 | 2024-08-15T05:28:56.699Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3287 | 2024-08-15T05:28:56.719Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3288 | 2024-08-15T05:28:56.726Z | Aug 15 05:28:55.632 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+git4d6683a47c0 |
3289 | 2024-08-15T05:28:56.741Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3290 | 2024-08-15T05:28:56.761Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3291 | 2024-08-15T05:28:56.763Z | Aug 15 05:28:55.675 INFO [stamp-probe] process exited with exit status: 0 (358.612996ms) |
3292 | 2024-08-15T05:28:56.890Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3293 | 2024-08-15T05:28:56.935Z | [ host-image] Aug 15 05:28:55.847 INFO O| Aug 15 05:28:55.847 INFO O| Done |
3294 | 2024-08-15T05:28:56.946Z | Aug 15 05:28:55.859 INFO [stamp-ntp] process exited with exit status: 0 (558.638474ms) |
3295 | 2024-08-15T05:28:56.963Z | [ recovery-image] Aug 15 05:28:55.875 INFO O| Aug 15 05:28:55.875 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3296 | 2024-08-15T05:28:56.970Z | [ recovery-image] Aug 15 05:28:55.882 INFO O| Aug 15 05:28:55.882 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3297 | 2024-08-15T05:28:57.031Z | [ host-image] Aug 15 05:28:55.943 INFO O| Aug 15 05:28:55.943 INFO O| Done |
3298 | 2024-08-15T05:28:57.033Z | [ host-image] Aug 15 05:28:55.944 INFO O| Aug 15 05:28:55.944 INFO O| Done |
3299 | 2024-08-15T05:28:57.033Z | [ host-image] Aug 15 05:28:55.944 INFO O| Aug 15 05:28:55.944 INFO O| Done |
3300 | 2024-08-15T05:28:57.033Z | [ host-image] Aug 15 05:28:55.945 INFO O| Aug 15 05:28:55.945 INFO O| Done |
3301 | 2024-08-15T05:28:57.145Z | [ host-image] Aug 15 05:28:56.057 INFO O| Aug 15 05:28:56.057 INFO STEP 8 (pkg_change_facet) COMPLETE |
3302 | 2024-08-15T05:28:57.145Z | [ host-image] Aug 15 05:28:56.057 INFO O| Aug 15 05:28:56.057 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3303 | 2024-08-15T05:28:57.145Z | [ host-image] Aug 15 05:28:56.057 INFO O| Aug 15 05:28:56.057 INFO skip step because feature "recovery" is not enabled |
3304 | 2024-08-15T05:28:57.145Z | [ host-image] Aug 15 05:28:56.057 INFO O| Aug 15 05:28:56.057 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3305 | 2024-08-15T05:28:57.145Z | [ host-image] Aug 15 05:28:56.057 INFO O| Aug 15 05:28:56.057 INFO skip step because feature "recovery" is not enabled |
3306 | 2024-08-15T05:28:57.147Z | [ host-image] Aug 15 05:28:56.057 INFO O| Aug 15 05:28:56.057 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3307 | 2024-08-15T05:28:57.163Z | [ host-image] Aug 15 05:28:56.075 INFO O| Aug 15 05:28:56.075 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"] |
3308 | 2024-08-15T05:28:57.435Z | [ recovery-image] Aug 15 05:28:56.347 INFO O| Aug 15 05:28:56.347 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3309 | 2024-08-15T05:28:57.512Z | [ recovery-image] Aug 15 05:28:56.424 INFO O| Aug 15 05:28:56.424 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3310 | 2024-08-15T05:28:57.512Z | [ recovery-image] Aug 15 05:28:56.424 INFO O| Aug 15 05:28:56.424 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3311 | 2024-08-15T05:28:57.515Z | [ recovery-image] Aug 15 05:28:56.425 INFO O| Aug 15 05:28:56.425 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3312 | 2024-08-15T05:28:57.515Z | [ recovery-image] Aug 15 05:28:56.425 INFO O| Aug 15 05:28:56.425 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3313 | 2024-08-15T05:28:57.536Z | [ recovery-image] Aug 15 05:28:56.448 INFO O| Aug 15 05:28:56.448 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3314 | 2024-08-15T05:28:57.766Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3315 | 2024-08-15T05:28:57.850Z | Aug 15 05:28:56.762 INFO [stamp-external-dns] process exited with exit status: 0 (1.410680599s) |
3316 | 2024-08-15T05:28:57.931Z | [ recovery-image] Aug 15 05:28:56.842 INFO O| Aug 15 05:28:56.842 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3317 | 2024-08-15T05:28:57.964Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
3318 | 2024-08-15T05:28:57.967Z | [ recovery-image] Aug 15 05:28:56.877 INFO O| Aug 15 05:28:56.877 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3319 | 2024-08-15T05:28:58.011Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3320 | 2024-08-15T05:28:58.015Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3321 | 2024-08-15T05:28:58.021Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3322 | 2024-08-15T05:28:58.038Z | Aug 15 05:28:56.950 INFO [stamp-internal-dns] process exited with exit status: 0 (1.318076331s) |
3323 | 2024-08-15T05:28:58.055Z | Aug 15 05:28:56.967 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.532607821s) |
3324 | 2024-08-15T05:28:58.173Z | [ host-image] Aug 15 05:28:57.085 INFO O| Aug 15 05:28:57.085 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3325 | 2024-08-15T05:28:58.440Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3326 | 2024-08-15T05:28:58.445Z | Aug 15 05:28:57.357 INFO [stamp-oximeter] process exited with exit status: 0 (2.102907206s) |
3327 | 2024-08-15T05:28:58.482Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3328 | 2024-08-15T05:28:58.487Z | Aug 15 05:28:57.399 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.111494456s) |
3329 | 2024-08-15T05:28:58.491Z | [ recovery-image] Aug 15 05:28:57.403 INFO O| Aug 15 05:28:57.403 INFO O| Caching catalogs ... Done |
3330 | 2024-08-15T05:28:58.628Z | [ recovery-image] Aug 15 05:28:57.540 INFO O| Aug 15 05:28:57.540 INFO STEP 0 (pkg_image_create) COMPLETE |
3331 | 2024-08-15T05:28:58.629Z | [ recovery-image] Aug 15 05:28:57.540 INFO O| Aug 15 05:28:57.540 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3332 | 2024-08-15T05:28:58.629Z | [ recovery-image] Aug 15 05:28:57.540 INFO O| Aug 15 05:28:57.540 INFO skip step because feature "repo_redist" is not enabled |
3333 | 2024-08-15T05:28:58.629Z | [ recovery-image] Aug 15 05:28:57.540 INFO O| Aug 15 05:28:57.540 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3334 | 2024-08-15T05:28:58.646Z | [ recovery-image] Aug 15 05:28:57.557 INFO O| Aug 15 05:28:57.557 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"] |
3335 | 2024-08-15T05:28:59.101Z | [ recovery-image] Aug 15 05:28:58.013 INFO O| Aug 15 05:28:58.013 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3336 | 2024-08-15T05:28:59.101Z | [ recovery-image] Aug 15 05:28:58.013 INFO O| Aug 15 05:28:58.013 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3337 | 2024-08-15T05:28:59.117Z | [ recovery-image] Aug 15 05:28:58.029 INFO O| Aug 15 05:28:58.029 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3338 | 2024-08-15T05:28:59.568Z | [ recovery-image] Aug 15 05:28:58.480 INFO O| Aug 15 05:28:58.480 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3339 | 2024-08-15T05:28:59.568Z | [ recovery-image] Aug 15 05:28:58.480 INFO O| Aug 15 05:28:58.480 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3340 | 2024-08-15T05:28:59.568Z | [ recovery-image] Aug 15 05:28:58.480 INFO O| Aug 15 05:28:58.480 INFO skip step because feature "repo_redist" is not enabled |
3341 | 2024-08-15T05:28:59.571Z | [ recovery-image] Aug 15 05:28:58.480 INFO O| Aug 15 05:28:58.480 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3342 | 2024-08-15T05:29:00.024Z | [ recovery-image] Aug 15 05:28:58.936 INFO O| Aug 15 05:28:58.936 INFO variant opensolaris.zone is already global |
3343 | 2024-08-15T05:29:00.024Z | [ recovery-image] Aug 15 05:28:58.936 INFO O| Aug 15 05:28:58.936 INFO STEP 5 (pkg_change_variant) COMPLETE |
3344 | 2024-08-15T05:29:00.024Z | [ recovery-image] Aug 15 05:28:58.936 INFO O| Aug 15 05:28:58.936 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3345 | 2024-08-15T05:29:00.214Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3346 | 2024-08-15T05:29:00.218Z | Aug 15 05:28:59.130 INFO [stamp-nexus] process exited with exit status: 0 (3.564501958s) |
3347 | 2024-08-15T05:29:00.492Z | [ recovery-image] Aug 15 05:28:59.404 INFO O| Aug 15 05:28:59.404 INFO variant opensolaris.imagetype is full; changing to partial |
3348 | 2024-08-15T05:29:00.492Z | [ recovery-image] Aug 15 05:28:59.404 INFO O| Aug 15 05:28:59.404 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3349 | 2024-08-15T05:29:01.766Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3350 | 2024-08-15T05:29:01.772Z | Aug 15 05:29:00.684 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.40820505s) |
3351 | 2024-08-15T05:29:02.672Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3352 | 2024-08-15T05:29:02.815Z | [verify-libraries] Compiling heck v0.4.1 |
3353 | 2024-08-15T05:29:02.815Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3354 | 2024-08-15T05:29:02.850Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3355 | 2024-08-15T05:29:02.852Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3356 | 2024-08-15T05:29:02.853Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3357 | 2024-08-15T05:29:02.853Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3358 | 2024-08-15T05:29:02.853Z | [verify-libraries] Compiling indent_write v2.2.0 |
3359 | 2024-08-15T05:29:03.298Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3360 | 2024-08-15T05:29:03.434Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3361 | 2024-08-15T05:29:03.781Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3362 | 2024-08-15T05:29:03.881Z | [verify-libraries] Compiling termios v0.3.3 |
3363 | 2024-08-15T05:29:04.030Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3364 | 2024-08-15T05:29:04.530Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3365 | 2024-08-15T05:29:06.676Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3366 | 2024-08-15T05:29:06.720Z | Aug 15 05:29:05.631 INFO [stamp-clickhouse] process exited with exit status: 0 (10.36576236s) |
3367 | 2024-08-15T05:29:07.027Z | [ recovery-image] Aug 15 05:29:05.938 INFO O| Aug 15 05:29:05.938 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3368 | 2024-08-15T05:29:07.176Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3369 | 2024-08-15T05:29:07.238Z | Aug 15 05:29:06.148 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.736157743s) |
3370 | 2024-08-15T05:29:07.238Z | Aug 15 05:29:06.148 INFO [tuf-stamp] task succeeded (10.895204896s) |
3371 | 2024-08-15T05:29:14.222Z | [ recovery-image] Aug 15 05:29:13.132 INFO O| Aug 15 05:29:13.132 INFO O| Startup: Caching catalogs ... Done |
3372 | 2024-08-15T05:29:14.299Z | [ recovery-image] Aug 15 05:29:13.208 INFO O| Aug 15 05:29:13.208 INFO O| Planning: Planning completed in 0.00 seconds |
3373 | 2024-08-15T05:29:14.302Z | [ recovery-image] Aug 15 05:29:13.209 INFO O| Aug 15 05:29:13.209 INFO O| Planning: Consolidating action changes ... Done |
3374 | 2024-08-15T05:29:14.302Z | [ recovery-image] Aug 15 05:29:13.209 INFO O| Aug 15 05:29:13.209 INFO O| Planning: Evaluating mediators ... Done |
3375 | 2024-08-15T05:29:14.302Z | [ recovery-image] Aug 15 05:29:13.210 INFO O| Aug 15 05:29:13.210 INFO O| Planning: Planning completed in 0.00 seconds |
3376 | 2024-08-15T05:29:14.302Z | [ recovery-image] Aug 15 05:29:13.210 INFO O| Aug 15 05:29:13.210 INFO O| Variants/Facets to change: 1 |
3377 | 2024-08-15T05:29:14.334Z | [ recovery-image] Aug 15 05:29:13.244 INFO O| Aug 15 05:29:13.244 INFO O| Done |
3378 | 2024-08-15T05:29:14.334Z | [ recovery-image] Aug 15 05:29:13.244 INFO O| Aug 15 05:29:13.244 INFO O| Done |
3379 | 2024-08-15T05:29:15.076Z | [ recovery-image] Aug 15 05:29:13.985 INFO O| Aug 15 05:29:13.985 INFO O| Done |
3380 | 2024-08-15T05:29:15.126Z | [ recovery-image] Aug 15 05:29:14.035 INFO O| Aug 15 05:29:14.035 INFO O| Done |
3381 | 2024-08-15T05:29:15.128Z | [ recovery-image] Aug 15 05:29:14.037 INFO O| Aug 15 05:29:14.036 INFO O| Done |
3382 | 2024-08-15T05:29:15.128Z | [ recovery-image] Aug 15 05:29:14.037 INFO O| Aug 15 05:29:14.037 INFO O| Done |
3383 | 2024-08-15T05:29:15.131Z | [ recovery-image] Aug 15 05:29:14.038 INFO O| Aug 15 05:29:14.038 INFO O| Done |
3384 | 2024-08-15T05:29:15.836Z | [ recovery-image] Aug 15 05:29:14.745 INFO O| Aug 15 05:29:14.745 INFO STEP 6 (pkg_change_variant) COMPLETE |
3385 | 2024-08-15T05:29:15.836Z | [ recovery-image] Aug 15 05:29:14.745 INFO O| Aug 15 05:29:14.745 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3386 | 2024-08-15T05:29:15.839Z | [ recovery-image] Aug 15 05:29:14.745 INFO O| Aug 15 05:29:14.745 INFO skip step because feature "debug_variant" is not enabled |
3387 | 2024-08-15T05:29:15.839Z | [ recovery-image] Aug 15 05:29:14.745 INFO O| Aug 15 05:29:14.745 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3388 | 2024-08-15T05:29:16.511Z | [ recovery-image] Aug 15 05:29:15.420 INFO O| Aug 15 05:29:15.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3389 | 2024-08-15T05:29:17.662Z | [ recovery-image] Aug 15 05:29:16.571 INFO O| Aug 15 05:29:16.571 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3390 | 2024-08-15T05:29:17.665Z | [ recovery-image] Aug 15 05:29:16.573 INFO O| Aug 15 05:29:16.573 INFO O| Planning: Planning completed in 0.00 seconds |
3391 | 2024-08-15T05:29:17.667Z | [ recovery-image] Aug 15 05:29:16.574 INFO O| Aug 15 05:29:16.574 INFO O| Planning: Consolidating action changes ... Done |
3392 | 2024-08-15T05:29:17.667Z | [ recovery-image] Aug 15 05:29:16.575 INFO O| Aug 15 05:29:16.574 INFO O| Planning: Evaluating mediators ... Done |
3393 | 2024-08-15T05:29:17.667Z | [ recovery-image] Aug 15 05:29:16.575 INFO O| Aug 15 05:29:16.575 INFO O| Planning: Planning completed in 0.00 seconds |
3394 | 2024-08-15T05:29:17.667Z | [ recovery-image] Aug 15 05:29:16.576 INFO O| Aug 15 05:29:16.576 INFO O| Variants/Facets to change: 1 |
3395 | 2024-08-15T05:29:17.726Z | [ recovery-image] Aug 15 05:29:16.635 INFO O| Aug 15 05:29:16.635 INFO O| Done |
3396 | 2024-08-15T05:29:17.728Z | [ recovery-image] Aug 15 05:29:16.635 INFO O| Aug 15 05:29:16.635 INFO O| Done |
3397 | 2024-08-15T05:29:18.220Z | [ recovery-image] Aug 15 05:29:17.129 INFO O| Aug 15 05:29:17.129 INFO O| Done |
3398 | 2024-08-15T05:29:18.291Z | [ recovery-image] Aug 15 05:29:17.200 INFO O| Aug 15 05:29:17.200 INFO O| Done |
3399 | 2024-08-15T05:29:18.293Z | [ recovery-image] Aug 15 05:29:17.201 INFO O| Aug 15 05:29:17.201 INFO O| Done |
3400 | 2024-08-15T05:29:18.293Z | [ recovery-image] Aug 15 05:29:17.201 INFO O| Aug 15 05:29:17.201 INFO O| Done |
3401 | 2024-08-15T05:29:18.296Z | [ recovery-image] Aug 15 05:29:17.203 INFO O| Aug 15 05:29:17.203 INFO O| Done |
3402 | 2024-08-15T05:29:18.405Z | [ recovery-image] Aug 15 05:29:17.314 INFO O| Aug 15 05:29:17.314 INFO STEP 8 (pkg_change_facet) COMPLETE |
3403 | 2024-08-15T05:29:18.405Z | [ recovery-image] Aug 15 05:29:17.314 INFO O| Aug 15 05:29:17.314 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3404 | 2024-08-15T05:29:19.166Z | [ recovery-image] Aug 15 05:29:18.075 INFO O| Aug 15 05:29:18.075 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3405 | 2024-08-15T05:29:20.199Z | [ recovery-image] Aug 15 05:29:19.108 INFO O| Aug 15 05:29:19.108 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3406 | 2024-08-15T05:29:20.202Z | [ recovery-image] Aug 15 05:29:19.110 INFO O| Aug 15 05:29:19.110 INFO O| Planning: Planning completed in 0.00 seconds |
3407 | 2024-08-15T05:29:20.202Z | [ recovery-image] Aug 15 05:29:19.111 INFO O| Aug 15 05:29:19.111 INFO O| Planning: Consolidating action changes ... Done |
3408 | 2024-08-15T05:29:20.202Z | [ recovery-image] Aug 15 05:29:19.111 INFO O| Aug 15 05:29:19.111 INFO O| Planning: Evaluating mediators ... Done |
3409 | 2024-08-15T05:29:20.205Z | [ recovery-image] Aug 15 05:29:19.112 INFO O| Aug 15 05:29:19.112 INFO O| Planning: Planning completed in 0.00 seconds |
3410 | 2024-08-15T05:29:20.205Z | [ recovery-image] Aug 15 05:29:19.112 INFO O| Aug 15 05:29:19.112 INFO O| Variants/Facets to change: 1 |
3411 | 2024-08-15T05:29:20.266Z | [ recovery-image] Aug 15 05:29:19.175 INFO O| Aug 15 05:29:19.175 INFO O| Done |
3412 | 2024-08-15T05:29:20.266Z | [ recovery-image] Aug 15 05:29:19.175 INFO O| Aug 15 05:29:19.175 INFO O| Done |
3413 | 2024-08-15T05:29:20.813Z | [ recovery-image] Aug 15 05:29:19.722 INFO O| Aug 15 05:29:19.722 INFO O| Done |
3414 | 2024-08-15T05:29:20.881Z | [ recovery-image] Aug 15 05:29:19.790 INFO O| Aug 15 05:29:19.790 INFO O| Done |
3415 | 2024-08-15T05:29:20.884Z | [ recovery-image] Aug 15 05:29:19.791 INFO O| Aug 15 05:29:19.791 INFO O| Done |
3416 | 2024-08-15T05:29:20.884Z | [ recovery-image] Aug 15 05:29:19.791 INFO O| Aug 15 05:29:19.791 INFO O| Done |
3417 | 2024-08-15T05:29:20.884Z | [ recovery-image] Aug 15 05:29:19.793 INFO O| Aug 15 05:29:19.793 INFO O| Done |
3418 | 2024-08-15T05:29:20.999Z | [ recovery-image] Aug 15 05:29:19.908 INFO O| Aug 15 05:29:19.908 INFO STEP 9 (pkg_change_facet) COMPLETE |
3419 | 2024-08-15T05:29:20.999Z | [ recovery-image] Aug 15 05:29:19.908 INFO O| Aug 15 05:29:19.908 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3420 | 2024-08-15T05:29:21.691Z | [ recovery-image] Aug 15 05:29:20.599 INFO O| Aug 15 05:29:20.599 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3421 | 2024-08-15T05:29:22.801Z | [ recovery-image] Aug 15 05:29:21.709 INFO O| Aug 15 05:29:21.709 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3422 | 2024-08-15T05:29:22.803Z | [ recovery-image] Aug 15 05:29:21.711 INFO O| Aug 15 05:29:21.711 INFO O| Planning: Planning completed in 0.00 seconds |
3423 | 2024-08-15T05:29:22.803Z | [ recovery-image] Aug 15 05:29:21.712 INFO O| Aug 15 05:29:21.712 INFO O| Planning: Consolidating action changes ... Done |
3424 | 2024-08-15T05:29:22.803Z | [ recovery-image] Aug 15 05:29:21.712 INFO O| Aug 15 05:29:21.712 INFO O| Planning: Evaluating mediators ... Done |
3425 | 2024-08-15T05:29:22.806Z | [ recovery-image] Aug 15 05:29:21.713 INFO O| Aug 15 05:29:21.713 INFO O| Planning: Planning completed in 0.00 seconds |
3426 | 2024-08-15T05:29:22.806Z | [ recovery-image] Aug 15 05:29:21.713 INFO O| Aug 15 05:29:21.713 INFO O| Variants/Facets to change: 1 |
3427 | 2024-08-15T05:29:22.871Z | [ recovery-image] Aug 15 05:29:21.780 INFO O| Aug 15 05:29:21.780 INFO O| Done |
3428 | 2024-08-15T05:29:22.871Z | [ recovery-image] Aug 15 05:29:21.780 INFO O| Aug 15 05:29:21.780 INFO O| Done |
3429 | 2024-08-15T05:29:23.524Z | [ recovery-image] Aug 15 05:29:22.432 INFO O| Aug 15 05:29:22.432 INFO O| Done |
3430 | 2024-08-15T05:29:23.596Z | [ recovery-image] Aug 15 05:29:22.505 INFO O| Aug 15 05:29:22.505 INFO O| Done |
3431 | 2024-08-15T05:29:23.599Z | [ recovery-image] Aug 15 05:29:22.506 INFO O| Aug 15 05:29:22.506 INFO O| Done |
3432 | 2024-08-15T05:29:23.599Z | [ recovery-image] Aug 15 05:29:22.506 INFO O| Aug 15 05:29:22.506 INFO O| Done |
3433 | 2024-08-15T05:29:23.601Z | [ recovery-image] Aug 15 05:29:22.508 INFO O| Aug 15 05:29:22.508 INFO O| Done |
3434 | 2024-08-15T05:29:23.710Z | [ recovery-image] Aug 15 05:29:22.618 INFO O| Aug 15 05:29:22.618 INFO STEP 10 (pkg_change_facet) COMPLETE |
3435 | 2024-08-15T05:29:23.710Z | [ recovery-image] Aug 15 05:29:22.618 INFO O| Aug 15 05:29:22.618 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3436 | 2024-08-15T05:29:23.729Z | [ recovery-image] Aug 15 05:29:22.637 INFO O| Aug 15 05:29:22.637 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"] |
3437 | 2024-08-15T05:29:24.779Z | [ recovery-image] Aug 15 05:29:23.688 INFO O| Aug 15 05:29:23.688 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3438 | 2024-08-15T05:29:26.802Z | [ host-image] Aug 15 05:29:25.710 INFO O| Aug 15 05:29:25.710 INFO O| Planning: Solver setup ... Done |
3439 | 2024-08-15T05:29:36.275Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3440 | 2024-08-15T05:29:38.854Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3441 | 2024-08-15T05:29:50.101Z | [ host-image] Aug 15 05:29:49.006 INFO O| Aug 15 05:29:49.006 INFO O| Planning: Running solver ... Done |
3442 | 2024-08-15T05:29:50.452Z | [ host-image] Aug 15 05:29:49.357 INFO O| Aug 15 05:29:49.357 INFO O| Planning: Finding local manifests ... Done |
3443 | 2024-08-15T05:29:50.468Z | [ host-image] Aug 15 05:29:49.373 INFO O| Aug 15 05:29:49.373 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3444 | 2024-08-15T05:29:55.669Z | [ host-image] Aug 15 05:29:54.574 INFO O| Aug 15 05:29:54.574 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3445 | 2024-08-15T05:29:56.141Z | [ recovery-image] Aug 15 05:29:55.044 INFO O| Aug 15 05:29:55.044 INFO O| Planning: Solver setup ... Done |
3446 | 2024-08-15T05:29:56.978Z | [ host-image] Aug 15 05:29:55.882 INFO O| Aug 15 05:29:55.882 INFO O| Planning: Package planning ... Done |
3447 | 2024-08-15T05:29:58.619Z | [ host-image] Aug 15 05:29:57.523 INFO O| Aug 15 05:29:57.523 INFO O| Planning: Merging actions ... Done |
3448 | 2024-08-15T05:29:59.077Z | [ host-image] Aug 15 05:29:57.981 INFO O| Aug 15 05:29:57.981 INFO O| Planning: Checking for conflicting actions ... Done |
3449 | 2024-08-15T05:29:59.159Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3450 | 2024-08-15T05:29:59.522Z | [ host-image] Aug 15 05:29:58.426 INFO O| Aug 15 05:29:58.426 INFO O| Planning: Consolidating action changes ... Done |
3451 | 2024-08-15T05:30:00.102Z | [ host-image] Aug 15 05:29:59.006 INFO O| Aug 15 05:29:59.006 INFO O| Planning: Evaluating mediators ... Done |
3452 | 2024-08-15T05:30:06.745Z | [ host-image] Aug 15 05:30:05.648 INFO O| Aug 15 05:30:05.648 INFO O| Planning: Planning completed in 68.56 seconds |
3453 | 2024-08-15T05:30:06.752Z | [ host-image] Aug 15 05:30:05.656 INFO O| Aug 15 05:30:05.656 INFO O| Packages to install: 124 |
3454 | 2024-08-15T05:30:06.755Z | [ host-image] Aug 15 05:30:05.656 INFO O| Aug 15 05:30:05.656 INFO O| Mediators to change: 4 |
3455 | 2024-08-15T05:30:06.755Z | [ host-image] Aug 15 05:30:05.656 INFO O| Aug 15 05:30:05.656 INFO O| Services to change: 6 |
3456 | 2024-08-15T05:30:06.875Z | [ host-image] Aug 15 05:30:05.778 INFO O| Aug 15 05:30:05.778 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete |
3457 | 2024-08-15T05:30:12.130Z | [ host-image] Aug 15 05:30:11.033 INFO O| Aug 15 05:30:11.033 INFO O| Download: 1015/22727 items 6.1/196.4MB 3% complete (1.5M/s) |
3458 | 2024-08-15T05:30:16.314Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3459 | 2024-08-15T05:30:17.138Z | [ host-image] Aug 15 05:30:16.040 INFO O| Aug 15 05:30:16.040 INFO O| Download: 1598/22727 items 9.6/196.4MB 4% complete (970k/s) |
3460 | 2024-08-15T05:30:17.426Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3461 | 2024-08-15T05:30:18.412Z | [ recovery-image] Aug 15 05:30:17.314 INFO O| Aug 15 05:30:17.314 INFO O| Planning: Running solver ... Done |
3462 | 2024-08-15T05:30:18.791Z | [ recovery-image] Aug 15 05:30:17.619 INFO O| Aug 15 05:30:17.619 INFO O| Planning: Finding local manifests ... Done |
3463 | 2024-08-15T05:30:18.791Z | [ recovery-image] Aug 15 05:30:17.637 INFO O| Aug 15 05:30:17.637 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3464 | 2024-08-15T05:30:19.261Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3465 | 2024-08-15T05:30:22.968Z | [ host-image] Aug 15 05:30:21.870 INFO O| Aug 15 05:30:21.869 INFO O| Download: 1695/22727 items 11.3/196.4MB 5% complete (540k/s) |
3466 | 2024-08-15T05:30:23.494Z | [ recovery-image] Aug 15 05:30:22.395 INFO O| Aug 15 05:30:22.395 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3467 | 2024-08-15T05:30:24.521Z | [ recovery-image] Aug 15 05:30:23.423 INFO O| Aug 15 05:30:23.422 INFO O| Planning: Package planning ... Done |
3468 | 2024-08-15T05:30:25.355Z | [ recovery-image] Aug 15 05:30:24.256 INFO O| Aug 15 05:30:24.256 INFO O| Planning: Merging actions ... Done |
3469 | 2024-08-15T05:30:25.589Z | [ recovery-image] Aug 15 05:30:24.490 INFO O| Aug 15 05:30:24.490 INFO O| Planning: Checking for conflicting actions ... Done |
3470 | 2024-08-15T05:30:25.721Z | [ recovery-image] Aug 15 05:30:24.623 INFO O| Aug 15 05:30:24.623 INFO O| Planning: Consolidating action changes ... Done |
3471 | 2024-08-15T05:30:26.082Z | [ recovery-image] Aug 15 05:30:24.983 INFO O| Aug 15 05:30:24.983 INFO O| Planning: Evaluating mediators ... Done |
3472 | 2024-08-15T05:30:28.257Z | [ host-image] Aug 15 05:30:27.157 INFO O| Aug 15 05:30:27.157 INFO O| Download: 2057/22727 items 23.3/196.4MB 11% complete (1.4M/s) |
3473 | 2024-08-15T05:30:31.861Z | [ recovery-image] Aug 15 05:30:30.761 INFO O| Aug 15 05:30:30.761 INFO O| Planning: Planning completed in 67.07 seconds |
3474 | 2024-08-15T05:30:31.868Z | [ recovery-image] Aug 15 05:30:30.769 INFO O| Aug 15 05:30:30.769 INFO O| Packages to install: 124 |
3475 | 2024-08-15T05:30:31.871Z | [ recovery-image] Aug 15 05:30:30.769 INFO O| Aug 15 05:30:30.769 INFO O| Mediators to change: 4 |
3476 | 2024-08-15T05:30:31.871Z | [ recovery-image] Aug 15 05:30:30.769 INFO O| Aug 15 05:30:30.769 INFO O| Services to change: 5 |
3477 | 2024-08-15T05:30:31.961Z | [ recovery-image] Aug 15 05:30:30.861 INFO O| Aug 15 05:30:30.861 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3478 | 2024-08-15T05:30:34.188Z | [ host-image] Aug 15 05:30:33.087 INFO O| Aug 15 05:30:33.087 INFO O| Download: 2281/22727 items 25.9/196.4MB 13% complete (1.4M/s) |
3479 | 2024-08-15T05:30:37.098Z | [ recovery-image] Aug 15 05:30:35.998 INFO O| Aug 15 05:30:35.998 INFO O| Download: 1000/15831 items 7.8/173.2MB 4% complete (1.6M/s) |
3480 | 2024-08-15T05:30:39.979Z | [ host-image] Aug 15 05:30:38.879 INFO O| Aug 15 05:30:38.878 INFO O| Download: 2443/22727 items 28.1/196.4MB 14% complete (485k/s) |
3481 | 2024-08-15T05:30:40.530Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3482 | 2024-08-15T05:30:42.497Z | [ recovery-image] Aug 15 05:30:41.396 INFO O| Aug 15 05:30:41.396 INFO O| Download: 1075/15831 items 9.0/173.2MB 5% complete (1.2M/s) |
3483 | 2024-08-15T05:30:44.411Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3484 | 2024-08-15T05:30:44.984Z | [ host-image] Aug 15 05:30:43.883 INFO O| Aug 15 05:30:43.883 INFO O| Download: 3240/22727 items 34.0/196.4MB 17% complete (931k/s) |
3485 | 2024-08-15T05:30:45.013Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3486 | 2024-08-15T05:30:48.228Z | [ recovery-image] Aug 15 05:30:47.126 INFO O| Aug 15 05:30:47.126 INFO O| Download: 1109/15831 items 9.5/173.2MB 5% complete (565k/s) |
3487 | 2024-08-15T05:30:49.985Z | [ host-image] Aug 15 05:30:48.883 INFO O| Aug 15 05:30:48.883 INFO O| Download: 3640/22727 items 37.4/196.4MB 19% complete (930k/s) |
3488 | 2024-08-15T05:30:54.108Z | [ recovery-image] Aug 15 05:30:53.005 INFO O| Aug 15 05:30:53.005 INFO O| Download: 1309/15831 items 19.5/173.2MB 11% complete (1.0M/s) |
3489 | 2024-08-15T05:30:55.137Z | [ host-image] Aug 15 05:30:54.035 INFO O| Aug 15 05:30:54.035 INFO O| Download: 4485/22727 items 41.8/196.4MB 21% complete (796k/s) |
3490 | 2024-08-15T05:31:00.868Z | [ host-image] Aug 15 05:30:59.765 INFO O| Aug 15 05:30:59.765 INFO O| Download: 4491/22727 items 41.8/196.4MB 21% complete (768k/s) |
3491 | 2024-08-15T05:31:00.881Z | [ recovery-image] Aug 15 05:30:59.778 INFO O| Aug 15 05:30:59.778 INFO O| Download: 1322/15831 items 20.2/173.2MB 11% complete (1.2M/s) |
3492 | 2024-08-15T05:31:06.888Z | [ recovery-image] Aug 15 05:31:05.784 INFO O| Aug 15 05:31:05.784 INFO O| Download: 1525/15831 items 22.0/173.2MB 12% complete (289k/s) |
3493 | 2024-08-15T05:31:06.938Z | [ host-image] Aug 15 05:31:05.832 INFO O| Aug 15 05:31:05.832 INFO O| Download: 4650/22727 items 43.2/196.4MB 21% complete (127k/s) |
3494 | 2024-08-15T05:31:11.954Z | [ host-image] Aug 15 05:31:10.849 INFO O| Aug 15 05:31:10.849 INFO O| Download: 5285/22727 items 46.0/196.4MB 23% complete (421k/s) |
3495 | 2024-08-15T05:31:13.937Z | [ recovery-image] Aug 15 05:31:12.833 INFO O| Aug 15 05:31:12.832 INFO O| Download: 1612/15831 items 25.0/173.2MB 14% complete (462k/s) |
3496 | 2024-08-15T05:31:16.956Z | [ host-image] Aug 15 05:31:15.851 INFO O| Aug 15 05:31:15.851 INFO O| Download: 6459/22727 items 46.6/196.4MB 23% complete (353k/s) |
3497 | 2024-08-15T05:31:18.964Z | [ recovery-image] Aug 15 05:31:17.858 INFO O| Aug 15 05:31:17.858 INFO O| Download: 2115/15831 items 31.1/173.2MB 17% complete (907k/s) |
3498 | 2024-08-15T05:31:22.495Z | [ host-image] Aug 15 05:31:21.389 INFO O| Aug 15 05:31:21.389 INFO O| Download: 6776/22727 items 48.4/196.4MB 24% complete (221k/s) |
3499 | 2024-08-15T05:31:23.958Z | [ recovery-image] Aug 15 05:31:22.852 INFO O| Aug 15 05:31:22.852 INFO O| Download: 3073/15831 items 36.9/173.2MB 21% complete (1.2M/s) |
3500 | 2024-08-15T05:31:28.536Z | [ host-image] Aug 15 05:31:27.429 INFO O| Aug 15 05:31:27.429 INFO O| Download: 6989/22727 items 50.4/196.4MB 25% complete (363k/s) |
3501 | 2024-08-15T05:31:29.679Z | [ recovery-image] Aug 15 05:31:28.572 INFO O| Aug 15 05:31:28.572 INFO O| Download: 3673/15831 items 40.0/173.2MB 23% complete (991k/s) |
3502 | 2024-08-15T05:31:33.546Z | [ host-image] Aug 15 05:31:32.439 INFO O| Aug 15 05:31:32.439 INFO O| Download: 7403/22727 items 57.7/196.4MB 29% complete (937k/s) |
3503 | 2024-08-15T05:31:34.683Z | [ recovery-image] Aug 15 05:31:33.575 INFO O| Aug 15 05:31:33.575 INFO O| Download: 3850/15831 items 42.3/173.2MB 24% complete (476k/s) |
3504 | 2024-08-15T05:31:38.872Z | [ host-image] Aug 15 05:31:37.764 INFO O| Aug 15 05:31:37.764 INFO O| Download: 7951/22727 items 59.6/196.4MB 30% complete (1.0M/s) |
3505 | 2024-08-15T05:31:40.343Z | [ recovery-image] Aug 15 05:31:39.235 INFO O| Aug 15 05:31:39.235 INFO O| Download: 4800/15831 items 43.0/173.2MB 24% complete (309k/s) |
3506 | 2024-08-15T05:31:44.418Z | [ host-image] Aug 15 05:31:43.310 INFO O| Aug 15 05:31:43.309 INFO O| Download: 8255/22727 items 65.4/196.4MB 33% complete (678k/s) |
3507 | 2024-08-15T05:31:45.354Z | [ recovery-image] Aug 15 05:31:44.246 INFO O| Aug 15 05:31:44.246 INFO O| Download: 5598/15831 items 43.4/173.2MB 25% complete (107k/s) |
3508 | 2024-08-15T05:31:50.261Z | [ host-image] Aug 15 05:31:49.152 INFO O| Aug 15 05:31:49.152 INFO O| Download: 8297/22727 items 68.1/196.4MB 34% complete (792k/s) |
3509 | 2024-08-15T05:31:50.845Z | [ recovery-image] Aug 15 05:31:49.736 INFO O| Aug 15 05:31:49.736 INFO O| Download: 5661/15831 items 44.5/173.2MB 25% complete (163k/s) |
3510 | 2024-08-15T05:31:55.275Z | [ host-image] Aug 15 05:31:54.165 INFO O| Aug 15 05:31:54.165 INFO O| Download: 8870/22727 items 71.8/196.4MB 36% complete (720k/s) |
3511 | 2024-08-15T05:31:56.625Z | [ recovery-image] Aug 15 05:31:55.515 INFO O| Aug 15 05:31:55.515 INFO O| Download: 5721/15831 items 46.2/173.2MB 26% complete (231k/s) |
3512 | 2024-08-15T05:32:01.684Z | [ host-image] Aug 15 05:32:00.573 INFO O| Aug 15 05:32:00.573 INFO O| Download: 9382/22727 items 81.5/196.4MB 41% complete (1.6M/s) |
3513 | 2024-08-15T05:32:02.588Z | [ recovery-image] Aug 15 05:32:01.477 INFO O| Aug 15 05:32:01.477 INFO O| Download: 5938/15831 items 53.6/173.2MB 30% complete (878k/s) |
3514 | 2024-08-15T05:32:06.685Z | [ host-image] Aug 15 05:32:05.574 INFO O| Aug 15 05:32:05.574 INFO O| Download: 10389/22727 items 87.8/196.4MB 44% complete (1.3M/s) |
3515 | 2024-08-15T05:32:08.423Z | [ recovery-image] Aug 15 05:32:07.312 INFO O| Aug 15 05:32:07.312 INFO O| Download: 6114/15831 items 58.8/173.2MB 33% complete (1.4M/s) |
3516 | 2024-08-15T05:32:11.704Z | [ host-image] Aug 15 05:32:10.593 INFO O| Aug 15 05:32:10.592 INFO O| Download: 10737/22727 items 89.5/196.4MB 45% complete (819k/s) |
3517 | 2024-08-15T05:32:16.352Z | [ recovery-image] Aug 15 05:32:15.239 INFO O| Aug 15 05:32:15.239 INFO O| Download: 6117/15831 items 58.9/173.2MB 33% complete (1.3M/s) |
3518 | 2024-08-15T05:32:16.897Z | [ host-image] Aug 15 05:32:15.784 INFO O| Aug 15 05:32:15.784 INFO O| Download: 11123/22727 items 93.2/196.4MB 47% complete (698k/s) |
3519 | 2024-08-15T05:32:21.377Z | [ recovery-image] Aug 15 05:32:20.264 INFO O| Aug 15 05:32:20.264 INFO O| Download: 6616/15831 items 64.3/173.2MB 37% complete (1.1M/s) |
3520 | 2024-08-15T05:32:22.704Z | [ host-image] Aug 15 05:32:21.591 INFO O| Aug 15 05:32:21.590 INFO O| Download: 11228/22727 items 94.1/196.4MB 47% complete (606k/s) |
3521 | 2024-08-15T05:32:27.711Z | [ host-image] Aug 15 05:32:26.598 INFO O| Aug 15 05:32:26.597 INFO O| Download: 11827/22727 items 96.4/196.4MB 49% complete (287k/s) |
3522 | 2024-08-15T05:32:29.905Z | [ recovery-image] Aug 15 05:32:28.791 INFO O| Aug 15 05:32:28.791 INFO O| Download: 7205/15831 items 73.2/173.2MB 42% complete (1.8M/s) |
3523 | 2024-08-15T05:32:33.731Z | [ host-image] Aug 15 05:32:32.617 INFO O| Aug 15 05:32:32.617 INFO O| Download: 12100/22727 items 101.0/196.4MB 51% complete (753k/s) |
3524 | 2024-08-15T05:32:34.906Z | [ recovery-image] Aug 15 05:32:33.791 INFO O| Aug 15 05:32:33.791 INFO O| Download: 7624/15831 items 73.6/173.2MB 42% complete (86.9k/s) |
3525 | 2024-08-15T05:32:38.751Z | [ host-image] Aug 15 05:32:37.636 INFO O| Aug 15 05:32:37.636 INFO O| Download: 12111/22727 items 104.8/196.4MB 53% complete (600k/s) |
3526 | 2024-08-15T05:32:39.911Z | [ recovery-image] Aug 15 05:32:38.796 INFO O| Aug 15 05:32:38.796 INFO O| Download: 7919/15831 items 77.4/173.2MB 44% complete (432k/s) |
3527 | 2024-08-15T05:32:44.818Z | [ host-image] Aug 15 05:32:43.702 INFO O| Aug 15 05:32:43.702 INFO O| Download: 12279/22727 items 109.4/196.4MB 55% complete (906k/s) |
3528 | 2024-08-15T05:32:44.913Z | [ recovery-image] Aug 15 05:32:43.798 INFO O| Aug 15 05:32:43.798 INFO O| Download: 8304/15831 items 79.7/173.2MB 46% complete (621k/s) |
3529 | 2024-08-15T05:32:49.830Z | [ host-image] Aug 15 05:32:48.714 INFO O| Aug 15 05:32:48.714 INFO O| Download: 12335/22727 items 109.4/196.4MB 55% complete (118k/s) |
3530 | 2024-08-15T05:32:50.192Z | [ recovery-image] Aug 15 05:32:49.075 INFO O| Aug 15 05:32:49.075 INFO O| Download: 8771/15831 items 87.8/173.2MB 50% complete (917k/s) |
3531 | 2024-08-15T05:32:54.834Z | [ host-image] Aug 15 05:32:53.717 INFO O| Aug 15 05:32:53.717 INFO O| Download: 13199/22727 items 109.8/196.4MB 55% complete (45.5k/s) |
3532 | 2024-08-15T05:32:55.582Z | [ recovery-image] Aug 15 05:32:54.465 INFO O| Aug 15 05:32:54.465 INFO O| Download: 8836/15831 items 91.9/173.2MB 53% complete (1.2M/s) |
3533 | 2024-08-15T05:32:59.839Z | [ host-image] Aug 15 05:32:58.721 INFO O| Aug 15 05:32:58.721 INFO O| Download: 13534/22727 items 110.0/196.4MB 56% complete (60.9k/s) |
3534 | 2024-08-15T05:33:00.597Z | [ recovery-image] Aug 15 05:32:59.480 INFO O| Aug 15 05:32:59.480 INFO O| Download: 9068/15831 items 92.7/173.2MB 53% complete (389k/s) |
3535 | 2024-08-15T05:33:04.865Z | [ host-image] Aug 15 05:33:03.747 INFO O| Aug 15 05:33:03.747 INFO O| Download: 14084/22727 items 110.3/196.4MB 56% complete (45.8k/s) |
3536 | 2024-08-15T05:33:05.983Z | [ recovery-image] Aug 15 05:33:04.865 INFO O| Aug 15 05:33:04.864 INFO O| Download: 9940/15831 items 93.1/173.2MB 53% complete (130k/s) |
3537 | 2024-08-15T05:33:09.872Z | [ host-image] Aug 15 05:33:08.753 INFO O| Aug 15 05:33:08.753 INFO O| Download: 14428/22727 items 111.8/196.4MB 56% complete (169k/s) |
3538 | 2024-08-15T05:33:10.986Z | [ recovery-image] Aug 15 05:33:09.867 INFO O| Aug 15 05:33:09.867 INFO O| Download: 10336/15831 items 93.3/173.2MB 53% complete (62.6k/s) |
3539 | 2024-08-15T05:33:15.603Z | [ host-image] Aug 15 05:33:14.484 INFO O| Aug 15 05:33:14.484 INFO O| Download: 14511/22727 items 116.6/196.4MB 59% complete (615k/s) |
3540 | 2024-08-15T05:33:17.894Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 16s |
3541 | 2024-08-15T05:33:17.916Z | [ recovery-image] Aug 15 05:33:16.796 INFO O| Aug 15 05:33:16.796 INFO O| Download: 10908/15831 items 93.8/173.2MB 54% complete (76.0k/s) |
3542 | 2024-08-15T05:33:18.173Z | Aug 15 05:33:17.054 INFO [verify-libraries] process exited with exit status: 0 (261.980212641s) |
3543 | 2024-08-15T05:33:21.396Z | [ host-image] Aug 15 05:33:20.276 INFO O| Aug 15 05:33:20.275 INFO O| Download: 15543/22727 items 123.2/196.4MB 62% complete (1.3M/s) |
3544 | 2024-08-15T05:33:23.099Z | [ recovery-image] Aug 15 05:33:21.979 INFO O| Aug 15 05:33:21.979 INFO O| Download: 11064/15831 items 98.0/173.2MB 56% complete (462k/s) |
3545 | 2024-08-15T05:33:27.322Z | [ host-image] Aug 15 05:33:26.201 INFO O| Aug 15 05:33:26.201 INFO O| Download: 15822/22727 items 129.9/196.4MB 66% complete (1007k/s) |
3546 | 2024-08-15T05:33:28.210Z | [ recovery-image] Aug 15 05:33:27.090 INFO O| Aug 15 05:33:27.090 INFO O| Download: 11382/15831 items 105.7/173.2MB 61% complete (1.2M/s) |
3547 | 2024-08-15T05:33:32.323Z | [ host-image] Aug 15 05:33:31.202 INFO O| Aug 15 05:33:31.202 INFO O| Download: 16664/22727 items 139.6/196.4MB 71% complete (1.9M/s) |
3548 | 2024-08-15T05:33:36.428Z | [ recovery-image] Aug 15 05:33:35.306 INFO O| Aug 15 05:33:35.306 INFO O| Download: 11421/15831 items 107.2/173.2MB 61% complete (1.3M/s) |
3549 | 2024-08-15T05:33:37.324Z | [ host-image] Aug 15 05:33:36.202 INFO O| Aug 15 05:33:36.202 INFO O| Download: 17594/22727 items 147.9/196.4MB 75% complete (1.8M/s) |
3550 | 2024-08-15T05:33:41.431Z | [ recovery-image] Aug 15 05:33:40.309 INFO O| Aug 15 05:33:40.308 INFO O| Download: 11847/15831 items 126.8/173.2MB 73% complete (2.0M/s) |
3551 | 2024-08-15T05:33:45.738Z | [ host-image] Aug 15 05:33:44.615 INFO O| Aug 15 05:33:44.614 INFO O| Download: 17856/22727 items 150.0/196.4MB 76% complete (2.3M/s) |
3552 | 2024-08-15T05:33:48.200Z | [ recovery-image] Aug 15 05:33:47.076 INFO O| Aug 15 05:33:47.076 INFO O| Download: 11973/15831 items 136.1/173.2MB 78% complete (3.3M/s) |
3553 | 2024-08-15T05:33:50.741Z | [ host-image] Aug 15 05:33:49.618 INFO O| Aug 15 05:33:49.618 INFO O| Download: 18428/22727 items 161.2/196.4MB 82% complete (2.3M/s) |
3554 | 2024-08-15T05:33:53.202Z | [ recovery-image] Aug 15 05:33:52.078 INFO O| Aug 15 05:33:52.078 INFO O| Download: 12172/15831 items 138.4/173.2MB 79% complete (1.1M/s) |
3555 | 2024-08-15T05:33:57.436Z | [ host-image] Aug 15 05:33:56.312 INFO O| Aug 15 05:33:56.312 INFO O| Download: 18942/22727 items 163.5/196.4MB 83% complete (1.9M/s) |
3556 | 2024-08-15T05:33:58.204Z | [ recovery-image] Aug 15 05:33:57.079 INFO O| Aug 15 05:33:57.079 INFO O| Download: 13704/15831 items 144.2/173.2MB 83% complete (834k/s) |
3557 | 2024-08-15T05:34:03.207Z | [ recovery-image] Aug 15 05:34:02.082 INFO O| Aug 15 05:34:02.082 INFO O| Download: 14624/15831 items 147.5/173.2MB 85% complete (938k/s) |
3558 | 2024-08-15T05:34:04.108Z | [ host-image] Aug 15 05:34:02.982 INFO O| Aug 15 05:34:02.982 INFO O| Download: 19965/22727 items 167.3/196.4MB 85% complete (558k/s) |
3559 | 2024-08-15T05:34:09.912Z | [ recovery-image] Aug 15 05:34:08.787 INFO O| Aug 15 05:34:08.786 INFO O| Download: 14674/15831 items 147.9/173.2MB 85% complete (591k/s) |
3560 | 2024-08-15T05:34:10.183Z | [ host-image] Aug 15 05:34:09.057 INFO O| Aug 15 05:34:09.057 INFO O| Download: 20588/22727 items 169.4/196.4MB 86% complete (550k/s) |
3561 | 2024-08-15T05:34:15.691Z | [ recovery-image] Aug 15 05:34:14.565 INFO O| Aug 15 05:34:14.564 INFO O| Download: 14752/15831 items 153.3/173.2MB 88% complete (638k/s) |
3562 | 2024-08-15T05:34:15.958Z | [ host-image] Aug 15 05:34:14.831 INFO O| Aug 15 05:34:14.831 INFO O| Download: 20756/22727 items 170.9/196.4MB 87% complete (384k/s) |
3563 | 2024-08-15T05:34:20.692Z | [ recovery-image] Aug 15 05:34:19.565 INFO O| Aug 15 05:34:19.565 INFO O| Download: 14961/15831 items 154.4/173.2MB 89% complete (617k/s) |
3564 | 2024-08-15T05:34:22.732Z | [ host-image] Aug 15 05:34:21.605 INFO O| Aug 15 05:34:21.605 INFO O| Download: 20764/22727 items 170.9/196.4MB 87% complete (357k/s) |
3565 | 2024-08-15T05:34:28.693Z | [ host-image] Aug 15 05:34:27.565 INFO O| Aug 15 05:34:27.565 INFO O| Download: 20936/22727 items 175.7/196.4MB 89% complete (524k/s) |
3566 | 2024-08-15T05:34:29.669Z | [ recovery-image] Aug 15 05:34:28.541 INFO O| Aug 15 05:34:28.540 INFO O| Download: 15282/15831 items 158.0/173.2MB 91% complete (544k/s) |
3567 | 2024-08-15T05:34:34.542Z | [ host-image] Aug 15 05:34:33.413 INFO O| Aug 15 05:34:33.413 INFO O| Download: 21537/22727 items 180.4/196.4MB 91% complete (875k/s) |
3568 | 2024-08-15T05:34:35.553Z | [ recovery-image] Aug 15 05:34:34.424 INFO O| Aug 15 05:34:34.424 INFO O| Download: 15546/15831 items 166.1/173.2MB 95% complete (914k/s) |
3569 | 2024-08-15T05:34:40.547Z | [ host-image] Aug 15 05:34:39.417 INFO O| Aug 15 05:34:39.417 INFO O| Download: 21662/22727 items 181.6/196.4MB 92% complete (537k/s) |
3570 | 2024-08-15T05:34:41.352Z | [ recovery-image] Aug 15 05:34:40.222 INFO O| Aug 15 05:34:40.222 INFO O| Download: 15622/15831 items 167.1/173.2MB 96% complete (1.1M/s) |
3571 | 2024-08-15T05:34:44.020Z | [ recovery-image] Aug 15 05:34:42.890 INFO O| Aug 15 05:34:42.890 INFO O| Download: Completed 173.16 MB in 252.03 seconds (701k/s) |
3572 | 2024-08-15T05:34:44.439Z | [ recovery-image] Aug 15 05:34:43.309 INFO O| Aug 15 05:34:43.309 INFO O| Actions: 1/24964 actions (Installing new actions) |
3573 | 2024-08-15T05:34:46.995Z | [ host-image] Aug 15 05:34:45.864 INFO O| Aug 15 05:34:45.863 INFO O| Download: 21864/22727 items 187.9/196.4MB 95% complete (861k/s) |
3574 | 2024-08-15T05:34:49.440Z | [ recovery-image] Aug 15 05:34:48.309 INFO O| Aug 15 05:34:48.309 INFO O| Actions: 13092/24964 actions (Installing new actions) |
3575 | 2024-08-15T05:34:52.845Z | [ host-image] Aug 15 05:34:51.714 INFO O| Aug 15 05:34:51.714 INFO O| Download: 21942/22727 items 188.8/196.4MB 96% complete (374k/s) |
3576 | 2024-08-15T05:34:54.442Z | [ recovery-image] Aug 15 05:34:53.311 INFO O| Aug 15 05:34:53.311 INFO O| Actions: 24423/24964 actions (Installing new actions) |
3577 | 2024-08-15T05:34:55.344Z | [ recovery-image] Aug 15 05:34:54.212 INFO O| Aug 15 05:34:54.212 INFO O| Actions: Completed 24964 actions in 10.90 seconds. |
3578 | 2024-08-15T05:34:55.695Z | [ recovery-image] Aug 15 05:34:54.561 INFO O| Aug 15 05:34:54.561 INFO O| Done |
3579 | 2024-08-15T05:34:55.695Z | [ recovery-image] Aug 15 05:34:54.561 INFO O| Aug 15 05:34:54.561 INFO O| Done |
3580 | 2024-08-15T05:34:56.154Z | [ recovery-image] Aug 15 05:34:55.023 INFO O| Aug 15 05:34:55.022 INFO O| Done |
3581 | 2024-08-15T05:34:56.955Z | [ recovery-image] Aug 15 05:34:55.823 INFO O| Aug 15 05:34:55.823 INFO O| Done |
3582 | 2024-08-15T05:34:56.966Z | [ recovery-image] Aug 15 05:34:55.835 INFO O| Aug 15 05:34:55.835 INFO O| Done |
3583 | 2024-08-15T05:34:57.849Z | [ host-image] Aug 15 05:34:56.715 INFO O| Aug 15 05:34:56.715 INFO O| Download: 22114/22727 items 194.0/196.4MB 98% complete (586k/s) |
3584 | 2024-08-15T05:35:01.209Z | [ recovery-image] Aug 15 05:35:00.077 INFO O| Aug 15 05:35:00.077 INFO O| Done |
3585 | 2024-08-15T05:35:01.559Z | [ recovery-image] Aug 15 05:35:00.427 INFO O| Aug 15 05:35:00.427 INFO O| Done |
3586 | 2024-08-15T05:35:01.746Z | [ recovery-image] Aug 15 05:35:00.614 INFO O| Aug 15 05:35:00.614 INFO STEP 11 (pkg_install) COMPLETE |
3587 | 2024-08-15T05:35:01.746Z | [ recovery-image] Aug 15 05:35:00.614 INFO O| Aug 15 05:35:00.614 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3588 | 2024-08-15T05:35:01.749Z | [ recovery-image] Aug 15 05:35:00.614 INFO O| Aug 15 05:35:00.614 INFO skip step because feature "recovery" is enabled |
3589 | 2024-08-15T05:35:01.749Z | [ recovery-image] Aug 15 05:35:00.614 INFO O| Aug 15 05:35:00.614 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3590 | 2024-08-15T05:35:01.749Z | [ recovery-image] Aug 15 05:35:00.614 INFO O| Aug 15 05:35:00.614 INFO skip step because feature "omicron1" is not enabled |
3591 | 2024-08-15T05:35:01.749Z | [ recovery-image] Aug 15 05:35:00.614 INFO O| Aug 15 05:35:00.614 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3592 | 2024-08-15T05:35:01.758Z | [ recovery-image] Aug 15 05:35:00.626 INFO O| Aug 15 05:35:00.626 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3593 | 2024-08-15T05:35:02.241Z | [ recovery-image] Aug 15 05:35:01.106 INFO O| Aug 15 05:35:01.106 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3594 | 2024-08-15T05:35:03.369Z | [ host-image] Aug 15 05:35:02.236 INFO O| Aug 15 05:35:02.236 INFO O| Download: 22723/22727 items 196.4/196.4MB 99% complete (793k/s) |
3595 | 2024-08-15T05:35:03.452Z | [ host-image] Aug 15 05:35:02.319 INFO O| Aug 15 05:35:02.319 INFO O| Download: Completed 196.39 MB in 296.54 seconds (676k/s) |
3596 | 2024-08-15T05:35:03.709Z | [ recovery-image] Aug 15 05:35:02.576 INFO O| Aug 15 05:35:02.576 INFO O| Planning: Solver setup ... Done |
3597 | 2024-08-15T05:35:03.714Z | [ recovery-image] Aug 15 05:35:02.579 INFO O| Aug 15 05:35:02.579 INFO O| Planning: Running solver ... Done |
3598 | 2024-08-15T05:35:03.760Z | [ recovery-image] Aug 15 05:35:02.619 INFO O| Aug 15 05:35:02.619 INFO O| Planning: Finding local manifests ... Done |
3599 | 2024-08-15T05:35:03.768Z | [ recovery-image] Aug 15 05:35:02.619 INFO O| Aug 15 05:35:02.619 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3600 | 2024-08-15T05:35:03.816Z | [ recovery-image] Aug 15 05:35:02.684 INFO O| Aug 15 05:35:02.684 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3601 | 2024-08-15T05:35:03.838Z | [ recovery-image] Aug 15 05:35:02.706 INFO O| Aug 15 05:35:02.705 INFO O| Planning: Package planning ... Done |
3602 | 2024-08-15T05:35:03.840Z | [ recovery-image] Aug 15 05:35:02.706 INFO O| Aug 15 05:35:02.706 INFO O| Planning: Merging actions ... Done |
3603 | 2024-08-15T05:35:03.873Z | [ recovery-image] Aug 15 05:35:02.741 INFO O| Aug 15 05:35:02.741 INFO O| Planning: Checking for conflicting actions ... Done |
3604 | 2024-08-15T05:35:03.875Z | [ recovery-image] Aug 15 05:35:02.741 INFO O| Aug 15 05:35:02.741 INFO O| Planning: Consolidating action changes ... Done |
3605 | 2024-08-15T05:35:04.022Z | [ recovery-image] Aug 15 05:35:02.889 INFO O| Aug 15 05:35:02.889 INFO O| Planning: Evaluating mediators ... Done |
3606 | 2024-08-15T05:35:04.025Z | [ recovery-image] Aug 15 05:35:02.889 INFO O| Aug 15 05:35:02.889 INFO O| Planning: Planning completed in 1.78 seconds |
3607 | 2024-08-15T05:35:04.025Z | [ recovery-image] Aug 15 05:35:02.891 INFO O| Aug 15 05:35:02.891 INFO O| Packages to install: 1 |
3608 | 2024-08-15T05:35:04.034Z | [ recovery-image] Aug 15 05:35:02.902 INFO O| Aug 15 05:35:02.901 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3609 | 2024-08-15T05:35:04.312Z | [ host-image] Aug 15 05:35:03.179 INFO O| Aug 15 05:35:03.179 INFO O| Actions: 1/49260 actions (Installing new actions) |
3610 | 2024-08-15T05:35:04.697Z | [ recovery-image] Aug 15 05:35:03.554 INFO O| Aug 15 05:35:03.554 INFO O| Download: Completed 20.86 MB in 0.65 seconds (32.0M/s) |
3611 | 2024-08-15T05:35:04.714Z | [ recovery-image] Aug 15 05:35:03.576 INFO O| Aug 15 05:35:03.576 INFO O| Actions: 1/22 actions (Installing new actions) |
3612 | 2024-08-15T05:35:05.218Z | [ recovery-image] Aug 15 05:35:04.086 INFO O| Aug 15 05:35:04.086 INFO O| Actions: Completed 22 actions in 0.51 seconds. |
3613 | 2024-08-15T05:35:05.372Z | [ recovery-image] Aug 15 05:35:04.239 INFO O| Aug 15 05:35:04.239 INFO O| Done |
3614 | 2024-08-15T05:35:05.372Z | [ recovery-image] Aug 15 05:35:04.239 INFO O| Aug 15 05:35:04.239 INFO O| Done |
3615 | 2024-08-15T05:35:05.729Z | [ recovery-image] Aug 15 05:35:04.592 INFO O| Aug 15 05:35:04.592 INFO O| Done |
3616 | 2024-08-15T05:35:06.551Z | [ recovery-image] Aug 15 05:35:05.418 INFO O| Aug 15 05:35:05.418 INFO O| Done |
3617 | 2024-08-15T05:35:06.562Z | [ recovery-image] Aug 15 05:35:05.430 INFO O| Aug 15 05:35:05.430 INFO O| Done |
3618 | 2024-08-15T05:35:06.563Z | [ recovery-image] Aug 15 05:35:05.430 INFO O| Aug 15 05:35:05.430 INFO O| Done |
3619 | 2024-08-15T05:35:06.572Z | [ recovery-image] Aug 15 05:35:05.440 INFO O| Aug 15 05:35:05.439 INFO O| Done |
3620 | 2024-08-15T05:35:06.661Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.528 INFO STEP 14 (pkg_install) COMPLETE |
3621 | 2024-08-15T05:35:06.661Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3622 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO skip step because feature "mfg" is not enabled |
3623 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3624 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO skip step because feature "compliance" is not enabled |
3625 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3626 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO skip step because feature "stress" is not enabled |
3627 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3628 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO skip step because feature "nfs" is not enabled |
3629 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3630 | 2024-08-15T05:35:06.665Z | [ recovery-image] Aug 15 05:35:05.529 INFO O| Aug 15 05:35:05.529 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3631 | 2024-08-15T05:35:06.818Z | [ recovery-image] Aug 15 05:35:05.685 INFO O| Aug 15 05:35:05.685 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3632 | 2024-08-15T05:35:06.912Z | [ recovery-image] Aug 15 05:35:05.779 INFO O| Aug 15 05:35:05.779 INFO completed processing gimlet/ramdisk-01-os |
3633 | 2024-08-15T05:35:06.915Z | [ recovery-image] Aug 15 05:35:05.781 INFO image builder template: ramdisk-02-trim... |
3634 | 2024-08-15T05:35:06.915Z | [ recovery-image] Aug 15 05:35:05.781 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/.tmpSQepOS/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 |
3635 | 2024-08-15T05:35:06.940Z | [ recovery-image] Aug 15 05:35:05.807 INFO O| Aug 15 05:35:05.807 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3636 | 2024-08-15T05:35:06.944Z | [ recovery-image] Aug 15 05:35:05.811 INFO O| Aug 15 05:35:05.811 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3637 | 2024-08-15T05:35:07.033Z | [ recovery-image] Aug 15 05:35:05.898 INFO O| Aug 15 05:35:05.898 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3638 | 2024-08-15T05:35:07.092Z | [ recovery-image] Aug 15 05:35:05.959 INFO O| Aug 15 05:35:05.959 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3639 | 2024-08-15T05:35:07.092Z | [ recovery-image] Aug 15 05:35:05.960 INFO O| Aug 15 05:35:05.959 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3640 | 2024-08-15T05:35:07.098Z | [ recovery-image] Aug 15 05:35:05.965 INFO O| Aug 15 05:35:05.965 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3641 | 2024-08-15T05:35:07.102Z | [ recovery-image] Aug 15 05:35:05.970 INFO O| Aug 15 05:35:05.970 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3642 | 2024-08-15T05:35:07.109Z | [ recovery-image] Aug 15 05:35:05.975 INFO O| Aug 15 05:35:05.975 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3643 | 2024-08-15T05:35:07.352Z | [ recovery-image] Aug 15 05:35:06.219 INFO O| Aug 15 05:35:06.219 INFO rolled back to input snapshot; work may begin |
3644 | 2024-08-15T05:35:07.352Z | [ recovery-image] Aug 15 05:35:06.219 INFO O| Aug 15 05:35:06.219 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3645 | 2024-08-15T05:35:07.357Z | [ recovery-image] Aug 15 05:35:06.225 INFO O| Aug 15 05:35:06.225 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3646 | 2024-08-15T05:35:07.372Z | [ recovery-image] Aug 15 05:35:06.235 INFO O| Aug 15 05:35:06.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3647 | 2024-08-15T05:35:07.426Z | [ recovery-image] Aug 15 05:35:06.293 INFO O| Aug 15 05:35:06.293 INFO STEP 0 (remove_files) COMPLETE |
3648 | 2024-08-15T05:35:07.426Z | [ recovery-image] Aug 15 05:35:06.293 INFO O| Aug 15 05:35:06.293 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3649 | 2024-08-15T05:35:07.438Z | [ recovery-image] Aug 15 05:35:06.305 INFO O| Aug 15 05:35:06.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3650 | 2024-08-15T05:35:07.442Z | [ recovery-image] Aug 15 05:35:06.307 INFO O| Aug 15 05:35:06.307 INFO STEP 1 (remove_files) COMPLETE |
3651 | 2024-08-15T05:35:07.442Z | [ recovery-image] Aug 15 05:35:06.307 INFO O| Aug 15 05:35:06.307 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3652 | 2024-08-15T05:35:07.451Z | [ recovery-image] Aug 15 05:35:06.318 INFO O| Aug 15 05:35:06.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3653 | 2024-08-15T05:35:07.465Z | [ recovery-image] Aug 15 05:35:06.332 INFO O| Aug 15 05:35:06.332 INFO STEP 2 (remove_files) COMPLETE |
3654 | 2024-08-15T05:35:07.465Z | [ recovery-image] Aug 15 05:35:06.332 INFO O| Aug 15 05:35:06.332 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3655 | 2024-08-15T05:35:07.478Z | [ recovery-image] Aug 15 05:35:06.345 INFO O| Aug 15 05:35:06.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3656 | 2024-08-15T05:35:07.480Z | [ recovery-image] Aug 15 05:35:06.347 INFO O| Aug 15 05:35:06.347 INFO STEP 3 (remove_files) COMPLETE |
3657 | 2024-08-15T05:35:07.480Z | [ recovery-image] Aug 15 05:35:06.347 INFO O| Aug 15 05:35:06.347 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3658 | 2024-08-15T05:35:07.492Z | [ recovery-image] Aug 15 05:35:06.359 INFO O| Aug 15 05:35:06.359 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3659 | 2024-08-15T05:35:07.496Z | [ recovery-image] Aug 15 05:35:06.363 INFO O| Aug 15 05:35:06.363 INFO STEP 4 (remove_files) COMPLETE |
3660 | 2024-08-15T05:35:07.496Z | [ recovery-image] Aug 15 05:35:06.363 INFO O| Aug 15 05:35:06.363 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3661 | 2024-08-15T05:35:07.508Z | [ recovery-image] Aug 15 05:35:06.375 INFO O| Aug 15 05:35:06.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3662 | 2024-08-15T05:35:07.511Z | [ recovery-image] Aug 15 05:35:06.376 INFO O| Aug 15 05:35:06.376 INFO STEP 5 (remove_files) COMPLETE |
3663 | 2024-08-15T05:35:07.511Z | [ recovery-image] Aug 15 05:35:06.376 INFO O| Aug 15 05:35:06.376 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3664 | 2024-08-15T05:35:07.519Z | [ recovery-image] Aug 15 05:35:06.387 INFO O| Aug 15 05:35:06.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3665 | 2024-08-15T05:35:07.531Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO STEP 6 (remove_files) COMPLETE |
3666 | 2024-08-15T05:35:07.531Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3667 | 2024-08-15T05:35:07.534Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO skip step because feature "recovery" is enabled |
3668 | 2024-08-15T05:35:07.534Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3669 | 2024-08-15T05:35:07.534Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO skip step because feature "recovery" is enabled |
3670 | 2024-08-15T05:35:07.534Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3671 | 2024-08-15T05:35:07.534Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO skip step because feature "recovery" is enabled |
3672 | 2024-08-15T05:35:07.534Z | [ recovery-image] Aug 15 05:35:06.398 INFO O| Aug 15 05:35:06.398 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3673 | 2024-08-15T05:35:07.543Z | [ recovery-image] Aug 15 05:35:06.410 INFO O| Aug 15 05:35:06.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3674 | 2024-08-15T05:35:07.546Z | [ recovery-image] Aug 15 05:35:06.414 INFO O| Aug 15 05:35:06.414 INFO STEP 10 (remove_files) COMPLETE |
3675 | 2024-08-15T05:35:07.549Z | [ recovery-image] Aug 15 05:35:06.414 INFO O| Aug 15 05:35:06.414 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3676 | 2024-08-15T05:35:07.558Z | [ recovery-image] Aug 15 05:35:06.425 INFO O| Aug 15 05:35:06.425 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3677 | 2024-08-15T05:35:07.562Z | [ recovery-image] Aug 15 05:35:06.426 INFO O| Aug 15 05:35:06.426 INFO STEP 11 (remove_files) COMPLETE |
3678 | 2024-08-15T05:35:07.562Z | [ recovery-image] Aug 15 05:35:06.426 INFO O| Aug 15 05:35:06.426 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3679 | 2024-08-15T05:35:07.570Z | [ recovery-image] Aug 15 05:35:06.437 INFO O| Aug 15 05:35:06.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3680 | 2024-08-15T05:35:07.573Z | [ recovery-image] Aug 15 05:35:06.439 INFO O| Aug 15 05:35:06.439 INFO STEP 12 (remove_files) COMPLETE |
3681 | 2024-08-15T05:35:07.573Z | [ recovery-image] Aug 15 05:35:06.439 INFO O| Aug 15 05:35:06.439 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3682 | 2024-08-15T05:35:07.583Z | [ recovery-image] Aug 15 05:35:06.450 INFO O| Aug 15 05:35:06.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3683 | 2024-08-15T05:35:07.766Z | [ recovery-image] Aug 15 05:35:06.632 INFO O| Aug 15 05:35:06.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3684 | 2024-08-15T05:35:07.770Z | [ recovery-image] Aug 15 05:35:06.636 INFO O| Aug 15 05:35:06.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3685 | 2024-08-15T05:35:07.781Z | [ recovery-image] Aug 15 05:35:06.645 INFO O| Aug 15 05:35:06.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3686 | 2024-08-15T05:35:07.785Z | [ recovery-image] Aug 15 05:35:06.649 INFO O| Aug 15 05:35:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3687 | 2024-08-15T05:35:07.826Z | [ recovery-image] Aug 15 05:35:06.692 INFO O| Aug 15 05:35:06.691 INFO STEP 13 (remove_files) COMPLETE |
3688 | 2024-08-15T05:35:07.831Z | [ recovery-image] Aug 15 05:35:06.692 INFO O| Aug 15 05:35:06.692 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3689 | 2024-08-15T05:35:07.839Z | [ recovery-image] Aug 15 05:35:06.704 INFO O| Aug 15 05:35:06.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3690 | 2024-08-15T05:35:07.843Z | [ recovery-image] Aug 15 05:35:06.706 INFO O| Aug 15 05:35:06.706 INFO STEP 14 (remove_files) COMPLETE |
3691 | 2024-08-15T05:35:07.843Z | [ recovery-image] Aug 15 05:35:06.706 INFO O| Aug 15 05:35:06.706 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3692 | 2024-08-15T05:35:07.853Z | [ recovery-image] Aug 15 05:35:06.718 INFO O| Aug 15 05:35:06.717 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3693 | 2024-08-15T05:35:07.857Z | [ recovery-image] Aug 15 05:35:06.724 INFO O| Aug 15 05:35:06.724 INFO STEP 15 (remove_files) COMPLETE |
3694 | 2024-08-15T05:35:07.857Z | [ recovery-image] Aug 15 05:35:06.724 INFO O| Aug 15 05:35:06.724 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3695 | 2024-08-15T05:35:07.870Z | [ recovery-image] Aug 15 05:35:06.737 INFO O| Aug 15 05:35:06.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3696 | 2024-08-15T05:35:07.873Z | [ recovery-image] Aug 15 05:35:06.737 INFO O| Aug 15 05:35:06.737 INFO STEP 16 (remove_files) COMPLETE |
3697 | 2024-08-15T05:35:07.873Z | [ recovery-image] Aug 15 05:35:06.737 INFO O| Aug 15 05:35:06.737 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3698 | 2024-08-15T05:35:07.881Z | [ recovery-image] Aug 15 05:35:06.748 INFO O| Aug 15 05:35:06.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3699 | 2024-08-15T05:35:07.884Z | [ recovery-image] Aug 15 05:35:06.749 INFO O| Aug 15 05:35:06.749 INFO STEP 17 (remove_files) COMPLETE |
3700 | 2024-08-15T05:35:07.884Z | [ recovery-image] Aug 15 05:35:06.750 INFO O| Aug 15 05:35:06.749 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3701 | 2024-08-15T05:35:07.894Z | [ recovery-image] Aug 15 05:35:06.761 INFO O| Aug 15 05:35:06.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3702 | 2024-08-15T05:35:07.894Z | [ recovery-image] Aug 15 05:35:06.761 INFO O| Aug 15 05:35:06.761 INFO STEP 18 (remove_files) COMPLETE |
3703 | 2024-08-15T05:35:07.894Z | [ recovery-image] Aug 15 05:35:06.761 INFO O| Aug 15 05:35:06.761 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3704 | 2024-08-15T05:35:07.906Z | [ recovery-image] Aug 15 05:35:06.772 INFO O| Aug 15 05:35:06.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3705 | 2024-08-15T05:35:07.906Z | [ recovery-image] Aug 15 05:35:06.772 INFO O| Aug 15 05:35:06.772 INFO STEP 19 (remove_files) COMPLETE |
3706 | 2024-08-15T05:35:07.906Z | [ recovery-image] Aug 15 05:35:06.772 INFO O| Aug 15 05:35:06.772 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3707 | 2024-08-15T05:35:07.916Z | [ recovery-image] Aug 15 05:35:06.783 INFO O| Aug 15 05:35:06.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3708 | 2024-08-15T05:35:07.916Z | [ recovery-image] Aug 15 05:35:06.783 INFO O| Aug 15 05:35:06.783 INFO STEP 20 (remove_files) COMPLETE |
3709 | 2024-08-15T05:35:07.918Z | [ recovery-image] Aug 15 05:35:06.783 INFO O| Aug 15 05:35:06.783 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3710 | 2024-08-15T05:35:07.926Z | [ recovery-image] Aug 15 05:35:06.793 INFO O| Aug 15 05:35:06.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3711 | 2024-08-15T05:35:07.926Z | [ recovery-image] Aug 15 05:35:06.793 INFO O| Aug 15 05:35:06.793 INFO STEP 21 (remove_files) COMPLETE |
3712 | 2024-08-15T05:35:07.929Z | [ recovery-image] Aug 15 05:35:06.793 INFO O| Aug 15 05:35:06.793 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3713 | 2024-08-15T05:35:07.936Z | [ recovery-image] Aug 15 05:35:06.803 INFO O| Aug 15 05:35:06.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3714 | 2024-08-15T05:35:07.936Z | [ recovery-image] Aug 15 05:35:06.803 INFO O| Aug 15 05:35:06.803 INFO STEP 22 (remove_files) COMPLETE |
3715 | 2024-08-15T05:35:07.938Z | [ recovery-image] Aug 15 05:35:06.803 INFO O| Aug 15 05:35:06.803 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3716 | 2024-08-15T05:35:07.946Z | [ recovery-image] Aug 15 05:35:06.813 INFO O| Aug 15 05:35:06.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3717 | 2024-08-15T05:35:07.946Z | [ recovery-image] Aug 15 05:35:06.813 INFO O| Aug 15 05:35:06.813 INFO STEP 23 (remove_files) COMPLETE |
3718 | 2024-08-15T05:35:07.949Z | [ recovery-image] Aug 15 05:35:06.813 INFO O| Aug 15 05:35:06.813 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3719 | 2024-08-15T05:35:07.957Z | [ recovery-image] Aug 15 05:35:06.824 INFO O| Aug 15 05:35:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3720 | 2024-08-15T05:35:07.957Z | [ recovery-image] Aug 15 05:35:06.824 INFO O| Aug 15 05:35:06.824 INFO STEP 24 (remove_files) COMPLETE |
3721 | 2024-08-15T05:35:07.957Z | [ recovery-image] Aug 15 05:35:06.824 INFO O| Aug 15 05:35:06.824 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3722 | 2024-08-15T05:35:07.967Z | [ recovery-image] Aug 15 05:35:06.833 INFO O| Aug 15 05:35:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3723 | 2024-08-15T05:35:07.967Z | [ recovery-image] Aug 15 05:35:06.833 INFO O| Aug 15 05:35:06.833 INFO STEP 25 (remove_files) COMPLETE |
3724 | 2024-08-15T05:35:07.971Z | [ recovery-image] Aug 15 05:35:06.834 INFO O| Aug 15 05:35:06.833 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3725 | 2024-08-15T05:35:07.977Z | [ recovery-image] Aug 15 05:35:06.844 INFO O| Aug 15 05:35:06.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3726 | 2024-08-15T05:35:07.977Z | [ recovery-image] Aug 15 05:35:06.844 INFO O| Aug 15 05:35:06.844 INFO STEP 26 (remove_files) COMPLETE |
3727 | 2024-08-15T05:35:07.977Z | [ recovery-image] Aug 15 05:35:06.844 INFO O| Aug 15 05:35:06.844 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3728 | 2024-08-15T05:35:07.988Z | [ recovery-image] Aug 15 05:35:06.854 INFO O| Aug 15 05:35:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3729 | 2024-08-15T05:35:07.988Z | [ recovery-image] Aug 15 05:35:06.854 INFO O| Aug 15 05:35:06.854 INFO STEP 27 (remove_files) COMPLETE |
3730 | 2024-08-15T05:35:07.992Z | [ recovery-image] Aug 15 05:35:06.854 INFO O| Aug 15 05:35:06.854 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3731 | 2024-08-15T05:35:07.997Z | [ recovery-image] Aug 15 05:35:06.864 INFO O| Aug 15 05:35:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3732 | 2024-08-15T05:35:07.997Z | [ recovery-image] Aug 15 05:35:06.864 INFO O| Aug 15 05:35:06.864 INFO STEP 28 (remove_files) COMPLETE |
3733 | 2024-08-15T05:35:08.003Z | [ recovery-image] Aug 15 05:35:06.864 INFO O| Aug 15 05:35:06.864 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3734 | 2024-08-15T05:35:08.008Z | [ recovery-image] Aug 15 05:35:06.874 INFO O| Aug 15 05:35:06.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3735 | 2024-08-15T05:35:08.012Z | [ recovery-image] Aug 15 05:35:06.874 INFO O| Aug 15 05:35:06.874 INFO STEP 29 (remove_files) COMPLETE |
3736 | 2024-08-15T05:35:08.012Z | [ recovery-image] Aug 15 05:35:06.874 INFO O| Aug 15 05:35:06.874 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3737 | 2024-08-15T05:35:08.019Z | [ recovery-image] Aug 15 05:35:06.886 INFO O| Aug 15 05:35:06.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3738 | 2024-08-15T05:35:08.019Z | [ recovery-image] Aug 15 05:35:06.886 INFO O| Aug 15 05:35:06.886 INFO STEP 30 (remove_files) COMPLETE |
3739 | 2024-08-15T05:35:08.022Z | [ recovery-image] Aug 15 05:35:06.886 INFO O| Aug 15 05:35:06.886 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3740 | 2024-08-15T05:35:08.031Z | [ recovery-image] Aug 15 05:35:06.897 INFO O| Aug 15 05:35:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3741 | 2024-08-15T05:35:08.031Z | [ recovery-image] Aug 15 05:35:06.898 INFO O| Aug 15 05:35:06.897 INFO STEP 31 (remove_files) COMPLETE |
3742 | 2024-08-15T05:35:08.034Z | [ recovery-image] Aug 15 05:35:06.898 INFO O| Aug 15 05:35:06.897 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3743 | 2024-08-15T05:35:08.043Z | [ recovery-image] Aug 15 05:35:06.909 INFO O| Aug 15 05:35:06.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3744 | 2024-08-15T05:35:08.043Z | [ recovery-image] Aug 15 05:35:06.909 INFO O| Aug 15 05:35:06.909 INFO STEP 32 (remove_files) COMPLETE |
3745 | 2024-08-15T05:35:08.043Z | [ recovery-image] Aug 15 05:35:06.909 INFO O| Aug 15 05:35:06.909 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3746 | 2024-08-15T05:35:08.053Z | [ recovery-image] Aug 15 05:35:06.919 INFO O| Aug 15 05:35:06.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3747 | 2024-08-15T05:35:08.053Z | [ recovery-image] Aug 15 05:35:06.919 INFO O| Aug 15 05:35:06.919 INFO STEP 33 (remove_files) COMPLETE |
3748 | 2024-08-15T05:35:08.059Z | [ recovery-image] Aug 15 05:35:06.919 INFO O| Aug 15 05:35:06.919 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3749 | 2024-08-15T05:35:08.063Z | [ recovery-image] Aug 15 05:35:06.930 INFO O| Aug 15 05:35:06.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3750 | 2024-08-15T05:35:08.063Z | [ recovery-image] Aug 15 05:35:06.930 INFO O| Aug 15 05:35:06.930 INFO STEP 34 (remove_files) COMPLETE |
3751 | 2024-08-15T05:35:08.072Z | [ recovery-image] Aug 15 05:35:06.930 INFO O| Aug 15 05:35:06.930 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3752 | 2024-08-15T05:35:08.076Z | [ recovery-image] Aug 15 05:35:06.940 INFO O| Aug 15 05:35:06.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3753 | 2024-08-15T05:35:08.076Z | [ recovery-image] Aug 15 05:35:06.940 INFO O| Aug 15 05:35:06.940 INFO STEP 35 (remove_files) COMPLETE |
3754 | 2024-08-15T05:35:08.076Z | [ recovery-image] Aug 15 05:35:06.940 INFO O| Aug 15 05:35:06.940 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3755 | 2024-08-15T05:35:08.083Z | [ recovery-image] Aug 15 05:35:06.950 INFO O| Aug 15 05:35:06.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3756 | 2024-08-15T05:35:08.083Z | [ recovery-image] Aug 15 05:35:06.950 INFO O| Aug 15 05:35:06.950 INFO STEP 36 (remove_files) COMPLETE |
3757 | 2024-08-15T05:35:08.086Z | [ recovery-image] Aug 15 05:35:06.950 INFO O| Aug 15 05:35:06.950 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3758 | 2024-08-15T05:35:08.093Z | [ recovery-image] Aug 15 05:35:06.960 INFO O| Aug 15 05:35:06.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3759 | 2024-08-15T05:35:08.093Z | [ recovery-image] Aug 15 05:35:06.960 INFO O| Aug 15 05:35:06.960 INFO STEP 37 (remove_files) COMPLETE |
3760 | 2024-08-15T05:35:08.096Z | [ recovery-image] Aug 15 05:35:06.960 INFO O| Aug 15 05:35:06.960 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3761 | 2024-08-15T05:35:08.104Z | [ recovery-image] Aug 15 05:35:06.970 INFO O| Aug 15 05:35:06.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3762 | 2024-08-15T05:35:08.104Z | [ recovery-image] Aug 15 05:35:06.970 INFO O| Aug 15 05:35:06.970 INFO STEP 38 (remove_files) COMPLETE |
3763 | 2024-08-15T05:35:08.108Z | [ recovery-image] Aug 15 05:35:06.970 INFO O| Aug 15 05:35:06.970 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3764 | 2024-08-15T05:35:08.113Z | [ recovery-image] Aug 15 05:35:06.980 INFO O| Aug 15 05:35:06.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3765 | 2024-08-15T05:35:08.113Z | [ recovery-image] Aug 15 05:35:06.980 INFO O| Aug 15 05:35:06.980 INFO STEP 39 (remove_files) COMPLETE |
3766 | 2024-08-15T05:35:08.116Z | [ recovery-image] Aug 15 05:35:06.980 INFO O| Aug 15 05:35:06.980 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3767 | 2024-08-15T05:35:08.124Z | [ recovery-image] Aug 15 05:35:06.990 INFO O| Aug 15 05:35:06.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3768 | 2024-08-15T05:35:08.124Z | [ recovery-image] Aug 15 05:35:06.990 INFO O| Aug 15 05:35:06.990 INFO STEP 40 (remove_files) COMPLETE |
3769 | 2024-08-15T05:35:08.127Z | [ recovery-image] Aug 15 05:35:06.990 INFO O| Aug 15 05:35:06.990 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3770 | 2024-08-15T05:35:08.134Z | [ recovery-image] Aug 15 05:35:06.999 INFO O| Aug 15 05:35:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3771 | 2024-08-15T05:35:08.134Z | [ recovery-image] Aug 15 05:35:06.999 INFO O| Aug 15 05:35:06.999 INFO STEP 41 (remove_files) COMPLETE |
3772 | 2024-08-15T05:35:08.137Z | [ recovery-image] Aug 15 05:35:06.999 INFO O| Aug 15 05:35:06.999 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3773 | 2024-08-15T05:35:08.144Z | [ recovery-image] Aug 15 05:35:07.011 INFO O| Aug 15 05:35:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3774 | 2024-08-15T05:35:08.144Z | [ recovery-image] Aug 15 05:35:07.011 INFO O| Aug 15 05:35:07.011 INFO STEP 42 (remove_files) COMPLETE |
3775 | 2024-08-15T05:35:08.148Z | [ recovery-image] Aug 15 05:35:07.011 INFO O| Aug 15 05:35:07.011 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3776 | 2024-08-15T05:35:08.154Z | [ recovery-image] Aug 15 05:35:07.021 INFO O| Aug 15 05:35:07.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3777 | 2024-08-15T05:35:08.154Z | [ recovery-image] Aug 15 05:35:07.021 INFO O| Aug 15 05:35:07.021 INFO STEP 43 (remove_files) COMPLETE |
3778 | 2024-08-15T05:35:08.154Z | [ recovery-image] Aug 15 05:35:07.021 INFO O| Aug 15 05:35:07.021 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3779 | 2024-08-15T05:35:08.163Z | [ recovery-image] Aug 15 05:35:07.030 INFO O| Aug 15 05:35:07.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3780 | 2024-08-15T05:35:08.163Z | [ recovery-image] Aug 15 05:35:07.030 INFO O| Aug 15 05:35:07.030 INFO STEP 44 (remove_files) COMPLETE |
3781 | 2024-08-15T05:35:08.169Z | [ recovery-image] Aug 15 05:35:07.030 INFO O| Aug 15 05:35:07.030 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3782 | 2024-08-15T05:35:08.175Z | [ recovery-image] Aug 15 05:35:07.040 INFO O| Aug 15 05:35:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3783 | 2024-08-15T05:35:08.175Z | [ recovery-image] Aug 15 05:35:07.040 INFO O| Aug 15 05:35:07.040 INFO STEP 45 (remove_files) COMPLETE |
3784 | 2024-08-15T05:35:08.179Z | [ recovery-image] Aug 15 05:35:07.040 INFO O| Aug 15 05:35:07.040 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3785 | 2024-08-15T05:35:08.186Z | [ recovery-image] Aug 15 05:35:07.050 INFO O| Aug 15 05:35:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3786 | 2024-08-15T05:35:08.186Z | [ recovery-image] Aug 15 05:35:07.050 INFO O| Aug 15 05:35:07.050 INFO STEP 46 (remove_files) COMPLETE |
3787 | 2024-08-15T05:35:08.186Z | [ recovery-image] Aug 15 05:35:07.050 INFO O| Aug 15 05:35:07.050 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3788 | 2024-08-15T05:35:08.193Z | [ recovery-image] Aug 15 05:35:07.060 INFO O| Aug 15 05:35:07.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3789 | 2024-08-15T05:35:08.195Z | [ recovery-image] Aug 15 05:35:07.060 INFO O| Aug 15 05:35:07.060 INFO STEP 47 (remove_files) COMPLETE |
3790 | 2024-08-15T05:35:08.195Z | [ recovery-image] Aug 15 05:35:07.060 INFO O| Aug 15 05:35:07.060 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3791 | 2024-08-15T05:35:08.203Z | [ recovery-image] Aug 15 05:35:07.070 INFO O| Aug 15 05:35:07.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3792 | 2024-08-15T05:35:08.203Z | [ recovery-image] Aug 15 05:35:07.070 INFO O| Aug 15 05:35:07.070 INFO STEP 48 (remove_files) COMPLETE |
3793 | 2024-08-15T05:35:08.206Z | [ recovery-image] Aug 15 05:35:07.070 INFO O| Aug 15 05:35:07.070 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3794 | 2024-08-15T05:35:08.213Z | [ recovery-image] Aug 15 05:35:07.080 INFO O| Aug 15 05:35:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3795 | 2024-08-15T05:35:08.213Z | [ recovery-image] Aug 15 05:35:07.081 INFO O| Aug 15 05:35:07.081 INFO STEP 49 (remove_files) COMPLETE |
3796 | 2024-08-15T05:35:08.213Z | [ recovery-image] Aug 15 05:35:07.081 INFO O| Aug 15 05:35:07.081 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3797 | 2024-08-15T05:35:08.224Z | [ recovery-image] Aug 15 05:35:07.091 INFO O| Aug 15 05:35:07.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3798 | 2024-08-15T05:35:08.227Z | [ recovery-image] Aug 15 05:35:07.091 INFO O| Aug 15 05:35:07.091 INFO STEP 50 (remove_files) COMPLETE |
3799 | 2024-08-15T05:35:08.227Z | [ recovery-image] Aug 15 05:35:07.091 INFO O| Aug 15 05:35:07.091 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3800 | 2024-08-15T05:35:08.234Z | [ recovery-image] Aug 15 05:35:07.101 INFO O| Aug 15 05:35:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3801 | 2024-08-15T05:35:08.234Z | [ recovery-image] Aug 15 05:35:07.101 INFO O| Aug 15 05:35:07.101 INFO STEP 51 (remove_files) COMPLETE |
3802 | 2024-08-15T05:35:08.234Z | [ recovery-image] Aug 15 05:35:07.101 INFO O| Aug 15 05:35:07.101 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3803 | 2024-08-15T05:35:08.244Z | [ recovery-image] Aug 15 05:35:07.111 INFO O| Aug 15 05:35:07.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3804 | 2024-08-15T05:35:08.244Z | [ recovery-image] Aug 15 05:35:07.111 INFO O| Aug 15 05:35:07.111 INFO STEP 52 (remove_files) COMPLETE |
3805 | 2024-08-15T05:35:08.246Z | [ recovery-image] Aug 15 05:35:07.111 INFO O| Aug 15 05:35:07.111 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3806 | 2024-08-15T05:35:08.256Z | [ recovery-image] Aug 15 05:35:07.124 INFO O| Aug 15 05:35:07.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3807 | 2024-08-15T05:35:08.256Z | [ recovery-image] Aug 15 05:35:07.124 INFO O| Aug 15 05:35:07.124 INFO STEP 53 (remove_files) COMPLETE |
3808 | 2024-08-15T05:35:08.257Z | [ recovery-image] Aug 15 05:35:07.124 INFO O| Aug 15 05:35:07.124 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3809 | 2024-08-15T05:35:08.268Z | [ recovery-image] Aug 15 05:35:07.135 INFO O| Aug 15 05:35:07.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3810 | 2024-08-15T05:35:08.268Z | [ recovery-image] Aug 15 05:35:07.136 INFO O| Aug 15 05:35:07.135 INFO STEP 54 (remove_files) COMPLETE |
3811 | 2024-08-15T05:35:08.268Z | [ recovery-image] Aug 15 05:35:07.136 INFO O| Aug 15 05:35:07.135 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3812 | 2024-08-15T05:35:08.279Z | [ recovery-image] Aug 15 05:35:07.147 INFO O| Aug 15 05:35:07.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3813 | 2024-08-15T05:35:08.279Z | [ recovery-image] Aug 15 05:35:07.147 INFO O| Aug 15 05:35:07.147 INFO STEP 55 (remove_files) COMPLETE |
3814 | 2024-08-15T05:35:08.282Z | [ recovery-image] Aug 15 05:35:07.147 INFO O| Aug 15 05:35:07.147 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3815 | 2024-08-15T05:35:08.291Z | [ recovery-image] Aug 15 05:35:07.157 INFO O| Aug 15 05:35:07.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3816 | 2024-08-15T05:35:08.296Z | [ recovery-image] Aug 15 05:35:07.157 INFO O| Aug 15 05:35:07.157 INFO STEP 56 (remove_files) COMPLETE |
3817 | 2024-08-15T05:35:08.296Z | [ recovery-image] Aug 15 05:35:07.157 INFO O| Aug 15 05:35:07.157 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3818 | 2024-08-15T05:35:08.308Z | [ recovery-image] Aug 15 05:35:07.167 INFO O| Aug 15 05:35:07.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3819 | 2024-08-15T05:35:08.309Z | [ recovery-image] Aug 15 05:35:07.167 INFO O| Aug 15 05:35:07.167 INFO STEP 57 (remove_files) COMPLETE |
3820 | 2024-08-15T05:35:08.309Z | [ recovery-image] Aug 15 05:35:07.167 INFO O| Aug 15 05:35:07.167 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3821 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3822 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3823 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3824 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3825 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3826 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3827 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO ok! |
3828 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO STEP 58 (ensure_file) COMPLETE |
3829 | 2024-08-15T05:35:08.313Z | [ recovery-image] Aug 15 05:35:07.178 INFO O| Aug 15 05:35:07.178 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3830 | 2024-08-15T05:35:08.322Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3831 | 2024-08-15T05:35:08.322Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3832 | 2024-08-15T05:35:08.325Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3833 | 2024-08-15T05:35:08.325Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3834 | 2024-08-15T05:35:08.325Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3835 | 2024-08-15T05:35:08.325Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3836 | 2024-08-15T05:35:08.325Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO ok! |
3837 | 2024-08-15T05:35:08.325Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO STEP 59 (ensure_file) COMPLETE |
3838 | 2024-08-15T05:35:08.325Z | [ recovery-image] Aug 15 05:35:07.189 INFO O| Aug 15 05:35:07.189 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3839 | 2024-08-15T05:35:08.332Z | [ recovery-image] Aug 15 05:35:07.199 INFO O| Aug 15 05:35:07.199 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3840 | 2024-08-15T05:35:08.332Z | [ recovery-image] Aug 15 05:35:07.200 INFO O| Aug 15 05:35:07.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3841 | 2024-08-15T05:35:08.335Z | [ recovery-image] Aug 15 05:35:07.200 INFO O| Aug 15 05:35:07.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3842 | 2024-08-15T05:35:08.335Z | [ recovery-image] Aug 15 05:35:07.200 INFO O| Aug 15 05:35:07.200 INFO ok! |
3843 | 2024-08-15T05:35:08.335Z | [ recovery-image] Aug 15 05:35:07.200 INFO O| Aug 15 05:35:07.200 INFO STEP 60 (ensure_file) COMPLETE |
3844 | 2024-08-15T05:35:08.335Z | [ recovery-image] Aug 15 05:35:07.200 INFO O| Aug 15 05:35:07.200 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3845 | 2024-08-15T05:35:08.343Z | [ recovery-image] Aug 15 05:35:07.210 INFO O| Aug 15 05:35:07.210 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3846 | 2024-08-15T05:35:08.343Z | [ recovery-image] Aug 15 05:35:07.210 INFO O| Aug 15 05:35:07.210 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3847 | 2024-08-15T05:35:08.345Z | [ recovery-image] Aug 15 05:35:07.210 INFO O| Aug 15 05:35:07.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3848 | 2024-08-15T05:35:08.345Z | [ recovery-image] Aug 15 05:35:07.210 INFO O| Aug 15 05:35:07.210 INFO ok! |
3849 | 2024-08-15T05:35:08.345Z | [ recovery-image] Aug 15 05:35:07.210 INFO O| Aug 15 05:35:07.210 INFO STEP 61 (ensure_file) COMPLETE |
3850 | 2024-08-15T05:35:08.345Z | [ recovery-image] Aug 15 05:35:07.210 INFO O| Aug 15 05:35:07.210 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3851 | 2024-08-15T05:35:08.353Z | [ recovery-image] Aug 15 05:35:07.220 INFO O| Aug 15 05:35:07.220 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3852 | 2024-08-15T05:35:08.353Z | [ recovery-image] Aug 15 05:35:07.220 INFO O| Aug 15 05:35:07.220 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3853 | 2024-08-15T05:35:08.356Z | [ recovery-image] Aug 15 05:35:07.221 INFO O| Aug 15 05:35:07.221 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3854 | 2024-08-15T05:35:08.356Z | [ recovery-image] Aug 15 05:35:07.221 INFO O| Aug 15 05:35:07.221 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3855 | 2024-08-15T05:35:08.356Z | [ recovery-image] Aug 15 05:35:07.221 INFO O| Aug 15 05:35:07.221 INFO ok! |
3856 | 2024-08-15T05:35:08.356Z | [ recovery-image] Aug 15 05:35:07.221 INFO O| Aug 15 05:35:07.221 INFO STEP 62 (ensure_file) COMPLETE |
3857 | 2024-08-15T05:35:08.356Z | [ recovery-image] Aug 15 05:35:07.221 INFO O| Aug 15 05:35:07.221 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3858 | 2024-08-15T05:35:08.364Z | [ recovery-image] Aug 15 05:35:07.231 INFO O| Aug 15 05:35:07.231 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3859 | 2024-08-15T05:35:08.364Z | [ recovery-image] Aug 15 05:35:07.231 INFO O| Aug 15 05:35:07.231 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3860 | 2024-08-15T05:35:08.366Z | [ recovery-image] Aug 15 05:35:07.231 INFO O| Aug 15 05:35:07.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3861 | 2024-08-15T05:35:08.366Z | [ recovery-image] Aug 15 05:35:07.231 INFO O| Aug 15 05:35:07.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3862 | 2024-08-15T05:35:08.366Z | [ recovery-image] Aug 15 05:35:07.231 INFO O| Aug 15 05:35:07.231 INFO ok! |
3863 | 2024-08-15T05:35:08.366Z | [ recovery-image] Aug 15 05:35:07.231 INFO O| Aug 15 05:35:07.231 INFO STEP 63 (ensure_file) COMPLETE |
3864 | 2024-08-15T05:35:08.366Z | [ recovery-image] Aug 15 05:35:07.231 INFO O| Aug 15 05:35:07.231 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3865 | 2024-08-15T05:35:08.375Z | [ recovery-image] Aug 15 05:35:07.243 INFO O| Aug 15 05:35:07.243 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3866 | 2024-08-15T05:35:08.376Z | [ recovery-image] Aug 15 05:35:07.243 INFO O| Aug 15 05:35:07.243 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3867 | 2024-08-15T05:35:08.378Z | [ recovery-image] Aug 15 05:35:07.243 INFO O| Aug 15 05:35:07.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3868 | 2024-08-15T05:35:08.378Z | [ recovery-image] Aug 15 05:35:07.243 INFO O| Aug 15 05:35:07.243 INFO ok! |
3869 | 2024-08-15T05:35:08.378Z | [ recovery-image] Aug 15 05:35:07.243 INFO O| Aug 15 05:35:07.243 INFO STEP 64 (assemble_files) COMPLETE |
3870 | 2024-08-15T05:35:08.378Z | [ recovery-image] Aug 15 05:35:07.243 INFO O| Aug 15 05:35:07.243 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3871 | 2024-08-15T05:35:08.387Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3872 | 2024-08-15T05:35:08.387Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3873 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3874 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3875 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO ok! |
3876 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO STEP 65 (ensure_file) COMPLETE |
3877 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3878 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO skip step because feature "omicron1" is not enabled |
3879 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3880 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO skip step because feature "omicron1" is not enabled |
3881 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3882 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO skip step because feature "omicron1" is not enabled |
3883 | 2024-08-15T05:35:08.391Z | [ recovery-image] Aug 15 05:35:07.254 INFO O| Aug 15 05:35:07.254 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3884 | 2024-08-15T05:35:08.403Z | [ recovery-image] Aug 15 05:35:07.270 INFO O| Aug 15 05:35:07.270 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3885 | 2024-08-15T05:35:08.403Z | [ recovery-image] Aug 15 05:35:07.270 INFO O| Aug 15 05:35:07.270 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3886 | 2024-08-15T05:35:09.312Z | [ host-image] Aug 15 05:35:08.179 INFO O| Aug 15 05:35:08.179 INFO O| Actions: 13439/49260 actions (Installing new actions) |
3887 | 2024-08-15T05:35:10.088Z | [ recovery-image] Aug 15 05:35:08.955 INFO O| Aug 15 05:35:08.955 INFO STEP 69 (pack_tar) COMPLETE |
3888 | 2024-08-15T05:35:10.088Z | [ recovery-image] Aug 15 05:35:08.955 INFO O| Aug 15 05:35:08.955 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3889 | 2024-08-15T05:35:10.091Z | [ recovery-image] Aug 15 05:35:08.955 INFO O| Aug 15 05:35:08.955 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3890 | 2024-08-15T05:35:10.357Z | [ recovery-image] Aug 15 05:35:09.222 INFO O| Aug 15 05:35:09.222 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3891 | 2024-08-15T05:35:10.485Z | [ recovery-image] Aug 15 05:35:09.352 INFO O| Aug 15 05:35:09.352 INFO completed processing gimlet/ramdisk-02-trim |
3892 | 2024-08-15T05:35:10.488Z | [ recovery-image] Aug 15 05:35:09.354 INFO image builder template: ramdisk-03-recovery-trim... |
3893 | 2024-08-15T05:35:10.488Z | [ recovery-image] Aug 15 05:35:09.354 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/.tmpSQepOS/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 |
3894 | 2024-08-15T05:35:10.605Z | [ recovery-image] Aug 15 05:35:09.463 INFO O| Aug 15 05:35:09.463 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3895 | 2024-08-15T05:35:10.619Z | [ recovery-image] Aug 15 05:35:09.468 INFO O| Aug 15 05:35:09.468 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3896 | 2024-08-15T05:35:10.701Z | [ recovery-image] Aug 15 05:35:09.567 INFO O| Aug 15 05:35:09.567 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3897 | 2024-08-15T05:35:10.758Z | [ recovery-image] Aug 15 05:35:09.617 INFO O| Aug 15 05:35:09.617 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3898 | 2024-08-15T05:35:10.767Z | [ recovery-image] Aug 15 05:35:09.617 INFO O| Aug 15 05:35:09.617 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3899 | 2024-08-15T05:35:10.776Z | [ recovery-image] Aug 15 05:35:09.632 INFO O| Aug 15 05:35:09.632 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3900 | 2024-08-15T05:35:10.776Z | [ recovery-image] Aug 15 05:35:09.639 INFO O| Aug 15 05:35:09.639 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3901 | 2024-08-15T05:35:10.784Z | [ recovery-image] Aug 15 05:35:09.648 INFO O| Aug 15 05:35:09.648 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3902 | 2024-08-15T05:35:11.104Z | [ recovery-image] Aug 15 05:35:09.970 INFO O| Aug 15 05:35:09.970 INFO rolled back to input snapshot; work may begin |
3903 | 2024-08-15T05:35:11.104Z | [ recovery-image] Aug 15 05:35:09.970 INFO O| Aug 15 05:35:09.970 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3904 | 2024-08-15T05:35:11.112Z | [ recovery-image] Aug 15 05:35:09.978 INFO O| Aug 15 05:35:09.978 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-15T05:35:11.125Z | [ recovery-image] Aug 15 05:35:09.991 INFO O| Aug 15 05:35:09.991 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3906 | 2024-08-15T05:35:11.128Z | [ recovery-image] Aug 15 05:35:09.995 INFO O| Aug 15 05:35:09.995 INFO STEP 0 (remove_files) COMPLETE |
3907 | 2024-08-15T05:35:11.128Z | [ recovery-image] Aug 15 05:35:09.995 INFO O| Aug 15 05:35:09.995 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3908 | 2024-08-15T05:35:11.144Z | [ recovery-image] Aug 15 05:35:10.011 INFO O| Aug 15 05:35:10.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3909 | 2024-08-15T05:35:11.208Z | [ recovery-image] Aug 15 05:35:10.075 INFO O| Aug 15 05:35:10.075 INFO STEP 1 (remove_files) COMPLETE |
3910 | 2024-08-15T05:35:11.208Z | [ recovery-image] Aug 15 05:35:10.075 INFO O| Aug 15 05:35:10.075 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3911 | 2024-08-15T05:35:11.223Z | [ recovery-image] Aug 15 05:35:10.090 INFO O| Aug 15 05:35:10.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3912 | 2024-08-15T05:35:11.227Z | [ recovery-image] Aug 15 05:35:10.092 INFO O| Aug 15 05:35:10.092 INFO STEP 2 (remove_files) COMPLETE |
3913 | 2024-08-15T05:35:11.227Z | [ recovery-image] Aug 15 05:35:10.092 INFO O| Aug 15 05:35:10.092 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-15T05:35:11.239Z | [ recovery-image] Aug 15 05:35:10.106 INFO O| Aug 15 05:35:10.106 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3915 | 2024-08-15T05:35:11.290Z | [ recovery-image] Aug 15 05:35:10.156 INFO O| Aug 15 05:35:10.156 INFO STEP 3 (remove_files) COMPLETE |
3916 | 2024-08-15T05:35:11.290Z | [ recovery-image] Aug 15 05:35:10.156 INFO O| Aug 15 05:35:10.156 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-15T05:35:11.305Z | [ recovery-image] Aug 15 05:35:10.171 INFO O| Aug 15 05:35:10.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3918 | 2024-08-15T05:35:11.320Z | [ recovery-image] Aug 15 05:35:10.186 INFO O| Aug 15 05:35:10.186 INFO STEP 4 (remove_files) COMPLETE |
3919 | 2024-08-15T05:35:11.320Z | [ recovery-image] Aug 15 05:35:10.186 INFO O| Aug 15 05:35:10.186 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-15T05:35:11.332Z | [ recovery-image] Aug 15 05:35:10.199 INFO O| Aug 15 05:35:10.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3921 | 2024-08-15T05:35:11.336Z | [ recovery-image] Aug 15 05:35:10.203 INFO O| Aug 15 05:35:10.202 INFO STEP 5 (remove_files) COMPLETE |
3922 | 2024-08-15T05:35:11.336Z | [ recovery-image] Aug 15 05:35:10.203 INFO O| Aug 15 05:35:10.203 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-15T05:35:11.348Z | [ recovery-image] Aug 15 05:35:10.215 INFO O| Aug 15 05:35:10.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3924 | 2024-08-15T05:35:11.351Z | [ recovery-image] Aug 15 05:35:10.217 INFO O| Aug 15 05:35:10.217 INFO STEP 6 (remove_files) COMPLETE |
3925 | 2024-08-15T05:35:11.351Z | [ recovery-image] Aug 15 05:35:10.217 INFO O| Aug 15 05:35:10.217 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-15T05:35:11.365Z | [ recovery-image] Aug 15 05:35:10.232 INFO O| Aug 15 05:35:10.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3927 | 2024-08-15T05:35:11.367Z | [ recovery-image] Aug 15 05:35:10.234 INFO O| Aug 15 05:35:10.233 INFO STEP 7 (remove_files) COMPLETE |
3928 | 2024-08-15T05:35:11.367Z | [ recovery-image] Aug 15 05:35:10.234 INFO O| Aug 15 05:35:10.234 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-15T05:35:11.380Z | [ recovery-image] Aug 15 05:35:10.247 INFO O| Aug 15 05:35:10.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3930 | 2024-08-15T05:35:11.383Z | [ recovery-image] Aug 15 05:35:10.250 INFO O| Aug 15 05:35:10.250 INFO STEP 8 (remove_files) COMPLETE |
3931 | 2024-08-15T05:35:11.383Z | [ recovery-image] Aug 15 05:35:10.250 INFO O| Aug 15 05:35:10.250 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-15T05:35:11.395Z | [ recovery-image] Aug 15 05:35:10.262 INFO O| Aug 15 05:35:10.262 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3933 | 2024-08-15T05:35:11.398Z | [ recovery-image] Aug 15 05:35:10.262 INFO O| Aug 15 05:35:10.262 INFO STEP 9 (remove_files) COMPLETE |
3934 | 2024-08-15T05:35:11.398Z | [ recovery-image] Aug 15 05:35:10.262 INFO O| Aug 15 05:35:10.262 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-15T05:35:11.407Z | [ recovery-image] Aug 15 05:35:10.274 INFO O| Aug 15 05:35:10.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3936 | 2024-08-15T05:35:11.409Z | [ recovery-image] Aug 15 05:35:10.275 INFO O| Aug 15 05:35:10.275 INFO STEP 10 (remove_files) COMPLETE |
3937 | 2024-08-15T05:35:11.409Z | [ recovery-image] Aug 15 05:35:10.275 INFO O| Aug 15 05:35:10.275 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-15T05:35:11.420Z | [ recovery-image] Aug 15 05:35:10.287 INFO O| Aug 15 05:35:10.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3939 | 2024-08-15T05:35:11.476Z | [ recovery-image] Aug 15 05:35:10.342 INFO O| Aug 15 05:35:10.342 INFO STEP 11 (remove_files) COMPLETE |
3940 | 2024-08-15T05:35:11.476Z | [ recovery-image] Aug 15 05:35:10.342 INFO O| Aug 15 05:35:10.342 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-15T05:35:11.489Z | [ recovery-image] Aug 15 05:35:10.356 INFO O| Aug 15 05:35:10.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3942 | 2024-08-15T05:35:11.492Z | [ recovery-image] Aug 15 05:35:10.359 INFO O| Aug 15 05:35:10.359 INFO STEP 12 (remove_files) COMPLETE |
3943 | 2024-08-15T05:35:11.492Z | [ recovery-image] Aug 15 05:35:10.359 INFO O| Aug 15 05:35:10.359 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-15T05:35:11.505Z | [ recovery-image] Aug 15 05:35:10.372 INFO O| Aug 15 05:35:10.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3945 | 2024-08-15T05:35:11.507Z | [ recovery-image] Aug 15 05:35:10.374 INFO O| Aug 15 05:35:10.374 INFO STEP 13 (remove_files) COMPLETE |
3946 | 2024-08-15T05:35:11.507Z | [ recovery-image] Aug 15 05:35:10.374 INFO O| Aug 15 05:35:10.374 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-15T05:35:11.519Z | [ recovery-image] Aug 15 05:35:10.386 INFO O| Aug 15 05:35:10.386 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3948 | 2024-08-15T05:35:11.522Z | [ recovery-image] Aug 15 05:35:10.386 INFO O| Aug 15 05:35:10.386 INFO STEP 14 (remove_files) COMPLETE |
3949 | 2024-08-15T05:35:11.522Z | [ recovery-image] Aug 15 05:35:10.386 INFO O| Aug 15 05:35:10.386 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-15T05:35:11.530Z | [ recovery-image] Aug 15 05:35:10.397 INFO O| Aug 15 05:35:10.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3951 | 2024-08-15T05:35:11.533Z | [ recovery-image] Aug 15 05:35:10.399 INFO O| Aug 15 05:35:10.399 INFO STEP 15 (remove_files) COMPLETE |
3952 | 2024-08-15T05:35:11.533Z | [ recovery-image] Aug 15 05:35:10.399 INFO O| Aug 15 05:35:10.399 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-15T05:35:11.543Z | [ recovery-image] Aug 15 05:35:10.410 INFO O| Aug 15 05:35:10.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3954 | 2024-08-15T05:35:11.551Z | [ recovery-image] Aug 15 05:35:10.418 INFO O| Aug 15 05:35:10.418 INFO STEP 16 (remove_files) COMPLETE |
3955 | 2024-08-15T05:35:11.551Z | [ recovery-image] Aug 15 05:35:10.418 INFO O| Aug 15 05:35:10.418 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-15T05:35:11.564Z | [ recovery-image] Aug 15 05:35:10.430 INFO O| Aug 15 05:35:10.430 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3957 | 2024-08-15T05:35:11.564Z | [ recovery-image] Aug 15 05:35:10.431 INFO O| Aug 15 05:35:10.430 INFO STEP 17 (remove_files) COMPLETE |
3958 | 2024-08-15T05:35:11.566Z | [ recovery-image] Aug 15 05:35:10.431 INFO O| Aug 15 05:35:10.431 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-15T05:35:11.575Z | [ recovery-image] Aug 15 05:35:10.442 INFO O| Aug 15 05:35:10.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3960 | 2024-08-15T05:35:11.578Z | [ recovery-image] Aug 15 05:35:10.443 INFO O| Aug 15 05:35:10.442 INFO STEP 18 (remove_files) COMPLETE |
3961 | 2024-08-15T05:35:11.578Z | [ recovery-image] Aug 15 05:35:10.443 INFO O| Aug 15 05:35:10.443 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-15T05:35:11.587Z | [ recovery-image] Aug 15 05:35:10.454 INFO O| Aug 15 05:35:10.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3963 | 2024-08-15T05:35:11.628Z | [ recovery-image] Aug 15 05:35:10.495 INFO O| Aug 15 05:35:10.495 INFO STEP 19 (remove_files) COMPLETE |
3964 | 2024-08-15T05:35:11.628Z | [ recovery-image] Aug 15 05:35:10.495 INFO O| Aug 15 05:35:10.495 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-15T05:35:11.642Z | [ recovery-image] Aug 15 05:35:10.508 INFO O| Aug 15 05:35:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3966 | 2024-08-15T05:35:11.645Z | [ recovery-image] Aug 15 05:35:10.510 INFO O| Aug 15 05:35:10.510 INFO STEP 20 (remove_files) COMPLETE |
3967 | 2024-08-15T05:35:11.645Z | [ recovery-image] Aug 15 05:35:10.510 INFO O| Aug 15 05:35:10.510 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-15T05:35:11.655Z | [ recovery-image] Aug 15 05:35:10.522 INFO O| Aug 15 05:35:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3969 | 2024-08-15T05:35:11.655Z | [ recovery-image] Aug 15 05:35:10.522 INFO O| Aug 15 05:35:10.522 INFO STEP 21 (remove_files) COMPLETE |
3970 | 2024-08-15T05:35:11.658Z | [ recovery-image] Aug 15 05:35:10.522 INFO O| Aug 15 05:35:10.522 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-15T05:35:11.666Z | [ recovery-image] Aug 15 05:35:10.533 INFO O| Aug 15 05:35:10.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3972 | 2024-08-15T05:35:11.669Z | [ recovery-image] Aug 15 05:35:10.533 INFO O| Aug 15 05:35:10.533 INFO STEP 22 (remove_files) COMPLETE |
3973 | 2024-08-15T05:35:11.669Z | [ recovery-image] Aug 15 05:35:10.533 INFO O| Aug 15 05:35:10.533 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-15T05:35:11.678Z | [ recovery-image] Aug 15 05:35:10.544 INFO O| Aug 15 05:35:10.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3975 | 2024-08-15T05:35:11.678Z | [ recovery-image] Aug 15 05:35:10.544 INFO O| Aug 15 05:35:10.544 INFO STEP 23 (remove_files) COMPLETE |
3976 | 2024-08-15T05:35:11.678Z | [ recovery-image] Aug 15 05:35:10.544 INFO O| Aug 15 05:35:10.544 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-15T05:35:11.689Z | [ recovery-image] Aug 15 05:35:10.556 INFO O| Aug 15 05:35:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3978 | 2024-08-15T05:35:11.692Z | [ recovery-image] Aug 15 05:35:10.557 INFO O| Aug 15 05:35:10.557 INFO STEP 24 (remove_files) COMPLETE |
3979 | 2024-08-15T05:35:11.692Z | [ recovery-image] Aug 15 05:35:10.557 INFO O| Aug 15 05:35:10.557 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-15T05:35:11.702Z | [ recovery-image] Aug 15 05:35:10.568 INFO O| Aug 15 05:35:10.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3981 | 2024-08-15T05:35:11.702Z | [ recovery-image] Aug 15 05:35:10.568 INFO O| Aug 15 05:35:10.568 INFO STEP 25 (remove_files) COMPLETE |
3982 | 2024-08-15T05:35:11.702Z | [ recovery-image] Aug 15 05:35:10.569 INFO O| Aug 15 05:35:10.568 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-15T05:35:11.712Z | [ recovery-image] Aug 15 05:35:10.579 INFO O| Aug 15 05:35:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3984 | 2024-08-15T05:35:11.715Z | [ recovery-image] Aug 15 05:35:10.579 INFO O| Aug 15 05:35:10.579 INFO STEP 26 (remove_files) COMPLETE |
3985 | 2024-08-15T05:35:11.715Z | [ recovery-image] Aug 15 05:35:10.579 INFO O| Aug 15 05:35:10.579 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-15T05:35:11.723Z | [ recovery-image] Aug 15 05:35:10.590 INFO O| Aug 15 05:35:10.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3987 | 2024-08-15T05:35:11.725Z | [ recovery-image] Aug 15 05:35:10.590 INFO O| Aug 15 05:35:10.590 INFO STEP 27 (remove_files) COMPLETE |
3988 | 2024-08-15T05:35:11.725Z | [ recovery-image] Aug 15 05:35:10.590 INFO O| Aug 15 05:35:10.590 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-15T05:35:11.734Z | [ recovery-image] Aug 15 05:35:10.601 INFO O| Aug 15 05:35:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3990 | 2024-08-15T05:35:11.734Z | [ recovery-image] Aug 15 05:35:10.601 INFO O| Aug 15 05:35:10.601 INFO STEP 28 (remove_files) COMPLETE |
3991 | 2024-08-15T05:35:11.734Z | [ recovery-image] Aug 15 05:35:10.601 INFO O| Aug 15 05:35:10.601 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-15T05:35:11.745Z | [ recovery-image] Aug 15 05:35:10.612 INFO O| Aug 15 05:35:10.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3993 | 2024-08-15T05:35:11.745Z | [ recovery-image] Aug 15 05:35:10.612 INFO O| Aug 15 05:35:10.612 INFO STEP 29 (remove_files) COMPLETE |
3994 | 2024-08-15T05:35:11.747Z | [ recovery-image] Aug 15 05:35:10.612 INFO O| Aug 15 05:35:10.612 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-15T05:35:11.756Z | [ recovery-image] Aug 15 05:35:10.623 INFO O| Aug 15 05:35:10.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3996 | 2024-08-15T05:35:11.756Z | [ recovery-image] Aug 15 05:35:10.623 INFO O| Aug 15 05:35:10.623 INFO STEP 30 (remove_files) COMPLETE |
3997 | 2024-08-15T05:35:11.758Z | [ recovery-image] Aug 15 05:35:10.623 INFO O| Aug 15 05:35:10.623 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-15T05:35:11.766Z | [ recovery-image] Aug 15 05:35:10.633 INFO O| Aug 15 05:35:10.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3999 | 2024-08-15T05:35:11.766Z | [ recovery-image] Aug 15 05:35:10.633 INFO O| Aug 15 05:35:10.633 INFO STEP 31 (remove_files) COMPLETE |
4000 | 2024-08-15T05:35:11.766Z | [ recovery-image] Aug 15 05:35:10.633 INFO O| Aug 15 05:35:10.633 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-15T05:35:11.776Z | [ recovery-image] Aug 15 05:35:10.643 INFO O| Aug 15 05:35:10.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4002 | 2024-08-15T05:35:11.776Z | [ recovery-image] Aug 15 05:35:10.643 INFO O| Aug 15 05:35:10.643 INFO STEP 32 (remove_files) COMPLETE |
4003 | 2024-08-15T05:35:11.778Z | [ recovery-image] Aug 15 05:35:10.643 INFO O| Aug 15 05:35:10.643 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-15T05:35:11.786Z | [ recovery-image] Aug 15 05:35:10.653 INFO O| Aug 15 05:35:10.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4005 | 2024-08-15T05:35:11.787Z | [ recovery-image] Aug 15 05:35:10.653 INFO O| Aug 15 05:35:10.653 INFO STEP 33 (remove_files) COMPLETE |
4006 | 2024-08-15T05:35:11.787Z | [ recovery-image] Aug 15 05:35:10.653 INFO O| Aug 15 05:35:10.653 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-15T05:35:11.795Z | [ recovery-image] Aug 15 05:35:10.662 INFO O| Aug 15 05:35:10.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4008 | 2024-08-15T05:35:11.799Z | [ recovery-image] Aug 15 05:35:10.662 INFO O| Aug 15 05:35:10.662 INFO STEP 34 (remove_files) COMPLETE |
4009 | 2024-08-15T05:35:11.799Z | [ recovery-image] Aug 15 05:35:10.662 INFO O| Aug 15 05:35:10.662 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-15T05:35:11.805Z | [ recovery-image] Aug 15 05:35:10.672 INFO O| Aug 15 05:35:10.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4011 | 2024-08-15T05:35:11.805Z | [ recovery-image] Aug 15 05:35:10.672 INFO O| Aug 15 05:35:10.672 INFO STEP 35 (remove_files) COMPLETE |
4012 | 2024-08-15T05:35:11.805Z | [ recovery-image] Aug 15 05:35:10.672 INFO O| Aug 15 05:35:10.672 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-15T05:35:11.816Z | [ recovery-image] Aug 15 05:35:10.682 INFO O| Aug 15 05:35:10.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4014 | 2024-08-15T05:35:11.816Z | [ recovery-image] Aug 15 05:35:10.682 INFO O| Aug 15 05:35:10.682 INFO STEP 36 (remove_files) COMPLETE |
4015 | 2024-08-15T05:35:11.818Z | [ recovery-image] Aug 15 05:35:10.683 INFO O| Aug 15 05:35:10.682 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-15T05:35:11.826Z | [ recovery-image] Aug 15 05:35:10.693 INFO O| Aug 15 05:35:10.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4017 | 2024-08-15T05:35:11.828Z | [ recovery-image] Aug 15 05:35:10.693 INFO O| Aug 15 05:35:10.693 INFO STEP 37 (remove_files) COMPLETE |
4018 | 2024-08-15T05:35:11.828Z | [ recovery-image] Aug 15 05:35:10.693 INFO O| Aug 15 05:35:10.693 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-15T05:35:11.836Z | [ recovery-image] Aug 15 05:35:10.703 INFO O| Aug 15 05:35:10.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4020 | 2024-08-15T05:35:11.836Z | [ recovery-image] Aug 15 05:35:10.703 INFO O| Aug 15 05:35:10.703 INFO STEP 38 (remove_files) COMPLETE |
4021 | 2024-08-15T05:35:11.838Z | [ recovery-image] Aug 15 05:35:10.703 INFO O| Aug 15 05:35:10.703 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-15T05:35:11.846Z | [ recovery-image] Aug 15 05:35:10.713 INFO O| Aug 15 05:35:10.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4023 | 2024-08-15T05:35:11.846Z | [ recovery-image] Aug 15 05:35:10.713 INFO O| Aug 15 05:35:10.713 INFO STEP 39 (remove_files) COMPLETE |
4024 | 2024-08-15T05:35:11.848Z | [ recovery-image] Aug 15 05:35:10.713 INFO O| Aug 15 05:35:10.713 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-15T05:35:11.856Z | [ recovery-image] Aug 15 05:35:10.723 INFO O| Aug 15 05:35:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4026 | 2024-08-15T05:35:11.856Z | [ recovery-image] Aug 15 05:35:10.723 INFO O| Aug 15 05:35:10.723 INFO STEP 40 (remove_files) COMPLETE |
4027 | 2024-08-15T05:35:11.858Z | [ recovery-image] Aug 15 05:35:10.723 INFO O| Aug 15 05:35:10.723 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-15T05:35:11.866Z | [ recovery-image] Aug 15 05:35:10.733 INFO O| Aug 15 05:35:10.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4029 | 2024-08-15T05:35:11.866Z | [ recovery-image] Aug 15 05:35:10.733 INFO O| Aug 15 05:35:10.733 INFO STEP 41 (remove_files) COMPLETE |
4030 | 2024-08-15T05:35:11.866Z | [ recovery-image] Aug 15 05:35:10.733 INFO O| Aug 15 05:35:10.733 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-15T05:35:11.876Z | [ recovery-image] Aug 15 05:35:10.742 INFO O| Aug 15 05:35:10.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4032 | 2024-08-15T05:35:11.876Z | [ recovery-image] Aug 15 05:35:10.742 INFO O| Aug 15 05:35:10.742 INFO STEP 42 (remove_files) COMPLETE |
4033 | 2024-08-15T05:35:11.878Z | [ recovery-image] Aug 15 05:35:10.743 INFO O| Aug 15 05:35:10.742 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-15T05:35:11.886Z | [ recovery-image] Aug 15 05:35:10.753 INFO O| Aug 15 05:35:10.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4035 | 2024-08-15T05:35:11.889Z | [ recovery-image] Aug 15 05:35:10.753 INFO O| Aug 15 05:35:10.753 INFO STEP 43 (remove_files) COMPLETE |
4036 | 2024-08-15T05:35:11.889Z | [ recovery-image] Aug 15 05:35:10.753 INFO O| Aug 15 05:35:10.753 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-15T05:35:11.896Z | [ recovery-image] Aug 15 05:35:10.763 INFO O| Aug 15 05:35:10.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4038 | 2024-08-15T05:35:11.897Z | [ recovery-image] Aug 15 05:35:10.763 INFO O| Aug 15 05:35:10.763 INFO STEP 44 (remove_files) COMPLETE |
4039 | 2024-08-15T05:35:11.897Z | [ recovery-image] Aug 15 05:35:10.763 INFO O| Aug 15 05:35:10.763 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-15T05:35:11.906Z | [ recovery-image] Aug 15 05:35:10.773 INFO O| Aug 15 05:35:10.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4041 | 2024-08-15T05:35:11.906Z | [ recovery-image] Aug 15 05:35:10.773 INFO O| Aug 15 05:35:10.773 INFO STEP 45 (remove_files) COMPLETE |
4042 | 2024-08-15T05:35:11.909Z | [ recovery-image] Aug 15 05:35:10.773 INFO O| Aug 15 05:35:10.773 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-15T05:35:11.916Z | [ recovery-image] Aug 15 05:35:10.783 INFO O| Aug 15 05:35:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4044 | 2024-08-15T05:35:11.916Z | [ recovery-image] Aug 15 05:35:10.783 INFO O| Aug 15 05:35:10.783 INFO STEP 46 (remove_files) COMPLETE |
4045 | 2024-08-15T05:35:11.918Z | [ recovery-image] Aug 15 05:35:10.783 INFO O| Aug 15 05:35:10.783 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-15T05:35:11.926Z | [ recovery-image] Aug 15 05:35:10.793 INFO O| Aug 15 05:35:10.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4047 | 2024-08-15T05:35:11.926Z | [ recovery-image] Aug 15 05:35:10.793 INFO O| Aug 15 05:35:10.793 INFO STEP 47 (remove_files) COMPLETE |
4048 | 2024-08-15T05:35:11.928Z | [ recovery-image] Aug 15 05:35:10.793 INFO O| Aug 15 05:35:10.793 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-15T05:35:11.936Z | [ recovery-image] Aug 15 05:35:10.803 INFO O| Aug 15 05:35:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4050 | 2024-08-15T05:35:11.936Z | [ recovery-image] Aug 15 05:35:10.803 INFO O| Aug 15 05:35:10.803 INFO STEP 48 (remove_files) COMPLETE |
4051 | 2024-08-15T05:35:11.938Z | [ recovery-image] Aug 15 05:35:10.803 INFO O| Aug 15 05:35:10.803 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-15T05:35:11.946Z | [ recovery-image] Aug 15 05:35:10.813 INFO O| Aug 15 05:35:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4053 | 2024-08-15T05:35:11.946Z | [ recovery-image] Aug 15 05:35:10.813 INFO O| Aug 15 05:35:10.813 INFO STEP 49 (remove_files) COMPLETE |
4054 | 2024-08-15T05:35:11.948Z | [ recovery-image] Aug 15 05:35:10.813 INFO O| Aug 15 05:35:10.813 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-15T05:35:11.956Z | [ recovery-image] Aug 15 05:35:10.823 INFO O| Aug 15 05:35:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4056 | 2024-08-15T05:35:11.956Z | [ recovery-image] Aug 15 05:35:10.823 INFO O| Aug 15 05:35:10.823 INFO STEP 50 (remove_files) COMPLETE |
4057 | 2024-08-15T05:35:11.956Z | [ recovery-image] Aug 15 05:35:10.823 INFO O| Aug 15 05:35:10.823 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-15T05:35:11.966Z | [ recovery-image] Aug 15 05:35:10.833 INFO O| Aug 15 05:35:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4059 | 2024-08-15T05:35:11.966Z | [ recovery-image] Aug 15 05:35:10.833 INFO O| Aug 15 05:35:10.833 INFO STEP 51 (remove_files) COMPLETE |
4060 | 2024-08-15T05:35:11.969Z | [ recovery-image] Aug 15 05:35:10.833 INFO O| Aug 15 05:35:10.833 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-15T05:35:11.976Z | [ recovery-image] Aug 15 05:35:10.843 INFO O| Aug 15 05:35:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4062 | 2024-08-15T05:35:11.978Z | [ recovery-image] Aug 15 05:35:10.843 INFO O| Aug 15 05:35:10.843 INFO STEP 52 (remove_files) COMPLETE |
4063 | 2024-08-15T05:35:11.978Z | [ recovery-image] Aug 15 05:35:10.843 INFO O| Aug 15 05:35:10.843 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-15T05:35:11.986Z | [ recovery-image] Aug 15 05:35:10.853 INFO O| Aug 15 05:35:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4065 | 2024-08-15T05:35:11.988Z | [ recovery-image] Aug 15 05:35:10.853 INFO O| Aug 15 05:35:10.853 INFO STEP 53 (remove_files) COMPLETE |
4066 | 2024-08-15T05:35:11.988Z | [ recovery-image] Aug 15 05:35:10.853 INFO O| Aug 15 05:35:10.853 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-15T05:35:11.997Z | [ recovery-image] Aug 15 05:35:10.863 INFO O| Aug 15 05:35:10.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4068 | 2024-08-15T05:35:11.999Z | [ recovery-image] Aug 15 05:35:10.864 INFO O| Aug 15 05:35:10.864 INFO STEP 54 (remove_files) COMPLETE |
4069 | 2024-08-15T05:35:11.999Z | [ recovery-image] Aug 15 05:35:10.864 INFO O| Aug 15 05:35:10.864 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-15T05:35:12.007Z | [ recovery-image] Aug 15 05:35:10.874 INFO O| Aug 15 05:35:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4071 | 2024-08-15T05:35:12.007Z | [ recovery-image] Aug 15 05:35:10.874 INFO O| Aug 15 05:35:10.874 INFO STEP 55 (remove_files) COMPLETE |
4072 | 2024-08-15T05:35:12.007Z | [ recovery-image] Aug 15 05:35:10.874 INFO O| Aug 15 05:35:10.874 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-15T05:35:12.017Z | [ recovery-image] Aug 15 05:35:10.884 INFO O| Aug 15 05:35:10.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4074 | 2024-08-15T05:35:12.017Z | [ recovery-image] Aug 15 05:35:10.884 INFO O| Aug 15 05:35:10.884 INFO STEP 56 (remove_files) COMPLETE |
4075 | 2024-08-15T05:35:12.020Z | [ recovery-image] Aug 15 05:35:10.884 INFO O| Aug 15 05:35:10.884 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-15T05:35:12.027Z | [ recovery-image] Aug 15 05:35:10.894 INFO O| Aug 15 05:35:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4077 | 2024-08-15T05:35:12.028Z | [ recovery-image] Aug 15 05:35:10.894 INFO O| Aug 15 05:35:10.894 INFO STEP 57 (remove_files) COMPLETE |
4078 | 2024-08-15T05:35:12.030Z | [ recovery-image] Aug 15 05:35:10.894 INFO O| Aug 15 05:35:10.894 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-15T05:35:12.037Z | [ recovery-image] Aug 15 05:35:10.904 INFO O| Aug 15 05:35:10.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4080 | 2024-08-15T05:35:12.040Z | [ recovery-image] Aug 15 05:35:10.904 INFO O| Aug 15 05:35:10.904 INFO STEP 58 (remove_files) COMPLETE |
4081 | 2024-08-15T05:35:12.040Z | [ recovery-image] Aug 15 05:35:10.904 INFO O| Aug 15 05:35:10.904 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-15T05:35:12.047Z | [ recovery-image] Aug 15 05:35:10.914 INFO O| Aug 15 05:35:10.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4083 | 2024-08-15T05:35:12.050Z | [ recovery-image] Aug 15 05:35:10.915 INFO O| Aug 15 05:35:10.914 INFO STEP 59 (remove_files) COMPLETE |
4084 | 2024-08-15T05:35:12.050Z | [ recovery-image] Aug 15 05:35:10.915 INFO O| Aug 15 05:35:10.914 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-15T05:35:12.057Z | [ recovery-image] Aug 15 05:35:10.924 INFO O| Aug 15 05:35:10.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4086 | 2024-08-15T05:35:12.060Z | [ recovery-image] Aug 15 05:35:10.924 INFO O| Aug 15 05:35:10.924 INFO STEP 60 (remove_files) COMPLETE |
4087 | 2024-08-15T05:35:12.060Z | [ recovery-image] Aug 15 05:35:10.924 INFO O| Aug 15 05:35:10.924 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-15T05:35:12.068Z | [ recovery-image] Aug 15 05:35:10.934 INFO O| Aug 15 05:35:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4089 | 2024-08-15T05:35:12.074Z | [ recovery-image] Aug 15 05:35:10.935 INFO O| Aug 15 05:35:10.934 INFO STEP 61 (remove_files) COMPLETE |
4090 | 2024-08-15T05:35:12.074Z | [ recovery-image] Aug 15 05:35:10.935 INFO O| Aug 15 05:35:10.935 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-15T05:35:12.077Z | [ recovery-image] Aug 15 05:35:10.944 INFO O| Aug 15 05:35:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4092 | 2024-08-15T05:35:12.078Z | [ recovery-image] Aug 15 05:35:10.944 INFO O| Aug 15 05:35:10.944 INFO STEP 62 (remove_files) COMPLETE |
4093 | 2024-08-15T05:35:12.080Z | [ recovery-image] Aug 15 05:35:10.944 INFO O| Aug 15 05:35:10.944 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-15T05:35:12.088Z | [ recovery-image] Aug 15 05:35:10.954 INFO O| Aug 15 05:35:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4095 | 2024-08-15T05:35:12.088Z | [ recovery-image] Aug 15 05:35:10.955 INFO O| Aug 15 05:35:10.955 INFO STEP 63 (remove_files) COMPLETE |
4096 | 2024-08-15T05:35:12.090Z | [ recovery-image] Aug 15 05:35:10.955 INFO O| Aug 15 05:35:10.955 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-15T05:35:12.098Z | [ recovery-image] Aug 15 05:35:10.965 INFO O| Aug 15 05:35:10.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4098 | 2024-08-15T05:35:12.098Z | [ recovery-image] Aug 15 05:35:10.965 INFO O| Aug 15 05:35:10.965 INFO STEP 64 (remove_files) COMPLETE |
4099 | 2024-08-15T05:35:12.098Z | [ recovery-image] Aug 15 05:35:10.965 INFO O| Aug 15 05:35:10.965 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-15T05:35:12.108Z | [ recovery-image] Aug 15 05:35:10.975 INFO O| Aug 15 05:35:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4101 | 2024-08-15T05:35:12.108Z | [ recovery-image] Aug 15 05:35:10.975 INFO O| Aug 15 05:35:10.975 INFO STEP 65 (remove_files) COMPLETE |
4102 | 2024-08-15T05:35:12.108Z | [ recovery-image] Aug 15 05:35:10.975 INFO O| Aug 15 05:35:10.975 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-15T05:35:12.118Z | [ recovery-image] Aug 15 05:35:10.984 INFO O| Aug 15 05:35:10.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4104 | 2024-08-15T05:35:12.118Z | [ recovery-image] Aug 15 05:35:10.984 INFO O| Aug 15 05:35:10.984 INFO STEP 66 (remove_files) COMPLETE |
4105 | 2024-08-15T05:35:12.120Z | [ recovery-image] Aug 15 05:35:10.985 INFO O| Aug 15 05:35:10.984 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-15T05:35:12.128Z | [ recovery-image] Aug 15 05:35:10.995 INFO O| Aug 15 05:35:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4107 | 2024-08-15T05:35:12.130Z | [ recovery-image] Aug 15 05:35:10.995 INFO O| Aug 15 05:35:10.995 INFO STEP 67 (remove_files) COMPLETE |
4108 | 2024-08-15T05:35:12.130Z | [ recovery-image] Aug 15 05:35:10.995 INFO O| Aug 15 05:35:10.995 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-15T05:35:12.138Z | [ recovery-image] Aug 15 05:35:11.005 INFO O| Aug 15 05:35:11.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4110 | 2024-08-15T05:35:12.138Z | [ recovery-image] Aug 15 05:35:11.005 INFO O| Aug 15 05:35:11.005 INFO STEP 68 (remove_files) COMPLETE |
4111 | 2024-08-15T05:35:12.138Z | [ recovery-image] Aug 15 05:35:11.005 INFO O| Aug 15 05:35:11.005 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-15T05:35:12.148Z | [ recovery-image] Aug 15 05:35:11.015 INFO O| Aug 15 05:35:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4113 | 2024-08-15T05:35:12.148Z | [ recovery-image] Aug 15 05:35:11.015 INFO O| Aug 15 05:35:11.015 INFO STEP 69 (remove_files) COMPLETE |
4114 | 2024-08-15T05:35:12.148Z | [ recovery-image] Aug 15 05:35:11.015 INFO O| Aug 15 05:35:11.015 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-15T05:35:12.158Z | [ recovery-image] Aug 15 05:35:11.025 INFO O| Aug 15 05:35:11.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4116 | 2024-08-15T05:35:12.158Z | [ recovery-image] Aug 15 05:35:11.025 INFO O| Aug 15 05:35:11.025 INFO STEP 70 (remove_files) COMPLETE |
4117 | 2024-08-15T05:35:12.161Z | [ recovery-image] Aug 15 05:35:11.025 INFO O| Aug 15 05:35:11.025 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-15T05:35:12.168Z | [ recovery-image] Aug 15 05:35:11.035 INFO O| Aug 15 05:35:11.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4119 | 2024-08-15T05:35:12.171Z | [ recovery-image] Aug 15 05:35:11.035 INFO O| Aug 15 05:35:11.035 INFO STEP 71 (remove_files) COMPLETE |
4120 | 2024-08-15T05:35:12.171Z | [ recovery-image] Aug 15 05:35:11.035 INFO O| Aug 15 05:35:11.035 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-15T05:35:12.191Z | [ recovery-image] Aug 15 05:35:11.045 INFO O| Aug 15 05:35:11.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4122 | 2024-08-15T05:35:12.191Z | [ recovery-image] Aug 15 05:35:11.045 INFO O| Aug 15 05:35:11.045 INFO STEP 72 (remove_files) COMPLETE |
4123 | 2024-08-15T05:35:12.205Z | [ recovery-image] Aug 15 05:35:11.045 INFO O| Aug 15 05:35:11.045 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-15T05:35:12.206Z | [ recovery-image] Aug 15 05:35:11.055 INFO O| Aug 15 05:35:11.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4125 | 2024-08-15T05:35:12.206Z | [ recovery-image] Aug 15 05:35:11.055 INFO O| Aug 15 05:35:11.055 INFO STEP 73 (remove_files) COMPLETE |
4126 | 2024-08-15T05:35:12.206Z | [ recovery-image] Aug 15 05:35:11.055 INFO O| Aug 15 05:35:11.055 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-15T05:35:12.206Z | [ recovery-image] Aug 15 05:35:11.065 INFO O| Aug 15 05:35:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4128 | 2024-08-15T05:35:12.206Z | [ recovery-image] Aug 15 05:35:11.065 INFO O| Aug 15 05:35:11.065 INFO STEP 74 (remove_files) COMPLETE |
4129 | 2024-08-15T05:35:12.206Z | [ recovery-image] Aug 15 05:35:11.065 INFO O| Aug 15 05:35:11.065 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-15T05:35:12.210Z | [ recovery-image] Aug 15 05:35:11.075 INFO O| Aug 15 05:35:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4131 | 2024-08-15T05:35:12.210Z | [ recovery-image] Aug 15 05:35:11.075 INFO O| Aug 15 05:35:11.075 INFO STEP 75 (remove_files) COMPLETE |
4132 | 2024-08-15T05:35:12.210Z | [ recovery-image] Aug 15 05:35:11.075 INFO O| Aug 15 05:35:11.075 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-15T05:35:12.218Z | [ recovery-image] Aug 15 05:35:11.085 INFO O| Aug 15 05:35:11.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4134 | 2024-08-15T05:35:12.218Z | [ recovery-image] Aug 15 05:35:11.085 INFO O| Aug 15 05:35:11.085 INFO STEP 76 (remove_files) COMPLETE |
4135 | 2024-08-15T05:35:12.218Z | [ recovery-image] Aug 15 05:35:11.085 INFO O| Aug 15 05:35:11.085 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-15T05:35:12.232Z | [ recovery-image] Aug 15 05:35:11.095 INFO O| Aug 15 05:35:11.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4137 | 2024-08-15T05:35:12.251Z | [ recovery-image] Aug 15 05:35:11.095 INFO O| Aug 15 05:35:11.095 INFO STEP 77 (remove_files) COMPLETE |
4138 | 2024-08-15T05:35:12.251Z | [ recovery-image] Aug 15 05:35:11.095 INFO O| Aug 15 05:35:11.095 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-15T05:35:12.252Z | [ recovery-image] Aug 15 05:35:11.105 INFO O| Aug 15 05:35:11.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4140 | 2024-08-15T05:35:12.252Z | [ recovery-image] Aug 15 05:35:11.105 INFO O| Aug 15 05:35:11.105 INFO STEP 78 (remove_files) COMPLETE |
4141 | 2024-08-15T05:35:12.252Z | [ recovery-image] Aug 15 05:35:11.105 INFO O| Aug 15 05:35:11.105 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-15T05:35:12.262Z | [ recovery-image] Aug 15 05:35:11.115 INFO O| Aug 15 05:35:11.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4143 | 2024-08-15T05:35:12.262Z | [ recovery-image] Aug 15 05:35:11.115 INFO O| Aug 15 05:35:11.115 INFO STEP 79 (remove_files) COMPLETE |
4144 | 2024-08-15T05:35:12.263Z | [ recovery-image] Aug 15 05:35:11.115 INFO O| Aug 15 05:35:11.115 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-15T05:35:12.269Z | [ recovery-image] Aug 15 05:35:11.124 INFO O| Aug 15 05:35:11.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4146 | 2024-08-15T05:35:12.269Z | [ recovery-image] Aug 15 05:35:11.124 INFO O| Aug 15 05:35:11.124 INFO STEP 80 (remove_files) COMPLETE |
4147 | 2024-08-15T05:35:12.269Z | [ recovery-image] Aug 15 05:35:11.125 INFO O| Aug 15 05:35:11.124 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-15T05:35:12.298Z | [ recovery-image] Aug 15 05:35:11.134 INFO O| Aug 15 05:35:11.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4149 | 2024-08-15T05:35:12.299Z | [ recovery-image] Aug 15 05:35:11.134 INFO O| Aug 15 05:35:11.134 INFO STEP 81 (remove_files) COMPLETE |
4150 | 2024-08-15T05:35:12.303Z | [ recovery-image] Aug 15 05:35:11.134 INFO O| Aug 15 05:35:11.134 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-15T05:35:12.303Z | [ recovery-image] Aug 15 05:35:11.144 INFO O| Aug 15 05:35:11.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4152 | 2024-08-15T05:35:12.303Z | [ recovery-image] Aug 15 05:35:11.144 INFO O| Aug 15 05:35:11.144 INFO STEP 82 (remove_files) COMPLETE |
4153 | 2024-08-15T05:35:12.303Z | [ recovery-image] Aug 15 05:35:11.144 INFO O| Aug 15 05:35:11.144 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-15T05:35:12.313Z | [ recovery-image] Aug 15 05:35:11.154 INFO O| Aug 15 05:35:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4155 | 2024-08-15T05:35:12.313Z | [ recovery-image] Aug 15 05:35:11.154 INFO O| Aug 15 05:35:11.154 INFO STEP 83 (remove_files) COMPLETE |
4156 | 2024-08-15T05:35:12.314Z | [ recovery-image] Aug 15 05:35:11.154 INFO O| Aug 15 05:35:11.154 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-15T05:35:12.314Z | [ recovery-image] Aug 15 05:35:11.164 INFO O| Aug 15 05:35:11.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4158 | 2024-08-15T05:35:12.314Z | [ recovery-image] Aug 15 05:35:11.164 INFO O| Aug 15 05:35:11.164 INFO STEP 84 (remove_files) COMPLETE |
4159 | 2024-08-15T05:35:12.314Z | [ recovery-image] Aug 15 05:35:11.164 INFO O| Aug 15 05:35:11.164 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-15T05:35:12.314Z | [ recovery-image] Aug 15 05:35:11.173 INFO O| Aug 15 05:35:11.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4161 | 2024-08-15T05:35:12.314Z | [ recovery-image] Aug 15 05:35:11.173 INFO O| Aug 15 05:35:11.173 INFO STEP 85 (remove_files) COMPLETE |
4162 | 2024-08-15T05:35:12.315Z | [ recovery-image] Aug 15 05:35:11.173 INFO O| Aug 15 05:35:11.173 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-15T05:35:12.335Z | [ recovery-image] Aug 15 05:35:11.183 INFO O| Aug 15 05:35:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4164 | 2024-08-15T05:35:12.336Z | [ recovery-image] Aug 15 05:35:11.183 INFO O| Aug 15 05:35:11.183 INFO STEP 86 (remove_files) COMPLETE |
4165 | 2024-08-15T05:35:12.336Z | [ recovery-image] Aug 15 05:35:11.183 INFO O| Aug 15 05:35:11.183 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-15T05:35:12.375Z | [ recovery-image] Aug 15 05:35:11.193 INFO O| Aug 15 05:35:11.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4167 | 2024-08-15T05:35:12.375Z | [ recovery-image] Aug 15 05:35:11.193 INFO O| Aug 15 05:35:11.193 INFO STEP 87 (remove_files) COMPLETE |
4168 | 2024-08-15T05:35:12.375Z | [ recovery-image] Aug 15 05:35:11.193 INFO O| Aug 15 05:35:11.193 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-15T05:35:12.375Z | [ recovery-image] Aug 15 05:35:11.203 INFO O| Aug 15 05:35:11.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4170 | 2024-08-15T05:35:12.375Z | [ recovery-image] Aug 15 05:35:11.203 INFO O| Aug 15 05:35:11.203 INFO STEP 88 (remove_files) COMPLETE |
4171 | 2024-08-15T05:35:12.375Z | [ recovery-image] Aug 15 05:35:11.203 INFO O| Aug 15 05:35:11.203 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-15T05:35:12.396Z | [ recovery-image] Aug 15 05:35:11.213 INFO O| Aug 15 05:35:11.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4173 | 2024-08-15T05:35:12.396Z | [ recovery-image] Aug 15 05:35:11.213 INFO O| Aug 15 05:35:11.213 INFO STEP 89 (remove_files) COMPLETE |
4174 | 2024-08-15T05:35:12.396Z | [ recovery-image] Aug 15 05:35:11.213 INFO O| Aug 15 05:35:11.213 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.223 INFO O| Aug 15 05:35:11.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4176 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.223 INFO O| Aug 15 05:35:11.223 INFO STEP 90 (remove_files) COMPLETE |
4177 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.223 INFO O| Aug 15 05:35:11.223 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.233 INFO O| Aug 15 05:35:11.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4179 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.233 INFO O| Aug 15 05:35:11.233 INFO STEP 91 (remove_files) COMPLETE |
4180 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.233 INFO O| Aug 15 05:35:11.233 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.243 INFO O| Aug 15 05:35:11.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4182 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.243 INFO O| Aug 15 05:35:11.243 INFO STEP 92 (remove_files) COMPLETE |
4183 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.243 INFO O| Aug 15 05:35:11.243 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.253 INFO O| Aug 15 05:35:11.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4185 | 2024-08-15T05:35:12.397Z | [ recovery-image] Aug 15 05:35:11.253 INFO O| Aug 15 05:35:11.253 INFO STEP 93 (remove_files) COMPLETE |
4186 | 2024-08-15T05:35:12.398Z | [ recovery-image] Aug 15 05:35:11.253 INFO O| Aug 15 05:35:11.253 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-15T05:35:12.411Z | [ recovery-image] Aug 15 05:35:11.263 INFO O| Aug 15 05:35:11.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4188 | 2024-08-15T05:35:12.411Z | [ recovery-image] Aug 15 05:35:11.264 INFO O| Aug 15 05:35:11.264 INFO STEP 94 (remove_files) COMPLETE |
4189 | 2024-08-15T05:35:12.411Z | [ recovery-image] Aug 15 05:35:11.264 INFO O| Aug 15 05:35:11.264 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-15T05:35:12.420Z | [ recovery-image] Aug 15 05:35:11.277 INFO O| Aug 15 05:35:11.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4191 | 2024-08-15T05:35:12.421Z | [ recovery-image] Aug 15 05:35:11.277 INFO O| Aug 15 05:35:11.277 INFO STEP 95 (remove_files) COMPLETE |
4192 | 2024-08-15T05:35:12.421Z | [ recovery-image] Aug 15 05:35:11.277 INFO O| Aug 15 05:35:11.277 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-15T05:35:12.425Z | [ recovery-image] Aug 15 05:35:11.289 INFO O| Aug 15 05:35:11.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4194 | 2024-08-15T05:35:12.425Z | [ recovery-image] Aug 15 05:35:11.290 INFO O| Aug 15 05:35:11.289 INFO STEP 96 (remove_files) COMPLETE |
4195 | 2024-08-15T05:35:12.425Z | [ recovery-image] Aug 15 05:35:11.290 INFO O| Aug 15 05:35:11.289 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-15T05:35:12.436Z | [ recovery-image] Aug 15 05:35:11.302 INFO O| Aug 15 05:35:11.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4197 | 2024-08-15T05:35:12.436Z | [ recovery-image] Aug 15 05:35:11.302 INFO O| Aug 15 05:35:11.302 INFO STEP 97 (remove_files) COMPLETE |
4198 | 2024-08-15T05:35:12.441Z | [ recovery-image] Aug 15 05:35:11.302 INFO O| Aug 15 05:35:11.302 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-15T05:35:12.448Z | [ recovery-image] Aug 15 05:35:11.312 INFO O| Aug 15 05:35:11.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4200 | 2024-08-15T05:35:12.448Z | [ recovery-image] Aug 15 05:35:11.312 INFO O| Aug 15 05:35:11.312 INFO STEP 98 (remove_files) COMPLETE |
4201 | 2024-08-15T05:35:12.449Z | [ recovery-image] Aug 15 05:35:11.312 INFO O| Aug 15 05:35:11.312 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-15T05:35:12.460Z | [ recovery-image] Aug 15 05:35:11.325 INFO O| Aug 15 05:35:11.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4203 | 2024-08-15T05:35:12.463Z | [ recovery-image] Aug 15 05:35:11.325 INFO O| Aug 15 05:35:11.325 INFO STEP 99 (remove_files) COMPLETE |
4204 | 2024-08-15T05:35:12.464Z | [ recovery-image] Aug 15 05:35:11.325 INFO O| Aug 15 05:35:11.325 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-15T05:35:12.471Z | [ recovery-image] Aug 15 05:35:11.335 INFO O| Aug 15 05:35:11.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4206 | 2024-08-15T05:35:12.483Z | [ recovery-image] Aug 15 05:35:11.336 INFO O| Aug 15 05:35:11.336 INFO STEP 100 (remove_files) COMPLETE |
4207 | 2024-08-15T05:35:12.483Z | [ recovery-image] Aug 15 05:35:11.336 INFO O| Aug 15 05:35:11.336 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-15T05:35:12.489Z | [ recovery-image] Aug 15 05:35:11.345 INFO O| Aug 15 05:35:11.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4209 | 2024-08-15T05:35:12.489Z | [ recovery-image] Aug 15 05:35:11.345 INFO O| Aug 15 05:35:11.345 INFO STEP 101 (remove_files) COMPLETE |
4210 | 2024-08-15T05:35:12.489Z | [ recovery-image] Aug 15 05:35:11.345 INFO O| Aug 15 05:35:11.345 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-15T05:35:12.497Z | [ recovery-image] Aug 15 05:35:11.356 INFO O| Aug 15 05:35:11.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4212 | 2024-08-15T05:35:12.497Z | [ recovery-image] Aug 15 05:35:11.356 INFO O| Aug 15 05:35:11.356 INFO STEP 102 (remove_files) COMPLETE |
4213 | 2024-08-15T05:35:12.497Z | [ recovery-image] Aug 15 05:35:11.356 INFO O| Aug 15 05:35:11.356 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-15T05:35:12.510Z | [ recovery-image] Aug 15 05:35:11.366 INFO O| Aug 15 05:35:11.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4215 | 2024-08-15T05:35:12.510Z | [ recovery-image] Aug 15 05:35:11.366 INFO O| Aug 15 05:35:11.366 INFO STEP 103 (remove_files) COMPLETE |
4216 | 2024-08-15T05:35:12.510Z | [ recovery-image] Aug 15 05:35:11.366 INFO O| Aug 15 05:35:11.366 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-15T05:35:12.517Z | [ recovery-image] Aug 15 05:35:11.376 INFO O| Aug 15 05:35:11.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4218 | 2024-08-15T05:35:12.517Z | [ recovery-image] Aug 15 05:35:11.376 INFO O| Aug 15 05:35:11.376 INFO STEP 104 (remove_files) COMPLETE |
4219 | 2024-08-15T05:35:12.517Z | [ recovery-image] Aug 15 05:35:11.376 INFO O| Aug 15 05:35:11.376 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-15T05:35:12.529Z | [ recovery-image] Aug 15 05:35:11.386 INFO O| Aug 15 05:35:11.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4221 | 2024-08-15T05:35:12.530Z | [ recovery-image] Aug 15 05:35:11.386 INFO O| Aug 15 05:35:11.386 INFO STEP 105 (remove_files) COMPLETE |
4222 | 2024-08-15T05:35:12.530Z | [ recovery-image] Aug 15 05:35:11.386 INFO O| Aug 15 05:35:11.386 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-15T05:35:12.540Z | [ recovery-image] Aug 15 05:35:11.396 INFO O| Aug 15 05:35:11.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4224 | 2024-08-15T05:35:12.540Z | [ recovery-image] Aug 15 05:35:11.396 INFO O| Aug 15 05:35:11.396 INFO STEP 106 (remove_files) COMPLETE |
4225 | 2024-08-15T05:35:12.540Z | [ recovery-image] Aug 15 05:35:11.396 INFO O| Aug 15 05:35:11.396 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-15T05:35:12.545Z | [ recovery-image] Aug 15 05:35:11.406 INFO O| Aug 15 05:35:11.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4227 | 2024-08-15T05:35:12.546Z | [ recovery-image] Aug 15 05:35:11.406 INFO O| Aug 15 05:35:11.406 INFO STEP 107 (remove_files) COMPLETE |
4228 | 2024-08-15T05:35:12.546Z | [ recovery-image] Aug 15 05:35:11.406 INFO O| Aug 15 05:35:11.406 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-15T05:35:12.550Z | [ recovery-image] Aug 15 05:35:11.415 INFO O| Aug 15 05:35:11.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4230 | 2024-08-15T05:35:12.550Z | [ recovery-image] Aug 15 05:35:11.415 INFO O| Aug 15 05:35:11.415 INFO STEP 108 (remove_files) COMPLETE |
4231 | 2024-08-15T05:35:12.551Z | [ recovery-image] Aug 15 05:35:11.416 INFO O| Aug 15 05:35:11.415 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-15T05:35:12.559Z | [ recovery-image] Aug 15 05:35:11.425 INFO O| Aug 15 05:35:11.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4233 | 2024-08-15T05:35:12.563Z | [ recovery-image] Aug 15 05:35:11.426 INFO O| Aug 15 05:35:11.426 INFO STEP 109 (remove_files) COMPLETE |
4234 | 2024-08-15T05:35:12.563Z | [ recovery-image] Aug 15 05:35:11.426 INFO O| Aug 15 05:35:11.426 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-15T05:35:12.570Z | [ recovery-image] Aug 15 05:35:11.436 INFO O| Aug 15 05:35:11.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4236 | 2024-08-15T05:35:12.570Z | [ recovery-image] Aug 15 05:35:11.436 INFO O| Aug 15 05:35:11.436 INFO STEP 110 (remove_files) COMPLETE |
4237 | 2024-08-15T05:35:12.570Z | [ recovery-image] Aug 15 05:35:11.436 INFO O| Aug 15 05:35:11.436 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-15T05:35:12.582Z | [ recovery-image] Aug 15 05:35:11.446 INFO O| Aug 15 05:35:11.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4239 | 2024-08-15T05:35:12.583Z | [ recovery-image] Aug 15 05:35:11.446 INFO O| Aug 15 05:35:11.446 INFO STEP 111 (remove_files) COMPLETE |
4240 | 2024-08-15T05:35:12.587Z | [ recovery-image] Aug 15 05:35:11.446 INFO O| Aug 15 05:35:11.446 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-15T05:35:12.590Z | [ recovery-image] Aug 15 05:35:11.455 INFO O| Aug 15 05:35:11.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4242 | 2024-08-15T05:35:12.590Z | [ recovery-image] Aug 15 05:35:11.456 INFO O| Aug 15 05:35:11.456 INFO STEP 112 (remove_files) COMPLETE |
4243 | 2024-08-15T05:35:12.591Z | [ recovery-image] Aug 15 05:35:11.456 INFO O| Aug 15 05:35:11.456 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-15T05:35:12.599Z | [ recovery-image] Aug 15 05:35:11.465 INFO O| Aug 15 05:35:11.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4245 | 2024-08-15T05:35:12.599Z | [ recovery-image] Aug 15 05:35:11.466 INFO O| Aug 15 05:35:11.465 INFO STEP 113 (remove_files) COMPLETE |
4246 | 2024-08-15T05:35:12.599Z | [ recovery-image] Aug 15 05:35:11.466 INFO O| Aug 15 05:35:11.466 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-15T05:35:12.609Z | [ recovery-image] Aug 15 05:35:11.475 INFO O| Aug 15 05:35:11.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4248 | 2024-08-15T05:35:12.609Z | [ recovery-image] Aug 15 05:35:11.475 INFO O| Aug 15 05:35:11.475 INFO STEP 114 (remove_files) COMPLETE |
4249 | 2024-08-15T05:35:12.621Z | [ recovery-image] Aug 15 05:35:11.476 INFO O| Aug 15 05:35:11.475 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-15T05:35:12.621Z | [ recovery-image] Aug 15 05:35:11.485 INFO O| Aug 15 05:35:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4251 | 2024-08-15T05:35:12.621Z | [ recovery-image] Aug 15 05:35:11.486 INFO O| Aug 15 05:35:11.485 INFO STEP 115 (remove_files) COMPLETE |
4252 | 2024-08-15T05:35:12.622Z | [ recovery-image] Aug 15 05:35:11.486 INFO O| Aug 15 05:35:11.485 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-15T05:35:12.630Z | [ recovery-image] Aug 15 05:35:11.496 INFO O| Aug 15 05:35:11.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4254 | 2024-08-15T05:35:12.630Z | [ recovery-image] Aug 15 05:35:11.496 INFO O| Aug 15 05:35:11.496 INFO STEP 116 (remove_files) COMPLETE |
4255 | 2024-08-15T05:35:12.630Z | [ recovery-image] Aug 15 05:35:11.496 INFO O| Aug 15 05:35:11.496 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-15T05:35:12.640Z | [ recovery-image] Aug 15 05:35:11.506 INFO O| Aug 15 05:35:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4257 | 2024-08-15T05:35:12.647Z | [ recovery-image] Aug 15 05:35:11.506 INFO O| Aug 15 05:35:11.506 INFO STEP 117 (remove_files) COMPLETE |
4258 | 2024-08-15T05:35:12.647Z | [ recovery-image] Aug 15 05:35:11.506 INFO O| Aug 15 05:35:11.506 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-15T05:35:12.651Z | [ recovery-image] Aug 15 05:35:11.517 INFO O| Aug 15 05:35:11.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4260 | 2024-08-15T05:35:12.651Z | [ recovery-image] Aug 15 05:35:11.517 INFO O| Aug 15 05:35:11.517 INFO STEP 118 (remove_files) COMPLETE |
4261 | 2024-08-15T05:35:12.658Z | [ recovery-image] Aug 15 05:35:11.517 INFO O| Aug 15 05:35:11.517 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-15T05:35:12.662Z | [ recovery-image] Aug 15 05:35:11.528 INFO O| Aug 15 05:35:11.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4263 | 2024-08-15T05:35:12.663Z | [ recovery-image] Aug 15 05:35:11.528 INFO O| Aug 15 05:35:11.528 INFO STEP 119 (remove_files) COMPLETE |
4264 | 2024-08-15T05:35:12.667Z | [ recovery-image] Aug 15 05:35:11.528 INFO O| Aug 15 05:35:11.528 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-15T05:35:12.673Z | [ recovery-image] Aug 15 05:35:11.539 INFO O| Aug 15 05:35:11.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4266 | 2024-08-15T05:35:12.677Z | [ recovery-image] Aug 15 05:35:11.539 INFO O| Aug 15 05:35:11.539 INFO STEP 120 (remove_files) COMPLETE |
4267 | 2024-08-15T05:35:12.677Z | [ recovery-image] Aug 15 05:35:11.539 INFO O| Aug 15 05:35:11.539 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-15T05:35:12.686Z | [ recovery-image] Aug 15 05:35:11.549 INFO O| Aug 15 05:35:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4269 | 2024-08-15T05:35:12.686Z | [ recovery-image] Aug 15 05:35:11.549 INFO O| Aug 15 05:35:11.549 INFO STEP 121 (remove_files) COMPLETE |
4270 | 2024-08-15T05:35:12.686Z | [ recovery-image] Aug 15 05:35:11.549 INFO O| Aug 15 05:35:11.549 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-08-15T05:35:12.692Z | [ recovery-image] Aug 15 05:35:11.559 INFO O| Aug 15 05:35:11.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4272 | 2024-08-15T05:35:12.692Z | [ recovery-image] Aug 15 05:35:11.559 INFO O| Aug 15 05:35:11.559 INFO STEP 122 (remove_files) COMPLETE |
4273 | 2024-08-15T05:35:12.694Z | [ recovery-image] Aug 15 05:35:11.559 INFO O| Aug 15 05:35:11.559 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-08-15T05:35:12.705Z | [ recovery-image] Aug 15 05:35:11.569 INFO O| Aug 15 05:35:11.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4275 | 2024-08-15T05:35:12.705Z | [ recovery-image] Aug 15 05:35:11.569 INFO O| Aug 15 05:35:11.569 INFO STEP 123 (remove_files) COMPLETE |
4276 | 2024-08-15T05:35:12.705Z | [ recovery-image] Aug 15 05:35:11.569 INFO O| Aug 15 05:35:11.569 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-08-15T05:35:12.712Z | [ recovery-image] Aug 15 05:35:11.579 INFO O| Aug 15 05:35:11.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4278 | 2024-08-15T05:35:12.712Z | [ recovery-image] Aug 15 05:35:11.579 INFO O| Aug 15 05:35:11.579 INFO STEP 124 (remove_files) COMPLETE |
4279 | 2024-08-15T05:35:12.712Z | [ recovery-image] Aug 15 05:35:11.579 INFO O| Aug 15 05:35:11.579 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-08-15T05:35:12.722Z | [ recovery-image] Aug 15 05:35:11.589 INFO O| Aug 15 05:35:11.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4281 | 2024-08-15T05:35:12.724Z | [ recovery-image] Aug 15 05:35:11.589 INFO O| Aug 15 05:35:11.589 INFO STEP 125 (remove_files) COMPLETE |
4282 | 2024-08-15T05:35:12.724Z | [ recovery-image] Aug 15 05:35:11.589 INFO O| Aug 15 05:35:11.589 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-08-15T05:35:12.731Z | [ recovery-image] Aug 15 05:35:11.598 INFO O| Aug 15 05:35:11.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4284 | 2024-08-15T05:35:12.732Z | [ recovery-image] Aug 15 05:35:11.598 INFO O| Aug 15 05:35:11.598 INFO STEP 126 (remove_files) COMPLETE |
4285 | 2024-08-15T05:35:12.732Z | [ recovery-image] Aug 15 05:35:11.598 INFO O| Aug 15 05:35:11.598 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-08-15T05:35:12.742Z | [ recovery-image] Aug 15 05:35:11.608 INFO O| Aug 15 05:35:11.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4287 | 2024-08-15T05:35:12.742Z | [ recovery-image] Aug 15 05:35:11.608 INFO O| Aug 15 05:35:11.608 INFO STEP 127 (remove_files) COMPLETE |
4288 | 2024-08-15T05:35:12.742Z | [ recovery-image] Aug 15 05:35:11.608 INFO O| Aug 15 05:35:11.608 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-08-15T05:35:12.751Z | [ recovery-image] Aug 15 05:35:11.618 INFO O| Aug 15 05:35:11.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4290 | 2024-08-15T05:35:12.751Z | [ recovery-image] Aug 15 05:35:11.618 INFO O| Aug 15 05:35:11.618 INFO STEP 128 (remove_files) COMPLETE |
4291 | 2024-08-15T05:35:12.751Z | [ recovery-image] Aug 15 05:35:11.618 INFO O| Aug 15 05:35:11.618 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-15T05:35:12.761Z | [ recovery-image] Aug 15 05:35:11.628 INFO O| Aug 15 05:35:11.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4293 | 2024-08-15T05:35:12.761Z | [ recovery-image] Aug 15 05:35:11.628 INFO O| Aug 15 05:35:11.628 INFO STEP 129 (remove_files) COMPLETE |
4294 | 2024-08-15T05:35:12.764Z | [ recovery-image] Aug 15 05:35:11.628 INFO O| Aug 15 05:35:11.628 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-15T05:35:12.771Z | [ recovery-image] Aug 15 05:35:11.638 INFO O| Aug 15 05:35:11.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4296 | 2024-08-15T05:35:12.771Z | [ recovery-image] Aug 15 05:35:11.638 INFO O| Aug 15 05:35:11.638 INFO STEP 130 (remove_files) COMPLETE |
4297 | 2024-08-15T05:35:12.774Z | [ recovery-image] Aug 15 05:35:11.638 INFO O| Aug 15 05:35:11.638 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-15T05:35:12.781Z | [ recovery-image] Aug 15 05:35:11.648 INFO O| Aug 15 05:35:11.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4299 | 2024-08-15T05:35:12.781Z | [ recovery-image] Aug 15 05:35:11.648 INFO O| Aug 15 05:35:11.648 INFO STEP 131 (remove_files) COMPLETE |
4300 | 2024-08-15T05:35:12.781Z | [ recovery-image] Aug 15 05:35:11.648 INFO O| Aug 15 05:35:11.648 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-15T05:35:12.791Z | [ recovery-image] Aug 15 05:35:11.657 INFO O| Aug 15 05:35:11.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4302 | 2024-08-15T05:35:12.792Z | [ recovery-image] Aug 15 05:35:11.658 INFO O| Aug 15 05:35:11.658 INFO STEP 132 (remove_files) COMPLETE |
4303 | 2024-08-15T05:35:12.796Z | [ recovery-image] Aug 15 05:35:11.658 INFO O| Aug 15 05:35:11.658 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-15T05:35:12.803Z | [ recovery-image] Aug 15 05:35:11.667 INFO O| Aug 15 05:35:11.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4305 | 2024-08-15T05:35:12.806Z | [ recovery-image] Aug 15 05:35:11.667 INFO O| Aug 15 05:35:11.667 INFO STEP 133 (remove_files) COMPLETE |
4306 | 2024-08-15T05:35:12.806Z | [ recovery-image] Aug 15 05:35:11.667 INFO O| Aug 15 05:35:11.667 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-15T05:35:12.813Z | [ recovery-image] Aug 15 05:35:11.677 INFO O| Aug 15 05:35:11.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4308 | 2024-08-15T05:35:12.813Z | [ recovery-image] Aug 15 05:35:11.677 INFO O| Aug 15 05:35:11.677 INFO STEP 134 (remove_files) COMPLETE |
4309 | 2024-08-15T05:35:12.813Z | [ recovery-image] Aug 15 05:35:11.677 INFO O| Aug 15 05:35:11.677 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-15T05:35:12.820Z | [ recovery-image] Aug 15 05:35:11.687 INFO O| Aug 15 05:35:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4311 | 2024-08-15T05:35:12.820Z | [ recovery-image] Aug 15 05:35:11.687 INFO O| Aug 15 05:35:11.687 INFO STEP 135 (remove_files) COMPLETE |
4312 | 2024-08-15T05:35:12.820Z | [ recovery-image] Aug 15 05:35:11.687 INFO O| Aug 15 05:35:11.687 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-15T05:35:12.831Z | [ recovery-image] Aug 15 05:35:11.697 INFO O| Aug 15 05:35:11.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4314 | 2024-08-15T05:35:12.831Z | [ recovery-image] Aug 15 05:35:11.697 INFO O| Aug 15 05:35:11.697 INFO STEP 136 (remove_files) COMPLETE |
4315 | 2024-08-15T05:35:12.833Z | [ recovery-image] Aug 15 05:35:11.697 INFO O| Aug 15 05:35:11.697 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-15T05:35:12.849Z | [ recovery-image] Aug 15 05:35:11.707 INFO O| Aug 15 05:35:11.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4317 | 2024-08-15T05:35:12.849Z | [ recovery-image] Aug 15 05:35:11.707 INFO O| Aug 15 05:35:11.707 INFO STEP 137 (remove_files) COMPLETE |
4318 | 2024-08-15T05:35:13.263Z | [ recovery-image] Aug 15 05:35:11.707 INFO O| Aug 15 05:35:11.707 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-15T05:35:13.263Z | [ recovery-image] Aug 15 05:35:11.717 INFO O| Aug 15 05:35:11.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4320 | 2024-08-15T05:35:13.263Z | [ recovery-image] Aug 15 05:35:11.717 INFO O| Aug 15 05:35:11.717 INFO STEP 138 (remove_files) COMPLETE |
4321 | 2024-08-15T05:35:13.263Z | [ recovery-image] Aug 15 05:35:11.717 INFO O| Aug 15 05:35:11.717 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.727 INFO O| Aug 15 05:35:11.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4323 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.727 INFO O| Aug 15 05:35:11.727 INFO STEP 139 (remove_files) COMPLETE |
4324 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.728 INFO O| Aug 15 05:35:11.727 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.738 INFO O| Aug 15 05:35:11.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4326 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.738 INFO O| Aug 15 05:35:11.738 INFO STEP 140 (remove_files) COMPLETE |
4327 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.738 INFO O| Aug 15 05:35:11.738 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.748 INFO O| Aug 15 05:35:11.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4329 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.748 INFO O| Aug 15 05:35:11.748 INFO STEP 141 (remove_files) COMPLETE |
4330 | 2024-08-15T05:35:13.269Z | [ recovery-image] Aug 15 05:35:11.748 INFO O| Aug 15 05:35:11.748 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.758 INFO O| Aug 15 05:35:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4332 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.758 INFO O| Aug 15 05:35:11.758 INFO STEP 142 (remove_files) COMPLETE |
4333 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.758 INFO O| Aug 15 05:35:11.758 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.768 INFO O| Aug 15 05:35:11.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4335 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.768 INFO O| Aug 15 05:35:11.768 INFO STEP 143 (remove_files) COMPLETE |
4336 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.768 INFO O| Aug 15 05:35:11.768 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.779 INFO O| Aug 15 05:35:11.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4338 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.779 INFO O| Aug 15 05:35:11.779 INFO STEP 144 (remove_files) COMPLETE |
4339 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.779 INFO O| Aug 15 05:35:11.779 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.788 INFO O| Aug 15 05:35:11.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4341 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.788 INFO O| Aug 15 05:35:11.788 INFO STEP 145 (remove_files) COMPLETE |
4342 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.788 INFO O| Aug 15 05:35:11.788 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.798 INFO O| Aug 15 05:35:11.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4344 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.798 INFO O| Aug 15 05:35:11.798 INFO STEP 146 (remove_files) COMPLETE |
4345 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.798 INFO O| Aug 15 05:35:11.798 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-15T05:35:13.270Z | [ recovery-image] Aug 15 05:35:11.808 INFO O| Aug 15 05:35:11.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4347 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.808 INFO O| Aug 15 05:35:11.808 INFO STEP 147 (remove_files) COMPLETE |
4348 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.808 INFO O| Aug 15 05:35:11.808 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.817 INFO O| Aug 15 05:35:11.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4350 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.818 INFO O| Aug 15 05:35:11.818 INFO STEP 148 (remove_files) COMPLETE |
4351 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.818 INFO O| Aug 15 05:35:11.818 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.827 INFO O| Aug 15 05:35:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4353 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.827 INFO O| Aug 15 05:35:11.827 INFO STEP 149 (remove_files) COMPLETE |
4354 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.827 INFO O| Aug 15 05:35:11.827 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.838 INFO O| Aug 15 05:35:11.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4356 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.838 INFO O| Aug 15 05:35:11.838 INFO STEP 150 (remove_files) COMPLETE |
4357 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.838 INFO O| Aug 15 05:35:11.838 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.848 INFO O| Aug 15 05:35:11.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4359 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.848 INFO O| Aug 15 05:35:11.848 INFO STEP 151 (remove_files) COMPLETE |
4360 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.848 INFO O| Aug 15 05:35:11.848 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.858 INFO O| Aug 15 05:35:11.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4362 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.858 INFO O| Aug 15 05:35:11.858 INFO STEP 152 (remove_files) COMPLETE |
4363 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.858 INFO O| Aug 15 05:35:11.858 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-15T05:35:13.271Z | [ recovery-image] Aug 15 05:35:11.867 INFO O| Aug 15 05:35:11.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4365 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.867 INFO O| Aug 15 05:35:11.867 INFO STEP 153 (remove_files) COMPLETE |
4366 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.867 INFO O| Aug 15 05:35:11.867 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.877 INFO O| Aug 15 05:35:11.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4368 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.877 INFO O| Aug 15 05:35:11.877 INFO STEP 154 (remove_files) COMPLETE |
4369 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.877 INFO O| Aug 15 05:35:11.877 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.887 INFO O| Aug 15 05:35:11.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4371 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.887 INFO O| Aug 15 05:35:11.887 INFO STEP 155 (remove_files) COMPLETE |
4372 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.888 INFO O| Aug 15 05:35:11.887 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.897 INFO O| Aug 15 05:35:11.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4374 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.897 INFO O| Aug 15 05:35:11.897 INFO STEP 156 (remove_files) COMPLETE |
4375 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.897 INFO O| Aug 15 05:35:11.897 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.907 INFO O| Aug 15 05:35:11.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4377 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.907 INFO O| Aug 15 05:35:11.907 INFO STEP 157 (remove_files) COMPLETE |
4378 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.907 INFO O| Aug 15 05:35:11.907 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-15T05:35:13.272Z | [ recovery-image] Aug 15 05:35:11.916 INFO O| Aug 15 05:35:11.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4380 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.917 INFO O| Aug 15 05:35:11.917 INFO STEP 158 (remove_files) COMPLETE |
4381 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.917 INFO O| Aug 15 05:35:11.917 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.927 INFO O| Aug 15 05:35:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4383 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.927 INFO O| Aug 15 05:35:11.927 INFO STEP 159 (remove_files) COMPLETE |
4384 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.927 INFO O| Aug 15 05:35:11.927 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.936 INFO O| Aug 15 05:35:11.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4386 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.937 INFO O| Aug 15 05:35:11.937 INFO STEP 160 (remove_files) COMPLETE |
4387 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.937 INFO O| Aug 15 05:35:11.937 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.946 INFO O| Aug 15 05:35:11.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4389 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.946 INFO O| Aug 15 05:35:11.946 INFO STEP 161 (remove_files) COMPLETE |
4390 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.946 INFO O| Aug 15 05:35:11.946 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.956 INFO O| Aug 15 05:35:11.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4392 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.956 INFO O| Aug 15 05:35:11.956 INFO STEP 162 (remove_files) COMPLETE |
4393 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.956 INFO O| Aug 15 05:35:11.956 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.966 INFO O| Aug 15 05:35:11.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4395 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.966 INFO O| Aug 15 05:35:11.966 INFO STEP 163 (remove_files) COMPLETE |
4396 | 2024-08-15T05:35:13.273Z | [ recovery-image] Aug 15 05:35:11.966 INFO O| Aug 15 05:35:11.966 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.976 INFO O| Aug 15 05:35:11.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4398 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.976 INFO O| Aug 15 05:35:11.976 INFO STEP 164 (remove_files) COMPLETE |
4399 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.976 INFO O| Aug 15 05:35:11.976 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.986 INFO O| Aug 15 05:35:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4401 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.986 INFO O| Aug 15 05:35:11.986 INFO STEP 165 (remove_files) COMPLETE |
4402 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.986 INFO O| Aug 15 05:35:11.986 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.996 INFO O| Aug 15 05:35:11.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4404 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.996 INFO O| Aug 15 05:35:11.996 INFO STEP 166 (remove_files) COMPLETE |
4405 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:11.996 INFO O| Aug 15 05:35:11.996 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:12.008 INFO O| Aug 15 05:35:12.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4407 | 2024-08-15T05:35:13.274Z | [ recovery-image] Aug 15 05:35:12.009 INFO O| Aug 15 05:35:12.008 INFO STEP 167 (remove_files) COMPLETE |
4408 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.009 INFO O| Aug 15 05:35:12.008 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.019 INFO O| Aug 15 05:35:12.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4410 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.019 INFO O| Aug 15 05:35:12.019 INFO STEP 168 (remove_files) COMPLETE |
4411 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.019 INFO O| Aug 15 05:35:12.019 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.029 INFO O| Aug 15 05:35:12.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4413 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.029 INFO O| Aug 15 05:35:12.029 INFO STEP 169 (remove_files) COMPLETE |
4414 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.029 INFO O| Aug 15 05:35:12.029 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.041 INFO O| Aug 15 05:35:12.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4416 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.041 INFO O| Aug 15 05:35:12.041 INFO STEP 170 (remove_files) COMPLETE |
4417 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.041 INFO O| Aug 15 05:35:12.041 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.051 INFO O| Aug 15 05:35:12.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4419 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.051 INFO O| Aug 15 05:35:12.051 INFO STEP 171 (remove_files) COMPLETE |
4420 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.051 INFO O| Aug 15 05:35:12.051 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-08-15T05:35:13.275Z | [ recovery-image] Aug 15 05:35:12.060 INFO O| Aug 15 05:35:12.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4422 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.061 INFO O| Aug 15 05:35:12.060 INFO STEP 172 (remove_files) COMPLETE |
4423 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.061 INFO O| Aug 15 05:35:12.061 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.070 INFO O| Aug 15 05:35:12.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4425 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.070 INFO O| Aug 15 05:35:12.070 INFO STEP 173 (remove_files) COMPLETE |
4426 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.071 INFO O| Aug 15 05:35:12.070 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.082 INFO O| Aug 15 05:35:12.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4428 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.082 INFO O| Aug 15 05:35:12.082 INFO STEP 174 (remove_files) COMPLETE |
4429 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.082 INFO O| Aug 15 05:35:12.082 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-08-15T05:35:13.283Z | [ recovery-image] Aug 15 05:35:12.092 INFO O| Aug 15 05:35:12.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4431 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.093 INFO O| Aug 15 05:35:12.093 INFO STEP 175 (remove_files) COMPLETE |
4432 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.093 INFO O| Aug 15 05:35:12.093 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.103 INFO O| Aug 15 05:35:12.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4434 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.103 INFO O| Aug 15 05:35:12.103 INFO STEP 176 (remove_files) COMPLETE |
4435 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.103 INFO O| Aug 15 05:35:12.103 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.113 INFO O| Aug 15 05:35:12.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4437 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.113 INFO O| Aug 15 05:35:12.113 INFO STEP 177 (remove_files) COMPLETE |
4438 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.113 INFO O| Aug 15 05:35:12.113 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.125 INFO O| Aug 15 05:35:12.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4440 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.125 INFO O| Aug 15 05:35:12.125 INFO STEP 178 (remove_files) COMPLETE |
4441 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.125 INFO O| Aug 15 05:35:12.125 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.135 INFO O| Aug 15 05:35:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4443 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.135 INFO O| Aug 15 05:35:12.135 INFO STEP 179 (remove_files) COMPLETE |
4444 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.135 INFO O| Aug 15 05:35:12.135 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-08-15T05:35:13.284Z | [ recovery-image] Aug 15 05:35:12.147 INFO O| Aug 15 05:35:12.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4446 | 2024-08-15T05:35:13.285Z | [ recovery-image] Aug 15 05:35:12.147 INFO O| Aug 15 05:35:12.147 INFO STEP 180 (remove_files) COMPLETE |
4447 | 2024-08-15T05:35:13.285Z | [ recovery-image] Aug 15 05:35:12.147 INFO O| Aug 15 05:35:12.147 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-08-15T05:35:13.293Z | [ recovery-image] Aug 15 05:35:12.157 INFO O| Aug 15 05:35:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4449 | 2024-08-15T05:35:13.294Z | [ recovery-image] Aug 15 05:35:12.157 INFO O| Aug 15 05:35:12.157 INFO STEP 181 (remove_files) COMPLETE |
4450 | 2024-08-15T05:35:13.294Z | [ recovery-image] Aug 15 05:35:12.157 INFO O| Aug 15 05:35:12.157 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-08-15T05:35:13.307Z | [ recovery-image] Aug 15 05:35:12.170 INFO O| Aug 15 05:35:12.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4452 | 2024-08-15T05:35:13.307Z | [ recovery-image] Aug 15 05:35:12.170 INFO O| Aug 15 05:35:12.170 INFO STEP 182 (remove_files) COMPLETE |
4453 | 2024-08-15T05:35:13.312Z | [ recovery-image] Aug 15 05:35:12.170 INFO O| Aug 15 05:35:12.170 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-08-15T05:35:13.316Z | [ recovery-image] Aug 15 05:35:12.180 INFO O| Aug 15 05:35:12.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4455 | 2024-08-15T05:35:13.316Z | [ recovery-image] Aug 15 05:35:12.180 INFO O| Aug 15 05:35:12.180 INFO STEP 183 (remove_files) COMPLETE |
4456 | 2024-08-15T05:35:13.316Z | [ recovery-image] Aug 15 05:35:12.180 INFO O| Aug 15 05:35:12.180 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-08-15T05:35:13.326Z | [ recovery-image] Aug 15 05:35:12.191 INFO O| Aug 15 05:35:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4458 | 2024-08-15T05:35:13.329Z | [ recovery-image] Aug 15 05:35:12.191 INFO O| Aug 15 05:35:12.191 INFO STEP 184 (remove_files) COMPLETE |
4459 | 2024-08-15T05:35:13.329Z | [ recovery-image] Aug 15 05:35:12.191 INFO O| Aug 15 05:35:12.191 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-08-15T05:35:13.337Z | [ recovery-image] Aug 15 05:35:12.201 INFO O| Aug 15 05:35:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4461 | 2024-08-15T05:35:13.337Z | [ recovery-image] Aug 15 05:35:12.201 INFO O| Aug 15 05:35:12.201 INFO STEP 185 (remove_files) COMPLETE |
4462 | 2024-08-15T05:35:13.341Z | [ recovery-image] Aug 15 05:35:12.201 INFO O| Aug 15 05:35:12.201 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-08-15T05:35:13.345Z | [ recovery-image] Aug 15 05:35:12.211 INFO O| Aug 15 05:35:12.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4464 | 2024-08-15T05:35:13.345Z | [ recovery-image] Aug 15 05:35:12.211 INFO O| Aug 15 05:35:12.211 INFO STEP 186 (remove_files) COMPLETE |
4465 | 2024-08-15T05:35:13.348Z | [ recovery-image] Aug 15 05:35:12.211 INFO O| Aug 15 05:35:12.211 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-08-15T05:35:13.359Z | [ recovery-image] Aug 15 05:35:12.222 INFO O| Aug 15 05:35:12.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4467 | 2024-08-15T05:35:13.363Z | [ recovery-image] Aug 15 05:35:12.222 INFO O| Aug 15 05:35:12.222 INFO STEP 187 (remove_files) COMPLETE |
4468 | 2024-08-15T05:35:13.363Z | [ recovery-image] Aug 15 05:35:12.222 INFO O| Aug 15 05:35:12.222 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-08-15T05:35:13.368Z | [ recovery-image] Aug 15 05:35:12.232 INFO O| Aug 15 05:35:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4470 | 2024-08-15T05:35:13.368Z | [ recovery-image] Aug 15 05:35:12.232 INFO O| Aug 15 05:35:12.232 INFO STEP 188 (remove_files) COMPLETE |
4471 | 2024-08-15T05:35:13.368Z | [ recovery-image] Aug 15 05:35:12.232 INFO O| Aug 15 05:35:12.232 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-08-15T05:35:13.375Z | [ recovery-image] Aug 15 05:35:12.242 INFO O| Aug 15 05:35:12.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4473 | 2024-08-15T05:35:13.375Z | [ recovery-image] Aug 15 05:35:12.242 INFO O| Aug 15 05:35:12.242 INFO STEP 189 (remove_files) COMPLETE |
4474 | 2024-08-15T05:35:13.380Z | [ recovery-image] Aug 15 05:35:12.242 INFO O| Aug 15 05:35:12.242 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-08-15T05:35:13.385Z | [ recovery-image] Aug 15 05:35:12.251 INFO O| Aug 15 05:35:12.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4476 | 2024-08-15T05:35:13.385Z | [ recovery-image] Aug 15 05:35:12.251 INFO O| Aug 15 05:35:12.251 INFO STEP 190 (remove_files) COMPLETE |
4477 | 2024-08-15T05:35:13.388Z | [ recovery-image] Aug 15 05:35:12.251 INFO O| Aug 15 05:35:12.251 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-08-15T05:35:13.401Z | [ recovery-image] Aug 15 05:35:12.261 INFO O| Aug 15 05:35:12.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4479 | 2024-08-15T05:35:13.401Z | [ recovery-image] Aug 15 05:35:12.261 INFO O| Aug 15 05:35:12.261 INFO STEP 191 (remove_files) COMPLETE |
4480 | 2024-08-15T05:35:13.401Z | [ recovery-image] Aug 15 05:35:12.261 INFO O| Aug 15 05:35:12.261 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-08-15T05:35:13.409Z | [ recovery-image] Aug 15 05:35:12.271 INFO O| Aug 15 05:35:12.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4482 | 2024-08-15T05:35:13.409Z | [ recovery-image] Aug 15 05:35:12.271 INFO O| Aug 15 05:35:12.271 INFO STEP 192 (remove_files) COMPLETE |
4483 | 2024-08-15T05:35:13.411Z | [ recovery-image] Aug 15 05:35:12.271 INFO O| Aug 15 05:35:12.271 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-08-15T05:35:13.414Z | [ recovery-image] Aug 15 05:35:12.281 INFO O| Aug 15 05:35:12.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4485 | 2024-08-15T05:35:13.414Z | [ recovery-image] Aug 15 05:35:12.281 INFO O| Aug 15 05:35:12.281 INFO STEP 193 (remove_files) COMPLETE |
4486 | 2024-08-15T05:35:13.414Z | [ recovery-image] Aug 15 05:35:12.281 INFO O| Aug 15 05:35:12.281 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-08-15T05:35:13.427Z | [ recovery-image] Aug 15 05:35:12.290 INFO O| Aug 15 05:35:12.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4488 | 2024-08-15T05:35:13.427Z | [ recovery-image] Aug 15 05:35:12.290 INFO O| Aug 15 05:35:12.290 INFO STEP 194 (remove_files) COMPLETE |
4489 | 2024-08-15T05:35:13.427Z | [ recovery-image] Aug 15 05:35:12.290 INFO O| Aug 15 05:35:12.290 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-08-15T05:35:13.434Z | [ recovery-image] Aug 15 05:35:12.300 INFO O| Aug 15 05:35:12.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4491 | 2024-08-15T05:35:13.434Z | [ recovery-image] Aug 15 05:35:12.300 INFO O| Aug 15 05:35:12.300 INFO STEP 195 (remove_files) COMPLETE |
4492 | 2024-08-15T05:35:13.438Z | [ recovery-image] Aug 15 05:35:12.300 INFO O| Aug 15 05:35:12.300 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-08-15T05:35:13.444Z | [ recovery-image] Aug 15 05:35:12.310 INFO O| Aug 15 05:35:12.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4494 | 2024-08-15T05:35:13.444Z | [ recovery-image] Aug 15 05:35:12.310 INFO O| Aug 15 05:35:12.310 INFO STEP 196 (remove_files) COMPLETE |
4495 | 2024-08-15T05:35:13.446Z | [ recovery-image] Aug 15 05:35:12.310 INFO O| Aug 15 05:35:12.310 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-08-15T05:35:13.453Z | [ recovery-image] Aug 15 05:35:12.320 INFO O| Aug 15 05:35:12.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4497 | 2024-08-15T05:35:13.453Z | [ recovery-image] Aug 15 05:35:12.320 INFO O| Aug 15 05:35:12.320 INFO STEP 197 (remove_files) COMPLETE |
4498 | 2024-08-15T05:35:13.453Z | [ recovery-image] Aug 15 05:35:12.320 INFO O| Aug 15 05:35:12.320 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-08-15T05:35:13.463Z | [ recovery-image] Aug 15 05:35:12.330 INFO O| Aug 15 05:35:12.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4500 | 2024-08-15T05:35:13.463Z | [ recovery-image] Aug 15 05:35:12.330 INFO O| Aug 15 05:35:12.330 INFO STEP 198 (remove_files) COMPLETE |
4501 | 2024-08-15T05:35:13.463Z | [ recovery-image] Aug 15 05:35:12.330 INFO O| Aug 15 05:35:12.330 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-08-15T05:35:13.473Z | [ recovery-image] Aug 15 05:35:12.339 INFO O| Aug 15 05:35:12.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4503 | 2024-08-15T05:35:13.473Z | [ recovery-image] Aug 15 05:35:12.340 INFO O| Aug 15 05:35:12.340 INFO STEP 199 (remove_files) COMPLETE |
4504 | 2024-08-15T05:35:13.473Z | [ recovery-image] Aug 15 05:35:12.340 INFO O| Aug 15 05:35:12.340 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-08-15T05:35:13.483Z | [ recovery-image] Aug 15 05:35:12.350 INFO O| Aug 15 05:35:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4506 | 2024-08-15T05:35:13.483Z | [ recovery-image] Aug 15 05:35:12.350 INFO O| Aug 15 05:35:12.350 INFO STEP 200 (remove_files) COMPLETE |
4507 | 2024-08-15T05:35:13.483Z | [ recovery-image] Aug 15 05:35:12.350 INFO O| Aug 15 05:35:12.350 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-08-15T05:35:13.493Z | [ recovery-image] Aug 15 05:35:12.360 INFO O| Aug 15 05:35:12.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4509 | 2024-08-15T05:35:13.493Z | [ recovery-image] Aug 15 05:35:12.360 INFO O| Aug 15 05:35:12.360 INFO STEP 201 (remove_files) COMPLETE |
4510 | 2024-08-15T05:35:13.493Z | [ recovery-image] Aug 15 05:35:12.360 INFO O| Aug 15 05:35:12.360 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-08-15T05:35:13.505Z | [ recovery-image] Aug 15 05:35:12.370 INFO O| Aug 15 05:35:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4512 | 2024-08-15T05:35:13.505Z | [ recovery-image] Aug 15 05:35:12.370 INFO O| Aug 15 05:35:12.370 INFO STEP 202 (remove_files) COMPLETE |
4513 | 2024-08-15T05:35:13.505Z | [ recovery-image] Aug 15 05:35:12.370 INFO O| Aug 15 05:35:12.370 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-08-15T05:35:13.514Z | [ recovery-image] Aug 15 05:35:12.380 INFO O| Aug 15 05:35:12.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4515 | 2024-08-15T05:35:13.514Z | [ recovery-image] Aug 15 05:35:12.380 INFO O| Aug 15 05:35:12.380 INFO STEP 203 (remove_files) COMPLETE |
4516 | 2024-08-15T05:35:13.514Z | [ recovery-image] Aug 15 05:35:12.380 INFO O| Aug 15 05:35:12.380 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-08-15T05:35:13.525Z | [ recovery-image] Aug 15 05:35:12.391 INFO O| Aug 15 05:35:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4518 | 2024-08-15T05:35:13.525Z | [ recovery-image] Aug 15 05:35:12.391 INFO O| Aug 15 05:35:12.391 INFO STEP 204 (remove_files) COMPLETE |
4519 | 2024-08-15T05:35:13.527Z | [ recovery-image] Aug 15 05:35:12.391 INFO O| Aug 15 05:35:12.391 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-08-15T05:35:13.535Z | [ recovery-image] Aug 15 05:35:12.402 INFO O| Aug 15 05:35:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4521 | 2024-08-15T05:35:13.535Z | [ recovery-image] Aug 15 05:35:12.402 INFO O| Aug 15 05:35:12.402 INFO STEP 205 (remove_files) COMPLETE |
4522 | 2024-08-15T05:35:13.537Z | [ recovery-image] Aug 15 05:35:12.402 INFO O| Aug 15 05:35:12.402 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-08-15T05:35:13.545Z | [ recovery-image] Aug 15 05:35:12.412 INFO O| Aug 15 05:35:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4524 | 2024-08-15T05:35:13.548Z | [ recovery-image] Aug 15 05:35:12.412 INFO O| Aug 15 05:35:12.412 INFO STEP 206 (remove_files) COMPLETE |
4525 | 2024-08-15T05:35:13.548Z | [ recovery-image] Aug 15 05:35:12.412 INFO O| Aug 15 05:35:12.412 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-08-15T05:35:13.555Z | [ recovery-image] Aug 15 05:35:12.422 INFO O| Aug 15 05:35:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4527 | 2024-08-15T05:35:13.557Z | [ recovery-image] Aug 15 05:35:12.422 INFO O| Aug 15 05:35:12.422 INFO STEP 207 (remove_files) COMPLETE |
4528 | 2024-08-15T05:35:13.557Z | [ recovery-image] Aug 15 05:35:12.422 INFO O| Aug 15 05:35:12.422 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-08-15T05:35:13.565Z | [ recovery-image] Aug 15 05:35:12.432 INFO O| Aug 15 05:35:12.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4530 | 2024-08-15T05:35:13.565Z | [ recovery-image] Aug 15 05:35:12.432 INFO O| Aug 15 05:35:12.432 INFO STEP 208 (remove_files) COMPLETE |
4531 | 2024-08-15T05:35:13.568Z | [ recovery-image] Aug 15 05:35:12.432 INFO O| Aug 15 05:35:12.432 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-08-15T05:35:13.576Z | [ recovery-image] Aug 15 05:35:12.442 INFO O| Aug 15 05:35:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4533 | 2024-08-15T05:35:13.578Z | [ recovery-image] Aug 15 05:35:12.442 INFO O| Aug 15 05:35:12.442 INFO STEP 209 (remove_files) COMPLETE |
4534 | 2024-08-15T05:35:13.578Z | [ recovery-image] Aug 15 05:35:12.442 INFO O| Aug 15 05:35:12.442 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-08-15T05:35:13.587Z | [ recovery-image] Aug 15 05:35:12.453 INFO O| Aug 15 05:35:12.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4536 | 2024-08-15T05:35:13.587Z | [ recovery-image] Aug 15 05:35:12.453 INFO O| Aug 15 05:35:12.453 INFO STEP 210 (remove_files) COMPLETE |
4537 | 2024-08-15T05:35:13.589Z | [ recovery-image] Aug 15 05:35:12.453 INFO O| Aug 15 05:35:12.453 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-08-15T05:35:13.596Z | [ recovery-image] Aug 15 05:35:12.463 INFO O| Aug 15 05:35:12.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4539 | 2024-08-15T05:35:13.596Z | [ recovery-image] Aug 15 05:35:12.463 INFO O| Aug 15 05:35:12.463 INFO STEP 211 (remove_files) COMPLETE |
4540 | 2024-08-15T05:35:13.599Z | [ recovery-image] Aug 15 05:35:12.463 INFO O| Aug 15 05:35:12.463 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-08-15T05:35:13.606Z | [ recovery-image] Aug 15 05:35:12.473 INFO O| Aug 15 05:35:12.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4542 | 2024-08-15T05:35:13.606Z | [ recovery-image] Aug 15 05:35:12.473 INFO O| Aug 15 05:35:12.473 INFO STEP 212 (remove_files) COMPLETE |
4543 | 2024-08-15T05:35:13.606Z | [ recovery-image] Aug 15 05:35:12.473 INFO O| Aug 15 05:35:12.473 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-08-15T05:35:13.616Z | [ recovery-image] Aug 15 05:35:12.482 INFO O| Aug 15 05:35:12.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4545 | 2024-08-15T05:35:13.618Z | [ recovery-image] Aug 15 05:35:12.482 INFO O| Aug 15 05:35:12.482 INFO STEP 213 (remove_files) COMPLETE |
4546 | 2024-08-15T05:35:13.618Z | [ recovery-image] Aug 15 05:35:12.482 INFO O| Aug 15 05:35:12.482 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-08-15T05:35:13.625Z | [ recovery-image] Aug 15 05:35:12.492 INFO O| Aug 15 05:35:12.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4548 | 2024-08-15T05:35:13.625Z | [ recovery-image] Aug 15 05:35:12.492 INFO O| Aug 15 05:35:12.492 INFO STEP 214 (remove_files) COMPLETE |
4549 | 2024-08-15T05:35:13.628Z | [ recovery-image] Aug 15 05:35:12.492 INFO O| Aug 15 05:35:12.492 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-08-15T05:35:13.636Z | [ recovery-image] Aug 15 05:35:12.501 INFO O| Aug 15 05:35:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4551 | 2024-08-15T05:35:13.636Z | [ recovery-image] Aug 15 05:35:12.502 INFO O| Aug 15 05:35:12.501 INFO STEP 215 (remove_files) COMPLETE |
4552 | 2024-08-15T05:35:13.636Z | [ recovery-image] Aug 15 05:35:12.502 INFO O| Aug 15 05:35:12.502 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-08-15T05:35:13.644Z | [ recovery-image] Aug 15 05:35:12.511 INFO O| Aug 15 05:35:12.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4554 | 2024-08-15T05:35:13.644Z | [ recovery-image] Aug 15 05:35:12.511 INFO O| Aug 15 05:35:12.511 INFO STEP 216 (remove_files) COMPLETE |
4555 | 2024-08-15T05:35:13.644Z | [ recovery-image] Aug 15 05:35:12.511 INFO O| Aug 15 05:35:12.511 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-08-15T05:35:13.654Z | [ recovery-image] Aug 15 05:35:12.521 INFO O| Aug 15 05:35:12.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4557 | 2024-08-15T05:35:13.654Z | [ recovery-image] Aug 15 05:35:12.521 INFO O| Aug 15 05:35:12.521 INFO STEP 217 (remove_files) COMPLETE |
4558 | 2024-08-15T05:35:13.656Z | [ recovery-image] Aug 15 05:35:12.521 INFO O| Aug 15 05:35:12.521 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-08-15T05:35:13.664Z | [ recovery-image] Aug 15 05:35:12.531 INFO O| Aug 15 05:35:12.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4560 | 2024-08-15T05:35:13.664Z | [ recovery-image] Aug 15 05:35:12.531 INFO O| Aug 15 05:35:12.531 INFO STEP 218 (remove_files) COMPLETE |
4561 | 2024-08-15T05:35:13.664Z | [ recovery-image] Aug 15 05:35:12.531 INFO O| Aug 15 05:35:12.531 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-08-15T05:35:13.674Z | [ recovery-image] Aug 15 05:35:12.541 INFO O| Aug 15 05:35:12.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4563 | 2024-08-15T05:35:13.674Z | [ recovery-image] Aug 15 05:35:12.541 INFO O| Aug 15 05:35:12.541 INFO STEP 219 (remove_files) COMPLETE |
4564 | 2024-08-15T05:35:13.674Z | [ recovery-image] Aug 15 05:35:12.541 INFO O| Aug 15 05:35:12.541 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-08-15T05:35:13.684Z | [ recovery-image] Aug 15 05:35:12.551 INFO O| Aug 15 05:35:12.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4566 | 2024-08-15T05:35:13.684Z | [ recovery-image] Aug 15 05:35:12.551 INFO O| Aug 15 05:35:12.551 INFO STEP 220 (remove_files) COMPLETE |
4567 | 2024-08-15T05:35:13.684Z | [ recovery-image] Aug 15 05:35:12.551 INFO O| Aug 15 05:35:12.551 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-08-15T05:35:13.694Z | [ recovery-image] Aug 15 05:35:12.561 INFO O| Aug 15 05:35:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4569 | 2024-08-15T05:35:13.694Z | [ recovery-image] Aug 15 05:35:12.561 INFO O| Aug 15 05:35:12.561 INFO STEP 221 (remove_files) COMPLETE |
4570 | 2024-08-15T05:35:13.697Z | [ recovery-image] Aug 15 05:35:12.561 INFO O| Aug 15 05:35:12.561 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-08-15T05:35:13.704Z | [ recovery-image] Aug 15 05:35:12.571 INFO O| Aug 15 05:35:12.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4572 | 2024-08-15T05:35:13.704Z | [ recovery-image] Aug 15 05:35:12.571 INFO O| Aug 15 05:35:12.571 INFO STEP 222 (remove_files) COMPLETE |
4573 | 2024-08-15T05:35:13.704Z | [ recovery-image] Aug 15 05:35:12.571 INFO O| Aug 15 05:35:12.571 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-08-15T05:35:13.714Z | [ recovery-image] Aug 15 05:35:12.580 INFO O| Aug 15 05:35:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4575 | 2024-08-15T05:35:13.716Z | [ recovery-image] Aug 15 05:35:12.580 INFO O| Aug 15 05:35:12.580 INFO STEP 223 (remove_files) COMPLETE |
4576 | 2024-08-15T05:35:13.716Z | [ recovery-image] Aug 15 05:35:12.581 INFO O| Aug 15 05:35:12.580 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-08-15T05:35:13.723Z | [ recovery-image] Aug 15 05:35:12.590 INFO O| Aug 15 05:35:12.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4578 | 2024-08-15T05:35:13.723Z | [ recovery-image] Aug 15 05:35:12.590 INFO O| Aug 15 05:35:12.590 INFO STEP 224 (remove_files) COMPLETE |
4579 | 2024-08-15T05:35:13.726Z | [ recovery-image] Aug 15 05:35:12.590 INFO O| Aug 15 05:35:12.590 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-08-15T05:35:13.733Z | [ recovery-image] Aug 15 05:35:12.600 INFO O| Aug 15 05:35:12.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4581 | 2024-08-15T05:35:13.735Z | [ recovery-image] Aug 15 05:35:12.600 INFO O| Aug 15 05:35:12.600 INFO STEP 225 (remove_files) COMPLETE |
4582 | 2024-08-15T05:35:13.735Z | [ recovery-image] Aug 15 05:35:12.600 INFO O| Aug 15 05:35:12.600 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-08-15T05:35:13.743Z | [ recovery-image] Aug 15 05:35:12.609 INFO O| Aug 15 05:35:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4584 | 2024-08-15T05:35:13.743Z | [ recovery-image] Aug 15 05:35:12.609 INFO O| Aug 15 05:35:12.609 INFO STEP 226 (remove_files) COMPLETE |
4585 | 2024-08-15T05:35:13.746Z | [ recovery-image] Aug 15 05:35:12.609 INFO O| Aug 15 05:35:12.609 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-08-15T05:35:13.754Z | [ recovery-image] Aug 15 05:35:12.620 INFO O| Aug 15 05:35:12.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4587 | 2024-08-15T05:35:13.754Z | [ recovery-image] Aug 15 05:35:12.620 INFO O| Aug 15 05:35:12.620 INFO STEP 227 (remove_files) COMPLETE |
4588 | 2024-08-15T05:35:13.754Z | [ recovery-image] Aug 15 05:35:12.620 INFO O| Aug 15 05:35:12.620 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-08-15T05:35:13.765Z | [ recovery-image] Aug 15 05:35:12.631 INFO O| Aug 15 05:35:12.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4590 | 2024-08-15T05:35:13.765Z | [ recovery-image] Aug 15 05:35:12.631 INFO O| Aug 15 05:35:12.631 INFO STEP 228 (remove_files) COMPLETE |
4591 | 2024-08-15T05:35:13.767Z | [ recovery-image] Aug 15 05:35:12.631 INFO O| Aug 15 05:35:12.631 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-08-15T05:35:13.777Z | [ recovery-image] Aug 15 05:35:12.644 INFO O| Aug 15 05:35:12.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4593 | 2024-08-15T05:35:13.777Z | [ recovery-image] Aug 15 05:35:12.644 INFO O| Aug 15 05:35:12.644 INFO STEP 229 (remove_files) COMPLETE |
4594 | 2024-08-15T05:35:13.780Z | [ recovery-image] Aug 15 05:35:12.644 INFO O| Aug 15 05:35:12.644 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-08-15T05:35:13.790Z | [ recovery-image] Aug 15 05:35:12.656 INFO O| Aug 15 05:35:12.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4596 | 2024-08-15T05:35:13.790Z | [ recovery-image] Aug 15 05:35:12.656 INFO O| Aug 15 05:35:12.656 INFO STEP 230 (remove_files) COMPLETE |
4597 | 2024-08-15T05:35:13.792Z | [ recovery-image] Aug 15 05:35:12.656 INFO O| Aug 15 05:35:12.656 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-08-15T05:35:13.800Z | [ recovery-image] Aug 15 05:35:12.667 INFO O| Aug 15 05:35:12.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4599 | 2024-08-15T05:35:13.800Z | [ recovery-image] Aug 15 05:35:12.667 INFO O| Aug 15 05:35:12.667 INFO STEP 231 (remove_files) COMPLETE |
4600 | 2024-08-15T05:35:13.800Z | [ recovery-image] Aug 15 05:35:12.667 INFO O| Aug 15 05:35:12.667 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-08-15T05:35:13.810Z | [ recovery-image] Aug 15 05:35:12.677 INFO O| Aug 15 05:35:12.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4602 | 2024-08-15T05:35:13.810Z | [ recovery-image] Aug 15 05:35:12.677 INFO O| Aug 15 05:35:12.677 INFO STEP 232 (remove_files) COMPLETE |
4603 | 2024-08-15T05:35:13.813Z | [ recovery-image] Aug 15 05:35:12.677 INFO O| Aug 15 05:35:12.677 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-08-15T05:35:13.821Z | [ recovery-image] Aug 15 05:35:12.687 INFO O| Aug 15 05:35:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4605 | 2024-08-15T05:35:13.821Z | [ recovery-image] Aug 15 05:35:12.687 INFO O| Aug 15 05:35:12.687 INFO STEP 233 (remove_files) COMPLETE |
4606 | 2024-08-15T05:35:13.821Z | [ recovery-image] Aug 15 05:35:12.687 INFO O| Aug 15 05:35:12.687 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-08-15T05:35:13.831Z | [ recovery-image] Aug 15 05:35:12.697 INFO O| Aug 15 05:35:12.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4608 | 2024-08-15T05:35:13.831Z | [ recovery-image] Aug 15 05:35:12.697 INFO O| Aug 15 05:35:12.697 INFO STEP 234 (remove_files) COMPLETE |
4609 | 2024-08-15T05:35:13.834Z | [ recovery-image] Aug 15 05:35:12.697 INFO O| Aug 15 05:35:12.697 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-08-15T05:35:13.841Z | [ recovery-image] Aug 15 05:35:12.708 INFO O| Aug 15 05:35:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4611 | 2024-08-15T05:35:13.841Z | [ recovery-image] Aug 15 05:35:12.708 INFO O| Aug 15 05:35:12.708 INFO STEP 235 (remove_files) COMPLETE |
4612 | 2024-08-15T05:35:13.841Z | [ recovery-image] Aug 15 05:35:12.708 INFO O| Aug 15 05:35:12.708 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-08-15T05:35:13.851Z | [ recovery-image] Aug 15 05:35:12.718 INFO O| Aug 15 05:35:12.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4614 | 2024-08-15T05:35:13.851Z | [ recovery-image] Aug 15 05:35:12.718 INFO O| Aug 15 05:35:12.718 INFO STEP 236 (remove_files) COMPLETE |
4615 | 2024-08-15T05:35:13.856Z | [ recovery-image] Aug 15 05:35:12.718 INFO O| Aug 15 05:35:12.718 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-08-15T05:35:13.862Z | [ recovery-image] Aug 15 05:35:12.729 INFO O| Aug 15 05:35:12.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4617 | 2024-08-15T05:35:13.862Z | [ recovery-image] Aug 15 05:35:12.729 INFO O| Aug 15 05:35:12.729 INFO STEP 237 (remove_files) COMPLETE |
4618 | 2024-08-15T05:35:13.864Z | [ recovery-image] Aug 15 05:35:12.729 INFO O| Aug 15 05:35:12.729 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-08-15T05:35:13.873Z | [ recovery-image] Aug 15 05:35:12.739 INFO O| Aug 15 05:35:12.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4620 | 2024-08-15T05:35:13.873Z | [ recovery-image] Aug 15 05:35:12.739 INFO O| Aug 15 05:35:12.739 INFO STEP 238 (remove_files) COMPLETE |
4621 | 2024-08-15T05:35:13.873Z | [ recovery-image] Aug 15 05:35:12.739 INFO O| Aug 15 05:35:12.739 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-08-15T05:35:13.882Z | [ recovery-image] Aug 15 05:35:12.749 INFO O| Aug 15 05:35:12.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4623 | 2024-08-15T05:35:13.882Z | [ recovery-image] Aug 15 05:35:12.749 INFO O| Aug 15 05:35:12.749 INFO STEP 239 (remove_files) COMPLETE |
4624 | 2024-08-15T05:35:13.882Z | [ recovery-image] Aug 15 05:35:12.749 INFO O| Aug 15 05:35:12.749 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-08-15T05:35:13.892Z | [ recovery-image] Aug 15 05:35:12.759 INFO O| Aug 15 05:35:12.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4626 | 2024-08-15T05:35:13.893Z | [ recovery-image] Aug 15 05:35:12.759 INFO O| Aug 15 05:35:12.759 INFO STEP 240 (remove_files) COMPLETE |
4627 | 2024-08-15T05:35:13.895Z | [ recovery-image] Aug 15 05:35:12.759 INFO O| Aug 15 05:35:12.759 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-08-15T05:35:13.902Z | [ recovery-image] Aug 15 05:35:12.769 INFO O| Aug 15 05:35:12.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4629 | 2024-08-15T05:35:13.905Z | [ recovery-image] Aug 15 05:35:12.769 INFO O| Aug 15 05:35:12.769 INFO STEP 241 (remove_files) COMPLETE |
4630 | 2024-08-15T05:35:13.905Z | [ recovery-image] Aug 15 05:35:12.769 INFO O| Aug 15 05:35:12.769 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-08-15T05:35:13.913Z | [ recovery-image] Aug 15 05:35:12.779 INFO O| Aug 15 05:35:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4632 | 2024-08-15T05:35:13.914Z | [ recovery-image] Aug 15 05:35:12.779 INFO O| Aug 15 05:35:12.779 INFO STEP 242 (remove_files) COMPLETE |
4633 | 2024-08-15T05:35:13.914Z | [ recovery-image] Aug 15 05:35:12.779 INFO O| Aug 15 05:35:12.779 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-08-15T05:35:13.923Z | [ recovery-image] Aug 15 05:35:12.789 INFO O| Aug 15 05:35:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4635 | 2024-08-15T05:35:13.923Z | [ recovery-image] Aug 15 05:35:12.789 INFO O| Aug 15 05:35:12.789 INFO STEP 243 (remove_files) COMPLETE |
4636 | 2024-08-15T05:35:13.923Z | [ recovery-image] Aug 15 05:35:12.790 INFO O| Aug 15 05:35:12.789 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-08-15T05:35:13.933Z | [ recovery-image] Aug 15 05:35:12.800 INFO O| Aug 15 05:35:12.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4638 | 2024-08-15T05:35:13.934Z | [ recovery-image] Aug 15 05:35:12.800 INFO O| Aug 15 05:35:12.800 INFO STEP 244 (remove_files) COMPLETE |
4639 | 2024-08-15T05:35:13.936Z | [ recovery-image] Aug 15 05:35:12.800 INFO O| Aug 15 05:35:12.800 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-08-15T05:35:13.946Z | [ recovery-image] Aug 15 05:35:12.812 INFO O| Aug 15 05:35:12.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4641 | 2024-08-15T05:35:13.946Z | [ recovery-image] Aug 15 05:35:12.812 INFO O| Aug 15 05:35:12.812 INFO STEP 245 (remove_files) COMPLETE |
4642 | 2024-08-15T05:35:13.949Z | [ recovery-image] Aug 15 05:35:12.812 INFO O| Aug 15 05:35:12.812 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-08-15T05:35:13.958Z | [ recovery-image] Aug 15 05:35:12.825 INFO O| Aug 15 05:35:12.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4644 | 2024-08-15T05:35:13.958Z | [ recovery-image] Aug 15 05:35:12.825 INFO O| Aug 15 05:35:12.825 INFO STEP 246 (remove_files) COMPLETE |
4645 | 2024-08-15T05:35:13.961Z | [ recovery-image] Aug 15 05:35:12.825 INFO O| Aug 15 05:35:12.825 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-08-15T05:35:13.970Z | [ recovery-image] Aug 15 05:35:12.837 INFO O| Aug 15 05:35:12.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4647 | 2024-08-15T05:35:13.970Z | [ recovery-image] Aug 15 05:35:12.837 INFO O| Aug 15 05:35:12.837 INFO STEP 247 (remove_files) COMPLETE |
4648 | 2024-08-15T05:35:13.973Z | [ recovery-image] Aug 15 05:35:12.837 INFO O| Aug 15 05:35:12.837 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-08-15T05:35:13.983Z | [ recovery-image] Aug 15 05:35:12.849 INFO O| Aug 15 05:35:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4650 | 2024-08-15T05:35:13.983Z | [ recovery-image] Aug 15 05:35:12.849 INFO O| Aug 15 05:35:12.849 INFO STEP 248 (remove_files) COMPLETE |
4651 | 2024-08-15T05:35:13.985Z | [ recovery-image] Aug 15 05:35:12.849 INFO O| Aug 15 05:35:12.849 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-08-15T05:35:13.995Z | [ recovery-image] Aug 15 05:35:12.861 INFO O| Aug 15 05:35:12.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4653 | 2024-08-15T05:35:13.995Z | [ recovery-image] Aug 15 05:35:12.861 INFO O| Aug 15 05:35:12.861 INFO STEP 249 (remove_files) COMPLETE |
4654 | 2024-08-15T05:35:13.995Z | [ recovery-image] Aug 15 05:35:12.861 INFO O| Aug 15 05:35:12.861 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-08-15T05:35:14.007Z | [ recovery-image] Aug 15 05:35:12.873 INFO O| Aug 15 05:35:12.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4656 | 2024-08-15T05:35:14.007Z | [ recovery-image] Aug 15 05:35:12.873 INFO O| Aug 15 05:35:12.873 INFO STEP 250 (remove_files) COMPLETE |
4657 | 2024-08-15T05:35:14.007Z | [ recovery-image] Aug 15 05:35:12.873 INFO O| Aug 15 05:35:12.873 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-08-15T05:35:14.018Z | [ recovery-image] Aug 15 05:35:12.885 INFO O| Aug 15 05:35:12.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4659 | 2024-08-15T05:35:14.020Z | [ recovery-image] Aug 15 05:35:12.885 INFO O| Aug 15 05:35:12.885 INFO STEP 251 (remove_files) COMPLETE |
4660 | 2024-08-15T05:35:14.020Z | [ recovery-image] Aug 15 05:35:12.885 INFO O| Aug 15 05:35:12.885 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-08-15T05:35:14.029Z | [ recovery-image] Aug 15 05:35:12.896 INFO O| Aug 15 05:35:12.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4662 | 2024-08-15T05:35:14.030Z | [ recovery-image] Aug 15 05:35:12.896 INFO O| Aug 15 05:35:12.896 INFO STEP 252 (remove_files) COMPLETE |
4663 | 2024-08-15T05:35:14.030Z | [ recovery-image] Aug 15 05:35:12.896 INFO O| Aug 15 05:35:12.896 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-08-15T05:35:14.041Z | [ recovery-image] Aug 15 05:35:12.907 INFO O| Aug 15 05:35:12.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4665 | 2024-08-15T05:35:14.041Z | [ recovery-image] Aug 15 05:35:12.907 INFO O| Aug 15 05:35:12.907 INFO STEP 253 (remove_files) COMPLETE |
4666 | 2024-08-15T05:35:14.044Z | [ recovery-image] Aug 15 05:35:12.907 INFO O| Aug 15 05:35:12.907 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-08-15T05:35:14.052Z | [ recovery-image] Aug 15 05:35:12.918 INFO O| Aug 15 05:35:12.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4668 | 2024-08-15T05:35:14.054Z | [ recovery-image] Aug 15 05:35:12.918 INFO O| Aug 15 05:35:12.918 INFO STEP 254 (remove_files) COMPLETE |
4669 | 2024-08-15T05:35:14.054Z | [ recovery-image] Aug 15 05:35:12.918 INFO O| Aug 15 05:35:12.918 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-08-15T05:35:14.063Z | [ recovery-image] Aug 15 05:35:12.929 INFO O| Aug 15 05:35:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4671 | 2024-08-15T05:35:14.063Z | [ recovery-image] Aug 15 05:35:12.929 INFO O| Aug 15 05:35:12.929 INFO STEP 255 (remove_files) COMPLETE |
4672 | 2024-08-15T05:35:14.065Z | [ recovery-image] Aug 15 05:35:12.929 INFO O| Aug 15 05:35:12.929 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-08-15T05:35:14.074Z | [ recovery-image] Aug 15 05:35:12.940 INFO O| Aug 15 05:35:12.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4674 | 2024-08-15T05:35:14.074Z | [ recovery-image] Aug 15 05:35:12.940 INFO O| Aug 15 05:35:12.940 INFO STEP 256 (remove_files) COMPLETE |
4675 | 2024-08-15T05:35:14.074Z | [ recovery-image] Aug 15 05:35:12.940 INFO O| Aug 15 05:35:12.940 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-08-15T05:35:14.085Z | [ recovery-image] Aug 15 05:35:12.951 INFO O| Aug 15 05:35:12.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4677 | 2024-08-15T05:35:14.085Z | [ recovery-image] Aug 15 05:35:12.951 INFO O| Aug 15 05:35:12.951 INFO STEP 257 (remove_files) COMPLETE |
4678 | 2024-08-15T05:35:14.085Z | [ recovery-image] Aug 15 05:35:12.951 INFO O| Aug 15 05:35:12.951 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-08-15T05:35:14.096Z | [ recovery-image] Aug 15 05:35:12.962 INFO O| Aug 15 05:35:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4680 | 2024-08-15T05:35:14.096Z | [ recovery-image] Aug 15 05:35:12.962 INFO O| Aug 15 05:35:12.962 INFO STEP 258 (remove_files) COMPLETE |
4681 | 2024-08-15T05:35:14.096Z | [ recovery-image] Aug 15 05:35:12.962 INFO O| Aug 15 05:35:12.962 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-08-15T05:35:14.107Z | [ recovery-image] Aug 15 05:35:12.974 INFO O| Aug 15 05:35:12.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4683 | 2024-08-15T05:35:14.107Z | [ recovery-image] Aug 15 05:35:12.974 INFO O| Aug 15 05:35:12.974 INFO STEP 259 (remove_files) COMPLETE |
4684 | 2024-08-15T05:35:14.110Z | [ recovery-image] Aug 15 05:35:12.974 INFO O| Aug 15 05:35:12.974 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-08-15T05:35:14.119Z | [ recovery-image] Aug 15 05:35:12.985 INFO O| Aug 15 05:35:12.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4686 | 2024-08-15T05:35:14.119Z | [ recovery-image] Aug 15 05:35:12.985 INFO O| Aug 15 05:35:12.985 INFO STEP 260 (remove_files) COMPLETE |
4687 | 2024-08-15T05:35:14.119Z | [ recovery-image] Aug 15 05:35:12.985 INFO O| Aug 15 05:35:12.985 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-08-15T05:35:14.131Z | [ recovery-image] Aug 15 05:35:12.997 INFO O| Aug 15 05:35:12.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4689 | 2024-08-15T05:35:14.131Z | [ recovery-image] Aug 15 05:35:12.997 INFO O| Aug 15 05:35:12.997 INFO STEP 261 (remove_files) COMPLETE |
4690 | 2024-08-15T05:35:14.134Z | [ recovery-image] Aug 15 05:35:12.997 INFO O| Aug 15 05:35:12.997 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-08-15T05:35:14.142Z | [ recovery-image] Aug 15 05:35:13.009 INFO O| Aug 15 05:35:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4692 | 2024-08-15T05:35:14.142Z | [ recovery-image] Aug 15 05:35:13.009 INFO O| Aug 15 05:35:13.009 INFO STEP 262 (remove_files) COMPLETE |
4693 | 2024-08-15T05:35:14.142Z | [ recovery-image] Aug 15 05:35:13.009 INFO O| Aug 15 05:35:13.009 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-08-15T05:35:14.154Z | [ recovery-image] Aug 15 05:35:13.020 INFO O| Aug 15 05:35:13.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4695 | 2024-08-15T05:35:14.156Z | [ recovery-image] Aug 15 05:35:13.020 INFO O| Aug 15 05:35:13.020 INFO STEP 263 (remove_files) COMPLETE |
4696 | 2024-08-15T05:35:14.156Z | [ recovery-image] Aug 15 05:35:13.020 INFO O| Aug 15 05:35:13.020 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-08-15T05:35:14.165Z | [ recovery-image] Aug 15 05:35:13.031 INFO O| Aug 15 05:35:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4698 | 2024-08-15T05:35:14.167Z | [ recovery-image] Aug 15 05:35:13.031 INFO O| Aug 15 05:35:13.031 INFO STEP 264 (remove_files) COMPLETE |
4699 | 2024-08-15T05:35:14.167Z | [ recovery-image] Aug 15 05:35:13.031 INFO O| Aug 15 05:35:13.031 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-08-15T05:35:14.176Z | [ recovery-image] Aug 15 05:35:13.042 INFO O| Aug 15 05:35:13.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4701 | 2024-08-15T05:35:14.176Z | [ recovery-image] Aug 15 05:35:13.042 INFO O| Aug 15 05:35:13.042 INFO STEP 265 (remove_files) COMPLETE |
4702 | 2024-08-15T05:35:14.176Z | [ recovery-image] Aug 15 05:35:13.042 INFO O| Aug 15 05:35:13.042 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-08-15T05:35:14.186Z | [ recovery-image] Aug 15 05:35:13.053 INFO O| Aug 15 05:35:13.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4704 | 2024-08-15T05:35:14.186Z | [ recovery-image] Aug 15 05:35:13.053 INFO O| Aug 15 05:35:13.053 INFO STEP 266 (remove_files) COMPLETE |
4705 | 2024-08-15T05:35:14.194Z | [ recovery-image] Aug 15 05:35:13.053 INFO O| Aug 15 05:35:13.053 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-08-15T05:35:14.197Z | [ recovery-image] Aug 15 05:35:13.064 INFO O| Aug 15 05:35:13.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4707 | 2024-08-15T05:35:14.197Z | [ recovery-image] Aug 15 05:35:13.064 INFO O| Aug 15 05:35:13.064 INFO STEP 267 (remove_files) COMPLETE |
4708 | 2024-08-15T05:35:14.200Z | [ recovery-image] Aug 15 05:35:13.064 INFO O| Aug 15 05:35:13.064 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-08-15T05:35:14.209Z | [ recovery-image] Aug 15 05:35:13.075 INFO O| Aug 15 05:35:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4710 | 2024-08-15T05:35:14.214Z | [ recovery-image] Aug 15 05:35:13.075 INFO O| Aug 15 05:35:13.075 INFO STEP 268 (remove_files) COMPLETE |
4711 | 2024-08-15T05:35:14.214Z | [ recovery-image] Aug 15 05:35:13.075 INFO O| Aug 15 05:35:13.075 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-08-15T05:35:14.219Z | [ recovery-image] Aug 15 05:35:13.086 INFO O| Aug 15 05:35:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4713 | 2024-08-15T05:35:14.219Z | [ recovery-image] Aug 15 05:35:13.086 INFO O| Aug 15 05:35:13.086 INFO STEP 269 (remove_files) COMPLETE |
4714 | 2024-08-15T05:35:14.222Z | [ recovery-image] Aug 15 05:35:13.086 INFO O| Aug 15 05:35:13.086 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-08-15T05:35:14.230Z | [ recovery-image] Aug 15 05:35:13.096 INFO O| Aug 15 05:35:13.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4716 | 2024-08-15T05:35:14.230Z | [ recovery-image] Aug 15 05:35:13.096 INFO O| Aug 15 05:35:13.096 INFO STEP 270 (remove_files) COMPLETE |
4717 | 2024-08-15T05:35:14.230Z | [ recovery-image] Aug 15 05:35:13.096 INFO O| Aug 15 05:35:13.096 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-08-15T05:35:14.240Z | [ recovery-image] Aug 15 05:35:13.107 INFO O| Aug 15 05:35:13.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4719 | 2024-08-15T05:35:14.243Z | [ recovery-image] Aug 15 05:35:13.108 INFO O| Aug 15 05:35:13.108 INFO STEP 271 (remove_files) COMPLETE |
4720 | 2024-08-15T05:35:14.243Z | [ recovery-image] Aug 15 05:35:13.108 INFO O| Aug 15 05:35:13.108 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-08-15T05:35:14.253Z | [ recovery-image] Aug 15 05:35:13.118 INFO O| Aug 15 05:35:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4722 | 2024-08-15T05:35:14.253Z | [ recovery-image] Aug 15 05:35:13.118 INFO O| Aug 15 05:35:13.118 INFO STEP 272 (remove_files) COMPLETE |
4723 | 2024-08-15T05:35:14.256Z | [ recovery-image] Aug 15 05:35:13.119 INFO O| Aug 15 05:35:13.118 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-08-15T05:35:14.262Z | [ recovery-image] Aug 15 05:35:13.129 INFO O| Aug 15 05:35:13.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4725 | 2024-08-15T05:35:14.262Z | [ recovery-image] Aug 15 05:35:13.129 INFO O| Aug 15 05:35:13.129 INFO STEP 273 (remove_files) COMPLETE |
4726 | 2024-08-15T05:35:14.262Z | [ recovery-image] Aug 15 05:35:13.129 INFO O| Aug 15 05:35:13.129 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-08-15T05:35:14.273Z | [ recovery-image] Aug 15 05:35:13.139 INFO O| Aug 15 05:35:13.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4728 | 2024-08-15T05:35:14.273Z | [ recovery-image] Aug 15 05:35:13.139 INFO O| Aug 15 05:35:13.139 INFO STEP 274 (remove_files) COMPLETE |
4729 | 2024-08-15T05:35:14.274Z | [ recovery-image] Aug 15 05:35:13.139 INFO O| Aug 15 05:35:13.139 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-08-15T05:35:14.283Z | [ recovery-image] Aug 15 05:35:13.150 INFO O| Aug 15 05:35:13.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4731 | 2024-08-15T05:35:14.283Z | [ recovery-image] Aug 15 05:35:13.150 INFO O| Aug 15 05:35:13.150 INFO STEP 275 (remove_files) COMPLETE |
4732 | 2024-08-15T05:35:14.286Z | [ recovery-image] Aug 15 05:35:13.150 INFO O| Aug 15 05:35:13.150 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-08-15T05:35:14.294Z | [ recovery-image] Aug 15 05:35:13.160 INFO O| Aug 15 05:35:13.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4734 | 2024-08-15T05:35:14.296Z | [ recovery-image] Aug 15 05:35:13.160 INFO O| Aug 15 05:35:13.160 INFO STEP 276 (remove_files) COMPLETE |
4735 | 2024-08-15T05:35:14.296Z | [ recovery-image] Aug 15 05:35:13.160 INFO O| Aug 15 05:35:13.160 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-08-15T05:35:14.304Z | [ recovery-image] Aug 15 05:35:13.171 INFO O| Aug 15 05:35:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4737 | 2024-08-15T05:35:14.304Z | [ recovery-image] Aug 15 05:35:13.171 INFO O| Aug 15 05:35:13.171 INFO STEP 277 (remove_files) COMPLETE |
4738 | 2024-08-15T05:35:14.307Z | [ recovery-image] Aug 15 05:35:13.171 INFO O| Aug 15 05:35:13.171 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-08-15T05:35:14.316Z | [ host-image] Aug 15 05:35:13.179 INFO O| Aug 15 05:35:13.179 INFO O| Actions: 24483/49260 actions (Installing new actions) |
4740 | 2024-08-15T05:35:14.319Z | [ recovery-image] Aug 15 05:35:13.181 INFO O| Aug 15 05:35:13.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4741 | 2024-08-15T05:35:14.319Z | [ recovery-image] Aug 15 05:35:13.181 INFO O| Aug 15 05:35:13.181 INFO STEP 278 (remove_files) COMPLETE |
4742 | 2024-08-15T05:35:14.319Z | [ recovery-image] Aug 15 05:35:13.181 INFO O| Aug 15 05:35:13.181 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-15T05:35:14.325Z | [ recovery-image] Aug 15 05:35:13.192 INFO O| Aug 15 05:35:13.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4744 | 2024-08-15T05:35:14.325Z | [ recovery-image] Aug 15 05:35:13.192 INFO O| Aug 15 05:35:13.192 INFO STEP 279 (remove_files) COMPLETE |
4745 | 2024-08-15T05:35:14.325Z | [ recovery-image] Aug 15 05:35:13.192 INFO O| Aug 15 05:35:13.192 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-08-15T05:35:14.336Z | [ recovery-image] Aug 15 05:35:13.202 INFO O| Aug 15 05:35:13.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4747 | 2024-08-15T05:35:14.336Z | [ recovery-image] Aug 15 05:35:13.202 INFO O| Aug 15 05:35:13.202 INFO STEP 280 (remove_files) COMPLETE |
4748 | 2024-08-15T05:35:14.336Z | [ recovery-image] Aug 15 05:35:13.202 INFO O| Aug 15 05:35:13.202 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-08-15T05:35:14.346Z | [ recovery-image] Aug 15 05:35:13.213 INFO O| Aug 15 05:35:13.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4750 | 2024-08-15T05:35:14.346Z | [ recovery-image] Aug 15 05:35:13.213 INFO O| Aug 15 05:35:13.213 INFO STEP 281 (remove_files) COMPLETE |
4751 | 2024-08-15T05:35:14.349Z | [ recovery-image] Aug 15 05:35:13.213 INFO O| Aug 15 05:35:13.213 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-08-15T05:35:14.357Z | [ recovery-image] Aug 15 05:35:13.224 INFO O| Aug 15 05:35:13.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4753 | 2024-08-15T05:35:14.357Z | [ recovery-image] Aug 15 05:35:13.224 INFO O| Aug 15 05:35:13.224 INFO STEP 282 (remove_files) COMPLETE |
4754 | 2024-08-15T05:35:14.359Z | [ recovery-image] Aug 15 05:35:13.224 INFO O| Aug 15 05:35:13.224 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-08-15T05:35:14.368Z | [ recovery-image] Aug 15 05:35:13.234 INFO O| Aug 15 05:35:13.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4756 | 2024-08-15T05:35:14.368Z | [ recovery-image] Aug 15 05:35:13.234 INFO O| Aug 15 05:35:13.234 INFO STEP 283 (remove_files) COMPLETE |
4757 | 2024-08-15T05:35:14.368Z | [ recovery-image] Aug 15 05:35:13.234 INFO O| Aug 15 05:35:13.234 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-08-15T05:35:14.378Z | [ recovery-image] Aug 15 05:35:13.245 INFO O| Aug 15 05:35:13.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4759 | 2024-08-15T05:35:14.378Z | [ recovery-image] Aug 15 05:35:13.245 INFO O| Aug 15 05:35:13.245 INFO STEP 284 (remove_files) COMPLETE |
4760 | 2024-08-15T05:35:14.378Z | [ recovery-image] Aug 15 05:35:13.245 INFO O| Aug 15 05:35:13.245 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-08-15T05:35:14.388Z | [ recovery-image] Aug 15 05:35:13.255 INFO O| Aug 15 05:35:13.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4762 | 2024-08-15T05:35:14.388Z | [ recovery-image] Aug 15 05:35:13.255 INFO O| Aug 15 05:35:13.255 INFO STEP 285 (remove_files) COMPLETE |
4763 | 2024-08-15T05:35:14.388Z | [ recovery-image] Aug 15 05:35:13.255 INFO O| Aug 15 05:35:13.255 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-08-15T05:35:14.399Z | [ recovery-image] Aug 15 05:35:13.265 INFO O| Aug 15 05:35:13.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4765 | 2024-08-15T05:35:14.399Z | [ recovery-image] Aug 15 05:35:13.265 INFO O| Aug 15 05:35:13.265 INFO STEP 286 (remove_files) COMPLETE |
4766 | 2024-08-15T05:35:14.399Z | [ recovery-image] Aug 15 05:35:13.265 INFO O| Aug 15 05:35:13.265 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-08-15T05:35:14.409Z | [ recovery-image] Aug 15 05:35:13.276 INFO O| Aug 15 05:35:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4768 | 2024-08-15T05:35:14.409Z | [ recovery-image] Aug 15 05:35:13.276 INFO O| Aug 15 05:35:13.276 INFO STEP 287 (remove_files) COMPLETE |
4769 | 2024-08-15T05:35:14.409Z | [ recovery-image] Aug 15 05:35:13.276 INFO O| Aug 15 05:35:13.276 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-08-15T05:35:14.419Z | [ recovery-image] Aug 15 05:35:13.286 INFO O| Aug 15 05:35:13.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4771 | 2024-08-15T05:35:14.419Z | [ recovery-image] Aug 15 05:35:13.286 INFO O| Aug 15 05:35:13.286 INFO STEP 288 (remove_files) COMPLETE |
4772 | 2024-08-15T05:35:14.423Z | [ recovery-image] Aug 15 05:35:13.286 INFO O| Aug 15 05:35:13.286 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-08-15T05:35:14.430Z | [ recovery-image] Aug 15 05:35:13.296 INFO O| Aug 15 05:35:13.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4774 | 2024-08-15T05:35:14.430Z | [ recovery-image] Aug 15 05:35:13.296 INFO O| Aug 15 05:35:13.296 INFO STEP 289 (remove_files) COMPLETE |
4775 | 2024-08-15T05:35:14.434Z | [ recovery-image] Aug 15 05:35:13.296 INFO O| Aug 15 05:35:13.296 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-08-15T05:35:14.440Z | [ recovery-image] Aug 15 05:35:13.306 INFO O| Aug 15 05:35:13.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4777 | 2024-08-15T05:35:14.440Z | [ recovery-image] Aug 15 05:35:13.307 INFO O| Aug 15 05:35:13.306 INFO STEP 290 (remove_files) COMPLETE |
4778 | 2024-08-15T05:35:14.442Z | [ recovery-image] Aug 15 05:35:13.307 INFO O| Aug 15 05:35:13.306 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-08-15T05:35:14.450Z | [ recovery-image] Aug 15 05:35:13.317 INFO O| Aug 15 05:35:13.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4780 | 2024-08-15T05:35:14.450Z | [ recovery-image] Aug 15 05:35:13.317 INFO O| Aug 15 05:35:13.317 INFO STEP 291 (remove_files) COMPLETE |
4781 | 2024-08-15T05:35:14.453Z | [ recovery-image] Aug 15 05:35:13.317 INFO O| Aug 15 05:35:13.317 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-08-15T05:35:14.461Z | [ recovery-image] Aug 15 05:35:13.328 INFO O| Aug 15 05:35:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4783 | 2024-08-15T05:35:14.464Z | [ recovery-image] Aug 15 05:35:13.328 INFO O| Aug 15 05:35:13.328 INFO STEP 292 (remove_files) COMPLETE |
4784 | 2024-08-15T05:35:14.464Z | [ recovery-image] Aug 15 05:35:13.328 INFO O| Aug 15 05:35:13.328 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-08-15T05:35:14.472Z | [ recovery-image] Aug 15 05:35:13.338 INFO O| Aug 15 05:35:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4786 | 2024-08-15T05:35:14.472Z | [ recovery-image] Aug 15 05:35:13.338 INFO O| Aug 15 05:35:13.338 INFO STEP 293 (remove_files) COMPLETE |
4787 | 2024-08-15T05:35:14.476Z | [ recovery-image] Aug 15 05:35:13.338 INFO O| Aug 15 05:35:13.338 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-08-15T05:35:14.482Z | [ recovery-image] Aug 15 05:35:13.349 INFO O| Aug 15 05:35:13.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4789 | 2024-08-15T05:35:14.482Z | [ recovery-image] Aug 15 05:35:13.349 INFO O| Aug 15 05:35:13.349 INFO STEP 294 (remove_files) COMPLETE |
4790 | 2024-08-15T05:35:14.485Z | [ recovery-image] Aug 15 05:35:13.349 INFO O| Aug 15 05:35:13.349 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-08-15T05:35:14.493Z | [ recovery-image] Aug 15 05:35:13.359 INFO O| Aug 15 05:35:13.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4792 | 2024-08-15T05:35:14.493Z | [ recovery-image] Aug 15 05:35:13.359 INFO O| Aug 15 05:35:13.359 INFO STEP 295 (remove_files) COMPLETE |
4793 | 2024-08-15T05:35:14.493Z | [ recovery-image] Aug 15 05:35:13.359 INFO O| Aug 15 05:35:13.359 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-08-15T05:35:14.503Z | [ recovery-image] Aug 15 05:35:13.370 INFO O| Aug 15 05:35:13.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4795 | 2024-08-15T05:35:14.503Z | [ recovery-image] Aug 15 05:35:13.370 INFO O| Aug 15 05:35:13.370 INFO STEP 296 (remove_files) COMPLETE |
4796 | 2024-08-15T05:35:14.503Z | [ recovery-image] Aug 15 05:35:13.370 INFO O| Aug 15 05:35:13.370 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-08-15T05:35:14.513Z | [ recovery-image] Aug 15 05:35:13.380 INFO O| Aug 15 05:35:13.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4798 | 2024-08-15T05:35:14.513Z | [ recovery-image] Aug 15 05:35:13.380 INFO O| Aug 15 05:35:13.380 INFO STEP 297 (remove_files) COMPLETE |
4799 | 2024-08-15T05:35:14.514Z | [ recovery-image] Aug 15 05:35:13.380 INFO O| Aug 15 05:35:13.380 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-08-15T05:35:14.523Z | [ recovery-image] Aug 15 05:35:13.390 INFO O| Aug 15 05:35:13.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4801 | 2024-08-15T05:35:14.526Z | [ recovery-image] Aug 15 05:35:13.390 INFO O| Aug 15 05:35:13.390 INFO STEP 298 (remove_files) COMPLETE |
4802 | 2024-08-15T05:35:14.526Z | [ recovery-image] Aug 15 05:35:13.390 INFO O| Aug 15 05:35:13.390 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-08-15T05:35:14.536Z | [ recovery-image] Aug 15 05:35:13.401 INFO O| Aug 15 05:35:13.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4804 | 2024-08-15T05:35:14.536Z | [ recovery-image] Aug 15 05:35:13.401 INFO O| Aug 15 05:35:13.401 INFO STEP 299 (remove_files) COMPLETE |
4805 | 2024-08-15T05:35:14.539Z | [ recovery-image] Aug 15 05:35:13.401 INFO O| Aug 15 05:35:13.401 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-08-15T05:35:14.545Z | [ recovery-image] Aug 15 05:35:13.412 INFO O| Aug 15 05:35:13.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4807 | 2024-08-15T05:35:14.545Z | [ recovery-image] Aug 15 05:35:13.412 INFO O| Aug 15 05:35:13.412 INFO STEP 300 (remove_files) COMPLETE |
4808 | 2024-08-15T05:35:14.545Z | [ recovery-image] Aug 15 05:35:13.412 INFO O| Aug 15 05:35:13.412 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-08-15T05:35:14.556Z | [ recovery-image] Aug 15 05:35:13.422 INFO O| Aug 15 05:35:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4810 | 2024-08-15T05:35:14.556Z | [ recovery-image] Aug 15 05:35:13.422 INFO O| Aug 15 05:35:13.422 INFO STEP 301 (remove_files) COMPLETE |
4811 | 2024-08-15T05:35:14.559Z | [ recovery-image] Aug 15 05:35:13.422 INFO O| Aug 15 05:35:13.422 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-08-15T05:35:14.567Z | [ recovery-image] Aug 15 05:35:13.433 INFO O| Aug 15 05:35:13.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4813 | 2024-08-15T05:35:14.567Z | [ recovery-image] Aug 15 05:35:13.433 INFO O| Aug 15 05:35:13.433 INFO STEP 302 (remove_files) COMPLETE |
4814 | 2024-08-15T05:35:14.567Z | [ recovery-image] Aug 15 05:35:13.433 INFO O| Aug 15 05:35:13.433 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-08-15T05:35:14.578Z | [ recovery-image] Aug 15 05:35:13.444 INFO O| Aug 15 05:35:13.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4816 | 2024-08-15T05:35:14.578Z | [ recovery-image] Aug 15 05:35:13.444 INFO O| Aug 15 05:35:13.444 INFO STEP 303 (remove_files) COMPLETE |
4817 | 2024-08-15T05:35:14.580Z | [ recovery-image] Aug 15 05:35:13.444 INFO O| Aug 15 05:35:13.444 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-08-15T05:35:14.589Z | [ recovery-image] Aug 15 05:35:13.455 INFO O| Aug 15 05:35:13.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4819 | 2024-08-15T05:35:14.589Z | [ recovery-image] Aug 15 05:35:13.455 INFO O| Aug 15 05:35:13.455 INFO STEP 304 (remove_files) COMPLETE |
4820 | 2024-08-15T05:35:14.589Z | [ recovery-image] Aug 15 05:35:13.455 INFO O| Aug 15 05:35:13.455 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-08-15T05:35:14.600Z | [ recovery-image] Aug 15 05:35:13.466 INFO O| Aug 15 05:35:13.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4822 | 2024-08-15T05:35:14.600Z | [ recovery-image] Aug 15 05:35:13.466 INFO O| Aug 15 05:35:13.466 INFO STEP 305 (remove_files) COMPLETE |
4823 | 2024-08-15T05:35:14.602Z | [ recovery-image] Aug 15 05:35:13.466 INFO O| Aug 15 05:35:13.466 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-08-15T05:35:14.610Z | [ recovery-image] Aug 15 05:35:13.476 INFO O| Aug 15 05:35:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4825 | 2024-08-15T05:35:14.610Z | [ recovery-image] Aug 15 05:35:13.477 INFO O| Aug 15 05:35:13.477 INFO STEP 306 (remove_files) COMPLETE |
4826 | 2024-08-15T05:35:14.610Z | [ recovery-image] Aug 15 05:35:13.477 INFO O| Aug 15 05:35:13.477 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-08-15T05:35:14.621Z | [ recovery-image] Aug 15 05:35:13.487 INFO O| Aug 15 05:35:13.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4828 | 2024-08-15T05:35:14.621Z | [ recovery-image] Aug 15 05:35:13.487 INFO O| Aug 15 05:35:13.487 INFO STEP 307 (remove_files) COMPLETE |
4829 | 2024-08-15T05:35:14.624Z | [ recovery-image] Aug 15 05:35:13.487 INFO O| Aug 15 05:35:13.487 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-08-15T05:35:14.632Z | [ recovery-image] Aug 15 05:35:13.498 INFO O| Aug 15 05:35:13.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4831 | 2024-08-15T05:35:14.634Z | [ recovery-image] Aug 15 05:35:13.498 INFO O| Aug 15 05:35:13.498 INFO STEP 308 (remove_files) COMPLETE |
4832 | 2024-08-15T05:35:14.634Z | [ recovery-image] Aug 15 05:35:13.498 INFO O| Aug 15 05:35:13.498 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-08-15T05:35:14.643Z | [ recovery-image] Aug 15 05:35:13.509 INFO O| Aug 15 05:35:13.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4834 | 2024-08-15T05:35:14.643Z | [ recovery-image] Aug 15 05:35:13.509 INFO O| Aug 15 05:35:13.509 INFO STEP 309 (remove_files) COMPLETE |
4835 | 2024-08-15T05:35:14.645Z | [ recovery-image] Aug 15 05:35:13.509 INFO O| Aug 15 05:35:13.509 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-08-15T05:35:14.654Z | [ recovery-image] Aug 15 05:35:13.520 INFO O| Aug 15 05:35:13.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4837 | 2024-08-15T05:35:14.654Z | [ recovery-image] Aug 15 05:35:13.520 INFO O| Aug 15 05:35:13.520 INFO STEP 310 (remove_files) COMPLETE |
4838 | 2024-08-15T05:35:14.656Z | [ recovery-image] Aug 15 05:35:13.520 INFO O| Aug 15 05:35:13.520 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-15T05:35:14.664Z | [ recovery-image] Aug 15 05:35:13.531 INFO O| Aug 15 05:35:13.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4840 | 2024-08-15T05:35:14.667Z | [ recovery-image] Aug 15 05:35:13.531 INFO O| Aug 15 05:35:13.531 INFO STEP 311 (remove_files) COMPLETE |
4841 | 2024-08-15T05:35:14.667Z | [ recovery-image] Aug 15 05:35:13.531 INFO O| Aug 15 05:35:13.531 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-15T05:35:14.676Z | [ recovery-image] Aug 15 05:35:13.542 INFO O| Aug 15 05:35:13.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4843 | 2024-08-15T05:35:14.676Z | [ recovery-image] Aug 15 05:35:13.542 INFO O| Aug 15 05:35:13.542 INFO STEP 312 (remove_files) COMPLETE |
4844 | 2024-08-15T05:35:14.679Z | [ recovery-image] Aug 15 05:35:13.542 INFO O| Aug 15 05:35:13.542 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-15T05:35:14.694Z | [ recovery-image] Aug 15 05:35:13.553 INFO O| Aug 15 05:35:13.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4846 | 2024-08-15T05:35:14.695Z | [ recovery-image] Aug 15 05:35:13.553 INFO O| Aug 15 05:35:13.553 INFO STEP 313 (remove_files) COMPLETE |
4847 | 2024-08-15T05:35:14.715Z | [ recovery-image] Aug 15 05:35:13.553 INFO O| Aug 15 05:35:13.553 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-15T05:35:14.715Z | [ recovery-image] Aug 15 05:35:13.564 INFO O| Aug 15 05:35:13.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4849 | 2024-08-15T05:35:14.715Z | [ recovery-image] Aug 15 05:35:13.564 INFO O| Aug 15 05:35:13.564 INFO STEP 314 (remove_files) COMPLETE |
4850 | 2024-08-15T05:35:14.715Z | [ recovery-image] Aug 15 05:35:13.564 INFO O| Aug 15 05:35:13.564 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-15T05:35:14.719Z | [ recovery-image] Aug 15 05:35:13.575 INFO O| Aug 15 05:35:13.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4852 | 2024-08-15T05:35:14.719Z | [ recovery-image] Aug 15 05:35:13.575 INFO O| Aug 15 05:35:13.575 INFO STEP 315 (remove_files) COMPLETE |
4853 | 2024-08-15T05:35:14.719Z | [ recovery-image] Aug 15 05:35:13.575 INFO O| Aug 15 05:35:13.575 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-15T05:35:14.719Z | [ recovery-image] Aug 15 05:35:13.585 INFO O| Aug 15 05:35:13.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4855 | 2024-08-15T05:35:14.719Z | [ recovery-image] Aug 15 05:35:13.585 INFO O| Aug 15 05:35:13.585 INFO STEP 316 (remove_files) COMPLETE |
4856 | 2024-08-15T05:35:14.719Z | [ recovery-image] Aug 15 05:35:13.585 INFO O| Aug 15 05:35:13.585 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-15T05:35:14.729Z | [ recovery-image] Aug 15 05:35:13.595 INFO O| Aug 15 05:35:13.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4858 | 2024-08-15T05:35:14.732Z | [ recovery-image] Aug 15 05:35:13.595 INFO O| Aug 15 05:35:13.595 INFO STEP 317 (remove_files) COMPLETE |
4859 | 2024-08-15T05:35:14.732Z | [ recovery-image] Aug 15 05:35:13.595 INFO O| Aug 15 05:35:13.595 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-15T05:35:14.739Z | [ recovery-image] Aug 15 05:35:13.606 INFO O| Aug 15 05:35:13.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4861 | 2024-08-15T05:35:14.742Z | [ recovery-image] Aug 15 05:35:13.606 INFO O| Aug 15 05:35:13.606 INFO STEP 318 (remove_files) COMPLETE |
4862 | 2024-08-15T05:35:14.742Z | [ recovery-image] Aug 15 05:35:13.606 INFO O| Aug 15 05:35:13.606 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-15T05:35:14.750Z | [ recovery-image] Aug 15 05:35:13.616 INFO O| Aug 15 05:35:13.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4864 | 2024-08-15T05:35:14.750Z | [ recovery-image] Aug 15 05:35:13.616 INFO O| Aug 15 05:35:13.616 INFO STEP 319 (remove_files) COMPLETE |
4865 | 2024-08-15T05:35:14.753Z | [ recovery-image] Aug 15 05:35:13.616 INFO O| Aug 15 05:35:13.616 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-15T05:35:14.760Z | [ recovery-image] Aug 15 05:35:13.626 INFO O| Aug 15 05:35:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4867 | 2024-08-15T05:35:14.760Z | [ recovery-image] Aug 15 05:35:13.626 INFO O| Aug 15 05:35:13.626 INFO STEP 320 (remove_files) COMPLETE |
4868 | 2024-08-15T05:35:14.760Z | [ recovery-image] Aug 15 05:35:13.626 INFO O| Aug 15 05:35:13.626 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-15T05:35:14.770Z | [ recovery-image] Aug 15 05:35:13.637 INFO O| Aug 15 05:35:13.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4870 | 2024-08-15T05:35:14.770Z | [ recovery-image] Aug 15 05:35:13.637 INFO O| Aug 15 05:35:13.637 INFO STEP 321 (remove_files) COMPLETE |
4871 | 2024-08-15T05:35:14.775Z | [ recovery-image] Aug 15 05:35:13.637 INFO O| Aug 15 05:35:13.637 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-15T05:35:14.780Z | [ recovery-image] Aug 15 05:35:13.647 INFO O| Aug 15 05:35:13.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4873 | 2024-08-15T05:35:14.780Z | [ recovery-image] Aug 15 05:35:13.647 INFO O| Aug 15 05:35:13.647 INFO STEP 322 (remove_files) COMPLETE |
4874 | 2024-08-15T05:35:14.780Z | [ recovery-image] Aug 15 05:35:13.647 INFO O| Aug 15 05:35:13.647 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-15T05:35:14.790Z | [ recovery-image] Aug 15 05:35:13.656 INFO O| Aug 15 05:35:13.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4876 | 2024-08-15T05:35:14.790Z | [ recovery-image] Aug 15 05:35:13.656 INFO O| Aug 15 05:35:13.656 INFO STEP 323 (remove_files) COMPLETE |
4877 | 2024-08-15T05:35:14.790Z | [ recovery-image] Aug 15 05:35:13.657 INFO O| Aug 15 05:35:13.656 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-15T05:35:14.801Z | [ recovery-image] Aug 15 05:35:13.666 INFO O| Aug 15 05:35:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4879 | 2024-08-15T05:35:14.801Z | [ recovery-image] Aug 15 05:35:13.666 INFO O| Aug 15 05:35:13.666 INFO STEP 324 (remove_files) COMPLETE |
4880 | 2024-08-15T05:35:14.801Z | [ recovery-image] Aug 15 05:35:13.666 INFO O| Aug 15 05:35:13.666 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-15T05:35:14.810Z | [ recovery-image] Aug 15 05:35:13.677 INFO O| Aug 15 05:35:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4882 | 2024-08-15T05:35:14.810Z | [ recovery-image] Aug 15 05:35:13.677 INFO O| Aug 15 05:35:13.677 INFO STEP 325 (remove_files) COMPLETE |
4883 | 2024-08-15T05:35:14.810Z | [ recovery-image] Aug 15 05:35:13.677 INFO O| Aug 15 05:35:13.677 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-15T05:35:14.820Z | [ recovery-image] Aug 15 05:35:13.686 INFO O| Aug 15 05:35:13.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4885 | 2024-08-15T05:35:14.820Z | [ recovery-image] Aug 15 05:35:13.686 INFO O| Aug 15 05:35:13.686 INFO STEP 326 (remove_files) COMPLETE |
4886 | 2024-08-15T05:35:14.823Z | [ recovery-image] Aug 15 05:35:13.686 INFO O| Aug 15 05:35:13.686 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-15T05:35:14.830Z | [ recovery-image] Aug 15 05:35:13.696 INFO O| Aug 15 05:35:13.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4888 | 2024-08-15T05:35:14.830Z | [ recovery-image] Aug 15 05:35:13.696 INFO O| Aug 15 05:35:13.696 INFO STEP 327 (remove_files) COMPLETE |
4889 | 2024-08-15T05:35:14.830Z | [ recovery-image] Aug 15 05:35:13.696 INFO O| Aug 15 05:35:13.696 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-15T05:35:14.840Z | [ recovery-image] Aug 15 05:35:13.706 INFO O| Aug 15 05:35:13.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4891 | 2024-08-15T05:35:14.840Z | [ recovery-image] Aug 15 05:35:13.706 INFO O| Aug 15 05:35:13.706 INFO STEP 328 (remove_files) COMPLETE |
4892 | 2024-08-15T05:35:14.840Z | [ recovery-image] Aug 15 05:35:13.706 INFO O| Aug 15 05:35:13.706 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-15T05:35:14.849Z | [ recovery-image] Aug 15 05:35:13.716 INFO O| Aug 15 05:35:13.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4894 | 2024-08-15T05:35:14.849Z | [ recovery-image] Aug 15 05:35:13.716 INFO O| Aug 15 05:35:13.716 INFO STEP 329 (remove_files) COMPLETE |
4895 | 2024-08-15T05:35:14.853Z | [ recovery-image] Aug 15 05:35:13.716 INFO O| Aug 15 05:35:13.716 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-15T05:35:14.859Z | [ recovery-image] Aug 15 05:35:13.726 INFO O| Aug 15 05:35:13.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4897 | 2024-08-15T05:35:14.859Z | [ recovery-image] Aug 15 05:35:13.726 INFO O| Aug 15 05:35:13.726 INFO STEP 330 (remove_files) COMPLETE |
4898 | 2024-08-15T05:35:14.859Z | [ recovery-image] Aug 15 05:35:13.726 INFO O| Aug 15 05:35:13.726 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-15T05:35:14.869Z | [ recovery-image] Aug 15 05:35:13.735 INFO O| Aug 15 05:35:13.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4900 | 2024-08-15T05:35:14.869Z | [ recovery-image] Aug 15 05:35:13.735 INFO O| Aug 15 05:35:13.735 INFO STEP 331 (remove_files) COMPLETE |
4901 | 2024-08-15T05:35:14.869Z | [ recovery-image] Aug 15 05:35:13.735 INFO O| Aug 15 05:35:13.735 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-15T05:35:14.880Z | [ recovery-image] Aug 15 05:35:13.745 INFO O| Aug 15 05:35:13.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4903 | 2024-08-15T05:35:14.880Z | [ recovery-image] Aug 15 05:35:13.745 INFO O| Aug 15 05:35:13.745 INFO STEP 332 (remove_files) COMPLETE |
4904 | 2024-08-15T05:35:14.883Z | [ recovery-image] Aug 15 05:35:13.745 INFO O| Aug 15 05:35:13.745 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-15T05:35:14.888Z | [ recovery-image] Aug 15 05:35:13.755 INFO O| Aug 15 05:35:13.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4906 | 2024-08-15T05:35:14.889Z | [ recovery-image] Aug 15 05:35:13.755 INFO O| Aug 15 05:35:13.755 INFO STEP 333 (remove_files) COMPLETE |
4907 | 2024-08-15T05:35:14.891Z | [ recovery-image] Aug 15 05:35:13.755 INFO O| Aug 15 05:35:13.755 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-15T05:35:14.900Z | [ recovery-image] Aug 15 05:35:13.765 INFO O| Aug 15 05:35:13.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4909 | 2024-08-15T05:35:14.900Z | [ recovery-image] Aug 15 05:35:13.765 INFO O| Aug 15 05:35:13.765 INFO STEP 334 (remove_files) COMPLETE |
4910 | 2024-08-15T05:35:14.904Z | [ recovery-image] Aug 15 05:35:13.765 INFO O| Aug 15 05:35:13.765 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-15T05:35:14.908Z | [ recovery-image] Aug 15 05:35:13.774 INFO O| Aug 15 05:35:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4912 | 2024-08-15T05:35:14.908Z | [ recovery-image] Aug 15 05:35:13.774 INFO O| Aug 15 05:35:13.774 INFO STEP 335 (remove_files) COMPLETE |
4913 | 2024-08-15T05:35:14.908Z | [ recovery-image] Aug 15 05:35:13.774 INFO O| Aug 15 05:35:13.774 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-15T05:35:14.918Z | [ recovery-image] Aug 15 05:35:13.784 INFO O| Aug 15 05:35:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4915 | 2024-08-15T05:35:14.921Z | [ recovery-image] Aug 15 05:35:13.784 INFO O| Aug 15 05:35:13.784 INFO STEP 336 (remove_files) COMPLETE |
4916 | 2024-08-15T05:35:14.921Z | [ recovery-image] Aug 15 05:35:13.784 INFO O| Aug 15 05:35:13.784 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-08-15T05:35:14.928Z | [ recovery-image] Aug 15 05:35:13.794 INFO O| Aug 15 05:35:13.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4918 | 2024-08-15T05:35:14.928Z | [ recovery-image] Aug 15 05:35:13.794 INFO O| Aug 15 05:35:13.794 INFO STEP 337 (remove_files) COMPLETE |
4919 | 2024-08-15T05:35:14.928Z | [ recovery-image] Aug 15 05:35:13.794 INFO O| Aug 15 05:35:13.794 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-08-15T05:35:14.937Z | [ recovery-image] Aug 15 05:35:13.804 INFO O| Aug 15 05:35:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4921 | 2024-08-15T05:35:14.937Z | [ recovery-image] Aug 15 05:35:13.804 INFO O| Aug 15 05:35:13.804 INFO STEP 338 (remove_files) COMPLETE |
4922 | 2024-08-15T05:35:14.937Z | [ recovery-image] Aug 15 05:35:13.804 INFO O| Aug 15 05:35:13.804 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-08-15T05:35:14.947Z | [ recovery-image] Aug 15 05:35:13.813 INFO O| Aug 15 05:35:13.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4924 | 2024-08-15T05:35:14.947Z | [ recovery-image] Aug 15 05:35:13.813 INFO O| Aug 15 05:35:13.813 INFO STEP 339 (remove_files) COMPLETE |
4925 | 2024-08-15T05:35:14.949Z | [ recovery-image] Aug 15 05:35:13.813 INFO O| Aug 15 05:35:13.813 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-15T05:35:14.957Z | [ recovery-image] Aug 15 05:35:13.823 INFO O| Aug 15 05:35:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4927 | 2024-08-15T05:35:14.957Z | [ recovery-image] Aug 15 05:35:13.823 INFO O| Aug 15 05:35:13.823 INFO STEP 340 (remove_files) COMPLETE |
4928 | 2024-08-15T05:35:14.959Z | [ recovery-image] Aug 15 05:35:13.823 INFO O| Aug 15 05:35:13.823 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-15T05:35:14.966Z | [ recovery-image] Aug 15 05:35:13.833 INFO O| Aug 15 05:35:13.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4930 | 2024-08-15T05:35:14.966Z | [ recovery-image] Aug 15 05:35:13.833 INFO O| Aug 15 05:35:13.833 INFO STEP 341 (remove_files) COMPLETE |
4931 | 2024-08-15T05:35:14.969Z | [ recovery-image] Aug 15 05:35:13.833 INFO O| Aug 15 05:35:13.833 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-15T05:35:14.976Z | [ recovery-image] Aug 15 05:35:13.843 INFO O| Aug 15 05:35:13.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4933 | 2024-08-15T05:35:14.976Z | [ recovery-image] Aug 15 05:35:13.843 INFO O| Aug 15 05:35:13.843 INFO STEP 342 (remove_files) COMPLETE |
4934 | 2024-08-15T05:35:14.976Z | [ recovery-image] Aug 15 05:35:13.843 INFO O| Aug 15 05:35:13.843 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-15T05:35:14.986Z | [ recovery-image] Aug 15 05:35:13.852 INFO O| Aug 15 05:35:13.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4936 | 2024-08-15T05:35:14.986Z | [ recovery-image] Aug 15 05:35:13.852 INFO O| Aug 15 05:35:13.852 INFO STEP 343 (remove_files) COMPLETE |
4937 | 2024-08-15T05:35:14.988Z | [ recovery-image] Aug 15 05:35:13.852 INFO O| Aug 15 05:35:13.852 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-15T05:35:14.995Z | [ recovery-image] Aug 15 05:35:13.862 INFO O| Aug 15 05:35:13.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4939 | 2024-08-15T05:35:14.995Z | [ recovery-image] Aug 15 05:35:13.862 INFO O| Aug 15 05:35:13.862 INFO STEP 344 (remove_files) COMPLETE |
4940 | 2024-08-15T05:35:14.998Z | [ recovery-image] Aug 15 05:35:13.862 INFO O| Aug 15 05:35:13.862 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-15T05:35:15.005Z | [ recovery-image] Aug 15 05:35:13.871 INFO O| Aug 15 05:35:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4942 | 2024-08-15T05:35:15.005Z | [ recovery-image] Aug 15 05:35:13.871 INFO O| Aug 15 05:35:13.871 INFO STEP 345 (remove_files) COMPLETE |
4943 | 2024-08-15T05:35:15.008Z | [ recovery-image] Aug 15 05:35:13.872 INFO O| Aug 15 05:35:13.871 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-15T05:35:15.015Z | [ recovery-image] Aug 15 05:35:13.881 INFO O| Aug 15 05:35:13.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4945 | 2024-08-15T05:35:15.015Z | [ recovery-image] Aug 15 05:35:13.881 INFO O| Aug 15 05:35:13.881 INFO STEP 346 (remove_files) COMPLETE |
4946 | 2024-08-15T05:35:15.017Z | [ recovery-image] Aug 15 05:35:13.881 INFO O| Aug 15 05:35:13.881 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-15T05:35:15.025Z | [ recovery-image] Aug 15 05:35:13.891 INFO O| Aug 15 05:35:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4948 | 2024-08-15T05:35:15.027Z | [ recovery-image] Aug 15 05:35:13.892 INFO O| Aug 15 05:35:13.892 INFO STEP 347 (remove_files) COMPLETE |
4949 | 2024-08-15T05:35:15.028Z | [ recovery-image] Aug 15 05:35:13.892 INFO O| Aug 15 05:35:13.892 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-15T05:35:15.036Z | [ recovery-image] Aug 15 05:35:13.902 INFO O| Aug 15 05:35:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4951 | 2024-08-15T05:35:15.036Z | [ recovery-image] Aug 15 05:35:13.902 INFO O| Aug 15 05:35:13.902 INFO STEP 348 (remove_files) COMPLETE |
4952 | 2024-08-15T05:35:15.039Z | [ recovery-image] Aug 15 05:35:13.902 INFO O| Aug 15 05:35:13.902 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-15T05:35:15.046Z | [ recovery-image] Aug 15 05:35:13.913 INFO O| Aug 15 05:35:13.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4954 | 2024-08-15T05:35:15.046Z | [ recovery-image] Aug 15 05:35:13.913 INFO O| Aug 15 05:35:13.913 INFO STEP 349 (remove_files) COMPLETE |
4955 | 2024-08-15T05:35:15.049Z | [ recovery-image] Aug 15 05:35:13.913 INFO O| Aug 15 05:35:13.913 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-08-15T05:35:15.056Z | [ recovery-image] Aug 15 05:35:13.923 INFO O| Aug 15 05:35:13.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4957 | 2024-08-15T05:35:15.056Z | [ recovery-image] Aug 15 05:35:13.923 INFO O| Aug 15 05:35:13.923 INFO STEP 350 (remove_files) COMPLETE |
4958 | 2024-08-15T05:35:15.056Z | [ recovery-image] Aug 15 05:35:13.923 INFO O| Aug 15 05:35:13.923 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-08-15T05:35:15.067Z | [ recovery-image] Aug 15 05:35:13.933 INFO O| Aug 15 05:35:13.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4960 | 2024-08-15T05:35:15.067Z | [ recovery-image] Aug 15 05:35:13.933 INFO O| Aug 15 05:35:13.933 INFO STEP 351 (remove_files) COMPLETE |
4961 | 2024-08-15T05:35:15.069Z | [ recovery-image] Aug 15 05:35:13.933 INFO O| Aug 15 05:35:13.933 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-08-15T05:35:15.077Z | [ recovery-image] Aug 15 05:35:13.943 INFO O| Aug 15 05:35:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4963 | 2024-08-15T05:35:15.077Z | [ recovery-image] Aug 15 05:35:13.943 INFO O| Aug 15 05:35:13.943 INFO STEP 352 (remove_files) COMPLETE |
4964 | 2024-08-15T05:35:15.077Z | [ recovery-image] Aug 15 05:35:13.943 INFO O| Aug 15 05:35:13.943 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-08-15T05:35:15.086Z | [ recovery-image] Aug 15 05:35:13.953 INFO O| Aug 15 05:35:13.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4966 | 2024-08-15T05:35:15.086Z | [ recovery-image] Aug 15 05:35:13.953 INFO O| Aug 15 05:35:13.953 INFO STEP 353 (remove_files) COMPLETE |
4967 | 2024-08-15T05:35:15.086Z | [ recovery-image] Aug 15 05:35:13.953 INFO O| Aug 15 05:35:13.953 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-15T05:35:15.097Z | [ recovery-image] Aug 15 05:35:13.963 INFO O| Aug 15 05:35:13.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4969 | 2024-08-15T05:35:15.097Z | [ recovery-image] Aug 15 05:35:13.963 INFO O| Aug 15 05:35:13.963 INFO STEP 354 (remove_files) COMPLETE |
4970 | 2024-08-15T05:35:15.099Z | [ recovery-image] Aug 15 05:35:13.963 INFO O| Aug 15 05:35:13.963 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-15T05:35:15.106Z | [ recovery-image] Aug 15 05:35:13.973 INFO O| Aug 15 05:35:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4972 | 2024-08-15T05:35:15.106Z | [ recovery-image] Aug 15 05:35:13.973 INFO O| Aug 15 05:35:13.973 INFO STEP 355 (remove_files) COMPLETE |
4973 | 2024-08-15T05:35:15.106Z | [ recovery-image] Aug 15 05:35:13.973 INFO O| Aug 15 05:35:13.973 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-15T05:35:15.117Z | [ recovery-image] Aug 15 05:35:13.983 INFO O| Aug 15 05:35:13.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4975 | 2024-08-15T05:35:15.118Z | [ recovery-image] Aug 15 05:35:13.983 INFO O| Aug 15 05:35:13.983 INFO STEP 356 (remove_files) COMPLETE |
4976 | 2024-08-15T05:35:15.118Z | [ recovery-image] Aug 15 05:35:13.983 INFO O| Aug 15 05:35:13.983 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-15T05:35:15.136Z | [ recovery-image] Aug 15 05:35:13.993 INFO O| Aug 15 05:35:13.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4978 | 2024-08-15T05:35:15.136Z | [ recovery-image] Aug 15 05:35:13.993 INFO O| Aug 15 05:35:13.993 INFO STEP 357 (remove_files) COMPLETE |
4979 | 2024-08-15T05:35:15.136Z | [ recovery-image] Aug 15 05:35:13.993 INFO O| Aug 15 05:35:13.993 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-15T05:35:15.144Z | [ recovery-image] Aug 15 05:35:14.003 INFO O| Aug 15 05:35:14.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4981 | 2024-08-15T05:35:15.144Z | [ recovery-image] Aug 15 05:35:14.003 INFO O| Aug 15 05:35:14.003 INFO STEP 358 (remove_files) COMPLETE |
4982 | 2024-08-15T05:35:15.144Z | [ recovery-image] Aug 15 05:35:14.003 INFO O| Aug 15 05:35:14.003 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-15T05:35:15.150Z | [ recovery-image] Aug 15 05:35:14.016 INFO O| Aug 15 05:35:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4984 | 2024-08-15T05:35:15.150Z | [ recovery-image] Aug 15 05:35:14.016 INFO O| Aug 15 05:35:14.016 INFO STEP 359 (remove_files) COMPLETE |
4985 | 2024-08-15T05:35:15.154Z | [ recovery-image] Aug 15 05:35:14.016 INFO O| Aug 15 05:35:14.016 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-15T05:35:15.161Z | [ recovery-image] Aug 15 05:35:14.026 INFO O| Aug 15 05:35:14.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4987 | 2024-08-15T05:35:15.161Z | [ recovery-image] Aug 15 05:35:14.026 INFO O| Aug 15 05:35:14.026 INFO STEP 360 (remove_files) COMPLETE |
4988 | 2024-08-15T05:35:15.164Z | [ recovery-image] Aug 15 05:35:14.026 INFO O| Aug 15 05:35:14.026 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-15T05:35:15.170Z | [ recovery-image] Aug 15 05:35:14.037 INFO O| Aug 15 05:35:14.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4990 | 2024-08-15T05:35:15.171Z | [ recovery-image] Aug 15 05:35:14.037 INFO O| Aug 15 05:35:14.037 INFO STEP 361 (remove_files) COMPLETE |
4991 | 2024-08-15T05:35:15.174Z | [ recovery-image] Aug 15 05:35:14.037 INFO O| Aug 15 05:35:14.037 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-15T05:35:15.183Z | [ recovery-image] Aug 15 05:35:14.049 INFO O| Aug 15 05:35:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4993 | 2024-08-15T05:35:15.183Z | [ recovery-image] Aug 15 05:35:14.049 INFO O| Aug 15 05:35:14.049 INFO STEP 362 (remove_files) COMPLETE |
4994 | 2024-08-15T05:35:15.183Z | [ recovery-image] Aug 15 05:35:14.050 INFO O| Aug 15 05:35:14.049 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-15T05:35:15.194Z | [ recovery-image] Aug 15 05:35:14.060 INFO O| Aug 15 05:35:14.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4996 | 2024-08-15T05:35:15.194Z | [ recovery-image] Aug 15 05:35:14.060 INFO O| Aug 15 05:35:14.060 INFO STEP 363 (remove_files) COMPLETE |
4997 | 2024-08-15T05:35:15.194Z | [ recovery-image] Aug 15 05:35:14.060 INFO O| Aug 15 05:35:14.060 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-15T05:35:15.207Z | [ recovery-image] Aug 15 05:35:14.073 INFO O| Aug 15 05:35:14.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4999 | 2024-08-15T05:35:15.207Z | [ recovery-image] Aug 15 05:35:14.073 INFO O| Aug 15 05:35:14.073 INFO STEP 364 (remove_files) COMPLETE |
5000 | 2024-08-15T05:35:15.209Z | [ recovery-image] Aug 15 05:35:14.073 INFO O| Aug 15 05:35:14.073 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-15T05:35:15.218Z | [ recovery-image] Aug 15 05:35:14.084 INFO O| Aug 15 05:35:14.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5002 | 2024-08-15T05:35:15.218Z | [ recovery-image] Aug 15 05:35:14.084 INFO O| Aug 15 05:35:14.084 INFO STEP 365 (remove_files) COMPLETE |
5003 | 2024-08-15T05:35:15.218Z | [ recovery-image] Aug 15 05:35:14.084 INFO O| Aug 15 05:35:14.084 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-08-15T05:35:15.229Z | [ recovery-image] Aug 15 05:35:14.094 INFO O| Aug 15 05:35:14.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5005 | 2024-08-15T05:35:15.229Z | [ recovery-image] Aug 15 05:35:14.094 INFO O| Aug 15 05:35:14.094 INFO STEP 366 (remove_files) COMPLETE |
5006 | 2024-08-15T05:35:15.229Z | [ recovery-image] Aug 15 05:35:14.094 INFO O| Aug 15 05:35:14.094 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-08-15T05:35:15.240Z | [ recovery-image] Aug 15 05:35:14.106 INFO O| Aug 15 05:35:14.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5008 | 2024-08-15T05:35:15.243Z | [ recovery-image] Aug 15 05:35:14.106 INFO O| Aug 15 05:35:14.106 INFO STEP 367 (remove_files) COMPLETE |
5009 | 2024-08-15T05:35:15.243Z | [ recovery-image] Aug 15 05:35:14.106 INFO O| Aug 15 05:35:14.106 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-15T05:35:15.251Z | [ recovery-image] Aug 15 05:35:14.117 INFO O| Aug 15 05:35:14.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5011 | 2024-08-15T05:35:15.251Z | [ recovery-image] Aug 15 05:35:14.117 INFO O| Aug 15 05:35:14.117 INFO STEP 368 (remove_files) COMPLETE |
5012 | 2024-08-15T05:35:15.254Z | [ recovery-image] Aug 15 05:35:14.117 INFO O| Aug 15 05:35:14.117 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-15T05:35:15.262Z | [ recovery-image] Aug 15 05:35:14.127 INFO O| Aug 15 05:35:14.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5014 | 2024-08-15T05:35:15.262Z | [ recovery-image] Aug 15 05:35:14.127 INFO O| Aug 15 05:35:14.127 INFO STEP 369 (remove_files) COMPLETE |
5015 | 2024-08-15T05:35:15.265Z | [ recovery-image] Aug 15 05:35:14.127 INFO O| Aug 15 05:35:14.127 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-15T05:35:15.273Z | [ recovery-image] Aug 15 05:35:14.137 INFO O| Aug 15 05:35:14.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5017 | 2024-08-15T05:35:15.273Z | [ recovery-image] Aug 15 05:35:14.137 INFO O| Aug 15 05:35:14.137 INFO STEP 370 (remove_files) COMPLETE |
5018 | 2024-08-15T05:35:15.273Z | [ recovery-image] Aug 15 05:35:14.137 INFO O| Aug 15 05:35:14.137 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-15T05:35:15.280Z | [ recovery-image] Aug 15 05:35:14.147 INFO O| Aug 15 05:35:14.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5020 | 2024-08-15T05:35:15.280Z | [ recovery-image] Aug 15 05:35:14.147 INFO O| Aug 15 05:35:14.147 INFO STEP 371 (remove_files) COMPLETE |
5021 | 2024-08-15T05:35:15.283Z | [ recovery-image] Aug 15 05:35:14.147 INFO O| Aug 15 05:35:14.147 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-15T05:35:15.290Z | [ recovery-image] Aug 15 05:35:14.156 INFO O| Aug 15 05:35:14.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5023 | 2024-08-15T05:35:15.290Z | [ recovery-image] Aug 15 05:35:14.156 INFO O| Aug 15 05:35:14.156 INFO STEP 372 (remove_files) COMPLETE |
5024 | 2024-08-15T05:35:15.292Z | [ recovery-image] Aug 15 05:35:14.156 INFO O| Aug 15 05:35:14.156 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-15T05:35:15.300Z | [ recovery-image] Aug 15 05:35:14.166 INFO O| Aug 15 05:35:14.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5026 | 2024-08-15T05:35:15.300Z | [ recovery-image] Aug 15 05:35:14.167 INFO O| Aug 15 05:35:14.166 INFO STEP 373 (remove_files) COMPLETE |
5027 | 2024-08-15T05:35:15.308Z | [ recovery-image] Aug 15 05:35:14.167 INFO O| Aug 15 05:35:14.166 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-15T05:35:15.311Z | [ recovery-image] Aug 15 05:35:14.176 INFO O| Aug 15 05:35:14.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5029 | 2024-08-15T05:35:15.311Z | [ recovery-image] Aug 15 05:35:14.176 INFO O| Aug 15 05:35:14.176 INFO STEP 374 (remove_files) COMPLETE |
5030 | 2024-08-15T05:35:15.311Z | [ recovery-image] Aug 15 05:35:14.176 INFO O| Aug 15 05:35:14.176 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-15T05:35:15.319Z | [ recovery-image] Aug 15 05:35:14.186 INFO O| Aug 15 05:35:14.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5032 | 2024-08-15T05:35:15.319Z | [ recovery-image] Aug 15 05:35:14.186 INFO O| Aug 15 05:35:14.186 INFO STEP 375 (remove_files) COMPLETE |
5033 | 2024-08-15T05:35:15.319Z | [ recovery-image] Aug 15 05:35:14.186 INFO O| Aug 15 05:35:14.186 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-15T05:35:15.329Z | [ recovery-image] Aug 15 05:35:14.195 INFO O| Aug 15 05:35:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5035 | 2024-08-15T05:35:15.329Z | [ recovery-image] Aug 15 05:35:14.195 INFO O| Aug 15 05:35:14.195 INFO STEP 376 (remove_files) COMPLETE |
5036 | 2024-08-15T05:35:15.329Z | [ recovery-image] Aug 15 05:35:14.195 INFO O| Aug 15 05:35:14.195 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-15T05:35:15.338Z | [ recovery-image] Aug 15 05:35:14.205 INFO O| Aug 15 05:35:14.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5038 | 2024-08-15T05:35:15.338Z | [ recovery-image] Aug 15 05:35:14.205 INFO O| Aug 15 05:35:14.205 INFO STEP 377 (remove_files) COMPLETE |
5039 | 2024-08-15T05:35:15.341Z | [ recovery-image] Aug 15 05:35:14.205 INFO O| Aug 15 05:35:14.205 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-15T05:35:15.348Z | [ recovery-image] Aug 15 05:35:14.214 INFO O| Aug 15 05:35:14.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5041 | 2024-08-15T05:35:15.351Z | [ recovery-image] Aug 15 05:35:14.215 INFO O| Aug 15 05:35:14.214 INFO STEP 378 (remove_files) COMPLETE |
5042 | 2024-08-15T05:35:15.351Z | [ recovery-image] Aug 15 05:35:14.215 INFO O| Aug 15 05:35:14.215 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-15T05:35:15.359Z | [ recovery-image] Aug 15 05:35:14.224 INFO O| Aug 15 05:35:14.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5044 | 2024-08-15T05:35:15.359Z | [ recovery-image] Aug 15 05:35:14.224 INFO O| Aug 15 05:35:14.224 INFO STEP 379 (remove_files) COMPLETE |
5045 | 2024-08-15T05:35:15.362Z | [ recovery-image] Aug 15 05:35:14.224 INFO O| Aug 15 05:35:14.224 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-15T05:35:15.368Z | [ recovery-image] Aug 15 05:35:14.234 INFO O| Aug 15 05:35:14.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5047 | 2024-08-15T05:35:15.368Z | [ recovery-image] Aug 15 05:35:14.234 INFO O| Aug 15 05:35:14.234 INFO STEP 380 (remove_files) COMPLETE |
5048 | 2024-08-15T05:35:15.372Z | [ recovery-image] Aug 15 05:35:14.234 INFO O| Aug 15 05:35:14.234 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-15T05:35:15.377Z | [ recovery-image] Aug 15 05:35:14.244 INFO O| Aug 15 05:35:14.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5050 | 2024-08-15T05:35:15.381Z | [ recovery-image] Aug 15 05:35:14.244 INFO O| Aug 15 05:35:14.244 INFO STEP 381 (remove_files) COMPLETE |
5051 | 2024-08-15T05:35:15.381Z | [ recovery-image] Aug 15 05:35:14.244 INFO O| Aug 15 05:35:14.244 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-15T05:35:15.388Z | [ recovery-image] Aug 15 05:35:14.254 INFO O| Aug 15 05:35:14.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5053 | 2024-08-15T05:35:15.388Z | [ recovery-image] Aug 15 05:35:14.254 INFO O| Aug 15 05:35:14.254 INFO STEP 382 (remove_files) COMPLETE |
5054 | 2024-08-15T05:35:15.390Z | [ recovery-image] Aug 15 05:35:14.254 INFO O| Aug 15 05:35:14.254 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-15T05:35:15.397Z | [ recovery-image] Aug 15 05:35:14.263 INFO O| Aug 15 05:35:14.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5056 | 2024-08-15T05:35:15.397Z | [ recovery-image] Aug 15 05:35:14.264 INFO O| Aug 15 05:35:14.263 INFO STEP 383 (remove_files) COMPLETE |
5057 | 2024-08-15T05:35:15.397Z | [ recovery-image] Aug 15 05:35:14.264 INFO O| Aug 15 05:35:14.264 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-15T05:35:15.413Z | [ recovery-image] Aug 15 05:35:14.273 INFO O| Aug 15 05:35:14.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5059 | 2024-08-15T05:35:15.413Z | [ recovery-image] Aug 15 05:35:14.274 INFO O| Aug 15 05:35:14.274 INFO STEP 384 (remove_files) COMPLETE |
5060 | 2024-08-15T05:35:15.439Z | [ recovery-image] Aug 15 05:35:14.274 INFO O| Aug 15 05:35:14.274 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-15T05:35:15.439Z | [ recovery-image] Aug 15 05:35:14.283 INFO O| Aug 15 05:35:14.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5062 | 2024-08-15T05:35:15.463Z | [ recovery-image] Aug 15 05:35:14.283 INFO O| Aug 15 05:35:14.283 INFO STEP 385 (remove_files) COMPLETE |
5063 | 2024-08-15T05:35:15.463Z | [ recovery-image] Aug 15 05:35:14.283 INFO O| Aug 15 05:35:14.283 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-15T05:35:15.463Z | [ recovery-image] Aug 15 05:35:14.293 INFO O| Aug 15 05:35:14.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5065 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.293 INFO O| Aug 15 05:35:14.293 INFO STEP 386 (remove_files) COMPLETE |
5066 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.294 INFO O| Aug 15 05:35:14.293 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.303 INFO O| Aug 15 05:35:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5068 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.303 INFO O| Aug 15 05:35:14.303 INFO STEP 387 (remove_files) COMPLETE |
5069 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.303 INFO O| Aug 15 05:35:14.303 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.313 INFO O| Aug 15 05:35:14.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5071 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.313 INFO O| Aug 15 05:35:14.313 INFO STEP 388 (remove_files) COMPLETE |
5072 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.313 INFO O| Aug 15 05:35:14.313 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-15T05:35:15.464Z | [ recovery-image] Aug 15 05:35:14.322 INFO O| Aug 15 05:35:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5074 | 2024-08-15T05:35:15.465Z | [ recovery-image] Aug 15 05:35:14.322 INFO O| Aug 15 05:35:14.322 INFO STEP 389 (remove_files) COMPLETE |
5075 | 2024-08-15T05:35:15.465Z | [ recovery-image] Aug 15 05:35:14.322 INFO O| Aug 15 05:35:14.322 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-08-15T05:35:15.482Z | [ recovery-image] Aug 15 05:35:14.332 INFO O| Aug 15 05:35:14.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5077 | 2024-08-15T05:35:15.482Z | [ recovery-image] Aug 15 05:35:14.332 INFO O| Aug 15 05:35:14.332 INFO STEP 390 (remove_files) COMPLETE |
5078 | 2024-08-15T05:35:15.482Z | [ recovery-image] Aug 15 05:35:14.332 INFO O| Aug 15 05:35:14.332 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-08-15T05:35:15.508Z | [ recovery-image] Aug 15 05:35:14.341 INFO O| Aug 15 05:35:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5080 | 2024-08-15T05:35:15.508Z | [ recovery-image] Aug 15 05:35:14.341 INFO O| Aug 15 05:35:14.341 INFO STEP 391 (remove_files) COMPLETE |
5081 | 2024-08-15T05:35:15.508Z | [ recovery-image] Aug 15 05:35:14.342 INFO O| Aug 15 05:35:14.341 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-15T05:35:15.509Z | [ recovery-image] Aug 15 05:35:14.351 INFO O| Aug 15 05:35:14.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5083 | 2024-08-15T05:35:15.509Z | [ recovery-image] Aug 15 05:35:14.351 INFO O| Aug 15 05:35:14.351 INFO STEP 392 (remove_files) COMPLETE |
5084 | 2024-08-15T05:35:15.509Z | [ recovery-image] Aug 15 05:35:14.351 INFO O| Aug 15 05:35:14.351 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-15T05:35:15.542Z | [ recovery-image] Aug 15 05:35:14.360 INFO O| Aug 15 05:35:14.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5086 | 2024-08-15T05:35:15.542Z | [ recovery-image] Aug 15 05:35:14.360 INFO O| Aug 15 05:35:14.360 INFO STEP 393 (remove_files) COMPLETE |
5087 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.360 INFO O| Aug 15 05:35:14.360 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.370 INFO O| Aug 15 05:35:14.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5089 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.370 INFO O| Aug 15 05:35:14.370 INFO STEP 394 (remove_files) COMPLETE |
5090 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.370 INFO O| Aug 15 05:35:14.370 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.379 INFO O| Aug 15 05:35:14.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5092 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.379 INFO O| Aug 15 05:35:14.379 INFO STEP 395 (remove_files) COMPLETE |
5093 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.380 INFO O| Aug 15 05:35:14.379 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.389 INFO O| Aug 15 05:35:14.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5095 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.389 INFO O| Aug 15 05:35:14.389 INFO STEP 396 (remove_files) COMPLETE |
5096 | 2024-08-15T05:35:15.543Z | [ recovery-image] Aug 15 05:35:14.389 INFO O| Aug 15 05:35:14.389 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-15T05:35:15.577Z | [ recovery-image] Aug 15 05:35:14.399 INFO O| Aug 15 05:35:14.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5098 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.399 INFO O| Aug 15 05:35:14.399 INFO STEP 397 (remove_files) COMPLETE |
5099 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.399 INFO O| Aug 15 05:35:14.399 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.409 INFO O| Aug 15 05:35:14.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5101 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.409 INFO O| Aug 15 05:35:14.409 INFO STEP 398 (remove_files) COMPLETE |
5102 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.409 INFO O| Aug 15 05:35:14.409 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.419 INFO O| Aug 15 05:35:14.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5104 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.419 INFO O| Aug 15 05:35:14.419 INFO STEP 399 (remove_files) COMPLETE |
5105 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.419 INFO O| Aug 15 05:35:14.419 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-15T05:35:15.578Z | [ recovery-image] Aug 15 05:35:14.428 INFO O| Aug 15 05:35:14.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5107 | 2024-08-15T05:35:15.579Z | [ recovery-image] Aug 15 05:35:14.428 INFO O| Aug 15 05:35:14.428 INFO STEP 400 (remove_files) COMPLETE |
5108 | 2024-08-15T05:35:15.579Z | [ recovery-image] Aug 15 05:35:14.429 INFO O| Aug 15 05:35:14.428 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-15T05:35:15.592Z | [ recovery-image] Aug 15 05:35:14.439 INFO O| Aug 15 05:35:14.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5110 | 2024-08-15T05:35:15.593Z | [ recovery-image] Aug 15 05:35:14.439 INFO O| Aug 15 05:35:14.439 INFO STEP 401 (remove_files) COMPLETE |
5111 | 2024-08-15T05:35:15.593Z | [ recovery-image] Aug 15 05:35:14.439 INFO O| Aug 15 05:35:14.439 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-15T05:35:15.593Z | [ recovery-image] Aug 15 05:35:14.449 INFO O| Aug 15 05:35:14.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5113 | 2024-08-15T05:35:15.593Z | [ recovery-image] Aug 15 05:35:14.449 INFO O| Aug 15 05:35:14.449 INFO STEP 402 (remove_files) COMPLETE |
5114 | 2024-08-15T05:35:15.593Z | [ recovery-image] Aug 15 05:35:14.449 INFO O| Aug 15 05:35:14.449 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-15T05:35:15.605Z | [ recovery-image] Aug 15 05:35:14.459 INFO O| Aug 15 05:35:14.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5116 | 2024-08-15T05:35:15.605Z | [ recovery-image] Aug 15 05:35:14.459 INFO O| Aug 15 05:35:14.459 INFO STEP 403 (remove_files) COMPLETE |
5117 | 2024-08-15T05:35:15.605Z | [ recovery-image] Aug 15 05:35:14.459 INFO O| Aug 15 05:35:14.459 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-15T05:35:15.615Z | [ recovery-image] Aug 15 05:35:14.468 INFO O| Aug 15 05:35:14.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5119 | 2024-08-15T05:35:15.616Z | [ recovery-image] Aug 15 05:35:14.468 INFO O| Aug 15 05:35:14.468 INFO STEP 404 (remove_files) COMPLETE |
5120 | 2024-08-15T05:35:15.616Z | [ recovery-image] Aug 15 05:35:14.468 INFO O| Aug 15 05:35:14.468 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-15T05:35:15.620Z | [ recovery-image] Aug 15 05:35:14.478 INFO O| Aug 15 05:35:14.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5122 | 2024-08-15T05:35:15.621Z | [ recovery-image] Aug 15 05:35:14.478 INFO O| Aug 15 05:35:14.478 INFO STEP 405 (remove_files) COMPLETE |
5123 | 2024-08-15T05:35:15.621Z | [ recovery-image] Aug 15 05:35:14.478 INFO O| Aug 15 05:35:14.478 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-15T05:35:15.627Z | [ recovery-image] Aug 15 05:35:14.488 INFO O| Aug 15 05:35:14.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5125 | 2024-08-15T05:35:15.627Z | [ recovery-image] Aug 15 05:35:14.488 INFO O| Aug 15 05:35:14.488 INFO STEP 406 (remove_files) COMPLETE |
5126 | 2024-08-15T05:35:15.628Z | [ recovery-image] Aug 15 05:35:14.488 INFO O| Aug 15 05:35:14.488 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-15T05:35:15.633Z | [ recovery-image] Aug 15 05:35:14.498 INFO O| Aug 15 05:35:14.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5128 | 2024-08-15T05:35:15.633Z | [ recovery-image] Aug 15 05:35:14.498 INFO O| Aug 15 05:35:14.498 INFO STEP 407 (remove_files) COMPLETE |
5129 | 2024-08-15T05:35:15.633Z | [ recovery-image] Aug 15 05:35:14.498 INFO O| Aug 15 05:35:14.498 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-15T05:35:15.644Z | [ recovery-image] Aug 15 05:35:14.508 INFO O| Aug 15 05:35:14.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5131 | 2024-08-15T05:35:15.644Z | [ recovery-image] Aug 15 05:35:14.508 INFO O| Aug 15 05:35:14.508 INFO STEP 408 (remove_files) COMPLETE |
5132 | 2024-08-15T05:35:15.645Z | [ recovery-image] Aug 15 05:35:14.508 INFO O| Aug 15 05:35:14.508 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-15T05:35:15.660Z | [ recovery-image] Aug 15 05:35:14.518 INFO O| Aug 15 05:35:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5134 | 2024-08-15T05:35:15.661Z | [ recovery-image] Aug 15 05:35:14.518 INFO O| Aug 15 05:35:14.518 INFO STEP 409 (remove_files) COMPLETE |
5135 | 2024-08-15T05:35:15.661Z | [ recovery-image] Aug 15 05:35:14.518 INFO O| Aug 15 05:35:14.518 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-15T05:35:15.666Z | [ recovery-image] Aug 15 05:35:14.527 INFO O| Aug 15 05:35:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5137 | 2024-08-15T05:35:15.666Z | [ recovery-image] Aug 15 05:35:14.528 INFO O| Aug 15 05:35:14.528 INFO STEP 410 (remove_files) COMPLETE |
5138 | 2024-08-15T05:35:15.666Z | [ recovery-image] Aug 15 05:35:14.528 INFO O| Aug 15 05:35:14.528 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-15T05:35:15.671Z | [ recovery-image] Aug 15 05:35:14.537 INFO O| Aug 15 05:35:14.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5140 | 2024-08-15T05:35:15.672Z | [ recovery-image] Aug 15 05:35:14.537 INFO O| Aug 15 05:35:14.537 INFO STEP 411 (remove_files) COMPLETE |
5141 | 2024-08-15T05:35:15.672Z | [ recovery-image] Aug 15 05:35:14.537 INFO O| Aug 15 05:35:14.537 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-15T05:35:15.684Z | [ recovery-image] Aug 15 05:35:14.547 INFO O| Aug 15 05:35:14.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5143 | 2024-08-15T05:35:15.684Z | [ recovery-image] Aug 15 05:35:14.547 INFO O| Aug 15 05:35:14.547 INFO STEP 412 (remove_files) COMPLETE |
5144 | 2024-08-15T05:35:15.688Z | [ recovery-image] Aug 15 05:35:14.547 INFO O| Aug 15 05:35:14.547 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-15T05:35:15.693Z | [ recovery-image] Aug 15 05:35:14.556 INFO O| Aug 15 05:35:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5146 | 2024-08-15T05:35:15.693Z | [ recovery-image] Aug 15 05:35:14.556 INFO O| Aug 15 05:35:14.556 INFO STEP 413 (remove_files) COMPLETE |
5147 | 2024-08-15T05:35:15.693Z | [ recovery-image] Aug 15 05:35:14.556 INFO O| Aug 15 05:35:14.556 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-15T05:35:15.706Z | [ recovery-image] Aug 15 05:35:14.566 INFO O| Aug 15 05:35:14.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5149 | 2024-08-15T05:35:15.706Z | [ recovery-image] Aug 15 05:35:14.566 INFO O| Aug 15 05:35:14.566 INFO STEP 414 (remove_files) COMPLETE |
5150 | 2024-08-15T05:35:15.710Z | [ recovery-image] Aug 15 05:35:14.566 INFO O| Aug 15 05:35:14.566 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-15T05:35:15.715Z | [ recovery-image] Aug 15 05:35:14.576 INFO O| Aug 15 05:35:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5152 | 2024-08-15T05:35:15.715Z | [ recovery-image] Aug 15 05:35:14.576 INFO O| Aug 15 05:35:14.576 INFO STEP 415 (remove_files) COMPLETE |
5153 | 2024-08-15T05:35:15.716Z | [ recovery-image] Aug 15 05:35:14.576 INFO O| Aug 15 05:35:14.576 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-15T05:35:15.722Z | [ recovery-image] Aug 15 05:35:14.585 INFO O| Aug 15 05:35:14.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5155 | 2024-08-15T05:35:15.722Z | [ recovery-image] Aug 15 05:35:14.585 INFO O| Aug 15 05:35:14.585 INFO STEP 416 (remove_files) COMPLETE |
5156 | 2024-08-15T05:35:15.722Z | [ recovery-image] Aug 15 05:35:14.586 INFO O| Aug 15 05:35:14.585 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-15T05:35:15.731Z | [ recovery-image] Aug 15 05:35:14.595 INFO O| Aug 15 05:35:14.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5158 | 2024-08-15T05:35:15.731Z | [ recovery-image] Aug 15 05:35:14.595 INFO O| Aug 15 05:35:14.595 INFO STEP 417 (remove_files) COMPLETE |
5159 | 2024-08-15T05:35:15.735Z | [ recovery-image] Aug 15 05:35:14.595 INFO O| Aug 15 05:35:14.595 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-15T05:35:15.741Z | [ recovery-image] Aug 15 05:35:14.604 INFO O| Aug 15 05:35:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5161 | 2024-08-15T05:35:15.741Z | [ recovery-image] Aug 15 05:35:14.605 INFO O| Aug 15 05:35:14.605 INFO STEP 418 (remove_files) COMPLETE |
5162 | 2024-08-15T05:35:15.741Z | [ recovery-image] Aug 15 05:35:14.605 INFO O| Aug 15 05:35:14.605 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-15T05:35:15.749Z | [ recovery-image] Aug 15 05:35:14.614 INFO O| Aug 15 05:35:14.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5164 | 2024-08-15T05:35:15.749Z | [ recovery-image] Aug 15 05:35:14.614 INFO O| Aug 15 05:35:14.614 INFO STEP 419 (remove_files) COMPLETE |
5165 | 2024-08-15T05:35:15.753Z | [ recovery-image] Aug 15 05:35:14.614 INFO O| Aug 15 05:35:14.614 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-15T05:35:15.759Z | [ recovery-image] Aug 15 05:35:14.624 INFO O| Aug 15 05:35:14.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5167 | 2024-08-15T05:35:15.759Z | [ recovery-image] Aug 15 05:35:14.624 INFO O| Aug 15 05:35:14.624 INFO STEP 420 (remove_files) COMPLETE |
5168 | 2024-08-15T05:35:15.759Z | [ recovery-image] Aug 15 05:35:14.624 INFO O| Aug 15 05:35:14.624 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-15T05:35:15.767Z | [ recovery-image] Aug 15 05:35:14.633 INFO O| Aug 15 05:35:14.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5170 | 2024-08-15T05:35:15.767Z | [ recovery-image] Aug 15 05:35:14.633 INFO O| Aug 15 05:35:14.633 INFO STEP 421 (remove_files) COMPLETE |
5171 | 2024-08-15T05:35:15.771Z | [ recovery-image] Aug 15 05:35:14.633 INFO O| Aug 15 05:35:14.633 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-15T05:35:15.782Z | [ recovery-image] Aug 15 05:35:14.643 INFO O| Aug 15 05:35:14.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5173 | 2024-08-15T05:35:15.782Z | [ recovery-image] Aug 15 05:35:14.643 INFO O| Aug 15 05:35:14.643 INFO STEP 422 (remove_files) COMPLETE |
5174 | 2024-08-15T05:35:15.782Z | [ recovery-image] Aug 15 05:35:14.643 INFO O| Aug 15 05:35:14.643 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-15T05:35:15.787Z | [ recovery-image] Aug 15 05:35:14.653 INFO O| Aug 15 05:35:14.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5176 | 2024-08-15T05:35:15.792Z | [ recovery-image] Aug 15 05:35:14.653 INFO O| Aug 15 05:35:14.653 INFO STEP 423 (remove_files) COMPLETE |
5177 | 2024-08-15T05:35:15.792Z | [ recovery-image] Aug 15 05:35:14.653 INFO O| Aug 15 05:35:14.653 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-15T05:35:15.797Z | [ recovery-image] Aug 15 05:35:14.663 INFO O| Aug 15 05:35:14.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5179 | 2024-08-15T05:35:15.797Z | [ recovery-image] Aug 15 05:35:14.663 INFO O| Aug 15 05:35:14.663 INFO STEP 424 (remove_files) COMPLETE |
5180 | 2024-08-15T05:35:15.797Z | [ recovery-image] Aug 15 05:35:14.663 INFO O| Aug 15 05:35:14.663 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-15T05:35:15.806Z | [ recovery-image] Aug 15 05:35:14.672 INFO O| Aug 15 05:35:14.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5182 | 2024-08-15T05:35:15.809Z | [ recovery-image] Aug 15 05:35:14.672 INFO O| Aug 15 05:35:14.672 INFO STEP 425 (remove_files) COMPLETE |
5183 | 2024-08-15T05:35:15.809Z | [ recovery-image] Aug 15 05:35:14.673 INFO O| Aug 15 05:35:14.672 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-15T05:35:15.818Z | [ recovery-image] Aug 15 05:35:14.682 INFO O| Aug 15 05:35:14.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5185 | 2024-08-15T05:35:15.821Z | [ recovery-image] Aug 15 05:35:14.682 INFO O| Aug 15 05:35:14.682 INFO STEP 426 (remove_files) COMPLETE |
5186 | 2024-08-15T05:35:15.821Z | [ recovery-image] Aug 15 05:35:14.682 INFO O| Aug 15 05:35:14.682 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-15T05:35:15.825Z | [ recovery-image] Aug 15 05:35:14.692 INFO O| Aug 15 05:35:14.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5188 | 2024-08-15T05:35:15.829Z | [ recovery-image] Aug 15 05:35:14.692 INFO O| Aug 15 05:35:14.692 INFO STEP 427 (remove_files) COMPLETE |
5189 | 2024-08-15T05:35:15.829Z | [ recovery-image] Aug 15 05:35:14.692 INFO O| Aug 15 05:35:14.692 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-15T05:35:15.835Z | [ recovery-image] Aug 15 05:35:14.701 INFO O| Aug 15 05:35:14.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5191 | 2024-08-15T05:35:15.838Z | [ recovery-image] Aug 15 05:35:14.701 INFO O| Aug 15 05:35:14.701 INFO STEP 428 (remove_files) COMPLETE |
5192 | 2024-08-15T05:35:15.838Z | [ recovery-image] Aug 15 05:35:14.701 INFO O| Aug 15 05:35:14.701 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-15T05:35:15.845Z | [ recovery-image] Aug 15 05:35:14.711 INFO O| Aug 15 05:35:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5194 | 2024-08-15T05:35:15.845Z | [ recovery-image] Aug 15 05:35:14.711 INFO O| Aug 15 05:35:14.711 INFO STEP 429 (remove_files) COMPLETE |
5195 | 2024-08-15T05:35:15.848Z | [ recovery-image] Aug 15 05:35:14.711 INFO O| Aug 15 05:35:14.711 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-15T05:35:15.854Z | [ recovery-image] Aug 15 05:35:14.721 INFO O| Aug 15 05:35:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5197 | 2024-08-15T05:35:15.855Z | [ recovery-image] Aug 15 05:35:14.721 INFO O| Aug 15 05:35:14.721 INFO STEP 430 (remove_files) COMPLETE |
5198 | 2024-08-15T05:35:15.859Z | [ recovery-image] Aug 15 05:35:14.721 INFO O| Aug 15 05:35:14.721 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-15T05:35:15.864Z | [ recovery-image] Aug 15 05:35:14.730 INFO O| Aug 15 05:35:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5200 | 2024-08-15T05:35:15.864Z | [ recovery-image] Aug 15 05:35:14.730 INFO O| Aug 15 05:35:14.730 INFO STEP 431 (remove_files) COMPLETE |
5201 | 2024-08-15T05:35:15.867Z | [ recovery-image] Aug 15 05:35:14.730 INFO O| Aug 15 05:35:14.730 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-15T05:35:15.874Z | [ recovery-image] Aug 15 05:35:14.740 INFO O| Aug 15 05:35:14.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5203 | 2024-08-15T05:35:15.874Z | [ recovery-image] Aug 15 05:35:14.740 INFO O| Aug 15 05:35:14.740 INFO STEP 432 (remove_files) COMPLETE |
5204 | 2024-08-15T05:35:15.877Z | [ recovery-image] Aug 15 05:35:14.740 INFO O| Aug 15 05:35:14.740 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-15T05:35:15.884Z | [ recovery-image] Aug 15 05:35:14.750 INFO O| Aug 15 05:35:14.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5206 | 2024-08-15T05:35:15.884Z | [ recovery-image] Aug 15 05:35:14.750 INFO O| Aug 15 05:35:14.750 INFO STEP 433 (remove_files) COMPLETE |
5207 | 2024-08-15T05:35:15.884Z | [ recovery-image] Aug 15 05:35:14.750 INFO O| Aug 15 05:35:14.750 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-15T05:35:15.893Z | [ recovery-image] Aug 15 05:35:14.759 INFO O| Aug 15 05:35:14.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5209 | 2024-08-15T05:35:15.896Z | [ recovery-image] Aug 15 05:35:14.759 INFO O| Aug 15 05:35:14.759 INFO STEP 434 (remove_files) COMPLETE |
5210 | 2024-08-15T05:35:15.896Z | [ recovery-image] Aug 15 05:35:14.759 INFO O| Aug 15 05:35:14.759 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-15T05:35:15.903Z | [ recovery-image] Aug 15 05:35:14.769 INFO O| Aug 15 05:35:14.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5212 | 2024-08-15T05:35:15.903Z | [ recovery-image] Aug 15 05:35:14.769 INFO O| Aug 15 05:35:14.769 INFO STEP 435 (remove_files) COMPLETE |
5213 | 2024-08-15T05:35:15.906Z | [ recovery-image] Aug 15 05:35:14.769 INFO O| Aug 15 05:35:14.769 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-15T05:35:15.912Z | [ recovery-image] Aug 15 05:35:14.778 INFO O| Aug 15 05:35:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5215 | 2024-08-15T05:35:15.916Z | [ recovery-image] Aug 15 05:35:14.778 INFO O| Aug 15 05:35:14.778 INFO STEP 436 (remove_files) COMPLETE |
5216 | 2024-08-15T05:35:15.917Z | [ recovery-image] Aug 15 05:35:14.778 INFO O| Aug 15 05:35:14.778 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-15T05:35:15.924Z | [ recovery-image] Aug 15 05:35:14.788 INFO O| Aug 15 05:35:14.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5218 | 2024-08-15T05:35:15.924Z | [ recovery-image] Aug 15 05:35:14.788 INFO O| Aug 15 05:35:14.788 INFO STEP 437 (remove_files) COMPLETE |
5219 | 2024-08-15T05:35:15.934Z | [ recovery-image] Aug 15 05:35:14.788 INFO O| Aug 15 05:35:14.788 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-15T05:35:15.937Z | [ recovery-image] Aug 15 05:35:14.798 INFO O| Aug 15 05:35:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5221 | 2024-08-15T05:35:15.937Z | [ recovery-image] Aug 15 05:35:14.798 INFO O| Aug 15 05:35:14.798 INFO STEP 438 (remove_files) COMPLETE |
5222 | 2024-08-15T05:35:15.937Z | [ recovery-image] Aug 15 05:35:14.798 INFO O| Aug 15 05:35:14.798 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-15T05:35:15.941Z | [ recovery-image] Aug 15 05:35:14.807 INFO O| Aug 15 05:35:14.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5224 | 2024-08-15T05:35:15.941Z | [ recovery-image] Aug 15 05:35:14.807 INFO O| Aug 15 05:35:14.807 INFO STEP 439 (remove_files) COMPLETE |
5225 | 2024-08-15T05:35:15.941Z | [ recovery-image] Aug 15 05:35:14.807 INFO O| Aug 15 05:35:14.807 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-15T05:35:15.951Z | [ recovery-image] Aug 15 05:35:14.817 INFO O| Aug 15 05:35:14.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5227 | 2024-08-15T05:35:15.953Z | [ recovery-image] Aug 15 05:35:14.817 INFO O| Aug 15 05:35:14.817 INFO STEP 440 (remove_files) COMPLETE |
5228 | 2024-08-15T05:35:15.953Z | [ recovery-image] Aug 15 05:35:14.817 INFO O| Aug 15 05:35:14.817 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-15T05:35:15.961Z | [ recovery-image] Aug 15 05:35:14.827 INFO O| Aug 15 05:35:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5230 | 2024-08-15T05:35:15.961Z | [ recovery-image] Aug 15 05:35:14.827 INFO O| Aug 15 05:35:14.827 INFO STEP 441 (remove_files) COMPLETE |
5231 | 2024-08-15T05:35:15.966Z | [ recovery-image] Aug 15 05:35:14.827 INFO O| Aug 15 05:35:14.827 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-15T05:35:15.970Z | [ recovery-image] Aug 15 05:35:14.836 INFO O| Aug 15 05:35:14.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5233 | 2024-08-15T05:35:15.970Z | [ recovery-image] Aug 15 05:35:14.836 INFO O| Aug 15 05:35:14.836 INFO STEP 442 (remove_files) COMPLETE |
5234 | 2024-08-15T05:35:15.970Z | [ recovery-image] Aug 15 05:35:14.836 INFO O| Aug 15 05:35:14.836 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-15T05:35:15.979Z | [ recovery-image] Aug 15 05:35:14.846 INFO O| Aug 15 05:35:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5236 | 2024-08-15T05:35:15.979Z | [ recovery-image] Aug 15 05:35:14.846 INFO O| Aug 15 05:35:14.846 INFO STEP 443 (remove_files) COMPLETE |
5237 | 2024-08-15T05:35:15.982Z | [ recovery-image] Aug 15 05:35:14.846 INFO O| Aug 15 05:35:14.846 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-15T05:35:15.989Z | [ recovery-image] Aug 15 05:35:14.855 INFO O| Aug 15 05:35:14.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5239 | 2024-08-15T05:35:15.989Z | [ recovery-image] Aug 15 05:35:14.855 INFO O| Aug 15 05:35:14.855 INFO STEP 444 (remove_files) COMPLETE |
5240 | 2024-08-15T05:35:15.989Z | [ recovery-image] Aug 15 05:35:14.855 INFO O| Aug 15 05:35:14.855 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-15T05:35:16.001Z | [ recovery-image] Aug 15 05:35:14.866 INFO O| Aug 15 05:35:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5242 | 2024-08-15T05:35:16.004Z | [ recovery-image] Aug 15 05:35:14.866 INFO O| Aug 15 05:35:14.866 INFO STEP 445 (remove_files) COMPLETE |
5243 | 2024-08-15T05:35:16.004Z | [ recovery-image] Aug 15 05:35:14.866 INFO O| Aug 15 05:35:14.866 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-15T05:35:16.009Z | [ recovery-image] Aug 15 05:35:14.875 INFO O| Aug 15 05:35:14.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5245 | 2024-08-15T05:35:16.019Z | [ recovery-image] Aug 15 05:35:14.876 INFO O| Aug 15 05:35:14.875 INFO STEP 446 (remove_files) COMPLETE |
5246 | 2024-08-15T05:35:16.019Z | [ recovery-image] Aug 15 05:35:14.876 INFO O| Aug 15 05:35:14.876 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-15T05:35:16.022Z | [ recovery-image] Aug 15 05:35:14.885 INFO O| Aug 15 05:35:14.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5248 | 2024-08-15T05:35:16.022Z | [ recovery-image] Aug 15 05:35:14.885 INFO O| Aug 15 05:35:14.885 INFO STEP 447 (remove_files) COMPLETE |
5249 | 2024-08-15T05:35:16.022Z | [ recovery-image] Aug 15 05:35:14.885 INFO O| Aug 15 05:35:14.885 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-15T05:35:16.028Z | [ recovery-image] Aug 15 05:35:14.895 INFO O| Aug 15 05:35:14.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5251 | 2024-08-15T05:35:16.029Z | [ recovery-image] Aug 15 05:35:14.895 INFO O| Aug 15 05:35:14.895 INFO STEP 448 (remove_files) COMPLETE |
5252 | 2024-08-15T05:35:16.033Z | [ recovery-image] Aug 15 05:35:14.895 INFO O| Aug 15 05:35:14.895 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-15T05:35:16.038Z | [ recovery-image] Aug 15 05:35:14.904 INFO O| Aug 15 05:35:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5254 | 2024-08-15T05:35:16.038Z | [ recovery-image] Aug 15 05:35:14.904 INFO O| Aug 15 05:35:14.904 INFO STEP 449 (remove_files) COMPLETE |
5255 | 2024-08-15T05:35:16.038Z | [ recovery-image] Aug 15 05:35:14.904 INFO O| Aug 15 05:35:14.904 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-15T05:35:16.052Z | [ recovery-image] Aug 15 05:35:14.917 INFO O| Aug 15 05:35:14.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5257 | 2024-08-15T05:35:16.052Z | [ recovery-image] Aug 15 05:35:14.917 INFO O| Aug 15 05:35:14.917 INFO STEP 450 (remove_files) COMPLETE |
5258 | 2024-08-15T05:35:16.054Z | [ recovery-image] Aug 15 05:35:14.917 INFO O| Aug 15 05:35:14.917 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-15T05:35:16.094Z | [ recovery-image] Aug 15 05:35:14.960 INFO O| Aug 15 05:35:14.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5260 | 2024-08-15T05:35:16.097Z | [ recovery-image] Aug 15 05:35:14.960 INFO O| Aug 15 05:35:14.960 INFO STEP 451 (remove_files) COMPLETE |
5261 | 2024-08-15T05:35:16.097Z | [ recovery-image] Aug 15 05:35:14.961 INFO O| Aug 15 05:35:14.960 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-15T05:35:16.118Z | [ recovery-image] Aug 15 05:35:14.981 INFO O| Aug 15 05:35:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5263 | 2024-08-15T05:35:16.118Z | [ recovery-image] Aug 15 05:35:14.982 INFO O| Aug 15 05:35:14.982 INFO STEP 452 (remove_files) COMPLETE |
5264 | 2024-08-15T05:35:16.118Z | [ recovery-image] Aug 15 05:35:14.982 INFO O| Aug 15 05:35:14.982 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-15T05:35:16.144Z | [ recovery-image] Aug 15 05:35:15.007 INFO O| Aug 15 05:35:15.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5266 | 2024-08-15T05:35:16.144Z | [ recovery-image] Aug 15 05:35:15.007 INFO O| Aug 15 05:35:15.007 INFO STEP 453 (remove_files) COMPLETE |
5267 | 2024-08-15T05:35:16.144Z | [ recovery-image] Aug 15 05:35:15.007 INFO O| Aug 15 05:35:15.007 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-15T05:35:16.166Z | [ recovery-image] Aug 15 05:35:15.028 INFO O| Aug 15 05:35:15.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5269 | 2024-08-15T05:35:16.166Z | [ recovery-image] Aug 15 05:35:15.029 INFO O| Aug 15 05:35:15.029 INFO STEP 454 (remove_files) COMPLETE |
5270 | 2024-08-15T05:35:16.169Z | [ recovery-image] Aug 15 05:35:15.029 INFO O| Aug 15 05:35:15.029 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-15T05:35:16.193Z | [ recovery-image] Aug 15 05:35:15.057 INFO O| Aug 15 05:35:15.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5272 | 2024-08-15T05:35:16.193Z | [ recovery-image] Aug 15 05:35:15.057 INFO O| Aug 15 05:35:15.056 INFO STEP 455 (remove_files) COMPLETE |
5273 | 2024-08-15T05:35:16.197Z | [ recovery-image] Aug 15 05:35:15.057 INFO O| Aug 15 05:35:15.057 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-15T05:35:16.208Z | [ recovery-image] Aug 15 05:35:15.074 INFO O| Aug 15 05:35:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5275 | 2024-08-15T05:35:16.211Z | [ recovery-image] Aug 15 05:35:15.074 INFO O| Aug 15 05:35:15.074 INFO STEP 456 (remove_files) COMPLETE |
5276 | 2024-08-15T05:35:16.211Z | [ recovery-image] Aug 15 05:35:15.074 INFO O| Aug 15 05:35:15.074 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-15T05:35:16.224Z | [ recovery-image] Aug 15 05:35:15.089 INFO O| Aug 15 05:35:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5278 | 2024-08-15T05:35:16.224Z | [ recovery-image] Aug 15 05:35:15.089 INFO O| Aug 15 05:35:15.089 INFO STEP 457 (remove_files) COMPLETE |
5279 | 2024-08-15T05:35:16.226Z | [ recovery-image] Aug 15 05:35:15.089 INFO O| Aug 15 05:35:15.089 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-15T05:35:16.237Z | [ recovery-image] Aug 15 05:35:15.103 INFO O| Aug 15 05:35:15.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5281 | 2024-08-15T05:35:16.240Z | [ recovery-image] Aug 15 05:35:15.103 INFO O| Aug 15 05:35:15.103 INFO STEP 458 (remove_files) COMPLETE |
5282 | 2024-08-15T05:35:16.240Z | [ recovery-image] Aug 15 05:35:15.103 INFO O| Aug 15 05:35:15.103 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-15T05:35:16.254Z | [ recovery-image] Aug 15 05:35:15.120 INFO O| Aug 15 05:35:15.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5284 | 2024-08-15T05:35:16.254Z | [ recovery-image] Aug 15 05:35:15.120 INFO O| Aug 15 05:35:15.120 INFO STEP 459 (remove_files) COMPLETE |
5285 | 2024-08-15T05:35:16.254Z | [ recovery-image] Aug 15 05:35:15.120 INFO O| Aug 15 05:35:15.120 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-15T05:35:16.270Z | [ recovery-image] Aug 15 05:35:15.136 INFO O| Aug 15 05:35:15.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5287 | 2024-08-15T05:35:16.273Z | [ recovery-image] Aug 15 05:35:15.136 INFO O| Aug 15 05:35:15.136 INFO STEP 460 (remove_files) COMPLETE |
5288 | 2024-08-15T05:35:16.273Z | [ recovery-image] Aug 15 05:35:15.136 INFO O| Aug 15 05:35:15.136 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-15T05:35:16.283Z | [ recovery-image] Aug 15 05:35:15.149 INFO O| Aug 15 05:35:15.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5290 | 2024-08-15T05:35:16.283Z | [ recovery-image] Aug 15 05:35:15.149 INFO O| Aug 15 05:35:15.149 INFO STEP 461 (remove_files) COMPLETE |
5291 | 2024-08-15T05:35:16.287Z | [ recovery-image] Aug 15 05:35:15.149 INFO O| Aug 15 05:35:15.149 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-15T05:35:16.298Z | [ recovery-image] Aug 15 05:35:15.163 INFO O| Aug 15 05:35:15.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5293 | 2024-08-15T05:35:16.298Z | [ recovery-image] Aug 15 05:35:15.163 INFO O| Aug 15 05:35:15.163 INFO STEP 462 (remove_files) COMPLETE |
5294 | 2024-08-15T05:35:16.301Z | [ recovery-image] Aug 15 05:35:15.163 INFO O| Aug 15 05:35:15.163 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-15T05:35:16.310Z | [ recovery-image] Aug 15 05:35:15.175 INFO O| Aug 15 05:35:15.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5296 | 2024-08-15T05:35:16.310Z | [ recovery-image] Aug 15 05:35:15.175 INFO O| Aug 15 05:35:15.175 INFO STEP 463 (remove_files) COMPLETE |
5297 | 2024-08-15T05:35:16.313Z | [ recovery-image] Aug 15 05:35:15.175 INFO O| Aug 15 05:35:15.175 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-15T05:35:16.325Z | [ recovery-image] Aug 15 05:35:15.191 INFO O| Aug 15 05:35:15.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5299 | 2024-08-15T05:35:16.325Z | [ recovery-image] Aug 15 05:35:15.191 INFO O| Aug 15 05:35:15.191 INFO STEP 464 (remove_files) COMPLETE |
5300 | 2024-08-15T05:35:16.325Z | [ recovery-image] Aug 15 05:35:15.191 INFO O| Aug 15 05:35:15.191 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-15T05:35:16.339Z | [ recovery-image] Aug 15 05:35:15.205 INFO O| Aug 15 05:35:15.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5302 | 2024-08-15T05:35:16.339Z | [ recovery-image] Aug 15 05:35:15.205 INFO O| Aug 15 05:35:15.205 INFO STEP 465 (remove_files) COMPLETE |
5303 | 2024-08-15T05:35:16.342Z | [ recovery-image] Aug 15 05:35:15.205 INFO O| Aug 15 05:35:15.205 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-15T05:35:16.354Z | [ recovery-image] Aug 15 05:35:15.220 INFO O| Aug 15 05:35:15.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5305 | 2024-08-15T05:35:16.354Z | [ recovery-image] Aug 15 05:35:15.220 INFO O| Aug 15 05:35:15.220 INFO STEP 466 (remove_files) COMPLETE |
5306 | 2024-08-15T05:35:16.356Z | [ recovery-image] Aug 15 05:35:15.220 INFO O| Aug 15 05:35:15.220 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-15T05:35:16.367Z | [ recovery-image] Aug 15 05:35:15.232 INFO O| Aug 15 05:35:15.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5308 | 2024-08-15T05:35:16.369Z | [ recovery-image] Aug 15 05:35:15.233 INFO O| Aug 15 05:35:15.232 INFO STEP 467 (remove_files) COMPLETE |
5309 | 2024-08-15T05:35:16.369Z | [ recovery-image] Aug 15 05:35:15.233 INFO O| Aug 15 05:35:15.233 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-15T05:35:16.380Z | [ recovery-image] Aug 15 05:35:15.246 INFO O| Aug 15 05:35:15.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5311 | 2024-08-15T05:35:16.380Z | [ recovery-image] Aug 15 05:35:15.246 INFO O| Aug 15 05:35:15.246 INFO STEP 468 (remove_files) COMPLETE |
5312 | 2024-08-15T05:35:16.382Z | [ recovery-image] Aug 15 05:35:15.246 INFO O| Aug 15 05:35:15.246 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-15T05:35:16.393Z | [ recovery-image] Aug 15 05:35:15.259 INFO O| Aug 15 05:35:15.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5314 | 2024-08-15T05:35:16.394Z | [ recovery-image] Aug 15 05:35:15.259 INFO O| Aug 15 05:35:15.259 INFO STEP 469 (remove_files) COMPLETE |
5315 | 2024-08-15T05:35:16.394Z | [ recovery-image] Aug 15 05:35:15.259 INFO O| Aug 15 05:35:15.259 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-15T05:35:16.404Z | [ recovery-image] Aug 15 05:35:15.270 INFO O| Aug 15 05:35:15.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5317 | 2024-08-15T05:35:16.404Z | [ recovery-image] Aug 15 05:35:15.270 INFO O| Aug 15 05:35:15.270 INFO STEP 470 (remove_files) COMPLETE |
5318 | 2024-08-15T05:35:16.406Z | [ recovery-image] Aug 15 05:35:15.270 INFO O| Aug 15 05:35:15.270 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-15T05:35:16.414Z | [ recovery-image] Aug 15 05:35:15.281 INFO O| Aug 15 05:35:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5320 | 2024-08-15T05:35:16.414Z | [ recovery-image] Aug 15 05:35:15.281 INFO O| Aug 15 05:35:15.281 INFO STEP 471 (remove_files) COMPLETE |
5321 | 2024-08-15T05:35:16.417Z | [ recovery-image] Aug 15 05:35:15.281 INFO O| Aug 15 05:35:15.281 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-15T05:35:16.426Z | [ recovery-image] Aug 15 05:35:15.292 INFO O| Aug 15 05:35:15.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5323 | 2024-08-15T05:35:16.426Z | [ recovery-image] Aug 15 05:35:15.292 INFO O| Aug 15 05:35:15.292 INFO STEP 472 (remove_files) COMPLETE |
5324 | 2024-08-15T05:35:16.428Z | [ recovery-image] Aug 15 05:35:15.292 INFO O| Aug 15 05:35:15.292 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-15T05:35:16.441Z | [ recovery-image] Aug 15 05:35:15.302 INFO O| Aug 15 05:35:15.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5326 | 2024-08-15T05:35:16.441Z | [ recovery-image] Aug 15 05:35:15.302 INFO O| Aug 15 05:35:15.302 INFO STEP 473 (remove_files) COMPLETE |
5327 | 2024-08-15T05:35:16.441Z | [ recovery-image] Aug 15 05:35:15.302 INFO O| Aug 15 05:35:15.302 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-15T05:35:16.446Z | [ recovery-image] Aug 15 05:35:15.313 INFO O| Aug 15 05:35:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5329 | 2024-08-15T05:35:16.446Z | [ recovery-image] Aug 15 05:35:15.313 INFO O| Aug 15 05:35:15.313 INFO STEP 474 (remove_files) COMPLETE |
5330 | 2024-08-15T05:35:16.449Z | [ recovery-image] Aug 15 05:35:15.313 INFO O| Aug 15 05:35:15.313 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-15T05:35:16.457Z | [ recovery-image] Aug 15 05:35:15.323 INFO O| Aug 15 05:35:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5332 | 2024-08-15T05:35:16.457Z | [ recovery-image] Aug 15 05:35:15.323 INFO O| Aug 15 05:35:15.323 INFO STEP 475 (remove_files) COMPLETE |
5333 | 2024-08-15T05:35:16.459Z | [ recovery-image] Aug 15 05:35:15.323 INFO O| Aug 15 05:35:15.323 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-15T05:35:16.467Z | [ recovery-image] Aug 15 05:35:15.334 INFO O| Aug 15 05:35:15.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5335 | 2024-08-15T05:35:16.467Z | [ recovery-image] Aug 15 05:35:15.334 INFO O| Aug 15 05:35:15.334 INFO STEP 476 (remove_files) COMPLETE |
5336 | 2024-08-15T05:35:16.470Z | [ recovery-image] Aug 15 05:35:15.334 INFO O| Aug 15 05:35:15.334 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-15T05:35:16.477Z | [ recovery-image] Aug 15 05:35:15.344 INFO O| Aug 15 05:35:15.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5338 | 2024-08-15T05:35:16.477Z | [ recovery-image] Aug 15 05:35:15.344 INFO O| Aug 15 05:35:15.344 INFO STEP 477 (remove_files) COMPLETE |
5339 | 2024-08-15T05:35:16.477Z | [ recovery-image] Aug 15 05:35:15.344 INFO O| Aug 15 05:35:15.344 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-15T05:35:16.488Z | [ recovery-image] Aug 15 05:35:15.354 INFO O| Aug 15 05:35:15.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5341 | 2024-08-15T05:35:16.488Z | [ recovery-image] Aug 15 05:35:15.354 INFO O| Aug 15 05:35:15.354 INFO STEP 478 (remove_files) COMPLETE |
5342 | 2024-08-15T05:35:16.488Z | [ recovery-image] Aug 15 05:35:15.354 INFO O| Aug 15 05:35:15.354 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-15T05:35:16.501Z | [ recovery-image] Aug 15 05:35:15.365 INFO O| Aug 15 05:35:15.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5344 | 2024-08-15T05:35:16.504Z | [ recovery-image] Aug 15 05:35:15.365 INFO O| Aug 15 05:35:15.365 INFO STEP 479 (remove_files) COMPLETE |
5345 | 2024-08-15T05:35:16.504Z | [ recovery-image] Aug 15 05:35:15.365 INFO O| Aug 15 05:35:15.365 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-15T05:35:16.509Z | [ recovery-image] Aug 15 05:35:15.376 INFO O| Aug 15 05:35:15.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5347 | 2024-08-15T05:35:16.510Z | [ recovery-image] Aug 15 05:35:15.376 INFO O| Aug 15 05:35:15.376 INFO STEP 480 (remove_files) COMPLETE |
5348 | 2024-08-15T05:35:16.512Z | [ recovery-image] Aug 15 05:35:15.376 INFO O| Aug 15 05:35:15.376 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-15T05:35:16.520Z | [ recovery-image] Aug 15 05:35:15.386 INFO O| Aug 15 05:35:15.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5350 | 2024-08-15T05:35:16.520Z | [ recovery-image] Aug 15 05:35:15.387 INFO O| Aug 15 05:35:15.386 INFO STEP 481 (remove_files) COMPLETE |
5351 | 2024-08-15T05:35:16.523Z | [ recovery-image] Aug 15 05:35:15.387 INFO O| Aug 15 05:35:15.387 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-15T05:35:16.531Z | [ recovery-image] Aug 15 05:35:15.397 INFO O| Aug 15 05:35:15.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5353 | 2024-08-15T05:35:16.531Z | [ recovery-image] Aug 15 05:35:15.397 INFO O| Aug 15 05:35:15.397 INFO STEP 482 (remove_files) COMPLETE |
5354 | 2024-08-15T05:35:16.534Z | [ recovery-image] Aug 15 05:35:15.397 INFO O| Aug 15 05:35:15.397 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-15T05:35:16.541Z | [ recovery-image] Aug 15 05:35:15.407 INFO O| Aug 15 05:35:15.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5356 | 2024-08-15T05:35:16.544Z | [ recovery-image] Aug 15 05:35:15.408 INFO O| Aug 15 05:35:15.408 INFO STEP 483 (remove_files) COMPLETE |
5357 | 2024-08-15T05:35:16.544Z | [ recovery-image] Aug 15 05:35:15.408 INFO O| Aug 15 05:35:15.408 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-15T05:35:16.552Z | [ recovery-image] Aug 15 05:35:15.418 INFO O| Aug 15 05:35:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5359 | 2024-08-15T05:35:16.552Z | [ recovery-image] Aug 15 05:35:15.418 INFO O| Aug 15 05:35:15.418 INFO STEP 484 (remove_files) COMPLETE |
5360 | 2024-08-15T05:35:16.554Z | [ recovery-image] Aug 15 05:35:15.418 INFO O| Aug 15 05:35:15.418 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-15T05:35:16.562Z | [ recovery-image] Aug 15 05:35:15.428 INFO O| Aug 15 05:35:15.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5362 | 2024-08-15T05:35:16.562Z | [ recovery-image] Aug 15 05:35:15.428 INFO O| Aug 15 05:35:15.428 INFO STEP 485 (remove_files) COMPLETE |
5363 | 2024-08-15T05:35:16.565Z | [ recovery-image] Aug 15 05:35:15.428 INFO O| Aug 15 05:35:15.428 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-15T05:35:16.572Z | [ recovery-image] Aug 15 05:35:15.438 INFO O| Aug 15 05:35:15.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5365 | 2024-08-15T05:35:16.572Z | [ recovery-image] Aug 15 05:35:15.438 INFO O| Aug 15 05:35:15.438 INFO STEP 486 (remove_files) COMPLETE |
5366 | 2024-08-15T05:35:16.574Z | [ recovery-image] Aug 15 05:35:15.438 INFO O| Aug 15 05:35:15.438 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-15T05:35:16.583Z | [ recovery-image] Aug 15 05:35:15.449 INFO O| Aug 15 05:35:15.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5368 | 2024-08-15T05:35:16.583Z | [ recovery-image] Aug 15 05:35:15.449 INFO O| Aug 15 05:35:15.449 INFO STEP 487 (remove_files) COMPLETE |
5369 | 2024-08-15T05:35:16.585Z | [ recovery-image] Aug 15 05:35:15.449 INFO O| Aug 15 05:35:15.449 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-15T05:35:16.593Z | [ recovery-image] Aug 15 05:35:15.460 INFO O| Aug 15 05:35:15.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5371 | 2024-08-15T05:35:16.596Z | [ recovery-image] Aug 15 05:35:15.460 INFO O| Aug 15 05:35:15.460 INFO STEP 488 (remove_files) COMPLETE |
5372 | 2024-08-15T05:35:16.596Z | [ recovery-image] Aug 15 05:35:15.460 INFO O| Aug 15 05:35:15.460 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-15T05:35:16.604Z | [ recovery-image] Aug 15 05:35:15.470 INFO O| Aug 15 05:35:15.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5374 | 2024-08-15T05:35:16.604Z | [ recovery-image] Aug 15 05:35:15.470 INFO O| Aug 15 05:35:15.470 INFO STEP 489 (remove_files) COMPLETE |
5375 | 2024-08-15T05:35:16.604Z | [ recovery-image] Aug 15 05:35:15.470 INFO O| Aug 15 05:35:15.470 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-15T05:35:16.614Z | [ recovery-image] Aug 15 05:35:15.480 INFO O| Aug 15 05:35:15.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5377 | 2024-08-15T05:35:16.614Z | [ recovery-image] Aug 15 05:35:15.480 INFO O| Aug 15 05:35:15.480 INFO STEP 490 (remove_files) COMPLETE |
5378 | 2024-08-15T05:35:16.617Z | [ recovery-image] Aug 15 05:35:15.480 INFO O| Aug 15 05:35:15.480 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-15T05:35:16.624Z | [ recovery-image] Aug 15 05:35:15.491 INFO O| Aug 15 05:35:15.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5380 | 2024-08-15T05:35:16.624Z | [ recovery-image] Aug 15 05:35:15.491 INFO O| Aug 15 05:35:15.491 INFO STEP 491 (remove_files) COMPLETE |
5381 | 2024-08-15T05:35:16.627Z | [ recovery-image] Aug 15 05:35:15.491 INFO O| Aug 15 05:35:15.491 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-15T05:35:16.635Z | [ recovery-image] Aug 15 05:35:15.501 INFO O| Aug 15 05:35:15.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5383 | 2024-08-15T05:35:16.635Z | [ recovery-image] Aug 15 05:35:15.501 INFO O| Aug 15 05:35:15.501 INFO STEP 492 (remove_files) COMPLETE |
5384 | 2024-08-15T05:35:16.636Z | [ recovery-image] Aug 15 05:35:15.501 INFO O| Aug 15 05:35:15.501 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-15T05:35:16.651Z | [ recovery-image] Aug 15 05:35:15.517 INFO O| Aug 15 05:35:15.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5386 | 2024-08-15T05:35:16.651Z | [ recovery-image] Aug 15 05:35:15.517 INFO O| Aug 15 05:35:15.517 INFO STEP 493 (remove_files) COMPLETE |
5387 | 2024-08-15T05:35:16.653Z | [ recovery-image] Aug 15 05:35:15.517 INFO O| Aug 15 05:35:15.517 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-15T05:35:16.662Z | [ recovery-image] Aug 15 05:35:15.529 INFO O| Aug 15 05:35:15.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5389 | 2024-08-15T05:35:16.662Z | [ recovery-image] Aug 15 05:35:15.529 INFO O| Aug 15 05:35:15.529 INFO STEP 494 (remove_files) COMPLETE |
5390 | 2024-08-15T05:35:16.665Z | [ recovery-image] Aug 15 05:35:15.529 INFO O| Aug 15 05:35:15.529 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-15T05:35:16.674Z | [ recovery-image] Aug 15 05:35:15.540 INFO O| Aug 15 05:35:15.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5392 | 2024-08-15T05:35:16.674Z | [ recovery-image] Aug 15 05:35:15.540 INFO O| Aug 15 05:35:15.540 INFO STEP 495 (remove_files) COMPLETE |
5393 | 2024-08-15T05:35:16.674Z | [ recovery-image] Aug 15 05:35:15.540 INFO O| Aug 15 05:35:15.540 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-15T05:35:16.686Z | [ recovery-image] Aug 15 05:35:15.552 INFO O| Aug 15 05:35:15.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5395 | 2024-08-15T05:35:16.688Z | [ recovery-image] Aug 15 05:35:15.552 INFO O| Aug 15 05:35:15.552 INFO STEP 496 (remove_files) COMPLETE |
5396 | 2024-08-15T05:35:16.688Z | [ recovery-image] Aug 15 05:35:15.552 INFO O| Aug 15 05:35:15.552 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-15T05:35:16.697Z | [ recovery-image] Aug 15 05:35:15.564 INFO O| Aug 15 05:35:15.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5398 | 2024-08-15T05:35:16.697Z | [ recovery-image] Aug 15 05:35:15.564 INFO O| Aug 15 05:35:15.564 INFO STEP 497 (remove_files) COMPLETE |
5399 | 2024-08-15T05:35:16.700Z | [ recovery-image] Aug 15 05:35:15.564 INFO O| Aug 15 05:35:15.564 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-15T05:35:16.709Z | [ recovery-image] Aug 15 05:35:15.575 INFO O| Aug 15 05:35:15.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5401 | 2024-08-15T05:35:16.711Z | [ recovery-image] Aug 15 05:35:15.575 INFO O| Aug 15 05:35:15.575 INFO STEP 498 (remove_files) COMPLETE |
5402 | 2024-08-15T05:35:16.711Z | [ recovery-image] Aug 15 05:35:15.575 INFO O| Aug 15 05:35:15.575 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-15T05:35:16.720Z | [ recovery-image] Aug 15 05:35:15.586 INFO O| Aug 15 05:35:15.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5404 | 2024-08-15T05:35:16.720Z | [ recovery-image] Aug 15 05:35:15.586 INFO O| Aug 15 05:35:15.586 INFO STEP 499 (remove_files) COMPLETE |
5405 | 2024-08-15T05:35:16.722Z | [ recovery-image] Aug 15 05:35:15.586 INFO O| Aug 15 05:35:15.586 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-15T05:35:16.731Z | [ recovery-image] Aug 15 05:35:15.597 INFO O| Aug 15 05:35:15.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5407 | 2024-08-15T05:35:16.731Z | [ recovery-image] Aug 15 05:35:15.597 INFO O| Aug 15 05:35:15.597 INFO STEP 500 (remove_files) COMPLETE |
5408 | 2024-08-15T05:35:16.731Z | [ recovery-image] Aug 15 05:35:15.597 INFO O| Aug 15 05:35:15.597 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-15T05:35:16.741Z | [ recovery-image] Aug 15 05:35:15.607 INFO O| Aug 15 05:35:15.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5410 | 2024-08-15T05:35:16.744Z | [ recovery-image] Aug 15 05:35:15.607 INFO O| Aug 15 05:35:15.607 INFO STEP 501 (remove_files) COMPLETE |
5411 | 2024-08-15T05:35:16.744Z | [ recovery-image] Aug 15 05:35:15.607 INFO O| Aug 15 05:35:15.607 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-15T05:35:16.752Z | [ recovery-image] Aug 15 05:35:15.618 INFO O| Aug 15 05:35:15.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5413 | 2024-08-15T05:35:16.752Z | [ recovery-image] Aug 15 05:35:15.618 INFO O| Aug 15 05:35:15.618 INFO STEP 502 (remove_files) COMPLETE |
5414 | 2024-08-15T05:35:16.754Z | [ recovery-image] Aug 15 05:35:15.618 INFO O| Aug 15 05:35:15.618 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-15T05:35:16.763Z | [ recovery-image] Aug 15 05:35:15.629 INFO O| Aug 15 05:35:15.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5416 | 2024-08-15T05:35:16.763Z | [ recovery-image] Aug 15 05:35:15.629 INFO O| Aug 15 05:35:15.629 INFO STEP 503 (remove_files) COMPLETE |
5417 | 2024-08-15T05:35:16.765Z | [ recovery-image] Aug 15 05:35:15.629 INFO O| Aug 15 05:35:15.629 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-15T05:35:16.773Z | [ recovery-image] Aug 15 05:35:15.640 INFO O| Aug 15 05:35:15.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5419 | 2024-08-15T05:35:16.773Z | [ recovery-image] Aug 15 05:35:15.640 INFO O| Aug 15 05:35:15.640 INFO STEP 504 (remove_files) COMPLETE |
5420 | 2024-08-15T05:35:16.776Z | [ recovery-image] Aug 15 05:35:15.640 INFO O| Aug 15 05:35:15.640 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-15T05:35:16.784Z | [ recovery-image] Aug 15 05:35:15.651 INFO O| Aug 15 05:35:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5422 | 2024-08-15T05:35:16.784Z | [ recovery-image] Aug 15 05:35:15.651 INFO O| Aug 15 05:35:15.651 INFO STEP 505 (remove_files) COMPLETE |
5423 | 2024-08-15T05:35:16.787Z | [ recovery-image] Aug 15 05:35:15.651 INFO O| Aug 15 05:35:15.651 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-15T05:35:16.795Z | [ recovery-image] Aug 15 05:35:15.662 INFO O| Aug 15 05:35:15.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5425 | 2024-08-15T05:35:16.798Z | [ recovery-image] Aug 15 05:35:15.662 INFO O| Aug 15 05:35:15.662 INFO STEP 506 (remove_files) COMPLETE |
5426 | 2024-08-15T05:35:16.798Z | [ recovery-image] Aug 15 05:35:15.662 INFO O| Aug 15 05:35:15.662 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-15T05:35:16.807Z | [ recovery-image] Aug 15 05:35:15.674 INFO O| Aug 15 05:35:15.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5428 | 2024-08-15T05:35:16.807Z | [ recovery-image] Aug 15 05:35:15.674 INFO O| Aug 15 05:35:15.674 INFO STEP 507 (remove_files) COMPLETE |
5429 | 2024-08-15T05:35:16.810Z | [ recovery-image] Aug 15 05:35:15.674 INFO O| Aug 15 05:35:15.674 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-15T05:35:16.819Z | [ recovery-image] Aug 15 05:35:15.685 INFO O| Aug 15 05:35:15.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5431 | 2024-08-15T05:35:16.819Z | [ recovery-image] Aug 15 05:35:15.685 INFO O| Aug 15 05:35:15.685 INFO STEP 508 (remove_files) COMPLETE |
5432 | 2024-08-15T05:35:16.822Z | [ recovery-image] Aug 15 05:35:15.685 INFO O| Aug 15 05:35:15.685 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-15T05:35:16.831Z | [ recovery-image] Aug 15 05:35:15.697 INFO O| Aug 15 05:35:15.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5434 | 2024-08-15T05:35:16.831Z | [ recovery-image] Aug 15 05:35:15.697 INFO O| Aug 15 05:35:15.697 INFO STEP 509 (remove_files) COMPLETE |
5435 | 2024-08-15T05:35:16.831Z | [ recovery-image] Aug 15 05:35:15.697 INFO O| Aug 15 05:35:15.697 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-15T05:35:16.843Z | [ recovery-image] Aug 15 05:35:15.709 INFO O| Aug 15 05:35:15.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5437 | 2024-08-15T05:35:16.843Z | [ recovery-image] Aug 15 05:35:15.709 INFO O| Aug 15 05:35:15.709 INFO STEP 510 (remove_files) COMPLETE |
5438 | 2024-08-15T05:35:16.843Z | [ recovery-image] Aug 15 05:35:15.709 INFO O| Aug 15 05:35:15.709 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-15T05:35:16.855Z | [ recovery-image] Aug 15 05:35:15.721 INFO O| Aug 15 05:35:15.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5440 | 2024-08-15T05:35:16.855Z | [ recovery-image] Aug 15 05:35:15.721 INFO O| Aug 15 05:35:15.721 INFO STEP 511 (remove_files) COMPLETE |
5441 | 2024-08-15T05:35:16.858Z | [ recovery-image] Aug 15 05:35:15.721 INFO O| Aug 15 05:35:15.721 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-15T05:35:16.867Z | [ recovery-image] Aug 15 05:35:15.733 INFO O| Aug 15 05:35:15.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5443 | 2024-08-15T05:35:16.869Z | [ recovery-image] Aug 15 05:35:15.733 INFO O| Aug 15 05:35:15.733 INFO STEP 512 (remove_files) COMPLETE |
5444 | 2024-08-15T05:35:16.869Z | [ recovery-image] Aug 15 05:35:15.733 INFO O| Aug 15 05:35:15.733 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-15T05:35:16.877Z | [ recovery-image] Aug 15 05:35:15.743 INFO O| Aug 15 05:35:15.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5446 | 2024-08-15T05:35:16.877Z | [ recovery-image] Aug 15 05:35:15.743 INFO O| Aug 15 05:35:15.743 INFO STEP 513 (remove_files) COMPLETE |
5447 | 2024-08-15T05:35:16.877Z | [ recovery-image] Aug 15 05:35:15.743 INFO O| Aug 15 05:35:15.743 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-15T05:35:16.887Z | [ recovery-image] Aug 15 05:35:15.753 INFO O| Aug 15 05:35:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5449 | 2024-08-15T05:35:16.887Z | [ recovery-image] Aug 15 05:35:15.754 INFO O| Aug 15 05:35:15.753 INFO STEP 514 (remove_files) COMPLETE |
5450 | 2024-08-15T05:35:16.890Z | [ recovery-image] Aug 15 05:35:15.754 INFO O| Aug 15 05:35:15.754 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-15T05:35:16.898Z | [ recovery-image] Aug 15 05:35:15.764 INFO O| Aug 15 05:35:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5452 | 2024-08-15T05:35:16.900Z | [ recovery-image] Aug 15 05:35:15.764 INFO O| Aug 15 05:35:15.764 INFO STEP 515 (remove_files) COMPLETE |
5453 | 2024-08-15T05:35:16.900Z | [ recovery-image] Aug 15 05:35:15.764 INFO O| Aug 15 05:35:15.764 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-15T05:35:16.908Z | [ recovery-image] Aug 15 05:35:15.774 INFO O| Aug 15 05:35:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5455 | 2024-08-15T05:35:16.908Z | [ recovery-image] Aug 15 05:35:15.774 INFO O| Aug 15 05:35:15.774 INFO STEP 516 (remove_files) COMPLETE |
5456 | 2024-08-15T05:35:16.910Z | [ recovery-image] Aug 15 05:35:15.774 INFO O| Aug 15 05:35:15.774 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-15T05:35:16.919Z | [ recovery-image] Aug 15 05:35:15.785 INFO O| Aug 15 05:35:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5458 | 2024-08-15T05:35:16.921Z | [ recovery-image] Aug 15 05:35:15.785 INFO O| Aug 15 05:35:15.785 INFO STEP 517 (remove_files) COMPLETE |
5459 | 2024-08-15T05:35:16.921Z | [ recovery-image] Aug 15 05:35:15.785 INFO O| Aug 15 05:35:15.785 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-15T05:35:16.931Z | [ recovery-image] Aug 15 05:35:15.797 INFO O| Aug 15 05:35:15.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5461 | 2024-08-15T05:35:16.931Z | [ recovery-image] Aug 15 05:35:15.797 INFO O| Aug 15 05:35:15.797 INFO STEP 518 (remove_files) COMPLETE |
5462 | 2024-08-15T05:35:16.933Z | [ recovery-image] Aug 15 05:35:15.797 INFO O| Aug 15 05:35:15.797 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-15T05:35:16.941Z | [ recovery-image] Aug 15 05:35:15.807 INFO O| Aug 15 05:35:15.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5464 | 2024-08-15T05:35:16.941Z | [ recovery-image] Aug 15 05:35:15.807 INFO O| Aug 15 05:35:15.807 INFO STEP 519 (remove_files) COMPLETE |
5465 | 2024-08-15T05:35:16.941Z | [ recovery-image] Aug 15 05:35:15.807 INFO O| Aug 15 05:35:15.807 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-15T05:35:16.951Z | [ recovery-image] Aug 15 05:35:15.817 INFO O| Aug 15 05:35:15.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5467 | 2024-08-15T05:35:16.951Z | [ recovery-image] Aug 15 05:35:15.817 INFO O| Aug 15 05:35:15.817 INFO STEP 520 (remove_files) COMPLETE |
5468 | 2024-08-15T05:35:16.951Z | [ recovery-image] Aug 15 05:35:15.817 INFO O| Aug 15 05:35:15.817 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-15T05:35:16.962Z | [ recovery-image] Aug 15 05:35:15.828 INFO O| Aug 15 05:35:15.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5470 | 2024-08-15T05:35:16.962Z | [ recovery-image] Aug 15 05:35:15.828 INFO O| Aug 15 05:35:15.828 INFO STEP 521 (remove_files) COMPLETE |
5471 | 2024-08-15T05:35:16.962Z | [ recovery-image] Aug 15 05:35:15.828 INFO O| Aug 15 05:35:15.828 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-15T05:35:16.974Z | [ recovery-image] Aug 15 05:35:15.840 INFO O| Aug 15 05:35:15.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5473 | 2024-08-15T05:35:16.976Z | [ recovery-image] Aug 15 05:35:15.840 INFO O| Aug 15 05:35:15.840 INFO STEP 522 (remove_files) COMPLETE |
5474 | 2024-08-15T05:35:16.976Z | [ recovery-image] Aug 15 05:35:15.840 INFO O| Aug 15 05:35:15.840 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-15T05:35:16.986Z | [ recovery-image] Aug 15 05:35:15.853 INFO O| Aug 15 05:35:15.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5476 | 2024-08-15T05:35:16.986Z | [ recovery-image] Aug 15 05:35:15.853 INFO O| Aug 15 05:35:15.853 INFO STEP 523 (remove_files) COMPLETE |
5477 | 2024-08-15T05:35:16.986Z | [ recovery-image] Aug 15 05:35:15.853 INFO O| Aug 15 05:35:15.853 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-15T05:35:16.999Z | [ recovery-image] Aug 15 05:35:15.865 INFO O| Aug 15 05:35:15.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5479 | 2024-08-15T05:35:16.999Z | [ recovery-image] Aug 15 05:35:15.865 INFO O| Aug 15 05:35:15.865 INFO STEP 524 (remove_files) COMPLETE |
5480 | 2024-08-15T05:35:16.999Z | [ recovery-image] Aug 15 05:35:15.865 INFO O| Aug 15 05:35:15.865 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-15T05:35:17.011Z | [ recovery-image] Aug 15 05:35:15.877 INFO O| Aug 15 05:35:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5482 | 2024-08-15T05:35:17.011Z | [ recovery-image] Aug 15 05:35:15.877 INFO O| Aug 15 05:35:15.877 INFO STEP 525 (remove_files) COMPLETE |
5483 | 2024-08-15T05:35:17.014Z | [ recovery-image] Aug 15 05:35:15.877 INFO O| Aug 15 05:35:15.877 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-15T05:35:17.023Z | [ recovery-image] Aug 15 05:35:15.889 INFO O| Aug 15 05:35:15.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5485 | 2024-08-15T05:35:17.023Z | [ recovery-image] Aug 15 05:35:15.889 INFO O| Aug 15 05:35:15.889 INFO STEP 526 (remove_files) COMPLETE |
5486 | 2024-08-15T05:35:17.023Z | [ recovery-image] Aug 15 05:35:15.890 INFO O| Aug 15 05:35:15.889 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-15T05:35:17.035Z | [ recovery-image] Aug 15 05:35:15.902 INFO O| Aug 15 05:35:15.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5488 | 2024-08-15T05:35:17.036Z | [ recovery-image] Aug 15 05:35:15.902 INFO O| Aug 15 05:35:15.902 INFO STEP 527 (remove_files) COMPLETE |
5489 | 2024-08-15T05:35:17.038Z | [ recovery-image] Aug 15 05:35:15.902 INFO O| Aug 15 05:35:15.902 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-15T05:35:17.048Z | [ recovery-image] Aug 15 05:35:15.914 INFO O| Aug 15 05:35:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5491 | 2024-08-15T05:35:17.048Z | [ recovery-image] Aug 15 05:35:15.914 INFO O| Aug 15 05:35:15.914 INFO STEP 528 (remove_files) COMPLETE |
5492 | 2024-08-15T05:35:17.051Z | [ recovery-image] Aug 15 05:35:15.914 INFO O| Aug 15 05:35:15.914 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-15T05:35:17.060Z | [ recovery-image] Aug 15 05:35:15.927 INFO O| Aug 15 05:35:15.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5494 | 2024-08-15T05:35:17.064Z | [ recovery-image] Aug 15 05:35:15.927 INFO O| Aug 15 05:35:15.927 INFO STEP 529 (remove_files) COMPLETE |
5495 | 2024-08-15T05:35:17.064Z | [ recovery-image] Aug 15 05:35:15.927 INFO O| Aug 15 05:35:15.927 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-15T05:35:17.073Z | [ recovery-image] Aug 15 05:35:15.938 INFO O| Aug 15 05:35:15.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5497 | 2024-08-15T05:35:17.073Z | [ recovery-image] Aug 15 05:35:15.938 INFO O| Aug 15 05:35:15.938 INFO STEP 530 (remove_files) COMPLETE |
5498 | 2024-08-15T05:35:17.073Z | [ recovery-image] Aug 15 05:35:15.938 INFO O| Aug 15 05:35:15.938 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-15T05:35:17.083Z | [ recovery-image] Aug 15 05:35:15.949 INFO O| Aug 15 05:35:15.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5500 | 2024-08-15T05:35:17.083Z | [ recovery-image] Aug 15 05:35:15.949 INFO O| Aug 15 05:35:15.949 INFO STEP 531 (remove_files) COMPLETE |
5501 | 2024-08-15T05:35:17.083Z | [ recovery-image] Aug 15 05:35:15.949 INFO O| Aug 15 05:35:15.949 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-15T05:35:17.096Z | [ recovery-image] Aug 15 05:35:15.961 INFO O| Aug 15 05:35:15.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5503 | 2024-08-15T05:35:17.096Z | [ recovery-image] Aug 15 05:35:15.961 INFO O| Aug 15 05:35:15.961 INFO STEP 532 (remove_files) COMPLETE |
5504 | 2024-08-15T05:35:17.099Z | [ recovery-image] Aug 15 05:35:15.961 INFO O| Aug 15 05:35:15.961 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-15T05:35:17.106Z | [ recovery-image] Aug 15 05:35:15.972 INFO O| Aug 15 05:35:15.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5506 | 2024-08-15T05:35:17.106Z | [ recovery-image] Aug 15 05:35:15.972 INFO O| Aug 15 05:35:15.972 INFO STEP 533 (remove_files) COMPLETE |
5507 | 2024-08-15T05:35:17.106Z | [ recovery-image] Aug 15 05:35:15.972 INFO O| Aug 15 05:35:15.972 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-15T05:35:17.117Z | [ recovery-image] Aug 15 05:35:15.983 INFO O| Aug 15 05:35:15.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5509 | 2024-08-15T05:35:17.119Z | [ recovery-image] Aug 15 05:35:15.983 INFO O| Aug 15 05:35:15.983 INFO STEP 534 (remove_files) COMPLETE |
5510 | 2024-08-15T05:35:17.119Z | [ recovery-image] Aug 15 05:35:15.983 INFO O| Aug 15 05:35:15.983 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-15T05:35:17.128Z | [ recovery-image] Aug 15 05:35:15.994 INFO O| Aug 15 05:35:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5512 | 2024-08-15T05:35:17.131Z | [ recovery-image] Aug 15 05:35:15.995 INFO O| Aug 15 05:35:15.995 INFO STEP 535 (remove_files) COMPLETE |
5513 | 2024-08-15T05:35:17.131Z | [ recovery-image] Aug 15 05:35:15.995 INFO O| Aug 15 05:35:15.995 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-15T05:35:17.141Z | [ recovery-image] Aug 15 05:35:16.007 INFO O| Aug 15 05:35:16.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5515 | 2024-08-15T05:35:17.141Z | [ recovery-image] Aug 15 05:35:16.007 INFO O| Aug 15 05:35:16.007 INFO STEP 536 (remove_files) COMPLETE |
5516 | 2024-08-15T05:35:17.141Z | [ recovery-image] Aug 15 05:35:16.007 INFO O| Aug 15 05:35:16.007 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-15T05:35:17.152Z | [ recovery-image] Aug 15 05:35:16.018 INFO O| Aug 15 05:35:16.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5518 | 2024-08-15T05:35:17.155Z | [ recovery-image] Aug 15 05:35:16.018 INFO O| Aug 15 05:35:16.018 INFO STEP 537 (remove_files) COMPLETE |
5519 | 2024-08-15T05:35:17.155Z | [ recovery-image] Aug 15 05:35:16.018 INFO O| Aug 15 05:35:16.018 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-15T05:35:17.162Z | [ recovery-image] Aug 15 05:35:16.029 INFO O| Aug 15 05:35:16.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5521 | 2024-08-15T05:35:17.162Z | [ recovery-image] Aug 15 05:35:16.029 INFO O| Aug 15 05:35:16.029 INFO STEP 538 (remove_files) COMPLETE |
5522 | 2024-08-15T05:35:17.165Z | [ recovery-image] Aug 15 05:35:16.029 INFO O| Aug 15 05:35:16.029 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-15T05:35:17.174Z | [ recovery-image] Aug 15 05:35:16.040 INFO O| Aug 15 05:35:16.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5524 | 2024-08-15T05:35:17.174Z | [ recovery-image] Aug 15 05:35:16.040 INFO O| Aug 15 05:35:16.040 INFO STEP 539 (remove_files) COMPLETE |
5525 | 2024-08-15T05:35:17.174Z | [ recovery-image] Aug 15 05:35:16.040 INFO O| Aug 15 05:35:16.040 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-15T05:35:17.185Z | [ recovery-image] Aug 15 05:35:16.051 INFO O| Aug 15 05:35:16.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5527 | 2024-08-15T05:35:17.185Z | [ recovery-image] Aug 15 05:35:16.051 INFO O| Aug 15 05:35:16.051 INFO STEP 540 (remove_files) COMPLETE |
5528 | 2024-08-15T05:35:17.187Z | [ recovery-image] Aug 15 05:35:16.051 INFO O| Aug 15 05:35:16.051 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-15T05:35:17.197Z | [ recovery-image] Aug 15 05:35:16.063 INFO O| Aug 15 05:35:16.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5530 | 2024-08-15T05:35:17.197Z | [ recovery-image] Aug 15 05:35:16.063 INFO O| Aug 15 05:35:16.063 INFO STEP 541 (remove_files) COMPLETE |
5531 | 2024-08-15T05:35:17.200Z | [ recovery-image] Aug 15 05:35:16.063 INFO O| Aug 15 05:35:16.063 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-15T05:35:17.209Z | [ recovery-image] Aug 15 05:35:16.075 INFO O| Aug 15 05:35:16.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5533 | 2024-08-15T05:35:17.209Z | [ recovery-image] Aug 15 05:35:16.075 INFO O| Aug 15 05:35:16.075 INFO STEP 542 (remove_files) COMPLETE |
5534 | 2024-08-15T05:35:17.209Z | [ recovery-image] Aug 15 05:35:16.075 INFO O| Aug 15 05:35:16.075 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-15T05:35:17.220Z | [ recovery-image] Aug 15 05:35:16.087 INFO O| Aug 15 05:35:16.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5536 | 2024-08-15T05:35:17.223Z | [ recovery-image] Aug 15 05:35:16.087 INFO O| Aug 15 05:35:16.087 INFO STEP 543 (remove_files) COMPLETE |
5537 | 2024-08-15T05:35:17.223Z | [ recovery-image] Aug 15 05:35:16.087 INFO O| Aug 15 05:35:16.087 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-15T05:35:17.231Z | [ recovery-image] Aug 15 05:35:16.098 INFO O| Aug 15 05:35:16.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5539 | 2024-08-15T05:35:17.232Z | [ recovery-image] Aug 15 05:35:16.098 INFO O| Aug 15 05:35:16.098 INFO STEP 544 (remove_files) COMPLETE |
5540 | 2024-08-15T05:35:17.232Z | [ recovery-image] Aug 15 05:35:16.098 INFO O| Aug 15 05:35:16.098 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-15T05:35:17.243Z | [ recovery-image] Aug 15 05:35:16.109 INFO O| Aug 15 05:35:16.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5542 | 2024-08-15T05:35:17.243Z | [ recovery-image] Aug 15 05:35:16.109 INFO O| Aug 15 05:35:16.109 INFO STEP 545 (remove_files) COMPLETE |
5543 | 2024-08-15T05:35:17.245Z | [ recovery-image] Aug 15 05:35:16.109 INFO O| Aug 15 05:35:16.109 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-15T05:35:17.254Z | [ recovery-image] Aug 15 05:35:16.120 INFO O| Aug 15 05:35:16.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5545 | 2024-08-15T05:35:17.254Z | [ recovery-image] Aug 15 05:35:16.120 INFO O| Aug 15 05:35:16.120 INFO STEP 546 (remove_files) COMPLETE |
5546 | 2024-08-15T05:35:17.257Z | [ recovery-image] Aug 15 05:35:16.120 INFO O| Aug 15 05:35:16.120 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-15T05:35:17.266Z | [ recovery-image] Aug 15 05:35:16.132 INFO O| Aug 15 05:35:16.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5548 | 2024-08-15T05:35:17.266Z | [ recovery-image] Aug 15 05:35:16.132 INFO O| Aug 15 05:35:16.132 INFO STEP 547 (remove_files) COMPLETE |
5549 | 2024-08-15T05:35:17.266Z | [ recovery-image] Aug 15 05:35:16.132 INFO O| Aug 15 05:35:16.132 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-15T05:35:17.276Z | [ recovery-image] Aug 15 05:35:16.143 INFO O| Aug 15 05:35:16.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5551 | 2024-08-15T05:35:17.276Z | [ recovery-image] Aug 15 05:35:16.143 INFO O| Aug 15 05:35:16.143 INFO STEP 548 (remove_files) COMPLETE |
5552 | 2024-08-15T05:35:17.277Z | [ recovery-image] Aug 15 05:35:16.143 INFO O| Aug 15 05:35:16.143 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-15T05:35:17.288Z | [ recovery-image] Aug 15 05:35:16.154 INFO O| Aug 15 05:35:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5554 | 2024-08-15T05:35:17.288Z | [ recovery-image] Aug 15 05:35:16.154 INFO O| Aug 15 05:35:16.154 INFO STEP 549 (remove_files) COMPLETE |
5555 | 2024-08-15T05:35:17.288Z | [ recovery-image] Aug 15 05:35:16.154 INFO O| Aug 15 05:35:16.154 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-15T05:35:17.298Z | [ recovery-image] Aug 15 05:35:16.164 INFO O| Aug 15 05:35:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5557 | 2024-08-15T05:35:17.301Z | [ recovery-image] Aug 15 05:35:16.164 INFO O| Aug 15 05:35:16.164 INFO STEP 550 (remove_files) COMPLETE |
5558 | 2024-08-15T05:35:17.301Z | [ recovery-image] Aug 15 05:35:16.164 INFO O| Aug 15 05:35:16.164 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-15T05:35:17.309Z | [ recovery-image] Aug 15 05:35:16.175 INFO O| Aug 15 05:35:16.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5560 | 2024-08-15T05:35:17.309Z | [ recovery-image] Aug 15 05:35:16.175 INFO O| Aug 15 05:35:16.175 INFO STEP 551 (remove_files) COMPLETE |
5561 | 2024-08-15T05:35:17.309Z | [ recovery-image] Aug 15 05:35:16.175 INFO O| Aug 15 05:35:16.175 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-15T05:35:17.319Z | [ recovery-image] Aug 15 05:35:16.185 INFO O| Aug 15 05:35:16.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5563 | 2024-08-15T05:35:17.319Z | [ recovery-image] Aug 15 05:35:16.185 INFO O| Aug 15 05:35:16.185 INFO STEP 552 (remove_files) COMPLETE |
5564 | 2024-08-15T05:35:17.319Z | [ recovery-image] Aug 15 05:35:16.185 INFO O| Aug 15 05:35:16.185 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-15T05:35:17.329Z | [ recovery-image] Aug 15 05:35:16.195 INFO O| Aug 15 05:35:16.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5566 | 2024-08-15T05:35:17.329Z | [ recovery-image] Aug 15 05:35:16.196 INFO O| Aug 15 05:35:16.195 INFO STEP 553 (remove_files) COMPLETE |
5567 | 2024-08-15T05:35:17.329Z | [ recovery-image] Aug 15 05:35:16.196 INFO O| Aug 15 05:35:16.196 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-15T05:35:17.342Z | [ recovery-image] Aug 15 05:35:16.207 INFO O| Aug 15 05:35:16.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5569 | 2024-08-15T05:35:17.342Z | [ recovery-image] Aug 15 05:35:16.207 INFO O| Aug 15 05:35:16.207 INFO STEP 554 (remove_files) COMPLETE |
5570 | 2024-08-15T05:35:17.342Z | [ recovery-image] Aug 15 05:35:16.207 INFO O| Aug 15 05:35:16.207 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-15T05:35:17.352Z | [ recovery-image] Aug 15 05:35:16.219 INFO O| Aug 15 05:35:16.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5572 | 2024-08-15T05:35:17.355Z | [ recovery-image] Aug 15 05:35:16.219 INFO O| Aug 15 05:35:16.219 INFO STEP 555 (remove_files) COMPLETE |
5573 | 2024-08-15T05:35:17.355Z | [ recovery-image] Aug 15 05:35:16.219 INFO O| Aug 15 05:35:16.219 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-15T05:35:17.364Z | [ recovery-image] Aug 15 05:35:16.230 INFO O| Aug 15 05:35:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5575 | 2024-08-15T05:35:17.364Z | [ recovery-image] Aug 15 05:35:16.231 INFO O| Aug 15 05:35:16.231 INFO STEP 556 (remove_files) COMPLETE |
5576 | 2024-08-15T05:35:17.367Z | [ recovery-image] Aug 15 05:35:16.231 INFO O| Aug 15 05:35:16.231 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-15T05:35:17.375Z | [ recovery-image] Aug 15 05:35:16.241 INFO O| Aug 15 05:35:16.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5578 | 2024-08-15T05:35:17.378Z | [ recovery-image] Aug 15 05:35:16.242 INFO O| Aug 15 05:35:16.242 INFO STEP 557 (remove_files) COMPLETE |
5579 | 2024-08-15T05:35:17.378Z | [ recovery-image] Aug 15 05:35:16.242 INFO O| Aug 15 05:35:16.242 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-15T05:35:17.387Z | [ recovery-image] Aug 15 05:35:16.253 INFO O| Aug 15 05:35:16.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5581 | 2024-08-15T05:35:17.387Z | [ recovery-image] Aug 15 05:35:16.254 INFO O| Aug 15 05:35:16.253 INFO STEP 558 (remove_files) COMPLETE |
5582 | 2024-08-15T05:35:17.387Z | [ recovery-image] Aug 15 05:35:16.254 INFO O| Aug 15 05:35:16.254 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-15T05:35:17.398Z | [ recovery-image] Aug 15 05:35:16.264 INFO O| Aug 15 05:35:16.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5584 | 2024-08-15T05:35:17.398Z | [ recovery-image] Aug 15 05:35:16.264 INFO O| Aug 15 05:35:16.264 INFO STEP 559 (remove_files) COMPLETE |
5585 | 2024-08-15T05:35:17.402Z | [ recovery-image] Aug 15 05:35:16.265 INFO O| Aug 15 05:35:16.264 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-15T05:35:17.409Z | [ recovery-image] Aug 15 05:35:16.275 INFO O| Aug 15 05:35:16.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5587 | 2024-08-15T05:35:17.409Z | [ recovery-image] Aug 15 05:35:16.275 INFO O| Aug 15 05:35:16.275 INFO STEP 560 (remove_files) COMPLETE |
5588 | 2024-08-15T05:35:17.412Z | [ recovery-image] Aug 15 05:35:16.275 INFO O| Aug 15 05:35:16.275 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-15T05:35:17.420Z | [ recovery-image] Aug 15 05:35:16.286 INFO O| Aug 15 05:35:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5590 | 2024-08-15T05:35:17.420Z | [ recovery-image] Aug 15 05:35:16.286 INFO O| Aug 15 05:35:16.286 INFO STEP 561 (remove_files) COMPLETE |
5591 | 2024-08-15T05:35:17.423Z | [ recovery-image] Aug 15 05:35:16.286 INFO O| Aug 15 05:35:16.286 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-15T05:35:17.432Z | [ recovery-image] Aug 15 05:35:16.298 INFO O| Aug 15 05:35:16.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5593 | 2024-08-15T05:35:17.432Z | [ recovery-image] Aug 15 05:35:16.298 INFO O| Aug 15 05:35:16.298 INFO STEP 562 (remove_files) COMPLETE |
5594 | 2024-08-15T05:35:17.432Z | [ recovery-image] Aug 15 05:35:16.298 INFO O| Aug 15 05:35:16.298 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-15T05:35:17.443Z | [ recovery-image] Aug 15 05:35:16.309 INFO O| Aug 15 05:35:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5596 | 2024-08-15T05:35:17.443Z | [ recovery-image] Aug 15 05:35:16.310 INFO O| Aug 15 05:35:16.309 INFO STEP 563 (remove_files) COMPLETE |
5597 | 2024-08-15T05:35:17.446Z | [ recovery-image] Aug 15 05:35:16.310 INFO O| Aug 15 05:35:16.310 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-15T05:35:17.455Z | [ recovery-image] Aug 15 05:35:16.321 INFO O| Aug 15 05:35:16.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5599 | 2024-08-15T05:35:17.455Z | [ recovery-image] Aug 15 05:35:16.322 INFO O| Aug 15 05:35:16.321 INFO STEP 564 (remove_files) COMPLETE |
5600 | 2024-08-15T05:35:17.455Z | [ recovery-image] Aug 15 05:35:16.322 INFO O| Aug 15 05:35:16.322 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-15T05:35:17.466Z | [ recovery-image] Aug 15 05:35:16.332 INFO O| Aug 15 05:35:16.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5602 | 2024-08-15T05:35:17.468Z | [ recovery-image] Aug 15 05:35:16.332 INFO O| Aug 15 05:35:16.332 INFO STEP 565 (remove_files) COMPLETE |
5603 | 2024-08-15T05:35:17.468Z | [ recovery-image] Aug 15 05:35:16.332 INFO O| Aug 15 05:35:16.332 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-15T05:35:17.477Z | [ recovery-image] Aug 15 05:35:16.343 INFO O| Aug 15 05:35:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5605 | 2024-08-15T05:35:17.477Z | [ recovery-image] Aug 15 05:35:16.343 INFO O| Aug 15 05:35:16.343 INFO STEP 566 (remove_files) COMPLETE |
5606 | 2024-08-15T05:35:17.479Z | [ recovery-image] Aug 15 05:35:16.343 INFO O| Aug 15 05:35:16.343 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-15T05:35:17.487Z | [ recovery-image] Aug 15 05:35:16.353 INFO O| Aug 15 05:35:16.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5608 | 2024-08-15T05:35:17.487Z | [ recovery-image] Aug 15 05:35:16.354 INFO O| Aug 15 05:35:16.354 INFO STEP 567 (remove_files) COMPLETE |
5609 | 2024-08-15T05:35:17.490Z | [ recovery-image] Aug 15 05:35:16.354 INFO O| Aug 15 05:35:16.354 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-15T05:35:17.499Z | [ recovery-image] Aug 15 05:35:16.365 INFO O| Aug 15 05:35:16.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5611 | 2024-08-15T05:35:17.501Z | [ recovery-image] Aug 15 05:35:16.365 INFO O| Aug 15 05:35:16.365 INFO STEP 568 (remove_files) COMPLETE |
5612 | 2024-08-15T05:35:17.501Z | [ recovery-image] Aug 15 05:35:16.365 INFO O| Aug 15 05:35:16.365 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-15T05:35:17.509Z | [ recovery-image] Aug 15 05:35:16.375 INFO O| Aug 15 05:35:16.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5614 | 2024-08-15T05:35:17.509Z | [ recovery-image] Aug 15 05:35:16.375 INFO O| Aug 15 05:35:16.375 INFO STEP 569 (remove_files) COMPLETE |
5615 | 2024-08-15T05:35:17.512Z | [ recovery-image] Aug 15 05:35:16.375 INFO O| Aug 15 05:35:16.375 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-15T05:35:17.520Z | [ recovery-image] Aug 15 05:35:16.386 INFO O| Aug 15 05:35:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5617 | 2024-08-15T05:35:17.520Z | [ recovery-image] Aug 15 05:35:16.387 INFO O| Aug 15 05:35:16.386 INFO STEP 570 (remove_files) COMPLETE |
5618 | 2024-08-15T05:35:17.520Z | [ recovery-image] Aug 15 05:35:16.387 INFO O| Aug 15 05:35:16.387 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-15T05:35:17.531Z | [ recovery-image] Aug 15 05:35:16.397 INFO O| Aug 15 05:35:16.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5620 | 2024-08-15T05:35:17.531Z | [ recovery-image] Aug 15 05:35:16.397 INFO O| Aug 15 05:35:16.397 INFO STEP 571 (remove_files) COMPLETE |
5621 | 2024-08-15T05:35:17.534Z | [ recovery-image] Aug 15 05:35:16.397 INFO O| Aug 15 05:35:16.397 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-15T05:35:17.542Z | [ recovery-image] Aug 15 05:35:16.408 INFO O| Aug 15 05:35:16.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5623 | 2024-08-15T05:35:17.542Z | [ recovery-image] Aug 15 05:35:16.408 INFO O| Aug 15 05:35:16.408 INFO STEP 572 (remove_files) COMPLETE |
5624 | 2024-08-15T05:35:17.544Z | [ recovery-image] Aug 15 05:35:16.408 INFO O| Aug 15 05:35:16.408 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-15T05:35:17.552Z | [ recovery-image] Aug 15 05:35:16.418 INFO O| Aug 15 05:35:16.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5626 | 2024-08-15T05:35:17.552Z | [ recovery-image] Aug 15 05:35:16.419 INFO O| Aug 15 05:35:16.418 INFO STEP 573 (remove_files) COMPLETE |
5627 | 2024-08-15T05:35:17.555Z | [ recovery-image] Aug 15 05:35:16.419 INFO O| Aug 15 05:35:16.419 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-15T05:35:17.563Z | [ recovery-image] Aug 15 05:35:16.429 INFO O| Aug 15 05:35:16.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5629 | 2024-08-15T05:35:17.563Z | [ recovery-image] Aug 15 05:35:16.429 INFO O| Aug 15 05:35:16.429 INFO STEP 574 (remove_files) COMPLETE |
5630 | 2024-08-15T05:35:17.563Z | [ recovery-image] Aug 15 05:35:16.429 INFO O| Aug 15 05:35:16.429 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-15T05:35:17.573Z | [ recovery-image] Aug 15 05:35:16.439 INFO O| Aug 15 05:35:16.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5632 | 2024-08-15T05:35:17.573Z | [ recovery-image] Aug 15 05:35:16.439 INFO O| Aug 15 05:35:16.439 INFO STEP 575 (remove_files) COMPLETE |
5633 | 2024-08-15T05:35:17.576Z | [ recovery-image] Aug 15 05:35:16.439 INFO O| Aug 15 05:35:16.439 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-15T05:35:17.584Z | [ recovery-image] Aug 15 05:35:16.450 INFO O| Aug 15 05:35:16.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5635 | 2024-08-15T05:35:17.584Z | [ recovery-image] Aug 15 05:35:16.450 INFO O| Aug 15 05:35:16.450 INFO STEP 576 (remove_files) COMPLETE |
5636 | 2024-08-15T05:35:17.587Z | [ recovery-image] Aug 15 05:35:16.450 INFO O| Aug 15 05:35:16.450 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-15T05:35:17.595Z | [ recovery-image] Aug 15 05:35:16.461 INFO O| Aug 15 05:35:16.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5638 | 2024-08-15T05:35:17.598Z | [ recovery-image] Aug 15 05:35:16.461 INFO O| Aug 15 05:35:16.461 INFO STEP 577 (remove_files) COMPLETE |
5639 | 2024-08-15T05:35:17.598Z | [ recovery-image] Aug 15 05:35:16.461 INFO O| Aug 15 05:35:16.461 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-15T05:35:17.606Z | [ recovery-image] Aug 15 05:35:16.472 INFO O| Aug 15 05:35:16.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5641 | 2024-08-15T05:35:17.606Z | [ recovery-image] Aug 15 05:35:16.472 INFO O| Aug 15 05:35:16.472 INFO STEP 578 (remove_files) COMPLETE |
5642 | 2024-08-15T05:35:17.609Z | [ recovery-image] Aug 15 05:35:16.472 INFO O| Aug 15 05:35:16.472 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-15T05:35:17.617Z | [ recovery-image] Aug 15 05:35:16.484 INFO O| Aug 15 05:35:16.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5644 | 2024-08-15T05:35:17.620Z | [ recovery-image] Aug 15 05:35:16.484 INFO O| Aug 15 05:35:16.484 INFO STEP 579 (remove_files) COMPLETE |
5645 | 2024-08-15T05:35:17.620Z | [ recovery-image] Aug 15 05:35:16.484 INFO O| Aug 15 05:35:16.484 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-15T05:35:17.628Z | [ recovery-image] Aug 15 05:35:16.494 INFO O| Aug 15 05:35:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5647 | 2024-08-15T05:35:17.631Z | [ recovery-image] Aug 15 05:35:16.495 INFO O| Aug 15 05:35:16.495 INFO STEP 580 (remove_files) COMPLETE |
5648 | 2024-08-15T05:35:17.631Z | [ recovery-image] Aug 15 05:35:16.495 INFO O| Aug 15 05:35:16.495 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-15T05:35:17.640Z | [ recovery-image] Aug 15 05:35:16.507 INFO O| Aug 15 05:35:16.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5650 | 2024-08-15T05:35:17.641Z | [ recovery-image] Aug 15 05:35:16.507 INFO O| Aug 15 05:35:16.507 INFO STEP 581 (remove_files) COMPLETE |
5651 | 2024-08-15T05:35:17.643Z | [ recovery-image] Aug 15 05:35:16.507 INFO O| Aug 15 05:35:16.507 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-15T05:35:17.652Z | [ recovery-image] Aug 15 05:35:16.518 INFO O| Aug 15 05:35:16.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5653 | 2024-08-15T05:35:17.652Z | [ recovery-image] Aug 15 05:35:16.519 INFO O| Aug 15 05:35:16.518 INFO STEP 582 (remove_files) COMPLETE |
5654 | 2024-08-15T05:35:17.652Z | [ recovery-image] Aug 15 05:35:16.519 INFO O| Aug 15 05:35:16.519 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-15T05:35:17.664Z | [ recovery-image] Aug 15 05:35:16.530 INFO O| Aug 15 05:35:16.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5656 | 2024-08-15T05:35:17.666Z | [ recovery-image] Aug 15 05:35:16.530 INFO O| Aug 15 05:35:16.530 INFO STEP 583 (remove_files) COMPLETE |
5657 | 2024-08-15T05:35:17.667Z | [ recovery-image] Aug 15 05:35:16.530 INFO O| Aug 15 05:35:16.530 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-15T05:35:17.676Z | [ recovery-image] Aug 15 05:35:16.543 INFO O| Aug 15 05:35:16.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5659 | 2024-08-15T05:35:17.677Z | [ recovery-image] Aug 15 05:35:16.543 INFO O| Aug 15 05:35:16.543 INFO STEP 584 (remove_files) COMPLETE |
5660 | 2024-08-15T05:35:17.677Z | [ recovery-image] Aug 15 05:35:16.543 INFO O| Aug 15 05:35:16.543 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-15T05:35:17.688Z | [ recovery-image] Aug 15 05:35:16.554 INFO O| Aug 15 05:35:16.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5662 | 2024-08-15T05:35:17.690Z | [ recovery-image] Aug 15 05:35:16.554 INFO O| Aug 15 05:35:16.554 INFO STEP 585 (remove_files) COMPLETE |
5663 | 2024-08-15T05:35:17.690Z | [ recovery-image] Aug 15 05:35:16.554 INFO O| Aug 15 05:35:16.554 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-15T05:35:17.699Z | [ recovery-image] Aug 15 05:35:16.565 INFO O| Aug 15 05:35:16.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5665 | 2024-08-15T05:35:17.699Z | [ recovery-image] Aug 15 05:35:16.565 INFO O| Aug 15 05:35:16.565 INFO STEP 586 (remove_files) COMPLETE |
5666 | 2024-08-15T05:35:17.702Z | [ recovery-image] Aug 15 05:35:16.565 INFO O| Aug 15 05:35:16.565 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-15T05:35:17.710Z | [ recovery-image] Aug 15 05:35:16.576 INFO O| Aug 15 05:35:16.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5668 | 2024-08-15T05:35:17.710Z | [ recovery-image] Aug 15 05:35:16.577 INFO O| Aug 15 05:35:16.576 INFO STEP 587 (remove_files) COMPLETE |
5669 | 2024-08-15T05:35:17.713Z | [ recovery-image] Aug 15 05:35:16.577 INFO O| Aug 15 05:35:16.576 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-15T05:35:17.722Z | [ recovery-image] Aug 15 05:35:16.588 INFO O| Aug 15 05:35:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5671 | 2024-08-15T05:35:17.722Z | [ recovery-image] Aug 15 05:35:16.588 INFO O| Aug 15 05:35:16.588 INFO STEP 588 (remove_files) COMPLETE |
5672 | 2024-08-15T05:35:17.724Z | [ recovery-image] Aug 15 05:35:16.588 INFO O| Aug 15 05:35:16.588 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-15T05:35:17.732Z | [ recovery-image] Aug 15 05:35:16.599 INFO O| Aug 15 05:35:16.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5674 | 2024-08-15T05:35:17.732Z | [ recovery-image] Aug 15 05:35:16.599 INFO O| Aug 15 05:35:16.599 INFO STEP 589 (remove_files) COMPLETE |
5675 | 2024-08-15T05:35:17.733Z | [ recovery-image] Aug 15 05:35:16.599 INFO O| Aug 15 05:35:16.599 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-15T05:35:17.743Z | [ recovery-image] Aug 15 05:35:16.609 INFO O| Aug 15 05:35:16.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5677 | 2024-08-15T05:35:17.743Z | [ recovery-image] Aug 15 05:35:16.609 INFO O| Aug 15 05:35:16.609 INFO STEP 590 (remove_files) COMPLETE |
5678 | 2024-08-15T05:35:17.746Z | [ recovery-image] Aug 15 05:35:16.610 INFO O| Aug 15 05:35:16.609 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-15T05:35:17.755Z | [ recovery-image] Aug 15 05:35:16.621 INFO O| Aug 15 05:35:16.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5680 | 2024-08-15T05:35:17.755Z | [ recovery-image] Aug 15 05:35:16.621 INFO O| Aug 15 05:35:16.621 INFO STEP 591 (remove_files) COMPLETE |
5681 | 2024-08-15T05:35:17.757Z | [ recovery-image] Aug 15 05:35:16.621 INFO O| Aug 15 05:35:16.621 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-15T05:35:17.767Z | [ recovery-image] Aug 15 05:35:16.633 INFO O| Aug 15 05:35:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5683 | 2024-08-15T05:35:17.769Z | [ recovery-image] Aug 15 05:35:16.633 INFO O| Aug 15 05:35:16.633 INFO STEP 592 (remove_files) COMPLETE |
5684 | 2024-08-15T05:35:17.769Z | [ recovery-image] Aug 15 05:35:16.633 INFO O| Aug 15 05:35:16.633 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-15T05:35:17.779Z | [ recovery-image] Aug 15 05:35:16.645 INFO O| Aug 15 05:35:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5686 | 2024-08-15T05:35:17.779Z | [ recovery-image] Aug 15 05:35:16.645 INFO O| Aug 15 05:35:16.645 INFO STEP 593 (remove_files) COMPLETE |
5687 | 2024-08-15T05:35:17.781Z | [ recovery-image] Aug 15 05:35:16.645 INFO O| Aug 15 05:35:16.645 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-15T05:35:17.790Z | [ recovery-image] Aug 15 05:35:16.656 INFO O| Aug 15 05:35:16.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5689 | 2024-08-15T05:35:17.790Z | [ recovery-image] Aug 15 05:35:16.656 INFO O| Aug 15 05:35:16.656 INFO STEP 594 (remove_files) COMPLETE |
5690 | 2024-08-15T05:35:17.792Z | [ recovery-image] Aug 15 05:35:16.656 INFO O| Aug 15 05:35:16.656 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-15T05:35:17.801Z | [ recovery-image] Aug 15 05:35:16.667 INFO O| Aug 15 05:35:16.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5692 | 2024-08-15T05:35:17.801Z | [ recovery-image] Aug 15 05:35:16.667 INFO O| Aug 15 05:35:16.667 INFO STEP 595 (remove_files) COMPLETE |
5693 | 2024-08-15T05:35:17.801Z | [ recovery-image] Aug 15 05:35:16.667 INFO O| Aug 15 05:35:16.667 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-15T05:35:17.812Z | [ recovery-image] Aug 15 05:35:16.678 INFO O| Aug 15 05:35:16.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5695 | 2024-08-15T05:35:17.812Z | [ recovery-image] Aug 15 05:35:16.678 INFO O| Aug 15 05:35:16.678 INFO STEP 596 (remove_files) COMPLETE |
5696 | 2024-08-15T05:35:17.815Z | [ recovery-image] Aug 15 05:35:16.678 INFO O| Aug 15 05:35:16.678 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-15T05:35:17.824Z | [ recovery-image] Aug 15 05:35:16.690 INFO O| Aug 15 05:35:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5698 | 2024-08-15T05:35:17.824Z | [ recovery-image] Aug 15 05:35:16.690 INFO O| Aug 15 05:35:16.690 INFO STEP 597 (remove_files) COMPLETE |
5699 | 2024-08-15T05:35:17.824Z | [ recovery-image] Aug 15 05:35:16.690 INFO O| Aug 15 05:35:16.690 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-15T05:35:17.838Z | [ recovery-image] Aug 15 05:35:16.703 INFO O| Aug 15 05:35:16.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5701 | 2024-08-15T05:35:17.838Z | [ recovery-image] Aug 15 05:35:16.703 INFO O| Aug 15 05:35:16.703 INFO STEP 598 (remove_files) COMPLETE |
5702 | 2024-08-15T05:35:17.838Z | [ recovery-image] Aug 15 05:35:16.703 INFO O| Aug 15 05:35:16.703 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-15T05:35:17.848Z | [ recovery-image] Aug 15 05:35:16.713 INFO O| Aug 15 05:35:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5704 | 2024-08-15T05:35:17.848Z | [ recovery-image] Aug 15 05:35:16.714 INFO O| Aug 15 05:35:16.714 INFO STEP 599 (remove_files) COMPLETE |
5705 | 2024-08-15T05:35:17.851Z | [ recovery-image] Aug 15 05:35:16.714 INFO O| Aug 15 05:35:16.714 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-15T05:35:17.858Z | [ recovery-image] Aug 15 05:35:16.724 INFO O| Aug 15 05:35:16.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5707 | 2024-08-15T05:35:17.858Z | [ recovery-image] Aug 15 05:35:16.724 INFO O| Aug 15 05:35:16.724 INFO STEP 600 (remove_files) COMPLETE |
5708 | 2024-08-15T05:35:17.858Z | [ recovery-image] Aug 15 05:35:16.724 INFO O| Aug 15 05:35:16.724 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-15T05:35:17.869Z | [ recovery-image] Aug 15 05:35:16.734 INFO O| Aug 15 05:35:16.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5710 | 2024-08-15T05:35:17.869Z | [ recovery-image] Aug 15 05:35:16.734 INFO O| Aug 15 05:35:16.734 INFO STEP 601 (remove_files) COMPLETE |
5711 | 2024-08-15T05:35:17.869Z | [ recovery-image] Aug 15 05:35:16.734 INFO O| Aug 15 05:35:16.734 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-15T05:35:17.879Z | [ recovery-image] Aug 15 05:35:16.744 INFO O| Aug 15 05:35:16.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5713 | 2024-08-15T05:35:17.879Z | [ recovery-image] Aug 15 05:35:16.744 INFO O| Aug 15 05:35:16.744 INFO STEP 602 (remove_files) COMPLETE |
5714 | 2024-08-15T05:35:17.879Z | [ recovery-image] Aug 15 05:35:16.744 INFO O| Aug 15 05:35:16.744 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-15T05:35:17.883Z | [ host-image] Aug 15 05:35:16.745 INFO O| Aug 15 05:35:16.745 INFO O| Actions: Completed 49260 actions in 13.56 seconds. |
5716 | 2024-08-15T05:35:17.890Z | [ recovery-image] Aug 15 05:35:16.755 INFO O| Aug 15 05:35:16.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5717 | 2024-08-15T05:35:17.890Z | [ recovery-image] Aug 15 05:35:16.755 INFO O| Aug 15 05:35:16.755 INFO STEP 603 (remove_files) COMPLETE |
5718 | 2024-08-15T05:35:17.890Z | [ recovery-image] Aug 15 05:35:16.755 INFO O| Aug 15 05:35:16.755 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-08-15T05:35:17.901Z | [ recovery-image] Aug 15 05:35:16.765 INFO O| Aug 15 05:35:16.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5720 | 2024-08-15T05:35:17.905Z | [ recovery-image] Aug 15 05:35:16.765 INFO O| Aug 15 05:35:16.765 INFO STEP 604 (remove_files) COMPLETE |
5721 | 2024-08-15T05:35:17.905Z | [ recovery-image] Aug 15 05:35:16.765 INFO O| Aug 15 05:35:16.765 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-08-15T05:35:17.913Z | [ recovery-image] Aug 15 05:35:16.776 INFO O| Aug 15 05:35:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5723 | 2024-08-15T05:35:17.917Z | [ recovery-image] Aug 15 05:35:16.776 INFO O| Aug 15 05:35:16.776 INFO STEP 605 (remove_files) COMPLETE |
5724 | 2024-08-15T05:35:17.917Z | [ recovery-image] Aug 15 05:35:16.776 INFO O| Aug 15 05:35:16.776 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-08-15T05:35:17.922Z | [ recovery-image] Aug 15 05:35:16.786 INFO O| Aug 15 05:35:16.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5726 | 2024-08-15T05:35:17.923Z | [ recovery-image] Aug 15 05:35:16.786 INFO O| Aug 15 05:35:16.786 INFO STEP 606 (remove_files) COMPLETE |
5727 | 2024-08-15T05:35:17.923Z | [ recovery-image] Aug 15 05:35:16.786 INFO O| Aug 15 05:35:16.786 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-08-15T05:35:17.934Z | [ recovery-image] Aug 15 05:35:16.796 INFO O| Aug 15 05:35:16.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5729 | 2024-08-15T05:35:17.934Z | [ recovery-image] Aug 15 05:35:16.796 INFO O| Aug 15 05:35:16.796 INFO STEP 607 (remove_files) COMPLETE |
5730 | 2024-08-15T05:35:17.939Z | [ recovery-image] Aug 15 05:35:16.796 INFO O| Aug 15 05:35:16.796 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-08-15T05:35:17.945Z | [ recovery-image] Aug 15 05:35:16.806 INFO O| Aug 15 05:35:16.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5732 | 2024-08-15T05:35:17.945Z | [ recovery-image] Aug 15 05:35:16.806 INFO O| Aug 15 05:35:16.806 INFO STEP 608 (remove_files) COMPLETE |
5733 | 2024-08-15T05:35:17.945Z | [ recovery-image] Aug 15 05:35:16.806 INFO O| Aug 15 05:35:16.806 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-08-15T05:35:17.952Z | [ recovery-image] Aug 15 05:35:16.816 INFO O| Aug 15 05:35:16.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5735 | 2024-08-15T05:35:17.952Z | [ recovery-image] Aug 15 05:35:16.816 INFO O| Aug 15 05:35:16.816 INFO STEP 609 (remove_files) COMPLETE |
5736 | 2024-08-15T05:35:17.952Z | [ recovery-image] Aug 15 05:35:16.816 INFO O| Aug 15 05:35:16.816 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-08-15T05:35:17.961Z | [ recovery-image] Aug 15 05:35:16.826 INFO O| Aug 15 05:35:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5738 | 2024-08-15T05:35:17.961Z | [ recovery-image] Aug 15 05:35:16.826 INFO O| Aug 15 05:35:16.826 INFO STEP 610 (remove_files) COMPLETE |
5739 | 2024-08-15T05:35:17.968Z | [ recovery-image] Aug 15 05:35:16.826 INFO O| Aug 15 05:35:16.826 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-08-15T05:35:17.976Z | [ recovery-image] Aug 15 05:35:16.836 INFO O| Aug 15 05:35:16.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5741 | 2024-08-15T05:35:17.976Z | [ recovery-image] Aug 15 05:35:16.836 INFO O| Aug 15 05:35:16.836 INFO STEP 611 (remove_files) COMPLETE |
5742 | 2024-08-15T05:35:17.976Z | [ recovery-image] Aug 15 05:35:16.836 INFO O| Aug 15 05:35:16.836 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-08-15T05:35:17.983Z | [ recovery-image] Aug 15 05:35:16.846 INFO O| Aug 15 05:35:16.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5744 | 2024-08-15T05:35:17.984Z | [ recovery-image] Aug 15 05:35:16.846 INFO O| Aug 15 05:35:16.846 INFO STEP 612 (remove_files) COMPLETE |
5745 | 2024-08-15T05:35:17.984Z | [ recovery-image] Aug 15 05:35:16.846 INFO O| Aug 15 05:35:16.846 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-08-15T05:35:17.991Z | [ recovery-image] Aug 15 05:35:16.856 INFO O| Aug 15 05:35:16.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5747 | 2024-08-15T05:35:17.994Z | [ recovery-image] Aug 15 05:35:16.857 INFO O| Aug 15 05:35:16.857 INFO STEP 613 (remove_files) COMPLETE |
5748 | 2024-08-15T05:35:17.994Z | [ recovery-image] Aug 15 05:35:16.857 INFO O| Aug 15 05:35:16.857 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-08-15T05:35:18.001Z | [ recovery-image] Aug 15 05:35:16.867 INFO O| Aug 15 05:35:16.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5750 | 2024-08-15T05:35:18.001Z | [ recovery-image] Aug 15 05:35:16.867 INFO O| Aug 15 05:35:16.867 INFO STEP 614 (remove_files) COMPLETE |
5751 | 2024-08-15T05:35:18.005Z | [ recovery-image] Aug 15 05:35:16.867 INFO O| Aug 15 05:35:16.867 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-08-15T05:35:18.011Z | [ recovery-image] Aug 15 05:35:16.878 INFO O| Aug 15 05:35:16.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5753 | 2024-08-15T05:35:18.011Z | [ recovery-image] Aug 15 05:35:16.878 INFO O| Aug 15 05:35:16.878 INFO STEP 615 (remove_files) COMPLETE |
5754 | 2024-08-15T05:35:18.014Z | [ recovery-image] Aug 15 05:35:16.878 INFO O| Aug 15 05:35:16.878 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-08-15T05:35:18.022Z | [ recovery-image] Aug 15 05:35:16.888 INFO O| Aug 15 05:35:16.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5756 | 2024-08-15T05:35:18.025Z | [ recovery-image] Aug 15 05:35:16.889 INFO O| Aug 15 05:35:16.889 INFO STEP 616 (remove_files) COMPLETE |
5757 | 2024-08-15T05:35:18.025Z | [ recovery-image] Aug 15 05:35:16.889 INFO O| Aug 15 05:35:16.889 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-08-15T05:35:18.036Z | [ recovery-image] Aug 15 05:35:16.902 INFO O| Aug 15 05:35:16.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5759 | 2024-08-15T05:35:18.036Z | [ recovery-image] Aug 15 05:35:16.902 INFO O| Aug 15 05:35:16.902 INFO STEP 617 (remove_files) COMPLETE |
5760 | 2024-08-15T05:35:18.039Z | [ recovery-image] Aug 15 05:35:16.902 INFO O| Aug 15 05:35:16.902 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-15T05:35:18.048Z | [ recovery-image] Aug 15 05:35:16.914 INFO O| Aug 15 05:35:16.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5762 | 2024-08-15T05:35:18.048Z | [ recovery-image] Aug 15 05:35:16.914 INFO O| Aug 15 05:35:16.914 INFO STEP 618 (remove_files) COMPLETE |
5763 | 2024-08-15T05:35:18.048Z | [ recovery-image] Aug 15 05:35:16.914 INFO O| Aug 15 05:35:16.914 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-15T05:35:18.062Z | [ recovery-image] Aug 15 05:35:16.927 INFO O| Aug 15 05:35:16.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5765 | 2024-08-15T05:35:18.065Z | [ recovery-image] Aug 15 05:35:16.928 INFO O| Aug 15 05:35:16.928 INFO STEP 619 (remove_files) COMPLETE |
5766 | 2024-08-15T05:35:18.065Z | [ recovery-image] Aug 15 05:35:16.928 INFO O| Aug 15 05:35:16.928 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-15T05:35:18.074Z | [ recovery-image] Aug 15 05:35:16.940 INFO O| Aug 15 05:35:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5768 | 2024-08-15T05:35:18.074Z | [ recovery-image] Aug 15 05:35:16.941 INFO O| Aug 15 05:35:16.940 INFO STEP 620 (remove_files) COMPLETE |
5769 | 2024-08-15T05:35:18.074Z | [ recovery-image] Aug 15 05:35:16.941 INFO O| Aug 15 05:35:16.941 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-15T05:35:18.087Z | [ recovery-image] Aug 15 05:35:16.953 INFO O| Aug 15 05:35:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5771 | 2024-08-15T05:35:18.087Z | [ recovery-image] Aug 15 05:35:16.953 INFO O| Aug 15 05:35:16.953 INFO STEP 621 (remove_files) COMPLETE |
5772 | 2024-08-15T05:35:18.090Z | [ recovery-image] Aug 15 05:35:16.953 INFO O| Aug 15 05:35:16.953 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-15T05:35:18.100Z | [ recovery-image] Aug 15 05:35:16.966 INFO O| Aug 15 05:35:16.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5774 | 2024-08-15T05:35:18.100Z | [ recovery-image] Aug 15 05:35:16.966 INFO O| Aug 15 05:35:16.966 INFO STEP 622 (remove_files) COMPLETE |
5775 | 2024-08-15T05:35:18.101Z | [ recovery-image] Aug 15 05:35:16.966 INFO O| Aug 15 05:35:16.966 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-15T05:35:18.113Z | [ recovery-image] Aug 15 05:35:16.979 INFO O| Aug 15 05:35:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5777 | 2024-08-15T05:35:18.113Z | [ recovery-image] Aug 15 05:35:16.979 INFO O| Aug 15 05:35:16.979 INFO STEP 623 (remove_files) COMPLETE |
5778 | 2024-08-15T05:35:18.116Z | [ recovery-image] Aug 15 05:35:16.979 INFO O| Aug 15 05:35:16.979 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-15T05:35:18.127Z | [ recovery-image] Aug 15 05:35:16.993 INFO O| Aug 15 05:35:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5780 | 2024-08-15T05:35:18.127Z | [ recovery-image] Aug 15 05:35:16.993 INFO O| Aug 15 05:35:16.993 INFO STEP 624 (remove_files) COMPLETE |
5781 | 2024-08-15T05:35:18.127Z | [ recovery-image] Aug 15 05:35:16.993 INFO O| Aug 15 05:35:16.993 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-15T05:35:18.142Z | [ recovery-image] Aug 15 05:35:17.008 INFO O| Aug 15 05:35:17.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5783 | 2024-08-15T05:35:18.142Z | [ recovery-image] Aug 15 05:35:17.008 INFO O| Aug 15 05:35:17.008 INFO STEP 625 (remove_files) COMPLETE |
5784 | 2024-08-15T05:35:18.142Z | [ recovery-image] Aug 15 05:35:17.008 INFO O| Aug 15 05:35:17.008 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-15T05:35:18.154Z | [ recovery-image] Aug 15 05:35:17.020 INFO O| Aug 15 05:35:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5786 | 2024-08-15T05:35:18.154Z | [ recovery-image] Aug 15 05:35:17.020 INFO O| Aug 15 05:35:17.020 INFO STEP 626 (remove_files) COMPLETE |
5787 | 2024-08-15T05:35:18.154Z | [ recovery-image] Aug 15 05:35:17.020 INFO O| Aug 15 05:35:17.020 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-15T05:35:18.166Z | [ recovery-image] Aug 15 05:35:17.032 INFO O| Aug 15 05:35:17.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5789 | 2024-08-15T05:35:18.166Z | [ recovery-image] Aug 15 05:35:17.032 INFO O| Aug 15 05:35:17.032 INFO STEP 627 (remove_files) COMPLETE |
5790 | 2024-08-15T05:35:18.168Z | [ recovery-image] Aug 15 05:35:17.032 INFO O| Aug 15 05:35:17.032 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-08-15T05:35:18.171Z | [ host-image] Aug 15 05:35:17.036 INFO O| Aug 15 05:35:17.036 INFO O| Done |
5792 | 2024-08-15T05:35:18.171Z | [ host-image] Aug 15 05:35:17.036 INFO O| Aug 15 05:35:17.036 INFO O| Done |
5793 | 2024-08-15T05:35:18.177Z | [ recovery-image] Aug 15 05:35:17.043 INFO O| Aug 15 05:35:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5794 | 2024-08-15T05:35:18.179Z | [ recovery-image] Aug 15 05:35:17.043 INFO O| Aug 15 05:35:17.043 INFO STEP 628 (remove_files) COMPLETE |
5795 | 2024-08-15T05:35:18.179Z | [ recovery-image] Aug 15 05:35:17.043 INFO O| Aug 15 05:35:17.043 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-15T05:35:18.188Z | [ recovery-image] Aug 15 05:35:17.054 INFO O| Aug 15 05:35:17.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5797 | 2024-08-15T05:35:18.190Z | [ recovery-image] Aug 15 05:35:17.054 INFO O| Aug 15 05:35:17.054 INFO STEP 629 (remove_files) COMPLETE |
5798 | 2024-08-15T05:35:18.190Z | [ recovery-image] Aug 15 05:35:17.054 INFO O| Aug 15 05:35:17.054 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-15T05:35:18.199Z | [ recovery-image] Aug 15 05:35:17.065 INFO O| Aug 15 05:35:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5800 | 2024-08-15T05:35:18.202Z | [ recovery-image] Aug 15 05:35:17.065 INFO O| Aug 15 05:35:17.065 INFO STEP 630 (remove_files) COMPLETE |
5801 | 2024-08-15T05:35:18.202Z | [ recovery-image] Aug 15 05:35:17.065 INFO O| Aug 15 05:35:17.065 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-15T05:35:18.210Z | [ recovery-image] Aug 15 05:35:17.076 INFO O| Aug 15 05:35:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5803 | 2024-08-15T05:35:18.210Z | [ recovery-image] Aug 15 05:35:17.076 INFO O| Aug 15 05:35:17.076 INFO STEP 631 (remove_files) COMPLETE |
5804 | 2024-08-15T05:35:18.210Z | [ recovery-image] Aug 15 05:35:17.076 INFO O| Aug 15 05:35:17.076 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-15T05:35:18.220Z | [ recovery-image] Aug 15 05:35:17.086 INFO O| Aug 15 05:35:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5806 | 2024-08-15T05:35:18.220Z | [ recovery-image] Aug 15 05:35:17.086 INFO O| Aug 15 05:35:17.086 INFO STEP 632 (remove_files) COMPLETE |
5807 | 2024-08-15T05:35:18.220Z | [ recovery-image] Aug 15 05:35:17.086 INFO O| Aug 15 05:35:17.086 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-15T05:35:18.230Z | [ recovery-image] Aug 15 05:35:17.096 INFO O| Aug 15 05:35:17.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5809 | 2024-08-15T05:35:18.230Z | [ recovery-image] Aug 15 05:35:17.096 INFO O| Aug 15 05:35:17.096 INFO STEP 633 (remove_files) COMPLETE |
5810 | 2024-08-15T05:35:18.230Z | [ recovery-image] Aug 15 05:35:17.097 INFO O| Aug 15 05:35:17.096 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-15T05:35:18.240Z | [ recovery-image] Aug 15 05:35:17.106 INFO O| Aug 15 05:35:17.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5812 | 2024-08-15T05:35:18.241Z | [ recovery-image] Aug 15 05:35:17.106 INFO O| Aug 15 05:35:17.106 INFO STEP 634 (remove_files) COMPLETE |
5813 | 2024-08-15T05:35:18.243Z | [ recovery-image] Aug 15 05:35:17.107 INFO O| Aug 15 05:35:17.106 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-15T05:35:18.250Z | [ recovery-image] Aug 15 05:35:17.116 INFO O| Aug 15 05:35:17.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5815 | 2024-08-15T05:35:18.254Z | [ recovery-image] Aug 15 05:35:17.116 INFO O| Aug 15 05:35:17.116 INFO STEP 635 (remove_files) COMPLETE |
5816 | 2024-08-15T05:35:18.254Z | [ recovery-image] Aug 15 05:35:17.116 INFO O| Aug 15 05:35:17.116 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-15T05:35:18.260Z | [ recovery-image] Aug 15 05:35:17.126 INFO O| Aug 15 05:35:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5818 | 2024-08-15T05:35:18.260Z | [ recovery-image] Aug 15 05:35:17.126 INFO O| Aug 15 05:35:17.126 INFO STEP 636 (remove_files) COMPLETE |
5819 | 2024-08-15T05:35:18.260Z | [ recovery-image] Aug 15 05:35:17.126 INFO O| Aug 15 05:35:17.126 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-15T05:35:18.270Z | [ recovery-image] Aug 15 05:35:17.136 INFO O| Aug 15 05:35:17.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5821 | 2024-08-15T05:35:18.272Z | [ recovery-image] Aug 15 05:35:17.136 INFO O| Aug 15 05:35:17.136 INFO STEP 637 (remove_files) COMPLETE |
5822 | 2024-08-15T05:35:18.272Z | [ recovery-image] Aug 15 05:35:17.136 INFO O| Aug 15 05:35:17.136 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-15T05:35:18.280Z | [ recovery-image] Aug 15 05:35:17.146 INFO O| Aug 15 05:35:17.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5824 | 2024-08-15T05:35:18.280Z | [ recovery-image] Aug 15 05:35:17.146 INFO O| Aug 15 05:35:17.146 INFO STEP 638 (remove_files) COMPLETE |
5825 | 2024-08-15T05:35:18.280Z | [ recovery-image] Aug 15 05:35:17.146 INFO O| Aug 15 05:35:17.146 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-15T05:35:18.291Z | [ recovery-image] Aug 15 05:35:17.156 INFO O| Aug 15 05:35:17.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5827 | 2024-08-15T05:35:18.291Z | [ recovery-image] Aug 15 05:35:17.156 INFO O| Aug 15 05:35:17.156 INFO STEP 639 (remove_files) COMPLETE |
5828 | 2024-08-15T05:35:18.301Z | [ recovery-image] Aug 15 05:35:17.156 INFO O| Aug 15 05:35:17.156 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-15T05:35:18.311Z | [ recovery-image] Aug 15 05:35:17.166 INFO O| Aug 15 05:35:17.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5830 | 2024-08-15T05:35:18.311Z | [ recovery-image] Aug 15 05:35:17.167 INFO O| Aug 15 05:35:17.166 INFO STEP 640 (remove_files) COMPLETE |
5831 | 2024-08-15T05:35:18.312Z | [ recovery-image] Aug 15 05:35:17.167 INFO O| Aug 15 05:35:17.167 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-15T05:35:18.317Z | [ recovery-image] Aug 15 05:35:17.178 INFO O| Aug 15 05:35:17.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5833 | 2024-08-15T05:35:18.318Z | [ recovery-image] Aug 15 05:35:17.178 INFO O| Aug 15 05:35:17.178 INFO STEP 641 (remove_files) COMPLETE |
5834 | 2024-08-15T05:35:18.318Z | [ recovery-image] Aug 15 05:35:17.178 INFO O| Aug 15 05:35:17.178 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-15T05:35:18.323Z | [ recovery-image] Aug 15 05:35:17.188 INFO O| Aug 15 05:35:17.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5836 | 2024-08-15T05:35:18.323Z | [ recovery-image] Aug 15 05:35:17.188 INFO O| Aug 15 05:35:17.188 INFO STEP 642 (remove_files) COMPLETE |
5837 | 2024-08-15T05:35:18.323Z | [ recovery-image] Aug 15 05:35:17.188 INFO O| Aug 15 05:35:17.188 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-15T05:35:18.335Z | [ recovery-image] Aug 15 05:35:17.199 INFO O| Aug 15 05:35:17.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5839 | 2024-08-15T05:35:18.338Z | [ recovery-image] Aug 15 05:35:17.199 INFO O| Aug 15 05:35:17.199 INFO STEP 643 (remove_files) COMPLETE |
5840 | 2024-08-15T05:35:18.338Z | [ recovery-image] Aug 15 05:35:17.199 INFO O| Aug 15 05:35:17.199 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-15T05:35:18.344Z | [ recovery-image] Aug 15 05:35:17.210 INFO O| Aug 15 05:35:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5842 | 2024-08-15T05:35:18.348Z | [ recovery-image] Aug 15 05:35:17.210 INFO O| Aug 15 05:35:17.210 INFO STEP 644 (remove_files) COMPLETE |
5843 | 2024-08-15T05:35:18.349Z | [ recovery-image] Aug 15 05:35:17.210 INFO O| Aug 15 05:35:17.210 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-15T05:35:18.355Z | [ recovery-image] Aug 15 05:35:17.220 INFO O| Aug 15 05:35:17.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5845 | 2024-08-15T05:35:18.359Z | [ recovery-image] Aug 15 05:35:17.220 INFO O| Aug 15 05:35:17.220 INFO STEP 645 (remove_files) COMPLETE |
5846 | 2024-08-15T05:35:18.360Z | [ recovery-image] Aug 15 05:35:17.220 INFO O| Aug 15 05:35:17.220 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-15T05:35:18.366Z | [ recovery-image] Aug 15 05:35:17.229 INFO O| Aug 15 05:35:17.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5848 | 2024-08-15T05:35:18.366Z | [ recovery-image] Aug 15 05:35:17.229 INFO O| Aug 15 05:35:17.229 INFO STEP 646 (remove_files) COMPLETE |
5849 | 2024-08-15T05:35:18.366Z | [ recovery-image] Aug 15 05:35:17.230 INFO O| Aug 15 05:35:17.229 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-15T05:35:18.376Z | [ recovery-image] Aug 15 05:35:17.239 INFO O| Aug 15 05:35:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5851 | 2024-08-15T05:35:18.380Z | [ recovery-image] Aug 15 05:35:17.239 INFO O| Aug 15 05:35:17.239 INFO STEP 647 (remove_files) COMPLETE |
5852 | 2024-08-15T05:35:18.380Z | [ recovery-image] Aug 15 05:35:17.239 INFO O| Aug 15 05:35:17.239 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-15T05:35:18.384Z | [ recovery-image] Aug 15 05:35:17.249 INFO O| Aug 15 05:35:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5854 | 2024-08-15T05:35:18.384Z | [ recovery-image] Aug 15 05:35:17.249 INFO O| Aug 15 05:35:17.249 INFO STEP 648 (remove_files) COMPLETE |
5855 | 2024-08-15T05:35:18.387Z | [ recovery-image] Aug 15 05:35:17.249 INFO O| Aug 15 05:35:17.249 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-15T05:35:18.393Z | [ recovery-image] Aug 15 05:35:17.259 INFO O| Aug 15 05:35:17.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5857 | 2024-08-15T05:35:18.393Z | [ recovery-image] Aug 15 05:35:17.259 INFO O| Aug 15 05:35:17.259 INFO STEP 649 (remove_files) COMPLETE |
5858 | 2024-08-15T05:35:18.397Z | [ recovery-image] Aug 15 05:35:17.259 INFO O| Aug 15 05:35:17.259 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-15T05:35:18.404Z | [ recovery-image] Aug 15 05:35:17.269 INFO O| Aug 15 05:35:17.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5860 | 2024-08-15T05:35:18.404Z | [ recovery-image] Aug 15 05:35:17.269 INFO O| Aug 15 05:35:17.269 INFO STEP 650 (remove_files) COMPLETE |
5861 | 2024-08-15T05:35:18.411Z | [ recovery-image] Aug 15 05:35:17.270 INFO O| Aug 15 05:35:17.269 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-15T05:35:18.429Z | [ recovery-image] Aug 15 05:35:17.280 INFO O| Aug 15 05:35:17.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5863 | 2024-08-15T05:35:18.429Z | [ recovery-image] Aug 15 05:35:17.280 INFO O| Aug 15 05:35:17.280 INFO STEP 651 (remove_files) COMPLETE |
5864 | 2024-08-15T05:35:18.429Z | [ recovery-image] Aug 15 05:35:17.280 INFO O| Aug 15 05:35:17.280 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-15T05:35:18.437Z | [ recovery-image] Aug 15 05:35:17.289 INFO O| Aug 15 05:35:17.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5866 | 2024-08-15T05:35:18.437Z | [ recovery-image] Aug 15 05:35:17.289 INFO O| Aug 15 05:35:17.289 INFO STEP 652 (remove_files) COMPLETE |
5867 | 2024-08-15T05:35:18.437Z | [ recovery-image] Aug 15 05:35:17.290 INFO O| Aug 15 05:35:17.289 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-15T05:35:18.438Z | [ recovery-image] Aug 15 05:35:17.299 INFO O| Aug 15 05:35:17.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5869 | 2024-08-15T05:35:18.438Z | [ recovery-image] Aug 15 05:35:17.299 INFO O| Aug 15 05:35:17.299 INFO STEP 653 (remove_files) COMPLETE |
5870 | 2024-08-15T05:35:18.438Z | [ recovery-image] Aug 15 05:35:17.299 INFO O| Aug 15 05:35:17.299 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-15T05:35:18.443Z | [ recovery-image] Aug 15 05:35:17.309 INFO O| Aug 15 05:35:17.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5872 | 2024-08-15T05:35:18.443Z | [ recovery-image] Aug 15 05:35:17.309 INFO O| Aug 15 05:35:17.309 INFO STEP 654 (remove_files) COMPLETE |
5873 | 2024-08-15T05:35:18.447Z | [ recovery-image] Aug 15 05:35:17.309 INFO O| Aug 15 05:35:17.309 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-15T05:35:18.454Z | [ recovery-image] Aug 15 05:35:17.319 INFO O| Aug 15 05:35:17.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5875 | 2024-08-15T05:35:18.455Z | [ recovery-image] Aug 15 05:35:17.319 INFO O| Aug 15 05:35:17.319 INFO STEP 655 (remove_files) COMPLETE |
5876 | 2024-08-15T05:35:18.455Z | [ recovery-image] Aug 15 05:35:17.319 INFO O| Aug 15 05:35:17.319 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-08-15T05:35:18.463Z | [ recovery-image] Aug 15 05:35:17.329 INFO O| Aug 15 05:35:17.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5878 | 2024-08-15T05:35:18.466Z | [ recovery-image] Aug 15 05:35:17.329 INFO O| Aug 15 05:35:17.329 INFO STEP 656 (remove_files) COMPLETE |
5879 | 2024-08-15T05:35:18.466Z | [ recovery-image] Aug 15 05:35:17.329 INFO O| Aug 15 05:35:17.329 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-08-15T05:35:18.473Z | [ recovery-image] Aug 15 05:35:17.338 INFO O| Aug 15 05:35:17.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5881 | 2024-08-15T05:35:18.473Z | [ recovery-image] Aug 15 05:35:17.338 INFO O| Aug 15 05:35:17.338 INFO STEP 657 (remove_files) COMPLETE |
5882 | 2024-08-15T05:35:18.476Z | [ recovery-image] Aug 15 05:35:17.338 INFO O| Aug 15 05:35:17.338 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-15T05:35:18.483Z | [ recovery-image] Aug 15 05:35:17.348 INFO O| Aug 15 05:35:17.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5884 | 2024-08-15T05:35:18.487Z | [ recovery-image] Aug 15 05:35:17.348 INFO O| Aug 15 05:35:17.348 INFO STEP 658 (remove_files) COMPLETE |
5885 | 2024-08-15T05:35:18.487Z | [ recovery-image] Aug 15 05:35:17.348 INFO O| Aug 15 05:35:17.348 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-15T05:35:18.493Z | [ recovery-image] Aug 15 05:35:17.358 INFO O| Aug 15 05:35:17.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5887 | 2024-08-15T05:35:18.496Z | [ recovery-image] Aug 15 05:35:17.358 INFO O| Aug 15 05:35:17.358 INFO STEP 659 (remove_files) COMPLETE |
5888 | 2024-08-15T05:35:18.496Z | [ recovery-image] Aug 15 05:35:17.358 INFO O| Aug 15 05:35:17.358 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-15T05:35:18.502Z | [ recovery-image] Aug 15 05:35:17.368 INFO O| Aug 15 05:35:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5890 | 2024-08-15T05:35:18.502Z | [ recovery-image] Aug 15 05:35:17.368 INFO O| Aug 15 05:35:17.368 INFO STEP 660 (remove_files) COMPLETE |
5891 | 2024-08-15T05:35:18.506Z | [ recovery-image] Aug 15 05:35:17.368 INFO O| Aug 15 05:35:17.368 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-15T05:35:18.513Z | [ recovery-image] Aug 15 05:35:17.378 INFO O| Aug 15 05:35:17.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5893 | 2024-08-15T05:35:18.514Z | [ recovery-image] Aug 15 05:35:17.378 INFO O| Aug 15 05:35:17.378 INFO STEP 661 (remove_files) COMPLETE |
5894 | 2024-08-15T05:35:18.518Z | [ recovery-image] Aug 15 05:35:17.378 INFO O| Aug 15 05:35:17.378 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-15T05:35:18.528Z | [ recovery-image] Aug 15 05:35:17.388 INFO O| Aug 15 05:35:17.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5896 | 2024-08-15T05:35:18.528Z | [ recovery-image] Aug 15 05:35:17.388 INFO O| Aug 15 05:35:17.388 INFO STEP 662 (remove_files) COMPLETE |
5897 | 2024-08-15T05:35:18.528Z | [ recovery-image] Aug 15 05:35:17.388 INFO O| Aug 15 05:35:17.388 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-15T05:35:18.557Z | [ recovery-image] Aug 15 05:35:17.398 INFO O| Aug 15 05:35:17.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5899 | 2024-08-15T05:35:18.557Z | [ recovery-image] Aug 15 05:35:17.398 INFO O| Aug 15 05:35:17.398 INFO STEP 663 (remove_files) COMPLETE |
5900 | 2024-08-15T05:35:18.557Z | [ recovery-image] Aug 15 05:35:17.398 INFO O| Aug 15 05:35:17.398 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-08-15T05:35:18.562Z | [ recovery-image] Aug 15 05:35:17.408 INFO O| Aug 15 05:35:17.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5902 | 2024-08-15T05:35:18.562Z | [ recovery-image] Aug 15 05:35:17.408 INFO O| Aug 15 05:35:17.408 INFO STEP 664 (remove_files) COMPLETE |
5903 | 2024-08-15T05:35:18.562Z | [ recovery-image] Aug 15 05:35:17.408 INFO O| Aug 15 05:35:17.408 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-08-15T05:35:18.562Z | [ recovery-image] Aug 15 05:35:17.418 INFO O| Aug 15 05:35:17.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5905 | 2024-08-15T05:35:18.562Z | [ recovery-image] Aug 15 05:35:17.418 INFO O| Aug 15 05:35:17.418 INFO STEP 665 (remove_files) COMPLETE |
5906 | 2024-08-15T05:35:18.562Z | [ recovery-image] Aug 15 05:35:17.418 INFO O| Aug 15 05:35:17.418 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-08-15T05:35:18.566Z | [ recovery-image] Aug 15 05:35:17.427 INFO O| Aug 15 05:35:17.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5908 | 2024-08-15T05:35:18.567Z | [ recovery-image] Aug 15 05:35:17.428 INFO O| Aug 15 05:35:17.427 INFO STEP 666 (remove_files) COMPLETE |
5909 | 2024-08-15T05:35:18.567Z | [ recovery-image] Aug 15 05:35:17.428 INFO O| Aug 15 05:35:17.427 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-08-15T05:35:18.573Z | [ recovery-image] Aug 15 05:35:17.437 INFO O| Aug 15 05:35:17.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5911 | 2024-08-15T05:35:18.573Z | [ recovery-image] Aug 15 05:35:17.437 INFO O| Aug 15 05:35:17.437 INFO STEP 667 (remove_files) COMPLETE |
5912 | 2024-08-15T05:35:18.573Z | [ recovery-image] Aug 15 05:35:17.437 INFO O| Aug 15 05:35:17.437 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-08-15T05:35:18.581Z | [ recovery-image] Aug 15 05:35:17.447 INFO O| Aug 15 05:35:17.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5914 | 2024-08-15T05:35:18.581Z | [ recovery-image] Aug 15 05:35:17.447 INFO O| Aug 15 05:35:17.447 INFO STEP 668 (remove_files) COMPLETE |
5915 | 2024-08-15T05:35:18.581Z | [ recovery-image] Aug 15 05:35:17.447 INFO O| Aug 15 05:35:17.447 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-08-15T05:35:18.590Z | [ recovery-image] Aug 15 05:35:17.456 INFO O| Aug 15 05:35:17.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5917 | 2024-08-15T05:35:18.590Z | [ recovery-image] Aug 15 05:35:17.457 INFO O| Aug 15 05:35:17.456 INFO STEP 669 (remove_files) COMPLETE |
5918 | 2024-08-15T05:35:18.590Z | [ recovery-image] Aug 15 05:35:17.457 INFO O| Aug 15 05:35:17.456 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-08-15T05:35:18.600Z | [ recovery-image] Aug 15 05:35:17.466 INFO O| Aug 15 05:35:17.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5920 | 2024-08-15T05:35:18.600Z | [ recovery-image] Aug 15 05:35:17.466 INFO O| Aug 15 05:35:17.466 INFO STEP 670 (remove_files) COMPLETE |
5921 | 2024-08-15T05:35:18.600Z | [ recovery-image] Aug 15 05:35:17.466 INFO O| Aug 15 05:35:17.466 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-08-15T05:35:18.610Z | [ recovery-image] Aug 15 05:35:17.476 INFO O| Aug 15 05:35:17.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5923 | 2024-08-15T05:35:18.610Z | [ recovery-image] Aug 15 05:35:17.476 INFO O| Aug 15 05:35:17.476 INFO STEP 671 (remove_files) COMPLETE |
5924 | 2024-08-15T05:35:18.612Z | [ recovery-image] Aug 15 05:35:17.476 INFO O| Aug 15 05:35:17.476 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-08-15T05:35:18.619Z | [ recovery-image] Aug 15 05:35:17.486 INFO O| Aug 15 05:35:17.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5926 | 2024-08-15T05:35:18.619Z | [ recovery-image] Aug 15 05:35:17.486 INFO O| Aug 15 05:35:17.486 INFO STEP 672 (remove_files) COMPLETE |
5927 | 2024-08-15T05:35:18.620Z | [ recovery-image] Aug 15 05:35:17.486 INFO O| Aug 15 05:35:17.486 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-15T05:35:18.630Z | [ recovery-image] Aug 15 05:35:17.495 INFO O| Aug 15 05:35:17.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5929 | 2024-08-15T05:35:18.633Z | [ recovery-image] Aug 15 05:35:17.496 INFO O| Aug 15 05:35:17.496 INFO STEP 673 (remove_files) COMPLETE |
5930 | 2024-08-15T05:35:18.633Z | [ recovery-image] Aug 15 05:35:17.496 INFO O| Aug 15 05:35:17.496 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-15T05:35:18.633Z | [ host-image] Aug 15 05:35:17.496 INFO O| Aug 15 05:35:17.496 INFO O| Done |
5932 | 2024-08-15T05:35:18.640Z | [ recovery-image] Aug 15 05:35:17.506 INFO O| Aug 15 05:35:17.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5933 | 2024-08-15T05:35:18.640Z | [ recovery-image] Aug 15 05:35:17.506 INFO O| Aug 15 05:35:17.506 INFO STEP 674 (remove_files) COMPLETE |
5934 | 2024-08-15T05:35:18.640Z | [ recovery-image] Aug 15 05:35:17.506 INFO O| Aug 15 05:35:17.506 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-08-15T05:35:18.651Z | [ recovery-image] Aug 15 05:35:17.517 INFO O| Aug 15 05:35:17.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5936 | 2024-08-15T05:35:18.651Z | [ recovery-image] Aug 15 05:35:17.517 INFO O| Aug 15 05:35:17.517 INFO STEP 675 (remove_files) COMPLETE |
5937 | 2024-08-15T05:35:18.653Z | [ recovery-image] Aug 15 05:35:17.517 INFO O| Aug 15 05:35:17.517 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-08-15T05:35:18.662Z | [ recovery-image] Aug 15 05:35:17.528 INFO O| Aug 15 05:35:17.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5939 | 2024-08-15T05:35:18.662Z | [ recovery-image] Aug 15 05:35:17.528 INFO O| Aug 15 05:35:17.528 INFO STEP 676 (remove_files) COMPLETE |
5940 | 2024-08-15T05:35:18.665Z | [ recovery-image] Aug 15 05:35:17.528 INFO O| Aug 15 05:35:17.528 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-08-15T05:35:18.672Z | [ recovery-image] Aug 15 05:35:17.538 INFO O| Aug 15 05:35:17.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5942 | 2024-08-15T05:35:18.672Z | [ recovery-image] Aug 15 05:35:17.539 INFO O| Aug 15 05:35:17.539 INFO STEP 677 (remove_files) COMPLETE |
5943 | 2024-08-15T05:35:18.675Z | [ recovery-image] Aug 15 05:35:17.539 INFO O| Aug 15 05:35:17.539 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-08-15T05:35:18.684Z | [ recovery-image] Aug 15 05:35:17.550 INFO O| Aug 15 05:35:17.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5945 | 2024-08-15T05:35:18.687Z | [ recovery-image] Aug 15 05:35:17.550 INFO O| Aug 15 05:35:17.550 INFO STEP 678 (remove_files) COMPLETE |
5946 | 2024-08-15T05:35:18.687Z | [ recovery-image] Aug 15 05:35:17.550 INFO O| Aug 15 05:35:17.550 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-08-15T05:35:18.695Z | [ recovery-image] Aug 15 05:35:17.561 INFO O| Aug 15 05:35:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5948 | 2024-08-15T05:35:18.698Z | [ recovery-image] Aug 15 05:35:17.561 INFO O| Aug 15 05:35:17.561 INFO STEP 679 (remove_files) COMPLETE |
5949 | 2024-08-15T05:35:18.698Z | [ recovery-image] Aug 15 05:35:17.561 INFO O| Aug 15 05:35:17.561 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-08-15T05:35:18.705Z | [ recovery-image] Aug 15 05:35:17.571 INFO O| Aug 15 05:35:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5951 | 2024-08-15T05:35:18.708Z | [ recovery-image] Aug 15 05:35:17.571 INFO O| Aug 15 05:35:17.571 INFO STEP 680 (remove_files) COMPLETE |
5952 | 2024-08-15T05:35:18.708Z | [ recovery-image] Aug 15 05:35:17.571 INFO O| Aug 15 05:35:17.571 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-08-15T05:35:18.715Z | [ recovery-image] Aug 15 05:35:17.581 INFO O| Aug 15 05:35:17.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5954 | 2024-08-15T05:35:18.718Z | [ recovery-image] Aug 15 05:35:17.582 INFO O| Aug 15 05:35:17.581 INFO STEP 681 (remove_files) COMPLETE |
5955 | 2024-08-15T05:35:18.718Z | [ recovery-image] Aug 15 05:35:17.582 INFO O| Aug 15 05:35:17.582 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-08-15T05:35:18.726Z | [ recovery-image] Aug 15 05:35:17.592 INFO O| Aug 15 05:35:17.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5957 | 2024-08-15T05:35:18.726Z | [ recovery-image] Aug 15 05:35:17.592 INFO O| Aug 15 05:35:17.592 INFO STEP 682 (remove_files) COMPLETE |
5958 | 2024-08-15T05:35:18.728Z | [ recovery-image] Aug 15 05:35:17.592 INFO O| Aug 15 05:35:17.592 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-08-15T05:35:18.736Z | [ recovery-image] Aug 15 05:35:17.602 INFO O| Aug 15 05:35:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5960 | 2024-08-15T05:35:18.739Z | [ recovery-image] Aug 15 05:35:17.602 INFO O| Aug 15 05:35:17.602 INFO STEP 683 (remove_files) COMPLETE |
5961 | 2024-08-15T05:35:18.739Z | [ recovery-image] Aug 15 05:35:17.603 INFO O| Aug 15 05:35:17.602 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-08-15T05:35:18.746Z | [ recovery-image] Aug 15 05:35:17.613 INFO O| Aug 15 05:35:17.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5963 | 2024-08-15T05:35:18.749Z | [ recovery-image] Aug 15 05:35:17.613 INFO O| Aug 15 05:35:17.613 INFO STEP 684 (remove_files) COMPLETE |
5964 | 2024-08-15T05:35:18.749Z | [ recovery-image] Aug 15 05:35:17.613 INFO O| Aug 15 05:35:17.613 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-08-15T05:35:18.759Z | [ recovery-image] Aug 15 05:35:17.625 INFO O| Aug 15 05:35:17.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5966 | 2024-08-15T05:35:18.759Z | [ recovery-image] Aug 15 05:35:17.625 INFO O| Aug 15 05:35:17.625 INFO STEP 685 (remove_files) COMPLETE |
5967 | 2024-08-15T05:35:18.759Z | [ recovery-image] Aug 15 05:35:17.625 INFO O| Aug 15 05:35:17.625 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-08-15T05:35:18.769Z | [ recovery-image] Aug 15 05:35:17.635 INFO O| Aug 15 05:35:17.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5969 | 2024-08-15T05:35:18.772Z | [ recovery-image] Aug 15 05:35:17.636 INFO O| Aug 15 05:35:17.636 INFO STEP 686 (remove_files) COMPLETE |
5970 | 2024-08-15T05:35:18.772Z | [ recovery-image] Aug 15 05:35:17.636 INFO O| Aug 15 05:35:17.636 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-08-15T05:35:18.780Z | [ recovery-image] Aug 15 05:35:17.646 INFO O| Aug 15 05:35:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5972 | 2024-08-15T05:35:18.782Z | [ recovery-image] Aug 15 05:35:17.646 INFO O| Aug 15 05:35:17.646 INFO STEP 687 (remove_files) COMPLETE |
5973 | 2024-08-15T05:35:18.782Z | [ recovery-image] Aug 15 05:35:17.646 INFO O| Aug 15 05:35:17.646 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-08-15T05:35:18.790Z | [ recovery-image] Aug 15 05:35:17.656 INFO O| Aug 15 05:35:17.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5975 | 2024-08-15T05:35:18.790Z | [ recovery-image] Aug 15 05:35:17.657 INFO O| Aug 15 05:35:17.657 INFO STEP 688 (remove_files) COMPLETE |
5976 | 2024-08-15T05:35:18.793Z | [ recovery-image] Aug 15 05:35:17.657 INFO O| Aug 15 05:35:17.657 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-08-15T05:35:18.800Z | [ recovery-image] Aug 15 05:35:17.666 INFO O| Aug 15 05:35:17.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5978 | 2024-08-15T05:35:18.804Z | [ recovery-image] Aug 15 05:35:17.666 INFO O| Aug 15 05:35:17.666 INFO STEP 689 (remove_files) COMPLETE |
5979 | 2024-08-15T05:35:18.804Z | [ recovery-image] Aug 15 05:35:17.666 INFO O| Aug 15 05:35:17.666 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-08-15T05:35:18.811Z | [ recovery-image] Aug 15 05:35:17.677 INFO O| Aug 15 05:35:17.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5981 | 2024-08-15T05:35:18.811Z | [ recovery-image] Aug 15 05:35:17.677 INFO O| Aug 15 05:35:17.677 INFO STEP 690 (remove_files) COMPLETE |
5982 | 2024-08-15T05:35:18.811Z | [ recovery-image] Aug 15 05:35:17.677 INFO O| Aug 15 05:35:17.677 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-08-15T05:35:18.823Z | [ recovery-image] Aug 15 05:35:17.689 INFO O| Aug 15 05:35:17.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5984 | 2024-08-15T05:35:18.825Z | [ recovery-image] Aug 15 05:35:17.689 INFO O| Aug 15 05:35:17.689 INFO STEP 691 (remove_files) COMPLETE |
5985 | 2024-08-15T05:35:18.825Z | [ recovery-image] Aug 15 05:35:17.689 INFO O| Aug 15 05:35:17.689 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-08-15T05:35:18.834Z | [ recovery-image] Aug 15 05:35:17.700 INFO O| Aug 15 05:35:17.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5987 | 2024-08-15T05:35:18.834Z | [ recovery-image] Aug 15 05:35:17.700 INFO O| Aug 15 05:35:17.700 INFO STEP 692 (remove_files) COMPLETE |
5988 | 2024-08-15T05:35:18.837Z | [ recovery-image] Aug 15 05:35:17.701 INFO O| Aug 15 05:35:17.700 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-08-15T05:35:18.844Z | [ recovery-image] Aug 15 05:35:17.710 INFO O| Aug 15 05:35:17.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5990 | 2024-08-15T05:35:18.847Z | [ recovery-image] Aug 15 05:35:17.710 INFO O| Aug 15 05:35:17.710 INFO STEP 693 (remove_files) COMPLETE |
5991 | 2024-08-15T05:35:18.847Z | [ recovery-image] Aug 15 05:35:17.711 INFO O| Aug 15 05:35:17.710 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-08-15T05:35:18.854Z | [ recovery-image] Aug 15 05:35:17.720 INFO O| Aug 15 05:35:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5993 | 2024-08-15T05:35:18.854Z | [ recovery-image] Aug 15 05:35:17.720 INFO O| Aug 15 05:35:17.720 INFO STEP 694 (remove_files) COMPLETE |
5994 | 2024-08-15T05:35:18.858Z | [ recovery-image] Aug 15 05:35:17.720 INFO O| Aug 15 05:35:17.720 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-08-15T05:35:18.864Z | [ recovery-image] Aug 15 05:35:17.730 INFO O| Aug 15 05:35:17.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5996 | 2024-08-15T05:35:18.864Z | [ recovery-image] Aug 15 05:35:17.731 INFO O| Aug 15 05:35:17.731 INFO STEP 695 (remove_files) COMPLETE |
5997 | 2024-08-15T05:35:18.864Z | [ recovery-image] Aug 15 05:35:17.731 INFO O| Aug 15 05:35:17.731 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-08-15T05:35:18.874Z | [ recovery-image] Aug 15 05:35:17.740 INFO O| Aug 15 05:35:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5999 | 2024-08-15T05:35:18.874Z | [ recovery-image] Aug 15 05:35:17.740 INFO O| Aug 15 05:35:17.740 INFO STEP 696 (remove_files) COMPLETE |
6000 | 2024-08-15T05:35:18.877Z | [ recovery-image] Aug 15 05:35:17.741 INFO O| Aug 15 05:35:17.740 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-08-15T05:35:18.884Z | [ recovery-image] Aug 15 05:35:17.750 INFO O| Aug 15 05:35:17.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6002 | 2024-08-15T05:35:18.884Z | [ recovery-image] Aug 15 05:35:17.750 INFO O| Aug 15 05:35:17.750 INFO STEP 697 (remove_files) COMPLETE |
6003 | 2024-08-15T05:35:18.887Z | [ recovery-image] Aug 15 05:35:17.750 INFO O| Aug 15 05:35:17.750 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-08-15T05:35:18.894Z | [ recovery-image] Aug 15 05:35:17.760 INFO O| Aug 15 05:35:17.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6005 | 2024-08-15T05:35:18.896Z | [ recovery-image] Aug 15 05:35:17.760 INFO O| Aug 15 05:35:17.760 INFO STEP 698 (remove_files) COMPLETE |
6006 | 2024-08-15T05:35:18.896Z | [ recovery-image] Aug 15 05:35:17.760 INFO O| Aug 15 05:35:17.760 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-08-15T05:35:18.904Z | [ recovery-image] Aug 15 05:35:17.770 INFO O| Aug 15 05:35:17.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6008 | 2024-08-15T05:35:18.904Z | [ recovery-image] Aug 15 05:35:17.770 INFO O| Aug 15 05:35:17.770 INFO STEP 699 (remove_files) COMPLETE |
6009 | 2024-08-15T05:35:18.906Z | [ recovery-image] Aug 15 05:35:17.770 INFO O| Aug 15 05:35:17.770 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-08-15T05:35:18.914Z | [ recovery-image] Aug 15 05:35:17.780 INFO O| Aug 15 05:35:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6011 | 2024-08-15T05:35:18.914Z | [ recovery-image] Aug 15 05:35:17.780 INFO O| Aug 15 05:35:17.780 INFO STEP 700 (remove_files) COMPLETE |
6012 | 2024-08-15T05:35:18.917Z | [ recovery-image] Aug 15 05:35:17.780 INFO O| Aug 15 05:35:17.780 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-08-15T05:35:18.923Z | [ recovery-image] Aug 15 05:35:17.789 INFO O| Aug 15 05:35:17.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6014 | 2024-08-15T05:35:18.923Z | [ recovery-image] Aug 15 05:35:17.789 INFO O| Aug 15 05:35:17.789 INFO STEP 701 (remove_files) COMPLETE |
6015 | 2024-08-15T05:35:18.926Z | [ recovery-image] Aug 15 05:35:17.789 INFO O| Aug 15 05:35:17.789 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-08-15T05:35:18.933Z | [ recovery-image] Aug 15 05:35:17.799 INFO O| Aug 15 05:35:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6017 | 2024-08-15T05:35:18.936Z | [ recovery-image] Aug 15 05:35:17.799 INFO O| Aug 15 05:35:17.799 INFO STEP 702 (remove_files) COMPLETE |
6018 | 2024-08-15T05:35:18.936Z | [ recovery-image] Aug 15 05:35:17.799 INFO O| Aug 15 05:35:17.799 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-08-15T05:35:18.943Z | [ recovery-image] Aug 15 05:35:17.809 INFO O| Aug 15 05:35:17.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6020 | 2024-08-15T05:35:18.943Z | [ recovery-image] Aug 15 05:35:17.809 INFO O| Aug 15 05:35:17.809 INFO STEP 703 (remove_files) COMPLETE |
6021 | 2024-08-15T05:35:18.946Z | [ recovery-image] Aug 15 05:35:17.809 INFO O| Aug 15 05:35:17.809 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-08-15T05:35:18.953Z | [ recovery-image] Aug 15 05:35:17.819 INFO O| Aug 15 05:35:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6023 | 2024-08-15T05:35:18.953Z | [ recovery-image] Aug 15 05:35:17.819 INFO O| Aug 15 05:35:17.819 INFO STEP 704 (remove_files) COMPLETE |
6024 | 2024-08-15T05:35:18.956Z | [ recovery-image] Aug 15 05:35:17.819 INFO O| Aug 15 05:35:17.819 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-08-15T05:35:18.963Z | [ recovery-image] Aug 15 05:35:17.829 INFO O| Aug 15 05:35:17.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6026 | 2024-08-15T05:35:18.966Z | [ recovery-image] Aug 15 05:35:17.829 INFO O| Aug 15 05:35:17.829 INFO STEP 705 (remove_files) COMPLETE |
6027 | 2024-08-15T05:35:18.966Z | [ recovery-image] Aug 15 05:35:17.829 INFO O| Aug 15 05:35:17.829 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-08-15T05:35:18.973Z | [ recovery-image] Aug 15 05:35:17.839 INFO O| Aug 15 05:35:17.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6029 | 2024-08-15T05:35:18.976Z | [ recovery-image] Aug 15 05:35:17.839 INFO O| Aug 15 05:35:17.839 INFO STEP 706 (remove_files) COMPLETE |
6030 | 2024-08-15T05:35:18.976Z | [ recovery-image] Aug 15 05:35:17.839 INFO O| Aug 15 05:35:17.839 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-08-15T05:35:18.983Z | [ recovery-image] Aug 15 05:35:17.849 INFO O| Aug 15 05:35:17.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6032 | 2024-08-15T05:35:18.985Z | [ recovery-image] Aug 15 05:35:17.849 INFO O| Aug 15 05:35:17.849 INFO STEP 707 (remove_files) COMPLETE |
6033 | 2024-08-15T05:35:18.985Z | [ recovery-image] Aug 15 05:35:17.849 INFO O| Aug 15 05:35:17.849 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-08-15T05:35:18.994Z | [ recovery-image] Aug 15 05:35:17.859 INFO O| Aug 15 05:35:17.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6035 | 2024-08-15T05:35:18.994Z | [ recovery-image] Aug 15 05:35:17.859 INFO O| Aug 15 05:35:17.859 INFO STEP 708 (remove_files) COMPLETE |
6036 | 2024-08-15T05:35:18.994Z | [ recovery-image] Aug 15 05:35:17.859 INFO O| Aug 15 05:35:17.859 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-08-15T05:35:19.003Z | [ recovery-image] Aug 15 05:35:17.869 INFO O| Aug 15 05:35:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6038 | 2024-08-15T05:35:19.005Z | [ recovery-image] Aug 15 05:35:17.869 INFO O| Aug 15 05:35:17.869 INFO STEP 709 (remove_files) COMPLETE |
6039 | 2024-08-15T05:35:19.005Z | [ recovery-image] Aug 15 05:35:17.869 INFO O| Aug 15 05:35:17.869 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-08-15T05:35:19.012Z | [ recovery-image] Aug 15 05:35:17.878 INFO O| Aug 15 05:35:17.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6041 | 2024-08-15T05:35:19.012Z | [ recovery-image] Aug 15 05:35:17.879 INFO O| Aug 15 05:35:17.879 INFO STEP 710 (remove_files) COMPLETE |
6042 | 2024-08-15T05:35:19.015Z | [ recovery-image] Aug 15 05:35:17.879 INFO O| Aug 15 05:35:17.879 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-08-15T05:35:19.022Z | [ recovery-image] Aug 15 05:35:17.888 INFO O| Aug 15 05:35:17.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6044 | 2024-08-15T05:35:19.024Z | [ recovery-image] Aug 15 05:35:17.888 INFO O| Aug 15 05:35:17.888 INFO STEP 711 (remove_files) COMPLETE |
6045 | 2024-08-15T05:35:19.024Z | [ recovery-image] Aug 15 05:35:17.888 INFO O| Aug 15 05:35:17.888 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-08-15T05:35:19.032Z | [ recovery-image] Aug 15 05:35:17.898 INFO O| Aug 15 05:35:17.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6047 | 2024-08-15T05:35:19.032Z | [ recovery-image] Aug 15 05:35:17.898 INFO O| Aug 15 05:35:17.898 INFO STEP 712 (remove_files) COMPLETE |
6048 | 2024-08-15T05:35:19.032Z | [ recovery-image] Aug 15 05:35:17.898 INFO O| Aug 15 05:35:17.898 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-08-15T05:35:19.042Z | [ recovery-image] Aug 15 05:35:17.908 INFO O| Aug 15 05:35:17.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6050 | 2024-08-15T05:35:19.042Z | [ recovery-image] Aug 15 05:35:17.908 INFO O| Aug 15 05:35:17.908 INFO STEP 713 (remove_files) COMPLETE |
6051 | 2024-08-15T05:35:19.044Z | [ recovery-image] Aug 15 05:35:17.908 INFO O| Aug 15 05:35:17.908 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-08-15T05:35:19.051Z | [ recovery-image] Aug 15 05:35:17.917 INFO O| Aug 15 05:35:17.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6053 | 2024-08-15T05:35:19.051Z | [ recovery-image] Aug 15 05:35:17.917 INFO O| Aug 15 05:35:17.917 INFO STEP 714 (remove_files) COMPLETE |
6054 | 2024-08-15T05:35:19.054Z | [ recovery-image] Aug 15 05:35:17.917 INFO O| Aug 15 05:35:17.917 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-08-15T05:35:19.061Z | [ recovery-image] Aug 15 05:35:17.927 INFO O| Aug 15 05:35:17.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6056 | 2024-08-15T05:35:19.062Z | [ recovery-image] Aug 15 05:35:17.928 INFO O| Aug 15 05:35:17.928 INFO STEP 715 (remove_files) COMPLETE |
6057 | 2024-08-15T05:35:19.062Z | [ recovery-image] Aug 15 05:35:17.928 INFO O| Aug 15 05:35:17.928 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-08-15T05:35:19.071Z | [ recovery-image] Aug 15 05:35:17.937 INFO O| Aug 15 05:35:17.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6059 | 2024-08-15T05:35:19.074Z | [ recovery-image] Aug 15 05:35:17.938 INFO O| Aug 15 05:35:17.938 INFO STEP 716 (remove_files) COMPLETE |
6060 | 2024-08-15T05:35:19.074Z | [ recovery-image] Aug 15 05:35:17.938 INFO O| Aug 15 05:35:17.938 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-08-15T05:35:19.081Z | [ recovery-image] Aug 15 05:35:17.947 INFO O| Aug 15 05:35:17.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6062 | 2024-08-15T05:35:19.081Z | [ recovery-image] Aug 15 05:35:17.947 INFO O| Aug 15 05:35:17.947 INFO STEP 717 (remove_files) COMPLETE |
6063 | 2024-08-15T05:35:19.084Z | [ recovery-image] Aug 15 05:35:17.947 INFO O| Aug 15 05:35:17.947 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-08-15T05:35:19.094Z | [ recovery-image] Aug 15 05:35:17.958 INFO O| Aug 15 05:35:17.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6065 | 2024-08-15T05:35:19.094Z | [ recovery-image] Aug 15 05:35:17.958 INFO O| Aug 15 05:35:17.958 INFO STEP 718 (remove_files) COMPLETE |
6066 | 2024-08-15T05:35:19.094Z | [ recovery-image] Aug 15 05:35:17.958 INFO O| Aug 15 05:35:17.958 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-08-15T05:35:19.103Z | [ recovery-image] Aug 15 05:35:17.969 INFO O| Aug 15 05:35:17.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6068 | 2024-08-15T05:35:19.103Z | [ recovery-image] Aug 15 05:35:17.969 INFO O| Aug 15 05:35:17.969 INFO STEP 719 (remove_files) COMPLETE |
6069 | 2024-08-15T05:35:19.105Z | [ recovery-image] Aug 15 05:35:17.969 INFO O| Aug 15 05:35:17.969 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-08-15T05:35:19.113Z | [ recovery-image] Aug 15 05:35:17.979 INFO O| Aug 15 05:35:17.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6071 | 2024-08-15T05:35:19.113Z | [ recovery-image] Aug 15 05:35:17.980 INFO O| Aug 15 05:35:17.979 INFO STEP 720 (remove_files) COMPLETE |
6072 | 2024-08-15T05:35:19.116Z | [ recovery-image] Aug 15 05:35:17.980 INFO O| Aug 15 05:35:17.979 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-08-15T05:35:19.123Z | [ recovery-image] Aug 15 05:35:17.989 INFO O| Aug 15 05:35:17.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6074 | 2024-08-15T05:35:19.123Z | [ recovery-image] Aug 15 05:35:17.989 INFO O| Aug 15 05:35:17.989 INFO STEP 721 (remove_files) COMPLETE |
6075 | 2024-08-15T05:35:19.126Z | [ recovery-image] Aug 15 05:35:17.990 INFO O| Aug 15 05:35:17.989 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-08-15T05:35:19.133Z | [ recovery-image] Aug 15 05:35:17.999 INFO O| Aug 15 05:35:17.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6077 | 2024-08-15T05:35:19.136Z | [ recovery-image] Aug 15 05:35:17.999 INFO O| Aug 15 05:35:17.999 INFO STEP 722 (remove_files) COMPLETE |
6078 | 2024-08-15T05:35:19.136Z | [ recovery-image] Aug 15 05:35:17.999 INFO O| Aug 15 05:35:17.999 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-08-15T05:35:19.145Z | [ recovery-image] Aug 15 05:35:18.011 INFO O| Aug 15 05:35:18.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6080 | 2024-08-15T05:35:19.145Z | [ recovery-image] Aug 15 05:35:18.011 INFO O| Aug 15 05:35:18.011 INFO STEP 723 (remove_files) COMPLETE |
6081 | 2024-08-15T05:35:19.148Z | [ recovery-image] Aug 15 05:35:18.011 INFO O| Aug 15 05:35:18.011 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-08-15T05:35:19.155Z | [ recovery-image] Aug 15 05:35:18.021 INFO O| Aug 15 05:35:18.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6083 | 2024-08-15T05:35:19.158Z | [ recovery-image] Aug 15 05:35:18.021 INFO O| Aug 15 05:35:18.021 INFO STEP 724 (remove_files) COMPLETE |
6084 | 2024-08-15T05:35:19.158Z | [ recovery-image] Aug 15 05:35:18.021 INFO O| Aug 15 05:35:18.021 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-08-15T05:35:19.165Z | [ recovery-image] Aug 15 05:35:18.031 INFO O| Aug 15 05:35:18.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6086 | 2024-08-15T05:35:19.165Z | [ recovery-image] Aug 15 05:35:18.031 INFO O| Aug 15 05:35:18.031 INFO STEP 725 (remove_files) COMPLETE |
6087 | 2024-08-15T05:35:19.167Z | [ recovery-image] Aug 15 05:35:18.031 INFO O| Aug 15 05:35:18.031 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-08-15T05:35:19.174Z | [ recovery-image] Aug 15 05:35:18.041 INFO O| Aug 15 05:35:18.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6089 | 2024-08-15T05:35:19.177Z | [ recovery-image] Aug 15 05:35:18.041 INFO O| Aug 15 05:35:18.041 INFO STEP 726 (remove_files) COMPLETE |
6090 | 2024-08-15T05:35:19.177Z | [ recovery-image] Aug 15 05:35:18.041 INFO O| Aug 15 05:35:18.041 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-08-15T05:35:19.184Z | [ recovery-image] Aug 15 05:35:18.050 INFO O| Aug 15 05:35:18.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6092 | 2024-08-15T05:35:19.184Z | [ recovery-image] Aug 15 05:35:18.050 INFO O| Aug 15 05:35:18.050 INFO STEP 727 (remove_files) COMPLETE |
6093 | 2024-08-15T05:35:19.187Z | [ recovery-image] Aug 15 05:35:18.050 INFO O| Aug 15 05:35:18.050 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-08-15T05:35:19.194Z | [ recovery-image] Aug 15 05:35:18.060 INFO O| Aug 15 05:35:18.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6095 | 2024-08-15T05:35:19.197Z | [ recovery-image] Aug 15 05:35:18.060 INFO O| Aug 15 05:35:18.060 INFO STEP 728 (remove_files) COMPLETE |
6096 | 2024-08-15T05:35:19.197Z | [ recovery-image] Aug 15 05:35:18.060 INFO O| Aug 15 05:35:18.060 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-08-15T05:35:19.204Z | [ recovery-image] Aug 15 05:35:18.070 INFO O| Aug 15 05:35:18.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6098 | 2024-08-15T05:35:19.204Z | [ recovery-image] Aug 15 05:35:18.070 INFO O| Aug 15 05:35:18.070 INFO STEP 729 (remove_files) COMPLETE |
6099 | 2024-08-15T05:35:19.204Z | [ recovery-image] Aug 15 05:35:18.070 INFO O| Aug 15 05:35:18.070 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-08-15T05:35:19.214Z | [ recovery-image] Aug 15 05:35:18.080 INFO O| Aug 15 05:35:18.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6101 | 2024-08-15T05:35:19.214Z | [ recovery-image] Aug 15 05:35:18.080 INFO O| Aug 15 05:35:18.080 INFO STEP 730 (remove_files) COMPLETE |
6102 | 2024-08-15T05:35:19.214Z | [ recovery-image] Aug 15 05:35:18.080 INFO O| Aug 15 05:35:18.080 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-08-15T05:35:19.224Z | [ recovery-image] Aug 15 05:35:18.090 INFO O| Aug 15 05:35:18.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6104 | 2024-08-15T05:35:19.226Z | [ recovery-image] Aug 15 05:35:18.091 INFO O| Aug 15 05:35:18.091 INFO STEP 731 (remove_files) COMPLETE |
6105 | 2024-08-15T05:35:19.227Z | [ recovery-image] Aug 15 05:35:18.091 INFO O| Aug 15 05:35:18.091 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-08-15T05:35:19.234Z | [ recovery-image] Aug 15 05:35:18.100 INFO O| Aug 15 05:35:18.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6107 | 2024-08-15T05:35:19.234Z | [ recovery-image] Aug 15 05:35:18.100 INFO O| Aug 15 05:35:18.100 INFO STEP 732 (remove_files) COMPLETE |
6108 | 2024-08-15T05:35:19.237Z | [ recovery-image] Aug 15 05:35:18.101 INFO O| Aug 15 05:35:18.100 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-08-15T05:35:19.244Z | [ recovery-image] Aug 15 05:35:18.110 INFO O| Aug 15 05:35:18.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6110 | 2024-08-15T05:35:19.247Z | [ recovery-image] Aug 15 05:35:18.110 INFO O| Aug 15 05:35:18.110 INFO STEP 733 (remove_files) COMPLETE |
6111 | 2024-08-15T05:35:19.247Z | [ recovery-image] Aug 15 05:35:18.110 INFO O| Aug 15 05:35:18.110 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-08-15T05:35:19.255Z | [ recovery-image] Aug 15 05:35:18.121 INFO O| Aug 15 05:35:18.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6113 | 2024-08-15T05:35:19.255Z | [ recovery-image] Aug 15 05:35:18.121 INFO O| Aug 15 05:35:18.121 INFO STEP 734 (remove_files) COMPLETE |
6114 | 2024-08-15T05:35:19.255Z | [ recovery-image] Aug 15 05:35:18.121 INFO O| Aug 15 05:35:18.121 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-08-15T05:35:19.267Z | [ recovery-image] Aug 15 05:35:18.133 INFO O| Aug 15 05:35:18.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6116 | 2024-08-15T05:35:19.267Z | [ recovery-image] Aug 15 05:35:18.133 INFO O| Aug 15 05:35:18.133 INFO STEP 735 (remove_files) COMPLETE |
6117 | 2024-08-15T05:35:19.267Z | [ recovery-image] Aug 15 05:35:18.133 INFO O| Aug 15 05:35:18.133 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-08-15T05:35:19.277Z | [ recovery-image] Aug 15 05:35:18.143 INFO O| Aug 15 05:35:18.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6119 | 2024-08-15T05:35:19.279Z | [ recovery-image] Aug 15 05:35:18.143 INFO O| Aug 15 05:35:18.143 INFO STEP 736 (remove_files) COMPLETE |
6120 | 2024-08-15T05:35:19.279Z | [ recovery-image] Aug 15 05:35:18.143 INFO O| Aug 15 05:35:18.143 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-08-15T05:35:19.287Z | [ recovery-image] Aug 15 05:35:18.153 INFO O| Aug 15 05:35:18.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6122 | 2024-08-15T05:35:19.287Z | [ recovery-image] Aug 15 05:35:18.153 INFO O| Aug 15 05:35:18.153 INFO STEP 737 (remove_files) COMPLETE |
6123 | 2024-08-15T05:35:19.290Z | [ recovery-image] Aug 15 05:35:18.153 INFO O| Aug 15 05:35:18.153 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-08-15T05:35:19.297Z | [ recovery-image] Aug 15 05:35:18.163 INFO O| Aug 15 05:35:18.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6125 | 2024-08-15T05:35:19.297Z | [ recovery-image] Aug 15 05:35:18.163 INFO O| Aug 15 05:35:18.163 INFO STEP 738 (remove_files) COMPLETE |
6126 | 2024-08-15T05:35:19.300Z | [ recovery-image] Aug 15 05:35:18.163 INFO O| Aug 15 05:35:18.163 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-08-15T05:35:19.307Z | [ recovery-image] Aug 15 05:35:18.173 INFO O| Aug 15 05:35:18.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6128 | 2024-08-15T05:35:19.310Z | [ recovery-image] Aug 15 05:35:18.174 INFO O| Aug 15 05:35:18.173 INFO STEP 739 (remove_files) COMPLETE |
6129 | 2024-08-15T05:35:19.310Z | [ recovery-image] Aug 15 05:35:18.174 INFO O| Aug 15 05:35:18.174 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-08-15T05:35:19.320Z | [ recovery-image] Aug 15 05:35:18.184 INFO O| Aug 15 05:35:18.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6131 | 2024-08-15T05:35:19.320Z | [ recovery-image] Aug 15 05:35:18.184 INFO O| Aug 15 05:35:18.184 INFO STEP 740 (remove_files) COMPLETE |
6132 | 2024-08-15T05:35:19.320Z | [ recovery-image] Aug 15 05:35:18.184 INFO O| Aug 15 05:35:18.184 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-08-15T05:35:19.329Z | [ recovery-image] Aug 15 05:35:18.195 INFO O| Aug 15 05:35:18.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6134 | 2024-08-15T05:35:19.329Z | [ recovery-image] Aug 15 05:35:18.195 INFO O| Aug 15 05:35:18.195 INFO STEP 741 (remove_files) COMPLETE |
6135 | 2024-08-15T05:35:19.332Z | [ recovery-image] Aug 15 05:35:18.195 INFO O| Aug 15 05:35:18.195 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-08-15T05:35:19.342Z | [ recovery-image] Aug 15 05:35:18.208 INFO O| Aug 15 05:35:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6137 | 2024-08-15T05:35:19.342Z | [ recovery-image] Aug 15 05:35:18.208 INFO O| Aug 15 05:35:18.208 INFO STEP 742 (remove_files) COMPLETE |
6138 | 2024-08-15T05:35:19.345Z | [ recovery-image] Aug 15 05:35:18.208 INFO O| Aug 15 05:35:18.208 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-08-15T05:35:19.356Z | [ recovery-image] Aug 15 05:35:18.222 INFO O| Aug 15 05:35:18.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6140 | 2024-08-15T05:35:19.356Z | [ recovery-image] Aug 15 05:35:18.222 INFO O| Aug 15 05:35:18.222 INFO STEP 743 (remove_files) COMPLETE |
6141 | 2024-08-15T05:35:19.359Z | [ recovery-image] Aug 15 05:35:18.222 INFO O| Aug 15 05:35:18.222 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-08-15T05:35:19.369Z | [ recovery-image] Aug 15 05:35:18.235 INFO O| Aug 15 05:35:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6143 | 2024-08-15T05:35:19.371Z | [ recovery-image] Aug 15 05:35:18.235 INFO O| Aug 15 05:35:18.235 INFO STEP 744 (remove_files) COMPLETE |
6144 | 2024-08-15T05:35:19.371Z | [ recovery-image] Aug 15 05:35:18.235 INFO O| Aug 15 05:35:18.235 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-08-15T05:35:19.381Z | [ recovery-image] Aug 15 05:35:18.247 INFO O| Aug 15 05:35:18.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6146 | 2024-08-15T05:35:19.381Z | [ recovery-image] Aug 15 05:35:18.247 INFO O| Aug 15 05:35:18.247 INFO STEP 745 (remove_files) COMPLETE |
6147 | 2024-08-15T05:35:19.384Z | [ recovery-image] Aug 15 05:35:18.247 INFO O| Aug 15 05:35:18.247 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-08-15T05:35:19.392Z | [ recovery-image] Aug 15 05:35:18.258 INFO O| Aug 15 05:35:18.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6149 | 2024-08-15T05:35:19.392Z | [ recovery-image] Aug 15 05:35:18.258 INFO O| Aug 15 05:35:18.258 INFO STEP 746 (remove_files) COMPLETE |
6150 | 2024-08-15T05:35:19.395Z | [ recovery-image] Aug 15 05:35:18.258 INFO O| Aug 15 05:35:18.258 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-08-15T05:35:19.403Z | [ recovery-image] Aug 15 05:35:18.269 INFO O| Aug 15 05:35:18.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6152 | 2024-08-15T05:35:19.403Z | [ recovery-image] Aug 15 05:35:18.269 INFO O| Aug 15 05:35:18.269 INFO STEP 747 (remove_files) COMPLETE |
6153 | 2024-08-15T05:35:19.403Z | [ recovery-image] Aug 15 05:35:18.269 INFO O| Aug 15 05:35:18.269 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-08-15T05:35:19.413Z | [ recovery-image] Aug 15 05:35:18.279 INFO O| Aug 15 05:35:18.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6155 | 2024-08-15T05:35:19.413Z | [ recovery-image] Aug 15 05:35:18.279 INFO O| Aug 15 05:35:18.279 INFO STEP 748 (remove_files) COMPLETE |
6156 | 2024-08-15T05:35:19.413Z | [ recovery-image] Aug 15 05:35:18.279 INFO O| Aug 15 05:35:18.279 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-08-15T05:35:19.423Z | [ recovery-image] Aug 15 05:35:18.289 INFO O| Aug 15 05:35:18.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6158 | 2024-08-15T05:35:19.423Z | [ recovery-image] Aug 15 05:35:18.289 INFO O| Aug 15 05:35:18.289 INFO STEP 749 (remove_files) COMPLETE |
6159 | 2024-08-15T05:35:19.426Z | [ recovery-image] Aug 15 05:35:18.289 INFO O| Aug 15 05:35:18.289 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-08-15T05:35:19.433Z | [ recovery-image] Aug 15 05:35:18.299 INFO O| Aug 15 05:35:18.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6161 | 2024-08-15T05:35:19.436Z | [ recovery-image] Aug 15 05:35:18.300 INFO O| Aug 15 05:35:18.299 INFO STEP 750 (remove_files) COMPLETE |
6162 | 2024-08-15T05:35:19.436Z | [ recovery-image] Aug 15 05:35:18.300 INFO O| Aug 15 05:35:18.300 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-08-15T05:35:19.443Z | [ recovery-image] Aug 15 05:35:18.309 INFO O| Aug 15 05:35:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6164 | 2024-08-15T05:35:19.443Z | [ recovery-image] Aug 15 05:35:18.309 INFO O| Aug 15 05:35:18.309 INFO STEP 751 (remove_files) COMPLETE |
6165 | 2024-08-15T05:35:19.446Z | [ recovery-image] Aug 15 05:35:18.309 INFO O| Aug 15 05:35:18.309 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-08-15T05:35:19.453Z | [ recovery-image] Aug 15 05:35:18.319 INFO O| Aug 15 05:35:18.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6167 | 2024-08-15T05:35:19.456Z | [ recovery-image] Aug 15 05:35:18.320 INFO O| Aug 15 05:35:18.320 INFO STEP 752 (remove_files) COMPLETE |
6168 | 2024-08-15T05:35:19.456Z | [ recovery-image] Aug 15 05:35:18.320 INFO O| Aug 15 05:35:18.320 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-08-15T05:35:19.463Z | [ recovery-image] Aug 15 05:35:18.329 INFO O| Aug 15 05:35:18.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6170 | 2024-08-15T05:35:19.466Z | [ recovery-image] Aug 15 05:35:18.330 INFO O| Aug 15 05:35:18.329 INFO STEP 753 (remove_files) COMPLETE |
6171 | 2024-08-15T05:35:19.466Z | [ recovery-image] Aug 15 05:35:18.330 INFO O| Aug 15 05:35:18.329 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-08-15T05:35:19.473Z | [ recovery-image] Aug 15 05:35:18.339 INFO O| Aug 15 05:35:18.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6173 | 2024-08-15T05:35:19.476Z | [ recovery-image] Aug 15 05:35:18.339 INFO O| Aug 15 05:35:18.339 INFO STEP 754 (remove_files) COMPLETE |
6174 | 2024-08-15T05:35:19.476Z | [ recovery-image] Aug 15 05:35:18.339 INFO O| Aug 15 05:35:18.339 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-08-15T05:35:19.484Z | [ recovery-image] Aug 15 05:35:18.349 INFO O| Aug 15 05:35:18.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6176 | 2024-08-15T05:35:19.484Z | [ recovery-image] Aug 15 05:35:18.349 INFO O| Aug 15 05:35:18.349 INFO STEP 755 (remove_files) COMPLETE |
6177 | 2024-08-15T05:35:19.486Z | [ recovery-image] Aug 15 05:35:18.349 INFO O| Aug 15 05:35:18.349 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-08-15T05:35:19.494Z | [ recovery-image] Aug 15 05:35:18.360 INFO O| Aug 15 05:35:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6179 | 2024-08-15T05:35:19.494Z | [ recovery-image] Aug 15 05:35:18.360 INFO O| Aug 15 05:35:18.360 INFO STEP 756 (remove_files) COMPLETE |
6180 | 2024-08-15T05:35:19.496Z | [ recovery-image] Aug 15 05:35:18.360 INFO O| Aug 15 05:35:18.360 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-08-15T05:35:19.504Z | [ recovery-image] Aug 15 05:35:18.370 INFO O| Aug 15 05:35:18.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6182 | 2024-08-15T05:35:19.504Z | [ recovery-image] Aug 15 05:35:18.370 INFO O| Aug 15 05:35:18.370 INFO STEP 757 (remove_files) COMPLETE |
6183 | 2024-08-15T05:35:19.507Z | [ recovery-image] Aug 15 05:35:18.370 INFO O| Aug 15 05:35:18.370 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-08-15T05:35:19.515Z | [ recovery-image] Aug 15 05:35:18.381 INFO O| Aug 15 05:35:18.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6185 | 2024-08-15T05:35:19.515Z | [ recovery-image] Aug 15 05:35:18.381 INFO O| Aug 15 05:35:18.381 INFO STEP 758 (remove_files) COMPLETE |
6186 | 2024-08-15T05:35:19.515Z | [ recovery-image] Aug 15 05:35:18.381 INFO O| Aug 15 05:35:18.381 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-08-15T05:35:19.526Z | [ recovery-image] Aug 15 05:35:18.392 INFO O| Aug 15 05:35:18.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6188 | 2024-08-15T05:35:19.528Z | [ recovery-image] Aug 15 05:35:18.392 INFO O| Aug 15 05:35:18.392 INFO STEP 759 (remove_files) COMPLETE |
6189 | 2024-08-15T05:35:19.528Z | [ recovery-image] Aug 15 05:35:18.392 INFO O| Aug 15 05:35:18.392 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-08-15T05:35:19.537Z | [ recovery-image] Aug 15 05:35:18.403 INFO O| Aug 15 05:35:18.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6191 | 2024-08-15T05:35:19.539Z | [ recovery-image] Aug 15 05:35:18.403 INFO O| Aug 15 05:35:18.403 INFO STEP 760 (remove_files) COMPLETE |
6192 | 2024-08-15T05:35:19.539Z | [ recovery-image] Aug 15 05:35:18.403 INFO O| Aug 15 05:35:18.403 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-08-15T05:35:19.548Z | [ recovery-image] Aug 15 05:35:18.414 INFO O| Aug 15 05:35:18.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6194 | 2024-08-15T05:35:19.548Z | [ recovery-image] Aug 15 05:35:18.414 INFO O| Aug 15 05:35:18.414 INFO STEP 761 (remove_files) COMPLETE |
6195 | 2024-08-15T05:35:19.548Z | [ recovery-image] Aug 15 05:35:18.414 INFO O| Aug 15 05:35:18.414 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-08-15T05:35:19.559Z | [ recovery-image] Aug 15 05:35:18.425 INFO O| Aug 15 05:35:18.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6197 | 2024-08-15T05:35:19.559Z | [ recovery-image] Aug 15 05:35:18.425 INFO O| Aug 15 05:35:18.425 INFO STEP 762 (remove_files) COMPLETE |
6198 | 2024-08-15T05:35:19.559Z | [ recovery-image] Aug 15 05:35:18.425 INFO O| Aug 15 05:35:18.425 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-08-15T05:35:19.569Z | [ recovery-image] Aug 15 05:35:18.435 INFO O| Aug 15 05:35:18.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6200 | 2024-08-15T05:35:19.569Z | [ recovery-image] Aug 15 05:35:18.435 INFO O| Aug 15 05:35:18.435 INFO STEP 763 (remove_files) COMPLETE |
6201 | 2024-08-15T05:35:19.569Z | [ recovery-image] Aug 15 05:35:18.435 INFO O| Aug 15 05:35:18.435 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-08-15T05:35:19.580Z | [ recovery-image] Aug 15 05:35:18.446 INFO O| Aug 15 05:35:18.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6203 | 2024-08-15T05:35:19.580Z | [ recovery-image] Aug 15 05:35:18.446 INFO O| Aug 15 05:35:18.446 INFO STEP 764 (remove_files) COMPLETE |
6204 | 2024-08-15T05:35:19.583Z | [ recovery-image] Aug 15 05:35:18.446 INFO O| Aug 15 05:35:18.446 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-08-15T05:35:19.590Z | [ recovery-image] Aug 15 05:35:18.456 INFO O| Aug 15 05:35:18.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6206 | 2024-08-15T05:35:19.591Z | [ recovery-image] Aug 15 05:35:18.457 INFO O| Aug 15 05:35:18.457 INFO STEP 765 (remove_files) COMPLETE |
6207 | 2024-08-15T05:35:19.593Z | [ recovery-image] Aug 15 05:35:18.457 INFO O| Aug 15 05:35:18.457 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-08-15T05:35:19.601Z | [ recovery-image] Aug 15 05:35:18.467 INFO O| Aug 15 05:35:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6209 | 2024-08-15T05:35:19.601Z | [ recovery-image] Aug 15 05:35:18.467 INFO O| Aug 15 05:35:18.467 INFO STEP 766 (remove_files) COMPLETE |
6210 | 2024-08-15T05:35:19.603Z | [ recovery-image] Aug 15 05:35:18.467 INFO O| Aug 15 05:35:18.467 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-08-15T05:35:19.611Z | [ recovery-image] Aug 15 05:35:18.477 INFO O| Aug 15 05:35:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6212 | 2024-08-15T05:35:19.614Z | [ recovery-image] Aug 15 05:35:18.477 INFO O| Aug 15 05:35:18.477 INFO STEP 767 (remove_files) COMPLETE |
6213 | 2024-08-15T05:35:19.614Z | [ recovery-image] Aug 15 05:35:18.477 INFO O| Aug 15 05:35:18.477 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-08-15T05:35:19.621Z | [ recovery-image] Aug 15 05:35:18.487 INFO O| Aug 15 05:35:18.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6215 | 2024-08-15T05:35:19.621Z | [ recovery-image] Aug 15 05:35:18.487 INFO O| Aug 15 05:35:18.487 INFO STEP 768 (remove_files) COMPLETE |
6216 | 2024-08-15T05:35:19.623Z | [ recovery-image] Aug 15 05:35:18.487 INFO O| Aug 15 05:35:18.487 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-08-15T05:35:19.631Z | [ recovery-image] Aug 15 05:35:18.497 INFO O| Aug 15 05:35:18.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6218 | 2024-08-15T05:35:19.631Z | [ recovery-image] Aug 15 05:35:18.497 INFO O| Aug 15 05:35:18.497 INFO STEP 769 (remove_files) COMPLETE |
6219 | 2024-08-15T05:35:19.631Z | [ recovery-image] Aug 15 05:35:18.497 INFO O| Aug 15 05:35:18.497 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-08-15T05:35:19.640Z | [ recovery-image] Aug 15 05:35:18.506 INFO O| Aug 15 05:35:18.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6221 | 2024-08-15T05:35:19.640Z | [ recovery-image] Aug 15 05:35:18.506 INFO O| Aug 15 05:35:18.506 INFO STEP 770 (remove_files) COMPLETE |
6222 | 2024-08-15T05:35:19.643Z | [ recovery-image] Aug 15 05:35:18.506 INFO O| Aug 15 05:35:18.506 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-08-15T05:35:19.650Z | [ recovery-image] Aug 15 05:35:18.516 INFO O| Aug 15 05:35:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6224 | 2024-08-15T05:35:19.653Z | [ recovery-image] Aug 15 05:35:18.516 INFO O| Aug 15 05:35:18.516 INFO STEP 771 (remove_files) COMPLETE |
6225 | 2024-08-15T05:35:19.653Z | [ recovery-image] Aug 15 05:35:18.516 INFO O| Aug 15 05:35:18.516 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-08-15T05:35:19.660Z | [ recovery-image] Aug 15 05:35:18.526 INFO O| Aug 15 05:35:18.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6227 | 2024-08-15T05:35:19.663Z | [ recovery-image] Aug 15 05:35:18.526 INFO O| Aug 15 05:35:18.526 INFO STEP 772 (remove_files) COMPLETE |
6228 | 2024-08-15T05:35:19.663Z | [ recovery-image] Aug 15 05:35:18.526 INFO O| Aug 15 05:35:18.526 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-08-15T05:35:19.670Z | [ recovery-image] Aug 15 05:35:18.536 INFO O| Aug 15 05:35:18.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6230 | 2024-08-15T05:35:19.670Z | [ recovery-image] Aug 15 05:35:18.536 INFO O| Aug 15 05:35:18.536 INFO STEP 773 (remove_files) COMPLETE |
6231 | 2024-08-15T05:35:19.670Z | [ recovery-image] Aug 15 05:35:18.536 INFO O| Aug 15 05:35:18.536 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-08-15T05:35:19.680Z | [ recovery-image] Aug 15 05:35:18.546 INFO O| Aug 15 05:35:18.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6233 | 2024-08-15T05:35:19.680Z | [ recovery-image] Aug 15 05:35:18.546 INFO O| Aug 15 05:35:18.546 INFO STEP 774 (remove_files) COMPLETE |
6234 | 2024-08-15T05:35:19.680Z | [ recovery-image] Aug 15 05:35:18.546 INFO O| Aug 15 05:35:18.546 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-08-15T05:35:19.690Z | [ recovery-image] Aug 15 05:35:18.556 INFO O| Aug 15 05:35:18.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6236 | 2024-08-15T05:35:19.690Z | [ recovery-image] Aug 15 05:35:18.556 INFO O| Aug 15 05:35:18.556 INFO STEP 775 (remove_files) COMPLETE |
6237 | 2024-08-15T05:35:19.690Z | [ recovery-image] Aug 15 05:35:18.556 INFO O| Aug 15 05:35:18.556 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-08-15T05:35:19.702Z | [ recovery-image] Aug 15 05:35:18.568 INFO O| Aug 15 05:35:18.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6239 | 2024-08-15T05:35:19.702Z | [ recovery-image] Aug 15 05:35:18.568 INFO O| Aug 15 05:35:18.568 INFO STEP 776 (remove_files) COMPLETE |
6240 | 2024-08-15T05:35:19.705Z | [ recovery-image] Aug 15 05:35:18.568 INFO O| Aug 15 05:35:18.568 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-08-15T05:35:19.712Z | [ recovery-image] Aug 15 05:35:18.577 INFO O| Aug 15 05:35:18.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6242 | 2024-08-15T05:35:19.712Z | [ recovery-image] Aug 15 05:35:18.578 INFO O| Aug 15 05:35:18.577 INFO STEP 777 (remove_files) COMPLETE |
6243 | 2024-08-15T05:35:19.714Z | [ recovery-image] Aug 15 05:35:18.578 INFO O| Aug 15 05:35:18.578 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-08-15T05:35:19.721Z | [ recovery-image] Aug 15 05:35:18.587 INFO O| Aug 15 05:35:18.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6245 | 2024-08-15T05:35:19.721Z | [ recovery-image] Aug 15 05:35:18.587 INFO O| Aug 15 05:35:18.587 INFO STEP 778 (remove_files) COMPLETE |
6246 | 2024-08-15T05:35:19.725Z | [ recovery-image] Aug 15 05:35:18.587 INFO O| Aug 15 05:35:18.587 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-08-15T05:35:19.731Z | [ recovery-image] Aug 15 05:35:18.597 INFO O| Aug 15 05:35:18.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6248 | 2024-08-15T05:35:19.731Z | [ recovery-image] Aug 15 05:35:18.597 INFO O| Aug 15 05:35:18.597 INFO STEP 779 (remove_files) COMPLETE |
6249 | 2024-08-15T05:35:19.731Z | [ recovery-image] Aug 15 05:35:18.597 INFO O| Aug 15 05:35:18.597 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-08-15T05:35:19.741Z | [ recovery-image] Aug 15 05:35:18.607 INFO O| Aug 15 05:35:18.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6251 | 2024-08-15T05:35:19.741Z | [ recovery-image] Aug 15 05:35:18.607 INFO O| Aug 15 05:35:18.607 INFO STEP 780 (remove_files) COMPLETE |
6252 | 2024-08-15T05:35:19.741Z | [ recovery-image] Aug 15 05:35:18.607 INFO O| Aug 15 05:35:18.607 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-08-15T05:35:19.751Z | [ recovery-image] Aug 15 05:35:18.617 INFO O| Aug 15 05:35:18.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6254 | 2024-08-15T05:35:19.751Z | [ recovery-image] Aug 15 05:35:18.617 INFO O| Aug 15 05:35:18.617 INFO STEP 781 (remove_files) COMPLETE |
6255 | 2024-08-15T05:35:19.751Z | [ recovery-image] Aug 15 05:35:18.617 INFO O| Aug 15 05:35:18.617 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-08-15T05:35:19.761Z | [ recovery-image] Aug 15 05:35:18.627 INFO O| Aug 15 05:35:18.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6257 | 2024-08-15T05:35:19.761Z | [ recovery-image] Aug 15 05:35:18.627 INFO O| Aug 15 05:35:18.627 INFO STEP 782 (remove_files) COMPLETE |
6258 | 2024-08-15T05:35:19.765Z | [ recovery-image] Aug 15 05:35:18.627 INFO O| Aug 15 05:35:18.627 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-08-15T05:35:19.771Z | [ recovery-image] Aug 15 05:35:18.637 INFO O| Aug 15 05:35:18.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6260 | 2024-08-15T05:35:19.771Z | [ recovery-image] Aug 15 05:35:18.637 INFO O| Aug 15 05:35:18.637 INFO STEP 783 (remove_files) COMPLETE |
6261 | 2024-08-15T05:35:19.773Z | [ recovery-image] Aug 15 05:35:18.637 INFO O| Aug 15 05:35:18.637 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-08-15T05:35:19.781Z | [ recovery-image] Aug 15 05:35:18.647 INFO O| Aug 15 05:35:18.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6263 | 2024-08-15T05:35:19.781Z | [ recovery-image] Aug 15 05:35:18.647 INFO O| Aug 15 05:35:18.647 INFO STEP 784 (remove_files) COMPLETE |
6264 | 2024-08-15T05:35:19.783Z | [ recovery-image] Aug 15 05:35:18.647 INFO O| Aug 15 05:35:18.647 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-08-15T05:35:19.783Z | [ host-image] Aug 15 05:35:18.648 INFO O| Aug 15 05:35:18.648 INFO O| Done |
6266 | 2024-08-15T05:35:19.791Z | [ recovery-image] Aug 15 05:35:18.657 INFO O| Aug 15 05:35:18.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6267 | 2024-08-15T05:35:19.791Z | [ recovery-image] Aug 15 05:35:18.657 INFO O| Aug 15 05:35:18.657 INFO STEP 785 (remove_files) COMPLETE |
6268 | 2024-08-15T05:35:19.794Z | [ recovery-image] Aug 15 05:35:18.657 INFO O| Aug 15 05:35:18.657 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-08-15T05:35:19.802Z | [ recovery-image] Aug 15 05:35:18.668 INFO O| Aug 15 05:35:18.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6270 | 2024-08-15T05:35:19.802Z | [ recovery-image] Aug 15 05:35:18.668 INFO O| Aug 15 05:35:18.668 INFO STEP 786 (remove_files) COMPLETE |
6271 | 2024-08-15T05:35:19.805Z | [ recovery-image] Aug 15 05:35:18.668 INFO O| Aug 15 05:35:18.668 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-08-15T05:35:19.808Z | [ host-image] Aug 15 05:35:18.672 INFO O| Aug 15 05:35:18.672 INFO O| Done |
6273 | 2024-08-15T05:35:20.851Z | [ recovery-image] Aug 15 05:35:18.678 INFO O| Aug 15 05:35:18.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6274 | 2024-08-15T05:35:20.852Z | [ recovery-image] Aug 15 05:35:18.679 INFO O| Aug 15 05:35:18.679 INFO STEP 787 (remove_files) COMPLETE |
6275 | 2024-08-15T05:35:20.878Z | [ recovery-image] Aug 15 05:35:18.679 INFO O| Aug 15 05:35:18.679 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-08-15T05:35:20.878Z | [ recovery-image] Aug 15 05:35:18.689 INFO O| Aug 15 05:35:18.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6277 | 2024-08-15T05:35:20.878Z | [ recovery-image] Aug 15 05:35:18.689 INFO O| Aug 15 05:35:18.689 INFO STEP 788 (remove_files) COMPLETE |
6278 | 2024-08-15T05:35:20.878Z | [ recovery-image] Aug 15 05:35:18.689 INFO O| Aug 15 05:35:18.689 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-08-15T05:35:20.878Z | [ recovery-image] Aug 15 05:35:18.701 INFO O| Aug 15 05:35:18.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6280 | 2024-08-15T05:35:20.879Z | [ recovery-image] Aug 15 05:35:18.701 INFO O| Aug 15 05:35:18.701 INFO STEP 789 (remove_files) COMPLETE |
6281 | 2024-08-15T05:35:20.879Z | [ recovery-image] Aug 15 05:35:18.701 INFO O| Aug 15 05:35:18.701 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-08-15T05:35:20.879Z | [ recovery-image] Aug 15 05:35:18.712 INFO O| Aug 15 05:35:18.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6283 | 2024-08-15T05:35:20.879Z | [ recovery-image] Aug 15 05:35:18.712 INFO O| Aug 15 05:35:18.712 INFO STEP 790 (remove_files) COMPLETE |
6284 | 2024-08-15T05:35:20.879Z | [ recovery-image] Aug 15 05:35:18.712 INFO O| Aug 15 05:35:18.712 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-08-15T05:35:20.879Z | [ recovery-image] Aug 15 05:35:18.724 INFO O| Aug 15 05:35:18.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6286 | 2024-08-15T05:35:20.880Z | [ recovery-image] Aug 15 05:35:18.724 INFO O| Aug 15 05:35:18.724 INFO STEP 791 (remove_files) COMPLETE |
6287 | 2024-08-15T05:35:20.880Z | [ recovery-image] Aug 15 05:35:18.724 INFO O| Aug 15 05:35:18.724 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-08-15T05:35:20.880Z | [ recovery-image] Aug 15 05:35:18.735 INFO O| Aug 15 05:35:18.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6289 | 2024-08-15T05:35:20.881Z | [ recovery-image] Aug 15 05:35:18.735 INFO O| Aug 15 05:35:18.735 INFO STEP 792 (remove_files) COMPLETE |
6290 | 2024-08-15T05:35:20.881Z | [ recovery-image] Aug 15 05:35:18.735 INFO O| Aug 15 05:35:18.735 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-08-15T05:35:20.881Z | [ recovery-image] Aug 15 05:35:18.745 INFO O| Aug 15 05:35:18.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6292 | 2024-08-15T05:35:20.881Z | [ recovery-image] Aug 15 05:35:18.745 INFO O| Aug 15 05:35:18.745 INFO STEP 793 (remove_files) COMPLETE |
6293 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.745 INFO O| Aug 15 05:35:18.745 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.755 INFO O| Aug 15 05:35:18.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6295 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.756 INFO O| Aug 15 05:35:18.756 INFO STEP 794 (remove_files) COMPLETE |
6296 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.756 INFO O| Aug 15 05:35:18.756 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.766 INFO O| Aug 15 05:35:18.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6298 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.766 INFO O| Aug 15 05:35:18.766 INFO STEP 795 (remove_files) COMPLETE |
6299 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.766 INFO O| Aug 15 05:35:18.766 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.776 INFO O| Aug 15 05:35:18.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6301 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.776 INFO O| Aug 15 05:35:18.776 INFO STEP 796 (remove_files) COMPLETE |
6302 | 2024-08-15T05:35:20.882Z | [ recovery-image] Aug 15 05:35:18.776 INFO O| Aug 15 05:35:18.776 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-15T05:35:20.883Z | [ recovery-image] Aug 15 05:35:18.787 INFO O| Aug 15 05:35:18.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6304 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.788 INFO O| Aug 15 05:35:18.788 INFO STEP 797 (remove_files) COMPLETE |
6305 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.788 INFO O| Aug 15 05:35:18.788 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.800 INFO O| Aug 15 05:35:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6307 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.800 INFO O| Aug 15 05:35:18.800 INFO STEP 798 (remove_files) COMPLETE |
6308 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.800 INFO O| Aug 15 05:35:18.800 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.812 INFO O| Aug 15 05:35:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6310 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.812 INFO O| Aug 15 05:35:18.812 INFO STEP 799 (remove_files) COMPLETE |
6311 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.812 INFO O| Aug 15 05:35:18.812 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-15T05:35:20.884Z | [ recovery-image] Aug 15 05:35:18.823 INFO O| Aug 15 05:35:18.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6313 | 2024-08-15T05:35:20.885Z | [ recovery-image] Aug 15 05:35:18.823 INFO O| Aug 15 05:35:18.823 INFO STEP 800 (remove_files) COMPLETE |
6314 | 2024-08-15T05:35:20.885Z | [ recovery-image] Aug 15 05:35:18.823 INFO O| Aug 15 05:35:18.823 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-15T05:35:20.885Z | [ recovery-image] Aug 15 05:35:18.834 INFO O| Aug 15 05:35:18.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6316 | 2024-08-15T05:35:20.885Z | [ recovery-image] Aug 15 05:35:18.834 INFO O| Aug 15 05:35:18.834 INFO STEP 801 (remove_files) COMPLETE |
6317 | 2024-08-15T05:35:20.886Z | [ recovery-image] Aug 15 05:35:18.834 INFO O| Aug 15 05:35:18.834 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-15T05:35:20.886Z | [ recovery-image] Aug 15 05:35:18.845 INFO O| Aug 15 05:35:18.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6319 | 2024-08-15T05:35:20.886Z | [ recovery-image] Aug 15 05:35:18.845 INFO O| Aug 15 05:35:18.845 INFO STEP 802 (remove_files) COMPLETE |
6320 | 2024-08-15T05:35:20.886Z | [ recovery-image] Aug 15 05:35:18.845 INFO O| Aug 15 05:35:18.845 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-15T05:35:20.886Z | [ recovery-image] Aug 15 05:35:18.856 INFO O| Aug 15 05:35:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6322 | 2024-08-15T05:35:20.886Z | [ recovery-image] Aug 15 05:35:18.856 INFO O| Aug 15 05:35:18.856 INFO STEP 803 (remove_files) COMPLETE |
6323 | 2024-08-15T05:35:20.887Z | [ recovery-image] Aug 15 05:35:18.856 INFO O| Aug 15 05:35:18.856 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-15T05:35:20.887Z | [ recovery-image] Aug 15 05:35:18.866 INFO O| Aug 15 05:35:18.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6325 | 2024-08-15T05:35:20.887Z | [ recovery-image] Aug 15 05:35:18.866 INFO O| Aug 15 05:35:18.866 INFO STEP 804 (remove_files) COMPLETE |
6326 | 2024-08-15T05:35:20.887Z | [ recovery-image] Aug 15 05:35:18.866 INFO O| Aug 15 05:35:18.866 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-15T05:35:20.887Z | [ recovery-image] Aug 15 05:35:18.876 INFO O| Aug 15 05:35:18.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6328 | 2024-08-15T05:35:20.888Z | [ recovery-image] Aug 15 05:35:18.876 INFO O| Aug 15 05:35:18.876 INFO STEP 805 (remove_files) COMPLETE |
6329 | 2024-08-15T05:35:20.888Z | [ recovery-image] Aug 15 05:35:18.876 INFO O| Aug 15 05:35:18.876 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-15T05:35:20.888Z | [ recovery-image] Aug 15 05:35:18.886 INFO O| Aug 15 05:35:18.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6331 | 2024-08-15T05:35:20.888Z | [ recovery-image] Aug 15 05:35:18.886 INFO O| Aug 15 05:35:18.886 INFO STEP 806 (remove_files) COMPLETE |
6332 | 2024-08-15T05:35:20.888Z | [ recovery-image] Aug 15 05:35:18.886 INFO O| Aug 15 05:35:18.886 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-15T05:35:20.888Z | [ recovery-image] Aug 15 05:35:18.896 INFO O| Aug 15 05:35:18.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6334 | 2024-08-15T05:35:20.889Z | [ recovery-image] Aug 15 05:35:18.896 INFO O| Aug 15 05:35:18.896 INFO STEP 807 (remove_files) COMPLETE |
6335 | 2024-08-15T05:35:20.889Z | [ recovery-image] Aug 15 05:35:18.896 INFO O| Aug 15 05:35:18.896 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-15T05:35:20.889Z | [ recovery-image] Aug 15 05:35:18.906 INFO O| Aug 15 05:35:18.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6337 | 2024-08-15T05:35:20.889Z | [ recovery-image] Aug 15 05:35:18.906 INFO O| Aug 15 05:35:18.906 INFO STEP 808 (remove_files) COMPLETE |
6338 | 2024-08-15T05:35:20.889Z | [ recovery-image] Aug 15 05:35:18.906 INFO O| Aug 15 05:35:18.906 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-15T05:35:20.889Z | [ recovery-image] Aug 15 05:35:18.916 INFO O| Aug 15 05:35:18.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6340 | 2024-08-15T05:35:20.889Z | [ recovery-image] Aug 15 05:35:18.916 INFO O| Aug 15 05:35:18.916 INFO STEP 809 (remove_files) COMPLETE |
6341 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.916 INFO O| Aug 15 05:35:18.916 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.926 INFO O| Aug 15 05:35:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6343 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.926 INFO O| Aug 15 05:35:18.926 INFO STEP 810 (remove_files) COMPLETE |
6344 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.926 INFO O| Aug 15 05:35:18.926 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.937 INFO O| Aug 15 05:35:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6346 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.937 INFO O| Aug 15 05:35:18.937 INFO STEP 811 (remove_files) COMPLETE |
6347 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.937 INFO O| Aug 15 05:35:18.937 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.948 INFO O| Aug 15 05:35:18.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6349 | 2024-08-15T05:35:20.890Z | [ recovery-image] Aug 15 05:35:18.948 INFO O| Aug 15 05:35:18.948 INFO STEP 812 (remove_files) COMPLETE |
6350 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.948 INFO O| Aug 15 05:35:18.948 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.958 INFO O| Aug 15 05:35:18.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6352 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.958 INFO O| Aug 15 05:35:18.958 INFO STEP 813 (remove_files) COMPLETE |
6353 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.958 INFO O| Aug 15 05:35:18.958 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.969 INFO O| Aug 15 05:35:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6355 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.969 INFO O| Aug 15 05:35:18.969 INFO STEP 814 (remove_files) COMPLETE |
6356 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.969 INFO O| Aug 15 05:35:18.969 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.980 INFO O| Aug 15 05:35:18.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6358 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.980 INFO O| Aug 15 05:35:18.980 INFO STEP 815 (remove_files) COMPLETE |
6359 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.980 INFO O| Aug 15 05:35:18.980 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.991 INFO O| Aug 15 05:35:18.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6361 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.991 INFO O| Aug 15 05:35:18.991 INFO STEP 816 (remove_files) COMPLETE |
6362 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:18.991 INFO O| Aug 15 05:35:18.991 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:19.002 INFO O| Aug 15 05:35:19.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6364 | 2024-08-15T05:35:20.891Z | [ recovery-image] Aug 15 05:35:19.002 INFO O| Aug 15 05:35:19.002 INFO STEP 817 (remove_files) COMPLETE |
6365 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.002 INFO O| Aug 15 05:35:19.002 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.013 INFO O| Aug 15 05:35:19.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6367 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.014 INFO O| Aug 15 05:35:19.013 INFO STEP 818 (remove_files) COMPLETE |
6368 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.014 INFO O| Aug 15 05:35:19.014 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.024 INFO O| Aug 15 05:35:19.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6370 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.025 INFO O| Aug 15 05:35:19.024 INFO STEP 819 (remove_files) COMPLETE |
6371 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.025 INFO O| Aug 15 05:35:19.024 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.035 INFO O| Aug 15 05:35:19.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6373 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.035 INFO O| Aug 15 05:35:19.035 INFO STEP 820 (remove_files) COMPLETE |
6374 | 2024-08-15T05:35:20.892Z | [ recovery-image] Aug 15 05:35:19.035 INFO O| Aug 15 05:35:19.035 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-08-15T05:35:20.910Z | [ recovery-image] Aug 15 05:35:19.045 INFO O| Aug 15 05:35:19.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6376 | 2024-08-15T05:35:20.910Z | [ recovery-image] Aug 15 05:35:19.045 INFO O| Aug 15 05:35:19.045 INFO STEP 821 (remove_files) COMPLETE |
6377 | 2024-08-15T05:35:20.910Z | [ recovery-image] Aug 15 05:35:19.045 INFO O| Aug 15 05:35:19.045 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-08-15T05:35:20.910Z | [ recovery-image] Aug 15 05:35:19.056 INFO O| Aug 15 05:35:19.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6379 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.056 INFO O| Aug 15 05:35:19.056 INFO STEP 822 (remove_files) COMPLETE |
6380 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.056 INFO O| Aug 15 05:35:19.056 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.066 INFO O| Aug 15 05:35:19.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6382 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.066 INFO O| Aug 15 05:35:19.066 INFO STEP 823 (remove_files) COMPLETE |
6383 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.066 INFO O| Aug 15 05:35:19.066 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.076 INFO O| Aug 15 05:35:19.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6385 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.076 INFO O| Aug 15 05:35:19.076 INFO STEP 824 (remove_files) COMPLETE |
6386 | 2024-08-15T05:35:20.911Z | [ recovery-image] Aug 15 05:35:19.076 INFO O| Aug 15 05:35:19.076 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.086 INFO O| Aug 15 05:35:19.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6388 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.086 INFO O| Aug 15 05:35:19.086 INFO STEP 825 (remove_files) COMPLETE |
6389 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.086 INFO O| Aug 15 05:35:19.086 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.096 INFO O| Aug 15 05:35:19.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6391 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.096 INFO O| Aug 15 05:35:19.096 INFO STEP 826 (remove_files) COMPLETE |
6392 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.096 INFO O| Aug 15 05:35:19.096 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.106 INFO O| Aug 15 05:35:19.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6394 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.106 INFO O| Aug 15 05:35:19.106 INFO STEP 827 (remove_files) COMPLETE |
6395 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.106 INFO O| Aug 15 05:35:19.106 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.116 INFO O| Aug 15 05:35:19.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6397 | 2024-08-15T05:35:20.912Z | [ recovery-image] Aug 15 05:35:19.116 INFO O| Aug 15 05:35:19.116 INFO STEP 828 (remove_files) COMPLETE |
6398 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.116 INFO O| Aug 15 05:35:19.116 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.126 INFO O| Aug 15 05:35:19.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6400 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.126 INFO O| Aug 15 05:35:19.126 INFO STEP 829 (remove_files) COMPLETE |
6401 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.126 INFO O| Aug 15 05:35:19.126 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.137 INFO O| Aug 15 05:35:19.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6403 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.137 INFO O| Aug 15 05:35:19.137 INFO STEP 830 (remove_files) COMPLETE |
6404 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.137 INFO O| Aug 15 05:35:19.137 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.148 INFO O| Aug 15 05:35:19.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6406 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.148 INFO O| Aug 15 05:35:19.148 INFO STEP 831 (remove_files) COMPLETE |
6407 | 2024-08-15T05:35:20.913Z | [ recovery-image] Aug 15 05:35:19.148 INFO O| Aug 15 05:35:19.148 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.159 INFO O| Aug 15 05:35:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6409 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.159 INFO O| Aug 15 05:35:19.159 INFO STEP 832 (remove_files) COMPLETE |
6410 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.159 INFO O| Aug 15 05:35:19.159 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.170 INFO O| Aug 15 05:35:19.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6412 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.170 INFO O| Aug 15 05:35:19.170 INFO STEP 833 (remove_files) COMPLETE |
6413 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.170 INFO O| Aug 15 05:35:19.170 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.180 INFO O| Aug 15 05:35:19.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6415 | 2024-08-15T05:35:20.914Z | [ recovery-image] Aug 15 05:35:19.181 INFO O| Aug 15 05:35:19.181 INFO STEP 834 (remove_files) COMPLETE |
6416 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.181 INFO O| Aug 15 05:35:19.181 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.192 INFO O| Aug 15 05:35:19.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6418 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.192 INFO O| Aug 15 05:35:19.192 INFO STEP 835 (remove_files) COMPLETE |
6419 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.192 INFO O| Aug 15 05:35:19.192 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.203 INFO O| Aug 15 05:35:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6421 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.203 INFO O| Aug 15 05:35:19.203 INFO STEP 836 (remove_files) COMPLETE |
6422 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.203 INFO O| Aug 15 05:35:19.203 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.213 INFO O| Aug 15 05:35:19.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6424 | 2024-08-15T05:35:20.915Z | [ recovery-image] Aug 15 05:35:19.213 INFO O| Aug 15 05:35:19.213 INFO STEP 837 (remove_files) COMPLETE |
6425 | 2024-08-15T05:35:20.916Z | [ recovery-image] Aug 15 05:35:19.213 INFO O| Aug 15 05:35:19.213 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-08-15T05:35:20.916Z | [ recovery-image] Aug 15 05:35:19.224 INFO O| Aug 15 05:35:19.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6427 | 2024-08-15T05:35:20.916Z | [ recovery-image] Aug 15 05:35:19.224 INFO O| Aug 15 05:35:19.224 INFO STEP 838 (remove_files) COMPLETE |
6428 | 2024-08-15T05:35:20.916Z | [ recovery-image] Aug 15 05:35:19.224 INFO O| Aug 15 05:35:19.224 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-08-15T05:35:20.916Z | [ recovery-image] Aug 15 05:35:19.234 INFO O| Aug 15 05:35:19.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6430 | 2024-08-15T05:35:20.916Z | [ recovery-image] Aug 15 05:35:19.234 INFO O| Aug 15 05:35:19.234 INFO STEP 839 (remove_files) COMPLETE |
6431 | 2024-08-15T05:35:20.916Z | [ recovery-image] Aug 15 05:35:19.234 INFO O| Aug 15 05:35:19.234 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.245 INFO O| Aug 15 05:35:19.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6433 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.245 INFO O| Aug 15 05:35:19.245 INFO STEP 840 (remove_files) COMPLETE |
6434 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.245 INFO O| Aug 15 05:35:19.245 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.255 INFO O| Aug 15 05:35:19.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6436 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.255 INFO O| Aug 15 05:35:19.255 INFO STEP 841 (remove_files) COMPLETE |
6437 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.255 INFO O| Aug 15 05:35:19.255 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.265 INFO O| Aug 15 05:35:19.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6439 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.266 INFO O| Aug 15 05:35:19.266 INFO STEP 842 (remove_files) COMPLETE |
6440 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.266 INFO O| Aug 15 05:35:19.266 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.276 INFO O| Aug 15 05:35:19.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6442 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.276 INFO O| Aug 15 05:35:19.276 INFO STEP 843 (remove_files) COMPLETE |
6443 | 2024-08-15T05:35:20.917Z | [ recovery-image] Aug 15 05:35:19.276 INFO O| Aug 15 05:35:19.276 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.287 INFO O| Aug 15 05:35:19.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6445 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.287 INFO O| Aug 15 05:35:19.287 INFO STEP 844 (remove_files) COMPLETE |
6446 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.287 INFO O| Aug 15 05:35:19.287 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.298 INFO O| Aug 15 05:35:19.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6448 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.298 INFO O| Aug 15 05:35:19.298 INFO STEP 845 (remove_files) COMPLETE |
6449 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.298 INFO O| Aug 15 05:35:19.298 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.309 INFO O| Aug 15 05:35:19.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6451 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.309 INFO O| Aug 15 05:35:19.309 INFO STEP 846 (remove_files) COMPLETE |
6452 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.309 INFO O| Aug 15 05:35:19.309 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.319 INFO O| Aug 15 05:35:19.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6454 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.319 INFO O| Aug 15 05:35:19.319 INFO STEP 847 (remove_files) COMPLETE |
6455 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.319 INFO O| Aug 15 05:35:19.319 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.329 INFO O| Aug 15 05:35:19.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6457 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.330 INFO O| Aug 15 05:35:19.330 INFO STEP 848 (remove_files) COMPLETE |
6458 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.330 INFO O| Aug 15 05:35:19.330 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.340 INFO O| Aug 15 05:35:19.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6460 | 2024-08-15T05:35:20.918Z | [ recovery-image] Aug 15 05:35:19.340 INFO O| Aug 15 05:35:19.340 INFO STEP 849 (remove_files) COMPLETE |
6461 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.340 INFO O| Aug 15 05:35:19.340 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.350 INFO O| Aug 15 05:35:19.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6463 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.350 INFO O| Aug 15 05:35:19.350 INFO STEP 850 (remove_files) COMPLETE |
6464 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.350 INFO O| Aug 15 05:35:19.350 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.360 INFO O| Aug 15 05:35:19.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6466 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.361 INFO O| Aug 15 05:35:19.361 INFO STEP 851 (remove_files) COMPLETE |
6467 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.361 INFO O| Aug 15 05:35:19.361 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.371 INFO O| Aug 15 05:35:19.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6469 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.371 INFO O| Aug 15 05:35:19.371 INFO STEP 852 (remove_files) COMPLETE |
6470 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.371 INFO O| Aug 15 05:35:19.371 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.381 INFO O| Aug 15 05:35:19.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6472 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.381 INFO O| Aug 15 05:35:19.381 INFO STEP 853 (remove_files) COMPLETE |
6473 | 2024-08-15T05:35:20.919Z | [ recovery-image] Aug 15 05:35:19.381 INFO O| Aug 15 05:35:19.381 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-15T05:35:20.920Z | [ recovery-image] Aug 15 05:35:19.391 INFO O| Aug 15 05:35:19.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6475 | 2024-08-15T05:35:20.928Z | [ recovery-image] Aug 15 05:35:19.391 INFO O| Aug 15 05:35:19.391 INFO STEP 854 (remove_files) COMPLETE |
6476 | 2024-08-15T05:35:20.928Z | [ recovery-image] Aug 15 05:35:19.391 INFO O| Aug 15 05:35:19.391 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.401 INFO O| Aug 15 05:35:19.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6478 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.401 INFO O| Aug 15 05:35:19.401 INFO STEP 855 (remove_files) COMPLETE |
6479 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.401 INFO O| Aug 15 05:35:19.401 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.412 INFO O| Aug 15 05:35:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6481 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.412 INFO O| Aug 15 05:35:19.412 INFO STEP 856 (remove_files) COMPLETE |
6482 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.412 INFO O| Aug 15 05:35:19.412 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.422 INFO O| Aug 15 05:35:19.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6484 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.422 INFO O| Aug 15 05:35:19.422 INFO STEP 857 (remove_files) COMPLETE |
6485 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.422 INFO O| Aug 15 05:35:19.422 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.432 INFO O| Aug 15 05:35:19.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6487 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.432 INFO O| Aug 15 05:35:19.432 INFO STEP 858 (remove_files) COMPLETE |
6488 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.432 INFO O| Aug 15 05:35:19.432 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-15T05:35:20.929Z | [ recovery-image] Aug 15 05:35:19.443 INFO O| Aug 15 05:35:19.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6490 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.443 INFO O| Aug 15 05:35:19.443 INFO STEP 859 (remove_files) COMPLETE |
6491 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.443 INFO O| Aug 15 05:35:19.443 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.453 INFO O| Aug 15 05:35:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6493 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.453 INFO O| Aug 15 05:35:19.453 INFO STEP 860 (remove_files) COMPLETE |
6494 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.453 INFO O| Aug 15 05:35:19.453 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.465 INFO O| Aug 15 05:35:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6496 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.465 INFO O| Aug 15 05:35:19.465 INFO STEP 861 (remove_files) COMPLETE |
6497 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.465 INFO O| Aug 15 05:35:19.465 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.476 INFO O| Aug 15 05:35:19.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6499 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.476 INFO O| Aug 15 05:35:19.476 INFO STEP 862 (remove_files) COMPLETE |
6500 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.476 INFO O| Aug 15 05:35:19.476 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.487 INFO O| Aug 15 05:35:19.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6502 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.487 INFO O| Aug 15 05:35:19.487 INFO STEP 863 (remove_files) COMPLETE |
6503 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.487 INFO O| Aug 15 05:35:19.487 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.497 INFO O| Aug 15 05:35:19.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6505 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.497 INFO O| Aug 15 05:35:19.497 INFO STEP 864 (remove_files) COMPLETE |
6506 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.497 INFO O| Aug 15 05:35:19.497 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.508 INFO O| Aug 15 05:35:19.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6508 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.508 INFO O| Aug 15 05:35:19.508 INFO STEP 865 (remove_files) COMPLETE |
6509 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.508 INFO O| Aug 15 05:35:19.508 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.518 INFO O| Aug 15 05:35:19.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6511 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.518 INFO O| Aug 15 05:35:19.518 INFO STEP 866 (remove_files) COMPLETE |
6512 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.518 INFO O| Aug 15 05:35:19.518 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.529 INFO O| Aug 15 05:35:19.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6514 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.529 INFO O| Aug 15 05:35:19.529 INFO STEP 867 (remove_files) COMPLETE |
6515 | 2024-08-15T05:35:20.930Z | [ recovery-image] Aug 15 05:35:19.529 INFO O| Aug 15 05:35:19.529 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.539 INFO O| Aug 15 05:35:19.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6517 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.539 INFO O| Aug 15 05:35:19.539 INFO STEP 868 (remove_files) COMPLETE |
6518 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.539 INFO O| Aug 15 05:35:19.539 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.549 INFO O| Aug 15 05:35:19.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6520 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.550 INFO O| Aug 15 05:35:19.550 INFO STEP 869 (remove_files) COMPLETE |
6521 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.550 INFO O| Aug 15 05:35:19.550 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.560 INFO O| Aug 15 05:35:19.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6523 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.560 INFO O| Aug 15 05:35:19.560 INFO STEP 870 (remove_files) COMPLETE |
6524 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.560 INFO O| Aug 15 05:35:19.560 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.570 INFO O| Aug 15 05:35:19.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6526 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.570 INFO O| Aug 15 05:35:19.570 INFO STEP 871 (remove_files) COMPLETE |
6527 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.570 INFO O| Aug 15 05:35:19.570 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.580 INFO O| Aug 15 05:35:19.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6529 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.580 INFO O| Aug 15 05:35:19.580 INFO STEP 872 (remove_files) COMPLETE |
6530 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.580 INFO O| Aug 15 05:35:19.580 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.590 INFO O| Aug 15 05:35:19.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6532 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.590 INFO O| Aug 15 05:35:19.590 INFO STEP 873 (remove_files) COMPLETE |
6533 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.590 INFO O| Aug 15 05:35:19.590 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.600 INFO O| Aug 15 05:35:19.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6535 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.600 INFO O| Aug 15 05:35:19.600 INFO STEP 874 (remove_files) COMPLETE |
6536 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.600 INFO O| Aug 15 05:35:19.600 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.610 INFO O| Aug 15 05:35:19.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6538 | 2024-08-15T05:35:20.931Z | [ recovery-image] Aug 15 05:35:19.610 INFO O| Aug 15 05:35:19.610 INFO STEP 875 (remove_files) COMPLETE |
6539 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.610 INFO O| Aug 15 05:35:19.610 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.620 INFO O| Aug 15 05:35:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6541 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.620 INFO O| Aug 15 05:35:19.620 INFO STEP 876 (remove_files) COMPLETE |
6542 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.620 INFO O| Aug 15 05:35:19.620 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.630 INFO O| Aug 15 05:35:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6544 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.630 INFO O| Aug 15 05:35:19.630 INFO STEP 877 (remove_files) COMPLETE |
6545 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.630 INFO O| Aug 15 05:35:19.630 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.640 INFO O| Aug 15 05:35:19.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6547 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.640 INFO O| Aug 15 05:35:19.640 INFO STEP 878 (remove_files) COMPLETE |
6548 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.640 INFO O| Aug 15 05:35:19.640 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.650 INFO O| Aug 15 05:35:19.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6550 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.650 INFO O| Aug 15 05:35:19.650 INFO STEP 879 (remove_files) COMPLETE |
6551 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.650 INFO O| Aug 15 05:35:19.650 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.660 INFO O| Aug 15 05:35:19.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6553 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.660 INFO O| Aug 15 05:35:19.660 INFO STEP 880 (remove_files) COMPLETE |
6554 | 2024-08-15T05:35:20.932Z | [ recovery-image] Aug 15 05:35:19.660 INFO O| Aug 15 05:35:19.660 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.669 INFO O| Aug 15 05:35:19.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6556 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.669 INFO O| Aug 15 05:35:19.669 INFO STEP 881 (remove_files) COMPLETE |
6557 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.669 INFO O| Aug 15 05:35:19.669 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.679 INFO O| Aug 15 05:35:19.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6559 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.679 INFO O| Aug 15 05:35:19.679 INFO STEP 882 (remove_files) COMPLETE |
6560 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.679 INFO O| Aug 15 05:35:19.679 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.689 INFO O| Aug 15 05:35:19.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6562 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.689 INFO O| Aug 15 05:35:19.689 INFO STEP 883 (remove_files) COMPLETE |
6563 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.689 INFO O| Aug 15 05:35:19.689 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.698 INFO O| Aug 15 05:35:19.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6565 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.698 INFO O| Aug 15 05:35:19.698 INFO STEP 884 (remove_files) COMPLETE |
6566 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.698 INFO O| Aug 15 05:35:19.698 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.708 INFO O| Aug 15 05:35:19.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6568 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.708 INFO O| Aug 15 05:35:19.708 INFO STEP 885 (remove_files) COMPLETE |
6569 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.708 INFO O| Aug 15 05:35:19.708 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.718 INFO O| Aug 15 05:35:19.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6571 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.718 INFO O| Aug 15 05:35:19.718 INFO STEP 886 (remove_files) COMPLETE |
6572 | 2024-08-15T05:35:20.933Z | [ recovery-image] Aug 15 05:35:19.718 INFO O| Aug 15 05:35:19.718 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-15T05:35:20.934Z | [ recovery-image] Aug 15 05:35:19.728 INFO O| Aug 15 05:35:19.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6574 | 2024-08-15T05:35:20.934Z | [ recovery-image] Aug 15 05:35:19.729 INFO O| Aug 15 05:35:19.729 INFO STEP 887 (remove_files) COMPLETE |
6575 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.729 INFO O| Aug 15 05:35:19.729 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.739 INFO O| Aug 15 05:35:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6577 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.739 INFO O| Aug 15 05:35:19.739 INFO STEP 888 (remove_files) COMPLETE |
6578 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.739 INFO O| Aug 15 05:35:19.739 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.749 INFO O| Aug 15 05:35:19.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6580 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.749 INFO O| Aug 15 05:35:19.749 INFO STEP 889 (remove_files) COMPLETE |
6581 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.749 INFO O| Aug 15 05:35:19.749 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.758 INFO O| Aug 15 05:35:19.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6583 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.758 INFO O| Aug 15 05:35:19.758 INFO STEP 890 (remove_files) COMPLETE |
6584 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.758 INFO O| Aug 15 05:35:19.758 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.768 INFO O| Aug 15 05:35:19.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6586 | 2024-08-15T05:35:20.973Z | [ recovery-image] Aug 15 05:35:19.768 INFO O| Aug 15 05:35:19.768 INFO STEP 891 (remove_files) COMPLETE |
6587 | 2024-08-15T05:35:20.974Z | [ recovery-image] Aug 15 05:35:19.768 INFO O| Aug 15 05:35:19.768 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-15T05:35:20.974Z | [ recovery-image] Aug 15 05:35:19.779 INFO O| Aug 15 05:35:19.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6589 | 2024-08-15T05:35:20.974Z | [ recovery-image] Aug 15 05:35:19.779 INFO O| Aug 15 05:35:19.779 INFO STEP 892 (remove_files) COMPLETE |
6590 | 2024-08-15T05:35:20.974Z | [ recovery-image] Aug 15 05:35:19.779 INFO O| Aug 15 05:35:19.779 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-15T05:35:20.974Z | [ recovery-image] Aug 15 05:35:19.789 INFO O| Aug 15 05:35:19.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6592 | 2024-08-15T05:35:20.974Z | [ recovery-image] Aug 15 05:35:19.789 INFO O| Aug 15 05:35:19.789 INFO STEP 893 (remove_files) COMPLETE |
6593 | 2024-08-15T05:35:20.975Z | [ recovery-image] Aug 15 05:35:19.789 INFO O| Aug 15 05:35:19.789 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-15T05:35:20.975Z | [ recovery-image] Aug 15 05:35:19.800 INFO O| Aug 15 05:35:19.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6595 | 2024-08-15T05:35:20.975Z | [ recovery-image] Aug 15 05:35:19.800 INFO O| Aug 15 05:35:19.800 INFO STEP 894 (remove_files) COMPLETE |
6596 | 2024-08-15T05:35:20.975Z | [ recovery-image] Aug 15 05:35:19.800 INFO O| Aug 15 05:35:19.800 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-15T05:35:20.975Z | [ recovery-image] Aug 15 05:35:19.811 INFO O| Aug 15 05:35:19.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6598 | 2024-08-15T05:35:20.975Z | [ recovery-image] Aug 15 05:35:19.811 INFO O| Aug 15 05:35:19.811 INFO STEP 895 (remove_files) COMPLETE |
6599 | 2024-08-15T05:35:20.976Z | [ recovery-image] Aug 15 05:35:19.811 INFO O| Aug 15 05:35:19.811 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-15T05:35:21.001Z | [ recovery-image] Aug 15 05:35:19.821 INFO O| Aug 15 05:35:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6601 | 2024-08-15T05:35:21.001Z | [ recovery-image] Aug 15 05:35:19.821 INFO O| Aug 15 05:35:19.821 INFO STEP 896 (remove_files) COMPLETE |
6602 | 2024-08-15T05:35:21.001Z | [ recovery-image] Aug 15 05:35:19.821 INFO O| Aug 15 05:35:19.821 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-15T05:35:21.001Z | [ recovery-image] Aug 15 05:35:19.831 INFO O| Aug 15 05:35:19.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6604 | 2024-08-15T05:35:21.002Z | [ recovery-image] Aug 15 05:35:19.831 INFO O| Aug 15 05:35:19.831 INFO STEP 897 (remove_files) COMPLETE |
6605 | 2024-08-15T05:35:21.002Z | [ recovery-image] Aug 15 05:35:19.831 INFO O| Aug 15 05:35:19.831 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-15T05:35:21.002Z | [ recovery-image] Aug 15 05:35:19.841 INFO O| Aug 15 05:35:19.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6607 | 2024-08-15T05:35:21.002Z | [ recovery-image] Aug 15 05:35:19.841 INFO O| Aug 15 05:35:19.841 INFO STEP 898 (remove_files) COMPLETE |
6608 | 2024-08-15T05:35:21.002Z | [ recovery-image] Aug 15 05:35:19.841 INFO O| Aug 15 05:35:19.841 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-15T05:35:21.017Z | [ recovery-image] Aug 15 05:35:19.851 INFO O| Aug 15 05:35:19.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6610 | 2024-08-15T05:35:21.025Z | [ recovery-image] Aug 15 05:35:19.851 INFO O| Aug 15 05:35:19.851 INFO STEP 899 (remove_files) COMPLETE |
6611 | 2024-08-15T05:35:21.025Z | [ recovery-image] Aug 15 05:35:19.851 INFO O| Aug 15 05:35:19.851 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-15T05:35:21.025Z | [ recovery-image] Aug 15 05:35:19.860 INFO O| Aug 15 05:35:19.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6613 | 2024-08-15T05:35:21.026Z | [ recovery-image] Aug 15 05:35:19.861 INFO O| Aug 15 05:35:19.861 INFO STEP 900 (remove_files) COMPLETE |
6614 | 2024-08-15T05:35:21.026Z | [ recovery-image] Aug 15 05:35:19.861 INFO O| Aug 15 05:35:19.861 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-15T05:35:21.026Z | [ recovery-image] Aug 15 05:35:19.870 INFO O| Aug 15 05:35:19.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6616 | 2024-08-15T05:35:21.026Z | [ recovery-image] Aug 15 05:35:19.870 INFO O| Aug 15 05:35:19.870 INFO STEP 901 (remove_files) COMPLETE |
6617 | 2024-08-15T05:35:21.026Z | [ recovery-image] Aug 15 05:35:19.870 INFO O| Aug 15 05:35:19.870 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-15T05:35:21.031Z | [ recovery-image] Aug 15 05:35:19.880 INFO O| Aug 15 05:35:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6619 | 2024-08-15T05:35:21.031Z | [ recovery-image] Aug 15 05:35:19.880 INFO O| Aug 15 05:35:19.880 INFO STEP 902 (remove_files) COMPLETE |
6620 | 2024-08-15T05:35:21.031Z | [ recovery-image] Aug 15 05:35:19.880 INFO O| Aug 15 05:35:19.880 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-15T05:35:21.031Z | [ recovery-image] Aug 15 05:35:19.890 INFO O| Aug 15 05:35:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6622 | 2024-08-15T05:35:21.031Z | [ recovery-image] Aug 15 05:35:19.890 INFO O| Aug 15 05:35:19.890 INFO STEP 903 (remove_files) COMPLETE |
6623 | 2024-08-15T05:35:21.031Z | [ recovery-image] Aug 15 05:35:19.890 INFO O| Aug 15 05:35:19.890 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-15T05:35:21.037Z | [ recovery-image] Aug 15 05:35:19.900 INFO O| Aug 15 05:35:19.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6625 | 2024-08-15T05:35:21.037Z | [ recovery-image] Aug 15 05:35:19.900 INFO O| Aug 15 05:35:19.900 INFO STEP 904 (remove_files) COMPLETE |
6626 | 2024-08-15T05:35:21.037Z | [ recovery-image] Aug 15 05:35:19.900 INFO O| Aug 15 05:35:19.900 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-15T05:35:21.044Z | [ recovery-image] Aug 15 05:35:19.910 INFO O| Aug 15 05:35:19.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6628 | 2024-08-15T05:35:21.045Z | [ recovery-image] Aug 15 05:35:19.910 INFO O| Aug 15 05:35:19.910 INFO STEP 905 (remove_files) COMPLETE |
6629 | 2024-08-15T05:35:21.045Z | [ recovery-image] Aug 15 05:35:19.910 INFO O| Aug 15 05:35:19.910 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-15T05:35:21.054Z | [ recovery-image] Aug 15 05:35:19.919 INFO O| Aug 15 05:35:19.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6631 | 2024-08-15T05:35:21.055Z | [ recovery-image] Aug 15 05:35:19.919 INFO O| Aug 15 05:35:19.919 INFO STEP 906 (remove_files) COMPLETE |
6632 | 2024-08-15T05:35:21.058Z | [ recovery-image] Aug 15 05:35:19.919 INFO O| Aug 15 05:35:19.919 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-15T05:35:21.064Z | [ recovery-image] Aug 15 05:35:19.929 INFO O| Aug 15 05:35:19.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6634 | 2024-08-15T05:35:21.069Z | [ recovery-image] Aug 15 05:35:19.929 INFO O| Aug 15 05:35:19.929 INFO STEP 907 (remove_files) COMPLETE |
6635 | 2024-08-15T05:35:21.070Z | [ recovery-image] Aug 15 05:35:19.929 INFO O| Aug 15 05:35:19.929 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-15T05:35:21.075Z | [ recovery-image] Aug 15 05:35:19.939 INFO O| Aug 15 05:35:19.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6637 | 2024-08-15T05:35:21.075Z | [ recovery-image] Aug 15 05:35:19.939 INFO O| Aug 15 05:35:19.939 INFO STEP 908 (remove_files) COMPLETE |
6638 | 2024-08-15T05:35:21.075Z | [ recovery-image] Aug 15 05:35:19.939 INFO O| Aug 15 05:35:19.939 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-15T05:35:21.084Z | [ recovery-image] Aug 15 05:35:19.949 INFO O| Aug 15 05:35:19.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6640 | 2024-08-15T05:35:21.084Z | [ recovery-image] Aug 15 05:35:19.949 INFO O| Aug 15 05:35:19.949 INFO STEP 909 (remove_files) COMPLETE |
6641 | 2024-08-15T05:35:21.089Z | [ recovery-image] Aug 15 05:35:19.949 INFO O| Aug 15 05:35:19.949 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-15T05:35:21.094Z | [ recovery-image] Aug 15 05:35:19.959 INFO O| Aug 15 05:35:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6643 | 2024-08-15T05:35:21.094Z | [ recovery-image] Aug 15 05:35:19.959 INFO O| Aug 15 05:35:19.959 INFO STEP 910 (remove_files) COMPLETE |
6644 | 2024-08-15T05:35:21.098Z | [ recovery-image] Aug 15 05:35:19.959 INFO O| Aug 15 05:35:19.959 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-15T05:35:21.104Z | [ recovery-image] Aug 15 05:35:19.969 INFO O| Aug 15 05:35:19.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6646 | 2024-08-15T05:35:21.104Z | [ recovery-image] Aug 15 05:35:19.969 INFO O| Aug 15 05:35:19.969 INFO STEP 911 (remove_files) COMPLETE |
6647 | 2024-08-15T05:35:21.109Z | [ recovery-image] Aug 15 05:35:19.969 INFO O| Aug 15 05:35:19.969 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-15T05:35:21.115Z | [ recovery-image] Aug 15 05:35:19.979 INFO O| Aug 15 05:35:19.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6649 | 2024-08-15T05:35:21.115Z | [ recovery-image] Aug 15 05:35:19.979 INFO O| Aug 15 05:35:19.979 INFO STEP 912 (remove_files) COMPLETE |
6650 | 2024-08-15T05:35:21.120Z | [ recovery-image] Aug 15 05:35:19.979 INFO O| Aug 15 05:35:19.979 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-15T05:35:21.124Z | [ recovery-image] Aug 15 05:35:19.988 INFO O| Aug 15 05:35:19.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6652 | 2024-08-15T05:35:21.124Z | [ recovery-image] Aug 15 05:35:19.988 INFO O| Aug 15 05:35:19.988 INFO STEP 913 (remove_files) COMPLETE |
6653 | 2024-08-15T05:35:21.129Z | [ recovery-image] Aug 15 05:35:19.989 INFO O| Aug 15 05:35:19.988 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-15T05:35:21.134Z | [ recovery-image] Aug 15 05:35:19.998 INFO O| Aug 15 05:35:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6655 | 2024-08-15T05:35:21.134Z | [ recovery-image] Aug 15 05:35:19.998 INFO O| Aug 15 05:35:19.998 INFO STEP 914 (remove_files) COMPLETE |
6656 | 2024-08-15T05:35:21.138Z | [ recovery-image] Aug 15 05:35:19.998 INFO O| Aug 15 05:35:19.998 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-15T05:35:21.151Z | [ recovery-image] Aug 15 05:35:20.009 INFO O| Aug 15 05:35:20.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6658 | 2024-08-15T05:35:21.151Z | [ recovery-image] Aug 15 05:35:20.009 INFO O| Aug 15 05:35:20.009 INFO STEP 915 (remove_files) COMPLETE |
6659 | 2024-08-15T05:35:21.152Z | [ recovery-image] Aug 15 05:35:20.009 INFO O| Aug 15 05:35:20.009 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-15T05:35:21.158Z | [ recovery-image] Aug 15 05:35:20.019 INFO O| Aug 15 05:35:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6661 | 2024-08-15T05:35:21.158Z | [ recovery-image] Aug 15 05:35:20.019 INFO O| Aug 15 05:35:20.019 INFO STEP 916 (remove_files) COMPLETE |
6662 | 2024-08-15T05:35:21.158Z | [ recovery-image] Aug 15 05:35:20.019 INFO O| Aug 15 05:35:20.019 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-15T05:35:21.164Z | [ recovery-image] Aug 15 05:35:20.029 INFO O| Aug 15 05:35:20.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6664 | 2024-08-15T05:35:21.164Z | [ recovery-image] Aug 15 05:35:20.029 INFO O| Aug 15 05:35:20.029 INFO STEP 917 (remove_files) COMPLETE |
6665 | 2024-08-15T05:35:21.164Z | [ recovery-image] Aug 15 05:35:20.029 INFO O| Aug 15 05:35:20.029 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-15T05:35:21.174Z | [ recovery-image] Aug 15 05:35:20.039 INFO O| Aug 15 05:35:20.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6667 | 2024-08-15T05:35:21.190Z | [ recovery-image] Aug 15 05:35:20.039 INFO O| Aug 15 05:35:20.039 INFO STEP 918 (remove_files) COMPLETE |
6668 | 2024-08-15T05:35:21.190Z | [ recovery-image] Aug 15 05:35:20.039 INFO O| Aug 15 05:35:20.039 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-15T05:35:21.190Z | [ recovery-image] Aug 15 05:35:20.049 INFO O| Aug 15 05:35:20.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6670 | 2024-08-15T05:35:21.191Z | [ recovery-image] Aug 15 05:35:20.049 INFO O| Aug 15 05:35:20.049 INFO STEP 919 (remove_files) COMPLETE |
6671 | 2024-08-15T05:35:21.191Z | [ recovery-image] Aug 15 05:35:20.049 INFO O| Aug 15 05:35:20.049 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-15T05:35:21.198Z | [ recovery-image] Aug 15 05:35:20.058 INFO O| Aug 15 05:35:20.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6673 | 2024-08-15T05:35:21.198Z | [ recovery-image] Aug 15 05:35:20.058 INFO O| Aug 15 05:35:20.058 INFO STEP 920 (remove_files) COMPLETE |
6674 | 2024-08-15T05:35:21.198Z | [ recovery-image] Aug 15 05:35:20.058 INFO O| Aug 15 05:35:20.058 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-15T05:35:21.203Z | [ recovery-image] Aug 15 05:35:20.068 INFO O| Aug 15 05:35:20.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6676 | 2024-08-15T05:35:21.203Z | [ recovery-image] Aug 15 05:35:20.068 INFO O| Aug 15 05:35:20.068 INFO STEP 921 (remove_files) COMPLETE |
6677 | 2024-08-15T05:35:21.207Z | [ recovery-image] Aug 15 05:35:20.068 INFO O| Aug 15 05:35:20.068 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-15T05:35:21.213Z | [ recovery-image] Aug 15 05:35:20.078 INFO O| Aug 15 05:35:20.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6679 | 2024-08-15T05:35:21.213Z | [ recovery-image] Aug 15 05:35:20.078 INFO O| Aug 15 05:35:20.078 INFO STEP 922 (remove_files) COMPLETE |
6680 | 2024-08-15T05:35:21.213Z | [ recovery-image] Aug 15 05:35:20.078 INFO O| Aug 15 05:35:20.078 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-08-15T05:35:21.225Z | [ recovery-image] Aug 15 05:35:20.088 INFO O| Aug 15 05:35:20.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6682 | 2024-08-15T05:35:21.225Z | [ recovery-image] Aug 15 05:35:20.088 INFO O| Aug 15 05:35:20.088 INFO STEP 923 (remove_files) COMPLETE |
6683 | 2024-08-15T05:35:21.225Z | [ recovery-image] Aug 15 05:35:20.088 INFO O| Aug 15 05:35:20.088 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-08-15T05:35:21.233Z | [ recovery-image] Aug 15 05:35:20.098 INFO O| Aug 15 05:35:20.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6685 | 2024-08-15T05:35:21.238Z | [ recovery-image] Aug 15 05:35:20.098 INFO O| Aug 15 05:35:20.098 INFO STEP 924 (remove_files) COMPLETE |
6686 | 2024-08-15T05:35:21.238Z | [ recovery-image] Aug 15 05:35:20.098 INFO O| Aug 15 05:35:20.098 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-08-15T05:35:21.243Z | [ recovery-image] Aug 15 05:35:20.108 INFO O| Aug 15 05:35:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6688 | 2024-08-15T05:35:21.243Z | [ recovery-image] Aug 15 05:35:20.108 INFO O| Aug 15 05:35:20.108 INFO STEP 925 (remove_files) COMPLETE |
6689 | 2024-08-15T05:35:21.243Z | [ recovery-image] Aug 15 05:35:20.108 INFO O| Aug 15 05:35:20.108 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-08-15T05:35:21.253Z | [ recovery-image] Aug 15 05:35:20.117 INFO O| Aug 15 05:35:20.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6691 | 2024-08-15T05:35:21.253Z | [ recovery-image] Aug 15 05:35:20.118 INFO O| Aug 15 05:35:20.118 INFO STEP 926 (remove_files) COMPLETE |
6692 | 2024-08-15T05:35:21.280Z | [ recovery-image] Aug 15 05:35:20.118 INFO O| Aug 15 05:35:20.118 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-08-15T05:35:21.280Z | [ recovery-image] Aug 15 05:35:20.127 INFO O| Aug 15 05:35:20.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6694 | 2024-08-15T05:35:21.280Z | [ recovery-image] Aug 15 05:35:20.128 INFO O| Aug 15 05:35:20.127 INFO STEP 927 (remove_files) COMPLETE |
6695 | 2024-08-15T05:35:21.280Z | [ recovery-image] Aug 15 05:35:20.128 INFO O| Aug 15 05:35:20.127 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-08-15T05:35:21.285Z | [ recovery-image] Aug 15 05:35:20.137 INFO O| Aug 15 05:35:20.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6697 | 2024-08-15T05:35:21.285Z | [ recovery-image] Aug 15 05:35:20.137 INFO O| Aug 15 05:35:20.137 INFO STEP 928 (remove_files) COMPLETE |
6698 | 2024-08-15T05:35:21.285Z | [ recovery-image] Aug 15 05:35:20.137 INFO O| Aug 15 05:35:20.137 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-08-15T05:35:21.285Z | [ recovery-image] Aug 15 05:35:20.147 INFO O| Aug 15 05:35:20.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6700 | 2024-08-15T05:35:21.285Z | [ recovery-image] Aug 15 05:35:20.147 INFO O| Aug 15 05:35:20.147 INFO STEP 929 (remove_files) COMPLETE |
6701 | 2024-08-15T05:35:21.286Z | [ recovery-image] Aug 15 05:35:20.147 INFO O| Aug 15 05:35:20.147 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-08-15T05:35:21.292Z | [ recovery-image] Aug 15 05:35:20.157 INFO O| Aug 15 05:35:20.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6703 | 2024-08-15T05:35:21.298Z | [ recovery-image] Aug 15 05:35:20.157 INFO O| Aug 15 05:35:20.157 INFO STEP 930 (remove_files) COMPLETE |
6704 | 2024-08-15T05:35:21.298Z | [ recovery-image] Aug 15 05:35:20.157 INFO O| Aug 15 05:35:20.157 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-08-15T05:35:21.302Z | [ recovery-image] Aug 15 05:35:20.166 INFO O| Aug 15 05:35:20.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6706 | 2024-08-15T05:35:21.302Z | [ recovery-image] Aug 15 05:35:20.166 INFO O| Aug 15 05:35:20.166 INFO STEP 931 (remove_files) COMPLETE |
6707 | 2024-08-15T05:35:21.302Z | [ recovery-image] Aug 15 05:35:20.166 INFO O| Aug 15 05:35:20.166 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-08-15T05:35:21.318Z | [ recovery-image] Aug 15 05:35:20.176 INFO O| Aug 15 05:35:20.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6709 | 2024-08-15T05:35:21.322Z | [ recovery-image] Aug 15 05:35:20.176 INFO O| Aug 15 05:35:20.176 INFO STEP 932 (remove_files) COMPLETE |
6710 | 2024-08-15T05:35:21.322Z | [ recovery-image] Aug 15 05:35:20.176 INFO O| Aug 15 05:35:20.176 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-08-15T05:35:21.322Z | [ recovery-image] Aug 15 05:35:20.186 INFO O| Aug 15 05:35:20.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6712 | 2024-08-15T05:35:21.323Z | [ recovery-image] Aug 15 05:35:20.186 INFO O| Aug 15 05:35:20.186 INFO STEP 933 (remove_files) COMPLETE |
6713 | 2024-08-15T05:35:21.323Z | [ recovery-image] Aug 15 05:35:20.186 INFO O| Aug 15 05:35:20.186 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-08-15T05:35:21.335Z | [ recovery-image] Aug 15 05:35:20.197 INFO O| Aug 15 05:35:20.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6715 | 2024-08-15T05:35:21.335Z | [ recovery-image] Aug 15 05:35:20.197 INFO O| Aug 15 05:35:20.197 INFO STEP 934 (remove_files) COMPLETE |
6716 | 2024-08-15T05:35:21.335Z | [ recovery-image] Aug 15 05:35:20.197 INFO O| Aug 15 05:35:20.197 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-08-15T05:35:21.343Z | [ recovery-image] Aug 15 05:35:20.207 INFO O| Aug 15 05:35:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6718 | 2024-08-15T05:35:21.343Z | [ recovery-image] Aug 15 05:35:20.207 INFO O| Aug 15 05:35:20.207 INFO STEP 935 (remove_files) COMPLETE |
6719 | 2024-08-15T05:35:21.347Z | [ recovery-image] Aug 15 05:35:20.207 INFO O| Aug 15 05:35:20.207 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-08-15T05:35:21.354Z | [ recovery-image] Aug 15 05:35:20.217 INFO O| Aug 15 05:35:20.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6721 | 2024-08-15T05:35:21.354Z | [ recovery-image] Aug 15 05:35:20.217 INFO O| Aug 15 05:35:20.217 INFO STEP 936 (remove_files) COMPLETE |
6722 | 2024-08-15T05:35:21.354Z | [ recovery-image] Aug 15 05:35:20.217 INFO O| Aug 15 05:35:20.217 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-08-15T05:35:21.370Z | [ recovery-image] Aug 15 05:35:20.227 INFO O| Aug 15 05:35:20.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6724 | 2024-08-15T05:35:21.378Z | [ recovery-image] Aug 15 05:35:20.227 INFO O| Aug 15 05:35:20.227 INFO STEP 937 (remove_files) COMPLETE |
6725 | 2024-08-15T05:35:21.378Z | [ recovery-image] Aug 15 05:35:20.227 INFO O| Aug 15 05:35:20.227 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-08-15T05:35:21.378Z | [ recovery-image] Aug 15 05:35:20.236 INFO O| Aug 15 05:35:20.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6727 | 2024-08-15T05:35:21.378Z | [ recovery-image] Aug 15 05:35:20.237 INFO O| Aug 15 05:35:20.236 INFO STEP 938 (remove_files) COMPLETE |
6728 | 2024-08-15T05:35:21.378Z | [ recovery-image] Aug 15 05:35:20.237 INFO O| Aug 15 05:35:20.237 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-08-15T05:35:21.395Z | [ recovery-image] Aug 15 05:35:20.247 INFO O| Aug 15 05:35:20.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6730 | 2024-08-15T05:35:21.395Z | [ recovery-image] Aug 15 05:35:20.247 INFO O| Aug 15 05:35:20.247 INFO STEP 939 (remove_files) COMPLETE |
6731 | 2024-08-15T05:35:21.395Z | [ recovery-image] Aug 15 05:35:20.247 INFO O| Aug 15 05:35:20.247 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-08-15T05:35:21.407Z | [ recovery-image] Aug 15 05:35:20.257 INFO O| Aug 15 05:35:20.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6733 | 2024-08-15T05:35:21.407Z | [ recovery-image] Aug 15 05:35:20.257 INFO O| Aug 15 05:35:20.257 INFO STEP 940 (remove_files) COMPLETE |
6734 | 2024-08-15T05:35:21.407Z | [ recovery-image] Aug 15 05:35:20.257 INFO O| Aug 15 05:35:20.257 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-15T05:35:21.411Z | [ recovery-image] Aug 15 05:35:20.267 INFO O| Aug 15 05:35:20.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6736 | 2024-08-15T05:35:21.411Z | [ recovery-image] Aug 15 05:35:20.267 INFO O| Aug 15 05:35:20.267 INFO STEP 941 (remove_files) COMPLETE |
6737 | 2024-08-15T05:35:21.411Z | [ recovery-image] Aug 15 05:35:20.267 INFO O| Aug 15 05:35:20.267 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-08-15T05:35:21.414Z | [ recovery-image] Aug 15 05:35:20.277 INFO O| Aug 15 05:35:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6739 | 2024-08-15T05:35:21.414Z | [ recovery-image] Aug 15 05:35:20.277 INFO O| Aug 15 05:35:20.277 INFO STEP 942 (remove_files) COMPLETE |
6740 | 2024-08-15T05:35:21.414Z | [ recovery-image] Aug 15 05:35:20.277 INFO O| Aug 15 05:35:20.277 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-08-15T05:35:21.422Z | [ recovery-image] Aug 15 05:35:20.287 INFO O| Aug 15 05:35:20.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6742 | 2024-08-15T05:35:21.422Z | [ recovery-image] Aug 15 05:35:20.287 INFO O| Aug 15 05:35:20.287 INFO STEP 943 (remove_files) COMPLETE |
6743 | 2024-08-15T05:35:21.422Z | [ recovery-image] Aug 15 05:35:20.287 INFO O| Aug 15 05:35:20.287 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-15T05:35:21.431Z | [ recovery-image] Aug 15 05:35:20.297 INFO O| Aug 15 05:35:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6745 | 2024-08-15T05:35:21.434Z | [ recovery-image] Aug 15 05:35:20.297 INFO O| Aug 15 05:35:20.297 INFO STEP 944 (remove_files) COMPLETE |
6746 | 2024-08-15T05:35:21.434Z | [ recovery-image] Aug 15 05:35:20.297 INFO O| Aug 15 05:35:20.297 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-15T05:35:21.441Z | [ recovery-image] Aug 15 05:35:20.307 INFO O| Aug 15 05:35:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6748 | 2024-08-15T05:35:21.441Z | [ recovery-image] Aug 15 05:35:20.307 INFO O| Aug 15 05:35:20.307 INFO STEP 945 (remove_files) COMPLETE |
6749 | 2024-08-15T05:35:21.445Z | [ recovery-image] Aug 15 05:35:20.307 INFO O| Aug 15 05:35:20.307 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-08-15T05:35:21.451Z | [ recovery-image] Aug 15 05:35:20.316 INFO O| Aug 15 05:35:20.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6751 | 2024-08-15T05:35:21.453Z | [ recovery-image] Aug 15 05:35:20.317 INFO O| Aug 15 05:35:20.316 INFO STEP 946 (remove_files) COMPLETE |
6752 | 2024-08-15T05:35:21.453Z | [ recovery-image] Aug 15 05:35:20.317 INFO O| Aug 15 05:35:20.317 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-15T05:35:21.460Z | [ recovery-image] Aug 15 05:35:20.326 INFO O| Aug 15 05:35:20.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6754 | 2024-08-15T05:35:21.460Z | [ recovery-image] Aug 15 05:35:20.326 INFO O| Aug 15 05:35:20.326 INFO STEP 947 (remove_files) COMPLETE |
6755 | 2024-08-15T05:35:21.463Z | [ recovery-image] Aug 15 05:35:20.326 INFO O| Aug 15 05:35:20.326 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-15T05:35:21.470Z | [ recovery-image] Aug 15 05:35:20.336 INFO O| Aug 15 05:35:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6757 | 2024-08-15T05:35:21.470Z | [ recovery-image] Aug 15 05:35:20.336 INFO O| Aug 15 05:35:20.336 INFO STEP 948 (remove_files) COMPLETE |
6758 | 2024-08-15T05:35:21.473Z | [ recovery-image] Aug 15 05:35:20.336 INFO O| Aug 15 05:35:20.336 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-08-15T05:35:21.484Z | [ recovery-image] Aug 15 05:35:20.346 INFO O| Aug 15 05:35:20.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6760 | 2024-08-15T05:35:21.486Z | [ recovery-image] Aug 15 05:35:20.347 INFO O| Aug 15 05:35:20.347 INFO STEP 949 (remove_files) COMPLETE |
6761 | 2024-08-15T05:35:21.486Z | [ recovery-image] Aug 15 05:35:20.347 INFO O| Aug 15 05:35:20.347 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-08-15T05:35:21.491Z | [ recovery-image] Aug 15 05:35:20.356 INFO O| Aug 15 05:35:20.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6763 | 2024-08-15T05:35:21.491Z | [ recovery-image] Aug 15 05:35:20.356 INFO O| Aug 15 05:35:20.356 INFO STEP 950 (remove_files) COMPLETE |
6764 | 2024-08-15T05:35:21.494Z | [ recovery-image] Aug 15 05:35:20.356 INFO O| Aug 15 05:35:20.356 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-15T05:35:21.500Z | [ recovery-image] Aug 15 05:35:20.366 INFO O| Aug 15 05:35:20.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6766 | 2024-08-15T05:35:21.503Z | [ recovery-image] Aug 15 05:35:20.366 INFO O| Aug 15 05:35:20.366 INFO STEP 951 (remove_files) COMPLETE |
6767 | 2024-08-15T05:35:21.503Z | [ recovery-image] Aug 15 05:35:20.366 INFO O| Aug 15 05:35:20.366 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-15T05:35:21.510Z | [ recovery-image] Aug 15 05:35:20.376 INFO O| Aug 15 05:35:20.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6769 | 2024-08-15T05:35:21.514Z | [ recovery-image] Aug 15 05:35:20.376 INFO O| Aug 15 05:35:20.376 INFO STEP 952 (remove_files) COMPLETE |
6770 | 2024-08-15T05:35:21.514Z | [ recovery-image] Aug 15 05:35:20.376 INFO O| Aug 15 05:35:20.376 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-15T05:35:21.520Z | [ recovery-image] Aug 15 05:35:20.385 INFO O| Aug 15 05:35:20.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6772 | 2024-08-15T05:35:21.526Z | [ recovery-image] Aug 15 05:35:20.385 INFO O| Aug 15 05:35:20.385 INFO STEP 953 (remove_files) COMPLETE |
6773 | 2024-08-15T05:35:21.526Z | [ recovery-image] Aug 15 05:35:20.385 INFO O| Aug 15 05:35:20.385 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-15T05:35:21.529Z | [ recovery-image] Aug 15 05:35:20.395 INFO O| Aug 15 05:35:20.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6775 | 2024-08-15T05:35:21.532Z | [ recovery-image] Aug 15 05:35:20.395 INFO O| Aug 15 05:35:20.395 INFO STEP 954 (remove_files) COMPLETE |
6776 | 2024-08-15T05:35:21.532Z | [ recovery-image] Aug 15 05:35:20.395 INFO O| Aug 15 05:35:20.395 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-15T05:35:21.539Z | [ recovery-image] Aug 15 05:35:20.405 INFO O| Aug 15 05:35:20.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6778 | 2024-08-15T05:35:21.542Z | [ recovery-image] Aug 15 05:35:20.405 INFO O| Aug 15 05:35:20.405 INFO STEP 955 (remove_files) COMPLETE |
6779 | 2024-08-15T05:35:21.542Z | [ recovery-image] Aug 15 05:35:20.405 INFO O| Aug 15 05:35:20.405 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-15T05:35:21.549Z | [ recovery-image] Aug 15 05:35:20.414 INFO O| Aug 15 05:35:20.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6781 | 2024-08-15T05:35:21.551Z | [ recovery-image] Aug 15 05:35:20.415 INFO O| Aug 15 05:35:20.415 INFO STEP 956 (remove_files) COMPLETE |
6782 | 2024-08-15T05:35:21.552Z | [ recovery-image] Aug 15 05:35:20.415 INFO O| Aug 15 05:35:20.415 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-15T05:35:21.561Z | [ recovery-image] Aug 15 05:35:20.426 INFO O| Aug 15 05:35:20.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6784 | 2024-08-15T05:35:21.561Z | [ recovery-image] Aug 15 05:35:20.427 INFO O| Aug 15 05:35:20.426 INFO STEP 957 (remove_files) COMPLETE |
6785 | 2024-08-15T05:35:21.561Z | [ recovery-image] Aug 15 05:35:20.427 INFO O| Aug 15 05:35:20.427 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-15T05:35:21.573Z | [ recovery-image] Aug 15 05:35:20.439 INFO O| Aug 15 05:35:20.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6787 | 2024-08-15T05:35:21.573Z | [ recovery-image] Aug 15 05:35:20.439 INFO O| Aug 15 05:35:20.439 INFO STEP 958 (remove_files) COMPLETE |
6788 | 2024-08-15T05:35:21.573Z | [ recovery-image] Aug 15 05:35:20.439 INFO O| Aug 15 05:35:20.439 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-15T05:35:21.584Z | [ recovery-image] Aug 15 05:35:20.449 INFO O| Aug 15 05:35:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6790 | 2024-08-15T05:35:21.584Z | [ recovery-image] Aug 15 05:35:20.449 INFO O| Aug 15 05:35:20.449 INFO STEP 959 (remove_files) COMPLETE |
6791 | 2024-08-15T05:35:21.586Z | [ recovery-image] Aug 15 05:35:20.449 INFO O| Aug 15 05:35:20.449 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-15T05:35:21.597Z | [ recovery-image] Aug 15 05:35:20.461 INFO O| Aug 15 05:35:20.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6793 | 2024-08-15T05:35:21.599Z | [ recovery-image] Aug 15 05:35:20.461 INFO O| Aug 15 05:35:20.461 INFO STEP 960 (remove_files) COMPLETE |
6794 | 2024-08-15T05:35:21.599Z | [ recovery-image] Aug 15 05:35:20.461 INFO O| Aug 15 05:35:20.461 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-15T05:35:21.605Z | [ recovery-image] Aug 15 05:35:20.471 INFO O| Aug 15 05:35:20.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6796 | 2024-08-15T05:35:21.605Z | [ recovery-image] Aug 15 05:35:20.471 INFO O| Aug 15 05:35:20.471 INFO STEP 961 (remove_files) COMPLETE |
6797 | 2024-08-15T05:35:21.608Z | [ recovery-image] Aug 15 05:35:20.471 INFO O| Aug 15 05:35:20.471 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-15T05:35:21.616Z | [ recovery-image] Aug 15 05:35:20.482 INFO O| Aug 15 05:35:20.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6799 | 2024-08-15T05:35:21.616Z | [ recovery-image] Aug 15 05:35:20.482 INFO O| Aug 15 05:35:20.482 INFO STEP 962 (remove_files) COMPLETE |
6800 | 2024-08-15T05:35:21.619Z | [ recovery-image] Aug 15 05:35:20.482 INFO O| Aug 15 05:35:20.482 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-15T05:35:21.626Z | [ recovery-image] Aug 15 05:35:20.492 INFO O| Aug 15 05:35:20.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6802 | 2024-08-15T05:35:21.628Z | [ recovery-image] Aug 15 05:35:20.492 INFO O| Aug 15 05:35:20.492 INFO STEP 963 (remove_files) COMPLETE |
6803 | 2024-08-15T05:35:21.628Z | [ recovery-image] Aug 15 05:35:20.492 INFO O| Aug 15 05:35:20.492 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-15T05:35:21.637Z | [ recovery-image] Aug 15 05:35:20.502 INFO O| Aug 15 05:35:20.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6805 | 2024-08-15T05:35:21.640Z | [ recovery-image] Aug 15 05:35:20.502 INFO O| Aug 15 05:35:20.502 INFO STEP 964 (remove_files) COMPLETE |
6806 | 2024-08-15T05:35:21.641Z | [ recovery-image] Aug 15 05:35:20.502 INFO O| Aug 15 05:35:20.502 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-15T05:35:21.655Z | [ recovery-image] Aug 15 05:35:20.521 INFO O| Aug 15 05:35:20.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6808 | 2024-08-15T05:35:21.658Z | [ recovery-image] Aug 15 05:35:20.522 INFO O| Aug 15 05:35:20.522 INFO STEP 965 (remove_files) COMPLETE |
6809 | 2024-08-15T05:35:21.658Z | [ recovery-image] Aug 15 05:35:20.522 INFO O| Aug 15 05:35:20.522 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-15T05:35:21.667Z | [ recovery-image] Aug 15 05:35:20.533 INFO O| Aug 15 05:35:20.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6811 | 2024-08-15T05:35:21.670Z | [ recovery-image] Aug 15 05:35:20.533 INFO O| Aug 15 05:35:20.533 INFO STEP 966 (remove_files) COMPLETE |
6812 | 2024-08-15T05:35:21.670Z | [ recovery-image] Aug 15 05:35:20.533 INFO O| Aug 15 05:35:20.533 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-15T05:35:21.680Z | [ recovery-image] Aug 15 05:35:20.544 INFO O| Aug 15 05:35:20.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6814 | 2024-08-15T05:35:21.680Z | [ recovery-image] Aug 15 05:35:20.544 INFO O| Aug 15 05:35:20.544 INFO STEP 967 (remove_files) COMPLETE |
6815 | 2024-08-15T05:35:21.682Z | [ recovery-image] Aug 15 05:35:20.544 INFO O| Aug 15 05:35:20.544 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-15T05:35:21.689Z | [ recovery-image] Aug 15 05:35:20.554 INFO O| Aug 15 05:35:20.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6817 | 2024-08-15T05:35:21.689Z | [ recovery-image] Aug 15 05:35:20.555 INFO O| Aug 15 05:35:20.554 INFO STEP 968 (remove_files) COMPLETE |
6818 | 2024-08-15T05:35:21.691Z | [ recovery-image] Aug 15 05:35:20.555 INFO O| Aug 15 05:35:20.555 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-15T05:35:21.699Z | [ recovery-image] Aug 15 05:35:20.565 INFO O| Aug 15 05:35:20.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6820 | 2024-08-15T05:35:21.699Z | [ recovery-image] Aug 15 05:35:20.565 INFO O| Aug 15 05:35:20.565 INFO STEP 969 (remove_files) COMPLETE |
6821 | 2024-08-15T05:35:21.703Z | [ recovery-image] Aug 15 05:35:20.565 INFO O| Aug 15 05:35:20.565 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-15T05:35:21.709Z | [ recovery-image] Aug 15 05:35:20.575 INFO O| Aug 15 05:35:20.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6823 | 2024-08-15T05:35:21.709Z | [ recovery-image] Aug 15 05:35:20.575 INFO O| Aug 15 05:35:20.575 INFO STEP 970 (remove_files) COMPLETE |
6824 | 2024-08-15T05:35:21.712Z | [ recovery-image] Aug 15 05:35:20.575 INFO O| Aug 15 05:35:20.575 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-15T05:35:21.721Z | [ recovery-image] Aug 15 05:35:20.586 INFO O| Aug 15 05:35:20.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6826 | 2024-08-15T05:35:21.721Z | [ recovery-image] Aug 15 05:35:20.586 INFO O| Aug 15 05:35:20.586 INFO STEP 971 (remove_files) COMPLETE |
6827 | 2024-08-15T05:35:21.724Z | [ recovery-image] Aug 15 05:35:20.587 INFO O| Aug 15 05:35:20.586 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-15T05:35:21.732Z | [ recovery-image] Aug 15 05:35:20.598 INFO O| Aug 15 05:35:20.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6829 | 2024-08-15T05:35:21.735Z | [ recovery-image] Aug 15 05:35:20.598 INFO O| Aug 15 05:35:20.598 INFO STEP 972 (remove_files) COMPLETE |
6830 | 2024-08-15T05:35:21.735Z | [ recovery-image] Aug 15 05:35:20.598 INFO O| Aug 15 05:35:20.598 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-08-15T05:35:21.743Z | [ recovery-image] Aug 15 05:35:20.609 INFO O| Aug 15 05:35:20.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6832 | 2024-08-15T05:35:21.745Z | [ recovery-image] Aug 15 05:35:20.609 INFO O| Aug 15 05:35:20.609 INFO STEP 973 (remove_files) COMPLETE |
6833 | 2024-08-15T05:35:21.745Z | [ recovery-image] Aug 15 05:35:20.609 INFO O| Aug 15 05:35:20.609 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-15T05:35:21.753Z | [ recovery-image] Aug 15 05:35:20.619 INFO O| Aug 15 05:35:20.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6835 | 2024-08-15T05:35:21.756Z | [ recovery-image] Aug 15 05:35:20.619 INFO O| Aug 15 05:35:20.619 INFO STEP 974 (remove_files) COMPLETE |
6836 | 2024-08-15T05:35:21.756Z | [ recovery-image] Aug 15 05:35:20.619 INFO O| Aug 15 05:35:20.619 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-15T05:35:21.764Z | [ recovery-image] Aug 15 05:35:20.629 INFO O| Aug 15 05:35:20.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6838 | 2024-08-15T05:35:21.764Z | [ recovery-image] Aug 15 05:35:20.630 INFO O| Aug 15 05:35:20.629 INFO STEP 975 (remove_files) COMPLETE |
6839 | 2024-08-15T05:35:21.766Z | [ recovery-image] Aug 15 05:35:20.630 INFO O| Aug 15 05:35:20.630 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-15T05:35:21.774Z | [ recovery-image] Aug 15 05:35:20.640 INFO O| Aug 15 05:35:20.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6841 | 2024-08-15T05:35:21.774Z | [ recovery-image] Aug 15 05:35:20.640 INFO O| Aug 15 05:35:20.640 INFO STEP 976 (remove_files) COMPLETE |
6842 | 2024-08-15T05:35:21.777Z | [ recovery-image] Aug 15 05:35:20.640 INFO O| Aug 15 05:35:20.640 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-15T05:35:21.784Z | [ recovery-image] Aug 15 05:35:20.650 INFO O| Aug 15 05:35:20.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6844 | 2024-08-15T05:35:21.784Z | [ recovery-image] Aug 15 05:35:20.650 INFO O| Aug 15 05:35:20.650 INFO STEP 977 (remove_files) COMPLETE |
6845 | 2024-08-15T05:35:21.787Z | [ recovery-image] Aug 15 05:35:20.650 INFO O| Aug 15 05:35:20.650 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-15T05:35:21.794Z | [ recovery-image] Aug 15 05:35:20.660 INFO O| Aug 15 05:35:20.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6847 | 2024-08-15T05:35:21.797Z | [ recovery-image] Aug 15 05:35:20.661 INFO O| Aug 15 05:35:20.661 INFO STEP 978 (remove_files) COMPLETE |
6848 | 2024-08-15T05:35:21.798Z | [ recovery-image] Aug 15 05:35:20.661 INFO O| Aug 15 05:35:20.661 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-15T05:35:21.806Z | [ recovery-image] Aug 15 05:35:20.671 INFO O| Aug 15 05:35:20.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6850 | 2024-08-15T05:35:21.808Z | [ recovery-image] Aug 15 05:35:20.671 INFO O| Aug 15 05:35:20.671 INFO STEP 979 (remove_files) COMPLETE |
6851 | 2024-08-15T05:35:21.808Z | [ recovery-image] Aug 15 05:35:20.671 INFO O| Aug 15 05:35:20.671 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-15T05:35:21.816Z | [ recovery-image] Aug 15 05:35:20.682 INFO O| Aug 15 05:35:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6853 | 2024-08-15T05:35:21.816Z | [ recovery-image] Aug 15 05:35:20.682 INFO O| Aug 15 05:35:20.682 INFO STEP 980 (remove_files) COMPLETE |
6854 | 2024-08-15T05:35:21.819Z | [ recovery-image] Aug 15 05:35:20.682 INFO O| Aug 15 05:35:20.682 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-15T05:35:21.826Z | [ recovery-image] Aug 15 05:35:20.692 INFO O| Aug 15 05:35:20.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6856 | 2024-08-15T05:35:21.828Z | [ recovery-image] Aug 15 05:35:20.692 INFO O| Aug 15 05:35:20.692 INFO STEP 981 (remove_files) COMPLETE |
6857 | 2024-08-15T05:35:21.828Z | [ recovery-image] Aug 15 05:35:20.692 INFO O| Aug 15 05:35:20.692 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-15T05:35:21.839Z | [ recovery-image] Aug 15 05:35:20.704 INFO O| Aug 15 05:35:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6859 | 2024-08-15T05:35:21.839Z | [ recovery-image] Aug 15 05:35:20.704 INFO O| Aug 15 05:35:20.704 INFO STEP 982 (remove_files) COMPLETE |
6860 | 2024-08-15T05:35:21.841Z | [ recovery-image] Aug 15 05:35:20.704 INFO O| Aug 15 05:35:20.704 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-15T05:35:21.849Z | [ recovery-image] Aug 15 05:35:20.715 INFO O| Aug 15 05:35:20.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6862 | 2024-08-15T05:35:21.849Z | [ recovery-image] Aug 15 05:35:20.715 INFO O| Aug 15 05:35:20.715 INFO STEP 983 (remove_files) COMPLETE |
6863 | 2024-08-15T05:35:21.849Z | [ recovery-image] Aug 15 05:35:20.715 INFO O| Aug 15 05:35:20.715 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-15T05:35:21.862Z | [ recovery-image] Aug 15 05:35:20.725 INFO O| Aug 15 05:35:20.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6865 | 2024-08-15T05:35:21.862Z | [ recovery-image] Aug 15 05:35:20.725 INFO O| Aug 15 05:35:20.725 INFO STEP 984 (remove_files) COMPLETE |
6866 | 2024-08-15T05:35:21.862Z | [ recovery-image] Aug 15 05:35:20.725 INFO O| Aug 15 05:35:20.725 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-15T05:35:21.870Z | [ recovery-image] Aug 15 05:35:20.736 INFO O| Aug 15 05:35:20.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6868 | 2024-08-15T05:35:21.870Z | [ recovery-image] Aug 15 05:35:20.736 INFO O| Aug 15 05:35:20.736 INFO STEP 985 (remove_files) COMPLETE |
6869 | 2024-08-15T05:35:21.872Z | [ recovery-image] Aug 15 05:35:20.736 INFO O| Aug 15 05:35:20.736 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-08-15T05:35:21.883Z | [ recovery-image] Aug 15 05:35:20.747 INFO O| Aug 15 05:35:20.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6871 | 2024-08-15T05:35:21.883Z | [ recovery-image] Aug 15 05:35:20.747 INFO O| Aug 15 05:35:20.747 INFO STEP 986 (remove_files) COMPLETE |
6872 | 2024-08-15T05:35:21.883Z | [ recovery-image] Aug 15 05:35:20.747 INFO O| Aug 15 05:35:20.747 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-15T05:35:21.892Z | [ recovery-image] Aug 15 05:35:20.757 INFO O| Aug 15 05:35:20.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6874 | 2024-08-15T05:35:21.892Z | [ recovery-image] Aug 15 05:35:20.757 INFO O| Aug 15 05:35:20.757 INFO STEP 987 (remove_files) COMPLETE |
6875 | 2024-08-15T05:35:21.892Z | [ recovery-image] Aug 15 05:35:20.757 INFO O| Aug 15 05:35:20.757 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-15T05:35:21.901Z | [ recovery-image] Aug 15 05:35:20.767 INFO O| Aug 15 05:35:20.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6877 | 2024-08-15T05:35:21.903Z | [ recovery-image] Aug 15 05:35:20.767 INFO O| Aug 15 05:35:20.767 INFO STEP 988 (remove_files) COMPLETE |
6878 | 2024-08-15T05:35:21.903Z | [ recovery-image] Aug 15 05:35:20.767 INFO O| Aug 15 05:35:20.767 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-15T05:35:21.910Z | [ recovery-image] Aug 15 05:35:20.776 INFO O| Aug 15 05:35:20.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6880 | 2024-08-15T05:35:21.910Z | [ recovery-image] Aug 15 05:35:20.776 INFO O| Aug 15 05:35:20.776 INFO STEP 989 (remove_files) COMPLETE |
6881 | 2024-08-15T05:35:21.913Z | [ recovery-image] Aug 15 05:35:20.776 INFO O| Aug 15 05:35:20.776 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-15T05:35:21.920Z | [ recovery-image] Aug 15 05:35:20.786 INFO O| Aug 15 05:35:20.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6883 | 2024-08-15T05:35:21.920Z | [ recovery-image] Aug 15 05:35:20.786 INFO O| Aug 15 05:35:20.786 INFO STEP 990 (remove_files) COMPLETE |
6884 | 2024-08-15T05:35:21.923Z | [ recovery-image] Aug 15 05:35:20.786 INFO O| Aug 15 05:35:20.786 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-08-15T05:35:21.930Z | [ recovery-image] Aug 15 05:35:20.795 INFO O| Aug 15 05:35:20.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6886 | 2024-08-15T05:35:21.930Z | [ recovery-image] Aug 15 05:35:20.796 INFO O| Aug 15 05:35:20.796 INFO STEP 991 (remove_files) COMPLETE |
6887 | 2024-08-15T05:35:21.932Z | [ recovery-image] Aug 15 05:35:20.796 INFO O| Aug 15 05:35:20.796 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-08-15T05:35:21.940Z | [ recovery-image] Aug 15 05:35:20.805 INFO O| Aug 15 05:35:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6889 | 2024-08-15T05:35:21.943Z | [ recovery-image] Aug 15 05:35:20.805 INFO O| Aug 15 05:35:20.805 INFO STEP 992 (remove_files) COMPLETE |
6890 | 2024-08-15T05:35:21.943Z | [ recovery-image] Aug 15 05:35:20.805 INFO O| Aug 15 05:35:20.805 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-08-15T05:35:21.949Z | [ recovery-image] Aug 15 05:35:20.815 INFO O| Aug 15 05:35:20.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6892 | 2024-08-15T05:35:21.951Z | [ recovery-image] Aug 15 05:35:20.815 INFO O| Aug 15 05:35:20.815 INFO STEP 993 (remove_files) COMPLETE |
6893 | 2024-08-15T05:35:21.951Z | [ recovery-image] Aug 15 05:35:20.815 INFO O| Aug 15 05:35:20.815 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-08-15T05:35:21.959Z | [ recovery-image] Aug 15 05:35:20.824 INFO O| Aug 15 05:35:20.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6895 | 2024-08-15T05:35:21.962Z | [ recovery-image] Aug 15 05:35:20.824 INFO O| Aug 15 05:35:20.824 INFO STEP 994 (remove_files) COMPLETE |
6896 | 2024-08-15T05:35:21.962Z | [ recovery-image] Aug 15 05:35:20.824 INFO O| Aug 15 05:35:20.824 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-08-15T05:35:21.969Z | [ recovery-image] Aug 15 05:35:20.834 INFO O| Aug 15 05:35:20.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6898 | 2024-08-15T05:35:21.969Z | [ recovery-image] Aug 15 05:35:20.834 INFO O| Aug 15 05:35:20.834 INFO STEP 995 (remove_files) COMPLETE |
6899 | 2024-08-15T05:35:21.969Z | [ recovery-image] Aug 15 05:35:20.834 INFO O| Aug 15 05:35:20.834 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-08-15T05:35:21.978Z | [ recovery-image] Aug 15 05:35:20.843 INFO O| Aug 15 05:35:20.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6901 | 2024-08-15T05:35:21.978Z | [ recovery-image] Aug 15 05:35:20.843 INFO O| Aug 15 05:35:20.843 INFO STEP 996 (remove_files) COMPLETE |
6902 | 2024-08-15T05:35:21.980Z | [ recovery-image] Aug 15 05:35:20.843 INFO O| Aug 15 05:35:20.843 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-08-15T05:35:21.987Z | [ recovery-image] Aug 15 05:35:20.853 INFO O| Aug 15 05:35:20.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6904 | 2024-08-15T05:35:21.990Z | [ recovery-image] Aug 15 05:35:20.853 INFO O| Aug 15 05:35:20.853 INFO STEP 997 (remove_files) COMPLETE |
6905 | 2024-08-15T05:35:21.990Z | [ recovery-image] Aug 15 05:35:20.853 INFO O| Aug 15 05:35:20.853 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-08-15T05:35:21.997Z | [ recovery-image] Aug 15 05:35:20.863 INFO O| Aug 15 05:35:20.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6907 | 2024-08-15T05:35:21.997Z | [ recovery-image] Aug 15 05:35:20.863 INFO O| Aug 15 05:35:20.863 INFO STEP 998 (remove_files) COMPLETE |
6908 | 2024-08-15T05:35:21.997Z | [ recovery-image] Aug 15 05:35:20.863 INFO O| Aug 15 05:35:20.863 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-08-15T05:35:22.007Z | [ recovery-image] Aug 15 05:35:20.872 INFO O| Aug 15 05:35:20.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6910 | 2024-08-15T05:35:22.007Z | [ recovery-image] Aug 15 05:35:20.872 INFO O| Aug 15 05:35:20.872 INFO STEP 999 (remove_files) COMPLETE |
6911 | 2024-08-15T05:35:22.009Z | [ recovery-image] Aug 15 05:35:20.872 INFO O| Aug 15 05:35:20.872 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-08-15T05:35:22.016Z | [ recovery-image] Aug 15 05:35:20.882 INFO O| Aug 15 05:35:20.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6913 | 2024-08-15T05:35:22.016Z | [ recovery-image] Aug 15 05:35:20.882 INFO O| Aug 15 05:35:20.882 INFO STEP 1000 (remove_files) COMPLETE |
6914 | 2024-08-15T05:35:22.019Z | [ recovery-image] Aug 15 05:35:20.882 INFO O| Aug 15 05:35:20.882 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-08-15T05:35:22.026Z | [ recovery-image] Aug 15 05:35:20.891 INFO O| Aug 15 05:35:20.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6916 | 2024-08-15T05:35:22.028Z | [ recovery-image] Aug 15 05:35:20.891 INFO O| Aug 15 05:35:20.891 INFO STEP 1001 (remove_files) COMPLETE |
6917 | 2024-08-15T05:35:22.028Z | [ recovery-image] Aug 15 05:35:20.891 INFO O| Aug 15 05:35:20.891 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-08-15T05:35:22.035Z | [ recovery-image] Aug 15 05:35:20.901 INFO O| Aug 15 05:35:20.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6919 | 2024-08-15T05:35:22.035Z | [ recovery-image] Aug 15 05:35:20.901 INFO O| Aug 15 05:35:20.901 INFO STEP 1002 (remove_files) COMPLETE |
6920 | 2024-08-15T05:35:22.038Z | [ recovery-image] Aug 15 05:35:20.901 INFO O| Aug 15 05:35:20.901 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-08-15T05:35:22.045Z | [ recovery-image] Aug 15 05:35:20.911 INFO O| Aug 15 05:35:20.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6922 | 2024-08-15T05:35:22.045Z | [ recovery-image] Aug 15 05:35:20.911 INFO O| Aug 15 05:35:20.911 INFO STEP 1003 (remove_files) COMPLETE |
6923 | 2024-08-15T05:35:22.045Z | [ recovery-image] Aug 15 05:35:20.911 INFO O| Aug 15 05:35:20.911 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-08-15T05:35:22.055Z | [ recovery-image] Aug 15 05:35:20.920 INFO O| Aug 15 05:35:20.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6925 | 2024-08-15T05:35:22.055Z | [ recovery-image] Aug 15 05:35:20.920 INFO O| Aug 15 05:35:20.920 INFO STEP 1004 (remove_files) COMPLETE |
6926 | 2024-08-15T05:35:22.055Z | [ recovery-image] Aug 15 05:35:20.920 INFO O| Aug 15 05:35:20.920 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-08-15T05:35:22.065Z | [ recovery-image] Aug 15 05:35:20.930 INFO O| Aug 15 05:35:20.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6928 | 2024-08-15T05:35:22.067Z | [ recovery-image] Aug 15 05:35:20.930 INFO O| Aug 15 05:35:20.930 INFO STEP 1005 (remove_files) COMPLETE |
6929 | 2024-08-15T05:35:22.067Z | [ recovery-image] Aug 15 05:35:20.930 INFO O| Aug 15 05:35:20.930 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-08-15T05:35:22.074Z | [ recovery-image] Aug 15 05:35:20.940 INFO O| Aug 15 05:35:20.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6931 | 2024-08-15T05:35:22.074Z | [ recovery-image] Aug 15 05:35:20.940 INFO O| Aug 15 05:35:20.940 INFO STEP 1006 (remove_files) COMPLETE |
6932 | 2024-08-15T05:35:22.077Z | [ recovery-image] Aug 15 05:35:20.940 INFO O| Aug 15 05:35:20.940 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-08-15T05:35:22.085Z | [ recovery-image] Aug 15 05:35:20.950 INFO O| Aug 15 05:35:20.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6934 | 2024-08-15T05:35:22.085Z | [ recovery-image] Aug 15 05:35:20.950 INFO O| Aug 15 05:35:20.950 INFO STEP 1007 (remove_files) COMPLETE |
6935 | 2024-08-15T05:35:22.087Z | [ recovery-image] Aug 15 05:35:20.950 INFO O| Aug 15 05:35:20.950 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-08-15T05:35:22.095Z | [ recovery-image] Aug 15 05:35:20.961 INFO O| Aug 15 05:35:20.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6937 | 2024-08-15T05:35:22.095Z | [ recovery-image] Aug 15 05:35:20.961 INFO O| Aug 15 05:35:20.961 INFO STEP 1008 (remove_files) COMPLETE |
6938 | 2024-08-15T05:35:22.095Z | [ recovery-image] Aug 15 05:35:20.961 INFO O| Aug 15 05:35:20.961 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-08-15T05:35:22.105Z | [ recovery-image] Aug 15 05:35:20.971 INFO O| Aug 15 05:35:20.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6940 | 2024-08-15T05:35:22.108Z | [ recovery-image] Aug 15 05:35:20.971 INFO O| Aug 15 05:35:20.971 INFO STEP 1009 (remove_files) COMPLETE |
6941 | 2024-08-15T05:35:22.108Z | [ recovery-image] Aug 15 05:35:20.971 INFO O| Aug 15 05:35:20.971 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-08-15T05:35:22.115Z | [ recovery-image] Aug 15 05:35:20.981 INFO O| Aug 15 05:35:20.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6943 | 2024-08-15T05:35:22.115Z | [ recovery-image] Aug 15 05:35:20.981 INFO O| Aug 15 05:35:20.981 INFO STEP 1010 (remove_files) COMPLETE |
6944 | 2024-08-15T05:35:22.117Z | [ recovery-image] Aug 15 05:35:20.981 INFO O| Aug 15 05:35:20.981 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-15T05:35:22.125Z | [ recovery-image] Aug 15 05:35:20.990 INFO O| Aug 15 05:35:20.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6946 | 2024-08-15T05:35:22.125Z | [ recovery-image] Aug 15 05:35:20.990 INFO O| Aug 15 05:35:20.990 INFO STEP 1011 (remove_files) COMPLETE |
6947 | 2024-08-15T05:35:22.127Z | [ recovery-image] Aug 15 05:35:20.990 INFO O| Aug 15 05:35:20.990 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-15T05:35:22.135Z | [ recovery-image] Aug 15 05:35:21.000 INFO O| Aug 15 05:35:21.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6949 | 2024-08-15T05:35:22.135Z | [ recovery-image] Aug 15 05:35:21.000 INFO O| Aug 15 05:35:21.000 INFO STEP 1012 (remove_files) COMPLETE |
6950 | 2024-08-15T05:35:22.135Z | [ recovery-image] Aug 15 05:35:21.000 INFO O| Aug 15 05:35:21.000 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-15T05:35:22.145Z | [ recovery-image] Aug 15 05:35:21.011 INFO O| Aug 15 05:35:21.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6952 | 2024-08-15T05:35:22.145Z | [ recovery-image] Aug 15 05:35:21.011 INFO O| Aug 15 05:35:21.011 INFO STEP 1013 (remove_files) COMPLETE |
6953 | 2024-08-15T05:35:22.145Z | [ recovery-image] Aug 15 05:35:21.011 INFO O| Aug 15 05:35:21.011 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-15T05:35:22.155Z | [ recovery-image] Aug 15 05:35:21.021 INFO O| Aug 15 05:35:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6955 | 2024-08-15T05:35:22.159Z | [ recovery-image] Aug 15 05:35:21.021 INFO O| Aug 15 05:35:21.021 INFO STEP 1014 (remove_files) COMPLETE |
6956 | 2024-08-15T05:35:22.159Z | [ recovery-image] Aug 15 05:35:21.021 INFO O| Aug 15 05:35:21.021 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-15T05:35:22.165Z | [ recovery-image] Aug 15 05:35:21.031 INFO O| Aug 15 05:35:21.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6958 | 2024-08-15T05:35:22.168Z | [ recovery-image] Aug 15 05:35:21.031 INFO O| Aug 15 05:35:21.031 INFO STEP 1015 (remove_files) COMPLETE |
6959 | 2024-08-15T05:35:22.168Z | [ recovery-image] Aug 15 05:35:21.031 INFO O| Aug 15 05:35:21.031 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-15T05:35:22.177Z | [ recovery-image] Aug 15 05:35:21.043 INFO O| Aug 15 05:35:21.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6961 | 2024-08-15T05:35:22.181Z | [ recovery-image] Aug 15 05:35:21.043 INFO O| Aug 15 05:35:21.043 INFO STEP 1016 (remove_files) COMPLETE |
6962 | 2024-08-15T05:35:22.181Z | [ recovery-image] Aug 15 05:35:21.043 INFO O| Aug 15 05:35:21.043 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-15T05:35:22.189Z | [ recovery-image] Aug 15 05:35:21.055 INFO O| Aug 15 05:35:21.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6964 | 2024-08-15T05:35:22.189Z | [ recovery-image] Aug 15 05:35:21.055 INFO O| Aug 15 05:35:21.055 INFO STEP 1017 (remove_files) COMPLETE |
6965 | 2024-08-15T05:35:22.189Z | [ recovery-image] Aug 15 05:35:21.055 INFO O| Aug 15 05:35:21.055 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-15T05:35:22.199Z | [ recovery-image] Aug 15 05:35:21.065 INFO O| Aug 15 05:35:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6967 | 2024-08-15T05:35:22.202Z | [ recovery-image] Aug 15 05:35:21.065 INFO O| Aug 15 05:35:21.065 INFO STEP 1018 (remove_files) COMPLETE |
6968 | 2024-08-15T05:35:22.202Z | [ recovery-image] Aug 15 05:35:21.065 INFO O| Aug 15 05:35:21.065 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-15T05:35:22.210Z | [ recovery-image] Aug 15 05:35:21.076 INFO O| Aug 15 05:35:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6970 | 2024-08-15T05:35:22.210Z | [ recovery-image] Aug 15 05:35:21.076 INFO O| Aug 15 05:35:21.076 INFO STEP 1019 (remove_files) COMPLETE |
6971 | 2024-08-15T05:35:22.212Z | [ recovery-image] Aug 15 05:35:21.076 INFO O| Aug 15 05:35:21.076 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-15T05:35:22.221Z | [ recovery-image] Aug 15 05:35:21.086 INFO O| Aug 15 05:35:21.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6973 | 2024-08-15T05:35:22.221Z | [ recovery-image] Aug 15 05:35:21.086 INFO O| Aug 15 05:35:21.086 INFO STEP 1020 (remove_files) COMPLETE |
6974 | 2024-08-15T05:35:22.223Z | [ recovery-image] Aug 15 05:35:21.086 INFO O| Aug 15 05:35:21.086 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-15T05:35:22.231Z | [ recovery-image] Aug 15 05:35:21.096 INFO O| Aug 15 05:35:21.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6976 | 2024-08-15T05:35:22.233Z | [ recovery-image] Aug 15 05:35:21.096 INFO O| Aug 15 05:35:21.096 INFO STEP 1021 (remove_files) COMPLETE |
6977 | 2024-08-15T05:35:22.233Z | [ recovery-image] Aug 15 05:35:21.096 INFO O| Aug 15 05:35:21.096 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-15T05:35:22.240Z | [ recovery-image] Aug 15 05:35:21.106 INFO O| Aug 15 05:35:21.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6979 | 2024-08-15T05:35:22.245Z | [ recovery-image] Aug 15 05:35:21.106 INFO O| Aug 15 05:35:21.106 INFO STEP 1022 (remove_files) COMPLETE |
6980 | 2024-08-15T05:35:22.245Z | [ recovery-image] Aug 15 05:35:21.106 INFO O| Aug 15 05:35:21.106 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-08-15T05:35:22.250Z | [ recovery-image] Aug 15 05:35:21.115 INFO O| Aug 15 05:35:21.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6982 | 2024-08-15T05:35:22.253Z | [ recovery-image] Aug 15 05:35:21.116 INFO O| Aug 15 05:35:21.116 INFO STEP 1023 (remove_files) COMPLETE |
6983 | 2024-08-15T05:35:22.253Z | [ recovery-image] Aug 15 05:35:21.116 INFO O| Aug 15 05:35:21.116 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-08-15T05:35:22.262Z | [ recovery-image] Aug 15 05:35:21.126 INFO O| Aug 15 05:35:21.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6985 | 2024-08-15T05:35:22.264Z | [ recovery-image] Aug 15 05:35:21.126 INFO O| Aug 15 05:35:21.126 INFO STEP 1024 (remove_files) COMPLETE |
6986 | 2024-08-15T05:35:22.264Z | [ recovery-image] Aug 15 05:35:21.126 INFO O| Aug 15 05:35:21.126 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-08-15T05:35:22.272Z | [ recovery-image] Aug 15 05:35:21.136 INFO O| Aug 15 05:35:21.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6988 | 2024-08-15T05:35:22.272Z | [ recovery-image] Aug 15 05:35:21.136 INFO O| Aug 15 05:35:21.136 INFO STEP 1025 (remove_files) COMPLETE |
6989 | 2024-08-15T05:35:22.275Z | [ recovery-image] Aug 15 05:35:21.136 INFO O| Aug 15 05:35:21.136 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-08-15T05:35:22.280Z | [ recovery-image] Aug 15 05:35:21.145 INFO O| Aug 15 05:35:21.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6991 | 2024-08-15T05:35:22.280Z | [ recovery-image] Aug 15 05:35:21.145 INFO O| Aug 15 05:35:21.145 INFO STEP 1026 (remove_files) COMPLETE |
6992 | 2024-08-15T05:35:22.280Z | [ recovery-image] Aug 15 05:35:21.145 INFO O| Aug 15 05:35:21.145 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-08-15T05:35:22.289Z | [ recovery-image] Aug 15 05:35:21.155 INFO O| Aug 15 05:35:21.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6994 | 2024-08-15T05:35:22.289Z | [ recovery-image] Aug 15 05:35:21.155 INFO O| Aug 15 05:35:21.155 INFO STEP 1027 (remove_files) COMPLETE |
6995 | 2024-08-15T05:35:22.292Z | [ recovery-image] Aug 15 05:35:21.155 INFO O| Aug 15 05:35:21.155 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-08-15T05:35:22.299Z | [ recovery-image] Aug 15 05:35:21.164 INFO O| Aug 15 05:35:21.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6997 | 2024-08-15T05:35:22.299Z | [ recovery-image] Aug 15 05:35:21.165 INFO O| Aug 15 05:35:21.165 INFO STEP 1028 (remove_files) COMPLETE |
6998 | 2024-08-15T05:35:22.302Z | [ recovery-image] Aug 15 05:35:21.165 INFO O| Aug 15 05:35:21.165 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-15T05:35:22.309Z | [ recovery-image] Aug 15 05:35:21.174 INFO O| Aug 15 05:35:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7000 | 2024-08-15T05:35:22.309Z | [ recovery-image] Aug 15 05:35:21.174 INFO O| Aug 15 05:35:21.174 INFO STEP 1029 (remove_files) COMPLETE |
7001 | 2024-08-15T05:35:22.309Z | [ recovery-image] Aug 15 05:35:21.174 INFO O| Aug 15 05:35:21.174 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-08-15T05:35:22.320Z | [ recovery-image] Aug 15 05:35:21.186 INFO O| Aug 15 05:35:21.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7003 | 2024-08-15T05:35:22.320Z | [ recovery-image] Aug 15 05:35:21.186 INFO O| Aug 15 05:35:21.186 INFO STEP 1030 (remove_files) COMPLETE |
7004 | 2024-08-15T05:35:22.320Z | [ recovery-image] Aug 15 05:35:21.186 INFO O| Aug 15 05:35:21.186 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-08-15T05:35:22.331Z | [ recovery-image] Aug 15 05:35:21.196 INFO O| Aug 15 05:35:21.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7006 | 2024-08-15T05:35:22.331Z | [ recovery-image] Aug 15 05:35:21.196 INFO O| Aug 15 05:35:21.196 INFO STEP 1031 (remove_files) COMPLETE |
7007 | 2024-08-15T05:35:22.331Z | [ recovery-image] Aug 15 05:35:21.196 INFO O| Aug 15 05:35:21.196 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-08-15T05:35:22.344Z | [ recovery-image] Aug 15 05:35:21.207 INFO O| Aug 15 05:35:21.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7009 | 2024-08-15T05:35:22.344Z | [ recovery-image] Aug 15 05:35:21.207 INFO O| Aug 15 05:35:21.207 INFO STEP 1032 (remove_files) COMPLETE |
7010 | 2024-08-15T05:35:22.344Z | [ recovery-image] Aug 15 05:35:21.207 INFO O| Aug 15 05:35:21.207 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-08-15T05:35:22.351Z | [ recovery-image] Aug 15 05:35:21.217 INFO O| Aug 15 05:35:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7012 | 2024-08-15T05:35:22.351Z | [ recovery-image] Aug 15 05:35:21.217 INFO O| Aug 15 05:35:21.217 INFO STEP 1033 (remove_files) COMPLETE |
7013 | 2024-08-15T05:35:22.354Z | [ recovery-image] Aug 15 05:35:21.217 INFO O| Aug 15 05:35:21.217 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-08-15T05:35:22.361Z | [ recovery-image] Aug 15 05:35:21.227 INFO O| Aug 15 05:35:21.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7015 | 2024-08-15T05:35:22.362Z | [ recovery-image] Aug 15 05:35:21.227 INFO O| Aug 15 05:35:21.227 INFO STEP 1034 (remove_files) COMPLETE |
7016 | 2024-08-15T05:35:22.364Z | [ recovery-image] Aug 15 05:35:21.227 INFO O| Aug 15 05:35:21.227 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-08-15T05:35:22.372Z | [ recovery-image] Aug 15 05:35:21.238 INFO O| Aug 15 05:35:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7018 | 2024-08-15T05:35:22.372Z | [ recovery-image] Aug 15 05:35:21.238 INFO O| Aug 15 05:35:21.238 INFO STEP 1035 (remove_files) COMPLETE |
7019 | 2024-08-15T05:35:22.375Z | [ recovery-image] Aug 15 05:35:21.238 INFO O| Aug 15 05:35:21.238 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-08-15T05:35:22.383Z | [ recovery-image] Aug 15 05:35:21.248 INFO O| Aug 15 05:35:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7021 | 2024-08-15T05:35:22.383Z | [ recovery-image] Aug 15 05:35:21.248 INFO O| Aug 15 05:35:21.248 INFO STEP 1036 (remove_files) COMPLETE |
7022 | 2024-08-15T05:35:22.383Z | [ recovery-image] Aug 15 05:35:21.248 INFO O| Aug 15 05:35:21.248 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-08-15T05:35:22.393Z | [ recovery-image] Aug 15 05:35:21.258 INFO O| Aug 15 05:35:21.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7024 | 2024-08-15T05:35:22.393Z | [ recovery-image] Aug 15 05:35:21.258 INFO O| Aug 15 05:35:21.258 INFO STEP 1037 (remove_files) COMPLETE |
7025 | 2024-08-15T05:35:22.393Z | [ recovery-image] Aug 15 05:35:21.259 INFO O| Aug 15 05:35:21.258 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-08-15T05:35:22.403Z | [ recovery-image] Aug 15 05:35:21.269 INFO O| Aug 15 05:35:21.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7027 | 2024-08-15T05:35:22.403Z | [ recovery-image] Aug 15 05:35:21.269 INFO O| Aug 15 05:35:21.269 INFO STEP 1038 (remove_files) COMPLETE |
7028 | 2024-08-15T05:35:22.403Z | [ recovery-image] Aug 15 05:35:21.269 INFO O| Aug 15 05:35:21.269 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-08-15T05:35:22.414Z | [ recovery-image] Aug 15 05:35:21.279 INFO O| Aug 15 05:35:21.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7030 | 2024-08-15T05:35:22.414Z | [ recovery-image] Aug 15 05:35:21.279 INFO O| Aug 15 05:35:21.279 INFO STEP 1039 (remove_files) COMPLETE |
7031 | 2024-08-15T05:35:22.416Z | [ recovery-image] Aug 15 05:35:21.279 INFO O| Aug 15 05:35:21.279 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-08-15T05:35:22.424Z | [ recovery-image] Aug 15 05:35:21.290 INFO O| Aug 15 05:35:21.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7033 | 2024-08-15T05:35:22.424Z | [ recovery-image] Aug 15 05:35:21.290 INFO O| Aug 15 05:35:21.290 INFO STEP 1040 (remove_files) COMPLETE |
7034 | 2024-08-15T05:35:22.427Z | [ recovery-image] Aug 15 05:35:21.290 INFO O| Aug 15 05:35:21.290 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-08-15T05:35:22.434Z | [ recovery-image] Aug 15 05:35:21.300 INFO O| Aug 15 05:35:21.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7036 | 2024-08-15T05:35:22.437Z | [ recovery-image] Aug 15 05:35:21.300 INFO O| Aug 15 05:35:21.300 INFO STEP 1041 (remove_files) COMPLETE |
7037 | 2024-08-15T05:35:22.437Z | [ recovery-image] Aug 15 05:35:21.300 INFO O| Aug 15 05:35:21.300 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-08-15T05:35:22.445Z | [ recovery-image] Aug 15 05:35:21.310 INFO O| Aug 15 05:35:21.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7039 | 2024-08-15T05:35:22.445Z | [ recovery-image] Aug 15 05:35:21.310 INFO O| Aug 15 05:35:21.310 INFO STEP 1042 (remove_files) COMPLETE |
7040 | 2024-08-15T05:35:22.447Z | [ recovery-image] Aug 15 05:35:21.310 INFO O| Aug 15 05:35:21.310 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-08-15T05:35:22.455Z | [ recovery-image] Aug 15 05:35:21.321 INFO O| Aug 15 05:35:21.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7042 | 2024-08-15T05:35:22.455Z | [ recovery-image] Aug 15 05:35:21.321 INFO O| Aug 15 05:35:21.321 INFO STEP 1043 (remove_files) COMPLETE |
7043 | 2024-08-15T05:35:22.458Z | [ recovery-image] Aug 15 05:35:21.321 INFO O| Aug 15 05:35:21.321 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-08-15T05:35:22.465Z | [ recovery-image] Aug 15 05:35:21.331 INFO O| Aug 15 05:35:21.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7045 | 2024-08-15T05:35:22.468Z | [ recovery-image] Aug 15 05:35:21.331 INFO O| Aug 15 05:35:21.331 INFO STEP 1044 (remove_files) COMPLETE |
7046 | 2024-08-15T05:35:22.468Z | [ recovery-image] Aug 15 05:35:21.331 INFO O| Aug 15 05:35:21.331 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-08-15T05:35:22.476Z | [ recovery-image] Aug 15 05:35:21.341 INFO O| Aug 15 05:35:21.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7048 | 2024-08-15T05:35:22.478Z | [ recovery-image] Aug 15 05:35:21.341 INFO O| Aug 15 05:35:21.341 INFO STEP 1045 (remove_files) COMPLETE |
7049 | 2024-08-15T05:35:22.478Z | [ recovery-image] Aug 15 05:35:21.341 INFO O| Aug 15 05:35:21.341 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-08-15T05:35:22.486Z | [ recovery-image] Aug 15 05:35:21.352 INFO O| Aug 15 05:35:21.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7051 | 2024-08-15T05:35:22.486Z | [ recovery-image] Aug 15 05:35:21.352 INFO O| Aug 15 05:35:21.352 INFO STEP 1046 (remove_files) COMPLETE |
7052 | 2024-08-15T05:35:22.486Z | [ recovery-image] Aug 15 05:35:21.352 INFO O| Aug 15 05:35:21.352 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-08-15T05:35:22.497Z | [ recovery-image] Aug 15 05:35:21.362 INFO O| Aug 15 05:35:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7054 | 2024-08-15T05:35:22.497Z | [ recovery-image] Aug 15 05:35:21.363 INFO O| Aug 15 05:35:21.363 INFO STEP 1047 (remove_files) COMPLETE |
7055 | 2024-08-15T05:35:22.497Z | [ recovery-image] Aug 15 05:35:21.363 INFO O| Aug 15 05:35:21.363 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-08-15T05:35:22.508Z | [ recovery-image] Aug 15 05:35:21.374 INFO O| Aug 15 05:35:21.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7057 | 2024-08-15T05:35:22.508Z | [ recovery-image] Aug 15 05:35:21.374 INFO O| Aug 15 05:35:21.374 INFO STEP 1048 (remove_files) COMPLETE |
7058 | 2024-08-15T05:35:22.511Z | [ recovery-image] Aug 15 05:35:21.374 INFO O| Aug 15 05:35:21.374 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-08-15T05:35:22.520Z | [ recovery-image] Aug 15 05:35:21.385 INFO O| Aug 15 05:35:21.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7060 | 2024-08-15T05:35:22.520Z | [ recovery-image] Aug 15 05:35:21.385 INFO O| Aug 15 05:35:21.385 INFO STEP 1049 (remove_files) COMPLETE |
7061 | 2024-08-15T05:35:22.520Z | [ recovery-image] Aug 15 05:35:21.385 INFO O| Aug 15 05:35:21.385 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-08-15T05:35:22.530Z | [ recovery-image] Aug 15 05:35:21.396 INFO O| Aug 15 05:35:21.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7063 | 2024-08-15T05:35:22.530Z | [ recovery-image] Aug 15 05:35:21.396 INFO O| Aug 15 05:35:21.396 INFO STEP 1050 (remove_files) COMPLETE |
7064 | 2024-08-15T05:35:22.533Z | [ recovery-image] Aug 15 05:35:21.396 INFO O| Aug 15 05:35:21.396 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-08-15T05:35:22.542Z | [ recovery-image] Aug 15 05:35:21.407 INFO O| Aug 15 05:35:21.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7066 | 2024-08-15T05:35:22.542Z | [ recovery-image] Aug 15 05:35:21.407 INFO O| Aug 15 05:35:21.407 INFO STEP 1051 (remove_files) COMPLETE |
7067 | 2024-08-15T05:35:22.542Z | [ recovery-image] Aug 15 05:35:21.407 INFO O| Aug 15 05:35:21.407 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-08-15T05:35:22.552Z | [ recovery-image] Aug 15 05:35:21.418 INFO O| Aug 15 05:35:21.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7069 | 2024-08-15T05:35:22.552Z | [ recovery-image] Aug 15 05:35:21.418 INFO O| Aug 15 05:35:21.418 INFO STEP 1052 (remove_files) COMPLETE |
7070 | 2024-08-15T05:35:22.555Z | [ recovery-image] Aug 15 05:35:21.418 INFO O| Aug 15 05:35:21.418 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-08-15T05:35:22.563Z | [ recovery-image] Aug 15 05:35:21.429 INFO O| Aug 15 05:35:21.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7072 | 2024-08-15T05:35:22.563Z | [ recovery-image] Aug 15 05:35:21.429 INFO O| Aug 15 05:35:21.429 INFO STEP 1053 (remove_files) COMPLETE |
7073 | 2024-08-15T05:35:22.566Z | [ recovery-image] Aug 15 05:35:21.429 INFO O| Aug 15 05:35:21.429 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-08-15T05:35:22.574Z | [ recovery-image] Aug 15 05:35:21.439 INFO O| Aug 15 05:35:21.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7075 | 2024-08-15T05:35:22.576Z | [ recovery-image] Aug 15 05:35:21.439 INFO O| Aug 15 05:35:21.439 INFO STEP 1054 (remove_files) COMPLETE |
7076 | 2024-08-15T05:35:22.576Z | [ recovery-image] Aug 15 05:35:21.440 INFO O| Aug 15 05:35:21.439 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-08-15T05:35:22.585Z | [ recovery-image] Aug 15 05:35:21.450 INFO O| Aug 15 05:35:21.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7078 | 2024-08-15T05:35:22.585Z | [ recovery-image] Aug 15 05:35:21.451 INFO O| Aug 15 05:35:21.450 INFO STEP 1055 (remove_files) COMPLETE |
7079 | 2024-08-15T05:35:22.585Z | [ recovery-image] Aug 15 05:35:21.451 INFO O| Aug 15 05:35:21.450 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-08-15T05:35:22.596Z | [ recovery-image] Aug 15 05:35:21.461 INFO O| Aug 15 05:35:21.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7081 | 2024-08-15T05:35:22.596Z | [ recovery-image] Aug 15 05:35:21.461 INFO O| Aug 15 05:35:21.461 INFO STEP 1056 (remove_files) COMPLETE |
7082 | 2024-08-15T05:35:22.598Z | [ recovery-image] Aug 15 05:35:21.461 INFO O| Aug 15 05:35:21.461 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-08-15T05:35:22.605Z | [ recovery-image] Aug 15 05:35:21.471 INFO O| Aug 15 05:35:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7084 | 2024-08-15T05:35:22.606Z | [ recovery-image] Aug 15 05:35:21.471 INFO O| Aug 15 05:35:21.471 INFO STEP 1057 (remove_files) COMPLETE |
7085 | 2024-08-15T05:35:22.608Z | [ recovery-image] Aug 15 05:35:21.471 INFO O| Aug 15 05:35:21.471 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-08-15T05:35:22.615Z | [ recovery-image] Aug 15 05:35:21.481 INFO O| Aug 15 05:35:21.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7087 | 2024-08-15T05:35:22.615Z | [ recovery-image] Aug 15 05:35:21.481 INFO O| Aug 15 05:35:21.481 INFO STEP 1058 (remove_files) COMPLETE |
7088 | 2024-08-15T05:35:22.615Z | [ recovery-image] Aug 15 05:35:21.481 INFO O| Aug 15 05:35:21.481 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-08-15T05:35:22.629Z | [ recovery-image] Aug 15 05:35:21.492 INFO O| Aug 15 05:35:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7090 | 2024-08-15T05:35:22.629Z | [ recovery-image] Aug 15 05:35:21.492 INFO O| Aug 15 05:35:21.492 INFO STEP 1059 (remove_files) COMPLETE |
7091 | 2024-08-15T05:35:22.630Z | [ recovery-image] Aug 15 05:35:21.492 INFO O| Aug 15 05:35:21.492 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-08-15T05:35:22.636Z | [ recovery-image] Aug 15 05:35:21.502 INFO O| Aug 15 05:35:21.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7093 | 2024-08-15T05:35:22.639Z | [ recovery-image] Aug 15 05:35:21.502 INFO O| Aug 15 05:35:21.502 INFO STEP 1060 (remove_files) COMPLETE |
7094 | 2024-08-15T05:35:22.639Z | [ recovery-image] Aug 15 05:35:21.502 INFO O| Aug 15 05:35:21.502 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-08-15T05:35:22.648Z | [ recovery-image] Aug 15 05:35:21.514 INFO O| Aug 15 05:35:21.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7096 | 2024-08-15T05:35:22.648Z | [ recovery-image] Aug 15 05:35:21.514 INFO O| Aug 15 05:35:21.514 INFO STEP 1061 (remove_files) COMPLETE |
7097 | 2024-08-15T05:35:22.651Z | [ recovery-image] Aug 15 05:35:21.514 INFO O| Aug 15 05:35:21.514 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-08-15T05:35:22.659Z | [ recovery-image] Aug 15 05:35:21.525 INFO O| Aug 15 05:35:21.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7099 | 2024-08-15T05:35:22.659Z | [ recovery-image] Aug 15 05:35:21.525 INFO O| Aug 15 05:35:21.525 INFO STEP 1062 (remove_files) COMPLETE |
7100 | 2024-08-15T05:35:22.662Z | [ recovery-image] Aug 15 05:35:21.525 INFO O| Aug 15 05:35:21.525 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-08-15T05:35:22.670Z | [ recovery-image] Aug 15 05:35:21.535 INFO O| Aug 15 05:35:21.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7102 | 2024-08-15T05:35:22.671Z | [ recovery-image] Aug 15 05:35:21.535 INFO O| Aug 15 05:35:21.535 INFO STEP 1063 (remove_files) COMPLETE |
7103 | 2024-08-15T05:35:22.671Z | [ recovery-image] Aug 15 05:35:21.535 INFO O| Aug 15 05:35:21.535 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-08-15T05:35:22.680Z | [ recovery-image] Aug 15 05:35:21.545 INFO O| Aug 15 05:35:21.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7105 | 2024-08-15T05:35:22.680Z | [ recovery-image] Aug 15 05:35:21.545 INFO O| Aug 15 05:35:21.545 INFO STEP 1064 (remove_files) COMPLETE |
7106 | 2024-08-15T05:35:22.680Z | [ recovery-image] Aug 15 05:35:21.545 INFO O| Aug 15 05:35:21.545 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-08-15T05:35:22.690Z | [ recovery-image] Aug 15 05:35:21.555 INFO O| Aug 15 05:35:21.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7108 | 2024-08-15T05:35:22.690Z | [ recovery-image] Aug 15 05:35:21.555 INFO O| Aug 15 05:35:21.555 INFO STEP 1065 (remove_files) COMPLETE |
7109 | 2024-08-15T05:35:22.690Z | [ recovery-image] Aug 15 05:35:21.555 INFO O| Aug 15 05:35:21.555 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-08-15T05:35:22.699Z | [ recovery-image] Aug 15 05:35:21.565 INFO O| Aug 15 05:35:21.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7111 | 2024-08-15T05:35:22.699Z | [ recovery-image] Aug 15 05:35:21.565 INFO O| Aug 15 05:35:21.565 INFO STEP 1066 (remove_files) COMPLETE |
7112 | 2024-08-15T05:35:22.699Z | [ recovery-image] Aug 15 05:35:21.565 INFO O| Aug 15 05:35:21.565 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-08-15T05:35:22.709Z | [ recovery-image] Aug 15 05:35:21.574 INFO O| Aug 15 05:35:21.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7114 | 2024-08-15T05:35:22.711Z | [ recovery-image] Aug 15 05:35:21.575 INFO O| Aug 15 05:35:21.574 INFO STEP 1067 (remove_files) COMPLETE |
7115 | 2024-08-15T05:35:22.711Z | [ recovery-image] Aug 15 05:35:21.575 INFO O| Aug 15 05:35:21.575 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-08-15T05:35:22.718Z | [ recovery-image] Aug 15 05:35:21.584 INFO O| Aug 15 05:35:21.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7117 | 2024-08-15T05:35:22.719Z | [ recovery-image] Aug 15 05:35:21.584 INFO O| Aug 15 05:35:21.584 INFO STEP 1068 (remove_files) COMPLETE |
7118 | 2024-08-15T05:35:22.719Z | [ recovery-image] Aug 15 05:35:21.584 INFO O| Aug 15 05:35:21.584 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-08-15T05:35:22.729Z | [ recovery-image] Aug 15 05:35:21.594 INFO O| Aug 15 05:35:21.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7120 | 2024-08-15T05:35:22.729Z | [ recovery-image] Aug 15 05:35:21.594 INFO O| Aug 15 05:35:21.594 INFO STEP 1069 (remove_files) COMPLETE |
7121 | 2024-08-15T05:35:22.729Z | [ recovery-image] Aug 15 05:35:21.594 INFO O| Aug 15 05:35:21.594 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-08-15T05:35:22.739Z | [ recovery-image] Aug 15 05:35:21.604 INFO O| Aug 15 05:35:21.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7123 | 2024-08-15T05:35:22.739Z | [ recovery-image] Aug 15 05:35:21.604 INFO O| Aug 15 05:35:21.604 INFO STEP 1070 (remove_files) COMPLETE |
7124 | 2024-08-15T05:35:22.741Z | [ recovery-image] Aug 15 05:35:21.604 INFO O| Aug 15 05:35:21.604 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-08-15T05:35:22.749Z | [ recovery-image] Aug 15 05:35:21.615 INFO O| Aug 15 05:35:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7126 | 2024-08-15T05:35:22.749Z | [ recovery-image] Aug 15 05:35:21.615 INFO O| Aug 15 05:35:21.615 INFO STEP 1071 (remove_files) COMPLETE |
7127 | 2024-08-15T05:35:22.749Z | [ recovery-image] Aug 15 05:35:21.615 INFO O| Aug 15 05:35:21.615 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-08-15T05:35:22.762Z | [ recovery-image] Aug 15 05:35:21.625 INFO O| Aug 15 05:35:21.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7129 | 2024-08-15T05:35:22.762Z | [ recovery-image] Aug 15 05:35:21.625 INFO O| Aug 15 05:35:21.625 INFO STEP 1072 (remove_files) COMPLETE |
7130 | 2024-08-15T05:35:22.765Z | [ recovery-image] Aug 15 05:35:21.625 INFO O| Aug 15 05:35:21.625 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-08-15T05:35:22.769Z | [ recovery-image] Aug 15 05:35:21.635 INFO O| Aug 15 05:35:21.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7132 | 2024-08-15T05:35:22.769Z | [ recovery-image] Aug 15 05:35:21.635 INFO O| Aug 15 05:35:21.635 INFO STEP 1073 (remove_files) COMPLETE |
7133 | 2024-08-15T05:35:22.772Z | [ recovery-image] Aug 15 05:35:21.635 INFO O| Aug 15 05:35:21.635 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-08-15T05:35:22.779Z | [ recovery-image] Aug 15 05:35:21.645 INFO O| Aug 15 05:35:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7135 | 2024-08-15T05:35:22.782Z | [ recovery-image] Aug 15 05:35:21.645 INFO O| Aug 15 05:35:21.645 INFO STEP 1074 (remove_files) COMPLETE |
7136 | 2024-08-15T05:35:22.782Z | [ recovery-image] Aug 15 05:35:21.645 INFO O| Aug 15 05:35:21.645 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-08-15T05:35:22.789Z | [ recovery-image] Aug 15 05:35:21.655 INFO O| Aug 15 05:35:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7138 | 2024-08-15T05:35:22.791Z | [ recovery-image] Aug 15 05:35:21.655 INFO O| Aug 15 05:35:21.655 INFO STEP 1075 (remove_files) COMPLETE |
7139 | 2024-08-15T05:35:22.791Z | [ recovery-image] Aug 15 05:35:21.655 INFO O| Aug 15 05:35:21.655 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-08-15T05:35:22.799Z | [ recovery-image] Aug 15 05:35:21.664 INFO O| Aug 15 05:35:21.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7141 | 2024-08-15T05:35:22.801Z | [ recovery-image] Aug 15 05:35:21.665 INFO O| Aug 15 05:35:21.665 INFO STEP 1076 (remove_files) COMPLETE |
7142 | 2024-08-15T05:35:22.801Z | [ recovery-image] Aug 15 05:35:21.665 INFO O| Aug 15 05:35:21.665 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-08-15T05:35:22.809Z | [ recovery-image] Aug 15 05:35:21.674 INFO O| Aug 15 05:35:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7144 | 2024-08-15T05:35:22.813Z | [ recovery-image] Aug 15 05:35:21.675 INFO O| Aug 15 05:35:21.675 INFO STEP 1077 (remove_files) COMPLETE |
7145 | 2024-08-15T05:35:22.813Z | [ recovery-image] Aug 15 05:35:21.675 INFO O| Aug 15 05:35:21.675 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-08-15T05:35:22.819Z | [ recovery-image] Aug 15 05:35:21.685 INFO O| Aug 15 05:35:21.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7147 | 2024-08-15T05:35:22.821Z | [ recovery-image] Aug 15 05:35:21.685 INFO O| Aug 15 05:35:21.685 INFO STEP 1078 (remove_files) COMPLETE |
7148 | 2024-08-15T05:35:22.821Z | [ recovery-image] Aug 15 05:35:21.685 INFO O| Aug 15 05:35:21.685 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-08-15T05:35:22.829Z | [ recovery-image] Aug 15 05:35:21.694 INFO O| Aug 15 05:35:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7150 | 2024-08-15T05:35:22.831Z | [ recovery-image] Aug 15 05:35:21.694 INFO O| Aug 15 05:35:21.694 INFO STEP 1079 (remove_files) COMPLETE |
7151 | 2024-08-15T05:35:22.831Z | [ recovery-image] Aug 15 05:35:21.694 INFO O| Aug 15 05:35:21.694 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-08-15T05:35:22.841Z | [ recovery-image] Aug 15 05:35:21.704 INFO O| Aug 15 05:35:21.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7153 | 2024-08-15T05:35:22.841Z | [ recovery-image] Aug 15 05:35:21.704 INFO O| Aug 15 05:35:21.704 INFO STEP 1080 (remove_files) COMPLETE |
7154 | 2024-08-15T05:35:22.843Z | [ recovery-image] Aug 15 05:35:21.704 INFO O| Aug 15 05:35:21.704 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-08-15T05:35:22.850Z | [ recovery-image] Aug 15 05:35:21.716 INFO O| Aug 15 05:35:21.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7156 | 2024-08-15T05:35:22.850Z | [ recovery-image] Aug 15 05:35:21.716 INFO O| Aug 15 05:35:21.716 INFO STEP 1081 (remove_files) COMPLETE |
7157 | 2024-08-15T05:35:22.853Z | [ recovery-image] Aug 15 05:35:21.716 INFO O| Aug 15 05:35:21.716 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-08-15T05:35:22.862Z | [ recovery-image] Aug 15 05:35:21.727 INFO O| Aug 15 05:35:21.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7159 | 2024-08-15T05:35:22.865Z | [ recovery-image] Aug 15 05:35:21.727 INFO O| Aug 15 05:35:21.727 INFO STEP 1082 (remove_files) COMPLETE |
7160 | 2024-08-15T05:35:22.865Z | [ recovery-image] Aug 15 05:35:21.727 INFO O| Aug 15 05:35:21.727 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-08-15T05:35:22.873Z | [ recovery-image] Aug 15 05:35:21.739 INFO O| Aug 15 05:35:21.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7162 | 2024-08-15T05:35:22.876Z | [ recovery-image] Aug 15 05:35:21.739 INFO O| Aug 15 05:35:21.739 INFO STEP 1083 (remove_files) COMPLETE |
7163 | 2024-08-15T05:35:22.876Z | [ recovery-image] Aug 15 05:35:21.739 INFO O| Aug 15 05:35:21.739 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-08-15T05:35:22.884Z | [ recovery-image] Aug 15 05:35:21.749 INFO O| Aug 15 05:35:21.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7165 | 2024-08-15T05:35:22.884Z | [ recovery-image] Aug 15 05:35:21.750 INFO O| Aug 15 05:35:21.749 INFO STEP 1084 (remove_files) COMPLETE |
7166 | 2024-08-15T05:35:22.884Z | [ recovery-image] Aug 15 05:35:21.750 INFO O| Aug 15 05:35:21.750 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-08-15T05:35:22.896Z | [ recovery-image] Aug 15 05:35:21.761 INFO O| Aug 15 05:35:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7168 | 2024-08-15T05:35:22.896Z | [ recovery-image] Aug 15 05:35:21.761 INFO O| Aug 15 05:35:21.761 INFO STEP 1085 (remove_files) COMPLETE |
7169 | 2024-08-15T05:35:22.899Z | [ recovery-image] Aug 15 05:35:21.761 INFO O| Aug 15 05:35:21.761 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-08-15T05:35:22.908Z | [ recovery-image] Aug 15 05:35:21.773 INFO O| Aug 15 05:35:21.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7171 | 2024-08-15T05:35:22.908Z | [ recovery-image] Aug 15 05:35:21.773 INFO O| Aug 15 05:35:21.773 INFO STEP 1086 (remove_files) COMPLETE |
7172 | 2024-08-15T05:35:22.910Z | [ recovery-image] Aug 15 05:35:21.773 INFO O| Aug 15 05:35:21.773 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-08-15T05:35:22.919Z | [ recovery-image] Aug 15 05:35:21.785 INFO O| Aug 15 05:35:21.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7174 | 2024-08-15T05:35:22.919Z | [ recovery-image] Aug 15 05:35:21.785 INFO O| Aug 15 05:35:21.785 INFO STEP 1087 (remove_files) COMPLETE |
7175 | 2024-08-15T05:35:22.923Z | [ recovery-image] Aug 15 05:35:21.785 INFO O| Aug 15 05:35:21.785 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-08-15T05:35:22.931Z | [ recovery-image] Aug 15 05:35:21.797 INFO O| Aug 15 05:35:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7177 | 2024-08-15T05:35:22.932Z | [ recovery-image] Aug 15 05:35:21.797 INFO O| Aug 15 05:35:21.797 INFO STEP 1088 (remove_files) COMPLETE |
7178 | 2024-08-15T05:35:22.932Z | [ recovery-image] Aug 15 05:35:21.797 INFO O| Aug 15 05:35:21.797 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-08-15T05:35:22.946Z | [ recovery-image] Aug 15 05:35:21.811 INFO O| Aug 15 05:35:21.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7180 | 2024-08-15T05:35:22.946Z | [ recovery-image] Aug 15 05:35:21.811 INFO O| Aug 15 05:35:21.811 INFO STEP 1089 (remove_files) COMPLETE |
7181 | 2024-08-15T05:35:22.949Z | [ recovery-image] Aug 15 05:35:21.811 INFO O| Aug 15 05:35:21.811 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-08-15T05:35:22.959Z | [ recovery-image] Aug 15 05:35:21.824 INFO O| Aug 15 05:35:21.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7183 | 2024-08-15T05:35:22.959Z | [ recovery-image] Aug 15 05:35:21.824 INFO O| Aug 15 05:35:21.824 INFO STEP 1090 (remove_files) COMPLETE |
7184 | 2024-08-15T05:35:22.961Z | [ recovery-image] Aug 15 05:35:21.824 INFO O| Aug 15 05:35:21.824 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-08-15T05:35:22.974Z | [ recovery-image] Aug 15 05:35:21.840 INFO O| Aug 15 05:35:21.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7186 | 2024-08-15T05:35:22.974Z | [ recovery-image] Aug 15 05:35:21.840 INFO O| Aug 15 05:35:21.840 INFO STEP 1091 (remove_files) COMPLETE |
7187 | 2024-08-15T05:35:22.974Z | [ recovery-image] Aug 15 05:35:21.840 INFO O| Aug 15 05:35:21.840 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-08-15T05:35:22.985Z | [ recovery-image] Aug 15 05:35:21.850 INFO O| Aug 15 05:35:21.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7189 | 2024-08-15T05:35:22.987Z | [ recovery-image] Aug 15 05:35:21.850 INFO O| Aug 15 05:35:21.850 INFO STEP 1092 (remove_files) COMPLETE |
7190 | 2024-08-15T05:35:22.987Z | [ recovery-image] Aug 15 05:35:21.850 INFO O| Aug 15 05:35:21.850 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-08-15T05:35:22.995Z | [ recovery-image] Aug 15 05:35:21.861 INFO O| Aug 15 05:35:21.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7192 | 2024-08-15T05:35:22.995Z | [ recovery-image] Aug 15 05:35:21.861 INFO O| Aug 15 05:35:21.861 INFO STEP 1093 (remove_files) COMPLETE |
7193 | 2024-08-15T05:35:22.995Z | [ recovery-image] Aug 15 05:35:21.861 INFO O| Aug 15 05:35:21.861 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-08-15T05:35:23.009Z | [ recovery-image] Aug 15 05:35:21.874 INFO O| Aug 15 05:35:21.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7195 | 2024-08-15T05:35:23.009Z | [ recovery-image] Aug 15 05:35:21.874 INFO O| Aug 15 05:35:21.874 INFO STEP 1094 (remove_files) COMPLETE |
7196 | 2024-08-15T05:35:23.011Z | [ recovery-image] Aug 15 05:35:21.874 INFO O| Aug 15 05:35:21.874 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-08-15T05:35:23.019Z | [ recovery-image] Aug 15 05:35:21.885 INFO O| Aug 15 05:35:21.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7198 | 2024-08-15T05:35:23.019Z | [ recovery-image] Aug 15 05:35:21.885 INFO O| Aug 15 05:35:21.885 INFO STEP 1095 (remove_files) COMPLETE |
7199 | 2024-08-15T05:35:23.019Z | [ recovery-image] Aug 15 05:35:21.885 INFO O| Aug 15 05:35:21.885 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-08-15T05:35:23.030Z | [ recovery-image] Aug 15 05:35:21.895 INFO O| Aug 15 05:35:21.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7201 | 2024-08-15T05:35:23.030Z | [ recovery-image] Aug 15 05:35:21.895 INFO O| Aug 15 05:35:21.895 INFO STEP 1096 (remove_files) COMPLETE |
7202 | 2024-08-15T05:35:23.033Z | [ recovery-image] Aug 15 05:35:21.895 INFO O| Aug 15 05:35:21.895 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-08-15T05:35:23.044Z | [ recovery-image] Aug 15 05:35:21.909 INFO O| Aug 15 05:35:21.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7204 | 2024-08-15T05:35:23.044Z | [ recovery-image] Aug 15 05:35:21.909 INFO O| Aug 15 05:35:21.909 INFO STEP 1097 (remove_files) COMPLETE |
7205 | 2024-08-15T05:35:23.044Z | [ recovery-image] Aug 15 05:35:21.909 INFO O| Aug 15 05:35:21.909 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-08-15T05:35:23.055Z | [ recovery-image] Aug 15 05:35:21.920 INFO O| Aug 15 05:35:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7207 | 2024-08-15T05:35:23.055Z | [ recovery-image] Aug 15 05:35:21.920 INFO O| Aug 15 05:35:21.920 INFO STEP 1098 (remove_files) COMPLETE |
7208 | 2024-08-15T05:35:23.055Z | [ recovery-image] Aug 15 05:35:21.920 INFO O| Aug 15 05:35:21.920 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-08-15T05:35:23.078Z | [ recovery-image] Aug 15 05:35:21.930 INFO O| Aug 15 05:35:21.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7210 | 2024-08-15T05:35:23.078Z | [ recovery-image] Aug 15 05:35:21.930 INFO O| Aug 15 05:35:21.930 INFO STEP 1099 (remove_files) COMPLETE |
7211 | 2024-08-15T05:35:23.078Z | [ recovery-image] Aug 15 05:35:21.931 INFO O| Aug 15 05:35:21.930 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-08-15T05:35:23.081Z | [ recovery-image] Aug 15 05:35:21.941 INFO O| Aug 15 05:35:21.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7213 | 2024-08-15T05:35:23.081Z | [ recovery-image] Aug 15 05:35:21.941 INFO O| Aug 15 05:35:21.941 INFO STEP 1100 (remove_files) COMPLETE |
7214 | 2024-08-15T05:35:23.081Z | [ recovery-image] Aug 15 05:35:21.941 INFO O| Aug 15 05:35:21.941 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-08-15T05:35:23.088Z | [ recovery-image] Aug 15 05:35:21.954 INFO O| Aug 15 05:35:21.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7216 | 2024-08-15T05:35:23.088Z | [ recovery-image] Aug 15 05:35:21.954 INFO O| Aug 15 05:35:21.954 INFO STEP 1101 (remove_files) COMPLETE |
7217 | 2024-08-15T05:35:23.088Z | [ recovery-image] Aug 15 05:35:21.954 INFO O| Aug 15 05:35:21.954 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-08-15T05:35:23.100Z | [ recovery-image] Aug 15 05:35:21.965 INFO O| Aug 15 05:35:21.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7219 | 2024-08-15T05:35:23.100Z | [ recovery-image] Aug 15 05:35:21.965 INFO O| Aug 15 05:35:21.965 INFO STEP 1102 (remove_files) COMPLETE |
7220 | 2024-08-15T05:35:23.100Z | [ recovery-image] Aug 15 05:35:21.965 INFO O| Aug 15 05:35:21.965 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-08-15T05:35:23.110Z | [ recovery-image] Aug 15 05:35:21.976 INFO O| Aug 15 05:35:21.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7222 | 2024-08-15T05:35:23.111Z | [ recovery-image] Aug 15 05:35:21.976 INFO O| Aug 15 05:35:21.976 INFO STEP 1103 (remove_files) COMPLETE |
7223 | 2024-08-15T05:35:23.111Z | [ recovery-image] Aug 15 05:35:21.976 INFO O| Aug 15 05:35:21.976 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-08-15T05:35:23.122Z | [ recovery-image] Aug 15 05:35:21.987 INFO O| Aug 15 05:35:21.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7225 | 2024-08-15T05:35:23.122Z | [ recovery-image] Aug 15 05:35:21.988 INFO O| Aug 15 05:35:21.987 INFO STEP 1104 (remove_files) COMPLETE |
7226 | 2024-08-15T05:35:23.122Z | [ recovery-image] Aug 15 05:35:21.988 INFO O| Aug 15 05:35:21.988 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-08-15T05:35:23.135Z | [ recovery-image] Aug 15 05:35:21.999 INFO O| Aug 15 05:35:21.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7228 | 2024-08-15T05:35:23.135Z | [ recovery-image] Aug 15 05:35:21.999 INFO O| Aug 15 05:35:21.999 INFO STEP 1105 (remove_files) COMPLETE |
7229 | 2024-08-15T05:35:23.137Z | [ recovery-image] Aug 15 05:35:21.999 INFO O| Aug 15 05:35:21.999 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-08-15T05:35:23.147Z | [ recovery-image] Aug 15 05:35:22.011 INFO O| Aug 15 05:35:22.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7231 | 2024-08-15T05:35:23.147Z | [ recovery-image] Aug 15 05:35:22.012 INFO O| Aug 15 05:35:22.012 INFO STEP 1106 (remove_files) COMPLETE |
7232 | 2024-08-15T05:35:23.150Z | [ recovery-image] Aug 15 05:35:22.012 INFO O| Aug 15 05:35:22.012 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-08-15T05:35:23.157Z | [ recovery-image] Aug 15 05:35:22.023 INFO O| Aug 15 05:35:22.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7234 | 2024-08-15T05:35:23.157Z | [ recovery-image] Aug 15 05:35:22.023 INFO O| Aug 15 05:35:22.023 INFO STEP 1107 (remove_files) COMPLETE |
7235 | 2024-08-15T05:35:23.158Z | [ recovery-image] Aug 15 05:35:22.023 INFO O| Aug 15 05:35:22.023 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-08-15T05:35:23.169Z | [ recovery-image] Aug 15 05:35:22.033 INFO O| Aug 15 05:35:22.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7237 | 2024-08-15T05:35:23.172Z | [ recovery-image] Aug 15 05:35:22.033 INFO O| Aug 15 05:35:22.033 INFO STEP 1108 (remove_files) COMPLETE |
7238 | 2024-08-15T05:35:23.172Z | [ recovery-image] Aug 15 05:35:22.033 INFO O| Aug 15 05:35:22.033 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-08-15T05:35:23.178Z | [ recovery-image] Aug 15 05:35:22.044 INFO O| Aug 15 05:35:22.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7240 | 2024-08-15T05:35:23.178Z | [ recovery-image] Aug 15 05:35:22.044 INFO O| Aug 15 05:35:22.044 INFO STEP 1109 (remove_files) COMPLETE |
7241 | 2024-08-15T05:35:23.181Z | [ recovery-image] Aug 15 05:35:22.044 INFO O| Aug 15 05:35:22.044 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-08-15T05:35:23.189Z | [ recovery-image] Aug 15 05:35:22.054 INFO O| Aug 15 05:35:22.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7243 | 2024-08-15T05:35:23.189Z | [ recovery-image] Aug 15 05:35:22.054 INFO O| Aug 15 05:35:22.054 INFO STEP 1110 (remove_files) COMPLETE |
7244 | 2024-08-15T05:35:23.191Z | [ recovery-image] Aug 15 05:35:22.054 INFO O| Aug 15 05:35:22.054 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-08-15T05:35:23.199Z | [ recovery-image] Aug 15 05:35:22.065 INFO O| Aug 15 05:35:22.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7246 | 2024-08-15T05:35:23.199Z | [ recovery-image] Aug 15 05:35:22.065 INFO O| Aug 15 05:35:22.065 INFO STEP 1111 (remove_files) COMPLETE |
7247 | 2024-08-15T05:35:23.199Z | [ recovery-image] Aug 15 05:35:22.065 INFO O| Aug 15 05:35:22.065 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-08-15T05:35:23.209Z | [ recovery-image] Aug 15 05:35:22.075 INFO O| Aug 15 05:35:22.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7249 | 2024-08-15T05:35:23.209Z | [ recovery-image] Aug 15 05:35:22.075 INFO O| Aug 15 05:35:22.075 INFO STEP 1112 (remove_files) COMPLETE |
7250 | 2024-08-15T05:35:23.213Z | [ recovery-image] Aug 15 05:35:22.075 INFO O| Aug 15 05:35:22.075 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-08-15T05:35:23.220Z | [ recovery-image] Aug 15 05:35:22.085 INFO O| Aug 15 05:35:22.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7252 | 2024-08-15T05:35:23.222Z | [ recovery-image] Aug 15 05:35:22.085 INFO O| Aug 15 05:35:22.085 INFO STEP 1113 (remove_files) COMPLETE |
7253 | 2024-08-15T05:35:23.222Z | [ recovery-image] Aug 15 05:35:22.085 INFO O| Aug 15 05:35:22.085 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-08-15T05:35:23.230Z | [ recovery-image] Aug 15 05:35:22.096 INFO O| Aug 15 05:35:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7255 | 2024-08-15T05:35:23.230Z | [ recovery-image] Aug 15 05:35:22.096 INFO O| Aug 15 05:35:22.096 INFO STEP 1114 (remove_files) COMPLETE |
7256 | 2024-08-15T05:35:23.230Z | [ recovery-image] Aug 15 05:35:22.096 INFO O| Aug 15 05:35:22.096 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-08-15T05:35:23.241Z | [ recovery-image] Aug 15 05:35:22.106 INFO O| Aug 15 05:35:22.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7258 | 2024-08-15T05:35:23.241Z | [ recovery-image] Aug 15 05:35:22.106 INFO O| Aug 15 05:35:22.106 INFO STEP 1115 (remove_files) COMPLETE |
7259 | 2024-08-15T05:35:23.241Z | [ recovery-image] Aug 15 05:35:22.106 INFO O| Aug 15 05:35:22.106 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-08-15T05:35:23.251Z | [ recovery-image] Aug 15 05:35:22.116 INFO O| Aug 15 05:35:22.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7261 | 2024-08-15T05:35:23.251Z | [ recovery-image] Aug 15 05:35:22.117 INFO O| Aug 15 05:35:22.116 INFO STEP 1116 (remove_files) COMPLETE |
7262 | 2024-08-15T05:35:23.254Z | [ recovery-image] Aug 15 05:35:22.117 INFO O| Aug 15 05:35:22.117 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-08-15T05:35:23.262Z | [ recovery-image] Aug 15 05:35:22.127 INFO O| Aug 15 05:35:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7264 | 2024-08-15T05:35:23.262Z | [ recovery-image] Aug 15 05:35:22.127 INFO O| Aug 15 05:35:22.127 INFO STEP 1117 (remove_files) COMPLETE |
7265 | 2024-08-15T05:35:23.262Z | [ recovery-image] Aug 15 05:35:22.127 INFO O| Aug 15 05:35:22.127 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-08-15T05:35:23.272Z | [ recovery-image] Aug 15 05:35:22.137 INFO O| Aug 15 05:35:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7267 | 2024-08-15T05:35:23.274Z | [ recovery-image] Aug 15 05:35:22.137 INFO O| Aug 15 05:35:22.137 INFO STEP 1118 (remove_files) COMPLETE |
7268 | 2024-08-15T05:35:23.274Z | [ recovery-image] Aug 15 05:35:22.137 INFO O| Aug 15 05:35:22.137 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-08-15T05:35:23.282Z | [ recovery-image] Aug 15 05:35:22.147 INFO O| Aug 15 05:35:22.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7270 | 2024-08-15T05:35:23.282Z | [ recovery-image] Aug 15 05:35:22.147 INFO O| Aug 15 05:35:22.147 INFO STEP 1119 (remove_files) COMPLETE |
7271 | 2024-08-15T05:35:23.286Z | [ recovery-image] Aug 15 05:35:22.147 INFO O| Aug 15 05:35:22.147 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-08-15T05:35:23.292Z | [ recovery-image] Aug 15 05:35:22.158 INFO O| Aug 15 05:35:22.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7273 | 2024-08-15T05:35:23.292Z | [ recovery-image] Aug 15 05:35:22.158 INFO O| Aug 15 05:35:22.158 INFO STEP 1120 (remove_files) COMPLETE |
7274 | 2024-08-15T05:35:23.295Z | [ recovery-image] Aug 15 05:35:22.158 INFO O| Aug 15 05:35:22.158 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-08-15T05:35:23.302Z | [ recovery-image] Aug 15 05:35:22.168 INFO O| Aug 15 05:35:22.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7276 | 2024-08-15T05:35:23.302Z | [ recovery-image] Aug 15 05:35:22.168 INFO O| Aug 15 05:35:22.168 INFO STEP 1121 (remove_files) COMPLETE |
7277 | 2024-08-15T05:35:23.305Z | [ recovery-image] Aug 15 05:35:22.168 INFO O| Aug 15 05:35:22.168 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-08-15T05:35:23.312Z | [ recovery-image] Aug 15 05:35:22.178 INFO O| Aug 15 05:35:22.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7279 | 2024-08-15T05:35:23.312Z | [ recovery-image] Aug 15 05:35:22.178 INFO O| Aug 15 05:35:22.178 INFO STEP 1122 (remove_files) COMPLETE |
7280 | 2024-08-15T05:35:23.312Z | [ recovery-image] Aug 15 05:35:22.178 INFO O| Aug 15 05:35:22.178 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-08-15T05:35:23.322Z | [ recovery-image] Aug 15 05:35:22.188 INFO O| Aug 15 05:35:22.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7282 | 2024-08-15T05:35:23.322Z | [ recovery-image] Aug 15 05:35:22.188 INFO O| Aug 15 05:35:22.188 INFO STEP 1123 (remove_files) COMPLETE |
7283 | 2024-08-15T05:35:23.325Z | [ recovery-image] Aug 15 05:35:22.188 INFO O| Aug 15 05:35:22.188 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-08-15T05:35:23.332Z | [ recovery-image] Aug 15 05:35:22.198 INFO O| Aug 15 05:35:22.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7285 | 2024-08-15T05:35:23.332Z | [ recovery-image] Aug 15 05:35:22.198 INFO O| Aug 15 05:35:22.198 INFO STEP 1124 (remove_files) COMPLETE |
7286 | 2024-08-15T05:35:23.333Z | [ recovery-image] Aug 15 05:35:22.198 INFO O| Aug 15 05:35:22.198 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-08-15T05:35:23.344Z | [ recovery-image] Aug 15 05:35:22.208 INFO O| Aug 15 05:35:22.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7288 | 2024-08-15T05:35:23.344Z | [ recovery-image] Aug 15 05:35:22.208 INFO O| Aug 15 05:35:22.208 INFO STEP 1125 (remove_files) COMPLETE |
7289 | 2024-08-15T05:35:23.346Z | [ recovery-image] Aug 15 05:35:22.208 INFO O| Aug 15 05:35:22.208 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-08-15T05:35:23.353Z | [ recovery-image] Aug 15 05:35:22.218 INFO O| Aug 15 05:35:22.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7291 | 2024-08-15T05:35:23.353Z | [ recovery-image] Aug 15 05:35:22.218 INFO O| Aug 15 05:35:22.218 INFO STEP 1126 (remove_files) COMPLETE |
7292 | 2024-08-15T05:35:23.356Z | [ recovery-image] Aug 15 05:35:22.218 INFO O| Aug 15 05:35:22.218 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-08-15T05:35:23.362Z | [ recovery-image] Aug 15 05:35:22.228 INFO O| Aug 15 05:35:22.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7294 | 2024-08-15T05:35:23.362Z | [ recovery-image] Aug 15 05:35:22.228 INFO O| Aug 15 05:35:22.228 INFO STEP 1127 (remove_files) COMPLETE |
7295 | 2024-08-15T05:35:23.365Z | [ recovery-image] Aug 15 05:35:22.228 INFO O| Aug 15 05:35:22.228 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-08-15T05:35:23.372Z | [ recovery-image] Aug 15 05:35:22.238 INFO O| Aug 15 05:35:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7297 | 2024-08-15T05:35:23.372Z | [ recovery-image] Aug 15 05:35:22.238 INFO O| Aug 15 05:35:22.238 INFO STEP 1128 (remove_files) COMPLETE |
7298 | 2024-08-15T05:35:23.375Z | [ recovery-image] Aug 15 05:35:22.238 INFO O| Aug 15 05:35:22.238 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-08-15T05:35:23.384Z | [ recovery-image] Aug 15 05:35:22.249 INFO O| Aug 15 05:35:22.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7300 | 2024-08-15T05:35:23.384Z | [ recovery-image] Aug 15 05:35:22.249 INFO O| Aug 15 05:35:22.249 INFO STEP 1129 (remove_files) COMPLETE |
7301 | 2024-08-15T05:35:23.387Z | [ recovery-image] Aug 15 05:35:22.249 INFO O| Aug 15 05:35:22.249 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-08-15T05:35:23.393Z | [ recovery-image] Aug 15 05:35:22.259 INFO O| Aug 15 05:35:22.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7303 | 2024-08-15T05:35:23.393Z | [ recovery-image] Aug 15 05:35:22.259 INFO O| Aug 15 05:35:22.259 INFO STEP 1130 (remove_files) COMPLETE |
7304 | 2024-08-15T05:35:23.398Z | [ recovery-image] Aug 15 05:35:22.259 INFO O| Aug 15 05:35:22.259 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-08-15T05:35:23.404Z | [ recovery-image] Aug 15 05:35:22.269 INFO O| Aug 15 05:35:22.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7306 | 2024-08-15T05:35:23.406Z | [ recovery-image] Aug 15 05:35:22.269 INFO O| Aug 15 05:35:22.269 INFO STEP 1131 (remove_files) COMPLETE |
7307 | 2024-08-15T05:35:23.406Z | [ recovery-image] Aug 15 05:35:22.269 INFO O| Aug 15 05:35:22.269 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-08-15T05:35:23.414Z | [ recovery-image] Aug 15 05:35:22.279 INFO O| Aug 15 05:35:22.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7309 | 2024-08-15T05:35:23.414Z | [ recovery-image] Aug 15 05:35:22.279 INFO O| Aug 15 05:35:22.279 INFO STEP 1132 (remove_files) COMPLETE |
7310 | 2024-08-15T05:35:23.417Z | [ recovery-image] Aug 15 05:35:22.279 INFO O| Aug 15 05:35:22.279 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-08-15T05:35:23.423Z | [ recovery-image] Aug 15 05:35:22.289 INFO O| Aug 15 05:35:22.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7312 | 2024-08-15T05:35:23.424Z | [ recovery-image] Aug 15 05:35:22.289 INFO O| Aug 15 05:35:22.289 INFO STEP 1133 (remove_files) COMPLETE |
7313 | 2024-08-15T05:35:23.424Z | [ recovery-image] Aug 15 05:35:22.289 INFO O| Aug 15 05:35:22.289 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-08-15T05:35:23.434Z | [ recovery-image] Aug 15 05:35:22.299 INFO O| Aug 15 05:35:22.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7315 | 2024-08-15T05:35:23.434Z | [ recovery-image] Aug 15 05:35:22.299 INFO O| Aug 15 05:35:22.299 INFO STEP 1134 (remove_files) COMPLETE |
7316 | 2024-08-15T05:35:23.434Z | [ recovery-image] Aug 15 05:35:22.299 INFO O| Aug 15 05:35:22.299 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-08-15T05:35:23.443Z | [ recovery-image] Aug 15 05:35:22.309 INFO O| Aug 15 05:35:22.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7318 | 2024-08-15T05:35:23.443Z | [ recovery-image] Aug 15 05:35:22.309 INFO O| Aug 15 05:35:22.309 INFO STEP 1135 (remove_files) COMPLETE |
7319 | 2024-08-15T05:35:23.443Z | [ recovery-image] Aug 15 05:35:22.309 INFO O| Aug 15 05:35:22.309 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-08-15T05:35:23.453Z | [ recovery-image] Aug 15 05:35:22.319 INFO O| Aug 15 05:35:22.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7321 | 2024-08-15T05:35:23.453Z | [ recovery-image] Aug 15 05:35:22.319 INFO O| Aug 15 05:35:22.319 INFO STEP 1136 (remove_files) COMPLETE |
7322 | 2024-08-15T05:35:23.456Z | [ recovery-image] Aug 15 05:35:22.319 INFO O| Aug 15 05:35:22.319 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-08-15T05:35:23.463Z | [ recovery-image] Aug 15 05:35:22.329 INFO O| Aug 15 05:35:22.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7324 | 2024-08-15T05:35:23.463Z | [ recovery-image] Aug 15 05:35:22.329 INFO O| Aug 15 05:35:22.329 INFO STEP 1137 (remove_files) COMPLETE |
7325 | 2024-08-15T05:35:23.466Z | [ recovery-image] Aug 15 05:35:22.329 INFO O| Aug 15 05:35:22.329 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-08-15T05:35:23.473Z | [ recovery-image] Aug 15 05:35:22.339 INFO O| Aug 15 05:35:22.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7327 | 2024-08-15T05:35:23.473Z | [ recovery-image] Aug 15 05:35:22.339 INFO O| Aug 15 05:35:22.339 INFO STEP 1138 (remove_files) COMPLETE |
7328 | 2024-08-15T05:35:23.478Z | [ recovery-image] Aug 15 05:35:22.339 INFO O| Aug 15 05:35:22.339 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-08-15T05:35:23.484Z | [ recovery-image] Aug 15 05:35:22.349 INFO O| Aug 15 05:35:22.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7330 | 2024-08-15T05:35:23.487Z | [ recovery-image] Aug 15 05:35:22.349 INFO O| Aug 15 05:35:22.349 INFO STEP 1139 (remove_files) COMPLETE |
7331 | 2024-08-15T05:35:23.487Z | [ recovery-image] Aug 15 05:35:22.349 INFO O| Aug 15 05:35:22.349 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-08-15T05:35:23.494Z | [ recovery-image] Aug 15 05:35:22.359 INFO O| Aug 15 05:35:22.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7333 | 2024-08-15T05:35:23.494Z | [ recovery-image] Aug 15 05:35:22.359 INFO O| Aug 15 05:35:22.359 INFO STEP 1140 (remove_files) COMPLETE |
7334 | 2024-08-15T05:35:23.496Z | [ recovery-image] Aug 15 05:35:22.359 INFO O| Aug 15 05:35:22.359 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-08-15T05:35:23.504Z | [ recovery-image] Aug 15 05:35:22.369 INFO O| Aug 15 05:35:22.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7336 | 2024-08-15T05:35:23.504Z | [ recovery-image] Aug 15 05:35:22.370 INFO O| Aug 15 05:35:22.369 INFO STEP 1141 (remove_files) COMPLETE |
7337 | 2024-08-15T05:35:23.504Z | [ recovery-image] Aug 15 05:35:22.370 INFO O| Aug 15 05:35:22.370 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-08-15T05:35:23.515Z | [ recovery-image] Aug 15 05:35:22.380 INFO O| Aug 15 05:35:22.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7339 | 2024-08-15T05:35:23.515Z | [ recovery-image] Aug 15 05:35:22.380 INFO O| Aug 15 05:35:22.380 INFO STEP 1142 (remove_files) COMPLETE |
7340 | 2024-08-15T05:35:23.515Z | [ recovery-image] Aug 15 05:35:22.380 INFO O| Aug 15 05:35:22.380 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-08-15T05:35:23.525Z | [ recovery-image] Aug 15 05:35:22.391 INFO O| Aug 15 05:35:22.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7342 | 2024-08-15T05:35:23.525Z | [ recovery-image] Aug 15 05:35:22.391 INFO O| Aug 15 05:35:22.391 INFO STEP 1143 (remove_files) COMPLETE |
7343 | 2024-08-15T05:35:23.528Z | [ recovery-image] Aug 15 05:35:22.391 INFO O| Aug 15 05:35:22.391 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-08-15T05:35:23.536Z | [ recovery-image] Aug 15 05:35:22.402 INFO O| Aug 15 05:35:22.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7345 | 2024-08-15T05:35:23.536Z | [ recovery-image] Aug 15 05:35:22.402 INFO O| Aug 15 05:35:22.402 INFO STEP 1144 (remove_files) COMPLETE |
7346 | 2024-08-15T05:35:23.536Z | [ recovery-image] Aug 15 05:35:22.402 INFO O| Aug 15 05:35:22.402 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-08-15T05:35:23.547Z | [ recovery-image] Aug 15 05:35:22.413 INFO O| Aug 15 05:35:22.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7348 | 2024-08-15T05:35:23.547Z | [ recovery-image] Aug 15 05:35:22.413 INFO O| Aug 15 05:35:22.413 INFO STEP 1145 (remove_files) COMPLETE |
7349 | 2024-08-15T05:35:23.547Z | [ recovery-image] Aug 15 05:35:22.413 INFO O| Aug 15 05:35:22.413 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-08-15T05:35:23.564Z | [ recovery-image] Aug 15 05:35:22.425 INFO O| Aug 15 05:35:22.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7351 | 2024-08-15T05:35:23.564Z | [ recovery-image] Aug 15 05:35:22.425 INFO O| Aug 15 05:35:22.425 INFO STEP 1146 (remove_files) COMPLETE |
7352 | 2024-08-15T05:35:23.564Z | [ recovery-image] Aug 15 05:35:22.425 INFO O| Aug 15 05:35:22.425 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-08-15T05:35:23.571Z | [ recovery-image] Aug 15 05:35:22.436 INFO O| Aug 15 05:35:22.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7354 | 2024-08-15T05:35:23.571Z | [ recovery-image] Aug 15 05:35:22.436 INFO O| Aug 15 05:35:22.436 INFO STEP 1147 (remove_files) COMPLETE |
7355 | 2024-08-15T05:35:23.573Z | [ recovery-image] Aug 15 05:35:22.436 INFO O| Aug 15 05:35:22.436 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-08-15T05:35:23.582Z | [ recovery-image] Aug 15 05:35:22.447 INFO O| Aug 15 05:35:22.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7357 | 2024-08-15T05:35:23.582Z | [ recovery-image] Aug 15 05:35:22.447 INFO O| Aug 15 05:35:22.447 INFO STEP 1148 (remove_files) COMPLETE |
7358 | 2024-08-15T05:35:23.582Z | [ recovery-image] Aug 15 05:35:22.447 INFO O| Aug 15 05:35:22.447 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-08-15T05:35:23.593Z | [ recovery-image] Aug 15 05:35:22.458 INFO O| Aug 15 05:35:22.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7360 | 2024-08-15T05:35:23.593Z | [ recovery-image] Aug 15 05:35:22.458 INFO O| Aug 15 05:35:22.458 INFO STEP 1149 (remove_files) COMPLETE |
7361 | 2024-08-15T05:35:23.593Z | [ recovery-image] Aug 15 05:35:22.458 INFO O| Aug 15 05:35:22.458 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-08-15T05:35:23.604Z | [ recovery-image] Aug 15 05:35:22.469 INFO O| Aug 15 05:35:22.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7363 | 2024-08-15T05:35:23.604Z | [ recovery-image] Aug 15 05:35:22.469 INFO O| Aug 15 05:35:22.469 INFO STEP 1150 (remove_files) COMPLETE |
7364 | 2024-08-15T05:35:23.604Z | [ recovery-image] Aug 15 05:35:22.469 INFO O| Aug 15 05:35:22.469 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-08-15T05:35:23.614Z | [ recovery-image] Aug 15 05:35:22.479 INFO O| Aug 15 05:35:22.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7366 | 2024-08-15T05:35:23.614Z | [ recovery-image] Aug 15 05:35:22.479 INFO O| Aug 15 05:35:22.479 INFO STEP 1151 (remove_files) COMPLETE |
7367 | 2024-08-15T05:35:23.616Z | [ recovery-image] Aug 15 05:35:22.480 INFO O| Aug 15 05:35:22.479 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-08-15T05:35:23.624Z | [ recovery-image] Aug 15 05:35:22.490 INFO O| Aug 15 05:35:22.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7369 | 2024-08-15T05:35:23.626Z | [ recovery-image] Aug 15 05:35:22.490 INFO O| Aug 15 05:35:22.490 INFO STEP 1152 (remove_files) COMPLETE |
7370 | 2024-08-15T05:35:23.626Z | [ recovery-image] Aug 15 05:35:22.490 INFO O| Aug 15 05:35:22.490 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-08-15T05:35:23.634Z | [ recovery-image] Aug 15 05:35:22.500 INFO O| Aug 15 05:35:22.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7372 | 2024-08-15T05:35:23.637Z | [ recovery-image] Aug 15 05:35:22.500 INFO O| Aug 15 05:35:22.500 INFO STEP 1153 (remove_files) COMPLETE |
7373 | 2024-08-15T05:35:23.637Z | [ recovery-image] Aug 15 05:35:22.500 INFO O| Aug 15 05:35:22.500 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-08-15T05:35:23.644Z | [ recovery-image] Aug 15 05:35:22.510 INFO O| Aug 15 05:35:22.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7375 | 2024-08-15T05:35:23.644Z | [ recovery-image] Aug 15 05:35:22.510 INFO O| Aug 15 05:35:22.510 INFO STEP 1154 (remove_files) COMPLETE |
7376 | 2024-08-15T05:35:23.645Z | [ recovery-image] Aug 15 05:35:22.510 INFO O| Aug 15 05:35:22.510 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-08-15T05:35:23.655Z | [ recovery-image] Aug 15 05:35:22.520 INFO O| Aug 15 05:35:22.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7378 | 2024-08-15T05:35:23.655Z | [ recovery-image] Aug 15 05:35:22.520 INFO O| Aug 15 05:35:22.520 INFO STEP 1155 (remove_files) COMPLETE |
7379 | 2024-08-15T05:35:23.657Z | [ recovery-image] Aug 15 05:35:22.520 INFO O| Aug 15 05:35:22.520 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-08-15T05:35:23.665Z | [ recovery-image] Aug 15 05:35:22.531 INFO O| Aug 15 05:35:22.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7381 | 2024-08-15T05:35:23.665Z | [ recovery-image] Aug 15 05:35:22.531 INFO O| Aug 15 05:35:22.531 INFO STEP 1156 (remove_files) COMPLETE |
7382 | 2024-08-15T05:35:23.668Z | [ recovery-image] Aug 15 05:35:22.531 INFO O| Aug 15 05:35:22.531 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-08-15T05:35:23.675Z | [ recovery-image] Aug 15 05:35:22.541 INFO O| Aug 15 05:35:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7384 | 2024-08-15T05:35:23.676Z | [ recovery-image] Aug 15 05:35:22.541 INFO O| Aug 15 05:35:22.541 INFO STEP 1157 (remove_files) COMPLETE |
7385 | 2024-08-15T05:35:23.679Z | [ recovery-image] Aug 15 05:35:22.541 INFO O| Aug 15 05:35:22.541 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-08-15T05:35:23.687Z | [ recovery-image] Aug 15 05:35:22.553 INFO O| Aug 15 05:35:22.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7387 | 2024-08-15T05:35:23.687Z | [ recovery-image] Aug 15 05:35:22.553 INFO O| Aug 15 05:35:22.553 INFO STEP 1158 (remove_files) COMPLETE |
7388 | 2024-08-15T05:35:23.687Z | [ recovery-image] Aug 15 05:35:22.553 INFO O| Aug 15 05:35:22.553 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-08-15T05:35:23.698Z | [ recovery-image] Aug 15 05:35:22.563 INFO O| Aug 15 05:35:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7390 | 2024-08-15T05:35:23.698Z | [ recovery-image] Aug 15 05:35:22.563 INFO O| Aug 15 05:35:22.563 INFO STEP 1159 (remove_files) COMPLETE |
7391 | 2024-08-15T05:35:23.698Z | [ recovery-image] Aug 15 05:35:22.563 INFO O| Aug 15 05:35:22.563 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-08-15T05:35:23.707Z | [ recovery-image] Aug 15 05:35:22.573 INFO O| Aug 15 05:35:22.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7393 | 2024-08-15T05:35:23.707Z | [ recovery-image] Aug 15 05:35:22.573 INFO O| Aug 15 05:35:22.573 INFO STEP 1160 (remove_files) COMPLETE |
7394 | 2024-08-15T05:35:23.710Z | [ recovery-image] Aug 15 05:35:22.573 INFO O| Aug 15 05:35:22.573 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-08-15T05:35:23.719Z | [ recovery-image] Aug 15 05:35:22.584 INFO O| Aug 15 05:35:22.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7396 | 2024-08-15T05:35:23.721Z | [ recovery-image] Aug 15 05:35:22.584 INFO O| Aug 15 05:35:22.584 INFO STEP 1161 (remove_files) COMPLETE |
7397 | 2024-08-15T05:35:23.721Z | [ recovery-image] Aug 15 05:35:22.585 INFO O| Aug 15 05:35:22.584 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-08-15T05:35:23.729Z | [ recovery-image] Aug 15 05:35:22.595 INFO O| Aug 15 05:35:22.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7399 | 2024-08-15T05:35:23.732Z | [ recovery-image] Aug 15 05:35:22.595 INFO O| Aug 15 05:35:22.595 INFO STEP 1162 (remove_files) COMPLETE |
7400 | 2024-08-15T05:35:23.732Z | [ recovery-image] Aug 15 05:35:22.595 INFO O| Aug 15 05:35:22.595 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-08-15T05:35:23.740Z | [ recovery-image] Aug 15 05:35:22.605 INFO O| Aug 15 05:35:22.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7402 | 2024-08-15T05:35:23.740Z | [ recovery-image] Aug 15 05:35:22.605 INFO O| Aug 15 05:35:22.605 INFO STEP 1163 (remove_files) COMPLETE |
7403 | 2024-08-15T05:35:23.742Z | [ recovery-image] Aug 15 05:35:22.605 INFO O| Aug 15 05:35:22.605 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-08-15T05:35:23.749Z | [ recovery-image] Aug 15 05:35:22.615 INFO O| Aug 15 05:35:22.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7405 | 2024-08-15T05:35:23.749Z | [ recovery-image] Aug 15 05:35:22.615 INFO O| Aug 15 05:35:22.615 INFO STEP 1164 (remove_files) COMPLETE |
7406 | 2024-08-15T05:35:23.749Z | [ recovery-image] Aug 15 05:35:22.615 INFO O| Aug 15 05:35:22.615 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-08-15T05:35:23.759Z | [ recovery-image] Aug 15 05:35:22.624 INFO O| Aug 15 05:35:22.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7408 | 2024-08-15T05:35:23.759Z | [ recovery-image] Aug 15 05:35:22.624 INFO O| Aug 15 05:35:22.624 INFO STEP 1165 (remove_files) COMPLETE |
7409 | 2024-08-15T05:35:23.761Z | [ recovery-image] Aug 15 05:35:22.625 INFO O| Aug 15 05:35:22.624 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-08-15T05:35:23.782Z | [ recovery-image] Aug 15 05:35:22.634 INFO O| Aug 15 05:35:22.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7411 | 2024-08-15T05:35:23.782Z | [ recovery-image] Aug 15 05:35:22.634 INFO O| Aug 15 05:35:22.634 INFO STEP 1166 (remove_files) COMPLETE |
7412 | 2024-08-15T05:35:23.782Z | [ recovery-image] Aug 15 05:35:22.634 INFO O| Aug 15 05:35:22.634 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-08-15T05:35:23.789Z | [ recovery-image] Aug 15 05:35:22.645 INFO O| Aug 15 05:35:22.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7414 | 2024-08-15T05:35:23.790Z | [ recovery-image] Aug 15 05:35:22.645 INFO O| Aug 15 05:35:22.645 INFO STEP 1167 (remove_files) COMPLETE |
7415 | 2024-08-15T05:35:23.790Z | [ recovery-image] Aug 15 05:35:22.645 INFO O| Aug 15 05:35:22.645 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-08-15T05:35:23.793Z | [ recovery-image] Aug 15 05:35:22.655 INFO O| Aug 15 05:35:22.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7417 | 2024-08-15T05:35:23.793Z | [ recovery-image] Aug 15 05:35:22.655 INFO O| Aug 15 05:35:22.655 INFO STEP 1168 (remove_files) COMPLETE |
7418 | 2024-08-15T05:35:23.794Z | [ recovery-image] Aug 15 05:35:22.655 INFO O| Aug 15 05:35:22.655 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-08-15T05:35:23.800Z | [ recovery-image] Aug 15 05:35:22.665 INFO O| Aug 15 05:35:22.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7420 | 2024-08-15T05:35:23.800Z | [ recovery-image] Aug 15 05:35:22.665 INFO O| Aug 15 05:35:22.665 INFO STEP 1169 (remove_files) COMPLETE |
7421 | 2024-08-15T05:35:23.800Z | [ recovery-image] Aug 15 05:35:22.665 INFO O| Aug 15 05:35:22.665 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-08-15T05:35:23.810Z | [ recovery-image] Aug 15 05:35:22.675 INFO O| Aug 15 05:35:22.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7423 | 2024-08-15T05:35:23.810Z | [ recovery-image] Aug 15 05:35:22.675 INFO O| Aug 15 05:35:22.675 INFO STEP 1170 (remove_files) COMPLETE |
7424 | 2024-08-15T05:35:23.814Z | [ recovery-image] Aug 15 05:35:22.675 INFO O| Aug 15 05:35:22.675 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-08-15T05:35:23.820Z | [ recovery-image] Aug 15 05:35:22.685 INFO O| Aug 15 05:35:22.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7426 | 2024-08-15T05:35:23.820Z | [ recovery-image] Aug 15 05:35:22.685 INFO O| Aug 15 05:35:22.685 INFO STEP 1171 (remove_files) COMPLETE |
7427 | 2024-08-15T05:35:23.820Z | [ recovery-image] Aug 15 05:35:22.685 INFO O| Aug 15 05:35:22.685 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-08-15T05:35:23.830Z | [ recovery-image] Aug 15 05:35:22.694 INFO O| Aug 15 05:35:22.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7429 | 2024-08-15T05:35:23.830Z | [ recovery-image] Aug 15 05:35:22.695 INFO O| Aug 15 05:35:22.695 INFO STEP 1172 (remove_files) COMPLETE |
7430 | 2024-08-15T05:35:23.830Z | [ recovery-image] Aug 15 05:35:22.695 INFO O| Aug 15 05:35:22.695 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-08-15T05:35:23.842Z | [ recovery-image] Aug 15 05:35:22.704 INFO O| Aug 15 05:35:22.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7432 | 2024-08-15T05:35:23.842Z | [ recovery-image] Aug 15 05:35:22.705 INFO O| Aug 15 05:35:22.705 INFO STEP 1173 (remove_files) COMPLETE |
7433 | 2024-08-15T05:35:23.842Z | [ recovery-image] Aug 15 05:35:22.705 INFO O| Aug 15 05:35:22.705 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-08-15T05:35:23.849Z | [ recovery-image] Aug 15 05:35:22.714 INFO O| Aug 15 05:35:22.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7435 | 2024-08-15T05:35:23.852Z | [ recovery-image] Aug 15 05:35:22.715 INFO O| Aug 15 05:35:22.715 INFO STEP 1174 (remove_files) COMPLETE |
7436 | 2024-08-15T05:35:23.852Z | [ recovery-image] Aug 15 05:35:22.715 INFO O| Aug 15 05:35:22.715 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-08-15T05:35:23.859Z | [ recovery-image] Aug 15 05:35:22.725 INFO O| Aug 15 05:35:22.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7438 | 2024-08-15T05:35:23.859Z | [ recovery-image] Aug 15 05:35:22.725 INFO O| Aug 15 05:35:22.725 INFO STEP 1175 (remove_files) COMPLETE |
7439 | 2024-08-15T05:35:23.859Z | [ recovery-image] Aug 15 05:35:22.725 INFO O| Aug 15 05:35:22.725 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-08-15T05:35:23.871Z | [ recovery-image] Aug 15 05:35:22.735 INFO O| Aug 15 05:35:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7441 | 2024-08-15T05:35:23.874Z | [ recovery-image] Aug 15 05:35:22.735 INFO O| Aug 15 05:35:22.735 INFO STEP 1176 (remove_files) COMPLETE |
7442 | 2024-08-15T05:35:23.874Z | [ recovery-image] Aug 15 05:35:22.735 INFO O| Aug 15 05:35:22.735 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-08-15T05:35:23.880Z | [ recovery-image] Aug 15 05:35:22.745 INFO O| Aug 15 05:35:22.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7444 | 2024-08-15T05:35:23.880Z | [ recovery-image] Aug 15 05:35:22.745 INFO O| Aug 15 05:35:22.745 INFO STEP 1177 (remove_files) COMPLETE |
7445 | 2024-08-15T05:35:23.880Z | [ recovery-image] Aug 15 05:35:22.745 INFO O| Aug 15 05:35:22.745 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-08-15T05:35:23.889Z | [ recovery-image] Aug 15 05:35:22.754 INFO O| Aug 15 05:35:22.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7447 | 2024-08-15T05:35:23.890Z | [ recovery-image] Aug 15 05:35:22.755 INFO O| Aug 15 05:35:22.755 INFO STEP 1178 (remove_files) COMPLETE |
7448 | 2024-08-15T05:35:23.890Z | [ recovery-image] Aug 15 05:35:22.755 INFO O| Aug 15 05:35:22.755 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-08-15T05:35:23.900Z | [ recovery-image] Aug 15 05:35:22.764 INFO O| Aug 15 05:35:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7450 | 2024-08-15T05:35:23.900Z | [ recovery-image] Aug 15 05:35:22.764 INFO O| Aug 15 05:35:22.764 INFO STEP 1179 (remove_files) COMPLETE |
7451 | 2024-08-15T05:35:23.903Z | [ recovery-image] Aug 15 05:35:22.764 INFO O| Aug 15 05:35:22.764 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-08-15T05:35:23.910Z | [ recovery-image] Aug 15 05:35:22.774 INFO O| Aug 15 05:35:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7453 | 2024-08-15T05:35:23.910Z | [ recovery-image] Aug 15 05:35:22.774 INFO O| Aug 15 05:35:22.774 INFO STEP 1180 (remove_files) COMPLETE |
7454 | 2024-08-15T05:35:23.910Z | [ recovery-image] Aug 15 05:35:22.774 INFO O| Aug 15 05:35:22.774 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-08-15T05:35:23.919Z | [ recovery-image] Aug 15 05:35:22.784 INFO O| Aug 15 05:35:22.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7456 | 2024-08-15T05:35:23.919Z | [ recovery-image] Aug 15 05:35:22.784 INFO O| Aug 15 05:35:22.784 INFO STEP 1181 (remove_files) COMPLETE |
7457 | 2024-08-15T05:35:23.922Z | [ recovery-image] Aug 15 05:35:22.784 INFO O| Aug 15 05:35:22.784 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-08-15T05:35:23.929Z | [ recovery-image] Aug 15 05:35:22.794 INFO O| Aug 15 05:35:22.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7459 | 2024-08-15T05:35:23.933Z | [ recovery-image] Aug 15 05:35:22.794 INFO O| Aug 15 05:35:22.794 INFO STEP 1182 (remove_files) COMPLETE |
7460 | 2024-08-15T05:35:23.933Z | [ recovery-image] Aug 15 05:35:22.794 INFO O| Aug 15 05:35:22.794 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-08-15T05:35:23.938Z | [ recovery-image] Aug 15 05:35:22.804 INFO O| Aug 15 05:35:22.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7462 | 2024-08-15T05:35:23.939Z | [ recovery-image] Aug 15 05:35:22.804 INFO O| Aug 15 05:35:22.804 INFO STEP 1183 (remove_files) COMPLETE |
7463 | 2024-08-15T05:35:23.942Z | [ recovery-image] Aug 15 05:35:22.804 INFO O| Aug 15 05:35:22.804 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-08-15T05:35:23.949Z | [ recovery-image] Aug 15 05:35:22.814 INFO O| Aug 15 05:35:22.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7465 | 2024-08-15T05:35:23.952Z | [ recovery-image] Aug 15 05:35:22.814 INFO O| Aug 15 05:35:22.814 INFO STEP 1184 (remove_files) COMPLETE |
7466 | 2024-08-15T05:35:23.952Z | [ recovery-image] Aug 15 05:35:22.814 INFO O| Aug 15 05:35:22.814 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-08-15T05:35:23.958Z | [ recovery-image] Aug 15 05:35:22.823 INFO O| Aug 15 05:35:22.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7468 | 2024-08-15T05:35:23.958Z | [ recovery-image] Aug 15 05:35:22.823 INFO O| Aug 15 05:35:22.823 INFO STEP 1185 (remove_files) COMPLETE |
7469 | 2024-08-15T05:35:23.962Z | [ recovery-image] Aug 15 05:35:22.823 INFO O| Aug 15 05:35:22.823 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-08-15T05:35:23.970Z | [ recovery-image] Aug 15 05:35:22.833 INFO O| Aug 15 05:35:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7471 | 2024-08-15T05:35:23.973Z | [ recovery-image] Aug 15 05:35:22.833 INFO O| Aug 15 05:35:22.833 INFO STEP 1186 (remove_files) COMPLETE |
7472 | 2024-08-15T05:35:23.973Z | [ recovery-image] Aug 15 05:35:22.833 INFO O| Aug 15 05:35:22.833 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-08-15T05:35:23.978Z | [ recovery-image] Aug 15 05:35:22.843 INFO O| Aug 15 05:35:22.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7474 | 2024-08-15T05:35:23.984Z | [ recovery-image] Aug 15 05:35:22.843 INFO O| Aug 15 05:35:22.843 INFO STEP 1187 (remove_files) COMPLETE |
7475 | 2024-08-15T05:35:23.984Z | [ recovery-image] Aug 15 05:35:22.843 INFO O| Aug 15 05:35:22.843 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-08-15T05:35:23.988Z | [ recovery-image] Aug 15 05:35:22.852 INFO O| Aug 15 05:35:22.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7477 | 2024-08-15T05:35:23.992Z | [ recovery-image] Aug 15 05:35:22.853 INFO O| Aug 15 05:35:22.853 INFO STEP 1188 (remove_files) COMPLETE |
7478 | 2024-08-15T05:35:23.992Z | [ recovery-image] Aug 15 05:35:22.853 INFO O| Aug 15 05:35:22.853 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-08-15T05:35:23.998Z | [ recovery-image] Aug 15 05:35:22.862 INFO O| Aug 15 05:35:22.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7480 | 2024-08-15T05:35:23.998Z | [ recovery-image] Aug 15 05:35:22.862 INFO O| Aug 15 05:35:22.862 INFO STEP 1189 (remove_files) COMPLETE |
7481 | 2024-08-15T05:35:24.001Z | [ recovery-image] Aug 15 05:35:22.862 INFO O| Aug 15 05:35:22.862 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-08-15T05:35:24.006Z | [ recovery-image] Aug 15 05:35:22.872 INFO O| Aug 15 05:35:22.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7483 | 2024-08-15T05:35:24.009Z | [ recovery-image] Aug 15 05:35:22.872 INFO O| Aug 15 05:35:22.872 INFO STEP 1190 (remove_files) COMPLETE |
7484 | 2024-08-15T05:35:24.009Z | [ recovery-image] Aug 15 05:35:22.872 INFO O| Aug 15 05:35:22.872 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-08-15T05:35:24.016Z | [ recovery-image] Aug 15 05:35:22.881 INFO O| Aug 15 05:35:22.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7486 | 2024-08-15T05:35:24.019Z | [ recovery-image] Aug 15 05:35:22.882 INFO O| Aug 15 05:35:22.882 INFO STEP 1191 (remove_files) COMPLETE |
7487 | 2024-08-15T05:35:24.019Z | [ recovery-image] Aug 15 05:35:22.882 INFO O| Aug 15 05:35:22.882 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-08-15T05:35:24.026Z | [ recovery-image] Aug 15 05:35:22.891 INFO O| Aug 15 05:35:22.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7489 | 2024-08-15T05:35:24.028Z | [ recovery-image] Aug 15 05:35:22.891 INFO O| Aug 15 05:35:22.891 INFO STEP 1192 (remove_files) COMPLETE |
7490 | 2024-08-15T05:35:24.028Z | [ recovery-image] Aug 15 05:35:22.891 INFO O| Aug 15 05:35:22.891 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-08-15T05:35:24.035Z | [ recovery-image] Aug 15 05:35:22.901 INFO O| Aug 15 05:35:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7492 | 2024-08-15T05:35:24.035Z | [ recovery-image] Aug 15 05:35:22.901 INFO O| Aug 15 05:35:22.901 INFO STEP 1193 (remove_files) COMPLETE |
7493 | 2024-08-15T05:35:24.035Z | [ recovery-image] Aug 15 05:35:22.901 INFO O| Aug 15 05:35:22.901 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-08-15T05:35:24.045Z | [ recovery-image] Aug 15 05:35:22.910 INFO O| Aug 15 05:35:22.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7495 | 2024-08-15T05:35:24.045Z | [ recovery-image] Aug 15 05:35:22.910 INFO O| Aug 15 05:35:22.910 INFO STEP 1194 (remove_files) COMPLETE |
7496 | 2024-08-15T05:35:24.045Z | [ recovery-image] Aug 15 05:35:22.910 INFO O| Aug 15 05:35:22.910 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-08-15T05:35:24.054Z | [ recovery-image] Aug 15 05:35:22.920 INFO O| Aug 15 05:35:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7498 | 2024-08-15T05:35:24.054Z | [ recovery-image] Aug 15 05:35:22.920 INFO O| Aug 15 05:35:22.920 INFO STEP 1195 (remove_files) COMPLETE |
7499 | 2024-08-15T05:35:24.054Z | [ recovery-image] Aug 15 05:35:22.920 INFO O| Aug 15 05:35:22.920 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-08-15T05:35:24.064Z | [ recovery-image] Aug 15 05:35:22.930 INFO O| Aug 15 05:35:22.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7501 | 2024-08-15T05:35:24.064Z | [ recovery-image] Aug 15 05:35:22.930 INFO O| Aug 15 05:35:22.930 INFO STEP 1196 (remove_files) COMPLETE |
7502 | 2024-08-15T05:35:24.064Z | [ recovery-image] Aug 15 05:35:22.930 INFO O| Aug 15 05:35:22.930 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-08-15T05:35:24.075Z | [ recovery-image] Aug 15 05:35:22.940 INFO O| Aug 15 05:35:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7504 | 2024-08-15T05:35:24.075Z | [ recovery-image] Aug 15 05:35:22.940 INFO O| Aug 15 05:35:22.940 INFO STEP 1197 (remove_files) COMPLETE |
7505 | 2024-08-15T05:35:24.077Z | [ recovery-image] Aug 15 05:35:22.940 INFO O| Aug 15 05:35:22.940 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-08-15T05:35:24.085Z | [ recovery-image] Aug 15 05:35:22.950 INFO O| Aug 15 05:35:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7507 | 2024-08-15T05:35:24.085Z | [ recovery-image] Aug 15 05:35:22.950 INFO O| Aug 15 05:35:22.950 INFO STEP 1198 (remove_files) COMPLETE |
7508 | 2024-08-15T05:35:24.087Z | [ recovery-image] Aug 15 05:35:22.950 INFO O| Aug 15 05:35:22.950 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-08-15T05:35:24.095Z | [ recovery-image] Aug 15 05:35:22.960 INFO O| Aug 15 05:35:22.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7510 | 2024-08-15T05:35:24.095Z | [ recovery-image] Aug 15 05:35:22.960 INFO O| Aug 15 05:35:22.960 INFO STEP 1199 (remove_files) COMPLETE |
7511 | 2024-08-15T05:35:24.097Z | [ recovery-image] Aug 15 05:35:22.961 INFO O| Aug 15 05:35:22.960 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-08-15T05:35:24.105Z | [ recovery-image] Aug 15 05:35:22.970 INFO O| Aug 15 05:35:22.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7513 | 2024-08-15T05:35:24.107Z | [ recovery-image] Aug 15 05:35:22.971 INFO O| Aug 15 05:35:22.970 INFO STEP 1200 (remove_files) COMPLETE |
7514 | 2024-08-15T05:35:24.107Z | [ recovery-image] Aug 15 05:35:22.971 INFO O| Aug 15 05:35:22.971 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-08-15T05:35:24.115Z | [ recovery-image] Aug 15 05:35:22.980 INFO O| Aug 15 05:35:22.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7516 | 2024-08-15T05:35:24.115Z | [ recovery-image] Aug 15 05:35:22.980 INFO O| Aug 15 05:35:22.980 INFO STEP 1201 (remove_files) COMPLETE |
7517 | 2024-08-15T05:35:24.118Z | [ recovery-image] Aug 15 05:35:22.980 INFO O| Aug 15 05:35:22.980 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-08-15T05:35:24.125Z | [ recovery-image] Aug 15 05:35:22.990 INFO O| Aug 15 05:35:22.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7519 | 2024-08-15T05:35:24.125Z | [ recovery-image] Aug 15 05:35:22.990 INFO O| Aug 15 05:35:22.990 INFO STEP 1202 (remove_files) COMPLETE |
7520 | 2024-08-15T05:35:24.125Z | [ recovery-image] Aug 15 05:35:22.990 INFO O| Aug 15 05:35:22.990 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-08-15T05:35:24.135Z | [ recovery-image] Aug 15 05:35:23.000 INFO O| Aug 15 05:35:23.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7522 | 2024-08-15T05:35:24.137Z | [ recovery-image] Aug 15 05:35:23.001 INFO O| Aug 15 05:35:23.001 INFO STEP 1203 (remove_files) COMPLETE |
7523 | 2024-08-15T05:35:24.137Z | [ recovery-image] Aug 15 05:35:23.001 INFO O| Aug 15 05:35:23.001 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-08-15T05:35:24.147Z | [ recovery-image] Aug 15 05:35:23.013 INFO O| Aug 15 05:35:23.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7525 | 2024-08-15T05:35:24.150Z | [ recovery-image] Aug 15 05:35:23.013 INFO O| Aug 15 05:35:23.013 INFO STEP 1204 (remove_files) COMPLETE |
7526 | 2024-08-15T05:35:24.150Z | [ recovery-image] Aug 15 05:35:23.013 INFO O| Aug 15 05:35:23.013 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-08-15T05:35:24.158Z | [ recovery-image] Aug 15 05:35:23.023 INFO O| Aug 15 05:35:23.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7528 | 2024-08-15T05:35:24.160Z | [ recovery-image] Aug 15 05:35:23.023 INFO O| Aug 15 05:35:23.023 INFO STEP 1205 (remove_files) COMPLETE |
7529 | 2024-08-15T05:35:24.160Z | [ recovery-image] Aug 15 05:35:23.023 INFO O| Aug 15 05:35:23.023 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-08-15T05:35:24.168Z | [ recovery-image] Aug 15 05:35:23.033 INFO O| Aug 15 05:35:23.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7531 | 2024-08-15T05:35:24.168Z | [ recovery-image] Aug 15 05:35:23.033 INFO O| Aug 15 05:35:23.033 INFO STEP 1206 (remove_files) COMPLETE |
7532 | 2024-08-15T05:35:24.168Z | [ recovery-image] Aug 15 05:35:23.033 INFO O| Aug 15 05:35:23.033 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7533 | 2024-08-15T05:35:24.183Z | [ recovery-image] Aug 15 05:35:23.048 INFO O| Aug 15 05:35:23.048 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7534 | 2024-08-15T05:35:24.183Z | [ recovery-image] Aug 15 05:35:23.048 INFO O| Aug 15 05:35:23.048 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7535 | 2024-08-15T05:35:24.954Z | [ recovery-image] Aug 15 05:35:23.819 INFO O| Aug 15 05:35:23.819 INFO STEP 1207 (pack_tar) COMPLETE |
7536 | 2024-08-15T05:35:24.954Z | [ recovery-image] Aug 15 05:35:23.819 INFO O| Aug 15 05:35:23.819 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7537 | 2024-08-15T05:35:24.954Z | [ recovery-image] Aug 15 05:35:23.819 INFO O| Aug 15 05:35:23.819 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7538 | 2024-08-15T05:35:25.259Z | [ recovery-image] Aug 15 05:35:24.124 INFO O| Aug 15 05:35:24.124 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7539 | 2024-08-15T05:35:25.343Z | [ recovery-image] Aug 15 05:35:24.208 INFO O| Aug 15 05:35:24.208 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7540 | 2024-08-15T05:35:25.350Z | [ recovery-image] Aug 15 05:35:24.216 INFO image builder template: zfs-recovery... |
7541 | 2024-08-15T05:35:25.351Z | [ recovery-image] Aug 15 05:35:24.216 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/.tmpSQepOS/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 |
7542 | 2024-08-15T05:35:25.383Z | [ recovery-image] Aug 15 05:35:24.248 INFO O| Aug 15 05:35:24.248 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7543 | 2024-08-15T05:35:25.387Z | [ recovery-image] Aug 15 05:35:24.253 INFO O| Aug 15 05:35:24.253 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7544 | 2024-08-15T05:35:25.449Z | [ recovery-image] Aug 15 05:35:24.314 INFO O| Aug 15 05:35:24.314 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7545 | 2024-08-15T05:35:25.508Z | [ recovery-image] Aug 15 05:35:24.373 INFO O| Aug 15 05:35:24.373 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7546 | 2024-08-15T05:35:25.508Z | [ recovery-image] Aug 15 05:35:24.373 INFO O| Aug 15 05:35:24.373 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7547 | 2024-08-15T05:35:25.513Z | [ recovery-image] Aug 15 05:35:24.378 INFO O| Aug 15 05:35:24.378 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7548 | 2024-08-15T05:35:25.593Z | [ recovery-image] Aug 15 05:35:24.458 INFO O| Aug 15 05:35:24.458 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7549 | 2024-08-15T05:35:25.648Z | [ recovery-image] Aug 15 05:35:24.513 INFO O| Aug 15 05:35:24.513 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7550 | 2024-08-15T05:35:25.660Z | [ recovery-image] Aug 15 05:35:24.525 INFO O| Aug 15 05:35:24.525 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7551 | 2024-08-15T05:35:25.666Z | [ recovery-image] Aug 15 05:35:24.531 INFO O| Aug 15 05:35:24.531 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7552 | 2024-08-15T05:35:25.668Z | [ recovery-image] Aug 15 05:35:24.532 INFO O| Aug 15 05:35:24.532 INFO no lofi found |
7553 | 2024-08-15T05:35:25.668Z | [ recovery-image] Aug 15 05:35:24.532 INFO O| Aug 15 05:35:24.532 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7554 | 2024-08-15T05:35:25.668Z | [ recovery-image] Aug 15 05:35:24.532 INFO O| Aug 15 05:35:24.532 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7555 | 2024-08-15T05:35:26.598Z | [ host-image] Aug 15 05:35:25.463 INFO O| Aug 15 05:35:25.463 INFO O| Done |
7556 | 2024-08-15T05:35:27.030Z | [ host-image] Aug 15 05:35:25.894 INFO O| Aug 15 05:35:25.894 INFO O| Done |
7557 | 2024-08-15T05:35:27.147Z | [ recovery-image] Aug 15 05:35:26.011 INFO O| Aug 15 05:35:26.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
7558 | 2024-08-15T05:35:27.147Z | [ recovery-image] Aug 15 05:35:26.011 INFO O| Aug 15 05:35:26.011 INFO pool device = /dev/dsk/c2t1d0p0 |
7559 | 2024-08-15T05:35:27.152Z | [ recovery-image] Aug 15 05:35:26.011 INFO O| Aug 15 05:35:26.011 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"] |
7560 | 2024-08-15T05:35:27.226Z | [ recovery-image] Aug 15 05:35:26.089 INFO O| Aug 15 05:35:26.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7561 | 2024-08-15T05:35:27.226Z | [ recovery-image] Aug 15 05:35:26.089 INFO O| Aug 15 05:35:26.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7562 | 2024-08-15T05:35:27.251Z | [ recovery-image] Aug 15 05:35:26.110 INFO O| Aug 15 05:35:26.110 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7563 | 2024-08-15T05:35:27.255Z | [ host-image] Aug 15 05:35:26.114 INFO O| Aug 15 05:35:26.114 INFO STEP 11 (pkg_install) COMPLETE |
7564 | 2024-08-15T05:35:27.255Z | [ host-image] Aug 15 05:35:26.114 INFO O| Aug 15 05:35:26.114 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7565 | 2024-08-15T05:35:27.261Z | [ host-image] Aug 15 05:35:26.126 INFO O| Aug 15 05:35:26.126 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
7566 | 2024-08-15T05:35:27.312Z | [ recovery-image] Aug 15 05:35:26.175 INFO O| Aug 15 05:35:26.175 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7567 | 2024-08-15T05:35:27.349Z | [ recovery-image] Aug 15 05:35:26.213 INFO O| Aug 15 05:35:26.213 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7568 | 2024-08-15T05:35:27.363Z | [ recovery-image] Aug 15 05:35:26.227 INFO O| Aug 15 05:35:26.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7569 | 2024-08-15T05:35:27.373Z | [ recovery-image] Aug 15 05:35:26.238 INFO O| Aug 15 05:35:26.238 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7570 | 2024-08-15T05:35:27.421Z | [ recovery-image] Aug 15 05:35:26.286 INFO O| Aug 15 05:35:26.286 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7571 | 2024-08-15T05:35:27.421Z | [ recovery-image] Aug 15 05:35:26.286 INFO O| Aug 15 05:35:26.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7572 | 2024-08-15T05:35:27.421Z | [ recovery-image] Aug 15 05:35:26.286 INFO O| Aug 15 05:35:26.286 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7573 | 2024-08-15T05:35:27.430Z | [ recovery-image] Aug 15 05:35:26.294 INFO O| Aug 15 05:35:26.294 INFO boot environment UUID: 123febc3-2df6-4650-8f39-083bcc49bd05 |
7574 | 2024-08-15T05:35:27.430Z | [ recovery-image] Aug 15 05:35:26.294 INFO O| Aug 15 05:35:26.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 123febc3-2df6-4650-8f39-083bcc49bd05 |
7575 | 2024-08-15T05:35:27.442Z | [ recovery-image] Aug 15 05:35:26.304 INFO O| Aug 15 05:35:26.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7576 | 2024-08-15T05:35:27.450Z | [ recovery-image] Aug 15 05:35:26.315 INFO O| Aug 15 05:35:26.315 INFO STEP 0 (create_be) COMPLETE |
7577 | 2024-08-15T05:35:27.450Z | [ recovery-image] Aug 15 05:35:26.315 INFO O| Aug 15 05:35:26.315 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7578 | 2024-08-15T05:35:27.465Z | [ recovery-image] Aug 15 05:35:26.330 INFO O| Aug 15 05:35:26.330 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"] |
7579 | 2024-08-15T05:35:28.120Z | [ host-image] Aug 15 05:35:26.985 INFO O| Aug 15 05:35:26.985 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7580 | 2024-08-15T05:35:29.317Z | [ recovery-image] Aug 15 05:35:28.182 INFO O| Aug 15 05:35:28.181 INFO STEP 1 (unpack_tar) COMPLETE |
7581 | 2024-08-15T05:35:29.317Z | [ recovery-image] Aug 15 05:35:28.182 INFO O| Aug 15 05:35:28.181 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7582 | 2024-08-15T05:35:29.330Z | [ recovery-image] Aug 15 05:35:28.194 INFO O| Aug 15 05:35:28.194 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7583 | 2024-08-15T05:35:29.724Z | [ recovery-image] Aug 15 05:35:28.588 INFO O| Aug 15 05:35:28.587 INFO STEP 2 (devfsadm) COMPLETE |
7584 | 2024-08-15T05:35:29.724Z | [ recovery-image] Aug 15 05:35:28.588 INFO O| Aug 15 05:35:28.588 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7585 | 2024-08-15T05:35:29.737Z | [ recovery-image] Aug 15 05:35:28.601 INFO O| Aug 15 05:35:28.601 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7586 | 2024-08-15T05:35:29.737Z | [ recovery-image] Aug 15 05:35:28.602 INFO O| Aug 15 05:35:28.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7587 | 2024-08-15T05:35:29.737Z | [ recovery-image] Aug 15 05:35:28.602 INFO O| Aug 15 05:35:28.602 INFO STEP 3 (ensure_dir) COMPLETE |
7588 | 2024-08-15T05:35:29.739Z | [ recovery-image] Aug 15 05:35:28.602 INFO O| Aug 15 05:35:28.602 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7589 | 2024-08-15T05:35:29.749Z | [ recovery-image] Aug 15 05:35:28.613 INFO O| Aug 15 05:35:28.613 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7590 | 2024-08-15T05:35:29.749Z | [ recovery-image] Aug 15 05:35:28.613 INFO O| Aug 15 05:35:28.613 INFO STEP 4 (ensure_dir) COMPLETE |
7591 | 2024-08-15T05:35:29.752Z | [ recovery-image] Aug 15 05:35:28.613 INFO O| Aug 15 05:35:28.613 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7592 | 2024-08-15T05:35:29.761Z | [ recovery-image] Aug 15 05:35:28.624 INFO O| Aug 15 05:35:28.624 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7593 | 2024-08-15T05:35:29.761Z | [ recovery-image] Aug 15 05:35:28.624 INFO O| Aug 15 05:35:28.624 INFO STEP 5 (ensure_dir) COMPLETE |
7594 | 2024-08-15T05:35:29.763Z | [ recovery-image] Aug 15 05:35:28.624 INFO O| Aug 15 05:35:28.624 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7595 | 2024-08-15T05:35:29.770Z | [ recovery-image] Aug 15 05:35:28.635 INFO O| Aug 15 05:35:28.635 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7596 | 2024-08-15T05:35:29.770Z | [ recovery-image] Aug 15 05:35:28.635 INFO O| Aug 15 05:35:28.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7597 | 2024-08-15T05:35:29.772Z | [ recovery-image] Aug 15 05:35:28.635 INFO O| Aug 15 05:35:28.635 INFO STEP 6 (ensure_dir) COMPLETE |
7598 | 2024-08-15T05:35:29.772Z | [ recovery-image] Aug 15 05:35:28.635 INFO O| Aug 15 05:35:28.635 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7599 | 2024-08-15T05:35:29.780Z | [ recovery-image] Aug 15 05:35:28.645 INFO O| Aug 15 05:35:28.645 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7600 | 2024-08-15T05:35:29.785Z | [ recovery-image] Aug 15 05:35:28.645 INFO O| Aug 15 05:35:28.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7601 | 2024-08-15T05:35:29.785Z | [ recovery-image] Aug 15 05:35:28.645 INFO O| Aug 15 05:35:28.645 INFO STEP 7 (ensure_dir) COMPLETE |
7602 | 2024-08-15T05:35:29.785Z | [ recovery-image] Aug 15 05:35:28.645 INFO O| Aug 15 05:35:28.645 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7603 | 2024-08-15T05:35:29.791Z | [ recovery-image] Aug 15 05:35:28.656 INFO O| Aug 15 05:35:28.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7604 | 2024-08-15T05:35:29.793Z | [ recovery-image] Aug 15 05:35:28.656 INFO O| Aug 15 05:35:28.656 INFO STEP 8 (remove_files) COMPLETE |
7605 | 2024-08-15T05:35:29.793Z | [ recovery-image] Aug 15 05:35:28.656 INFO O| Aug 15 05:35:28.656 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7606 | 2024-08-15T05:35:29.806Z | [ recovery-image] Aug 15 05:35:28.671 INFO O| Aug 15 05:35:28.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7607 | 2024-08-15T05:35:29.808Z | [ recovery-image] Aug 15 05:35:28.672 INFO O| Aug 15 05:35:28.671 INFO STEP 9 (remove_files) COMPLETE |
7608 | 2024-08-15T05:35:29.808Z | [ recovery-image] Aug 15 05:35:28.672 INFO O| Aug 15 05:35:28.671 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7609 | 2024-08-15T05:35:29.818Z | [ recovery-image] Aug 15 05:35:28.683 INFO O| Aug 15 05:35:28.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7610 | 2024-08-15T05:35:29.821Z | [ recovery-image] Aug 15 05:35:28.684 INFO O| Aug 15 05:35:28.684 INFO STEP 10 (remove_files) COMPLETE |
7611 | 2024-08-15T05:35:29.821Z | [ recovery-image] Aug 15 05:35:28.684 INFO O| Aug 15 05:35:28.684 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7612 | 2024-08-15T05:35:29.830Z | [ recovery-image] Aug 15 05:35:28.695 INFO O| Aug 15 05:35:28.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7613 | 2024-08-15T05:35:29.834Z | [ recovery-image] Aug 15 05:35:28.695 INFO O| Aug 15 05:35:28.695 INFO STEP 11 (remove_files) COMPLETE |
7614 | 2024-08-15T05:35:29.834Z | [ recovery-image] Aug 15 05:35:28.695 INFO O| Aug 15 05:35:28.695 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7615 | 2024-08-15T05:35:29.844Z | [ recovery-image] Aug 15 05:35:28.708 INFO O| Aug 15 05:35:28.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7616 | 2024-08-15T05:35:29.844Z | [ recovery-image] Aug 15 05:35:28.709 INFO O| Aug 15 05:35:28.709 INFO STEP 12 (remove_files) COMPLETE |
7617 | 2024-08-15T05:35:29.844Z | [ recovery-image] Aug 15 05:35:28.709 INFO O| Aug 15 05:35:28.709 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7618 | 2024-08-15T05:35:29.855Z | [ recovery-image] Aug 15 05:35:28.719 INFO O| Aug 15 05:35:28.719 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7619 | 2024-08-15T05:35:29.855Z | [ recovery-image] Aug 15 05:35:28.719 INFO O| Aug 15 05:35:28.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7620 | 2024-08-15T05:35:29.855Z | [ recovery-image] Aug 15 05:35:28.719 INFO O| Aug 15 05:35:28.719 INFO STEP 13 (ensure_dir) COMPLETE |
7621 | 2024-08-15T05:35:29.859Z | [ recovery-image] Aug 15 05:35:28.719 INFO O| Aug 15 05:35:28.719 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7622 | 2024-08-15T05:35:29.866Z | [ recovery-image] Aug 15 05:35:28.731 INFO O| Aug 15 05:35:28.731 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7623 | 2024-08-15T05:35:29.866Z | [ recovery-image] Aug 15 05:35:28.731 INFO O| Aug 15 05:35:28.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7624 | 2024-08-15T05:35:29.869Z | [ recovery-image] Aug 15 05:35:28.731 INFO O| Aug 15 05:35:28.731 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7625 | 2024-08-15T05:35:29.869Z | [ recovery-image] Aug 15 05:35:28.731 INFO O| Aug 15 05:35:28.731 INFO STEP 14 (ensure_dir) COMPLETE |
7626 | 2024-08-15T05:35:29.869Z | [ recovery-image] Aug 15 05:35:28.731 INFO O| Aug 15 05:35:28.731 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7627 | 2024-08-15T05:35:29.876Z | [ recovery-image] Aug 15 05:35:28.741 INFO O| Aug 15 05:35:28.741 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7628 | 2024-08-15T05:35:29.876Z | [ recovery-image] Aug 15 05:35:28.741 INFO O| Aug 15 05:35:28.741 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7629 | 2024-08-15T05:35:29.879Z | [ recovery-image] Aug 15 05:35:28.741 INFO O| Aug 15 05:35:28.741 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7630 | 2024-08-15T05:35:29.879Z | [ recovery-image] Aug 15 05:35:28.741 INFO O| Aug 15 05:35:28.741 INFO STEP 15 (ensure_dir) COMPLETE |
7631 | 2024-08-15T05:35:29.879Z | [ recovery-image] Aug 15 05:35:28.741 INFO O| Aug 15 05:35:28.741 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7632 | 2024-08-15T05:35:29.887Z | [ recovery-image] Aug 15 05:35:28.752 INFO O| Aug 15 05:35:28.752 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7633 | 2024-08-15T05:35:29.887Z | [ recovery-image] Aug 15 05:35:28.752 INFO O| Aug 15 05:35:28.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7634 | 2024-08-15T05:35:29.889Z | [ recovery-image] Aug 15 05:35:28.752 INFO O| Aug 15 05:35:28.752 INFO STEP 16 (ensure_dir) COMPLETE |
7635 | 2024-08-15T05:35:29.889Z | [ recovery-image] Aug 15 05:35:28.752 INFO O| Aug 15 05:35:28.752 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7636 | 2024-08-15T05:35:29.900Z | [ recovery-image] Aug 15 05:35:28.765 INFO O| Aug 15 05:35:28.765 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7637 | 2024-08-15T05:35:29.900Z | [ recovery-image] Aug 15 05:35:28.765 INFO O| Aug 15 05:35:28.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7638 | 2024-08-15T05:35:29.904Z | [ recovery-image] Aug 15 05:35:28.765 INFO O| Aug 15 05:35:28.765 INFO STEP 17 (ensure_dir) COMPLETE |
7639 | 2024-08-15T05:35:29.904Z | [ recovery-image] Aug 15 05:35:28.765 INFO O| Aug 15 05:35:28.765 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7640 | 2024-08-15T05:35:29.910Z | [ recovery-image] Aug 15 05:35:28.775 INFO O| Aug 15 05:35:28.775 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7641 | 2024-08-15T05:35:29.910Z | [ recovery-image] Aug 15 05:35:28.775 INFO O| Aug 15 05:35:28.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7642 | 2024-08-15T05:35:29.910Z | [ recovery-image] Aug 15 05:35:28.775 INFO O| Aug 15 05:35:28.775 INFO ok! |
7643 | 2024-08-15T05:35:29.913Z | [ recovery-image] Aug 15 05:35:28.775 INFO O| Aug 15 05:35:28.775 INFO STEP 18 (ensure_symlink) COMPLETE |
7644 | 2024-08-15T05:35:29.913Z | [ recovery-image] Aug 15 05:35:28.775 INFO O| Aug 15 05:35:28.775 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7645 | 2024-08-15T05:35:29.921Z | [ recovery-image] Aug 15 05:35:28.786 INFO O| Aug 15 05:35:28.786 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7646 | 2024-08-15T05:35:29.921Z | [ recovery-image] Aug 15 05:35:28.786 INFO O| Aug 15 05:35:28.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7647 | 2024-08-15T05:35:29.921Z | [ recovery-image] Aug 15 05:35:28.786 INFO O| Aug 15 05:35:28.786 INFO ok! |
7648 | 2024-08-15T05:35:29.924Z | [ recovery-image] Aug 15 05:35:28.786 INFO O| Aug 15 05:35:28.786 INFO STEP 19 (ensure_file) COMPLETE |
7649 | 2024-08-15T05:35:29.924Z | [ recovery-image] Aug 15 05:35:28.786 INFO O| Aug 15 05:35:28.786 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7650 | 2024-08-15T05:35:29.932Z | [ recovery-image] Aug 15 05:35:28.796 INFO O| Aug 15 05:35:28.796 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7651 | 2024-08-15T05:35:29.934Z | [ recovery-image] Aug 15 05:35:28.796 INFO O| Aug 15 05:35:28.796 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7652 | 2024-08-15T05:35:29.934Z | [ recovery-image] Aug 15 05:35:28.796 INFO O| Aug 15 05:35:28.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7653 | 2024-08-15T05:35:29.934Z | [ recovery-image] Aug 15 05:35:28.796 INFO O| Aug 15 05:35:28.796 INFO ok! |
7654 | 2024-08-15T05:35:29.934Z | [ recovery-image] Aug 15 05:35:28.797 INFO O| Aug 15 05:35:28.796 INFO STEP 20 (ensure_symlink) COMPLETE |
7655 | 2024-08-15T05:35:29.934Z | [ recovery-image] Aug 15 05:35:28.797 INFO O| Aug 15 05:35:28.796 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7656 | 2024-08-15T05:35:29.942Z | [ recovery-image] Aug 15 05:35:28.807 INFO O| Aug 15 05:35:28.807 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7657 | 2024-08-15T05:35:29.942Z | [ recovery-image] Aug 15 05:35:28.807 INFO O| Aug 15 05:35:28.807 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7658 | 2024-08-15T05:35:29.942Z | [ recovery-image] Aug 15 05:35:28.807 INFO O| Aug 15 05:35:28.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7659 | 2024-08-15T05:35:29.944Z | [ recovery-image] Aug 15 05:35:28.807 INFO O| Aug 15 05:35:28.807 INFO ok! |
7660 | 2024-08-15T05:35:29.944Z | [ recovery-image] Aug 15 05:35:28.807 INFO O| Aug 15 05:35:28.807 INFO STEP 21 (ensure_symlink) COMPLETE |
7661 | 2024-08-15T05:35:29.944Z | [ recovery-image] Aug 15 05:35:28.807 INFO O| Aug 15 05:35:28.807 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7662 | 2024-08-15T05:35:29.952Z | [ recovery-image] Aug 15 05:35:28.817 INFO O| Aug 15 05:35:28.817 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7663 | 2024-08-15T05:35:29.952Z | [ recovery-image] Aug 15 05:35:28.817 INFO O| Aug 15 05:35:28.817 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7664 | 2024-08-15T05:35:29.952Z | [ recovery-image] Aug 15 05:35:28.817 INFO O| Aug 15 05:35:28.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7665 | 2024-08-15T05:35:29.954Z | [ recovery-image] Aug 15 05:35:28.817 INFO O| Aug 15 05:35:28.817 INFO ok! |
7666 | 2024-08-15T05:35:29.954Z | [ recovery-image] Aug 15 05:35:28.817 INFO O| Aug 15 05:35:28.817 INFO STEP 22 (ensure_symlink) COMPLETE |
7667 | 2024-08-15T05:35:29.954Z | [ recovery-image] Aug 15 05:35:28.817 INFO O| Aug 15 05:35:28.817 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7668 | 2024-08-15T05:35:29.962Z | [ recovery-image] Aug 15 05:35:28.827 INFO O| Aug 15 05:35:28.827 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7669 | 2024-08-15T05:35:29.962Z | [ recovery-image] Aug 15 05:35:28.827 INFO O| Aug 15 05:35:28.827 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7670 | 2024-08-15T05:35:29.964Z | [ recovery-image] Aug 15 05:35:28.827 INFO O| Aug 15 05:35:28.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7671 | 2024-08-15T05:35:29.964Z | [ recovery-image] Aug 15 05:35:28.827 INFO O| Aug 15 05:35:28.827 INFO ok! |
7672 | 2024-08-15T05:35:29.964Z | [ recovery-image] Aug 15 05:35:28.827 INFO O| Aug 15 05:35:28.827 INFO STEP 23 (ensure_symlink) COMPLETE |
7673 | 2024-08-15T05:35:29.964Z | [ recovery-image] Aug 15 05:35:28.827 INFO O| Aug 15 05:35:28.827 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7674 | 2024-08-15T05:35:29.972Z | [ recovery-image] Aug 15 05:35:28.837 INFO O| Aug 15 05:35:28.837 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7675 | 2024-08-15T05:35:29.975Z | [ recovery-image] Aug 15 05:35:28.837 INFO O| Aug 15 05:35:28.837 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 ... |
7676 | 2024-08-15T05:35:29.975Z | [ recovery-image] Aug 15 05:35:28.837 INFO O| Aug 15 05:35:28.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7677 | 2024-08-15T05:35:29.975Z | [ recovery-image] Aug 15 05:35:28.837 INFO O| Aug 15 05:35:28.837 INFO ok! |
7678 | 2024-08-15T05:35:29.975Z | [ recovery-image] Aug 15 05:35:28.837 INFO O| Aug 15 05:35:28.837 INFO STEP 24 (ensure_file) COMPLETE |
7679 | 2024-08-15T05:35:29.975Z | [ recovery-image] Aug 15 05:35:28.837 INFO O| Aug 15 05:35:28.837 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7680 | 2024-08-15T05:35:29.983Z | [ recovery-image] Aug 15 05:35:28.847 INFO O| Aug 15 05:35:28.847 INFO updating shadow file |
7681 | 2024-08-15T05:35:29.985Z | [ recovery-image] Aug 15 05:35:28.848 INFO O| Aug 15 05:35:28.848 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7682 | 2024-08-15T05:35:29.985Z | [ recovery-image] Aug 15 05:35:28.848 INFO O| Aug 15 05:35:28.848 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7683 | 2024-08-15T05:35:29.985Z | [ recovery-image] Aug 15 05:35:28.848 INFO O| Aug 15 05:35:28.848 INFO STEP 25 (shadow) COMPLETE |
7684 | 2024-08-15T05:35:29.985Z | [ recovery-image] Aug 15 05:35:28.848 INFO O| Aug 15 05:35:28.848 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7685 | 2024-08-15T05:35:29.993Z | [ recovery-image] Aug 15 05:35:28.858 INFO O| Aug 15 05:35:28.858 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7686 | 2024-08-15T05:35:29.995Z | [ recovery-image] Aug 15 05:35:28.858 INFO O| Aug 15 05:35:28.858 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7687 | 2024-08-15T05:35:29.995Z | [ recovery-image] Aug 15 05:35:28.858 INFO O| Aug 15 05:35:28.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7688 | 2024-08-15T05:35:29.995Z | [ recovery-image] Aug 15 05:35:28.858 INFO O| Aug 15 05:35:28.858 INFO ok! |
7689 | 2024-08-15T05:35:29.995Z | [ recovery-image] Aug 15 05:35:28.858 INFO O| Aug 15 05:35:28.858 INFO STEP 26 (ensure_file) COMPLETE |
7690 | 2024-08-15T05:35:29.996Z | [ recovery-image] Aug 15 05:35:28.858 INFO O| Aug 15 05:35:28.858 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7691 | 2024-08-15T05:35:30.003Z | [ recovery-image] Aug 15 05:35:28.868 INFO O| Aug 15 05:35:28.868 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7692 | 2024-08-15T05:35:30.006Z | [ recovery-image] Aug 15 05:35:28.868 INFO O| Aug 15 05:35:28.868 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7693 | 2024-08-15T05:35:30.007Z | [ recovery-image] Aug 15 05:35:28.868 INFO O| Aug 15 05:35:28.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7694 | 2024-08-15T05:35:30.007Z | [ recovery-image] Aug 15 05:35:28.868 INFO O| Aug 15 05:35:28.868 INFO ok! |
7695 | 2024-08-15T05:35:30.007Z | [ recovery-image] Aug 15 05:35:28.868 INFO O| Aug 15 05:35:28.868 INFO STEP 27 (ensure_file) COMPLETE |
7696 | 2024-08-15T05:35:30.007Z | [ recovery-image] Aug 15 05:35:28.868 INFO O| Aug 15 05:35:28.868 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7697 | 2024-08-15T05:35:30.014Z | [ recovery-image] Aug 15 05:35:28.878 INFO O| Aug 15 05:35:28.878 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7698 | 2024-08-15T05:35:30.014Z | [ recovery-image] Aug 15 05:35:28.878 INFO O| Aug 15 05:35:28.878 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7699 | 2024-08-15T05:35:30.018Z | [ recovery-image] Aug 15 05:35:28.879 INFO O| Aug 15 05:35:28.878 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7700 | 2024-08-15T05:35:30.018Z | [ recovery-image] Aug 15 05:35:28.879 INFO O| Aug 15 05:35:28.879 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7701 | 2024-08-15T05:35:30.018Z | [ recovery-image] Aug 15 05:35:28.879 INFO O| Aug 15 05:35:28.879 INFO ok! |
7702 | 2024-08-15T05:35:30.018Z | [ recovery-image] Aug 15 05:35:28.879 INFO O| Aug 15 05:35:28.879 INFO STEP 28 (ensure_file) COMPLETE |
7703 | 2024-08-15T05:35:30.018Z | [ recovery-image] Aug 15 05:35:28.879 INFO O| Aug 15 05:35:28.879 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7704 | 2024-08-15T05:35:30.024Z | [ recovery-image] Aug 15 05:35:28.888 INFO O| Aug 15 05:35:28.888 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7705 | 2024-08-15T05:35:30.024Z | [ recovery-image] Aug 15 05:35:28.889 INFO O| Aug 15 05:35:28.888 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7706 | 2024-08-15T05:35:30.028Z | [ recovery-image] Aug 15 05:35:28.889 INFO O| Aug 15 05:35:28.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7707 | 2024-08-15T05:35:30.029Z | [ recovery-image] Aug 15 05:35:28.889 INFO O| Aug 15 05:35:28.889 INFO ok! |
7708 | 2024-08-15T05:35:30.029Z | [ recovery-image] Aug 15 05:35:28.889 INFO O| Aug 15 05:35:28.889 INFO STEP 29 (ensure_file) COMPLETE |
7709 | 2024-08-15T05:35:30.029Z | [ recovery-image] Aug 15 05:35:28.889 INFO O| Aug 15 05:35:28.889 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7710 | 2024-08-15T05:35:30.037Z | [ recovery-image] Aug 15 05:35:28.901 INFO O| Aug 15 05:35:28.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7711 | 2024-08-15T05:35:30.039Z | [ recovery-image] Aug 15 05:35:28.901 INFO O| Aug 15 05:35:28.901 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7712 | 2024-08-15T05:35:30.039Z | [ recovery-image] Aug 15 05:35:28.901 INFO O| Aug 15 05:35:28.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7713 | 2024-08-15T05:35:30.039Z | [ recovery-image] Aug 15 05:35:28.901 INFO O| Aug 15 05:35:28.901 INFO ok! |
7714 | 2024-08-15T05:35:30.039Z | [ recovery-image] Aug 15 05:35:28.901 INFO O| Aug 15 05:35:28.901 INFO STEP 30 (ensure_file) COMPLETE |
7715 | 2024-08-15T05:35:30.040Z | [ recovery-image] Aug 15 05:35:28.901 INFO O| Aug 15 05:35:28.901 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7716 | 2024-08-15T05:35:30.050Z | [ recovery-image] Aug 15 05:35:28.914 INFO O| Aug 15 05:35:28.913 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7717 | 2024-08-15T05:35:30.050Z | [ recovery-image] Aug 15 05:35:28.914 INFO O| Aug 15 05:35:28.914 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7718 | 2024-08-15T05:35:30.053Z | [ recovery-image] Aug 15 05:35:28.914 INFO O| Aug 15 05:35:28.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7719 | 2024-08-15T05:35:30.053Z | [ recovery-image] Aug 15 05:35:28.914 INFO O| Aug 15 05:35:28.914 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7720 | 2024-08-15T05:35:30.053Z | [ recovery-image] Aug 15 05:35:28.914 INFO O| Aug 15 05:35:28.914 INFO ok! |
7721 | 2024-08-15T05:35:30.053Z | [ recovery-image] Aug 15 05:35:28.914 INFO O| Aug 15 05:35:28.914 INFO STEP 31 (ensure_file) COMPLETE |
7722 | 2024-08-15T05:35:30.053Z | [ recovery-image] Aug 15 05:35:28.914 INFO O| Aug 15 05:35:28.914 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7723 | 2024-08-15T05:35:30.061Z | [ recovery-image] Aug 15 05:35:28.925 INFO O| Aug 15 05:35:28.925 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7724 | 2024-08-15T05:35:30.061Z | [ recovery-image] Aug 15 05:35:28.925 INFO O| Aug 15 05:35:28.925 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7725 | 2024-08-15T05:35:30.063Z | [ recovery-image] Aug 15 05:35:28.925 INFO O| Aug 15 05:35:28.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7726 | 2024-08-15T05:35:30.064Z | [ recovery-image] Aug 15 05:35:28.925 INFO O| Aug 15 05:35:28.925 INFO ok! |
7727 | 2024-08-15T05:35:30.064Z | [ recovery-image] Aug 15 05:35:28.925 INFO O| Aug 15 05:35:28.925 INFO STEP 32 (ensure_file) COMPLETE |
7728 | 2024-08-15T05:35:30.064Z | [ recovery-image] Aug 15 05:35:28.925 INFO O| Aug 15 05:35:28.925 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7729 | 2024-08-15T05:35:30.074Z | [ recovery-image] Aug 15 05:35:28.936 INFO O| Aug 15 05:35:28.936 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7730 | 2024-08-15T05:35:30.074Z | [ recovery-image] Aug 15 05:35:28.936 INFO O| Aug 15 05:35:28.936 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7731 | 2024-08-15T05:35:30.077Z | [ recovery-image] Aug 15 05:35:28.936 INFO O| Aug 15 05:35:28.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7732 | 2024-08-15T05:35:30.077Z | [ recovery-image] Aug 15 05:35:28.936 INFO O| Aug 15 05:35:28.936 INFO ok! |
7733 | 2024-08-15T05:35:30.077Z | [ recovery-image] Aug 15 05:35:28.936 INFO O| Aug 15 05:35:28.936 INFO STEP 33 (ensure_file) COMPLETE |
7734 | 2024-08-15T05:35:30.077Z | [ recovery-image] Aug 15 05:35:28.936 INFO O| Aug 15 05:35:28.936 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7735 | 2024-08-15T05:35:30.084Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7736 | 2024-08-15T05:35:30.085Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7737 | 2024-08-15T05:35:30.085Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7738 | 2024-08-15T05:35:30.087Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7739 | 2024-08-15T05:35:30.087Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7740 | 2024-08-15T05:35:30.087Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7741 | 2024-08-15T05:35:30.087Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO ok! |
7742 | 2024-08-15T05:35:30.087Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO STEP 34 (ensure_file) COMPLETE |
7743 | 2024-08-15T05:35:30.087Z | [ recovery-image] Aug 15 05:35:28.948 INFO O| Aug 15 05:35:28.948 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7744 | 2024-08-15T05:35:30.096Z | [ recovery-image] Aug 15 05:35:28.961 INFO O| Aug 15 05:35:28.961 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7745 | 2024-08-15T05:35:30.096Z | [ recovery-image] Aug 15 05:35:28.961 INFO O| Aug 15 05:35:28.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7746 | 2024-08-15T05:35:30.099Z | [ recovery-image] Aug 15 05:35:28.961 INFO O| Aug 15 05:35:28.961 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7747 | 2024-08-15T05:35:30.099Z | [ recovery-image] Aug 15 05:35:28.961 INFO O| Aug 15 05:35:28.961 INFO STEP 35 (ensure_dir) COMPLETE |
7748 | 2024-08-15T05:35:30.099Z | [ recovery-image] Aug 15 05:35:28.961 INFO O| Aug 15 05:35:28.961 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7749 | 2024-08-15T05:35:30.110Z | [ recovery-image] Aug 15 05:35:28.974 INFO O| Aug 15 05:35:28.974 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 |
7750 | 2024-08-15T05:35:30.110Z | [ recovery-image] Aug 15 05:35:28.974 INFO O| Aug 15 05:35:28.974 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 ... |
7751 | 2024-08-15T05:35:30.110Z | [ recovery-image] Aug 15 05:35:28.975 INFO O| Aug 15 05:35:28.975 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 |
7752 | 2024-08-15T05:35:30.110Z | [ recovery-image] Aug 15 05:35:28.975 INFO O| Aug 15 05:35:28.975 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 |
7753 | 2024-08-15T05:35:30.113Z | [ recovery-image] Aug 15 05:35:28.975 INFO O| Aug 15 05:35:28.975 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 |
7754 | 2024-08-15T05:35:30.113Z | [ recovery-image] Aug 15 05:35:28.975 INFO O| Aug 15 05:35:28.975 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 |
7755 | 2024-08-15T05:35:30.113Z | [ recovery-image] Aug 15 05:35:28.975 INFO O| Aug 15 05:35:28.975 INFO ok! |
7756 | 2024-08-15T05:35:30.113Z | [ recovery-image] Aug 15 05:35:28.975 INFO O| Aug 15 05:35:28.975 INFO STEP 36 (ensure_file) COMPLETE |
7757 | 2024-08-15T05:35:30.113Z | [ recovery-image] Aug 15 05:35:28.975 INFO O| Aug 15 05:35:28.975 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7758 | 2024-08-15T05:35:30.122Z | [ recovery-image] Aug 15 05:35:28.987 INFO O| Aug 15 05:35:28.987 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7759 | 2024-08-15T05:35:30.122Z | [ recovery-image] Aug 15 05:35:28.987 INFO O| Aug 15 05:35:28.987 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 ... |
7760 | 2024-08-15T05:35:30.125Z | [ recovery-image] Aug 15 05:35:28.987 INFO O| Aug 15 05:35:28.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7761 | 2024-08-15T05:35:30.125Z | [ recovery-image] Aug 15 05:35:28.987 INFO O| Aug 15 05:35:28.987 INFO ok! |
7762 | 2024-08-15T05:35:30.125Z | [ recovery-image] Aug 15 05:35:28.987 INFO O| Aug 15 05:35:28.987 INFO STEP 37 (ensure_symlink) COMPLETE |
7763 | 2024-08-15T05:35:30.125Z | [ recovery-image] Aug 15 05:35:28.987 INFO O| Aug 15 05:35:28.987 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7764 | 2024-08-15T05:35:30.133Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7765 | 2024-08-15T05:35:30.133Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7766 | 2024-08-15T05:35:30.136Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7767 | 2024-08-15T05:35:30.136Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7768 | 2024-08-15T05:35:30.136Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7769 | 2024-08-15T05:35:30.136Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7770 | 2024-08-15T05:35:30.136Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO ok! |
7771 | 2024-08-15T05:35:30.136Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO STEP 38 (ensure_file) COMPLETE |
7772 | 2024-08-15T05:35:30.137Z | [ recovery-image] Aug 15 05:35:28.998 INFO O| Aug 15 05:35:28.998 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7773 | 2024-08-15T05:35:30.145Z | [ recovery-image] Aug 15 05:35:29.009 INFO O| Aug 15 05:35:29.009 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7774 | 2024-08-15T05:35:30.147Z | [ recovery-image] Aug 15 05:35:29.009 INFO O| Aug 15 05:35:29.009 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 ... |
7775 | 2024-08-15T05:35:30.147Z | [ recovery-image] Aug 15 05:35:29.009 INFO O| Aug 15 05:35:29.009 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 |
7776 | 2024-08-15T05:35:30.147Z | [ recovery-image] Aug 15 05:35:29.009 INFO O| Aug 15 05:35:29.009 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7777 | 2024-08-15T05:35:30.147Z | [ recovery-image] Aug 15 05:35:29.009 INFO O| Aug 15 05:35:29.009 INFO ok! |
7778 | 2024-08-15T05:35:30.147Z | [ recovery-image] Aug 15 05:35:29.009 INFO O| Aug 15 05:35:29.009 INFO STEP 39 (ensure_file) COMPLETE |
7779 | 2024-08-15T05:35:30.147Z | [ recovery-image] Aug 15 05:35:29.009 INFO O| Aug 15 05:35:29.009 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7780 | 2024-08-15T05:35:30.155Z | [ recovery-image] Aug 15 05:35:29.019 INFO O| Aug 15 05:35:29.019 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7781 | 2024-08-15T05:35:30.155Z | [ recovery-image] Aug 15 05:35:29.019 INFO O| Aug 15 05:35:29.019 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7782 | 2024-08-15T05:35:30.158Z | [ recovery-image] Aug 15 05:35:29.020 INFO O| Aug 15 05:35:29.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7783 | 2024-08-15T05:35:30.158Z | [ recovery-image] Aug 15 05:35:29.020 INFO O| Aug 15 05:35:29.020 INFO ok! |
7784 | 2024-08-15T05:35:30.158Z | [ recovery-image] Aug 15 05:35:29.020 INFO O| Aug 15 05:35:29.020 INFO STEP 40 (ensure_file) COMPLETE |
7785 | 2024-08-15T05:35:30.158Z | [ recovery-image] Aug 15 05:35:29.020 INFO O| Aug 15 05:35:29.020 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7786 | 2024-08-15T05:35:30.169Z | [ recovery-image] Aug 15 05:35:29.034 INFO O| Aug 15 05:35:29.034 INFO updating shadow file |
7787 | 2024-08-15T05:35:30.171Z | [ recovery-image] Aug 15 05:35:29.034 INFO O| Aug 15 05:35:29.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7788 | 2024-08-15T05:35:30.172Z | [ recovery-image] Aug 15 05:35:29.034 INFO O| Aug 15 05:35:29.034 INFO STEP 41 (shadow) COMPLETE |
7789 | 2024-08-15T05:35:30.172Z | [ recovery-image] Aug 15 05:35:29.034 INFO O| Aug 15 05:35:29.034 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7790 | 2024-08-15T05:35:30.180Z | [ recovery-image] Aug 15 05:35:29.044 INFO O| Aug 15 05:35:29.044 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7791 | 2024-08-15T05:35:30.180Z | [ recovery-image] Aug 15 05:35:29.045 INFO O| Aug 15 05:35:29.045 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7792 | 2024-08-15T05:35:30.182Z | [ recovery-image] Aug 15 05:35:29.045 INFO O| Aug 15 05:35:29.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7793 | 2024-08-15T05:35:30.182Z | [ recovery-image] Aug 15 05:35:29.045 INFO O| Aug 15 05:35:29.045 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7794 | 2024-08-15T05:35:30.182Z | [ recovery-image] Aug 15 05:35:29.045 INFO O| Aug 15 05:35:29.045 INFO ok! |
7795 | 2024-08-15T05:35:30.182Z | [ recovery-image] Aug 15 05:35:29.045 INFO O| Aug 15 05:35:29.045 INFO STEP 42 (ensure_file) COMPLETE |
7796 | 2024-08-15T05:35:30.182Z | [ recovery-image] Aug 15 05:35:29.045 INFO O| Aug 15 05:35:29.045 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7797 | 2024-08-15T05:35:30.190Z | [ recovery-image] Aug 15 05:35:29.055 INFO O| Aug 15 05:35:29.055 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7798 | 2024-08-15T05:35:30.190Z | [ recovery-image] Aug 15 05:35:29.055 INFO O| Aug 15 05:35:29.055 INFO STEP 43 (ensure_dir) COMPLETE |
7799 | 2024-08-15T05:35:30.192Z | [ recovery-image] Aug 15 05:35:29.055 INFO O| Aug 15 05:35:29.055 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7800 | 2024-08-15T05:35:30.202Z | [ recovery-image] Aug 15 05:35:29.067 INFO O| Aug 15 05:35:29.067 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7801 | 2024-08-15T05:35:30.203Z | [ recovery-image] Aug 15 05:35:29.067 INFO O| Aug 15 05:35:29.067 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7802 | 2024-08-15T05:35:30.203Z | [ recovery-image] Aug 15 05:35:29.067 INFO O| Aug 15 05:35:29.067 INFO STEP 44 (ensure_dir) COMPLETE |
7803 | 2024-08-15T05:35:30.205Z | [ recovery-image] Aug 15 05:35:29.067 INFO O| Aug 15 05:35:29.067 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7804 | 2024-08-15T05:35:30.213Z | [ recovery-image] Aug 15 05:35:29.077 INFO O| Aug 15 05:35:29.077 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7805 | 2024-08-15T05:35:30.215Z | [ recovery-image] Aug 15 05:35:29.078 INFO O| Aug 15 05:35:29.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7806 | 2024-08-15T05:35:30.215Z | [ recovery-image] Aug 15 05:35:29.078 INFO O| Aug 15 05:35:29.078 INFO STEP 45 (ensure_dir) COMPLETE |
7807 | 2024-08-15T05:35:30.215Z | [ recovery-image] Aug 15 05:35:29.078 INFO O| Aug 15 05:35:29.078 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7808 | 2024-08-15T05:35:30.224Z | [ recovery-image] Aug 15 05:35:29.088 INFO O| Aug 15 05:35:29.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7809 | 2024-08-15T05:35:30.224Z | [ recovery-image] Aug 15 05:35:29.088 INFO O| Aug 15 05:35:29.088 INFO copying /tmp/.tmpSQepOS/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7810 | 2024-08-15T05:35:30.253Z | [ recovery-image] Aug 15 05:35:29.118 INFO O| Aug 15 05:35:29.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7811 | 2024-08-15T05:35:30.256Z | [ recovery-image] Aug 15 05:35:29.118 INFO O| Aug 15 05:35:29.118 INFO ok! |
7812 | 2024-08-15T05:35:30.256Z | [ recovery-image] Aug 15 05:35:29.118 INFO O| Aug 15 05:35:29.118 INFO STEP 46 (ensure_file) COMPLETE |
7813 | 2024-08-15T05:35:30.256Z | [ recovery-image] Aug 15 05:35:29.118 INFO O| Aug 15 05:35:29.118 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7814 | 2024-08-15T05:35:30.267Z | [ recovery-image] Aug 15 05:35:29.132 INFO O| Aug 15 05:35:29.132 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7815 | 2024-08-15T05:35:30.270Z | [ recovery-image] Aug 15 05:35:29.132 INFO O| Aug 15 05:35:29.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7816 | 2024-08-15T05:35:30.270Z | [ recovery-image] Aug 15 05:35:29.132 INFO O| Aug 15 05:35:29.132 INFO STEP 47 (ensure_dir) COMPLETE |
7817 | 2024-08-15T05:35:30.270Z | [ recovery-image] Aug 15 05:35:29.132 INFO O| Aug 15 05:35:29.132 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7818 | 2024-08-15T05:35:30.279Z | [ recovery-image] Aug 15 05:35:29.143 INFO O| Aug 15 05:35:29.143 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7819 | 2024-08-15T05:35:30.279Z | [ recovery-image] Aug 15 05:35:29.143 INFO O| Aug 15 05:35:29.143 INFO copying /tmp/.tmpSQepOS/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7820 | 2024-08-15T05:35:30.281Z | [ recovery-image] Aug 15 05:35:29.143 INFO O| Aug 15 05:35:29.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7821 | 2024-08-15T05:35:30.281Z | [ recovery-image] Aug 15 05:35:29.143 INFO O| Aug 15 05:35:29.143 INFO ok! |
7822 | 2024-08-15T05:35:30.281Z | [ recovery-image] Aug 15 05:35:29.143 INFO O| Aug 15 05:35:29.143 INFO STEP 48 (ensure_file) COMPLETE |
7823 | 2024-08-15T05:35:30.281Z | [ recovery-image] Aug 15 05:35:29.143 INFO O| Aug 15 05:35:29.143 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7824 | 2024-08-15T05:35:30.289Z | [ recovery-image] Aug 15 05:35:29.154 INFO O| Aug 15 05:35:29.154 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7825 | 2024-08-15T05:35:30.289Z | [ recovery-image] Aug 15 05:35:29.154 INFO O| Aug 15 05:35:29.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7826 | 2024-08-15T05:35:30.289Z | [ recovery-image] Aug 15 05:35:29.154 INFO O| Aug 15 05:35:29.154 INFO STEP 49 (ensure_dir) COMPLETE |
7827 | 2024-08-15T05:35:30.291Z | [ recovery-image] Aug 15 05:35:29.154 INFO O| Aug 15 05:35:29.154 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7828 | 2024-08-15T05:35:30.300Z | [ recovery-image] Aug 15 05:35:29.165 INFO O| Aug 15 05:35:29.165 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7829 | 2024-08-15T05:35:30.300Z | [ recovery-image] Aug 15 05:35:29.165 INFO O| Aug 15 05:35:29.165 INFO copying /tmp/.tmpSQepOS/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7830 | 2024-08-15T05:35:30.314Z | [ recovery-image] Aug 15 05:35:29.179 INFO O| Aug 15 05:35:29.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7831 | 2024-08-15T05:35:30.314Z | [ recovery-image] Aug 15 05:35:29.179 INFO O| Aug 15 05:35:29.179 INFO ok! |
7832 | 2024-08-15T05:35:30.317Z | [ recovery-image] Aug 15 05:35:29.179 INFO O| Aug 15 05:35:29.179 INFO STEP 50 (ensure_file) COMPLETE |
7833 | 2024-08-15T05:35:30.317Z | [ recovery-image] Aug 15 05:35:29.179 INFO O| Aug 15 05:35:29.179 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7834 | 2024-08-15T05:35:30.326Z | [ recovery-image] Aug 15 05:35:29.191 INFO O| Aug 15 05:35:29.191 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7835 | 2024-08-15T05:35:30.329Z | [ recovery-image] Aug 15 05:35:29.191 INFO O| Aug 15 05:35:29.191 INFO copying /tmp/.tmpSQepOS/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7836 | 2024-08-15T05:35:30.415Z | [ host-image] Aug 15 05:35:29.280 INFO O| Aug 15 05:35:29.280 INFO O| Planning: Solver setup ... Done |
7837 | 2024-08-15T05:35:30.423Z | [ host-image] Aug 15 05:35:29.286 INFO O| Aug 15 05:35:29.286 INFO O| Planning: Running solver ... Done |
7838 | 2024-08-15T05:35:30.491Z | [ host-image] Aug 15 05:35:29.356 INFO O| Aug 15 05:35:29.356 INFO O| Planning: Finding local manifests ... Done |
7839 | 2024-08-15T05:35:30.494Z | [ host-image] Aug 15 05:35:29.358 INFO O| Aug 15 05:35:29.358 INFO O| Planning: Fetching manifests: 0/4 0% complete |
7840 | 2024-08-15T05:35:30.649Z | [ host-image] Aug 15 05:35:29.513 INFO O| Aug 15 05:35:29.513 INFO O| Planning: Fetching manifests: 4/4 100% complete |
7841 | 2024-08-15T05:35:30.693Z | [ host-image] Aug 15 05:35:29.558 INFO O| Aug 15 05:35:29.557 INFO O| Planning: Package planning ... Done |
7842 | 2024-08-15T05:35:30.699Z | [ host-image] Aug 15 05:35:29.564 INFO O| Aug 15 05:35:29.564 INFO O| Planning: Merging actions ... Done |
7843 | 2024-08-15T05:35:30.822Z | [ host-image] Aug 15 05:35:29.686 INFO O| Aug 15 05:35:29.686 INFO O| Planning: Checking for conflicting actions ... Done |
7844 | 2024-08-15T05:35:30.825Z | [ host-image] Aug 15 05:35:29.687 INFO O| Aug 15 05:35:29.687 INFO O| Planning: Consolidating action changes ... Done |
7845 | 2024-08-15T05:35:30.835Z | [ recovery-image] Aug 15 05:35:29.700 INFO O| Aug 15 05:35:29.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7846 | 2024-08-15T05:35:30.835Z | [ recovery-image] Aug 15 05:35:29.700 INFO O| Aug 15 05:35:29.700 INFO ok! |
7847 | 2024-08-15T05:35:30.839Z | [ recovery-image] Aug 15 05:35:29.700 INFO O| Aug 15 05:35:29.700 INFO STEP 51 (ensure_file) COMPLETE |
7848 | 2024-08-15T05:35:30.839Z | [ recovery-image] Aug 15 05:35:29.700 INFO O| Aug 15 05:35:29.700 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7849 | 2024-08-15T05:35:30.848Z | [ recovery-image] Aug 15 05:35:29.712 INFO O| Aug 15 05:35:29.712 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7850 | 2024-08-15T05:35:30.848Z | [ recovery-image] Aug 15 05:35:29.713 INFO O| Aug 15 05:35:29.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7851 | 2024-08-15T05:35:30.851Z | [ recovery-image] Aug 15 05:35:29.713 INFO O| Aug 15 05:35:29.713 INFO STEP 52 (ensure_dir) COMPLETE |
7852 | 2024-08-15T05:35:30.851Z | [ recovery-image] Aug 15 05:35:29.713 INFO O| Aug 15 05:35:29.713 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7853 | 2024-08-15T05:35:30.859Z | [ recovery-image] Aug 15 05:35:29.723 INFO O| Aug 15 05:35:29.723 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7854 | 2024-08-15T05:35:30.859Z | [ recovery-image] Aug 15 05:35:29.723 INFO O| Aug 15 05:35:29.723 INFO copying /tmp/.tmpSQepOS/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 ... |
7855 | 2024-08-15T05:35:30.866Z | [ recovery-image] Aug 15 05:35:29.723 INFO O| Aug 15 05:35:29.723 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 |
7856 | 2024-08-15T05:35:30.866Z | [ recovery-image] Aug 15 05:35:29.723 INFO O| Aug 15 05:35:29.723 INFO ok! |
7857 | 2024-08-15T05:35:30.866Z | [ recovery-image] Aug 15 05:35:29.723 INFO O| Aug 15 05:35:29.723 INFO STEP 53 (ensure_file) COMPLETE |
7858 | 2024-08-15T05:35:30.866Z | [ recovery-image] Aug 15 05:35:29.723 INFO O| Aug 15 05:35:29.723 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7859 | 2024-08-15T05:35:30.870Z | [ recovery-image] Aug 15 05:35:29.734 INFO O| Aug 15 05:35:29.734 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7860 | 2024-08-15T05:35:30.872Z | [ recovery-image] Aug 15 05:35:29.734 INFO O| Aug 15 05:35:29.734 INFO copying /tmp/.tmpSQepOS/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 ... |
7861 | 2024-08-15T05:35:30.872Z | [ recovery-image] Aug 15 05:35:29.734 INFO O| Aug 15 05:35:29.734 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 |
7862 | 2024-08-15T05:35:30.872Z | [ recovery-image] Aug 15 05:35:29.734 INFO O| Aug 15 05:35:29.734 INFO ok! |
7863 | 2024-08-15T05:35:30.872Z | [ recovery-image] Aug 15 05:35:29.734 INFO O| Aug 15 05:35:29.734 INFO STEP 54 (ensure_file) COMPLETE |
7864 | 2024-08-15T05:35:30.873Z | [ recovery-image] Aug 15 05:35:29.734 INFO O| Aug 15 05:35:29.734 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7865 | 2024-08-15T05:35:30.880Z | [ recovery-image] Aug 15 05:35:29.744 INFO O| Aug 15 05:35:29.744 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7866 | 2024-08-15T05:35:30.883Z | [ recovery-image] Aug 15 05:35:29.744 INFO O| Aug 15 05:35:29.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7867 | 2024-08-15T05:35:30.883Z | [ recovery-image] Aug 15 05:35:29.745 INFO O| Aug 15 05:35:29.744 INFO STEP 55 (ensure_dir) COMPLETE |
7868 | 2024-08-15T05:35:30.883Z | [ recovery-image] Aug 15 05:35:29.745 INFO O| Aug 15 05:35:29.744 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7869 | 2024-08-15T05:35:30.891Z | [ recovery-image] Aug 15 05:35:29.755 INFO O| Aug 15 05:35:29.755 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7870 | 2024-08-15T05:35:30.891Z | [ recovery-image] Aug 15 05:35:29.755 INFO O| Aug 15 05:35:29.755 INFO copying /tmp/.tmpSQepOS/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 ... |
7871 | 2024-08-15T05:35:30.894Z | [ recovery-image] Aug 15 05:35:29.756 INFO O| Aug 15 05:35:29.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7872 | 2024-08-15T05:35:30.894Z | [ recovery-image] Aug 15 05:35:29.756 INFO O| Aug 15 05:35:29.756 INFO ok! |
7873 | 2024-08-15T05:35:30.894Z | [ recovery-image] Aug 15 05:35:29.756 INFO O| Aug 15 05:35:29.756 INFO STEP 56 (ensure_file) COMPLETE |
7874 | 2024-08-15T05:35:30.894Z | [ recovery-image] Aug 15 05:35:29.756 INFO O| Aug 15 05:35:29.756 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7875 | 2024-08-15T05:35:30.902Z | [ recovery-image] Aug 15 05:35:29.766 INFO O| Aug 15 05:35:29.766 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7876 | 2024-08-15T05:35:30.906Z | [ recovery-image] Aug 15 05:35:29.766 INFO O| Aug 15 05:35:29.766 INFO copying /tmp/.tmpSQepOS/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 ... |
7877 | 2024-08-15T05:35:30.906Z | [ recovery-image] Aug 15 05:35:29.766 INFO O| Aug 15 05:35:29.766 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 |
7878 | 2024-08-15T05:35:30.906Z | [ recovery-image] Aug 15 05:35:29.766 INFO O| Aug 15 05:35:29.766 INFO ok! |
7879 | 2024-08-15T05:35:30.906Z | [ recovery-image] Aug 15 05:35:29.766 INFO O| Aug 15 05:35:29.766 INFO STEP 57 (ensure_file) COMPLETE |
7880 | 2024-08-15T05:35:30.906Z | [ recovery-image] Aug 15 05:35:29.766 INFO O| Aug 15 05:35:29.766 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7881 | 2024-08-15T05:35:30.912Z | [ recovery-image] Aug 15 05:35:29.776 INFO O| Aug 15 05:35:29.776 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7882 | 2024-08-15T05:35:30.914Z | [ recovery-image] Aug 15 05:35:29.776 INFO O| Aug 15 05:35:29.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7883 | 2024-08-15T05:35:30.914Z | [ recovery-image] Aug 15 05:35:29.776 INFO O| Aug 15 05:35:29.776 INFO STEP 58 (ensure_dir) COMPLETE |
7884 | 2024-08-15T05:35:30.914Z | [ recovery-image] Aug 15 05:35:29.776 INFO O| Aug 15 05:35:29.776 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7885 | 2024-08-15T05:35:30.922Z | [ recovery-image] Aug 15 05:35:29.786 INFO O| Aug 15 05:35:29.786 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7886 | 2024-08-15T05:35:30.924Z | [ recovery-image] Aug 15 05:35:29.786 INFO O| Aug 15 05:35:29.786 INFO copying /tmp/.tmpSQepOS/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 ... |
7887 | 2024-08-15T05:35:30.924Z | [ recovery-image] Aug 15 05:35:29.786 INFO O| Aug 15 05:35:29.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7888 | 2024-08-15T05:35:30.924Z | [ recovery-image] Aug 15 05:35:29.786 INFO O| Aug 15 05:35:29.786 INFO ok! |
7889 | 2024-08-15T05:35:30.924Z | [ recovery-image] Aug 15 05:35:29.786 INFO O| Aug 15 05:35:29.786 INFO STEP 59 (ensure_file) COMPLETE |
7890 | 2024-08-15T05:35:30.924Z | [ recovery-image] Aug 15 05:35:29.786 INFO O| Aug 15 05:35:29.786 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7891 | 2024-08-15T05:35:30.933Z | [ recovery-image] Aug 15 05:35:29.798 INFO O| Aug 15 05:35:29.798 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7892 | 2024-08-15T05:35:30.933Z | [ recovery-image] Aug 15 05:35:29.798 INFO O| Aug 15 05:35:29.798 INFO copying /tmp/.tmpSQepOS/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7893 | 2024-08-15T05:35:30.936Z | [ recovery-image] Aug 15 05:35:29.798 INFO O| Aug 15 05:35:29.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7894 | 2024-08-15T05:35:30.936Z | [ recovery-image] Aug 15 05:35:29.798 INFO O| Aug 15 05:35:29.798 INFO ok! |
7895 | 2024-08-15T05:35:30.936Z | [ recovery-image] Aug 15 05:35:29.798 INFO O| Aug 15 05:35:29.798 INFO STEP 60 (ensure_file) COMPLETE |
7896 | 2024-08-15T05:35:30.936Z | [ recovery-image] Aug 15 05:35:29.798 INFO O| Aug 15 05:35:29.798 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7897 | 2024-08-15T05:35:30.944Z | [ recovery-image] Aug 15 05:35:29.808 INFO O| Aug 15 05:35:29.808 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7898 | 2024-08-15T05:35:30.948Z | [ recovery-image] Aug 15 05:35:29.808 INFO O| Aug 15 05:35:29.808 INFO STEP 61 (ensure_dir) COMPLETE |
7899 | 2024-08-15T05:35:30.948Z | [ recovery-image] Aug 15 05:35:29.808 INFO O| Aug 15 05:35:29.808 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7900 | 2024-08-15T05:35:30.954Z | [ recovery-image] Aug 15 05:35:29.818 INFO O| Aug 15 05:35:29.818 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7901 | 2024-08-15T05:35:30.956Z | [ recovery-image] Aug 15 05:35:29.818 INFO O| Aug 15 05:35:29.818 INFO STEP 62 (ensure_dir) COMPLETE |
7902 | 2024-08-15T05:35:30.956Z | [ recovery-image] Aug 15 05:35:29.818 INFO O| Aug 15 05:35:29.818 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7903 | 2024-08-15T05:35:30.963Z | [ recovery-image] Aug 15 05:35:29.828 INFO O| Aug 15 05:35:29.828 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7904 | 2024-08-15T05:35:30.966Z | [ recovery-image] Aug 15 05:35:29.828 INFO O| Aug 15 05:35:29.828 INFO STEP 63 (ensure_dir) COMPLETE |
7905 | 2024-08-15T05:35:30.966Z | [ recovery-image] Aug 15 05:35:29.828 INFO O| Aug 15 05:35:29.828 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7906 | 2024-08-15T05:35:30.976Z | [ recovery-image] Aug 15 05:35:29.840 INFO O| Aug 15 05:35:29.840 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7907 | 2024-08-15T05:35:30.976Z | [ recovery-image] Aug 15 05:35:29.840 INFO O| Aug 15 05:35:29.840 INFO STEP 64 (ensure_dir) COMPLETE |
7908 | 2024-08-15T05:35:30.976Z | [ recovery-image] Aug 15 05:35:29.840 INFO O| Aug 15 05:35:29.840 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7909 | 2024-08-15T05:35:30.986Z | [ recovery-image] Aug 15 05:35:29.851 INFO O| Aug 15 05:35:29.851 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7910 | 2024-08-15T05:35:30.986Z | [ recovery-image] Aug 15 05:35:29.851 INFO O| Aug 15 05:35:29.851 INFO copying /tmp/.tmpSQepOS/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7911 | 2024-08-15T05:35:30.989Z | [ recovery-image] Aug 15 05:35:29.851 INFO O| Aug 15 05:35:29.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7912 | 2024-08-15T05:35:30.989Z | [ recovery-image] Aug 15 05:35:29.851 INFO O| Aug 15 05:35:29.851 INFO ok! |
7913 | 2024-08-15T05:35:30.989Z | [ recovery-image] Aug 15 05:35:29.851 INFO O| Aug 15 05:35:29.851 INFO STEP 65 (ensure_file) COMPLETE |
7914 | 2024-08-15T05:35:30.989Z | [ recovery-image] Aug 15 05:35:29.851 INFO O| Aug 15 05:35:29.851 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7915 | 2024-08-15T05:35:30.998Z | [ recovery-image] Aug 15 05:35:29.861 INFO O| Aug 15 05:35:29.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7916 | 2024-08-15T05:35:31.001Z | [ recovery-image] Aug 15 05:35:29.862 INFO O| Aug 15 05:35:29.862 INFO STEP 66 (remove_files) COMPLETE |
7917 | 2024-08-15T05:35:31.001Z | [ recovery-image] Aug 15 05:35:29.862 INFO O| Aug 15 05:35:29.862 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7918 | 2024-08-15T05:35:31.011Z | [ recovery-image] Aug 15 05:35:29.876 INFO O| Aug 15 05:35:29.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7919 | 2024-08-15T05:35:31.015Z | [ recovery-image] Aug 15 05:35:29.876 INFO O| Aug 15 05:35:29.876 INFO STEP 67 (remove_files) COMPLETE |
7920 | 2024-08-15T05:35:31.015Z | [ recovery-image] Aug 15 05:35:29.876 INFO O| Aug 15 05:35:29.876 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7921 | 2024-08-15T05:35:31.018Z | [ host-image] Aug 15 05:35:29.879 INFO O| Aug 15 05:35:29.879 INFO O| Planning: Evaluating mediators ... Done |
7922 | 2024-08-15T05:35:31.018Z | [ host-image] Aug 15 05:35:29.880 INFO O| Aug 15 05:35:29.880 INFO O| Planning: Planning completed in 2.90 seconds |
7923 | 2024-08-15T05:35:31.018Z | [ host-image] Aug 15 05:35:29.882 INFO O| Aug 15 05:35:29.882 INFO O| Packages to install: 4 |
7924 | 2024-08-15T05:35:31.018Z | [ host-image] Aug 15 05:35:29.882 INFO O| Aug 15 05:35:29.882 INFO O| Services to change: 2 |
7925 | 2024-08-15T05:35:31.022Z | [ recovery-image] Aug 15 05:35:29.887 INFO O| Aug 15 05:35:29.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7926 | 2024-08-15T05:35:31.026Z | [ recovery-image] Aug 15 05:35:29.887 INFO O| Aug 15 05:35:29.887 INFO STEP 68 (remove_files) COMPLETE |
7927 | 2024-08-15T05:35:31.026Z | [ recovery-image] Aug 15 05:35:29.887 INFO O| Aug 15 05:35:29.887 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7928 | 2024-08-15T05:35:31.028Z | [ host-image] Aug 15 05:35:29.893 INFO O| Aug 15 05:35:29.893 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
7929 | 2024-08-15T05:35:31.043Z | [ recovery-image] Aug 15 05:35:29.898 INFO O| Aug 15 05:35:29.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7930 | 2024-08-15T05:35:31.048Z | [ recovery-image] Aug 15 05:35:29.898 INFO O| Aug 15 05:35:29.898 INFO STEP 69 (remove_files) COMPLETE |
7931 | 2024-08-15T05:35:31.048Z | [ recovery-image] Aug 15 05:35:29.898 INFO O| Aug 15 05:35:29.898 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7932 | 2024-08-15T05:35:31.048Z | [ recovery-image] Aug 15 05:35:29.910 INFO O| Aug 15 05:35:29.910 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7933 | 2024-08-15T05:35:31.048Z | [ recovery-image] Aug 15 05:35:29.910 INFO O| Aug 15 05:35:29.910 INFO STEP 70 (remove_files) COMPLETE |
7934 | 2024-08-15T05:35:31.048Z | [ recovery-image] Aug 15 05:35:29.910 INFO O| Aug 15 05:35:29.910 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7935 | 2024-08-15T05:35:31.058Z | [ recovery-image] Aug 15 05:35:29.922 INFO O| Aug 15 05:35:29.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7936 | 2024-08-15T05:35:31.062Z | [ recovery-image] Aug 15 05:35:29.923 INFO O| Aug 15 05:35:29.923 INFO STEP 71 (remove_files) COMPLETE |
7937 | 2024-08-15T05:35:31.062Z | [ recovery-image] Aug 15 05:35:29.923 INFO O| Aug 15 05:35:29.923 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7938 | 2024-08-15T05:35:31.069Z | [ recovery-image] Aug 15 05:35:29.933 INFO O| Aug 15 05:35:29.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7939 | 2024-08-15T05:35:31.072Z | [ recovery-image] Aug 15 05:35:29.933 INFO O| Aug 15 05:35:29.933 INFO STEP 72 (remove_files) COMPLETE |
7940 | 2024-08-15T05:35:31.072Z | [ recovery-image] Aug 15 05:35:29.933 INFO O| Aug 15 05:35:29.933 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7941 | 2024-08-15T05:35:31.079Z | [ recovery-image] Aug 15 05:35:29.943 INFO O| Aug 15 05:35:29.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7942 | 2024-08-15T05:35:31.079Z | [ recovery-image] Aug 15 05:35:29.943 INFO O| Aug 15 05:35:29.943 INFO STEP 73 (remove_files) COMPLETE |
7943 | 2024-08-15T05:35:31.079Z | [ recovery-image] Aug 15 05:35:29.943 INFO O| Aug 15 05:35:29.943 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7944 | 2024-08-15T05:35:31.089Z | [ recovery-image] Aug 15 05:35:29.953 INFO O| Aug 15 05:35:29.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7945 | 2024-08-15T05:35:31.096Z | [ recovery-image] Aug 15 05:35:29.953 INFO O| Aug 15 05:35:29.953 INFO STEP 74 (remove_files) COMPLETE |
7946 | 2024-08-15T05:35:31.096Z | [ recovery-image] Aug 15 05:35:29.953 INFO O| Aug 15 05:35:29.953 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7947 | 2024-08-15T05:35:31.162Z | [ recovery-image] Aug 15 05:35:30.024 INFO O| Aug 15 05:35:30.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7948 | 2024-08-15T05:35:31.162Z | [ recovery-image] Aug 15 05:35:30.024 INFO O| Aug 15 05:35:30.024 INFO STEP 75 (remove_files) COMPLETE |
7949 | 2024-08-15T05:35:31.165Z | [ recovery-image] Aug 15 05:35:30.024 INFO O| Aug 15 05:35:30.024 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7950 | 2024-08-15T05:35:31.190Z | [ recovery-image] Aug 15 05:35:30.053 INFO O| Aug 15 05:35:30.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7951 | 2024-08-15T05:35:31.190Z | [ recovery-image] Aug 15 05:35:30.054 INFO O| Aug 15 05:35:30.054 INFO STEP 76 (remove_files) COMPLETE |
7952 | 2024-08-15T05:35:31.193Z | [ recovery-image] Aug 15 05:35:30.054 INFO O| Aug 15 05:35:30.054 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7953 | 2024-08-15T05:35:31.210Z | [ recovery-image] Aug 15 05:35:30.073 INFO O| Aug 15 05:35:30.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7954 | 2024-08-15T05:35:31.210Z | [ recovery-image] Aug 15 05:35:30.074 INFO O| Aug 15 05:35:30.074 INFO STEP 77 (remove_files) COMPLETE |
7955 | 2024-08-15T05:35:31.210Z | [ recovery-image] Aug 15 05:35:30.074 INFO O| Aug 15 05:35:30.074 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7956 | 2024-08-15T05:35:31.227Z | [ recovery-image] Aug 15 05:35:30.091 INFO O| Aug 15 05:35:30.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7957 | 2024-08-15T05:35:31.227Z | [ recovery-image] Aug 15 05:35:30.091 INFO O| Aug 15 05:35:30.091 INFO STEP 78 (remove_files) COMPLETE |
7958 | 2024-08-15T05:35:31.228Z | [ recovery-image] Aug 15 05:35:30.092 INFO O| Aug 15 05:35:30.092 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7959 | 2024-08-15T05:35:31.244Z | [ recovery-image] Aug 15 05:35:30.109 INFO O| Aug 15 05:35:30.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7960 | 2024-08-15T05:35:31.244Z | [ recovery-image] Aug 15 05:35:30.109 INFO O| Aug 15 05:35:30.109 INFO STEP 79 (remove_files) COMPLETE |
7961 | 2024-08-15T05:35:31.244Z | [ recovery-image] Aug 15 05:35:30.109 INFO O| Aug 15 05:35:30.109 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7962 | 2024-08-15T05:35:31.257Z | [ recovery-image] Aug 15 05:35:30.121 INFO O| Aug 15 05:35:30.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7963 | 2024-08-15T05:35:31.257Z | [ recovery-image] Aug 15 05:35:30.121 INFO O| Aug 15 05:35:30.121 INFO STEP 80 (remove_files) COMPLETE |
7964 | 2024-08-15T05:35:31.259Z | [ recovery-image] Aug 15 05:35:30.121 INFO O| Aug 15 05:35:30.121 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7965 | 2024-08-15T05:35:31.268Z | [ recovery-image] Aug 15 05:35:30.132 INFO O| Aug 15 05:35:30.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7966 | 2024-08-15T05:35:31.268Z | [ recovery-image] Aug 15 05:35:30.132 INFO O| Aug 15 05:35:30.132 INFO STEP 81 (remove_files) COMPLETE |
7967 | 2024-08-15T05:35:31.270Z | [ recovery-image] Aug 15 05:35:30.132 INFO O| Aug 15 05:35:30.132 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7968 | 2024-08-15T05:35:31.279Z | [ recovery-image] Aug 15 05:35:30.143 INFO O| Aug 15 05:35:30.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7969 | 2024-08-15T05:35:31.281Z | [ recovery-image] Aug 15 05:35:30.143 INFO O| Aug 15 05:35:30.143 INFO STEP 82 (remove_files) COMPLETE |
7970 | 2024-08-15T05:35:31.281Z | [ recovery-image] Aug 15 05:35:30.143 INFO O| Aug 15 05:35:30.143 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7971 | 2024-08-15T05:35:31.290Z | [ recovery-image] Aug 15 05:35:30.155 INFO O| Aug 15 05:35:30.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7972 | 2024-08-15T05:35:31.290Z | [ recovery-image] Aug 15 05:35:30.155 INFO O| Aug 15 05:35:30.155 INFO STEP 83 (remove_files) COMPLETE |
7973 | 2024-08-15T05:35:31.293Z | [ recovery-image] Aug 15 05:35:30.155 INFO O| Aug 15 05:35:30.155 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7974 | 2024-08-15T05:35:31.303Z | [ recovery-image] Aug 15 05:35:30.168 INFO O| Aug 15 05:35:30.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7975 | 2024-08-15T05:35:31.303Z | [ recovery-image] Aug 15 05:35:30.168 INFO O| Aug 15 05:35:30.168 INFO STEP 84 (remove_files) COMPLETE |
7976 | 2024-08-15T05:35:31.306Z | [ recovery-image] Aug 15 05:35:30.168 INFO O| Aug 15 05:35:30.168 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7977 | 2024-08-15T05:35:31.316Z | [ recovery-image] Aug 15 05:35:30.181 INFO O| Aug 15 05:35:30.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7978 | 2024-08-15T05:35:31.316Z | [ recovery-image] Aug 15 05:35:30.181 INFO O| Aug 15 05:35:30.181 INFO STEP 85 (remove_files) COMPLETE |
7979 | 2024-08-15T05:35:31.319Z | [ recovery-image] Aug 15 05:35:30.181 INFO O| Aug 15 05:35:30.181 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7980 | 2024-08-15T05:35:31.329Z | [ recovery-image] Aug 15 05:35:30.193 INFO O| Aug 15 05:35:30.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7981 | 2024-08-15T05:35:31.329Z | [ recovery-image] Aug 15 05:35:30.193 INFO O| Aug 15 05:35:30.193 INFO STEP 86 (remove_files) COMPLETE |
7982 | 2024-08-15T05:35:31.329Z | [ recovery-image] Aug 15 05:35:30.193 INFO O| Aug 15 05:35:30.193 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7983 | 2024-08-15T05:35:31.343Z | [ recovery-image] Aug 15 05:35:30.207 INFO O| Aug 15 05:35:30.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7984 | 2024-08-15T05:35:31.343Z | [ recovery-image] Aug 15 05:35:30.208 INFO O| Aug 15 05:35:30.208 INFO STEP 87 (remove_files) COMPLETE |
7985 | 2024-08-15T05:35:31.343Z | [ recovery-image] Aug 15 05:35:30.208 INFO O| Aug 15 05:35:30.208 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7986 | 2024-08-15T05:35:31.356Z | [ recovery-image] Aug 15 05:35:30.220 INFO O| Aug 15 05:35:30.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7987 | 2024-08-15T05:35:31.356Z | [ recovery-image] Aug 15 05:35:30.220 INFO O| Aug 15 05:35:30.220 INFO STEP 88 (remove_files) COMPLETE |
7988 | 2024-08-15T05:35:31.356Z | [ recovery-image] Aug 15 05:35:30.220 INFO O| Aug 15 05:35:30.220 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7989 | 2024-08-15T05:35:31.368Z | [ recovery-image] Aug 15 05:35:30.233 INFO O| Aug 15 05:35:30.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7990 | 2024-08-15T05:35:31.371Z | [ recovery-image] Aug 15 05:35:30.233 INFO O| Aug 15 05:35:30.233 INFO STEP 89 (remove_files) COMPLETE |
7991 | 2024-08-15T05:35:31.371Z | [ recovery-image] Aug 15 05:35:30.233 INFO O| Aug 15 05:35:30.233 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7992 | 2024-08-15T05:35:31.379Z | [ recovery-image] Aug 15 05:35:30.244 INFO O| Aug 15 05:35:30.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7993 | 2024-08-15T05:35:31.382Z | [ recovery-image] Aug 15 05:35:30.244 INFO O| Aug 15 05:35:30.244 INFO STEP 90 (remove_files) COMPLETE |
7994 | 2024-08-15T05:35:31.382Z | [ recovery-image] Aug 15 05:35:30.244 INFO O| Aug 15 05:35:30.244 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7995 | 2024-08-15T05:35:31.391Z | [ recovery-image] Aug 15 05:35:30.256 INFO O| Aug 15 05:35:30.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7996 | 2024-08-15T05:35:31.393Z | [ recovery-image] Aug 15 05:35:30.256 INFO O| Aug 15 05:35:30.256 INFO STEP 91 (remove_files) COMPLETE |
7997 | 2024-08-15T05:35:31.393Z | [ recovery-image] Aug 15 05:35:30.256 INFO O| Aug 15 05:35:30.256 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7998 | 2024-08-15T05:35:31.402Z | [ recovery-image] Aug 15 05:35:30.267 INFO O| Aug 15 05:35:30.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7999 | 2024-08-15T05:35:31.402Z | [ recovery-image] Aug 15 05:35:30.267 INFO O| Aug 15 05:35:30.267 INFO STEP 92 (remove_files) COMPLETE |
8000 | 2024-08-15T05:35:31.403Z | [ recovery-image] Aug 15 05:35:30.267 INFO O| Aug 15 05:35:30.267 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8001 | 2024-08-15T05:35:31.413Z | [ recovery-image] Aug 15 05:35:30.277 INFO O| Aug 15 05:35:30.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8002 | 2024-08-15T05:35:31.413Z | [ recovery-image] Aug 15 05:35:30.277 INFO O| Aug 15 05:35:30.277 INFO STEP 93 (remove_files) COMPLETE |
8003 | 2024-08-15T05:35:31.415Z | [ recovery-image] Aug 15 05:35:30.278 INFO O| Aug 15 05:35:30.277 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8004 | 2024-08-15T05:35:31.423Z | [ recovery-image] Aug 15 05:35:30.288 INFO O| Aug 15 05:35:30.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8005 | 2024-08-15T05:35:31.423Z | [ recovery-image] Aug 15 05:35:30.288 INFO O| Aug 15 05:35:30.288 INFO STEP 94 (remove_files) COMPLETE |
8006 | 2024-08-15T05:35:31.426Z | [ recovery-image] Aug 15 05:35:30.288 INFO O| Aug 15 05:35:30.288 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8007 | 2024-08-15T05:35:31.439Z | [ recovery-image] Aug 15 05:35:30.303 INFO O| Aug 15 05:35:30.303 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8008 | 2024-08-15T05:35:31.441Z | [ recovery-image] Aug 15 05:35:30.303 INFO O| Aug 15 05:35:30.303 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8009 | 2024-08-15T05:35:36.580Z | [ recovery-image] Aug 15 05:35:35.444 INFO O| Aug 15 05:35:35.444 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 |
8010 | 2024-08-15T05:35:36.580Z | [ recovery-image] Aug 15 05:35:35.444 INFO O| Aug 15 05:35:35.444 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8011 | 2024-08-15T05:35:36.594Z | [ recovery-image] Aug 15 05:35:35.458 INFO O| Aug 15 05:35:35.458 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"} |
8012 | 2024-08-15T05:35:36.672Z | [ recovery-image] Aug 15 05:35:35.535 INFO O| Aug 15 05:35:35.535 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8013 | 2024-08-15T05:35:36.672Z | [ recovery-image] Aug 15 05:35:35.535 INFO O| Aug 15 05:35:35.535 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 ... |
8014 | 2024-08-15T05:35:36.675Z | [ recovery-image] Aug 15 05:35:35.537 INFO O| Aug 15 05:35:35.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8015 | 2024-08-15T05:35:36.675Z | [ recovery-image] Aug 15 05:35:35.537 INFO O| Aug 15 05:35:35.537 INFO ok! |
8016 | 2024-08-15T05:35:36.675Z | [ recovery-image] Aug 15 05:35:35.537 INFO O| Aug 15 05:35:35.537 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8017 | 2024-08-15T05:35:36.675Z | [ recovery-image] Aug 15 05:35:35.537 INFO O| Aug 15 05:35:35.537 INFO STEP 95 (seed_smf) COMPLETE |
8018 | 2024-08-15T05:35:36.675Z | [ recovery-image] Aug 15 05:35:35.537 INFO O| Aug 15 05:35:35.537 INFO steps complete; finalising image! |
8019 | 2024-08-15T05:35:36.675Z | [ recovery-image] Aug 15 05:35:35.537 INFO O| Aug 15 05:35:35.537 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8020 | 2024-08-15T05:35:36.703Z | [ recovery-image] Aug 15 05:35:35.567 INFO O| Aug 15 05:35:35.567 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Aug 15 05:35:35 2024) |
8021 | 2024-08-15T05:35:36.926Z | [ recovery-image] Aug 15 05:35:35.789 INFO O| Aug 15 05:35:35.789 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
8022 | 2024-08-15T05:35:36.926Z | [ recovery-image] Aug 15 05:35:35.790 INFO O| Aug 15 05:35:35.789 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8023 | 2024-08-15T05:35:36.935Z | [ host-image] Aug 15 05:35:35.799 INFO O| Aug 15 05:35:35.799 INFO O| Download: 91/102 items 1.2/1.4MB 83% complete (2.6M/s) |
8024 | 2024-08-15T05:35:37.128Z | [ recovery-image] Aug 15 05:35:35.992 INFO O| Aug 15 05:35:35.992 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 |
8025 | 2024-08-15T05:35:37.128Z | [ recovery-image] Aug 15 05:35:35.992 INFO O| Aug 15 05:35:35.992 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8026 | 2024-08-15T05:35:40.005Z | [ recovery-image] Aug 15 05:35:38.869 INFO O| Aug 15 05:35:38.868 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8027 | 2024-08-15T05:35:40.005Z | [ recovery-image] Aug 15 05:35:38.869 INFO O| Aug 15 05:35:38.869 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8028 | 2024-08-15T05:35:40.008Z | [ recovery-image] Aug 15 05:35:38.869 INFO O| Aug 15 05:35:38.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8029 | 2024-08-15T05:35:40.008Z | [ recovery-image] Aug 15 05:35:38.869 INFO O| Aug 15 05:35:38.869 INFO completed processing gimlet/zfs-recovery |
8030 | 2024-08-15T05:35:40.008Z | [ recovery-image] Aug 15 05:35:38.869 INFO O| Aug 15 05:35:38.869 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8031 | 2024-08-15T05:35:40.377Z | [ recovery-image] Aug 15 05:35:39.240 INFO O| Aug 15 05:35:39.240 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8032 | 2024-08-15T05:35:40.459Z | [ recovery-image] Aug 15 05:35:39.322 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
8033 | 2024-08-15T05:35:40.459Z | [ recovery-image] Aug 15 05:35:39.322 INFO expanded image name: "recovery 4d6683a/${os_short_commit} 2024-08-15 05:07" -> "recovery 4d6683a/f449ff4 2024-08-15 05:07" |
8034 | 2024-08-15T05:35:40.461Z | [ recovery-image] Aug 15 05:35:39.322 INFO output artefacts stored in: "/work/os-recovery" |
8035 | 2024-08-15T05:35:40.461Z | [ recovery-image] Aug 15 05:35:39.322 INFO collecting git info from project "chelsio-t6-roms"... |
8036 | 2024-08-15T05:35:40.482Z | [ recovery-image] Aug 15 05:35:39.345 INFO collecting git info from project "amd-firmware"... |
8037 | 2024-08-15T05:35:40.718Z | [ recovery-image] Aug 15 05:35:39.581 INFO collecting git info from project "amd-host-image-builder"... |
8038 | 2024-08-15T05:35:40.841Z | [ recovery-image] Aug 15 05:35:39.704 INFO collecting git info from project "pinprick"... |
8039 | 2024-08-15T05:35:40.846Z | [ recovery-image] Aug 15 05:35:39.710 INFO collecting git info from project "bootserver"... |
8040 | 2024-08-15T05:35:40.852Z | [ recovery-image] Aug 15 05:35:39.715 INFO collecting git info from project "pilot"... |
8041 | 2024-08-15T05:35:40.863Z | [ recovery-image] Aug 15 05:35:39.726 INFO collecting git info from project "image-builder"... |
8042 | 2024-08-15T05:35:40.868Z | [ recovery-image] Aug 15 05:35:39.732 INFO collecting git info from project "phbl"... |
8043 | 2024-08-15T05:35:40.874Z | [ recovery-image] Aug 15 05:35:39.738 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8044 | 2024-08-15T05:35:41.262Z | [ recovery-image] Aug 15 05:35:40.125 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8045 | 2024-08-15T05:35:41.632Z | [ recovery-image] Aug 15 05:35:40.494 INFO creating Oxide boot image... |
8046 | 2024-08-15T05:35:41.632Z | [ recovery-image] Aug 15 05:35:40.495 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4d6683a/f449ff4 2024-08-15 05:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8047 | 2024-08-15T05:35:43.729Z | [ host-image] Aug 15 05:35:42.592 INFO O| Aug 15 05:35:42.592 INFO O| Download: 101/102 items 1.2/1.4MB 88% complete (1.8M/s) |
8048 | 2024-08-15T05:35:43.736Z | [ host-image] Aug 15 05:35:42.599 INFO O| Aug 15 05:35:42.599 INFO O| Download: Completed 1.39 MB in 12.71 seconds (111k/s) |
8049 | 2024-08-15T05:35:43.760Z | [ host-image] Aug 15 05:35:42.623 INFO O| Aug 15 05:35:42.623 INFO O| Actions: 1/238 actions (Installing new actions) |
8050 | 2024-08-15T05:35:43.866Z | [ host-image] Aug 15 05:35:42.729 INFO O| Aug 15 05:35:42.729 INFO O| Actions: Completed 238 actions in 0.11 seconds. |
8051 | 2024-08-15T05:35:44.026Z | [ host-image] Aug 15 05:35:42.889 INFO O| Aug 15 05:35:42.889 INFO O| Done |
8052 | 2024-08-15T05:35:44.026Z | [ host-image] Aug 15 05:35:42.889 INFO O| Aug 15 05:35:42.889 INFO O| Done |
8053 | 2024-08-15T05:35:44.403Z | [ host-image] Aug 15 05:35:43.266 INFO O| Aug 15 05:35:43.266 INFO O| Done |
8054 | 2024-08-15T05:35:45.583Z | [ host-image] Aug 15 05:35:44.446 INFO O| Aug 15 05:35:44.446 INFO O| Done |
8055 | 2024-08-15T05:35:45.608Z | [ host-image] Aug 15 05:35:44.471 INFO O| Aug 15 05:35:44.471 INFO O| Done |
8056 | 2024-08-15T05:35:45.608Z | [ host-image] Aug 15 05:35:44.471 INFO O| Aug 15 05:35:44.471 INFO O| Done |
8057 | 2024-08-15T05:35:45.623Z | [ host-image] Aug 15 05:35:44.485 INFO O| Aug 15 05:35:44.485 INFO O| Done |
8058 | 2024-08-15T05:35:45.715Z | [ host-image] Aug 15 05:35:44.577 INFO O| Aug 15 05:35:44.577 INFO STEP 12 (pkg_install) COMPLETE |
8059 | 2024-08-15T05:35:45.715Z | [ host-image] Aug 15 05:35:44.577 INFO O| Aug 15 05:35:44.577 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8060 | 2024-08-15T05:35:45.725Z | [ host-image] Aug 15 05:35:44.588 INFO O| Aug 15 05:35:44.588 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8061 | 2024-08-15T05:35:46.192Z | [ host-image] Aug 15 05:35:45.055 INFO O| Aug 15 05:35:45.055 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8062 | 2024-08-15T05:35:47.650Z | [ host-image] Aug 15 05:35:46.513 INFO O| Aug 15 05:35:46.512 INFO O| Planning: Solver setup ... Done |
8063 | 2024-08-15T05:35:47.654Z | [ host-image] Aug 15 05:35:46.517 INFO O| Aug 15 05:35:46.516 INFO O| Planning: Running solver ... Done |
8064 | 2024-08-15T05:35:47.694Z | [ host-image] Aug 15 05:35:46.556 INFO O| Aug 15 05:35:46.556 INFO O| Planning: Finding local manifests ... Done |
8065 | 2024-08-15T05:35:47.696Z | [ host-image] Aug 15 05:35:46.557 INFO O| Aug 15 05:35:46.557 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8066 | 2024-08-15T05:35:49.026Z | [ host-image] Aug 15 05:35:47.889 INFO O| Aug 15 05:35:47.888 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8067 | 2024-08-15T05:35:49.059Z | [ host-image] Aug 15 05:35:47.921 INFO O| Aug 15 05:35:47.921 INFO O| Planning: Package planning ... Done |
8068 | 2024-08-15T05:35:49.078Z | [ host-image] Aug 15 05:35:47.940 INFO O| Aug 15 05:35:47.940 INFO O| Planning: Merging actions ... Done |
8069 | 2024-08-15T05:35:49.152Z | [ host-image] Aug 15 05:35:48.013 INFO O| Aug 15 05:35:48.013 INFO O| Planning: Checking for conflicting actions ... Done |
8070 | 2024-08-15T05:35:49.154Z | [ host-image] Aug 15 05:35:48.017 INFO O| Aug 15 05:35:48.017 INFO O| Planning: Consolidating action changes ... Done |
8071 | 2024-08-15T05:35:49.328Z | [ host-image] Aug 15 05:35:48.190 INFO O| Aug 15 05:35:48.190 INFO O| Planning: Evaluating mediators ... Done |
8072 | 2024-08-15T05:35:49.331Z | [ host-image] Aug 15 05:35:48.193 INFO O| Aug 15 05:35:48.193 INFO O| Planning: Planning completed in 3.14 seconds |
8073 | 2024-08-15T05:35:49.334Z | [ host-image] Aug 15 05:35:48.195 INFO O| Aug 15 05:35:48.195 INFO O| Packages to install: 6 |
8074 | 2024-08-15T05:35:49.334Z | [ host-image] Aug 15 05:35:48.195 INFO O| Aug 15 05:35:48.195 INFO O| Mediators to change: 1 |
8075 | 2024-08-15T05:35:49.334Z | [ host-image] Aug 15 05:35:48.195 INFO O| Aug 15 05:35:48.195 INFO O| Services to change: 1 |
8076 | 2024-08-15T05:35:49.346Z | [ host-image] Aug 15 05:35:48.207 INFO O| Aug 15 05:35:48.207 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8077 | 2024-08-15T05:35:56.349Z | [ host-image] Aug 15 05:35:55.209 INFO O| Aug 15 05:35:55.209 INFO O| Download: 258/1140 items 1.8/8.4MB 21% complete (414k/s) |
8078 | 2024-08-15T05:35:59.927Z | [ host-image] Aug 15 05:35:58.788 INFO O| Aug 15 05:35:58.788 INFO O| Download: Completed 8.42 MB in 10.58 seconds (814k/s) |
8079 | 2024-08-15T05:35:59.978Z | [ host-image] Aug 15 05:35:58.839 INFO O| Aug 15 05:35:58.839 INFO O| Actions: 1/1361 actions (Installing new actions) |
8080 | 2024-08-15T05:36:00.386Z | [ host-image] Aug 15 05:35:59.247 INFO O| Aug 15 05:35:59.247 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
8081 | 2024-08-15T05:36:00.635Z | [ host-image] Aug 15 05:35:59.496 INFO O| Aug 15 05:35:59.496 INFO O| Done |
8082 | 2024-08-15T05:36:00.638Z | [ host-image] Aug 15 05:35:59.496 INFO O| Aug 15 05:35:59.496 INFO O| Done |
8083 | 2024-08-15T05:36:00.980Z | [ host-image] Aug 15 05:35:59.840 INFO O| Aug 15 05:35:59.840 INFO O| Done |
8084 | 2024-08-15T05:36:02.133Z | [ host-image] Aug 15 05:36:00.994 INFO O| Aug 15 05:36:00.994 INFO O| Done |
8085 | 2024-08-15T05:36:02.160Z | [ host-image] Aug 15 05:36:01.021 INFO O| Aug 15 05:36:01.021 INFO O| Done |
8086 | 2024-08-15T05:36:02.160Z | [ host-image] Aug 15 05:36:01.021 INFO O| Aug 15 05:36:01.021 INFO O| Done |
8087 | 2024-08-15T05:36:02.200Z | [ host-image] Aug 15 05:36:01.060 INFO O| Aug 15 05:36:01.060 INFO O| Done |
8088 | 2024-08-15T05:36:02.301Z | [ host-image] Aug 15 05:36:01.162 INFO O| Aug 15 05:36:01.162 INFO STEP 13 (pkg_install) COMPLETE |
8089 | 2024-08-15T05:36:02.301Z | [ host-image] Aug 15 05:36:01.162 INFO O| Aug 15 05:36:01.162 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8090 | 2024-08-15T05:36:02.314Z | [ host-image] Aug 15 05:36:01.174 INFO O| Aug 15 05:36:01.174 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
8091 | 2024-08-15T05:36:02.764Z | [ host-image] Aug 15 05:36:01.624 INFO O| Aug 15 05:36:01.624 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8092 | 2024-08-15T05:36:04.199Z | [ host-image] Aug 15 05:36:03.059 INFO O| Aug 15 05:36:03.059 INFO O| Planning: Solver setup ... Done |
8093 | 2024-08-15T05:36:04.202Z | [ host-image] Aug 15 05:36:03.063 INFO O| Aug 15 05:36:03.063 INFO O| Planning: Running solver ... Done |
8094 | 2024-08-15T05:36:04.240Z | [ host-image] Aug 15 05:36:03.101 INFO O| Aug 15 05:36:03.101 INFO O| Planning: Finding local manifests ... Done |
8095 | 2024-08-15T05:36:04.243Z | [ host-image] Aug 15 05:36:03.101 INFO O| Aug 15 05:36:03.101 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8096 | 2024-08-15T05:36:04.321Z | [ host-image] Aug 15 05:36:03.181 INFO O| Aug 15 05:36:03.181 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8097 | 2024-08-15T05:36:04.342Z | [ host-image] Aug 15 05:36:03.202 INFO O| Aug 15 05:36:03.202 INFO O| Planning: Package planning ... Done |
8098 | 2024-08-15T05:36:04.344Z | [ host-image] Aug 15 05:36:03.203 INFO O| Aug 15 05:36:03.203 INFO O| Planning: Merging actions ... Done |
8099 | 2024-08-15T05:36:04.402Z | [ host-image] Aug 15 05:36:03.262 INFO O| Aug 15 05:36:03.262 INFO O| Planning: Checking for conflicting actions ... Done |
8100 | 2024-08-15T05:36:04.404Z | [ host-image] Aug 15 05:36:03.262 INFO O| Aug 15 05:36:03.262 INFO O| Planning: Consolidating action changes ... Done |
8101 | 2024-08-15T05:36:04.574Z | [ host-image] Aug 15 05:36:03.433 INFO O| Aug 15 05:36:03.433 INFO O| Planning: Evaluating mediators ... Done |
8102 | 2024-08-15T05:36:04.576Z | [ host-image] Aug 15 05:36:03.433 INFO O| Aug 15 05:36:03.433 INFO O| Planning: Planning completed in 1.81 seconds |
8103 | 2024-08-15T05:36:04.577Z | [ host-image] Aug 15 05:36:03.435 INFO O| Aug 15 05:36:03.435 INFO O| Packages to install: 1 |
8104 | 2024-08-15T05:36:04.585Z | [ host-image] Aug 15 05:36:03.445 INFO O| Aug 15 05:36:03.445 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
8105 | 2024-08-15T05:36:05.904Z | [ host-image] Aug 15 05:36:04.765 INFO O| Aug 15 05:36:04.765 INFO O| Download: Completed 20.86 MB in 1.32 seconds (15.8M/s) |
8106 | 2024-08-15T05:36:05.926Z | [ host-image] Aug 15 05:36:04.787 INFO O| Aug 15 05:36:04.786 INFO O| Actions: 1/22 actions (Installing new actions) |
8107 | 2024-08-15T05:36:06.427Z | [ host-image] Aug 15 05:36:05.287 INFO O| Aug 15 05:36:05.287 INFO O| Actions: Completed 22 actions in 0.50 seconds. |
8108 | 2024-08-15T05:36:06.654Z | [ host-image] Aug 15 05:36:05.514 INFO O| Aug 15 05:36:05.514 INFO O| Done |
8109 | 2024-08-15T05:36:06.654Z | [ host-image] Aug 15 05:36:05.514 INFO O| Aug 15 05:36:05.514 INFO O| Done |
8110 | 2024-08-15T05:36:06.992Z | [ host-image] Aug 15 05:36:05.852 INFO O| Aug 15 05:36:05.852 INFO O| Done |
8111 | 2024-08-15T05:36:08.159Z | [ host-image] Aug 15 05:36:07.019 INFO O| Aug 15 05:36:07.019 INFO O| Done |
8112 | 2024-08-15T05:36:08.185Z | [ host-image] Aug 15 05:36:07.045 INFO O| Aug 15 05:36:07.044 INFO O| Done |
8113 | 2024-08-15T05:36:08.185Z | [ host-image] Aug 15 05:36:07.045 INFO O| Aug 15 05:36:07.045 INFO O| Done |
8114 | 2024-08-15T05:36:08.195Z | [ host-image] Aug 15 05:36:07.055 INFO O| Aug 15 05:36:07.055 INFO O| Done |
8115 | 2024-08-15T05:36:08.295Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO STEP 14 (pkg_install) COMPLETE |
8116 | 2024-08-15T05:36:08.295Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8117 | 2024-08-15T05:36:08.297Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO skip step because feature "mfg" is not enabled |
8118 | 2024-08-15T05:36:08.297Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8119 | 2024-08-15T05:36:08.297Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO skip step because feature "compliance" is not enabled |
8120 | 2024-08-15T05:36:08.298Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8121 | 2024-08-15T05:36:08.298Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO skip step because feature "stress" is not enabled |
8122 | 2024-08-15T05:36:08.298Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8123 | 2024-08-15T05:36:08.298Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO skip step because feature "nfs" is not enabled |
8124 | 2024-08-15T05:36:08.298Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8125 | 2024-08-15T05:36:08.298Z | [ host-image] Aug 15 05:36:07.154 INFO O| Aug 15 05:36:07.154 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8126 | 2024-08-15T05:36:08.386Z | [ host-image] Aug 15 05:36:07.246 INFO O| Aug 15 05:36:07.246 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8127 | 2024-08-15T05:36:08.464Z | [ host-image] Aug 15 05:36:07.324 INFO O| Aug 15 05:36:07.324 INFO completed processing gimlet/ramdisk-01-os |
8128 | 2024-08-15T05:36:08.467Z | [ host-image] Aug 15 05:36:07.326 INFO omicron1 baseline generation... |
8129 | 2024-08-15T05:36:08.467Z | [ host-image] Aug 15 05:36:07.327 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8130 | 2024-08-15T05:36:08.875Z | [ host-image] Aug 15 05:36:07.735 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z |
8131 | 2024-08-15T05:36:31.638Z | [ recovery-image] Aug 15 05:36:30.495 INFO O| ok, image written! |
8132 | 2024-08-15T05:36:31.641Z | [ recovery-image] Aug 15 05:36:30.495 INFO O| ok, boot_image_csum file written! |
8133 | 2024-08-15T05:36:31.641Z | [ recovery-image] Aug 15 05:36:30.498 INFO creating boot archive (CPIO)... |
8134 | 2024-08-15T05:36:31.641Z | [ recovery-image] Aug 15 05:36:30.498 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 |
8135 | 2024-08-15T05:36:31.650Z | [ recovery-image] Aug 15 05:36:30.507 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8136 | 2024-08-15T05:36:31.650Z | [ recovery-image] Aug 15 05:36:30.507 INFO E| + outfile=/work/os-recovery/cpio |
8137 | 2024-08-15T05:36:31.652Z | [ recovery-image] Aug 15 05:36:30.507 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8138 | 2024-08-15T05:36:31.652Z | [ recovery-image] Aug 15 05:36:30.510 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8139 | 2024-08-15T05:36:31.653Z | [ recovery-image] Aug 15 05:36:30.510 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8140 | 2024-08-15T05:36:31.692Z | [ recovery-image] Aug 15 05:36:30.549 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8141 | 2024-08-15T05:36:31.692Z | [ recovery-image] Aug 15 05:36:30.549 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8142 | 2024-08-15T05:36:31.701Z | [ recovery-image] Aug 15 05:36:30.559 INFO creating compressed cpio/unix for nanobl-rs... |
8143 | 2024-08-15T05:36:31.704Z | [ recovery-image] Aug 15 05:36:30.559 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 |
8144 | 2024-08-15T05:36:31.984Z | [ recovery-image] Aug 15 05:36:30.840 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8145 | 2024-08-15T05:36:36.344Z | [ recovery-image] Aug 15 05:36:35.200 INFO creating reset image... |
8146 | 2024-08-15T05:36:36.347Z | [ recovery-image] Aug 15 05:36:35.200 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8147 | 2024-08-15T05:36:36.569Z | [ recovery-image] Aug 15 05:36:35.426 INFO E| Updating crates.io index |
8148 | 2024-08-15T05:36:36.702Z | [ recovery-image] Aug 15 05:36:35.559 INFO E| Downloading crates ... |
8149 | 2024-08-15T05:36:36.757Z | [ recovery-image] Aug 15 05:36:35.613 INFO E| Downloaded shared_child v1.0.0 |
8150 | 2024-08-15T05:36:36.765Z | [ recovery-image] Aug 15 05:36:35.621 INFO E| Downloaded clap_derive v4.5.3 |
8151 | 2024-08-15T05:36:36.767Z | [ recovery-image] Aug 15 05:36:35.624 INFO E| Downloaded anstyle v1.0.6 |
8152 | 2024-08-15T05:36:36.770Z | [ recovery-image] Aug 15 05:36:35.625 INFO E| Downloaded os_pipe v1.1.5 |
8153 | 2024-08-15T05:36:36.772Z | [ recovery-image] Aug 15 05:36:35.627 INFO E| Downloaded anstyle-query v1.0.2 |
8154 | 2024-08-15T05:36:36.775Z | [ recovery-image] Aug 15 05:36:35.630 INFO E| Downloaded anstyle-parse v0.2.3 |
8155 | 2024-08-15T05:36:36.781Z | [ recovery-image] Aug 15 05:36:35.638 INFO E| Downloaded duct v0.13.7 |
8156 | 2024-08-15T05:36:36.784Z | [ recovery-image] Aug 15 05:36:35.640 INFO E| Downloaded proc-macro2 v1.0.79 |
8157 | 2024-08-15T05:36:36.787Z | [ recovery-image] Aug 15 05:36:35.644 INFO E| Downloaded clap v4.5.3 |
8158 | 2024-08-15T05:36:36.796Z | [ recovery-image] Aug 15 05:36:35.653 INFO E| Downloaded anstream v0.6.13 |
8159 | 2024-08-15T05:36:36.817Z | [ recovery-image] Aug 15 05:36:35.674 INFO E| Downloaded syn v2.0.53 |
8160 | 2024-08-15T05:36:36.850Z | [ recovery-image] Aug 15 05:36:35.707 INFO E| Downloaded libc v0.2.153 |
8161 | 2024-08-15T05:36:36.933Z | [ recovery-image] Aug 15 05:36:35.789 INFO E| Compiling proc-macro2 v1.0.79 |
8162 | 2024-08-15T05:36:36.933Z | [ recovery-image] Aug 15 05:36:35.789 INFO E| Compiling unicode-ident v1.0.12 |
8163 | 2024-08-15T05:36:36.933Z | [ recovery-image] Aug 15 05:36:35.789 INFO E| Compiling libc v0.2.153 |
8164 | 2024-08-15T05:36:36.936Z | [ recovery-image] Aug 15 05:36:35.790 INFO E| Compiling utf8parse v0.2.1 |
8165 | 2024-08-15T05:36:36.936Z | [ recovery-image] Aug 15 05:36:35.790 INFO E| Compiling anstyle-query v1.0.2 |
8166 | 2024-08-15T05:36:36.936Z | [ recovery-image] Aug 15 05:36:35.790 INFO E| Compiling colorchoice v1.0.0 |
8167 | 2024-08-15T05:36:36.936Z | [ recovery-image] Aug 15 05:36:35.790 INFO E| Compiling anstyle v1.0.6 |
8168 | 2024-08-15T05:36:36.936Z | [ recovery-image] Aug 15 05:36:35.790 INFO E| Compiling strsim v0.11.0 |
8169 | 2024-08-15T05:36:37.146Z | [ recovery-image] Aug 15 05:36:36.002 INFO E| Compiling anstyle-parse v0.2.3 |
8170 | 2024-08-15T05:36:37.168Z | [ recovery-image] Aug 15 05:36:36.024 INFO E| Compiling heck v0.5.0 |
8171 | 2024-08-15T05:36:37.172Z | [ recovery-image] Aug 15 05:36:36.029 INFO E| Compiling clap_lex v0.7.0 |
8172 | 2024-08-15T05:36:37.177Z | [ recovery-image] Aug 15 05:36:36.034 INFO E| Compiling once_cell v1.19.0 |
8173 | 2024-08-15T05:36:37.530Z | [ recovery-image] Aug 15 05:36:36.386 INFO E| Compiling anstream v0.6.13 |
8174 | 2024-08-15T05:36:37.903Z | [ recovery-image] Aug 15 05:36:36.759 INFO E| Compiling clap_builder v4.5.2 |
8175 | 2024-08-15T05:36:38.475Z | [ recovery-image] Aug 15 05:36:37.331 INFO E| Compiling os_pipe v1.1.5 |
8176 | 2024-08-15T05:36:38.475Z | [ recovery-image] Aug 15 05:36:37.331 INFO E| Compiling shared_child v1.0.0 |
8177 | 2024-08-15T05:36:38.536Z | [ recovery-image] Aug 15 05:36:37.392 INFO E| Compiling quote v1.0.35 |
8178 | 2024-08-15T05:36:38.628Z | [ recovery-image] Aug 15 05:36:37.484 INFO E| Compiling duct v0.13.7 |
8179 | 2024-08-15T05:36:38.913Z | [ recovery-image] Aug 15 05:36:37.769 INFO E| Compiling syn v2.0.53 |
8180 | 2024-08-15T05:36:44.102Z | [ recovery-image] Aug 15 05:36:42.957 INFO E| Compiling clap_derive v4.5.3 |
8181 | 2024-08-15T05:36:46.294Z | [ recovery-image] Aug 15 05:36:45.149 INFO E| Compiling clap v4.5.3 |
8182 | 2024-08-15T05:36:46.351Z | [ recovery-image] Aug 15 05:36:45.206 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8183 | 2024-08-15T05:36:47.568Z | [ recovery-image] Aug 15 05:36:46.423 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s |
8184 | 2024-08-15T05:36:47.577Z | [ recovery-image] Aug 15 05:36:46.432 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8185 | 2024-08-15T05:36:47.713Z | [ recovery-image] Aug 15 05:36:46.568 INFO E| Updating crates.io index |
8186 | 2024-08-15T05:36:47.880Z | [ recovery-image] Aug 15 05:36:46.735 INFO E| Downloading crates ... |
8187 | 2024-08-15T05:36:47.929Z | [ recovery-image] Aug 15 05:36:46.784 INFO E| Downloaded bit_field v0.10.2 |
8188 | 2024-08-15T05:36:47.931Z | [ recovery-image] Aug 15 05:36:46.786 INFO E| Downloaded seq-macro v0.3.5 |
8189 | 2024-08-15T05:36:47.936Z | [ recovery-image] Aug 15 05:36:46.787 INFO E| Downloaded cpio_reader v0.1.1 |
8190 | 2024-08-15T05:36:47.965Z | [ recovery-image] Aug 15 05:36:46.820 INFO E| Downloaded raw-cpuid v10.7.0 |
8191 | 2024-08-15T05:36:48.076Z | [ recovery-image] Aug 15 05:36:46.931 INFO E| Downloaded x86 v0.52.0 |
8192 | 2024-08-15T05:36:48.146Z | [ recovery-image] Aug 15 05:36:47.001 INFO E| Updating crates.io index |
8193 | 2024-08-15T05:36:48.204Z | [ recovery-image] Aug 15 05:36:47.059 INFO E| Downloading crates ... |
8194 | 2024-08-15T05:36:48.260Z | [ recovery-image] Aug 15 05:36:47.115 INFO E| Downloaded compiler_builtins v0.1.108 |
8195 | 2024-08-15T05:36:48.330Z | [ recovery-image] Aug 15 05:36:47.184 INFO E| Compiling compiler_builtins v0.1.108 |
8196 | 2024-08-15T05:36:48.330Z | [ recovery-image] Aug 15 05:36:47.184 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) |
8197 | 2024-08-15T05:36:48.333Z | [ recovery-image] Aug 15 05:36:47.184 INFO E| Compiling proc-macro2 v1.0.79 |
8198 | 2024-08-15T05:36:48.333Z | [ recovery-image] Aug 15 05:36:47.184 INFO E| Compiling unicode-ident v1.0.12 |
8199 | 2024-08-15T05:36:48.333Z | [ recovery-image] Aug 15 05:36:47.184 INFO E| Compiling syn v1.0.109 |
8200 | 2024-08-15T05:36:48.333Z | [ recovery-image] Aug 15 05:36:47.184 INFO E| Compiling x86 v0.52.0 |
8201 | 2024-08-15T05:36:48.333Z | [ recovery-image] Aug 15 05:36:47.185 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8202 | 2024-08-15T05:36:48.333Z | [ recovery-image] Aug 15 05:36:47.185 INFO E| Compiling seq-macro v0.3.5 |
8203 | 2024-08-15T05:36:49.516Z | [ recovery-image] Aug 15 05:36:48.370 INFO E| Compiling quote v1.0.35 |
8204 | 2024-08-15T05:36:49.838Z | [ recovery-image] Aug 15 05:36:48.693 INFO E| Compiling syn v2.0.53 |
8205 | 2024-08-15T05:36:53.110Z | [ recovery-image] Aug 15 05:36:51.964 INFO E| Compiling scroll_derive v0.12.0 |
8206 | 2024-08-15T05:36:56.687Z | [ recovery-image] Aug 15 05:36:55.541 INFO E| Compiling bitstruct_derive v0.1.0 |
8207 | 2024-08-15T05:37:02.128Z | [ host-image] Aug 15 05:37:00.981 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z |
8208 | 2024-08-15T05:37:02.128Z | [ host-image] Aug 15 05:37:00.981 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z |
8209 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.981 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8210 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.981 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8211 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.982 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8212 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.982 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8213 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.983 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8214 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.983 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8215 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.983 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8216 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.983 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8217 | 2024-08-15T05:37:02.131Z | [ host-image] Aug 15 05:37:00.983 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z |
8218 | 2024-08-15T05:37:02.134Z | [ host-image] Aug 15 05:37:00.985 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z |
8219 | 2024-08-15T05:37:02.134Z | [ host-image] Aug 15 05:37:00.986 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z |
8220 | 2024-08-15T05:37:02.134Z | [ host-image] Aug 15 05:37:00.986 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z |
8221 | 2024-08-15T05:37:02.134Z | [ host-image] Aug 15 05:37:00.986 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8222 | 2024-08-15T05:37:02.134Z | [ host-image] Aug 15 05:37:00.987 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z |
8223 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.988 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z |
8224 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.988 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z |
8225 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.988 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z |
8226 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.988 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z |
8227 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.988 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z |
8228 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.988 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z |
8229 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.988 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z |
8230 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z |
8231 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z |
8232 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z |
8233 | 2024-08-15T05:37:02.136Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z |
8234 | 2024-08-15T05:37:02.137Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z |
8235 | 2024-08-15T05:37:02.137Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8236 | 2024-08-15T05:37:02.137Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z |
8237 | 2024-08-15T05:37:02.137Z | [ host-image] Aug 15 05:37:00.989 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z |
8238 | 2024-08-15T05:37:02.137Z | [ host-image] Aug 15 05:37:00.990 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z |
8239 | 2024-08-15T05:37:02.137Z | [ host-image] Aug 15 05:37:00.990 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z |
8240 | 2024-08-15T05:37:02.140Z | [ host-image] Aug 15 05:37:00.991 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z |
8241 | 2024-08-15T05:37:02.140Z | [ host-image] Aug 15 05:37:00.991 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z |
8242 | 2024-08-15T05:37:02.147Z | [ host-image] Aug 15 05:37:01.001 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8243 | 2024-08-15T05:37:02.147Z | [ host-image] Aug 15 05:37:01.001 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z |
8244 | 2024-08-15T05:37:02.150Z | [ host-image] Aug 15 05:37:01.001 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8245 | 2024-08-15T05:37:02.150Z | [ host-image] Aug 15 05:37:01.001 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8246 | 2024-08-15T05:37:02.150Z | [ host-image] Aug 15 05:37:01.002 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8247 | 2024-08-15T05:37:02.150Z | [ host-image] Aug 15 05:37:01.002 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z |
8248 | 2024-08-15T05:37:02.150Z | [ host-image] Aug 15 05:37:01.002 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8249 | 2024-08-15T05:37:02.150Z | [ host-image] Aug 15 05:37:01.003 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8250 | 2024-08-15T05:37:02.152Z | [ host-image] Aug 15 05:37:01.004 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8251 | 2024-08-15T05:37:02.152Z | [ host-image] Aug 15 05:37:01.004 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8252 | 2024-08-15T05:37:02.163Z | [ host-image] Aug 15 05:37:01.017 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8253 | 2024-08-15T05:37:02.163Z | [ host-image] Aug 15 05:37:01.017 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8254 | 2024-08-15T05:37:02.166Z | [ host-image] Aug 15 05:37:01.017 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8255 | 2024-08-15T05:37:02.166Z | [ host-image] Aug 15 05:37:01.018 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8256 | 2024-08-15T05:37:02.166Z | [ host-image] Aug 15 05:37:01.019 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8257 | 2024-08-15T05:37:02.166Z | [ host-image] Aug 15 05:37:01.019 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8258 | 2024-08-15T05:37:02.203Z | [ host-image] Aug 15 05:37:01.056 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8259 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.057 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8260 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.057 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8261 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.058 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z |
8262 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.058 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z |
8263 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.058 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8264 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.058 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z |
8265 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.058 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8266 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.058 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8267 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.059 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8268 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.059 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z |
8269 | 2024-08-15T05:37:02.205Z | [ host-image] Aug 15 05:37:01.059 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8270 | 2024-08-15T05:37:02.210Z | [ host-image] Aug 15 05:37:01.064 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8271 | 2024-08-15T05:37:02.212Z | [ host-image] Aug 15 05:37:01.064 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8272 | 2024-08-15T05:37:02.212Z | [ host-image] Aug 15 05:37:01.064 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8273 | 2024-08-15T05:37:02.212Z | [ host-image] Aug 15 05:37:01.064 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z |
8274 | 2024-08-15T05:37:02.212Z | [ host-image] Aug 15 05:37:01.064 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8275 | 2024-08-15T05:37:02.226Z | [ host-image] Aug 15 05:37:01.080 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8276 | 2024-08-15T05:37:02.226Z | [ host-image] Aug 15 05:37:01.080 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z |
8277 | 2024-08-15T05:37:02.229Z | [ host-image] Aug 15 05:37:01.082 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z |
8278 | 2024-08-15T05:37:02.231Z | [ host-image] Aug 15 05:37:01.083 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z |
8279 | 2024-08-15T05:37:02.231Z | [ host-image] Aug 15 05:37:01.083 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8280 | 2024-08-15T05:37:02.231Z | [ host-image] Aug 15 05:37:01.083 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z |
8281 | 2024-08-15T05:37:02.231Z | [ host-image] Aug 15 05:37:01.084 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z |
8282 | 2024-08-15T05:37:02.231Z | [ host-image] Aug 15 05:37:01.084 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z |
8283 | 2024-08-15T05:37:02.231Z | [ host-image] Aug 15 05:37:01.084 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z |
8284 | 2024-08-15T05:37:02.235Z | [ host-image] Aug 15 05:37:01.088 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8285 | 2024-08-15T05:37:02.238Z | [ host-image] Aug 15 05:37:01.089 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z |
8286 | 2024-08-15T05:37:02.238Z | [ host-image] Aug 15 05:37:01.089 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z |
8287 | 2024-08-15T05:37:02.238Z | [ host-image] Aug 15 05:37:01.089 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8288 | 2024-08-15T05:37:02.238Z | [ host-image] Aug 15 05:37:01.090 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z |
8289 | 2024-08-15T05:37:02.238Z | [ host-image] Aug 15 05:37:01.090 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z |
8290 | 2024-08-15T05:37:02.238Z | [ host-image] Aug 15 05:37:01.090 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z |
8291 | 2024-08-15T05:37:02.238Z | [ host-image] Aug 15 05:37:01.091 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z |
8292 | 2024-08-15T05:37:02.246Z | [ host-image] Aug 15 05:37:01.099 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z |
8293 | 2024-08-15T05:37:02.246Z | [ host-image] Aug 15 05:37:01.099 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8294 | 2024-08-15T05:37:02.248Z | [ host-image] Aug 15 05:37:01.101 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z |
8295 | 2024-08-15T05:37:02.250Z | [ host-image] Aug 15 05:37:01.103 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z |
8296 | 2024-08-15T05:37:02.250Z | [ host-image] Aug 15 05:37:01.103 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z |
8297 | 2024-08-15T05:37:02.250Z | [ host-image] Aug 15 05:37:01.103 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z |
8298 | 2024-08-15T05:37:02.251Z | [ host-image] Aug 15 05:37:01.104 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z |
8299 | 2024-08-15T05:37:02.251Z | [ host-image] Aug 15 05:37:01.104 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z |
8300 | 2024-08-15T05:37:02.261Z | [ host-image] Aug 15 05:37:01.115 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z |
8301 | 2024-08-15T05:37:02.264Z | [ host-image] Aug 15 05:37:01.115 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z |
8302 | 2024-08-15T05:37:02.264Z | [ host-image] Aug 15 05:37:01.115 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z |
8303 | 2024-08-15T05:37:02.264Z | [ host-image] Aug 15 05:37:01.116 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z |
8304 | 2024-08-15T05:37:02.264Z | [ host-image] Aug 15 05:37:01.117 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z |
8305 | 2024-08-15T05:37:02.286Z | [ host-image] Aug 15 05:37:01.140 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z |
8306 | 2024-08-15T05:37:02.286Z | [ host-image] Aug 15 05:37:01.140 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z |
8307 | 2024-08-15T05:37:02.297Z | [ host-image] Aug 15 05:37:01.140 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z |
8308 | 2024-08-15T05:37:02.297Z | [ host-image] Aug 15 05:37:01.140 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8309 | 2024-08-15T05:37:02.297Z | [ host-image] Aug 15 05:37:01.140 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8310 | 2024-08-15T05:37:02.318Z | [ host-image] Aug 15 05:37:01.171 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z |
8311 | 2024-08-15T05:37:02.318Z | [ host-image] Aug 15 05:37:01.171 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8312 | 2024-08-15T05:37:02.321Z | [ host-image] Aug 15 05:37:01.172 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z |
8313 | 2024-08-15T05:37:02.321Z | [ host-image] Aug 15 05:37:01.172 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z |
8314 | 2024-08-15T05:37:02.321Z | [ host-image] Aug 15 05:37:01.173 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z |
8315 | 2024-08-15T05:37:02.321Z | [ host-image] Aug 15 05:37:01.173 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8316 | 2024-08-15T05:37:02.321Z | [ host-image] Aug 15 05:37:01.174 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8317 | 2024-08-15T05:37:02.321Z | [ host-image] Aug 15 05:37:01.174 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z |
8318 | 2024-08-15T05:37:02.324Z | [ host-image] Aug 15 05:37:01.174 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z |
8319 | 2024-08-15T05:37:02.324Z | [ host-image] Aug 15 05:37:01.175 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z |
8320 | 2024-08-15T05:37:02.324Z | [ host-image] Aug 15 05:37:01.175 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z |
8321 | 2024-08-15T05:37:02.324Z | [ host-image] Aug 15 05:37:01.175 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z |
8322 | 2024-08-15T05:37:02.324Z | [ host-image] Aug 15 05:37:01.175 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z |
8323 | 2024-08-15T05:37:02.326Z | [ host-image] Aug 15 05:37:01.179 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8324 | 2024-08-15T05:37:02.326Z | [ host-image] Aug 15 05:37:01.179 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z |
8325 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.181 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z |
8326 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.181 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z |
8327 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.181 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z |
8328 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.181 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z |
8329 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.181 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z |
8330 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.182 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8331 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.182 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8332 | 2024-08-15T05:37:02.329Z | [ host-image] Aug 15 05:37:01.182 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z |
8333 | 2024-08-15T05:37:02.331Z | [ host-image] Aug 15 05:37:01.182 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z |
8334 | 2024-08-15T05:37:02.331Z | [ host-image] Aug 15 05:37:01.183 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8335 | 2024-08-15T05:37:02.332Z | [ host-image] Aug 15 05:37:01.183 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8336 | 2024-08-15T05:37:02.332Z | [ host-image] Aug 15 05:37:01.183 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8337 | 2024-08-15T05:37:02.332Z | [ host-image] Aug 15 05:37:01.183 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8338 | 2024-08-15T05:37:02.332Z | [ host-image] Aug 15 05:37:01.183 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8339 | 2024-08-15T05:37:02.332Z | [ host-image] Aug 15 05:37:01.184 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8340 | 2024-08-15T05:37:02.332Z | [ host-image] Aug 15 05:37:01.185 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8341 | 2024-08-15T05:37:02.332Z | [ host-image] Aug 15 05:37:01.185 INFO O| tempdir @ "/tmp/.tmp7KU5ln/tmp" |
8342 | 2024-08-15T05:37:02.334Z | [ host-image] Aug 15 05:37:01.185 INFO O| image root @ "/tmp/.tmp7KU5ln/tmp/root" |
8343 | 2024-08-15T05:37:02.334Z | [ host-image] Aug 15 05:37:01.185 INFO O| creating image... |
8344 | 2024-08-15T05:37:02.873Z | [ host-image] Aug 15 05:37:01.726 INFO O| copying publishers... |
8345 | 2024-08-15T05:37:10.063Z | [ host-image] Aug 15 05:37:08.914 INFO O| adding properties... |
8346 | 2024-08-15T05:37:10.559Z | [ recovery-image] Aug 15 05:37:09.412 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) |
8347 | 2024-08-15T05:37:11.400Z | [ host-image] Aug 15 05:37:10.250 INFO O| installing packages... |
8348 | 2024-08-15T05:37:12.323Z | [ recovery-image] Aug 15 05:37:11.175 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) |
8349 | 2024-08-15T05:37:15.680Z | [ recovery-image] Aug 15 05:37:14.532 INFO E| Compiling bitflags v1.3.2 |
8350 | 2024-08-15T05:37:15.681Z | [ recovery-image] Aug 15 05:37:14.532 INFO E| Compiling log v0.4.21 |
8351 | 2024-08-15T05:37:15.683Z | [ recovery-image] Aug 15 05:37:14.532 INFO E| Compiling plain v0.2.3 |
8352 | 2024-08-15T05:37:15.683Z | [ recovery-image] Aug 15 05:37:14.532 INFO E| Compiling scroll v0.12.0 |
8353 | 2024-08-15T05:37:15.683Z | [ recovery-image] Aug 15 05:37:14.532 INFO E| Compiling adler v1.0.2 |
8354 | 2024-08-15T05:37:15.683Z | [ recovery-image] Aug 15 05:37:14.532 INFO E| Compiling bit_field v0.10.2 |
8355 | 2024-08-15T05:37:15.683Z | [ recovery-image] Aug 15 05:37:14.533 INFO E| Compiling bitstruct v0.1.1 |
8356 | 2024-08-15T05:37:15.768Z | [ recovery-image] Aug 15 05:37:14.620 INFO E| Compiling raw-cpuid v10.7.0 |
8357 | 2024-08-15T05:37:15.784Z | [ recovery-image] Aug 15 05:37:14.636 INFO E| Compiling cpio_reader v0.1.1 |
8358 | 2024-08-15T05:37:15.840Z | [ recovery-image] Aug 15 05:37:14.692 INFO E| Compiling miniz_oxide v0.7.2 |
8359 | 2024-08-15T05:37:15.925Z | [ recovery-image] Aug 15 05:37:14.777 INFO E| Compiling static_assertions v1.1.0 |
8360 | 2024-08-15T05:37:16.130Z | [ recovery-image] Aug 15 05:37:14.980 INFO E| Compiling goblin v0.8.0 |
8361 | 2024-08-15T05:37:22.718Z | [ recovery-image] Aug 15 05:37:21.569 INFO E| Finished `release` profile [optimized] target(s) in 35.12s |
8362 | 2024-08-15T05:37:22.739Z | [ recovery-image] Aug 15 05:37:21.590 INFO building host image... |
8363 | 2024-08-15T05:37:22.741Z | [ recovery-image] Aug 15 05:37:21.590 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") |
8364 | 2024-08-15T05:37:23.187Z | [ recovery-image] Aug 15 05:37:22.038 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8365 | 2024-08-15T05:37:24.567Z | [ recovery-image] Aug 15 05:37:23.416 INFO image complete! materials are in "/work/os-recovery" |
8366 | 2024-08-15T05:37:24.570Z | [ recovery-image] |
8367 | 2024-08-15T05:37:24.570Z | [ recovery-image] real 8:28.008688524 |
8368 | 2024-08-15T05:37:24.570Z | [ recovery-image] user 4:27.490694214 |
8369 | 2024-08-15T05:37:24.570Z | [ recovery-image] sys 57.453040679 |
8370 | 2024-08-15T05:37:24.570Z | [ recovery-image] trap 0.133167687 |
8371 | 2024-08-15T05:37:24.570Z | [ recovery-image] tflt 0.430796333 |
8372 | 2024-08-15T05:37:24.570Z | [ recovery-image] dflt 0.930461093 |
8373 | 2024-08-15T05:37:24.570Z | [ recovery-image] kflt 0.000041425 |
8374 | 2024-08-15T05:37:24.570Z | [ recovery-image] lock 18:28.109084768 |
8375 | 2024-08-15T05:37:24.570Z | [ recovery-image] slp 52:31.958989749 |
8376 | 2024-08-15T05:37:24.570Z | [ recovery-image] lat 42.248956601 |
8377 | 2024-08-15T05:37:24.570Z | [ recovery-image] stop 3.342743035 |
8378 | 2024-08-15T05:37:24.570Z | Aug 15 05:37:23.420 INFO [recovery-image] process exited with exit status: 0 (508.02417339s) |
8379 | 2024-08-15T05:37:38.046Z | [ host-image] Aug 15 05:37:36.895 INFO O| seeding SMF database... |
8380 | 2024-08-15T05:37:45.747Z | [ host-image] Aug 15 05:37:44.595 INFO O| configuring SMF profile... |
8381 | 2024-08-15T05:37:45.750Z | [ host-image] Aug 15 05:37:44.595 INFO O| modifying shadow(5)... |
8382 | 2024-08-15T05:37:45.750Z | [ host-image] Aug 15 05:37:44.595 INFO O| loading user and group database... |
8383 | 2024-08-15T05:37:45.750Z | [ host-image] Aug 15 05:37:44.596 INFO O| assessing packaged files... |
8384 | 2024-08-15T05:37:47.938Z | [ host-image] Aug 15 05:37:46.786 INFO O| creating archive... |
8385 | 2024-08-15T05:37:47.973Z | [ host-image] Aug 15 05:37:46.820 INFO O| missing from packaging: |
8386 | 2024-08-15T05:37:47.973Z | [ host-image] Aug 15 05:37:46.820 INFO O| "etc/.pwd.lock" |
8387 | 2024-08-15T05:37:47.976Z | [ host-image] Aug 15 05:37:46.820 INFO O| "etc/bash" |
8388 | 2024-08-15T05:37:47.980Z | [ host-image] Aug 15 05:37:46.825 INFO O| "etc/svc/profile/generic.xml" |
8389 | 2024-08-15T05:37:47.980Z | [ host-image] Aug 15 05:37:46.825 INFO O| "etc/svc/profile/inetd_services.xml" |
8390 | 2024-08-15T05:37:47.980Z | [ host-image] Aug 15 05:37:46.825 INFO O| "etc/svc/profile/name_service.xml" |
8391 | 2024-08-15T05:37:47.980Z | [ host-image] Aug 15 05:37:46.825 INFO O| "etc/svc/profile/platform.xml" |
8392 | 2024-08-15T05:37:47.980Z | [ host-image] Aug 15 05:37:46.825 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8393 | 2024-08-15T05:37:47.980Z | [ host-image] Aug 15 05:37:46.826 INFO O| "etc/svc/repository.db" |
8394 | 2024-08-15T05:37:47.987Z | [ host-image] Aug 15 05:37:46.835 INFO O| "opt/ooce/share" |
8395 | 2024-08-15T05:37:47.987Z | [ host-image] Aug 15 05:37:46.835 INFO O| "opt/ooce/share/man" |
8396 | 2024-08-15T05:37:47.990Z | [ host-image] Aug 15 05:37:46.835 INFO O| "opt/ooce/share/man/man1" |
8397 | 2024-08-15T05:37:47.996Z | [ host-image] Aug 15 05:37:46.844 INFO O| finishing archive... |
8398 | 2024-08-15T05:37:50.837Z | [ host-image] Aug 15 05:37:49.685 INFO O| creating gzonly manifest... |
8399 | 2024-08-15T05:37:50.849Z | [ host-image] Aug 15 05:37:49.696 INFO O| ok |
8400 | 2024-08-15T05:37:50.948Z | [ host-image] Aug 15 05:37:49.795 INFO image builder template: ramdisk-02-trim... |
8401 | 2024-08-15T05:37:50.948Z | [ host-image] Aug 15 05:37:49.796 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/.tmpSQepOS/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 |
8402 | 2024-08-15T05:37:50.973Z | [ host-image] Aug 15 05:37:49.820 INFO O| Aug 15 05:37:49.820 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8403 | 2024-08-15T05:37:50.977Z | [ host-image] Aug 15 05:37:49.825 INFO O| Aug 15 05:37:49.825 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8404 | 2024-08-15T05:37:51.070Z | [ host-image] Aug 15 05:37:49.917 INFO O| Aug 15 05:37:49.917 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8405 | 2024-08-15T05:37:51.127Z | [ host-image] Aug 15 05:37:49.975 INFO O| Aug 15 05:37:49.975 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8406 | 2024-08-15T05:37:51.130Z | [ host-image] Aug 15 05:37:49.975 INFO O| Aug 15 05:37:49.975 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8407 | 2024-08-15T05:37:51.133Z | [ host-image] Aug 15 05:37:49.980 INFO O| Aug 15 05:37:49.980 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8408 | 2024-08-15T05:37:51.137Z | [ host-image] Aug 15 05:37:49.984 INFO O| Aug 15 05:37:49.984 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8409 | 2024-08-15T05:37:51.142Z | [ host-image] Aug 15 05:37:49.989 INFO O| Aug 15 05:37:49.989 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8410 | 2024-08-15T05:37:51.342Z | [ host-image] Aug 15 05:37:50.189 INFO O| Aug 15 05:37:50.189 INFO rolled back to input snapshot; work may begin |
8411 | 2024-08-15T05:37:51.342Z | [ host-image] Aug 15 05:37:50.189 INFO O| Aug 15 05:37:50.189 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8412 | 2024-08-15T05:37:51.347Z | [ host-image] Aug 15 05:37:50.195 INFO O| Aug 15 05:37:50.195 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8413 | 2024-08-15T05:37:51.357Z | [ host-image] Aug 15 05:37:50.204 INFO O| Aug 15 05:37:50.204 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8414 | 2024-08-15T05:37:51.407Z | [ host-image] Aug 15 05:37:50.254 INFO O| Aug 15 05:37:50.254 INFO STEP 0 (remove_files) COMPLETE |
8415 | 2024-08-15T05:37:51.407Z | [ host-image] Aug 15 05:37:50.254 INFO O| Aug 15 05:37:50.254 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8416 | 2024-08-15T05:37:51.417Z | [ host-image] Aug 15 05:37:50.265 INFO O| Aug 15 05:37:50.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8417 | 2024-08-15T05:37:51.420Z | [ host-image] Aug 15 05:37:50.267 INFO O| Aug 15 05:37:50.267 INFO STEP 1 (remove_files) COMPLETE |
8418 | 2024-08-15T05:37:51.420Z | [ host-image] Aug 15 05:37:50.267 INFO O| Aug 15 05:37:50.267 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8419 | 2024-08-15T05:37:51.428Z | [ host-image] Aug 15 05:37:50.276 INFO O| Aug 15 05:37:50.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8420 | 2024-08-15T05:37:51.441Z | [ host-image] Aug 15 05:37:50.289 INFO O| Aug 15 05:37:50.289 INFO STEP 2 (remove_files) COMPLETE |
8421 | 2024-08-15T05:37:51.441Z | [ host-image] Aug 15 05:37:50.289 INFO O| Aug 15 05:37:50.289 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8422 | 2024-08-15T05:37:51.451Z | [ host-image] Aug 15 05:37:50.299 INFO O| Aug 15 05:37:50.299 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8423 | 2024-08-15T05:37:51.454Z | [ host-image] Aug 15 05:37:50.301 INFO O| Aug 15 05:37:50.301 INFO STEP 3 (remove_files) COMPLETE |
8424 | 2024-08-15T05:37:51.454Z | [ host-image] Aug 15 05:37:50.301 INFO O| Aug 15 05:37:50.301 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8425 | 2024-08-15T05:37:51.463Z | [ host-image] Aug 15 05:37:50.311 INFO O| Aug 15 05:37:50.310 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8426 | 2024-08-15T05:37:51.467Z | [ host-image] Aug 15 05:37:50.315 INFO O| Aug 15 05:37:50.315 INFO STEP 4 (remove_files) COMPLETE |
8427 | 2024-08-15T05:37:51.467Z | [ host-image] Aug 15 05:37:50.315 INFO O| Aug 15 05:37:50.315 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8428 | 2024-08-15T05:37:51.478Z | [ host-image] Aug 15 05:37:50.326 INFO O| Aug 15 05:37:50.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8429 | 2024-08-15T05:37:51.481Z | [ host-image] Aug 15 05:37:50.328 INFO O| Aug 15 05:37:50.328 INFO STEP 5 (remove_files) COMPLETE |
8430 | 2024-08-15T05:37:51.481Z | [ host-image] Aug 15 05:37:50.328 INFO O| Aug 15 05:37:50.328 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8431 | 2024-08-15T05:37:51.490Z | [ host-image] Aug 15 05:37:50.338 INFO O| Aug 15 05:37:50.338 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8432 | 2024-08-15T05:37:51.500Z | [ host-image] Aug 15 05:37:50.348 INFO O| Aug 15 05:37:50.348 INFO STEP 6 (remove_files) COMPLETE |
8433 | 2024-08-15T05:37:51.500Z | [ host-image] Aug 15 05:37:50.348 INFO O| Aug 15 05:37:50.348 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8434 | 2024-08-15T05:37:51.510Z | [ host-image] Aug 15 05:37:50.358 INFO O| Aug 15 05:37:50.358 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8435 | 2024-08-15T05:37:51.522Z | [ host-image] Aug 15 05:37:50.369 INFO O| Aug 15 05:37:50.369 INFO STEP 7 (remove_files) COMPLETE |
8436 | 2024-08-15T05:37:51.522Z | [ host-image] Aug 15 05:37:50.369 INFO O| Aug 15 05:37:50.369 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8437 | 2024-08-15T05:37:51.532Z | [ host-image] Aug 15 05:37:50.380 INFO O| Aug 15 05:37:50.380 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8438 | 2024-08-15T05:37:51.605Z | [ host-image] Aug 15 05:37:50.452 INFO O| Aug 15 05:37:50.452 INFO STEP 8 (remove_files) COMPLETE |
8439 | 2024-08-15T05:37:51.605Z | [ host-image] Aug 15 05:37:50.452 INFO O| Aug 15 05:37:50.452 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8440 | 2024-08-15T05:37:51.616Z | [ host-image] Aug 15 05:37:50.464 INFO O| Aug 15 05:37:50.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8441 | 2024-08-15T05:37:51.692Z | [ host-image] Aug 15 05:37:50.540 INFO O| Aug 15 05:37:50.539 INFO STEP 9 (remove_files) COMPLETE |
8442 | 2024-08-15T05:37:51.692Z | [ host-image] Aug 15 05:37:50.540 INFO O| Aug 15 05:37:50.539 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8443 | 2024-08-15T05:37:51.704Z | [ host-image] Aug 15 05:37:50.551 INFO O| Aug 15 05:37:50.551 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8444 | 2024-08-15T05:37:51.707Z | [ host-image] Aug 15 05:37:50.554 INFO O| Aug 15 05:37:50.554 INFO STEP 10 (remove_files) COMPLETE |
8445 | 2024-08-15T05:37:51.710Z | [ host-image] Aug 15 05:37:50.554 INFO O| Aug 15 05:37:50.554 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8446 | 2024-08-15T05:37:51.717Z | [ host-image] Aug 15 05:37:50.564 INFO O| Aug 15 05:37:50.564 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8447 | 2024-08-15T05:37:51.719Z | [ host-image] Aug 15 05:37:50.565 INFO O| Aug 15 05:37:50.565 INFO STEP 11 (remove_files) COMPLETE |
8448 | 2024-08-15T05:37:51.719Z | [ host-image] Aug 15 05:37:50.565 INFO O| Aug 15 05:37:50.565 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8449 | 2024-08-15T05:37:51.727Z | [ host-image] Aug 15 05:37:50.575 INFO O| Aug 15 05:37:50.575 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8450 | 2024-08-15T05:37:51.729Z | [ host-image] Aug 15 05:37:50.576 INFO O| Aug 15 05:37:50.576 INFO STEP 12 (remove_files) COMPLETE |
8451 | 2024-08-15T05:37:51.729Z | [ host-image] Aug 15 05:37:50.576 INFO O| Aug 15 05:37:50.576 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8452 | 2024-08-15T05:37:51.845Z | [ host-image] Aug 15 05:37:50.692 INFO O| Aug 15 05:37:50.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8453 | 2024-08-15T05:37:51.861Z | [ host-image] Aug 15 05:37:50.708 INFO O| Aug 15 05:37:50.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8454 | 2024-08-15T05:37:51.863Z | [ host-image] Aug 15 05:37:50.711 INFO O| Aug 15 05:37:50.711 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8455 | 2024-08-15T05:37:51.866Z | [ host-image] Aug 15 05:37:50.713 INFO O| Aug 15 05:37:50.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8456 | 2024-08-15T05:37:52.109Z | [ host-image] Aug 15 05:37:50.956 INFO O| Aug 15 05:37:50.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8457 | 2024-08-15T05:37:52.109Z | [ host-image] Aug 15 05:37:50.956 INFO O| Aug 15 05:37:50.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8458 | 2024-08-15T05:37:52.109Z | [ host-image] Aug 15 05:37:50.957 INFO O| Aug 15 05:37:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8459 | 2024-08-15T05:37:52.112Z | [ host-image] Aug 15 05:37:50.957 INFO O| Aug 15 05:37:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8460 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.957 INFO O| Aug 15 05:37:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8461 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.957 INFO O| Aug 15 05:37:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8462 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.957 INFO O| Aug 15 05:37:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8463 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8464 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8465 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8466 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8467 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8468 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8469 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8470 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.958 INFO O| Aug 15 05:37:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8471 | 2024-08-15T05:37:52.113Z | [ host-image] Aug 15 05:37:50.959 INFO O| Aug 15 05:37:50.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8472 | 2024-08-15T05:37:52.123Z | [ host-image] Aug 15 05:37:50.971 INFO O| Aug 15 05:37:50.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8473 | 2024-08-15T05:37:52.126Z | [ host-image] Aug 15 05:37:50.971 INFO O| Aug 15 05:37:50.971 INFO STEP 13 (remove_files) COMPLETE |
8474 | 2024-08-15T05:37:52.126Z | [ host-image] Aug 15 05:37:50.971 INFO O| Aug 15 05:37:50.971 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8475 | 2024-08-15T05:37:52.135Z | [ host-image] Aug 15 05:37:50.983 INFO O| Aug 15 05:37:50.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8476 | 2024-08-15T05:37:52.138Z | [ host-image] Aug 15 05:37:50.984 INFO O| Aug 15 05:37:50.984 INFO STEP 14 (remove_files) COMPLETE |
8477 | 2024-08-15T05:37:52.138Z | [ host-image] Aug 15 05:37:50.984 INFO O| Aug 15 05:37:50.984 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8478 | 2024-08-15T05:37:52.146Z | [ host-image] Aug 15 05:37:50.994 INFO O| Aug 15 05:37:50.994 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8479 | 2024-08-15T05:37:52.152Z | [ host-image] Aug 15 05:37:50.999 INFO O| Aug 15 05:37:50.999 INFO STEP 15 (remove_files) COMPLETE |
8480 | 2024-08-15T05:37:52.152Z | [ host-image] Aug 15 05:37:50.999 INFO O| Aug 15 05:37:50.999 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8481 | 2024-08-15T05:37:52.162Z | [ host-image] Aug 15 05:37:51.010 INFO O| Aug 15 05:37:51.010 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8482 | 2024-08-15T05:37:52.165Z | [ host-image] Aug 15 05:37:51.010 INFO O| Aug 15 05:37:51.010 INFO STEP 16 (remove_files) COMPLETE |
8483 | 2024-08-15T05:37:52.165Z | [ host-image] Aug 15 05:37:51.010 INFO O| Aug 15 05:37:51.010 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8484 | 2024-08-15T05:37:52.172Z | [ host-image] Aug 15 05:37:51.020 INFO O| Aug 15 05:37:51.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8485 | 2024-08-15T05:37:52.175Z | [ host-image] Aug 15 05:37:51.021 INFO O| Aug 15 05:37:51.021 INFO STEP 17 (remove_files) COMPLETE |
8486 | 2024-08-15T05:37:52.175Z | [ host-image] Aug 15 05:37:51.021 INFO O| Aug 15 05:37:51.021 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8487 | 2024-08-15T05:37:52.183Z | [ host-image] Aug 15 05:37:51.031 INFO O| Aug 15 05:37:51.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8488 | 2024-08-15T05:37:52.183Z | [ host-image] Aug 15 05:37:51.031 INFO O| Aug 15 05:37:51.031 INFO STEP 18 (remove_files) COMPLETE |
8489 | 2024-08-15T05:37:52.183Z | [ host-image] Aug 15 05:37:51.031 INFO O| Aug 15 05:37:51.031 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8490 | 2024-08-15T05:37:52.193Z | [ host-image] Aug 15 05:37:51.040 INFO O| Aug 15 05:37:51.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8491 | 2024-08-15T05:37:52.195Z | [ host-image] Aug 15 05:37:51.040 INFO O| Aug 15 05:37:51.040 INFO STEP 19 (remove_files) COMPLETE |
8492 | 2024-08-15T05:37:52.195Z | [ host-image] Aug 15 05:37:51.041 INFO O| Aug 15 05:37:51.040 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8493 | 2024-08-15T05:37:52.202Z | [ host-image] Aug 15 05:37:51.050 INFO O| Aug 15 05:37:51.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8494 | 2024-08-15T05:37:52.204Z | [ host-image] Aug 15 05:37:51.050 INFO O| Aug 15 05:37:51.050 INFO STEP 20 (remove_files) COMPLETE |
8495 | 2024-08-15T05:37:52.204Z | [ host-image] Aug 15 05:37:51.050 INFO O| Aug 15 05:37:51.050 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8496 | 2024-08-15T05:37:52.212Z | [ host-image] Aug 15 05:37:51.060 INFO O| Aug 15 05:37:51.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8497 | 2024-08-15T05:37:52.212Z | [ host-image] Aug 15 05:37:51.060 INFO O| Aug 15 05:37:51.060 INFO STEP 21 (remove_files) COMPLETE |
8498 | 2024-08-15T05:37:52.212Z | [ host-image] Aug 15 05:37:51.060 INFO O| Aug 15 05:37:51.060 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8499 | 2024-08-15T05:37:52.222Z | [ host-image] Aug 15 05:37:51.069 INFO O| Aug 15 05:37:51.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8500 | 2024-08-15T05:37:52.222Z | [ host-image] Aug 15 05:37:51.070 INFO O| Aug 15 05:37:51.069 INFO STEP 22 (remove_files) COMPLETE |
8501 | 2024-08-15T05:37:52.224Z | [ host-image] Aug 15 05:37:51.070 INFO O| Aug 15 05:37:51.069 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8502 | 2024-08-15T05:37:52.232Z | [ host-image] Aug 15 05:37:51.079 INFO O| Aug 15 05:37:51.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8503 | 2024-08-15T05:37:52.232Z | [ host-image] Aug 15 05:37:51.079 INFO O| Aug 15 05:37:51.079 INFO STEP 23 (remove_files) COMPLETE |
8504 | 2024-08-15T05:37:52.234Z | [ host-image] Aug 15 05:37:51.079 INFO O| Aug 15 05:37:51.079 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8505 | 2024-08-15T05:37:52.241Z | [ host-image] Aug 15 05:37:51.089 INFO O| Aug 15 05:37:51.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8506 | 2024-08-15T05:37:52.241Z | [ host-image] Aug 15 05:37:51.089 INFO O| Aug 15 05:37:51.089 INFO STEP 24 (remove_files) COMPLETE |
8507 | 2024-08-15T05:37:52.241Z | [ host-image] Aug 15 05:37:51.089 INFO O| Aug 15 05:37:51.089 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8508 | 2024-08-15T05:37:52.251Z | [ host-image] Aug 15 05:37:51.099 INFO O| Aug 15 05:37:51.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8509 | 2024-08-15T05:37:52.251Z | [ host-image] Aug 15 05:37:51.099 INFO O| Aug 15 05:37:51.099 INFO STEP 25 (remove_files) COMPLETE |
8510 | 2024-08-15T05:37:52.254Z | [ host-image] Aug 15 05:37:51.099 INFO O| Aug 15 05:37:51.099 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8511 | 2024-08-15T05:37:52.260Z | [ host-image] Aug 15 05:37:51.108 INFO O| Aug 15 05:37:51.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8512 | 2024-08-15T05:37:52.263Z | [ host-image] Aug 15 05:37:51.108 INFO O| Aug 15 05:37:51.108 INFO STEP 26 (remove_files) COMPLETE |
8513 | 2024-08-15T05:37:52.263Z | [ host-image] Aug 15 05:37:51.108 INFO O| Aug 15 05:37:51.108 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8514 | 2024-08-15T05:37:52.270Z | [ host-image] Aug 15 05:37:51.118 INFO O| Aug 15 05:37:51.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8515 | 2024-08-15T05:37:52.270Z | [ host-image] Aug 15 05:37:51.118 INFO O| Aug 15 05:37:51.118 INFO STEP 27 (remove_files) COMPLETE |
8516 | 2024-08-15T05:37:52.270Z | [ host-image] Aug 15 05:37:51.118 INFO O| Aug 15 05:37:51.118 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8517 | 2024-08-15T05:37:52.280Z | [ host-image] Aug 15 05:37:51.127 INFO O| Aug 15 05:37:51.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8518 | 2024-08-15T05:37:52.280Z | [ host-image] Aug 15 05:37:51.127 INFO O| Aug 15 05:37:51.127 INFO STEP 28 (remove_files) COMPLETE |
8519 | 2024-08-15T05:37:52.282Z | [ host-image] Aug 15 05:37:51.127 INFO O| Aug 15 05:37:51.127 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8520 | 2024-08-15T05:37:52.289Z | [ host-image] Aug 15 05:37:51.137 INFO O| Aug 15 05:37:51.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8521 | 2024-08-15T05:37:52.289Z | [ host-image] Aug 15 05:37:51.137 INFO O| Aug 15 05:37:51.137 INFO STEP 29 (remove_files) COMPLETE |
8522 | 2024-08-15T05:37:52.293Z | [ host-image] Aug 15 05:37:51.137 INFO O| Aug 15 05:37:51.137 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8523 | 2024-08-15T05:37:52.298Z | [ host-image] Aug 15 05:37:51.146 INFO O| Aug 15 05:37:51.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8524 | 2024-08-15T05:37:52.298Z | [ host-image] Aug 15 05:37:51.146 INFO O| Aug 15 05:37:51.146 INFO STEP 30 (remove_files) COMPLETE |
8525 | 2024-08-15T05:37:52.302Z | [ host-image] Aug 15 05:37:51.146 INFO O| Aug 15 05:37:51.146 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8526 | 2024-08-15T05:37:52.308Z | [ host-image] Aug 15 05:37:51.155 INFO O| Aug 15 05:37:51.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8527 | 2024-08-15T05:37:52.308Z | [ host-image] Aug 15 05:37:51.155 INFO O| Aug 15 05:37:51.155 INFO STEP 31 (remove_files) COMPLETE |
8528 | 2024-08-15T05:37:52.308Z | [ host-image] Aug 15 05:37:51.155 INFO O| Aug 15 05:37:51.155 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8529 | 2024-08-15T05:37:52.317Z | [ host-image] Aug 15 05:37:51.165 INFO O| Aug 15 05:37:51.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8530 | 2024-08-15T05:37:52.317Z | [ host-image] Aug 15 05:37:51.165 INFO O| Aug 15 05:37:51.165 INFO STEP 32 (remove_files) COMPLETE |
8531 | 2024-08-15T05:37:52.319Z | [ host-image] Aug 15 05:37:51.165 INFO O| Aug 15 05:37:51.165 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8532 | 2024-08-15T05:37:52.326Z | [ host-image] Aug 15 05:37:51.174 INFO O| Aug 15 05:37:51.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8533 | 2024-08-15T05:37:52.326Z | [ host-image] Aug 15 05:37:51.174 INFO O| Aug 15 05:37:51.174 INFO STEP 33 (remove_files) COMPLETE |
8534 | 2024-08-15T05:37:52.329Z | [ host-image] Aug 15 05:37:51.174 INFO O| Aug 15 05:37:51.174 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8535 | 2024-08-15T05:37:52.336Z | [ host-image] Aug 15 05:37:51.184 INFO O| Aug 15 05:37:51.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8536 | 2024-08-15T05:37:52.336Z | [ host-image] Aug 15 05:37:51.184 INFO O| Aug 15 05:37:51.184 INFO STEP 34 (remove_files) COMPLETE |
8537 | 2024-08-15T05:37:52.336Z | [ host-image] Aug 15 05:37:51.184 INFO O| Aug 15 05:37:51.184 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8538 | 2024-08-15T05:37:52.345Z | [ host-image] Aug 15 05:37:51.193 INFO O| Aug 15 05:37:51.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8539 | 2024-08-15T05:37:52.346Z | [ host-image] Aug 15 05:37:51.193 INFO O| Aug 15 05:37:51.193 INFO STEP 35 (remove_files) COMPLETE |
8540 | 2024-08-15T05:37:52.346Z | [ host-image] Aug 15 05:37:51.193 INFO O| Aug 15 05:37:51.193 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8541 | 2024-08-15T05:37:52.354Z | [ host-image] Aug 15 05:37:51.202 INFO O| Aug 15 05:37:51.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8542 | 2024-08-15T05:37:52.354Z | [ host-image] Aug 15 05:37:51.202 INFO O| Aug 15 05:37:51.202 INFO STEP 36 (remove_files) COMPLETE |
8543 | 2024-08-15T05:37:52.357Z | [ host-image] Aug 15 05:37:51.202 INFO O| Aug 15 05:37:51.202 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8544 | 2024-08-15T05:37:52.365Z | [ host-image] Aug 15 05:37:51.212 INFO O| Aug 15 05:37:51.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8545 | 2024-08-15T05:37:52.365Z | [ host-image] Aug 15 05:37:51.212 INFO O| Aug 15 05:37:51.212 INFO STEP 37 (remove_files) COMPLETE |
8546 | 2024-08-15T05:37:52.369Z | [ host-image] Aug 15 05:37:51.212 INFO O| Aug 15 05:37:51.212 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8547 | 2024-08-15T05:37:52.375Z | [ host-image] Aug 15 05:37:51.222 INFO O| Aug 15 05:37:51.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8548 | 2024-08-15T05:37:52.377Z | [ host-image] Aug 15 05:37:51.222 INFO O| Aug 15 05:37:51.222 INFO STEP 38 (remove_files) COMPLETE |
8549 | 2024-08-15T05:37:52.377Z | [ host-image] Aug 15 05:37:51.222 INFO O| Aug 15 05:37:51.222 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8550 | 2024-08-15T05:37:52.385Z | [ host-image] Aug 15 05:37:51.232 INFO O| Aug 15 05:37:51.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8551 | 2024-08-15T05:37:52.385Z | [ host-image] Aug 15 05:37:51.232 INFO O| Aug 15 05:37:51.232 INFO STEP 39 (remove_files) COMPLETE |
8552 | 2024-08-15T05:37:52.388Z | [ host-image] Aug 15 05:37:51.232 INFO O| Aug 15 05:37:51.232 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8553 | 2024-08-15T05:37:52.394Z | [ host-image] Aug 15 05:37:51.242 INFO O| Aug 15 05:37:51.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8554 | 2024-08-15T05:37:52.394Z | [ host-image] Aug 15 05:37:51.242 INFO O| Aug 15 05:37:51.242 INFO STEP 40 (remove_files) COMPLETE |
8555 | 2024-08-15T05:37:52.396Z | [ host-image] Aug 15 05:37:51.242 INFO O| Aug 15 05:37:51.242 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8556 | 2024-08-15T05:37:52.403Z | [ host-image] Aug 15 05:37:51.251 INFO O| Aug 15 05:37:51.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8557 | 2024-08-15T05:37:52.403Z | [ host-image] Aug 15 05:37:51.251 INFO O| Aug 15 05:37:51.251 INFO STEP 41 (remove_files) COMPLETE |
8558 | 2024-08-15T05:37:52.406Z | [ host-image] Aug 15 05:37:51.251 INFO O| Aug 15 05:37:51.251 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8559 | 2024-08-15T05:37:52.413Z | [ host-image] Aug 15 05:37:51.260 INFO O| Aug 15 05:37:51.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8560 | 2024-08-15T05:37:52.413Z | [ host-image] Aug 15 05:37:51.261 INFO O| Aug 15 05:37:51.260 INFO STEP 42 (remove_files) COMPLETE |
8561 | 2024-08-15T05:37:52.413Z | [ host-image] Aug 15 05:37:51.261 INFO O| Aug 15 05:37:51.260 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8562 | 2024-08-15T05:37:52.422Z | [ host-image] Aug 15 05:37:51.270 INFO O| Aug 15 05:37:51.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8563 | 2024-08-15T05:37:52.422Z | [ host-image] Aug 15 05:37:51.270 INFO O| Aug 15 05:37:51.270 INFO STEP 43 (remove_files) COMPLETE |
8564 | 2024-08-15T05:37:52.425Z | [ host-image] Aug 15 05:37:51.270 INFO O| Aug 15 05:37:51.270 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8565 | 2024-08-15T05:37:52.432Z | [ host-image] Aug 15 05:37:51.279 INFO O| Aug 15 05:37:51.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8566 | 2024-08-15T05:37:52.432Z | [ host-image] Aug 15 05:37:51.279 INFO O| Aug 15 05:37:51.279 INFO STEP 44 (remove_files) COMPLETE |
8567 | 2024-08-15T05:37:52.435Z | [ host-image] Aug 15 05:37:51.279 INFO O| Aug 15 05:37:51.279 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8568 | 2024-08-15T05:37:52.441Z | [ host-image] Aug 15 05:37:51.289 INFO O| Aug 15 05:37:51.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8569 | 2024-08-15T05:37:52.444Z | [ host-image] Aug 15 05:37:51.289 INFO O| Aug 15 05:37:51.289 INFO STEP 45 (remove_files) COMPLETE |
8570 | 2024-08-15T05:37:52.444Z | [ host-image] Aug 15 05:37:51.289 INFO O| Aug 15 05:37:51.289 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8571 | 2024-08-15T05:37:52.451Z | [ host-image] Aug 15 05:37:51.298 INFO O| Aug 15 05:37:51.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8572 | 2024-08-15T05:37:52.451Z | [ host-image] Aug 15 05:37:51.298 INFO O| Aug 15 05:37:51.298 INFO STEP 46 (remove_files) COMPLETE |
8573 | 2024-08-15T05:37:52.454Z | [ host-image] Aug 15 05:37:51.298 INFO O| Aug 15 05:37:51.298 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8574 | 2024-08-15T05:37:52.460Z | [ host-image] Aug 15 05:37:51.307 INFO O| Aug 15 05:37:51.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8575 | 2024-08-15T05:37:52.460Z | [ host-image] Aug 15 05:37:51.307 INFO O| Aug 15 05:37:51.307 INFO STEP 47 (remove_files) COMPLETE |
8576 | 2024-08-15T05:37:52.462Z | [ host-image] Aug 15 05:37:51.307 INFO O| Aug 15 05:37:51.307 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8577 | 2024-08-15T05:37:52.469Z | [ host-image] Aug 15 05:37:51.317 INFO O| Aug 15 05:37:51.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8578 | 2024-08-15T05:37:52.469Z | [ host-image] Aug 15 05:37:51.317 INFO O| Aug 15 05:37:51.317 INFO STEP 48 (remove_files) COMPLETE |
8579 | 2024-08-15T05:37:52.471Z | [ host-image] Aug 15 05:37:51.317 INFO O| Aug 15 05:37:51.317 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8580 | 2024-08-15T05:37:52.478Z | [ host-image] Aug 15 05:37:51.326 INFO O| Aug 15 05:37:51.326 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8581 | 2024-08-15T05:37:52.479Z | [ host-image] Aug 15 05:37:51.326 INFO O| Aug 15 05:37:51.326 INFO STEP 49 (remove_files) COMPLETE |
8582 | 2024-08-15T05:37:52.479Z | [ host-image] Aug 15 05:37:51.326 INFO O| Aug 15 05:37:51.326 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8583 | 2024-08-15T05:37:52.488Z | [ host-image] Aug 15 05:37:51.335 INFO O| Aug 15 05:37:51.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8584 | 2024-08-15T05:37:52.488Z | [ host-image] Aug 15 05:37:51.335 INFO O| Aug 15 05:37:51.335 INFO STEP 50 (remove_files) COMPLETE |
8585 | 2024-08-15T05:37:52.491Z | [ host-image] Aug 15 05:37:51.335 INFO O| Aug 15 05:37:51.335 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8586 | 2024-08-15T05:37:52.497Z | [ host-image] Aug 15 05:37:51.345 INFO O| Aug 15 05:37:51.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8587 | 2024-08-15T05:37:52.497Z | [ host-image] Aug 15 05:37:51.345 INFO O| Aug 15 05:37:51.345 INFO STEP 51 (remove_files) COMPLETE |
8588 | 2024-08-15T05:37:52.500Z | [ host-image] Aug 15 05:37:51.345 INFO O| Aug 15 05:37:51.345 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8589 | 2024-08-15T05:37:52.507Z | [ host-image] Aug 15 05:37:51.354 INFO O| Aug 15 05:37:51.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8590 | 2024-08-15T05:37:52.507Z | [ host-image] Aug 15 05:37:51.354 INFO O| Aug 15 05:37:51.354 INFO STEP 52 (remove_files) COMPLETE |
8591 | 2024-08-15T05:37:52.510Z | [ host-image] Aug 15 05:37:51.354 INFO O| Aug 15 05:37:51.354 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8592 | 2024-08-15T05:37:52.516Z | [ host-image] Aug 15 05:37:51.364 INFO O| Aug 15 05:37:51.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8593 | 2024-08-15T05:37:52.516Z | [ host-image] Aug 15 05:37:51.364 INFO O| Aug 15 05:37:51.364 INFO STEP 53 (remove_files) COMPLETE |
8594 | 2024-08-15T05:37:52.519Z | [ host-image] Aug 15 05:37:51.364 INFO O| Aug 15 05:37:51.364 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8595 | 2024-08-15T05:37:52.526Z | [ host-image] Aug 15 05:37:51.373 INFO O| Aug 15 05:37:51.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8596 | 2024-08-15T05:37:52.528Z | [ host-image] Aug 15 05:37:51.373 INFO O| Aug 15 05:37:51.373 INFO STEP 54 (remove_files) COMPLETE |
8597 | 2024-08-15T05:37:52.528Z | [ host-image] Aug 15 05:37:51.373 INFO O| Aug 15 05:37:51.373 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-08-15T05:37:52.536Z | [ host-image] Aug 15 05:37:51.383 INFO O| Aug 15 05:37:51.383 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8599 | 2024-08-15T05:37:52.536Z | [ host-image] Aug 15 05:37:51.383 INFO O| Aug 15 05:37:51.383 INFO STEP 55 (remove_files) COMPLETE |
8600 | 2024-08-15T05:37:52.536Z | [ host-image] Aug 15 05:37:51.383 INFO O| Aug 15 05:37:51.383 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8601 | 2024-08-15T05:37:52.545Z | [ host-image] Aug 15 05:37:51.392 INFO O| Aug 15 05:37:51.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8602 | 2024-08-15T05:37:52.545Z | [ host-image] Aug 15 05:37:51.392 INFO O| Aug 15 05:37:51.392 INFO STEP 56 (remove_files) COMPLETE |
8603 | 2024-08-15T05:37:52.547Z | [ host-image] Aug 15 05:37:51.392 INFO O| Aug 15 05:37:51.392 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8604 | 2024-08-15T05:37:52.554Z | [ host-image] Aug 15 05:37:51.401 INFO O| Aug 15 05:37:51.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8605 | 2024-08-15T05:37:52.554Z | [ host-image] Aug 15 05:37:51.402 INFO O| Aug 15 05:37:51.402 INFO STEP 57 (remove_files) COMPLETE |
8606 | 2024-08-15T05:37:52.554Z | [ host-image] Aug 15 05:37:51.402 INFO O| Aug 15 05:37:51.402 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-08-15T05:37:52.564Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8608 | 2024-08-15T05:37:52.564Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8609 | 2024-08-15T05:37:52.566Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8610 | 2024-08-15T05:37:52.566Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8611 | 2024-08-15T05:37:52.566Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8612 | 2024-08-15T05:37:52.566Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8613 | 2024-08-15T05:37:52.566Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO ok! |
8614 | 2024-08-15T05:37:52.566Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO STEP 58 (ensure_file) COMPLETE |
8615 | 2024-08-15T05:37:52.567Z | [ host-image] Aug 15 05:37:51.411 INFO O| Aug 15 05:37:51.411 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8616 | 2024-08-15T05:37:52.574Z | [ host-image] Aug 15 05:37:51.421 INFO O| Aug 15 05:37:51.421 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8617 | 2024-08-15T05:37:52.574Z | [ host-image] Aug 15 05:37:51.421 INFO O| Aug 15 05:37:51.421 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8618 | 2024-08-15T05:37:52.577Z | [ host-image] Aug 15 05:37:51.422 INFO O| Aug 15 05:37:51.421 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8619 | 2024-08-15T05:37:52.577Z | [ host-image] Aug 15 05:37:51.422 INFO O| Aug 15 05:37:51.422 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8620 | 2024-08-15T05:37:52.577Z | [ host-image] Aug 15 05:37:51.422 INFO O| Aug 15 05:37:51.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8621 | 2024-08-15T05:37:52.577Z | [ host-image] Aug 15 05:37:51.422 INFO O| Aug 15 05:37:51.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8622 | 2024-08-15T05:37:52.577Z | [ host-image] Aug 15 05:37:51.422 INFO O| Aug 15 05:37:51.422 INFO ok! |
8623 | 2024-08-15T05:37:52.577Z | [ host-image] Aug 15 05:37:51.422 INFO O| Aug 15 05:37:51.422 INFO STEP 59 (ensure_file) COMPLETE |
8624 | 2024-08-15T05:37:52.577Z | [ host-image] Aug 15 05:37:51.422 INFO O| Aug 15 05:37:51.422 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8625 | 2024-08-15T05:37:52.584Z | [ host-image] Aug 15 05:37:51.431 INFO O| Aug 15 05:37:51.431 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8626 | 2024-08-15T05:37:52.584Z | [ host-image] Aug 15 05:37:51.431 INFO O| Aug 15 05:37:51.431 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8627 | 2024-08-15T05:37:52.586Z | [ host-image] Aug 15 05:37:51.431 INFO O| Aug 15 05:37:51.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8628 | 2024-08-15T05:37:52.586Z | [ host-image] Aug 15 05:37:51.432 INFO O| Aug 15 05:37:51.431 INFO ok! |
8629 | 2024-08-15T05:37:52.586Z | [ host-image] Aug 15 05:37:51.432 INFO O| Aug 15 05:37:51.431 INFO STEP 60 (ensure_file) COMPLETE |
8630 | 2024-08-15T05:37:52.586Z | [ host-image] Aug 15 05:37:51.432 INFO O| Aug 15 05:37:51.431 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8631 | 2024-08-15T05:37:52.594Z | [ host-image] Aug 15 05:37:51.441 INFO O| Aug 15 05:37:51.441 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8632 | 2024-08-15T05:37:52.594Z | [ host-image] Aug 15 05:37:51.441 INFO O| Aug 15 05:37:51.441 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8633 | 2024-08-15T05:37:52.596Z | [ host-image] Aug 15 05:37:51.441 INFO O| Aug 15 05:37:51.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8634 | 2024-08-15T05:37:52.596Z | [ host-image] Aug 15 05:37:51.441 INFO O| Aug 15 05:37:51.441 INFO ok! |
8635 | 2024-08-15T05:37:52.596Z | [ host-image] Aug 15 05:37:51.441 INFO O| Aug 15 05:37:51.441 INFO STEP 61 (ensure_file) COMPLETE |
8636 | 2024-08-15T05:37:52.596Z | [ host-image] Aug 15 05:37:51.441 INFO O| Aug 15 05:37:51.441 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8637 | 2024-08-15T05:37:52.603Z | [ host-image] Aug 15 05:37:51.451 INFO O| Aug 15 05:37:51.451 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8638 | 2024-08-15T05:37:52.603Z | [ host-image] Aug 15 05:37:51.451 INFO O| Aug 15 05:37:51.451 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8639 | 2024-08-15T05:37:52.606Z | [ host-image] Aug 15 05:37:51.451 INFO O| Aug 15 05:37:51.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8640 | 2024-08-15T05:37:52.606Z | [ host-image] Aug 15 05:37:51.451 INFO O| Aug 15 05:37:51.451 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8641 | 2024-08-15T05:37:52.606Z | [ host-image] Aug 15 05:37:51.451 INFO O| Aug 15 05:37:51.451 INFO ok! |
8642 | 2024-08-15T05:37:52.606Z | [ host-image] Aug 15 05:37:51.451 INFO O| Aug 15 05:37:51.451 INFO STEP 62 (ensure_file) COMPLETE |
8643 | 2024-08-15T05:37:52.606Z | [ host-image] Aug 15 05:37:51.451 INFO O| Aug 15 05:37:51.451 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8644 | 2024-08-15T05:37:52.613Z | [ host-image] Aug 15 05:37:51.461 INFO O| Aug 15 05:37:51.461 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8645 | 2024-08-15T05:37:52.613Z | [ host-image] Aug 15 05:37:51.461 INFO O| Aug 15 05:37:51.461 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8646 | 2024-08-15T05:37:52.613Z | [ host-image] Aug 15 05:37:51.461 INFO O| Aug 15 05:37:51.461 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8647 | 2024-08-15T05:37:52.615Z | [ host-image] Aug 15 05:37:51.461 INFO O| Aug 15 05:37:51.461 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8648 | 2024-08-15T05:37:52.616Z | [ host-image] Aug 15 05:37:51.461 INFO O| Aug 15 05:37:51.461 INFO ok! |
8649 | 2024-08-15T05:37:52.616Z | [ host-image] Aug 15 05:37:51.461 INFO O| Aug 15 05:37:51.461 INFO STEP 63 (ensure_file) COMPLETE |
8650 | 2024-08-15T05:37:52.616Z | [ host-image] Aug 15 05:37:51.461 INFO O| Aug 15 05:37:51.461 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8651 | 2024-08-15T05:37:52.623Z | [ host-image] Aug 15 05:37:51.470 INFO O| Aug 15 05:37:51.470 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8652 | 2024-08-15T05:37:52.623Z | [ host-image] Aug 15 05:37:51.470 INFO O| Aug 15 05:37:51.470 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8653 | 2024-08-15T05:37:52.625Z | [ host-image] Aug 15 05:37:51.471 INFO O| Aug 15 05:37:51.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8654 | 2024-08-15T05:37:52.625Z | [ host-image] Aug 15 05:37:51.471 INFO O| Aug 15 05:37:51.470 INFO ok! |
8655 | 2024-08-15T05:37:52.626Z | [ host-image] Aug 15 05:37:51.471 INFO O| Aug 15 05:37:51.471 INFO STEP 64 (assemble_files) COMPLETE |
8656 | 2024-08-15T05:37:52.626Z | [ host-image] Aug 15 05:37:51.471 INFO O| Aug 15 05:37:51.471 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8657 | 2024-08-15T05:37:52.633Z | [ host-image] Aug 15 05:37:51.480 INFO O| Aug 15 05:37:51.480 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8658 | 2024-08-15T05:37:52.633Z | [ host-image] Aug 15 05:37:51.480 INFO O| Aug 15 05:37:51.480 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8659 | 2024-08-15T05:37:52.635Z | [ host-image] Aug 15 05:37:51.480 INFO O| Aug 15 05:37:51.480 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8660 | 2024-08-15T05:37:52.635Z | [ host-image] Aug 15 05:37:51.480 INFO O| Aug 15 05:37:51.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8661 | 2024-08-15T05:37:52.635Z | [ host-image] Aug 15 05:37:51.480 INFO O| Aug 15 05:37:51.480 INFO ok! |
8662 | 2024-08-15T05:37:52.635Z | [ host-image] Aug 15 05:37:51.480 INFO O| Aug 15 05:37:51.480 INFO STEP 65 (ensure_file) COMPLETE |
8663 | 2024-08-15T05:37:52.635Z | [ host-image] Aug 15 05:37:51.480 INFO O| Aug 15 05:37:51.480 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8664 | 2024-08-15T05:37:52.642Z | [ host-image] Aug 15 05:37:51.489 INFO O| Aug 15 05:37:51.489 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8665 | 2024-08-15T05:37:52.644Z | [ host-image] Aug 15 05:37:51.490 INFO O| Aug 15 05:37:51.490 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8666 | 2024-08-15T05:37:52.644Z | [ host-image] Aug 15 05:37:51.490 INFO O| Aug 15 05:37:51.490 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8667 | 2024-08-15T05:37:52.644Z | [ host-image] Aug 15 05:37:51.490 INFO O| Aug 15 05:37:51.490 INFO STEP 66 (ensure_dir) COMPLETE |
8668 | 2024-08-15T05:37:52.644Z | [ host-image] Aug 15 05:37:51.490 INFO O| Aug 15 05:37:51.490 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8669 | 2024-08-15T05:37:52.652Z | [ host-image] Aug 15 05:37:51.499 INFO O| Aug 15 05:37:51.499 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8670 | 2024-08-15T05:37:52.652Z | [ host-image] Aug 15 05:37:51.499 INFO O| Aug 15 05:37:51.499 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 ... |
8671 | 2024-08-15T05:37:52.659Z | [ host-image] Aug 15 05:37:51.506 INFO O| Aug 15 05:37:51.506 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 |
8672 | 2024-08-15T05:37:52.659Z | [ host-image] Aug 15 05:37:51.506 INFO O| Aug 15 05:37:51.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8673 | 2024-08-15T05:37:52.661Z | [ host-image] Aug 15 05:37:51.506 INFO O| Aug 15 05:37:51.506 INFO ok! |
8674 | 2024-08-15T05:37:52.661Z | [ host-image] Aug 15 05:37:51.506 INFO O| Aug 15 05:37:51.506 INFO STEP 67 (ensure_file) COMPLETE |
8675 | 2024-08-15T05:37:52.661Z | [ host-image] Aug 15 05:37:51.506 INFO O| Aug 15 05:37:51.506 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8676 | 2024-08-15T05:37:52.670Z | [ host-image] Aug 15 05:37:51.516 INFO O| Aug 15 05:37:51.516 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8677 | 2024-08-15T05:37:52.674Z | [ host-image] Aug 15 05:37:51.516 INFO O| Aug 15 05:37:51.516 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 ... |
8678 | 2024-08-15T05:37:52.674Z | [ host-image] Aug 15 05:37:51.516 INFO O| Aug 15 05:37:51.516 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 |
8679 | 2024-08-15T05:37:52.674Z | [ host-image] Aug 15 05:37:51.516 INFO O| Aug 15 05:37:51.516 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8680 | 2024-08-15T05:37:52.674Z | [ host-image] Aug 15 05:37:51.516 INFO O| Aug 15 05:37:51.516 INFO ok! |
8681 | 2024-08-15T05:37:52.674Z | [ host-image] Aug 15 05:37:51.516 INFO O| Aug 15 05:37:51.516 INFO STEP 68 (ensure_file) COMPLETE |
8682 | 2024-08-15T05:37:52.674Z | [ host-image] Aug 15 05:37:51.516 INFO O| Aug 15 05:37:51.516 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8683 | 2024-08-15T05:37:52.683Z | [ host-image] Aug 15 05:37:51.530 INFO O| Aug 15 05:37:51.530 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8684 | 2024-08-15T05:37:52.683Z | [ host-image] Aug 15 05:37:51.530 INFO O| Aug 15 05:37:51.530 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8685 | 2024-08-15T05:37:54.771Z | [ host-image] Aug 15 05:37:53.618 INFO O| Aug 15 05:37:53.618 INFO STEP 69 (pack_tar) COMPLETE |
8686 | 2024-08-15T05:37:54.771Z | [ host-image] Aug 15 05:37:53.618 INFO O| Aug 15 05:37:53.618 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8687 | 2024-08-15T05:37:54.774Z | [ host-image] Aug 15 05:37:53.618 INFO O| Aug 15 05:37:53.618 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8688 | 2024-08-15T05:37:54.993Z | [ host-image] Aug 15 05:37:53.838 INFO O| Aug 15 05:37:53.838 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8689 | 2024-08-15T05:37:55.065Z | [ host-image] Aug 15 05:37:53.911 INFO O| Aug 15 05:37:53.911 INFO completed processing gimlet/ramdisk-02-trim |
8690 | 2024-08-15T05:37:55.068Z | [ host-image] Aug 15 05:37:53.914 INFO image builder template: zfs... |
8691 | 2024-08-15T05:37:55.068Z | [ host-image] Aug 15 05:37:53.914 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/.tmpSQepOS/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 |
8692 | 2024-08-15T05:37:55.081Z | [ host-image] Aug 15 05:37:53.928 INFO O| Aug 15 05:37:53.927 INFO skip include "stress" because feature "stress" is not enabled |
8693 | 2024-08-15T05:37:55.113Z | [ host-image] Aug 15 05:37:53.959 INFO O| Aug 15 05:37:53.959 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8694 | 2024-08-15T05:37:55.116Z | [ host-image] Aug 15 05:37:53.963 INFO O| Aug 15 05:37:53.963 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8695 | 2024-08-15T05:37:55.178Z | [ host-image] Aug 15 05:37:54.024 INFO O| Aug 15 05:37:54.024 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8696 | 2024-08-15T05:37:55.233Z | [ host-image] Aug 15 05:37:54.080 INFO O| Aug 15 05:37:54.080 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8697 | 2024-08-15T05:37:55.233Z | [ host-image] Aug 15 05:37:54.080 INFO O| Aug 15 05:37:54.080 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8698 | 2024-08-15T05:37:55.237Z | [ host-image] Aug 15 05:37:54.085 INFO O| Aug 15 05:37:54.085 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8699 | 2024-08-15T05:37:55.304Z | [ host-image] Aug 15 05:37:54.152 INFO O| Aug 15 05:37:54.151 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8700 | 2024-08-15T05:37:55.350Z | [ host-image] Aug 15 05:37:54.198 INFO O| Aug 15 05:37:54.197 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8701 | 2024-08-15T05:37:55.360Z | [ host-image] Aug 15 05:37:54.207 INFO O| Aug 15 05:37:54.207 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8702 | 2024-08-15T05:37:55.365Z | [ host-image] Aug 15 05:37:54.212 INFO O| Aug 15 05:37:54.212 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8703 | 2024-08-15T05:37:55.369Z | [ host-image] Aug 15 05:37:54.212 INFO O| Aug 15 05:37:54.212 INFO no lofi found |
8704 | 2024-08-15T05:37:55.369Z | [ host-image] Aug 15 05:37:54.212 INFO O| Aug 15 05:37:54.212 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8705 | 2024-08-15T05:37:55.369Z | [ host-image] Aug 15 05:37:54.212 INFO O| Aug 15 05:37:54.212 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8706 | 2024-08-15T05:37:57.164Z | [ host-image] Aug 15 05:37:56.010 INFO O| Aug 15 05:37:56.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8707 | 2024-08-15T05:37:57.164Z | [ host-image] Aug 15 05:37:56.010 INFO O| Aug 15 05:37:56.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8708 | 2024-08-15T05:37:57.166Z | [ host-image] Aug 15 05:37:56.010 INFO O| Aug 15 05:37:56.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"] |
8709 | 2024-08-15T05:37:57.237Z | [ host-image] Aug 15 05:37:56.079 INFO O| Aug 15 05:37:56.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8710 | 2024-08-15T05:37:57.237Z | [ host-image] Aug 15 05:37:56.080 INFO O| Aug 15 05:37:56.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8711 | 2024-08-15T05:37:57.253Z | [ host-image] Aug 15 05:37:56.099 INFO O| Aug 15 05:37:56.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8712 | 2024-08-15T05:37:57.311Z | [ host-image] Aug 15 05:37:56.158 INFO O| Aug 15 05:37:56.158 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8713 | 2024-08-15T05:37:57.349Z | [ host-image] Aug 15 05:37:56.195 INFO O| Aug 15 05:37:56.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8714 | 2024-08-15T05:37:57.361Z | [ host-image] Aug 15 05:37:56.208 INFO O| Aug 15 05:37:56.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8715 | 2024-08-15T05:37:57.370Z | [ host-image] Aug 15 05:37:56.217 INFO O| Aug 15 05:37:56.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8716 | 2024-08-15T05:37:57.414Z | [ host-image] Aug 15 05:37:56.261 INFO O| Aug 15 05:37:56.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8717 | 2024-08-15T05:37:57.414Z | [ host-image] Aug 15 05:37:56.261 INFO O| Aug 15 05:37:56.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8718 | 2024-08-15T05:37:57.414Z | [ host-image] Aug 15 05:37:56.261 INFO O| Aug 15 05:37:56.261 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8719 | 2024-08-15T05:37:57.421Z | [ host-image] Aug 15 05:37:56.268 INFO O| Aug 15 05:37:56.268 INFO boot environment UUID: 40455ff0-2c8a-40b5-882c-8c9fea82c4f3 |
8720 | 2024-08-15T05:37:57.421Z | [ host-image] Aug 15 05:37:56.268 INFO O| Aug 15 05:37:56.268 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 40455ff0-2c8a-40b5-882c-8c9fea82c4f3 |
8721 | 2024-08-15T05:37:57.430Z | [ host-image] Aug 15 05:37:56.277 INFO O| Aug 15 05:37:56.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8722 | 2024-08-15T05:37:57.439Z | [ host-image] Aug 15 05:37:56.286 INFO O| Aug 15 05:37:56.286 INFO STEP 0 (create_be) COMPLETE |
8723 | 2024-08-15T05:37:57.439Z | [ host-image] Aug 15 05:37:56.286 INFO O| Aug 15 05:37:56.286 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8724 | 2024-08-15T05:37:57.454Z | [ host-image] Aug 15 05:37:56.301 INFO O| Aug 15 05:37:56.301 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8725 | 2024-08-15T05:38:16.683Z | [ host-image] Aug 15 05:38:15.527 INFO O| Aug 15 05:38:15.527 INFO STEP 1 (unpack_tar) COMPLETE |
8726 | 2024-08-15T05:38:16.683Z | [ host-image] Aug 15 05:38:15.527 INFO O| Aug 15 05:38:15.527 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8727 | 2024-08-15T05:38:16.694Z | [ host-image] Aug 15 05:38:15.539 INFO O| Aug 15 05:38:15.539 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8728 | 2024-08-15T05:38:16.822Z | [ host-image] Aug 15 05:38:15.666 INFO O| Aug 15 05:38:15.666 INFO STEP 2 (devfsadm) COMPLETE |
8729 | 2024-08-15T05:38:16.822Z | [ host-image] Aug 15 05:38:15.666 INFO O| Aug 15 05:38:15.666 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8730 | 2024-08-15T05:38:16.833Z | [ host-image] Aug 15 05:38:15.678 INFO O| Aug 15 05:38:15.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8731 | 2024-08-15T05:38:16.836Z | [ host-image] Aug 15 05:38:15.678 INFO O| Aug 15 05:38:15.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8732 | 2024-08-15T05:38:16.836Z | [ host-image] Aug 15 05:38:15.678 INFO O| Aug 15 05:38:15.678 INFO STEP 3 (ensure_dir) COMPLETE |
8733 | 2024-08-15T05:38:16.836Z | [ host-image] Aug 15 05:38:15.678 INFO O| Aug 15 05:38:15.678 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8734 | 2024-08-15T05:38:16.844Z | [ host-image] Aug 15 05:38:15.689 INFO O| Aug 15 05:38:15.689 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8735 | 2024-08-15T05:38:16.844Z | [ host-image] Aug 15 05:38:15.689 INFO O| Aug 15 05:38:15.689 INFO STEP 4 (ensure_dir) COMPLETE |
8736 | 2024-08-15T05:38:16.844Z | [ host-image] Aug 15 05:38:15.689 INFO O| Aug 15 05:38:15.689 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8737 | 2024-08-15T05:38:16.856Z | [ host-image] Aug 15 05:38:15.700 INFO O| Aug 15 05:38:15.700 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8738 | 2024-08-15T05:38:16.856Z | [ host-image] Aug 15 05:38:15.700 INFO O| Aug 15 05:38:15.700 INFO STEP 5 (ensure_dir) COMPLETE |
8739 | 2024-08-15T05:38:16.858Z | [ host-image] Aug 15 05:38:15.700 INFO O| Aug 15 05:38:15.700 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8740 | 2024-08-15T05:38:16.867Z | [ host-image] Aug 15 05:38:15.711 INFO O| Aug 15 05:38:15.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8741 | 2024-08-15T05:38:16.867Z | [ host-image] Aug 15 05:38:15.711 INFO O| Aug 15 05:38:15.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8742 | 2024-08-15T05:38:16.869Z | [ host-image] Aug 15 05:38:15.711 INFO O| Aug 15 05:38:15.711 INFO STEP 6 (ensure_dir) COMPLETE |
8743 | 2024-08-15T05:38:16.869Z | [ host-image] Aug 15 05:38:15.711 INFO O| Aug 15 05:38:15.711 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8744 | 2024-08-15T05:38:16.877Z | [ host-image] Aug 15 05:38:15.722 INFO O| Aug 15 05:38:15.722 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8745 | 2024-08-15T05:38:16.877Z | [ host-image] Aug 15 05:38:15.722 INFO O| Aug 15 05:38:15.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8746 | 2024-08-15T05:38:16.879Z | [ host-image] Aug 15 05:38:15.722 INFO O| Aug 15 05:38:15.722 INFO STEP 7 (ensure_dir) COMPLETE |
8747 | 2024-08-15T05:38:16.879Z | [ host-image] Aug 15 05:38:15.722 INFO O| Aug 15 05:38:15.722 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8748 | 2024-08-15T05:38:16.888Z | [ host-image] Aug 15 05:38:15.732 INFO O| Aug 15 05:38:15.732 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8749 | 2024-08-15T05:38:16.890Z | [ host-image] Aug 15 05:38:15.732 INFO O| Aug 15 05:38:15.732 INFO STEP 8 (remove_files) COMPLETE |
8750 | 2024-08-15T05:38:16.890Z | [ host-image] Aug 15 05:38:15.732 INFO O| Aug 15 05:38:15.732 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8751 | 2024-08-15T05:38:16.898Z | [ host-image] Aug 15 05:38:15.743 INFO O| Aug 15 05:38:15.743 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8752 | 2024-08-15T05:38:16.900Z | [ host-image] Aug 15 05:38:15.744 INFO O| Aug 15 05:38:15.743 INFO STEP 9 (remove_files) COMPLETE |
8753 | 2024-08-15T05:38:16.901Z | [ host-image] Aug 15 05:38:15.744 INFO O| Aug 15 05:38:15.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8754 | 2024-08-15T05:38:16.909Z | [ host-image] Aug 15 05:38:15.754 INFO O| Aug 15 05:38:15.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8755 | 2024-08-15T05:38:16.912Z | [ host-image] Aug 15 05:38:15.754 INFO O| Aug 15 05:38:15.754 INFO STEP 10 (remove_files) COMPLETE |
8756 | 2024-08-15T05:38:16.912Z | [ host-image] Aug 15 05:38:15.755 INFO O| Aug 15 05:38:15.754 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8757 | 2024-08-15T05:38:16.920Z | [ host-image] Aug 15 05:38:15.765 INFO O| Aug 15 05:38:15.765 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8758 | 2024-08-15T05:38:16.920Z | [ host-image] Aug 15 05:38:15.765 INFO O| Aug 15 05:38:15.765 INFO STEP 11 (remove_files) COMPLETE |
8759 | 2024-08-15T05:38:16.922Z | [ host-image] Aug 15 05:38:15.765 INFO O| Aug 15 05:38:15.765 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8760 | 2024-08-15T05:38:16.930Z | [ host-image] Aug 15 05:38:15.775 INFO O| Aug 15 05:38:15.775 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8761 | 2024-08-15T05:38:16.933Z | [ host-image] Aug 15 05:38:15.775 INFO O| Aug 15 05:38:15.775 INFO STEP 12 (remove_files) COMPLETE |
8762 | 2024-08-15T05:38:16.933Z | [ host-image] Aug 15 05:38:15.775 INFO O| Aug 15 05:38:15.775 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8763 | 2024-08-15T05:38:16.940Z | [ host-image] Aug 15 05:38:15.785 INFO O| Aug 15 05:38:15.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8764 | 2024-08-15T05:38:16.943Z | [ host-image] Aug 15 05:38:15.785 INFO O| Aug 15 05:38:15.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8765 | 2024-08-15T05:38:16.943Z | [ host-image] Aug 15 05:38:15.785 INFO O| Aug 15 05:38:15.785 INFO STEP 13 (ensure_dir) COMPLETE |
8766 | 2024-08-15T05:38:16.943Z | [ host-image] Aug 15 05:38:15.785 INFO O| Aug 15 05:38:15.785 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8767 | 2024-08-15T05:38:16.950Z | [ host-image] Aug 15 05:38:15.795 INFO O| Aug 15 05:38:15.795 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8768 | 2024-08-15T05:38:16.952Z | [ host-image] Aug 15 05:38:15.795 INFO O| Aug 15 05:38:15.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8769 | 2024-08-15T05:38:16.953Z | [ host-image] Aug 15 05:38:15.795 INFO O| Aug 15 05:38:15.795 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8770 | 2024-08-15T05:38:16.953Z | [ host-image] Aug 15 05:38:15.795 INFO O| Aug 15 05:38:15.795 INFO STEP 14 (ensure_dir) COMPLETE |
8771 | 2024-08-15T05:38:16.953Z | [ host-image] Aug 15 05:38:15.795 INFO O| Aug 15 05:38:15.795 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8772 | 2024-08-15T05:38:16.961Z | [ host-image] Aug 15 05:38:15.805 INFO O| Aug 15 05:38:15.805 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8773 | 2024-08-15T05:38:16.966Z | [ host-image] Aug 15 05:38:15.805 INFO O| Aug 15 05:38:15.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8774 | 2024-08-15T05:38:16.966Z | [ host-image] Aug 15 05:38:15.805 INFO O| Aug 15 05:38:15.805 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8775 | 2024-08-15T05:38:16.966Z | [ host-image] Aug 15 05:38:15.805 INFO O| Aug 15 05:38:15.805 INFO STEP 15 (ensure_dir) COMPLETE |
8776 | 2024-08-15T05:38:16.966Z | [ host-image] Aug 15 05:38:15.805 INFO O| Aug 15 05:38:15.805 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8777 | 2024-08-15T05:38:16.970Z | [ host-image] Aug 15 05:38:15.814 INFO O| Aug 15 05:38:15.814 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8778 | 2024-08-15T05:38:16.970Z | [ host-image] Aug 15 05:38:15.814 INFO O| Aug 15 05:38:15.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8779 | 2024-08-15T05:38:16.972Z | [ host-image] Aug 15 05:38:15.814 INFO O| Aug 15 05:38:15.814 INFO STEP 16 (ensure_dir) COMPLETE |
8780 | 2024-08-15T05:38:16.972Z | [ host-image] Aug 15 05:38:15.814 INFO O| Aug 15 05:38:15.814 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8781 | 2024-08-15T05:38:16.981Z | [ host-image] Aug 15 05:38:15.825 INFO O| Aug 15 05:38:15.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8782 | 2024-08-15T05:38:16.984Z | [ host-image] Aug 15 05:38:15.825 INFO O| Aug 15 05:38:15.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8783 | 2024-08-15T05:38:16.984Z | [ host-image] Aug 15 05:38:15.825 INFO O| Aug 15 05:38:15.825 INFO STEP 17 (ensure_dir) COMPLETE |
8784 | 2024-08-15T05:38:16.984Z | [ host-image] Aug 15 05:38:15.825 INFO O| Aug 15 05:38:15.825 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8785 | 2024-08-15T05:38:16.990Z | [ host-image] Aug 15 05:38:15.835 INFO O| Aug 15 05:38:15.835 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8786 | 2024-08-15T05:38:16.990Z | [ host-image] Aug 15 05:38:15.835 INFO O| Aug 15 05:38:15.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8787 | 2024-08-15T05:38:16.993Z | [ host-image] Aug 15 05:38:15.835 INFO O| Aug 15 05:38:15.835 INFO ok! |
8788 | 2024-08-15T05:38:16.993Z | [ host-image] Aug 15 05:38:15.835 INFO O| Aug 15 05:38:15.835 INFO STEP 18 (ensure_symlink) COMPLETE |
8789 | 2024-08-15T05:38:16.993Z | [ host-image] Aug 15 05:38:15.835 INFO O| Aug 15 05:38:15.835 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8790 | 2024-08-15T05:38:17.001Z | [ host-image] Aug 15 05:38:15.845 INFO O| Aug 15 05:38:15.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8791 | 2024-08-15T05:38:17.001Z | [ host-image] Aug 15 05:38:15.845 INFO O| Aug 15 05:38:15.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8792 | 2024-08-15T05:38:17.003Z | [ host-image] Aug 15 05:38:15.845 INFO O| Aug 15 05:38:15.845 INFO ok! |
8793 | 2024-08-15T05:38:17.004Z | [ host-image] Aug 15 05:38:15.845 INFO O| Aug 15 05:38:15.845 INFO STEP 19 (ensure_file) COMPLETE |
8794 | 2024-08-15T05:38:17.004Z | [ host-image] Aug 15 05:38:15.845 INFO O| Aug 15 05:38:15.845 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8795 | 2024-08-15T05:38:17.011Z | [ host-image] Aug 15 05:38:15.856 INFO O| Aug 15 05:38:15.855 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8796 | 2024-08-15T05:38:17.011Z | [ host-image] Aug 15 05:38:15.856 INFO O| Aug 15 05:38:15.856 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8797 | 2024-08-15T05:38:17.014Z | [ host-image] Aug 15 05:38:15.856 INFO O| Aug 15 05:38:15.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8798 | 2024-08-15T05:38:17.014Z | [ host-image] Aug 15 05:38:15.856 INFO O| Aug 15 05:38:15.856 INFO ok! |
8799 | 2024-08-15T05:38:17.014Z | [ host-image] Aug 15 05:38:15.856 INFO O| Aug 15 05:38:15.856 INFO STEP 20 (ensure_symlink) COMPLETE |
8800 | 2024-08-15T05:38:17.014Z | [ host-image] Aug 15 05:38:15.856 INFO O| Aug 15 05:38:15.856 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8801 | 2024-08-15T05:38:17.022Z | [ host-image] Aug 15 05:38:15.866 INFO O| Aug 15 05:38:15.866 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8802 | 2024-08-15T05:38:17.022Z | [ host-image] Aug 15 05:38:15.866 INFO O| Aug 15 05:38:15.866 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8803 | 2024-08-15T05:38:17.025Z | [ host-image] Aug 15 05:38:15.867 INFO O| Aug 15 05:38:15.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8804 | 2024-08-15T05:38:17.025Z | [ host-image] Aug 15 05:38:15.867 INFO O| Aug 15 05:38:15.867 INFO ok! |
8805 | 2024-08-15T05:38:17.025Z | [ host-image] Aug 15 05:38:15.867 INFO O| Aug 15 05:38:15.867 INFO STEP 21 (ensure_symlink) COMPLETE |
8806 | 2024-08-15T05:38:17.025Z | [ host-image] Aug 15 05:38:15.867 INFO O| Aug 15 05:38:15.867 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8807 | 2024-08-15T05:38:17.032Z | [ host-image] Aug 15 05:38:15.877 INFO O| Aug 15 05:38:15.877 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8808 | 2024-08-15T05:38:17.034Z | [ host-image] Aug 15 05:38:15.877 INFO O| Aug 15 05:38:15.877 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8809 | 2024-08-15T05:38:17.034Z | [ host-image] Aug 15 05:38:15.877 INFO O| Aug 15 05:38:15.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8810 | 2024-08-15T05:38:17.034Z | [ host-image] Aug 15 05:38:15.877 INFO O| Aug 15 05:38:15.877 INFO ok! |
8811 | 2024-08-15T05:38:17.034Z | [ host-image] Aug 15 05:38:15.877 INFO O| Aug 15 05:38:15.877 INFO STEP 22 (ensure_symlink) COMPLETE |
8812 | 2024-08-15T05:38:17.034Z | [ host-image] Aug 15 05:38:15.877 INFO O| Aug 15 05:38:15.877 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8813 | 2024-08-15T05:38:17.042Z | [ host-image] Aug 15 05:38:15.886 INFO O| Aug 15 05:38:15.886 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8814 | 2024-08-15T05:38:17.045Z | [ host-image] Aug 15 05:38:15.887 INFO O| Aug 15 05:38:15.886 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8815 | 2024-08-15T05:38:17.045Z | [ host-image] Aug 15 05:38:15.887 INFO O| Aug 15 05:38:15.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8816 | 2024-08-15T05:38:17.045Z | [ host-image] Aug 15 05:38:15.887 INFO O| Aug 15 05:38:15.887 INFO ok! |
8817 | 2024-08-15T05:38:17.045Z | [ host-image] Aug 15 05:38:15.887 INFO O| Aug 15 05:38:15.887 INFO STEP 23 (ensure_symlink) COMPLETE |
8818 | 2024-08-15T05:38:17.045Z | [ host-image] Aug 15 05:38:15.887 INFO O| Aug 15 05:38:15.887 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8819 | 2024-08-15T05:38:17.054Z | [ host-image] Aug 15 05:38:15.897 INFO O| Aug 15 05:38:15.897 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8820 | 2024-08-15T05:38:17.056Z | [ host-image] Aug 15 05:38:15.897 INFO O| Aug 15 05:38:15.897 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8821 | 2024-08-15T05:38:17.056Z | [ host-image] Aug 15 05:38:15.897 INFO O| Aug 15 05:38:15.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8822 | 2024-08-15T05:38:17.056Z | [ host-image] Aug 15 05:38:15.897 INFO O| Aug 15 05:38:15.897 INFO ok! |
8823 | 2024-08-15T05:38:17.056Z | [ host-image] Aug 15 05:38:15.897 INFO O| Aug 15 05:38:15.897 INFO STEP 24 (ensure_file) COMPLETE |
8824 | 2024-08-15T05:38:17.056Z | [ host-image] Aug 15 05:38:15.897 INFO O| Aug 15 05:38:15.897 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8825 | 2024-08-15T05:38:17.062Z | [ host-image] Aug 15 05:38:15.907 INFO O| Aug 15 05:38:15.907 INFO updating shadow file |
8826 | 2024-08-15T05:38:17.065Z | [ host-image] Aug 15 05:38:15.907 INFO O| Aug 15 05:38:15.907 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8827 | 2024-08-15T05:38:17.065Z | [ host-image] Aug 15 05:38:15.907 INFO O| Aug 15 05:38:15.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8828 | 2024-08-15T05:38:17.065Z | [ host-image] Aug 15 05:38:15.907 INFO O| Aug 15 05:38:15.907 INFO STEP 25 (shadow) COMPLETE |
8829 | 2024-08-15T05:38:17.065Z | [ host-image] Aug 15 05:38:15.907 INFO O| Aug 15 05:38:15.907 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8830 | 2024-08-15T05:38:17.072Z | [ host-image] Aug 15 05:38:15.917 INFO O| Aug 15 05:38:15.917 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8831 | 2024-08-15T05:38:17.072Z | [ host-image] Aug 15 05:38:15.917 INFO O| Aug 15 05:38:15.917 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8832 | 2024-08-15T05:38:17.075Z | [ host-image] Aug 15 05:38:15.917 INFO O| Aug 15 05:38:15.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8833 | 2024-08-15T05:38:17.075Z | [ host-image] Aug 15 05:38:15.917 INFO O| Aug 15 05:38:15.917 INFO ok! |
8834 | 2024-08-15T05:38:17.075Z | [ host-image] Aug 15 05:38:15.917 INFO O| Aug 15 05:38:15.917 INFO STEP 26 (ensure_file) COMPLETE |
8835 | 2024-08-15T05:38:17.075Z | [ host-image] Aug 15 05:38:15.917 INFO O| Aug 15 05:38:15.917 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8836 | 2024-08-15T05:38:17.082Z | [ host-image] Aug 15 05:38:15.927 INFO O| Aug 15 05:38:15.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8837 | 2024-08-15T05:38:17.082Z | [ host-image] Aug 15 05:38:15.927 INFO O| Aug 15 05:38:15.927 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8838 | 2024-08-15T05:38:17.085Z | [ host-image] Aug 15 05:38:15.927 INFO O| Aug 15 05:38:15.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8839 | 2024-08-15T05:38:17.085Z | [ host-image] Aug 15 05:38:15.927 INFO O| Aug 15 05:38:15.927 INFO ok! |
8840 | 2024-08-15T05:38:17.085Z | [ host-image] Aug 15 05:38:15.927 INFO O| Aug 15 05:38:15.927 INFO STEP 27 (ensure_file) COMPLETE |
8841 | 2024-08-15T05:38:17.085Z | [ host-image] Aug 15 05:38:15.927 INFO O| Aug 15 05:38:15.927 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8842 | 2024-08-15T05:38:17.092Z | [ host-image] Aug 15 05:38:15.937 INFO O| Aug 15 05:38:15.937 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8843 | 2024-08-15T05:38:17.093Z | [ host-image] Aug 15 05:38:15.937 INFO O| Aug 15 05:38:15.937 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8844 | 2024-08-15T05:38:17.095Z | [ host-image] Aug 15 05:38:15.937 INFO O| Aug 15 05:38:15.937 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8845 | 2024-08-15T05:38:17.095Z | [ host-image] Aug 15 05:38:15.937 INFO O| Aug 15 05:38:15.937 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8846 | 2024-08-15T05:38:17.095Z | [ host-image] Aug 15 05:38:15.937 INFO O| Aug 15 05:38:15.937 INFO ok! |
8847 | 2024-08-15T05:38:17.095Z | [ host-image] Aug 15 05:38:15.937 INFO O| Aug 15 05:38:15.937 INFO STEP 28 (ensure_file) COMPLETE |
8848 | 2024-08-15T05:38:17.095Z | [ host-image] Aug 15 05:38:15.937 INFO O| Aug 15 05:38:15.937 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8849 | 2024-08-15T05:38:17.103Z | [ host-image] Aug 15 05:38:15.948 INFO O| Aug 15 05:38:15.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8850 | 2024-08-15T05:38:17.103Z | [ host-image] Aug 15 05:38:15.948 INFO O| Aug 15 05:38:15.948 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8851 | 2024-08-15T05:38:17.105Z | [ host-image] Aug 15 05:38:15.948 INFO O| Aug 15 05:38:15.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8852 | 2024-08-15T05:38:17.105Z | [ host-image] Aug 15 05:38:15.948 INFO O| Aug 15 05:38:15.948 INFO ok! |
8853 | 2024-08-15T05:38:17.105Z | [ host-image] Aug 15 05:38:15.948 INFO O| Aug 15 05:38:15.948 INFO STEP 29 (ensure_file) COMPLETE |
8854 | 2024-08-15T05:38:17.105Z | [ host-image] Aug 15 05:38:15.948 INFO O| Aug 15 05:38:15.948 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8855 | 2024-08-15T05:38:17.114Z | [ host-image] Aug 15 05:38:15.958 INFO O| Aug 15 05:38:15.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8856 | 2024-08-15T05:38:17.114Z | [ host-image] Aug 15 05:38:15.959 INFO O| Aug 15 05:38:15.958 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8857 | 2024-08-15T05:38:17.117Z | [ host-image] Aug 15 05:38:15.959 INFO O| Aug 15 05:38:15.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8858 | 2024-08-15T05:38:17.117Z | [ host-image] Aug 15 05:38:15.959 INFO O| Aug 15 05:38:15.959 INFO ok! |
8859 | 2024-08-15T05:38:17.117Z | [ host-image] Aug 15 05:38:15.959 INFO O| Aug 15 05:38:15.959 INFO STEP 30 (ensure_file) COMPLETE |
8860 | 2024-08-15T05:38:17.117Z | [ host-image] Aug 15 05:38:15.959 INFO O| Aug 15 05:38:15.959 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8861 | 2024-08-15T05:38:17.125Z | [ host-image] Aug 15 05:38:15.969 INFO O| Aug 15 05:38:15.969 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8862 | 2024-08-15T05:38:17.125Z | [ host-image] Aug 15 05:38:15.969 INFO O| Aug 15 05:38:15.969 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8863 | 2024-08-15T05:38:17.127Z | [ host-image] Aug 15 05:38:15.969 INFO O| Aug 15 05:38:15.969 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8864 | 2024-08-15T05:38:17.127Z | [ host-image] Aug 15 05:38:15.969 INFO O| Aug 15 05:38:15.969 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8865 | 2024-08-15T05:38:17.127Z | [ host-image] Aug 15 05:38:15.969 INFO O| Aug 15 05:38:15.969 INFO ok! |
8866 | 2024-08-15T05:38:17.127Z | [ host-image] Aug 15 05:38:15.969 INFO O| Aug 15 05:38:15.969 INFO STEP 31 (ensure_file) COMPLETE |
8867 | 2024-08-15T05:38:17.127Z | [ host-image] Aug 15 05:38:15.969 INFO O| Aug 15 05:38:15.969 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8868 | 2024-08-15T05:38:17.135Z | [ host-image] Aug 15 05:38:15.980 INFO O| Aug 15 05:38:15.980 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8869 | 2024-08-15T05:38:17.135Z | [ host-image] Aug 15 05:38:15.980 INFO O| Aug 15 05:38:15.980 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8870 | 2024-08-15T05:38:17.138Z | [ host-image] Aug 15 05:38:15.980 INFO O| Aug 15 05:38:15.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8871 | 2024-08-15T05:38:17.138Z | [ host-image] Aug 15 05:38:15.980 INFO O| Aug 15 05:38:15.980 INFO ok! |
8872 | 2024-08-15T05:38:17.138Z | [ host-image] Aug 15 05:38:15.980 INFO O| Aug 15 05:38:15.980 INFO STEP 32 (ensure_file) COMPLETE |
8873 | 2024-08-15T05:38:17.138Z | [ host-image] Aug 15 05:38:15.980 INFO O| Aug 15 05:38:15.980 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8874 | 2024-08-15T05:38:17.146Z | [ host-image] Aug 15 05:38:15.990 INFO O| Aug 15 05:38:15.990 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8875 | 2024-08-15T05:38:17.146Z | [ host-image] Aug 15 05:38:15.990 INFO O| Aug 15 05:38:15.990 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8876 | 2024-08-15T05:38:17.148Z | [ host-image] Aug 15 05:38:15.991 INFO O| Aug 15 05:38:15.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8877 | 2024-08-15T05:38:17.148Z | [ host-image] Aug 15 05:38:15.991 INFO O| Aug 15 05:38:15.991 INFO ok! |
8878 | 2024-08-15T05:38:17.148Z | [ host-image] Aug 15 05:38:15.991 INFO O| Aug 15 05:38:15.991 INFO STEP 33 (ensure_file) COMPLETE |
8879 | 2024-08-15T05:38:17.148Z | [ host-image] Aug 15 05:38:15.991 INFO O| Aug 15 05:38:15.991 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8880 | 2024-08-15T05:38:17.156Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8881 | 2024-08-15T05:38:17.156Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8882 | 2024-08-15T05:38:17.159Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8883 | 2024-08-15T05:38:17.159Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8884 | 2024-08-15T05:38:17.159Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8885 | 2024-08-15T05:38:17.159Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8886 | 2024-08-15T05:38:17.159Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO ok! |
8887 | 2024-08-15T05:38:17.159Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO STEP 34 (ensure_file) COMPLETE |
8888 | 2024-08-15T05:38:17.159Z | [ host-image] Aug 15 05:38:16.001 INFO O| Aug 15 05:38:16.001 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8889 | 2024-08-15T05:38:17.167Z | [ host-image] Aug 15 05:38:16.012 INFO O| Aug 15 05:38:16.012 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8890 | 2024-08-15T05:38:17.170Z | [ host-image] Aug 15 05:38:16.012 INFO O| Aug 15 05:38:16.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8891 | 2024-08-15T05:38:17.170Z | [ host-image] Aug 15 05:38:16.012 INFO O| Aug 15 05:38:16.012 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8892 | 2024-08-15T05:38:17.170Z | [ host-image] Aug 15 05:38:16.012 INFO O| Aug 15 05:38:16.012 INFO STEP 35 (ensure_dir) COMPLETE |
8893 | 2024-08-15T05:38:17.170Z | [ host-image] Aug 15 05:38:16.012 INFO O| Aug 15 05:38:16.012 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8894 | 2024-08-15T05:38:17.178Z | [ host-image] Aug 15 05:38:16.022 INFO O| Aug 15 05:38:16.022 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 |
8895 | 2024-08-15T05:38:17.178Z | [ host-image] Aug 15 05:38:16.022 INFO O| Aug 15 05:38:16.022 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 ... |
8896 | 2024-08-15T05:38:17.181Z | [ host-image] Aug 15 05:38:16.023 INFO O| Aug 15 05:38:16.023 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 |
8897 | 2024-08-15T05:38:17.181Z | [ host-image] Aug 15 05:38:16.023 INFO O| Aug 15 05:38:16.023 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 |
8898 | 2024-08-15T05:38:17.181Z | [ host-image] Aug 15 05:38:16.023 INFO O| Aug 15 05:38:16.023 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 |
8899 | 2024-08-15T05:38:17.181Z | [ host-image] Aug 15 05:38:16.023 INFO O| Aug 15 05:38:16.023 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 |
8900 | 2024-08-15T05:38:17.181Z | [ host-image] Aug 15 05:38:16.023 INFO O| Aug 15 05:38:16.023 INFO ok! |
8901 | 2024-08-15T05:38:17.181Z | [ host-image] Aug 15 05:38:16.023 INFO O| Aug 15 05:38:16.023 INFO STEP 36 (ensure_file) COMPLETE |
8902 | 2024-08-15T05:38:17.181Z | [ host-image] Aug 15 05:38:16.023 INFO O| Aug 15 05:38:16.023 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8903 | 2024-08-15T05:38:17.188Z | [ host-image] Aug 15 05:38:16.033 INFO O| Aug 15 05:38:16.032 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8904 | 2024-08-15T05:38:17.190Z | [ host-image] Aug 15 05:38:16.033 INFO O| Aug 15 05:38:16.032 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 ... |
8905 | 2024-08-15T05:38:17.190Z | [ host-image] Aug 15 05:38:16.033 INFO O| Aug 15 05:38:16.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8906 | 2024-08-15T05:38:17.190Z | [ host-image] Aug 15 05:38:16.033 INFO O| Aug 15 05:38:16.033 INFO ok! |
8907 | 2024-08-15T05:38:17.190Z | [ host-image] Aug 15 05:38:16.033 INFO O| Aug 15 05:38:16.033 INFO STEP 37 (ensure_symlink) COMPLETE |
8908 | 2024-08-15T05:38:17.190Z | [ host-image] Aug 15 05:38:16.033 INFO O| Aug 15 05:38:16.033 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8909 | 2024-08-15T05:38:17.198Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8910 | 2024-08-15T05:38:17.198Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8911 | 2024-08-15T05:38:17.201Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8912 | 2024-08-15T05:38:17.201Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8913 | 2024-08-15T05:38:17.201Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8914 | 2024-08-15T05:38:17.201Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8915 | 2024-08-15T05:38:17.201Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO ok! |
8916 | 2024-08-15T05:38:17.201Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO STEP 38 (ensure_file) COMPLETE |
8917 | 2024-08-15T05:38:17.201Z | [ host-image] Aug 15 05:38:16.043 INFO O| Aug 15 05:38:16.043 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8918 | 2024-08-15T05:38:17.208Z | [ host-image] Aug 15 05:38:16.053 INFO O| Aug 15 05:38:16.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8919 | 2024-08-15T05:38:17.211Z | [ host-image] Aug 15 05:38:16.053 INFO O| Aug 15 05:38:16.053 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 ... |
8920 | 2024-08-15T05:38:17.211Z | [ host-image] Aug 15 05:38:16.053 INFO O| Aug 15 05:38:16.053 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 |
8921 | 2024-08-15T05:38:17.211Z | [ host-image] Aug 15 05:38:16.053 INFO O| Aug 15 05:38:16.053 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8922 | 2024-08-15T05:38:17.211Z | [ host-image] Aug 15 05:38:16.053 INFO O| Aug 15 05:38:16.053 INFO ok! |
8923 | 2024-08-15T05:38:17.211Z | [ host-image] Aug 15 05:38:16.053 INFO O| Aug 15 05:38:16.053 INFO STEP 39 (ensure_file) COMPLETE |
8924 | 2024-08-15T05:38:17.211Z | [ host-image] Aug 15 05:38:16.053 INFO O| Aug 15 05:38:16.053 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8925 | 2024-08-15T05:38:17.218Z | [ host-image] Aug 15 05:38:16.063 INFO O| Aug 15 05:38:16.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8926 | 2024-08-15T05:38:17.218Z | [ host-image] Aug 15 05:38:16.063 INFO O| Aug 15 05:38:16.063 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8927 | 2024-08-15T05:38:17.221Z | [ host-image] Aug 15 05:38:16.063 INFO O| Aug 15 05:38:16.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8928 | 2024-08-15T05:38:17.221Z | [ host-image] Aug 15 05:38:16.063 INFO O| Aug 15 05:38:16.063 INFO ok! |
8929 | 2024-08-15T05:38:17.221Z | [ host-image] Aug 15 05:38:16.063 INFO O| Aug 15 05:38:16.063 INFO STEP 40 (ensure_file) COMPLETE |
8930 | 2024-08-15T05:38:17.221Z | [ host-image] Aug 15 05:38:16.063 INFO O| Aug 15 05:38:16.063 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8931 | 2024-08-15T05:38:17.229Z | [ host-image] Aug 15 05:38:16.073 INFO O| Aug 15 05:38:16.073 INFO updating shadow file |
8932 | 2024-08-15T05:38:17.229Z | [ host-image] Aug 15 05:38:16.074 INFO O| Aug 15 05:38:16.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8933 | 2024-08-15T05:38:17.232Z | [ host-image] Aug 15 05:38:16.074 INFO O| Aug 15 05:38:16.074 INFO STEP 41 (shadow) COMPLETE |
8934 | 2024-08-15T05:38:17.232Z | [ host-image] Aug 15 05:38:16.074 INFO O| Aug 15 05:38:16.074 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8935 | 2024-08-15T05:38:17.240Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8936 | 2024-08-15T05:38:17.240Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8937 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8938 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8939 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO ok! |
8940 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO STEP 42 (ensure_file) COMPLETE |
8941 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8942 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO skip step because feature "mfg" is not enabled |
8943 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8944 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO skip step because feature "mfg" is not enabled |
8945 | 2024-08-15T05:38:17.243Z | [ host-image] Aug 15 05:38:16.085 INFO O| Aug 15 05:38:16.085 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8946 | 2024-08-15T05:38:17.253Z | [ host-image] Aug 15 05:38:16.097 INFO O| Aug 15 05:38:16.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8947 | 2024-08-15T05:38:17.253Z | [ host-image] Aug 15 05:38:16.097 INFO O| Aug 15 05:38:16.097 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8948 | 2024-08-15T05:38:17.888Z | [ host-image] Aug 15 05:38:16.732 INFO O| Aug 15 05:38:16.732 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8949 | 2024-08-15T05:38:17.888Z | [ host-image] Aug 15 05:38:16.732 INFO O| Aug 15 05:38:16.732 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8950 | 2024-08-15T05:38:17.891Z | [ host-image] Aug 15 05:38:16.732 INFO O| Aug 15 05:38:16.732 INFO ok! |
8951 | 2024-08-15T05:38:17.891Z | [ host-image] Aug 15 05:38:16.732 INFO O| Aug 15 05:38:16.732 INFO STEP 45 (ensure_file) COMPLETE |
8952 | 2024-08-15T05:38:17.891Z | [ host-image] Aug 15 05:38:16.732 INFO O| Aug 15 05:38:16.732 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8953 | 2024-08-15T05:38:17.899Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8954 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8955 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8956 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8957 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8958 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8959 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO ok! |
8960 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO STEP 46 (ensure_file) COMPLETE |
8961 | 2024-08-15T05:38:17.902Z | [ host-image] Aug 15 05:38:16.744 INFO O| Aug 15 05:38:16.744 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8962 | 2024-08-15T05:38:17.910Z | [ host-image] Aug 15 05:38:16.755 INFO O| Aug 15 05:38:16.755 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8963 | 2024-08-15T05:38:17.910Z | [ host-image] Aug 15 05:38:16.755 INFO O| Aug 15 05:38:16.755 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 ... |
8964 | 2024-08-15T05:38:17.913Z | [ host-image] Aug 15 05:38:16.755 INFO O| Aug 15 05:38:16.755 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 |
8965 | 2024-08-15T05:38:17.913Z | [ host-image] Aug 15 05:38:16.755 INFO O| Aug 15 05:38:16.755 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8966 | 2024-08-15T05:38:17.913Z | [ host-image] Aug 15 05:38:16.755 INFO O| Aug 15 05:38:16.755 INFO ok! |
8967 | 2024-08-15T05:38:17.913Z | [ host-image] Aug 15 05:38:16.755 INFO O| Aug 15 05:38:16.755 INFO STEP 47 (ensure_file) COMPLETE |
8968 | 2024-08-15T05:38:17.913Z | [ host-image] Aug 15 05:38:16.755 INFO O| Aug 15 05:38:16.755 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8969 | 2024-08-15T05:38:17.922Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8970 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8971 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8972 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8973 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8974 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8975 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO ok! |
8976 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO STEP 48 (ensure_file) COMPLETE |
8977 | 2024-08-15T05:38:17.924Z | [ host-image] Aug 15 05:38:16.766 INFO O| Aug 15 05:38:16.766 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8978 | 2024-08-15T05:38:17.932Z | [ host-image] Aug 15 05:38:16.777 INFO O| Aug 15 05:38:16.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8979 | 2024-08-15T05:38:17.935Z | [ host-image] Aug 15 05:38:16.777 INFO O| Aug 15 05:38:16.777 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 ... |
8980 | 2024-08-15T05:38:17.935Z | [ host-image] Aug 15 05:38:16.777 INFO O| Aug 15 05:38:16.777 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 |
8981 | 2024-08-15T05:38:17.935Z | [ host-image] Aug 15 05:38:16.777 INFO O| Aug 15 05:38:16.777 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8982 | 2024-08-15T05:38:17.935Z | [ host-image] Aug 15 05:38:16.777 INFO O| Aug 15 05:38:16.777 INFO ok! |
8983 | 2024-08-15T05:38:17.935Z | [ host-image] Aug 15 05:38:16.777 INFO O| Aug 15 05:38:16.777 INFO STEP 49 (ensure_file) COMPLETE |
8984 | 2024-08-15T05:38:17.935Z | [ host-image] Aug 15 05:38:16.777 INFO O| Aug 15 05:38:16.777 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8985 | 2024-08-15T05:38:17.943Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8986 | 2024-08-15T05:38:17.943Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8987 | 2024-08-15T05:38:17.945Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8988 | 2024-08-15T05:38:17.945Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8989 | 2024-08-15T05:38:17.945Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8990 | 2024-08-15T05:38:17.946Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8991 | 2024-08-15T05:38:17.946Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO ok! |
8992 | 2024-08-15T05:38:17.946Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO STEP 50 (ensure_file) COMPLETE |
8993 | 2024-08-15T05:38:17.946Z | [ host-image] Aug 15 05:38:16.787 INFO O| Aug 15 05:38:16.787 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8994 | 2024-08-15T05:38:17.953Z | [ host-image] Aug 15 05:38:16.798 INFO O| Aug 15 05:38:16.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8995 | 2024-08-15T05:38:17.953Z | [ host-image] Aug 15 05:38:16.798 INFO O| Aug 15 05:38:16.798 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 ... |
8996 | 2024-08-15T05:38:17.956Z | [ host-image] Aug 15 05:38:16.798 INFO O| Aug 15 05:38:16.798 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 |
8997 | 2024-08-15T05:38:17.956Z | [ host-image] Aug 15 05:38:16.798 INFO O| Aug 15 05:38:16.798 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8998 | 2024-08-15T05:38:17.956Z | [ host-image] Aug 15 05:38:16.798 INFO O| Aug 15 05:38:16.798 INFO ok! |
8999 | 2024-08-15T05:38:17.956Z | [ host-image] Aug 15 05:38:16.798 INFO O| Aug 15 05:38:16.798 INFO STEP 51 (ensure_file) COMPLETE |
9000 | 2024-08-15T05:38:17.956Z | [ host-image] Aug 15 05:38:16.798 INFO O| Aug 15 05:38:16.798 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9001 | 2024-08-15T05:38:17.964Z | [ host-image] Aug 15 05:38:16.808 INFO O| Aug 15 05:38:16.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9002 | 2024-08-15T05:38:17.964Z | [ host-image] Aug 15 05:38:16.808 INFO O| Aug 15 05:38:16.808 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 ... |
9003 | 2024-08-15T05:38:17.966Z | [ host-image] Aug 15 05:38:16.808 INFO O| Aug 15 05:38:16.808 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 |
9004 | 2024-08-15T05:38:17.966Z | [ host-image] Aug 15 05:38:16.808 INFO O| Aug 15 05:38:16.808 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9005 | 2024-08-15T05:38:17.966Z | [ host-image] Aug 15 05:38:16.808 INFO O| Aug 15 05:38:16.808 INFO ok! |
9006 | 2024-08-15T05:38:17.966Z | [ host-image] Aug 15 05:38:16.808 INFO O| Aug 15 05:38:16.808 INFO STEP 52 (ensure_file) COMPLETE |
9007 | 2024-08-15T05:38:17.966Z | [ host-image] Aug 15 05:38:16.808 INFO O| Aug 15 05:38:16.808 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9008 | 2024-08-15T05:38:17.974Z | [ host-image] Aug 15 05:38:16.819 INFO O| Aug 15 05:38:16.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9009 | 2024-08-15T05:38:17.974Z | [ host-image] Aug 15 05:38:16.819 INFO O| Aug 15 05:38:16.819 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 ... |
9010 | 2024-08-15T05:38:17.977Z | [ host-image] Aug 15 05:38:16.819 INFO O| Aug 15 05:38:16.819 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 |
9011 | 2024-08-15T05:38:17.977Z | [ host-image] Aug 15 05:38:16.819 INFO O| Aug 15 05:38:16.819 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9012 | 2024-08-15T05:38:17.977Z | [ host-image] Aug 15 05:38:16.819 INFO O| Aug 15 05:38:16.819 INFO ok! |
9013 | 2024-08-15T05:38:17.977Z | [ host-image] Aug 15 05:38:16.819 INFO O| Aug 15 05:38:16.819 INFO STEP 53 (ensure_file) COMPLETE |
9014 | 2024-08-15T05:38:17.977Z | [ host-image] Aug 15 05:38:16.819 INFO O| Aug 15 05:38:16.819 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9015 | 2024-08-15T05:38:17.984Z | [ host-image] Aug 15 05:38:16.829 INFO O| Aug 15 05:38:16.829 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9016 | 2024-08-15T05:38:17.984Z | [ host-image] Aug 15 05:38:16.829 INFO O| Aug 15 05:38:16.829 INFO STEP 54 (ensure_dir) COMPLETE |
9017 | 2024-08-15T05:38:17.987Z | [ host-image] Aug 15 05:38:16.829 INFO O| Aug 15 05:38:16.829 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9018 | 2024-08-15T05:38:17.994Z | [ host-image] Aug 15 05:38:16.839 INFO O| Aug 15 05:38:16.839 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9019 | 2024-08-15T05:38:17.994Z | [ host-image] Aug 15 05:38:16.839 INFO O| Aug 15 05:38:16.839 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9020 | 2024-08-15T05:38:17.997Z | [ host-image] Aug 15 05:38:16.839 INFO O| Aug 15 05:38:16.839 INFO STEP 55 (ensure_dir) COMPLETE |
9021 | 2024-08-15T05:38:17.997Z | [ host-image] Aug 15 05:38:16.839 INFO O| Aug 15 05:38:16.839 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9022 | 2024-08-15T05:38:18.004Z | [ host-image] Aug 15 05:38:16.848 INFO O| Aug 15 05:38:16.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9023 | 2024-08-15T05:38:18.006Z | [ host-image] Aug 15 05:38:16.849 INFO O| Aug 15 05:38:16.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9024 | 2024-08-15T05:38:18.006Z | [ host-image] Aug 15 05:38:16.849 INFO O| Aug 15 05:38:16.849 INFO STEP 56 (ensure_dir) COMPLETE |
9025 | 2024-08-15T05:38:18.006Z | [ host-image] Aug 15 05:38:16.849 INFO O| Aug 15 05:38:16.849 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9026 | 2024-08-15T05:38:18.014Z | [ host-image] Aug 15 05:38:16.858 INFO O| Aug 15 05:38:16.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9027 | 2024-08-15T05:38:18.014Z | [ host-image] Aug 15 05:38:16.858 INFO O| Aug 15 05:38:16.858 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9028 | 2024-08-15T05:38:18.028Z | [ host-image] Aug 15 05:38:16.873 INFO O| Aug 15 05:38:16.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9029 | 2024-08-15T05:38:18.029Z | [ host-image] Aug 15 05:38:16.873 INFO O| Aug 15 05:38:16.873 INFO ok! |
9030 | 2024-08-15T05:38:18.031Z | [ host-image] Aug 15 05:38:16.873 INFO O| Aug 15 05:38:16.873 INFO STEP 57 (ensure_file) COMPLETE |
9031 | 2024-08-15T05:38:18.031Z | [ host-image] Aug 15 05:38:16.873 INFO O| Aug 15 05:38:16.873 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9032 | 2024-08-15T05:38:18.040Z | [ host-image] Aug 15 05:38:16.884 INFO O| Aug 15 05:38:16.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9033 | 2024-08-15T05:38:18.040Z | [ host-image] Aug 15 05:38:16.884 INFO O| Aug 15 05:38:16.884 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9034 | 2024-08-15T05:38:19.113Z | [ host-image] Aug 15 05:38:17.957 INFO O| Aug 15 05:38:17.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9035 | 2024-08-15T05:38:19.113Z | [ host-image] Aug 15 05:38:17.957 INFO O| Aug 15 05:38:17.957 INFO ok! |
9036 | 2024-08-15T05:38:19.116Z | [ host-image] Aug 15 05:38:17.957 INFO O| Aug 15 05:38:17.957 INFO STEP 58 (ensure_file) COMPLETE |
9037 | 2024-08-15T05:38:19.116Z | [ host-image] Aug 15 05:38:17.957 INFO O| Aug 15 05:38:17.957 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9038 | 2024-08-15T05:38:19.128Z | [ host-image] Aug 15 05:38:17.969 INFO O| Aug 15 05:38:17.969 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9039 | 2024-08-15T05:38:19.132Z | [ host-image] Aug 15 05:38:17.969 INFO O| Aug 15 05:38:17.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9040 | 2024-08-15T05:38:19.132Z | [ host-image] Aug 15 05:38:17.969 INFO O| Aug 15 05:38:17.969 INFO STEP 59 (ensure_dir) COMPLETE |
9041 | 2024-08-15T05:38:19.132Z | [ host-image] Aug 15 05:38:17.969 INFO O| Aug 15 05:38:17.969 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9042 | 2024-08-15T05:38:19.135Z | [ host-image] Aug 15 05:38:17.979 INFO O| Aug 15 05:38:17.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9043 | 2024-08-15T05:38:19.138Z | [ host-image] Aug 15 05:38:17.979 INFO O| Aug 15 05:38:17.979 INFO copying /tmp/.tmpSQepOS/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 ... |
9044 | 2024-08-15T05:38:19.138Z | [ host-image] Aug 15 05:38:17.980 INFO O| Aug 15 05:38:17.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9045 | 2024-08-15T05:38:19.138Z | [ host-image] Aug 15 05:38:17.980 INFO O| Aug 15 05:38:17.979 INFO ok! |
9046 | 2024-08-15T05:38:19.138Z | [ host-image] Aug 15 05:38:17.980 INFO O| Aug 15 05:38:17.980 INFO STEP 60 (ensure_file) COMPLETE |
9047 | 2024-08-15T05:38:19.138Z | [ host-image] Aug 15 05:38:17.980 INFO O| Aug 15 05:38:17.980 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9048 | 2024-08-15T05:38:19.145Z | [ host-image] Aug 15 05:38:17.989 INFO O| Aug 15 05:38:17.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9049 | 2024-08-15T05:38:19.145Z | [ host-image] Aug 15 05:38:17.989 INFO O| Aug 15 05:38:17.989 INFO copying /tmp/.tmpSQepOS/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 ... |
9050 | 2024-08-15T05:38:19.147Z | [ host-image] Aug 15 05:38:17.990 INFO O| Aug 15 05:38:17.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9051 | 2024-08-15T05:38:19.147Z | [ host-image] Aug 15 05:38:17.990 INFO O| Aug 15 05:38:17.990 INFO ok! |
9052 | 2024-08-15T05:38:19.147Z | [ host-image] Aug 15 05:38:17.990 INFO O| Aug 15 05:38:17.990 INFO STEP 61 (ensure_file) COMPLETE |
9053 | 2024-08-15T05:38:19.147Z | [ host-image] Aug 15 05:38:17.990 INFO O| Aug 15 05:38:17.990 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9054 | 2024-08-15T05:38:19.155Z | [ host-image] Aug 15 05:38:17.999 INFO O| Aug 15 05:38:17.999 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9055 | 2024-08-15T05:38:19.155Z | [ host-image] Aug 15 05:38:18.000 INFO O| Aug 15 05:38:18.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9056 | 2024-08-15T05:38:19.155Z | [ host-image] Aug 15 05:38:18.000 INFO O| Aug 15 05:38:18.000 INFO STEP 62 (ensure_dir) COMPLETE |
9057 | 2024-08-15T05:38:19.158Z | [ host-image] Aug 15 05:38:18.000 INFO O| Aug 15 05:38:18.000 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9058 | 2024-08-15T05:38:19.167Z | [ host-image] Aug 15 05:38:18.011 INFO O| Aug 15 05:38:18.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9059 | 2024-08-15T05:38:19.167Z | [ host-image] Aug 15 05:38:18.011 INFO O| Aug 15 05:38:18.011 INFO copying /tmp/.tmpSQepOS/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 ... |
9060 | 2024-08-15T05:38:19.169Z | [ host-image] Aug 15 05:38:18.011 INFO O| Aug 15 05:38:18.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9061 | 2024-08-15T05:38:19.170Z | [ host-image] Aug 15 05:38:18.011 INFO O| Aug 15 05:38:18.011 INFO ok! |
9062 | 2024-08-15T05:38:19.170Z | [ host-image] Aug 15 05:38:18.011 INFO O| Aug 15 05:38:18.011 INFO STEP 63 (ensure_file) COMPLETE |
9063 | 2024-08-15T05:38:19.170Z | [ host-image] Aug 15 05:38:18.011 INFO O| Aug 15 05:38:18.011 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9064 | 2024-08-15T05:38:19.177Z | [ host-image] Aug 15 05:38:18.021 INFO O| Aug 15 05:38:18.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9065 | 2024-08-15T05:38:19.181Z | [ host-image] Aug 15 05:38:18.021 INFO O| Aug 15 05:38:18.021 INFO copying /tmp/.tmpSQepOS/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 ... |
9066 | 2024-08-15T05:38:19.181Z | [ host-image] Aug 15 05:38:18.021 INFO O| Aug 15 05:38:18.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9067 | 2024-08-15T05:38:19.181Z | [ host-image] Aug 15 05:38:18.021 INFO O| Aug 15 05:38:18.021 INFO ok! |
9068 | 2024-08-15T05:38:19.181Z | [ host-image] Aug 15 05:38:18.021 INFO O| Aug 15 05:38:18.021 INFO STEP 64 (ensure_file) COMPLETE |
9069 | 2024-08-15T05:38:19.181Z | [ host-image] Aug 15 05:38:18.021 INFO O| Aug 15 05:38:18.021 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9070 | 2024-08-15T05:38:19.187Z | [ host-image] Aug 15 05:38:18.032 INFO O| Aug 15 05:38:18.031 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9071 | 2024-08-15T05:38:19.190Z | [ host-image] Aug 15 05:38:18.032 INFO O| Aug 15 05:38:18.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9072 | 2024-08-15T05:38:19.190Z | [ host-image] Aug 15 05:38:18.032 INFO O| Aug 15 05:38:18.032 INFO STEP 65 (ensure_dir) COMPLETE |
9073 | 2024-08-15T05:38:19.190Z | [ host-image] Aug 15 05:38:18.032 INFO O| Aug 15 05:38:18.032 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9074 | 2024-08-15T05:38:19.197Z | [ host-image] Aug 15 05:38:18.041 INFO O| Aug 15 05:38:18.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9075 | 2024-08-15T05:38:19.197Z | [ host-image] Aug 15 05:38:18.042 INFO O| Aug 15 05:38:18.041 INFO copying /tmp/.tmpSQepOS/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 ... |
9076 | 2024-08-15T05:38:19.200Z | [ host-image] Aug 15 05:38:18.042 INFO O| Aug 15 05:38:18.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9077 | 2024-08-15T05:38:19.200Z | [ host-image] Aug 15 05:38:18.042 INFO O| Aug 15 05:38:18.042 INFO ok! |
9078 | 2024-08-15T05:38:19.200Z | [ host-image] Aug 15 05:38:18.042 INFO O| Aug 15 05:38:18.042 INFO STEP 66 (ensure_file) COMPLETE |
9079 | 2024-08-15T05:38:19.200Z | [ host-image] Aug 15 05:38:18.042 INFO O| Aug 15 05:38:18.042 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9080 | 2024-08-15T05:38:19.207Z | [ host-image] Aug 15 05:38:18.052 INFO O| Aug 15 05:38:18.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9081 | 2024-08-15T05:38:19.210Z | [ host-image] Aug 15 05:38:18.052 INFO O| Aug 15 05:38:18.052 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9082 | 2024-08-15T05:38:19.210Z | [ host-image] Aug 15 05:38:18.052 INFO O| Aug 15 05:38:18.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9083 | 2024-08-15T05:38:19.210Z | [ host-image] Aug 15 05:38:18.052 INFO O| Aug 15 05:38:18.052 INFO ok! |
9084 | 2024-08-15T05:38:19.210Z | [ host-image] Aug 15 05:38:18.052 INFO O| Aug 15 05:38:18.052 INFO STEP 67 (ensure_file) COMPLETE |
9085 | 2024-08-15T05:38:19.210Z | [ host-image] Aug 15 05:38:18.052 INFO O| Aug 15 05:38:18.052 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9086 | 2024-08-15T05:38:19.219Z | [ host-image] Aug 15 05:38:18.061 INFO O| Aug 15 05:38:18.061 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9087 | 2024-08-15T05:38:19.222Z | [ host-image] Aug 15 05:38:18.062 INFO O| Aug 15 05:38:18.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9088 | 2024-08-15T05:38:19.222Z | [ host-image] Aug 15 05:38:18.062 INFO O| Aug 15 05:38:18.062 INFO STEP 68 (ensure_dir) COMPLETE |
9089 | 2024-08-15T05:38:19.222Z | [ host-image] Aug 15 05:38:18.062 INFO O| Aug 15 05:38:18.062 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9090 | 2024-08-15T05:38:19.228Z | [ host-image] Aug 15 05:38:18.072 INFO O| Aug 15 05:38:18.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9091 | 2024-08-15T05:38:19.228Z | [ host-image] Aug 15 05:38:18.072 INFO O| Aug 15 05:38:18.071 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9092 | 2024-08-15T05:38:19.771Z | [ host-image] Aug 15 05:38:18.615 INFO O| Aug 15 05:38:18.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9093 | 2024-08-15T05:38:19.771Z | [ host-image] Aug 15 05:38:18.615 INFO O| Aug 15 05:38:18.615 INFO ok! |
9094 | 2024-08-15T05:38:19.773Z | [ host-image] Aug 15 05:38:18.615 INFO O| Aug 15 05:38:18.615 INFO STEP 69 (ensure_file) COMPLETE |
9095 | 2024-08-15T05:38:19.774Z | [ host-image] Aug 15 05:38:18.615 INFO O| Aug 15 05:38:18.615 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9096 | 2024-08-15T05:38:19.783Z | [ host-image] Aug 15 05:38:18.627 INFO O| Aug 15 05:38:18.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9097 | 2024-08-15T05:38:19.783Z | [ host-image] Aug 15 05:38:18.627 INFO O| Aug 15 05:38:18.627 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9098 | 2024-08-15T05:38:21.196Z | [ host-image] Aug 15 05:38:20.040 INFO O| Aug 15 05:38:20.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9099 | 2024-08-15T05:38:21.196Z | [ host-image] Aug 15 05:38:20.040 INFO O| Aug 15 05:38:20.040 INFO ok! |
9100 | 2024-08-15T05:38:21.199Z | [ host-image] Aug 15 05:38:20.040 INFO O| Aug 15 05:38:20.040 INFO STEP 70 (ensure_file) COMPLETE |
9101 | 2024-08-15T05:38:21.199Z | [ host-image] Aug 15 05:38:20.040 INFO O| Aug 15 05:38:20.040 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9102 | 2024-08-15T05:38:21.209Z | [ host-image] Aug 15 05:38:20.052 INFO O| Aug 15 05:38:20.052 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9103 | 2024-08-15T05:38:21.212Z | [ host-image] Aug 15 05:38:20.052 INFO O| Aug 15 05:38:20.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9104 | 2024-08-15T05:38:21.212Z | [ host-image] Aug 15 05:38:20.052 INFO O| Aug 15 05:38:20.052 INFO STEP 71 (ensure_dir) COMPLETE |
9105 | 2024-08-15T05:38:21.212Z | [ host-image] Aug 15 05:38:20.052 INFO O| Aug 15 05:38:20.052 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9106 | 2024-08-15T05:38:21.218Z | [ host-image] Aug 15 05:38:20.062 INFO O| Aug 15 05:38:20.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9107 | 2024-08-15T05:38:21.218Z | [ host-image] Aug 15 05:38:20.062 INFO O| Aug 15 05:38:20.062 INFO copying /tmp/.tmpSQepOS/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 ... |
9108 | 2024-08-15T05:38:21.221Z | [ host-image] Aug 15 05:38:20.062 INFO O| Aug 15 05:38:20.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9109 | 2024-08-15T05:38:21.221Z | [ host-image] Aug 15 05:38:20.063 INFO O| Aug 15 05:38:20.062 INFO ok! |
9110 | 2024-08-15T05:38:21.221Z | [ host-image] Aug 15 05:38:20.063 INFO O| Aug 15 05:38:20.063 INFO STEP 72 (ensure_file) COMPLETE |
9111 | 2024-08-15T05:38:21.221Z | [ host-image] Aug 15 05:38:20.063 INFO O| Aug 15 05:38:20.063 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9112 | 2024-08-15T05:38:21.230Z | [ host-image] Aug 15 05:38:20.072 INFO O| Aug 15 05:38:20.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9113 | 2024-08-15T05:38:21.232Z | [ host-image] Aug 15 05:38:20.073 INFO O| Aug 15 05:38:20.072 INFO copying /tmp/.tmpSQepOS/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 ... |
9114 | 2024-08-15T05:38:21.232Z | [ host-image] Aug 15 05:38:20.073 INFO O| Aug 15 05:38:20.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9115 | 2024-08-15T05:38:21.233Z | [ host-image] Aug 15 05:38:20.073 INFO O| Aug 15 05:38:20.073 INFO ok! |
9116 | 2024-08-15T05:38:21.233Z | [ host-image] Aug 15 05:38:20.073 INFO O| Aug 15 05:38:20.073 INFO STEP 73 (ensure_file) COMPLETE |
9117 | 2024-08-15T05:38:21.233Z | [ host-image] Aug 15 05:38:20.073 INFO O| Aug 15 05:38:20.073 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9118 | 2024-08-15T05:38:21.240Z | [ host-image] Aug 15 05:38:20.083 INFO O| Aug 15 05:38:20.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9119 | 2024-08-15T05:38:21.240Z | [ host-image] Aug 15 05:38:20.083 INFO O| Aug 15 05:38:20.083 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9120 | 2024-08-15T05:38:21.243Z | [ host-image] Aug 15 05:38:20.083 INFO O| Aug 15 05:38:20.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9121 | 2024-08-15T05:38:21.243Z | [ host-image] Aug 15 05:38:20.083 INFO O| Aug 15 05:38:20.083 INFO ok! |
9122 | 2024-08-15T05:38:21.243Z | [ host-image] Aug 15 05:38:20.083 INFO O| Aug 15 05:38:20.083 INFO STEP 74 (ensure_file) COMPLETE |
9123 | 2024-08-15T05:38:21.243Z | [ host-image] Aug 15 05:38:20.083 INFO O| Aug 15 05:38:20.083 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9124 | 2024-08-15T05:38:21.250Z | [ host-image] Aug 15 05:38:20.093 INFO O| Aug 15 05:38:20.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9125 | 2024-08-15T05:38:21.250Z | [ host-image] Aug 15 05:38:20.093 INFO O| Aug 15 05:38:20.093 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9126 | 2024-08-15T05:38:21.252Z | [ host-image] Aug 15 05:38:20.094 INFO O| Aug 15 05:38:20.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9127 | 2024-08-15T05:38:21.252Z | [ host-image] Aug 15 05:38:20.094 INFO O| Aug 15 05:38:20.094 INFO ok! |
9128 | 2024-08-15T05:38:21.252Z | [ host-image] Aug 15 05:38:20.094 INFO O| Aug 15 05:38:20.094 INFO STEP 75 (ensure_file) COMPLETE |
9129 | 2024-08-15T05:38:21.252Z | [ host-image] Aug 15 05:38:20.094 INFO O| Aug 15 05:38:20.094 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9130 | 2024-08-15T05:38:21.259Z | [ host-image] Aug 15 05:38:20.103 INFO O| Aug 15 05:38:20.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9131 | 2024-08-15T05:38:21.262Z | [ host-image] Aug 15 05:38:20.104 INFO O| Aug 15 05:38:20.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9132 | 2024-08-15T05:38:21.262Z | [ host-image] Aug 15 05:38:20.104 INFO O| Aug 15 05:38:20.104 INFO STEP 76 (ensure_dir) COMPLETE |
9133 | 2024-08-15T05:38:21.262Z | [ host-image] Aug 15 05:38:20.104 INFO O| Aug 15 05:38:20.104 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9134 | 2024-08-15T05:38:21.270Z | [ host-image] Aug 15 05:38:20.114 INFO O| Aug 15 05:38:20.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9135 | 2024-08-15T05:38:21.270Z | [ host-image] Aug 15 05:38:20.114 INFO O| Aug 15 05:38:20.114 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9136 | 2024-08-15T05:38:21.738Z | [ host-image] Aug 15 05:38:20.581 INFO O| Aug 15 05:38:20.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9137 | 2024-08-15T05:38:21.738Z | [ host-image] Aug 15 05:38:20.581 INFO O| Aug 15 05:38:20.581 INFO ok! |
9138 | 2024-08-15T05:38:21.741Z | [ host-image] Aug 15 05:38:20.581 INFO O| Aug 15 05:38:20.581 INFO STEP 77 (ensure_file) COMPLETE |
9139 | 2024-08-15T05:38:21.741Z | [ host-image] Aug 15 05:38:20.581 INFO O| Aug 15 05:38:20.581 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9140 | 2024-08-15T05:38:21.750Z | [ host-image] Aug 15 05:38:20.594 INFO O| Aug 15 05:38:20.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9141 | 2024-08-15T05:38:21.750Z | [ host-image] Aug 15 05:38:20.594 INFO O| Aug 15 05:38:20.594 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9142 | 2024-08-15T05:38:21.753Z | [ host-image] Aug 15 05:38:20.594 INFO O| Aug 15 05:38:20.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9143 | 2024-08-15T05:38:21.753Z | [ host-image] Aug 15 05:38:20.594 INFO O| Aug 15 05:38:20.594 INFO ok! |
9144 | 2024-08-15T05:38:21.753Z | [ host-image] Aug 15 05:38:20.594 INFO O| Aug 15 05:38:20.594 INFO STEP 78 (ensure_file) COMPLETE |
9145 | 2024-08-15T05:38:21.753Z | [ host-image] Aug 15 05:38:20.594 INFO O| Aug 15 05:38:20.594 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9146 | 2024-08-15T05:38:21.761Z | [ host-image] Aug 15 05:38:20.605 INFO O| Aug 15 05:38:20.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9147 | 2024-08-15T05:38:21.761Z | [ host-image] Aug 15 05:38:20.605 INFO O| Aug 15 05:38:20.605 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9148 | 2024-08-15T05:38:22.295Z | [ host-image] Aug 15 05:38:21.139 INFO O| Aug 15 05:38:21.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9149 | 2024-08-15T05:38:22.295Z | [ host-image] Aug 15 05:38:21.139 INFO O| Aug 15 05:38:21.138 INFO ok! |
9150 | 2024-08-15T05:38:22.295Z | [ host-image] Aug 15 05:38:21.139 INFO O| Aug 15 05:38:21.139 INFO STEP 79 (ensure_file) COMPLETE |
9151 | 2024-08-15T05:38:22.298Z | [ host-image] Aug 15 05:38:21.139 INFO O| Aug 15 05:38:21.139 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9152 | 2024-08-15T05:38:22.306Z | [ host-image] Aug 15 05:38:21.150 INFO O| Aug 15 05:38:21.150 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9153 | 2024-08-15T05:38:22.309Z | [ host-image] Aug 15 05:38:21.150 INFO O| Aug 15 05:38:21.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9154 | 2024-08-15T05:38:22.309Z | [ host-image] Aug 15 05:38:21.150 INFO O| Aug 15 05:38:21.150 INFO STEP 80 (ensure_dir) COMPLETE |
9155 | 2024-08-15T05:38:22.309Z | [ host-image] Aug 15 05:38:21.150 INFO O| Aug 15 05:38:21.150 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9156 | 2024-08-15T05:38:22.316Z | [ host-image] Aug 15 05:38:21.160 INFO O| Aug 15 05:38:21.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9157 | 2024-08-15T05:38:22.319Z | [ host-image] Aug 15 05:38:21.160 INFO O| Aug 15 05:38:21.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9158 | 2024-08-15T05:38:22.319Z | [ host-image] Aug 15 05:38:21.160 INFO O| Aug 15 05:38:21.160 INFO STEP 81 (ensure_dir) COMPLETE |
9159 | 2024-08-15T05:38:22.319Z | [ host-image] Aug 15 05:38:21.160 INFO O| Aug 15 05:38:21.160 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9160 | 2024-08-15T05:38:22.326Z | [ host-image] Aug 15 05:38:21.170 INFO O| Aug 15 05:38:21.170 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9161 | 2024-08-15T05:38:22.326Z | [ host-image] Aug 15 05:38:21.170 INFO O| Aug 15 05:38:21.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9162 | 2024-08-15T05:38:22.326Z | [ host-image] Aug 15 05:38:21.170 INFO O| Aug 15 05:38:21.170 INFO STEP 82 (ensure_dir) COMPLETE |
9163 | 2024-08-15T05:38:22.329Z | [ host-image] Aug 15 05:38:21.170 INFO O| Aug 15 05:38:21.170 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9164 | 2024-08-15T05:38:22.336Z | [ host-image] Aug 15 05:38:21.180 INFO O| Aug 15 05:38:21.180 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9165 | 2024-08-15T05:38:22.336Z | [ host-image] Aug 15 05:38:21.180 INFO O| Aug 15 05:38:21.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9166 | 2024-08-15T05:38:22.339Z | [ host-image] Aug 15 05:38:21.180 INFO O| Aug 15 05:38:21.180 INFO STEP 83 (ensure_dir) COMPLETE |
9167 | 2024-08-15T05:38:22.339Z | [ host-image] Aug 15 05:38:21.180 INFO O| Aug 15 05:38:21.180 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9168 | 2024-08-15T05:38:22.346Z | [ host-image] Aug 15 05:38:21.190 INFO O| Aug 15 05:38:21.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9169 | 2024-08-15T05:38:22.346Z | [ host-image] Aug 15 05:38:21.190 INFO O| Aug 15 05:38:21.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9170 | 2024-08-15T05:38:22.346Z | [ host-image] Aug 15 05:38:21.190 INFO O| Aug 15 05:38:21.190 INFO STEP 84 (ensure_dir) COMPLETE |
9171 | 2024-08-15T05:38:22.349Z | [ host-image] Aug 15 05:38:21.190 INFO O| Aug 15 05:38:21.190 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9172 | 2024-08-15T05:38:22.357Z | [ host-image] Aug 15 05:38:21.201 INFO O| Aug 15 05:38:21.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9173 | 2024-08-15T05:38:22.360Z | [ host-image] Aug 15 05:38:21.201 INFO O| Aug 15 05:38:21.201 INFO copying /tmp/.tmpSQepOS/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 ... |
9174 | 2024-08-15T05:38:22.360Z | [ host-image] Aug 15 05:38:21.201 INFO O| Aug 15 05:38:21.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9175 | 2024-08-15T05:38:22.360Z | [ host-image] Aug 15 05:38:21.201 INFO O| Aug 15 05:38:21.201 INFO ok! |
9176 | 2024-08-15T05:38:22.360Z | [ host-image] Aug 15 05:38:21.201 INFO O| Aug 15 05:38:21.201 INFO STEP 85 (ensure_file) COMPLETE |
9177 | 2024-08-15T05:38:22.360Z | [ host-image] Aug 15 05:38:21.201 INFO O| Aug 15 05:38:21.201 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9178 | 2024-08-15T05:38:22.367Z | [ host-image] Aug 15 05:38:21.211 INFO O| Aug 15 05:38:21.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9179 | 2024-08-15T05:38:22.372Z | [ host-image] Aug 15 05:38:21.211 INFO O| Aug 15 05:38:21.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9180 | 2024-08-15T05:38:22.372Z | [ host-image] Aug 15 05:38:21.211 INFO O| Aug 15 05:38:21.211 INFO STEP 86 (ensure_dir) COMPLETE |
9181 | 2024-08-15T05:38:22.372Z | [ host-image] Aug 15 05:38:21.211 INFO O| Aug 15 05:38:21.211 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9182 | 2024-08-15T05:38:22.377Z | [ host-image] Aug 15 05:38:21.221 INFO O| Aug 15 05:38:21.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9183 | 2024-08-15T05:38:22.378Z | [ host-image] Aug 15 05:38:21.221 INFO O| Aug 15 05:38:21.221 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9184 | 2024-08-15T05:38:22.380Z | [ host-image] Aug 15 05:38:21.222 INFO O| Aug 15 05:38:21.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9185 | 2024-08-15T05:38:22.380Z | [ host-image] Aug 15 05:38:21.222 INFO O| Aug 15 05:38:21.222 INFO ok! |
9186 | 2024-08-15T05:38:22.380Z | [ host-image] Aug 15 05:38:21.222 INFO O| Aug 15 05:38:21.222 INFO STEP 87 (ensure_file) COMPLETE |
9187 | 2024-08-15T05:38:22.380Z | [ host-image] Aug 15 05:38:21.222 INFO O| Aug 15 05:38:21.222 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9188 | 2024-08-15T05:38:22.387Z | [ host-image] Aug 15 05:38:21.231 INFO O| Aug 15 05:38:21.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9189 | 2024-08-15T05:38:22.391Z | [ host-image] Aug 15 05:38:21.231 INFO O| Aug 15 05:38:21.231 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9190 | 2024-08-15T05:38:22.399Z | [ host-image] Aug 15 05:38:21.243 INFO O| Aug 15 05:38:21.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9191 | 2024-08-15T05:38:22.399Z | [ host-image] Aug 15 05:38:21.243 INFO O| Aug 15 05:38:21.243 INFO ok! |
9192 | 2024-08-15T05:38:22.401Z | [ host-image] Aug 15 05:38:21.243 INFO O| Aug 15 05:38:21.243 INFO STEP 88 (ensure_file) COMPLETE |
9193 | 2024-08-15T05:38:22.402Z | [ host-image] Aug 15 05:38:21.243 INFO O| Aug 15 05:38:21.243 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9194 | 2024-08-15T05:38:22.409Z | [ host-image] Aug 15 05:38:21.253 INFO O| Aug 15 05:38:21.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9195 | 2024-08-15T05:38:22.409Z | [ host-image] Aug 15 05:38:21.253 INFO O| Aug 15 05:38:21.253 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9196 | 2024-08-15T05:38:22.888Z | [ host-image] Aug 15 05:38:21.731 INFO O| Aug 15 05:38:21.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9197 | 2024-08-15T05:38:22.888Z | [ host-image] Aug 15 05:38:21.731 INFO O| Aug 15 05:38:21.731 INFO ok! |
9198 | 2024-08-15T05:38:22.888Z | [ host-image] Aug 15 05:38:21.731 INFO O| Aug 15 05:38:21.731 INFO STEP 89 (ensure_file) COMPLETE |
9199 | 2024-08-15T05:38:22.890Z | [ host-image] Aug 15 05:38:21.731 INFO O| Aug 15 05:38:21.731 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9200 | 2024-08-15T05:38:22.900Z | [ host-image] Aug 15 05:38:21.744 INFO O| Aug 15 05:38:21.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9201 | 2024-08-15T05:38:22.901Z | [ host-image] Aug 15 05:38:21.744 INFO O| Aug 15 05:38:21.744 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9202 | 2024-08-15T05:38:22.903Z | [ host-image] Aug 15 05:38:21.744 INFO O| Aug 15 05:38:21.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9203 | 2024-08-15T05:38:22.903Z | [ host-image] Aug 15 05:38:21.744 INFO O| Aug 15 05:38:21.744 INFO ok! |
9204 | 2024-08-15T05:38:22.903Z | [ host-image] Aug 15 05:38:21.745 INFO O| Aug 15 05:38:21.744 INFO STEP 90 (ensure_file) COMPLETE |
9205 | 2024-08-15T05:38:22.903Z | [ host-image] Aug 15 05:38:21.745 INFO O| Aug 15 05:38:21.744 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9206 | 2024-08-15T05:38:22.911Z | [ host-image] Aug 15 05:38:21.755 INFO O| Aug 15 05:38:21.755 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9207 | 2024-08-15T05:38:22.911Z | [ host-image] Aug 15 05:38:21.755 INFO O| Aug 15 05:38:21.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9208 | 2024-08-15T05:38:22.914Z | [ host-image] Aug 15 05:38:21.755 INFO O| Aug 15 05:38:21.755 INFO STEP 91 (ensure_dir) COMPLETE |
9209 | 2024-08-15T05:38:22.914Z | [ host-image] Aug 15 05:38:21.755 INFO O| Aug 15 05:38:21.755 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9210 | 2024-08-15T05:38:22.922Z | [ host-image] Aug 15 05:38:21.766 INFO O| Aug 15 05:38:21.766 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9211 | 2024-08-15T05:38:22.922Z | [ host-image] Aug 15 05:38:21.766 INFO O| Aug 15 05:38:21.766 INFO copying /tmp/.tmpSQepOS/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 ... |
9212 | 2024-08-15T05:38:22.925Z | [ host-image] Aug 15 05:38:21.766 INFO O| Aug 15 05:38:21.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9213 | 2024-08-15T05:38:22.925Z | [ host-image] Aug 15 05:38:21.766 INFO O| Aug 15 05:38:21.766 INFO ok! |
9214 | 2024-08-15T05:38:22.925Z | [ host-image] Aug 15 05:38:21.766 INFO O| Aug 15 05:38:21.766 INFO STEP 92 (ensure_file) COMPLETE |
9215 | 2024-08-15T05:38:22.925Z | [ host-image] Aug 15 05:38:21.766 INFO O| Aug 15 05:38:21.766 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9216 | 2024-08-15T05:38:22.933Z | [ host-image] Aug 15 05:38:21.777 INFO O| Aug 15 05:38:21.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9217 | 2024-08-15T05:38:22.933Z | [ host-image] Aug 15 05:38:21.777 INFO O| Aug 15 05:38:21.777 INFO copying /tmp/.tmpSQepOS/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 ... |
9218 | 2024-08-15T05:38:22.936Z | [ host-image] Aug 15 05:38:21.777 INFO O| Aug 15 05:38:21.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9219 | 2024-08-15T05:38:22.936Z | [ host-image] Aug 15 05:38:21.777 INFO O| Aug 15 05:38:21.777 INFO ok! |
9220 | 2024-08-15T05:38:22.936Z | [ host-image] Aug 15 05:38:21.777 INFO O| Aug 15 05:38:21.777 INFO STEP 93 (ensure_file) COMPLETE |
9221 | 2024-08-15T05:38:22.936Z | [ host-image] Aug 15 05:38:21.777 INFO O| Aug 15 05:38:21.777 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9222 | 2024-08-15T05:38:22.943Z | [ host-image] Aug 15 05:38:21.787 INFO O| Aug 15 05:38:21.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9223 | 2024-08-15T05:38:22.946Z | [ host-image] Aug 15 05:38:21.787 INFO O| Aug 15 05:38:21.787 INFO copying /tmp/.tmpSQepOS/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 ... |
9224 | 2024-08-15T05:38:22.946Z | [ host-image] Aug 15 05:38:21.787 INFO O| Aug 15 05:38:21.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9225 | 2024-08-15T05:38:22.946Z | [ host-image] Aug 15 05:38:21.787 INFO O| Aug 15 05:38:21.787 INFO ok! |
9226 | 2024-08-15T05:38:22.946Z | [ host-image] Aug 15 05:38:21.787 INFO O| Aug 15 05:38:21.787 INFO STEP 94 (ensure_file) COMPLETE |
9227 | 2024-08-15T05:38:22.946Z | [ host-image] Aug 15 05:38:21.787 INFO O| Aug 15 05:38:21.787 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9228 | 2024-08-15T05:38:22.954Z | [ host-image] Aug 15 05:38:21.797 INFO O| Aug 15 05:38:21.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9229 | 2024-08-15T05:38:22.954Z | [ host-image] Aug 15 05:38:21.797 INFO O| Aug 15 05:38:21.797 INFO copying /tmp/.tmpSQepOS/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 ... |
9230 | 2024-08-15T05:38:22.958Z | [ host-image] Aug 15 05:38:21.798 INFO O| Aug 15 05:38:21.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9231 | 2024-08-15T05:38:22.958Z | [ host-image] Aug 15 05:38:21.798 INFO O| Aug 15 05:38:21.798 INFO ok! |
9232 | 2024-08-15T05:38:22.958Z | [ host-image] Aug 15 05:38:21.798 INFO O| Aug 15 05:38:21.798 INFO STEP 95 (ensure_file) COMPLETE |
9233 | 2024-08-15T05:38:22.958Z | [ host-image] Aug 15 05:38:21.798 INFO O| Aug 15 05:38:21.798 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9234 | 2024-08-15T05:38:22.963Z | [ host-image] Aug 15 05:38:21.807 INFO O| Aug 15 05:38:21.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9235 | 2024-08-15T05:38:22.964Z | [ host-image] Aug 15 05:38:21.807 INFO O| Aug 15 05:38:21.807 INFO copying /tmp/.tmpSQepOS/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 ... |
9236 | 2024-08-15T05:38:22.967Z | [ host-image] Aug 15 05:38:21.807 INFO O| Aug 15 05:38:21.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9237 | 2024-08-15T05:38:22.967Z | [ host-image] Aug 15 05:38:21.807 INFO O| Aug 15 05:38:21.807 INFO ok! |
9238 | 2024-08-15T05:38:22.967Z | [ host-image] Aug 15 05:38:21.807 INFO O| Aug 15 05:38:21.807 INFO STEP 96 (ensure_file) COMPLETE |
9239 | 2024-08-15T05:38:22.967Z | [ host-image] Aug 15 05:38:21.807 INFO O| Aug 15 05:38:21.807 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9240 | 2024-08-15T05:38:22.973Z | [ host-image] Aug 15 05:38:21.817 INFO O| Aug 15 05:38:21.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9241 | 2024-08-15T05:38:22.973Z | [ host-image] Aug 15 05:38:21.817 INFO O| Aug 15 05:38:21.817 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9242 | 2024-08-15T05:38:22.973Z | [ host-image] Aug 15 05:38:21.817 INFO O| Aug 15 05:38:21.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9243 | 2024-08-15T05:38:22.976Z | [ host-image] Aug 15 05:38:21.817 INFO O| Aug 15 05:38:21.817 INFO ok! |
9244 | 2024-08-15T05:38:22.976Z | [ host-image] Aug 15 05:38:21.817 INFO O| Aug 15 05:38:21.817 INFO STEP 97 (ensure_file) COMPLETE |
9245 | 2024-08-15T05:38:22.976Z | [ host-image] Aug 15 05:38:21.817 INFO O| Aug 15 05:38:21.817 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9246 | 2024-08-15T05:38:22.983Z | [ host-image] Aug 15 05:38:21.827 INFO O| Aug 15 05:38:21.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9247 | 2024-08-15T05:38:22.983Z | [ host-image] Aug 15 05:38:21.827 INFO O| Aug 15 05:38:21.827 INFO copying /tmp/.tmpSQepOS/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 ... |
9248 | 2024-08-15T05:38:22.986Z | [ host-image] Aug 15 05:38:21.827 INFO O| Aug 15 05:38:21.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9249 | 2024-08-15T05:38:22.986Z | [ host-image] Aug 15 05:38:21.827 INFO O| Aug 15 05:38:21.827 INFO ok! |
9250 | 2024-08-15T05:38:22.986Z | [ host-image] Aug 15 05:38:21.827 INFO O| Aug 15 05:38:21.827 INFO STEP 98 (ensure_file) COMPLETE |
9251 | 2024-08-15T05:38:22.986Z | [ host-image] Aug 15 05:38:21.827 INFO O| Aug 15 05:38:21.827 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9252 | 2024-08-15T05:38:22.993Z | [ host-image] Aug 15 05:38:21.837 INFO O| Aug 15 05:38:21.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9253 | 2024-08-15T05:38:22.993Z | [ host-image] Aug 15 05:38:21.837 INFO O| Aug 15 05:38:21.837 INFO copying /tmp/.tmpSQepOS/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 ... |
9254 | 2024-08-15T05:38:22.996Z | [ host-image] Aug 15 05:38:21.837 INFO O| Aug 15 05:38:21.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9255 | 2024-08-15T05:38:22.996Z | [ host-image] Aug 15 05:38:21.837 INFO O| Aug 15 05:38:21.837 INFO ok! |
9256 | 2024-08-15T05:38:22.996Z | [ host-image] Aug 15 05:38:21.837 INFO O| Aug 15 05:38:21.837 INFO STEP 99 (ensure_file) COMPLETE |
9257 | 2024-08-15T05:38:22.996Z | [ host-image] Aug 15 05:38:21.837 INFO O| Aug 15 05:38:21.837 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9258 | 2024-08-15T05:38:23.004Z | [ host-image] Aug 15 05:38:21.847 INFO O| Aug 15 05:38:21.847 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9259 | 2024-08-15T05:38:23.004Z | [ host-image] Aug 15 05:38:21.847 INFO O| Aug 15 05:38:21.847 INFO copying /tmp/.tmpSQepOS/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 ... |
9260 | 2024-08-15T05:38:23.007Z | [ host-image] Aug 15 05:38:21.848 INFO O| Aug 15 05:38:21.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9261 | 2024-08-15T05:38:23.007Z | [ host-image] Aug 15 05:38:21.848 INFO O| Aug 15 05:38:21.847 INFO ok! |
9262 | 2024-08-15T05:38:23.007Z | [ host-image] Aug 15 05:38:21.848 INFO O| Aug 15 05:38:21.848 INFO STEP 100 (ensure_file) COMPLETE |
9263 | 2024-08-15T05:38:23.007Z | [ host-image] Aug 15 05:38:21.848 INFO O| Aug 15 05:38:21.848 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9264 | 2024-08-15T05:38:23.014Z | [ host-image] Aug 15 05:38:21.858 INFO O| Aug 15 05:38:21.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9265 | 2024-08-15T05:38:23.014Z | [ host-image] Aug 15 05:38:21.858 INFO O| Aug 15 05:38:21.858 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9266 | 2024-08-15T05:38:23.014Z | [ host-image] Aug 15 05:38:21.858 INFO O| Aug 15 05:38:21.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9267 | 2024-08-15T05:38:23.017Z | [ host-image] Aug 15 05:38:21.858 INFO O| Aug 15 05:38:21.858 INFO ok! |
9268 | 2024-08-15T05:38:23.017Z | [ host-image] Aug 15 05:38:21.858 INFO O| Aug 15 05:38:21.858 INFO STEP 101 (ensure_file) COMPLETE |
9269 | 2024-08-15T05:38:23.017Z | [ host-image] Aug 15 05:38:21.858 INFO O| Aug 15 05:38:21.858 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9270 | 2024-08-15T05:38:23.024Z | [ host-image] Aug 15 05:38:21.868 INFO O| Aug 15 05:38:21.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9271 | 2024-08-15T05:38:23.024Z | [ host-image] Aug 15 05:38:21.868 INFO O| Aug 15 05:38:21.868 INFO copying /tmp/.tmpSQepOS/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 ... |
9272 | 2024-08-15T05:38:23.027Z | [ host-image] Aug 15 05:38:21.868 INFO O| Aug 15 05:38:21.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9273 | 2024-08-15T05:38:23.027Z | [ host-image] Aug 15 05:38:21.868 INFO O| Aug 15 05:38:21.868 INFO ok! |
9274 | 2024-08-15T05:38:23.027Z | [ host-image] Aug 15 05:38:21.868 INFO O| Aug 15 05:38:21.868 INFO STEP 102 (ensure_file) COMPLETE |
9275 | 2024-08-15T05:38:23.027Z | [ host-image] Aug 15 05:38:21.868 INFO O| Aug 15 05:38:21.868 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9276 | 2024-08-15T05:38:23.034Z | [ host-image] Aug 15 05:38:21.878 INFO O| Aug 15 05:38:21.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9277 | 2024-08-15T05:38:23.037Z | [ host-image] Aug 15 05:38:21.878 INFO O| Aug 15 05:38:21.878 INFO copying /tmp/.tmpSQepOS/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 ... |
9278 | 2024-08-15T05:38:23.037Z | [ host-image] Aug 15 05:38:21.878 INFO O| Aug 15 05:38:21.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9279 | 2024-08-15T05:38:23.037Z | [ host-image] Aug 15 05:38:21.878 INFO O| Aug 15 05:38:21.878 INFO ok! |
9280 | 2024-08-15T05:38:23.037Z | [ host-image] Aug 15 05:38:21.878 INFO O| Aug 15 05:38:21.878 INFO STEP 103 (ensure_file) COMPLETE |
9281 | 2024-08-15T05:38:23.037Z | [ host-image] Aug 15 05:38:21.878 INFO O| Aug 15 05:38:21.878 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9282 | 2024-08-15T05:38:23.045Z | [ host-image] Aug 15 05:38:21.888 INFO O| Aug 15 05:38:21.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9283 | 2024-08-15T05:38:23.045Z | [ host-image] Aug 15 05:38:21.888 INFO O| Aug 15 05:38:21.888 INFO copying /tmp/.tmpSQepOS/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 ... |
9284 | 2024-08-15T05:38:23.047Z | [ host-image] Aug 15 05:38:21.888 INFO O| Aug 15 05:38:21.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9285 | 2024-08-15T05:38:23.047Z | [ host-image] Aug 15 05:38:21.888 INFO O| Aug 15 05:38:21.888 INFO ok! |
9286 | 2024-08-15T05:38:23.047Z | [ host-image] Aug 15 05:38:21.888 INFO O| Aug 15 05:38:21.888 INFO STEP 104 (ensure_file) COMPLETE |
9287 | 2024-08-15T05:38:23.047Z | [ host-image] Aug 15 05:38:21.888 INFO O| Aug 15 05:38:21.888 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9288 | 2024-08-15T05:38:23.055Z | [ host-image] Aug 15 05:38:21.899 INFO O| Aug 15 05:38:21.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9289 | 2024-08-15T05:38:23.055Z | [ host-image] Aug 15 05:38:21.899 INFO O| Aug 15 05:38:21.899 INFO copying /tmp/.tmpSQepOS/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 ... |
9290 | 2024-08-15T05:38:23.065Z | [ host-image] Aug 15 05:38:21.899 INFO O| Aug 15 05:38:21.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9291 | 2024-08-15T05:38:23.065Z | [ host-image] Aug 15 05:38:21.899 INFO O| Aug 15 05:38:21.899 INFO ok! |
9292 | 2024-08-15T05:38:23.065Z | [ host-image] Aug 15 05:38:21.899 INFO O| Aug 15 05:38:21.899 INFO STEP 105 (ensure_file) COMPLETE |
9293 | 2024-08-15T05:38:23.065Z | [ host-image] Aug 15 05:38:21.899 INFO O| Aug 15 05:38:21.899 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9294 | 2024-08-15T05:38:23.069Z | [ host-image] Aug 15 05:38:21.909 INFO O| Aug 15 05:38:21.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9295 | 2024-08-15T05:38:23.069Z | [ host-image] Aug 15 05:38:21.909 INFO O| Aug 15 05:38:21.909 INFO copying /tmp/.tmpSQepOS/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 ... |
9296 | 2024-08-15T05:38:23.069Z | [ host-image] Aug 15 05:38:21.909 INFO O| Aug 15 05:38:21.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9297 | 2024-08-15T05:38:23.069Z | [ host-image] Aug 15 05:38:21.909 INFO O| Aug 15 05:38:21.909 INFO ok! |
9298 | 2024-08-15T05:38:23.069Z | [ host-image] Aug 15 05:38:21.909 INFO O| Aug 15 05:38:21.909 INFO STEP 106 (ensure_file) COMPLETE |
9299 | 2024-08-15T05:38:23.069Z | [ host-image] Aug 15 05:38:21.909 INFO O| Aug 15 05:38:21.909 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9300 | 2024-08-15T05:38:23.076Z | [ host-image] Aug 15 05:38:21.920 INFO O| Aug 15 05:38:21.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9301 | 2024-08-15T05:38:23.076Z | [ host-image] Aug 15 05:38:21.920 INFO O| Aug 15 05:38:21.920 INFO copying /tmp/.tmpSQepOS/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 ... |
9302 | 2024-08-15T05:38:23.076Z | [ host-image] Aug 15 05:38:21.920 INFO O| Aug 15 05:38:21.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9303 | 2024-08-15T05:38:23.079Z | [ host-image] Aug 15 05:38:21.920 INFO O| Aug 15 05:38:21.920 INFO ok! |
9304 | 2024-08-15T05:38:23.079Z | [ host-image] Aug 15 05:38:21.920 INFO O| Aug 15 05:38:21.920 INFO STEP 107 (ensure_file) COMPLETE |
9305 | 2024-08-15T05:38:23.079Z | [ host-image] Aug 15 05:38:21.920 INFO O| Aug 15 05:38:21.920 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9306 | 2024-08-15T05:38:23.086Z | [ host-image] Aug 15 05:38:21.930 INFO O| Aug 15 05:38:21.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9307 | 2024-08-15T05:38:23.086Z | [ host-image] Aug 15 05:38:21.930 INFO O| Aug 15 05:38:21.930 INFO copying /tmp/.tmpSQepOS/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 ... |
9308 | 2024-08-15T05:38:23.090Z | [ host-image] Aug 15 05:38:21.930 INFO O| Aug 15 05:38:21.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9309 | 2024-08-15T05:38:23.090Z | [ host-image] Aug 15 05:38:21.930 INFO O| Aug 15 05:38:21.930 INFO ok! |
9310 | 2024-08-15T05:38:23.090Z | [ host-image] Aug 15 05:38:21.930 INFO O| Aug 15 05:38:21.930 INFO STEP 108 (ensure_file) COMPLETE |
9311 | 2024-08-15T05:38:23.090Z | [ host-image] Aug 15 05:38:21.930 INFO O| Aug 15 05:38:21.930 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9312 | 2024-08-15T05:38:23.096Z | [ host-image] Aug 15 05:38:21.940 INFO O| Aug 15 05:38:21.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9313 | 2024-08-15T05:38:23.097Z | [ host-image] Aug 15 05:38:21.940 INFO O| Aug 15 05:38:21.940 INFO copying /tmp/.tmpSQepOS/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 ... |
9314 | 2024-08-15T05:38:23.099Z | [ host-image] Aug 15 05:38:21.940 INFO O| Aug 15 05:38:21.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9315 | 2024-08-15T05:38:23.099Z | [ host-image] Aug 15 05:38:21.940 INFO O| Aug 15 05:38:21.940 INFO ok! |
9316 | 2024-08-15T05:38:23.099Z | [ host-image] Aug 15 05:38:21.940 INFO O| Aug 15 05:38:21.940 INFO STEP 109 (ensure_file) COMPLETE |
9317 | 2024-08-15T05:38:23.099Z | [ host-image] Aug 15 05:38:21.940 INFO O| Aug 15 05:38:21.940 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9318 | 2024-08-15T05:38:23.106Z | [ host-image] Aug 15 05:38:21.950 INFO O| Aug 15 05:38:21.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9319 | 2024-08-15T05:38:23.106Z | [ host-image] Aug 15 05:38:21.950 INFO O| Aug 15 05:38:21.950 INFO copying /tmp/.tmpSQepOS/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 ... |
9320 | 2024-08-15T05:38:23.109Z | [ host-image] Aug 15 05:38:21.950 INFO O| Aug 15 05:38:21.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9321 | 2024-08-15T05:38:23.109Z | [ host-image] Aug 15 05:38:21.950 INFO O| Aug 15 05:38:21.950 INFO ok! |
9322 | 2024-08-15T05:38:23.109Z | [ host-image] Aug 15 05:38:21.950 INFO O| Aug 15 05:38:21.950 INFO STEP 110 (ensure_file) COMPLETE |
9323 | 2024-08-15T05:38:23.109Z | [ host-image] Aug 15 05:38:21.950 INFO O| Aug 15 05:38:21.950 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9324 | 2024-08-15T05:38:23.117Z | [ host-image] Aug 15 05:38:21.960 INFO O| Aug 15 05:38:21.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9325 | 2024-08-15T05:38:23.117Z | [ host-image] Aug 15 05:38:21.960 INFO O| Aug 15 05:38:21.960 INFO copying /tmp/.tmpSQepOS/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 ... |
9326 | 2024-08-15T05:38:23.119Z | [ host-image] Aug 15 05:38:21.960 INFO O| Aug 15 05:38:21.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9327 | 2024-08-15T05:38:23.119Z | [ host-image] Aug 15 05:38:21.960 INFO O| Aug 15 05:38:21.960 INFO ok! |
9328 | 2024-08-15T05:38:23.119Z | [ host-image] Aug 15 05:38:21.960 INFO O| Aug 15 05:38:21.960 INFO STEP 111 (ensure_file) COMPLETE |
9329 | 2024-08-15T05:38:23.119Z | [ host-image] Aug 15 05:38:21.960 INFO O| Aug 15 05:38:21.960 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9330 | 2024-08-15T05:38:23.127Z | [ host-image] Aug 15 05:38:21.971 INFO O| Aug 15 05:38:21.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9331 | 2024-08-15T05:38:23.127Z | [ host-image] Aug 15 05:38:21.971 INFO O| Aug 15 05:38:21.971 INFO copying /tmp/.tmpSQepOS/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 ... |
9332 | 2024-08-15T05:38:23.130Z | [ host-image] Aug 15 05:38:21.971 INFO O| Aug 15 05:38:21.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9333 | 2024-08-15T05:38:23.130Z | [ host-image] Aug 15 05:38:21.971 INFO O| Aug 15 05:38:21.971 INFO ok! |
9334 | 2024-08-15T05:38:23.130Z | [ host-image] Aug 15 05:38:21.971 INFO O| Aug 15 05:38:21.971 INFO STEP 112 (ensure_file) COMPLETE |
9335 | 2024-08-15T05:38:23.130Z | [ host-image] Aug 15 05:38:21.971 INFO O| Aug 15 05:38:21.971 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9336 | 2024-08-15T05:38:23.138Z | [ host-image] Aug 15 05:38:21.981 INFO O| Aug 15 05:38:21.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9337 | 2024-08-15T05:38:23.140Z | [ host-image] Aug 15 05:38:21.981 INFO O| Aug 15 05:38:21.981 INFO copying /tmp/.tmpSQepOS/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 ... |
9338 | 2024-08-15T05:38:23.140Z | [ host-image] Aug 15 05:38:21.981 INFO O| Aug 15 05:38:21.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9339 | 2024-08-15T05:38:23.140Z | [ host-image] Aug 15 05:38:21.981 INFO O| Aug 15 05:38:21.981 INFO ok! |
9340 | 2024-08-15T05:38:23.140Z | [ host-image] Aug 15 05:38:21.981 INFO O| Aug 15 05:38:21.981 INFO STEP 113 (ensure_file) COMPLETE |
9341 | 2024-08-15T05:38:23.140Z | [ host-image] Aug 15 05:38:21.982 INFO O| Aug 15 05:38:21.981 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9342 | 2024-08-15T05:38:23.148Z | [ host-image] Aug 15 05:38:21.992 INFO O| Aug 15 05:38:21.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9343 | 2024-08-15T05:38:23.148Z | [ host-image] Aug 15 05:38:21.992 INFO O| Aug 15 05:38:21.992 INFO copying /tmp/.tmpSQepOS/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 ... |
9344 | 2024-08-15T05:38:23.151Z | [ host-image] Aug 15 05:38:21.992 INFO O| Aug 15 05:38:21.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9345 | 2024-08-15T05:38:23.151Z | [ host-image] Aug 15 05:38:21.992 INFO O| Aug 15 05:38:21.992 INFO ok! |
9346 | 2024-08-15T05:38:23.152Z | [ host-image] Aug 15 05:38:21.992 INFO O| Aug 15 05:38:21.992 INFO STEP 114 (ensure_file) COMPLETE |
9347 | 2024-08-15T05:38:23.152Z | [ host-image] Aug 15 05:38:21.992 INFO O| Aug 15 05:38:21.992 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9348 | 2024-08-15T05:38:23.161Z | [ host-image] Aug 15 05:38:22.003 INFO O| Aug 15 05:38:22.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9349 | 2024-08-15T05:38:23.161Z | [ host-image] Aug 15 05:38:22.003 INFO O| Aug 15 05:38:22.003 INFO copying /tmp/.tmpSQepOS/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 ... |
9350 | 2024-08-15T05:38:23.163Z | [ host-image] Aug 15 05:38:22.003 INFO O| Aug 15 05:38:22.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9351 | 2024-08-15T05:38:23.163Z | [ host-image] Aug 15 05:38:22.003 INFO O| Aug 15 05:38:22.003 INFO ok! |
9352 | 2024-08-15T05:38:23.163Z | [ host-image] Aug 15 05:38:22.003 INFO O| Aug 15 05:38:22.003 INFO STEP 115 (ensure_file) COMPLETE |
9353 | 2024-08-15T05:38:23.163Z | [ host-image] Aug 15 05:38:22.003 INFO O| Aug 15 05:38:22.003 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9354 | 2024-08-15T05:38:23.170Z | [ host-image] Aug 15 05:38:22.014 INFO O| Aug 15 05:38:22.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9355 | 2024-08-15T05:38:23.170Z | [ host-image] Aug 15 05:38:22.014 INFO O| Aug 15 05:38:22.014 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9356 | 2024-08-15T05:38:23.173Z | [ host-image] Aug 15 05:38:22.014 INFO O| Aug 15 05:38:22.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9357 | 2024-08-15T05:38:23.173Z | [ host-image] Aug 15 05:38:22.014 INFO O| Aug 15 05:38:22.014 INFO ok! |
9358 | 2024-08-15T05:38:23.173Z | [ host-image] Aug 15 05:38:22.014 INFO O| Aug 15 05:38:22.014 INFO STEP 116 (ensure_file) COMPLETE |
9359 | 2024-08-15T05:38:23.173Z | [ host-image] Aug 15 05:38:22.014 INFO O| Aug 15 05:38:22.014 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9360 | 2024-08-15T05:38:23.180Z | [ host-image] Aug 15 05:38:22.024 INFO O| Aug 15 05:38:22.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9361 | 2024-08-15T05:38:23.180Z | [ host-image] Aug 15 05:38:22.024 INFO O| Aug 15 05:38:22.024 INFO copying /tmp/.tmpSQepOS/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 ... |
9362 | 2024-08-15T05:38:23.184Z | [ host-image] Aug 15 05:38:22.024 INFO O| Aug 15 05:38:22.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9363 | 2024-08-15T05:38:23.184Z | [ host-image] Aug 15 05:38:22.024 INFO O| Aug 15 05:38:22.024 INFO ok! |
9364 | 2024-08-15T05:38:23.184Z | [ host-image] Aug 15 05:38:22.024 INFO O| Aug 15 05:38:22.024 INFO STEP 117 (ensure_file) COMPLETE |
9365 | 2024-08-15T05:38:23.184Z | [ host-image] Aug 15 05:38:22.024 INFO O| Aug 15 05:38:22.024 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9366 | 2024-08-15T05:38:23.191Z | [ host-image] Aug 15 05:38:22.034 INFO O| Aug 15 05:38:22.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9367 | 2024-08-15T05:38:23.191Z | [ host-image] Aug 15 05:38:22.034 INFO O| Aug 15 05:38:22.034 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9368 | 2024-08-15T05:38:23.193Z | [ host-image] Aug 15 05:38:22.034 INFO O| Aug 15 05:38:22.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9369 | 2024-08-15T05:38:23.193Z | [ host-image] Aug 15 05:38:22.035 INFO O| Aug 15 05:38:22.034 INFO ok! |
9370 | 2024-08-15T05:38:23.193Z | [ host-image] Aug 15 05:38:22.035 INFO O| Aug 15 05:38:22.035 INFO STEP 118 (ensure_file) COMPLETE |
9371 | 2024-08-15T05:38:23.193Z | [ host-image] Aug 15 05:38:22.035 INFO O| Aug 15 05:38:22.035 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9372 | 2024-08-15T05:38:23.201Z | [ host-image] Aug 15 05:38:22.044 INFO O| Aug 15 05:38:22.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9373 | 2024-08-15T05:38:23.203Z | [ host-image] Aug 15 05:38:22.044 INFO O| Aug 15 05:38:22.044 INFO copying /tmp/.tmpSQepOS/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9374 | 2024-08-15T05:38:26.324Z | [ host-image] Aug 15 05:38:25.167 INFO O| Aug 15 05:38:25.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9375 | 2024-08-15T05:38:26.324Z | [ host-image] Aug 15 05:38:25.167 INFO O| Aug 15 05:38:25.167 INFO ok! |
9376 | 2024-08-15T05:38:26.325Z | [ host-image] Aug 15 05:38:25.167 INFO O| Aug 15 05:38:25.167 INFO STEP 119 (ensure_file) COMPLETE |
9377 | 2024-08-15T05:38:26.327Z | [ host-image] Aug 15 05:38:25.167 INFO O| Aug 15 05:38:25.167 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9378 | 2024-08-15T05:38:26.338Z | [ host-image] Aug 15 05:38:25.181 INFO O| Aug 15 05:38:25.181 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9379 | 2024-08-15T05:38:26.338Z | [ host-image] Aug 15 05:38:25.181 INFO O| Aug 15 05:38:25.181 INFO STEP 120 (ensure_dir) COMPLETE |
9380 | 2024-08-15T05:38:26.340Z | [ host-image] Aug 15 05:38:25.181 INFO O| Aug 15 05:38:25.181 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9381 | 2024-08-15T05:38:26.350Z | [ host-image] Aug 15 05:38:25.193 INFO O| Aug 15 05:38:25.193 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9382 | 2024-08-15T05:38:26.350Z | [ host-image] Aug 15 05:38:25.193 INFO O| Aug 15 05:38:25.193 INFO STEP 121 (ensure_dir) COMPLETE |
9383 | 2024-08-15T05:38:26.350Z | [ host-image] Aug 15 05:38:25.193 INFO O| Aug 15 05:38:25.193 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9384 | 2024-08-15T05:38:26.361Z | [ host-image] Aug 15 05:38:25.204 INFO O| Aug 15 05:38:25.204 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9385 | 2024-08-15T05:38:26.363Z | [ host-image] Aug 15 05:38:25.204 INFO O| Aug 15 05:38:25.204 INFO STEP 122 (ensure_dir) COMPLETE |
9386 | 2024-08-15T05:38:26.363Z | [ host-image] Aug 15 05:38:25.204 INFO O| Aug 15 05:38:25.204 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9387 | 2024-08-15T05:38:26.371Z | [ host-image] Aug 15 05:38:25.215 INFO O| Aug 15 05:38:25.214 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9388 | 2024-08-15T05:38:26.372Z | [ host-image] Aug 15 05:38:25.215 INFO O| Aug 15 05:38:25.215 INFO STEP 123 (ensure_dir) COMPLETE |
9389 | 2024-08-15T05:38:26.374Z | [ host-image] Aug 15 05:38:25.215 INFO O| Aug 15 05:38:25.215 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9390 | 2024-08-15T05:38:26.382Z | [ host-image] Aug 15 05:38:25.225 INFO O| Aug 15 05:38:25.225 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9391 | 2024-08-15T05:38:26.385Z | [ host-image] Aug 15 05:38:25.225 INFO O| Aug 15 05:38:25.225 INFO copying /tmp/.tmpSQepOS/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 ... |
9392 | 2024-08-15T05:38:26.385Z | [ host-image] Aug 15 05:38:25.226 INFO O| Aug 15 05:38:25.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9393 | 2024-08-15T05:38:26.385Z | [ host-image] Aug 15 05:38:25.226 INFO O| Aug 15 05:38:25.226 INFO ok! |
9394 | 2024-08-15T05:38:26.386Z | [ host-image] Aug 15 05:38:25.226 INFO O| Aug 15 05:38:25.226 INFO STEP 124 (ensure_file) COMPLETE |
9395 | 2024-08-15T05:38:26.386Z | [ host-image] Aug 15 05:38:25.226 INFO O| Aug 15 05:38:25.226 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9396 | 2024-08-15T05:38:26.394Z | [ host-image] Aug 15 05:38:25.237 INFO O| Aug 15 05:38:25.237 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9397 | 2024-08-15T05:38:26.397Z | [ host-image] Aug 15 05:38:25.237 INFO O| Aug 15 05:38:25.237 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9398 | 2024-08-15T05:38:26.397Z | [ host-image] Aug 15 05:38:25.237 INFO O| Aug 15 05:38:25.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9399 | 2024-08-15T05:38:26.397Z | [ host-image] Aug 15 05:38:25.237 INFO O| Aug 15 05:38:25.237 INFO STEP 125 (ensure_dir) COMPLETE |
9400 | 2024-08-15T05:38:26.397Z | [ host-image] Aug 15 05:38:25.237 INFO O| Aug 15 05:38:25.237 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-08-15T05:38:26.406Z | [ host-image] Aug 15 05:38:25.249 INFO O| Aug 15 05:38:25.249 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9402 | 2024-08-15T05:38:26.406Z | [ host-image] Aug 15 05:38:25.249 INFO O| Aug 15 05:38:25.249 INFO copying /tmp/.tmpSQepOS/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9403 | 2024-08-15T05:38:26.409Z | [ host-image] Aug 15 05:38:25.249 INFO O| Aug 15 05:38:25.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9404 | 2024-08-15T05:38:26.409Z | [ host-image] Aug 15 05:38:25.249 INFO O| Aug 15 05:38:25.249 INFO ok! |
9405 | 2024-08-15T05:38:26.409Z | [ host-image] Aug 15 05:38:25.249 INFO O| Aug 15 05:38:25.249 INFO STEP 126 (ensure_file) COMPLETE |
9406 | 2024-08-15T05:38:26.409Z | [ host-image] Aug 15 05:38:25.249 INFO O| Aug 15 05:38:25.249 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9407 | 2024-08-15T05:38:26.418Z | [ host-image] Aug 15 05:38:25.260 INFO O| Aug 15 05:38:25.260 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9408 | 2024-08-15T05:38:26.420Z | [ host-image] Aug 15 05:38:25.260 INFO O| Aug 15 05:38:25.260 INFO STEP 127 (remove_files) COMPLETE |
9409 | 2024-08-15T05:38:26.420Z | [ host-image] Aug 15 05:38:25.260 INFO O| Aug 15 05:38:25.260 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9410 | 2024-08-15T05:38:26.429Z | [ host-image] Aug 15 05:38:25.271 INFO O| Aug 15 05:38:25.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9411 | 2024-08-15T05:38:26.432Z | [ host-image] Aug 15 05:38:25.272 INFO O| Aug 15 05:38:25.272 INFO STEP 128 (remove_files) COMPLETE |
9412 | 2024-08-15T05:38:26.432Z | [ host-image] Aug 15 05:38:25.272 INFO O| Aug 15 05:38:25.272 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9413 | 2024-08-15T05:38:26.440Z | [ host-image] Aug 15 05:38:25.283 INFO O| Aug 15 05:38:25.283 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9414 | 2024-08-15T05:38:26.443Z | [ host-image] Aug 15 05:38:25.283 INFO O| Aug 15 05:38:25.283 INFO STEP 129 (remove_files) COMPLETE |
9415 | 2024-08-15T05:38:26.443Z | [ host-image] Aug 15 05:38:25.283 INFO O| Aug 15 05:38:25.283 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9416 | 2024-08-15T05:38:26.452Z | [ host-image] Aug 15 05:38:25.294 INFO O| Aug 15 05:38:25.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9417 | 2024-08-15T05:38:26.455Z | [ host-image] Aug 15 05:38:25.295 INFO O| Aug 15 05:38:25.295 INFO STEP 130 (remove_files) COMPLETE |
9418 | 2024-08-15T05:38:26.455Z | [ host-image] Aug 15 05:38:25.295 INFO O| Aug 15 05:38:25.295 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9419 | 2024-08-15T05:38:26.463Z | [ host-image] Aug 15 05:38:25.306 INFO O| Aug 15 05:38:25.306 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9420 | 2024-08-15T05:38:26.466Z | [ host-image] Aug 15 05:38:25.306 INFO O| Aug 15 05:38:25.306 INFO STEP 131 (remove_files) COMPLETE |
9421 | 2024-08-15T05:38:26.466Z | [ host-image] Aug 15 05:38:25.306 INFO O| Aug 15 05:38:25.306 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9422 | 2024-08-15T05:38:26.476Z | [ host-image] Aug 15 05:38:25.317 INFO O| Aug 15 05:38:25.317 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9423 | 2024-08-15T05:38:26.478Z | [ host-image] Aug 15 05:38:25.317 INFO O| Aug 15 05:38:25.317 INFO STEP 132 (remove_files) COMPLETE |
9424 | 2024-08-15T05:38:26.478Z | [ host-image] Aug 15 05:38:25.318 INFO O| Aug 15 05:38:25.317 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9425 | 2024-08-15T05:38:26.488Z | [ host-image] Aug 15 05:38:25.330 INFO O| Aug 15 05:38:25.330 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9426 | 2024-08-15T05:38:26.488Z | [ host-image] Aug 15 05:38:25.330 INFO O| Aug 15 05:38:25.330 INFO STEP 133 (remove_files) COMPLETE |
9427 | 2024-08-15T05:38:26.488Z | [ host-image] Aug 15 05:38:25.330 INFO O| Aug 15 05:38:25.330 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9428 | 2024-08-15T05:38:26.499Z | [ host-image] Aug 15 05:38:25.341 INFO O| Aug 15 05:38:25.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9429 | 2024-08-15T05:38:26.499Z | [ host-image] Aug 15 05:38:25.342 INFO O| Aug 15 05:38:25.342 INFO STEP 134 (remove_files) COMPLETE |
9430 | 2024-08-15T05:38:26.502Z | [ host-image] Aug 15 05:38:25.342 INFO O| Aug 15 05:38:25.342 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9431 | 2024-08-15T05:38:26.511Z | [ host-image] Aug 15 05:38:25.354 INFO O| Aug 15 05:38:25.354 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9432 | 2024-08-15T05:38:26.511Z | [ host-image] Aug 15 05:38:25.354 INFO O| Aug 15 05:38:25.354 INFO STEP 135 (remove_files) COMPLETE |
9433 | 2024-08-15T05:38:26.513Z | [ host-image] Aug 15 05:38:25.354 INFO O| Aug 15 05:38:25.354 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9434 | 2024-08-15T05:38:26.522Z | [ host-image] Aug 15 05:38:25.365 INFO O| Aug 15 05:38:25.365 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9435 | 2024-08-15T05:38:26.522Z | [ host-image] Aug 15 05:38:25.366 INFO O| Aug 15 05:38:25.366 INFO STEP 136 (remove_files) COMPLETE |
9436 | 2024-08-15T05:38:26.527Z | [ host-image] Aug 15 05:38:25.366 INFO O| Aug 15 05:38:25.366 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9437 | 2024-08-15T05:38:26.534Z | [ host-image] Aug 15 05:38:25.378 INFO O| Aug 15 05:38:25.378 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9438 | 2024-08-15T05:38:26.535Z | [ host-image] Aug 15 05:38:25.378 INFO O| Aug 15 05:38:25.378 INFO STEP 137 (remove_files) COMPLETE |
9439 | 2024-08-15T05:38:26.535Z | [ host-image] Aug 15 05:38:25.378 INFO O| Aug 15 05:38:25.378 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9440 | 2024-08-15T05:38:26.547Z | [ host-image] Aug 15 05:38:25.390 INFO O| Aug 15 05:38:25.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9441 | 2024-08-15T05:38:26.547Z | [ host-image] Aug 15 05:38:25.390 INFO O| Aug 15 05:38:25.390 INFO STEP 138 (remove_files) COMPLETE |
9442 | 2024-08-15T05:38:26.550Z | [ host-image] Aug 15 05:38:25.390 INFO O| Aug 15 05:38:25.390 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9443 | 2024-08-15T05:38:26.558Z | [ host-image] Aug 15 05:38:25.402 INFO O| Aug 15 05:38:25.402 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9444 | 2024-08-15T05:38:26.561Z | [ host-image] Aug 15 05:38:25.402 INFO O| Aug 15 05:38:25.402 INFO STEP 139 (remove_files) COMPLETE |
9445 | 2024-08-15T05:38:26.561Z | [ host-image] Aug 15 05:38:25.402 INFO O| Aug 15 05:38:25.402 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9446 | 2024-08-15T05:38:26.569Z | [ host-image] Aug 15 05:38:25.413 INFO O| Aug 15 05:38:25.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9447 | 2024-08-15T05:38:26.570Z | [ host-image] Aug 15 05:38:25.413 INFO O| Aug 15 05:38:25.413 INFO STEP 140 (remove_files) COMPLETE |
9448 | 2024-08-15T05:38:26.570Z | [ host-image] Aug 15 05:38:25.413 INFO O| Aug 15 05:38:25.413 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9449 | 2024-08-15T05:38:26.581Z | [ host-image] Aug 15 05:38:25.424 INFO O| Aug 15 05:38:25.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9450 | 2024-08-15T05:38:26.581Z | [ host-image] Aug 15 05:38:25.424 INFO O| Aug 15 05:38:25.424 INFO STEP 141 (remove_files) COMPLETE |
9451 | 2024-08-15T05:38:26.584Z | [ host-image] Aug 15 05:38:25.424 INFO O| Aug 15 05:38:25.424 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9452 | 2024-08-15T05:38:26.591Z | [ host-image] Aug 15 05:38:25.434 INFO O| Aug 15 05:38:25.434 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9453 | 2024-08-15T05:38:26.591Z | [ host-image] Aug 15 05:38:25.434 INFO O| Aug 15 05:38:25.434 INFO STEP 142 (remove_files) COMPLETE |
9454 | 2024-08-15T05:38:26.594Z | [ host-image] Aug 15 05:38:25.434 INFO O| Aug 15 05:38:25.434 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9455 | 2024-08-15T05:38:26.601Z | [ host-image] Aug 15 05:38:25.444 INFO O| Aug 15 05:38:25.444 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9456 | 2024-08-15T05:38:26.604Z | [ host-image] Aug 15 05:38:25.444 INFO O| Aug 15 05:38:25.444 INFO STEP 143 (remove_files) COMPLETE |
9457 | 2024-08-15T05:38:26.604Z | [ host-image] Aug 15 05:38:25.444 INFO O| Aug 15 05:38:25.444 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9458 | 2024-08-15T05:38:26.612Z | [ host-image] Aug 15 05:38:25.455 INFO O| Aug 15 05:38:25.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9459 | 2024-08-15T05:38:26.612Z | [ host-image] Aug 15 05:38:25.455 INFO O| Aug 15 05:38:25.455 INFO STEP 144 (remove_files) COMPLETE |
9460 | 2024-08-15T05:38:26.615Z | [ host-image] Aug 15 05:38:25.455 INFO O| Aug 15 05:38:25.455 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9461 | 2024-08-15T05:38:26.622Z | [ host-image] Aug 15 05:38:25.465 INFO O| Aug 15 05:38:25.465 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9462 | 2024-08-15T05:38:26.622Z | [ host-image] Aug 15 05:38:25.465 INFO O| Aug 15 05:38:25.465 INFO STEP 145 (remove_files) COMPLETE |
9463 | 2024-08-15T05:38:26.622Z | [ host-image] Aug 15 05:38:25.465 INFO O| Aug 15 05:38:25.465 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9464 | 2024-08-15T05:38:26.632Z | [ host-image] Aug 15 05:38:25.475 INFO O| Aug 15 05:38:25.475 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9465 | 2024-08-15T05:38:26.635Z | [ host-image] Aug 15 05:38:25.476 INFO O| Aug 15 05:38:25.476 INFO STEP 146 (remove_files) COMPLETE |
9466 | 2024-08-15T05:38:26.635Z | [ host-image] Aug 15 05:38:25.476 INFO O| Aug 15 05:38:25.476 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9467 | 2024-08-15T05:38:26.642Z | [ host-image] Aug 15 05:38:25.485 INFO O| Aug 15 05:38:25.485 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9468 | 2024-08-15T05:38:26.649Z | [ host-image] Aug 15 05:38:25.485 INFO O| Aug 15 05:38:25.485 INFO STEP 147 (remove_files) COMPLETE |
9469 | 2024-08-15T05:38:26.649Z | [ host-image] Aug 15 05:38:25.485 INFO O| Aug 15 05:38:25.485 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9470 | 2024-08-15T05:38:26.654Z | [ host-image] Aug 15 05:38:25.496 INFO O| Aug 15 05:38:25.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9471 | 2024-08-15T05:38:26.654Z | [ host-image] Aug 15 05:38:25.496 INFO O| Aug 15 05:38:25.496 INFO STEP 148 (remove_files) COMPLETE |
9472 | 2024-08-15T05:38:26.656Z | [ host-image] Aug 15 05:38:25.496 INFO O| Aug 15 05:38:25.496 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9473 | 2024-08-15T05:38:26.663Z | [ host-image] Aug 15 05:38:25.506 INFO O| Aug 15 05:38:25.506 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9474 | 2024-08-15T05:38:26.663Z | [ host-image] Aug 15 05:38:25.506 INFO O| Aug 15 05:38:25.506 INFO STEP 149 (remove_files) COMPLETE |
9475 | 2024-08-15T05:38:26.663Z | [ host-image] Aug 15 05:38:25.506 INFO O| Aug 15 05:38:25.506 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9476 | 2024-08-15T05:38:26.673Z | [ host-image] Aug 15 05:38:25.516 INFO O| Aug 15 05:38:25.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9477 | 2024-08-15T05:38:26.673Z | [ host-image] Aug 15 05:38:25.516 INFO O| Aug 15 05:38:25.516 INFO STEP 150 (remove_files) COMPLETE |
9478 | 2024-08-15T05:38:26.676Z | [ host-image] Aug 15 05:38:25.516 INFO O| Aug 15 05:38:25.516 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9479 | 2024-08-15T05:38:26.684Z | [ host-image] Aug 15 05:38:25.527 INFO O| Aug 15 05:38:25.527 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9480 | 2024-08-15T05:38:26.684Z | [ host-image] Aug 15 05:38:25.527 INFO O| Aug 15 05:38:25.527 INFO STEP 151 (remove_files) COMPLETE |
9481 | 2024-08-15T05:38:26.686Z | [ host-image] Aug 15 05:38:25.527 INFO O| Aug 15 05:38:25.527 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9482 | 2024-08-15T05:38:26.694Z | [ host-image] Aug 15 05:38:25.538 INFO O| Aug 15 05:38:25.538 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9483 | 2024-08-15T05:38:26.694Z | [ host-image] Aug 15 05:38:25.538 INFO O| Aug 15 05:38:25.538 INFO STEP 152 (remove_files) COMPLETE |
9484 | 2024-08-15T05:38:26.695Z | [ host-image] Aug 15 05:38:25.538 INFO O| Aug 15 05:38:25.538 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9485 | 2024-08-15T05:38:26.705Z | [ host-image] Aug 15 05:38:25.549 INFO O| Aug 15 05:38:25.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9486 | 2024-08-15T05:38:26.705Z | [ host-image] Aug 15 05:38:25.549 INFO O| Aug 15 05:38:25.549 INFO STEP 153 (remove_files) COMPLETE |
9487 | 2024-08-15T05:38:26.705Z | [ host-image] Aug 15 05:38:25.549 INFO O| Aug 15 05:38:25.549 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9488 | 2024-08-15T05:38:26.717Z | [ host-image] Aug 15 05:38:25.560 INFO O| Aug 15 05:38:25.560 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9489 | 2024-08-15T05:38:26.717Z | [ host-image] Aug 15 05:38:25.560 INFO O| Aug 15 05:38:25.560 INFO STEP 154 (remove_files) COMPLETE |
9490 | 2024-08-15T05:38:26.720Z | [ host-image] Aug 15 05:38:25.560 INFO O| Aug 15 05:38:25.560 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9491 | 2024-08-15T05:38:26.728Z | [ host-image] Aug 15 05:38:25.571 INFO O| Aug 15 05:38:25.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9492 | 2024-08-15T05:38:26.728Z | [ host-image] Aug 15 05:38:25.571 INFO O| Aug 15 05:38:25.571 INFO STEP 155 (remove_files) COMPLETE |
9493 | 2024-08-15T05:38:26.731Z | [ host-image] Aug 15 05:38:25.571 INFO O| Aug 15 05:38:25.571 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9494 | 2024-08-15T05:38:26.744Z | [ host-image] Aug 15 05:38:25.587 INFO O| Aug 15 05:38:25.587 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9495 | 2024-08-15T05:38:26.744Z | [ host-image] Aug 15 05:38:25.587 INFO O| Aug 15 05:38:25.587 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_CHECKHASH": "1"} |
9496 | 2024-08-15T05:38:31.654Z | [ host-image] Aug 15 05:38:30.496 INFO O| Aug 15 05:38:30.496 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 |
9497 | 2024-08-15T05:38:31.654Z | [ host-image] Aug 15 05:38:30.496 INFO O| Aug 15 05:38:30.496 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9498 | 2024-08-15T05:38:31.670Z | [ host-image] Aug 15 05:38:30.512 INFO O| Aug 15 05:38:30.512 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9499 | 2024-08-15T05:38:31.752Z | [ host-image] Aug 15 05:38:30.595 INFO O| Aug 15 05:38:30.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9500 | 2024-08-15T05:38:31.752Z | [ host-image] Aug 15 05:38:30.595 INFO O| Aug 15 05:38:30.595 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9501 | 2024-08-15T05:38:31.755Z | [ host-image] Aug 15 05:38:30.597 INFO O| Aug 15 05:38:30.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9502 | 2024-08-15T05:38:31.755Z | [ host-image] Aug 15 05:38:30.597 INFO O| Aug 15 05:38:30.597 INFO ok! |
9503 | 2024-08-15T05:38:31.755Z | [ host-image] Aug 15 05:38:30.597 INFO O| Aug 15 05:38:30.597 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9504 | 2024-08-15T05:38:31.755Z | [ host-image] Aug 15 05:38:30.598 INFO O| Aug 15 05:38:30.597 INFO STEP 156 (seed_smf) COMPLETE |
9505 | 2024-08-15T05:38:31.755Z | [ host-image] Aug 15 05:38:30.598 INFO O| Aug 15 05:38:30.598 INFO steps complete; finalising image! |
9506 | 2024-08-15T05:38:31.758Z | [ host-image] Aug 15 05:38:30.598 INFO O| Aug 15 05:38:30.598 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9507 | 2024-08-15T05:38:31.899Z | [ host-image] Aug 15 05:38:30.741 INFO O| Aug 15 05:38:30.741 INFO trim TEMPORARY-gimlet-zfs: (24% trimmed, started at Thu Aug 15 05:38:30 2024) |
9508 | 2024-08-15T05:38:32.121Z | [ host-image] Aug 15 05:38:30.963 INFO O| Aug 15 05:38:30.963 INFO temporary pool has 662M used, 170M avail, 1.88x compressratio |
9509 | 2024-08-15T05:38:32.121Z | [ host-image] Aug 15 05:38:30.963 INFO O| Aug 15 05:38:30.963 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9510 | 2024-08-15T05:38:32.434Z | [ host-image] Aug 15 05:38:31.277 INFO O| Aug 15 05:38:31.277 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9511 | 2024-08-15T05:38:32.434Z | [ host-image] Aug 15 05:38:31.277 INFO O| Aug 15 05:38:31.277 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9512 | 2024-08-15T05:38:33.475Z | [ host-image] Aug 15 05:38:32.315 INFO O| Aug 15 05:38:32.315 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9513 | 2024-08-15T05:38:33.476Z | [ host-image] Aug 15 05:38:32.315 INFO O| Aug 15 05:38:32.315 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9514 | 2024-08-15T05:38:33.481Z | [ host-image] Aug 15 05:38:32.315 INFO O| Aug 15 05:38:32.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9515 | 2024-08-15T05:38:33.481Z | [ host-image] Aug 15 05:38:32.315 INFO O| Aug 15 05:38:32.315 INFO completed processing gimlet/zfs |
9516 | 2024-08-15T05:38:33.481Z | [ host-image] Aug 15 05:38:32.315 INFO O| Aug 15 05:38:32.315 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9517 | 2024-08-15T05:38:39.921Z | [ host-image] Aug 15 05:38:38.763 INFO O| Aug 15 05:38:38.762 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9518 | 2024-08-15T05:38:40.001Z | [ host-image] Aug 15 05:38:38.842 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
9519 | 2024-08-15T05:38:40.001Z | [ host-image] Aug 15 05:38:38.842 INFO expanded image name: "ci 4d6683a/${os_short_commit} 2024-08-15 05:07" -> "ci 4d6683a/f449ff4 2024-08-15 05:07" |
9520 | 2024-08-15T05:38:40.004Z | [ host-image] Aug 15 05:38:38.842 INFO output artefacts stored in: "/work/os-host" |
9521 | 2024-08-15T05:38:40.004Z | [ host-image] Aug 15 05:38:38.842 INFO collecting git info from project "chelsio-t6-roms"... |
9522 | 2024-08-15T05:38:40.007Z | [ host-image] Aug 15 05:38:38.848 INFO collecting git info from project "amd-firmware"... |
9523 | 2024-08-15T05:38:40.015Z | [ host-image] Aug 15 05:38:38.857 INFO collecting git info from project "amd-host-image-builder"... |
9524 | 2024-08-15T05:38:40.029Z | [ host-image] Aug 15 05:38:38.871 INFO collecting git info from project "pinprick"... |
9525 | 2024-08-15T05:38:40.034Z | [ host-image] Aug 15 05:38:38.876 INFO collecting git info from project "bootserver"... |
9526 | 2024-08-15T05:38:40.038Z | [ host-image] Aug 15 05:38:38.880 INFO collecting git info from project "pilot"... |
9527 | 2024-08-15T05:38:40.044Z | [ host-image] Aug 15 05:38:38.885 INFO collecting git info from project "image-builder"... |
9528 | 2024-08-15T05:38:40.048Z | [ host-image] Aug 15 05:38:38.890 INFO collecting git info from project "phbl"... |
9529 | 2024-08-15T05:38:40.053Z | [ host-image] Aug 15 05:38:38.895 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9530 | 2024-08-15T05:38:40.426Z | [ host-image] Aug 15 05:38:39.267 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9531 | 2024-08-15T05:38:40.783Z | [ host-image] Aug 15 05:38:39.624 INFO creating Oxide boot image... |
9532 | 2024-08-15T05:38:40.783Z | [ host-image] Aug 15 05:38:39.624 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4d6683a/f449ff4 2024-08-15 05:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9533 | 2024-08-15T05:38:41.722Z | [ host-image] Aug 15 05:38:40.563 INFO O| ok, image written! |
9534 | 2024-08-15T05:38:41.722Z | [ host-image] Aug 15 05:38:40.564 INFO O| ok, boot_image_csum file written! |
9535 | 2024-08-15T05:38:41.725Z | [ host-image] Aug 15 05:38:40.567 INFO creating boot archive (CPIO)... |
9536 | 2024-08-15T05:38:41.728Z | [ host-image] Aug 15 05:38:40.567 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 |
9537 | 2024-08-15T05:38:41.733Z | [ host-image] Aug 15 05:38:40.574 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9538 | 2024-08-15T05:38:41.733Z | [ host-image] Aug 15 05:38:40.574 INFO E| + outfile=/work/os-host/cpio |
9539 | 2024-08-15T05:38:41.735Z | [ host-image] Aug 15 05:38:40.574 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9540 | 2024-08-15T05:38:41.735Z | [ host-image] Aug 15 05:38:40.576 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9541 | 2024-08-15T05:38:41.735Z | [ host-image] Aug 15 05:38:40.576 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9542 | 2024-08-15T05:38:41.771Z | [ host-image] Aug 15 05:38:40.612 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9543 | 2024-08-15T05:38:41.771Z | [ host-image] Aug 15 05:38:40.612 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9544 | 2024-08-15T05:38:41.780Z | [ host-image] Aug 15 05:38:40.621 INFO creating compressed cpio/unix for nanobl-rs... |
9545 | 2024-08-15T05:38:41.780Z | [ host-image] Aug 15 05:38:40.621 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 |
9546 | 2024-08-15T05:38:42.071Z | [ host-image] Aug 15 05:38:40.912 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9547 | 2024-08-15T05:38:46.414Z | [ host-image] Aug 15 05:38:45.254 INFO creating reset image... |
9548 | 2024-08-15T05:38:46.416Z | [ host-image] Aug 15 05:38:45.254 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9549 | 2024-08-15T05:38:46.503Z | [ host-image] Aug 15 05:38:45.343 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9550 | 2024-08-15T05:38:46.505Z | [ host-image] Aug 15 05:38:45.344 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9551 | 2024-08-15T05:38:46.571Z | [ host-image] Aug 15 05:38:45.411 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9552 | 2024-08-15T05:38:48.825Z | [ host-image] Aug 15 05:38:47.666 INFO E| Finished `release` profile [optimized] target(s) in 2.30s |
9553 | 2024-08-15T05:38:48.837Z | [ host-image] Aug 15 05:38:47.677 INFO building host image... |
9554 | 2024-08-15T05:38:48.837Z | [ host-image] Aug 15 05:38:47.677 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") |
9555 | 2024-08-15T05:38:49.299Z | [ host-image] Aug 15 05:38:48.139 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9556 | 2024-08-15T05:39:36.224Z | [ host-image] Aug 15 05:39:35.058 INFO image complete! materials are in "/work/os-host" |
9557 | 2024-08-15T05:39:36.226Z | [ host-image] |
9558 | 2024-08-15T05:39:36.229Z | [ host-image] real 10:53.861655604 |
9559 | 2024-08-15T05:39:36.229Z | [ host-image] user 3:58.137155900 |
9560 | 2024-08-15T05:39:36.229Z | [ host-image] sys 46.600804943 |
9561 | 2024-08-15T05:39:36.229Z | [ host-image] trap 0.121633226 |
9562 | 2024-08-15T05:39:36.229Z | [ host-image] tflt 0.027864098 |
9563 | 2024-08-15T05:39:36.229Z | [ host-image] dflt 0.021704385 |
9564 | 2024-08-15T05:39:36.229Z | [ host-image] kflt 0.000003919 |
9565 | 2024-08-15T05:39:36.229Z | [ host-image] lock 4:31.250731237 |
9566 | 2024-08-15T05:39:36.229Z | [ host-image] slp 1:03:00.955227844 |
9567 | 2024-08-15T05:39:36.229Z | [ host-image] lat 45.212044481 |
9568 | 2024-08-15T05:39:36.229Z | [ host-image] stop 0.897031281 |
9569 | 2024-08-15T05:39:36.229Z | Aug 15 05:39:35.062 INFO [host-image] process exited with exit status: 0 (653.875218538s) |
9570 | 2024-08-15T05:39:36.229Z | Aug 15 05:39:35.062 INFO [tuf-repo] running task |
9571 | 2024-08-15T05:39:43.532Z | Aug 15 05:39:42.365 INFO assembling repository in `/tmp/tufaceousz4qOQB`, component: OmicronRepoAssembler |
9572 | 2024-08-15T05:39:48.337Z | Aug 15 05:39:47.171 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9573 | 2024-08-15T05:39:48.526Z | Aug 15 05:39:47.360 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9574 | 2024-08-15T05:39:59.696Z | Aug 15 05:39:58.528 INFO [tuf-repo] task succeeded (23.465940255s) |
9575 | 2024-08-15T05:39:59.696Z | Aug 15 05:39:58.528 INFO all jobs completed in 1932.347550453s |
9576 | 2024-08-15T05:40:00.241Z | process exited: duration 2494777 ms, exit code 0 |
|
9577 | 2024-08-15T05:40:00.251Z | found 33 output files |
9578 | 2024-08-15T05:40:00.251Z | uploading: /work/manifest.toml (8404 bytes) |
9579 | 2024-08-15T05:40:01.262Z | uploaded: /work/manifest.toml |
9580 | 2024-08-15T05:40:01.272Z | uploading: /work/repo.zip (1783030041 bytes) |
9581 | 2024-08-15T05:40:43.197Z | uploaded: /work/repo.zip |
9582 | 2024-08-15T05:40:43.197Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9583 | 2024-08-15T05:40:44.312Z | uploaded: /work/repo.zip.sha256.txt |
9584 | 2024-08-15T05:40:44.313Z | uploading: /work/helios-setup.log (52285 bytes) |
9585 | 2024-08-15T05:40:45.358Z | uploaded: /work/helios-setup.log |
9586 | 2024-08-15T05:40:45.358Z | uploading: /work/host-image.log (197450 bytes) |
9587 | 2024-08-15T05:40:46.379Z | uploaded: /work/host-image.log |
9588 | 2024-08-15T05:40:46.392Z | uploading: /work/host-package.log (18933 bytes) |
9589 | 2024-08-15T05:40:47.448Z | uploaded: /work/host-package.log |
9590 | 2024-08-15T05:40:47.448Z | uploading: /work/host-target.log (101 bytes) |
9591 | 2024-08-15T05:40:48.474Z | uploaded: /work/host-target.log |
9592 | 2024-08-15T05:40:48.474Z | uploading: /work/omicron-package.log (4520 bytes) |
9593 | 2024-08-15T05:40:53.227Z | uploaded: /work/omicron-package.log |
9594 | 2024-08-15T05:40:53.227Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9595 | 2024-08-15T05:40:54.325Z | uploaded: /work/phbl-toolchain.log |
9596 | 2024-08-15T05:40:54.326Z | uploading: /work/recovery-image.log (593096 bytes) |
9597 | 2024-08-15T05:40:55.344Z | uploaded: /work/recovery-image.log |
9598 | 2024-08-15T05:40:55.344Z | uploading: /work/recovery-package.log (282 bytes) |
9599 | 2024-08-15T05:40:56.352Z | uploaded: /work/recovery-package.log |
9600 | 2024-08-15T05:40:56.352Z | uploading: /work/recovery-target.log (98 bytes) |
9601 | 2024-08-15T05:40:57.359Z | uploaded: /work/recovery-target.log |
9602 | 2024-08-15T05:40:57.359Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9603 | 2024-08-15T05:40:58.367Z | uploaded: /work/stamp-clickhouse.log |
9604 | 2024-08-15T05:40:58.367Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9605 | 2024-08-15T05:40:59.374Z | uploaded: /work/stamp-clickhouse_keeper.log |
9606 | 2024-08-15T05:40:59.374Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9607 | 2024-08-15T05:41:00.381Z | uploaded: /work/stamp-cockroachdb.log |
9608 | 2024-08-15T05:41:00.384Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9609 | 2024-08-15T05:41:01.390Z | uploaded: /work/stamp-crucible-dtrace.log |
9610 | 2024-08-15T05:41:01.390Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9611 | 2024-08-15T05:41:02.399Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9612 | 2024-08-15T05:41:02.399Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9613 | 2024-08-15T05:41:03.407Z | uploaded: /work/stamp-crucible-zone.log |
9614 | 2024-08-15T05:41:03.407Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9615 | 2024-08-15T05:41:04.416Z | uploaded: /work/stamp-external-dns.log |
9616 | 2024-08-15T05:41:04.416Z | uploading: /work/stamp-installinator.log (103 bytes) |
9617 | 2024-08-15T05:41:05.423Z | uploaded: /work/stamp-installinator.log |
9618 | 2024-08-15T05:41:05.423Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9619 | 2024-08-15T05:41:06.431Z | uploaded: /work/stamp-internal-dns.log |
9620 | 2024-08-15T05:41:06.431Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9621 | 2024-08-15T05:41:07.438Z | uploaded: /work/stamp-mg-ddm-gz.log |
9622 | 2024-08-15T05:41:07.438Z | uploading: /work/stamp-nexus.log (112 bytes) |
9623 | 2024-08-15T05:41:08.444Z | uploaded: /work/stamp-nexus.log |
9624 | 2024-08-15T05:41:08.444Z | uploading: /work/stamp-ntp.log (110 bytes) |
9625 | 2024-08-15T05:41:09.453Z | uploaded: /work/stamp-ntp.log |
9626 | 2024-08-15T05:41:09.453Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9627 | 2024-08-15T05:41:10.461Z | uploaded: /work/stamp-omicron-sled-agent.log |
9628 | 2024-08-15T05:41:10.461Z | uploading: /work/stamp-overlay.log (114 bytes) |
9629 | 2024-08-15T05:41:11.468Z | uploaded: /work/stamp-overlay.log |
9630 | 2024-08-15T05:41:11.468Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9631 | 2024-08-15T05:41:12.475Z | uploaded: /work/stamp-oximeter.log |
9632 | 2024-08-15T05:41:12.475Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9633 | 2024-08-15T05:41:13.482Z | uploaded: /work/stamp-oxlog.log |
9634 | 2024-08-15T05:41:13.482Z | uploading: /work/stamp-probe.log (112 bytes) |
9635 | 2024-08-15T05:41:14.489Z | uploaded: /work/stamp-probe.log |
9636 | 2024-08-15T05:41:14.489Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9637 | 2024-08-15T05:41:15.497Z | uploaded: /work/stamp-propolis-server.log |
9638 | 2024-08-15T05:41:15.497Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9639 | 2024-08-15T05:41:16.505Z | uploaded: /work/stamp-pumpkind-gz.log |
9640 | 2024-08-15T05:41:16.505Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9641 | 2024-08-15T05:41:17.512Z | uploaded: /work/stamp-switch-asic.log |
9642 | 2024-08-15T05:41:17.512Z | uploading: /work/verify-libraries.log (1883 bytes) |
9643 | 2024-08-15T05:41:18.520Z | uploaded: /work/verify-libraries.log |