|
|
|
1 | 2024-08-02T16:42:03.429Z | job assigned to worker 01J49ZER66YSJJ6FQ77MSWE9W5 (queued for 1 m 3 s) |
|
2 | 2024-08-02T16:42:11.416Z | starting task 0: "setup" |
3 | 2024-08-02T16:42:11.474Z | ++ uname -s |
4 | 2024-08-02T16:42:11.477Z | + kern=SunOS |
5 | 2024-08-02T16:42:11.477Z | + case "$kern" in |
6 | 2024-08-02T16:42:11.477Z | + groupadd -g 12345 build |
7 | 2024-08-02T16:42:11.480Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T16:42:13.490Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T16:42:13.601Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T16:42:13.604Z | + home_fs=zfs |
11 | 2024-08-02T16:42:13.604Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T16:42:13.604Z | + mkdir -p /home/build |
13 | 2024-08-02T16:42:13.607Z | + chown build:build /home/build /work |
14 | 2024-08-02T16:42:15.607Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T16:42:15.611Z | process exited: duration 4193 ms, exit code 0 |
|
16 | 2024-08-02T16:42:15.618Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T16:42:15.624Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T16:42:15.624Z | ' 1.78.0 |
19 | 2024-08-02T16:42:15.624Z | * toolchain channel = "1.78.0" |
20 | 2024-08-02T16:42:15.624Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-02T16:42:15.624Z | ' default |
22 | 2024-08-02T16:42:15.624Z | * toolchain profile = "default" |
23 | 2024-08-02T16:42:15.627Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T16:42:15.627Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-08-02T16:42:15.722Z | info: downloading installer |
26 | 2024-08-02T16:42:16.885Z | info: profile set to 'default' |
27 | 2024-08-02T16:42:16.885Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T16:42:16.888Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-08-02T16:42:17.009Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-08-02T16:42:17.009Z | info: downloading component 'cargo' |
31 | 2024-08-02T16:42:17.669Z | info: downloading component 'clippy' |
32 | 2024-08-02T16:42:17.889Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T16:42:18.759Z | info: downloading component 'rust-std' |
34 | 2024-08-02T16:42:20.148Z | info: downloading component 'rustc' |
35 | 2024-08-02T16:42:23.717Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T16:42:23.909Z | info: installing component 'cargo' |
37 | 2024-08-02T16:42:24.814Z | info: installing component 'clippy' |
38 | 2024-08-02T16:42:25.212Z | info: installing component 'rust-docs' |
39 | 2024-08-02T16:42:26.708Z | info: installing component 'rust-std' |
40 | 2024-08-02T16:42:28.540Z | info: installing component 'rustc' |
41 | 2024-08-02T16:42:33.285Z | info: installing component 'rustfmt' |
42 | 2024-08-02T16:42:33.638Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-08-02T16:42:33.638Z | |
44 | 2024-08-02T16:42:33.910Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-08-02T16:42:33.910Z | |
46 | 2024-08-02T16:42:33.913Z | |
47 | 2024-08-02T16:42:33.913Z | Rust is installed now. Great! |
48 | 2024-08-02T16:42:33.913Z | |
49 | 2024-08-02T16:42:33.913Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T16:42:33.913Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T16:42:33.913Z | |
52 | 2024-08-02T16:42:33.913Z | To configure your current shell, you need to source |
53 | 2024-08-02T16:42:33.913Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T16:42:33.913Z | |
55 | 2024-08-02T16:42:33.913Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T16:42:33.913Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T16:42:33.913Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T16:42:33.979Z | + rustc --version |
59 | 2024-08-02T16:42:34.043Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-08-02T16:42:34.045Z | process exited: duration 18427 ms, exit code 0 |
|
61 | 2024-08-02T16:42:34.053Z | starting task 2: "authentication" |
62 | 2024-08-02T16:42:34.073Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-02T16:42:34.082Z | starting task 3: "clone repository" |
64 | 2024-08-02T16:42:34.085Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T16:42:34.091Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T16:42:34.258Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T16:42:41.352Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T16:42:41.352Z | + git fetch origin fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
69 | 2024-08-02T16:42:41.870Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T16:42:41.870Z | * branch fcaf48be81455748a28872c53a3ae5e0dfd40aa0 -> FETCH_HEAD |
71 | 2024-08-02T16:42:41.878Z | + [[ -n '' ]] |
72 | 2024-08-02T16:42:41.878Z | + git reset --hard fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
73 | 2024-08-02T16:42:42.015Z | HEAD is now at fcaf48be8 Snapshot creation races with region replacement |
74 | 2024-08-02T16:42:42.018Z | process exited: duration 7936 ms, exit code 0 |
|
75 | 2024-08-02T16:42:42.024Z | starting task 4: "build" |
76 | 2024-08-02T16:42:42.029Z | + cargo --version |
77 | 2024-08-02T16:42:42.082Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-08-02T16:42:42.085Z | + rustc --version |
79 | 2024-08-02T16:42:42.140Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-08-02T16:42:42.143Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
81 | 2024-08-02T16:43:02.737Z | Startup: Refreshing catalog 'helios-dev' ... Done |
82 | 2024-08-02T16:43:04.975Z | Startup: Caching catalogs ... Done |
83 | 2024-08-02T16:43:08.804Z | Planning: Solver setup ... Done (3.247s) |
84 | 2024-08-02T16:43:08.867Z | Planning: Running solver ... Done (0.061s) |
85 | 2024-08-02T16:43:08.916Z | Planning: Finding local manifests ... Done (0.003s) |
86 | 2024-08-02T16:43:08.956Z | Planning: Fetching manifests: 0/4 0% complete |
87 | 2024-08-02T16:43:09.615Z | Planning: Fetching manifests: 4/4 100% complete |
88 | 2024-08-02T16:43:09.667Z | Planning: Package planning ... Done (0.052s) |
89 | 2024-08-02T16:43:09.719Z | Planning: Merging actions ... Done (0.051s) |
90 | 2024-08-02T16:43:10.643Z | Planning: Checking for conflicting actions ... Done (0.923s) |
91 | 2024-08-02T16:43:10.654Z | Planning: Consolidating action changes ... Done (0.011s) |
92 | 2024-08-02T16:43:15.116Z | Planning: Evaluating mediators ... Done (4.462s) |
93 | 2024-08-02T16:43:15.126Z | Planning: Planning completed in 10.08 seconds |
94 | 2024-08-02T16:43:15.160Z | Packages to install: 4 |
95 | 2024-08-02T16:43:15.160Z | Mediators to change: 2 |
96 | 2024-08-02T16:43:15.163Z | Services to change: 1 |
97 | 2024-08-02T16:43:15.163Z | Estimated space available: 155.77 GB |
98 | 2024-08-02T16:43:15.163Z | Estimated space to be consumed: 1.47 GB |
99 | 2024-08-02T16:43:15.163Z | Create boot environment: No |
100 | 2024-08-02T16:43:15.163Z | Create backup boot environment: No |
101 | 2024-08-02T16:43:15.163Z | Rebuild boot archive: No |
102 | 2024-08-02T16:43:15.163Z | |
103 | 2024-08-02T16:43:15.163Z | Changed mediators: |
104 | 2024-08-02T16:43:15.163Z | mediator clang: |
105 | 2024-08-02T16:43:15.163Z | version: None -> 15 (system default) |
106 | 2024-08-02T16:43:15.163Z | |
107 | 2024-08-02T16:43:15.163Z | mediator llvm: |
108 | 2024-08-02T16:43:15.163Z | version: 14 (system default) -> 15 (system default) |
109 | 2024-08-02T16:43:15.163Z | |
110 | 2024-08-02T16:43:15.163Z | Changed packages: |
111 | 2024-08-02T16:43:15.163Z | helios-dev |
112 | 2024-08-02T16:43:15.163Z | developer/build-essential |
113 | 2024-08-02T16:43:15.163Z | None -> 11-2.0 |
114 | 2024-08-02T16:43:15.163Z | library/libxmlsec1 |
115 | 2024-08-02T16:43:15.163Z | None -> 1.2.35-2.0 |
116 | 2024-08-02T16:43:15.163Z | ooce/developer/clang-15 |
117 | 2024-08-02T16:43:15.163Z | None -> 15.0.7-2.0 |
118 | 2024-08-02T16:43:15.163Z | ooce/developer/llvm-15 |
119 | 2024-08-02T16:43:15.163Z | None -> 15.0.7-2.0 |
120 | 2024-08-02T16:43:15.163Z | |
121 | 2024-08-02T16:43:15.163Z | Services: |
122 | 2024-08-02T16:43:15.163Z | restart_fmri: |
123 | 2024-08-02T16:43:15.163Z | svc:/system/update-man-index:default |
124 | 2024-08-02T16:43:15.287Z | |
125 | 2024-08-02T16:43:15.287Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
126 | 2024-08-02T16:43:21.630Z | Download: 211/3290 items 1.3/212.6MB 0% complete (883k/s) |
127 | 2024-08-02T16:43:26.630Z | Download: 1109/3290 items 25.5/212.6MB 11% complete (2.4M/s) |
128 | 2024-08-02T16:43:31.632Z | Download: 1572/3290 items 116.0/212.6MB 54% complete (11.5M/s) |
129 | 2024-08-02T16:43:36.637Z | Download: 2461/3290 items 120.2/212.6MB 56% complete (9.8M/s) |
130 | 2024-08-02T16:43:41.219Z | Download: Completed 212.60 MB in 25.93 seconds (8.2M/s) |
131 | 2024-08-02T16:43:41.680Z | Actions: 1/3689 actions (Installing new actions) |
132 | 2024-08-02T16:43:46.720Z | Actions: 3603/3689 actions (Installing new actions) |
133 | 2024-08-02T16:43:46.767Z | Actions: Completed 3689 actions in 5.09 seconds. |
134 | 2024-08-02T16:43:47.035Z | Done (0.260s) |
135 | 2024-08-02T16:43:47.035Z | Done (0.000s) |
136 | 2024-08-02T16:43:47.384Z | Done (0.353s) |
137 | 2024-08-02T16:43:52.659Z | Done (5.116s) |
138 | 2024-08-02T16:43:52.847Z | Done (0.119s) |
139 | 2024-08-02T16:43:52.851Z | Done (0.000s) |
140 | 2024-08-02T16:43:53.051Z | Done (0.000s) |
141 | 2024-08-02T16:43:53.637Z | Planning: Evaluating mediator changes ... Done |
142 | 2024-08-02T16:43:53.797Z | Planning: Checking for conflicting actions ... Done |
143 | 2024-08-02T16:43:53.800Z | Planning: Consolidating action changes ... Done |
144 | 2024-08-02T16:43:54.060Z | Planning: Evaluating mediators ... Done |
145 | 2024-08-02T16:43:54.064Z | Planning: Planning completed in 0.42 seconds |
146 | 2024-08-02T16:43:54.093Z | Mediators to change: 2 |
147 | 2024-08-02T16:43:54.093Z | Create boot environment: No |
148 | 2024-08-02T16:43:54.094Z | Create backup boot environment: No |
149 | 2024-08-02T16:43:54.175Z | Done |
150 | 2024-08-02T16:43:54.175Z | Done |
151 | 2024-08-02T16:43:54.389Z | Done |
152 | 2024-08-02T16:43:57.971Z | Done |
153 | 2024-08-02T16:43:58.048Z | Done |
154 | 2024-08-02T16:43:58.048Z | Done |
155 | 2024-08-02T16:43:58.199Z | Done |
156 | 2024-08-02T16:43:58.825Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-08-02T16:43:58.828Z | Planning: Merging actions ... Done |
158 | 2024-08-02T16:43:59.014Z | Planning: Checking for conflicting actions ... Done |
159 | 2024-08-02T16:43:59.017Z | Planning: Consolidating action changes ... Done |
160 | 2024-08-02T16:43:59.276Z | Planning: Evaluating mediators ... Done |
161 | 2024-08-02T16:43:59.332Z | Planning: Planning completed in 0.75 seconds |
162 | 2024-08-02T16:43:59.366Z | Packages to change: 1 |
163 | 2024-08-02T16:43:59.366Z | Mediators to change: 1 |
164 | 2024-08-02T16:43:59.366Z | Services to change: 1 |
165 | 2024-08-02T16:43:59.366Z | Create boot environment: No |
166 | 2024-08-02T16:43:59.366Z | Create backup boot environment: Yes |
167 | 2024-08-02T16:44:01.368Z | Actions: 1/6 actions (Updating modified actions) |
168 | 2024-08-02T16:44:01.432Z | Actions: Completed 6 actions in 0.06 seconds. |
169 | 2024-08-02T16:44:01.435Z | Done |
170 | 2024-08-02T16:44:01.435Z | Done |
171 | 2024-08-02T16:44:01.506Z | Done |
172 | 2024-08-02T16:44:05.208Z | Done |
173 | 2024-08-02T16:44:05.289Z | Done |
174 | 2024-08-02T16:44:05.292Z | Done |
175 | 2024-08-02T16:44:05.463Z | Done |
176 | 2024-08-02T16:44:05.896Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
177 | 2024-08-02T16:44:05.896Z | clang system 15 system |
178 | 2024-08-02T16:44:05.896Z | csh system system illumos |
179 | 2024-08-02T16:44:05.896Z | ctags system system illumos |
180 | 2024-08-02T16:44:05.896Z | gcc vendor 12 vendor |
181 | 2024-08-02T16:44:05.896Z | gcc system 10 system |
182 | 2024-08-02T16:44:05.896Z | gcc system 7 system |
183 | 2024-08-02T16:44:05.896Z | go system 1.20 system |
184 | 2024-08-02T16:44:05.896Z | go system 1.19 system |
185 | 2024-08-02T16:44:05.896Z | llvm system 15 system |
186 | 2024-08-02T16:44:05.896Z | llvm system 14 system |
187 | 2024-08-02T16:44:05.896Z | mariadb system 10.6 system |
188 | 2024-08-02T16:44:05.896Z | mta vendor vendor dma |
189 | 2024-08-02T16:44:05.896Z | openjdk system 17 system |
190 | 2024-08-02T16:44:05.896Z | openjdk system 11 system |
191 | 2024-08-02T16:44:05.896Z | openjdk system 1.8 system |
192 | 2024-08-02T16:44:05.896Z | openssl vendor 3 vendor |
193 | 2024-08-02T16:44:05.896Z | perl system 5.36 system |
194 | 2024-08-02T16:44:05.897Z | postgresql system 15 system |
195 | 2024-08-02T16:44:05.897Z | postgresql system 13 system |
196 | 2024-08-02T16:44:05.897Z | python vendor 3 vendor |
197 | 2024-08-02T16:44:05.897Z | python system 2 system |
198 | 2024-08-02T16:44:05.897Z | python3 system 3.11 system |
199 | 2024-08-02T16:44:05.897Z | ruby system 3.0 system |
200 | 2024-08-02T16:44:05.897Z | words vendor vendor american-english |
201 | 2024-08-02T16:44:05.897Z | words system system australian-english |
202 | 2024-08-02T16:44:05.897Z | words system system british-english |
203 | 2024-08-02T16:44:05.897Z | words system system canadian-english |
204 | 2024-08-02T16:44:05.897Z | words system system french |
205 | 2024-08-02T16:44:05.897Z | words system system italian |
206 | 2024-08-02T16:44:05.897Z | words system system ngerman |
207 | 2024-08-02T16:44:05.897Z | words system system ogerman |
208 | 2024-08-02T16:44:05.897Z | words system system spanish |
209 | 2024-08-02T16:44:06.233Z | PUBLISHER TYPE STATUS P LOCATION |
210 | 2024-08-02T16:44:06.233Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
211 | 2024-08-02T16:44:07.910Z | FMRI IFO |
212 | 2024-08-02T16:44:07.910Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
213 | 2024-08-02T16:44:07.910Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
214 | 2024-08-02T16:44:07.910Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
215 | 2024-08-02T16:44:07.910Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
216 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
217 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
218 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
219 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
220 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
221 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
222 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
223 | 2024-08-02T16:44:07.911Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
224 | 2024-08-02T16:44:08.457Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
225 | 2024-08-02T16:44:08.800Z | Updating git repository `https://github.com/oxidecomputer/zone` |
226 | 2024-08-02T16:44:09.064Z | Updating crates.io index |
227 | 2024-08-02T16:44:09.067Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
228 | 2024-08-02T16:44:09.904Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
229 | 2024-08-02T16:44:10.671Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
230 | 2024-08-02T16:44:10.966Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
231 | 2024-08-02T16:44:12.903Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
232 | 2024-08-02T16:44:13.393Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
233 | 2024-08-02T16:44:13.607Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
234 | 2024-08-02T16:44:14.768Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
235 | 2024-08-02T16:44:16.997Z | Updating git repository `https://github.com/oxidecomputer/opte` |
236 | 2024-08-02T16:44:17.993Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
237 | 2024-08-02T16:44:18.788Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
238 | 2024-08-02T16:44:19.398Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
239 | 2024-08-02T16:44:19.666Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
240 | 2024-08-02T16:44:19.926Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
241 | 2024-08-02T16:44:20.212Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
242 | 2024-08-02T16:44:20.462Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
243 | 2024-08-02T16:44:20.661Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
244 | 2024-08-02T16:44:20.897Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
245 | 2024-08-02T16:44:21.186Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
246 | 2024-08-02T16:44:21.479Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
247 | 2024-08-02T16:44:21.835Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
248 | 2024-08-02T16:44:22.083Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
249 | 2024-08-02T16:44:22.740Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
250 | 2024-08-02T16:44:23.057Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
251 | 2024-08-02T16:44:23.406Z | Updating git repository `https://github.com/oxidecomputer/typify` |
252 | 2024-08-02T16:44:25.439Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
253 | 2024-08-02T16:44:25.785Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
254 | 2024-08-02T16:44:26.028Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
255 | 2024-08-02T16:44:26.425Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
256 | 2024-08-02T16:44:27.551Z | Downloading crates ... |
257 | 2024-08-02T16:44:27.636Z | Downloaded anstyle-query v1.0.3 |
258 | 2024-08-02T16:44:27.639Z | Downloaded colorchoice v1.0.1 |
259 | 2024-08-02T16:44:27.639Z | Downloaded byteorder v1.5.0 |
260 | 2024-08-02T16:44:27.643Z | Downloaded block-buffer v0.10.4 |
261 | 2024-08-02T16:44:27.643Z | Downloaded itoa v1.0.11 |
262 | 2024-08-02T16:44:27.645Z | Downloaded autocfg v1.3.0 |
263 | 2024-08-02T16:44:27.648Z | Downloaded anstyle v1.0.8 |
264 | 2024-08-02T16:44:27.648Z | Downloaded pretty-hex v0.4.1 |
265 | 2024-08-02T16:44:27.652Z | Downloaded scroll_derive v0.12.0 |
266 | 2024-08-02T16:44:27.655Z | Downloaded usdt-attr-macro v0.5.0 |
267 | 2024-08-02T16:44:27.657Z | Downloaded usdt-macro v0.5.0 |
268 | 2024-08-02T16:44:27.660Z | Downloaded anstyle-parse v0.2.4 |
269 | 2024-08-02T16:44:27.663Z | Downloaded cargo_metadata v0.18.1 |
270 | 2024-08-02T16:44:27.665Z | Downloaded dtrace-parser v0.2.0 |
271 | 2024-08-02T16:44:27.665Z | Downloaded proc-macro-error-attr v1.0.4 |
272 | 2024-08-02T16:44:27.665Z | Downloaded heck v0.4.1 |
273 | 2024-08-02T16:44:27.668Z | Downloaded cfg-if v1.0.0 |
274 | 2024-08-02T16:44:27.668Z | Downloaded errno v0.3.9 |
275 | 2024-08-02T16:44:27.670Z | Downloaded crypto-common v0.1.6 |
276 | 2024-08-02T16:44:27.673Z | Downloaded memmap v0.7.0 |
277 | 2024-08-02T16:44:27.676Z | Downloaded clap_lex v0.7.0 |
278 | 2024-08-02T16:44:27.678Z | Downloaded thiserror-impl v1.0.63 |
279 | 2024-08-02T16:44:27.681Z | Downloaded strsim v0.11.1 |
280 | 2024-08-02T16:44:27.684Z | Downloaded bytecount v0.6.8 |
281 | 2024-08-02T16:44:27.684Z | Downloaded serde_tokenstream v0.2.1 |
282 | 2024-08-02T16:44:27.687Z | Downloaded quote v1.0.36 |
283 | 2024-08-02T16:44:27.690Z | Downloaded pest_derive v2.7.10 |
284 | 2024-08-02T16:44:27.692Z | Downloaded terminal_size v0.3.0 |
285 | 2024-08-02T16:44:27.695Z | Downloaded dof v0.3.0 |
286 | 2024-08-02T16:44:27.695Z | Downloaded fs-err v2.11.0 |
287 | 2024-08-02T16:44:27.698Z | Downloaded anstream v0.6.14 |
288 | 2024-08-02T16:44:27.701Z | Downloaded camino v1.1.7 |
289 | 2024-08-02T16:44:27.704Z | Downloaded is_terminal_polyfill v1.70.0 |
290 | 2024-08-02T16:44:27.706Z | Downloaded equivalent v1.0.1 |
291 | 2024-08-02T16:44:27.716Z | Downloaded swrite v0.1.0 |
292 | 2024-08-02T16:44:27.723Z | Downloaded log v0.4.21 |
293 | 2024-08-02T16:44:27.726Z | Downloaded pest_meta v2.7.10 |
294 | 2024-08-02T16:44:27.729Z | Downloaded anyhow v1.0.86 |
295 | 2024-08-02T16:44:27.732Z | Downloaded ucd-trie v0.1.6 |
296 | 2024-08-02T16:44:27.735Z | Downloaded version_check v0.9.4 |
297 | 2024-08-02T16:44:27.738Z | Downloaded ryu v1.0.18 |
298 | 2024-08-02T16:44:27.740Z | Downloaded heck v0.5.0 |
299 | 2024-08-02T16:44:27.740Z | Downloaded pest_generator v2.7.10 |
300 | 2024-08-02T16:44:27.740Z | Downloaded cpufeatures v0.2.12 |
301 | 2024-08-02T16:44:27.743Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-08-02T16:44:27.743Z | Downloaded macaddr v1.0.1 |
303 | 2024-08-02T16:44:27.746Z | Downloaded generic-array v0.14.7 |
304 | 2024-08-02T16:44:27.746Z | Downloaded tabled_derive v0.7.0 |
305 | 2024-08-02T16:44:27.749Z | Downloaded scroll v0.12.0 |
306 | 2024-08-02T16:44:27.749Z | Downloaded digest v0.10.7 |
307 | 2024-08-02T16:44:27.752Z | Downloaded utf8parse v0.2.1 |
308 | 2024-08-02T16:44:27.752Z | Downloaded zerocopy-derive v0.7.34 |
309 | 2024-08-02T16:44:27.755Z | Downloaded toml v0.8.15 |
310 | 2024-08-02T16:44:27.758Z | Downloaded usdt v0.5.0 |
311 | 2024-08-02T16:44:27.761Z | Downloaded usdt-impl v0.5.0 |
312 | 2024-08-02T16:44:27.762Z | Downloaded serde_spanned v0.6.6 |
313 | 2024-08-02T16:44:27.764Z | Downloaded papergrid v0.11.0 |
314 | 2024-08-02T16:44:27.767Z | Downloaded toml_datetime v0.6.6 |
315 | 2024-08-02T16:44:27.767Z | Downloaded fnv v1.0.7 |
316 | 2024-08-02T16:44:27.770Z | Downloaded clap_derive v4.5.8 |
317 | 2024-08-02T16:44:27.770Z | Downloaded cargo_toml v0.20.4 |
318 | 2024-08-02T16:44:27.773Z | Downloaded proc-macro-error v1.0.4 |
319 | 2024-08-02T16:44:27.775Z | Downloaded once_cell v1.19.0 |
320 | 2024-08-02T16:44:27.778Z | Downloaded sha2 v0.10.8 |
321 | 2024-08-02T16:44:27.782Z | Downloaded indexmap v2.2.6 |
322 | 2024-08-02T16:44:27.785Z | Downloaded serde v1.0.204 |
323 | 2024-08-02T16:44:27.789Z | Downloaded semver v1.0.23 |
324 | 2024-08-02T16:44:27.789Z | Downloaded unicode-ident v1.0.12 |
325 | 2024-08-02T16:44:27.792Z | Downloaded serde_derive v1.0.204 |
326 | 2024-08-02T16:44:27.795Z | Downloaded thiserror v1.0.63 |
327 | 2024-08-02T16:44:27.799Z | Downloaded typenum v1.17.0 |
328 | 2024-08-02T16:44:27.802Z | Downloaded proc-macro2 v1.0.86 |
329 | 2024-08-02T16:44:27.805Z | Downloaded thread-id v4.2.1 |
330 | 2024-08-02T16:44:27.805Z | Downloaded plain v0.2.3 |
331 | 2024-08-02T16:44:27.809Z | Downloaded clap v4.5.9 |
332 | 2024-08-02T16:44:27.814Z | Downloaded bitflags v2.6.0 |
333 | 2024-08-02T16:44:27.818Z | Downloaded toml_edit v0.22.16 |
334 | 2024-08-02T16:44:27.839Z | Downloaded memchr v2.7.2 |
335 | 2024-08-02T16:44:27.846Z | Downloaded pest v2.7.10 |
336 | 2024-08-02T16:44:27.860Z | Downloaded serde_json v1.0.120 |
337 | 2024-08-02T16:44:27.866Z | Downloaded hashbrown v0.14.5 |
338 | 2024-08-02T16:44:27.871Z | Downloaded zerocopy v0.7.34 |
339 | 2024-08-02T16:44:27.887Z | Downloaded goblin v0.8.2 |
340 | 2024-08-02T16:44:27.892Z | Downloaded winnow v0.6.8 |
341 | 2024-08-02T16:44:27.901Z | Downloaded tabled v0.15.0 |
342 | 2024-08-02T16:44:27.916Z | Downloaded syn v1.0.109 |
343 | 2024-08-02T16:44:27.926Z | Downloaded syn v2.0.72 |
344 | 2024-08-02T16:44:27.937Z | Downloaded rustix v0.38.34 |
345 | 2024-08-02T16:44:27.958Z | Downloaded unicode-width v0.1.13 |
346 | 2024-08-02T16:44:27.965Z | Downloaded clap_builder v4.5.9 |
347 | 2024-08-02T16:44:27.971Z | Downloaded libc v0.2.155 |
348 | 2024-08-02T16:44:28.264Z | Compiling proc-macro2 v1.0.86 |
349 | 2024-08-02T16:44:28.264Z | Compiling unicode-ident v1.0.12 |
350 | 2024-08-02T16:44:28.264Z | Compiling version_check v0.9.4 |
351 | 2024-08-02T16:44:28.267Z | Compiling serde v1.0.204 |
352 | 2024-08-02T16:44:28.267Z | Compiling thiserror v1.0.63 |
353 | 2024-08-02T16:44:28.267Z | Compiling libc v0.2.155 |
354 | 2024-08-02T16:44:28.267Z | Compiling ucd-trie v0.1.6 |
355 | 2024-08-02T16:44:28.297Z | Compiling itoa v1.0.11 |
356 | 2024-08-02T16:44:28.504Z | Compiling memchr v2.7.2 |
357 | 2024-08-02T16:44:28.589Z | Compiling ryu v1.0.18 |
358 | 2024-08-02T16:44:28.887Z | Compiling once_cell v1.19.0 |
359 | 2024-08-02T16:44:29.063Z | Compiling byteorder v1.5.0 |
360 | 2024-08-02T16:44:29.388Z | Compiling serde_json v1.0.120 |
361 | 2024-08-02T16:44:30.047Z | Compiling proc-macro-error-attr v1.0.4 |
362 | 2024-08-02T16:44:30.069Z | Compiling usdt-impl v0.5.0 |
363 | 2024-08-02T16:44:30.090Z | Compiling rustix v0.38.34 |
364 | 2024-08-02T16:44:30.142Z | Compiling syn v1.0.109 |
365 | 2024-08-02T16:44:30.146Z | Compiling proc-macro-error v1.0.4 |
366 | 2024-08-02T16:44:30.373Z | Compiling equivalent v1.0.1 |
367 | 2024-08-02T16:44:30.445Z | Compiling plain v0.2.3 |
368 | 2024-08-02T16:44:30.494Z | Compiling log v0.4.21 |
369 | 2024-08-02T16:44:30.550Z | Compiling utf8parse v0.2.1 |
370 | 2024-08-02T16:44:30.593Z | Compiling bitflags v2.6.0 |
371 | 2024-08-02T16:44:30.713Z | Compiling hashbrown v0.14.5 |
372 | 2024-08-02T16:44:30.819Z | Compiling thread-id v4.2.1 |
373 | 2024-08-02T16:44:30.850Z | Compiling anstyle-parse v0.2.4 |
374 | 2024-08-02T16:44:31.018Z | Compiling quote v1.0.36 |
375 | 2024-08-02T16:44:31.040Z | Compiling anstyle v1.0.8 |
376 | 2024-08-02T16:44:31.062Z | Compiling pretty-hex v0.4.1 |
377 | 2024-08-02T16:44:31.192Z | Compiling colorchoice v1.0.1 |
378 | 2024-08-02T16:44:31.245Z | Compiling semver v1.0.23 |
379 | 2024-08-02T16:44:31.269Z | Compiling autocfg v1.3.0 |
380 | 2024-08-02T16:44:31.356Z | Compiling anstyle-query v1.0.3 |
381 | 2024-08-02T16:44:31.500Z | Compiling syn v2.0.72 |
382 | 2024-08-02T16:44:31.523Z | Compiling errno v0.3.9 |
383 | 2024-08-02T16:44:31.767Z | Compiling winnow v0.6.8 |
384 | 2024-08-02T16:44:31.789Z | Compiling is_terminal_polyfill v1.70.0 |
385 | 2024-08-02T16:44:31.914Z | Compiling camino v1.1.7 |
386 | 2024-08-02T16:44:32.122Z | Compiling indexmap v2.2.6 |
387 | 2024-08-02T16:44:32.189Z | Compiling fs-err v2.11.0 |
388 | 2024-08-02T16:44:32.451Z | Compiling anstream v0.6.14 |
389 | 2024-08-02T16:44:32.985Z | Compiling terminal_size v0.3.0 |
390 | 2024-08-02T16:44:33.009Z | Compiling unicode-width v0.1.13 |
391 | 2024-08-02T16:44:33.180Z | Compiling clap_lex v0.7.0 |
392 | 2024-08-02T16:44:33.249Z | Compiling anyhow v1.0.86 |
393 | 2024-08-02T16:44:33.274Z | Compiling strsim v0.11.1 |
394 | 2024-08-02T16:44:33.331Z | Compiling heck v0.5.0 |
395 | 2024-08-02T16:44:33.531Z | Compiling bytecount v0.6.8 |
396 | 2024-08-02T16:44:33.678Z | Compiling fnv v1.0.7 |
397 | 2024-08-02T16:44:33.746Z | Compiling heck v0.4.1 |
398 | 2024-08-02T16:44:33.806Z | Compiling papergrid v0.11.0 |
399 | 2024-08-02T16:44:33.845Z | Compiling clap_builder v4.5.9 |
400 | 2024-08-02T16:44:34.142Z | Compiling memmap v0.7.0 |
401 | 2024-08-02T16:44:34.858Z | Compiling swrite v0.1.0 |
402 | 2024-08-02T16:44:36.820Z | Compiling tabled_derive v0.7.0 |
403 | 2024-08-02T16:44:38.657Z | Compiling tabled v0.15.0 |
404 | 2024-08-02T16:44:40.408Z | Compiling serde_derive v1.0.204 |
405 | 2024-08-02T16:44:40.408Z | Compiling thiserror-impl v1.0.63 |
406 | 2024-08-02T16:44:40.411Z | Compiling zerocopy-derive v0.7.34 |
407 | 2024-08-02T16:44:40.411Z | Compiling scroll_derive v0.12.0 |
408 | 2024-08-02T16:44:40.411Z | Compiling clap_derive v4.5.8 |
409 | 2024-08-02T16:44:41.801Z | Compiling scroll v0.12.0 |
410 | 2024-08-02T16:44:42.301Z | Compiling goblin v0.8.2 |
411 | 2024-08-02T16:44:42.374Z | Compiling zerocopy v0.7.34 |
412 | 2024-08-02T16:44:43.138Z | Compiling pest v2.7.10 |
413 | 2024-08-02T16:44:44.427Z | Compiling clap v4.5.9 |
414 | 2024-08-02T16:44:45.110Z | Compiling pest_meta v2.7.10 |
415 | 2024-08-02T16:44:46.064Z | Compiling pest_generator v2.7.10 |
416 | 2024-08-02T16:44:47.813Z | Compiling pest_derive v2.7.10 |
417 | 2024-08-02T16:44:48.438Z | Compiling dtrace-parser v0.2.0 |
418 | 2024-08-02T16:44:50.996Z | Compiling toml_datetime v0.6.6 |
419 | 2024-08-02T16:44:50.996Z | Compiling serde_spanned v0.6.6 |
420 | 2024-08-02T16:44:51.000Z | Compiling cargo-platform v0.1.8 |
421 | 2024-08-02T16:44:51.388Z | Compiling serde_tokenstream v0.2.1 |
422 | 2024-08-02T16:44:51.412Z | Compiling toml_edit v0.22.16 |
423 | 2024-08-02T16:44:51.549Z | Compiling macaddr v1.0.1 |
424 | 2024-08-02T16:44:52.436Z | Compiling dof v0.3.0 |
425 | 2024-08-02T16:44:52.436Z | Compiling cargo_metadata v0.18.1 |
426 | 2024-08-02T16:44:54.039Z | Compiling toml v0.8.15 |
427 | 2024-08-02T16:44:54.511Z | Compiling usdt-attr-macro v0.5.0 |
428 | 2024-08-02T16:44:54.626Z | Compiling usdt-macro v0.5.0 |
429 | 2024-08-02T16:44:54.880Z | Compiling cargo_toml v0.20.4 |
430 | 2024-08-02T16:44:55.920Z | Compiling usdt v0.5.0 |
431 | 2024-08-02T16:44:58.998Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
432 | 2024-08-02T16:45:03.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.02s |
433 | 2024-08-02T16:45:03.529Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
434 | 2024-08-02T16:45:04.047Z | Downloading crates ... |
435 | 2024-08-02T16:45:04.162Z | Downloaded adler v1.0.2 |
436 | 2024-08-02T16:45:04.165Z | Downloaded addr2line v0.21.0 |
437 | 2024-08-02T16:45:04.169Z | Downloaded assert_matches v1.5.0 |
438 | 2024-08-02T16:45:04.172Z | Downloaded atomicwrites v0.4.3 |
439 | 2024-08-02T16:45:04.175Z | Downloaded ciborium-io v0.2.2 |
440 | 2024-08-02T16:45:04.179Z | Downloaded crucible-workspace-hack v0.1.0 |
441 | 2024-08-02T16:45:04.179Z | Downloaded convert_case v0.4.0 |
442 | 2024-08-02T16:45:04.182Z | Downloaded is-terminal v0.4.12 |
443 | 2024-08-02T16:45:04.185Z | Downloaded arrayref v0.3.7 |
444 | 2024-08-02T16:45:04.185Z | Downloaded bitstruct_derive v0.1.0 |
445 | 2024-08-02T16:45:04.188Z | Downloaded bitfield-struct v0.6.1 |
446 | 2024-08-02T16:45:04.191Z | Downloaded base16ct v0.2.0 |
447 | 2024-08-02T16:45:04.191Z | Downloaded atty v0.2.14 |
448 | 2024-08-02T16:45:04.194Z | Downloaded inout v0.1.3 |
449 | 2024-08-02T16:45:04.197Z | Downloaded async-stream-impl v0.3.5 |
450 | 2024-08-02T16:45:04.200Z | Downloaded kstat-rs v0.2.4 |
451 | 2024-08-02T16:45:04.203Z | Downloaded buf-list v1.0.3 |
452 | 2024-08-02T16:45:04.206Z | Downloaded async-stream v0.3.5 |
453 | 2024-08-02T16:45:04.209Z | Downloaded opaque-debug v0.3.1 |
454 | 2024-08-02T16:45:04.212Z | Downloaded oso-derive v0.27.3 |
455 | 2024-08-02T16:45:04.212Z | Downloaded match_cfg v0.1.0 |
456 | 2024-08-02T16:45:04.215Z | Downloaded openssl-macros v0.1.1 |
457 | 2024-08-02T16:45:04.215Z | Downloaded castaway v0.2.2 |
458 | 2024-08-02T16:45:04.215Z | Downloaded crossbeam-deque v0.8.5 |
459 | 2024-08-02T16:45:04.219Z | Downloaded chacha20 v0.9.1 |
460 | 2024-08-02T16:45:04.222Z | Downloaded cexpr v0.6.0 |
461 | 2024-08-02T16:45:04.222Z | Downloaded data-encoding v2.6.0 |
462 | 2024-08-02T16:45:04.222Z | Downloaded num_threads v0.1.7 |
463 | 2024-08-02T16:45:04.225Z | Downloaded bitstruct v0.1.1 |
464 | 2024-08-02T16:45:04.225Z | Downloaded base64ct v1.6.0 |
465 | 2024-08-02T16:45:04.228Z | Downloaded newline-converter v0.3.0 |
466 | 2024-08-02T16:45:04.233Z | Downloaded parse-size v1.0.0 |
467 | 2024-08-02T16:45:04.233Z | Downloaded defmt-parser v0.3.4 |
468 | 2024-08-02T16:45:04.236Z | Downloaded cfg_aliases v0.1.1 |
469 | 2024-08-02T16:45:04.236Z | Downloaded newtype_derive v0.1.6 |
470 | 2024-08-02T16:45:04.236Z | Downloaded indent_write v2.2.0 |
471 | 2024-08-02T16:45:04.236Z | Downloaded defmt v0.3.8 |
472 | 2024-08-02T16:45:04.239Z | Downloaded multimap v0.10.0 |
473 | 2024-08-02T16:45:04.242Z | Downloaded bitfield v0.14.0 |
474 | 2024-08-02T16:45:04.245Z | Downloaded olpc-cjson v0.1.3 |
475 | 2024-08-02T16:45:04.245Z | Downloaded darling_macro v0.20.9 |
476 | 2024-08-02T16:45:04.248Z | Downloaded num_enum v0.5.11 |
477 | 2024-08-02T16:45:04.251Z | Downloaded cstr-argument v0.1.2 |
478 | 2024-08-02T16:45:04.254Z | Downloaded lazycell v1.3.0 |
479 | 2024-08-02T16:45:04.254Z | Downloaded cipher v0.4.4 |
480 | 2024-08-02T16:45:04.257Z | Downloaded paste v1.0.15 |
481 | 2024-08-02T16:45:04.260Z | Downloaded camino-tempfile v1.1.1 |
482 | 2024-08-02T16:45:04.263Z | Downloaded managed v0.8.0 |
483 | 2024-08-02T16:45:04.266Z | Downloaded parse-display v0.9.1 |
484 | 2024-08-02T16:45:04.266Z | Downloaded cancel-safe-futures v0.1.5 |
485 | 2024-08-02T16:45:04.269Z | Downloaded libloading v0.8.3 |
486 | 2024-08-02T16:45:04.272Z | Downloaded native-tls v0.2.11 |
487 | 2024-08-02T16:45:04.275Z | Downloaded ciborium-ll v0.2.2 |
488 | 2024-08-02T16:45:04.278Z | Downloaded time-core v0.1.2 |
489 | 2024-08-02T16:45:04.278Z | Downloaded num-complex v0.4.6 |
490 | 2024-08-02T16:45:04.280Z | Downloaded mime_guess v2.0.4 |
491 | 2024-08-02T16:45:04.283Z | Downloaded block-padding v0.3.3 |
492 | 2024-08-02T16:45:04.283Z | Downloaded curve25519-dalek-derive v0.1.1 |
493 | 2024-08-02T16:45:04.286Z | Downloaded parking_lot v0.11.2 |
494 | 2024-08-02T16:45:04.288Z | Downloaded bcs v0.1.6 |
495 | 2024-08-02T16:45:04.291Z | Downloaded normalize-line-endings v0.3.0 |
496 | 2024-08-02T16:45:04.291Z | Downloaded cassowary v0.3.0 |
497 | 2024-08-02T16:45:04.294Z | Downloaded bit-vec v0.6.3 |
498 | 2024-08-02T16:45:04.297Z | Downloaded tower-service v0.3.2 |
499 | 2024-08-02T16:45:04.297Z | Downloaded cookie_store v0.20.0 |
500 | 2024-08-02T16:45:04.300Z | Downloaded shell-words v1.1.0 |
501 | 2024-08-02T16:45:04.300Z | Downloaded matches v0.1.10 |
502 | 2024-08-02T16:45:04.302Z | Downloaded siphasher v0.3.11 |
503 | 2024-08-02T16:45:04.302Z | Downloaded openssl-probe v0.1.5 |
504 | 2024-08-02T16:45:04.305Z | Downloaded num-conv v0.1.0 |
505 | 2024-08-02T16:45:04.305Z | Downloaded indicatif v0.17.8 |
506 | 2024-08-02T16:45:04.309Z | Downloaded crossbeam-utils v0.8.19 |
507 | 2024-08-02T16:45:04.312Z | Downloaded new_debug_unreachable v1.0.6 |
508 | 2024-08-02T16:45:04.316Z | Downloaded downcast v0.11.0 |
509 | 2024-08-02T16:45:04.316Z | Downloaded allocator-api2 v0.2.18 |
510 | 2024-08-02T16:45:04.319Z | Downloaded crc32fast v1.4.0 |
511 | 2024-08-02T16:45:04.322Z | Downloaded const-oid v0.9.6 |
512 | 2024-08-02T16:45:04.324Z | Downloaded precomputed-hash v0.1.1 |
513 | 2024-08-02T16:45:04.327Z | Downloaded structmeta v0.2.0 |
514 | 2024-08-02T16:45:04.327Z | Downloaded libefi-sys v0.1.0 |
515 | 2024-08-02T16:45:04.330Z | Downloaded portpicker v0.1.1 |
516 | 2024-08-02T16:45:04.330Z | Downloaded ident_case v1.0.1 |
517 | 2024-08-02T16:45:04.332Z | Downloaded num-traits v0.2.19 |
518 | 2024-08-02T16:45:04.335Z | Downloaded nu-ansi-term v0.50.0 |
519 | 2024-08-02T16:45:04.338Z | Downloaded strum_macros v0.25.3 |
520 | 2024-08-02T16:45:04.342Z | Downloaded console v0.15.8 |
521 | 2024-08-02T16:45:04.344Z | Downloaded newtype-uuid v1.1.0 |
522 | 2024-08-02T16:45:04.344Z | Downloaded num v0.4.3 |
523 | 2024-08-02T16:45:04.347Z | Downloaded nodrop v0.1.14 |
524 | 2024-08-02T16:45:04.350Z | Downloaded num_cpus v1.16.0 |
525 | 2024-08-02T16:45:04.353Z | Downloaded memoffset v0.9.1 |
526 | 2024-08-02T16:45:04.353Z | Downloaded rpassword v7.3.1 |
527 | 2024-08-02T16:45:04.356Z | Downloaded compact_str v0.7.1 |
528 | 2024-08-02T16:45:04.358Z | Downloaded lru-cache v0.1.2 |
529 | 2024-08-02T16:45:04.361Z | Downloaded cookie v0.18.1 |
530 | 2024-08-02T16:45:04.364Z | Downloaded serde-big-array v0.5.1 |
531 | 2024-08-02T16:45:04.364Z | Downloaded parking_lot_core v0.9.10 |
532 | 2024-08-02T16:45:04.367Z | Downloaded which v4.4.2 |
533 | 2024-08-02T16:45:04.370Z | Downloaded slog-term v2.9.1 |
534 | 2024-08-02T16:45:04.373Z | Downloaded parse-display-derive v0.9.1 |
535 | 2024-08-02T16:45:04.376Z | Downloaded universal-hash v0.5.1 |
536 | 2024-08-02T16:45:04.376Z | Downloaded funty v2.0.0 |
537 | 2024-08-02T16:45:04.378Z | Downloaded fixedbitset v0.4.2 |
538 | 2024-08-02T16:45:04.378Z | Downloaded fragile v2.0.0 |
539 | 2024-08-02T16:45:04.381Z | Downloaded vte_generate_state_changes v0.1.1 |
540 | 2024-08-02T16:45:04.384Z | Downloaded zone_cfg_derive v0.1.2 |
541 | 2024-08-02T16:45:04.384Z | Downloaded endian-type v0.1.2 |
542 | 2024-08-02T16:45:04.384Z | Downloaded getopts v0.2.21 |
543 | 2024-08-02T16:45:04.387Z | Downloaded hostname v0.4.0 |
544 | 2024-08-02T16:45:04.390Z | Downloaded hostname v0.3.1 |
545 | 2024-08-02T16:45:04.390Z | Downloaded predicates v3.1.0 |
546 | 2024-08-02T16:45:04.393Z | Downloaded ppv-lite86 v0.2.17 |
547 | 2024-08-02T16:45:04.395Z | Downloaded tokio-stream v0.1.15 |
548 | 2024-08-02T16:45:04.399Z | Downloaded time-macros v0.2.18 |
549 | 2024-08-02T16:45:04.402Z | Downloaded tracing-attributes v0.1.27 |
550 | 2024-08-02T16:45:04.405Z | Downloaded lazy_static v1.5.0 |
551 | 2024-08-02T16:45:04.408Z | Downloaded owo-colors v4.0.0 |
552 | 2024-08-02T16:45:04.411Z | Downloaded r2d2 v0.8.10 |
553 | 2024-08-02T16:45:04.414Z | Downloaded crypto-bigint v0.5.5 |
554 | 2024-08-02T16:45:04.421Z | Downloaded foreign-types-shared v0.3.1 |
555 | 2024-08-02T16:45:04.424Z | Downloaded serde_plain v1.0.2 |
556 | 2024-08-02T16:45:04.426Z | Downloaded smallvec v0.6.14 |
557 | 2024-08-02T16:45:04.426Z | Downloaded derive_builder_core v0.20.0 |
558 | 2024-08-02T16:45:04.429Z | Downloaded spki v0.7.3 |
559 | 2024-08-02T16:45:04.432Z | Downloaded tiny-keccak v2.0.2 |
560 | 2024-08-02T16:45:04.435Z | Downloaded take_mut v0.2.2 |
561 | 2024-08-02T16:45:04.439Z | Downloaded strum_macros v0.26.4 |
562 | 2024-08-02T16:45:04.441Z | Downloaded sync_wrapper v0.1.2 |
563 | 2024-08-02T16:45:04.441Z | Downloaded sqlformat v0.2.4 |
564 | 2024-08-02T16:45:04.444Z | Downloaded getrandom v0.2.14 |
565 | 2024-08-02T16:45:04.447Z | Downloaded form_urlencoded v1.2.1 |
566 | 2024-08-02T16:45:04.450Z | Downloaded test-strategy v0.3.1 |
567 | 2024-08-02T16:45:04.453Z | Downloaded crossbeam-epoch v0.9.18 |
568 | 2024-08-02T16:45:04.456Z | Downloaded enum-as-inner v0.5.1 |
569 | 2024-08-02T16:45:04.459Z | Downloaded glob v0.3.1 |
570 | 2024-08-02T16:45:04.462Z | Downloaded hubpack v0.1.2 |
571 | 2024-08-02T16:45:04.465Z | Downloaded heck v0.3.3 |
572 | 2024-08-02T16:45:04.465Z | Downloaded radium v0.7.0 |
573 | 2024-08-02T16:45:04.467Z | Downloaded multer v3.1.0 |
574 | 2024-08-02T16:45:04.470Z | Downloaded ena v0.14.3 |
575 | 2024-08-02T16:45:04.470Z | Downloaded foreign-types-shared v0.1.1 |
576 | 2024-08-02T16:45:04.473Z | Downloaded pin-utils v0.1.0 |
577 | 2024-08-02T16:45:04.473Z | Downloaded serde_path_to_error v0.1.16 |
578 | 2024-08-02T16:45:04.476Z | Downloaded rusty-fork v0.3.0 |
579 | 2024-08-02T16:45:04.479Z | Downloaded percent-encoding v2.3.1 |
580 | 2024-08-02T16:45:04.479Z | Downloaded proc-macro-crate v1.3.1 |
581 | 2024-08-02T16:45:04.481Z | Downloaded strum_macros v0.24.3 |
582 | 2024-08-02T16:45:04.484Z | Downloaded serde_repr v0.1.19 |
583 | 2024-08-02T16:45:04.487Z | Downloaded socket2 v0.5.7 |
584 | 2024-08-02T16:45:04.490Z | Downloaded termtree v0.4.1 |
585 | 2024-08-02T16:45:04.490Z | Downloaded strum v0.26.3 |
586 | 2024-08-02T16:45:04.492Z | Downloaded ref-cast-impl v1.0.23 |
587 | 2024-08-02T16:45:04.492Z | Downloaded ref-cast v1.0.23 |
588 | 2024-08-02T16:45:04.497Z | Downloaded hmac v0.12.1 |
589 | 2024-08-02T16:45:04.500Z | Downloaded slog-stdlog v4.1.1 |
590 | 2024-08-02T16:45:04.503Z | Downloaded tls_codec v0.4.1 |
591 | 2024-08-02T16:45:04.506Z | Downloaded tls_codec_derive v0.4.1 |
592 | 2024-08-02T16:45:04.509Z | Downloaded want v0.3.1 |
593 | 2024-08-02T16:45:04.509Z | Downloaded utf-8 v0.7.6 |
594 | 2024-08-02T16:45:04.512Z | Downloaded untrusted v0.9.0 |
595 | 2024-08-02T16:45:04.512Z | Downloaded num-bigint v0.4.5 |
596 | 2024-08-02T16:45:04.517Z | Downloaded unicode-linebreak v0.1.5 |
597 | 2024-08-02T16:45:04.520Z | Downloaded headers-core v0.2.0 |
598 | 2024-08-02T16:45:04.520Z | Downloaded fd-lock v4.0.2 |
599 | 2024-08-02T16:45:04.523Z | Downloaded omicron-zone-package v0.11.0 |
600 | 2024-08-02T16:45:04.526Z | Downloaded group v0.13.0 |
601 | 2024-08-02T16:45:04.529Z | Downloaded wait-timeout v0.2.0 |
602 | 2024-08-02T16:45:04.532Z | Downloaded tui-tree-widget v0.21.0 |
603 | 2024-08-02T16:45:04.532Z | Downloaded sigpipe v0.1.3 |
604 | 2024-08-02T16:45:04.534Z | Downloaded predicates-core v1.0.6 |
605 | 2024-08-02T16:45:04.537Z | Downloaded ff v0.13.0 |
606 | 2024-08-02T16:45:04.537Z | Downloaded humantime v2.1.0 |
607 | 2024-08-02T16:45:04.540Z | Downloaded rustls-pemfile v2.1.2 |
608 | 2024-08-02T16:45:04.543Z | Downloaded postgres-types v0.2.7 |
609 | 2024-08-02T16:45:04.551Z | Downloaded vsss-rs v3.3.4 |
610 | 2024-08-02T16:45:04.551Z | Downloaded rand_xorshift v0.3.0 |
611 | 2024-08-02T16:45:04.551Z | Downloaded slog-bunyan v2.5.0 |
612 | 2024-08-02T16:45:04.551Z | Downloaded signal-hook-mio v0.2.3 |
613 | 2024-08-02T16:45:04.561Z | Downloaded sha1 v0.10.6 |
614 | 2024-08-02T16:45:04.561Z | Downloaded structmeta-derive v0.3.0 |
615 | 2024-08-02T16:45:04.561Z | Downloaded float-ord v0.3.2 |
616 | 2024-08-02T16:45:04.561Z | Downloaded tokio-macros v2.3.0 |
617 | 2024-08-02T16:45:04.561Z | Downloaded smallvec v1.13.2 |
618 | 2024-08-02T16:45:04.569Z | Downloaded topological-sort v0.2.2 |
619 | 2024-08-02T16:45:04.569Z | Downloaded tracing v0.1.40 |
620 | 2024-08-02T16:45:04.569Z | Downloaded phf_shared v0.10.0 |
621 | 2024-08-02T16:45:04.569Z | Downloaded tinyvec v1.6.0 |
622 | 2024-08-02T16:45:04.578Z | Downloaded smf v0.2.3 |
623 | 2024-08-02T16:45:04.579Z | Downloaded crossbeam-channel v0.5.12 |
624 | 2024-08-02T16:45:04.582Z | Downloaded rustls-pki-types v1.7.0 |
625 | 2024-08-02T16:45:04.584Z | Downloaded futures-core v0.3.30 |
626 | 2024-08-02T16:45:04.584Z | Downloaded walkdir v2.5.0 |
627 | 2024-08-02T16:45:04.594Z | Downloaded rustfmt-wrapper v0.2.1 |
628 | 2024-08-02T16:45:04.597Z | Downloaded pretty-hex v0.2.1 |
629 | 2024-08-02T16:45:04.600Z | Downloaded steno v0.4.1 |
630 | 2024-08-02T16:45:04.603Z | Downloaded signature v2.2.0 |
631 | 2024-08-02T16:45:04.606Z | Downloaded structmeta-derive v0.2.0 |
632 | 2024-08-02T16:45:04.608Z | Downloaded unicode-truncate v1.0.0 |
633 | 2024-08-02T16:45:04.611Z | Downloaded pin-project-internal v1.1.5 |
634 | 2024-08-02T16:45:04.611Z | Downloaded smawk v0.3.2 |
635 | 2024-08-02T16:45:04.614Z | Downloaded predicates-tree v1.0.9 |
636 | 2024-08-02T16:45:04.616Z | Downloaded termios v0.3.3 |
637 | 2024-08-02T16:45:04.619Z | Downloaded signal-hook v0.3.17 |
638 | 2024-08-02T16:45:04.621Z | Downloaded float-cmp v0.9.0 |
639 | 2024-08-02T16:45:04.624Z | Downloaded unicode_categories v0.1.1 |
640 | 2024-08-02T16:45:04.627Z | Downloaded dirs-next v2.0.0 |
641 | 2024-08-02T16:45:04.627Z | Downloaded termcolor v1.4.1 |
642 | 2024-08-02T16:45:04.629Z | Downloaded diesel_table_macro_syntax v0.1.0 |
643 | 2024-08-02T16:45:04.629Z | Downloaded slab v0.4.9 |
644 | 2024-08-02T16:45:04.632Z | Downloaded minimal-lexical v0.2.1 |
645 | 2024-08-02T16:45:04.636Z | Downloaded thiserror-no-std v2.0.2 |
646 | 2024-08-02T16:45:04.641Z | Downloaded thiserror-impl-no-std v2.0.2 |
647 | 2024-08-02T16:45:04.643Z | Downloaded rand_chacha v0.3.1 |
648 | 2024-08-02T16:45:04.645Z | Downloaded quick-error v1.2.3 |
649 | 2024-08-02T16:45:04.646Z | Downloaded poly1305 v0.8.0 |
650 | 2024-08-02T16:45:04.648Z | Downloaded uuid v1.10.0 |
651 | 2024-08-02T16:45:04.651Z | Downloaded unarray v0.1.4 |
652 | 2024-08-02T16:45:04.654Z | Downloaded thread_local v1.1.8 |
653 | 2024-08-02T16:45:04.657Z | Downloaded tinyvec_macros v0.1.1 |
654 | 2024-08-02T16:45:04.657Z | Downloaded hash32 v0.3.1 |
655 | 2024-08-02T16:45:04.659Z | Downloaded hubpack_derive v0.1.1 |
656 | 2024-08-02T16:45:04.659Z | Downloaded scheduled-thread-pool v0.2.7 |
657 | 2024-08-02T16:45:04.662Z | Downloaded same-file v1.0.6 |
658 | 2024-08-02T16:45:04.662Z | Downloaded spin v0.9.8 |
659 | 2024-08-02T16:45:04.664Z | Downloaded spin v0.5.2 |
660 | 2024-08-02T16:45:04.667Z | Downloaded structmeta v0.3.0 |
661 | 2024-08-02T16:45:04.667Z | Downloaded stringprep v0.1.4 |
662 | 2024-08-02T16:45:04.670Z | Downloaded string_cache v0.8.7 |
663 | 2024-08-02T16:45:04.673Z | Downloaded psl-types v2.0.11 |
664 | 2024-08-02T16:45:04.673Z | Downloaded dirs-sys-next v0.1.2 |
665 | 2024-08-02T16:45:04.675Z | Downloaded strip-ansi-escapes v0.2.0 |
666 | 2024-08-02T16:45:04.675Z | Downloaded highway v1.1.0 |
667 | 2024-08-02T16:45:04.678Z | Downloaded futures v0.3.30 |
668 | 2024-08-02T16:45:04.683Z | Downloaded derive_builder_macro v0.20.0 |
669 | 2024-08-02T16:45:04.685Z | Downloaded rand_seeder v0.2.3 |
670 | 2024-08-02T16:45:04.685Z | Downloaded futures-macro v0.3.30 |
671 | 2024-08-02T16:45:04.688Z | Downloaded half v2.4.1 |
672 | 2024-08-02T16:45:04.690Z | Downloaded pin-project v1.1.5 |
673 | 2024-08-02T16:45:04.702Z | Downloaded display-error-chain v0.2.0 |
674 | 2024-08-02T16:45:04.705Z | Downloaded unicode-xid v0.2.4 |
675 | 2024-08-02T16:45:04.707Z | Downloaded rtoolbox v0.0.2 |
676 | 2024-08-02T16:45:04.707Z | Downloaded itertools v0.13.0 |
677 | 2024-08-02T16:45:04.715Z | Downloaded try-lock v0.2.5 |
678 | 2024-08-02T16:45:04.717Z | Downloaded futures-io v0.3.30 |
679 | 2024-08-02T16:45:04.717Z | Downloaded tokio-native-tls v0.3.1 |
680 | 2024-08-02T16:45:04.720Z | Downloaded httparse v1.8.0 |
681 | 2024-08-02T16:45:04.722Z | Downloaded http-body v0.4.6 |
682 | 2024-08-02T16:45:04.724Z | Downloaded foreign-types-macros v0.2.3 |
683 | 2024-08-02T16:45:04.725Z | Downloaded zerocopy v0.6.6 |
684 | 2024-08-02T16:45:04.727Z | Downloaded tar v0.4.41 |
685 | 2024-08-02T16:45:04.730Z | Downloaded diff v0.1.13 |
686 | 2024-08-02T16:45:04.733Z | Downloaded schemars_derive v0.8.21 |
687 | 2024-08-02T16:45:04.735Z | Downloaded serde_urlencoded v0.7.1 |
688 | 2024-08-02T16:45:04.738Z | Downloaded scopeguard v1.2.0 |
689 | 2024-08-02T16:45:04.738Z | Downloaded fastrand v2.1.0 |
690 | 2024-08-02T16:45:04.740Z | Downloaded elliptic-curve v0.13.8 |
691 | 2024-08-02T16:45:04.744Z | Downloaded static_assertions v1.1.0 |
692 | 2024-08-02T16:45:04.748Z | Downloaded headers v0.3.9 |
693 | 2024-08-02T16:45:04.752Z | Downloaded samael v0.0.15 |
694 | 2024-08-02T16:45:04.758Z | Downloaded peg-runtime v0.8.3 |
695 | 2024-08-02T16:45:04.761Z | Downloaded zeroize v1.7.0 |
696 | 2024-08-02T16:45:04.761Z | Downloaded pem v3.0.4 |
697 | 2024-08-02T16:45:04.763Z | Downloaded rustc-demangle v0.1.24 |
698 | 2024-08-02T16:45:04.766Z | Downloaded ron v0.8.1 |
699 | 2024-08-02T16:45:04.769Z | Downloaded time v0.3.36 |
700 | 2024-08-02T16:45:04.777Z | Downloaded pkg-config v0.3.30 |
701 | 2024-08-02T16:45:04.780Z | Downloaded filetime v0.2.23 |
702 | 2024-08-02T16:45:04.782Z | Downloaded futures-executor v0.3.30 |
703 | 2024-08-02T16:45:04.782Z | Downloaded phf_shared v0.11.2 |
704 | 2024-08-02T16:45:04.785Z | Downloaded deranged v0.3.11 |
705 | 2024-08-02T16:45:04.785Z | Downloaded serde_with v3.8.3 |
706 | 2024-08-02T16:45:04.794Z | Downloaded signal-hook-tokio v0.3.1 |
707 | 2024-08-02T16:45:04.797Z | Downloaded iana-time-zone v0.1.60 |
708 | 2024-08-02T16:45:04.799Z | Downloaded serde_with_macros v3.8.3 |
709 | 2024-08-02T16:45:04.802Z | Downloaded tokio-tungstenite v0.21.0 |
710 | 2024-08-02T16:45:04.805Z | Downloaded socket2 v0.4.10 |
711 | 2024-08-02T16:45:04.808Z | Downloaded tungstenite v0.20.1 |
712 | 2024-08-02T16:45:04.810Z | Downloaded unsafe-libyaml v0.2.11 |
713 | 2024-08-02T16:45:04.813Z | Downloaded postcard v1.0.8 |
714 | 2024-08-02T16:45:04.816Z | Downloaded pkcs8 v0.10.2 |
715 | 2024-08-02T16:45:04.819Z | Downloaded futures-channel v0.3.30 |
716 | 2024-08-02T16:45:04.822Z | Downloaded aho-corasick v1.1.3 |
717 | 2024-08-02T16:45:04.828Z | Downloaded derive_more v0.99.18 |
718 | 2024-08-02T16:45:04.834Z | Downloaded env_logger v0.9.3 |
719 | 2024-08-02T16:45:04.837Z | Downloaded peg-macros v0.8.4 |
720 | 2024-08-02T16:45:04.840Z | Downloaded blake3 v1.5.1 |
721 | 2024-08-02T16:45:04.847Z | Downloaded heapless v0.8.0 |
722 | 2024-08-02T16:45:04.851Z | Downloaded unicode-segmentation v1.11.0 |
723 | 2024-08-02T16:45:04.855Z | Downloaded heapless v0.7.17 |
724 | 2024-08-02T16:45:04.859Z | Downloaded toml_edit v0.19.15 |
725 | 2024-08-02T16:45:04.877Z | Downloaded serde_yaml v0.9.34+deprecated |
726 | 2024-08-02T16:45:04.881Z | Downloaded textwrap v0.16.1 |
727 | 2024-08-02T16:45:04.884Z | Downloaded similar v2.5.0 |
728 | 2024-08-02T16:45:04.888Z | Downloaded tokio-postgres v0.7.11 |
729 | 2024-08-02T16:45:04.893Z | Downloaded fatfs v0.3.6 |
730 | 2024-08-02T16:45:04.897Z | Downloaded chrono v0.4.38 |
731 | 2024-08-02T16:45:04.905Z | Downloaded publicsuffix v2.2.3 |
732 | 2024-08-02T16:45:04.908Z | Downloaded hashbrown v0.13.2 |
733 | 2024-08-02T16:45:04.912Z | Downloaded reedline v0.31.0 |
734 | 2024-08-02T16:45:04.921Z | Downloaded expectorate v1.1.0 |
735 | 2024-08-02T16:45:04.924Z | Downloaded x509-cert v0.2.5 |
736 | 2024-08-02T16:45:04.930Z | Downloaded futures-util v0.3.30 |
737 | 2024-08-02T16:45:04.943Z | Downloaded rustyline v14.0.0 |
738 | 2024-08-02T16:45:04.949Z | Downloaded trust-dns-resolver v0.22.0 |
739 | 2024-08-02T16:45:04.954Z | Downloaded portable-atomic v1.6.0 |
740 | 2024-08-02T16:45:04.960Z | Downloaded trust-dns-client v0.22.0 |
741 | 2024-08-02T16:45:04.966Z | Downloaded rustls-webpki v0.102.4 |
742 | 2024-08-02T16:45:04.986Z | Downloaded flate2 v1.0.30 |
743 | 2024-08-02T16:45:04.991Z | Downloaded http v1.1.0 |
744 | 2024-08-02T16:45:04.995Z | Downloaded h2 v0.3.26 |
745 | 2024-08-02T16:45:05.003Z | Downloaded tokio-util v0.7.11 |
746 | 2024-08-02T16:45:05.009Z | Downloaded vcpkg v0.2.15 |
747 | 2024-08-02T16:45:05.049Z | Downloaded hyper v0.14.28 |
748 | 2024-08-02T16:45:05.058Z | Downloaded idna v0.2.3 |
749 | 2024-08-02T16:45:05.064Z | Downloaded webpki-roots v0.25.4 |
750 | 2024-08-02T16:45:05.068Z | Downloaded bstr v0.2.17 |
751 | 2024-08-02T16:45:05.079Z | Downloaded hkdf v0.12.4 |
752 | 2024-08-02T16:45:05.081Z | Downloaded smoltcp v0.9.1 |
753 | 2024-08-02T16:45:05.092Z | Downloaded openssl v0.10.66 |
754 | 2024-08-02T16:45:05.101Z | Downloaded regex-syntax v0.6.29 |
755 | 2024-08-02T16:45:05.109Z | Downloaded radix_trie v0.2.1 |
756 | 2024-08-02T16:45:05.114Z | Downloaded quick-xml v0.31.0 |
757 | 2024-08-02T16:45:05.120Z | Downloaded nix v0.28.0 |
758 | 2024-08-02T16:45:05.133Z | Downloaded idna v0.3.0 |
759 | 2024-08-02T16:45:05.139Z | Downloaded reqwest v0.11.27 |
760 | 2024-08-02T16:45:05.147Z | Downloaded regex-syntax v0.8.3 |
761 | 2024-08-02T16:45:05.156Z | Downloaded regex v1.10.5 |
762 | 2024-08-02T16:45:05.171Z | Downloaded object v0.32.2 |
763 | 2024-08-02T16:45:05.182Z | Downloaded polar-core v0.27.3 |
764 | 2024-08-02T16:45:05.191Z | Downloaded bstr v1.9.1 |
765 | 2024-08-02T16:45:05.203Z | Downloaded rustls v0.22.4 |
766 | 2024-08-02T16:45:05.219Z | Downloaded regress v0.9.1 |
767 | 2024-08-02T16:45:05.227Z | Downloaded trust-dns-proto v0.22.0 |
768 | 2024-08-02T16:45:05.240Z | Downloaded rustls v0.21.12 |
769 | 2024-08-02T16:45:05.251Z | Downloaded sled v0.34.7 |
770 | 2024-08-02T16:45:05.262Z | Downloaded smoltcp v0.11.0 |
771 | 2024-08-02T16:45:05.275Z | Downloaded openapiv3 v2.0.0 |
772 | 2024-08-02T16:45:05.288Z | Downloaded ratatui v0.27.0 |
773 | 2024-08-02T16:45:05.308Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
774 | 2024-08-02T16:45:05.321Z | Downloaded diesel v2.1.6 |
775 | 2024-08-02T16:45:05.357Z | Downloaded zerocopy-derive v0.6.6 |
776 | 2024-08-02T16:45:05.370Z | Downloaded petgraph v0.6.5 |
777 | 2024-08-02T16:45:05.390Z | Downloaded regex-automata v0.4.6 |
778 | 2024-08-02T16:45:05.407Z | Downloaded tokio v1.38.1 |
779 | 2024-08-02T16:45:05.442Z | Downloaded sha3 v0.10.8 |
780 | 2024-08-02T16:45:05.446Z | Downloaded csv v1.3.0 |
781 | 2024-08-02T16:45:05.465Z | Downloaded finl_unicode v1.2.0 |
782 | 2024-08-02T16:45:05.477Z | Downloaded idna v0.5.0 |
783 | 2024-08-02T16:45:05.484Z | Downloaded gimli v0.28.1 |
784 | 2024-08-02T16:45:05.491Z | Downloaded nix v0.27.1 |
785 | 2024-08-02T16:45:05.503Z | Downloaded curve25519-dalek v4.1.3 |
786 | 2024-08-02T16:45:05.511Z | Downloaded object v0.30.4 |
787 | 2024-08-02T16:45:05.520Z | Downloaded rustls-webpki v0.101.7 |
788 | 2024-08-02T16:45:05.534Z | Downloaded regex-automata v0.1.10 |
789 | 2024-08-02T16:45:05.538Z | Downloaded encoding_rs v0.8.34 |
790 | 2024-08-02T16:45:05.559Z | Downloaded proptest v1.4.0 |
791 | 2024-08-02T16:45:05.567Z | Downloaded lalrpop v0.19.12 |
792 | 2024-08-02T16:45:05.578Z | Downloaded rayon v1.10.0 |
793 | 2024-08-02T16:45:05.586Z | Downloaded bitvec v1.0.1 |
794 | 2024-08-02T16:45:05.601Z | Downloaded hashbrown v0.12.3 |
795 | 2024-08-02T16:45:05.605Z | Downloaded unicode-normalization v0.1.23 |
796 | 2024-08-02T16:45:05.608Z | Downloaded sqlparser v0.45.0 |
797 | 2024-08-02T16:45:05.614Z | Downloaded bindgen v0.69.4 |
798 | 2024-08-02T16:45:05.620Z | Downloaded diesel_derives v2.1.4 |
799 | 2024-08-02T16:45:05.624Z | Downloaded flume v0.11.0 |
800 | 2024-08-02T16:45:05.627Z | Downloaded rand v0.8.5 |
801 | 2024-08-02T16:45:05.630Z | Downloaded http v0.2.12 |
802 | 2024-08-02T16:45:05.634Z | Downloaded toml v0.5.11 |
803 | 2024-08-02T16:45:05.636Z | Downloaded libxml v0.3.3 |
804 | 2024-08-02T16:45:05.641Z | Downloaded toml v0.7.8 |
805 | 2024-08-02T16:45:05.644Z | Downloaded winnow v0.5.40 |
806 | 2024-08-02T16:45:05.652Z | Downloaded tungstenite v0.21.0 |
807 | 2024-08-02T16:45:05.655Z | Downloaded unicode-bidi v0.3.15 |
808 | 2024-08-02T16:45:05.657Z | Downloaded schemars v0.8.21 |
809 | 2024-08-02T16:45:05.667Z | Downloaded pin-project-lite v0.2.14 |
810 | 2024-08-02T16:45:05.671Z | Downloaded snafu-derive v0.8.2 |
811 | 2024-08-02T16:45:05.674Z | Downloaded url v2.5.2 |
812 | 2024-08-02T16:45:05.677Z | Downloaded secrecy v0.8.0 |
813 | 2024-08-02T16:45:05.677Z | Downloaded slog v2.7.0 |
814 | 2024-08-02T16:45:05.679Z | Downloaded num-bigint-dig v0.8.4 |
815 | 2024-08-02T16:45:05.684Z | Downloaded libm v0.2.8 |
816 | 2024-08-02T16:45:05.691Z | Downloaded slog-async v2.8.0 |
817 | 2024-08-02T16:45:05.694Z | Downloaded der_derive v0.7.2 |
818 | 2024-08-02T16:45:05.694Z | Downloaded sct v0.7.1 |
819 | 2024-08-02T16:45:05.696Z | Downloaded trust-dns-server v0.22.1 |
820 | 2024-08-02T16:45:05.701Z | Downloaded stable_deref_trait v1.2.0 |
821 | 2024-08-02T16:45:05.704Z | Downloaded either v1.12.0 |
822 | 2024-08-02T16:45:05.704Z | Downloaded yasna v0.5.2 |
823 | 2024-08-02T16:45:05.707Z | Downloaded hyper-tls v0.5.0 |
824 | 2024-08-02T16:45:05.707Z | Downloaded hyper-staticfile v0.9.5 |
825 | 2024-08-02T16:45:05.710Z | Downloaded tough v0.17.1 |
826 | 2024-08-02T16:45:05.715Z | Downloaded stability v0.2.0 |
827 | 2024-08-02T16:45:05.718Z | Downloaded rsa v0.9.6 |
828 | 2024-08-02T16:45:05.721Z | Downloaded hash32 v0.2.1 |
829 | 2024-08-02T16:45:05.724Z | Downloaded fallible-iterator v0.2.0 |
830 | 2024-08-02T16:45:05.724Z | Downloaded rand_core v0.6.4 |
831 | 2024-08-02T16:45:05.730Z | Downloaded futures-sink v0.3.30 |
832 | 2024-08-02T16:45:05.730Z | Downloaded typed-path v0.7.1 |
833 | 2024-08-02T16:45:05.733Z | Downloaded nom v7.1.3 |
834 | 2024-08-02T16:45:05.736Z | Downloaded itertools v0.12.1 |
835 | 2024-08-02T16:45:05.743Z | Downloaded crossterm v0.27.0 |
836 | 2024-08-02T16:45:05.749Z | Downloaded sec1 v0.7.3 |
837 | 2024-08-02T16:45:05.752Z | Downloaded term v0.7.0 |
838 | 2024-08-02T16:45:05.755Z | Downloaded rayon-core v1.12.1 |
839 | 2024-08-02T16:45:05.759Z | Downloaded ron v0.7.1 |
840 | 2024-08-02T16:45:05.764Z | Downloaded rcgen v0.12.1 |
841 | 2024-08-02T16:45:05.767Z | Downloaded prettyplease v0.2.20 |
842 | 2024-08-02T16:45:05.772Z | Downloaded zip v0.6.6 |
843 | 2024-08-02T16:45:05.775Z | Downloaded phf v0.11.2 |
844 | 2024-08-02T16:45:05.778Z | Downloaded snafu v0.8.2 |
845 | 2024-08-02T16:45:05.781Z | Downloaded difflib v0.4.0 |
846 | 2024-08-02T16:45:05.784Z | Downloaded tokio-rustls v0.24.1 |
847 | 2024-08-02T16:45:05.787Z | Downloaded http-range v0.1.5 |
848 | 2024-08-02T16:45:05.787Z | Downloaded foreign-types v0.5.0 |
849 | 2024-08-02T16:45:05.787Z | Downloaded foreign-types v0.3.2 |
850 | 2024-08-02T16:45:05.787Z | Downloaded tap v1.0.1 |
851 | 2024-08-02T16:45:05.789Z | Downloaded futures-task v0.3.30 |
852 | 2024-08-02T16:45:05.790Z | Downloaded xattr v1.3.1 |
853 | 2024-08-02T16:45:05.794Z | Downloaded wyz v0.5.1 |
854 | 2024-08-02T16:45:05.794Z | Downloaded unicase v2.7.0 |
855 | 2024-08-02T16:45:05.794Z | Downloaded powerfmt v0.2.0 |
856 | 2024-08-02T16:45:05.796Z | Downloaded postgres-protocol v0.6.7 |
857 | 2024-08-02T16:45:05.796Z | Downloaded hyper-rustls v0.24.2 |
858 | 2024-08-02T16:45:05.799Z | Downloaded uzers v0.11.3 |
859 | 2024-08-02T16:45:05.799Z | Downloaded rustc_version v0.4.0 |
860 | 2024-08-02T16:45:05.799Z | Downloaded rustc_version v0.1.7 |
861 | 2024-08-02T16:45:05.802Z | Downloaded rustc-hash v1.1.0 |
862 | 2024-08-02T16:45:05.802Z | Downloaded resolv-conf v0.7.0 |
863 | 2024-08-02T16:45:05.805Z | Downloaded mio v0.8.11 |
864 | 2024-08-02T16:45:05.808Z | Downloaded rustls-pemfile v1.0.4 |
865 | 2024-08-02T16:45:05.811Z | Downloaded pkcs1 v0.7.5 |
866 | 2024-08-02T16:45:05.813Z | Downloaded globset v0.4.14 |
867 | 2024-08-02T16:45:05.816Z | Downloaded tracing-core v0.1.32 |
868 | 2024-08-02T16:45:05.820Z | Downloaded subprocess v0.2.9 |
869 | 2024-08-02T16:45:05.823Z | Downloaded oso v0.27.3 |
870 | 2024-08-02T16:45:05.823Z | Downloaded tokio-rustls v0.25.0 |
871 | 2024-08-02T16:45:05.826Z | Downloaded tabwriter v1.4.0 |
872 | 2024-08-02T16:45:05.826Z | Downloaded slog-scope v4.4.0 |
873 | 2024-08-02T16:45:05.829Z | Downloaded slog-envlogger v2.2.0 |
874 | 2024-08-02T16:45:05.829Z | Downloaded slog-json v2.6.1 |
875 | 2024-08-02T16:45:05.832Z | Downloaded shlex v1.3.0 |
876 | 2024-08-02T16:45:05.832Z | Downloaded cc v1.0.97 |
877 | 2024-08-02T16:45:05.836Z | Downloaded backtrace v0.3.71 |
878 | 2024-08-02T16:45:05.841Z | Downloaded env_logger v0.10.2 |
879 | 2024-08-02T16:45:05.843Z | Downloaded const_format v0.2.32 |
880 | 2024-08-02T16:45:05.847Z | Downloaded serde_derive_internals v0.29.1 |
881 | 2024-08-02T16:45:05.850Z | Downloaded pem-rfc7468 v0.7.0 |
882 | 2024-08-02T16:45:05.853Z | Downloaded hex v0.4.3 |
883 | 2024-08-02T16:45:05.853Z | Downloaded parking_lot v0.12.2 |
884 | 2024-08-02T16:45:05.855Z | Downloaded httpdate v1.0.3 |
885 | 2024-08-02T16:45:05.858Z | Downloaded derive-where v1.2.7 |
886 | 2024-08-02T16:45:05.861Z | Downloaded waitgroup v0.1.2 |
887 | 2024-08-02T16:45:05.861Z | Downloaded itertools v0.10.5 |
888 | 2024-08-02T16:45:05.866Z | Downloaded embedded-io v0.4.0 |
889 | 2024-08-02T16:45:05.869Z | Downloaded chacha20poly1305 v0.10.1 |
890 | 2024-08-02T16:45:05.872Z | Downloaded bytes v1.6.0 |
891 | 2024-08-02T16:45:05.875Z | Downloaded ring v0.17.8 |
892 | 2024-08-02T16:45:05.941Z | Downloaded base64 v0.22.1 |
893 | 2024-08-02T16:45:05.945Z | Downloaded tempfile v3.10.1 |
894 | 2024-08-02T16:45:05.947Z | Downloaded zone v0.1.8 |
895 | 2024-08-02T16:45:05.950Z | Downloaded zeroize_derive v1.4.2 |
896 | 2024-08-02T16:45:05.950Z | Downloaded untrusted v0.7.1 |
897 | 2024-08-02T16:45:05.950Z | Downloaded subtle v2.5.0 |
898 | 2024-08-02T16:45:05.953Z | Downloaded supports-color v3.0.0 |
899 | 2024-08-02T16:45:05.953Z | Downloaded flagset v0.4.5 |
900 | 2024-08-02T16:45:05.956Z | Downloaded erased-serde v0.3.31 |
901 | 2024-08-02T16:45:05.956Z | Downloaded derive_builder v0.20.0 |
902 | 2024-08-02T16:45:05.960Z | Downloaded tokio-tungstenite v0.20.1 |
903 | 2024-08-02T16:45:05.963Z | Downloaded arc-swap v1.7.1 |
904 | 2024-08-02T16:45:05.966Z | Downloaded serde_arrays v0.1.0 |
905 | 2024-08-02T16:45:05.969Z | Downloaded serde-hex v0.1.0 |
906 | 2024-08-02T16:45:05.969Z | Downloaded semver v0.1.20 |
907 | 2024-08-02T16:45:05.971Z | Downloaded rustversion v1.0.17 |
908 | 2024-08-02T16:45:05.971Z | Downloaded whoami v1.5.1 |
909 | 2024-08-02T16:45:05.974Z | Downloaded vte v0.11.1 |
910 | 2024-08-02T16:45:05.977Z | Downloaded password-hash v0.5.0 |
911 | 2024-08-02T16:45:05.977Z | Downloaded darling_core v0.20.9 |
912 | 2024-08-02T16:45:05.982Z | Downloaded crc-any v2.5.0 |
913 | 2024-08-02T16:45:05.985Z | Downloaded num-rational v0.4.2 |
914 | 2024-08-02T16:45:05.985Z | Downloaded colored v2.1.0 |
915 | 2024-08-02T16:45:05.988Z | Downloaded clang-sys v1.7.0 |
916 | 2024-08-02T16:45:05.990Z | Downloaded ring v0.16.20 |
917 | 2024-08-02T16:45:06.071Z | Downloaded base64 v0.13.1 |
918 | 2024-08-02T16:45:06.074Z | Downloaded peg v0.8.4 |
919 | 2024-08-02T16:45:06.077Z | Downloaded home v0.5.9 |
920 | 2024-08-02T16:45:06.080Z | Downloaded openssl-sys v0.9.103 |
921 | 2024-08-02T16:45:06.083Z | Downloaded gethostname v0.4.3 |
922 | 2024-08-02T16:45:06.085Z | Downloaded sqlparser_derive v0.2.2 |
923 | 2024-08-02T16:45:06.085Z | Downloaded toolchain_find v0.4.0 |
924 | 2024-08-02T16:45:06.085Z | Downloaded ciborium v0.2.2 |
925 | 2024-08-02T16:45:06.088Z | Downloaded dyn-clone v1.0.17 |
926 | 2024-08-02T16:45:07.093Z | Downloaded num_enum_derive v0.5.11 |
927 | 2024-08-02T16:45:07.093Z | Downloaded slog-dtrace v0.3.0 |
928 | 2024-08-02T16:45:07.093Z | Downloaded packed_struct_codegen v0.10.1 |
929 | 2024-08-02T16:45:07.098Z | Downloaded num-integer v0.1.46 |
930 | 2024-08-02T16:45:07.098Z | Downloaded md-5 v0.10.6 |
931 | 2024-08-02T16:45:07.098Z | Downloaded base64 v0.21.7 |
932 | 2024-08-02T16:45:07.098Z | Downloaded indexmap v1.9.3 |
933 | 2024-08-02T16:45:07.098Z | Downloaded der v0.7.9 |
934 | 2024-08-02T16:45:07.098Z | Downloaded cookie v0.17.0 |
935 | 2024-08-02T16:45:07.098Z | Downloaded mockall v0.12.1 |
936 | 2024-08-02T16:45:07.098Z | Downloaded mime v0.3.17 |
937 | 2024-08-02T16:45:07.098Z | Downloaded linked-hash-map v0.5.6 |
938 | 2024-08-02T16:45:07.098Z | Downloaded nanorand v0.7.0 |
939 | 2024-08-02T16:45:07.098Z | Downloaded maplit v1.0.2 |
940 | 2024-08-02T16:45:07.098Z | Downloaded parking_lot_core v0.8.6 |
941 | 2024-08-02T16:45:07.098Z | Downloaded miniz_oxide v0.7.2 |
942 | 2024-08-02T16:45:07.098Z | Downloaded mockall_derive v0.12.1 |
943 | 2024-08-02T16:45:07.098Z | Downloaded darling v0.20.9 |
944 | 2024-08-02T16:45:07.098Z | Downloaded arrayvec v0.7.4 |
945 | 2024-08-02T16:45:07.098Z | Downloaded fxhash v0.2.1 |
946 | 2024-08-02T16:45:07.098Z | Downloaded memmap2 v0.9.4 |
947 | 2024-08-02T16:45:07.098Z | Downloaded path-slash v0.1.5 |
948 | 2024-08-02T16:45:07.098Z | Downloaded signal-hook-registry v1.4.2 |
949 | 2024-08-02T16:45:07.098Z | Downloaded number_prefix v0.4.0 |
950 | 2024-08-02T16:45:07.098Z | Downloaded debug-ignore v1.0.5 |
951 | 2024-08-02T16:45:07.098Z | Downloaded ahash v0.8.11 |
952 | 2024-08-02T16:45:07.098Z | Downloaded defmt-macros v0.3.9 |
953 | 2024-08-02T16:45:07.098Z | Downloaded crc-catalog v2.4.0 |
954 | 2024-08-02T16:45:07.098Z | Downloaded argon2 v0.5.3 |
955 | 2024-08-02T16:45:07.099Z | Downloaded ascii-canvas v3.0.0 |
956 | 2024-08-02T16:45:07.099Z | Downloaded lock_api v0.4.12 |
957 | 2024-08-02T16:45:07.099Z | Downloaded blake2 v0.10.6 |
958 | 2024-08-02T16:45:07.099Z | Downloaded packed_struct v0.10.1 |
959 | 2024-08-02T16:45:07.099Z | Downloaded num-derive v0.4.2 |
960 | 2024-08-02T16:45:07.099Z | Downloaded maybe-uninit v2.0.0 |
961 | 2024-08-02T16:45:07.099Z | Downloaded keccak v0.1.5 |
962 | 2024-08-02T16:45:07.099Z | Downloaded indoc v1.0.9 |
963 | 2024-08-02T16:45:07.099Z | Downloaded impl-trait-for-tuples v0.2.2 |
964 | 2024-08-02T16:45:07.099Z | Downloaded ipnetwork v0.20.0 |
965 | 2024-08-02T16:45:07.099Z | Downloaded crc v3.2.1 |
966 | 2024-08-02T16:45:07.099Z | Downloaded linear-map v1.2.0 |
967 | 2024-08-02T16:45:07.099Z | Downloaded bzip2 v0.4.4 |
968 | 2024-08-02T16:45:07.099Z | Downloaded lalrpop-util v0.19.12 |
969 | 2024-08-02T16:45:07.099Z | Downloaded async-trait v0.1.81 |
970 | 2024-08-02T16:45:07.099Z | Downloaded nibble_vec v0.1.0 |
971 | 2024-08-02T16:45:07.099Z | Downloaded libsw v3.3.1 |
972 | 2024-08-02T16:45:07.099Z | Downloaded num-iter v0.1.45 |
973 | 2024-08-02T16:45:07.099Z | Downloaded lru v0.12.3 |
974 | 2024-08-02T16:45:07.099Z | Downloaded crunchy v0.2.2 |
975 | 2024-08-02T16:45:07.099Z | Downloaded bitflags v1.3.2 |
976 | 2024-08-02T16:45:07.099Z | Downloaded async-recursion v1.1.1 |
977 | 2024-08-02T16:45:07.099Z | Downloaded bit-set v0.5.3 |
978 | 2024-08-02T16:45:07.099Z | Downloaded array-init v0.0.4 |
979 | 2024-08-02T16:45:07.099Z | Downloaded csv-core v0.1.11 |
980 | 2024-08-02T16:45:07.099Z | Downloaded atomic-waker v1.1.2 |
981 | 2024-08-02T16:45:07.099Z | Downloaded aead v0.5.2 |
982 | 2024-08-02T16:45:07.099Z | Downloaded is_ci v1.2.0 |
983 | 2024-08-02T16:45:07.099Z | Downloaded constant_time_eq v0.3.0 |
984 | 2024-08-02T16:45:07.099Z | Downloaded instant v0.1.12 |
985 | 2024-08-02T16:45:07.099Z | Downloaded ascii v1.1.0 |
986 | 2024-08-02T16:45:07.099Z | Downloaded const_format_proc_macros v0.2.32 |
987 | 2024-08-02T16:45:07.099Z | Downloaded cobs v0.2.3 |
988 | 2024-08-02T16:45:07.099Z | Downloaded backoff v0.4.0 |
989 | 2024-08-02T16:45:07.099Z | Downloaded bb8 v0.8.5 |
990 | 2024-08-02T16:45:07.099Z | Downloaded ipnet v2.9.0 |
991 | 2024-08-02T16:45:07.099Z | Compiling cfg-if v1.0.0 |
992 | 2024-08-02T16:45:07.099Z | Compiling serde v1.0.204 |
993 | 2024-08-02T16:45:07.099Z | Compiling scopeguard v1.2.0 |
994 | 2024-08-02T16:45:07.100Z | Compiling lock_api v0.4.12 |
995 | 2024-08-02T16:45:07.100Z | Compiling log v0.4.21 |
996 | 2024-08-02T16:45:07.100Z | Compiling syn v2.0.72 |
997 | 2024-08-02T16:45:07.100Z | Compiling cc v1.0.97 |
998 | 2024-08-02T16:45:07.100Z | Compiling parking_lot_core v0.9.10 |
999 | 2024-08-02T16:45:07.100Z | Compiling getrandom v0.2.14 |
1000 | 2024-08-02T16:45:07.100Z | Compiling smallvec v1.13.2 |
1001 | 2024-08-02T16:45:07.100Z | Compiling rand_core v0.6.4 |
1002 | 2024-08-02T16:45:07.100Z | Compiling typenum v1.17.0 |
1003 | 2024-08-02T16:45:07.100Z | Compiling generic-array v0.14.7 |
1004 | 2024-08-02T16:45:07.103Z | Compiling pin-project-lite v0.2.14 |
1005 | 2024-08-02T16:45:07.224Z | Compiling signal-hook-registry v1.4.2 |
1006 | 2024-08-02T16:45:07.362Z | Compiling parking_lot v0.12.2 |
1007 | 2024-08-02T16:45:07.441Z | Compiling spin v0.9.8 |
1008 | 2024-08-02T16:45:07.488Z | Compiling mio v0.8.11 |
1009 | 2024-08-02T16:45:07.662Z | Compiling serde_json v1.0.120 |
1010 | 2024-08-02T16:45:07.853Z | Compiling libm v0.2.8 |
1011 | 2024-08-02T16:45:07.993Z | Compiling ahash v0.8.11 |
1012 | 2024-08-02T16:45:08.037Z | Compiling num-traits v0.2.19 |
1013 | 2024-08-02T16:45:08.183Z | Compiling tinyvec_macros v0.1.1 |
1014 | 2024-08-02T16:45:08.278Z | Compiling futures-core v0.3.30 |
1015 | 2024-08-02T16:45:08.322Z | Compiling tinyvec v1.6.0 |
1016 | 2024-08-02T16:45:08.487Z | Compiling num_cpus v1.16.0 |
1017 | 2024-08-02T16:45:08.512Z | Compiling socket2 v0.5.7 |
1018 | 2024-08-02T16:45:08.603Z | Compiling const-oid v0.9.6 |
1019 | 2024-08-02T16:45:08.741Z | Compiling subtle v2.5.0 |
1020 | 2024-08-02T16:45:09.088Z | Compiling slab v0.4.9 |
1021 | 2024-08-02T16:45:09.502Z | Compiling futures-sink v0.3.30 |
1022 | 2024-08-02T16:45:09.658Z | Compiling allocator-api2 v0.2.18 |
1023 | 2024-08-02T16:45:09.688Z | Compiling unicode-bidi v0.3.15 |
1024 | 2024-08-02T16:45:09.771Z | Compiling unicode-normalization v0.1.23 |
1025 | 2024-08-02T16:45:10.187Z | Compiling futures-channel v0.3.30 |
1026 | 2024-08-02T16:45:10.338Z | Compiling futures-task v0.3.30 |
1027 | 2024-08-02T16:45:10.471Z | Compiling pkg-config v0.3.30 |
1028 | 2024-08-02T16:45:10.559Z | Compiling futures-io v0.3.30 |
1029 | 2024-08-02T16:45:10.611Z | Compiling vcpkg v0.2.15 |
1030 | 2024-08-02T16:45:10.690Z | Compiling pin-utils v0.1.0 |
1031 | 2024-08-02T16:45:10.785Z | Compiling ring v0.17.8 |
1032 | 2024-08-02T16:45:10.887Z | Compiling percent-encoding v2.3.1 |
1033 | 2024-08-02T16:45:10.949Z | Compiling ppv-lite86 v0.2.17 |
1034 | 2024-08-02T16:45:11.272Z | Compiling tracing-core v0.1.32 |
1035 | 2024-08-02T16:45:11.329Z | Compiling num-conv v0.1.0 |
1036 | 2024-08-02T16:45:11.523Z | Compiling untrusted v0.9.0 |
1037 | 2024-08-02T16:45:11.625Z | Compiling time-core v0.1.2 |
1038 | 2024-08-02T16:45:11.705Z | Compiling syn v1.0.109 |
1039 | 2024-08-02T16:45:11.771Z | Compiling rand_chacha v0.3.1 |
1040 | 2024-08-02T16:45:11.797Z | Compiling rustix v0.38.34 |
1041 | 2024-08-02T16:45:12.110Z | Compiling powerfmt v0.2.0 |
1042 | 2024-08-02T16:45:12.363Z | Compiling deranged v0.3.11 |
1043 | 2024-08-02T16:45:12.469Z | Compiling rand v0.8.5 |
1044 | 2024-08-02T16:45:12.630Z | Compiling time-macros v0.2.18 |
1045 | 2024-08-02T16:45:12.777Z | Compiling iana-time-zone v0.1.60 |
1046 | 2024-08-02T16:45:12.890Z | Compiling openssl-sys v0.9.103 |
1047 | 2024-08-02T16:45:13.208Z | Compiling openssl v0.10.66 |
1048 | 2024-08-02T16:45:13.534Z | Compiling rustversion v1.0.17 |
1049 | 2024-08-02T16:45:13.887Z | Compiling base64ct v1.6.0 |
1050 | 2024-08-02T16:45:14.188Z | Compiling foreign-types-shared v0.1.1 |
1051 | 2024-08-02T16:45:14.204Z | Compiling httparse v1.8.0 |
1052 | 2024-08-02T16:45:14.276Z | Compiling num_threads v0.1.7 |
1053 | 2024-08-02T16:45:14.379Z | Compiling pem-rfc7468 v0.7.0 |
1054 | 2024-08-02T16:45:14.404Z | Compiling foreign-types v0.3.2 |
1055 | 2024-08-02T16:45:14.516Z | Compiling form_urlencoded v1.2.1 |
1056 | 2024-08-02T16:45:14.592Z | Compiling native-tls v0.2.11 |
1057 | 2024-08-02T16:45:14.797Z | Compiling try-lock v0.2.5 |
1058 | 2024-08-02T16:45:14.853Z | Compiling siphasher v0.3.11 |
1059 | 2024-08-02T16:45:14.919Z | Compiling flagset v0.4.5 |
1060 | 2024-08-02T16:45:15.049Z | Compiling crossbeam-utils v0.8.19 |
1061 | 2024-08-02T16:45:15.102Z | Compiling rustls v0.21.12 |
1062 | 2024-08-02T16:45:15.167Z | Compiling want v0.3.1 |
1063 | 2024-08-02T16:45:15.656Z | Compiling serde_derive_internals v0.29.1 |
1064 | 2024-08-02T16:45:15.931Z | Compiling time v0.3.36 |
1065 | 2024-08-02T16:45:15.997Z | Compiling idna v0.5.0 |
1066 | 2024-08-02T16:45:16.643Z | Compiling lazy_static v1.5.0 |
1067 | 2024-08-02T16:45:16.762Z | Compiling socket2 v0.4.10 |
1068 | 2024-08-02T16:45:16.939Z | Compiling aho-corasick v1.1.3 |
1069 | 2024-08-02T16:45:17.555Z | Compiling cookie v0.17.0 |
1070 | 2024-08-02T16:45:17.649Z | Compiling openssl-probe v0.1.5 |
1071 | 2024-08-02T16:45:17.795Z | Compiling finl_unicode v1.2.0 |
1072 | 2024-08-02T16:45:17.992Z | Compiling httpdate v1.0.3 |
1073 | 2024-08-02T16:45:18.366Z | Compiling signal-hook v0.3.17 |
1074 | 2024-08-02T16:45:18.442Z | Compiling regex-syntax v0.8.3 |
1075 | 2024-08-02T16:45:18.470Z | Compiling tower-service v0.3.2 |
1076 | 2024-08-02T16:45:18.592Z | Compiling adler v1.0.2 |
1077 | 2024-08-02T16:45:18.609Z | Compiling cpufeatures v0.2.12 |
1078 | 2024-08-02T16:45:18.704Z | Compiling slog v2.7.0 |
1079 | 2024-08-02T16:45:18.815Z | Compiling schemars v0.8.21 |
1080 | 2024-08-02T16:45:19.164Z | Compiling miniz_oxide v0.7.2 |
1081 | 2024-08-02T16:45:19.285Z | Compiling stringprep v0.1.4 |
1082 | 2024-08-02T16:45:20.611Z | Compiling url v2.5.2 |
1083 | 2024-08-02T16:45:21.010Z | Compiling serde_derive v1.0.204 |
1084 | 2024-08-02T16:45:21.473Z | Compiling zeroize_derive v1.4.2 |
1085 | 2024-08-02T16:45:22.095Z | Compiling zerocopy-derive v0.7.34 |
1086 | 2024-08-02T16:45:22.559Z | Compiling tokio-macros v2.3.0 |
1087 | 2024-08-02T16:45:22.685Z | Compiling thiserror-impl v1.0.63 |
1088 | 2024-08-02T16:45:23.126Z | Compiling zeroize v1.7.0 |
1089 | 2024-08-02T16:45:24.047Z | Compiling futures-macro v0.3.30 |
1090 | 2024-08-02T16:45:24.328Z | Compiling scroll_derive v0.12.0 |
1091 | 2024-08-02T16:45:24.436Z | Compiling zerocopy v0.7.34 |
1092 | 2024-08-02T16:45:24.932Z | Compiling crypto-common v0.1.6 |
1093 | 2024-08-02T16:45:25.117Z | Compiling block-buffer v0.10.4 |
1094 | 2024-08-02T16:45:25.165Z | Compiling tracing-attributes v0.1.27 |
1095 | 2024-08-02T16:45:25.432Z | Compiling digest v0.10.7 |
1096 | 2024-08-02T16:45:25.924Z | Compiling scroll v0.12.0 |
1097 | 2024-08-02T16:45:25.944Z | Compiling hmac v0.12.1 |
1098 | 2024-08-02T16:45:26.179Z | Compiling thiserror v1.0.63 |
1099 | 2024-08-02T16:45:26.201Z | Compiling der_derive v0.7.2 |
1100 | 2024-08-02T16:45:26.247Z | Compiling futures-util v0.3.30 |
1101 | 2024-08-02T16:45:26.319Z | Compiling pest v2.7.10 |
1102 | 2024-08-02T16:45:26.493Z | Compiling goblin v0.8.2 |
1103 | 2024-08-02T16:45:26.678Z | Compiling hashbrown v0.14.5 |
1104 | 2024-08-02T16:45:28.190Z | Compiling openssl-macros v0.1.1 |
1105 | 2024-08-02T16:45:28.874Z | Compiling pest_meta v2.7.10 |
1106 | 2024-08-02T16:45:28.877Z | Compiling der v0.7.9 |
1107 | 2024-08-02T16:45:28.953Z | Compiling rustls-webpki v0.101.7 |
1108 | 2024-08-02T16:45:29.190Z | Compiling tracing v0.1.40 |
1109 | 2024-08-02T16:45:29.241Z | Compiling sct v0.7.1 |
1110 | 2024-08-02T16:45:29.549Z | Compiling md-5 v0.10.6 |
1111 | 2024-08-02T16:45:29.801Z | Compiling sha2 v0.10.8 |
1112 | 2024-08-02T16:45:30.971Z | Compiling pest_generator v2.7.10 |
1113 | 2024-08-02T16:45:32.387Z | Compiling spki v0.7.3 |
1114 | 2024-08-02T16:45:32.696Z | Compiling regex-automata v0.4.6 |
1115 | 2024-08-02T16:45:32.769Z | Compiling schemars_derive v0.8.21 |
1116 | 2024-08-02T16:45:33.150Z | Compiling num-integer v0.1.46 |
1117 | 2024-08-02T16:45:33.341Z | Compiling idna v0.3.0 |
1118 | 2024-08-02T16:45:33.902Z | Compiling backtrace v0.3.71 |
1119 | 2024-08-02T16:45:34.259Z | Compiling pest_derive v2.7.10 |
1120 | 2024-08-02T16:45:34.318Z | Compiling hash32 v0.2.1 |
1121 | 2024-08-02T16:45:34.692Z | Compiling gimli v0.28.1 |
1122 | 2024-08-02T16:45:35.017Z | Compiling dyn-clone v1.0.17 |
1123 | 2024-08-02T16:45:35.051Z | Compiling dtrace-parser v0.2.0 |
1124 | 2024-08-02T16:45:35.224Z | Compiling smoltcp v0.9.1 |
1125 | 2024-08-02T16:45:35.987Z | Compiling bytes v1.6.0 |
1126 | 2024-08-02T16:45:36.117Z | Compiling bitflags v2.6.0 |
1127 | 2024-08-02T16:45:36.553Z | Compiling indexmap v2.2.6 |
1128 | 2024-08-02T16:45:37.195Z | Compiling tokio v1.38.1 |
1129 | 2024-08-02T16:45:37.335Z | Compiling http v0.2.12 |
1130 | 2024-08-02T16:45:37.352Z | Compiling semver v1.0.23 |
1131 | 2024-08-02T16:45:37.975Z | Compiling uuid v1.10.0 |
1132 | 2024-08-02T16:45:38.144Z | Compiling rustc_version v0.4.0 |
1133 | 2024-08-02T16:45:39.083Z | Compiling chrono v0.4.38 |
1134 | 2024-08-02T16:45:39.425Z | Compiling heapless v0.7.17 |
1135 | 2024-08-02T16:45:39.474Z | Compiling http-body v0.4.6 |
1136 | 2024-08-02T16:45:39.845Z | Compiling dof v0.3.0 |
1137 | 2024-08-02T16:45:39.942Z | Compiling serde_tokenstream v0.2.1 |
1138 | 2024-08-02T16:45:39.989Z | Compiling toml_datetime v0.6.6 |
1139 | 2024-08-02T16:45:40.528Z | Compiling serde_spanned v0.6.6 |
1140 | 2024-08-02T16:45:40.543Z | Compiling psl-types v2.0.11 |
1141 | 2024-08-02T16:45:40.736Z | Compiling usdt-impl v0.5.0 |
1142 | 2024-08-02T16:45:40.739Z | Compiling crc32fast v1.4.0 |
1143 | 2024-08-02T16:45:41.257Z | Compiling stable_deref_trait v1.2.0 |
1144 | 2024-08-02T16:45:41.360Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1145 | 2024-08-02T16:45:41.971Z | Compiling base64 v0.22.1 |
1146 | 2024-08-02T16:45:42.163Z | Compiling fallible-iterator v0.2.0 |
1147 | 2024-08-02T16:45:42.828Z | Compiling postgres-protocol v0.6.7 |
1148 | 2024-08-02T16:45:42.852Z | Compiling terminal_size v0.3.0 |
1149 | 2024-08-02T16:45:42.992Z | Compiling publicsuffix v2.2.3 |
1150 | 2024-08-02T16:45:43.058Z | Compiling addr2line v0.21.0 |
1151 | 2024-08-02T16:45:43.292Z | Compiling pkcs8 v0.10.2 |
1152 | 2024-08-02T16:45:43.724Z | Compiling hubpack_derive v0.1.1 |
1153 | 2024-08-02T16:45:43.860Z | Compiling block-padding v0.3.3 |
1154 | 2024-08-02T16:45:43.878Z | Compiling async-trait v0.1.81 |
1155 | 2024-08-02T16:45:44.110Z | Compiling zerocopy-derive v0.6.6 |
1156 | 2024-08-02T16:45:45.429Z | Compiling tokio-util v0.7.11 |
1157 | 2024-08-02T16:45:45.633Z | Compiling tokio-rustls v0.24.1 |
1158 | 2024-08-02T16:45:46.378Z | Compiling h2 v0.3.26 |
1159 | 2024-08-02T16:45:46.418Z | Compiling tokio-native-tls v0.3.1 |
1160 | 2024-08-02T16:45:46.632Z | Compiling phf_shared v0.11.2 |
1161 | 2024-08-02T16:45:46.682Z | Compiling diesel_table_macro_syntax v0.1.0 |
1162 | 2024-08-02T16:45:46.770Z | Compiling ff v0.13.0 |
1163 | 2024-08-02T16:45:46.787Z | Compiling scheduled-thread-pool v0.2.7 |
1164 | 2024-08-02T16:45:46.989Z | Compiling object v0.32.2 |
1165 | 2024-08-02T16:45:47.004Z | Compiling fs-err v2.11.0 |
1166 | 2024-08-02T16:45:47.077Z | Compiling bitflags v1.3.2 |
1167 | 2024-08-02T16:45:47.129Z | Compiling matches v0.1.10 |
1168 | 2024-08-02T16:45:47.175Z | Compiling rustc-demangle v0.1.24 |
1169 | 2024-08-02T16:45:47.219Z | Compiling anyhow v1.0.86 |
1170 | 2024-08-02T16:45:47.268Z | Compiling ipnet v2.9.0 |
1171 | 2024-08-02T16:45:47.388Z | Compiling regex-automata v0.1.10 |
1172 | 2024-08-02T16:45:47.789Z | Compiling managed v0.8.0 |
1173 | 2024-08-02T16:45:47.901Z | Compiling winnow v0.5.40 |
1174 | 2024-08-02T16:45:48.182Z | Compiling base64 v0.21.7 |
1175 | 2024-08-02T16:45:48.238Z | Compiling either v1.12.0 |
1176 | 2024-08-02T16:45:48.559Z | Compiling bit-vec v0.6.3 |
1177 | 2024-08-02T16:45:48.663Z | Compiling base16ct v0.2.0 |
1178 | 2024-08-02T16:45:48.682Z | Compiling rustls-pemfile v1.0.4 |
1179 | 2024-08-02T16:45:48.957Z | Compiling sec1 v0.7.3 |
1180 | 2024-08-02T16:45:49.004Z | Compiling clap_builder v4.5.9 |
1181 | 2024-08-02T16:45:49.139Z | Compiling bstr v0.2.17 |
1182 | 2024-08-02T16:45:49.891Z | Compiling idna v0.2.3 |
1183 | 2024-08-02T16:45:50.712Z | Compiling diesel_derives v2.1.4 |
1184 | 2024-08-02T16:45:51.155Z | Compiling r2d2 v0.8.10 |
1185 | 2024-08-02T16:45:51.515Z | Compiling toml_edit v0.19.15 |
1186 | 2024-08-02T16:45:51.560Z | Compiling group v0.13.0 |
1187 | 2024-08-02T16:45:51.827Z | Compiling phf v0.11.2 |
1188 | 2024-08-02T16:45:51.877Z | Compiling zerocopy v0.6.6 |
1189 | 2024-08-02T16:45:52.132Z | Compiling signal-hook-mio v0.2.3 |
1190 | 2024-08-02T16:45:52.282Z | Compiling cookie_store v0.20.0 |
1191 | 2024-08-02T16:45:52.756Z | Compiling hubpack v0.1.2 |
1192 | 2024-08-02T16:45:52.814Z | Compiling ipnetwork v0.20.0 |
1193 | 2024-08-02T16:45:53.216Z | Compiling hyper v0.14.28 |
1194 | 2024-08-02T16:45:53.865Z | Compiling inout v0.1.3 |
1195 | 2024-08-02T16:45:54.138Z | Compiling postgres-types v0.2.7 |
1196 | 2024-08-02T16:45:54.824Z | Compiling usdt-attr-macro v0.5.0 |
1197 | 2024-08-02T16:45:55.736Z | Compiling usdt-macro v0.5.0 |
1198 | 2024-08-02T16:45:56.513Z | Compiling regex v1.10.5 |
1199 | 2024-08-02T16:45:56.806Z | Compiling serde_urlencoded v0.7.1 |
1200 | 2024-08-02T16:45:57.217Z | Compiling num-bigint v0.4.5 |
1201 | 2024-08-02T16:45:57.349Z | Compiling futures-executor v0.3.30 |
1202 | 2024-08-02T16:45:57.524Z | Compiling enum-as-inner v0.5.1 |
1203 | 2024-08-02T16:45:57.587Z | Compiling hkdf v0.12.4 |
1204 | 2024-08-02T16:45:57.841Z | Compiling crypto-bigint v0.5.5 |
1205 | 2024-08-02T16:45:57.943Z | Compiling strum_macros v0.25.3 |
1206 | 2024-08-02T16:45:58.572Z | Compiling serde_repr v0.1.19 |
1207 | 2024-08-02T16:45:58.873Z | Compiling clap_derive v4.5.8 |
1208 | 2024-08-02T16:45:59.815Z | Compiling phf_shared v0.10.0 |
1209 | 2024-08-02T16:45:59.837Z | Compiling float-cmp v0.9.0 |
1210 | 2024-08-02T16:46:00.040Z | Compiling hyper-rustls v0.24.2 |
1211 | 2024-08-02T16:46:00.199Z | Compiling hyper-tls v0.5.0 |
1212 | 2024-08-02T16:46:00.423Z | Compiling encoding_rs v0.8.34 |
1213 | 2024-08-02T16:46:00.565Z | Compiling predicates-core v1.0.6 |
1214 | 2024-08-02T16:46:00.928Z | Compiling sync_wrapper v0.1.2 |
1215 | 2024-08-02T16:46:01.060Z | Compiling static_assertions v1.1.0 |
1216 | 2024-08-02T16:46:01.161Z | Compiling minimal-lexical v0.2.1 |
1217 | 2024-08-02T16:46:01.675Z | Compiling mime v0.3.17 |
1218 | 2024-08-02T16:46:02.320Z | Compiling whoami v1.5.1 |
1219 | 2024-08-02T16:46:02.336Z | Compiling unicode-segmentation v1.11.0 |
1220 | 2024-08-02T16:46:02.957Z | Compiling normalize-line-endings v0.3.0 |
1221 | 2024-08-02T16:46:03.087Z | Compiling precomputed-hash v0.1.1 |
1222 | 2024-08-02T16:46:03.200Z | Compiling webpki-roots v0.25.4 |
1223 | 2024-08-02T16:46:03.226Z | Compiling fixedbitset v0.4.2 |
1224 | 2024-08-02T16:46:03.360Z | Compiling new_debug_unreachable v1.0.6 |
1225 | 2024-08-02T16:46:03.444Z | Compiling data-encoding v2.6.0 |
1226 | 2024-08-02T16:46:03.460Z | Compiling difflib v0.4.0 |
1227 | 2024-08-02T16:46:03.723Z | Compiling petgraph v0.6.5 |
1228 | 2024-08-02T16:46:03.949Z | Compiling predicates v3.1.0 |
1229 | 2024-08-02T16:46:04.140Z | Compiling clap v4.5.9 |
1230 | 2024-08-02T16:46:04.261Z | Compiling trust-dns-proto v0.22.0 |
1231 | 2024-08-02T16:46:04.328Z | Compiling diesel v2.1.6 |
1232 | 2024-08-02T16:46:05.099Z | Compiling toml_edit v0.22.16 |
1233 | 2024-08-02T16:46:05.128Z | Compiling string_cache v0.8.7 |
1234 | 2024-08-02T16:46:05.615Z | Compiling reqwest v0.11.27 |
1235 | 2024-08-02T16:46:05.783Z | Compiling similar v2.5.0 |
1236 | 2024-08-02T16:46:05.982Z | Compiling console v0.15.8 |
1237 | 2024-08-02T16:46:07.589Z | Compiling tokio-postgres v0.7.11 |
1238 | 2024-08-02T16:46:07.768Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1239 | 2024-08-02T16:46:08.298Z | Compiling nom v7.1.3 |
1240 | 2024-08-02T16:46:08.403Z | Compiling elliptic-curve v0.13.8 |
1241 | 2024-08-02T16:46:09.238Z | Compiling usdt v0.5.0 |
1242 | 2024-08-02T16:46:09.752Z | Compiling yasna v0.5.2 |
1243 | 2024-08-02T16:46:11.692Z | Compiling futures v0.3.30 |
1244 | 2024-08-02T16:46:12.130Z | Compiling flate2 v1.0.30 |
1245 | 2024-08-02T16:46:12.748Z | Compiling toml v0.7.8 |
1246 | 2024-08-02T16:46:13.075Z | Compiling cipher v0.4.4 |
1247 | 2024-08-02T16:46:13.091Z | Compiling crossterm v0.27.0 |
1248 | 2024-08-02T16:46:13.580Z | Compiling bit-set v0.5.3 |
1249 | 2024-08-02T16:46:13.802Z | Compiling itertools v0.12.1 |
1250 | 2024-08-02T16:46:13.845Z | Compiling itertools v0.10.5 |
1251 | 2024-08-02T16:46:14.171Z | Compiling tokio-stream v0.1.15 |
1252 | 2024-08-02T16:46:14.245Z | Compiling openapiv3 v2.0.0 |
1253 | 2024-08-02T16:46:14.496Z | Compiling bstr v1.9.1 |
1254 | 2024-08-02T16:46:15.155Z | Compiling hex v0.4.3 |
1255 | 2024-08-02T16:46:15.788Z | Compiling num-iter v0.1.45 |
1256 | 2024-08-02T16:46:15.981Z | Compiling crossbeam-epoch v0.9.18 |
1257 | 2024-08-02T16:46:16.411Z | Compiling dirs-sys-next v0.1.2 |
1258 | 2024-08-02T16:46:16.583Z | Compiling lalrpop-util v0.19.12 |
1259 | 2024-08-02T16:46:16.792Z | Compiling peg-runtime v0.8.3 |
1260 | 2024-08-02T16:46:16.896Z | Compiling unicode-xid v0.2.4 |
1261 | 2024-08-02T16:46:16.919Z | Compiling dirs-next v2.0.0 |
1262 | 2024-08-02T16:46:16.996Z | Compiling thread_local v1.1.8 |
1263 | 2024-08-02T16:46:17.055Z | Compiling slog-async v2.8.0 |
1264 | 2024-08-02T16:46:17.072Z | Compiling term v0.7.0 |
1265 | 2024-08-02T16:46:17.093Z | Compiling xattr v1.3.1 |
1266 | 2024-08-02T16:46:17.377Z | Compiling crossbeam-channel v0.5.12 |
1267 | 2024-08-02T16:46:17.472Z | Compiling strum_macros v0.26.4 |
1268 | 2024-08-02T16:46:17.561Z | Compiling filetime v0.2.23 |
1269 | 2024-08-02T16:46:17.609Z | Compiling is-terminal v0.4.12 |
1270 | 2024-08-02T16:46:17.728Z | Compiling take_mut v0.2.2 |
1271 | 2024-08-02T16:46:17.883Z | Compiling tar v0.4.41 |
1272 | 2024-08-02T16:46:17.911Z | Compiling slog-term v2.9.1 |
1273 | 2024-08-02T16:46:18.714Z | Compiling camino v1.1.7 |
1274 | 2024-08-02T16:46:21.009Z | Compiling strum v0.26.3 |
1275 | 2024-08-02T16:46:32.970Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1276 | 2024-08-02T16:46:33.185Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1277 | 2024-08-02T16:46:38.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1278 | 2024-08-02T16:46:38.513Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1279 | 2024-08-02T16:46:38.555Z | Aug 02 16:46:37.389 INFO Starting download, target: Cockroach |
1280 | 2024-08-02T16:46:38.555Z | Aug 02 16:46:37.390 INFO Starting download, target: Console |
1281 | 2024-08-02T16:46:38.555Z | Aug 02 16:46:37.390 INFO Starting download, target: Clickhouse |
1282 | 2024-08-02T16:46:38.557Z | Aug 02 16:46:37.390 INFO Starting download, target: DendriteOpenapi |
1283 | 2024-08-02T16:46:38.557Z | Aug 02 16:46:37.390 INFO Starting download, target: DendriteStub |
1284 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.390 INFO Starting download, target: MaghemiteMgd |
1285 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.390 INFO Starting download, target: TransceiverControl |
1286 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.391 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1287 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.391 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1288 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.391 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1289 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.391 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1290 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.391 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1291 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.391 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1292 | 2024-08-02T16:46:38.558Z | Aug 02 16:46:37.391 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1293 | 2024-08-02T16:46:38.738Z | Aug 02 16:46:37.571 INFO Download complete, target: DendriteOpenapi |
1294 | 2024-08-02T16:46:38.890Z | Aug 02 16:46:37.723 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1295 | 2024-08-02T16:46:39.135Z | Aug 02 16:46:37.962 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1296 | 2024-08-02T16:46:39.236Z | Aug 02 16:46:38.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1297 | 2024-08-02T16:46:39.251Z | Aug 02 16:46:38.086 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1298 | 2024-08-02T16:46:39.627Z | Aug 02 16:46:38.462 INFO Download complete, target: Console |
1299 | 2024-08-02T16:46:39.768Z | Aug 02 16:46:38.603 INFO Download complete, target: TransceiverControl |
1300 | 2024-08-02T16:46:40.871Z | Aug 02 16:46:39.706 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1301 | 2024-08-02T16:46:41.061Z | Aug 02 16:46:39.896 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1302 | 2024-08-02T16:46:41.061Z | Aug 02 16:46:39.896 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1303 | 2024-08-02T16:46:42.597Z | Aug 02 16:46:41.432 INFO Download complete, target: DendriteStub |
1304 | 2024-08-02T16:46:42.706Z | Aug 02 16:46:41.541 INFO Download complete, target: MaghemiteMgd |
1305 | 2024-08-02T16:46:49.864Z | Aug 02 16:46:48.699 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1306 | 2024-08-02T16:46:50.201Z | Aug 02 16:46:49.036 INFO Checking that binary works, target: Cockroach |
1307 | 2024-08-02T16:46:50.358Z | Aug 02 16:46:49.193 INFO Download complete, target: Cockroach |
1308 | 2024-08-02T16:46:55.576Z | Aug 02 16:46:54.410 INFO Checking that binary works, target: Clickhouse |
1309 | 2024-08-02T16:46:55.892Z | Aug 02 16:46:54.726 INFO Download complete, target: Clickhouse |
1310 | 2024-08-02T16:46:55.900Z | All prerequisites installed successfully |
1311 | 2024-08-02T16:46:55.903Z | |
1312 | 2024-08-02T16:46:55.903Z | real 4:13.535721785 |
1313 | 2024-08-02T16:46:55.903Z | user 11:58.522524227 |
1314 | 2024-08-02T16:46:55.903Z | sys 2:32.611268086 |
1315 | 2024-08-02T16:46:55.903Z | trap 0.440881905 |
1316 | 2024-08-02T16:46:55.903Z | tflt 4.690081328 |
1317 | 2024-08-02T16:46:55.903Z | dflt 6.096974394 |
1318 | 2024-08-02T16:46:55.903Z | kflt 0.187864534 |
1319 | 2024-08-02T16:46:55.903Z | lock 24:06.625537291 |
1320 | 2024-08-02T16:46:55.903Z | slp 35:27.503864016 |
1321 | 2024-08-02T16:46:55.903Z | lat 39.601852616 |
1322 | 2024-08-02T16:46:55.903Z | stop 1:34.883741172 |
1323 | 2024-08-02T16:46:55.903Z | + source ./tools/include/force-git-over-https.sh |
1324 | 2024-08-02T16:46:55.903Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1325 | 2024-08-02T16:46:55.903Z | ++ (( i = 0 )) |
1326 | 2024-08-02T16:46:55.903Z | ++ (( i < 5 )) |
1327 | 2024-08-02T16:46:55.903Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1328 | 2024-08-02T16:46:55.906Z | ++ (( i++ )) |
1329 | 2024-08-02T16:46:55.906Z | ++ (( i < 5 )) |
1330 | 2024-08-02T16:46:55.906Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1331 | 2024-08-02T16:46:55.909Z | ++ (( i++ )) |
1332 | 2024-08-02T16:46:55.909Z | ++ (( i < 5 )) |
1333 | 2024-08-02T16:46:55.909Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1334 | 2024-08-02T16:46:55.911Z | ++ (( i++ )) |
1335 | 2024-08-02T16:46:55.911Z | ++ (( i < 5 )) |
1336 | 2024-08-02T16:46:55.911Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1337 | 2024-08-02T16:46:55.914Z | ++ (( i++ )) |
1338 | 2024-08-02T16:46:55.915Z | ++ (( i < 5 )) |
1339 | 2024-08-02T16:46:55.915Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1340 | 2024-08-02T16:46:55.917Z | ++ (( i++ )) |
1341 | 2024-08-02T16:46:55.917Z | ++ (( i < 5 )) |
1342 | 2024-08-02T16:46:55.917Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1343 | 2024-08-02T16:46:55.917Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1344 | 2024-08-02T16:46:55.917Z | + rc=0 |
1345 | 2024-08-02T16:46:55.917Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1346 | 2024-08-02T16:47:29.236Z | + case $rc in |
1347 | 2024-08-02T16:47:29.237Z | + pfexec zfs create -p rpool/images/build/host |
1348 | 2024-08-02T16:47:29.470Z | + pfexec zfs create -p rpool/images/build/recovery |
1349 | 2024-08-02T16:47:29.545Z | + cargo xtask releng --output-dir /work |
1350 | 2024-08-02T16:47:30.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1351 | 2024-08-02T16:47:30.069Z | Running `target/debug/xtask releng --output-dir /work` |
1352 | 2024-08-02T16:47:30.906Z | Compiling proc-macro2 v1.0.86 |
1353 | 2024-08-02T16:47:30.907Z | Compiling unicode-ident v1.0.12 |
1354 | 2024-08-02T16:47:30.907Z | Compiling libc v0.2.155 |
1355 | 2024-08-02T16:47:30.909Z | Compiling serde v1.0.204 |
1356 | 2024-08-02T16:47:30.909Z | Compiling autocfg v1.3.0 |
1357 | 2024-08-02T16:47:30.909Z | Compiling version_check v0.9.4 |
1358 | 2024-08-02T16:47:30.909Z | Compiling cfg-if v1.0.0 |
1359 | 2024-08-02T16:47:31.125Z | Compiling cc v1.0.97 |
1360 | 2024-08-02T16:47:31.157Z | Compiling parking_lot_core v0.9.10 |
1361 | 2024-08-02T16:47:31.188Z | Compiling libm v0.2.8 |
1362 | 2024-08-02T16:47:31.638Z | Compiling ahash v0.8.11 |
1363 | 2024-08-02T16:47:31.667Z | Compiling serde_json v1.0.120 |
1364 | 2024-08-02T16:47:31.760Z | Compiling lock_api v0.4.12 |
1365 | 2024-08-02T16:47:31.821Z | Compiling num-traits v0.2.19 |
1366 | 2024-08-02T16:47:31.948Z | Compiling memchr v2.7.2 |
1367 | 2024-08-02T16:47:31.967Z | Compiling typenum v1.17.0 |
1368 | 2024-08-02T16:47:32.191Z | Compiling once_cell v1.19.0 |
1369 | 2024-08-02T16:47:32.351Z | Compiling scopeguard v1.2.0 |
1370 | 2024-08-02T16:47:32.612Z | Compiling generic-array v0.14.7 |
1371 | 2024-08-02T16:47:32.885Z | Compiling quote v1.0.36 |
1372 | 2024-08-02T16:47:32.938Z | Compiling byteorder v1.5.0 |
1373 | 2024-08-02T16:47:33.026Z | Compiling getrandom v0.2.14 |
1374 | 2024-08-02T16:47:33.397Z | Compiling syn v2.0.72 |
1375 | 2024-08-02T16:47:33.416Z | Compiling log v0.4.21 |
1376 | 2024-08-02T16:47:33.671Z | Compiling itoa v1.0.11 |
1377 | 2024-08-02T16:47:33.694Z | Compiling thiserror v1.0.63 |
1378 | 2024-08-02T16:47:34.083Z | Compiling slab v0.4.9 |
1379 | 2024-08-02T16:47:34.099Z | Compiling pkg-config v0.3.30 |
1380 | 2024-08-02T16:47:34.103Z | Compiling ring v0.17.8 |
1381 | 2024-08-02T16:47:34.170Z | Compiling smallvec v1.13.2 |
1382 | 2024-08-02T16:47:34.359Z | Compiling ryu v1.0.18 |
1383 | 2024-08-02T16:47:34.376Z | Compiling semver v1.0.23 |
1384 | 2024-08-02T16:47:34.688Z | Compiling spin v0.9.8 |
1385 | 2024-08-02T16:47:34.848Z | Compiling pin-project-lite v0.2.14 |
1386 | 2024-08-02T16:47:34.851Z | Compiling vcpkg v0.2.15 |
1387 | 2024-08-02T16:47:35.462Z | Compiling allocator-api2 v0.2.18 |
1388 | 2024-08-02T16:47:35.590Z | Compiling parking_lot v0.12.2 |
1389 | 2024-08-02T16:47:36.318Z | Compiling rand_core v0.6.4 |
1390 | 2024-08-02T16:47:36.705Z | Compiling openssl-sys v0.9.103 |
1391 | 2024-08-02T16:47:36.799Z | Compiling schemars v0.8.21 |
1392 | 2024-08-02T16:47:36.920Z | Compiling signal-hook-registry v1.4.2 |
1393 | 2024-08-02T16:47:37.228Z | Compiling time-core v0.1.2 |
1394 | 2024-08-02T16:47:37.730Z | Compiling num-conv v0.1.0 |
1395 | 2024-08-02T16:47:37.953Z | Compiling mio v0.8.11 |
1396 | 2024-08-02T16:47:38.048Z | Compiling time-macros v0.2.18 |
1397 | 2024-08-02T16:47:38.567Z | Compiling httparse v1.8.0 |
1398 | 2024-08-02T16:47:38.722Z | Compiling heck v0.5.0 |
1399 | 2024-08-02T16:47:38.751Z | Compiling futures-core v0.3.30 |
1400 | 2024-08-02T16:47:39.085Z | Compiling rustix v0.38.34 |
1401 | 2024-08-02T16:47:39.826Z | Compiling socket2 v0.5.7 |
1402 | 2024-08-02T16:47:39.954Z | Compiling num_cpus v1.16.0 |
1403 | 2024-08-02T16:47:40.094Z | Compiling openssl v0.10.66 |
1404 | 2024-08-02T16:47:40.146Z | Compiling subtle v2.5.0 |
1405 | 2024-08-02T16:47:40.484Z | Compiling const-oid v0.9.6 |
1406 | 2024-08-02T16:47:40.663Z | Compiling fnv v1.0.7 |
1407 | 2024-08-02T16:47:40.746Z | Compiling equivalent v1.0.1 |
1408 | 2024-08-02T16:47:40.938Z | Compiling serde_derive_internals v0.29.1 |
1409 | 2024-08-02T16:47:41.281Z | Compiling rustls v0.21.12 |
1410 | 2024-08-02T16:47:41.316Z | Compiling native-tls v0.2.11 |
1411 | 2024-08-02T16:47:41.553Z | Compiling iana-time-zone v0.1.60 |
1412 | 2024-08-02T16:47:41.636Z | Compiling tinyvec_macros v0.1.1 |
1413 | 2024-08-02T16:47:41.661Z | Compiling syn v1.0.109 |
1414 | 2024-08-02T16:47:41.757Z | Compiling tinyvec v1.6.0 |
1415 | 2024-08-02T16:47:42.066Z | Compiling crossbeam-utils v0.8.19 |
1416 | 2024-08-02T16:47:42.177Z | Compiling futures-sink v0.3.30 |
1417 | 2024-08-02T16:47:43.011Z | Compiling cookie v0.17.0 |
1418 | 2024-08-02T16:47:43.321Z | Compiling unicode-normalization v0.1.23 |
1419 | 2024-08-02T16:47:43.734Z | Compiling ucd-trie v0.1.6 |
1420 | 2024-08-02T16:47:44.138Z | Compiling futures-channel v0.3.30 |
1421 | 2024-08-02T16:47:44.534Z | Compiling unicode-bidi v0.3.15 |
1422 | 2024-08-02T16:47:44.783Z | Compiling slog v2.7.0 |
1423 | 2024-08-02T16:47:44.994Z | Compiling pin-utils v0.1.0 |
1424 | 2024-08-02T16:47:45.090Z | Compiling dyn-clone v1.0.17 |
1425 | 2024-08-02T16:47:45.279Z | Compiling futures-task v0.3.30 |
1426 | 2024-08-02T16:47:45.358Z | Compiling futures-io v0.3.30 |
1427 | 2024-08-02T16:47:45.789Z | Compiling untrusted v0.9.0 |
1428 | 2024-08-02T16:47:46.050Z | Compiling aho-corasick v1.1.3 |
1429 | 2024-08-02T16:47:46.108Z | Compiling powerfmt v0.2.0 |
1430 | 2024-08-02T16:47:46.753Z | Compiling regex-syntax v0.8.3 |
1431 | 2024-08-02T16:47:46.799Z | Compiling crc32fast v1.4.0 |
1432 | 2024-08-02T16:47:46.887Z | Compiling deranged v0.3.11 |
1433 | 2024-08-02T16:47:47.254Z | Compiling serde_derive v1.0.204 |
1434 | 2024-08-02T16:47:47.304Z | Compiling zerocopy-derive v0.7.34 |
1435 | 2024-08-02T16:47:48.620Z | Compiling zeroize_derive v1.4.2 |
1436 | 2024-08-02T16:47:49.271Z | Compiling tokio-macros v2.3.0 |
1437 | 2024-08-02T16:47:49.614Z | Compiling thiserror-impl v1.0.63 |
1438 | 2024-08-02T16:47:50.265Z | Compiling zerocopy v0.7.34 |
1439 | 2024-08-02T16:47:51.127Z | Compiling futures-macro v0.3.30 |
1440 | 2024-08-02T16:47:51.165Z | Compiling zeroize v1.7.0 |
1441 | 2024-08-02T16:47:52.858Z | Compiling hashbrown v0.14.5 |
1442 | 2024-08-02T16:47:53.241Z | Compiling schemars_derive v0.8.21 |
1443 | 2024-08-02T16:47:53.350Z | Compiling tracing-attributes v0.1.27 |
1444 | 2024-08-02T16:47:54.609Z | Compiling der_derive v0.7.2 |
1445 | 2024-08-02T16:47:54.963Z | Compiling openssl-macros v0.1.1 |
1446 | 2024-08-02T16:47:55.160Z | Compiling scroll_derive v0.12.0 |
1447 | 2024-08-02T16:47:55.816Z | Compiling pest v2.7.10 |
1448 | 2024-08-02T16:47:56.390Z | Compiling crypto-common v0.1.6 |
1449 | 2024-08-02T16:47:56.568Z | Compiling futures-util v0.3.30 |
1450 | 2024-08-02T16:47:56.800Z | Compiling block-buffer v0.10.4 |
1451 | 2024-08-02T16:47:57.057Z | Compiling digest v0.10.7 |
1452 | 2024-08-02T16:47:57.334Z | Compiling regex-automata v0.4.6 |
1453 | 2024-08-02T16:47:57.817Z | Compiling usdt-impl v0.5.0 |
1454 | 2024-08-02T16:47:58.580Z | Compiling pest_meta v2.7.10 |
1455 | 2024-08-02T16:47:59.092Z | Compiling num_threads v0.1.7 |
1456 | 2024-08-02T16:47:59.265Z | Compiling heck v0.4.1 |
1457 | 2024-08-02T16:48:00.074Z | Compiling percent-encoding v2.3.1 |
1458 | 2024-08-02T16:48:00.653Z | Compiling pest_generator v2.7.10 |
1459 | 2024-08-02T16:48:02.652Z | Compiling time v0.3.36 |
1460 | 2024-08-02T16:48:03.400Z | Compiling bytes v1.6.0 |
1461 | 2024-08-02T16:48:04.467Z | Compiling bitflags v2.6.0 |
1462 | 2024-08-02T16:48:05.153Z | Compiling tokio v1.38.1 |
1463 | 2024-08-02T16:48:05.610Z | Compiling indexmap v2.2.6 |
1464 | 2024-08-02T16:48:05.643Z | Compiling uuid v1.10.0 |
1465 | 2024-08-02T16:48:05.703Z | Compiling serde_tokenstream v0.2.1 |
1466 | 2024-08-02T16:48:06.295Z | Compiling chrono v0.4.38 |
1467 | 2024-08-02T16:48:08.618Z | Compiling http v0.2.12 |
1468 | 2024-08-02T16:48:11.306Z | Compiling rustc_version v0.4.0 |
1469 | 2024-08-02T16:48:11.929Z | Compiling pest_derive v2.7.10 |
1470 | 2024-08-02T16:48:11.966Z | Compiling heapless v0.7.17 |
1471 | 2024-08-02T16:48:12.781Z | Compiling scroll v0.12.0 |
1472 | 2024-08-02T16:48:13.027Z | Compiling zerocopy-derive v0.6.6 |
1473 | 2024-08-02T16:48:13.980Z | Compiling tracing-core v0.1.32 |
1474 | 2024-08-02T16:48:15.037Z | Compiling backtrace v0.3.71 |
1475 | 2024-08-02T16:48:15.551Z | Compiling errno v0.3.9 |
1476 | 2024-08-02T16:48:16.219Z | Compiling signal-hook v0.3.17 |
1477 | 2024-08-02T16:48:16.497Z | Compiling ppv-lite86 v0.2.17 |
1478 | 2024-08-02T16:48:17.182Z | Compiling plain v0.2.3 |
1479 | 2024-08-02T16:48:17.352Z | Compiling goblin v0.8.2 |
1480 | 2024-08-02T16:48:17.378Z | Compiling rand_chacha v0.3.1 |
1481 | 2024-08-02T16:48:17.613Z | Compiling tracing v0.1.40 |
1482 | 2024-08-02T16:48:18.026Z | Compiling tokio-util v0.7.11 |
1483 | 2024-08-02T16:48:18.513Z | Compiling regex v1.10.5 |
1484 | 2024-08-02T16:48:18.675Z | Compiling async-trait v0.1.81 |
1485 | 2024-08-02T16:48:19.803Z | Compiling rustversion v1.0.17 |
1486 | 2024-08-02T16:48:20.452Z | Compiling pretty-hex v0.4.1 |
1487 | 2024-08-02T16:48:20.731Z | Compiling strsim v0.11.1 |
1488 | 2024-08-02T16:48:21.701Z | Compiling rand v0.8.5 |
1489 | 2024-08-02T16:48:22.827Z | Compiling dtrace-parser v0.2.0 |
1490 | 2024-08-02T16:48:23.817Z | Compiling dof v0.3.0 |
1491 | 2024-08-02T16:48:24.184Z | Compiling form_urlencoded v1.2.1 |
1492 | 2024-08-02T16:48:24.466Z | Compiling thread-id v4.2.1 |
1493 | 2024-08-02T16:48:24.724Z | Compiling anyhow v1.0.86 |
1494 | 2024-08-02T16:48:24.784Z | Compiling unicode-width v0.1.13 |
1495 | 2024-08-02T16:48:24.804Z | Compiling foreign-types-shared v0.1.1 |
1496 | 2024-08-02T16:48:24.909Z | Compiling smoltcp v0.9.1 |
1497 | 2024-08-02T16:48:25.020Z | Compiling try-lock v0.2.5 |
1498 | 2024-08-02T16:48:25.143Z | Compiling base64ct v1.6.0 |
1499 | 2024-08-02T16:48:25.475Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1500 | 2024-08-02T16:48:25.835Z | Compiling pem-rfc7468 v0.7.0 |
1501 | 2024-08-02T16:48:25.906Z | Compiling foreign-types v0.3.2 |
1502 | 2024-08-02T16:48:26.007Z | Compiling want v0.3.1 |
1503 | 2024-08-02T16:48:27.457Z | Compiling h2 v0.3.26 |
1504 | 2024-08-02T16:48:27.803Z | Compiling http-body v0.4.6 |
1505 | 2024-08-02T16:48:28.243Z | Compiling hmac v0.12.1 |
1506 | 2024-08-02T16:48:28.336Z | Compiling clap_derive v4.5.8 |
1507 | 2024-08-02T16:48:29.294Z | Compiling socket2 v0.4.10 |
1508 | 2024-08-02T16:48:29.444Z | Compiling flagset v0.4.5 |
1509 | 2024-08-02T16:48:29.768Z | Compiling base64 v0.21.7 |
1510 | 2024-08-02T16:48:31.329Z | Compiling httpdate v1.0.3 |
1511 | 2024-08-02T16:48:31.377Z | Compiling tower-service v0.3.2 |
1512 | 2024-08-02T16:48:31.569Z | Compiling siphasher v0.3.11 |
1513 | 2024-08-02T16:48:32.024Z | Compiling der v0.7.9 |
1514 | 2024-08-02T16:48:37.281Z | Compiling hyper v0.14.28 |
1515 | 2024-08-02T16:48:44.481Z | Compiling sct v0.7.1 |
1516 | 2024-08-02T16:48:44.884Z | Compiling rustls-webpki v0.101.7 |
1517 | 2024-08-02T16:48:46.769Z | Compiling openapiv3 v2.0.0 |
1518 | 2024-08-02T16:48:50.139Z | Compiling hubpack_derive v0.1.1 |
1519 | 2024-08-02T16:48:50.681Z | Compiling idna v0.5.0 |
1520 | 2024-08-02T16:48:51.658Z | Compiling lazy_static v1.5.0 |
1521 | 2024-08-02T16:48:52.198Z | Compiling fs-err v2.11.0 |
1522 | 2024-08-02T16:48:52.722Z | Compiling cpufeatures v0.2.12 |
1523 | 2024-08-02T16:48:52.766Z | Compiling anstyle v1.0.8 |
1524 | 2024-08-02T16:48:52.865Z | Compiling openssl-probe v0.1.5 |
1525 | 2024-08-02T16:48:52.953Z | Compiling adler v1.0.2 |
1526 | 2024-08-02T16:48:53.188Z | Compiling finl_unicode v1.2.0 |
1527 | 2024-08-02T16:48:53.230Z | Compiling utf8parse v0.2.1 |
1528 | 2024-08-02T16:48:53.762Z | Compiling anstyle-parse v0.2.4 |
1529 | 2024-08-02T16:48:53.900Z | Compiling stringprep v0.1.4 |
1530 | 2024-08-02T16:48:54.097Z | Compiling miniz_oxide v0.7.2 |
1531 | 2024-08-02T16:48:54.684Z | Compiling sha2 v0.10.8 |
1532 | 2024-08-02T16:48:54.823Z | Compiling url v2.5.2 |
1533 | 2024-08-02T16:48:57.913Z | Compiling spki v0.7.3 |
1534 | 2024-08-02T16:48:58.832Z | Compiling usdt-attr-macro v0.5.0 |
1535 | 2024-08-02T16:48:59.106Z | Compiling usdt-macro v0.5.0 |
1536 | 2024-08-02T16:49:00.436Z | Compiling md-5 v0.10.6 |
1537 | 2024-08-02T16:49:00.605Z | Compiling toml_datetime v0.6.6 |
1538 | 2024-08-02T16:49:00.669Z | Compiling serde_spanned v0.6.6 |
1539 | 2024-08-02T16:49:00.894Z | Compiling regress v0.9.1 |
1540 | 2024-08-02T16:49:01.060Z | Compiling idna v0.3.0 |
1541 | 2024-08-02T16:49:02.823Z | Compiling diesel_table_macro_syntax v0.1.0 |
1542 | 2024-08-02T16:49:03.160Z | Compiling num-integer v0.1.46 |
1543 | 2024-08-02T16:49:03.394Z | Compiling hash32 v0.2.1 |
1544 | 2024-08-02T16:49:03.786Z | Compiling encoding_rs v0.8.34 |
1545 | 2024-08-02T16:49:03.863Z | Compiling fallible-iterator v0.2.0 |
1546 | 2024-08-02T16:49:04.326Z | Compiling gimli v0.28.1 |
1547 | 2024-08-02T16:49:04.397Z | Compiling is_terminal_polyfill v1.70.0 |
1548 | 2024-08-02T16:49:04.544Z | Compiling mime v0.3.17 |
1549 | 2024-08-02T16:49:04.597Z | Compiling base64 v0.22.1 |
1550 | 2024-08-02T16:49:05.309Z | Compiling colorchoice v1.0.1 |
1551 | 2024-08-02T16:49:05.464Z | Compiling psl-types v2.0.11 |
1552 | 2024-08-02T16:49:05.656Z | Compiling stable_deref_trait v1.2.0 |
1553 | 2024-08-02T16:49:05.696Z | Compiling anstyle-query v1.0.3 |
1554 | 2024-08-02T16:49:05.834Z | Compiling publicsuffix v2.2.3 |
1555 | 2024-08-02T16:49:05.837Z | Compiling anstream v0.6.14 |
1556 | 2024-08-02T16:49:06.829Z | Compiling postgres-protocol v0.6.7 |
1557 | 2024-08-02T16:49:07.413Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1558 | 2024-08-02T16:49:09.306Z | Compiling addr2line v0.21.0 |
1559 | 2024-08-02T16:49:09.391Z | Compiling diesel_derives v2.1.4 |
1560 | 2024-08-02T16:49:11.500Z | Compiling tokio-rustls v0.24.1 |
1561 | 2024-08-02T16:49:12.381Z | Compiling pkcs8 v0.10.2 |
1562 | 2024-08-02T16:49:12.934Z | Compiling terminal_size v0.3.0 |
1563 | 2024-08-02T16:49:12.957Z | Compiling tokio-native-tls v0.3.1 |
1564 | 2024-08-02T16:49:13.244Z | Compiling phf_shared v0.11.2 |
1565 | 2024-08-02T16:49:13.458Z | Compiling strum_macros v0.25.3 |
1566 | 2024-08-02T16:49:13.685Z | Compiling serde_urlencoded v0.7.1 |
1567 | 2024-08-02T16:49:14.670Z | Compiling enum-as-inner v0.5.1 |
1568 | 2024-08-02T16:49:15.327Z | Compiling block-padding v0.3.3 |
1569 | 2024-08-02T16:49:15.604Z | Compiling serde_repr v0.1.19 |
1570 | 2024-08-02T16:49:15.629Z | Compiling ff v0.13.0 |
1571 | 2024-08-02T16:49:15.889Z | Compiling scheduled-thread-pool v0.2.7 |
1572 | 2024-08-02T16:49:16.725Z | Compiling object v0.32.2 |
1573 | 2024-08-02T16:49:17.398Z | Compiling matches v0.1.10 |
1574 | 2024-08-02T16:49:17.498Z | Compiling ipnet v2.9.0 |
1575 | 2024-08-02T16:49:18.498Z | Compiling rustc-demangle v0.1.24 |
1576 | 2024-08-02T16:49:19.438Z | Compiling winnow v0.5.40 |
1577 | 2024-08-02T16:49:20.174Z | Compiling either v1.12.0 |
1578 | 2024-08-02T16:49:20.506Z | Compiling bit-vec v0.6.3 |
1579 | 2024-08-02T16:49:20.567Z | Compiling base16ct v0.2.0 |
1580 | 2024-08-02T16:49:20.878Z | Compiling managed v0.8.0 |
1581 | 2024-08-02T16:49:20.924Z | Compiling bitflags v1.3.2 |
1582 | 2024-08-02T16:49:21.346Z | Compiling clap_lex v0.7.0 |
1583 | 2024-08-02T16:49:22.175Z | Compiling regex-automata v0.1.10 |
1584 | 2024-08-02T16:49:22.367Z | Compiling clap_builder v4.5.9 |
1585 | 2024-08-02T16:49:22.629Z | Compiling bstr v0.2.17 |
1586 | 2024-08-02T16:49:22.662Z | Compiling sec1 v0.7.3 |
1587 | 2024-08-02T16:49:23.206Z | Compiling toml_edit v0.19.15 |
1588 | 2024-08-02T16:49:23.369Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1589 | 2024-08-02T16:49:23.993Z | Compiling rustls-pemfile v1.0.4 |
1590 | 2024-08-02T16:49:24.387Z | Compiling idna v0.2.3 |
1591 | 2024-08-02T16:49:24.519Z | Compiling r2d2 v0.8.10 |
1592 | 2024-08-02T16:49:24.878Z | Compiling group v0.13.0 |
1593 | 2024-08-02T16:49:25.513Z | Compiling inout v0.1.3 |
1594 | 2024-08-02T16:49:25.800Z | Compiling phf v0.11.2 |
1595 | 2024-08-02T16:49:25.874Z | Compiling hyper-tls v0.5.0 |
1596 | 2024-08-02T16:49:26.095Z | Compiling hyper-rustls v0.24.2 |
1597 | 2024-08-02T16:49:26.387Z | Compiling signal-hook-mio v0.2.3 |
1598 | 2024-08-02T16:49:26.480Z | Compiling cookie_store v0.20.0 |
1599 | 2024-08-02T16:49:26.548Z | Compiling postgres-types v0.2.7 |
1600 | 2024-08-02T16:49:26.638Z | Compiling num-bigint v0.4.5 |
1601 | 2024-08-02T16:49:28.076Z | Compiling hubpack v0.1.2 |
1602 | 2024-08-02T16:49:28.533Z | Compiling phf_shared v0.10.0 |
1603 | 2024-08-02T16:49:29.213Z | Compiling hkdf v0.12.4 |
1604 | 2024-08-02T16:49:29.909Z | Compiling zerocopy v0.6.6 |
1605 | 2024-08-02T16:49:29.975Z | Compiling ipnetwork v0.20.0 |
1606 | 2024-08-02T16:49:30.073Z | Compiling futures-executor v0.3.30 |
1607 | 2024-08-02T16:49:30.297Z | Compiling crypto-bigint v0.5.5 |
1608 | 2024-08-02T16:49:30.579Z | Compiling float-cmp v0.9.0 |
1609 | 2024-08-02T16:49:30.613Z | Compiling memmap v0.7.0 |
1610 | 2024-08-02T16:49:30.742Z | Compiling difflib v0.4.0 |
1611 | 2024-08-02T16:49:30.785Z | Compiling data-encoding v2.6.0 |
1612 | 2024-08-02T16:49:31.018Z | Compiling predicates-core v1.0.6 |
1613 | 2024-08-02T16:49:31.058Z | Compiling sync_wrapper v0.1.2 |
1614 | 2024-08-02T16:49:31.199Z | Compiling winnow v0.6.8 |
1615 | 2024-08-02T16:49:31.290Z | Compiling whoami v1.5.1 |
1616 | 2024-08-02T16:49:31.338Z | Compiling unicode-segmentation v1.11.0 |
1617 | 2024-08-02T16:49:31.830Z | Compiling fixedbitset v0.4.2 |
1618 | 2024-08-02T16:49:32.149Z | Compiling static_assertions v1.1.0 |
1619 | 2024-08-02T16:49:32.173Z | Compiling webpki-roots v0.25.4 |
1620 | 2024-08-02T16:49:32.247Z | Compiling new_debug_unreachable v1.0.6 |
1621 | 2024-08-02T16:49:32.263Z | Compiling precomputed-hash v0.1.1 |
1622 | 2024-08-02T16:49:32.336Z | Compiling normalize-line-endings v0.3.0 |
1623 | 2024-08-02T16:49:32.472Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-08-02T16:49:32.532Z | Compiling reqwest v0.11.27 |
1625 | 2024-08-02T16:49:32.572Z | Compiling predicates v3.1.0 |
1626 | 2024-08-02T16:49:32.952Z | Compiling nom v7.1.3 |
1627 | 2024-08-02T16:49:33.731Z | Compiling elliptic-curve v0.13.8 |
1628 | 2024-08-02T16:49:34.184Z | Compiling string_cache v0.8.7 |
1629 | 2024-08-02T16:49:34.265Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1630 | 2024-08-02T16:49:34.486Z | Compiling petgraph v0.6.5 |
1631 | 2024-08-02T16:49:34.658Z | Compiling toml_edit v0.22.16 |
1632 | 2024-08-02T16:49:34.956Z | Compiling similar v2.5.0 |
1633 | 2024-08-02T16:49:36.734Z | Compiling tokio-postgres v0.7.11 |
1634 | 2024-08-02T16:49:37.115Z | Compiling trust-dns-proto v0.22.0 |
1635 | 2024-08-02T16:49:38.488Z | Compiling usdt v0.5.0 |
1636 | 2024-08-02T16:49:40.307Z | Compiling diesel v2.1.6 |
1637 | 2024-08-02T16:49:40.839Z | Compiling futures v0.3.30 |
1638 | 2024-08-02T16:49:41.770Z | Compiling yasna v0.5.2 |
1639 | 2024-08-02T16:49:42.387Z | Compiling crossterm v0.27.0 |
1640 | 2024-08-02T16:49:42.954Z | Compiling toml v0.7.8 |
1641 | 2024-08-02T16:49:43.414Z | Compiling clap v4.5.9 |
1642 | 2024-08-02T16:49:43.547Z | Compiling cipher v0.4.4 |
1643 | 2024-08-02T16:49:44.031Z | Compiling crossbeam-epoch v0.9.18 |
1644 | 2024-08-02T16:49:44.545Z | Compiling flate2 v1.0.30 |
1645 | 2024-08-02T16:49:44.778Z | Compiling bit-set v0.5.3 |
1646 | 2024-08-02T16:49:44.959Z | Compiling itertools v0.12.1 |
1647 | 2024-08-02T16:49:45.049Z | Compiling itertools v0.10.5 |
1648 | 2024-08-02T16:49:45.473Z | Compiling num-iter v0.1.45 |
1649 | 2024-08-02T16:49:45.661Z | Compiling console v0.15.8 |
1650 | 2024-08-02T16:49:47.267Z | Compiling tokio-stream v0.1.15 |
1651 | 2024-08-02T16:49:47.970Z | Compiling bstr v1.9.1 |
1652 | 2024-08-02T16:49:48.117Z | Compiling hex v0.4.3 |
1653 | 2024-08-02T16:49:48.899Z | Compiling peg-runtime v0.8.3 |
1654 | 2024-08-02T16:49:49.337Z | Compiling camino v1.1.7 |
1655 | 2024-08-02T16:49:49.683Z | Compiling unicode-xid v0.2.4 |
1656 | 2024-08-02T16:49:49.802Z | Compiling radium v0.7.0 |
1657 | 2024-08-02T16:49:49.896Z | Compiling lalrpop-util v0.19.12 |
1658 | 2024-08-02T16:49:55.736Z | Compiling is-terminal v0.4.12 |
1659 | 2024-08-02T16:49:57.217Z | Compiling ident_case v1.0.1 |
1660 | 2024-08-02T16:49:58.597Z | Compiling maybe-uninit v2.0.0 |
1661 | 2024-08-02T16:49:59.965Z | Compiling tap v1.0.1 |
1662 | 2024-08-02T16:50:00.177Z | Compiling rustls-pki-types v1.7.0 |
1663 | 2024-08-02T16:50:04.314Z | Compiling wyz v0.5.1 |
1664 | 2024-08-02T16:50:12.384Z | Compiling darling_core v0.20.9 |
1665 | 2024-08-02T16:50:17.837Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1666 | 2024-08-02T16:50:17.977Z | Compiling getopts v0.2.21 |
1667 | 2024-08-02T16:50:18.610Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1668 | 2024-08-02T16:50:18.764Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1669 | 2024-08-02T16:50:19.031Z | Compiling dirs-sys-next v0.1.2 |
1670 | 2024-08-02T16:50:19.044Z | Compiling num-bigint-dig v0.8.4 |
1671 | 2024-08-02T16:50:19.289Z | Compiling unsafe-libyaml v0.2.11 |
1672 | 2024-08-02T16:50:19.980Z | Compiling rustls v0.22.4 |
1673 | 2024-08-02T16:50:20.202Z | Compiling funty v2.0.0 |
1674 | 2024-08-02T16:50:20.260Z | Compiling packed_struct v0.10.1 |
1675 | 2024-08-02T16:50:20.331Z | Compiling paste v1.0.15 |
1676 | 2024-08-02T16:50:20.708Z | Compiling serde_yaml v0.9.34+deprecated |
1677 | 2024-08-02T16:50:22.290Z | Compiling bitvec v1.0.1 |
1678 | 2024-08-02T16:50:22.626Z | Compiling dirs-next v2.0.0 |
1679 | 2024-08-02T16:50:24.143Z | Compiling darling_macro v0.20.9 |
1680 | 2024-08-02T16:50:24.570Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1681 | 2024-08-02T16:50:27.690Z | Compiling rustls-webpki v0.102.4 |
1682 | 2024-08-02T16:50:31.887Z | Compiling packed_struct_codegen v0.10.1 |
1683 | 2024-08-02T16:50:32.344Z | Compiling structmeta-derive v0.3.0 |
1684 | 2024-08-02T16:50:32.917Z | Compiling thread_local v1.1.8 |
1685 | 2024-08-02T16:50:33.497Z | Compiling indexmap v1.9.3 |
1686 | 2024-08-02T16:50:33.648Z | Compiling multer v3.1.0 |
1687 | 2024-08-02T16:50:33.932Z | Compiling rayon-core v1.12.1 |
1688 | 2024-08-02T16:50:34.049Z | Compiling match_cfg v0.1.0 |
1689 | 2024-08-02T16:50:34.153Z | Compiling slog-async v2.8.0 |
1690 | 2024-08-02T16:50:34.215Z | Compiling fastrand v2.1.0 |
1691 | 2024-08-02T16:50:34.479Z | Compiling nodrop v0.1.14 |
1692 | 2024-08-02T16:50:34.558Z | Compiling crc-catalog v2.4.0 |
1693 | 2024-08-02T16:50:34.727Z | Compiling crc v3.2.1 |
1694 | 2024-08-02T16:50:34.961Z | Compiling array-init v0.0.4 |
1695 | 2024-08-02T16:50:35.114Z | Compiling structmeta v0.3.0 |
1696 | 2024-08-02T16:50:35.191Z | Compiling tempfile v3.10.1 |
1697 | 2024-08-02T16:50:37.051Z | Compiling hostname v0.3.1 |
1698 | 2024-08-02T16:50:38.470Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1699 | 2024-08-02T16:50:39.090Z | Compiling smallvec v0.6.14 |
1700 | 2024-08-02T16:50:39.527Z | Compiling darling v0.20.9 |
1701 | 2024-08-02T16:50:39.603Z | Compiling term v0.7.0 |
1702 | 2024-08-02T16:50:45.628Z | Compiling crossbeam-deque v0.8.5 |
1703 | 2024-08-02T16:50:45.868Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1704 | 2024-08-02T16:50:46.028Z | Compiling pkcs1 v0.7.5 |
1705 | 2024-08-02T16:50:48.428Z | Compiling slog-json v2.6.1 |
1706 | 2024-08-02T16:50:49.667Z | Compiling crossbeam-channel v0.5.12 |
1707 | 2024-08-02T16:50:49.799Z | Compiling http v1.1.0 |
1708 | 2024-08-02T16:50:50.094Z | Compiling signature v2.2.0 |
1709 | 2024-08-02T16:50:51.395Z | Compiling async-stream-impl v0.3.5 |
1710 | 2024-08-02T16:50:52.687Z | Compiling pin-project-internal v1.1.5 |
1711 | 2024-08-02T16:50:54.687Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1712 | 2024-08-02T16:50:54.879Z | Compiling termcolor v1.4.1 |
1713 | 2024-08-02T16:50:55.922Z | Compiling take_mut v0.2.2 |
1714 | 2024-08-02T16:50:56.091Z | Compiling hashbrown v0.12.3 |
1715 | 2024-08-02T16:50:56.448Z | Compiling same-file v1.0.6 |
1716 | 2024-08-02T16:50:56.637Z | Compiling atomic-waker v1.1.2 |
1717 | 2024-08-02T16:50:57.564Z | Compiling bitfield v0.14.0 |
1718 | 2024-08-02T16:50:57.867Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1719 | 2024-08-02T16:51:05.460Z | Compiling waitgroup v0.1.2 |
1720 | 2024-08-02T16:51:05.720Z | Compiling walkdir v2.5.0 |
1721 | 2024-08-02T16:51:10.515Z | Compiling pin-project v1.1.5 |
1722 | 2024-08-02T16:51:12.215Z | Compiling env_logger v0.10.2 |
1723 | 2024-08-02T16:51:12.785Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1724 | 2024-08-02T16:51:13.065Z | Compiling async-stream v0.3.5 |
1725 | 2024-08-02T16:51:14.946Z | Compiling rsa v0.9.6 |
1726 | 2024-08-02T16:51:15.403Z | Compiling slog-bunyan v2.5.0 |
1727 | 2024-08-02T16:51:16.223Z | Compiling tokio-rustls v0.25.0 |
1728 | 2024-08-02T16:51:16.287Z | Compiling slog-term v2.9.1 |
1729 | 2024-08-02T16:51:16.710Z | Compiling serde_with_macros v3.8.3 |
1730 | 2024-08-02T16:51:17.975Z | Compiling serde-hex v0.1.0 |
1731 | 2024-08-02T16:51:19.034Z | Compiling bzip2 v0.4.4 |
1732 | 2024-08-02T16:51:19.590Z | Compiling parse-display-derive v0.9.1 |
1733 | 2024-08-02T16:51:20.057Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1734 | 2024-08-02T16:51:20.493Z | Compiling toml v0.8.15 |
1735 | 2024-08-02T16:51:20.762Z | Compiling rustls-pemfile v2.1.2 |
1736 | 2024-08-02T16:51:24.562Z | Compiling x509-cert v0.2.5 |
1737 | 2024-08-02T16:51:26.319Z | Compiling sha1 v0.10.6 |
1738 | 2024-08-02T16:51:26.958Z | Compiling ron v0.8.1 |
1739 | 2024-08-02T16:51:27.131Z | Compiling strum_macros v0.26.4 |
1740 | 2024-08-02T16:51:27.634Z | Compiling newtype-uuid v1.1.0 |
1741 | 2024-08-02T16:51:27.657Z | Compiling xattr v1.3.1 |
1742 | 2024-08-02T16:51:27.997Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1743 | 2024-08-02T16:51:28.476Z | Compiling serde_path_to_error v0.1.16 |
1744 | 2024-08-02T16:51:29.148Z | Compiling snafu-derive v0.8.2 |
1745 | 2024-08-02T16:51:29.512Z | Compiling hashbrown v0.13.2 |
1746 | 2024-08-02T16:51:30.941Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1747 | 2024-08-02T16:51:31.664Z | Compiling ring v0.16.20 |
1748 | 2024-08-02T16:51:31.834Z | Compiling blake3 v1.5.1 |
1749 | 2024-08-02T16:51:32.089Z | Compiling hostname v0.4.0 |
1750 | 2024-08-02T16:51:32.341Z | Compiling filetime v0.2.23 |
1751 | 2024-08-02T16:51:32.373Z | Compiling instant v0.1.12 |
1752 | 2024-08-02T16:51:32.552Z | Compiling crc-any v2.5.0 |
1753 | 2024-08-02T16:51:32.624Z | Compiling buf-list v1.0.3 |
1754 | 2024-08-02T16:51:32.685Z | Compiling debug-ignore v1.0.5 |
1755 | 2024-08-02T16:51:33.246Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1756 | 2024-08-02T16:51:34.093Z | Compiling snafu v0.8.2 |
1757 | 2024-08-02T16:51:34.241Z | Compiling tar v0.4.41 |
1758 | 2024-08-02T16:51:35.483Z | Compiling backoff v0.4.0 |
1759 | 2024-08-02T16:51:36.282Z | Compiling strum v0.26.3 |
1760 | 2024-08-02T16:51:36.479Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1761 | 2024-08-02T16:51:36.701Z | Compiling object v0.30.4 |
1762 | 2024-08-02T16:51:36.861Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1763 | 2024-08-02T16:51:38.673Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1764 | 2024-08-02T16:51:39.231Z | Compiling parse-display v0.9.1 |
1765 | 2024-08-02T16:51:39.399Z | Compiling serde_with v3.8.3 |
1766 | 2024-08-02T16:51:39.551Z | Compiling zip v0.6.6 |
1767 | 2024-08-02T16:51:41.179Z | Compiling rayon v1.10.0 |
1768 | 2024-08-02T16:51:41.908Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1769 | 2024-08-02T16:51:42.547Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1770 | 2024-08-02T16:51:42.644Z | Compiling camino-tempfile v1.1.1 |
1771 | 2024-08-02T16:51:43.460Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1772 | 2024-08-02T16:51:44.054Z | Compiling globset v0.4.14 |
1773 | 2024-08-02T16:51:47.082Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1774 | 2024-08-02T16:51:47.280Z | Compiling pem v3.0.4 |
1775 | 2024-08-02T16:51:47.407Z | Compiling olpc-cjson v0.1.3 |
1776 | 2024-08-02T16:51:47.743Z | Compiling macaddr v1.0.1 |
1777 | 2024-08-02T16:51:48.392Z | Compiling serde_plain v1.0.2 |
1778 | 2024-08-02T16:51:48.821Z | Compiling async-recursion v1.1.1 |
1779 | 2024-08-02T16:51:48.910Z | Compiling memmap2 v0.9.4 |
1780 | 2024-08-02T16:51:49.492Z | Compiling arrayvec v0.7.4 |
1781 | 2024-08-02T16:51:49.985Z | Compiling path-slash v0.1.5 |
1782 | 2024-08-02T16:51:50.110Z | Compiling typed-path v0.7.1 |
1783 | 2024-08-02T16:51:50.234Z | Compiling untrusted v0.7.1 |
1784 | 2024-08-02T16:51:50.363Z | Compiling constant_time_eq v0.3.0 |
1785 | 2024-08-02T16:51:50.446Z | Compiling arrayref v0.3.7 |
1786 | 2024-08-02T16:51:50.560Z | Compiling spin v0.5.2 |
1787 | 2024-08-02T16:51:51.535Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1788 | 2024-08-02T16:51:53.003Z | Compiling tough v0.17.1 |
1789 | 2024-08-02T16:51:53.319Z | Compiling cargo-platform v0.1.8 |
1790 | 2024-08-02T16:51:54.422Z | Compiling parse-size v1.0.0 |
1791 | 2024-08-02T16:51:54.752Z | Compiling topological-sort v0.2.2 |
1792 | 2024-08-02T16:51:55.036Z | Compiling omicron-zone-package v0.11.0 |
1793 | 2024-08-02T16:51:57.079Z | Compiling cargo_metadata v0.18.1 |
1794 | 2024-08-02T16:51:58.564Z | Compiling shell-words v1.1.0 |
1795 | 2024-08-02T16:51:59.121Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1796 | 2024-08-02T16:52:10.793Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1797 | 2024-08-02T16:52:20.083Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1798 | 2024-08-02T16:52:35.624Z | Finished `release` profile [optimized] target(s) in 5m 05s |
1799 | 2024-08-02T16:52:35.737Z | Running `target/release/omicron-releng --output-dir /work` |
1800 | 2024-08-02T16:52:35.774Z | Aug 02 16:52:34.595 DEBG changing working directory to /work/oxidecomputer/omicron |
1801 | 2024-08-02T16:52:35.853Z | Aug 02 16:52:34.676 DEBG running: git rev-parse HEAD |
1802 | 2024-08-02T16:52:35.859Z | Aug 02 16:52:34.682 DEBG process exited with exit status: 0 (6.318318ms) |
1803 | 2024-08-02T16:52:35.859Z | Aug 02 16:52:34.682 INFO version: 10.0.0-0.ci+gitfcaf48be814 |
1804 | 2024-08-02T16:52:35.898Z | Aug 02 16:52:34.721 INFO cloning helios to /work/oxidecomputer/helios |
1805 | 2024-08-02T16:52:35.898Z | Aug 02 16:52:34.721 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1806 | 2024-08-02T16:52:35.903Z | Cloning into '/work/oxidecomputer/helios'... |
1807 | 2024-08-02T16:52:36.443Z | Aug 02 16:52:35.263 DEBG process exited with exit status: 0 (542.406947ms) |
1808 | 2024-08-02T16:52:36.443Z | Aug 02 16:52:35.263 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1809 | 2024-08-02T16:52:36.448Z | # branch.oid ed78304311f495f06e380799bd1395aabc13c0d6 |
1810 | 2024-08-02T16:52:36.448Z | # branch.head master |
1811 | 2024-08-02T16:52:36.448Z | # branch.upstream origin/master |
1812 | 2024-08-02T16:52:36.448Z | # branch.ab +0 -0 |
1813 | 2024-08-02T16:52:36.451Z | Aug 02 16:52:35.271 DEBG process exited with exit status: 0 (8.150061ms) |
1814 | 2024-08-02T16:52:36.451Z | Aug 02 16:52:35.272 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1815 | 2024-08-02T16:52:37.142Z | Aug 02 16:52:35.965 DEBG process exited with exit status: 0 (692.938437ms) |
1816 | 2024-08-02T16:52:37.142Z | Aug 02 16:52:35.965 DEBG running: zfs list rpool/images/build/host |
1817 | 2024-08-02T16:52:37.148Z | NAME USED AVAIL REFER MOUNTPOINT |
1818 | 2024-08-02T16:52:37.148Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1819 | 2024-08-02T16:52:37.151Z | Aug 02 16:52:35.972 DEBG process exited with exit status: 0 (6.966183ms) |
1820 | 2024-08-02T16:52:37.151Z | Aug 02 16:52:35.972 DEBG running: zfs list rpool/images/build/recovery |
1821 | 2024-08-02T16:52:37.154Z | NAME USED AVAIL REFER MOUNTPOINT |
1822 | 2024-08-02T16:52:37.154Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1823 | 2024-08-02T16:52:37.157Z | Aug 02 16:52:35.978 DEBG process exited with exit status: 0 (5.952012ms) |
1824 | 2024-08-02T16:52:37.157Z | Aug 02 16:52:35.979 INFO [hubris-staging] running task |
1825 | 2024-08-02T16:52:37.157Z | Aug 02 16:52:35.979 INFO [hubris-production] running task |
1826 | 2024-08-02T16:52:37.157Z | Aug 02 16:52:35.979 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1827 | 2024-08-02T16:52:37.160Z | Aug 02 16:52:35.982 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1828 | 2024-08-02T16:52:37.598Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1829 | 2024-08-02T16:52:37.755Z | [ omicron-package] Blocking waiting for file lock on package cache |
1830 | 2024-08-02T16:52:38.616Z | [ omicron-package] Blocking waiting for file lock on package cache |
1831 | 2024-08-02T16:52:38.694Z | Aug 02 16:52:37.516 INFO [hubris-production] task succeeded (1.537314918s) |
1832 | 2024-08-02T16:52:39.430Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1833 | 2024-08-02T16:52:39.430Z | [ omicron-package] Compiling heapless v0.8.0 |
1834 | 2024-08-02T16:52:39.433Z | [ omicron-package] Compiling hash32 v0.3.1 |
1835 | 2024-08-02T16:52:39.433Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1836 | 2024-08-02T16:52:39.433Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1837 | 2024-08-02T16:52:39.433Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1838 | 2024-08-02T16:52:39.433Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1839 | 2024-08-02T16:52:39.433Z | [ omicron-package] Compiling cobs v0.2.3 |
1840 | 2024-08-02T16:52:40.290Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1841 | 2024-08-02T16:52:40.623Z | [ omicron-package] Compiling postcard v1.0.8 |
1842 | 2024-08-02T16:52:40.709Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1843 | 2024-08-02T16:52:40.769Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1844 | 2024-08-02T16:52:40.911Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1845 | 2024-08-02T16:52:41.098Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1846 | 2024-08-02T16:52:41.125Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1847 | 2024-08-02T16:52:41.128Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1848 | 2024-08-02T16:52:41.240Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1849 | 2024-08-02T16:52:41.960Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1850 | 2024-08-02T16:52:42.170Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1851 | 2024-08-02T16:52:42.411Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1852 | 2024-08-02T16:52:42.540Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1853 | 2024-08-02T16:52:43.086Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1854 | 2024-08-02T16:52:43.434Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1855 | 2024-08-02T16:52:43.554Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1856 | 2024-08-02T16:52:43.700Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1857 | 2024-08-02T16:52:43.788Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1858 | 2024-08-02T16:52:44.684Z | [ omicron-package] Compiling colored v2.1.0 |
1859 | 2024-08-02T16:52:44.687Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1860 | 2024-08-02T16:52:44.844Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1861 | 2024-08-02T16:52:45.082Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1862 | 2024-08-02T16:52:45.163Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1863 | 2024-08-02T16:52:45.310Z | [ omicron-package] Compiling num-derive v0.4.2 |
1864 | 2024-08-02T16:52:45.644Z | [ omicron-package] Compiling num_enum v0.5.11 |
1865 | 2024-08-02T16:52:45.748Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1866 | 2024-08-02T16:52:45.751Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1867 | 2024-08-02T16:52:45.914Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1868 | 2024-08-02T16:52:46.313Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-08-02T16:52:46.513Z | [ omicron-package] Compiling smf v0.2.3 |
1870 | 2024-08-02T16:52:46.878Z | Aug 02 16:52:45.700 INFO [hubris-staging] task succeeded (9.721293551s) |
1871 | 2024-08-02T16:52:46.979Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1872 | 2024-08-02T16:52:47.091Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1873 | 2024-08-02T16:52:47.860Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1874 | 2024-08-02T16:52:48.033Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1875 | 2024-08-02T16:52:49.911Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1876 | 2024-08-02T16:52:50.100Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1877 | 2024-08-02T16:52:51.009Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1878 | 2024-08-02T16:52:51.464Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1879 | 2024-08-02T16:52:51.754Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1880 | 2024-08-02T16:52:52.178Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1881 | 2024-08-02T16:52:53.272Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1882 | 2024-08-02T16:52:53.639Z | [ omicron-package] Compiling gethostname v0.4.3 |
1883 | 2024-08-02T16:52:54.079Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1884 | 2024-08-02T16:52:55.146Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1885 | 2024-08-02T16:52:56.041Z | [ omicron-package] Compiling indicatif v0.17.8 |
1886 | 2024-08-02T16:52:57.831Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1887 | 2024-08-02T16:52:58.099Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1888 | 2024-08-02T16:53:01.244Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1889 | 2024-08-02T16:53:01.764Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1890 | 2024-08-02T16:53:03.472Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1891 | 2024-08-02T16:53:22.999Z | [ helios-setup] Aug 02 16:53:21.820 INFO helios repository root is: /work/oxidecomputer/helios |
1892 | 2024-08-02T16:53:23.003Z | [ helios-setup] Aug 02 16:53:21.822 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1893 | 2024-08-02T16:53:23.003Z | [ helios-setup] Aug 02 16:53:21.822 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 |
1894 | 2024-08-02T16:53:23.003Z | [ helios-setup] Aug 02 16:53:21.822 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1895 | 2024-08-02T16:53:23.006Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1896 | 2024-08-02T16:53:23.719Z | [ helios-setup] Aug 02 16:53:22.540 INFO clone ok!, project: phbl |
1897 | 2024-08-02T16:53:23.722Z | [ helios-setup] Aug 02 16:53:22.540 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 |
1898 | 2024-08-02T16:53:23.722Z | [ helios-setup] Aug 02 16:53:22.540 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1899 | 2024-08-02T16:53:23.722Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1900 | 2024-08-02T16:53:24.425Z | [ helios-setup] Aug 02 16:53:23.246 INFO clone ok!, project: pilot |
1901 | 2024-08-02T16:53:24.428Z | [ helios-setup] Aug 02 16:53:23.246 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 |
1902 | 2024-08-02T16:53:24.428Z | [ helios-setup] Aug 02 16:53:23.246 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1903 | 2024-08-02T16:53:24.428Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1904 | 2024-08-02T16:53:24.647Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.48s |
1905 | 2024-08-02T16:53:24.817Z | [ omicron-package] |
1906 | 2024-08-02T16:53:24.817Z | [ omicron-package] real 47.624373554 |
1907 | 2024-08-02T16:53:24.820Z | [ omicron-package] user 2:56.430709515 |
1908 | 2024-08-02T16:53:24.820Z | [ omicron-package] sys 22.895809579 |
1909 | 2024-08-02T16:53:24.820Z | [ omicron-package] trap 0.165797807 |
1910 | 2024-08-02T16:53:24.821Z | [ omicron-package] tflt 0.809494871 |
1911 | 2024-08-02T16:53:24.821Z | [ omicron-package] dflt 0.643137937 |
1912 | 2024-08-02T16:53:24.821Z | [ omicron-package] kflt 0.000019308 |
1913 | 2024-08-02T16:53:24.821Z | [ omicron-package] lock 5:43.318100001 |
1914 | 2024-08-02T16:53:24.821Z | [ omicron-package] slp 6:45.923896479 |
1915 | 2024-08-02T16:53:24.821Z | [ omicron-package] lat 1:39.534942303 |
1916 | 2024-08-02T16:53:24.821Z | [ omicron-package] stop 44.724680350 |
1917 | 2024-08-02T16:53:24.821Z | Aug 02 16:53:23.639 INFO [omicron-package] process exited with exit status: 0 (47.659939867s) |
1918 | 2024-08-02T16:53:24.821Z | Aug 02 16:53:23.639 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1919 | 2024-08-02T16:53:24.858Z | Aug 02 16:53:23.679 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 |
1920 | 2024-08-02T16:53:24.870Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1921 | 2024-08-02T16:53:24.873Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1922 | 2024-08-02T16:53:24.873Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1923 | 2024-08-02T16:53:24.873Z | Aug 02 16:53:23.694 INFO [recovery-target] process exited with exit status: 0 (54.3225ms) |
1924 | 2024-08-02T16:53:24.873Z | [ host-target] Created new build target 'host' and set it as active |
1925 | 2024-08-02T16:53:24.876Z | Aug 02 16:53:23.696 INFO [host-target] process exited with exit status: 0 (16.524519ms) |
1926 | 2024-08-02T16:53:24.876Z | Aug 02 16:53:23.696 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1927 | 2024-08-02T16:53:24.888Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1928 | 2024-08-02T16:53:25.014Z | [ helios-setup] Aug 02 16:53:23.835 INFO clone ok!, project: image-builder |
1929 | 2024-08-02T16:53:25.017Z | [ helios-setup] Aug 02 16:53:23.835 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 |
1930 | 2024-08-02T16:53:25.017Z | [ helios-setup] Aug 02 16:53:23.835 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1931 | 2024-08-02T16:53:25.017Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1932 | 2024-08-02T16:53:25.551Z | [ helios-setup] Aug 02 16:53:24.372 INFO clone ok!, project: bootserver |
1933 | 2024-08-02T16:53:25.554Z | [ helios-setup] Aug 02 16:53:24.372 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1934 | 2024-08-02T16:53:25.554Z | [ helios-setup] Aug 02 16:53:24.372 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1935 | 2024-08-02T16:53:25.554Z | [ helios-setup] Aug 02 16:53:24.372 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 |
1936 | 2024-08-02T16:53:25.554Z | [ helios-setup] Aug 02 16:53:24.372 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1937 | 2024-08-02T16:53:25.555Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1938 | 2024-08-02T16:53:25.958Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1939 | 2024-08-02T16:53:25.958Z | [ host-package] Compiling camino v1.1.7 |
1940 | 2024-08-02T16:53:25.961Z | [ host-package] Compiling password-hash v0.5.0 |
1941 | 2024-08-02T16:53:25.961Z | [ host-package] Compiling blake2 v0.10.6 |
1942 | 2024-08-02T16:53:25.961Z | [ host-package] Compiling derive-where v1.2.7 |
1943 | 2024-08-02T16:53:25.961Z | [ host-package] Compiling humantime v2.1.0 |
1944 | 2024-08-02T16:53:25.961Z | [ host-package] Compiling newline-converter v0.3.0 |
1945 | 2024-08-02T16:53:26.008Z | [ helios-setup] Aug 02 16:53:24.828 INFO clone ok!, project: pinprick |
1946 | 2024-08-02T16:53:26.011Z | [ helios-setup] Aug 02 16:53:24.828 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 |
1947 | 2024-08-02T16:53:26.011Z | [ helios-setup] Aug 02 16:53:24.828 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1948 | 2024-08-02T16:53:26.011Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1949 | 2024-08-02T16:53:26.063Z | [ host-package] Compiling toml v0.8.15 |
1950 | 2024-08-02T16:53:26.287Z | [ host-package] Compiling expectorate v1.1.0 |
1951 | 2024-08-02T16:53:26.426Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-08-02T16:53:26.486Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1953 | 2024-08-02T16:53:26.884Z | [ host-package] Compiling argon2 v0.5.3 |
1954 | 2024-08-02T16:53:26.920Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1955 | 2024-08-02T16:53:26.996Z | [ helios-setup] Aug 02 16:53:25.817 INFO clone ok!, project: chelsio-t6-roms |
1956 | 2024-08-02T16:53:27.000Z | [ helios-setup] Aug 02 16:53:25.818 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 |
1957 | 2024-08-02T16:53:27.000Z | [ helios-setup] Aug 02 16:53:25.818 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 |
1958 | 2024-08-02T16:53:27.004Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1959 | 2024-08-02T16:53:27.094Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1960 | 2024-08-02T16:53:27.185Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1961 | 2024-08-02T16:53:27.331Z | [ host-package] Compiling prettyplease v0.2.20 |
1962 | 2024-08-02T16:53:27.623Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1963 | 2024-08-02T16:53:27.720Z | [ host-package] Compiling dirs-next v2.0.0 |
1964 | 2024-08-02T16:53:27.738Z | [ host-package] Compiling semver v0.1.20 |
1965 | 2024-08-02T16:53:27.921Z | [ host-package] Compiling term v0.7.0 |
1966 | 2024-08-02T16:53:28.130Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1967 | 2024-08-02T16:53:28.146Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1968 | 2024-08-02T16:53:28.382Z | [ host-package] Compiling rustc_version v0.1.7 |
1969 | 2024-08-02T16:53:28.419Z | [ host-package] Compiling is-terminal v0.4.12 |
1970 | 2024-08-02T16:53:28.457Z | [ host-package] Compiling convert_case v0.4.0 |
1971 | 2024-08-02T16:53:28.554Z | [ host-package] Compiling home v0.5.9 |
1972 | 2024-08-02T16:53:28.815Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1973 | 2024-08-02T16:53:28.832Z | [ host-package] Compiling newtype_derive v0.1.6 |
1974 | 2024-08-02T16:53:29.253Z | [ host-package] Compiling derive_more v0.99.18 |
1975 | 2024-08-02T16:53:29.257Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1976 | 2024-08-02T16:53:29.354Z | [ host-package] Compiling steno v0.4.1 |
1977 | 2024-08-02T16:53:29.512Z | [ host-package] Compiling rustls v0.22.4 |
1978 | 2024-08-02T16:53:29.540Z | [ host-package] Compiling thread_local v1.1.8 |
1979 | 2024-08-02T16:53:30.088Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1980 | 2024-08-02T16:53:30.169Z | [ host-package] Compiling match_cfg v0.1.0 |
1981 | 2024-08-02T16:53:30.272Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1982 | 2024-08-02T16:53:30.741Z | [ host-package] Compiling lru-cache v0.1.2 |
1983 | 2024-08-02T16:53:32.108Z | [ host-package] Compiling hostname v0.3.1 |
1984 | 2024-08-02T16:53:32.344Z | [ host-package] Compiling multer v3.1.0 |
1985 | 2024-08-02T16:53:32.366Z | [ host-package] Compiling slog-async v2.8.0 |
1986 | 2024-08-02T16:53:32.436Z | [ host-package] Compiling slog-json v2.6.1 |
1987 | 2024-08-02T16:53:32.457Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
1988 | 2024-08-02T16:53:32.834Z | [ host-package] Compiling http v1.1.0 |
1989 | 2024-08-02T16:53:33.261Z | [ host-package] Compiling atomic-waker v1.1.2 |
1990 | 2024-08-02T16:53:33.454Z | [ host-package] Compiling take_mut v0.2.2 |
1991 | 2024-08-02T16:53:33.623Z | [ host-package] Compiling waitgroup v0.1.2 |
1992 | 2024-08-02T16:53:33.842Z | [ host-package] Compiling slog-bunyan v2.5.0 |
1993 | 2024-08-02T16:53:34.062Z | [ host-package] Compiling slog-term v2.9.1 |
1994 | 2024-08-02T16:53:35.401Z | [ host-package] Compiling rustls-pemfile v2.1.2 |
1995 | 2024-08-02T16:53:35.453Z | [ host-package] Compiling async-stream v0.3.5 |
1996 | 2024-08-02T16:53:35.629Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1997 | 2024-08-02T16:53:35.644Z | [ helios-setup] Aug 02 16:53:34.464 INFO clone ok!, project: amd-host-image-builder |
1998 | 2024-08-02T16:53:35.647Z | [ helios-setup] Aug 02 16:53:34.465 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 |
1999 | 2024-08-02T16:53:35.647Z | [ helios-setup] Aug 02 16:53:34.465 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2000 | 2024-08-02T16:53:35.650Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2001 | 2024-08-02T16:53:35.784Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2002 | 2024-08-02T16:53:35.883Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2003 | 2024-08-02T16:53:35.955Z | [ host-package] Compiling sha1 v0.10.6 |
2004 | 2024-08-02T16:53:35.955Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2005 | 2024-08-02T16:53:36.233Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2006 | 2024-08-02T16:53:36.265Z | [ host-package] Compiling hostname v0.4.0 |
2007 | 2024-08-02T16:53:36.283Z | [ host-package] Compiling instant v0.1.12 |
2008 | 2024-08-02T16:53:36.354Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2009 | 2024-08-02T16:53:36.429Z | [ host-package] Compiling debug-ignore v1.0.5 |
2010 | 2024-08-02T16:53:36.476Z | [ host-package] Compiling backoff v0.4.0 |
2011 | 2024-08-02T16:53:36.573Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2012 | 2024-08-02T16:53:36.721Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2013 | 2024-08-02T16:53:36.817Z | [ host-package] Compiling parse-display v0.9.1 |
2014 | 2024-08-02T16:53:37.016Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2015 | 2024-08-02T16:53:37.056Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2016 | 2024-08-02T16:53:37.209Z | [ host-package] Compiling serde_with v3.8.3 |
2017 | 2024-08-02T16:53:37.422Z | [ host-package] Compiling strum v0.26.3 |
2018 | 2024-08-02T16:53:37.612Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2019 | 2024-08-02T16:53:38.807Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2020 | 2024-08-02T16:53:39.581Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2021 | 2024-08-02T16:53:39.770Z | [ host-package] Compiling num-rational v0.4.2 |
2022 | 2024-08-02T16:53:40.698Z | [ host-package] Compiling num-complex v0.4.6 |
2023 | 2024-08-02T16:53:41.502Z | [ host-package] Compiling macaddr v1.0.1 |
2024 | 2024-08-02T16:53:41.793Z | [ host-package] Compiling swrite v0.1.0 |
2025 | 2024-08-02T16:53:41.850Z | [ host-package] Compiling num v0.4.3 |
2026 | 2024-08-02T16:53:42.338Z | [ host-package] Compiling float-ord v0.3.2 |
2027 | 2024-08-02T16:53:42.550Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2028 | 2024-08-02T16:53:42.736Z | [ helios-setup] Aug 02 16:53:41.556 INFO clone ok!, project: amd-firmware |
2029 | 2024-08-02T16:53:42.739Z | [ helios-setup] Aug 02 16:53:41.556 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2030 | 2024-08-02T16:53:43.589Z | [ host-package] Compiling quick-error v1.2.3 |
2031 | 2024-08-02T16:53:43.759Z | [ host-package] Compiling resolv-conf v0.7.0 |
2032 | 2024-08-02T16:53:43.983Z | [ helios-setup] Aug 02 16:53:42.804 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2033 | 2024-08-02T16:53:44.595Z | [ helios-setup] Aug 02 16:53:43.416 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2034 | 2024-08-02T16:53:44.598Z | [ helios-setup] Aug 02 16:53:43.416 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2035 | 2024-08-02T16:53:45.044Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2036 | 2024-08-02T16:53:45.094Z | [ host-package] Compiling rayon-core v1.12.1 |
2037 | 2024-08-02T16:53:45.136Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2038 | 2024-08-02T16:53:45.226Z | [ helios-setup] Aug 02 16:53:44.046 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2039 | 2024-08-02T16:53:45.689Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2040 | 2024-08-02T16:53:45.813Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2041 | 2024-08-02T16:53:45.862Z | [ helios-setup] Aug 02 16:53:44.682 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2042 | 2024-08-02T16:53:45.862Z | [ helios-setup] Aug 02 16:53:44.682 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2043 | 2024-08-02T16:53:46.293Z | [ host-package] Compiling fastrand v2.1.0 |
2044 | 2024-08-02T16:53:46.476Z | [ helios-setup] Aug 02 16:53:45.297 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2045 | 2024-08-02T16:53:46.983Z | [ host-package] Compiling display-error-chain v0.2.0 |
2046 | 2024-08-02T16:53:46.993Z | [ helios-setup] Aug 02 16:53:45.814 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2047 | 2024-08-02T16:53:46.996Z | [ helios-setup] Aug 02 16:53:45.814 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2048 | 2024-08-02T16:53:46.996Z | [ helios-setup] Aug 02 16:53:45.814 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2049 | 2024-08-02T16:53:46.996Z | [ helios-setup] Aug 02 16:53:45.814 INFO ok! |
2050 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2051 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2052 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO ok! |
2053 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2054 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2055 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO ok! |
2056 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2057 | 2024-08-02T16:53:46.997Z | [ helios-setup] Aug 02 16:53:45.814 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2058 | 2024-08-02T16:53:47.272Z | [ host-package] Compiling same-file v1.0.6 |
2059 | 2024-08-02T16:53:47.416Z | [ helios-setup] Aug 02 16:53:46.236 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2060 | 2024-08-02T16:53:47.558Z | [ host-package] Compiling walkdir v2.5.0 |
2061 | 2024-08-02T16:53:47.997Z | [ helios-setup] Aug 02 16:53:46.817 INFO E| From https://github.com/jclulow/hiercmd |
2062 | 2024-08-02T16:53:47.997Z | [ helios-setup] Aug 02 16:53:46.817 INFO E| * [new branch] main -> origin/main |
2063 | 2024-08-02T16:53:47.997Z | [ helios-setup] Aug 02 16:53:46.817 INFO E| * [new ref] -> origin/HEAD |
2064 | 2024-08-02T16:53:48.019Z | [ helios-setup] Aug 02 16:53:46.839 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2065 | 2024-08-02T16:53:48.298Z | [ host-package] Compiling tempfile v3.10.1 |
2066 | 2024-08-02T16:53:48.545Z | [ helios-setup] Aug 02 16:53:47.365 INFO E| From https://github.com/jclulow/network-interface |
2067 | 2024-08-02T16:53:48.545Z | [ helios-setup] Aug 02 16:53:47.365 INFO E| * [new branch] illumos -> origin/illumos |
2068 | 2024-08-02T16:53:48.549Z | [ helios-setup] Aug 02 16:53:47.365 INFO E| * [new branch] main -> origin/main |
2069 | 2024-08-02T16:53:48.549Z | [ helios-setup] Aug 02 16:53:47.365 INFO E| * [new ref] -> origin/HEAD |
2070 | 2024-08-02T16:53:48.586Z | [ helios-setup] Aug 02 16:53:47.406 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2071 | 2024-08-02T16:53:49.114Z | [ helios-setup] Aug 02 16:53:47.934 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2072 | 2024-08-02T16:53:49.114Z | [ helios-setup] Aug 02 16:53:47.934 INFO E| * [new branch] compliance -> origin/compliance |
2073 | 2024-08-02T16:53:49.117Z | [ helios-setup] Aug 02 16:53:47.934 INFO E| * [new branch] libdlpi-sys -> origin/libdlpi-sys |
2074 | 2024-08-02T16:53:49.117Z | [ helios-setup] Aug 02 16:53:47.934 INFO E| * [new branch] main -> origin/main |
2075 | 2024-08-02T16:53:49.117Z | [ helios-setup] Aug 02 16:53:47.934 INFO E| * [new ref] -> origin/HEAD |
2076 | 2024-08-02T16:53:49.154Z | [ helios-setup] Aug 02 16:53:47.975 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2077 | 2024-08-02T16:53:50.066Z | [ helios-setup] Aug 02 16:53:48.886 INFO E| From https://github.com/oxidecomputer/facade |
2078 | 2024-08-02T16:53:50.066Z | [ helios-setup] Aug 02 16:53:48.886 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials |
2079 | 2024-08-02T16:53:50.067Z | [ helios-setup] Aug 02 16:53:48.886 INFO E| * [new branch] checklist -> origin/checklist |
2080 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.887 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
2081 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.887 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2082 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.887 INFO E| * [new branch] dramtest -> origin/dramtest |
2083 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.887 INFO E| * [new branch] facts -> origin/facts |
2084 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.888 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi |
2085 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.888 INFO E| * [new branch] flihp/attestation-verifier -> origin/flihp/attestation-verifier |
2086 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.888 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip |
2087 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.888 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase |
2088 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.888 INFO E| * [new branch] gimlet-f -> origin/gimlet-f |
2089 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.889 INFO E| * [new branch] guardrails -> origin/guardrails |
2090 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.889 INFO E| * [new branch] idcerts -> origin/idcerts |
2091 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.889 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage |
2092 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.889 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450 |
2093 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.889 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme |
2094 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.889 INFO E| * [new branch] main -> origin/main |
2095 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.890 INFO E| * [new branch] meanwell -> origin/meanwell |
2096 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.890 INFO E| * [new branch] parents -> origin/parents |
2097 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.890 INFO E| * [new branch] psc -> origin/psc |
2098 | 2024-08-02T16:53:50.070Z | [ helios-setup] Aug 02 16:53:48.890 INFO E| * [new branch] rackstatus -> origin/rackstatus |
2099 | 2024-08-02T16:53:50.074Z | [ helios-setup] Aug 02 16:53:48.891 INFO E| * [new branch] sessions -> origin/sessions |
2100 | 2024-08-02T16:53:50.074Z | [ helios-setup] Aug 02 16:53:48.891 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test |
2101 | 2024-08-02T16:53:50.074Z | [ helios-setup] Aug 02 16:53:48.891 INFO E| * [new branch] sshauth -> origin/sshauth |
2102 | 2024-08-02T16:53:50.074Z | [ helios-setup] Aug 02 16:53:48.891 INFO E| * [new branch] unsupervised -> origin/unsupervised |
2103 | 2024-08-02T16:53:50.074Z | [ helios-setup] Aug 02 16:53:48.891 INFO E| * [new branch] x11 -> origin/x11 |
2104 | 2024-08-02T16:53:50.074Z | [ helios-setup] Aug 02 16:53:48.891 INFO E| * [new ref] -> origin/HEAD |
2105 | 2024-08-02T16:53:50.167Z | [ helios-setup] Aug 02 16:53:48.987 INFO E| Updating crates.io index |
2106 | 2024-08-02T16:53:50.832Z | [ helios-setup] Aug 02 16:53:49.653 INFO E| Downloading crates ... |
2107 | 2024-08-02T16:53:50.955Z | [ host-package] Compiling half v2.4.1 |
2108 | 2024-08-02T16:53:51.125Z | [ helios-setup] Aug 02 16:53:49.945 INFO E| Downloaded const-random-macro v0.1.15 |
2109 | 2024-08-02T16:53:51.128Z | [ helios-setup] Aug 02 16:53:49.947 INFO E| Downloaded concolor-override v1.0.0 |
2110 | 2024-08-02T16:53:51.128Z | [ helios-setup] Aug 02 16:53:49.949 INFO E| Downloaded bincode v1.3.3 |
2111 | 2024-08-02T16:53:51.132Z | [ helios-setup] Aug 02 16:53:49.952 INFO E| Downloaded autocfg v1.1.0 |
2112 | 2024-08-02T16:53:51.176Z | [ helios-setup] Aug 02 16:53:49.997 INFO E| Downloaded project-root v0.2.2 |
2113 | 2024-08-02T16:53:51.180Z | [ helios-setup] Aug 02 16:53:49.998 INFO E| Downloaded futures-sink v0.3.28 |
2114 | 2024-08-02T16:53:51.180Z | [ helios-setup] Aug 02 16:53:50.000 INFO E| Downloaded errno v0.3.1 |
2115 | 2024-08-02T16:53:51.201Z | [ helios-setup] Aug 02 16:53:50.021 INFO E| Downloaded const-random v0.1.15 |
2116 | 2024-08-02T16:53:51.207Z | [ helios-setup] Aug 02 16:53:50.023 INFO E| Downloaded try-lock v0.2.4 |
2117 | 2024-08-02T16:53:51.210Z | [ helios-setup] Aug 02 16:53:50.028 INFO E| Downloaded serde_spanned v0.6.1 |
2118 | 2024-08-02T16:53:51.210Z | [ helios-setup] Aug 02 16:53:50.028 INFO E| Downloaded schemars_derive v0.8.12 |
2119 | 2024-08-02T16:53:51.210Z | [ helios-setup] Aug 02 16:53:50.029 INFO E| Downloaded home v0.5.4 |
2120 | 2024-08-02T16:53:51.213Z | [ helios-setup] Aug 02 16:53:50.031 INFO E| Downloaded sha2 v0.10.6 |
2121 | 2024-08-02T16:53:51.216Z | [ helios-setup] Aug 02 16:53:50.035 INFO E| Downloaded unicode-width v0.1.10 |
2122 | 2024-08-02T16:53:51.219Z | [ helios-setup] Aug 02 16:53:50.037 INFO E| Downloaded either v1.8.0 |
2123 | 2024-08-02T16:53:51.219Z | [ helios-setup] Aug 02 16:53:50.039 INFO E| Downloaded slog-async v2.7.0 |
2124 | 2024-08-02T16:53:51.222Z | [ helios-setup] Aug 02 16:53:50.042 INFO E| Downloaded jobserver v0.1.26 |
2125 | 2024-08-02T16:53:51.225Z | [ helios-setup] Aug 02 16:53:50.045 INFO E| Downloaded num_enum v0.5.7 |
2126 | 2024-08-02T16:53:51.301Z | [ helios-setup] Aug 02 16:53:50.121 INFO E| Downloaded want v0.3.0 |
2127 | 2024-08-02T16:53:51.304Z | [ helios-setup] Aug 02 16:53:50.122 INFO E| Downloaded terminal_size v0.2.6 |
2128 | 2024-08-02T16:53:51.307Z | [ helios-setup] Aug 02 16:53:50.124 INFO E| Downloaded strsim v0.10.0 |
2129 | 2024-08-02T16:53:51.307Z | [ helios-setup] Aug 02 16:53:50.126 INFO E| Downloaded smawk v0.3.1 |
2130 | 2024-08-02T16:53:51.310Z | [ helios-setup] Aug 02 16:53:50.130 INFO E| Downloaded sha1 v0.10.5 |
2131 | 2024-08-02T16:53:51.314Z | [ helios-setup] Aug 02 16:53:50.133 INFO E| Downloaded slab v0.4.7 |
2132 | 2024-08-02T16:53:51.317Z | [ helios-setup] Aug 02 16:53:50.135 INFO E| Downloaded thiserror-impl v1.0.38 |
2133 | 2024-08-02T16:53:51.319Z | [ helios-setup] Aug 02 16:53:50.138 INFO E| Downloaded serde_tokenstream v0.2.0 |
2134 | 2024-08-02T16:53:51.324Z | [ helios-setup] Aug 02 16:53:50.144 INFO E| Downloaded anstream v0.2.6 |
2135 | 2024-08-02T16:53:51.328Z | [ helios-setup] Aug 02 16:53:50.148 INFO E| Downloaded toml_datetime v0.6.1 |
2136 | 2024-08-02T16:53:51.331Z | [ helios-setup] Aug 02 16:53:50.151 INFO E| Downloaded tokio-rustls v0.24.0 |
2137 | 2024-08-02T16:53:51.336Z | [ helios-setup] Aug 02 16:53:50.156 INFO E| Downloaded smartstring v1.0.1 |
2138 | 2024-08-02T16:53:51.340Z | [ helios-setup] Aug 02 16:53:50.160 INFO E| Downloaded walkdir v2.3.3 |
2139 | 2024-08-02T16:53:51.343Z | [ helios-setup] Aug 02 16:53:50.164 INFO E| Downloaded unicode-bidi v0.3.13 |
2140 | 2024-08-02T16:53:51.347Z | [ helios-setup] Aug 02 16:53:50.168 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2141 | 2024-08-02T16:53:51.351Z | [ helios-setup] Aug 02 16:53:50.172 INFO E| Downloaded cargo-lock v8.0.3 |
2142 | 2024-08-02T16:53:51.356Z | [ helios-setup] Aug 02 16:53:50.177 INFO E| Downloaded toml v0.7.3 |
2143 | 2024-08-02T16:53:51.362Z | [ helios-setup] Aug 02 16:53:50.182 INFO E| Downloaded url v2.3.1 |
2144 | 2024-08-02T16:53:51.367Z | [ helios-setup] Aug 02 16:53:50.187 INFO E| Downloaded tungstenite v0.18.0 |
2145 | 2024-08-02T16:53:51.372Z | [ helios-setup] Aug 02 16:53:50.193 INFO E| Downloaded unicode-linebreak v0.1.4 |
2146 | 2024-08-02T16:53:51.375Z | [ helios-setup] Aug 02 16:53:50.196 INFO E| Downloaded uuid v1.3.0 |
2147 | 2024-08-02T16:53:51.382Z | [ helios-setup] Aug 02 16:53:50.203 INFO E| Downloaded unicode-ident v1.0.8 |
2148 | 2024-08-02T16:53:51.387Z | [ helios-setup] Aug 02 16:53:50.208 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2149 | 2024-08-02T16:53:51.393Z | [ helios-setup] Aug 02 16:53:50.214 INFO E| Downloaded parking_lot_core v0.9.6 |
2150 | 2024-08-02T16:53:51.397Z | [ helios-setup] Aug 02 16:53:50.218 INFO E| Downloaded unicode-normalization v0.1.22 |
2151 | 2024-08-02T16:53:51.403Z | [ helios-setup] Aug 02 16:53:50.223 INFO E| Downloaded winnow v0.4.1 |
2152 | 2024-08-02T16:53:51.418Z | [ helios-setup] Aug 02 16:53:50.238 INFO E| Downloaded serde_json v1.0.95 |
2153 | 2024-08-02T16:53:51.431Z | [ helios-setup] Aug 02 16:53:50.251 INFO E| Downloaded syn v1.0.107 |
2154 | 2024-08-02T16:53:51.471Z | [ helios-setup] Aug 02 16:53:50.291 INFO E| Downloaded crossbeam-utils v0.8.14 |
2155 | 2024-08-02T16:53:51.475Z | [ helios-setup] Aug 02 16:53:50.295 INFO E| Downloaded tokio v1.27.0 |
2156 | 2024-08-02T16:53:51.525Z | [ helios-setup] Aug 02 16:53:50.344 INFO E| Downloaded rayon-core v1.10.2 |
2157 | 2024-08-02T16:53:51.530Z | [ helios-setup] Aug 02 16:53:50.350 INFO E| Downloaded schemars v0.8.12 |
2158 | 2024-08-02T16:53:51.549Z | [ helios-setup] Aug 02 16:53:50.369 INFO E| Downloaded ryu v1.0.13 |
2159 | 2024-08-02T16:53:51.554Z | [ helios-setup] Aug 02 16:53:50.374 INFO E| Downloaded clap v4.2.1 |
2160 | 2024-08-02T16:53:51.570Z | [ helios-setup] Aug 02 16:53:50.390 INFO E| Downloaded base64 v0.21.0 |
2161 | 2024-08-02T16:53:51.576Z | [ helios-setup] Aug 02 16:53:50.396 INFO E| Downloaded http v0.2.9 |
2162 | 2024-08-02T16:53:51.583Z | [ helios-setup] Aug 02 16:53:50.403 INFO E| Downloaded rustls-webpki v0.100.1 |
2163 | 2024-08-02T16:53:51.594Z | [ helios-setup] Aug 02 16:53:50.414 INFO E| Downloaded crossbeam-channel v0.5.6 |
2164 | 2024-08-02T16:53:51.602Z | [ helios-setup] Aug 02 16:53:50.422 INFO E| Downloaded mio v0.8.5 |
2165 | 2024-08-02T16:53:51.612Z | [ helios-setup] Aug 02 16:53:50.432 INFO E| Downloaded pest v2.5.7 |
2166 | 2024-08-02T16:53:51.621Z | [ helios-setup] Aug 02 16:53:50.441 INFO E| Downloaded miniz_oxide v0.6.2 |
2167 | 2024-08-02T16:53:51.625Z | [ helios-setup] Aug 02 16:53:50.445 INFO E| Downloaded memchr v2.5.0 |
2168 | 2024-08-02T16:53:51.631Z | [ helios-setup] Aug 02 16:53:50.452 INFO E| Downloaded io-lifetimes v1.0.10 |
2169 | 2024-08-02T16:53:51.635Z | [ helios-setup] Aug 02 16:53:50.455 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2170 | 2024-08-02T16:53:51.655Z | [ helios-setup] Aug 02 16:53:50.475 INFO E| Downloaded cc v1.0.78 |
2171 | 2024-08-02T16:53:51.659Z | [ helios-setup] Aug 02 16:53:50.479 INFO E| Downloaded reqwest v0.11.16 |
2172 | 2024-08-02T16:53:51.669Z | [ helios-setup] Aug 02 16:53:50.489 INFO E| Downloaded h2 v0.3.16 |
2173 | 2024-08-02T16:53:51.678Z | [ helios-setup] Aug 02 16:53:50.498 INFO E| Downloaded chrono v0.4.24 |
2174 | 2024-08-02T16:53:51.748Z | [ helios-setup] Aug 02 16:53:50.568 INFO E| Downloaded futures-util v0.3.28 |
2175 | 2024-08-02T16:53:51.767Z | [ helios-setup] Aug 02 16:53:50.587 INFO E| Downloaded rayon v1.6.1 |
2176 | 2024-08-02T16:53:51.781Z | [ helios-setup] Aug 02 16:53:50.601 INFO E| Downloaded regex v1.7.3 |
2177 | 2024-08-02T16:53:51.796Z | [ helios-setup] Aug 02 16:53:50.616 INFO E| Downloaded hyper v0.14.25 |
2178 | 2024-08-02T16:53:51.809Z | [ helios-setup] Aug 02 16:53:50.630 INFO E| Downloaded regress v0.5.0 |
2179 | 2024-08-02T16:53:51.821Z | [ helios-setup] Aug 02 16:53:50.642 INFO E| Downloaded git2 v0.16.1 |
2180 | 2024-08-02T16:53:51.832Z | [ host-package] Compiling ciborium-io v0.2.2 |
2181 | 2024-08-02T16:53:51.836Z | [ helios-setup] Aug 02 16:53:50.657 INFO E| Downloaded rustix v0.37.3 |
2182 | 2024-08-02T16:53:51.879Z | [ helios-setup] Aug 02 16:53:50.699 INFO E| Downloaded rhai v1.14.0 |
2183 | 2024-08-02T16:53:51.900Z | [ helios-setup] Aug 02 16:53:50.720 INFO E| Downloaded openapiv3 v1.0.2 |
2184 | 2024-08-02T16:53:51.921Z | [ helios-setup] Aug 02 16:53:50.741 INFO E| Downloaded clap_builder v4.2.1 |
2185 | 2024-08-02T16:53:51.932Z | [ helios-setup] Aug 02 16:53:50.753 INFO E| Downloaded flate2 v1.0.25 |
2186 | 2024-08-02T16:53:51.940Z | [ helios-setup] Aug 02 16:53:50.760 INFO E| Downloaded bytes v1.4.0 |
2187 | 2024-08-02T16:53:51.947Z | [ helios-setup] Aug 02 16:53:50.767 INFO E| Downloaded aho-corasick v0.7.20 |
2188 | 2024-08-02T16:53:51.958Z | [ helios-setup] Aug 02 16:53:50.778 INFO E| Downloaded libc v0.2.139 |
2189 | 2024-08-02T16:53:51.996Z | [ host-package] Compiling utf-8 v0.7.6 |
2190 | 2024-08-02T16:53:51.999Z | [ helios-setup] Aug 02 16:53:50.819 INFO E| Downloaded futures-channel v0.3.28 |
2191 | 2024-08-02T16:53:52.002Z | [ helios-setup] Aug 02 16:53:50.821 INFO E| Downloaded rustls v0.21.0 |
2192 | 2024-08-02T16:53:52.023Z | [ helios-setup] Aug 02 16:53:50.840 INFO E| Downloaded rhai_codegen v1.5.0 |
2193 | 2024-08-02T16:53:52.026Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2194 | 2024-08-02T16:53:52.034Z | [ helios-setup] Aug 02 16:53:50.853 INFO E| Downloaded parking_lot v0.12.1 |
2195 | 2024-08-02T16:53:52.041Z | [ helios-setup] Aug 02 16:53:50.857 INFO E| Downloaded num-traits v0.2.15 |
2196 | 2024-08-02T16:53:52.041Z | [ helios-setup] Aug 02 16:53:50.861 INFO E| Downloaded futures v0.3.28 |
2197 | 2024-08-02T16:53:52.051Z | [ helios-setup] Aug 02 16:53:50.869 INFO E| Downloaded toml_edit v0.19.8 |
2198 | 2024-08-02T16:53:52.080Z | [ helios-setup] Aug 02 16:53:50.900 INFO E| Downloaded tokio-util v0.7.7 |
2199 | 2024-08-02T16:53:52.090Z | [ helios-setup] Aug 02 16:53:50.910 INFO E| Downloaded lock_api v0.4.9 |
2200 | 2024-08-02T16:53:52.093Z | [ helios-setup] Aug 02 16:53:50.912 INFO E| Downloaded clap_derive v4.2.0 |
2201 | 2024-08-02T16:53:52.096Z | [ helios-setup] Aug 02 16:53:50.915 INFO E| Downloaded tracing-core v0.1.30 |
2202 | 2024-08-02T16:53:52.099Z | [ helios-setup] Aug 02 16:53:50.920 INFO E| Downloaded tracing v0.1.37 |
2203 | 2024-08-02T16:53:52.106Z | [ helios-setup] Aug 02 16:53:50.926 INFO E| Downloaded rustls-pemfile v1.0.2 |
2204 | 2024-08-02T16:53:52.109Z | [ helios-setup] Aug 02 16:53:50.929 INFO E| Downloaded camino v1.1.4 |
2205 | 2024-08-02T16:53:52.112Z | [ helios-setup] Aug 02 16:53:50.933 INFO E| Downloaded async-trait v0.1.68 |
2206 | 2024-08-02T16:53:52.117Z | [ helios-setup] Aug 02 16:53:50.938 INFO E| Downloaded anyhow v1.0.68 |
2207 | 2024-08-02T16:53:52.123Z | [ helios-setup] Aug 02 16:53:50.943 INFO E| Downloaded ucd-trie v0.1.5 |
2208 | 2024-08-02T16:53:52.126Z | [ helios-setup] Aug 02 16:53:50.945 INFO E| Downloaded once_cell v1.17.0 |
2209 | 2024-08-02T16:53:52.129Z | [ helios-setup] Aug 02 16:53:50.949 INFO E| Downloaded log v0.4.17 |
2210 | 2024-08-02T16:53:52.132Z | [ helios-setup] Aug 02 16:53:50.952 INFO E| Downloaded serde_yaml v0.9.21 |
2211 | 2024-08-02T16:53:52.138Z | [ helios-setup] Aug 02 16:53:50.958 INFO E| Downloaded pin-project-lite v0.2.9 |
2212 | 2024-08-02T16:53:52.146Z | [ helios-setup] Aug 02 16:53:50.966 INFO E| Downloaded ipnet v2.7.2 |
2213 | 2024-08-02T16:53:52.151Z | [ helios-setup] Aug 02 16:53:50.972 INFO E| Downloaded encoding_rs v0.8.32 |
2214 | 2024-08-02T16:53:52.187Z | [ helios-setup] Aug 02 16:53:51.007 INFO E| Downloaded ahash v0.7.6 |
2215 | 2024-08-02T16:53:52.191Z | [ helios-setup] Aug 02 16:53:51.011 INFO E| Downloaded getrandom v0.2.8 |
2216 | 2024-08-02T16:53:52.196Z | [ helios-setup] Aug 02 16:53:51.017 INFO E| Downloaded typenum v1.16.0 |
2217 | 2024-08-02T16:53:52.202Z | [ helios-setup] Aug 02 16:53:51.022 INFO E| Downloaded socket2 v0.4.9 |
2218 | 2024-08-02T16:53:52.205Z | [ helios-setup] Aug 02 16:53:51.025 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2219 | 2024-08-02T16:53:52.208Z | [ helios-setup] Aug 02 16:53:51.027 INFO E| Downloaded tokio-macros v2.0.0 |
2220 | 2024-08-02T16:53:52.208Z | [ helios-setup] Aug 02 16:53:51.028 INFO E| Downloaded time v0.1.45 |
2221 | 2024-08-02T16:53:52.211Z | [ helios-setup] Aug 02 16:53:51.030 INFO E| Downloaded textwrap v0.16.0 |
2222 | 2024-08-02T16:53:52.213Z | [ helios-setup] Aug 02 16:53:51.033 INFO E| Downloaded tempfile v3.5.0 |
2223 | 2024-08-02T16:53:52.216Z | [ helios-setup] Aug 02 16:53:51.036 INFO E| Downloaded smallvec v1.10.0 |
2224 | 2024-08-02T16:53:52.219Z | [ helios-setup] Aug 02 16:53:51.039 INFO E| Downloaded signal-hook-registry v1.4.0 |
2225 | 2024-08-02T16:53:52.222Z | [ helios-setup] Aug 02 16:53:51.041 INFO E| Downloaded serde_derive_internals v0.26.0 |
2226 | 2024-08-02T16:53:52.222Z | [ helios-setup] Aug 02 16:53:51.043 INFO E| Downloaded semver v1.0.17 |
2227 | 2024-08-02T16:53:52.225Z | [ helios-setup] Aug 02 16:53:51.046 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2228 | 2024-08-02T16:53:52.314Z | [ helios-setup] Aug 02 16:53:51.134 INFO E| Downloaded sct v0.7.0 |
2229 | 2024-08-02T16:53:52.320Z | [ helios-setup] Aug 02 16:53:51.140 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2230 | 2024-08-02T16:53:52.323Z | [ helios-setup] Aug 02 16:53:51.144 INFO E| Downloaded pkg-config v0.3.26 |
2231 | 2024-08-02T16:53:52.327Z | [ helios-setup] Aug 02 16:53:51.146 INFO E| Downloaded percent-encoding v2.2.0 |
2232 | 2024-08-02T16:53:52.330Z | [ helios-setup] Aug 02 16:53:51.148 INFO E| Downloaded num_cpus v1.15.0 |
2233 | 2024-08-02T16:53:52.333Z | [ helios-setup] Aug 02 16:53:51.153 INFO E| Downloaded num-integer v0.1.45 |
2234 | 2024-08-02T16:53:52.344Z | [ helios-setup] Aug 02 16:53:51.156 INFO E| Downloaded num_enum_derive v0.5.7 |
2235 | 2024-08-02T16:53:52.347Z | [ helios-setup] Aug 02 16:53:51.165 INFO E| Downloaded http-body v0.4.5 |
2236 | 2024-08-02T16:53:52.347Z | [ helios-setup] Aug 02 16:53:51.165 INFO E| Downloaded lazy_static v1.4.0 |
2237 | 2024-08-02T16:53:52.347Z | [ helios-setup] Aug 02 16:53:51.165 INFO E| Downloaded itoa v1.0.6 |
2238 | 2024-08-02T16:53:52.347Z | [ helios-setup] Aug 02 16:53:51.165 INFO E| Downloaded form_urlencoded v1.1.0 |
2239 | 2024-08-02T16:53:52.347Z | [ helios-setup] Aug 02 16:53:51.166 INFO E| Downloaded dyn-clone v1.0.11 |
2240 | 2024-08-02T16:53:52.351Z | [ helios-setup] Aug 02 16:53:51.169 INFO E| Downloaded concolor-query v0.3.3 |
2241 | 2024-08-02T16:53:52.351Z | [ helios-setup] Aug 02 16:53:51.170 INFO E| Downloaded libz-sys v1.1.8 |
2242 | 2024-08-02T16:53:52.445Z | [ host-package] Compiling ring v0.16.20 |
2243 | 2024-08-02T16:53:52.481Z | [ helios-setup] Aug 02 16:53:51.301 INFO E| Downloaded thiserror v1.0.38 |
2244 | 2024-08-02T16:53:52.488Z | [ helios-setup] Aug 02 16:53:51.309 INFO E| Downloaded slog-bunyan v2.4.0 |
2245 | 2024-08-02T16:53:52.492Z | [ helios-setup] Aug 02 16:53:51.311 INFO E| Downloaded generic-array v0.14.6 |
2246 | 2024-08-02T16:53:52.494Z | [ helios-setup] Aug 02 16:53:51.313 INFO E| Downloaded futures-task v0.3.28 |
2247 | 2024-08-02T16:53:52.494Z | [ helios-setup] Aug 02 16:53:51.315 INFO E| Downloaded futures-macro v0.3.28 |
2248 | 2024-08-02T16:53:52.498Z | [ helios-setup] Aug 02 16:53:51.316 INFO E| Downloaded futures-executor v0.3.28 |
2249 | 2024-08-02T16:53:52.501Z | [ helios-setup] Aug 02 16:53:51.319 INFO E| Downloaded fastrand v1.9.0 |
2250 | 2024-08-02T16:53:52.501Z | [ helios-setup] Aug 02 16:53:51.321 INFO E| Downloaded crossbeam-deque v0.8.2 |
2251 | 2024-08-02T16:53:52.504Z | [ helios-setup] Aug 02 16:53:51.323 INFO E| Downloaded cpufeatures v0.2.5 |
2252 | 2024-08-02T16:53:52.507Z | [ helios-setup] Aug 02 16:53:51.325 INFO E| Downloaded block-buffer v0.10.3 |
2253 | 2024-08-02T16:53:52.508Z | [ helios-setup] Aug 02 16:53:51.327 INFO E| Downloaded serde_path_to_error v0.1.11 |
2254 | 2024-08-02T16:53:52.533Z | [ helios-setup] Aug 02 16:53:51.353 INFO E| Downloaded semver v0.11.0 |
2255 | 2024-08-02T16:53:52.537Z | [ helios-setup] Aug 02 16:53:51.356 INFO E| Downloaded proc-macro-crate v1.2.1 |
2256 | 2024-08-02T16:53:52.543Z | [ helios-setup] Aug 02 16:53:51.357 INFO E| Downloaded paste v1.0.12 |
2257 | 2024-08-02T16:53:52.546Z | [ helios-setup] Aug 02 16:53:51.366 INFO E| Downloaded memoffset v0.7.1 |
2258 | 2024-08-02T16:53:52.549Z | [ helios-setup] Aug 02 16:53:51.367 INFO E| Downloaded is-terminal v0.4.7 |
2259 | 2024-08-02T16:53:52.549Z | [ helios-setup] Aug 02 16:53:51.369 INFO E| Downloaded iana-time-zone v0.1.56 |
2260 | 2024-08-02T16:53:52.552Z | [ helios-setup] Aug 02 16:53:51.372 INFO E| Downloaded httpdate v1.0.2 |
2261 | 2024-08-02T16:53:52.555Z | [ helios-setup] Aug 02 16:53:51.373 INFO E| Downloaded byteorder v1.4.3 |
2262 | 2024-08-02T16:53:52.558Z | [ helios-setup] Aug 02 16:53:51.376 INFO E| Downloaded anstyle-parse v0.1.1 |
2263 | 2024-08-02T16:53:52.558Z | [ helios-setup] Aug 02 16:53:51.378 INFO E| Downloaded toolchain_find v0.2.0 |
2264 | 2024-08-02T16:53:52.561Z | [ helios-setup] Aug 02 16:53:51.380 INFO E| Downloaded digest v0.10.6 |
2265 | 2024-08-02T16:53:52.564Z | [ helios-setup] Aug 02 16:53:51.383 INFO E| Downloaded built v0.6.0 |
2266 | 2024-08-02T16:53:52.564Z | [ helios-setup] Aug 02 16:53:51.385 INFO E| Downloaded semver-parser v0.10.2 |
2267 | 2024-08-02T16:53:52.567Z | [ helios-setup] Aug 02 16:53:51.388 INFO E| Downloaded scopeguard v1.1.0 |
2268 | 2024-08-02T16:53:52.570Z | [ helios-setup] Aug 02 16:53:51.390 INFO E| Downloaded futures-io v0.3.28 |
2269 | 2024-08-02T16:53:52.570Z | [ helios-setup] Aug 02 16:53:51.391 INFO E| Downloaded futures-core v0.3.28 |
2270 | 2024-08-02T16:53:52.580Z | [ helios-setup] Aug 02 16:53:51.400 INFO E| Downloaded clap_lex v0.4.1 |
2271 | 2024-08-02T16:53:52.583Z | [ helios-setup] Aug 02 16:53:51.402 INFO E| Downloaded anstyle v0.3.5 |
2272 | 2024-08-02T16:53:52.586Z | [ helios-setup] Aug 02 16:53:51.404 INFO E| Downloaded ahash v0.8.3 |
2273 | 2024-08-02T16:53:52.658Z | [ host-package] Compiling blake3 v1.5.1 |
2274 | 2024-08-02T16:53:52.862Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling proc-macro2 v1.0.86 |
2275 | 2024-08-02T16:53:52.862Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling libc v0.2.139 |
2276 | 2024-08-02T16:53:52.865Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling unicode-ident v1.0.8 |
2277 | 2024-08-02T16:53:52.865Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling autocfg v1.1.0 |
2278 | 2024-08-02T16:53:52.865Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling cfg-if v1.0.0 |
2279 | 2024-08-02T16:53:52.865Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling version_check v0.9.4 |
2280 | 2024-08-02T16:53:52.865Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling serde v1.0.204 |
2281 | 2024-08-02T16:53:52.865Z | [ helios-setup] Aug 02 16:53:51.682 INFO E| Compiling syn v1.0.107 |
2282 | 2024-08-02T16:53:53.175Z | [ host-package] Compiling rayon v1.10.0 |
2283 | 2024-08-02T16:53:54.232Z | [ helios-setup] Aug 02 16:53:53.047 INFO E| Compiling memchr v2.5.0 |
2284 | 2024-08-02T16:53:54.418Z | [ helios-setup] Aug 02 16:53:53.238 INFO E| Compiling once_cell v1.17.0 |
2285 | 2024-08-02T16:53:54.459Z | [ helios-setup] Aug 02 16:53:53.279 INFO E| Compiling log v0.4.17 |
2286 | 2024-08-02T16:53:54.632Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2287 | 2024-08-02T16:53:54.773Z | [ helios-setup] Aug 02 16:53:53.593 INFO E| Compiling thiserror v1.0.38 |
2288 | 2024-08-02T16:53:55.526Z | [ helios-setup] Aug 02 16:53:54.346 INFO E| Compiling serde_json v1.0.95 |
2289 | 2024-08-02T16:53:55.603Z | [ helios-setup] Aug 02 16:53:54.423 INFO E| Compiling itoa v1.0.6 |
2290 | 2024-08-02T16:53:56.317Z | [ helios-setup] Aug 02 16:53:55.132 INFO E| Compiling quote v1.0.36 |
2291 | 2024-08-02T16:53:56.921Z | [ helios-setup] Aug 02 16:53:55.741 INFO E| Compiling indexmap v1.9.3 |
2292 | 2024-08-02T16:53:57.313Z | [ helios-setup] Aug 02 16:53:56.133 INFO E| Compiling syn v2.0.72 |
2293 | 2024-08-02T16:53:57.890Z | [ helios-setup] Aug 02 16:53:56.710 INFO E| Compiling jobserver v0.1.26 |
2294 | 2024-08-02T16:53:57.953Z | [ helios-setup] Aug 02 16:53:56.771 INFO E| Compiling getrandom v0.2.8 |
2295 | 2024-08-02T16:53:58.057Z | [ helios-setup] Aug 02 16:53:56.877 INFO E| Compiling scopeguard v1.1.0 |
2296 | 2024-08-02T16:53:58.556Z | [ helios-setup] Aug 02 16:53:57.375 INFO E| Compiling cc v1.0.78 |
2297 | 2024-08-02T16:53:58.660Z | [ helios-setup] Aug 02 16:53:57.480 INFO E| Compiling pin-project-lite v0.2.9 |
2298 | 2024-08-02T16:53:59.255Z | [ helios-setup] Aug 02 16:53:58.075 INFO E| Compiling num-integer v0.1.45 |
2299 | 2024-08-02T16:53:59.357Z | [ helios-setup] Aug 02 16:53:58.176 INFO E| Compiling futures-core v0.3.28 |
2300 | 2024-08-02T16:53:59.497Z | [ helios-setup] Aug 02 16:53:58.317 INFO E| Compiling bytes v1.4.0 |
2301 | 2024-08-02T16:53:59.942Z | [ helios-setup] Aug 02 16:53:58.762 INFO E| Compiling ryu v1.0.13 |
2302 | 2024-08-02T16:54:00.749Z | [ helios-setup] Aug 02 16:53:59.569 INFO E| Compiling lock_api v0.4.9 |
2303 | 2024-08-02T16:54:00.944Z | [ helios-setup] Aug 02 16:53:59.764 INFO E| Compiling parking_lot_core v0.9.6 |
2304 | 2024-08-02T16:54:01.163Z | [ helios-setup] Aug 02 16:53:59.983 INFO E| Compiling bitflags v1.3.2 |
2305 | 2024-08-02T16:54:01.537Z | [ helios-setup] Aug 02 16:54:00.356 INFO E| Compiling typenum v1.16.0 |
2306 | 2024-08-02T16:54:02.048Z | [ helios-setup] Aug 02 16:54:00.868 INFO E| Compiling num_cpus v1.15.0 |
2307 | 2024-08-02T16:54:02.299Z | [ helios-setup] Aug 02 16:54:01.119 INFO E| Compiling slab v0.4.7 |
2308 | 2024-08-02T16:54:02.381Z | [ helios-setup] Aug 02 16:54:01.200 INFO E| Compiling generic-array v0.14.6 |
2309 | 2024-08-02T16:54:02.622Z | [ helios-setup] Aug 02 16:54:01.441 INFO E| Compiling futures-channel v0.3.28 |
2310 | 2024-08-02T16:54:02.762Z | [ helios-setup] Aug 02 16:54:01.582 INFO E| Compiling futures-task v0.3.28 |
2311 | 2024-08-02T16:54:02.771Z | [ host-package] Compiling xattr v1.3.1 |
2312 | 2024-08-02T16:54:03.127Z | [ helios-setup] Aug 02 16:54:01.946 INFO E| Compiling futures-sink v0.3.28 |
2313 | 2024-08-02T16:54:03.438Z | [ host-package] Compiling nibble_vec v0.1.0 |
2314 | 2024-08-02T16:54:03.832Z | [ helios-setup] Aug 02 16:54:02.652 INFO E| Compiling tokio v1.27.0 |
2315 | 2024-08-02T16:54:03.835Z | [ helios-setup] Aug 02 16:54:02.653 INFO E| Compiling schemars v0.8.12 |
2316 | 2024-08-02T16:54:03.847Z | [ helios-setup] Aug 02 16:54:02.667 INFO E| Compiling futures-util v0.3.28 |
2317 | 2024-08-02T16:54:03.892Z | [ host-package] Compiling memmap2 v0.9.4 |
2318 | 2024-08-02T16:54:04.534Z | [ host-package] Compiling filetime v0.2.23 |
2319 | 2024-08-02T16:54:04.690Z | [ host-package] Compiling spin v0.5.2 |
2320 | 2024-08-02T16:54:05.088Z | [ helios-setup] Aug 02 16:54:03.908 INFO E| Compiling mio v0.8.5 |
2321 | 2024-08-02T16:54:05.190Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2322 | 2024-08-02T16:54:05.211Z | [ helios-setup] Aug 02 16:54:04.029 INFO E| Compiling signal-hook-registry v1.4.0 |
2323 | 2024-08-02T16:54:05.333Z | [ helios-setup] Aug 02 16:54:04.153 INFO E| Compiling socket2 v0.4.9 |
2324 | 2024-08-02T16:54:05.433Z | [ host-package] Compiling endian-type v0.1.2 |
2325 | 2024-08-02T16:54:05.519Z | [ host-package] Compiling untrusted v0.7.1 |
2326 | 2024-08-02T16:54:05.755Z | [ helios-setup] Aug 02 16:54:04.575 INFO E| Compiling num-traits v0.2.15 |
2327 | 2024-08-02T16:54:05.902Z | [ helios-setup] Aug 02 16:54:04.721 INFO E| Compiling ahash v0.7.6 |
2328 | 2024-08-02T16:54:05.975Z | [ host-package] Compiling arrayvec v0.7.4 |
2329 | 2024-08-02T16:54:06.239Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2330 | 2024-08-02T16:54:06.674Z | [ helios-setup] Aug 02 16:54:05.494 INFO E| Compiling futures-io v0.3.28 |
2331 | 2024-08-02T16:54:06.777Z | [ host-package] Compiling arrayref v0.3.7 |
2332 | 2024-08-02T16:54:06.997Z | [ helios-setup] Aug 02 16:54:05.817 INFO E| Compiling io-lifetimes v1.0.10 |
2333 | 2024-08-02T16:54:07.421Z | [ host-package] Compiling radix_trie v0.2.1 |
2334 | 2024-08-02T16:54:07.693Z | [ helios-setup] Aug 02 16:54:06.512 INFO E| Compiling pin-utils v0.1.0 |
2335 | 2024-08-02T16:54:07.915Z | [ helios-setup] Aug 02 16:54:06.735 INFO E| Compiling crunchy v0.2.2 |
2336 | 2024-08-02T16:54:08.275Z | [ helios-setup] Aug 02 16:54:07.095 INFO E| Compiling serde_derive_internals v0.26.0 |
2337 | 2024-08-02T16:54:09.259Z | [ helios-setup] Aug 02 16:54:08.078 INFO E| Compiling ahash v0.8.3 |
2338 | 2024-08-02T16:54:09.273Z | [ helios-setup] Aug 02 16:54:08.092 INFO E| Compiling hashbrown v0.12.3 |
2339 | 2024-08-02T16:54:09.815Z | [ helios-setup] Aug 02 16:54:08.634 INFO E| Compiling tiny-keccak v2.0.2 |
2340 | 2024-08-02T16:54:10.041Z | [ host-package] Compiling tar v0.4.41 |
2341 | 2024-08-02T16:54:10.272Z | [ helios-setup] Aug 02 16:54:09.091 INFO E| Compiling rustix v0.37.3 |
2342 | 2024-08-02T16:54:10.743Z | [ helios-setup] Aug 02 16:54:09.562 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2343 | 2024-08-02T16:54:11.114Z | [ helios-setup] Aug 02 16:54:09.933 INFO E| Compiling block-buffer v0.10.3 |
2344 | 2024-08-02T16:54:11.670Z | [ helios-setup] Aug 02 16:54:10.489 INFO E| Compiling crypto-common v0.1.6 |
2345 | 2024-08-02T16:54:12.585Z | [ helios-setup] Aug 02 16:54:11.404 INFO E| Compiling errno v0.3.1 |
2346 | 2024-08-02T16:54:12.846Z | [ helios-setup] Aug 02 16:54:11.665 INFO E| Compiling slog v2.7.0 |
2347 | 2024-08-02T16:54:13.004Z | [ helios-setup] Aug 02 16:54:11.775 INFO E| Compiling crossbeam-utils v0.8.14 |
2348 | 2024-08-02T16:54:13.168Z | [ helios-setup] Aug 02 16:54:11.987 INFO E| Compiling fnv v1.0.7 |
2349 | 2024-08-02T16:54:13.223Z | [ host-package] Compiling ciborium v0.2.2 |
2350 | 2024-08-02T16:54:13.293Z | [ helios-setup] Aug 02 16:54:12.112 INFO E| Compiling pkg-config v0.3.26 |
2351 | 2024-08-02T16:54:13.597Z | [ helios-setup] Aug 02 16:54:12.416 INFO E| Compiling http v0.2.9 |
2352 | 2024-08-02T16:54:15.986Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2353 | 2024-08-02T16:54:16.877Z | [ host-package] Compiling toolchain_find v0.4.0 |
2354 | 2024-08-02T16:54:16.904Z | [ helios-setup] Aug 02 16:54:15.723 INFO E| Compiling digest v0.10.6 |
2355 | 2024-08-02T16:54:17.288Z | [ helios-setup] Aug 02 16:54:16.107 INFO E| Compiling aho-corasick v0.7.20 |
2356 | 2024-08-02T16:54:17.628Z | [ helios-setup] Aug 02 16:54:16.448 INFO E| Compiling cpufeatures v0.2.5 |
2357 | 2024-08-02T16:54:17.813Z | [ helios-setup] Aug 02 16:54:16.632 INFO E| Compiling regex-syntax v0.6.29 |
2358 | 2024-08-02T16:54:17.823Z | [ host-package] Compiling glob v0.3.1 |
2359 | 2024-08-02T16:54:17.958Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2360 | 2024-08-02T16:54:17.958Z | [ helios-setup] Aug 02 16:54:16.777 INFO E| Compiling tinyvec_macros v0.1.1 |
2361 | 2024-08-02T16:54:18.057Z | [ host-package] Compiling topological-sort v0.2.2 |
2362 | 2024-08-02T16:54:18.288Z | [ helios-setup] Aug 02 16:54:17.107 INFO E| Compiling anyhow v1.0.68 |
2363 | 2024-08-02T16:54:18.629Z | [ host-package] Compiling maplit v1.0.2 |
2364 | 2024-08-02T16:54:18.910Z | [ host-package] Compiling crunchy v0.2.2 |
2365 | 2024-08-02T16:54:19.278Z | [ host-package] Compiling clang-sys v1.7.0 |
2366 | 2024-08-02T16:54:19.560Z | [ helios-setup] Aug 02 16:54:18.379 INFO E| Compiling httparse v1.8.0 |
2367 | 2024-08-02T16:54:19.566Z | [ helios-setup] Aug 02 16:54:18.380 INFO E| Compiling thiserror-impl v1.0.38 |
2368 | 2024-08-02T16:54:19.619Z | [ helios-setup] Aug 02 16:54:18.438 INFO E| Compiling schemars_derive v0.8.12 |
2369 | 2024-08-02T16:54:20.070Z | [ helios-setup] Aug 02 16:54:18.888 INFO E| Compiling percent-encoding v2.2.0 |
2370 | 2024-08-02T16:54:20.297Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2371 | 2024-08-02T16:54:20.667Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2372 | 2024-08-02T16:54:20.809Z | [ helios-setup] Aug 02 16:54:19.628 INFO E| Compiling heck v0.4.1 |
2373 | 2024-08-02T16:54:21.040Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2374 | 2024-08-02T16:54:21.193Z | [ helios-setup] Aug 02 16:54:20.012 INFO E| Compiling unicode-width v0.1.10 |
2375 | 2024-08-02T16:54:21.294Z | [ helios-setup] Aug 02 16:54:20.113 INFO E| Compiling tinyvec v1.6.0 |
2376 | 2024-08-02T16:54:21.906Z | [ helios-setup] Aug 02 16:54:20.725 INFO E| Compiling form_urlencoded v1.1.0 |
2377 | 2024-08-02T16:54:21.962Z | [ helios-setup] Aug 02 16:54:20.781 INFO E| Compiling serde_derive v1.0.204 |
2378 | 2024-08-02T16:54:22.013Z | [ helios-setup] Aug 02 16:54:20.832 INFO E| Compiling tokio-macros v2.0.0 |
2379 | 2024-08-02T16:54:22.084Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2380 | 2024-08-02T16:54:22.716Z | [ helios-setup] Aug 02 16:54:21.535 INFO E| Compiling futures-macro v0.3.28 |
2381 | 2024-08-02T16:54:22.744Z | [ host-package] Compiling arc-swap v1.7.1 |
2382 | 2024-08-02T16:54:23.086Z | [ helios-setup] Aug 02 16:54:21.905 INFO E| Compiling const-random-macro v0.1.15 |
2383 | 2024-08-02T16:54:24.074Z | [ host-package] Compiling slog-scope v4.4.0 |
2384 | 2024-08-02T16:54:24.727Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2385 | 2024-08-02T16:54:24.963Z | [ helios-setup] Aug 02 16:54:23.782 INFO E| Compiling regex v1.7.3 |
2386 | 2024-08-02T16:54:25.129Z | [ helios-setup] Aug 02 16:54:23.948 INFO E| Compiling hashbrown v0.13.2 |
2387 | 2024-08-02T16:54:25.553Z | [ host-package] Compiling ena v0.14.3 |
2388 | 2024-08-02T16:54:25.913Z | [ host-package] Compiling libloading v0.8.3 |
2389 | 2024-08-02T16:54:26.431Z | [ helios-setup] Aug 02 16:54:25.250 INFO E| Compiling chrono v0.4.24 |
2390 | 2024-08-02T16:54:26.455Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2391 | 2024-08-02T16:54:26.695Z | [ host-package] Compiling regex-syntax v0.6.29 |
2392 | 2024-08-02T16:54:26.830Z | [ host-package] Compiling diff v0.1.13 |
2393 | 2024-08-02T16:54:27.498Z | [ host-package] Compiling bindgen v0.69.4 |
2394 | 2024-08-02T16:54:27.550Z | [ helios-setup] Aug 02 16:54:26.369 INFO E| Compiling libz-sys v1.1.8 |
2395 | 2024-08-02T16:54:28.667Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2396 | 2024-08-02T16:54:29.895Z | [ helios-setup] Aug 02 16:54:28.714 INFO E| Compiling dyn-clone v1.0.11 |
2397 | 2024-08-02T16:54:30.373Z | [ helios-setup] Aug 02 16:54:29.191 INFO E| Compiling uuid v1.3.0 |
2398 | 2024-08-02T16:54:30.556Z | [ host-package] Compiling tungstenite v0.21.0 |
2399 | 2024-08-02T16:54:30.804Z | [ helios-setup] Aug 02 16:54:29.623 INFO E| Compiling unicode-normalization v0.1.22 |
2400 | 2024-08-02T16:54:30.901Z | [ helios-setup] Aug 02 16:54:29.720 INFO E| Compiling regress v0.5.0 |
2401 | 2024-08-02T16:54:31.759Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2402 | 2024-08-02T16:54:31.812Z | [ helios-setup] Aug 02 16:54:30.631 INFO E| Compiling const-random v0.1.15 |
2403 | 2024-08-02T16:54:33.954Z | [ helios-setup] Aug 02 16:54:32.772 INFO E| Compiling getopts v0.2.21 |
2404 | 2024-08-02T16:54:34.465Z | [ helios-setup] Aug 02 16:54:33.283 INFO E| Compiling tracing-core v0.1.30 |
2405 | 2024-08-02T16:54:34.710Z | [ helios-setup] Aug 02 16:54:33.529 INFO E| Compiling memoffset v0.7.1 |
2406 | 2024-08-02T16:54:34.931Z | [ helios-setup] Aug 02 16:54:33.750 INFO E| Compiling num-conv v0.1.0 |
2407 | 2024-08-02T16:54:35.661Z | [ helios-setup] Aug 02 16:54:34.480 INFO E| Compiling unicode-bidi v0.3.13 |
2408 | 2024-08-02T16:54:36.043Z | [ helios-setup] Aug 02 16:54:34.862 INFO E| Compiling powerfmt v0.2.0 |
2409 | 2024-08-02T16:54:37.277Z | [ helios-setup] Aug 02 16:54:36.096 INFO E| Compiling time-core v0.1.2 |
2410 | 2024-08-02T16:54:37.633Z | [ host-package] Compiling lalrpop v0.19.12 |
2411 | 2024-08-02T16:54:38.812Z | [ helios-setup] Aug 02 16:54:37.630 INFO E| Compiling ucd-trie v0.1.5 |
2412 | 2024-08-02T16:54:40.057Z | [ helios-setup] Aug 02 16:54:38.876 INFO E| Compiling pest v2.5.7 |
2413 | 2024-08-02T16:54:40.109Z | [ helios-setup] Aug 02 16:54:38.927 INFO E| Compiling time-macros v0.2.18 |
2414 | 2024-08-02T16:54:40.112Z | [ helios-setup] Aug 02 16:54:38.928 INFO E| Compiling idna v0.3.0 |
2415 | 2024-08-02T16:54:40.228Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2416 | 2024-08-02T16:54:40.410Z | [ helios-setup] Aug 02 16:54:39.228 INFO E| Compiling deranged v0.3.11 |
2417 | 2024-08-02T16:54:42.046Z | [ helios-setup] Aug 02 16:54:40.864 INFO E| Compiling tracing v0.1.37 |
2418 | 2024-08-02T16:54:43.093Z | [ host-package] Compiling which v4.4.2 |
2419 | 2024-08-02T16:54:44.186Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2420 | 2024-08-02T16:54:44.870Z | [ host-package] Compiling cexpr v0.6.0 |
2421 | 2024-08-02T16:54:45.955Z | [ helios-setup] Aug 02 16:54:44.773 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2422 | 2024-08-02T16:54:46.343Z | [ helios-setup] Aug 02 16:54:45.162 INFO E| Compiling time v0.1.45 |
2423 | 2024-08-02T16:54:46.562Z | [ helios-setup] Aug 02 16:54:45.381 INFO E| Compiling crossbeam-epoch v0.9.13 |
2424 | 2024-08-02T16:54:46.692Z | [ helios-setup] Aug 02 16:54:45.510 INFO E| Compiling semver v1.0.17 |
2425 | 2024-08-02T16:54:47.707Z | [ helios-setup] Aug 02 16:54:46.525 INFO E| Compiling num_threads v0.1.6 |
2426 | 2024-08-02T16:54:48.006Z | [ host-package] Compiling libsw v3.3.1 |
2427 | 2024-08-02T16:54:48.296Z | [ helios-setup] Aug 02 16:54:47.114 INFO E| Compiling iana-time-zone v0.1.56 |
2428 | 2024-08-02T16:54:48.860Z | [ host-package] Compiling atty v0.2.14 |
2429 | 2024-08-02T16:54:49.552Z | [ helios-setup] Aug 02 16:54:48.368 INFO E| Compiling time v0.3.36 |
2430 | 2024-08-02T16:54:49.598Z | [ host-package] Compiling owo-colors v4.0.0 |
2431 | 2024-08-02T16:54:50.439Z | [ helios-setup] Aug 02 16:54:49.257 INFO E| Compiling semver-parser v0.10.2 |
2432 | 2024-08-02T16:54:50.816Z | [ helios-setup] Aug 02 16:54:49.634 INFO E| Compiling url v2.3.1 |
2433 | 2024-08-02T16:54:51.680Z | [ host-package] Compiling rustc-hash v1.1.0 |
2434 | 2024-08-02T16:54:52.108Z | [ host-package] Compiling shlex v1.3.0 |
2435 | 2024-08-02T16:54:52.213Z | [ helios-setup] Aug 02 16:54:51.031 INFO E| Compiling smallvec v1.10.0 |
2436 | 2024-08-02T16:54:52.643Z | [ helios-setup] Aug 02 16:54:51.461 INFO E| Compiling toml v0.5.11 |
2437 | 2024-08-02T16:54:52.889Z | [ host-package] Compiling ref-cast v1.0.23 |
2438 | 2024-08-02T16:54:53.952Z | [ host-package] Compiling lazycell v1.3.0 |
2439 | 2024-08-02T16:54:54.093Z | [ helios-setup] Aug 02 16:54:52.911 INFO E| Compiling parking_lot v0.12.1 |
2440 | 2024-08-02T16:54:54.283Z | [ host-package] Compiling linear-map v1.2.0 |
2441 | 2024-08-02T16:54:55.433Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2442 | 2024-08-02T16:54:56.541Z | [ helios-setup] Aug 02 16:54:55.359 INFO E| Compiling serde_tokenstream v0.2.0 |
2443 | 2024-08-02T16:55:02.588Z | [ helios-setup] Aug 02 16:55:01.406 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2444 | 2024-08-02T16:55:03.443Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2445 | 2024-08-02T16:55:03.493Z | [ helios-setup] Aug 02 16:55:02.310 INFO E| Compiling crossbeam-channel v0.5.6 |
2446 | 2024-08-02T16:55:04.866Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2447 | 2024-08-02T16:55:04.963Z | [ helios-setup] Aug 02 16:55:03.780 INFO E| Compiling dirs-sys-next v0.1.2 |
2448 | 2024-08-02T16:55:05.010Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2449 | 2024-08-02T16:55:06.591Z | [ helios-setup] Aug 02 16:55:05.408 INFO E| Compiling try-lock v0.2.4 |
2450 | 2024-08-02T16:55:06.714Z | [ helios-setup] Aug 02 16:55:05.532 INFO E| Compiling same-file v1.0.6 |
2451 | 2024-08-02T16:55:07.099Z | [ helios-setup] Aug 02 16:55:05.916 INFO E| Compiling crc32fast v1.3.2 |
2452 | 2024-08-02T16:55:07.425Z | [ helios-setup] Aug 02 16:55:06.242 INFO E| Compiling walkdir v2.3.3 |
2453 | 2024-08-02T16:55:07.546Z | [ helios-setup] Aug 02 16:55:06.364 INFO E| Compiling want v0.3.0 |
2454 | 2024-08-02T16:55:08.983Z | [ helios-setup] Aug 02 16:55:07.800 INFO E| Compiling dirs-next v2.0.0 |
2455 | 2024-08-02T16:55:09.336Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2456 | 2024-08-02T16:55:09.783Z | [ helios-setup] Aug 02 16:55:08.601 INFO E| Compiling proc-macro-crate v1.2.1 |
2457 | 2024-08-02T16:55:10.084Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2458 | 2024-08-02T16:55:10.437Z | [ host-package] Compiling headers-core v0.2.0 |
2459 | 2024-08-02T16:55:10.844Z | [ host-package] Compiling fxhash v0.2.1 |
2460 | 2024-08-02T16:55:11.373Z | [ host-package] Compiling libxml v0.3.3 |
2461 | 2024-08-02T16:55:12.057Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2462 | 2024-08-02T16:55:12.391Z | [ helios-setup] Aug 02 16:55:11.208 INFO E| Compiling semver v0.11.0 |
2463 | 2024-08-02T16:55:14.652Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2464 | 2024-08-02T16:55:15.133Z | [ host-package] Compiling headers v0.3.9 |
2465 | 2024-08-02T16:55:15.469Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2466 | 2024-08-02T16:55:16.010Z | [ helios-setup] Aug 02 16:55:14.828 INFO E| Compiling tokio-util v0.7.7 |
2467 | 2024-08-02T16:55:16.407Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2468 | 2024-08-02T16:55:16.975Z | [ helios-setup] Aug 02 16:55:15.793 INFO E| Compiling futures-executor v0.3.28 |
2469 | 2024-08-02T16:55:17.284Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2470 | 2024-08-02T16:55:18.113Z | [ helios-setup] Aug 02 16:55:16.930 INFO E| Compiling http-body v0.4.5 |
2471 | 2024-08-02T16:55:19.382Z | [ helios-setup] Aug 02 16:55:18.200 INFO E| Compiling h2 v0.3.16 |
2472 | 2024-08-02T16:55:19.579Z | [ helios-setup] Aug 02 16:55:18.396 INFO E| Compiling ring v0.16.20 |
2473 | 2024-08-02T16:55:20.676Z | [ helios-setup] Aug 02 16:55:19.493 INFO E| Compiling rand_core v0.6.4 |
2474 | 2024-08-02T16:55:21.524Z | [ helios-setup] Aug 02 16:55:20.341 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2475 | 2024-08-02T16:55:21.869Z | [ helios-setup] Aug 02 16:55:20.686 INFO E| Compiling thread_local v1.1.7 |
2476 | 2024-08-02T16:55:21.898Z | [ helios-setup] Aug 02 16:55:20.715 INFO E| Compiling utf8parse v0.2.1 |
2477 | 2024-08-02T16:55:21.963Z | [ helios-setup] Aug 02 16:55:20.781 INFO E| Compiling httpdate v1.0.2 |
2478 | 2024-08-02T16:55:22.431Z | [ helios-setup] Aug 02 16:55:21.249 INFO E| Compiling lazy_static v1.4.0 |
2479 | 2024-08-02T16:55:22.565Z | [ host-package] Compiling strum_macros v0.24.3 |
2480 | 2024-08-02T16:55:22.775Z | [ host-package] Compiling unicase v2.7.0 |
2481 | 2024-08-02T16:55:23.549Z | [ helios-setup] Aug 02 16:55:22.365 INFO E| Compiling tower-service v0.3.2 |
2482 | 2024-08-02T16:55:23.807Z | [ helios-setup] Aug 02 16:55:22.624 INFO E| Compiling base64 v0.21.0 |
2483 | 2024-08-02T16:55:23.836Z | [ host-package] Compiling cookie v0.18.1 |
2484 | 2024-08-02T16:55:23.888Z | [ helios-setup] Aug 02 16:55:22.705 INFO E| Compiling home v0.5.4 |
2485 | 2024-08-02T16:55:24.485Z | [ helios-setup] Aug 02 16:55:23.302 INFO E| Compiling rayon-core v1.10.2 |
2486 | 2024-08-02T16:55:24.705Z | [ host-package] Compiling indoc v1.0.9 |
2487 | 2024-08-02T16:55:25.332Z | [ helios-setup] Aug 02 16:55:24.149 INFO E| Compiling fastrand v1.9.0 |
2488 | 2024-08-02T16:55:25.444Z | [ host-package] Compiling samael v0.0.15 |
2489 | 2024-08-02T16:55:25.850Z | [ helios-setup] Aug 02 16:55:24.667 INFO E| Compiling adler v1.0.2 |
2490 | 2024-08-02T16:55:26.566Z | [ helios-setup] Aug 02 16:55:25.360 INFO E| Compiling ppv-lite86 v0.2.17 |
2491 | 2024-08-02T16:55:27.480Z | [ host-package] Compiling derive_builder v0.20.0 |
2492 | 2024-08-02T16:55:28.459Z | [ helios-setup] Aug 02 16:55:27.276 INFO E| Compiling rand_chacha v0.3.1 |
2493 | 2024-08-02T16:55:29.728Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2494 | 2024-08-02T16:55:30.695Z | [ helios-setup] Aug 02 16:55:29.512 INFO E| Compiling hyper v0.14.25 |
2495 | 2024-08-02T16:55:30.820Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2496 | 2024-08-02T16:55:32.085Z | [ helios-setup] Aug 02 16:55:30.902 INFO E| Compiling miniz_oxide v0.6.2 |
2497 | 2024-08-02T16:55:32.286Z | [ helios-setup] Aug 02 16:55:31.103 INFO E| Compiling tempfile v3.5.0 |
2498 | 2024-08-02T16:55:32.504Z | [ helios-setup] Aug 02 16:55:31.321 INFO E| Compiling toolchain_find v0.2.0 |
2499 | 2024-08-02T16:55:33.956Z | [ helios-setup] Aug 02 16:55:32.772 INFO E| Compiling anstyle-parse v0.1.1 |
2500 | 2024-08-02T16:55:34.297Z | [ host-package] Compiling polar-core v0.27.3 |
2501 | 2024-08-02T16:55:34.654Z | [ helios-setup] Aug 02 16:55:33.470 INFO E| Compiling futures v0.3.28 |
2502 | 2024-08-02T16:55:37.682Z | [ host-package] Compiling oso-derive v0.27.3 |
2503 | 2024-08-02T16:55:37.898Z | [ host-package] Compiling quick-xml v0.31.0 |
2504 | 2024-08-02T16:55:40.029Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2505 | 2024-08-02T16:55:41.110Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2506 | 2024-08-02T16:55:41.419Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2507 | 2024-08-02T16:55:42.666Z | [ host-package] Compiling nix v0.28.0 |
2508 | 2024-08-02T16:55:48.525Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2509 | 2024-08-02T16:55:49.998Z | [ helios-setup] Aug 02 16:55:48.814 INFO E| Compiling crossbeam-deque v0.8.2 |
2510 | 2024-08-02T16:55:50.116Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2511 | 2024-08-02T16:55:50.124Z | [ helios-setup] Aug 02 16:55:48.940 INFO E| Compiling cargo-lock v8.0.3 |
2512 | 2024-08-02T16:55:50.712Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2513 | 2024-08-02T16:55:51.510Z | [ host-package] Compiling bb8 v0.8.5 |
2514 | 2024-08-02T16:55:52.088Z | [ helios-setup] Aug 02 16:55:50.904 INFO E| Compiling num_enum_derive v0.5.7 |
2515 | 2024-08-02T16:55:52.887Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2516 | 2024-08-02T16:55:53.324Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2517 | 2024-08-02T16:55:54.325Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2518 | 2024-08-02T16:55:54.939Z | [ helios-setup] Aug 02 16:55:53.755 INFO E| Compiling term v0.7.0 |
2519 | 2024-08-02T16:55:55.949Z | [ host-package] Compiling keccak v0.1.5 |
2520 | 2024-08-02T16:55:56.212Z | [ helios-setup] Aug 02 16:55:55.028 INFO E| Compiling serde_urlencoded v0.7.1 |
2521 | 2024-08-02T16:55:56.315Z | [ helios-setup] Aug 02 16:55:55.131 INFO E| Compiling is-terminal v0.4.7 |
2522 | 2024-08-02T16:55:56.623Z | [ helios-setup] Aug 02 16:55:55.438 INFO E| Compiling sha2 v0.10.6 |
2523 | 2024-08-02T16:55:56.980Z | [ helios-setup] Aug 02 16:55:55.796 INFO E| Compiling sha1 v0.10.5 |
2524 | 2024-08-02T16:55:57.589Z | [ host-package] Compiling const_format v0.2.32 |
2525 | 2024-08-02T16:55:57.817Z | [ helios-setup] Aug 02 16:55:56.633 INFO E| Compiling atty v0.2.14 |
2526 | 2024-08-02T16:55:57.830Z | [ host-package] Compiling sha3 v0.10.8 |
2527 | 2024-08-02T16:55:59.013Z | [ helios-setup] Aug 02 16:55:57.829 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2528 | 2024-08-02T16:55:59.850Z | [ host-package] Compiling vte v0.11.1 |
2529 | 2024-08-02T16:55:59.972Z | [ helios-setup] Aug 02 16:55:58.788 INFO E| Compiling concolor-query v0.3.3 |
2530 | 2024-08-02T16:56:00.327Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2531 | 2024-08-02T16:56:00.675Z | [ helios-setup] Aug 02 16:55:59.490 INFO E| Compiling anstyle v0.3.5 |
2532 | 2024-08-02T16:56:02.038Z | [ helios-setup] Aug 02 16:56:00.853 INFO E| Compiling concolor-override v1.0.0 |
2533 | 2024-08-02T16:56:02.357Z | [ helios-setup] Aug 02 16:56:01.172 INFO E| Compiling anstream v0.2.6 |
2534 | 2024-08-02T16:56:02.471Z | [ host-package] Compiling fd-lock v4.0.2 |
2535 | 2024-08-02T16:56:02.899Z | [ host-package] Compiling universal-hash v0.5.1 |
2536 | 2024-08-02T16:56:03.215Z | [ host-package] Compiling secrecy v0.8.0 |
2537 | 2024-08-02T16:56:03.368Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2538 | 2024-08-02T16:56:03.623Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2539 | 2024-08-02T16:56:03.815Z | [ host-package] Compiling bytecount v0.6.8 |
2540 | 2024-08-02T16:56:04.552Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2541 | 2024-08-02T16:56:05.319Z | [ host-package] Compiling opaque-debug v0.3.1 |
2542 | 2024-08-02T16:56:05.599Z | [ host-package] Compiling poly1305 v0.8.0 |
2543 | 2024-08-02T16:56:05.648Z | [ helios-setup] Aug 02 16:56:04.464 INFO E| Compiling slog-term v2.9.0 |
2544 | 2024-08-02T16:56:06.260Z | [ helios-setup] Aug 02 16:56:05.076 INFO E| Compiling num_enum v0.5.7 |
2545 | 2024-08-02T16:56:06.376Z | [ helios-setup] Aug 02 16:56:05.192 INFO E| Compiling flate2 v1.0.25 |
2546 | 2024-08-02T16:56:06.836Z | [ helios-setup] Aug 02 16:56:05.652 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2547 | 2024-08-02T16:56:07.044Z | [ helios-setup] Aug 02 16:56:05.859 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2548 | 2024-08-02T16:56:07.804Z | [ helios-setup] Aug 02 16:56:06.620 INFO E| Compiling rand v0.8.5 |
2549 | 2024-08-02T16:56:08.004Z | [ helios-setup] Aug 02 16:56:06.820 INFO E| Compiling openapiv3 v1.0.2 |
2550 | 2024-08-02T16:56:08.989Z | [ host-package] Compiling papergrid v0.11.0 |
2551 | 2024-08-02T16:56:09.041Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2552 | 2024-08-02T16:56:09.264Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2553 | 2024-08-02T16:56:11.198Z | [ helios-setup] Aug 02 16:56:10.013 INFO E| Compiling encoding_rs v0.8.32 |
2554 | 2024-08-02T16:56:11.530Z | [ host-package] Compiling parking_lot v0.11.2 |
2555 | 2024-08-02T16:56:11.899Z | [ helios-setup] Aug 02 16:56:10.714 INFO E| Compiling ipnet v2.7.2 |
2556 | 2024-08-02T16:56:12.001Z | [ helios-setup] Aug 02 16:56:10.816 INFO E| Compiling either v1.8.0 |
2557 | 2024-08-02T16:56:12.703Z | [ helios-setup] Aug 02 16:56:11.518 INFO E| Compiling base64 v0.13.1 |
2558 | 2024-08-02T16:56:14.134Z | [ helios-setup] Aug 02 16:56:12.949 INFO E| Compiling clap_lex v0.4.1 |
2559 | 2024-08-02T16:56:15.702Z | [ helios-setup] Aug 02 16:56:14.518 INFO E| Compiling unsafe-libyaml v0.2.8 |
2560 | 2024-08-02T16:56:17.196Z | [ helios-setup] Aug 02 16:56:16.011 INFO E| Compiling mime v0.3.17 |
2561 | 2024-08-02T16:56:17.280Z | [ helios-setup] Aug 02 16:56:16.095 INFO E| Compiling spin v0.5.2 |
2562 | 2024-08-02T16:56:17.508Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2563 | 2024-08-02T16:56:18.121Z | [ helios-setup] Aug 02 16:56:16.936 INFO E| Compiling untrusted v0.7.1 |
2564 | 2024-08-02T16:56:18.809Z | [ helios-setup] Aug 02 16:56:17.624 INFO E| Compiling byteorder v1.4.3 |
2565 | 2024-08-02T16:56:18.962Z | [ helios-setup] Aug 02 16:56:17.778 INFO E| Compiling strsim v0.10.0 |
2566 | 2024-08-02T16:56:19.270Z | [ helios-setup] Aug 02 16:56:18.085 INFO E| Compiling utf-8 v0.7.6 |
2567 | 2024-08-02T16:56:19.632Z | [ helios-setup] Aug 02 16:56:18.447 INFO E| Compiling project-root v0.2.2 |
2568 | 2024-08-02T16:56:19.942Z | [ helios-setup] Aug 02 16:56:18.757 INFO E| Compiling clap_builder v4.2.1 |
2569 | 2024-08-02T16:56:20.383Z | [ helios-setup] Aug 02 16:56:19.198 INFO E| Compiling tungstenite v0.18.0 |
2570 | 2024-08-02T16:56:20.583Z | [ helios-setup] Aug 02 16:56:19.399 INFO E| Compiling serde_yaml v0.9.21 |
2571 | 2024-08-02T16:56:22.972Z | [ helios-setup] Aug 02 16:56:21.787 INFO E| Compiling reqwest v0.11.16 |
2572 | 2024-08-02T16:56:23.474Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2573 | 2024-08-02T16:56:24.399Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2574 | 2024-08-02T16:56:28.060Z | [ host-package] Compiling oso v0.27.3 |
2575 | 2024-08-02T16:56:28.190Z | [ helios-setup] Aug 02 16:56:27.004 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2576 | 2024-08-02T16:56:31.099Z | [ helios-setup] Aug 02 16:56:29.914 INFO E| Compiling rayon v1.6.1 |
2577 | 2024-08-02T16:56:33.828Z | [ helios-setup] Aug 02 16:56:32.642 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2578 | 2024-08-02T16:56:34.143Z | [ host-package] Compiling tabled_derive v0.7.0 |
2579 | 2024-08-02T16:56:34.954Z | [ host-package] Compiling chacha20 v0.9.1 |
2580 | 2024-08-02T16:56:35.954Z | [ host-package] Compiling aead v0.5.2 |
2581 | 2024-08-02T16:56:36.219Z | [ helios-setup] Aug 02 16:56:35.034 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2582 | 2024-08-02T16:56:36.871Z | [ host-package] Compiling peg-macros v0.8.4 |
2583 | 2024-08-02T16:56:39.117Z | [ host-package] Compiling kstat-rs v0.2.4 |
2584 | 2024-08-02T16:56:39.402Z | [ host-package] Compiling toml v0.5.11 |
2585 | 2024-08-02T16:56:40.307Z | [ helios-setup] Aug 02 16:56:39.121 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2586 | 2024-08-02T16:56:40.570Z | [ helios-setup] Aug 02 16:56:39.385 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2587 | 2024-08-02T16:56:41.312Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2588 | 2024-08-02T16:56:41.529Z | [ helios-setup] Aug 02 16:56:40.343 INFO E| Compiling clap_derive v4.2.0 |
2589 | 2024-08-02T16:56:42.987Z | [ helios-setup] Aug 02 16:56:41.801 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2590 | 2024-08-02T16:56:44.129Z | [ host-package] Compiling unicode_categories v0.1.1 |
2591 | 2024-08-02T16:56:44.446Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2592 | 2024-08-02T16:56:44.866Z | [ host-package] Compiling sqlformat v0.2.4 |
2593 | 2024-08-02T16:56:44.887Z | [ helios-setup] Aug 02 16:56:43.702 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2594 | 2024-08-02T16:56:46.981Z | [ host-package] Compiling reedline v0.31.0 |
2595 | 2024-08-02T16:56:51.969Z | [ helios-setup] Aug 02 16:56:50.783 INFO E| Compiling clap v4.2.1 |
2596 | 2024-08-02T16:56:56.990Z | [ host-package] Compiling peg v0.8.4 |
2597 | 2024-08-02T16:56:57.334Z | [ host-package] Compiling rustyline v14.0.0 |
2598 | 2024-08-02T16:56:57.859Z | [ host-package] Compiling sqlparser v0.45.0 |
2599 | 2024-08-02T16:57:06.158Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2600 | 2024-08-02T16:57:07.807Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2601 | 2024-08-02T16:57:10.736Z | [ helios-setup] Aug 02 16:57:09.549 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2602 | 2024-08-02T16:57:14.189Z | [ helios-setup] Aug 02 16:57:13.002 INFO E| Compiling tokio-tungstenite v0.18.0 |
2603 | 2024-08-02T16:57:14.833Z | [ helios-setup] Aug 02 16:57:13.646 INFO E| Compiling smartstring v1.0.1 |
2604 | 2024-08-02T16:57:15.698Z | [ helios-setup] Aug 02 16:57:14.511 INFO E| Compiling rustls v0.21.0 |
2605 | 2024-08-02T16:57:16.760Z | [ helios-setup] Aug 02 16:57:15.573 INFO E| Compiling rustls-webpki v0.100.1 |
2606 | 2024-08-02T16:57:16.880Z | [ helios-setup] Aug 02 16:57:15.693 INFO E| Compiling sct v0.7.0 |
2607 | 2024-08-02T16:57:18.074Z | [ helios-setup] Aug 02 16:57:16.808 INFO E| Compiling toml_datetime v0.6.1 |
2608 | 2024-08-02T16:57:19.288Z | [ helios-setup] Aug 02 16:57:18.101 INFO E| Compiling serde_spanned v0.6.1 |
2609 | 2024-08-02T16:57:19.871Z | [ helios-setup] Aug 02 16:57:18.684 INFO E| Compiling slog-async v2.7.0 |
2610 | 2024-08-02T16:57:20.908Z | [ helios-setup] Aug 02 16:57:19.721 INFO E| Compiling camino v1.1.4 |
2611 | 2024-08-02T16:57:21.298Z | [ host-package] Compiling tabled v0.15.0 |
2612 | 2024-08-02T16:57:21.386Z | [ helios-setup] Aug 02 16:57:20.199 INFO E| Compiling match_cfg v0.1.0 |
2613 | 2024-08-02T16:57:21.760Z | [ helios-setup] Aug 02 16:57:20.573 INFO E| Compiling paste v1.0.12 |
2614 | 2024-08-02T16:57:22.535Z | [ helios-setup] Aug 02 16:57:21.348 INFO E| Compiling winnow v0.4.1 |
2615 | 2024-08-02T16:57:22.842Z | [ helios-setup] Aug 02 16:57:21.654 INFO E| Compiling async-trait v0.1.68 |
2616 | 2024-08-02T16:57:23.131Z | [ helios-setup] Aug 02 16:57:21.944 INFO E| Compiling static_assertions v1.1.0 |
2617 | 2024-08-02T16:57:24.415Z | [ helios-setup] Aug 02 16:57:23.228 INFO E| Compiling hostname v0.3.1 |
2618 | 2024-08-02T16:57:25.138Z | [ helios-setup] Aug 02 16:57:23.951 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2619 | 2024-08-02T16:57:25.647Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2620 | 2024-08-02T16:57:26.313Z | [ host-package] Compiling sled v0.34.7 |
2621 | 2024-08-02T16:57:30.461Z | [ helios-setup] Aug 02 16:57:29.274 INFO E| Compiling toml_edit v0.19.8 |
2622 | 2024-08-02T16:57:33.029Z | [ helios-setup] Aug 02 16:57:31.841 INFO E| Compiling slog-json v2.6.1 |
2623 | 2024-08-02T16:57:34.171Z | [ helios-setup] Aug 02 16:57:32.984 INFO E| Compiling unicode-linebreak v0.1.4 |
2624 | 2024-08-02T16:57:35.711Z | [ host-package] Compiling mime_guess v2.0.4 |
2625 | 2024-08-02T16:57:38.300Z | [ host-package] Compiling vsss-rs v3.3.4 |
2626 | 2024-08-02T16:57:39.113Z | [ helios-setup] Aug 02 16:57:37.926 INFO E| Compiling async-stream-impl v0.3.5 |
2627 | 2024-08-02T16:57:42.034Z | [ helios-setup] Aug 02 16:57:40.846 INFO E| Compiling rhai_codegen v1.5.0 |
2628 | 2024-08-02T16:57:42.083Z | [ helios-setup] Aug 02 16:57:40.896 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2629 | 2024-08-02T16:57:42.838Z | [ helios-setup] Aug 02 16:57:41.650 INFO E| Compiling take_mut v0.2.2 |
2630 | 2024-08-02T16:57:43.813Z | [ helios-setup] Aug 02 16:57:42.626 INFO E| Compiling async-stream v0.3.5 |
2631 | 2024-08-02T16:57:44.887Z | [ helios-setup] Aug 02 16:57:43.699 INFO E| Compiling toml v0.7.3 |
2632 | 2024-08-02T16:57:44.970Z | [ helios-setup] Aug 02 16:57:43.783 INFO E| Compiling tokio-rustls v0.24.0 |
2633 | 2024-08-02T16:57:45.239Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2634 | 2024-08-02T16:57:46.347Z | [ helios-setup] Aug 02 16:57:45.160 INFO E| Compiling slog-bunyan v2.4.0 |
2635 | 2024-08-02T16:57:46.759Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2636 | 2024-08-02T16:57:47.920Z | [ helios-setup] Aug 02 16:57:46.732 INFO E| Compiling rhai v1.14.0 |
2637 | 2024-08-02T16:57:48.884Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2638 | 2024-08-02T16:57:49.586Z | [ host-package] Compiling env_logger v0.9.3 |
2639 | 2024-08-02T16:57:52.286Z | [ helios-setup] Aug 02 16:57:51.098 INFO E| Compiling rustls-pemfile v1.0.2 |
2640 | 2024-08-02T16:57:53.746Z | [ helios-setup] Aug 02 16:57:52.558 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2641 | 2024-08-02T16:57:54.184Z | [ helios-setup] Aug 02 16:57:52.996 INFO E| Compiling serde_path_to_error v0.1.11 |
2642 | 2024-08-02T16:57:56.562Z | [ helios-setup] Aug 02 16:57:55.374 INFO E| Compiling bincode v1.3.3 |
2643 | 2024-08-02T16:57:56.671Z | [ helios-setup] Aug 02 16:57:55.483 INFO E| Compiling terminal_size v0.2.6 |
2644 | 2024-08-02T16:57:57.089Z | [ helios-setup] Aug 02 16:57:55.900 INFO E| Compiling smawk v0.3.1 |
2645 | 2024-08-02T16:57:57.630Z | [ host-package] Compiling tungstenite v0.20.1 |
2646 | 2024-08-02T16:57:57.826Z | [ helios-setup] Aug 02 16:57:56.638 INFO E| Compiling textwrap v0.16.0 |
2647 | 2024-08-02T16:57:59.118Z | [ helios-setup] Aug 02 16:57:57.930 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2648 | 2024-08-02T16:58:04.983Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2649 | 2024-08-02T16:58:07.119Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2650 | 2024-08-02T16:58:26.684Z | [ helios-setup] Aug 02 16:58:25.495 INFO E| Compiling git2 v0.16.1 |
2651 | 2024-08-02T16:58:27.727Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2652 | 2024-08-02T16:58:32.360Z | [ helios-setup] Aug 02 16:58:31.171 INFO E| Compiling built v0.6.0 |
2653 | 2024-08-02T16:58:36.987Z | [ helios-setup] Aug 02 16:58:35.798 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2654 | 2024-08-02T16:58:37.585Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2655 | 2024-08-02T16:58:38.680Z | [ helios-setup] Aug 02 16:58:37.490 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2656 | 2024-08-02T16:58:38.985Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2657 | 2024-08-02T16:58:39.478Z | [ helios-setup] Aug 02 16:58:38.288 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2658 | 2024-08-02T16:58:39.734Z | [ host-package] Compiling bcs v0.1.6 |
2659 | 2024-08-02T16:58:39.986Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2660 | 2024-08-02T16:58:40.881Z | [ host-package] Compiling nanorand v0.7.0 |
2661 | 2024-08-02T16:58:42.094Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2662 | 2024-08-02T16:58:42.178Z | [ host-package] Compiling memoffset v0.9.1 |
2663 | 2024-08-02T16:58:42.439Z | [ host-package] Compiling ascii v1.1.0 |
2664 | 2024-08-02T16:58:43.471Z | [ host-package] Compiling highway v1.1.0 |
2665 | 2024-08-02T16:58:44.344Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2666 | 2024-08-02T16:58:45.112Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2667 | 2024-08-02T16:58:45.527Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2668 | 2024-08-02T16:58:49.206Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2669 | 2024-08-02T16:58:49.651Z | [ host-package] Compiling bitstruct v0.1.1 |
2670 | 2024-08-02T16:58:49.854Z | [ host-package] Compiling flume v0.11.0 |
2671 | 2024-08-02T16:58:51.099Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2672 | 2024-08-02T16:58:52.262Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2673 | 2024-08-02T16:58:58.635Z | [ helios-setup] Aug 02 16:58:57.445 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2674 | 2024-08-02T16:59:01.030Z | [ helios-setup] Aug 02 16:58:59.840 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2675 | 2024-08-02T16:59:01.985Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2676 | 2024-08-02T16:59:07.715Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2677 | 2024-08-02T16:59:10.596Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2678 | 2024-08-02T16:59:30.681Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2679 | 2024-08-02T16:59:31.383Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2680 | 2024-08-02T16:59:31.509Z | [ host-package] Compiling erased-serde v0.3.31 |
2681 | 2024-08-02T16:59:32.630Z | [ host-package] Compiling serde_arrays v0.1.0 |
2682 | 2024-08-02T16:59:35.126Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2683 | 2024-08-02T16:59:35.369Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2684 | 2024-08-02T16:59:36.838Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2685 | 2024-08-02T16:59:40.827Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2686 | 2024-08-02T16:59:41.612Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2687 | 2024-08-02T16:59:44.871Z | [ host-package] Compiling heck v0.3.3 |
2688 | 2024-08-02T16:59:45.353Z | [ host-package] Compiling rand_seeder v0.2.3 |
2689 | 2024-08-02T16:59:45.969Z | [ host-package] Compiling castaway v0.2.2 |
2690 | 2024-08-02T16:59:46.205Z | [ host-package] Compiling csv-core v0.1.11 |
2691 | 2024-08-02T16:59:46.379Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2692 | 2024-08-02T16:59:46.814Z | [ host-package] Compiling http-range v0.1.5 |
2693 | 2024-08-02T16:59:47.207Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2694 | 2024-08-02T16:59:47.352Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2695 | 2024-08-02T16:59:47.631Z | [ host-package] Compiling csv v1.3.0 |
2696 | 2024-08-02T16:59:47.667Z | [ host-package] Compiling compact_str v0.7.1 |
2697 | 2024-08-02T16:59:48.125Z | [ helios-setup] Aug 02 16:59:46.933 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2698 | 2024-08-02T16:59:49.358Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2699 | 2024-08-02T16:59:49.676Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2700 | 2024-08-02T16:59:50.225Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2701 | 2024-08-02T16:59:50.843Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2702 | 2024-08-02T16:59:51.429Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2703 | 2024-08-02T16:59:52.225Z | [ host-package] Compiling nix v0.27.1 |
2704 | 2024-08-02T16:59:55.730Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2705 | 2024-08-02T16:59:59.397Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2706 | 2024-08-02T16:59:59.419Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2707 | 2024-08-02T16:59:59.837Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2708 | 2024-08-02T16:59:59.909Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2709 | 2024-08-02T17:00:00.236Z | [ host-package] Compiling itertools v0.13.0 |
2710 | 2024-08-02T17:00:00.467Z | [ host-package] Compiling lru v0.12.3 |
2711 | 2024-08-02T17:00:00.959Z | [ host-package] Compiling serde-big-array v0.5.1 |
2712 | 2024-08-02T17:00:01.794Z | [ host-package] Compiling stability v0.2.0 |
2713 | 2024-08-02T17:00:03.134Z | [ host-package] Compiling base64 v0.13.1 |
2714 | 2024-08-02T17:00:03.188Z | [ host-package] Compiling cassowary v0.3.0 |
2715 | 2024-08-02T17:00:04.028Z | [ host-package] Compiling ron v0.7.1 |
2716 | 2024-08-02T17:00:05.248Z | [ host-package] Compiling ratatui v0.27.0 |
2717 | 2024-08-02T17:00:11.384Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2718 | 2024-08-02T17:00:29.936Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2719 | 2024-08-02T17:00:30.846Z | [ host-package] Compiling zone v0.1.8 |
2720 | 2024-08-02T17:00:36.149Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2721 | 2024-08-02T17:00:47.117Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2722 | 2024-08-02T17:00:56.793Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2723 | 2024-08-02T17:00:56.844Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2724 | 2024-08-02T17:00:58.694Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2725 | 2024-08-02T17:00:59.470Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2726 | 2024-08-02T17:01:00.312Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2727 | 2024-08-02T17:01:00.712Z | [ helios-setup] Aug 02 17:00:59.518 INFO E| Finished `release` profile [optimized] target(s) in 7m 13s |
2728 | 2024-08-02T17:01:00.820Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2729 | 2024-08-02T17:01:00.832Z | [ helios-setup] Aug 02 17:00:59.638 INFO building project "pilot" ok (433 seconds) |
2730 | 2024-08-02T17:01:00.835Z | [ helios-setup] Aug 02 17:00:59.638 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2731 | 2024-08-02T17:01:00.835Z | [ helios-setup] Aug 02 17:00:59.638 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2732 | 2024-08-02T17:01:01.061Z | [ helios-setup] Aug 02 17:00:59.867 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2733 | 2024-08-02T17:01:01.707Z | [ helios-setup] Aug 02 17:01:00.512 INFO E| From https://github.com/jclulow/rust-jmclib |
2734 | 2024-08-02T17:01:01.707Z | [ helios-setup] Aug 02 17:01:00.512 INFO E| * [new branch] master -> origin/master |
2735 | 2024-08-02T17:01:01.710Z | [ helios-setup] Aug 02 17:01:00.512 INFO E| * [new ref] -> origin/HEAD |
2736 | 2024-08-02T17:01:01.758Z | [ helios-setup] Aug 02 17:01:00.563 INFO E| Updating crates.io index |
2737 | 2024-08-02T17:01:01.966Z | [ helios-setup] Aug 02 17:01:00.771 INFO E| Downloading crates ... |
2738 | 2024-08-02T17:01:02.119Z | [ helios-setup] Aug 02 17:01:00.925 INFO E| Downloaded opaque-debug v0.3.0 |
2739 | 2024-08-02T17:01:02.122Z | [ helios-setup] Aug 02 17:01:00.927 INFO E| Downloaded once_cell v1.18.0 |
2740 | 2024-08-02T17:01:02.125Z | [ helios-setup] Aug 02 17:01:00.931 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2741 | 2024-08-02T17:01:02.128Z | [ helios-setup] Aug 02 17:01:00.932 INFO E| Downloaded itoa v1.0.9 |
2742 | 2024-08-02T17:01:02.130Z | [ helios-setup] Aug 02 17:01:00.934 INFO E| Downloaded fastrand v2.0.0 |
2743 | 2024-08-02T17:01:02.130Z | [ helios-setup] Aug 02 17:01:00.937 INFO E| Downloaded cpufeatures v0.2.9 |
2744 | 2024-08-02T17:01:02.133Z | [ helios-setup] Aug 02 17:01:00.939 INFO E| Downloaded block-buffer v0.9.0 |
2745 | 2024-08-02T17:01:02.136Z | [ helios-setup] Aug 02 17:01:00.940 INFO E| Downloaded digest v0.9.0 |
2746 | 2024-08-02T17:01:02.136Z | [ helios-setup] Aug 02 17:01:00.942 INFO E| Downloaded bitflags v2.3.3 |
2747 | 2024-08-02T17:01:02.141Z | [ helios-setup] Aug 02 17:01:00.947 INFO E| Downloaded sha-1 v0.9.8 |
2748 | 2024-08-02T17:01:02.229Z | [ helios-setup] Aug 02 17:01:01.035 INFO E| Downloaded uuid v0.8.2 |
2749 | 2024-08-02T17:01:02.235Z | [ helios-setup] Aug 02 17:01:01.041 INFO E| Downloaded unicode-ident v1.0.11 |
2750 | 2024-08-02T17:01:02.239Z | [ helios-setup] Aug 02 17:01:01.045 INFO E| Downloaded ryu v1.0.15 |
2751 | 2024-08-02T17:01:02.244Z | [ helios-setup] Aug 02 17:01:01.050 INFO E| Downloaded tempfile v3.7.0 |
2752 | 2024-08-02T17:01:02.248Z | [ helios-setup] Aug 02 17:01:01.055 INFO E| Downloaded serde_derive v1.0.193 |
2753 | 2024-08-02T17:01:02.253Z | [ helios-setup] Aug 02 17:01:01.059 INFO E| Downloaded serde v1.0.193 |
2754 | 2024-08-02T17:01:02.259Z | [ helios-setup] Aug 02 17:01:01.065 INFO E| Downloaded quote v1.0.31 |
2755 | 2024-08-02T17:01:02.263Z | [ helios-setup] Aug 02 17:01:01.069 INFO E| Downloaded serde_json v1.0.103 |
2756 | 2024-08-02T17:01:02.281Z | [ helios-setup] Aug 02 17:01:01.087 INFO E| Downloaded proc-macro2 v1.0.66 |
2757 | 2024-08-02T17:01:02.285Z | [ helios-setup] Aug 02 17:01:01.091 INFO E| Downloaded syn v2.0.32 |
2758 | 2024-08-02T17:01:02.304Z | [ helios-setup] Aug 02 17:01:01.110 INFO E| Downloaded md-5 v0.9.1 |
2759 | 2024-08-02T17:01:02.307Z | [ helios-setup] Aug 02 17:01:01.113 INFO E| Downloaded rustix v0.38.4 |
2760 | 2024-08-02T17:01:02.342Z | [ helios-setup] Aug 02 17:01:01.147 INFO E| Downloaded getrandom v0.2.10 |
2761 | 2024-08-02T17:01:02.346Z | [ helios-setup] Aug 02 17:01:01.153 INFO E| Downloaded anyhow v1.0.72 |
2762 | 2024-08-02T17:01:02.352Z | [ helios-setup] Aug 02 17:01:01.159 INFO E| Downloaded libc v0.2.147 |
2763 | 2024-08-02T17:01:02.596Z | [ helios-setup] Aug 02 17:01:01.401 INFO E| Compiling libc v0.2.147 |
2764 | 2024-08-02T17:01:02.596Z | [ helios-setup] Aug 02 17:01:01.401 INFO E| Compiling proc-macro2 v1.0.66 |
2765 | 2024-08-02T17:01:02.596Z | [ helios-setup] Aug 02 17:01:01.401 INFO E| Compiling unicode-ident v1.0.11 |
2766 | 2024-08-02T17:01:02.599Z | [ helios-setup] Aug 02 17:01:01.402 INFO E| Compiling cfg-if v1.0.0 |
2767 | 2024-08-02T17:01:02.599Z | [ helios-setup] Aug 02 17:01:01.402 INFO E| Compiling typenum v1.16.0 |
2768 | 2024-08-02T17:01:02.599Z | [ helios-setup] Aug 02 17:01:01.402 INFO E| Compiling version_check v0.9.4 |
2769 | 2024-08-02T17:01:02.599Z | [ helios-setup] Aug 02 17:01:01.402 INFO E| Compiling serde v1.0.193 |
2770 | 2024-08-02T17:01:02.599Z | [ helios-setup] Aug 02 17:01:01.402 INFO E| Compiling slog v2.7.0 |
2771 | 2024-08-02T17:01:02.800Z | [ helios-setup] Aug 02 17:01:01.606 INFO E| Compiling rustix v0.38.4 |
2772 | 2024-08-02T17:01:03.144Z | [ helios-setup] Aug 02 17:01:01.950 INFO E| Compiling powerfmt v0.2.0 |
2773 | 2024-08-02T17:01:04.020Z | [ helios-setup] Aug 02 17:01:02.826 INFO E| Compiling num-conv v0.1.0 |
2774 | 2024-08-02T17:01:04.023Z | [ helios-setup] Aug 02 17:01:02.827 INFO E| Compiling itoa v1.0.9 |
2775 | 2024-08-02T17:01:04.170Z | [ helios-setup] Aug 02 17:01:02.975 INFO E| Compiling generic-array v0.14.7 |
2776 | 2024-08-02T17:01:04.246Z | [ helios-setup] Aug 02 17:01:03.051 INFO E| Compiling time-core v0.1.2 |
2777 | 2024-08-02T17:01:04.516Z | [ helios-setup] Aug 02 17:01:03.322 INFO E| Compiling deranged v0.3.11 |
2778 | 2024-08-02T17:01:04.521Z | [ helios-setup] Aug 02 17:01:03.328 INFO E| Compiling num_threads v0.1.6 |
2779 | 2024-08-02T17:01:04.656Z | [ helios-setup] Aug 02 17:01:03.461 INFO E| Compiling time-macros v0.2.18 |
2780 | 2024-08-02T17:01:04.703Z | [ helios-setup] Aug 02 17:01:03.509 INFO E| Compiling bitflags v2.3.3 |
2781 | 2024-08-02T17:01:04.762Z | [ helios-setup] Aug 02 17:01:03.568 INFO E| Compiling once_cell v1.18.0 |
2782 | 2024-08-02T17:01:05.727Z | [ helios-setup] Aug 02 17:01:04.532 INFO E| Compiling thread_local v1.1.7 |
2783 | 2024-08-02T17:01:05.884Z | [ helios-setup] Aug 02 17:01:04.689 INFO E| Compiling quote v1.0.31 |
2784 | 2024-08-02T17:01:06.551Z | [ helios-setup] Aug 02 17:01:05.357 INFO E| Compiling syn v2.0.32 |
2785 | 2024-08-02T17:01:07.114Z | [ helios-setup] Aug 02 17:01:05.919 INFO E| Compiling fastrand v2.0.0 |
2786 | 2024-08-02T17:01:07.164Z | [ helios-setup] Aug 02 17:01:05.970 INFO E| Compiling serde_json v1.0.103 |
2787 | 2024-08-02T17:01:07.282Z | [ helios-setup] Aug 02 17:01:06.087 INFO E| Compiling anyhow v1.0.72 |
2788 | 2024-08-02T17:01:07.953Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2789 | 2024-08-02T17:01:08.184Z | [ helios-setup] Aug 02 17:01:06.989 INFO E| Compiling dirs-sys-next v0.1.2 |
2790 | 2024-08-02T17:01:08.228Z | [ helios-setup] Aug 02 17:01:07.034 INFO E| Compiling errno v0.3.1 |
2791 | 2024-08-02T17:01:08.289Z | [ helios-setup] Aug 02 17:01:07.095 INFO E| Compiling atty v0.2.14 |
2792 | 2024-08-02T17:01:08.532Z | [ host-package] Compiling portpicker v0.1.1 |
2793 | 2024-08-02T17:01:08.550Z | [ helios-setup] Aug 02 17:01:07.355 INFO E| Compiling dirs-next v2.0.0 |
2794 | 2024-08-02T17:01:08.654Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2795 | 2024-08-02T17:01:08.695Z | [ helios-setup] Aug 02 17:01:07.500 INFO E| Compiling opaque-debug v0.3.0 |
2796 | 2024-08-02T17:01:08.829Z | [ helios-setup] Aug 02 17:01:07.635 INFO E| Compiling term v0.7.0 |
2797 | 2024-08-02T17:01:08.965Z | [ helios-setup] Aug 02 17:01:07.771 INFO E| Compiling getrandom v0.2.10 |
2798 | 2024-08-02T17:01:09.336Z | [ helios-setup] Aug 02 17:01:08.141 INFO E| Compiling unicode-width v0.1.10 |
2799 | 2024-08-02T17:01:09.530Z | [ helios-setup] Aug 02 17:01:08.336 INFO E| Compiling digest v0.9.0 |
2800 | 2024-08-02T17:01:09.614Z | [ helios-setup] Aug 02 17:01:08.420 INFO E| Compiling block-buffer v0.9.0 |
2801 | 2024-08-02T17:01:09.694Z | [ helios-setup] Aug 02 17:01:08.500 INFO E| Compiling ryu v1.0.15 |
2802 | 2024-08-02T17:01:09.773Z | [ helios-setup] Aug 02 17:01:08.579 INFO E| Compiling same-file v1.0.6 |
2803 | 2024-08-02T17:01:09.827Z | [ host-package] Compiling smawk v0.3.2 |
2804 | 2024-08-02T17:01:09.864Z | [ helios-setup] Aug 02 17:01:08.670 INFO E| Compiling cpufeatures v0.2.9 |
2805 | 2024-08-02T17:01:09.871Z | [ helios-setup] Aug 02 17:01:08.676 INFO E| Compiling md-5 v0.9.1 |
2806 | 2024-08-02T17:01:09.923Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2807 | 2024-08-02T17:01:09.961Z | [ helios-setup] Aug 02 17:01:08.767 INFO E| Compiling sha-1 v0.9.8 |
2808 | 2024-08-02T17:01:10.333Z | [ helios-setup] Aug 02 17:01:09.138 INFO E| Compiling walkdir v2.3.3 |
2809 | 2024-08-02T17:01:10.454Z | [ host-package] Compiling textwrap v0.16.1 |
2810 | 2024-08-02T17:01:10.588Z | [ helios-setup] Aug 02 17:01:09.394 INFO E| Compiling getopts v0.2.21 |
2811 | 2024-08-02T17:01:10.921Z | [ helios-setup] Aug 02 17:01:09.726 INFO E| Compiling time v0.3.36 |
2812 | 2024-08-02T17:01:10.988Z | [ helios-setup] Aug 02 17:01:09.793 INFO E| Compiling libdevinfo-sys v1.0.0 |
2813 | 2024-08-02T17:01:11.419Z | [ helios-setup] Aug 02 17:01:10.224 INFO E| Compiling glob v0.3.1 |
2814 | 2024-08-02T17:01:12.367Z | [ helios-setup] Aug 02 17:01:11.172 INFO E| Compiling tempfile v3.7.0 |
2815 | 2024-08-02T17:01:13.128Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2816 | 2024-08-02T17:01:14.812Z | [ helios-setup] Aug 02 17:01:13.618 INFO E| Compiling slog-term v2.9.0 |
2817 | 2024-08-02T17:01:16.310Z | [ helios-setup] Aug 02 17:01:15.115 INFO E| Compiling serde_derive v1.0.193 |
2818 | 2024-08-02T17:01:18.736Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2819 | 2024-08-02T17:01:22.909Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2820 | 2024-08-02T17:01:25.225Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2821 | 2024-08-02T17:01:29.027Z | [ host-package] Compiling rcgen v0.12.1 |
2822 | 2024-08-02T17:01:33.060Z | [ helios-setup] Aug 02 17:01:31.864 INFO E| Compiling toml v0.5.11 |
2823 | 2024-08-02T17:01:33.060Z | [ helios-setup] Aug 02 17:01:31.864 INFO E| Compiling uuid v0.8.2 |
2824 | 2024-08-02T17:01:35.517Z | [ helios-setup] Aug 02 17:01:34.322 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2825 | 2024-08-02T17:01:35.714Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2826 | 2024-08-02T17:01:36.484Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2827 | 2024-08-02T17:01:39.110Z | [ helios-setup] Aug 02 17:01:37.914 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2828 | 2024-08-02T17:01:40.485Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2829 | 2024-08-02T17:01:40.846Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2830 | 2024-08-02T17:01:41.242Z | [ host-package] Compiling atomicwrites v0.4.3 |
2831 | 2024-08-02T17:01:41.959Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2832 | 2024-08-02T17:01:42.371Z | [ host-package] Compiling fatfs v0.3.6 |
2833 | 2024-08-02T17:01:45.815Z | [ host-package] Compiling rtoolbox v0.0.2 |
2834 | 2024-08-02T17:01:46.433Z | [ host-package] Compiling subprocess v0.2.9 |
2835 | 2024-08-02T17:01:48.915Z | [ host-package] Compiling assert_matches v1.5.0 |
2836 | 2024-08-02T17:01:49.178Z | [ host-package] Compiling is_ci v1.2.0 |
2837 | 2024-08-02T17:01:49.525Z | [ host-package] Compiling supports-color v3.0.0 |
2838 | 2024-08-02T17:01:50.749Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2839 | 2024-08-02T17:01:52.641Z | [ helios-setup] Aug 02 17:01:51.445 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.71s |
2840 | 2024-08-02T17:01:52.677Z | [ helios-setup] Aug 02 17:01:51.481 INFO building project "image-builder" ok (51 seconds) |
2841 | 2024-08-02T17:01:52.677Z | [ helios-setup] Aug 02 17:01:51.482 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2842 | 2024-08-02T17:01:52.677Z | [ helios-setup] Aug 02 17:01:51.482 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2843 | 2024-08-02T17:01:52.841Z | [ host-package] Compiling rpassword v7.3.1 |
2844 | 2024-08-02T17:01:52.924Z | [ helios-setup] Aug 02 17:01:51.728 INFO E| Downloading crates ... |
2845 | 2024-08-02T17:01:52.994Z | [ helios-setup] Aug 02 17:01:51.798 INFO E| Downloaded anyhow v1.0.62 |
2846 | 2024-08-02T17:01:53.001Z | [ helios-setup] Aug 02 17:01:51.805 INFO E| Downloaded sha2 v0.10.5 |
2847 | 2024-08-02T17:01:53.005Z | [ helios-setup] Aug 02 17:01:51.809 INFO E| Downloaded digest v0.10.3 |
2848 | 2024-08-02T17:01:53.022Z | [ helios-setup] Aug 02 17:01:51.827 INFO E| Downloaded typenum v1.15.0 |
2849 | 2024-08-02T17:01:53.026Z | [ helios-setup] Aug 02 17:01:51.830 INFO E| Downloaded bytes v1.2.1 |
2850 | 2024-08-02T17:01:53.292Z | [ helios-setup] Aug 02 17:01:52.096 INFO E| Compiling typenum v1.15.0 |
2851 | 2024-08-02T17:01:53.297Z | [ helios-setup] Aug 02 17:01:52.101 INFO E| Compiling version_check v0.9.4 |
2852 | 2024-08-02T17:01:53.297Z | [ helios-setup] Aug 02 17:01:52.101 INFO E| Compiling cfg-if v1.0.0 |
2853 | 2024-08-02T17:01:53.300Z | [ helios-setup] Aug 02 17:01:52.101 INFO E| Compiling crc32fast v1.3.2 |
2854 | 2024-08-02T17:01:53.300Z | [ helios-setup] Aug 02 17:01:52.101 INFO E| Compiling adler v1.0.2 |
2855 | 2024-08-02T17:01:53.300Z | [ helios-setup] Aug 02 17:01:52.101 INFO E| Compiling anyhow v1.0.62 |
2856 | 2024-08-02T17:01:53.300Z | [ helios-setup] Aug 02 17:01:52.101 INFO E| Compiling unicode-width v0.1.10 |
2857 | 2024-08-02T17:01:53.300Z | [ helios-setup] Aug 02 17:01:52.101 INFO E| Compiling cpufeatures v0.2.5 |
2858 | 2024-08-02T17:01:53.319Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2859 | 2024-08-02T17:01:53.776Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2860 | 2024-08-02T17:01:54.054Z | [ helios-setup] Aug 02 17:01:52.858 INFO E| Compiling miniz_oxide v0.6.2 |
2861 | 2024-08-02T17:01:54.243Z | [ helios-setup] Aug 02 17:01:53.047 INFO E| Compiling generic-array v0.14.6 |
2862 | 2024-08-02T17:01:54.267Z | [ helios-setup] Aug 02 17:01:53.071 INFO E| Compiling getopts v0.2.21 |
2863 | 2024-08-02T17:01:54.394Z | [ helios-setup] Aug 02 17:01:53.198 INFO E| Compiling bytes v1.2.1 |
2864 | 2024-08-02T17:01:54.413Z | [ helios-setup] Aug 02 17:01:53.217 INFO E| Compiling bitflags v1.3.2 |
2865 | 2024-08-02T17:01:55.636Z | [ helios-setup] Aug 02 17:01:54.440 INFO E| Compiling flate2 v1.0.25 |
2866 | 2024-08-02T17:01:59.915Z | [ host-package] Compiling tui-tree-widget v0.21.0 |
2867 | 2024-08-02T17:02:00.159Z | [ helios-setup] Aug 02 17:01:58.963 INFO E| Compiling crypto-common v0.1.6 |
2868 | 2024-08-02T17:02:00.159Z | [ helios-setup] Aug 02 17:01:58.963 INFO E| Compiling block-buffer v0.10.3 |
2869 | 2024-08-02T17:02:00.357Z | [ helios-setup] Aug 02 17:01:59.160 INFO E| Compiling digest v0.10.3 |
2870 | 2024-08-02T17:02:00.433Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2871 | 2024-08-02T17:02:00.713Z | [ helios-setup] Aug 02 17:01:59.517 INFO E| Compiling sha2 v0.10.5 |
2872 | 2024-08-02T17:02:00.852Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2873 | 2024-08-02T17:02:01.217Z | [ helios-setup] Aug 02 17:02:00.021 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2874 | 2024-08-02T17:02:04.073Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2875 | 2024-08-02T17:02:04.394Z | [ host-package] Compiling uzers v0.11.3 |
2876 | 2024-08-02T17:02:07.023Z | [ helios-setup] Aug 02 17:02:05.827 INFO E| Finished `release` profile [optimized] target(s) in 14.26s |
2877 | 2024-08-02T17:02:07.038Z | [ helios-setup] Aug 02 17:02:05.842 INFO building project "bootserver" ok (14 seconds) |
2878 | 2024-08-02T17:02:07.038Z | [ helios-setup] Aug 02 17:02:05.842 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2879 | 2024-08-02T17:02:07.041Z | [ helios-setup] Aug 02 17:02:05.842 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2880 | 2024-08-02T17:02:07.523Z | [ helios-setup] Aug 02 17:02:06.327 INFO E| Compiling adler v1.0.2 |
2881 | 2024-08-02T17:02:07.661Z | [ helios-setup] Aug 02 17:02:06.465 INFO E| Compiling miniz_oxide v0.7.2 |
2882 | 2024-08-02T17:02:08.193Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2883 | 2024-08-02T17:02:08.469Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2884 | 2024-08-02T17:02:10.480Z | [ helios-setup] Aug 02 17:02:09.284 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2885 | 2024-08-02T17:02:10.681Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2886 | 2024-08-02T17:02:11.365Z | [ helios-setup] Aug 02 17:02:10.168 INFO E| Finished `release` profile [optimized] target(s) in 4.22s |
2887 | 2024-08-02T17:02:11.372Z | [ helios-setup] Aug 02 17:02:10.176 INFO building project "pinprick" ok (4 seconds) |
2888 | 2024-08-02T17:02:11.372Z | [ helios-setup] Aug 02 17:02:10.176 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2889 | 2024-08-02T17:02:11.375Z | [ helios-setup] Aug 02 17:02:10.176 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2890 | 2024-08-02T17:02:11.383Z | [ helios-setup] Aug 02 17:02:10.186 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2891 | 2024-08-02T17:02:11.690Z | [ helios-setup] Aug 02 17:02:10.494 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2892 | 2024-08-02T17:02:11.690Z | [ helios-setup] Aug 02 17:02:10.494 INFO E| info: downloading component 'cargo' |
2893 | 2024-08-02T17:02:12.603Z | [ helios-setup] Aug 02 17:02:11.407 INFO E| info: downloading component 'clippy' |
2894 | 2024-08-02T17:02:12.963Z | [ helios-setup] Aug 02 17:02:11.766 INFO E| info: downloading component 'rust-docs' |
2895 | 2024-08-02T17:02:14.138Z | [ helios-setup] Aug 02 17:02:12.941 INFO E| info: downloading component 'rust-src' |
2896 | 2024-08-02T17:02:14.419Z | [ helios-setup] Aug 02 17:02:13.223 INFO E| info: downloading component 'rust-std' |
2897 | 2024-08-02T17:02:16.245Z | [ helios-setup] Aug 02 17:02:15.049 INFO E| info: downloading component 'rustc' |
2898 | 2024-08-02T17:02:21.996Z | [ helios-setup] Aug 02 17:02:20.799 INFO E| info: downloading component 'rustfmt' |
2899 | 2024-08-02T17:02:22.213Z | [ helios-setup] Aug 02 17:02:21.016 INFO E| info: installing component 'cargo' |
2900 | 2024-08-02T17:02:23.671Z | [ helios-setup] Aug 02 17:02:22.474 INFO E| info: installing component 'clippy' |
2901 | 2024-08-02T17:02:24.187Z | [ helios-setup] Aug 02 17:02:22.989 INFO E| info: installing component 'rust-docs' |
2902 | 2024-08-02T17:02:25.772Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2903 | 2024-08-02T17:02:30.795Z | [ helios-setup] Aug 02 17:02:29.597 INFO E| info: installing component 'rust-src' |
2904 | 2024-08-02T17:02:31.464Z | [ helios-setup] Aug 02 17:02:30.262 INFO E| info: installing component 'rust-std' |
2905 | 2024-08-02T17:02:34.150Z | [ helios-setup] Aug 02 17:02:32.953 INFO E| info: installing component 'rustc' |
2906 | 2024-08-02T17:02:37.439Z | [ host-package] Compiling multimap v0.10.0 |
2907 | 2024-08-02T17:02:40.808Z | [ helios-setup] Aug 02 17:02:39.610 INFO E| info: installing component 'rustfmt' |
2908 | 2024-08-02T17:02:41.856Z | [ helios-setup] Aug 02 17:02:40.659 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2909 | 2024-08-02T17:02:42.582Z | [ helios-setup] Aug 02 17:02:41.385 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2910 | 2024-08-02T17:02:42.582Z | [ helios-setup] Aug 02 17:02:41.385 INFO E| * [new branch] issue-113 -> origin/issue-113 |
2911 | 2024-08-02T17:02:42.583Z | [ helios-setup] Aug 02 17:02:41.385 INFO E| * [new branch] main -> origin/main |
2912 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.385 INFO E| * [new ref] -> origin/HEAD |
2913 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.386 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2914 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.386 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2915 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.386 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2916 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.386 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2917 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.386 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2918 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.387 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2919 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.387 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2920 | 2024-08-02T17:02:42.586Z | [ helios-setup] Aug 02 17:02:41.387 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2921 | 2024-08-02T17:02:42.640Z | [ helios-setup] Aug 02 17:02:41.442 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2922 | 2024-08-02T17:02:43.455Z | [ helios-setup] Aug 02 17:02:42.257 INFO E| From https://github.com/oxidecomputer/amd-efs |
2923 | 2024-08-02T17:02:43.455Z | [ helios-setup] Aug 02 17:02:42.258 INFO E| * [new branch] empty -> origin/empty |
2924 | 2024-08-02T17:02:43.455Z | [ helios-setup] Aug 02 17:02:42.258 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2925 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.258 INFO E| * [new branch] main -> origin/main |
2926 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.258 INFO E| * [new branch] review -> origin/review |
2927 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.258 INFO E| * [new ref] -> origin/HEAD |
2928 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.258 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2929 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.259 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2930 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.259 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2931 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.259 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2932 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.259 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2933 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.259 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2934 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.259 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2935 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.259 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2936 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.260 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2937 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.260 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2938 | 2024-08-02T17:02:43.459Z | [ helios-setup] Aug 02 17:02:42.260 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2939 | 2024-08-02T17:02:43.482Z | [ helios-setup] Aug 02 17:02:42.284 INFO E| Updating crates.io index |
2940 | 2024-08-02T17:02:43.842Z | [ helios-setup] Aug 02 17:02:42.644 INFO E| Downloading crates ... |
2941 | 2024-08-02T17:02:43.958Z | [ helios-setup] Aug 02 17:02:42.760 INFO E| Downloaded bytesize v1.3.0 |
2942 | 2024-08-02T17:02:43.960Z | [ helios-setup] Aug 02 17:02:42.762 INFO E| Downloaded four-cc v0.3.0 |
2943 | 2024-08-02T17:02:43.975Z | [ helios-setup] Aug 02 17:02:42.777 INFO E| Downloaded proc-macro-crate v0.1.5 |
2944 | 2024-08-02T17:02:43.978Z | [ helios-setup] Aug 02 17:02:42.780 INFO E| Downloaded memoffset v0.5.6 |
2945 | 2024-08-02T17:02:43.981Z | [ helios-setup] Aug 02 17:02:42.784 INFO E| Downloaded fletcher v0.1.0 |
2946 | 2024-08-02T17:02:43.985Z | [ helios-setup] Aug 02 17:02:42.788 INFO E| Downloaded parse_int v0.6.0 |
2947 | 2024-08-02T17:02:44.016Z | [ helios-setup] Aug 02 17:02:42.818 INFO E| Downloaded vec_map v0.8.2 |
2948 | 2024-08-02T17:02:44.018Z | [ helios-setup] Aug 02 17:02:42.820 INFO E| Downloaded textwrap v0.11.0 |
2949 | 2024-08-02T17:02:44.021Z | [ helios-setup] Aug 02 17:02:42.822 INFO E| Downloaded strum_macros v0.23.1 |
2950 | 2024-08-02T17:02:44.024Z | [ helios-setup] Aug 02 17:02:42.825 INFO E| Downloaded strum v0.23.0 |
2951 | 2024-08-02T17:02:44.027Z | [ helios-setup] Aug 02 17:02:42.827 INFO E| Downloaded semver-parser v0.7.0 |
2952 | 2024-08-02T17:02:44.027Z | [ helios-setup] Aug 02 17:02:42.829 INFO E| Downloaded ansi_term v0.12.1 |
2953 | 2024-08-02T17:02:44.030Z | [ helios-setup] Aug 02 17:02:42.831 INFO E| Downloaded scroll v0.10.2 |
2954 | 2024-08-02T17:02:44.032Z | [ helios-setup] Aug 02 17:02:42.835 INFO E| Downloaded pre-proc-macro v0.2.1 |
2955 | 2024-08-02T17:02:44.035Z | [ helios-setup] Aug 02 17:02:42.838 INFO E| Downloaded log v0.4.22 |
2956 | 2024-08-02T17:02:44.039Z | [ helios-setup] Aug 02 17:02:42.842 INFO E| Downloaded structopt v0.3.26 |
2957 | 2024-08-02T17:02:44.052Z | [ helios-setup] Aug 02 17:02:42.855 INFO E| Downloaded pest_meta v2.7.11 |
2958 | 2024-08-02T17:02:44.055Z | [ helios-setup] Aug 02 17:02:42.858 INFO E| Downloaded pest_derive v2.7.11 |
2959 | 2024-08-02T17:02:44.059Z | [ helios-setup] Aug 02 17:02:42.862 INFO E| Downloaded memchr v2.7.4 |
2960 | 2024-08-02T17:02:44.067Z | [ helios-setup] Aug 02 17:02:42.870 INFO E| Downloaded modular-bitfield v0.11.2 |
2961 | 2024-08-02T17:02:44.082Z | [ helios-setup] Aug 02 17:02:42.885 INFO E| Downloaded syn v2.0.71 |
2962 | 2024-08-02T17:02:44.098Z | [ helios-setup] Aug 02 17:02:42.901 INFO E| Downloaded goblin v0.4.3 |
2963 | 2024-08-02T17:02:44.106Z | [ helios-setup] Aug 02 17:02:42.909 INFO E| Downloaded clap v2.34.0 |
2964 | 2024-08-02T17:02:44.116Z | [ helios-setup] Aug 02 17:02:42.918 INFO E| Downloaded pest v2.7.11 |
2965 | 2024-08-02T17:02:44.123Z | [ helios-setup] Aug 02 17:02:42.926 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2966 | 2024-08-02T17:02:44.126Z | [ helios-setup] Aug 02 17:02:42.927 INFO E| Downloaded structopt-derive v0.4.18 |
2967 | 2024-08-02T17:02:44.129Z | [ helios-setup] Aug 02 17:02:42.929 INFO E| Downloaded strsim v0.8.0 |
2968 | 2024-08-02T17:02:44.129Z | [ helios-setup] Aug 02 17:02:42.931 INFO E| Downloaded semver v0.9.0 |
2969 | 2024-08-02T17:02:44.131Z | [ helios-setup] Aug 02 17:02:42.933 INFO E| Downloaded scroll_derive v0.10.5 |
2970 | 2024-08-02T17:02:44.134Z | [ helios-setup] Aug 02 17:02:42.934 INFO E| Downloaded rustc_version v0.2.3 |
2971 | 2024-08-02T17:02:44.134Z | [ helios-setup] Aug 02 17:02:42.936 INFO E| Downloaded pre v0.2.1 |
2972 | 2024-08-02T17:02:44.134Z | [ helios-setup] Aug 02 17:02:42.937 INFO E| Downloaded pest_generator v2.7.11 |
2973 | 2024-08-02T17:02:44.137Z | [ helios-setup] Aug 02 17:02:42.939 INFO E| Downloaded num-derive v0.3.3 |
2974 | 2024-08-02T17:02:44.140Z | [ helios-setup] Aug 02 17:02:42.940 INFO E| Downloaded cfg-if v0.1.10 |
2975 | 2024-08-02T17:02:44.246Z | [ helios-setup] Aug 02 17:02:43.048 INFO E| Compiling proc-macro2 v1.0.86 |
2976 | 2024-08-02T17:02:44.246Z | [ helios-setup] Aug 02 17:02:43.049 INFO E| Compiling unicode-ident v1.0.12 |
2977 | 2024-08-02T17:02:44.249Z | [ helios-setup] Aug 02 17:02:43.049 INFO E| Compiling syn v1.0.109 |
2978 | 2024-08-02T17:02:44.249Z | [ helios-setup] Aug 02 17:02:43.049 INFO E| Compiling version_check v0.9.4 |
2979 | 2024-08-02T17:02:44.249Z | [ helios-setup] Aug 02 17:02:43.049 INFO E| Compiling semver-parser v0.7.0 |
2980 | 2024-08-02T17:02:44.249Z | [ helios-setup] Aug 02 17:02:43.049 INFO E| Compiling autocfg v1.3.0 |
2981 | 2024-08-02T17:02:44.249Z | [ helios-setup] Aug 02 17:02:43.049 INFO E| Compiling thiserror v1.0.63 |
2982 | 2024-08-02T17:02:44.249Z | [ helios-setup] Aug 02 17:02:43.049 INFO E| Compiling serde v1.0.204 |
2983 | 2024-08-02T17:02:45.995Z | [ helios-setup] Aug 02 17:02:44.797 INFO E| Compiling semver v0.9.0 |
2984 | 2024-08-02T17:02:46.146Z | [ helios-setup] Aug 02 17:02:44.948 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2985 | 2024-08-02T17:02:46.206Z | [ helios-setup] Aug 02 17:02:45.008 INFO E| Compiling proc-macro-error v1.0.4 |
2986 | 2024-08-02T17:02:46.244Z | [ helios-setup] Aug 02 17:02:45.047 INFO E| Compiling serde_json v1.0.120 |
2987 | 2024-08-02T17:02:46.643Z | [ helios-setup] Aug 02 17:02:45.446 INFO E| Compiling num-traits v0.2.19 |
2988 | 2024-08-02T17:02:46.779Z | [ helios-setup] Aug 02 17:02:45.581 INFO E| Compiling rustc_version v0.2.3 |
2989 | 2024-08-02T17:02:47.099Z | [ helios-setup] Aug 02 17:02:45.901 INFO E| Compiling unicode-segmentation v1.11.0 |
2990 | 2024-08-02T17:02:47.138Z | [ helios-setup] Aug 02 17:02:45.941 INFO E| Compiling ryu v1.0.18 |
2991 | 2024-08-02T17:02:47.145Z | [ helios-setup] Aug 02 17:02:45.948 INFO E| Compiling schemars v0.8.21 |
2992 | 2024-08-02T17:02:47.163Z | [ helios-setup] Aug 02 17:02:45.965 INFO E| Compiling itoa v1.0.11 |
2993 | 2024-08-02T17:02:47.592Z | [ helios-setup] Aug 02 17:02:46.394 INFO E| Compiling memoffset v0.5.6 |
2994 | 2024-08-02T17:02:47.806Z | [ helios-setup] Aug 02 17:02:46.608 INFO E| Compiling quote v1.0.36 |
2995 | 2024-08-02T17:02:47.839Z | [ helios-setup] Aug 02 17:02:46.641 INFO E| Compiling rustversion v1.0.17 |
2996 | 2024-08-02T17:02:47.853Z | [ helios-setup] Aug 02 17:02:46.655 INFO E| Compiling paste v1.0.15 |
2997 | 2024-08-02T17:02:48.039Z | [ helios-setup] Aug 02 17:02:46.841 INFO E| Compiling pre-proc-macro v0.2.1 |
2998 | 2024-08-02T17:02:48.189Z | [ helios-setup] Aug 02 17:02:46.991 INFO E| Compiling memchr v2.7.4 |
2999 | 2024-08-02T17:02:48.843Z | [ helios-setup] Aug 02 17:02:47.645 INFO E| Compiling syn v2.0.71 |
3000 | 2024-08-02T17:02:49.065Z | [ helios-setup] Aug 02 17:02:47.867 INFO E| Compiling heck v0.3.3 |
3001 | 2024-08-02T17:02:49.193Z | [ helios-setup] Aug 02 17:02:47.995 INFO E| Compiling lazy_static v1.5.0 |
3002 | 2024-08-02T17:02:49.558Z | [ helios-setup] Aug 02 17:02:48.360 INFO E| Compiling libc v0.2.155 |
3003 | 2024-08-02T17:02:49.679Z | [ helios-setup] Aug 02 17:02:48.481 INFO E| Compiling ucd-trie v0.1.6 |
3004 | 2024-08-02T17:02:50.021Z | [ helios-setup] Aug 02 17:02:48.823 INFO E| Compiling dyn-clone v1.0.17 |
3005 | 2024-08-02T17:02:50.926Z | [ helios-setup] Aug 02 17:02:49.728 INFO E| Compiling pre v0.2.1 |
3006 | 2024-08-02T17:02:51.061Z | [ helios-setup] Aug 02 17:02:49.863 INFO E| Compiling once_cell v1.19.0 |
3007 | 2024-08-02T17:02:51.347Z | [ helios-setup] Aug 02 17:02:50.149 INFO E| Compiling static_assertions v1.1.0 |
3008 | 2024-08-02T17:02:51.446Z | [ helios-setup] Aug 02 17:02:50.248 INFO E| Compiling cfg-if v0.1.10 |
3009 | 2024-08-02T17:02:51.538Z | [ helios-setup] Aug 02 17:02:50.340 INFO E| Compiling byteorder v1.5.0 |
3010 | 2024-08-02T17:02:52.532Z | [ helios-setup] Aug 02 17:02:51.334 INFO E| Compiling unicode-width v0.1.13 |
3011 | 2024-08-02T17:02:52.981Z | [ helios-setup] Aug 02 17:02:51.783 INFO E| Compiling textwrap v0.11.0 |
3012 | 2024-08-02T17:02:53.756Z | [ helios-setup] Aug 02 17:02:52.558 INFO E| Compiling atty v0.2.14 |
3013 | 2024-08-02T17:02:53.937Z | [ helios-setup] Aug 02 17:02:52.739 INFO E| Compiling ansi_term v0.12.1 |
3014 | 2024-08-02T17:02:54.202Z | [ helios-setup] Aug 02 17:02:53.004 INFO E| Compiling bitflags v1.3.2 |
3015 | 2024-08-02T17:02:54.308Z | [ helios-setup] Aug 02 17:02:53.110 INFO E| Compiling fletcher v0.1.0 |
3016 | 2024-08-02T17:02:54.527Z | [ helios-setup] Aug 02 17:02:53.329 INFO E| Compiling vec_map v0.8.2 |
3017 | 2024-08-02T17:02:54.831Z | [ helios-setup] Aug 02 17:02:53.633 INFO E| Compiling strum v0.23.0 |
3018 | 2024-08-02T17:02:55.085Z | [ helios-setup] Aug 02 17:02:53.887 INFO E| Compiling strsim v0.8.0 |
3019 | 2024-08-02T17:02:55.099Z | [ helios-setup] Aug 02 17:02:53.901 INFO E| Compiling log v0.4.22 |
3020 | 2024-08-02T17:02:55.144Z | [ helios-setup] Aug 02 17:02:53.946 INFO E| Compiling plain v0.2.3 |
3021 | 2024-08-02T17:02:55.275Z | [ helios-setup] Aug 02 17:02:54.077 INFO E| Compiling bytesize v1.3.0 |
3022 | 2024-08-02T17:02:55.540Z | [ helios-setup] Aug 02 17:02:54.342 INFO E| Compiling clap v2.34.0 |
3023 | 2024-08-02T17:02:55.950Z | [ helios-setup] Aug 02 17:02:54.752 INFO E| Compiling parse_int v0.6.0 |
3024 | 2024-08-02T17:02:57.579Z | [ helios-setup] Aug 02 17:02:56.381 INFO E| Compiling serde_derive_internals v0.29.1 |
3025 | 2024-08-02T17:02:59.213Z | [ helios-setup] Aug 02 17:02:58.014 INFO E| Compiling toml v0.5.11 |
3026 | 2024-08-02T17:03:02.158Z | [ helios-setup] Aug 02 17:03:00.960 INFO E| Compiling proc-macro-crate v0.1.5 |
3027 | 2024-08-02T17:03:04.582Z | [ helios-setup] Aug 02 17:03:03.384 INFO E| Compiling thiserror-impl v1.0.63 |
3028 | 2024-08-02T17:03:04.582Z | [ helios-setup] Aug 02 17:03:03.384 INFO E| Compiling serde_derive v1.0.204 |
3029 | 2024-08-02T17:03:04.882Z | [ helios-setup] Aug 02 17:03:03.684 INFO E| Compiling schemars_derive v0.8.21 |
3030 | 2024-08-02T17:03:05.313Z | [ helios-setup] Aug 02 17:03:04.115 INFO E| Compiling zerocopy-derive v0.6.6 |
3031 | 2024-08-02T17:03:09.141Z | [ helios-setup] Aug 02 17:03:07.942 INFO E| Compiling zerocopy v0.6.6 |
3032 | 2024-08-02T17:03:10.138Z | [ helios-setup] Aug 02 17:03:08.939 INFO E| Compiling pest v2.7.11 |
3033 | 2024-08-02T17:03:10.764Z | [ helios-setup] Aug 02 17:03:09.565 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3034 | 2024-08-02T17:03:10.796Z | [ helios-setup] Aug 02 17:03:09.598 INFO E| Compiling num-derive v0.3.3 |
3035 | 2024-08-02T17:03:11.044Z | [ helios-setup] Aug 02 17:03:09.845 INFO E| Compiling scroll_derive v0.10.5 |
3036 | 2024-08-02T17:03:12.697Z | [ helios-setup] Aug 02 17:03:11.498 INFO E| Compiling strum_macros v0.23.1 |
3037 | 2024-08-02T17:03:13.553Z | [ helios-setup] Aug 02 17:03:12.354 INFO E| Compiling structopt-derive v0.4.18 |
3038 | 2024-08-02T17:03:14.071Z | [ helios-setup] Aug 02 17:03:12.872 INFO E| Compiling scroll v0.10.2 |
3039 | 2024-08-02T17:03:15.190Z | [ helios-setup] Aug 02 17:03:13.991 INFO E| Compiling goblin v0.4.3 |
3040 | 2024-08-02T17:03:15.931Z | [ helios-setup] Aug 02 17:03:14.732 INFO E| Compiling pest_meta v2.7.11 |
3041 | 2024-08-02T17:03:16.724Z | [ helios-setup] Aug 02 17:03:15.525 INFO E| Compiling modular-bitfield v0.11.2 |
3042 | 2024-08-02T17:03:18.591Z | [ helios-setup] Aug 02 17:03:17.390 INFO E| Compiling pest_generator v2.7.11 |
3043 | 2024-08-02T17:03:19.396Z | [ helios-setup] Aug 02 17:03:18.197 INFO E| Compiling structopt v0.3.26 |
3044 | 2024-08-02T17:03:23.293Z | [ helios-setup] Aug 02 17:03:22.094 INFO E| Compiling pest_derive v2.7.11 |
3045 | 2024-08-02T17:03:27.799Z | [ helios-setup] Aug 02 17:03:26.600 INFO E| Compiling json5 v0.4.1 |
3046 | 2024-08-02T17:03:33.634Z | [ helios-setup] Aug 02 17:03:32.434 INFO E| Compiling four-cc v0.3.0 |
3047 | 2024-08-02T17:03:33.637Z | [ helios-setup] Aug 02 17:03:32.434 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
3048 | 2024-08-02T17:03:33.859Z | [ helios-setup] Aug 02 17:03:32.659 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
3049 | 2024-08-02T17:04:16.137Z | [ helios-setup] Aug 02 17:04:14.936 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3050 | 2024-08-02T17:04:19.149Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3051 | 2024-08-02T17:04:33.901Z | [ helios-setup] Aug 02 17:04:32.699 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3052 | 2024-08-02T17:05:11.281Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3053 | 2024-08-02T17:05:26.568Z | [ helios-setup] Aug 02 17:05:25.365 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s |
3054 | 2024-08-02T17:05:26.601Z | [ helios-setup] Aug 02 17:05:25.398 INFO building project "amd-host-image-builder" ok (195 seconds) |
3055 | 2024-08-02T17:05:26.604Z | [ helios-setup] rm -f helios-build |
3056 | 2024-08-02T17:05:26.607Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3057 | 2024-08-02T17:05:26.610Z | [ helios-setup] |
3058 | 2024-08-02T17:05:26.610Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3059 | 2024-08-02T17:05:26.613Z | [ helios-setup] |
3060 | 2024-08-02T17:05:26.616Z | [ helios-setup] |
3061 | 2024-08-02T17:05:26.616Z | Aug 02 17:05:25.411 INFO [helios-setup] process exited with exit status: 0 (769.429049162s) |
3062 | 2024-08-02T17:05:26.616Z | [ helios-setup] real 12:49.423267729 |
3063 | 2024-08-02T17:05:26.616Z | [ helios-setup] user 30:02.868409933 |
3064 | 2024-08-02T17:05:26.616Z | [ helios-setup] sys 3:49.495792718 |
3065 | 2024-08-02T17:05:26.616Z | [ helios-setup] trap 1.692409106 |
3066 | 2024-08-02T17:05:26.616Z | [ helios-setup] tflt 6.200228443 |
3067 | 2024-08-02T17:05:26.616Z | [ helios-setup] dflt 43.752423901 |
3068 | 2024-08-02T17:05:26.616Z | [ helios-setup] kflt 0.030571999 |
3069 | 2024-08-02T17:05:26.616Z | [ helios-setup] lock 2:06:03.098276479 |
3070 | 2024-08-02T17:05:26.617Z | [ helios-setup] slp 3:11:42.768284474 |
3071 | 2024-08-02T17:05:26.617Z | [ helios-setup] lat 34:16.807712702 |
3072 | 2024-08-02T17:05:26.617Z | [ helios-setup] stop 4:31.830119815 |
3073 | 2024-08-02T17:05:26.617Z | Aug 02 17:05:25.412 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3074 | 2024-08-02T17:05:26.637Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3075 | 2024-08-02T17:05:26.928Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3076 | 2024-08-02T17:05:26.928Z | [ phbl-toolchain] info: downloading component 'cargo' |
3077 | 2024-08-02T17:05:28.422Z | [ phbl-toolchain] info: downloading component 'clippy' |
3078 | 2024-08-02T17:05:29.044Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3079 | 2024-08-02T17:05:33.090Z | [ phbl-toolchain] info: downloading component 'miri' |
3080 | 2024-08-02T17:05:33.864Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3081 | 2024-08-02T17:05:35.255Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3082 | 2024-08-02T17:05:35.420Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3083 | 2024-08-02T17:05:37.950Z | [ phbl-toolchain] info: downloading component 'rustc' |
3084 | 2024-08-02T17:05:44.386Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3085 | 2024-08-02T17:05:44.966Z | [ phbl-toolchain] info: installing component 'cargo' |
3086 | 2024-08-02T17:05:46.303Z | [ phbl-toolchain] info: installing component 'clippy' |
3087 | 2024-08-02T17:05:46.806Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3088 | 2024-08-02T17:05:52.712Z | [ phbl-toolchain] info: installing component 'miri' |
3089 | 2024-08-02T17:05:53.071Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3090 | 2024-08-02T17:06:00.434Z | [ phbl-toolchain] info: installing component 'rust-src' |
3091 | 2024-08-02T17:06:01.477Z | [ phbl-toolchain] info: installing component 'rust-std' |
3092 | 2024-08-02T17:06:03.950Z | [ phbl-toolchain] info: installing component 'rustc' |
3093 | 2024-08-02T17:06:10.544Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3094 | 2024-08-02T17:06:11.359Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3095 | 2024-08-02T17:06:11.362Z | Aug 02 17:06:10.157 INFO [phbl-toolchain] process exited with exit status: 0 (44.744572658s) |
3096 | 2024-08-02T17:12:16.605Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 51s |
3097 | 2024-08-02T17:13:08.279Z | Aug 02 17:13:07.061 INFO [host-package] process exited with exit status: 0 (1183.364718364s) |
3098 | 2024-08-02T17:13:08.279Z | Aug 02 17:13:07.061 INFO [host-stamp] running task |
3099 | 2024-08-02T17:13:08.282Z | Aug 02 17:13:07.061 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3100 | 2024-08-02T17:13:08.282Z | Aug 02 17:13:07.061 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+gitfcaf48be814 |
3101 | 2024-08-02T17:13:08.291Z | Aug 02 17:13:07.073 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+gitfcaf48be814 |
3102 | 2024-08-02T17:13:08.298Z | Aug 02 17:13:07.080 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+gitfcaf48be814 |
3103 | 2024-08-02T17:13:08.302Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3104 | 2024-08-02T17:13:08.302Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3105 | 2024-08-02T17:13:08.304Z | Aug 02 17:13:07.086 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+gitfcaf48be814 |
3106 | 2024-08-02T17:13:08.309Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3107 | 2024-08-02T17:13:08.311Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3108 | 2024-08-02T17:13:08.311Z | Aug 02 17:13:07.093 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+gitfcaf48be814 |
3109 | 2024-08-02T17:13:08.316Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3110 | 2024-08-02T17:13:08.318Z | Aug 02 17:13:07.099 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+gitfcaf48be814 |
3111 | 2024-08-02T17:13:08.323Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3112 | 2024-08-02T17:13:08.326Z | Aug 02 17:13:07.108 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+gitfcaf48be814 |
3113 | 2024-08-02T17:13:08.334Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3114 | 2024-08-02T17:13:08.334Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3115 | 2024-08-02T17:13:08.338Z | Aug 02 17:13:07.118 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+gitfcaf48be814 |
3116 | 2024-08-02T17:13:08.344Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3117 | 2024-08-02T17:13:08.347Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3118 | 2024-08-02T17:13:08.347Z | Aug 02 17:13:07.128 INFO [stamp-oxlog] process exited with exit status: 0 (66.808188ms) |
3119 | 2024-08-02T17:13:08.347Z | Aug 02 17:13:07.128 INFO [stamp-overlay] process exited with exit status: 0 (29.006087ms) |
3120 | 2024-08-02T17:13:08.347Z | Aug 02 17:13:07.128 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (35.196047ms) |
3121 | 2024-08-02T17:13:08.349Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3122 | 2024-08-02T17:13:08.355Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3123 | 2024-08-02T17:13:08.464Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3124 | 2024-08-02T17:13:08.475Z | Aug 02 17:13:07.250 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.535977ms) |
3125 | 2024-08-02T17:13:08.517Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3126 | 2024-08-02T17:13:08.520Z | Aug 02 17:13:07.302 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.975896ms) |
3127 | 2024-08-02T17:13:08.626Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3128 | 2024-08-02T17:13:08.630Z | Aug 02 17:13:07.412 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (325.794521ms) |
3129 | 2024-08-02T17:13:09.474Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3130 | 2024-08-02T17:13:09.490Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3131 | 2024-08-02T17:13:09.494Z | Aug 02 17:13:08.275 INFO [stamp-propolis-server] process exited with exit status: 0 (1.167283139s) |
3132 | 2024-08-02T17:13:11.865Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3133 | 2024-08-02T17:13:18.467Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3134 | 2024-08-02T17:13:18.470Z | Aug 02 17:13:17.252 INFO [stamp-switch-asic] process exited with exit status: 0 (10.172109321s) |
3135 | 2024-08-02T17:13:18.473Z | Aug 02 17:13:17.252 INFO [host-stamp] task succeeded (10.191232973s) |
3136 | 2024-08-02T17:13:18.473Z | Aug 02 17:13:17.252 INFO [host-proto] running task |
3137 | 2024-08-02T17:13:18.832Z | Aug 02 17:13:17.613 INFO [host-proto] task succeeded (361.182296ms) |
3138 | 2024-08-02T17:13:18.832Z | Aug 02 17:13:17.613 INFO [host-profile] running task |
3139 | 2024-08-02T17:13:18.835Z | Aug 02 17:13:17.613 INFO [host-profile] task succeeded (287.857µs) |
3140 | 2024-08-02T17:13:18.835Z | Aug 02 17:13:17.614 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/.tmp5JSm0w/proto/host/root -N 'ci fcaf48b/${os_short_commit} 2024-08-02 16:52' -s host -B |
3141 | 2024-08-02T17:13:18.847Z | [ host-image] Aug 02 17:13:17.628 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3142 | 2024-08-02T17:13:18.847Z | [ host-image] Aug 02 17:13:17.628 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3143 | 2024-08-02T17:13:18.862Z | [ host-image] Aug 02 17:13:17.643 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp5JSm0w/proto/host/root" |
3144 | 2024-08-02T17:13:18.862Z | [ host-image] Aug 02 17:13:17.643 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3145 | 2024-08-02T17:13:18.865Z | [ host-image] Aug 02 17:13:17.643 INFO image builder template: ramdisk-01-os... |
3146 | 2024-08-02T17:13:18.865Z | [ host-image] Aug 02 17:13:17.643 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/.tmp5JSm0w/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 |
3147 | 2024-08-02T17:13:18.881Z | [ host-image] Aug 02 17:13:17.663 INFO O| Aug 02 17:13:17.662 INFO CREATE DATASET: rpool/images/build/host/output |
3148 | 2024-08-02T17:13:19.275Z | [ host-image] Aug 02 17:13:18.056 INFO O| Aug 02 17:13:18.056 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3149 | 2024-08-02T17:13:19.279Z | [ host-image] Aug 02 17:13:18.061 INFO O| Aug 02 17:13:18.061 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3150 | 2024-08-02T17:13:19.529Z | [ host-image] Aug 02 17:13:18.310 INFO O| Aug 02 17:13:18.310 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3151 | 2024-08-02T17:13:19.592Z | [ host-image] Aug 02 17:13:18.373 INFO O| Aug 02 17:13:18.373 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3152 | 2024-08-02T17:13:19.592Z | [ host-image] Aug 02 17:13:18.373 INFO O| Aug 02 17:13:18.373 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3153 | 2024-08-02T17:13:19.595Z | [ host-image] Aug 02 17:13:18.374 INFO O| Aug 02 17:13:18.374 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3154 | 2024-08-02T17:13:19.595Z | [ host-image] Aug 02 17:13:18.374 INFO O| Aug 02 17:13:18.374 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3155 | 2024-08-02T17:13:19.600Z | [ host-image] Aug 02 17:13:18.381 INFO O| Aug 02 17:13:18.381 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3156 | 2024-08-02T17:13:19.823Z | [ host-image] Aug 02 17:13:18.605 INFO O| Aug 02 17:13:18.604 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3157 | 2024-08-02T17:13:19.834Z | [ host-image] Aug 02 17:13:18.615 INFO O| Aug 02 17:13:18.615 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3158 | 2024-08-02T17:13:20.236Z | [ host-image] Aug 02 17:13:19.017 INFO O| Aug 02 17:13:19.017 INFO O| Caching catalogs ... Done |
3159 | 2024-08-02T17:13:20.330Z | [ host-image] Aug 02 17:13:19.111 INFO O| Aug 02 17:13:19.111 INFO STEP 0 (pkg_image_create) COMPLETE |
3160 | 2024-08-02T17:13:20.330Z | [ host-image] Aug 02 17:13:19.111 INFO O| Aug 02 17:13:19.111 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3161 | 2024-08-02T17:13:20.333Z | [ host-image] Aug 02 17:13:19.111 INFO O| Aug 02 17:13:19.111 INFO skip step because feature "repo_redist" is not enabled |
3162 | 2024-08-02T17:13:20.333Z | [ host-image] Aug 02 17:13:19.111 INFO O| Aug 02 17:13:19.111 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3163 | 2024-08-02T17:13:20.343Z | [ host-image] Aug 02 17:13:19.124 INFO O| Aug 02 17:13:19.124 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"] |
3164 | 2024-08-02T17:13:20.834Z | [ host-image] Aug 02 17:13:19.615 INFO O| Aug 02 17:13:19.615 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3165 | 2024-08-02T17:13:20.834Z | [ host-image] Aug 02 17:13:19.615 INFO O| Aug 02 17:13:19.615 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3166 | 2024-08-02T17:13:20.850Z | [ host-image] Aug 02 17:13:19.631 INFO O| Aug 02 17:13:19.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"] |
3167 | 2024-08-02T17:13:21.366Z | [ host-image] Aug 02 17:13:20.147 INFO O| Aug 02 17:13:20.147 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3168 | 2024-08-02T17:13:21.366Z | [ host-image] Aug 02 17:13:20.147 INFO O| Aug 02 17:13:20.147 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3169 | 2024-08-02T17:13:21.369Z | [ host-image] Aug 02 17:13:20.147 INFO O| Aug 02 17:13:20.147 INFO skip step because feature "repo_redist" is not enabled |
3170 | 2024-08-02T17:13:21.369Z | [ host-image] Aug 02 17:13:20.147 INFO O| Aug 02 17:13:20.147 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3171 | 2024-08-02T17:13:21.820Z | [ host-image] Aug 02 17:13:20.601 INFO O| Aug 02 17:13:20.601 INFO variant opensolaris.zone is already global |
3172 | 2024-08-02T17:13:21.820Z | [ host-image] Aug 02 17:13:20.601 INFO O| Aug 02 17:13:20.601 INFO STEP 5 (pkg_change_variant) COMPLETE |
3173 | 2024-08-02T17:13:21.823Z | [ host-image] Aug 02 17:13:20.601 INFO O| Aug 02 17:13:20.601 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3174 | 2024-08-02T17:13:22.396Z | [ host-image] Aug 02 17:13:21.177 INFO O| Aug 02 17:13:21.177 INFO variant opensolaris.imagetype is full; changing to partial |
3175 | 2024-08-02T17:13:22.397Z | [ host-image] Aug 02 17:13:21.177 INFO O| Aug 02 17:13:21.177 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3176 | 2024-08-02T17:13:27.040Z | [ host-image] Aug 02 17:13:25.821 INFO O| Aug 02 17:13:25.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3177 | 2024-08-02T17:13:30.362Z | [ host-image] Aug 02 17:13:29.143 INFO O| Aug 02 17:13:29.143 INFO O| Startup: Caching catalogs ... Done |
3178 | 2024-08-02T17:13:30.408Z | [ host-image] Aug 02 17:13:29.188 INFO O| Aug 02 17:13:29.188 INFO O| Planning: Planning completed in 0.00 seconds |
3179 | 2024-08-02T17:13:30.411Z | [ host-image] Aug 02 17:13:29.189 INFO O| Aug 02 17:13:29.189 INFO O| Planning: Consolidating action changes ... Done |
3180 | 2024-08-02T17:13:30.411Z | [ host-image] Aug 02 17:13:29.189 INFO O| Aug 02 17:13:29.189 INFO O| Planning: Evaluating mediators ... Done |
3181 | 2024-08-02T17:13:30.411Z | [ host-image] Aug 02 17:13:29.189 INFO O| Aug 02 17:13:29.189 INFO O| Planning: Planning completed in 0.00 seconds |
3182 | 2024-08-02T17:13:30.411Z | [ host-image] Aug 02 17:13:29.190 INFO O| Aug 02 17:13:29.190 INFO O| Variants/Facets to change: 1 |
3183 | 2024-08-02T17:13:30.423Z | [ host-image] Aug 02 17:13:29.203 INFO O| Aug 02 17:13:29.203 INFO O| Done |
3184 | 2024-08-02T17:13:30.423Z | [ host-image] Aug 02 17:13:29.203 INFO O| Aug 02 17:13:29.203 INFO O| Done |
3185 | 2024-08-02T17:13:30.757Z | [ host-image] Aug 02 17:13:29.537 INFO O| Aug 02 17:13:29.537 INFO O| Done |
3186 | 2024-08-02T17:13:30.783Z | [ host-image] Aug 02 17:13:29.563 INFO O| Aug 02 17:13:29.563 INFO O| Done |
3187 | 2024-08-02T17:13:30.785Z | [ host-image] Aug 02 17:13:29.564 INFO O| Aug 02 17:13:29.564 INFO O| Done |
3188 | 2024-08-02T17:13:30.785Z | [ host-image] Aug 02 17:13:29.564 INFO O| Aug 02 17:13:29.564 INFO O| Done |
3189 | 2024-08-02T17:13:30.785Z | [ host-image] Aug 02 17:13:29.565 INFO O| Aug 02 17:13:29.565 INFO O| Done |
3190 | 2024-08-02T17:13:31.066Z | [ host-image] Aug 02 17:13:29.847 INFO O| Aug 02 17:13:29.847 INFO STEP 6 (pkg_change_variant) COMPLETE |
3191 | 2024-08-02T17:13:31.066Z | [ host-image] Aug 02 17:13:29.847 INFO O| Aug 02 17:13:29.847 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3192 | 2024-08-02T17:13:31.069Z | [ host-image] Aug 02 17:13:29.847 INFO O| Aug 02 17:13:29.847 INFO skip step because feature "debug_variant" is not enabled |
3193 | 2024-08-02T17:13:31.070Z | [ host-image] Aug 02 17:13:29.847 INFO O| Aug 02 17:13:29.847 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3194 | 2024-08-02T17:13:31.399Z | [ host-image] Aug 02 17:13:30.179 INFO O| Aug 02 17:13:30.179 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3195 | 2024-08-02T17:13:31.805Z | [ host-image] Aug 02 17:13:30.586 INFO O| Aug 02 17:13:30.585 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3196 | 2024-08-02T17:13:31.808Z | [ host-image] Aug 02 17:13:30.587 INFO O| Aug 02 17:13:30.587 INFO O| Planning: Planning completed in 0.00 seconds |
3197 | 2024-08-02T17:13:31.808Z | [ host-image] Aug 02 17:13:30.587 INFO O| Aug 02 17:13:30.587 INFO O| Planning: Consolidating action changes ... Done |
3198 | 2024-08-02T17:13:31.808Z | [ host-image] Aug 02 17:13:30.587 INFO O| Aug 02 17:13:30.587 INFO O| Planning: Evaluating mediators ... Done |
3199 | 2024-08-02T17:13:31.808Z | [ host-image] Aug 02 17:13:30.588 INFO O| Aug 02 17:13:30.588 INFO O| Planning: Planning completed in 0.00 seconds |
3200 | 2024-08-02T17:13:31.808Z | [ host-image] Aug 02 17:13:30.588 INFO O| Aug 02 17:13:30.588 INFO O| Variants/Facets to change: 1 |
3201 | 2024-08-02T17:13:31.821Z | [ host-image] Aug 02 17:13:30.602 INFO O| Aug 02 17:13:30.602 INFO O| Done |
3202 | 2024-08-02T17:13:31.821Z | [ host-image] Aug 02 17:13:30.602 INFO O| Aug 02 17:13:30.602 INFO O| Done |
3203 | 2024-08-02T17:13:32.046Z | [ host-image] Aug 02 17:13:30.827 INFO O| Aug 02 17:13:30.827 INFO O| Done |
3204 | 2024-08-02T17:13:32.080Z | [ host-image] Aug 02 17:13:30.861 INFO O| Aug 02 17:13:30.861 INFO O| Done |
3205 | 2024-08-02T17:13:32.083Z | [ host-image] Aug 02 17:13:30.861 INFO O| Aug 02 17:13:30.861 INFO O| Done |
3206 | 2024-08-02T17:13:32.083Z | [ host-image] Aug 02 17:13:30.861 INFO O| Aug 02 17:13:30.861 INFO O| Done |
3207 | 2024-08-02T17:13:32.083Z | [ host-image] Aug 02 17:13:30.863 INFO O| Aug 02 17:13:30.863 INFO O| Done |
3208 | 2024-08-02T17:13:32.135Z | [ host-image] Aug 02 17:13:30.915 INFO O| Aug 02 17:13:30.915 INFO STEP 8 (pkg_change_facet) COMPLETE |
3209 | 2024-08-02T17:13:32.135Z | [ host-image] Aug 02 17:13:30.916 INFO O| Aug 02 17:13:30.915 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3210 | 2024-08-02T17:13:32.138Z | [ host-image] Aug 02 17:13:30.916 INFO O| Aug 02 17:13:30.915 INFO skip step because feature "recovery" is not enabled |
3211 | 2024-08-02T17:13:32.138Z | [ host-image] Aug 02 17:13:30.916 INFO O| Aug 02 17:13:30.915 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3212 | 2024-08-02T17:13:32.138Z | [ host-image] Aug 02 17:13:30.916 INFO O| Aug 02 17:13:30.915 INFO skip step because feature "recovery" is not enabled |
3213 | 2024-08-02T17:13:32.138Z | [ host-image] Aug 02 17:13:30.916 INFO O| Aug 02 17:13:30.915 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3214 | 2024-08-02T17:13:32.146Z | [ host-image] Aug 02 17:13:30.927 INFO O| Aug 02 17:13:30.926 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"] |
3215 | 2024-08-02T17:13:32.531Z | [recovery-package] Finished `release` profile [optimized] target(s) in 24.01s |
3216 | 2024-08-02T17:13:32.545Z | [ host-image] Aug 02 17:13:31.326 INFO O| Aug 02 17:13:31.326 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3217 | 2024-08-02T17:13:33.834Z | Aug 02 17:13:32.615 INFO [recovery-package] process exited with exit status: 0 (25.553972699s) |
3218 | 2024-08-02T17:13:33.834Z | Aug 02 17:13:32.615 INFO [recovery-stamp] running task |
3219 | 2024-08-02T17:13:33.837Z | Aug 02 17:13:32.615 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3220 | 2024-08-02T17:13:33.837Z | Aug 02 17:13:32.616 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+gitfcaf48be814 |
3221 | 2024-08-02T17:13:33.847Z | Aug 02 17:13:32.628 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitfcaf48be814 |
3222 | 2024-08-02T17:13:33.857Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3223 | 2024-08-02T17:13:33.867Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3224 | 2024-08-02T17:13:33.952Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3225 | 2024-08-02T17:13:33.956Z | Aug 02 17:13:32.737 INFO [stamp-installinator] process exited with exit status: 0 (109.268344ms) |
3226 | 2024-08-02T17:13:33.974Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3227 | 2024-08-02T17:13:33.978Z | Aug 02 17:13:32.759 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (143.348231ms) |
3228 | 2024-08-02T17:13:33.981Z | Aug 02 17:13:32.759 INFO [recovery-stamp] task succeeded (143.878676ms) |
3229 | 2024-08-02T17:13:33.981Z | Aug 02 17:13:32.759 INFO [recovery-proto] running task |
3230 | 2024-08-02T17:13:33.981Z | Aug 02 17:13:32.759 INFO [tuf-stamp] running task |
3231 | 2024-08-02T17:13:33.981Z | Aug 02 17:13:32.760 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+gitfcaf48be814 |
3232 | 2024-08-02T17:13:33.990Z | Aug 02 17:13:32.771 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+gitfcaf48be814 |
3233 | 2024-08-02T17:13:34.001Z | Aug 02 17:13:32.781 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+gitfcaf48be814 |
3234 | 2024-08-02T17:13:34.008Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3235 | 2024-08-02T17:13:34.011Z | Aug 02 17:13:32.792 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+gitfcaf48be814 |
3236 | 2024-08-02T17:13:34.020Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3237 | 2024-08-02T17:13:34.023Z | Aug 02 17:13:32.804 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+gitfcaf48be814 |
3238 | 2024-08-02T17:13:34.023Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3239 | 2024-08-02T17:13:34.042Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3240 | 2024-08-02T17:13:34.042Z | Aug 02 17:13:32.823 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+gitfcaf48be814 |
3241 | 2024-08-02T17:13:34.058Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3242 | 2024-08-02T17:13:34.061Z | Aug 02 17:13:32.840 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+gitfcaf48be814 |
3243 | 2024-08-02T17:13:34.129Z | Aug 02 17:13:32.909 INFO [recovery-proto] task succeeded (150.127435ms) |
3244 | 2024-08-02T17:13:34.132Z | Aug 02 17:13:32.910 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/.tmp5JSm0w/proto/recovery/root -N 'recovery fcaf48b/${os_short_commit} 2024-08-02 16:52' -s recovery -R |
3245 | 2024-08-02T17:13:34.162Z | [ recovery-image] Aug 02 17:13:32.942 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3246 | 2024-08-02T17:13:34.165Z | [ recovery-image] Aug 02 17:13:32.943 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3247 | 2024-08-02T17:13:34.179Z | [ recovery-image] Aug 02 17:13:32.960 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp5JSm0w/proto/recovery/root" |
3248 | 2024-08-02T17:13:34.180Z | [ recovery-image] Aug 02 17:13:32.960 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3249 | 2024-08-02T17:13:34.182Z | [ recovery-image] Aug 02 17:13:32.961 INFO image builder template: ramdisk-01-os... |
3250 | 2024-08-02T17:13:34.182Z | [ recovery-image] Aug 02 17:13:32.961 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/.tmp5JSm0w/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 |
3251 | 2024-08-02T17:13:34.182Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3252 | 2024-08-02T17:13:34.183Z | Aug 02 17:13:32.962 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+gitfcaf48be814 |
3253 | 2024-08-02T17:13:34.336Z | [ recovery-image] Aug 02 17:13:33.027 INFO O| Aug 02 17:13:32.988 INFO CREATE DATASET: rpool/images/build/recovery/output |
3254 | 2024-08-02T17:13:34.362Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3255 | 2024-08-02T17:13:34.365Z | Aug 02 17:13:33.144 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+gitfcaf48be814 |
3256 | 2024-08-02T17:13:34.424Z | Aug 02 17:13:33.205 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+gitfcaf48be814 |
3257 | 2024-08-02T17:13:34.428Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3258 | 2024-08-02T17:13:34.481Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3259 | 2024-08-02T17:13:34.484Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3260 | 2024-08-02T17:13:34.484Z | Aug 02 17:13:33.263 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+gitfcaf48be814 |
3261 | 2024-08-02T17:13:34.529Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3262 | 2024-08-02T17:13:34.584Z | Aug 02 17:13:33.365 INFO [stamp-ntp] process exited with exit status: 0 (604.187174ms) |
3263 | 2024-08-02T17:13:34.584Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3264 | 2024-08-02T17:13:34.759Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3265 | 2024-08-02T17:13:34.811Z | [ recovery-image] Aug 02 17:13:33.592 INFO O| Aug 02 17:13:33.576 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3266 | 2024-08-02T17:13:34.811Z | [ recovery-image] Aug 02 17:13:33.592 INFO O| Aug 02 17:13:33.588 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3267 | 2024-08-02T17:13:34.821Z | Aug 02 17:13:33.602 INFO [stamp-probe] process exited with exit status: 0 (339.033592ms) |
3268 | 2024-08-02T17:13:35.355Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3269 | 2024-08-02T17:13:35.363Z | Aug 02 17:13:34.144 INFO [stamp-internal-dns] process exited with exit status: 0 (1.351135404s) |
3270 | 2024-08-02T17:13:35.365Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3271 | 2024-08-02T17:13:35.403Z | Aug 02 17:13:34.184 INFO [stamp-external-dns] process exited with exit status: 0 (1.412695073s) |
3272 | 2024-08-02T17:13:35.503Z | [ recovery-image] Aug 02 17:13:34.284 INFO O| Aug 02 17:13:34.284 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3273 | 2024-08-02T17:13:35.589Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3274 | 2024-08-02T17:13:35.593Z | Aug 02 17:13:34.374 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.551492389s) |
3275 | 2024-08-02T17:13:35.602Z | [ recovery-image] Aug 02 17:13:34.382 INFO O| Aug 02 17:13:34.382 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3276 | 2024-08-02T17:13:35.605Z | [ recovery-image] Aug 02 17:13:34.383 INFO O| Aug 02 17:13:34.383 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3277 | 2024-08-02T17:13:35.605Z | [ recovery-image] Aug 02 17:13:34.383 INFO O| Aug 02 17:13:34.383 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3278 | 2024-08-02T17:13:35.605Z | [ recovery-image] Aug 02 17:13:34.383 INFO O| Aug 02 17:13:34.383 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3279 | 2024-08-02T17:13:35.613Z | [ recovery-image] Aug 02 17:13:34.394 INFO O| Aug 02 17:13:34.394 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3280 | 2024-08-02T17:13:35.655Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3281 | 2024-08-02T17:13:35.677Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3282 | 2024-08-02T17:13:36.123Z | [ recovery-image] Aug 02 17:13:34.903 INFO O| Aug 02 17:13:34.903 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3283 | 2024-08-02T17:13:36.138Z | [ recovery-image] Aug 02 17:13:34.919 INFO O| Aug 02 17:13:34.919 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3284 | 2024-08-02T17:13:36.189Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3285 | 2024-08-02T17:13:36.220Z | Aug 02 17:13:35.001 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.852548401s) |
3286 | 2024-08-02T17:13:36.297Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3287 | 2024-08-02T17:13:36.301Z | Aug 02 17:13:35.082 INFO [stamp-oximeter] process exited with exit status: 0 (2.241289728s) |
3288 | 2024-08-02T17:13:36.635Z | [ recovery-image] Aug 02 17:13:35.415 INFO O| Aug 02 17:13:35.415 INFO O| Caching catalogs ... Done |
3289 | 2024-08-02T17:13:36.756Z | [ recovery-image] Aug 02 17:13:35.537 INFO O| Aug 02 17:13:35.536 INFO STEP 0 (pkg_image_create) COMPLETE |
3290 | 2024-08-02T17:13:36.756Z | [ recovery-image] Aug 02 17:13:35.537 INFO O| Aug 02 17:13:35.537 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3291 | 2024-08-02T17:13:36.756Z | [ recovery-image] Aug 02 17:13:35.537 INFO O| Aug 02 17:13:35.537 INFO skip step because feature "repo_redist" is not enabled |
3292 | 2024-08-02T17:13:36.759Z | [ recovery-image] Aug 02 17:13:35.537 INFO O| Aug 02 17:13:35.537 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3293 | 2024-08-02T17:13:36.771Z | [ recovery-image] Aug 02 17:13:35.552 INFO O| Aug 02 17:13:35.552 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"] |
3294 | 2024-08-02T17:13:37.224Z | [ recovery-image] Aug 02 17:13:36.005 INFO O| Aug 02 17:13:36.005 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3295 | 2024-08-02T17:13:37.224Z | [ recovery-image] Aug 02 17:13:36.005 INFO O| Aug 02 17:13:36.005 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3296 | 2024-08-02T17:13:37.239Z | [ recovery-image] Aug 02 17:13:36.019 INFO O| Aug 02 17:13:36.019 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"] |
3297 | 2024-08-02T17:13:37.693Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3298 | 2024-08-02T17:13:37.697Z | Aug 02 17:13:36.477 INFO [stamp-nexus] process exited with exit status: 0 (3.673483181s) |
3299 | 2024-08-02T17:13:37.720Z | [ recovery-image] Aug 02 17:13:36.500 INFO O| Aug 02 17:13:36.500 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3300 | 2024-08-02T17:13:37.720Z | [ recovery-image] Aug 02 17:13:36.500 INFO O| Aug 02 17:13:36.500 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3301 | 2024-08-02T17:13:37.720Z | [ recovery-image] Aug 02 17:13:36.500 INFO O| Aug 02 17:13:36.500 INFO skip step because feature "repo_redist" is not enabled |
3302 | 2024-08-02T17:13:37.720Z | [ recovery-image] Aug 02 17:13:36.500 INFO O| Aug 02 17:13:36.500 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3303 | 2024-08-02T17:13:38.150Z | [ recovery-image] Aug 02 17:13:36.930 INFO O| Aug 02 17:13:36.930 INFO variant opensolaris.zone is already global |
3304 | 2024-08-02T17:13:38.150Z | [ recovery-image] Aug 02 17:13:36.930 INFO O| Aug 02 17:13:36.930 INFO STEP 5 (pkg_change_variant) COMPLETE |
3305 | 2024-08-02T17:13:38.153Z | [ recovery-image] Aug 02 17:13:36.930 INFO O| Aug 02 17:13:36.930 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3306 | 2024-08-02T17:13:38.606Z | [ recovery-image] Aug 02 17:13:37.386 INFO O| Aug 02 17:13:37.386 INFO variant opensolaris.imagetype is full; changing to partial |
3307 | 2024-08-02T17:13:38.606Z | [ recovery-image] Aug 02 17:13:37.386 INFO O| Aug 02 17:13:37.386 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3308 | 2024-08-02T17:13:39.637Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3309 | 2024-08-02T17:13:39.640Z | Aug 02 17:13:38.421 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.63987729s) |
3310 | 2024-08-02T17:13:42.598Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3311 | 2024-08-02T17:13:42.609Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3312 | 2024-08-02T17:13:42.613Z | Aug 02 17:13:41.393 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.431348639s) |
3313 | 2024-08-02T17:13:42.621Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3314 | 2024-08-02T17:13:42.624Z | Aug 02 17:13:41.405 INFO [stamp-clickhouse] process exited with exit status: 0 (8.199953766s) |
3315 | 2024-08-02T17:13:42.627Z | Aug 02 17:13:41.405 INFO [tuf-stamp] task succeeded (8.645888424s) |
3316 | 2024-08-02T17:13:42.710Z | [verify-libraries] Compiling heck v0.4.1 |
3317 | 2024-08-02T17:13:42.710Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3318 | 2024-08-02T17:13:42.713Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3319 | 2024-08-02T17:13:42.713Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3320 | 2024-08-02T17:13:42.748Z | [verify-libraries] Compiling indent_write v2.2.0 |
3321 | 2024-08-02T17:13:42.764Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3322 | 2024-08-02T17:13:42.764Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3323 | 2024-08-02T17:13:42.987Z | [ recovery-image] Aug 02 17:13:41.767 INFO O| Aug 02 17:13:41.767 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3324 | 2024-08-02T17:13:43.053Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3325 | 2024-08-02T17:13:43.100Z | [verify-libraries] Compiling termios v0.3.3 |
3326 | 2024-08-02T17:13:43.470Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3327 | 2024-08-02T17:13:44.105Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3328 | 2024-08-02T17:13:48.754Z | [ recovery-image] Aug 02 17:13:47.534 INFO O| Aug 02 17:13:47.534 INFO O| Startup: Caching catalogs ... Done |
3329 | 2024-08-02T17:13:48.843Z | [ recovery-image] Aug 02 17:13:47.623 INFO O| Aug 02 17:13:47.623 INFO O| Planning: Planning completed in 0.00 seconds |
3330 | 2024-08-02T17:13:48.846Z | [ recovery-image] Aug 02 17:13:47.624 INFO O| Aug 02 17:13:47.624 INFO O| Planning: Consolidating action changes ... Done |
3331 | 2024-08-02T17:13:48.846Z | [ recovery-image] Aug 02 17:13:47.624 INFO O| Aug 02 17:13:47.624 INFO O| Planning: Evaluating mediators ... Done |
3332 | 2024-08-02T17:13:48.846Z | [ recovery-image] Aug 02 17:13:47.625 INFO O| Aug 02 17:13:47.625 INFO O| Planning: Planning completed in 0.00 seconds |
3333 | 2024-08-02T17:13:48.846Z | [ recovery-image] Aug 02 17:13:47.625 INFO O| Aug 02 17:13:47.625 INFO O| Variants/Facets to change: 1 |
3334 | 2024-08-02T17:13:48.897Z | [ recovery-image] Aug 02 17:13:47.677 INFO O| Aug 02 17:13:47.676 INFO O| Done |
3335 | 2024-08-02T17:13:48.897Z | [ recovery-image] Aug 02 17:13:47.677 INFO O| Aug 02 17:13:47.676 INFO O| Done |
3336 | 2024-08-02T17:13:49.486Z | [ recovery-image] Aug 02 17:13:48.266 INFO O| Aug 02 17:13:48.266 INFO O| Done |
3337 | 2024-08-02T17:13:49.541Z | [ recovery-image] Aug 02 17:13:48.321 INFO O| Aug 02 17:13:48.321 INFO O| Done |
3338 | 2024-08-02T17:13:49.544Z | [ recovery-image] Aug 02 17:13:48.322 INFO O| Aug 02 17:13:48.322 INFO O| Done |
3339 | 2024-08-02T17:13:49.544Z | [ recovery-image] Aug 02 17:13:48.322 INFO O| Aug 02 17:13:48.322 INFO O| Done |
3340 | 2024-08-02T17:13:49.547Z | [ recovery-image] Aug 02 17:13:48.324 INFO O| Aug 02 17:13:48.324 INFO O| Done |
3341 | 2024-08-02T17:13:49.990Z | [ recovery-image] Aug 02 17:13:48.770 INFO O| Aug 02 17:13:48.769 INFO STEP 6 (pkg_change_variant) COMPLETE |
3342 | 2024-08-02T17:13:49.990Z | [ recovery-image] Aug 02 17:13:48.770 INFO O| Aug 02 17:13:48.769 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3343 | 2024-08-02T17:13:49.993Z | [ recovery-image] Aug 02 17:13:48.770 INFO O| Aug 02 17:13:48.770 INFO skip step because feature "debug_variant" is not enabled |
3344 | 2024-08-02T17:13:49.993Z | [ recovery-image] Aug 02 17:13:48.770 INFO O| Aug 02 17:13:48.770 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3345 | 2024-08-02T17:13:50.726Z | [ recovery-image] Aug 02 17:13:49.506 INFO O| Aug 02 17:13:49.506 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3346 | 2024-08-02T17:13:51.929Z | [ recovery-image] Aug 02 17:13:50.709 INFO O| Aug 02 17:13:50.708 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3347 | 2024-08-02T17:13:51.944Z | [ recovery-image] Aug 02 17:13:50.724 INFO O| Aug 02 17:13:50.724 INFO O| Planning: Planning completed in 0.00 seconds |
3348 | 2024-08-02T17:13:51.947Z | [ recovery-image] Aug 02 17:13:50.725 INFO O| Aug 02 17:13:50.725 INFO O| Planning: Consolidating action changes ... Done |
3349 | 2024-08-02T17:13:51.947Z | [ recovery-image] Aug 02 17:13:50.725 INFO O| Aug 02 17:13:50.725 INFO O| Planning: Evaluating mediators ... Done |
3350 | 2024-08-02T17:13:51.947Z | [ recovery-image] Aug 02 17:13:50.725 INFO O| Aug 02 17:13:50.725 INFO O| Planning: Planning completed in 0.00 seconds |
3351 | 2024-08-02T17:13:51.947Z | [ recovery-image] Aug 02 17:13:50.726 INFO O| Aug 02 17:13:50.726 INFO O| Variants/Facets to change: 1 |
3352 | 2024-08-02T17:13:52.014Z | [ recovery-image] Aug 02 17:13:50.794 INFO O| Aug 02 17:13:50.794 INFO O| Done |
3353 | 2024-08-02T17:13:52.014Z | [ recovery-image] Aug 02 17:13:50.794 INFO O| Aug 02 17:13:50.794 INFO O| Done |
3354 | 2024-08-02T17:13:52.469Z | [ recovery-image] Aug 02 17:13:51.249 INFO O| Aug 02 17:13:51.249 INFO O| Done |
3355 | 2024-08-02T17:13:52.540Z | [ recovery-image] Aug 02 17:13:51.320 INFO O| Aug 02 17:13:51.320 INFO O| Done |
3356 | 2024-08-02T17:13:52.543Z | [ recovery-image] Aug 02 17:13:51.321 INFO O| Aug 02 17:13:51.321 INFO O| Done |
3357 | 2024-08-02T17:13:52.543Z | [ recovery-image] Aug 02 17:13:51.321 INFO O| Aug 02 17:13:51.321 INFO O| Done |
3358 | 2024-08-02T17:13:52.543Z | [ recovery-image] Aug 02 17:13:51.323 INFO O| Aug 02 17:13:51.323 INFO O| Done |
3359 | 2024-08-02T17:13:52.580Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3360 | 2024-08-02T17:13:52.655Z | [ recovery-image] Aug 02 17:13:51.435 INFO O| Aug 02 17:13:51.435 INFO STEP 8 (pkg_change_facet) COMPLETE |
3361 | 2024-08-02T17:13:52.655Z | [ recovery-image] Aug 02 17:13:51.435 INFO O| Aug 02 17:13:51.435 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3362 | 2024-08-02T17:13:53.449Z | [ recovery-image] Aug 02 17:13:52.228 INFO O| Aug 02 17:13:52.228 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3363 | 2024-08-02T17:13:54.513Z | [ recovery-image] Aug 02 17:13:53.293 INFO O| Aug 02 17:13:53.293 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3364 | 2024-08-02T17:13:54.516Z | [ recovery-image] Aug 02 17:13:53.295 INFO O| Aug 02 17:13:53.295 INFO O| Planning: Planning completed in 0.00 seconds |
3365 | 2024-08-02T17:13:54.516Z | [ recovery-image] Aug 02 17:13:53.296 INFO O| Aug 02 17:13:53.296 INFO O| Planning: Consolidating action changes ... Done |
3366 | 2024-08-02T17:13:54.519Z | [ recovery-image] Aug 02 17:13:53.297 INFO O| Aug 02 17:13:53.296 INFO O| Planning: Evaluating mediators ... Done |
3367 | 2024-08-02T17:13:54.519Z | [ recovery-image] Aug 02 17:13:53.297 INFO O| Aug 02 17:13:53.297 INFO O| Planning: Planning completed in 0.00 seconds |
3368 | 2024-08-02T17:13:54.519Z | [ recovery-image] Aug 02 17:13:53.298 INFO O| Aug 02 17:13:53.298 INFO O| Variants/Facets to change: 1 |
3369 | 2024-08-02T17:13:54.594Z | [ recovery-image] Aug 02 17:13:53.373 INFO O| Aug 02 17:13:53.373 INFO O| Done |
3370 | 2024-08-02T17:13:54.594Z | [ recovery-image] Aug 02 17:13:53.373 INFO O| Aug 02 17:13:53.373 INFO O| Done |
3371 | 2024-08-02T17:13:55.038Z | [ recovery-image] Aug 02 17:13:53.818 INFO O| Aug 02 17:13:53.818 INFO O| Done |
3372 | 2024-08-02T17:13:55.115Z | [ recovery-image] Aug 02 17:13:53.895 INFO O| Aug 02 17:13:53.895 INFO O| Done |
3373 | 2024-08-02T17:13:55.118Z | [ recovery-image] Aug 02 17:13:53.896 INFO O| Aug 02 17:13:53.896 INFO O| Done |
3374 | 2024-08-02T17:13:55.118Z | [ recovery-image] Aug 02 17:13:53.896 INFO O| Aug 02 17:13:53.896 INFO O| Done |
3375 | 2024-08-02T17:13:55.121Z | [ recovery-image] Aug 02 17:13:53.899 INFO O| Aug 02 17:13:53.899 INFO O| Done |
3376 | 2024-08-02T17:13:55.245Z | [ recovery-image] Aug 02 17:13:54.025 INFO O| Aug 02 17:13:54.025 INFO STEP 9 (pkg_change_facet) COMPLETE |
3377 | 2024-08-02T17:13:55.245Z | [ recovery-image] Aug 02 17:13:54.025 INFO O| Aug 02 17:13:54.025 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3378 | 2024-08-02T17:13:55.509Z | [ host-image] Aug 02 17:13:54.289 INFO O| Aug 02 17:13:54.289 INFO O| Planning: Solver setup ... Done |
3379 | 2024-08-02T17:13:55.906Z | [ recovery-image] Aug 02 17:13:54.686 INFO O| Aug 02 17:13:54.686 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3380 | 2024-08-02T17:13:56.979Z | [ recovery-image] Aug 02 17:13:55.759 INFO O| Aug 02 17:13:55.759 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3381 | 2024-08-02T17:13:56.982Z | [ recovery-image] Aug 02 17:13:55.761 INFO O| Aug 02 17:13:55.761 INFO O| Planning: Planning completed in 0.00 seconds |
3382 | 2024-08-02T17:13:56.982Z | [ recovery-image] Aug 02 17:13:55.762 INFO O| Aug 02 17:13:55.762 INFO O| Planning: Consolidating action changes ... Done |
3383 | 2024-08-02T17:13:56.985Z | [ recovery-image] Aug 02 17:13:55.763 INFO O| Aug 02 17:13:55.762 INFO O| Planning: Evaluating mediators ... Done |
3384 | 2024-08-02T17:13:56.985Z | [ recovery-image] Aug 02 17:13:55.763 INFO O| Aug 02 17:13:55.763 INFO O| Planning: Planning completed in 0.00 seconds |
3385 | 2024-08-02T17:13:56.985Z | [ recovery-image] Aug 02 17:13:55.764 INFO O| Aug 02 17:13:55.764 INFO O| Variants/Facets to change: 1 |
3386 | 2024-08-02T17:13:57.056Z | [ recovery-image] Aug 02 17:13:55.836 INFO O| Aug 02 17:13:55.835 INFO O| Done |
3387 | 2024-08-02T17:13:57.056Z | [ recovery-image] Aug 02 17:13:55.836 INFO O| Aug 02 17:13:55.835 INFO O| Done |
3388 | 2024-08-02T17:13:57.497Z | [ recovery-image] Aug 02 17:13:56.277 INFO O| Aug 02 17:13:56.277 INFO O| Done |
3389 | 2024-08-02T17:13:57.548Z | [ recovery-image] Aug 02 17:13:56.328 INFO O| Aug 02 17:13:56.328 INFO O| Done |
3390 | 2024-08-02T17:13:57.551Z | [ recovery-image] Aug 02 17:13:56.329 INFO O| Aug 02 17:13:56.329 INFO O| Done |
3391 | 2024-08-02T17:13:57.551Z | [ recovery-image] Aug 02 17:13:56.329 INFO O| Aug 02 17:13:56.329 INFO O| Done |
3392 | 2024-08-02T17:13:57.551Z | [ recovery-image] Aug 02 17:13:56.331 INFO O| Aug 02 17:13:56.331 INFO O| Done |
3393 | 2024-08-02T17:13:57.723Z | [ recovery-image] Aug 02 17:13:56.502 INFO O| Aug 02 17:13:56.502 INFO STEP 10 (pkg_change_facet) COMPLETE |
3394 | 2024-08-02T17:13:57.723Z | [ recovery-image] Aug 02 17:13:56.503 INFO O| Aug 02 17:13:56.502 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3395 | 2024-08-02T17:13:57.744Z | [ recovery-image] Aug 02 17:13:56.524 INFO O| Aug 02 17:13:56.523 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"] |
3396 | 2024-08-02T17:13:58.778Z | [ recovery-image] Aug 02 17:13:57.558 INFO O| Aug 02 17:13:57.558 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3397 | 2024-08-02T17:14:14.388Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3398 | 2024-08-02T17:14:15.155Z | [ host-image] Aug 02 17:14:13.934 INFO O| Aug 02 17:14:13.934 INFO O| Planning: Running solver ... Done |
3399 | 2024-08-02T17:14:15.552Z | [ host-image] Aug 02 17:14:14.331 INFO O| Aug 02 17:14:14.331 INFO O| Planning: Finding local manifests ... Done |
3400 | 2024-08-02T17:14:15.596Z | [ host-image] Aug 02 17:14:14.374 INFO O| Aug 02 17:14:14.374 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3401 | 2024-08-02T17:14:18.620Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3402 | 2024-08-02T17:14:20.605Z | [ host-image] Aug 02 17:14:19.384 INFO O| Aug 02 17:14:19.384 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3403 | 2024-08-02T17:14:21.024Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3404 | 2024-08-02T17:14:22.138Z | [ host-image] Aug 02 17:14:20.917 INFO O| Aug 02 17:14:20.917 INFO O| Planning: Package planning ... Done |
3405 | 2024-08-02T17:14:23.797Z | [ host-image] Aug 02 17:14:22.576 INFO O| Aug 02 17:14:22.576 INFO O| Planning: Merging actions ... Done |
3406 | 2024-08-02T17:14:24.336Z | [ host-image] Aug 02 17:14:23.115 INFO O| Aug 02 17:14:23.115 INFO O| Planning: Checking for conflicting actions ... Done |
3407 | 2024-08-02T17:14:24.691Z | [ host-image] Aug 02 17:14:23.470 INFO O| Aug 02 17:14:23.470 INFO O| Planning: Consolidating action changes ... Done |
3408 | 2024-08-02T17:14:25.260Z | [ host-image] Aug 02 17:14:24.038 INFO O| Aug 02 17:14:24.038 INFO O| Planning: Evaluating mediators ... Done |
3409 | 2024-08-02T17:14:27.761Z | [ recovery-image] Aug 02 17:14:26.539 INFO O| Aug 02 17:14:26.539 INFO O| Planning: Solver setup ... Done |
3410 | 2024-08-02T17:14:31.663Z | [ host-image] Aug 02 17:14:30.442 INFO O| Aug 02 17:14:30.442 INFO O| Planning: Planning completed in 59.12 seconds |
3411 | 2024-08-02T17:14:31.670Z | [ host-image] Aug 02 17:14:30.449 INFO O| Aug 02 17:14:30.449 INFO O| Packages to install: 124 |
3412 | 2024-08-02T17:14:31.673Z | [ host-image] Aug 02 17:14:30.449 INFO O| Aug 02 17:14:30.449 INFO O| Mediators to change: 4 |
3413 | 2024-08-02T17:14:31.673Z | [ host-image] Aug 02 17:14:30.449 INFO O| Aug 02 17:14:30.449 INFO O| Services to change: 6 |
3414 | 2024-08-02T17:14:31.800Z | [ host-image] Aug 02 17:14:30.578 INFO O| Aug 02 17:14:30.578 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete |
3415 | 2024-08-02T17:14:36.811Z | [ host-image] Aug 02 17:14:35.589 INFO O| Aug 02 17:14:35.589 INFO O| Download: 1257/22724 items 7.2/196.3MB 3% complete (1.5M/s) |
3416 | 2024-08-02T17:14:41.913Z | [ host-image] Aug 02 17:14:40.691 INFO O| Aug 02 17:14:40.691 INFO O| Download: 1806/22724 items 16.8/196.3MB 8% complete (1.5M/s) |
3417 | 2024-08-02T17:14:46.483Z | [ recovery-image] Aug 02 17:14:45.261 INFO O| Aug 02 17:14:45.261 INFO O| Planning: Running solver ... Done |
3418 | 2024-08-02T17:14:46.793Z | [ recovery-image] Aug 02 17:14:45.571 INFO O| Aug 02 17:14:45.571 INFO O| Planning: Finding local manifests ... Done |
3419 | 2024-08-02T17:14:46.811Z | [ recovery-image] Aug 02 17:14:45.588 INFO O| Aug 02 17:14:45.588 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3420 | 2024-08-02T17:14:46.915Z | [ host-image] Aug 02 17:14:45.692 INFO O| Aug 02 17:14:45.692 INFO O| Download: 2586/22724 items 30.8/196.3MB 15% complete (2.3M/s) |
3421 | 2024-08-02T17:14:51.917Z | [ host-image] Aug 02 17:14:50.695 INFO O| Aug 02 17:14:50.695 INFO O| Download: 3671/22724 items 37.4/196.3MB 19% complete (2.1M/s) |
3422 | 2024-08-02T17:14:52.412Z | [ recovery-image] Aug 02 17:14:51.190 INFO O| Aug 02 17:14:51.189 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3423 | 2024-08-02T17:14:53.560Z | [ recovery-image] Aug 02 17:14:52.337 INFO O| Aug 02 17:14:52.337 INFO O| Planning: Package planning ... Done |
3424 | 2024-08-02T17:14:54.410Z | [ recovery-image] Aug 02 17:14:53.188 INFO O| Aug 02 17:14:53.188 INFO O| Planning: Merging actions ... Done |
3425 | 2024-08-02T17:14:54.715Z | [ recovery-image] Aug 02 17:14:53.493 INFO O| Aug 02 17:14:53.493 INFO O| Planning: Checking for conflicting actions ... Done |
3426 | 2024-08-02T17:14:54.955Z | [ recovery-image] Aug 02 17:14:53.732 INFO O| Aug 02 17:14:53.732 INFO O| Planning: Consolidating action changes ... Done |
3427 | 2024-08-02T17:14:55.393Z | [ recovery-image] Aug 02 17:14:54.170 INFO O| Aug 02 17:14:54.170 INFO O| Planning: Evaluating mediators ... Done |
3428 | 2024-08-02T17:14:56.918Z | [ host-image] Aug 02 17:14:55.695 INFO O| Aug 02 17:14:55.695 INFO O| Download: 4653/22724 items 43.7/196.3MB 22% complete (1.3M/s) |
3429 | 2024-08-02T17:14:58.947Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3430 | 2024-08-02T17:14:59.822Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3431 | 2024-08-02T17:15:01.589Z | [ recovery-image] Aug 02 17:15:00.367 INFO O| Aug 02 17:15:00.367 INFO O| Planning: Planning completed in 62.81 seconds |
3432 | 2024-08-02T17:15:01.597Z | [ recovery-image] Aug 02 17:15:00.375 INFO O| Aug 02 17:15:00.375 INFO O| Packages to install: 124 |
3433 | 2024-08-02T17:15:01.600Z | [ recovery-image] Aug 02 17:15:00.375 INFO O| Aug 02 17:15:00.375 INFO O| Mediators to change: 4 |
3434 | 2024-08-02T17:15:01.600Z | [ recovery-image] Aug 02 17:15:00.375 INFO O| Aug 02 17:15:00.375 INFO O| Services to change: 5 |
3435 | 2024-08-02T17:15:01.682Z | [ recovery-image] Aug 02 17:15:00.460 INFO O| Aug 02 17:15:00.460 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete |
3436 | 2024-08-02T17:15:01.922Z | [ host-image] Aug 02 17:15:00.699 INFO O| Aug 02 17:15:00.699 INFO O| Download: 5787/22724 items 46.3/196.3MB 23% complete (937k/s) |
3437 | 2024-08-02T17:15:03.391Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3438 | 2024-08-02T17:15:06.688Z | [ recovery-image] Aug 02 17:15:05.465 INFO O| Aug 02 17:15:05.465 INFO O| Download: 955/15831 items 7.7/173.1MB 4% complete (1.6M/s) |
3439 | 2024-08-02T17:15:07.012Z | [ host-image] Aug 02 17:15:05.790 INFO O| Aug 02 17:15:05.790 INFO O| Download: 6755/22724 items 47.4/196.3MB 24% complete (421k/s) |
3440 | 2024-08-02T17:15:11.740Z | [ recovery-image] Aug 02 17:15:10.517 INFO O| Aug 02 17:15:10.517 INFO O| Download: 1172/15831 items 10.9/173.1MB 6% complete (1.1M/s) |
3441 | 2024-08-02T17:15:12.016Z | [ host-image] Aug 02 17:15:10.793 INFO O| Aug 02 17:15:10.793 INFO O| Download: 7408/22724 items 57.7/196.3MB 29% complete (1.1M/s) |
3442 | 2024-08-02T17:15:16.985Z | [ recovery-image] Aug 02 17:15:15.763 INFO O| Aug 02 17:15:15.762 INFO O| Download: 1632/15831 items 25.3/173.1MB 14% complete (1.7M/s) |
3443 | 2024-08-02T17:15:17.039Z | [ host-image] Aug 02 17:15:15.816 INFO O| Aug 02 17:15:15.816 INFO O| Download: 8137/22724 items 60.8/196.3MB 30% complete (1.3M/s) |
3444 | 2024-08-02T17:15:21.986Z | [ recovery-image] Aug 02 17:15:20.763 INFO O| Aug 02 17:15:20.763 INFO O| Download: 2848/15831 items 36.6/173.1MB 21% complete (2.6M/s) |
3445 | 2024-08-02T17:15:22.045Z | [ host-image] Aug 02 17:15:20.822 INFO O| Aug 02 17:15:20.822 INFO O| Download: 8459/22724 items 69.6/196.3MB 35% complete (1.1M/s) |
3446 | 2024-08-02T17:15:27.015Z | [ recovery-image] Aug 02 17:15:25.792 INFO O| Aug 02 17:15:25.792 INFO O| Download: 3619/15831 items 39.3/173.1MB 22% complete (1.4M/s) |
3447 | 2024-08-02T17:15:27.088Z | [ host-image] Aug 02 17:15:25.861 INFO O| Aug 02 17:15:25.861 INFO O| Download: 9378/22724 items 81.4/196.3MB 41% complete (2.1M/s) |
3448 | 2024-08-02T17:15:32.018Z | [ recovery-image] Aug 02 17:15:30.795 INFO O| Aug 02 17:15:30.794 INFO O| Download: 4121/15831 items 42.6/173.1MB 24% complete (619k/s) |
3449 | 2024-08-02T17:15:33.372Z | [ host-image] Aug 02 17:15:32.149 INFO O| Aug 02 17:15:32.149 INFO O| Download: 10410/22724 items 88.0/196.3MB 44% complete (1.9M/s) |
3450 | 2024-08-02T17:15:37.021Z | [ recovery-image] Aug 02 17:15:35.797 INFO O| Aug 02 17:15:35.797 INFO O| Download: 4848/15831 items 43.0/173.1MB 24% complete (385k/s) |
3451 | 2024-08-02T17:15:38.402Z | [ host-image] Aug 02 17:15:37.178 INFO O| Aug 02 17:15:37.178 INFO O| Download: 11082/22724 items 91.9/196.3MB 46% complete (914k/s) |
3452 | 2024-08-02T17:15:42.294Z | [ recovery-image] Aug 02 17:15:41.070 INFO O| Aug 02 17:15:41.070 INFO O| Download: 5724/15831 items 46.1/173.1MB 26% complete (321k/s) |
3453 | 2024-08-02T17:15:43.586Z | [ host-image] Aug 02 17:15:42.362 INFO O| Aug 02 17:15:42.362 INFO O| Download: 11232/22724 items 94.1/196.3MB 47% complete (693k/s) |
3454 | 2024-08-02T17:15:47.473Z | [ recovery-image] Aug 02 17:15:46.249 INFO O| Aug 02 17:15:46.249 INFO O| Download: 6114/15831 items 58.6/173.1MB 33% complete (1.4M/s) |
3455 | 2024-08-02T17:15:48.588Z | [ host-image] Aug 02 17:15:47.364 INFO O| Aug 02 17:15:47.364 INFO O| Download: 12130/22724 items 107.4/196.3MB 54% complete (1.5M/s) |
3456 | 2024-08-02T17:15:52.475Z | [ recovery-image] Aug 02 17:15:51.251 INFO O| Aug 02 17:15:51.250 INFO O| Download: 7408/15831 items 73.4/173.1MB 42% complete (2.7M/s) |
3457 | 2024-08-02T17:15:53.601Z | [ host-image] Aug 02 17:15:52.377 INFO O| Aug 02 17:15:52.377 INFO O| Download: 12408/22724 items 109.4/196.3MB 55% complete (1.5M/s) |
3458 | 2024-08-02T17:15:57.562Z | [ recovery-image] Aug 02 17:15:56.338 INFO O| Aug 02 17:15:56.338 INFO O| Download: 7850/15831 items 75.6/173.1MB 43% complete (1.7M/s) |
3459 | 2024-08-02T17:15:58.604Z | [ host-image] Aug 02 17:15:57.379 INFO O| Aug 02 17:15:57.379 INFO O| Download: 13721/22724 items 110.1/196.3MB 56% complete (278k/s) |
3460 | 2024-08-02T17:16:03.804Z | [ host-image] Aug 02 17:16:02.580 INFO O| Aug 02 17:16:02.580 INFO O| Download: 14413/22724 items 111.6/196.3MB 56% complete (212k/s) |
3461 | 2024-08-02T17:16:03.991Z | [ recovery-image] Aug 02 17:16:02.767 INFO O| Aug 02 17:16:02.766 INFO O| Download: 7935/15831 items 77.6/173.1MB 44% complete (466k/s) |
3462 | 2024-08-02T17:16:08.814Z | [ host-image] Aug 02 17:16:07.589 INFO O| Aug 02 17:16:07.589 INFO O| Download: 14752/22724 items 117.1/196.3MB 59% complete (715k/s) |
3463 | 2024-08-02T17:16:09.011Z | [ recovery-image] Aug 02 17:16:07.786 INFO O| Aug 02 17:16:07.786 INFO O| Download: 8650/15831 items 81.2/173.1MB 46% complete (523k/s) |
3464 | 2024-08-02T17:16:14.200Z | [ recovery-image] Aug 02 17:16:12.975 INFO O| Aug 02 17:16:12.974 INFO O| Download: 8670/15831 items 82.6/173.1MB 47% complete (480k/s) |
3465 | 2024-08-02T17:16:17.523Z | [ host-image] Aug 02 17:16:16.298 INFO O| Aug 02 17:16:16.298 INFO O| Download: 15545/22724 items 125.5/196.3MB 63% complete (1.4M/s) |
3466 | 2024-08-02T17:16:19.203Z | [ recovery-image] Aug 02 17:16:17.978 INFO O| Aug 02 17:16:17.978 INFO O| Download: 9245/15831 items 92.7/173.1MB 53% complete (1.3M/s) |
3467 | 2024-08-02T17:16:22.558Z | [ host-image] Aug 02 17:16:21.331 INFO O| Aug 02 17:16:21.331 INFO O| Download: 15831/22724 items 130.1/196.3MB 66% complete (471k/s) |
3468 | 2024-08-02T17:16:24.222Z | [ recovery-image] Aug 02 17:16:22.995 INFO O| Aug 02 17:16:22.995 INFO O| Download: 10352/15831 items 93.3/173.1MB 53% complete (1.1M/s) |
3469 | 2024-08-02T17:16:27.563Z | [ host-image] Aug 02 17:16:26.337 INFO O| Aug 02 17:16:26.337 INFO O| Download: 16747/22724 items 137.6/196.3MB 70% complete (1.2M/s) |
3470 | 2024-08-02T17:16:29.232Z | [ recovery-image] Aug 02 17:16:28.006 INFO O| Aug 02 17:16:28.006 INFO O| Download: 11010/15831 items 94.7/173.1MB 54% complete (181k/s) |
3471 | 2024-08-02T17:16:32.587Z | [ host-image] Aug 02 17:16:31.361 INFO O| Aug 02 17:16:31.361 INFO O| Download: 17683/22724 items 148.4/196.3MB 75% complete (1.8M/s) |
3472 | 2024-08-02T17:16:34.249Z | [ recovery-image] Aug 02 17:16:33.023 INFO O| Aug 02 17:16:33.023 INFO O| Download: 11261/15831 items 104.3/173.1MB 60% complete (1.0M/s) |
3473 | 2024-08-02T17:16:37.901Z | [ host-image] Aug 02 17:16:36.676 INFO O| Aug 02 17:16:36.676 INFO O| Download: 17904/22724 items 157.6/196.3MB 80% complete (2.0M/s) |
3474 | 2024-08-02T17:16:39.999Z | [ recovery-image] Aug 02 17:16:38.773 INFO O| Aug 02 17:16:38.773 INFO O| Download: 11399/15831 items 107.0/173.1MB 61% complete (1.3M/s) |
3475 | 2024-08-02T17:16:46.614Z | [ recovery-image] Aug 02 17:16:45.388 INFO O| Aug 02 17:16:45.388 INFO O| Download: 11421/15831 items 107.2/173.1MB 61% complete (840k/s) |
3476 | 2024-08-02T17:16:51.624Z | [ recovery-image] Aug 02 17:16:50.397 INFO O| Aug 02 17:16:50.397 INFO O| Download: 11886/15831 items 127.3/173.1MB 73% complete (2.0M/s) |
3477 | 2024-08-02T17:16:56.862Z | [ recovery-image] Aug 02 17:16:55.636 INFO O| Aug 02 17:16:55.636 INFO O| Download: 11939/15831 items 132.9/173.1MB 76% complete (2.3M/s) |
3478 | 2024-08-02T17:17:01.873Z | [ recovery-image] Aug 02 17:17:00.645 INFO O| Aug 02 17:17:00.645 INFO O| Download: 12827/15831 items 140.1/173.1MB 80% complete (1.3M/s) |
3479 | 2024-08-02T17:17:02.737Z | [ host-image] Aug 02 17:17:01.510 INFO O| Aug 02 17:17:01.510 INFO O| Download: 17916/22724 items 158.8/196.3MB 80% complete |
3480 | 2024-08-02T17:17:07.784Z | [ host-image] Aug 02 17:17:06.558 INFO O| Aug 02 17:17:06.557 INFO O| Download: 18283/22724 items 160.1/196.3MB 81% complete (278k/s) |
3481 | 2024-08-02T17:17:08.098Z | [ recovery-image] Aug 02 17:17:06.872 INFO O| Aug 02 17:17:06.871 INFO O| Download: 13003/15831 items 141.0/173.1MB 81% complete (1.3M/s) |
3482 | 2024-08-02T17:17:12.792Z | [ host-image] Aug 02 17:17:11.565 INFO O| Aug 02 17:17:11.565 INFO O| Download: 18854/22724 items 162.4/196.3MB 82% complete (365k/s) |
3483 | 2024-08-02T17:17:15.346Z | [ recovery-image] Aug 02 17:17:14.120 INFO O| Aug 02 17:17:14.119 INFO O| Download: 13004/15831 items 141.0/173.1MB 81% complete |
3484 | 2024-08-02T17:17:17.798Z | [ host-image] Aug 02 17:17:16.571 INFO O| Aug 02 17:17:16.571 INFO O| Download: 19126/22724 items 163.5/196.3MB 83% complete (352k/s) |
3485 | 2024-08-02T17:17:20.364Z | [ recovery-image] Aug 02 17:17:19.137 INFO O| Aug 02 17:17:19.137 INFO O| Download: 13759/15831 items 143.6/173.1MB 82% complete (540k/s) |
3486 | 2024-08-02T17:17:22.800Z | [ host-image] Aug 02 17:17:21.572 INFO O| Aug 02 17:17:21.572 INFO O| Download: 19947/22724 items 166.3/196.3MB 84% complete (401k/s) |
3487 | 2024-08-02T17:17:25.704Z | [ recovery-image] Aug 02 17:17:24.477 INFO O| Aug 02 17:17:24.477 INFO O| Download: 14698/15831 items 148.8/173.1MB 85% complete (749k/s) |
3488 | 2024-08-02T17:17:27.817Z | [ host-image] Aug 02 17:17:26.589 INFO O| Aug 02 17:17:26.589 INFO O| Download: 20570/22724 items 169.3/196.3MB 86% complete (587k/s) |
3489 | 2024-08-02T17:17:30.705Z | [ recovery-image] Aug 02 17:17:29.477 INFO O| Aug 02 17:17:29.477 INFO O| Download: 15157/15831 items 154.9/173.1MB 89% complete (1.1M/s) |
3490 | 2024-08-02T17:17:32.911Z | [ host-image] Aug 02 17:17:31.683 INFO O| Aug 02 17:17:31.683 INFO O| Download: 20941/22724 items 175.8/196.3MB 89% complete (1.1M/s) |
3491 | 2024-08-02T17:17:35.718Z | [ recovery-image] Aug 02 17:17:34.491 INFO O| Aug 02 17:17:34.490 INFO O| Download: 15593/15831 items 166.6/173.1MB 96% complete (1.8M/s) |
3492 | 2024-08-02T17:17:37.914Z | [ host-image] Aug 02 17:17:36.686 INFO O| Aug 02 17:17:36.686 INFO O| Download: 21653/22724 items 180.5/196.3MB 91% complete (1.1M/s) |
3493 | 2024-08-02T17:17:39.698Z | [ recovery-image] Aug 02 17:17:38.470 INFO O| Aug 02 17:17:38.470 INFO O| Download: Completed 173.12 MB in 158.01 seconds (1.1M/s) |
3494 | 2024-08-02T17:17:40.681Z | [ recovery-image] Aug 02 17:17:39.453 INFO O| Aug 02 17:17:39.452 INFO O| Actions: 1/24963 actions (Installing new actions) |
3495 | 2024-08-02T17:17:43.181Z | [ host-image] Aug 02 17:17:41.953 INFO O| Aug 02 17:17:41.953 INFO O| Download: 22200/22724 items 194.6/196.3MB 99% complete (1.9M/s) |
3496 | 2024-08-02T17:17:45.374Z | [ host-image] Aug 02 17:17:44.146 INFO O| Aug 02 17:17:44.146 INFO O| Download: Completed 196.33 MB in 193.57 seconds (1.0M/s) |
3497 | 2024-08-02T17:17:45.681Z | [ recovery-image] Aug 02 17:17:44.453 INFO O| Aug 02 17:17:44.453 INFO O| Actions: 9313/24963 actions (Installing new actions) |
3498 | 2024-08-02T17:17:47.145Z | [ host-image] Aug 02 17:17:45.917 INFO O| Aug 02 17:17:45.916 INFO O| Actions: 1/49256 actions (Installing new actions) |
3499 | 2024-08-02T17:17:50.693Z | [ recovery-image] Aug 02 17:17:49.465 INFO O| Aug 02 17:17:49.465 INFO O| Actions: 16009/24963 actions (Installing new actions) |
3500 | 2024-08-02T17:17:52.145Z | [ host-image] Aug 02 17:17:50.917 INFO O| Aug 02 17:17:50.917 INFO O| Actions: 9014/49256 actions (Installing new actions) |
3501 | 2024-08-02T17:17:57.145Z | [ host-image] Aug 02 17:17:55.917 INFO O| Aug 02 17:17:55.917 INFO O| Actions: 15832/49256 actions (Installing new actions) |
3502 | 2024-08-02T17:17:57.157Z | [ recovery-image] Aug 02 17:17:55.929 INFO O| Aug 02 17:17:55.929 INFO O| Actions: 24410/24963 actions (Installing new actions) |
3503 | 2024-08-02T17:17:58.420Z | [ recovery-image] Aug 02 17:17:57.191 INFO O| Aug 02 17:17:57.191 INFO O| Actions: Completed 24963 actions in 17.74 seconds. |
3504 | 2024-08-02T17:17:58.669Z | [ recovery-image] Aug 02 17:17:57.441 INFO O| Aug 02 17:17:57.441 INFO O| Done |
3505 | 2024-08-02T17:17:58.669Z | [ recovery-image] Aug 02 17:17:57.441 INFO O| Aug 02 17:17:57.441 INFO O| Done |
3506 | 2024-08-02T17:17:59.125Z | [ recovery-image] Aug 02 17:17:57.897 INFO O| Aug 02 17:17:57.896 INFO O| Done |
3507 | 2024-08-02T17:17:59.974Z | [ recovery-image] Aug 02 17:17:58.746 INFO O| Aug 02 17:17:58.746 INFO O| Done |
3508 | 2024-08-02T17:17:59.988Z | [ recovery-image] Aug 02 17:17:58.760 INFO O| Aug 02 17:17:58.760 INFO O| Done |
3509 | 2024-08-02T17:18:02.146Z | [ host-image] Aug 02 17:18:00.917 INFO O| Aug 02 17:18:00.917 INFO O| Actions: 38939/49256 actions (Installing new actions) |
3510 | 2024-08-02T17:18:04.083Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 22s |
3511 | 2024-08-02T17:18:04.325Z | Aug 02 17:18:03.097 INFO [verify-libraries] process exited with exit status: 0 (270.481398032s) |
3512 | 2024-08-02T17:18:04.756Z | [ recovery-image] Aug 02 17:18:03.528 INFO O| Aug 02 17:18:03.528 INFO O| Done |
3513 | 2024-08-02T17:18:04.864Z | [ host-image] Aug 02 17:18:03.635 INFO O| Aug 02 17:18:03.635 INFO O| Actions: Completed 49256 actions in 17.72 seconds. |
3514 | 2024-08-02T17:18:05.084Z | [ recovery-image] Aug 02 17:18:03.856 INFO O| Aug 02 17:18:03.855 INFO O| Done |
3515 | 2024-08-02T17:18:05.110Z | [ host-image] Aug 02 17:18:03.882 INFO O| Aug 02 17:18:03.881 INFO O| Done |
3516 | 2024-08-02T17:18:05.110Z | [ host-image] Aug 02 17:18:03.882 INFO O| Aug 02 17:18:03.881 INFO O| Done |
3517 | 2024-08-02T17:18:05.279Z | [ recovery-image] Aug 02 17:18:04.050 INFO O| Aug 02 17:18:04.050 INFO STEP 11 (pkg_install) COMPLETE |
3518 | 2024-08-02T17:18:05.279Z | [ recovery-image] Aug 02 17:18:04.050 INFO O| Aug 02 17:18:04.050 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3519 | 2024-08-02T17:18:05.282Z | [ recovery-image] Aug 02 17:18:04.050 INFO O| Aug 02 17:18:04.050 INFO skip step because feature "recovery" is enabled |
3520 | 2024-08-02T17:18:05.282Z | [ recovery-image] Aug 02 17:18:04.050 INFO O| Aug 02 17:18:04.050 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3521 | 2024-08-02T17:18:05.282Z | [ recovery-image] Aug 02 17:18:04.050 INFO O| Aug 02 17:18:04.050 INFO skip step because feature "omicron1" is not enabled |
3522 | 2024-08-02T17:18:05.282Z | [ recovery-image] Aug 02 17:18:04.050 INFO O| Aug 02 17:18:04.050 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3523 | 2024-08-02T17:18:05.290Z | [ recovery-image] Aug 02 17:18:04.061 INFO O| Aug 02 17:18:04.061 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3524 | 2024-08-02T17:18:05.572Z | [ host-image] Aug 02 17:18:04.343 INFO O| Aug 02 17:18:04.343 INFO O| Done |
3525 | 2024-08-02T17:18:05.851Z | [ recovery-image] Aug 02 17:18:04.622 INFO O| Aug 02 17:18:04.622 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3526 | 2024-08-02T17:18:06.758Z | [ host-image] Aug 02 17:18:05.529 INFO O| Aug 02 17:18:05.529 INFO O| Done |
3527 | 2024-08-02T17:18:06.787Z | [ host-image] Aug 02 17:18:05.558 INFO O| Aug 02 17:18:05.557 INFO O| Done |
3528 | 2024-08-02T17:18:07.131Z | [ recovery-image] Aug 02 17:18:05.902 INFO O| Aug 02 17:18:05.902 INFO O| Planning: Solver setup ... Done |
3529 | 2024-08-02T17:18:07.134Z | [ recovery-image] Aug 02 17:18:05.905 INFO O| Aug 02 17:18:05.905 INFO O| Planning: Running solver ... Done |
3530 | 2024-08-02T17:18:07.169Z | [ recovery-image] Aug 02 17:18:05.941 INFO O| Aug 02 17:18:05.941 INFO O| Planning: Finding local manifests ... Done |
3531 | 2024-08-02T17:18:07.173Z | [ recovery-image] Aug 02 17:18:05.941 INFO O| Aug 02 17:18:05.941 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3532 | 2024-08-02T17:18:07.229Z | [ recovery-image] Aug 02 17:18:06.000 INFO O| Aug 02 17:18:06.000 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3533 | 2024-08-02T17:18:07.247Z | [ recovery-image] Aug 02 17:18:06.019 INFO O| Aug 02 17:18:06.019 INFO O| Planning: Package planning ... Done |
3534 | 2024-08-02T17:18:07.251Z | [ recovery-image] Aug 02 17:18:06.019 INFO O| Aug 02 17:18:06.019 INFO O| Planning: Merging actions ... Done |
3535 | 2024-08-02T17:18:07.281Z | [ recovery-image] Aug 02 17:18:06.052 INFO O| Aug 02 17:18:06.052 INFO O| Planning: Checking for conflicting actions ... Done |
3536 | 2024-08-02T17:18:07.284Z | [ recovery-image] Aug 02 17:18:06.052 INFO O| Aug 02 17:18:06.052 INFO O| Planning: Consolidating action changes ... Done |
3537 | 2024-08-02T17:18:07.409Z | [ recovery-image] Aug 02 17:18:06.181 INFO O| Aug 02 17:18:06.181 INFO O| Planning: Evaluating mediators ... Done |
3538 | 2024-08-02T17:18:07.412Z | [ recovery-image] Aug 02 17:18:06.181 INFO O| Aug 02 17:18:06.181 INFO O| Planning: Planning completed in 1.56 seconds |
3539 | 2024-08-02T17:18:07.412Z | [ recovery-image] Aug 02 17:18:06.183 INFO O| Aug 02 17:18:06.183 INFO O| Packages to install: 1 |
3540 | 2024-08-02T17:18:07.421Z | [ recovery-image] Aug 02 17:18:06.193 INFO O| Aug 02 17:18:06.193 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3541 | 2024-08-02T17:18:08.211Z | [ recovery-image] Aug 02 17:18:06.983 INFO O| Aug 02 17:18:06.983 INFO O| Download: Completed 20.86 MB in 0.79 seconds (26.4M/s) |
3542 | 2024-08-02T17:18:08.234Z | [ recovery-image] Aug 02 17:18:07.005 INFO O| Aug 02 17:18:07.005 INFO O| Actions: 1/22 actions (Installing new actions) |
3543 | 2024-08-02T17:18:08.824Z | [ recovery-image] Aug 02 17:18:07.595 INFO O| Aug 02 17:18:07.595 INFO O| Actions: Completed 22 actions in 0.59 seconds. |
3544 | 2024-08-02T17:18:09.032Z | [ recovery-image] Aug 02 17:18:07.804 INFO O| Aug 02 17:18:07.803 INFO O| Done |
3545 | 2024-08-02T17:18:09.032Z | [ recovery-image] Aug 02 17:18:07.804 INFO O| Aug 02 17:18:07.804 INFO O| Done |
3546 | 2024-08-02T17:18:09.362Z | [ recovery-image] Aug 02 17:18:08.133 INFO O| Aug 02 17:18:08.133 INFO O| Done |
3547 | 2024-08-02T17:18:10.191Z | [ recovery-image] Aug 02 17:18:08.962 INFO O| Aug 02 17:18:08.962 INFO O| Done |
3548 | 2024-08-02T17:18:10.202Z | [ recovery-image] Aug 02 17:18:08.973 INFO O| Aug 02 17:18:08.973 INFO O| Done |
3549 | 2024-08-02T17:18:10.202Z | [ recovery-image] Aug 02 17:18:08.974 INFO O| Aug 02 17:18:08.973 INFO O| Done |
3550 | 2024-08-02T17:18:10.212Z | [ recovery-image] Aug 02 17:18:08.983 INFO O| Aug 02 17:18:08.983 INFO O| Done |
3551 | 2024-08-02T17:18:10.300Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO STEP 14 (pkg_install) COMPLETE |
3552 | 2024-08-02T17:18:10.300Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3553 | 2024-08-02T17:18:10.300Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO skip step because feature "mfg" is not enabled |
3554 | 2024-08-02T17:18:10.300Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-08-02T17:18:10.303Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO skip step because feature "compliance" is not enabled |
3556 | 2024-08-02T17:18:10.303Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-08-02T17:18:10.303Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO skip step because feature "stress" is not enabled |
3558 | 2024-08-02T17:18:10.303Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-08-02T17:18:10.303Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO skip step because feature "nfs" is not enabled |
3560 | 2024-08-02T17:18:10.303Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3561 | 2024-08-02T17:18:10.303Z | [ recovery-image] Aug 02 17:18:09.071 INFO O| Aug 02 17:18:09.071 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3562 | 2024-08-02T17:18:10.425Z | [ recovery-image] Aug 02 17:18:09.196 INFO O| Aug 02 17:18:09.196 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3563 | 2024-08-02T17:18:10.518Z | [ recovery-image] Aug 02 17:18:09.289 INFO O| Aug 02 17:18:09.289 INFO completed processing gimlet/ramdisk-01-os |
3564 | 2024-08-02T17:18:10.521Z | [ recovery-image] Aug 02 17:18:09.291 INFO image builder template: ramdisk-02-trim... |
3565 | 2024-08-02T17:18:10.521Z | [ recovery-image] Aug 02 17:18:09.291 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/.tmp5JSm0w/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 |
3566 | 2024-08-02T17:18:10.543Z | [ recovery-image] Aug 02 17:18:09.314 INFO O| Aug 02 17:18:09.314 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3567 | 2024-08-02T17:18:10.546Z | [ recovery-image] Aug 02 17:18:09.318 INFO O| Aug 02 17:18:09.318 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3568 | 2024-08-02T17:18:10.673Z | [ recovery-image] Aug 02 17:18:09.445 INFO O| Aug 02 17:18:09.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3569 | 2024-08-02T17:18:10.734Z | [ recovery-image] Aug 02 17:18:09.505 INFO O| Aug 02 17:18:09.505 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3570 | 2024-08-02T17:18:10.737Z | [ recovery-image] Aug 02 17:18:09.506 INFO O| Aug 02 17:18:09.506 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3571 | 2024-08-02T17:18:10.740Z | [ recovery-image] Aug 02 17:18:09.511 INFO O| Aug 02 17:18:09.511 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3572 | 2024-08-02T17:18:10.743Z | [ recovery-image] Aug 02 17:18:09.515 INFO O| Aug 02 17:18:09.515 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3573 | 2024-08-02T17:18:10.748Z | [ recovery-image] Aug 02 17:18:09.519 INFO O| Aug 02 17:18:09.519 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3574 | 2024-08-02T17:18:10.962Z | [ recovery-image] Aug 02 17:18:09.733 INFO O| Aug 02 17:18:09.732 INFO rolled back to input snapshot; work may begin |
3575 | 2024-08-02T17:18:10.962Z | [ recovery-image] Aug 02 17:18:09.733 INFO O| Aug 02 17:18:09.732 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3576 | 2024-08-02T17:18:10.967Z | [ recovery-image] Aug 02 17:18:09.739 INFO O| Aug 02 17:18:09.738 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3577 | 2024-08-02T17:18:10.980Z | [ recovery-image] Aug 02 17:18:09.751 INFO O| Aug 02 17:18:09.751 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3578 | 2024-08-02T17:18:11.026Z | [ recovery-image] Aug 02 17:18:09.797 INFO O| Aug 02 17:18:09.797 INFO STEP 0 (remove_files) COMPLETE |
3579 | 2024-08-02T17:18:11.026Z | [ recovery-image] Aug 02 17:18:09.797 INFO O| Aug 02 17:18:09.797 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3580 | 2024-08-02T17:18:11.037Z | [ recovery-image] Aug 02 17:18:09.808 INFO O| Aug 02 17:18:09.808 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3581 | 2024-08-02T17:18:11.039Z | [ recovery-image] Aug 02 17:18:09.810 INFO O| Aug 02 17:18:09.810 INFO STEP 1 (remove_files) COMPLETE |
3582 | 2024-08-02T17:18:11.040Z | [ recovery-image] Aug 02 17:18:09.810 INFO O| Aug 02 17:18:09.810 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3583 | 2024-08-02T17:18:11.048Z | [ recovery-image] Aug 02 17:18:09.819 INFO O| Aug 02 17:18:09.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3584 | 2024-08-02T17:18:11.062Z | [ recovery-image] Aug 02 17:18:09.833 INFO O| Aug 02 17:18:09.833 INFO STEP 2 (remove_files) COMPLETE |
3585 | 2024-08-02T17:18:11.062Z | [ recovery-image] Aug 02 17:18:09.833 INFO O| Aug 02 17:18:09.833 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3586 | 2024-08-02T17:18:11.071Z | [ recovery-image] Aug 02 17:18:09.843 INFO O| Aug 02 17:18:09.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3587 | 2024-08-02T17:18:11.074Z | [ recovery-image] Aug 02 17:18:09.845 INFO O| Aug 02 17:18:09.845 INFO STEP 3 (remove_files) COMPLETE |
3588 | 2024-08-02T17:18:11.074Z | [ recovery-image] Aug 02 17:18:09.845 INFO O| Aug 02 17:18:09.845 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3589 | 2024-08-02T17:18:11.083Z | [ recovery-image] Aug 02 17:18:09.854 INFO O| Aug 02 17:18:09.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3590 | 2024-08-02T17:18:11.087Z | [ recovery-image] Aug 02 17:18:09.858 INFO O| Aug 02 17:18:09.858 INFO STEP 4 (remove_files) COMPLETE |
3591 | 2024-08-02T17:18:11.087Z | [ recovery-image] Aug 02 17:18:09.858 INFO O| Aug 02 17:18:09.858 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3592 | 2024-08-02T17:18:11.096Z | [ recovery-image] Aug 02 17:18:09.867 INFO O| Aug 02 17:18:09.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3593 | 2024-08-02T17:18:11.098Z | [ recovery-image] Aug 02 17:18:09.867 INFO O| Aug 02 17:18:09.867 INFO STEP 5 (remove_files) COMPLETE |
3594 | 2024-08-02T17:18:11.098Z | [ recovery-image] Aug 02 17:18:09.867 INFO O| Aug 02 17:18:09.867 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3595 | 2024-08-02T17:18:11.105Z | [ recovery-image] Aug 02 17:18:09.876 INFO O| Aug 02 17:18:09.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3596 | 2024-08-02T17:18:11.116Z | [ recovery-image] Aug 02 17:18:09.887 INFO O| Aug 02 17:18:09.887 INFO STEP 6 (remove_files) COMPLETE |
3597 | 2024-08-02T17:18:11.116Z | [ recovery-image] Aug 02 17:18:09.887 INFO O| Aug 02 17:18:09.887 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3598 | 2024-08-02T17:18:11.116Z | [ recovery-image] Aug 02 17:18:09.887 INFO O| Aug 02 17:18:09.887 INFO skip step because feature "recovery" is enabled |
3599 | 2024-08-02T17:18:11.119Z | [ recovery-image] Aug 02 17:18:09.887 INFO O| Aug 02 17:18:09.887 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3600 | 2024-08-02T17:18:11.119Z | [ recovery-image] Aug 02 17:18:09.887 INFO O| Aug 02 17:18:09.887 INFO skip step because feature "recovery" is enabled |
3601 | 2024-08-02T17:18:11.119Z | [ recovery-image] Aug 02 17:18:09.888 INFO O| Aug 02 17:18:09.887 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3602 | 2024-08-02T17:18:11.119Z | [ recovery-image] Aug 02 17:18:09.888 INFO O| Aug 02 17:18:09.887 INFO skip step because feature "recovery" is enabled |
3603 | 2024-08-02T17:18:11.119Z | [ recovery-image] Aug 02 17:18:09.888 INFO O| Aug 02 17:18:09.887 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3604 | 2024-08-02T17:18:11.125Z | [ recovery-image] Aug 02 17:18:09.897 INFO O| Aug 02 17:18:09.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3605 | 2024-08-02T17:18:11.129Z | [ recovery-image] Aug 02 17:18:09.900 INFO O| Aug 02 17:18:09.900 INFO STEP 10 (remove_files) COMPLETE |
3606 | 2024-08-02T17:18:11.129Z | [ recovery-image] Aug 02 17:18:09.900 INFO O| Aug 02 17:18:09.900 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3607 | 2024-08-02T17:18:11.138Z | [ recovery-image] Aug 02 17:18:09.910 INFO O| Aug 02 17:18:09.910 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3608 | 2024-08-02T17:18:11.141Z | [ recovery-image] Aug 02 17:18:09.911 INFO O| Aug 02 17:18:09.911 INFO STEP 11 (remove_files) COMPLETE |
3609 | 2024-08-02T17:18:11.141Z | [ recovery-image] Aug 02 17:18:09.911 INFO O| Aug 02 17:18:09.911 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3610 | 2024-08-02T17:18:11.148Z | [ recovery-image] Aug 02 17:18:09.920 INFO O| Aug 02 17:18:09.920 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3611 | 2024-08-02T17:18:11.151Z | [ recovery-image] Aug 02 17:18:09.921 INFO O| Aug 02 17:18:09.921 INFO STEP 12 (remove_files) COMPLETE |
3612 | 2024-08-02T17:18:11.151Z | [ recovery-image] Aug 02 17:18:09.921 INFO O| Aug 02 17:18:09.921 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3613 | 2024-08-02T17:18:11.348Z | [ recovery-image] Aug 02 17:18:10.119 INFO O| Aug 02 17:18:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3614 | 2024-08-02T17:18:11.351Z | [ recovery-image] Aug 02 17:18:10.122 INFO O| Aug 02 17:18:10.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3615 | 2024-08-02T17:18:11.369Z | [ recovery-image] Aug 02 17:18:10.140 INFO O| Aug 02 17:18:10.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3616 | 2024-08-02T17:18:11.372Z | [ recovery-image] Aug 02 17:18:10.141 INFO O| Aug 02 17:18:10.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3617 | 2024-08-02T17:18:11.387Z | [ recovery-image] Aug 02 17:18:10.157 INFO O| Aug 02 17:18:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3618 | 2024-08-02T17:18:11.398Z | [ recovery-image] Aug 02 17:18:10.170 INFO O| Aug 02 17:18:10.170 INFO STEP 13 (remove_files) COMPLETE |
3619 | 2024-08-02T17:18:11.401Z | [ recovery-image] Aug 02 17:18:10.170 INFO O| Aug 02 17:18:10.170 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3620 | 2024-08-02T17:18:11.409Z | [ recovery-image] Aug 02 17:18:10.180 INFO O| Aug 02 17:18:10.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3621 | 2024-08-02T17:18:11.412Z | [ recovery-image] Aug 02 17:18:10.182 INFO O| Aug 02 17:18:10.182 INFO STEP 14 (remove_files) COMPLETE |
3622 | 2024-08-02T17:18:11.412Z | [ recovery-image] Aug 02 17:18:10.182 INFO O| Aug 02 17:18:10.182 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3623 | 2024-08-02T17:18:11.419Z | [ recovery-image] Aug 02 17:18:10.191 INFO O| Aug 02 17:18:10.191 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3624 | 2024-08-02T17:18:11.425Z | [ recovery-image] Aug 02 17:18:10.197 INFO O| Aug 02 17:18:10.197 INFO STEP 15 (remove_files) COMPLETE |
3625 | 2024-08-02T17:18:11.425Z | [ recovery-image] Aug 02 17:18:10.197 INFO O| Aug 02 17:18:10.197 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3626 | 2024-08-02T17:18:11.434Z | [ recovery-image] Aug 02 17:18:10.206 INFO O| Aug 02 17:18:10.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3627 | 2024-08-02T17:18:11.438Z | [ recovery-image] Aug 02 17:18:10.206 INFO O| Aug 02 17:18:10.206 INFO STEP 16 (remove_files) COMPLETE |
3628 | 2024-08-02T17:18:11.438Z | [ recovery-image] Aug 02 17:18:10.206 INFO O| Aug 02 17:18:10.206 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3629 | 2024-08-02T17:18:11.444Z | [ recovery-image] Aug 02 17:18:10.215 INFO O| Aug 02 17:18:10.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3630 | 2024-08-02T17:18:11.447Z | [ recovery-image] Aug 02 17:18:10.217 INFO O| Aug 02 17:18:10.217 INFO STEP 17 (remove_files) COMPLETE |
3631 | 2024-08-02T17:18:11.447Z | [ recovery-image] Aug 02 17:18:10.217 INFO O| Aug 02 17:18:10.217 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3632 | 2024-08-02T17:18:11.454Z | [ recovery-image] Aug 02 17:18:10.225 INFO O| Aug 02 17:18:10.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3633 | 2024-08-02T17:18:11.454Z | [ recovery-image] Aug 02 17:18:10.226 INFO O| Aug 02 17:18:10.226 INFO STEP 18 (remove_files) COMPLETE |
3634 | 2024-08-02T17:18:11.454Z | [ recovery-image] Aug 02 17:18:10.226 INFO O| Aug 02 17:18:10.226 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-02T17:18:11.463Z | [ recovery-image] Aug 02 17:18:10.235 INFO O| Aug 02 17:18:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3636 | 2024-08-02T17:18:11.466Z | [ recovery-image] Aug 02 17:18:10.235 INFO O| Aug 02 17:18:10.235 INFO STEP 19 (remove_files) COMPLETE |
3637 | 2024-08-02T17:18:11.466Z | [ recovery-image] Aug 02 17:18:10.235 INFO O| Aug 02 17:18:10.235 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3638 | 2024-08-02T17:18:11.472Z | [ recovery-image] Aug 02 17:18:10.243 INFO O| Aug 02 17:18:10.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3639 | 2024-08-02T17:18:11.472Z | [ recovery-image] Aug 02 17:18:10.243 INFO O| Aug 02 17:18:10.243 INFO STEP 20 (remove_files) COMPLETE |
3640 | 2024-08-02T17:18:11.472Z | [ recovery-image] Aug 02 17:18:10.243 INFO O| Aug 02 17:18:10.243 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3641 | 2024-08-02T17:18:11.481Z | [ recovery-image] Aug 02 17:18:10.252 INFO O| Aug 02 17:18:10.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3642 | 2024-08-02T17:18:11.481Z | [ recovery-image] Aug 02 17:18:10.253 INFO O| Aug 02 17:18:10.252 INFO STEP 21 (remove_files) COMPLETE |
3643 | 2024-08-02T17:18:11.481Z | [ recovery-image] Aug 02 17:18:10.253 INFO O| Aug 02 17:18:10.253 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-02T17:18:11.493Z | [ recovery-image] Aug 02 17:18:10.261 INFO O| Aug 02 17:18:10.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3645 | 2024-08-02T17:18:11.493Z | [ recovery-image] Aug 02 17:18:10.261 INFO O| Aug 02 17:18:10.261 INFO STEP 22 (remove_files) COMPLETE |
3646 | 2024-08-02T17:18:11.493Z | [ recovery-image] Aug 02 17:18:10.261 INFO O| Aug 02 17:18:10.261 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3647 | 2024-08-02T17:18:11.500Z | [ recovery-image] Aug 02 17:18:10.272 INFO O| Aug 02 17:18:10.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3648 | 2024-08-02T17:18:11.500Z | [ recovery-image] Aug 02 17:18:10.272 INFO O| Aug 02 17:18:10.272 INFO STEP 23 (remove_files) COMPLETE |
3649 | 2024-08-02T17:18:11.500Z | [ recovery-image] Aug 02 17:18:10.272 INFO O| Aug 02 17:18:10.272 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3650 | 2024-08-02T17:18:11.510Z | [ recovery-image] Aug 02 17:18:10.281 INFO O| Aug 02 17:18:10.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3651 | 2024-08-02T17:18:11.510Z | [ recovery-image] Aug 02 17:18:10.281 INFO O| Aug 02 17:18:10.281 INFO STEP 24 (remove_files) COMPLETE |
3652 | 2024-08-02T17:18:11.512Z | [ recovery-image] Aug 02 17:18:10.281 INFO O| Aug 02 17:18:10.281 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3653 | 2024-08-02T17:18:11.519Z | [ recovery-image] Aug 02 17:18:10.290 INFO O| Aug 02 17:18:10.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3654 | 2024-08-02T17:18:11.519Z | [ recovery-image] Aug 02 17:18:10.290 INFO O| Aug 02 17:18:10.290 INFO STEP 25 (remove_files) COMPLETE |
3655 | 2024-08-02T17:18:11.522Z | [ recovery-image] Aug 02 17:18:10.290 INFO O| Aug 02 17:18:10.290 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3656 | 2024-08-02T17:18:11.528Z | [ recovery-image] Aug 02 17:18:10.300 INFO O| Aug 02 17:18:10.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3657 | 2024-08-02T17:18:11.528Z | [ recovery-image] Aug 02 17:18:10.300 INFO O| Aug 02 17:18:10.300 INFO STEP 26 (remove_files) COMPLETE |
3658 | 2024-08-02T17:18:11.528Z | [ recovery-image] Aug 02 17:18:10.300 INFO O| Aug 02 17:18:10.300 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3659 | 2024-08-02T17:18:11.538Z | [ recovery-image] Aug 02 17:18:10.309 INFO O| Aug 02 17:18:10.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3660 | 2024-08-02T17:18:11.538Z | [ recovery-image] Aug 02 17:18:10.309 INFO O| Aug 02 17:18:10.309 INFO STEP 27 (remove_files) COMPLETE |
3661 | 2024-08-02T17:18:11.538Z | [ recovery-image] Aug 02 17:18:10.309 INFO O| Aug 02 17:18:10.309 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3662 | 2024-08-02T17:18:11.546Z | [ recovery-image] Aug 02 17:18:10.318 INFO O| Aug 02 17:18:10.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3663 | 2024-08-02T17:18:11.549Z | [ recovery-image] Aug 02 17:18:10.318 INFO O| Aug 02 17:18:10.318 INFO STEP 28 (remove_files) COMPLETE |
3664 | 2024-08-02T17:18:11.549Z | [ recovery-image] Aug 02 17:18:10.318 INFO O| Aug 02 17:18:10.318 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3665 | 2024-08-02T17:18:11.555Z | [ recovery-image] Aug 02 17:18:10.327 INFO O| Aug 02 17:18:10.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3666 | 2024-08-02T17:18:11.555Z | [ recovery-image] Aug 02 17:18:10.327 INFO O| Aug 02 17:18:10.327 INFO STEP 29 (remove_files) COMPLETE |
3667 | 2024-08-02T17:18:11.558Z | [ recovery-image] Aug 02 17:18:10.327 INFO O| Aug 02 17:18:10.327 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3668 | 2024-08-02T17:18:11.564Z | [ recovery-image] Aug 02 17:18:10.336 INFO O| Aug 02 17:18:10.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3669 | 2024-08-02T17:18:11.564Z | [ recovery-image] Aug 02 17:18:10.336 INFO O| Aug 02 17:18:10.336 INFO STEP 30 (remove_files) COMPLETE |
3670 | 2024-08-02T17:18:11.567Z | [ recovery-image] Aug 02 17:18:10.336 INFO O| Aug 02 17:18:10.336 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3671 | 2024-08-02T17:18:11.573Z | [ recovery-image] Aug 02 17:18:10.345 INFO O| Aug 02 17:18:10.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3672 | 2024-08-02T17:18:11.576Z | [ recovery-image] Aug 02 17:18:10.345 INFO O| Aug 02 17:18:10.345 INFO STEP 31 (remove_files) COMPLETE |
3673 | 2024-08-02T17:18:11.576Z | [ recovery-image] Aug 02 17:18:10.345 INFO O| Aug 02 17:18:10.345 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3674 | 2024-08-02T17:18:11.582Z | [ recovery-image] Aug 02 17:18:10.354 INFO O| Aug 02 17:18:10.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3675 | 2024-08-02T17:18:11.582Z | [ recovery-image] Aug 02 17:18:10.354 INFO O| Aug 02 17:18:10.354 INFO STEP 32 (remove_files) COMPLETE |
3676 | 2024-08-02T17:18:11.582Z | [ recovery-image] Aug 02 17:18:10.354 INFO O| Aug 02 17:18:10.354 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3677 | 2024-08-02T17:18:11.591Z | [ recovery-image] Aug 02 17:18:10.363 INFO O| Aug 02 17:18:10.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3678 | 2024-08-02T17:18:11.591Z | [ recovery-image] Aug 02 17:18:10.363 INFO O| Aug 02 17:18:10.363 INFO STEP 33 (remove_files) COMPLETE |
3679 | 2024-08-02T17:18:11.594Z | [ recovery-image] Aug 02 17:18:10.363 INFO O| Aug 02 17:18:10.363 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3680 | 2024-08-02T17:18:11.600Z | [ recovery-image] Aug 02 17:18:10.372 INFO O| Aug 02 17:18:10.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3681 | 2024-08-02T17:18:11.600Z | [ recovery-image] Aug 02 17:18:10.372 INFO O| Aug 02 17:18:10.372 INFO STEP 34 (remove_files) COMPLETE |
3682 | 2024-08-02T17:18:11.603Z | [ recovery-image] Aug 02 17:18:10.372 INFO O| Aug 02 17:18:10.372 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3683 | 2024-08-02T17:18:11.610Z | [ recovery-image] Aug 02 17:18:10.381 INFO O| Aug 02 17:18:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3684 | 2024-08-02T17:18:11.610Z | [ recovery-image] Aug 02 17:18:10.382 INFO O| Aug 02 17:18:10.381 INFO STEP 35 (remove_files) COMPLETE |
3685 | 2024-08-02T17:18:11.613Z | [ recovery-image] Aug 02 17:18:10.382 INFO O| Aug 02 17:18:10.382 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3686 | 2024-08-02T17:18:11.619Z | [ recovery-image] Aug 02 17:18:10.391 INFO O| Aug 02 17:18:10.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3687 | 2024-08-02T17:18:11.619Z | [ recovery-image] Aug 02 17:18:10.391 INFO O| Aug 02 17:18:10.391 INFO STEP 36 (remove_files) COMPLETE |
3688 | 2024-08-02T17:18:11.622Z | [ recovery-image] Aug 02 17:18:10.391 INFO O| Aug 02 17:18:10.391 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3689 | 2024-08-02T17:18:11.628Z | [ recovery-image] Aug 02 17:18:10.400 INFO O| Aug 02 17:18:10.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3690 | 2024-08-02T17:18:11.631Z | [ recovery-image] Aug 02 17:18:10.400 INFO O| Aug 02 17:18:10.400 INFO STEP 37 (remove_files) COMPLETE |
3691 | 2024-08-02T17:18:11.631Z | [ recovery-image] Aug 02 17:18:10.400 INFO O| Aug 02 17:18:10.400 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3692 | 2024-08-02T17:18:11.637Z | [ recovery-image] Aug 02 17:18:10.409 INFO O| Aug 02 17:18:10.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3693 | 2024-08-02T17:18:11.637Z | [ recovery-image] Aug 02 17:18:10.409 INFO O| Aug 02 17:18:10.409 INFO STEP 38 (remove_files) COMPLETE |
3694 | 2024-08-02T17:18:11.640Z | [ recovery-image] Aug 02 17:18:10.409 INFO O| Aug 02 17:18:10.409 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3695 | 2024-08-02T17:18:11.646Z | [ recovery-image] Aug 02 17:18:10.418 INFO O| Aug 02 17:18:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3696 | 2024-08-02T17:18:11.646Z | [ recovery-image] Aug 02 17:18:10.418 INFO O| Aug 02 17:18:10.418 INFO STEP 39 (remove_files) COMPLETE |
3697 | 2024-08-02T17:18:11.646Z | [ recovery-image] Aug 02 17:18:10.418 INFO O| Aug 02 17:18:10.418 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3698 | 2024-08-02T17:18:11.655Z | [ recovery-image] Aug 02 17:18:10.427 INFO O| Aug 02 17:18:10.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3699 | 2024-08-02T17:18:11.655Z | [ recovery-image] Aug 02 17:18:10.427 INFO O| Aug 02 17:18:10.427 INFO STEP 40 (remove_files) COMPLETE |
3700 | 2024-08-02T17:18:11.655Z | [ recovery-image] Aug 02 17:18:10.427 INFO O| Aug 02 17:18:10.427 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3701 | 2024-08-02T17:18:11.664Z | [ recovery-image] Aug 02 17:18:10.436 INFO O| Aug 02 17:18:10.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3702 | 2024-08-02T17:18:11.667Z | [ recovery-image] Aug 02 17:18:10.436 INFO O| Aug 02 17:18:10.436 INFO STEP 41 (remove_files) COMPLETE |
3703 | 2024-08-02T17:18:11.667Z | [ recovery-image] Aug 02 17:18:10.436 INFO O| Aug 02 17:18:10.436 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3704 | 2024-08-02T17:18:11.673Z | [ recovery-image] Aug 02 17:18:10.444 INFO O| Aug 02 17:18:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3705 | 2024-08-02T17:18:11.673Z | [ recovery-image] Aug 02 17:18:10.444 INFO O| Aug 02 17:18:10.444 INFO STEP 42 (remove_files) COMPLETE |
3706 | 2024-08-02T17:18:11.676Z | [ recovery-image] Aug 02 17:18:10.445 INFO O| Aug 02 17:18:10.444 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3707 | 2024-08-02T17:18:11.682Z | [ recovery-image] Aug 02 17:18:10.453 INFO O| Aug 02 17:18:10.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3708 | 2024-08-02T17:18:11.682Z | [ recovery-image] Aug 02 17:18:10.453 INFO O| Aug 02 17:18:10.453 INFO STEP 43 (remove_files) COMPLETE |
3709 | 2024-08-02T17:18:11.682Z | [ recovery-image] Aug 02 17:18:10.453 INFO O| Aug 02 17:18:10.453 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3710 | 2024-08-02T17:18:11.691Z | [ recovery-image] Aug 02 17:18:10.462 INFO O| Aug 02 17:18:10.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3711 | 2024-08-02T17:18:11.691Z | [ recovery-image] Aug 02 17:18:10.462 INFO O| Aug 02 17:18:10.462 INFO STEP 44 (remove_files) COMPLETE |
3712 | 2024-08-02T17:18:11.694Z | [ recovery-image] Aug 02 17:18:10.462 INFO O| Aug 02 17:18:10.462 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3713 | 2024-08-02T17:18:11.700Z | [ recovery-image] Aug 02 17:18:10.471 INFO O| Aug 02 17:18:10.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3714 | 2024-08-02T17:18:11.700Z | [ recovery-image] Aug 02 17:18:10.471 INFO O| Aug 02 17:18:10.471 INFO STEP 45 (remove_files) COMPLETE |
3715 | 2024-08-02T17:18:11.703Z | [ recovery-image] Aug 02 17:18:10.471 INFO O| Aug 02 17:18:10.471 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3716 | 2024-08-02T17:18:11.709Z | [ recovery-image] Aug 02 17:18:10.480 INFO O| Aug 02 17:18:10.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3717 | 2024-08-02T17:18:11.712Z | [ recovery-image] Aug 02 17:18:10.480 INFO O| Aug 02 17:18:10.480 INFO STEP 46 (remove_files) COMPLETE |
3718 | 2024-08-02T17:18:11.712Z | [ recovery-image] Aug 02 17:18:10.480 INFO O| Aug 02 17:18:10.480 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3719 | 2024-08-02T17:18:11.717Z | [ recovery-image] Aug 02 17:18:10.489 INFO O| Aug 02 17:18:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3720 | 2024-08-02T17:18:11.717Z | [ recovery-image] Aug 02 17:18:10.489 INFO O| Aug 02 17:18:10.489 INFO STEP 47 (remove_files) COMPLETE |
3721 | 2024-08-02T17:18:11.720Z | [ recovery-image] Aug 02 17:18:10.489 INFO O| Aug 02 17:18:10.489 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3722 | 2024-08-02T17:18:11.726Z | [ recovery-image] Aug 02 17:18:10.498 INFO O| Aug 02 17:18:10.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3723 | 2024-08-02T17:18:11.729Z | [ recovery-image] Aug 02 17:18:10.498 INFO O| Aug 02 17:18:10.498 INFO STEP 48 (remove_files) COMPLETE |
3724 | 2024-08-02T17:18:11.729Z | [ recovery-image] Aug 02 17:18:10.498 INFO O| Aug 02 17:18:10.498 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3725 | 2024-08-02T17:18:11.735Z | [ recovery-image] Aug 02 17:18:10.507 INFO O| Aug 02 17:18:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3726 | 2024-08-02T17:18:11.738Z | [ recovery-image] Aug 02 17:18:10.507 INFO O| Aug 02 17:18:10.507 INFO STEP 49 (remove_files) COMPLETE |
3727 | 2024-08-02T17:18:11.738Z | [ recovery-image] Aug 02 17:18:10.507 INFO O| Aug 02 17:18:10.507 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3728 | 2024-08-02T17:18:11.744Z | [ recovery-image] Aug 02 17:18:10.516 INFO O| Aug 02 17:18:10.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3729 | 2024-08-02T17:18:11.744Z | [ recovery-image] Aug 02 17:18:10.516 INFO O| Aug 02 17:18:10.516 INFO STEP 50 (remove_files) COMPLETE |
3730 | 2024-08-02T17:18:11.747Z | [ recovery-image] Aug 02 17:18:10.516 INFO O| Aug 02 17:18:10.516 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3731 | 2024-08-02T17:18:11.754Z | [ recovery-image] Aug 02 17:18:10.525 INFO O| Aug 02 17:18:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3732 | 2024-08-02T17:18:11.754Z | [ recovery-image] Aug 02 17:18:10.525 INFO O| Aug 02 17:18:10.525 INFO STEP 51 (remove_files) COMPLETE |
3733 | 2024-08-02T17:18:11.754Z | [ recovery-image] Aug 02 17:18:10.525 INFO O| Aug 02 17:18:10.525 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3734 | 2024-08-02T17:18:11.763Z | [ recovery-image] Aug 02 17:18:10.534 INFO O| Aug 02 17:18:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3735 | 2024-08-02T17:18:11.763Z | [ recovery-image] Aug 02 17:18:10.534 INFO O| Aug 02 17:18:10.534 INFO STEP 52 (remove_files) COMPLETE |
3736 | 2024-08-02T17:18:11.766Z | [ recovery-image] Aug 02 17:18:10.534 INFO O| Aug 02 17:18:10.534 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3737 | 2024-08-02T17:18:11.772Z | [ recovery-image] Aug 02 17:18:10.543 INFO O| Aug 02 17:18:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3738 | 2024-08-02T17:18:11.772Z | [ recovery-image] Aug 02 17:18:10.543 INFO O| Aug 02 17:18:10.543 INFO STEP 53 (remove_files) COMPLETE |
3739 | 2024-08-02T17:18:11.774Z | [ recovery-image] Aug 02 17:18:10.543 INFO O| Aug 02 17:18:10.543 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3740 | 2024-08-02T17:18:11.781Z | [ recovery-image] Aug 02 17:18:10.552 INFO O| Aug 02 17:18:10.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3741 | 2024-08-02T17:18:11.781Z | [ recovery-image] Aug 02 17:18:10.552 INFO O| Aug 02 17:18:10.552 INFO STEP 54 (remove_files) COMPLETE |
3742 | 2024-08-02T17:18:11.783Z | [ recovery-image] Aug 02 17:18:10.552 INFO O| Aug 02 17:18:10.552 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3743 | 2024-08-02T17:18:11.790Z | [ recovery-image] Aug 02 17:18:10.561 INFO O| Aug 02 17:18:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3744 | 2024-08-02T17:18:11.790Z | [ recovery-image] Aug 02 17:18:10.561 INFO O| Aug 02 17:18:10.561 INFO STEP 55 (remove_files) COMPLETE |
3745 | 2024-08-02T17:18:11.790Z | [ recovery-image] Aug 02 17:18:10.561 INFO O| Aug 02 17:18:10.561 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3746 | 2024-08-02T17:18:11.799Z | [ recovery-image] Aug 02 17:18:10.570 INFO O| Aug 02 17:18:10.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3747 | 2024-08-02T17:18:11.799Z | [ recovery-image] Aug 02 17:18:10.570 INFO O| Aug 02 17:18:10.570 INFO STEP 56 (remove_files) COMPLETE |
3748 | 2024-08-02T17:18:11.799Z | [ recovery-image] Aug 02 17:18:10.570 INFO O| Aug 02 17:18:10.570 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3749 | 2024-08-02T17:18:11.808Z | [ recovery-image] Aug 02 17:18:10.579 INFO O| Aug 02 17:18:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3750 | 2024-08-02T17:18:11.808Z | [ recovery-image] Aug 02 17:18:10.579 INFO O| Aug 02 17:18:10.579 INFO STEP 57 (remove_files) COMPLETE |
3751 | 2024-08-02T17:18:11.808Z | [ recovery-image] Aug 02 17:18:10.579 INFO O| Aug 02 17:18:10.579 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3752 | 2024-08-02T17:18:11.817Z | [ recovery-image] Aug 02 17:18:10.588 INFO O| Aug 02 17:18:10.588 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3753 | 2024-08-02T17:18:11.817Z | [ recovery-image] Aug 02 17:18:10.588 INFO O| Aug 02 17:18:10.588 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3754 | 2024-08-02T17:18:11.820Z | [ recovery-image] Aug 02 17:18:10.589 INFO O| Aug 02 17:18:10.588 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3755 | 2024-08-02T17:18:11.820Z | [ recovery-image] Aug 02 17:18:10.589 INFO O| Aug 02 17:18:10.589 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3756 | 2024-08-02T17:18:11.820Z | [ recovery-image] Aug 02 17:18:10.589 INFO O| Aug 02 17:18:10.589 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3757 | 2024-08-02T17:18:11.820Z | [ recovery-image] Aug 02 17:18:10.589 INFO O| Aug 02 17:18:10.589 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3758 | 2024-08-02T17:18:11.820Z | [ recovery-image] Aug 02 17:18:10.589 INFO O| Aug 02 17:18:10.589 INFO ok! |
3759 | 2024-08-02T17:18:11.820Z | [ recovery-image] Aug 02 17:18:10.589 INFO O| Aug 02 17:18:10.589 INFO STEP 58 (ensure_file) COMPLETE |
3760 | 2024-08-02T17:18:11.820Z | [ recovery-image] Aug 02 17:18:10.589 INFO O| Aug 02 17:18:10.589 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3761 | 2024-08-02T17:18:11.826Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3762 | 2024-08-02T17:18:11.826Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3763 | 2024-08-02T17:18:11.829Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3764 | 2024-08-02T17:18:11.829Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3765 | 2024-08-02T17:18:11.829Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3766 | 2024-08-02T17:18:11.829Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3767 | 2024-08-02T17:18:11.829Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO ok! |
3768 | 2024-08-02T17:18:11.829Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO STEP 59 (ensure_file) COMPLETE |
3769 | 2024-08-02T17:18:11.829Z | [ recovery-image] Aug 02 17:18:10.598 INFO O| Aug 02 17:18:10.598 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3770 | 2024-08-02T17:18:11.836Z | [ recovery-image] Aug 02 17:18:10.607 INFO O| Aug 02 17:18:10.607 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3771 | 2024-08-02T17:18:11.836Z | [ recovery-image] Aug 02 17:18:10.607 INFO O| Aug 02 17:18:10.607 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3772 | 2024-08-02T17:18:11.839Z | [ recovery-image] Aug 02 17:18:10.607 INFO O| Aug 02 17:18:10.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3773 | 2024-08-02T17:18:11.839Z | [ recovery-image] Aug 02 17:18:10.607 INFO O| Aug 02 17:18:10.607 INFO ok! |
3774 | 2024-08-02T17:18:11.839Z | [ recovery-image] Aug 02 17:18:10.607 INFO O| Aug 02 17:18:10.607 INFO STEP 60 (ensure_file) COMPLETE |
3775 | 2024-08-02T17:18:11.839Z | [ recovery-image] Aug 02 17:18:10.608 INFO O| Aug 02 17:18:10.607 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3776 | 2024-08-02T17:18:11.845Z | [ recovery-image] Aug 02 17:18:10.617 INFO O| Aug 02 17:18:10.617 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3777 | 2024-08-02T17:18:11.845Z | [ recovery-image] Aug 02 17:18:10.617 INFO O| Aug 02 17:18:10.617 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3778 | 2024-08-02T17:18:11.848Z | [ recovery-image] Aug 02 17:18:10.617 INFO O| Aug 02 17:18:10.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3779 | 2024-08-02T17:18:11.848Z | [ recovery-image] Aug 02 17:18:10.617 INFO O| Aug 02 17:18:10.617 INFO ok! |
3780 | 2024-08-02T17:18:11.848Z | [ recovery-image] Aug 02 17:18:10.617 INFO O| Aug 02 17:18:10.617 INFO STEP 61 (ensure_file) COMPLETE |
3781 | 2024-08-02T17:18:11.848Z | [ recovery-image] Aug 02 17:18:10.617 INFO O| Aug 02 17:18:10.617 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3782 | 2024-08-02T17:18:11.854Z | [ recovery-image] Aug 02 17:18:10.626 INFO O| Aug 02 17:18:10.626 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3783 | 2024-08-02T17:18:11.854Z | [ recovery-image] Aug 02 17:18:10.626 INFO O| Aug 02 17:18:10.626 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3784 | 2024-08-02T17:18:11.857Z | [ recovery-image] Aug 02 17:18:10.626 INFO O| Aug 02 17:18:10.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3785 | 2024-08-02T17:18:11.857Z | [ recovery-image] Aug 02 17:18:10.626 INFO O| Aug 02 17:18:10.626 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3786 | 2024-08-02T17:18:11.857Z | [ recovery-image] Aug 02 17:18:10.626 INFO O| Aug 02 17:18:10.626 INFO ok! |
3787 | 2024-08-02T17:18:11.857Z | [ recovery-image] Aug 02 17:18:10.626 INFO O| Aug 02 17:18:10.626 INFO STEP 62 (ensure_file) COMPLETE |
3788 | 2024-08-02T17:18:11.857Z | [ recovery-image] Aug 02 17:18:10.626 INFO O| Aug 02 17:18:10.626 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3789 | 2024-08-02T17:18:11.864Z | [ recovery-image] Aug 02 17:18:10.635 INFO O| Aug 02 17:18:10.635 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3790 | 2024-08-02T17:18:11.864Z | [ recovery-image] Aug 02 17:18:10.635 INFO O| Aug 02 17:18:10.635 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3791 | 2024-08-02T17:18:11.866Z | [ recovery-image] Aug 02 17:18:10.635 INFO O| Aug 02 17:18:10.635 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3792 | 2024-08-02T17:18:11.866Z | [ recovery-image] Aug 02 17:18:10.635 INFO O| Aug 02 17:18:10.635 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3793 | 2024-08-02T17:18:11.866Z | [ recovery-image] Aug 02 17:18:10.635 INFO O| Aug 02 17:18:10.635 INFO ok! |
3794 | 2024-08-02T17:18:11.866Z | [ recovery-image] Aug 02 17:18:10.635 INFO O| Aug 02 17:18:10.635 INFO STEP 63 (ensure_file) COMPLETE |
3795 | 2024-08-02T17:18:11.866Z | [ recovery-image] Aug 02 17:18:10.635 INFO O| Aug 02 17:18:10.635 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3796 | 2024-08-02T17:18:11.873Z | [ recovery-image] Aug 02 17:18:10.645 INFO O| Aug 02 17:18:10.645 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
3797 | 2024-08-02T17:18:11.876Z | [ recovery-image] Aug 02 17:18:10.645 INFO O| Aug 02 17:18:10.645 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ... |
3798 | 2024-08-02T17:18:11.876Z | [ recovery-image] Aug 02 17:18:10.645 INFO O| Aug 02 17:18:10.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3799 | 2024-08-02T17:18:11.876Z | [ recovery-image] Aug 02 17:18:10.645 INFO O| Aug 02 17:18:10.645 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3800 | 2024-08-02T17:18:11.876Z | [ recovery-image] Aug 02 17:18:10.645 INFO O| Aug 02 17:18:10.645 INFO ok! |
3801 | 2024-08-02T17:18:11.876Z | [ recovery-image] Aug 02 17:18:10.645 INFO O| Aug 02 17:18:10.645 INFO STEP 64 (ensure_file) COMPLETE |
3802 | 2024-08-02T17:18:11.876Z | [ recovery-image] Aug 02 17:18:10.645 INFO O| Aug 02 17:18:10.645 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3803 | 2024-08-02T17:18:11.883Z | [ recovery-image] Aug 02 17:18:10.654 INFO O| Aug 02 17:18:10.654 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3804 | 2024-08-02T17:18:11.883Z | [ recovery-image] Aug 02 17:18:10.654 INFO O| Aug 02 17:18:10.654 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3805 | 2024-08-02T17:18:11.886Z | [ recovery-image] Aug 02 17:18:10.654 INFO O| Aug 02 17:18:10.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3806 | 2024-08-02T17:18:11.886Z | [ recovery-image] Aug 02 17:18:10.654 INFO O| Aug 02 17:18:10.654 INFO ok! |
3807 | 2024-08-02T17:18:11.886Z | [ recovery-image] Aug 02 17:18:10.654 INFO O| Aug 02 17:18:10.654 INFO STEP 65 (assemble_files) COMPLETE |
3808 | 2024-08-02T17:18:11.886Z | [ recovery-image] Aug 02 17:18:10.654 INFO O| Aug 02 17:18:10.654 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3809 | 2024-08-02T17:18:11.892Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3810 | 2024-08-02T17:18:11.892Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3811 | 2024-08-02T17:18:11.895Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3812 | 2024-08-02T17:18:11.895Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3813 | 2024-08-02T17:18:11.895Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO ok! |
3814 | 2024-08-02T17:18:11.895Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO STEP 66 (ensure_file) COMPLETE |
3815 | 2024-08-02T17:18:11.895Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3816 | 2024-08-02T17:18:11.895Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO skip step because feature "omicron1" is not enabled |
3817 | 2024-08-02T17:18:11.895Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3818 | 2024-08-02T17:18:11.896Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO skip step because feature "omicron1" is not enabled |
3819 | 2024-08-02T17:18:11.896Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3820 | 2024-08-02T17:18:11.896Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO skip step because feature "omicron1" is not enabled |
3821 | 2024-08-02T17:18:11.896Z | [ recovery-image] Aug 02 17:18:10.664 INFO O| Aug 02 17:18:10.664 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3822 | 2024-08-02T17:18:11.907Z | [ recovery-image] Aug 02 17:18:10.678 INFO O| Aug 02 17:18:10.678 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3823 | 2024-08-02T17:18:11.910Z | [ recovery-image] Aug 02 17:18:10.678 INFO O| Aug 02 17:18:10.678 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3824 | 2024-08-02T17:18:13.407Z | [ recovery-image] Aug 02 17:18:12.178 INFO O| Aug 02 17:18:12.178 INFO STEP 70 (pack_tar) COMPLETE |
3825 | 2024-08-02T17:18:13.407Z | [ recovery-image] Aug 02 17:18:12.178 INFO O| Aug 02 17:18:12.178 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3826 | 2024-08-02T17:18:13.407Z | [ recovery-image] Aug 02 17:18:12.178 INFO O| Aug 02 17:18:12.178 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3827 | 2024-08-02T17:18:13.608Z | [ host-image] Aug 02 17:18:12.379 INFO O| Aug 02 17:18:12.379 INFO O| Done |
3828 | 2024-08-02T17:18:14.096Z | [ host-image] Aug 02 17:18:12.867 INFO O| Aug 02 17:18:12.867 INFO O| Done |
3829 | 2024-08-02T17:18:14.160Z | [ recovery-image] Aug 02 17:18:12.932 INFO O| Aug 02 17:18:12.931 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3830 | 2024-08-02T17:18:14.284Z | [ recovery-image] Aug 02 17:18:13.055 INFO O| Aug 02 17:18:13.055 INFO completed processing gimlet/ramdisk-02-trim |
3831 | 2024-08-02T17:18:14.287Z | [ recovery-image] Aug 02 17:18:13.057 INFO image builder template: ramdisk-03-recovery-trim... |
3832 | 2024-08-02T17:18:14.287Z | [ recovery-image] Aug 02 17:18:13.057 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/.tmp5JSm0w/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 |
3833 | 2024-08-02T17:18:14.296Z | [ host-image] Aug 02 17:18:13.068 INFO O| Aug 02 17:18:13.068 INFO STEP 11 (pkg_install) COMPLETE |
3834 | 2024-08-02T17:18:14.296Z | [ host-image] Aug 02 17:18:13.068 INFO O| Aug 02 17:18:13.068 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3835 | 2024-08-02T17:18:14.307Z | [ host-image] Aug 02 17:18:13.078 INFO O| Aug 02 17:18:13.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3836 | 2024-08-02T17:18:14.353Z | [ recovery-image] Aug 02 17:18:13.124 INFO O| Aug 02 17:18:13.124 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3837 | 2024-08-02T17:18:14.356Z | [ recovery-image] Aug 02 17:18:13.128 INFO O| Aug 02 17:18:13.128 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3838 | 2024-08-02T17:18:14.476Z | [ recovery-image] Aug 02 17:18:13.247 INFO O| Aug 02 17:18:13.247 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3839 | 2024-08-02T17:18:14.534Z | [ recovery-image] Aug 02 17:18:13.305 INFO O| Aug 02 17:18:13.305 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3840 | 2024-08-02T17:18:14.537Z | [ recovery-image] Aug 02 17:18:13.306 INFO O| Aug 02 17:18:13.306 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3841 | 2024-08-02T17:18:14.543Z | [ recovery-image] Aug 02 17:18:13.314 INFO O| Aug 02 17:18:13.314 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3842 | 2024-08-02T17:18:14.547Z | [ recovery-image] Aug 02 17:18:13.319 INFO O| Aug 02 17:18:13.318 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3843 | 2024-08-02T17:18:14.552Z | [ recovery-image] Aug 02 17:18:13.324 INFO O| Aug 02 17:18:13.324 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3844 | 2024-08-02T17:18:14.733Z | [ recovery-image] Aug 02 17:18:13.504 INFO O| Aug 02 17:18:13.504 INFO rolled back to input snapshot; work may begin |
3845 | 2024-08-02T17:18:14.733Z | [ recovery-image] Aug 02 17:18:13.504 INFO O| Aug 02 17:18:13.504 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3846 | 2024-08-02T17:18:14.739Z | [ recovery-image] Aug 02 17:18:13.511 INFO O| Aug 02 17:18:13.510 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3847 | 2024-08-02T17:18:14.750Z | [ recovery-image] Aug 02 17:18:13.521 INFO O| Aug 02 17:18:13.521 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3848 | 2024-08-02T17:18:14.753Z | [ recovery-image] Aug 02 17:18:13.525 INFO O| Aug 02 17:18:13.525 INFO STEP 0 (remove_files) COMPLETE |
3849 | 2024-08-02T17:18:14.756Z | [ recovery-image] Aug 02 17:18:13.525 INFO O| Aug 02 17:18:13.525 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3850 | 2024-08-02T17:18:14.763Z | [ recovery-image] Aug 02 17:18:13.535 INFO O| Aug 02 17:18:13.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3851 | 2024-08-02T17:18:14.806Z | [ host-image] Aug 02 17:18:13.576 INFO O| Aug 02 17:18:13.576 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3852 | 2024-08-02T17:18:14.821Z | [ recovery-image] Aug 02 17:18:13.592 INFO O| Aug 02 17:18:13.592 INFO STEP 1 (remove_files) COMPLETE |
3853 | 2024-08-02T17:18:14.821Z | [ recovery-image] Aug 02 17:18:13.592 INFO O| Aug 02 17:18:13.592 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3854 | 2024-08-02T17:18:14.833Z | [ recovery-image] Aug 02 17:18:13.605 INFO O| Aug 02 17:18:13.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3855 | 2024-08-02T17:18:14.836Z | [ recovery-image] Aug 02 17:18:13.607 INFO O| Aug 02 17:18:13.607 INFO STEP 2 (remove_files) COMPLETE |
3856 | 2024-08-02T17:18:14.836Z | [ recovery-image] Aug 02 17:18:13.607 INFO O| Aug 02 17:18:13.607 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3857 | 2024-08-02T17:18:14.847Z | [ recovery-image] Aug 02 17:18:13.618 INFO O| Aug 02 17:18:13.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3858 | 2024-08-02T17:18:14.886Z | [ recovery-image] Aug 02 17:18:13.657 INFO O| Aug 02 17:18:13.657 INFO STEP 3 (remove_files) COMPLETE |
3859 | 2024-08-02T17:18:14.886Z | [ recovery-image] Aug 02 17:18:13.657 INFO O| Aug 02 17:18:13.657 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3860 | 2024-08-02T17:18:14.897Z | [ recovery-image] Aug 02 17:18:13.668 INFO O| Aug 02 17:18:13.668 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3861 | 2024-08-02T17:18:14.907Z | [ recovery-image] Aug 02 17:18:13.678 INFO O| Aug 02 17:18:13.678 INFO STEP 4 (remove_files) COMPLETE |
3862 | 2024-08-02T17:18:14.907Z | [ recovery-image] Aug 02 17:18:13.678 INFO O| Aug 02 17:18:13.678 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3863 | 2024-08-02T17:18:14.918Z | [ recovery-image] Aug 02 17:18:13.689 INFO O| Aug 02 17:18:13.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3864 | 2024-08-02T17:18:14.920Z | [ recovery-image] Aug 02 17:18:13.692 INFO O| Aug 02 17:18:13.692 INFO STEP 5 (remove_files) COMPLETE |
3865 | 2024-08-02T17:18:14.920Z | [ recovery-image] Aug 02 17:18:13.692 INFO O| Aug 02 17:18:13.692 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3866 | 2024-08-02T17:18:14.931Z | [ recovery-image] Aug 02 17:18:13.702 INFO O| Aug 02 17:18:13.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3867 | 2024-08-02T17:18:14.933Z | [ recovery-image] Aug 02 17:18:13.703 INFO O| Aug 02 17:18:13.703 INFO STEP 6 (remove_files) COMPLETE |
3868 | 2024-08-02T17:18:14.933Z | [ recovery-image] Aug 02 17:18:13.703 INFO O| Aug 02 17:18:13.703 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3869 | 2024-08-02T17:18:14.941Z | [ recovery-image] Aug 02 17:18:13.713 INFO O| Aug 02 17:18:13.713 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3870 | 2024-08-02T17:18:14.944Z | [ recovery-image] Aug 02 17:18:13.714 INFO O| Aug 02 17:18:13.714 INFO STEP 7 (remove_files) COMPLETE |
3871 | 2024-08-02T17:18:14.944Z | [ recovery-image] Aug 02 17:18:13.714 INFO O| Aug 02 17:18:13.714 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3872 | 2024-08-02T17:18:14.953Z | [ recovery-image] Aug 02 17:18:13.724 INFO O| Aug 02 17:18:13.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3873 | 2024-08-02T17:18:14.956Z | [ recovery-image] Aug 02 17:18:13.727 INFO O| Aug 02 17:18:13.727 INFO STEP 8 (remove_files) COMPLETE |
3874 | 2024-08-02T17:18:14.956Z | [ recovery-image] Aug 02 17:18:13.727 INFO O| Aug 02 17:18:13.727 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3875 | 2024-08-02T17:18:14.965Z | [ recovery-image] Aug 02 17:18:13.737 INFO O| Aug 02 17:18:13.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3876 | 2024-08-02T17:18:14.968Z | [ recovery-image] Aug 02 17:18:13.737 INFO O| Aug 02 17:18:13.737 INFO STEP 9 (remove_files) COMPLETE |
3877 | 2024-08-02T17:18:14.968Z | [ recovery-image] Aug 02 17:18:13.737 INFO O| Aug 02 17:18:13.737 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3878 | 2024-08-02T17:18:14.975Z | [ recovery-image] Aug 02 17:18:13.746 INFO O| Aug 02 17:18:13.746 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3879 | 2024-08-02T17:18:14.978Z | [ recovery-image] Aug 02 17:18:13.747 INFO O| Aug 02 17:18:13.747 INFO STEP 10 (remove_files) COMPLETE |
3880 | 2024-08-02T17:18:14.978Z | [ recovery-image] Aug 02 17:18:13.747 INFO O| Aug 02 17:18:13.747 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3881 | 2024-08-02T17:18:14.985Z | [ recovery-image] Aug 02 17:18:13.757 INFO O| Aug 02 17:18:13.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3882 | 2024-08-02T17:18:15.027Z | [ recovery-image] Aug 02 17:18:13.798 INFO O| Aug 02 17:18:13.798 INFO STEP 11 (remove_files) COMPLETE |
3883 | 2024-08-02T17:18:15.027Z | [ recovery-image] Aug 02 17:18:13.798 INFO O| Aug 02 17:18:13.798 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3884 | 2024-08-02T17:18:15.039Z | [ recovery-image] Aug 02 17:18:13.810 INFO O| Aug 02 17:18:13.810 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3885 | 2024-08-02T17:18:15.042Z | [ recovery-image] Aug 02 17:18:13.812 INFO O| Aug 02 17:18:13.812 INFO STEP 12 (remove_files) COMPLETE |
3886 | 2024-08-02T17:18:15.042Z | [ recovery-image] Aug 02 17:18:13.812 INFO O| Aug 02 17:18:13.812 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3887 | 2024-08-02T17:18:15.051Z | [ recovery-image] Aug 02 17:18:13.823 INFO O| Aug 02 17:18:13.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3888 | 2024-08-02T17:18:15.054Z | [ recovery-image] Aug 02 17:18:13.824 INFO O| Aug 02 17:18:13.824 INFO STEP 13 (remove_files) COMPLETE |
3889 | 2024-08-02T17:18:15.054Z | [ recovery-image] Aug 02 17:18:13.824 INFO O| Aug 02 17:18:13.824 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3890 | 2024-08-02T17:18:15.064Z | [ recovery-image] Aug 02 17:18:13.835 INFO O| Aug 02 17:18:13.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3891 | 2024-08-02T17:18:15.067Z | [ recovery-image] Aug 02 17:18:13.835 INFO O| Aug 02 17:18:13.835 INFO STEP 14 (remove_files) COMPLETE |
3892 | 2024-08-02T17:18:15.067Z | [ recovery-image] Aug 02 17:18:13.835 INFO O| Aug 02 17:18:13.835 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3893 | 2024-08-02T17:18:15.075Z | [ recovery-image] Aug 02 17:18:13.846 INFO O| Aug 02 17:18:13.846 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3894 | 2024-08-02T17:18:15.078Z | [ recovery-image] Aug 02 17:18:13.847 INFO O| Aug 02 17:18:13.847 INFO STEP 15 (remove_files) COMPLETE |
3895 | 2024-08-02T17:18:15.078Z | [ recovery-image] Aug 02 17:18:13.847 INFO O| Aug 02 17:18:13.847 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3896 | 2024-08-02T17:18:15.086Z | [ recovery-image] Aug 02 17:18:13.857 INFO O| Aug 02 17:18:13.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3897 | 2024-08-02T17:18:15.093Z | [ recovery-image] Aug 02 17:18:13.863 INFO O| Aug 02 17:18:13.863 INFO STEP 16 (remove_files) COMPLETE |
3898 | 2024-08-02T17:18:15.096Z | [ recovery-image] Aug 02 17:18:13.863 INFO O| Aug 02 17:18:13.863 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3899 | 2024-08-02T17:18:15.105Z | [ recovery-image] Aug 02 17:18:13.877 INFO O| Aug 02 17:18:13.877 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3900 | 2024-08-02T17:18:15.106Z | [ recovery-image] Aug 02 17:18:13.877 INFO O| Aug 02 17:18:13.877 INFO STEP 17 (remove_files) COMPLETE |
3901 | 2024-08-02T17:18:15.108Z | [ recovery-image] Aug 02 17:18:13.877 INFO O| Aug 02 17:18:13.877 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3902 | 2024-08-02T17:18:15.116Z | [ recovery-image] Aug 02 17:18:13.888 INFO O| Aug 02 17:18:13.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3903 | 2024-08-02T17:18:15.119Z | [ recovery-image] Aug 02 17:18:13.888 INFO O| Aug 02 17:18:13.888 INFO STEP 18 (remove_files) COMPLETE |
3904 | 2024-08-02T17:18:15.119Z | [ recovery-image] Aug 02 17:18:13.888 INFO O| Aug 02 17:18:13.888 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-02T17:18:15.127Z | [ recovery-image] Aug 02 17:18:13.898 INFO O| Aug 02 17:18:13.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3906 | 2024-08-02T17:18:15.162Z | [ recovery-image] Aug 02 17:18:13.933 INFO O| Aug 02 17:18:13.933 INFO STEP 19 (remove_files) COMPLETE |
3907 | 2024-08-02T17:18:15.162Z | [ recovery-image] Aug 02 17:18:13.933 INFO O| Aug 02 17:18:13.933 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3908 | 2024-08-02T17:18:15.172Z | [ recovery-image] Aug 02 17:18:13.944 INFO O| Aug 02 17:18:13.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3909 | 2024-08-02T17:18:15.176Z | [ recovery-image] Aug 02 17:18:13.944 INFO O| Aug 02 17:18:13.944 INFO STEP 20 (remove_files) COMPLETE |
3910 | 2024-08-02T17:18:15.176Z | [ recovery-image] Aug 02 17:18:13.944 INFO O| Aug 02 17:18:13.944 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3911 | 2024-08-02T17:18:15.184Z | [ recovery-image] Aug 02 17:18:13.954 INFO O| Aug 02 17:18:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3912 | 2024-08-02T17:18:15.187Z | [ recovery-image] Aug 02 17:18:13.954 INFO O| Aug 02 17:18:13.954 INFO STEP 21 (remove_files) COMPLETE |
3913 | 2024-08-02T17:18:15.187Z | [ recovery-image] Aug 02 17:18:13.955 INFO O| Aug 02 17:18:13.954 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-02T17:18:15.193Z | [ recovery-image] Aug 02 17:18:13.964 INFO O| Aug 02 17:18:13.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3915 | 2024-08-02T17:18:15.195Z | [ recovery-image] Aug 02 17:18:13.964 INFO O| Aug 02 17:18:13.964 INFO STEP 22 (remove_files) COMPLETE |
3916 | 2024-08-02T17:18:15.195Z | [ recovery-image] Aug 02 17:18:13.964 INFO O| Aug 02 17:18:13.964 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-02T17:18:15.202Z | [ recovery-image] Aug 02 17:18:13.974 INFO O| Aug 02 17:18:13.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3918 | 2024-08-02T17:18:15.205Z | [ recovery-image] Aug 02 17:18:13.974 INFO O| Aug 02 17:18:13.974 INFO STEP 23 (remove_files) COMPLETE |
3919 | 2024-08-02T17:18:15.205Z | [ recovery-image] Aug 02 17:18:13.974 INFO O| Aug 02 17:18:13.974 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-02T17:18:15.213Z | [ recovery-image] Aug 02 17:18:13.984 INFO O| Aug 02 17:18:13.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3921 | 2024-08-02T17:18:15.216Z | [ recovery-image] Aug 02 17:18:13.984 INFO O| Aug 02 17:18:13.984 INFO STEP 24 (remove_files) COMPLETE |
3922 | 2024-08-02T17:18:15.216Z | [ recovery-image] Aug 02 17:18:13.984 INFO O| Aug 02 17:18:13.984 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-02T17:18:15.223Z | [ recovery-image] Aug 02 17:18:13.994 INFO O| Aug 02 17:18:13.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3924 | 2024-08-02T17:18:15.223Z | [ recovery-image] Aug 02 17:18:13.994 INFO O| Aug 02 17:18:13.994 INFO STEP 25 (remove_files) COMPLETE |
3925 | 2024-08-02T17:18:15.226Z | [ recovery-image] Aug 02 17:18:13.994 INFO O| Aug 02 17:18:13.994 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-02T17:18:15.235Z | [ recovery-image] Aug 02 17:18:14.005 INFO O| Aug 02 17:18:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3927 | 2024-08-02T17:18:15.235Z | [ recovery-image] Aug 02 17:18:14.005 INFO O| Aug 02 17:18:14.005 INFO STEP 26 (remove_files) COMPLETE |
3928 | 2024-08-02T17:18:15.238Z | [ recovery-image] Aug 02 17:18:14.005 INFO O| Aug 02 17:18:14.005 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-02T17:18:15.244Z | [ recovery-image] Aug 02 17:18:14.015 INFO O| Aug 02 17:18:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3930 | 2024-08-02T17:18:15.244Z | [ recovery-image] Aug 02 17:18:14.015 INFO O| Aug 02 17:18:14.015 INFO STEP 27 (remove_files) COMPLETE |
3931 | 2024-08-02T17:18:15.244Z | [ recovery-image] Aug 02 17:18:14.015 INFO O| Aug 02 17:18:14.015 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-02T17:18:15.254Z | [ recovery-image] Aug 02 17:18:14.025 INFO O| Aug 02 17:18:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3933 | 2024-08-02T17:18:15.256Z | [ recovery-image] Aug 02 17:18:14.025 INFO O| Aug 02 17:18:14.025 INFO STEP 28 (remove_files) COMPLETE |
3934 | 2024-08-02T17:18:15.256Z | [ recovery-image] Aug 02 17:18:14.025 INFO O| Aug 02 17:18:14.025 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-02T17:18:15.268Z | [ recovery-image] Aug 02 17:18:14.038 INFO O| Aug 02 17:18:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3936 | 2024-08-02T17:18:15.268Z | [ recovery-image] Aug 02 17:18:14.038 INFO O| Aug 02 17:18:14.038 INFO STEP 29 (remove_files) COMPLETE |
3937 | 2024-08-02T17:18:15.270Z | [ recovery-image] Aug 02 17:18:14.038 INFO O| Aug 02 17:18:14.038 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-02T17:18:15.277Z | [ recovery-image] Aug 02 17:18:14.049 INFO O| Aug 02 17:18:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3939 | 2024-08-02T17:18:15.277Z | [ recovery-image] Aug 02 17:18:14.049 INFO O| Aug 02 17:18:14.049 INFO STEP 30 (remove_files) COMPLETE |
3940 | 2024-08-02T17:18:15.281Z | [ recovery-image] Aug 02 17:18:14.049 INFO O| Aug 02 17:18:14.049 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-02T17:18:15.288Z | [ recovery-image] Aug 02 17:18:14.059 INFO O| Aug 02 17:18:14.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3942 | 2024-08-02T17:18:15.288Z | [ recovery-image] Aug 02 17:18:14.059 INFO O| Aug 02 17:18:14.059 INFO STEP 31 (remove_files) COMPLETE |
3943 | 2024-08-02T17:18:15.291Z | [ recovery-image] Aug 02 17:18:14.059 INFO O| Aug 02 17:18:14.059 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-02T17:18:15.298Z | [ recovery-image] Aug 02 17:18:14.069 INFO O| Aug 02 17:18:14.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3945 | 2024-08-02T17:18:15.301Z | [ recovery-image] Aug 02 17:18:14.070 INFO O| Aug 02 17:18:14.070 INFO STEP 32 (remove_files) COMPLETE |
3946 | 2024-08-02T17:18:15.301Z | [ recovery-image] Aug 02 17:18:14.070 INFO O| Aug 02 17:18:14.070 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-02T17:18:15.309Z | [ recovery-image] Aug 02 17:18:14.080 INFO O| Aug 02 17:18:14.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3948 | 2024-08-02T17:18:15.309Z | [ recovery-image] Aug 02 17:18:14.080 INFO O| Aug 02 17:18:14.080 INFO STEP 33 (remove_files) COMPLETE |
3949 | 2024-08-02T17:18:15.311Z | [ recovery-image] Aug 02 17:18:14.080 INFO O| Aug 02 17:18:14.080 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-02T17:18:15.318Z | [ recovery-image] Aug 02 17:18:14.089 INFO O| Aug 02 17:18:14.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3951 | 2024-08-02T17:18:15.318Z | [ recovery-image] Aug 02 17:18:14.089 INFO O| Aug 02 17:18:14.089 INFO STEP 34 (remove_files) COMPLETE |
3952 | 2024-08-02T17:18:15.318Z | [ recovery-image] Aug 02 17:18:14.089 INFO O| Aug 02 17:18:14.089 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-02T17:18:15.327Z | [ recovery-image] Aug 02 17:18:14.099 INFO O| Aug 02 17:18:14.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3954 | 2024-08-02T17:18:15.327Z | [ recovery-image] Aug 02 17:18:14.099 INFO O| Aug 02 17:18:14.099 INFO STEP 35 (remove_files) COMPLETE |
3955 | 2024-08-02T17:18:15.327Z | [ recovery-image] Aug 02 17:18:14.099 INFO O| Aug 02 17:18:14.099 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-02T17:18:15.336Z | [ recovery-image] Aug 02 17:18:14.108 INFO O| Aug 02 17:18:14.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3957 | 2024-08-02T17:18:15.336Z | [ recovery-image] Aug 02 17:18:14.108 INFO O| Aug 02 17:18:14.108 INFO STEP 36 (remove_files) COMPLETE |
3958 | 2024-08-02T17:18:15.336Z | [ recovery-image] Aug 02 17:18:14.108 INFO O| Aug 02 17:18:14.108 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-02T17:18:15.345Z | [ recovery-image] Aug 02 17:18:14.117 INFO O| Aug 02 17:18:14.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3960 | 2024-08-02T17:18:15.348Z | [ recovery-image] Aug 02 17:18:14.118 INFO O| Aug 02 17:18:14.117 INFO STEP 37 (remove_files) COMPLETE |
3961 | 2024-08-02T17:18:15.348Z | [ recovery-image] Aug 02 17:18:14.118 INFO O| Aug 02 17:18:14.118 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-02T17:18:15.356Z | [ recovery-image] Aug 02 17:18:14.127 INFO O| Aug 02 17:18:14.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3963 | 2024-08-02T17:18:15.356Z | [ recovery-image] Aug 02 17:18:14.127 INFO O| Aug 02 17:18:14.127 INFO STEP 38 (remove_files) COMPLETE |
3964 | 2024-08-02T17:18:15.356Z | [ recovery-image] Aug 02 17:18:14.127 INFO O| Aug 02 17:18:14.127 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-02T17:18:15.365Z | [ recovery-image] Aug 02 17:18:14.136 INFO O| Aug 02 17:18:14.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3966 | 2024-08-02T17:18:15.365Z | [ recovery-image] Aug 02 17:18:14.136 INFO O| Aug 02 17:18:14.136 INFO STEP 39 (remove_files) COMPLETE |
3967 | 2024-08-02T17:18:15.365Z | [ recovery-image] Aug 02 17:18:14.136 INFO O| Aug 02 17:18:14.136 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-02T17:18:15.374Z | [ recovery-image] Aug 02 17:18:14.145 INFO O| Aug 02 17:18:14.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3969 | 2024-08-02T17:18:15.374Z | [ recovery-image] Aug 02 17:18:14.145 INFO O| Aug 02 17:18:14.145 INFO STEP 40 (remove_files) COMPLETE |
3970 | 2024-08-02T17:18:15.377Z | [ recovery-image] Aug 02 17:18:14.145 INFO O| Aug 02 17:18:14.145 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-02T17:18:15.383Z | [ recovery-image] Aug 02 17:18:14.155 INFO O| Aug 02 17:18:14.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3972 | 2024-08-02T17:18:15.383Z | [ recovery-image] Aug 02 17:18:14.155 INFO O| Aug 02 17:18:14.155 INFO STEP 41 (remove_files) COMPLETE |
3973 | 2024-08-02T17:18:15.383Z | [ recovery-image] Aug 02 17:18:14.155 INFO O| Aug 02 17:18:14.155 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-02T17:18:15.392Z | [ recovery-image] Aug 02 17:18:14.164 INFO O| Aug 02 17:18:14.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3975 | 2024-08-02T17:18:15.392Z | [ recovery-image] Aug 02 17:18:14.164 INFO O| Aug 02 17:18:14.164 INFO STEP 42 (remove_files) COMPLETE |
3976 | 2024-08-02T17:18:15.392Z | [ recovery-image] Aug 02 17:18:14.164 INFO O| Aug 02 17:18:14.164 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-02T17:18:15.402Z | [ recovery-image] Aug 02 17:18:14.173 INFO O| Aug 02 17:18:14.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
3978 | 2024-08-02T17:18:15.402Z | [ recovery-image] Aug 02 17:18:14.173 INFO O| Aug 02 17:18:14.173 INFO STEP 43 (remove_files) COMPLETE |
3979 | 2024-08-02T17:18:15.404Z | [ recovery-image] Aug 02 17:18:14.173 INFO O| Aug 02 17:18:14.173 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-02T17:18:15.411Z | [ recovery-image] Aug 02 17:18:14.182 INFO O| Aug 02 17:18:14.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
3981 | 2024-08-02T17:18:15.411Z | [ recovery-image] Aug 02 17:18:14.183 INFO O| Aug 02 17:18:14.182 INFO STEP 44 (remove_files) COMPLETE |
3982 | 2024-08-02T17:18:15.411Z | [ recovery-image] Aug 02 17:18:14.183 INFO O| Aug 02 17:18:14.183 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-02T17:18:15.420Z | [ recovery-image] Aug 02 17:18:14.191 INFO O| Aug 02 17:18:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
3984 | 2024-08-02T17:18:15.420Z | [ recovery-image] Aug 02 17:18:14.191 INFO O| Aug 02 17:18:14.191 INFO STEP 45 (remove_files) COMPLETE |
3985 | 2024-08-02T17:18:15.420Z | [ recovery-image] Aug 02 17:18:14.192 INFO O| Aug 02 17:18:14.191 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-02T17:18:15.429Z | [ recovery-image] Aug 02 17:18:14.201 INFO O| Aug 02 17:18:14.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
3987 | 2024-08-02T17:18:15.429Z | [ recovery-image] Aug 02 17:18:14.201 INFO O| Aug 02 17:18:14.201 INFO STEP 46 (remove_files) COMPLETE |
3988 | 2024-08-02T17:18:15.432Z | [ recovery-image] Aug 02 17:18:14.201 INFO O| Aug 02 17:18:14.201 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-02T17:18:15.438Z | [ recovery-image] Aug 02 17:18:14.210 INFO O| Aug 02 17:18:14.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
3990 | 2024-08-02T17:18:15.439Z | [ recovery-image] Aug 02 17:18:14.210 INFO O| Aug 02 17:18:14.210 INFO STEP 47 (remove_files) COMPLETE |
3991 | 2024-08-02T17:18:15.441Z | [ recovery-image] Aug 02 17:18:14.210 INFO O| Aug 02 17:18:14.210 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-02T17:18:15.448Z | [ recovery-image] Aug 02 17:18:14.219 INFO O| Aug 02 17:18:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
3993 | 2024-08-02T17:18:15.448Z | [ recovery-image] Aug 02 17:18:14.219 INFO O| Aug 02 17:18:14.219 INFO STEP 48 (remove_files) COMPLETE |
3994 | 2024-08-02T17:18:15.451Z | [ recovery-image] Aug 02 17:18:14.219 INFO O| Aug 02 17:18:14.219 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-02T17:18:15.457Z | [ recovery-image] Aug 02 17:18:14.228 INFO O| Aug 02 17:18:14.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
3996 | 2024-08-02T17:18:15.457Z | [ recovery-image] Aug 02 17:18:14.228 INFO O| Aug 02 17:18:14.228 INFO STEP 49 (remove_files) COMPLETE |
3997 | 2024-08-02T17:18:15.460Z | [ recovery-image] Aug 02 17:18:14.228 INFO O| Aug 02 17:18:14.228 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-02T17:18:15.466Z | [ recovery-image] Aug 02 17:18:14.238 INFO O| Aug 02 17:18:14.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
3999 | 2024-08-02T17:18:15.466Z | [ recovery-image] Aug 02 17:18:14.238 INFO O| Aug 02 17:18:14.238 INFO STEP 50 (remove_files) COMPLETE |
4000 | 2024-08-02T17:18:15.469Z | [ recovery-image] Aug 02 17:18:14.238 INFO O| Aug 02 17:18:14.238 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-02T17:18:15.477Z | [ recovery-image] Aug 02 17:18:14.247 INFO O| Aug 02 17:18:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4002 | 2024-08-02T17:18:15.477Z | [ recovery-image] Aug 02 17:18:14.247 INFO O| Aug 02 17:18:14.247 INFO STEP 51 (remove_files) COMPLETE |
4003 | 2024-08-02T17:18:15.477Z | [ recovery-image] Aug 02 17:18:14.247 INFO O| Aug 02 17:18:14.247 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-02T17:18:15.486Z | [ recovery-image] Aug 02 17:18:14.257 INFO O| Aug 02 17:18:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4005 | 2024-08-02T17:18:15.486Z | [ recovery-image] Aug 02 17:18:14.257 INFO O| Aug 02 17:18:14.257 INFO STEP 52 (remove_files) COMPLETE |
4006 | 2024-08-02T17:18:15.486Z | [ recovery-image] Aug 02 17:18:14.257 INFO O| Aug 02 17:18:14.257 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-02T17:18:15.498Z | [ recovery-image] Aug 02 17:18:14.270 INFO O| Aug 02 17:18:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4008 | 2024-08-02T17:18:15.501Z | [ recovery-image] Aug 02 17:18:14.270 INFO O| Aug 02 17:18:14.270 INFO STEP 53 (remove_files) COMPLETE |
4009 | 2024-08-02T17:18:15.501Z | [ recovery-image] Aug 02 17:18:14.270 INFO O| Aug 02 17:18:14.270 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-02T17:18:15.510Z | [ recovery-image] Aug 02 17:18:14.281 INFO O| Aug 02 17:18:14.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4011 | 2024-08-02T17:18:15.510Z | [ recovery-image] Aug 02 17:18:14.282 INFO O| Aug 02 17:18:14.281 INFO STEP 54 (remove_files) COMPLETE |
4012 | 2024-08-02T17:18:15.513Z | [ recovery-image] Aug 02 17:18:14.282 INFO O| Aug 02 17:18:14.282 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-02T17:18:15.521Z | [ recovery-image] Aug 02 17:18:14.292 INFO O| Aug 02 17:18:14.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4014 | 2024-08-02T17:18:15.521Z | [ recovery-image] Aug 02 17:18:14.292 INFO O| Aug 02 17:18:14.292 INFO STEP 55 (remove_files) COMPLETE |
4015 | 2024-08-02T17:18:15.524Z | [ recovery-image] Aug 02 17:18:14.292 INFO O| Aug 02 17:18:14.292 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-02T17:18:15.534Z | [ recovery-image] Aug 02 17:18:14.305 INFO O| Aug 02 17:18:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4017 | 2024-08-02T17:18:15.534Z | [ recovery-image] Aug 02 17:18:14.305 INFO O| Aug 02 17:18:14.305 INFO STEP 56 (remove_files) COMPLETE |
4018 | 2024-08-02T17:18:15.534Z | [ recovery-image] Aug 02 17:18:14.305 INFO O| Aug 02 17:18:14.305 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-02T17:18:15.549Z | [ recovery-image] Aug 02 17:18:14.320 INFO O| Aug 02 17:18:14.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4020 | 2024-08-02T17:18:15.549Z | [ recovery-image] Aug 02 17:18:14.320 INFO O| Aug 02 17:18:14.320 INFO STEP 57 (remove_files) COMPLETE |
4021 | 2024-08-02T17:18:15.552Z | [ recovery-image] Aug 02 17:18:14.320 INFO O| Aug 02 17:18:14.320 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-02T17:18:15.562Z | [ recovery-image] Aug 02 17:18:14.333 INFO O| Aug 02 17:18:14.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4023 | 2024-08-02T17:18:15.562Z | [ recovery-image] Aug 02 17:18:14.333 INFO O| Aug 02 17:18:14.333 INFO STEP 58 (remove_files) COMPLETE |
4024 | 2024-08-02T17:18:15.565Z | [ recovery-image] Aug 02 17:18:14.333 INFO O| Aug 02 17:18:14.333 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-02T17:18:15.576Z | [ recovery-image] Aug 02 17:18:14.347 INFO O| Aug 02 17:18:14.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4026 | 2024-08-02T17:18:15.576Z | [ recovery-image] Aug 02 17:18:14.347 INFO O| Aug 02 17:18:14.347 INFO STEP 59 (remove_files) COMPLETE |
4027 | 2024-08-02T17:18:15.578Z | [ recovery-image] Aug 02 17:18:14.347 INFO O| Aug 02 17:18:14.347 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-02T17:18:15.590Z | [ recovery-image] Aug 02 17:18:14.361 INFO O| Aug 02 17:18:14.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4029 | 2024-08-02T17:18:15.590Z | [ recovery-image] Aug 02 17:18:14.362 INFO O| Aug 02 17:18:14.362 INFO STEP 60 (remove_files) COMPLETE |
4030 | 2024-08-02T17:18:15.593Z | [ recovery-image] Aug 02 17:18:14.362 INFO O| Aug 02 17:18:14.362 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-02T17:18:15.604Z | [ recovery-image] Aug 02 17:18:14.375 INFO O| Aug 02 17:18:14.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4032 | 2024-08-02T17:18:15.607Z | [ recovery-image] Aug 02 17:18:14.376 INFO O| Aug 02 17:18:14.376 INFO STEP 61 (remove_files) COMPLETE |
4033 | 2024-08-02T17:18:15.607Z | [ recovery-image] Aug 02 17:18:14.376 INFO O| Aug 02 17:18:14.376 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-02T17:18:15.619Z | [ recovery-image] Aug 02 17:18:14.390 INFO O| Aug 02 17:18:14.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4035 | 2024-08-02T17:18:15.622Z | [ recovery-image] Aug 02 17:18:14.391 INFO O| Aug 02 17:18:14.390 INFO STEP 62 (remove_files) COMPLETE |
4036 | 2024-08-02T17:18:15.622Z | [ recovery-image] Aug 02 17:18:14.391 INFO O| Aug 02 17:18:14.391 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-02T17:18:15.633Z | [ recovery-image] Aug 02 17:18:14.404 INFO O| Aug 02 17:18:14.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4038 | 2024-08-02T17:18:15.633Z | [ recovery-image] Aug 02 17:18:14.404 INFO O| Aug 02 17:18:14.404 INFO STEP 63 (remove_files) COMPLETE |
4039 | 2024-08-02T17:18:15.633Z | [ recovery-image] Aug 02 17:18:14.405 INFO O| Aug 02 17:18:14.404 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-02T17:18:15.647Z | [ recovery-image] Aug 02 17:18:14.418 INFO O| Aug 02 17:18:14.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4041 | 2024-08-02T17:18:15.647Z | [ recovery-image] Aug 02 17:18:14.418 INFO O| Aug 02 17:18:14.418 INFO STEP 64 (remove_files) COMPLETE |
4042 | 2024-08-02T17:18:15.650Z | [ recovery-image] Aug 02 17:18:14.418 INFO O| Aug 02 17:18:14.418 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-02T17:18:15.661Z | [ recovery-image] Aug 02 17:18:14.432 INFO O| Aug 02 17:18:14.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4044 | 2024-08-02T17:18:15.661Z | [ recovery-image] Aug 02 17:18:14.432 INFO O| Aug 02 17:18:14.432 INFO STEP 65 (remove_files) COMPLETE |
4045 | 2024-08-02T17:18:15.663Z | [ recovery-image] Aug 02 17:18:14.432 INFO O| Aug 02 17:18:14.432 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-02T17:18:15.675Z | [ recovery-image] Aug 02 17:18:14.446 INFO O| Aug 02 17:18:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4047 | 2024-08-02T17:18:15.675Z | [ recovery-image] Aug 02 17:18:14.446 INFO O| Aug 02 17:18:14.446 INFO STEP 66 (remove_files) COMPLETE |
4048 | 2024-08-02T17:18:15.677Z | [ recovery-image] Aug 02 17:18:14.446 INFO O| Aug 02 17:18:14.446 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-02T17:18:15.689Z | [ recovery-image] Aug 02 17:18:14.460 INFO O| Aug 02 17:18:14.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4050 | 2024-08-02T17:18:15.692Z | [ recovery-image] Aug 02 17:18:14.461 INFO O| Aug 02 17:18:14.461 INFO STEP 67 (remove_files) COMPLETE |
4051 | 2024-08-02T17:18:15.692Z | [ recovery-image] Aug 02 17:18:14.461 INFO O| Aug 02 17:18:14.461 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-02T17:18:15.704Z | [ recovery-image] Aug 02 17:18:14.475 INFO O| Aug 02 17:18:14.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4053 | 2024-08-02T17:18:15.704Z | [ recovery-image] Aug 02 17:18:14.475 INFO O| Aug 02 17:18:14.475 INFO STEP 68 (remove_files) COMPLETE |
4054 | 2024-08-02T17:18:15.707Z | [ recovery-image] Aug 02 17:18:14.475 INFO O| Aug 02 17:18:14.475 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-02T17:18:15.720Z | [ recovery-image] Aug 02 17:18:14.491 INFO O| Aug 02 17:18:14.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4056 | 2024-08-02T17:18:15.720Z | [ recovery-image] Aug 02 17:18:14.491 INFO O| Aug 02 17:18:14.491 INFO STEP 69 (remove_files) COMPLETE |
4057 | 2024-08-02T17:18:15.724Z | [ recovery-image] Aug 02 17:18:14.491 INFO O| Aug 02 17:18:14.491 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-02T17:18:15.734Z | [ recovery-image] Aug 02 17:18:14.505 INFO O| Aug 02 17:18:14.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4059 | 2024-08-02T17:18:15.734Z | [ recovery-image] Aug 02 17:18:14.505 INFO O| Aug 02 17:18:14.505 INFO STEP 70 (remove_files) COMPLETE |
4060 | 2024-08-02T17:18:15.736Z | [ recovery-image] Aug 02 17:18:14.505 INFO O| Aug 02 17:18:14.505 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-02T17:18:15.748Z | [ recovery-image] Aug 02 17:18:14.519 INFO O| Aug 02 17:18:14.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4062 | 2024-08-02T17:18:15.751Z | [ recovery-image] Aug 02 17:18:14.520 INFO O| Aug 02 17:18:14.520 INFO STEP 71 (remove_files) COMPLETE |
4063 | 2024-08-02T17:18:15.751Z | [ recovery-image] Aug 02 17:18:14.520 INFO O| Aug 02 17:18:14.520 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-02T17:18:15.762Z | [ recovery-image] Aug 02 17:18:14.533 INFO O| Aug 02 17:18:14.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4065 | 2024-08-02T17:18:15.765Z | [ recovery-image] Aug 02 17:18:14.533 INFO O| Aug 02 17:18:14.533 INFO STEP 72 (remove_files) COMPLETE |
4066 | 2024-08-02T17:18:15.765Z | [ recovery-image] Aug 02 17:18:14.533 INFO O| Aug 02 17:18:14.533 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-02T17:18:15.777Z | [ recovery-image] Aug 02 17:18:14.545 INFO O| Aug 02 17:18:14.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4068 | 2024-08-02T17:18:15.777Z | [ recovery-image] Aug 02 17:18:14.545 INFO O| Aug 02 17:18:14.545 INFO STEP 73 (remove_files) COMPLETE |
4069 | 2024-08-02T17:18:15.781Z | [ recovery-image] Aug 02 17:18:14.545 INFO O| Aug 02 17:18:14.545 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-02T17:18:15.784Z | [ recovery-image] Aug 02 17:18:14.555 INFO O| Aug 02 17:18:14.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4071 | 2024-08-02T17:18:15.787Z | [ recovery-image] Aug 02 17:18:14.555 INFO O| Aug 02 17:18:14.555 INFO STEP 74 (remove_files) COMPLETE |
4072 | 2024-08-02T17:18:15.787Z | [ recovery-image] Aug 02 17:18:14.555 INFO O| Aug 02 17:18:14.555 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-02T17:18:15.794Z | [ recovery-image] Aug 02 17:18:14.565 INFO O| Aug 02 17:18:14.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4074 | 2024-08-02T17:18:15.794Z | [ recovery-image] Aug 02 17:18:14.565 INFO O| Aug 02 17:18:14.565 INFO STEP 75 (remove_files) COMPLETE |
4075 | 2024-08-02T17:18:15.794Z | [ recovery-image] Aug 02 17:18:14.565 INFO O| Aug 02 17:18:14.565 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-02T17:18:15.804Z | [ recovery-image] Aug 02 17:18:14.575 INFO O| Aug 02 17:18:14.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4077 | 2024-08-02T17:18:15.804Z | [ recovery-image] Aug 02 17:18:14.575 INFO O| Aug 02 17:18:14.575 INFO STEP 76 (remove_files) COMPLETE |
4078 | 2024-08-02T17:18:15.806Z | [ recovery-image] Aug 02 17:18:14.575 INFO O| Aug 02 17:18:14.575 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-02T17:18:15.813Z | [ recovery-image] Aug 02 17:18:14.584 INFO O| Aug 02 17:18:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4080 | 2024-08-02T17:18:15.813Z | [ recovery-image] Aug 02 17:18:14.584 INFO O| Aug 02 17:18:14.584 INFO STEP 77 (remove_files) COMPLETE |
4081 | 2024-08-02T17:18:15.816Z | [ recovery-image] Aug 02 17:18:14.584 INFO O| Aug 02 17:18:14.584 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-02T17:18:15.822Z | [ recovery-image] Aug 02 17:18:14.594 INFO O| Aug 02 17:18:14.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4083 | 2024-08-02T17:18:15.823Z | [ recovery-image] Aug 02 17:18:14.594 INFO O| Aug 02 17:18:14.594 INFO STEP 78 (remove_files) COMPLETE |
4084 | 2024-08-02T17:18:15.823Z | [ recovery-image] Aug 02 17:18:14.594 INFO O| Aug 02 17:18:14.594 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-02T17:18:15.832Z | [ recovery-image] Aug 02 17:18:14.603 INFO O| Aug 02 17:18:14.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4086 | 2024-08-02T17:18:15.832Z | [ recovery-image] Aug 02 17:18:14.603 INFO O| Aug 02 17:18:14.603 INFO STEP 79 (remove_files) COMPLETE |
4087 | 2024-08-02T17:18:15.835Z | [ recovery-image] Aug 02 17:18:14.604 INFO O| Aug 02 17:18:14.603 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-02T17:18:15.843Z | [ recovery-image] Aug 02 17:18:14.614 INFO O| Aug 02 17:18:14.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4089 | 2024-08-02T17:18:15.843Z | [ recovery-image] Aug 02 17:18:14.614 INFO O| Aug 02 17:18:14.614 INFO STEP 80 (remove_files) COMPLETE |
4090 | 2024-08-02T17:18:15.843Z | [ recovery-image] Aug 02 17:18:14.614 INFO O| Aug 02 17:18:14.614 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-02T17:18:15.856Z | [ recovery-image] Aug 02 17:18:14.627 INFO O| Aug 02 17:18:14.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4092 | 2024-08-02T17:18:15.859Z | [ recovery-image] Aug 02 17:18:14.627 INFO O| Aug 02 17:18:14.627 INFO STEP 81 (remove_files) COMPLETE |
4093 | 2024-08-02T17:18:15.859Z | [ recovery-image] Aug 02 17:18:14.627 INFO O| Aug 02 17:18:14.627 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-02T17:18:15.868Z | [ recovery-image] Aug 02 17:18:14.639 INFO O| Aug 02 17:18:14.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4095 | 2024-08-02T17:18:15.868Z | [ recovery-image] Aug 02 17:18:14.639 INFO O| Aug 02 17:18:14.639 INFO STEP 82 (remove_files) COMPLETE |
4096 | 2024-08-02T17:18:15.871Z | [ recovery-image] Aug 02 17:18:14.639 INFO O| Aug 02 17:18:14.639 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-02T17:18:15.879Z | [ recovery-image] Aug 02 17:18:14.650 INFO O| Aug 02 17:18:14.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4098 | 2024-08-02T17:18:15.879Z | [ recovery-image] Aug 02 17:18:14.650 INFO O| Aug 02 17:18:14.650 INFO STEP 83 (remove_files) COMPLETE |
4099 | 2024-08-02T17:18:15.879Z | [ recovery-image] Aug 02 17:18:14.650 INFO O| Aug 02 17:18:14.650 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-02T17:18:15.890Z | [ recovery-image] Aug 02 17:18:14.661 INFO O| Aug 02 17:18:14.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4101 | 2024-08-02T17:18:15.890Z | [ recovery-image] Aug 02 17:18:14.661 INFO O| Aug 02 17:18:14.661 INFO STEP 84 (remove_files) COMPLETE |
4102 | 2024-08-02T17:18:15.893Z | [ recovery-image] Aug 02 17:18:14.661 INFO O| Aug 02 17:18:14.661 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-02T17:18:15.902Z | [ recovery-image] Aug 02 17:18:14.673 INFO O| Aug 02 17:18:14.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4104 | 2024-08-02T17:18:15.902Z | [ recovery-image] Aug 02 17:18:14.673 INFO O| Aug 02 17:18:14.673 INFO STEP 85 (remove_files) COMPLETE |
4105 | 2024-08-02T17:18:15.902Z | [ recovery-image] Aug 02 17:18:14.673 INFO O| Aug 02 17:18:14.673 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-02T17:18:15.915Z | [ recovery-image] Aug 02 17:18:14.686 INFO O| Aug 02 17:18:14.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4107 | 2024-08-02T17:18:15.915Z | [ recovery-image] Aug 02 17:18:14.686 INFO O| Aug 02 17:18:14.686 INFO STEP 86 (remove_files) COMPLETE |
4108 | 2024-08-02T17:18:15.918Z | [ recovery-image] Aug 02 17:18:14.686 INFO O| Aug 02 17:18:14.686 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-02T17:18:15.926Z | [ recovery-image] Aug 02 17:18:14.698 INFO O| Aug 02 17:18:14.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4110 | 2024-08-02T17:18:15.926Z | [ recovery-image] Aug 02 17:18:14.698 INFO O| Aug 02 17:18:14.698 INFO STEP 87 (remove_files) COMPLETE |
4111 | 2024-08-02T17:18:15.926Z | [ recovery-image] Aug 02 17:18:14.698 INFO O| Aug 02 17:18:14.698 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-02T17:18:15.936Z | [ recovery-image] Aug 02 17:18:14.708 INFO O| Aug 02 17:18:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4113 | 2024-08-02T17:18:15.936Z | [ recovery-image] Aug 02 17:18:14.708 INFO O| Aug 02 17:18:14.708 INFO STEP 88 (remove_files) COMPLETE |
4114 | 2024-08-02T17:18:15.939Z | [ recovery-image] Aug 02 17:18:14.708 INFO O| Aug 02 17:18:14.708 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-02T17:18:15.946Z | [ recovery-image] Aug 02 17:18:14.718 INFO O| Aug 02 17:18:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4116 | 2024-08-02T17:18:15.949Z | [ recovery-image] Aug 02 17:18:14.718 INFO O| Aug 02 17:18:14.718 INFO STEP 89 (remove_files) COMPLETE |
4117 | 2024-08-02T17:18:15.949Z | [ recovery-image] Aug 02 17:18:14.718 INFO O| Aug 02 17:18:14.718 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-02T17:18:15.956Z | [ recovery-image] Aug 02 17:18:14.728 INFO O| Aug 02 17:18:14.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4119 | 2024-08-02T17:18:15.959Z | [ recovery-image] Aug 02 17:18:14.728 INFO O| Aug 02 17:18:14.728 INFO STEP 90 (remove_files) COMPLETE |
4120 | 2024-08-02T17:18:15.959Z | [ recovery-image] Aug 02 17:18:14.728 INFO O| Aug 02 17:18:14.728 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-02T17:18:15.966Z | [ recovery-image] Aug 02 17:18:14.738 INFO O| Aug 02 17:18:14.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4122 | 2024-08-02T17:18:15.967Z | [ recovery-image] Aug 02 17:18:14.738 INFO O| Aug 02 17:18:14.738 INFO STEP 91 (remove_files) COMPLETE |
4123 | 2024-08-02T17:18:15.969Z | [ recovery-image] Aug 02 17:18:14.738 INFO O| Aug 02 17:18:14.738 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-02T17:18:15.976Z | [ recovery-image] Aug 02 17:18:14.748 INFO O| Aug 02 17:18:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4125 | 2024-08-02T17:18:15.979Z | [ recovery-image] Aug 02 17:18:14.748 INFO O| Aug 02 17:18:14.748 INFO STEP 92 (remove_files) COMPLETE |
4126 | 2024-08-02T17:18:15.979Z | [ recovery-image] Aug 02 17:18:14.748 INFO O| Aug 02 17:18:14.748 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-02T17:18:15.986Z | [ recovery-image] Aug 02 17:18:14.758 INFO O| Aug 02 17:18:14.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4128 | 2024-08-02T17:18:15.986Z | [ recovery-image] Aug 02 17:18:14.758 INFO O| Aug 02 17:18:14.758 INFO STEP 93 (remove_files) COMPLETE |
4129 | 2024-08-02T17:18:15.989Z | [ recovery-image] Aug 02 17:18:14.758 INFO O| Aug 02 17:18:14.758 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-02T17:18:15.996Z | [ recovery-image] Aug 02 17:18:14.768 INFO O| Aug 02 17:18:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4131 | 2024-08-02T17:18:15.999Z | [ recovery-image] Aug 02 17:18:14.768 INFO O| Aug 02 17:18:14.768 INFO STEP 94 (remove_files) COMPLETE |
4132 | 2024-08-02T17:18:15.999Z | [ recovery-image] Aug 02 17:18:14.768 INFO O| Aug 02 17:18:14.768 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-02T17:18:16.007Z | [ recovery-image] Aug 02 17:18:14.778 INFO O| Aug 02 17:18:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4134 | 2024-08-02T17:18:16.007Z | [ recovery-image] Aug 02 17:18:14.778 INFO O| Aug 02 17:18:14.778 INFO STEP 95 (remove_files) COMPLETE |
4135 | 2024-08-02T17:18:16.010Z | [ recovery-image] Aug 02 17:18:14.778 INFO O| Aug 02 17:18:14.778 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-02T17:18:16.016Z | [ recovery-image] Aug 02 17:18:14.788 INFO O| Aug 02 17:18:14.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4137 | 2024-08-02T17:18:16.016Z | [ recovery-image] Aug 02 17:18:14.788 INFO O| Aug 02 17:18:14.788 INFO STEP 96 (remove_files) COMPLETE |
4138 | 2024-08-02T17:18:16.019Z | [ recovery-image] Aug 02 17:18:14.788 INFO O| Aug 02 17:18:14.788 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-02T17:18:16.026Z | [ recovery-image] Aug 02 17:18:14.798 INFO O| Aug 02 17:18:14.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4140 | 2024-08-02T17:18:16.026Z | [ recovery-image] Aug 02 17:18:14.798 INFO O| Aug 02 17:18:14.798 INFO STEP 97 (remove_files) COMPLETE |
4141 | 2024-08-02T17:18:16.026Z | [ recovery-image] Aug 02 17:18:14.798 INFO O| Aug 02 17:18:14.798 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-02T17:18:16.037Z | [ recovery-image] Aug 02 17:18:14.808 INFO O| Aug 02 17:18:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4143 | 2024-08-02T17:18:16.037Z | [ recovery-image] Aug 02 17:18:14.808 INFO O| Aug 02 17:18:14.808 INFO STEP 98 (remove_files) COMPLETE |
4144 | 2024-08-02T17:18:16.039Z | [ recovery-image] Aug 02 17:18:14.808 INFO O| Aug 02 17:18:14.808 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-02T17:18:16.047Z | [ recovery-image] Aug 02 17:18:14.818 INFO O| Aug 02 17:18:14.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4146 | 2024-08-02T17:18:16.047Z | [ recovery-image] Aug 02 17:18:14.818 INFO O| Aug 02 17:18:14.818 INFO STEP 99 (remove_files) COMPLETE |
4147 | 2024-08-02T17:18:16.050Z | [ recovery-image] Aug 02 17:18:14.818 INFO O| Aug 02 17:18:14.818 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-02T17:18:16.056Z | [ recovery-image] Aug 02 17:18:14.827 INFO O| Aug 02 17:18:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4149 | 2024-08-02T17:18:16.059Z | [ recovery-image] Aug 02 17:18:14.828 INFO O| Aug 02 17:18:14.828 INFO STEP 100 (remove_files) COMPLETE |
4150 | 2024-08-02T17:18:16.059Z | [ recovery-image] Aug 02 17:18:14.828 INFO O| Aug 02 17:18:14.828 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-02T17:18:16.066Z | [ recovery-image] Aug 02 17:18:14.838 INFO O| Aug 02 17:18:14.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4152 | 2024-08-02T17:18:16.066Z | [ recovery-image] Aug 02 17:18:14.838 INFO O| Aug 02 17:18:14.838 INFO STEP 101 (remove_files) COMPLETE |
4153 | 2024-08-02T17:18:16.069Z | [ recovery-image] Aug 02 17:18:14.838 INFO O| Aug 02 17:18:14.838 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-02T17:18:16.077Z | [ recovery-image] Aug 02 17:18:14.848 INFO O| Aug 02 17:18:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4155 | 2024-08-02T17:18:16.077Z | [ recovery-image] Aug 02 17:18:14.848 INFO O| Aug 02 17:18:14.848 INFO STEP 102 (remove_files) COMPLETE |
4156 | 2024-08-02T17:18:16.080Z | [ recovery-image] Aug 02 17:18:14.848 INFO O| Aug 02 17:18:14.848 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-02T17:18:16.088Z | [ recovery-image] Aug 02 17:18:14.859 INFO O| Aug 02 17:18:14.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4158 | 2024-08-02T17:18:16.088Z | [ recovery-image] Aug 02 17:18:14.859 INFO O| Aug 02 17:18:14.859 INFO STEP 103 (remove_files) COMPLETE |
4159 | 2024-08-02T17:18:16.088Z | [ recovery-image] Aug 02 17:18:14.859 INFO O| Aug 02 17:18:14.859 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-02T17:18:16.098Z | [ recovery-image] Aug 02 17:18:14.869 INFO O| Aug 02 17:18:14.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4161 | 2024-08-02T17:18:16.101Z | [ recovery-image] Aug 02 17:18:14.869 INFO O| Aug 02 17:18:14.869 INFO STEP 104 (remove_files) COMPLETE |
4162 | 2024-08-02T17:18:16.101Z | [ recovery-image] Aug 02 17:18:14.869 INFO O| Aug 02 17:18:14.869 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-02T17:18:16.108Z | [ recovery-image] Aug 02 17:18:14.879 INFO O| Aug 02 17:18:14.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4164 | 2024-08-02T17:18:16.111Z | [ recovery-image] Aug 02 17:18:14.880 INFO O| Aug 02 17:18:14.880 INFO STEP 105 (remove_files) COMPLETE |
4165 | 2024-08-02T17:18:16.111Z | [ recovery-image] Aug 02 17:18:14.880 INFO O| Aug 02 17:18:14.880 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-02T17:18:16.118Z | [ recovery-image] Aug 02 17:18:14.890 INFO O| Aug 02 17:18:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4167 | 2024-08-02T17:18:16.118Z | [ recovery-image] Aug 02 17:18:14.890 INFO O| Aug 02 17:18:14.890 INFO STEP 106 (remove_files) COMPLETE |
4168 | 2024-08-02T17:18:16.121Z | [ recovery-image] Aug 02 17:18:14.890 INFO O| Aug 02 17:18:14.890 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-02T17:18:16.129Z | [ recovery-image] Aug 02 17:18:14.900 INFO O| Aug 02 17:18:14.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4170 | 2024-08-02T17:18:16.131Z | [ recovery-image] Aug 02 17:18:14.900 INFO O| Aug 02 17:18:14.900 INFO STEP 107 (remove_files) COMPLETE |
4171 | 2024-08-02T17:18:16.131Z | [ recovery-image] Aug 02 17:18:14.900 INFO O| Aug 02 17:18:14.900 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-02T17:18:16.139Z | [ recovery-image] Aug 02 17:18:14.910 INFO O| Aug 02 17:18:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4173 | 2024-08-02T17:18:16.139Z | [ recovery-image] Aug 02 17:18:14.910 INFO O| Aug 02 17:18:14.910 INFO STEP 108 (remove_files) COMPLETE |
4174 | 2024-08-02T17:18:16.142Z | [ recovery-image] Aug 02 17:18:14.910 INFO O| Aug 02 17:18:14.910 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-02T17:18:16.149Z | [ recovery-image] Aug 02 17:18:14.920 INFO O| Aug 02 17:18:14.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4176 | 2024-08-02T17:18:16.149Z | [ recovery-image] Aug 02 17:18:14.920 INFO O| Aug 02 17:18:14.920 INFO STEP 109 (remove_files) COMPLETE |
4177 | 2024-08-02T17:18:16.149Z | [ recovery-image] Aug 02 17:18:14.920 INFO O| Aug 02 17:18:14.920 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-02T17:18:16.159Z | [ recovery-image] Aug 02 17:18:14.930 INFO O| Aug 02 17:18:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4179 | 2024-08-02T17:18:16.159Z | [ recovery-image] Aug 02 17:18:14.930 INFO O| Aug 02 17:18:14.930 INFO STEP 110 (remove_files) COMPLETE |
4180 | 2024-08-02T17:18:16.162Z | [ recovery-image] Aug 02 17:18:14.930 INFO O| Aug 02 17:18:14.930 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-02T17:18:16.169Z | [ recovery-image] Aug 02 17:18:14.940 INFO O| Aug 02 17:18:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4182 | 2024-08-02T17:18:16.169Z | [ recovery-image] Aug 02 17:18:14.940 INFO O| Aug 02 17:18:14.940 INFO STEP 111 (remove_files) COMPLETE |
4183 | 2024-08-02T17:18:16.169Z | [ recovery-image] Aug 02 17:18:14.940 INFO O| Aug 02 17:18:14.940 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-02T17:18:16.179Z | [ recovery-image] Aug 02 17:18:14.951 INFO O| Aug 02 17:18:14.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4185 | 2024-08-02T17:18:16.179Z | [ recovery-image] Aug 02 17:18:14.951 INFO O| Aug 02 17:18:14.951 INFO STEP 112 (remove_files) COMPLETE |
4186 | 2024-08-02T17:18:16.179Z | [ recovery-image] Aug 02 17:18:14.951 INFO O| Aug 02 17:18:14.951 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-02T17:18:16.189Z | [ recovery-image] Aug 02 17:18:14.960 INFO O| Aug 02 17:18:14.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4188 | 2024-08-02T17:18:16.189Z | [ recovery-image] Aug 02 17:18:14.960 INFO O| Aug 02 17:18:14.960 INFO STEP 113 (remove_files) COMPLETE |
4189 | 2024-08-02T17:18:16.192Z | [ recovery-image] Aug 02 17:18:14.961 INFO O| Aug 02 17:18:14.960 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-02T17:18:16.199Z | [ recovery-image] Aug 02 17:18:14.970 INFO O| Aug 02 17:18:14.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4191 | 2024-08-02T17:18:16.199Z | [ recovery-image] Aug 02 17:18:14.970 INFO O| Aug 02 17:18:14.970 INFO STEP 114 (remove_files) COMPLETE |
4192 | 2024-08-02T17:18:16.199Z | [ recovery-image] Aug 02 17:18:14.970 INFO O| Aug 02 17:18:14.970 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-02T17:18:16.209Z | [ recovery-image] Aug 02 17:18:14.980 INFO O| Aug 02 17:18:14.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4194 | 2024-08-02T17:18:16.209Z | [ recovery-image] Aug 02 17:18:14.980 INFO O| Aug 02 17:18:14.980 INFO STEP 115 (remove_files) COMPLETE |
4195 | 2024-08-02T17:18:16.213Z | [ recovery-image] Aug 02 17:18:14.980 INFO O| Aug 02 17:18:14.980 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-02T17:18:16.218Z | [ recovery-image] Aug 02 17:18:14.990 INFO O| Aug 02 17:18:14.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4197 | 2024-08-02T17:18:16.218Z | [ recovery-image] Aug 02 17:18:14.990 INFO O| Aug 02 17:18:14.990 INFO STEP 116 (remove_files) COMPLETE |
4198 | 2024-08-02T17:18:16.218Z | [ recovery-image] Aug 02 17:18:14.990 INFO O| Aug 02 17:18:14.990 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-02T17:18:16.228Z | [ recovery-image] Aug 02 17:18:15.000 INFO O| Aug 02 17:18:15.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4200 | 2024-08-02T17:18:16.228Z | [ recovery-image] Aug 02 17:18:15.000 INFO O| Aug 02 17:18:15.000 INFO STEP 117 (remove_files) COMPLETE |
4201 | 2024-08-02T17:18:16.228Z | [ recovery-image] Aug 02 17:18:15.000 INFO O| Aug 02 17:18:15.000 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-02T17:18:16.240Z | [ recovery-image] Aug 02 17:18:15.012 INFO O| Aug 02 17:18:15.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4203 | 2024-08-02T17:18:16.240Z | [ recovery-image] Aug 02 17:18:15.012 INFO O| Aug 02 17:18:15.012 INFO STEP 118 (remove_files) COMPLETE |
4204 | 2024-08-02T17:18:16.243Z | [ recovery-image] Aug 02 17:18:15.012 INFO O| Aug 02 17:18:15.012 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-02T17:18:16.250Z | [ recovery-image] Aug 02 17:18:15.022 INFO O| Aug 02 17:18:15.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4206 | 2024-08-02T17:18:16.253Z | [ recovery-image] Aug 02 17:18:15.022 INFO O| Aug 02 17:18:15.022 INFO STEP 119 (remove_files) COMPLETE |
4207 | 2024-08-02T17:18:16.253Z | [ recovery-image] Aug 02 17:18:15.022 INFO O| Aug 02 17:18:15.022 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-02T17:18:16.260Z | [ recovery-image] Aug 02 17:18:15.032 INFO O| Aug 02 17:18:15.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4209 | 2024-08-02T17:18:16.269Z | [ recovery-image] Aug 02 17:18:15.032 INFO O| Aug 02 17:18:15.032 INFO STEP 120 (remove_files) COMPLETE |
4210 | 2024-08-02T17:18:16.269Z | [ recovery-image] Aug 02 17:18:15.032 INFO O| Aug 02 17:18:15.032 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-02T17:18:16.273Z | [ recovery-image] Aug 02 17:18:15.041 INFO O| Aug 02 17:18:15.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4212 | 2024-08-02T17:18:16.273Z | [ recovery-image] Aug 02 17:18:15.042 INFO O| Aug 02 17:18:15.042 INFO STEP 121 (remove_files) COMPLETE |
4213 | 2024-08-02T17:18:16.273Z | [ recovery-image] Aug 02 17:18:15.042 INFO O| Aug 02 17:18:15.042 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-02T17:18:16.280Z | [ recovery-image] Aug 02 17:18:15.051 INFO O| Aug 02 17:18:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4215 | 2024-08-02T17:18:16.280Z | [ recovery-image] Aug 02 17:18:15.051 INFO O| Aug 02 17:18:15.051 INFO STEP 122 (remove_files) COMPLETE |
4216 | 2024-08-02T17:18:16.283Z | [ recovery-image] Aug 02 17:18:15.051 INFO O| Aug 02 17:18:15.051 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-02T17:18:16.290Z | [ recovery-image] Aug 02 17:18:15.061 INFO O| Aug 02 17:18:15.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4218 | 2024-08-02T17:18:16.290Z | [ recovery-image] Aug 02 17:18:15.061 INFO O| Aug 02 17:18:15.061 INFO STEP 123 (remove_files) COMPLETE |
4219 | 2024-08-02T17:18:16.290Z | [ recovery-image] Aug 02 17:18:15.061 INFO O| Aug 02 17:18:15.061 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-02T17:18:16.299Z | [ recovery-image] Aug 02 17:18:15.071 INFO O| Aug 02 17:18:15.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4221 | 2024-08-02T17:18:16.299Z | [ recovery-image] Aug 02 17:18:15.071 INFO O| Aug 02 17:18:15.071 INFO STEP 124 (remove_files) COMPLETE |
4222 | 2024-08-02T17:18:16.302Z | [ recovery-image] Aug 02 17:18:15.071 INFO O| Aug 02 17:18:15.071 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-02T17:18:16.309Z | [ recovery-image] Aug 02 17:18:15.080 INFO O| Aug 02 17:18:15.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4224 | 2024-08-02T17:18:16.309Z | [ recovery-image] Aug 02 17:18:15.081 INFO O| Aug 02 17:18:15.081 INFO STEP 125 (remove_files) COMPLETE |
4225 | 2024-08-02T17:18:16.309Z | [ recovery-image] Aug 02 17:18:15.081 INFO O| Aug 02 17:18:15.081 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-02T17:18:16.319Z | [ recovery-image] Aug 02 17:18:15.090 INFO O| Aug 02 17:18:15.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4227 | 2024-08-02T17:18:16.319Z | [ recovery-image] Aug 02 17:18:15.090 INFO O| Aug 02 17:18:15.090 INFO STEP 126 (remove_files) COMPLETE |
4228 | 2024-08-02T17:18:16.319Z | [ recovery-image] Aug 02 17:18:15.090 INFO O| Aug 02 17:18:15.090 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-02T17:18:16.329Z | [ recovery-image] Aug 02 17:18:15.100 INFO O| Aug 02 17:18:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4230 | 2024-08-02T17:18:16.329Z | [ recovery-image] Aug 02 17:18:15.100 INFO O| Aug 02 17:18:15.100 INFO STEP 127 (remove_files) COMPLETE |
4231 | 2024-08-02T17:18:16.329Z | [ recovery-image] Aug 02 17:18:15.100 INFO O| Aug 02 17:18:15.100 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-02T17:18:16.338Z | [ recovery-image] Aug 02 17:18:15.110 INFO O| Aug 02 17:18:15.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4233 | 2024-08-02T17:18:16.338Z | [ recovery-image] Aug 02 17:18:15.110 INFO O| Aug 02 17:18:15.110 INFO STEP 128 (remove_files) COMPLETE |
4234 | 2024-08-02T17:18:16.341Z | [ recovery-image] Aug 02 17:18:15.110 INFO O| Aug 02 17:18:15.110 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-02T17:18:16.348Z | [ recovery-image] Aug 02 17:18:15.119 INFO O| Aug 02 17:18:15.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4236 | 2024-08-02T17:18:16.348Z | [ recovery-image] Aug 02 17:18:15.119 INFO O| Aug 02 17:18:15.119 INFO STEP 129 (remove_files) COMPLETE |
4237 | 2024-08-02T17:18:16.348Z | [ recovery-image] Aug 02 17:18:15.119 INFO O| Aug 02 17:18:15.119 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-02T17:18:16.357Z | [ recovery-image] Aug 02 17:18:15.129 INFO O| Aug 02 17:18:15.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4239 | 2024-08-02T17:18:16.357Z | [ recovery-image] Aug 02 17:18:15.129 INFO O| Aug 02 17:18:15.129 INFO STEP 130 (remove_files) COMPLETE |
4240 | 2024-08-02T17:18:16.360Z | [ recovery-image] Aug 02 17:18:15.129 INFO O| Aug 02 17:18:15.129 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-02T17:18:16.367Z | [ recovery-image] Aug 02 17:18:15.138 INFO O| Aug 02 17:18:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4242 | 2024-08-02T17:18:16.367Z | [ recovery-image] Aug 02 17:18:15.138 INFO O| Aug 02 17:18:15.138 INFO STEP 131 (remove_files) COMPLETE |
4243 | 2024-08-02T17:18:16.367Z | [ recovery-image] Aug 02 17:18:15.138 INFO O| Aug 02 17:18:15.138 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-02T17:18:16.377Z | [ recovery-image] Aug 02 17:18:15.148 INFO O| Aug 02 17:18:15.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4245 | 2024-08-02T17:18:16.377Z | [ recovery-image] Aug 02 17:18:15.148 INFO O| Aug 02 17:18:15.148 INFO STEP 132 (remove_files) COMPLETE |
4246 | 2024-08-02T17:18:16.379Z | [ recovery-image] Aug 02 17:18:15.148 INFO O| Aug 02 17:18:15.148 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-02T17:18:16.386Z | [ recovery-image] Aug 02 17:18:15.158 INFO O| Aug 02 17:18:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4248 | 2024-08-02T17:18:16.389Z | [ recovery-image] Aug 02 17:18:15.158 INFO O| Aug 02 17:18:15.158 INFO STEP 133 (remove_files) COMPLETE |
4249 | 2024-08-02T17:18:16.389Z | [ recovery-image] Aug 02 17:18:15.158 INFO O| Aug 02 17:18:15.158 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-02T17:18:16.395Z | [ host-image] Aug 02 17:18:15.166 INFO O| Aug 02 17:18:15.166 INFO O| Planning: Solver setup ... Done |
4251 | 2024-08-02T17:18:16.397Z | [ recovery-image] Aug 02 17:18:15.168 INFO O| Aug 02 17:18:15.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4252 | 2024-08-02T17:18:16.397Z | [ recovery-image] Aug 02 17:18:15.168 INFO O| Aug 02 17:18:15.168 INFO STEP 134 (remove_files) COMPLETE |
4253 | 2024-08-02T17:18:16.398Z | [ recovery-image] Aug 02 17:18:15.168 INFO O| Aug 02 17:18:15.168 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-08-02T17:18:16.400Z | [ host-image] Aug 02 17:18:15.170 INFO O| Aug 02 17:18:15.170 INFO O| Planning: Running solver ... Done |
4255 | 2024-08-02T17:18:16.407Z | [ recovery-image] Aug 02 17:18:15.178 INFO O| Aug 02 17:18:15.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4256 | 2024-08-02T17:18:16.407Z | [ recovery-image] Aug 02 17:18:15.178 INFO O| Aug 02 17:18:15.178 INFO STEP 135 (remove_files) COMPLETE |
4257 | 2024-08-02T17:18:16.410Z | [ recovery-image] Aug 02 17:18:15.178 INFO O| Aug 02 17:18:15.178 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-08-02T17:18:16.417Z | [ recovery-image] Aug 02 17:18:15.188 INFO O| Aug 02 17:18:15.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4259 | 2024-08-02T17:18:16.420Z | [ recovery-image] Aug 02 17:18:15.189 INFO O| Aug 02 17:18:15.189 INFO STEP 136 (remove_files) COMPLETE |
4260 | 2024-08-02T17:18:16.420Z | [ recovery-image] Aug 02 17:18:15.189 INFO O| Aug 02 17:18:15.189 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-08-02T17:18:16.427Z | [ recovery-image] Aug 02 17:18:15.199 INFO O| Aug 02 17:18:15.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4262 | 2024-08-02T17:18:16.427Z | [ recovery-image] Aug 02 17:18:15.199 INFO O| Aug 02 17:18:15.199 INFO STEP 137 (remove_files) COMPLETE |
4263 | 2024-08-02T17:18:16.428Z | [ recovery-image] Aug 02 17:18:15.199 INFO O| Aug 02 17:18:15.199 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-08-02T17:18:16.436Z | [ host-image] Aug 02 17:18:15.207 INFO O| Aug 02 17:18:15.207 INFO O| Planning: Finding local manifests ... Done |
4265 | 2024-08-02T17:18:16.439Z | [ host-image] Aug 02 17:18:15.208 INFO O| Aug 02 17:18:15.208 INFO O| Planning: Fetching manifests: 0/4 0% complete |
4266 | 2024-08-02T17:18:16.439Z | [ recovery-image] Aug 02 17:18:15.209 INFO O| Aug 02 17:18:15.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4267 | 2024-08-02T17:18:16.439Z | [ recovery-image] Aug 02 17:18:15.209 INFO O| Aug 02 17:18:15.209 INFO STEP 138 (remove_files) COMPLETE |
4268 | 2024-08-02T17:18:16.439Z | [ recovery-image] Aug 02 17:18:15.209 INFO O| Aug 02 17:18:15.209 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-08-02T17:18:16.448Z | [ recovery-image] Aug 02 17:18:15.219 INFO O| Aug 02 17:18:15.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4270 | 2024-08-02T17:18:16.448Z | [ recovery-image] Aug 02 17:18:15.219 INFO O| Aug 02 17:18:15.219 INFO STEP 139 (remove_files) COMPLETE |
4271 | 2024-08-02T17:18:16.451Z | [ recovery-image] Aug 02 17:18:15.219 INFO O| Aug 02 17:18:15.219 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-08-02T17:18:16.458Z | [ recovery-image] Aug 02 17:18:15.229 INFO O| Aug 02 17:18:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4273 | 2024-08-02T17:18:16.458Z | [ recovery-image] Aug 02 17:18:15.229 INFO O| Aug 02 17:18:15.229 INFO STEP 140 (remove_files) COMPLETE |
4274 | 2024-08-02T17:18:16.461Z | [ recovery-image] Aug 02 17:18:15.229 INFO O| Aug 02 17:18:15.229 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-08-02T17:18:16.469Z | [ recovery-image] Aug 02 17:18:15.241 INFO O| Aug 02 17:18:15.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4276 | 2024-08-02T17:18:16.472Z | [ recovery-image] Aug 02 17:18:15.241 INFO O| Aug 02 17:18:15.241 INFO STEP 141 (remove_files) COMPLETE |
4277 | 2024-08-02T17:18:16.473Z | [ recovery-image] Aug 02 17:18:15.241 INFO O| Aug 02 17:18:15.241 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-08-02T17:18:16.480Z | [ recovery-image] Aug 02 17:18:15.251 INFO O| Aug 02 17:18:15.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4279 | 2024-08-02T17:18:16.483Z | [ recovery-image] Aug 02 17:18:15.251 INFO O| Aug 02 17:18:15.251 INFO STEP 142 (remove_files) COMPLETE |
4280 | 2024-08-02T17:18:16.483Z | [ recovery-image] Aug 02 17:18:15.251 INFO O| Aug 02 17:18:15.251 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-08-02T17:18:16.489Z | [ recovery-image] Aug 02 17:18:15.261 INFO O| Aug 02 17:18:15.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4282 | 2024-08-02T17:18:16.489Z | [ recovery-image] Aug 02 17:18:15.261 INFO O| Aug 02 17:18:15.261 INFO STEP 143 (remove_files) COMPLETE |
4283 | 2024-08-02T17:18:16.490Z | [ recovery-image] Aug 02 17:18:15.261 INFO O| Aug 02 17:18:15.261 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-08-02T17:18:16.499Z | [ recovery-image] Aug 02 17:18:15.271 INFO O| Aug 02 17:18:15.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4285 | 2024-08-02T17:18:16.499Z | [ recovery-image] Aug 02 17:18:15.271 INFO O| Aug 02 17:18:15.271 INFO STEP 144 (remove_files) COMPLETE |
4286 | 2024-08-02T17:18:16.499Z | [ recovery-image] Aug 02 17:18:15.271 INFO O| Aug 02 17:18:15.271 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-08-02T17:18:16.509Z | [ recovery-image] Aug 02 17:18:15.280 INFO O| Aug 02 17:18:15.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4288 | 2024-08-02T17:18:16.509Z | [ recovery-image] Aug 02 17:18:15.280 INFO O| Aug 02 17:18:15.280 INFO STEP 145 (remove_files) COMPLETE |
4289 | 2024-08-02T17:18:16.512Z | [ recovery-image] Aug 02 17:18:15.280 INFO O| Aug 02 17:18:15.280 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-08-02T17:18:16.518Z | [ recovery-image] Aug 02 17:18:15.290 INFO O| Aug 02 17:18:15.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4291 | 2024-08-02T17:18:16.518Z | [ recovery-image] Aug 02 17:18:15.290 INFO O| Aug 02 17:18:15.290 INFO STEP 146 (remove_files) COMPLETE |
4292 | 2024-08-02T17:18:16.521Z | [ recovery-image] Aug 02 17:18:15.290 INFO O| Aug 02 17:18:15.290 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-08-02T17:18:16.525Z | [ host-image] Aug 02 17:18:15.297 INFO O| Aug 02 17:18:15.297 INFO O| Planning: Fetching manifests: 4/4 100% complete |
4294 | 2024-08-02T17:18:16.528Z | [ recovery-image] Aug 02 17:18:15.299 INFO O| Aug 02 17:18:15.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4295 | 2024-08-02T17:18:16.528Z | [ recovery-image] Aug 02 17:18:15.300 INFO O| Aug 02 17:18:15.300 INFO STEP 147 (remove_files) COMPLETE |
4296 | 2024-08-02T17:18:16.528Z | [ recovery-image] Aug 02 17:18:15.300 INFO O| Aug 02 17:18:15.300 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-08-02T17:18:16.539Z | [ recovery-image] Aug 02 17:18:15.309 INFO O| Aug 02 17:18:15.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4298 | 2024-08-02T17:18:16.539Z | [ recovery-image] Aug 02 17:18:15.309 INFO O| Aug 02 17:18:15.309 INFO STEP 148 (remove_files) COMPLETE |
4299 | 2024-08-02T17:18:16.539Z | [ recovery-image] Aug 02 17:18:15.309 INFO O| Aug 02 17:18:15.309 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-08-02T17:18:16.547Z | [ recovery-image] Aug 02 17:18:15.319 INFO O| Aug 02 17:18:15.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4301 | 2024-08-02T17:18:16.547Z | [ recovery-image] Aug 02 17:18:15.319 INFO O| Aug 02 17:18:15.319 INFO STEP 149 (remove_files) COMPLETE |
4302 | 2024-08-02T17:18:16.550Z | [ recovery-image] Aug 02 17:18:15.319 INFO O| Aug 02 17:18:15.319 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-08-02T17:18:16.550Z | [ host-image] Aug 02 17:18:15.319 INFO O| Aug 02 17:18:15.319 INFO O| Planning: Package planning ... Done |
4304 | 2024-08-02T17:18:16.553Z | [ host-image] Aug 02 17:18:15.322 INFO O| Aug 02 17:18:15.322 INFO O| Planning: Merging actions ... Done |
4305 | 2024-08-02T17:18:16.557Z | [ recovery-image] Aug 02 17:18:15.328 INFO O| Aug 02 17:18:15.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4306 | 2024-08-02T17:18:16.557Z | [ recovery-image] Aug 02 17:18:15.328 INFO O| Aug 02 17:18:15.328 INFO STEP 150 (remove_files) COMPLETE |
4307 | 2024-08-02T17:18:16.559Z | [ recovery-image] Aug 02 17:18:15.328 INFO O| Aug 02 17:18:15.328 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-08-02T17:18:16.567Z | [ recovery-image] Aug 02 17:18:15.337 INFO O| Aug 02 17:18:15.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4309 | 2024-08-02T17:18:16.567Z | [ recovery-image] Aug 02 17:18:15.338 INFO O| Aug 02 17:18:15.337 INFO STEP 151 (remove_files) COMPLETE |
4310 | 2024-08-02T17:18:16.567Z | [ recovery-image] Aug 02 17:18:15.338 INFO O| Aug 02 17:18:15.338 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-08-02T17:18:16.576Z | [ recovery-image] Aug 02 17:18:15.347 INFO O| Aug 02 17:18:15.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4312 | 2024-08-02T17:18:16.576Z | [ recovery-image] Aug 02 17:18:15.347 INFO O| Aug 02 17:18:15.347 INFO STEP 152 (remove_files) COMPLETE |
4313 | 2024-08-02T17:18:16.579Z | [ recovery-image] Aug 02 17:18:15.347 INFO O| Aug 02 17:18:15.347 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-08-02T17:18:16.585Z | [ recovery-image] Aug 02 17:18:15.356 INFO O| Aug 02 17:18:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4315 | 2024-08-02T17:18:16.585Z | [ recovery-image] Aug 02 17:18:15.356 INFO O| Aug 02 17:18:15.356 INFO STEP 153 (remove_files) COMPLETE |
4316 | 2024-08-02T17:18:16.588Z | [ recovery-image] Aug 02 17:18:15.356 INFO O| Aug 02 17:18:15.356 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-08-02T17:18:16.594Z | [ recovery-image] Aug 02 17:18:15.366 INFO O| Aug 02 17:18:15.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4318 | 2024-08-02T17:18:16.594Z | [ recovery-image] Aug 02 17:18:15.366 INFO O| Aug 02 17:18:15.366 INFO STEP 154 (remove_files) COMPLETE |
4319 | 2024-08-02T17:18:16.597Z | [ recovery-image] Aug 02 17:18:15.366 INFO O| Aug 02 17:18:15.366 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-08-02T17:18:16.604Z | [ recovery-image] Aug 02 17:18:15.376 INFO O| Aug 02 17:18:15.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4321 | 2024-08-02T17:18:16.607Z | [ recovery-image] Aug 02 17:18:15.376 INFO O| Aug 02 17:18:15.376 INFO STEP 155 (remove_files) COMPLETE |
4322 | 2024-08-02T17:18:16.607Z | [ recovery-image] Aug 02 17:18:15.376 INFO O| Aug 02 17:18:15.376 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-08-02T17:18:16.614Z | [ recovery-image] Aug 02 17:18:15.385 INFO O| Aug 02 17:18:15.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4324 | 2024-08-02T17:18:16.614Z | [ recovery-image] Aug 02 17:18:15.385 INFO O| Aug 02 17:18:15.385 INFO STEP 156 (remove_files) COMPLETE |
4325 | 2024-08-02T17:18:16.614Z | [ recovery-image] Aug 02 17:18:15.385 INFO O| Aug 02 17:18:15.385 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-08-02T17:18:16.623Z | [ recovery-image] Aug 02 17:18:15.395 INFO O| Aug 02 17:18:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4327 | 2024-08-02T17:18:16.623Z | [ recovery-image] Aug 02 17:18:15.395 INFO O| Aug 02 17:18:15.395 INFO STEP 157 (remove_files) COMPLETE |
4328 | 2024-08-02T17:18:16.626Z | [ recovery-image] Aug 02 17:18:15.395 INFO O| Aug 02 17:18:15.395 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-08-02T17:18:16.632Z | [ host-image] Aug 02 17:18:15.403 INFO O| Aug 02 17:18:15.403 INFO O| Planning: Checking for conflicting actions ... Done |
4330 | 2024-08-02T17:18:16.635Z | [ recovery-image] Aug 02 17:18:15.404 INFO O| Aug 02 17:18:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4331 | 2024-08-02T17:18:16.635Z | [ host-image] Aug 02 17:18:15.405 INFO O| Aug 02 17:18:15.405 INFO O| Planning: Consolidating action changes ... Done |
4332 | 2024-08-02T17:18:16.635Z | [ recovery-image] Aug 02 17:18:15.405 INFO O| Aug 02 17:18:15.405 INFO STEP 158 (remove_files) COMPLETE |
4333 | 2024-08-02T17:18:16.635Z | [ recovery-image] Aug 02 17:18:15.405 INFO O| Aug 02 17:18:15.405 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-02T17:18:16.643Z | [ recovery-image] Aug 02 17:18:15.415 INFO O| Aug 02 17:18:15.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4335 | 2024-08-02T17:18:16.643Z | [ recovery-image] Aug 02 17:18:15.415 INFO O| Aug 02 17:18:15.415 INFO STEP 159 (remove_files) COMPLETE |
4336 | 2024-08-02T17:18:16.646Z | [ recovery-image] Aug 02 17:18:15.415 INFO O| Aug 02 17:18:15.415 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-02T17:18:16.653Z | [ recovery-image] Aug 02 17:18:15.425 INFO O| Aug 02 17:18:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4338 | 2024-08-02T17:18:16.653Z | [ recovery-image] Aug 02 17:18:15.425 INFO O| Aug 02 17:18:15.425 INFO STEP 160 (remove_files) COMPLETE |
4339 | 2024-08-02T17:18:16.656Z | [ recovery-image] Aug 02 17:18:15.425 INFO O| Aug 02 17:18:15.425 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-02T17:18:16.665Z | [ recovery-image] Aug 02 17:18:15.435 INFO O| Aug 02 17:18:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4341 | 2024-08-02T17:18:16.665Z | [ recovery-image] Aug 02 17:18:15.435 INFO O| Aug 02 17:18:15.435 INFO STEP 161 (remove_files) COMPLETE |
4342 | 2024-08-02T17:18:16.668Z | [ recovery-image] Aug 02 17:18:15.435 INFO O| Aug 02 17:18:15.435 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-02T17:18:16.674Z | [ recovery-image] Aug 02 17:18:15.445 INFO O| Aug 02 17:18:15.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4344 | 2024-08-02T17:18:16.674Z | [ recovery-image] Aug 02 17:18:15.445 INFO O| Aug 02 17:18:15.445 INFO STEP 162 (remove_files) COMPLETE |
4345 | 2024-08-02T17:18:16.674Z | [ recovery-image] Aug 02 17:18:15.445 INFO O| Aug 02 17:18:15.445 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-02T17:18:16.683Z | [ recovery-image] Aug 02 17:18:15.455 INFO O| Aug 02 17:18:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4347 | 2024-08-02T17:18:16.683Z | [ recovery-image] Aug 02 17:18:15.455 INFO O| Aug 02 17:18:15.455 INFO STEP 163 (remove_files) COMPLETE |
4348 | 2024-08-02T17:18:16.686Z | [ recovery-image] Aug 02 17:18:15.455 INFO O| Aug 02 17:18:15.455 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-02T17:18:16.694Z | [ recovery-image] Aug 02 17:18:15.465 INFO O| Aug 02 17:18:15.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4350 | 2024-08-02T17:18:16.694Z | [ recovery-image] Aug 02 17:18:15.465 INFO O| Aug 02 17:18:15.465 INFO STEP 164 (remove_files) COMPLETE |
4351 | 2024-08-02T17:18:16.694Z | [ recovery-image] Aug 02 17:18:15.465 INFO O| Aug 02 17:18:15.465 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-02T17:18:16.704Z | [ recovery-image] Aug 02 17:18:15.475 INFO O| Aug 02 17:18:15.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4353 | 2024-08-02T17:18:16.704Z | [ recovery-image] Aug 02 17:18:15.475 INFO O| Aug 02 17:18:15.475 INFO STEP 165 (remove_files) COMPLETE |
4354 | 2024-08-02T17:18:16.704Z | [ recovery-image] Aug 02 17:18:15.475 INFO O| Aug 02 17:18:15.475 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-02T17:18:16.714Z | [ recovery-image] Aug 02 17:18:15.485 INFO O| Aug 02 17:18:15.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4356 | 2024-08-02T17:18:16.714Z | [ recovery-image] Aug 02 17:18:15.485 INFO O| Aug 02 17:18:15.485 INFO STEP 166 (remove_files) COMPLETE |
4357 | 2024-08-02T17:18:16.716Z | [ recovery-image] Aug 02 17:18:15.485 INFO O| Aug 02 17:18:15.485 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-02T17:18:16.725Z | [ recovery-image] Aug 02 17:18:15.496 INFO O| Aug 02 17:18:15.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4359 | 2024-08-02T17:18:16.725Z | [ recovery-image] Aug 02 17:18:15.496 INFO O| Aug 02 17:18:15.496 INFO STEP 167 (remove_files) COMPLETE |
4360 | 2024-08-02T17:18:16.728Z | [ recovery-image] Aug 02 17:18:15.496 INFO O| Aug 02 17:18:15.496 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-02T17:18:16.737Z | [ recovery-image] Aug 02 17:18:15.509 INFO O| Aug 02 17:18:15.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4362 | 2024-08-02T17:18:16.737Z | [ recovery-image] Aug 02 17:18:15.509 INFO O| Aug 02 17:18:15.509 INFO STEP 168 (remove_files) COMPLETE |
4363 | 2024-08-02T17:18:16.740Z | [ recovery-image] Aug 02 17:18:15.509 INFO O| Aug 02 17:18:15.509 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-02T17:18:16.750Z | [ recovery-image] Aug 02 17:18:15.520 INFO O| Aug 02 17:18:15.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4365 | 2024-08-02T17:18:16.753Z | [ recovery-image] Aug 02 17:18:15.520 INFO O| Aug 02 17:18:15.520 INFO STEP 169 (remove_files) COMPLETE |
4366 | 2024-08-02T17:18:16.753Z | [ recovery-image] Aug 02 17:18:15.520 INFO O| Aug 02 17:18:15.520 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-02T17:18:16.761Z | [ recovery-image] Aug 02 17:18:15.532 INFO O| Aug 02 17:18:15.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4368 | 2024-08-02T17:18:16.761Z | [ recovery-image] Aug 02 17:18:15.532 INFO O| Aug 02 17:18:15.532 INFO STEP 170 (remove_files) COMPLETE |
4369 | 2024-08-02T17:18:16.761Z | [ recovery-image] Aug 02 17:18:15.532 INFO O| Aug 02 17:18:15.532 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-02T17:18:16.772Z | [ recovery-image] Aug 02 17:18:15.544 INFO O| Aug 02 17:18:15.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4371 | 2024-08-02T17:18:16.772Z | [ recovery-image] Aug 02 17:18:15.544 INFO O| Aug 02 17:18:15.544 INFO STEP 171 (remove_files) COMPLETE |
4372 | 2024-08-02T17:18:16.775Z | [ recovery-image] Aug 02 17:18:15.544 INFO O| Aug 02 17:18:15.544 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-02T17:18:16.784Z | [ recovery-image] Aug 02 17:18:15.555 INFO O| Aug 02 17:18:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4374 | 2024-08-02T17:18:16.784Z | [ recovery-image] Aug 02 17:18:15.555 INFO O| Aug 02 17:18:15.555 INFO STEP 172 (remove_files) COMPLETE |
4375 | 2024-08-02T17:18:16.784Z | [ recovery-image] Aug 02 17:18:15.555 INFO O| Aug 02 17:18:15.555 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-02T17:18:16.795Z | [ recovery-image] Aug 02 17:18:15.566 INFO O| Aug 02 17:18:15.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4377 | 2024-08-02T17:18:16.795Z | [ recovery-image] Aug 02 17:18:15.566 INFO O| Aug 02 17:18:15.566 INFO STEP 173 (remove_files) COMPLETE |
4378 | 2024-08-02T17:18:16.795Z | [ recovery-image] Aug 02 17:18:15.566 INFO O| Aug 02 17:18:15.566 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-02T17:18:16.805Z | [ recovery-image] Aug 02 17:18:15.576 INFO O| Aug 02 17:18:15.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4380 | 2024-08-02T17:18:16.805Z | [ recovery-image] Aug 02 17:18:15.576 INFO O| Aug 02 17:18:15.576 INFO STEP 174 (remove_files) COMPLETE |
4381 | 2024-08-02T17:18:16.808Z | [ recovery-image] Aug 02 17:18:15.576 INFO O| Aug 02 17:18:15.576 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-02T17:18:16.815Z | [ recovery-image] Aug 02 17:18:15.586 INFO O| Aug 02 17:18:15.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4383 | 2024-08-02T17:18:16.817Z | [ recovery-image] Aug 02 17:18:15.586 INFO O| Aug 02 17:18:15.586 INFO STEP 175 (remove_files) COMPLETE |
4384 | 2024-08-02T17:18:16.817Z | [ recovery-image] Aug 02 17:18:15.586 INFO O| Aug 02 17:18:15.586 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-02T17:18:16.825Z | [ recovery-image] Aug 02 17:18:15.596 INFO O| Aug 02 17:18:15.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4386 | 2024-08-02T17:18:16.825Z | [ recovery-image] Aug 02 17:18:15.596 INFO O| Aug 02 17:18:15.596 INFO STEP 176 (remove_files) COMPLETE |
4387 | 2024-08-02T17:18:16.827Z | [ recovery-image] Aug 02 17:18:15.596 INFO O| Aug 02 17:18:15.596 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-08-02T17:18:16.835Z | [ recovery-image] Aug 02 17:18:15.606 INFO O| Aug 02 17:18:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4389 | 2024-08-02T17:18:16.835Z | [ recovery-image] Aug 02 17:18:15.606 INFO O| Aug 02 17:18:15.606 INFO STEP 177 (remove_files) COMPLETE |
4390 | 2024-08-02T17:18:16.835Z | [ recovery-image] Aug 02 17:18:15.606 INFO O| Aug 02 17:18:15.606 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-08-02T17:18:16.844Z | [ recovery-image] Aug 02 17:18:15.615 INFO O| Aug 02 17:18:15.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4392 | 2024-08-02T17:18:16.847Z | [ recovery-image] Aug 02 17:18:15.615 INFO O| Aug 02 17:18:15.615 INFO STEP 178 (remove_files) COMPLETE |
4393 | 2024-08-02T17:18:16.847Z | [ recovery-image] Aug 02 17:18:15.615 INFO O| Aug 02 17:18:15.615 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-08-02T17:18:16.853Z | [ recovery-image] Aug 02 17:18:15.625 INFO O| Aug 02 17:18:15.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4395 | 2024-08-02T17:18:16.856Z | [ recovery-image] Aug 02 17:18:15.625 INFO O| Aug 02 17:18:15.625 INFO STEP 179 (remove_files) COMPLETE |
4396 | 2024-08-02T17:18:16.856Z | [ recovery-image] Aug 02 17:18:15.625 INFO O| Aug 02 17:18:15.625 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-08-02T17:18:16.864Z | [ recovery-image] Aug 02 17:18:15.634 INFO O| Aug 02 17:18:15.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4398 | 2024-08-02T17:18:16.864Z | [ recovery-image] Aug 02 17:18:15.634 INFO O| Aug 02 17:18:15.634 INFO STEP 180 (remove_files) COMPLETE |
4399 | 2024-08-02T17:18:16.864Z | [ recovery-image] Aug 02 17:18:15.634 INFO O| Aug 02 17:18:15.634 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-08-02T17:18:16.873Z | [ recovery-image] Aug 02 17:18:15.644 INFO O| Aug 02 17:18:15.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4401 | 2024-08-02T17:18:16.873Z | [ recovery-image] Aug 02 17:18:15.644 INFO O| Aug 02 17:18:15.644 INFO STEP 181 (remove_files) COMPLETE |
4402 | 2024-08-02T17:18:16.873Z | [ recovery-image] Aug 02 17:18:15.644 INFO O| Aug 02 17:18:15.644 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-08-02T17:18:16.882Z | [ recovery-image] Aug 02 17:18:15.653 INFO O| Aug 02 17:18:15.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4404 | 2024-08-02T17:18:16.882Z | [ recovery-image] Aug 02 17:18:15.653 INFO O| Aug 02 17:18:15.653 INFO STEP 182 (remove_files) COMPLETE |
4405 | 2024-08-02T17:18:16.882Z | [ recovery-image] Aug 02 17:18:15.654 INFO O| Aug 02 17:18:15.653 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-08-02T17:18:16.890Z | [ host-image] Aug 02 17:18:15.661 INFO O| Aug 02 17:18:15.661 INFO O| Planning: Evaluating mediators ... Done |
4407 | 2024-08-02T17:18:16.893Z | [ host-image] Aug 02 17:18:15.662 INFO O| Aug 02 17:18:15.662 INFO O| Planning: Planning completed in 2.09 seconds |
4408 | 2024-08-02T17:18:16.893Z | [ recovery-image] Aug 02 17:18:15.663 INFO O| Aug 02 17:18:15.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4409 | 2024-08-02T17:18:16.893Z | [ recovery-image] Aug 02 17:18:15.663 INFO O| Aug 02 17:18:15.663 INFO STEP 183 (remove_files) COMPLETE |
4410 | 2024-08-02T17:18:16.893Z | [ recovery-image] Aug 02 17:18:15.663 INFO O| Aug 02 17:18:15.663 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-08-02T17:18:16.893Z | [ host-image] Aug 02 17:18:15.664 INFO O| Aug 02 17:18:15.664 INFO O| Packages to install: 4 |
4412 | 2024-08-02T17:18:16.893Z | [ host-image] Aug 02 17:18:15.664 INFO O| Aug 02 17:18:15.664 INFO O| Services to change: 2 |
4413 | 2024-08-02T17:18:16.902Z | [ recovery-image] Aug 02 17:18:15.673 INFO O| Aug 02 17:18:15.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4414 | 2024-08-02T17:18:16.905Z | [ recovery-image] Aug 02 17:18:15.673 INFO O| Aug 02 17:18:15.673 INFO STEP 184 (remove_files) COMPLETE |
4415 | 2024-08-02T17:18:16.905Z | [ recovery-image] Aug 02 17:18:15.673 INFO O| Aug 02 17:18:15.673 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-02T17:18:16.905Z | [ host-image] Aug 02 17:18:15.675 INFO O| Aug 02 17:18:15.675 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
4417 | 2024-08-02T17:18:16.911Z | [ recovery-image] Aug 02 17:18:15.683 INFO O| Aug 02 17:18:15.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4418 | 2024-08-02T17:18:16.911Z | [ recovery-image] Aug 02 17:18:15.683 INFO O| Aug 02 17:18:15.683 INFO STEP 185 (remove_files) COMPLETE |
4419 | 2024-08-02T17:18:16.911Z | [ recovery-image] Aug 02 17:18:15.683 INFO O| Aug 02 17:18:15.683 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-08-02T17:18:16.921Z | [ recovery-image] Aug 02 17:18:15.692 INFO O| Aug 02 17:18:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4421 | 2024-08-02T17:18:16.921Z | [ recovery-image] Aug 02 17:18:15.692 INFO O| Aug 02 17:18:15.692 INFO STEP 186 (remove_files) COMPLETE |
4422 | 2024-08-02T17:18:16.924Z | [ recovery-image] Aug 02 17:18:15.692 INFO O| Aug 02 17:18:15.692 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-08-02T17:18:16.930Z | [ recovery-image] Aug 02 17:18:15.702 INFO O| Aug 02 17:18:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4424 | 2024-08-02T17:18:16.930Z | [ recovery-image] Aug 02 17:18:15.702 INFO O| Aug 02 17:18:15.702 INFO STEP 187 (remove_files) COMPLETE |
4425 | 2024-08-02T17:18:16.933Z | [ recovery-image] Aug 02 17:18:15.702 INFO O| Aug 02 17:18:15.702 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-08-02T17:18:16.940Z | [ recovery-image] Aug 02 17:18:15.711 INFO O| Aug 02 17:18:15.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4427 | 2024-08-02T17:18:16.940Z | [ recovery-image] Aug 02 17:18:15.711 INFO O| Aug 02 17:18:15.711 INFO STEP 188 (remove_files) COMPLETE |
4428 | 2024-08-02T17:18:16.943Z | [ recovery-image] Aug 02 17:18:15.711 INFO O| Aug 02 17:18:15.711 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-08-02T17:18:16.949Z | [ recovery-image] Aug 02 17:18:15.720 INFO O| Aug 02 17:18:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4430 | 2024-08-02T17:18:16.949Z | [ recovery-image] Aug 02 17:18:15.721 INFO O| Aug 02 17:18:15.721 INFO STEP 189 (remove_files) COMPLETE |
4431 | 2024-08-02T17:18:16.949Z | [ recovery-image] Aug 02 17:18:15.721 INFO O| Aug 02 17:18:15.721 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-08-02T17:18:16.959Z | [ recovery-image] Aug 02 17:18:15.730 INFO O| Aug 02 17:18:15.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4433 | 2024-08-02T17:18:16.959Z | [ recovery-image] Aug 02 17:18:15.730 INFO O| Aug 02 17:18:15.730 INFO STEP 190 (remove_files) COMPLETE |
4434 | 2024-08-02T17:18:16.961Z | [ recovery-image] Aug 02 17:18:15.730 INFO O| Aug 02 17:18:15.730 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-08-02T17:18:16.969Z | [ recovery-image] Aug 02 17:18:15.740 INFO O| Aug 02 17:18:15.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4436 | 2024-08-02T17:18:16.969Z | [ recovery-image] Aug 02 17:18:15.740 INFO O| Aug 02 17:18:15.740 INFO STEP 191 (remove_files) COMPLETE |
4437 | 2024-08-02T17:18:16.972Z | [ recovery-image] Aug 02 17:18:15.740 INFO O| Aug 02 17:18:15.740 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-08-02T17:18:16.979Z | [ recovery-image] Aug 02 17:18:15.750 INFO O| Aug 02 17:18:15.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4439 | 2024-08-02T17:18:16.979Z | [ recovery-image] Aug 02 17:18:15.751 INFO O| Aug 02 17:18:15.750 INFO STEP 192 (remove_files) COMPLETE |
4440 | 2024-08-02T17:18:16.982Z | [ recovery-image] Aug 02 17:18:15.751 INFO O| Aug 02 17:18:15.751 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-08-02T17:18:16.989Z | [ recovery-image] Aug 02 17:18:15.760 INFO O| Aug 02 17:18:15.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4442 | 2024-08-02T17:18:16.989Z | [ recovery-image] Aug 02 17:18:15.760 INFO O| Aug 02 17:18:15.760 INFO STEP 193 (remove_files) COMPLETE |
4443 | 2024-08-02T17:18:16.992Z | [ recovery-image] Aug 02 17:18:15.760 INFO O| Aug 02 17:18:15.760 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-08-02T17:18:16.998Z | [ recovery-image] Aug 02 17:18:15.770 INFO O| Aug 02 17:18:15.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4445 | 2024-08-02T17:18:16.998Z | [ recovery-image] Aug 02 17:18:15.770 INFO O| Aug 02 17:18:15.770 INFO STEP 194 (remove_files) COMPLETE |
4446 | 2024-08-02T17:18:17.001Z | [ recovery-image] Aug 02 17:18:15.770 INFO O| Aug 02 17:18:15.770 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-08-02T17:18:17.008Z | [ recovery-image] Aug 02 17:18:15.780 INFO O| Aug 02 17:18:15.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4448 | 2024-08-02T17:18:17.008Z | [ recovery-image] Aug 02 17:18:15.780 INFO O| Aug 02 17:18:15.780 INFO STEP 195 (remove_files) COMPLETE |
4449 | 2024-08-02T17:18:17.011Z | [ recovery-image] Aug 02 17:18:15.780 INFO O| Aug 02 17:18:15.780 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-08-02T17:18:17.019Z | [ recovery-image] Aug 02 17:18:15.790 INFO O| Aug 02 17:18:15.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4451 | 2024-08-02T17:18:17.019Z | [ recovery-image] Aug 02 17:18:15.790 INFO O| Aug 02 17:18:15.790 INFO STEP 196 (remove_files) COMPLETE |
4452 | 2024-08-02T17:18:17.022Z | [ recovery-image] Aug 02 17:18:15.790 INFO O| Aug 02 17:18:15.790 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-08-02T17:18:17.029Z | [ recovery-image] Aug 02 17:18:15.800 INFO O| Aug 02 17:18:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4454 | 2024-08-02T17:18:17.029Z | [ recovery-image] Aug 02 17:18:15.800 INFO O| Aug 02 17:18:15.800 INFO STEP 197 (remove_files) COMPLETE |
4455 | 2024-08-02T17:18:17.029Z | [ recovery-image] Aug 02 17:18:15.800 INFO O| Aug 02 17:18:15.800 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-08-02T17:18:17.039Z | [ recovery-image] Aug 02 17:18:15.810 INFO O| Aug 02 17:18:15.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4457 | 2024-08-02T17:18:17.039Z | [ recovery-image] Aug 02 17:18:15.810 INFO O| Aug 02 17:18:15.810 INFO STEP 198 (remove_files) COMPLETE |
4458 | 2024-08-02T17:18:17.043Z | [ recovery-image] Aug 02 17:18:15.810 INFO O| Aug 02 17:18:15.810 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-08-02T17:18:17.049Z | [ recovery-image] Aug 02 17:18:15.820 INFO O| Aug 02 17:18:15.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4460 | 2024-08-02T17:18:17.051Z | [ recovery-image] Aug 02 17:18:15.820 INFO O| Aug 02 17:18:15.820 INFO STEP 199 (remove_files) COMPLETE |
4461 | 2024-08-02T17:18:17.052Z | [ recovery-image] Aug 02 17:18:15.820 INFO O| Aug 02 17:18:15.820 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-08-02T17:18:17.059Z | [ recovery-image] Aug 02 17:18:15.830 INFO O| Aug 02 17:18:15.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4463 | 2024-08-02T17:18:17.059Z | [ recovery-image] Aug 02 17:18:15.830 INFO O| Aug 02 17:18:15.830 INFO STEP 200 (remove_files) COMPLETE |
4464 | 2024-08-02T17:18:17.061Z | [ recovery-image] Aug 02 17:18:15.830 INFO O| Aug 02 17:18:15.830 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-08-02T17:18:17.068Z | [ recovery-image] Aug 02 17:18:15.840 INFO O| Aug 02 17:18:15.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4466 | 2024-08-02T17:18:17.068Z | [ recovery-image] Aug 02 17:18:15.840 INFO O| Aug 02 17:18:15.840 INFO STEP 201 (remove_files) COMPLETE |
4467 | 2024-08-02T17:18:17.068Z | [ recovery-image] Aug 02 17:18:15.840 INFO O| Aug 02 17:18:15.840 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-08-02T17:18:17.078Z | [ recovery-image] Aug 02 17:18:15.849 INFO O| Aug 02 17:18:15.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4469 | 2024-08-02T17:18:17.078Z | [ recovery-image] Aug 02 17:18:15.850 INFO O| Aug 02 17:18:15.849 INFO STEP 202 (remove_files) COMPLETE |
4470 | 2024-08-02T17:18:17.078Z | [ recovery-image] Aug 02 17:18:15.850 INFO O| Aug 02 17:18:15.850 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-08-02T17:18:17.087Z | [ recovery-image] Aug 02 17:18:15.859 INFO O| Aug 02 17:18:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4472 | 2024-08-02T17:18:17.087Z | [ recovery-image] Aug 02 17:18:15.859 INFO O| Aug 02 17:18:15.859 INFO STEP 203 (remove_files) COMPLETE |
4473 | 2024-08-02T17:18:17.090Z | [ recovery-image] Aug 02 17:18:15.859 INFO O| Aug 02 17:18:15.859 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-08-02T17:18:17.096Z | [ recovery-image] Aug 02 17:18:15.868 INFO O| Aug 02 17:18:15.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4475 | 2024-08-02T17:18:17.097Z | [ recovery-image] Aug 02 17:18:15.868 INFO O| Aug 02 17:18:15.868 INFO STEP 204 (remove_files) COMPLETE |
4476 | 2024-08-02T17:18:17.097Z | [ recovery-image] Aug 02 17:18:15.868 INFO O| Aug 02 17:18:15.868 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-08-02T17:18:17.106Z | [ recovery-image] Aug 02 17:18:15.877 INFO O| Aug 02 17:18:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4478 | 2024-08-02T17:18:17.106Z | [ recovery-image] Aug 02 17:18:15.877 INFO O| Aug 02 17:18:15.877 INFO STEP 205 (remove_files) COMPLETE |
4479 | 2024-08-02T17:18:17.106Z | [ recovery-image] Aug 02 17:18:15.877 INFO O| Aug 02 17:18:15.877 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-08-02T17:18:17.115Z | [ recovery-image] Aug 02 17:18:15.886 INFO O| Aug 02 17:18:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4481 | 2024-08-02T17:18:17.115Z | [ recovery-image] Aug 02 17:18:15.886 INFO O| Aug 02 17:18:15.886 INFO STEP 206 (remove_files) COMPLETE |
4482 | 2024-08-02T17:18:17.115Z | [ recovery-image] Aug 02 17:18:15.886 INFO O| Aug 02 17:18:15.886 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-08-02T17:18:17.124Z | [ recovery-image] Aug 02 17:18:15.896 INFO O| Aug 02 17:18:15.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4484 | 2024-08-02T17:18:17.124Z | [ recovery-image] Aug 02 17:18:15.896 INFO O| Aug 02 17:18:15.896 INFO STEP 207 (remove_files) COMPLETE |
4485 | 2024-08-02T17:18:17.127Z | [ recovery-image] Aug 02 17:18:15.896 INFO O| Aug 02 17:18:15.896 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-08-02T17:18:17.133Z | [ recovery-image] Aug 02 17:18:15.905 INFO O| Aug 02 17:18:15.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4487 | 2024-08-02T17:18:17.133Z | [ recovery-image] Aug 02 17:18:15.905 INFO O| Aug 02 17:18:15.905 INFO STEP 208 (remove_files) COMPLETE |
4488 | 2024-08-02T17:18:17.136Z | [ recovery-image] Aug 02 17:18:15.905 INFO O| Aug 02 17:18:15.905 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-08-02T17:18:17.143Z | [ recovery-image] Aug 02 17:18:15.914 INFO O| Aug 02 17:18:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4490 | 2024-08-02T17:18:17.146Z | [ recovery-image] Aug 02 17:18:15.915 INFO O| Aug 02 17:18:15.915 INFO STEP 209 (remove_files) COMPLETE |
4491 | 2024-08-02T17:18:17.146Z | [ recovery-image] Aug 02 17:18:15.915 INFO O| Aug 02 17:18:15.915 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-08-02T17:18:17.152Z | [ recovery-image] Aug 02 17:18:15.924 INFO O| Aug 02 17:18:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4493 | 2024-08-02T17:18:17.152Z | [ recovery-image] Aug 02 17:18:15.924 INFO O| Aug 02 17:18:15.924 INFO STEP 210 (remove_files) COMPLETE |
4494 | 2024-08-02T17:18:17.155Z | [ recovery-image] Aug 02 17:18:15.924 INFO O| Aug 02 17:18:15.924 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-08-02T17:18:17.162Z | [ recovery-image] Aug 02 17:18:15.933 INFO O| Aug 02 17:18:15.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4496 | 2024-08-02T17:18:17.162Z | [ recovery-image] Aug 02 17:18:15.933 INFO O| Aug 02 17:18:15.933 INFO STEP 211 (remove_files) COMPLETE |
4497 | 2024-08-02T17:18:17.165Z | [ recovery-image] Aug 02 17:18:15.933 INFO O| Aug 02 17:18:15.933 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-08-02T17:18:17.171Z | [ recovery-image] Aug 02 17:18:15.942 INFO O| Aug 02 17:18:15.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4499 | 2024-08-02T17:18:17.174Z | [ recovery-image] Aug 02 17:18:15.943 INFO O| Aug 02 17:18:15.943 INFO STEP 212 (remove_files) COMPLETE |
4500 | 2024-08-02T17:18:17.174Z | [ recovery-image] Aug 02 17:18:15.943 INFO O| Aug 02 17:18:15.943 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-08-02T17:18:17.181Z | [ recovery-image] Aug 02 17:18:15.952 INFO O| Aug 02 17:18:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4502 | 2024-08-02T17:18:17.181Z | [ recovery-image] Aug 02 17:18:15.952 INFO O| Aug 02 17:18:15.952 INFO STEP 213 (remove_files) COMPLETE |
4503 | 2024-08-02T17:18:17.184Z | [ recovery-image] Aug 02 17:18:15.952 INFO O| Aug 02 17:18:15.952 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-08-02T17:18:17.191Z | [ recovery-image] Aug 02 17:18:15.963 INFO O| Aug 02 17:18:15.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4505 | 2024-08-02T17:18:17.191Z | [ recovery-image] Aug 02 17:18:15.963 INFO O| Aug 02 17:18:15.963 INFO STEP 214 (remove_files) COMPLETE |
4506 | 2024-08-02T17:18:17.194Z | [ recovery-image] Aug 02 17:18:15.963 INFO O| Aug 02 17:18:15.963 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-08-02T17:18:17.202Z | [ recovery-image] Aug 02 17:18:15.973 INFO O| Aug 02 17:18:15.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4508 | 2024-08-02T17:18:17.205Z | [ recovery-image] Aug 02 17:18:15.973 INFO O| Aug 02 17:18:15.973 INFO STEP 215 (remove_files) COMPLETE |
4509 | 2024-08-02T17:18:17.205Z | [ recovery-image] Aug 02 17:18:15.973 INFO O| Aug 02 17:18:15.973 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-08-02T17:18:17.211Z | [ recovery-image] Aug 02 17:18:15.983 INFO O| Aug 02 17:18:15.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4511 | 2024-08-02T17:18:17.211Z | [ recovery-image] Aug 02 17:18:15.983 INFO O| Aug 02 17:18:15.983 INFO STEP 216 (remove_files) COMPLETE |
4512 | 2024-08-02T17:18:17.214Z | [ recovery-image] Aug 02 17:18:15.983 INFO O| Aug 02 17:18:15.983 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-08-02T17:18:17.221Z | [ recovery-image] Aug 02 17:18:15.993 INFO O| Aug 02 17:18:15.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4514 | 2024-08-02T17:18:17.224Z | [ recovery-image] Aug 02 17:18:15.993 INFO O| Aug 02 17:18:15.993 INFO STEP 217 (remove_files) COMPLETE |
4515 | 2024-08-02T17:18:17.224Z | [ recovery-image] Aug 02 17:18:15.993 INFO O| Aug 02 17:18:15.993 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-08-02T17:18:17.232Z | [ recovery-image] Aug 02 17:18:16.004 INFO O| Aug 02 17:18:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4517 | 2024-08-02T17:18:17.232Z | [ recovery-image] Aug 02 17:18:16.004 INFO O| Aug 02 17:18:16.004 INFO STEP 218 (remove_files) COMPLETE |
4518 | 2024-08-02T17:18:17.236Z | [ recovery-image] Aug 02 17:18:16.004 INFO O| Aug 02 17:18:16.004 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-08-02T17:18:17.244Z | [ recovery-image] Aug 02 17:18:16.015 INFO O| Aug 02 17:18:16.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4520 | 2024-08-02T17:18:17.247Z | [ recovery-image] Aug 02 17:18:16.015 INFO O| Aug 02 17:18:16.015 INFO STEP 219 (remove_files) COMPLETE |
4521 | 2024-08-02T17:18:17.247Z | [ recovery-image] Aug 02 17:18:16.015 INFO O| Aug 02 17:18:16.015 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-08-02T17:18:17.254Z | [ recovery-image] Aug 02 17:18:16.026 INFO O| Aug 02 17:18:16.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4523 | 2024-08-02T17:18:17.255Z | [ recovery-image] Aug 02 17:18:16.026 INFO O| Aug 02 17:18:16.026 INFO STEP 220 (remove_files) COMPLETE |
4524 | 2024-08-02T17:18:17.255Z | [ recovery-image] Aug 02 17:18:16.026 INFO O| Aug 02 17:18:16.026 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-08-02T17:18:17.265Z | [ recovery-image] Aug 02 17:18:16.036 INFO O| Aug 02 17:18:16.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4526 | 2024-08-02T17:18:17.268Z | [ recovery-image] Aug 02 17:18:16.036 INFO O| Aug 02 17:18:16.036 INFO STEP 221 (remove_files) COMPLETE |
4527 | 2024-08-02T17:18:17.268Z | [ recovery-image] Aug 02 17:18:16.036 INFO O| Aug 02 17:18:16.036 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-08-02T17:18:17.276Z | [ recovery-image] Aug 02 17:18:16.047 INFO O| Aug 02 17:18:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4529 | 2024-08-02T17:18:17.276Z | [ recovery-image] Aug 02 17:18:16.047 INFO O| Aug 02 17:18:16.047 INFO STEP 222 (remove_files) COMPLETE |
4530 | 2024-08-02T17:18:17.279Z | [ recovery-image] Aug 02 17:18:16.047 INFO O| Aug 02 17:18:16.047 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-08-02T17:18:17.287Z | [ recovery-image] Aug 02 17:18:16.058 INFO O| Aug 02 17:18:16.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4532 | 2024-08-02T17:18:17.287Z | [ recovery-image] Aug 02 17:18:16.058 INFO O| Aug 02 17:18:16.058 INFO STEP 223 (remove_files) COMPLETE |
4533 | 2024-08-02T17:18:17.289Z | [ recovery-image] Aug 02 17:18:16.058 INFO O| Aug 02 17:18:16.058 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-08-02T17:18:17.298Z | [ recovery-image] Aug 02 17:18:16.069 INFO O| Aug 02 17:18:16.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4535 | 2024-08-02T17:18:17.301Z | [ recovery-image] Aug 02 17:18:16.069 INFO O| Aug 02 17:18:16.069 INFO STEP 224 (remove_files) COMPLETE |
4536 | 2024-08-02T17:18:17.301Z | [ recovery-image] Aug 02 17:18:16.069 INFO O| Aug 02 17:18:16.069 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-08-02T17:18:17.310Z | [ recovery-image] Aug 02 17:18:16.081 INFO O| Aug 02 17:18:16.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4538 | 2024-08-02T17:18:17.313Z | [ recovery-image] Aug 02 17:18:16.082 INFO O| Aug 02 17:18:16.081 INFO STEP 225 (remove_files) COMPLETE |
4539 | 2024-08-02T17:18:17.313Z | [ recovery-image] Aug 02 17:18:16.082 INFO O| Aug 02 17:18:16.082 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-08-02T17:18:17.324Z | [ recovery-image] Aug 02 17:18:16.095 INFO O| Aug 02 17:18:16.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4541 | 2024-08-02T17:18:17.327Z | [ recovery-image] Aug 02 17:18:16.097 INFO O| Aug 02 17:18:16.097 INFO STEP 226 (remove_files) COMPLETE |
4542 | 2024-08-02T17:18:17.327Z | [ recovery-image] Aug 02 17:18:16.097 INFO O| Aug 02 17:18:16.097 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-08-02T17:18:17.340Z | [ recovery-image] Aug 02 17:18:16.111 INFO O| Aug 02 17:18:16.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4544 | 2024-08-02T17:18:17.343Z | [ recovery-image] Aug 02 17:18:16.112 INFO O| Aug 02 17:18:16.112 INFO STEP 227 (remove_files) COMPLETE |
4545 | 2024-08-02T17:18:17.343Z | [ recovery-image] Aug 02 17:18:16.112 INFO O| Aug 02 17:18:16.112 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-08-02T17:18:17.355Z | [ recovery-image] Aug 02 17:18:16.126 INFO O| Aug 02 17:18:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4547 | 2024-08-02T17:18:17.363Z | [ recovery-image] Aug 02 17:18:16.126 INFO O| Aug 02 17:18:16.126 INFO STEP 228 (remove_files) COMPLETE |
4548 | 2024-08-02T17:18:17.364Z | [ recovery-image] Aug 02 17:18:16.126 INFO O| Aug 02 17:18:16.126 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-08-02T17:18:17.369Z | [ recovery-image] Aug 02 17:18:16.141 INFO O| Aug 02 17:18:16.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4550 | 2024-08-02T17:18:17.369Z | [ recovery-image] Aug 02 17:18:16.141 INFO O| Aug 02 17:18:16.141 INFO STEP 229 (remove_files) COMPLETE |
4551 | 2024-08-02T17:18:17.372Z | [ recovery-image] Aug 02 17:18:16.141 INFO O| Aug 02 17:18:16.141 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-08-02T17:18:17.381Z | [ recovery-image] Aug 02 17:18:16.152 INFO O| Aug 02 17:18:16.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4553 | 2024-08-02T17:18:17.381Z | [ recovery-image] Aug 02 17:18:16.152 INFO O| Aug 02 17:18:16.152 INFO STEP 230 (remove_files) COMPLETE |
4554 | 2024-08-02T17:18:17.381Z | [ recovery-image] Aug 02 17:18:16.152 INFO O| Aug 02 17:18:16.152 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-08-02T17:18:17.392Z | [ recovery-image] Aug 02 17:18:16.163 INFO O| Aug 02 17:18:16.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4556 | 2024-08-02T17:18:17.392Z | [ recovery-image] Aug 02 17:18:16.163 INFO O| Aug 02 17:18:16.163 INFO STEP 231 (remove_files) COMPLETE |
4557 | 2024-08-02T17:18:17.392Z | [ recovery-image] Aug 02 17:18:16.163 INFO O| Aug 02 17:18:16.163 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-08-02T17:18:17.403Z | [ recovery-image] Aug 02 17:18:16.174 INFO O| Aug 02 17:18:16.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4559 | 2024-08-02T17:18:17.403Z | [ recovery-image] Aug 02 17:18:16.174 INFO O| Aug 02 17:18:16.174 INFO STEP 232 (remove_files) COMPLETE |
4560 | 2024-08-02T17:18:17.405Z | [ recovery-image] Aug 02 17:18:16.174 INFO O| Aug 02 17:18:16.174 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-08-02T17:18:17.413Z | [ recovery-image] Aug 02 17:18:16.185 INFO O| Aug 02 17:18:16.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4562 | 2024-08-02T17:18:17.413Z | [ recovery-image] Aug 02 17:18:16.185 INFO O| Aug 02 17:18:16.185 INFO STEP 233 (remove_files) COMPLETE |
4563 | 2024-08-02T17:18:17.416Z | [ recovery-image] Aug 02 17:18:16.185 INFO O| Aug 02 17:18:16.185 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-08-02T17:18:17.424Z | [ recovery-image] Aug 02 17:18:16.195 INFO O| Aug 02 17:18:16.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4565 | 2024-08-02T17:18:17.426Z | [ recovery-image] Aug 02 17:18:16.195 INFO O| Aug 02 17:18:16.195 INFO STEP 234 (remove_files) COMPLETE |
4566 | 2024-08-02T17:18:17.426Z | [ recovery-image] Aug 02 17:18:16.195 INFO O| Aug 02 17:18:16.195 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-08-02T17:18:17.435Z | [ recovery-image] Aug 02 17:18:16.206 INFO O| Aug 02 17:18:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4568 | 2024-08-02T17:18:17.435Z | [ recovery-image] Aug 02 17:18:16.206 INFO O| Aug 02 17:18:16.206 INFO STEP 235 (remove_files) COMPLETE |
4569 | 2024-08-02T17:18:17.438Z | [ recovery-image] Aug 02 17:18:16.206 INFO O| Aug 02 17:18:16.206 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-08-02T17:18:17.445Z | [ recovery-image] Aug 02 17:18:16.216 INFO O| Aug 02 17:18:16.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4571 | 2024-08-02T17:18:17.448Z | [ recovery-image] Aug 02 17:18:16.217 INFO O| Aug 02 17:18:16.217 INFO STEP 236 (remove_files) COMPLETE |
4572 | 2024-08-02T17:18:17.448Z | [ recovery-image] Aug 02 17:18:16.217 INFO O| Aug 02 17:18:16.217 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-08-02T17:18:17.456Z | [ recovery-image] Aug 02 17:18:16.228 INFO O| Aug 02 17:18:16.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4574 | 2024-08-02T17:18:17.456Z | [ recovery-image] Aug 02 17:18:16.228 INFO O| Aug 02 17:18:16.228 INFO STEP 237 (remove_files) COMPLETE |
4575 | 2024-08-02T17:18:17.459Z | [ recovery-image] Aug 02 17:18:16.228 INFO O| Aug 02 17:18:16.228 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-08-02T17:18:17.467Z | [ recovery-image] Aug 02 17:18:16.238 INFO O| Aug 02 17:18:16.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4577 | 2024-08-02T17:18:17.467Z | [ recovery-image] Aug 02 17:18:16.238 INFO O| Aug 02 17:18:16.238 INFO STEP 238 (remove_files) COMPLETE |
4578 | 2024-08-02T17:18:17.467Z | [ recovery-image] Aug 02 17:18:16.238 INFO O| Aug 02 17:18:16.238 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-08-02T17:18:17.478Z | [ recovery-image] Aug 02 17:18:16.249 INFO O| Aug 02 17:18:16.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4580 | 2024-08-02T17:18:17.481Z | [ recovery-image] Aug 02 17:18:16.249 INFO O| Aug 02 17:18:16.249 INFO STEP 239 (remove_files) COMPLETE |
4581 | 2024-08-02T17:18:17.481Z | [ recovery-image] Aug 02 17:18:16.249 INFO O| Aug 02 17:18:16.249 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-08-02T17:18:17.488Z | [ recovery-image] Aug 02 17:18:16.259 INFO O| Aug 02 17:18:16.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4583 | 2024-08-02T17:18:17.488Z | [ recovery-image] Aug 02 17:18:16.259 INFO O| Aug 02 17:18:16.259 INFO STEP 240 (remove_files) COMPLETE |
4584 | 2024-08-02T17:18:17.491Z | [ recovery-image] Aug 02 17:18:16.259 INFO O| Aug 02 17:18:16.259 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-08-02T17:18:17.498Z | [ recovery-image] Aug 02 17:18:16.269 INFO O| Aug 02 17:18:16.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4586 | 2024-08-02T17:18:17.498Z | [ recovery-image] Aug 02 17:18:16.269 INFO O| Aug 02 17:18:16.269 INFO STEP 241 (remove_files) COMPLETE |
4587 | 2024-08-02T17:18:17.500Z | [ recovery-image] Aug 02 17:18:16.269 INFO O| Aug 02 17:18:16.269 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-08-02T17:18:17.507Z | [ recovery-image] Aug 02 17:18:16.279 INFO O| Aug 02 17:18:16.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4589 | 2024-08-02T17:18:17.510Z | [ recovery-image] Aug 02 17:18:16.279 INFO O| Aug 02 17:18:16.279 INFO STEP 242 (remove_files) COMPLETE |
4590 | 2024-08-02T17:18:17.510Z | [ recovery-image] Aug 02 17:18:16.279 INFO O| Aug 02 17:18:16.279 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-08-02T17:18:17.518Z | [ recovery-image] Aug 02 17:18:16.289 INFO O| Aug 02 17:18:16.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4592 | 2024-08-02T17:18:17.518Z | [ recovery-image] Aug 02 17:18:16.289 INFO O| Aug 02 17:18:16.289 INFO STEP 243 (remove_files) COMPLETE |
4593 | 2024-08-02T17:18:17.520Z | [ recovery-image] Aug 02 17:18:16.289 INFO O| Aug 02 17:18:16.289 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-08-02T17:18:17.528Z | [ recovery-image] Aug 02 17:18:16.299 INFO O| Aug 02 17:18:16.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4595 | 2024-08-02T17:18:17.528Z | [ recovery-image] Aug 02 17:18:16.299 INFO O| Aug 02 17:18:16.299 INFO STEP 244 (remove_files) COMPLETE |
4596 | 2024-08-02T17:18:17.530Z | [ recovery-image] Aug 02 17:18:16.299 INFO O| Aug 02 17:18:16.299 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-08-02T17:18:17.537Z | [ recovery-image] Aug 02 17:18:16.309 INFO O| Aug 02 17:18:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4598 | 2024-08-02T17:18:17.537Z | [ recovery-image] Aug 02 17:18:16.309 INFO O| Aug 02 17:18:16.309 INFO STEP 245 (remove_files) COMPLETE |
4599 | 2024-08-02T17:18:17.540Z | [ recovery-image] Aug 02 17:18:16.309 INFO O| Aug 02 17:18:16.309 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-08-02T17:18:17.547Z | [ recovery-image] Aug 02 17:18:16.319 INFO O| Aug 02 17:18:16.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4601 | 2024-08-02T17:18:17.550Z | [ recovery-image] Aug 02 17:18:16.319 INFO O| Aug 02 17:18:16.319 INFO STEP 246 (remove_files) COMPLETE |
4602 | 2024-08-02T17:18:17.550Z | [ recovery-image] Aug 02 17:18:16.319 INFO O| Aug 02 17:18:16.319 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-08-02T17:18:17.557Z | [ recovery-image] Aug 02 17:18:16.329 INFO O| Aug 02 17:18:16.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4604 | 2024-08-02T17:18:17.557Z | [ recovery-image] Aug 02 17:18:16.329 INFO O| Aug 02 17:18:16.329 INFO STEP 247 (remove_files) COMPLETE |
4605 | 2024-08-02T17:18:17.557Z | [ recovery-image] Aug 02 17:18:16.329 INFO O| Aug 02 17:18:16.329 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-08-02T17:18:17.567Z | [ recovery-image] Aug 02 17:18:16.338 INFO O| Aug 02 17:18:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4607 | 2024-08-02T17:18:17.567Z | [ recovery-image] Aug 02 17:18:16.338 INFO O| Aug 02 17:18:16.338 INFO STEP 248 (remove_files) COMPLETE |
4608 | 2024-08-02T17:18:17.570Z | [ recovery-image] Aug 02 17:18:16.338 INFO O| Aug 02 17:18:16.338 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-08-02T17:18:17.577Z | [ recovery-image] Aug 02 17:18:16.348 INFO O| Aug 02 17:18:16.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4610 | 2024-08-02T17:18:17.579Z | [ recovery-image] Aug 02 17:18:16.348 INFO O| Aug 02 17:18:16.348 INFO STEP 249 (remove_files) COMPLETE |
4611 | 2024-08-02T17:18:17.579Z | [ recovery-image] Aug 02 17:18:16.348 INFO O| Aug 02 17:18:16.348 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-08-02T17:18:17.586Z | [ recovery-image] Aug 02 17:18:16.358 INFO O| Aug 02 17:18:16.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4613 | 2024-08-02T17:18:17.586Z | [ recovery-image] Aug 02 17:18:16.358 INFO O| Aug 02 17:18:16.358 INFO STEP 250 (remove_files) COMPLETE |
4614 | 2024-08-02T17:18:17.589Z | [ recovery-image] Aug 02 17:18:16.358 INFO O| Aug 02 17:18:16.358 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-08-02T17:18:17.596Z | [ recovery-image] Aug 02 17:18:16.367 INFO O| Aug 02 17:18:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4616 | 2024-08-02T17:18:17.599Z | [ recovery-image] Aug 02 17:18:16.367 INFO O| Aug 02 17:18:16.367 INFO STEP 251 (remove_files) COMPLETE |
4617 | 2024-08-02T17:18:17.599Z | [ recovery-image] Aug 02 17:18:16.367 INFO O| Aug 02 17:18:16.367 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-08-02T17:18:17.605Z | [ recovery-image] Aug 02 17:18:16.377 INFO O| Aug 02 17:18:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4619 | 2024-08-02T17:18:17.608Z | [ recovery-image] Aug 02 17:18:16.377 INFO O| Aug 02 17:18:16.377 INFO STEP 252 (remove_files) COMPLETE |
4620 | 2024-08-02T17:18:17.608Z | [ recovery-image] Aug 02 17:18:16.377 INFO O| Aug 02 17:18:16.377 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-08-02T17:18:17.615Z | [ recovery-image] Aug 02 17:18:16.386 INFO O| Aug 02 17:18:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4622 | 2024-08-02T17:18:17.615Z | [ recovery-image] Aug 02 17:18:16.386 INFO O| Aug 02 17:18:16.386 INFO STEP 253 (remove_files) COMPLETE |
4623 | 2024-08-02T17:18:17.615Z | [ recovery-image] Aug 02 17:18:16.386 INFO O| Aug 02 17:18:16.386 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-08-02T17:18:17.624Z | [ recovery-image] Aug 02 17:18:16.396 INFO O| Aug 02 17:18:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4625 | 2024-08-02T17:18:17.624Z | [ recovery-image] Aug 02 17:18:16.396 INFO O| Aug 02 17:18:16.396 INFO STEP 254 (remove_files) COMPLETE |
4626 | 2024-08-02T17:18:17.627Z | [ recovery-image] Aug 02 17:18:16.396 INFO O| Aug 02 17:18:16.396 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-08-02T17:18:17.634Z | [ recovery-image] Aug 02 17:18:16.405 INFO O| Aug 02 17:18:16.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4628 | 2024-08-02T17:18:17.634Z | [ recovery-image] Aug 02 17:18:16.405 INFO O| Aug 02 17:18:16.405 INFO STEP 255 (remove_files) COMPLETE |
4629 | 2024-08-02T17:18:17.634Z | [ recovery-image] Aug 02 17:18:16.405 INFO O| Aug 02 17:18:16.405 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-08-02T17:18:17.643Z | [ recovery-image] Aug 02 17:18:16.414 INFO O| Aug 02 17:18:16.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4631 | 2024-08-02T17:18:17.646Z | [ recovery-image] Aug 02 17:18:16.415 INFO O| Aug 02 17:18:16.415 INFO STEP 256 (remove_files) COMPLETE |
4632 | 2024-08-02T17:18:17.646Z | [ recovery-image] Aug 02 17:18:16.415 INFO O| Aug 02 17:18:16.415 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-08-02T17:18:17.653Z | [ recovery-image] Aug 02 17:18:16.424 INFO O| Aug 02 17:18:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4634 | 2024-08-02T17:18:17.653Z | [ recovery-image] Aug 02 17:18:16.424 INFO O| Aug 02 17:18:16.424 INFO STEP 257 (remove_files) COMPLETE |
4635 | 2024-08-02T17:18:17.655Z | [ recovery-image] Aug 02 17:18:16.424 INFO O| Aug 02 17:18:16.424 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-08-02T17:18:17.662Z | [ recovery-image] Aug 02 17:18:16.433 INFO O| Aug 02 17:18:16.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4637 | 2024-08-02T17:18:17.671Z | [ recovery-image] Aug 02 17:18:16.433 INFO O| Aug 02 17:18:16.433 INFO STEP 258 (remove_files) COMPLETE |
4638 | 2024-08-02T17:18:17.671Z | [ recovery-image] Aug 02 17:18:16.434 INFO O| Aug 02 17:18:16.433 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-08-02T17:18:17.677Z | [ recovery-image] Aug 02 17:18:16.443 INFO O| Aug 02 17:18:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4640 | 2024-08-02T17:18:17.677Z | [ recovery-image] Aug 02 17:18:16.443 INFO O| Aug 02 17:18:16.443 INFO STEP 259 (remove_files) COMPLETE |
4641 | 2024-08-02T17:18:17.677Z | [ recovery-image] Aug 02 17:18:16.443 INFO O| Aug 02 17:18:16.443 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-08-02T17:18:17.681Z | [ recovery-image] Aug 02 17:18:16.452 INFO O| Aug 02 17:18:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4643 | 2024-08-02T17:18:17.681Z | [ recovery-image] Aug 02 17:18:16.452 INFO O| Aug 02 17:18:16.452 INFO STEP 260 (remove_files) COMPLETE |
4644 | 2024-08-02T17:18:17.684Z | [ recovery-image] Aug 02 17:18:16.452 INFO O| Aug 02 17:18:16.452 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-08-02T17:18:17.690Z | [ recovery-image] Aug 02 17:18:16.462 INFO O| Aug 02 17:18:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4646 | 2024-08-02T17:18:17.690Z | [ recovery-image] Aug 02 17:18:16.462 INFO O| Aug 02 17:18:16.462 INFO STEP 261 (remove_files) COMPLETE |
4647 | 2024-08-02T17:18:17.694Z | [ recovery-image] Aug 02 17:18:16.462 INFO O| Aug 02 17:18:16.462 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-08-02T17:18:17.700Z | [ recovery-image] Aug 02 17:18:16.471 INFO O| Aug 02 17:18:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4649 | 2024-08-02T17:18:17.700Z | [ recovery-image] Aug 02 17:18:16.471 INFO O| Aug 02 17:18:16.471 INFO STEP 262 (remove_files) COMPLETE |
4650 | 2024-08-02T17:18:17.700Z | [ recovery-image] Aug 02 17:18:16.471 INFO O| Aug 02 17:18:16.471 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-08-02T17:18:17.709Z | [ recovery-image] Aug 02 17:18:16.480 INFO O| Aug 02 17:18:16.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4652 | 2024-08-02T17:18:17.709Z | [ recovery-image] Aug 02 17:18:16.480 INFO O| Aug 02 17:18:16.480 INFO STEP 263 (remove_files) COMPLETE |
4653 | 2024-08-02T17:18:17.711Z | [ recovery-image] Aug 02 17:18:16.480 INFO O| Aug 02 17:18:16.480 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-08-02T17:18:17.718Z | [ recovery-image] Aug 02 17:18:16.489 INFO O| Aug 02 17:18:16.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4655 | 2024-08-02T17:18:17.718Z | [ recovery-image] Aug 02 17:18:16.490 INFO O| Aug 02 17:18:16.489 INFO STEP 264 (remove_files) COMPLETE |
4656 | 2024-08-02T17:18:17.721Z | [ recovery-image] Aug 02 17:18:16.490 INFO O| Aug 02 17:18:16.490 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-08-02T17:18:17.727Z | [ recovery-image] Aug 02 17:18:16.499 INFO O| Aug 02 17:18:16.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4658 | 2024-08-02T17:18:17.727Z | [ recovery-image] Aug 02 17:18:16.499 INFO O| Aug 02 17:18:16.499 INFO STEP 265 (remove_files) COMPLETE |
4659 | 2024-08-02T17:18:17.727Z | [ recovery-image] Aug 02 17:18:16.499 INFO O| Aug 02 17:18:16.499 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-08-02T17:18:17.737Z | [ recovery-image] Aug 02 17:18:16.508 INFO O| Aug 02 17:18:16.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4661 | 2024-08-02T17:18:17.737Z | [ recovery-image] Aug 02 17:18:16.508 INFO O| Aug 02 17:18:16.508 INFO STEP 266 (remove_files) COMPLETE |
4662 | 2024-08-02T17:18:17.739Z | [ recovery-image] Aug 02 17:18:16.508 INFO O| Aug 02 17:18:16.508 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-08-02T17:18:17.746Z | [ recovery-image] Aug 02 17:18:16.517 INFO O| Aug 02 17:18:16.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4664 | 2024-08-02T17:18:17.749Z | [ recovery-image] Aug 02 17:18:16.517 INFO O| Aug 02 17:18:16.517 INFO STEP 267 (remove_files) COMPLETE |
4665 | 2024-08-02T17:18:17.749Z | [ recovery-image] Aug 02 17:18:16.517 INFO O| Aug 02 17:18:16.517 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-08-02T17:18:17.755Z | [ recovery-image] Aug 02 17:18:16.527 INFO O| Aug 02 17:18:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4667 | 2024-08-02T17:18:17.755Z | [ recovery-image] Aug 02 17:18:16.527 INFO O| Aug 02 17:18:16.527 INFO STEP 268 (remove_files) COMPLETE |
4668 | 2024-08-02T17:18:17.758Z | [ recovery-image] Aug 02 17:18:16.527 INFO O| Aug 02 17:18:16.527 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-08-02T17:18:17.764Z | [ recovery-image] Aug 02 17:18:16.536 INFO O| Aug 02 17:18:16.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4670 | 2024-08-02T17:18:17.765Z | [ recovery-image] Aug 02 17:18:16.536 INFO O| Aug 02 17:18:16.536 INFO STEP 269 (remove_files) COMPLETE |
4671 | 2024-08-02T17:18:17.765Z | [ recovery-image] Aug 02 17:18:16.536 INFO O| Aug 02 17:18:16.536 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-08-02T17:18:17.774Z | [ recovery-image] Aug 02 17:18:16.545 INFO O| Aug 02 17:18:16.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4673 | 2024-08-02T17:18:17.774Z | [ recovery-image] Aug 02 17:18:16.545 INFO O| Aug 02 17:18:16.545 INFO STEP 270 (remove_files) COMPLETE |
4674 | 2024-08-02T17:18:17.774Z | [ recovery-image] Aug 02 17:18:16.545 INFO O| Aug 02 17:18:16.545 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-08-02T17:18:17.784Z | [ recovery-image] Aug 02 17:18:16.554 INFO O| Aug 02 17:18:16.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4676 | 2024-08-02T17:18:17.784Z | [ recovery-image] Aug 02 17:18:16.555 INFO O| Aug 02 17:18:16.554 INFO STEP 271 (remove_files) COMPLETE |
4677 | 2024-08-02T17:18:17.784Z | [ recovery-image] Aug 02 17:18:16.555 INFO O| Aug 02 17:18:16.555 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-08-02T17:18:17.792Z | [ recovery-image] Aug 02 17:18:16.564 INFO O| Aug 02 17:18:16.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4679 | 2024-08-02T17:18:17.793Z | [ recovery-image] Aug 02 17:18:16.564 INFO O| Aug 02 17:18:16.564 INFO STEP 272 (remove_files) COMPLETE |
4680 | 2024-08-02T17:18:17.793Z | [ recovery-image] Aug 02 17:18:16.564 INFO O| Aug 02 17:18:16.564 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-08-02T17:18:17.802Z | [ recovery-image] Aug 02 17:18:16.573 INFO O| Aug 02 17:18:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4682 | 2024-08-02T17:18:17.802Z | [ recovery-image] Aug 02 17:18:16.573 INFO O| Aug 02 17:18:16.573 INFO STEP 273 (remove_files) COMPLETE |
4683 | 2024-08-02T17:18:17.805Z | [ recovery-image] Aug 02 17:18:16.573 INFO O| Aug 02 17:18:16.573 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-08-02T17:18:17.813Z | [ recovery-image] Aug 02 17:18:16.582 INFO O| Aug 02 17:18:16.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4685 | 2024-08-02T17:18:17.813Z | [ recovery-image] Aug 02 17:18:16.582 INFO O| Aug 02 17:18:16.582 INFO STEP 274 (remove_files) COMPLETE |
4686 | 2024-08-02T17:18:17.816Z | [ recovery-image] Aug 02 17:18:16.582 INFO O| Aug 02 17:18:16.582 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-08-02T17:18:17.820Z | [ recovery-image] Aug 02 17:18:16.592 INFO O| Aug 02 17:18:16.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4688 | 2024-08-02T17:18:17.820Z | [ recovery-image] Aug 02 17:18:16.592 INFO O| Aug 02 17:18:16.592 INFO STEP 275 (remove_files) COMPLETE |
4689 | 2024-08-02T17:18:17.823Z | [ recovery-image] Aug 02 17:18:16.592 INFO O| Aug 02 17:18:16.592 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-08-02T17:18:17.829Z | [ recovery-image] Aug 02 17:18:16.601 INFO O| Aug 02 17:18:16.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4691 | 2024-08-02T17:18:17.832Z | [ recovery-image] Aug 02 17:18:16.601 INFO O| Aug 02 17:18:16.601 INFO STEP 276 (remove_files) COMPLETE |
4692 | 2024-08-02T17:18:17.832Z | [ recovery-image] Aug 02 17:18:16.601 INFO O| Aug 02 17:18:16.601 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-08-02T17:18:17.839Z | [ recovery-image] Aug 02 17:18:16.610 INFO O| Aug 02 17:18:16.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4694 | 2024-08-02T17:18:17.839Z | [ recovery-image] Aug 02 17:18:16.610 INFO O| Aug 02 17:18:16.610 INFO STEP 277 (remove_files) COMPLETE |
4695 | 2024-08-02T17:18:17.839Z | [ recovery-image] Aug 02 17:18:16.610 INFO O| Aug 02 17:18:16.610 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-08-02T17:18:17.848Z | [ recovery-image] Aug 02 17:18:16.619 INFO O| Aug 02 17:18:16.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4697 | 2024-08-02T17:18:17.848Z | [ recovery-image] Aug 02 17:18:16.619 INFO O| Aug 02 17:18:16.619 INFO STEP 278 (remove_files) COMPLETE |
4698 | 2024-08-02T17:18:17.851Z | [ recovery-image] Aug 02 17:18:16.620 INFO O| Aug 02 17:18:16.619 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-08-02T17:18:17.854Z | [ host-image] Aug 02 17:18:16.624 INFO O| Aug 02 17:18:16.624 INFO O| Download: Completed 1.39 MB in 0.95 seconds (1.5M/s) |
4700 | 2024-08-02T17:18:17.858Z | [ recovery-image] Aug 02 17:18:16.629 INFO O| Aug 02 17:18:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4701 | 2024-08-02T17:18:17.858Z | [ recovery-image] Aug 02 17:18:16.629 INFO O| Aug 02 17:18:16.629 INFO STEP 279 (remove_files) COMPLETE |
4702 | 2024-08-02T17:18:17.860Z | [ recovery-image] Aug 02 17:18:16.629 INFO O| Aug 02 17:18:16.629 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-08-02T17:18:17.867Z | [ recovery-image] Aug 02 17:18:16.639 INFO O| Aug 02 17:18:16.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4704 | 2024-08-02T17:18:17.867Z | [ recovery-image] Aug 02 17:18:16.639 INFO O| Aug 02 17:18:16.639 INFO STEP 280 (remove_files) COMPLETE |
4705 | 2024-08-02T17:18:17.870Z | [ recovery-image] Aug 02 17:18:16.639 INFO O| Aug 02 17:18:16.639 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-08-02T17:18:17.877Z | [ recovery-image] Aug 02 17:18:16.648 INFO O| Aug 02 17:18:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4707 | 2024-08-02T17:18:17.877Z | [ recovery-image] Aug 02 17:18:16.648 INFO O| Aug 02 17:18:16.648 INFO STEP 281 (remove_files) COMPLETE |
4708 | 2024-08-02T17:18:17.877Z | [ recovery-image] Aug 02 17:18:16.648 INFO O| Aug 02 17:18:16.648 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-08-02T17:18:17.880Z | [ host-image] Aug 02 17:18:16.649 INFO O| Aug 02 17:18:16.649 INFO O| Actions: 1/238 actions (Installing new actions) |
4710 | 2024-08-02T17:18:17.887Z | [ recovery-image] Aug 02 17:18:16.658 INFO O| Aug 02 17:18:16.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4711 | 2024-08-02T17:18:17.887Z | [ recovery-image] Aug 02 17:18:16.658 INFO O| Aug 02 17:18:16.658 INFO STEP 282 (remove_files) COMPLETE |
4712 | 2024-08-02T17:18:17.887Z | [ recovery-image] Aug 02 17:18:16.658 INFO O| Aug 02 17:18:16.658 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-02T17:18:17.896Z | [ recovery-image] Aug 02 17:18:16.668 INFO O| Aug 02 17:18:16.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4714 | 2024-08-02T17:18:17.897Z | [ recovery-image] Aug 02 17:18:16.668 INFO O| Aug 02 17:18:16.668 INFO STEP 283 (remove_files) COMPLETE |
4715 | 2024-08-02T17:18:17.899Z | [ recovery-image] Aug 02 17:18:16.668 INFO O| Aug 02 17:18:16.668 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-02T17:18:17.907Z | [ recovery-image] Aug 02 17:18:16.678 INFO O| Aug 02 17:18:16.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4717 | 2024-08-02T17:18:17.907Z | [ recovery-image] Aug 02 17:18:16.678 INFO O| Aug 02 17:18:16.678 INFO STEP 284 (remove_files) COMPLETE |
4718 | 2024-08-02T17:18:17.907Z | [ recovery-image] Aug 02 17:18:16.678 INFO O| Aug 02 17:18:16.678 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-02T17:18:17.917Z | [ recovery-image] Aug 02 17:18:16.688 INFO O| Aug 02 17:18:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4720 | 2024-08-02T17:18:17.917Z | [ recovery-image] Aug 02 17:18:16.688 INFO O| Aug 02 17:18:16.688 INFO STEP 285 (remove_files) COMPLETE |
4721 | 2024-08-02T17:18:17.917Z | [ recovery-image] Aug 02 17:18:16.688 INFO O| Aug 02 17:18:16.688 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-08-02T17:18:17.927Z | [ recovery-image] Aug 02 17:18:16.698 INFO O| Aug 02 17:18:16.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4723 | 2024-08-02T17:18:17.927Z | [ recovery-image] Aug 02 17:18:16.698 INFO O| Aug 02 17:18:16.698 INFO STEP 286 (remove_files) COMPLETE |
4724 | 2024-08-02T17:18:17.929Z | [ recovery-image] Aug 02 17:18:16.698 INFO O| Aug 02 17:18:16.698 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-08-02T17:18:17.938Z | [ recovery-image] Aug 02 17:18:16.708 INFO O| Aug 02 17:18:16.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4726 | 2024-08-02T17:18:17.938Z | [ recovery-image] Aug 02 17:18:16.708 INFO O| Aug 02 17:18:16.708 INFO STEP 287 (remove_files) COMPLETE |
4727 | 2024-08-02T17:18:17.938Z | [ recovery-image] Aug 02 17:18:16.708 INFO O| Aug 02 17:18:16.708 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-08-02T17:18:17.947Z | [ recovery-image] Aug 02 17:18:16.718 INFO O| Aug 02 17:18:16.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4729 | 2024-08-02T17:18:17.947Z | [ recovery-image] Aug 02 17:18:16.718 INFO O| Aug 02 17:18:16.718 INFO STEP 288 (remove_files) COMPLETE |
4730 | 2024-08-02T17:18:17.950Z | [ recovery-image] Aug 02 17:18:16.718 INFO O| Aug 02 17:18:16.718 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-08-02T17:18:17.958Z | [ recovery-image] Aug 02 17:18:16.729 INFO O| Aug 02 17:18:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4732 | 2024-08-02T17:18:17.958Z | [ recovery-image] Aug 02 17:18:16.729 INFO O| Aug 02 17:18:16.729 INFO STEP 289 (remove_files) COMPLETE |
4733 | 2024-08-02T17:18:17.958Z | [ recovery-image] Aug 02 17:18:16.729 INFO O| Aug 02 17:18:16.729 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-08-02T17:18:17.968Z | [ recovery-image] Aug 02 17:18:16.740 INFO O| Aug 02 17:18:16.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4735 | 2024-08-02T17:18:17.968Z | [ recovery-image] Aug 02 17:18:16.740 INFO O| Aug 02 17:18:16.740 INFO STEP 290 (remove_files) COMPLETE |
4736 | 2024-08-02T17:18:17.971Z | [ recovery-image] Aug 02 17:18:16.740 INFO O| Aug 02 17:18:16.740 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-08-02T17:18:17.979Z | [ recovery-image] Aug 02 17:18:16.750 INFO O| Aug 02 17:18:16.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4738 | 2024-08-02T17:18:17.982Z | [ recovery-image] Aug 02 17:18:16.751 INFO O| Aug 02 17:18:16.751 INFO STEP 291 (remove_files) COMPLETE |
4739 | 2024-08-02T17:18:17.982Z | [ recovery-image] Aug 02 17:18:16.751 INFO O| Aug 02 17:18:16.751 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-08-02T17:18:17.991Z | [ recovery-image] Aug 02 17:18:16.762 INFO O| Aug 02 17:18:16.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4741 | 2024-08-02T17:18:17.991Z | [ recovery-image] Aug 02 17:18:16.762 INFO O| Aug 02 17:18:16.762 INFO STEP 292 (remove_files) COMPLETE |
4742 | 2024-08-02T17:18:17.994Z | [ recovery-image] Aug 02 17:18:16.762 INFO O| Aug 02 17:18:16.762 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-02T17:18:17.994Z | [ host-image] Aug 02 17:18:16.764 INFO O| Aug 02 17:18:16.764 INFO O| Actions: Completed 238 actions in 0.12 seconds. |
4744 | 2024-08-02T17:18:18.002Z | [ recovery-image] Aug 02 17:18:16.773 INFO O| Aug 02 17:18:16.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4745 | 2024-08-02T17:18:18.002Z | [ recovery-image] Aug 02 17:18:16.773 INFO O| Aug 02 17:18:16.773 INFO STEP 293 (remove_files) COMPLETE |
4746 | 2024-08-02T17:18:18.002Z | [ recovery-image] Aug 02 17:18:16.773 INFO O| Aug 02 17:18:16.773 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-08-02T17:18:18.012Z | [ recovery-image] Aug 02 17:18:16.783 INFO O| Aug 02 17:18:16.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4748 | 2024-08-02T17:18:18.012Z | [ recovery-image] Aug 02 17:18:16.783 INFO O| Aug 02 17:18:16.783 INFO STEP 294 (remove_files) COMPLETE |
4749 | 2024-08-02T17:18:18.012Z | [ recovery-image] Aug 02 17:18:16.783 INFO O| Aug 02 17:18:16.783 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-08-02T17:18:18.022Z | [ recovery-image] Aug 02 17:18:16.793 INFO O| Aug 02 17:18:16.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4751 | 2024-08-02T17:18:18.022Z | [ recovery-image] Aug 02 17:18:16.793 INFO O| Aug 02 17:18:16.793 INFO STEP 295 (remove_files) COMPLETE |
4752 | 2024-08-02T17:18:18.022Z | [ recovery-image] Aug 02 17:18:16.793 INFO O| Aug 02 17:18:16.793 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-08-02T17:18:18.033Z | [ recovery-image] Aug 02 17:18:16.804 INFO O| Aug 02 17:18:16.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4754 | 2024-08-02T17:18:18.033Z | [ recovery-image] Aug 02 17:18:16.804 INFO O| Aug 02 17:18:16.804 INFO STEP 296 (remove_files) COMPLETE |
4755 | 2024-08-02T17:18:18.033Z | [ recovery-image] Aug 02 17:18:16.804 INFO O| Aug 02 17:18:16.804 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-08-02T17:18:18.043Z | [ recovery-image] Aug 02 17:18:16.814 INFO O| Aug 02 17:18:16.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4757 | 2024-08-02T17:18:18.043Z | [ recovery-image] Aug 02 17:18:16.814 INFO O| Aug 02 17:18:16.814 INFO STEP 297 (remove_files) COMPLETE |
4758 | 2024-08-02T17:18:18.046Z | [ recovery-image] Aug 02 17:18:16.814 INFO O| Aug 02 17:18:16.814 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-08-02T17:18:18.054Z | [ recovery-image] Aug 02 17:18:16.825 INFO O| Aug 02 17:18:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4760 | 2024-08-02T17:18:18.054Z | [ recovery-image] Aug 02 17:18:16.825 INFO O| Aug 02 17:18:16.825 INFO STEP 298 (remove_files) COMPLETE |
4761 | 2024-08-02T17:18:18.057Z | [ recovery-image] Aug 02 17:18:16.825 INFO O| Aug 02 17:18:16.825 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-08-02T17:18:18.065Z | [ recovery-image] Aug 02 17:18:16.836 INFO O| Aug 02 17:18:16.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4763 | 2024-08-02T17:18:18.065Z | [ recovery-image] Aug 02 17:18:16.836 INFO O| Aug 02 17:18:16.836 INFO STEP 299 (remove_files) COMPLETE |
4764 | 2024-08-02T17:18:18.067Z | [ recovery-image] Aug 02 17:18:16.836 INFO O| Aug 02 17:18:16.836 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-08-02T17:18:18.078Z | [ recovery-image] Aug 02 17:18:16.847 INFO O| Aug 02 17:18:16.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4766 | 2024-08-02T17:18:18.078Z | [ recovery-image] Aug 02 17:18:16.847 INFO O| Aug 02 17:18:16.847 INFO STEP 300 (remove_files) COMPLETE |
4767 | 2024-08-02T17:18:18.081Z | [ recovery-image] Aug 02 17:18:16.847 INFO O| Aug 02 17:18:16.847 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-08-02T17:18:18.087Z | [ recovery-image] Aug 02 17:18:16.858 INFO O| Aug 02 17:18:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4769 | 2024-08-02T17:18:18.090Z | [ recovery-image] Aug 02 17:18:16.859 INFO O| Aug 02 17:18:16.858 INFO STEP 301 (remove_files) COMPLETE |
4770 | 2024-08-02T17:18:18.090Z | [ recovery-image] Aug 02 17:18:16.859 INFO O| Aug 02 17:18:16.859 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-08-02T17:18:18.098Z | [ recovery-image] Aug 02 17:18:16.870 INFO O| Aug 02 17:18:16.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4772 | 2024-08-02T17:18:18.099Z | [ recovery-image] Aug 02 17:18:16.870 INFO O| Aug 02 17:18:16.870 INFO STEP 302 (remove_files) COMPLETE |
4773 | 2024-08-02T17:18:18.101Z | [ recovery-image] Aug 02 17:18:16.870 INFO O| Aug 02 17:18:16.870 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-08-02T17:18:18.110Z | [ recovery-image] Aug 02 17:18:16.881 INFO O| Aug 02 17:18:16.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4775 | 2024-08-02T17:18:18.110Z | [ recovery-image] Aug 02 17:18:16.881 INFO O| Aug 02 17:18:16.881 INFO STEP 303 (remove_files) COMPLETE |
4776 | 2024-08-02T17:18:18.113Z | [ recovery-image] Aug 02 17:18:16.881 INFO O| Aug 02 17:18:16.881 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-08-02T17:18:18.123Z | [ recovery-image] Aug 02 17:18:16.895 INFO O| Aug 02 17:18:16.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4778 | 2024-08-02T17:18:18.123Z | [ recovery-image] Aug 02 17:18:16.895 INFO O| Aug 02 17:18:16.895 INFO STEP 304 (remove_files) COMPLETE |
4779 | 2024-08-02T17:18:18.123Z | [ recovery-image] Aug 02 17:18:16.895 INFO O| Aug 02 17:18:16.895 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-02T17:18:18.136Z | [ recovery-image] Aug 02 17:18:16.907 INFO O| Aug 02 17:18:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4781 | 2024-08-02T17:18:18.136Z | [ recovery-image] Aug 02 17:18:16.907 INFO O| Aug 02 17:18:16.907 INFO STEP 305 (remove_files) COMPLETE |
4782 | 2024-08-02T17:18:18.139Z | [ recovery-image] Aug 02 17:18:16.907 INFO O| Aug 02 17:18:16.907 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-08-02T17:18:18.148Z | [ recovery-image] Aug 02 17:18:16.920 INFO O| Aug 02 17:18:16.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4784 | 2024-08-02T17:18:18.148Z | [ recovery-image] Aug 02 17:18:16.920 INFO O| Aug 02 17:18:16.920 INFO STEP 306 (remove_files) COMPLETE |
4785 | 2024-08-02T17:18:18.151Z | [ recovery-image] Aug 02 17:18:16.920 INFO O| Aug 02 17:18:16.920 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-08-02T17:18:18.161Z | [ recovery-image] Aug 02 17:18:16.932 INFO O| Aug 02 17:18:16.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4787 | 2024-08-02T17:18:18.161Z | [ recovery-image] Aug 02 17:18:16.932 INFO O| Aug 02 17:18:16.932 INFO STEP 307 (remove_files) COMPLETE |
4788 | 2024-08-02T17:18:18.164Z | [ recovery-image] Aug 02 17:18:16.932 INFO O| Aug 02 17:18:16.932 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-08-02T17:18:18.173Z | [ recovery-image] Aug 02 17:18:16.944 INFO O| Aug 02 17:18:16.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4790 | 2024-08-02T17:18:18.173Z | [ recovery-image] Aug 02 17:18:16.944 INFO O| Aug 02 17:18:16.944 INFO STEP 308 (remove_files) COMPLETE |
4791 | 2024-08-02T17:18:18.173Z | [ recovery-image] Aug 02 17:18:16.944 INFO O| Aug 02 17:18:16.944 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-08-02T17:18:18.185Z | [ recovery-image] Aug 02 17:18:16.956 INFO O| Aug 02 17:18:16.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4793 | 2024-08-02T17:18:18.185Z | [ recovery-image] Aug 02 17:18:16.956 INFO O| Aug 02 17:18:16.956 INFO STEP 309 (remove_files) COMPLETE |
4794 | 2024-08-02T17:18:18.188Z | [ recovery-image] Aug 02 17:18:16.956 INFO O| Aug 02 17:18:16.956 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-02T17:18:18.196Z | [ recovery-image] Aug 02 17:18:16.968 INFO O| Aug 02 17:18:16.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4796 | 2024-08-02T17:18:18.196Z | [ recovery-image] Aug 02 17:18:16.968 INFO O| Aug 02 17:18:16.968 INFO STEP 310 (remove_files) COMPLETE |
4797 | 2024-08-02T17:18:18.196Z | [ recovery-image] Aug 02 17:18:16.968 INFO O| Aug 02 17:18:16.968 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-02T17:18:18.207Z | [ recovery-image] Aug 02 17:18:16.979 INFO O| Aug 02 17:18:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4799 | 2024-08-02T17:18:18.207Z | [ recovery-image] Aug 02 17:18:16.979 INFO O| Aug 02 17:18:16.979 INFO STEP 311 (remove_files) COMPLETE |
4800 | 2024-08-02T17:18:18.218Z | [ recovery-image] Aug 02 17:18:16.979 INFO O| Aug 02 17:18:16.979 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-02T17:18:18.224Z | [ recovery-image] Aug 02 17:18:16.990 INFO O| Aug 02 17:18:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4802 | 2024-08-02T17:18:18.224Z | [ recovery-image] Aug 02 17:18:16.990 INFO O| Aug 02 17:18:16.990 INFO STEP 312 (remove_files) COMPLETE |
4803 | 2024-08-02T17:18:18.224Z | [ recovery-image] Aug 02 17:18:16.990 INFO O| Aug 02 17:18:16.990 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-02T17:18:18.230Z | [ recovery-image] Aug 02 17:18:17.001 INFO O| Aug 02 17:18:17.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4805 | 2024-08-02T17:18:18.230Z | [ recovery-image] Aug 02 17:18:17.001 INFO O| Aug 02 17:18:17.001 INFO STEP 313 (remove_files) COMPLETE |
4806 | 2024-08-02T17:18:18.232Z | [ recovery-image] Aug 02 17:18:17.001 INFO O| Aug 02 17:18:17.001 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-02T17:18:18.235Z | [ host-image] Aug 02 17:18:17.004 INFO O| Aug 02 17:18:17.004 INFO O| Done |
4808 | 2024-08-02T17:18:18.235Z | [ host-image] Aug 02 17:18:17.004 INFO O| Aug 02 17:18:17.004 INFO O| Done |
4809 | 2024-08-02T17:18:18.243Z | [ recovery-image] Aug 02 17:18:17.014 INFO O| Aug 02 17:18:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4810 | 2024-08-02T17:18:18.243Z | [ recovery-image] Aug 02 17:18:17.014 INFO O| Aug 02 17:18:17.014 INFO STEP 314 (remove_files) COMPLETE |
4811 | 2024-08-02T17:18:18.245Z | [ recovery-image] Aug 02 17:18:17.014 INFO O| Aug 02 17:18:17.014 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-08-02T17:18:18.254Z | [ recovery-image] Aug 02 17:18:17.026 INFO O| Aug 02 17:18:17.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4813 | 2024-08-02T17:18:18.254Z | [ recovery-image] Aug 02 17:18:17.026 INFO O| Aug 02 17:18:17.026 INFO STEP 315 (remove_files) COMPLETE |
4814 | 2024-08-02T17:18:18.254Z | [ recovery-image] Aug 02 17:18:17.026 INFO O| Aug 02 17:18:17.026 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-08-02T17:18:18.265Z | [ recovery-image] Aug 02 17:18:17.036 INFO O| Aug 02 17:18:17.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4816 | 2024-08-02T17:18:18.265Z | [ recovery-image] Aug 02 17:18:17.036 INFO O| Aug 02 17:18:17.036 INFO STEP 316 (remove_files) COMPLETE |
4817 | 2024-08-02T17:18:18.265Z | [ recovery-image] Aug 02 17:18:17.036 INFO O| Aug 02 17:18:17.036 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-08-02T17:18:18.275Z | [ recovery-image] Aug 02 17:18:17.046 INFO O| Aug 02 17:18:17.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4819 | 2024-08-02T17:18:18.275Z | [ recovery-image] Aug 02 17:18:17.046 INFO O| Aug 02 17:18:17.046 INFO STEP 317 (remove_files) COMPLETE |
4820 | 2024-08-02T17:18:18.275Z | [ recovery-image] Aug 02 17:18:17.046 INFO O| Aug 02 17:18:17.046 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-08-02T17:18:18.286Z | [ recovery-image] Aug 02 17:18:17.057 INFO O| Aug 02 17:18:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4822 | 2024-08-02T17:18:18.286Z | [ recovery-image] Aug 02 17:18:17.058 INFO O| Aug 02 17:18:17.058 INFO STEP 318 (remove_files) COMPLETE |
4823 | 2024-08-02T17:18:18.289Z | [ recovery-image] Aug 02 17:18:17.058 INFO O| Aug 02 17:18:17.058 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-08-02T17:18:18.297Z | [ recovery-image] Aug 02 17:18:17.068 INFO O| Aug 02 17:18:17.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4825 | 2024-08-02T17:18:18.297Z | [ recovery-image] Aug 02 17:18:17.068 INFO O| Aug 02 17:18:17.068 INFO STEP 319 (remove_files) COMPLETE |
4826 | 2024-08-02T17:18:18.300Z | [ recovery-image] Aug 02 17:18:17.068 INFO O| Aug 02 17:18:17.068 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-08-02T17:18:18.308Z | [ recovery-image] Aug 02 17:18:17.080 INFO O| Aug 02 17:18:17.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4828 | 2024-08-02T17:18:18.308Z | [ recovery-image] Aug 02 17:18:17.080 INFO O| Aug 02 17:18:17.080 INFO STEP 320 (remove_files) COMPLETE |
4829 | 2024-08-02T17:18:18.308Z | [ recovery-image] Aug 02 17:18:17.080 INFO O| Aug 02 17:18:17.080 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-08-02T17:18:18.319Z | [ recovery-image] Aug 02 17:18:17.090 INFO O| Aug 02 17:18:17.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4831 | 2024-08-02T17:18:18.319Z | [ recovery-image] Aug 02 17:18:17.090 INFO O| Aug 02 17:18:17.090 INFO STEP 321 (remove_files) COMPLETE |
4832 | 2024-08-02T17:18:18.322Z | [ recovery-image] Aug 02 17:18:17.090 INFO O| Aug 02 17:18:17.090 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-08-02T17:18:18.330Z | [ recovery-image] Aug 02 17:18:17.102 INFO O| Aug 02 17:18:17.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4834 | 2024-08-02T17:18:18.333Z | [ recovery-image] Aug 02 17:18:17.102 INFO O| Aug 02 17:18:17.102 INFO STEP 322 (remove_files) COMPLETE |
4835 | 2024-08-02T17:18:18.333Z | [ recovery-image] Aug 02 17:18:17.102 INFO O| Aug 02 17:18:17.102 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-08-02T17:18:18.341Z | [ recovery-image] Aug 02 17:18:17.112 INFO O| Aug 02 17:18:17.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4837 | 2024-08-02T17:18:18.341Z | [ recovery-image] Aug 02 17:18:17.112 INFO O| Aug 02 17:18:17.112 INFO STEP 323 (remove_files) COMPLETE |
4838 | 2024-08-02T17:18:18.341Z | [ recovery-image] Aug 02 17:18:17.112 INFO O| Aug 02 17:18:17.112 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-02T17:18:18.351Z | [ recovery-image] Aug 02 17:18:17.122 INFO O| Aug 02 17:18:17.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4840 | 2024-08-02T17:18:18.351Z | [ recovery-image] Aug 02 17:18:17.122 INFO O| Aug 02 17:18:17.122 INFO STEP 324 (remove_files) COMPLETE |
4841 | 2024-08-02T17:18:18.351Z | [ recovery-image] Aug 02 17:18:17.122 INFO O| Aug 02 17:18:17.122 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-02T17:18:18.360Z | [ recovery-image] Aug 02 17:18:17.132 INFO O| Aug 02 17:18:17.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4843 | 2024-08-02T17:18:18.360Z | [ recovery-image] Aug 02 17:18:17.132 INFO O| Aug 02 17:18:17.132 INFO STEP 325 (remove_files) COMPLETE |
4844 | 2024-08-02T17:18:18.360Z | [ recovery-image] Aug 02 17:18:17.132 INFO O| Aug 02 17:18:17.132 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-02T17:18:18.370Z | [ recovery-image] Aug 02 17:18:17.141 INFO O| Aug 02 17:18:17.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4846 | 2024-08-02T17:18:18.370Z | [ recovery-image] Aug 02 17:18:17.141 INFO O| Aug 02 17:18:17.141 INFO STEP 326 (remove_files) COMPLETE |
4847 | 2024-08-02T17:18:18.373Z | [ recovery-image] Aug 02 17:18:17.141 INFO O| Aug 02 17:18:17.141 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-02T17:18:18.380Z | [ recovery-image] Aug 02 17:18:17.151 INFO O| Aug 02 17:18:17.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4849 | 2024-08-02T17:18:18.382Z | [ recovery-image] Aug 02 17:18:17.151 INFO O| Aug 02 17:18:17.151 INFO STEP 327 (remove_files) COMPLETE |
4850 | 2024-08-02T17:18:18.382Z | [ recovery-image] Aug 02 17:18:17.151 INFO O| Aug 02 17:18:17.151 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-02T17:18:18.389Z | [ recovery-image] Aug 02 17:18:17.160 INFO O| Aug 02 17:18:17.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4852 | 2024-08-02T17:18:18.389Z | [ recovery-image] Aug 02 17:18:17.160 INFO O| Aug 02 17:18:17.160 INFO STEP 328 (remove_files) COMPLETE |
4853 | 2024-08-02T17:18:18.392Z | [ recovery-image] Aug 02 17:18:17.160 INFO O| Aug 02 17:18:17.160 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-02T17:18:18.398Z | [ recovery-image] Aug 02 17:18:17.170 INFO O| Aug 02 17:18:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4855 | 2024-08-02T17:18:18.401Z | [ recovery-image] Aug 02 17:18:17.170 INFO O| Aug 02 17:18:17.170 INFO STEP 329 (remove_files) COMPLETE |
4856 | 2024-08-02T17:18:18.401Z | [ recovery-image] Aug 02 17:18:17.170 INFO O| Aug 02 17:18:17.170 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-02T17:18:18.408Z | [ recovery-image] Aug 02 17:18:17.179 INFO O| Aug 02 17:18:17.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4858 | 2024-08-02T17:18:18.410Z | [ recovery-image] Aug 02 17:18:17.179 INFO O| Aug 02 17:18:17.179 INFO STEP 330 (remove_files) COMPLETE |
4859 | 2024-08-02T17:18:18.410Z | [ recovery-image] Aug 02 17:18:17.179 INFO O| Aug 02 17:18:17.179 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-02T17:18:18.417Z | [ recovery-image] Aug 02 17:18:17.189 INFO O| Aug 02 17:18:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4861 | 2024-08-02T17:18:18.417Z | [ recovery-image] Aug 02 17:18:17.189 INFO O| Aug 02 17:18:17.189 INFO STEP 331 (remove_files) COMPLETE |
4862 | 2024-08-02T17:18:18.420Z | [ recovery-image] Aug 02 17:18:17.189 INFO O| Aug 02 17:18:17.189 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-02T17:18:18.427Z | [ recovery-image] Aug 02 17:18:17.198 INFO O| Aug 02 17:18:17.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4864 | 2024-08-02T17:18:18.430Z | [ recovery-image] Aug 02 17:18:17.198 INFO O| Aug 02 17:18:17.198 INFO STEP 332 (remove_files) COMPLETE |
4865 | 2024-08-02T17:18:18.430Z | [ recovery-image] Aug 02 17:18:17.198 INFO O| Aug 02 17:18:17.198 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-02T17:18:18.436Z | [ recovery-image] Aug 02 17:18:17.208 INFO O| Aug 02 17:18:17.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4867 | 2024-08-02T17:18:18.436Z | [ recovery-image] Aug 02 17:18:17.208 INFO O| Aug 02 17:18:17.208 INFO STEP 333 (remove_files) COMPLETE |
4868 | 2024-08-02T17:18:18.436Z | [ recovery-image] Aug 02 17:18:17.208 INFO O| Aug 02 17:18:17.208 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-02T17:18:18.446Z | [ recovery-image] Aug 02 17:18:17.217 INFO O| Aug 02 17:18:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4870 | 2024-08-02T17:18:18.446Z | [ recovery-image] Aug 02 17:18:17.217 INFO O| Aug 02 17:18:17.217 INFO STEP 334 (remove_files) COMPLETE |
4871 | 2024-08-02T17:18:18.449Z | [ recovery-image] Aug 02 17:18:17.217 INFO O| Aug 02 17:18:17.217 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-02T17:18:18.455Z | [ recovery-image] Aug 02 17:18:17.226 INFO O| Aug 02 17:18:17.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4873 | 2024-08-02T17:18:18.455Z | [ recovery-image] Aug 02 17:18:17.226 INFO O| Aug 02 17:18:17.226 INFO STEP 335 (remove_files) COMPLETE |
4874 | 2024-08-02T17:18:18.458Z | [ recovery-image] Aug 02 17:18:17.226 INFO O| Aug 02 17:18:17.226 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-02T17:18:18.464Z | [ recovery-image] Aug 02 17:18:17.236 INFO O| Aug 02 17:18:17.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4876 | 2024-08-02T17:18:18.464Z | [ recovery-image] Aug 02 17:18:17.236 INFO O| Aug 02 17:18:17.236 INFO STEP 336 (remove_files) COMPLETE |
4877 | 2024-08-02T17:18:18.464Z | [ recovery-image] Aug 02 17:18:17.236 INFO O| Aug 02 17:18:17.236 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-02T17:18:18.474Z | [ recovery-image] Aug 02 17:18:17.245 INFO O| Aug 02 17:18:17.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4879 | 2024-08-02T17:18:18.476Z | [ recovery-image] Aug 02 17:18:17.245 INFO O| Aug 02 17:18:17.245 INFO STEP 337 (remove_files) COMPLETE |
4880 | 2024-08-02T17:18:18.476Z | [ recovery-image] Aug 02 17:18:17.245 INFO O| Aug 02 17:18:17.245 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-02T17:18:18.483Z | [ recovery-image] Aug 02 17:18:17.254 INFO O| Aug 02 17:18:17.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4882 | 2024-08-02T17:18:18.483Z | [ recovery-image] Aug 02 17:18:17.254 INFO O| Aug 02 17:18:17.254 INFO STEP 338 (remove_files) COMPLETE |
4883 | 2024-08-02T17:18:18.486Z | [ recovery-image] Aug 02 17:18:17.254 INFO O| Aug 02 17:18:17.254 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-02T17:18:18.492Z | [ recovery-image] Aug 02 17:18:17.263 INFO O| Aug 02 17:18:17.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4885 | 2024-08-02T17:18:18.492Z | [ recovery-image] Aug 02 17:18:17.263 INFO O| Aug 02 17:18:17.263 INFO STEP 339 (remove_files) COMPLETE |
4886 | 2024-08-02T17:18:18.495Z | [ recovery-image] Aug 02 17:18:17.263 INFO O| Aug 02 17:18:17.263 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-02T17:18:18.501Z | [ recovery-image] Aug 02 17:18:17.273 INFO O| Aug 02 17:18:17.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4888 | 2024-08-02T17:18:18.504Z | [ recovery-image] Aug 02 17:18:17.273 INFO O| Aug 02 17:18:17.273 INFO STEP 340 (remove_files) COMPLETE |
4889 | 2024-08-02T17:18:18.504Z | [ recovery-image] Aug 02 17:18:17.273 INFO O| Aug 02 17:18:17.273 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-02T17:18:18.511Z | [ recovery-image] Aug 02 17:18:17.282 INFO O| Aug 02 17:18:17.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4891 | 2024-08-02T17:18:18.513Z | [ recovery-image] Aug 02 17:18:17.282 INFO O| Aug 02 17:18:17.282 INFO STEP 341 (remove_files) COMPLETE |
4892 | 2024-08-02T17:18:18.513Z | [ recovery-image] Aug 02 17:18:17.282 INFO O| Aug 02 17:18:17.282 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-02T17:18:18.520Z | [ recovery-image] Aug 02 17:18:17.291 INFO O| Aug 02 17:18:17.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4894 | 2024-08-02T17:18:18.520Z | [ recovery-image] Aug 02 17:18:17.291 INFO O| Aug 02 17:18:17.291 INFO STEP 342 (remove_files) COMPLETE |
4895 | 2024-08-02T17:18:18.522Z | [ recovery-image] Aug 02 17:18:17.291 INFO O| Aug 02 17:18:17.291 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-02T17:18:18.529Z | [ recovery-image] Aug 02 17:18:17.300 INFO O| Aug 02 17:18:17.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4897 | 2024-08-02T17:18:18.529Z | [ recovery-image] Aug 02 17:18:17.301 INFO O| Aug 02 17:18:17.300 INFO STEP 343 (remove_files) COMPLETE |
4898 | 2024-08-02T17:18:18.529Z | [ recovery-image] Aug 02 17:18:17.301 INFO O| Aug 02 17:18:17.300 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-02T17:18:18.538Z | [ recovery-image] Aug 02 17:18:17.310 INFO O| Aug 02 17:18:17.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4900 | 2024-08-02T17:18:18.538Z | [ recovery-image] Aug 02 17:18:17.310 INFO O| Aug 02 17:18:17.310 INFO STEP 344 (remove_files) COMPLETE |
4901 | 2024-08-02T17:18:18.541Z | [ recovery-image] Aug 02 17:18:17.310 INFO O| Aug 02 17:18:17.310 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-02T17:18:18.548Z | [ recovery-image] Aug 02 17:18:17.319 INFO O| Aug 02 17:18:17.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4903 | 2024-08-02T17:18:18.550Z | [ recovery-image] Aug 02 17:18:17.319 INFO O| Aug 02 17:18:17.319 INFO STEP 345 (remove_files) COMPLETE |
4904 | 2024-08-02T17:18:18.550Z | [ recovery-image] Aug 02 17:18:17.319 INFO O| Aug 02 17:18:17.319 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-02T17:18:18.557Z | [ recovery-image] Aug 02 17:18:17.328 INFO O| Aug 02 17:18:17.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4906 | 2024-08-02T17:18:18.560Z | [ recovery-image] Aug 02 17:18:17.328 INFO O| Aug 02 17:18:17.328 INFO STEP 346 (remove_files) COMPLETE |
4907 | 2024-08-02T17:18:18.560Z | [ recovery-image] Aug 02 17:18:17.328 INFO O| Aug 02 17:18:17.328 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-02T17:18:18.566Z | [ recovery-image] Aug 02 17:18:17.338 INFO O| Aug 02 17:18:17.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4909 | 2024-08-02T17:18:18.566Z | [ recovery-image] Aug 02 17:18:17.338 INFO O| Aug 02 17:18:17.338 INFO STEP 347 (remove_files) COMPLETE |
4910 | 2024-08-02T17:18:18.566Z | [ recovery-image] Aug 02 17:18:17.338 INFO O| Aug 02 17:18:17.338 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-02T17:18:18.575Z | [ recovery-image] Aug 02 17:18:17.347 INFO O| Aug 02 17:18:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4912 | 2024-08-02T17:18:18.575Z | [ recovery-image] Aug 02 17:18:17.347 INFO O| Aug 02 17:18:17.347 INFO STEP 348 (remove_files) COMPLETE |
4913 | 2024-08-02T17:18:18.578Z | [ recovery-image] Aug 02 17:18:17.347 INFO O| Aug 02 17:18:17.347 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-02T17:18:18.581Z | [ host-image] Aug 02 17:18:17.351 INFO O| Aug 02 17:18:17.351 INFO O| Done |
4915 | 2024-08-02T17:18:18.586Z | [ recovery-image] Aug 02 17:18:17.356 INFO O| Aug 02 17:18:17.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4916 | 2024-08-02T17:18:18.589Z | [ recovery-image] Aug 02 17:18:17.356 INFO O| Aug 02 17:18:17.356 INFO STEP 349 (remove_files) COMPLETE |
4917 | 2024-08-02T17:18:18.589Z | [ recovery-image] Aug 02 17:18:17.356 INFO O| Aug 02 17:18:17.356 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-08-02T17:18:18.594Z | [ recovery-image] Aug 02 17:18:17.366 INFO O| Aug 02 17:18:17.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4919 | 2024-08-02T17:18:18.594Z | [ recovery-image] Aug 02 17:18:17.366 INFO O| Aug 02 17:18:17.366 INFO STEP 350 (remove_files) COMPLETE |
4920 | 2024-08-02T17:18:18.597Z | [ recovery-image] Aug 02 17:18:17.366 INFO O| Aug 02 17:18:17.366 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-08-02T17:18:18.604Z | [ recovery-image] Aug 02 17:18:17.375 INFO O| Aug 02 17:18:17.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4922 | 2024-08-02T17:18:18.604Z | [ recovery-image] Aug 02 17:18:17.375 INFO O| Aug 02 17:18:17.375 INFO STEP 351 (remove_files) COMPLETE |
4923 | 2024-08-02T17:18:18.604Z | [ recovery-image] Aug 02 17:18:17.375 INFO O| Aug 02 17:18:17.375 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-08-02T17:18:18.614Z | [ recovery-image] Aug 02 17:18:17.385 INFO O| Aug 02 17:18:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4925 | 2024-08-02T17:18:18.614Z | [ recovery-image] Aug 02 17:18:17.385 INFO O| Aug 02 17:18:17.385 INFO STEP 352 (remove_files) COMPLETE |
4926 | 2024-08-02T17:18:18.614Z | [ recovery-image] Aug 02 17:18:17.385 INFO O| Aug 02 17:18:17.385 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-08-02T17:18:18.623Z | [ recovery-image] Aug 02 17:18:17.394 INFO O| Aug 02 17:18:17.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4928 | 2024-08-02T17:18:18.623Z | [ recovery-image] Aug 02 17:18:17.395 INFO O| Aug 02 17:18:17.394 INFO STEP 353 (remove_files) COMPLETE |
4929 | 2024-08-02T17:18:18.623Z | [ recovery-image] Aug 02 17:18:17.395 INFO O| Aug 02 17:18:17.394 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-08-02T17:18:18.633Z | [ recovery-image] Aug 02 17:18:17.404 INFO O| Aug 02 17:18:17.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4931 | 2024-08-02T17:18:18.636Z | [ recovery-image] Aug 02 17:18:17.404 INFO O| Aug 02 17:18:17.404 INFO STEP 354 (remove_files) COMPLETE |
4932 | 2024-08-02T17:18:18.636Z | [ recovery-image] Aug 02 17:18:17.404 INFO O| Aug 02 17:18:17.404 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-08-02T17:18:18.642Z | [ recovery-image] Aug 02 17:18:17.414 INFO O| Aug 02 17:18:17.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4934 | 2024-08-02T17:18:18.642Z | [ recovery-image] Aug 02 17:18:17.414 INFO O| Aug 02 17:18:17.414 INFO STEP 355 (remove_files) COMPLETE |
4935 | 2024-08-02T17:18:18.642Z | [ recovery-image] Aug 02 17:18:17.414 INFO O| Aug 02 17:18:17.414 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-08-02T17:18:18.652Z | [ recovery-image] Aug 02 17:18:17.423 INFO O| Aug 02 17:18:17.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4937 | 2024-08-02T17:18:18.655Z | [ recovery-image] Aug 02 17:18:17.424 INFO O| Aug 02 17:18:17.424 INFO STEP 356 (remove_files) COMPLETE |
4938 | 2024-08-02T17:18:18.655Z | [ recovery-image] Aug 02 17:18:17.424 INFO O| Aug 02 17:18:17.424 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-08-02T17:18:18.663Z | [ recovery-image] Aug 02 17:18:17.433 INFO O| Aug 02 17:18:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4940 | 2024-08-02T17:18:18.663Z | [ recovery-image] Aug 02 17:18:17.433 INFO O| Aug 02 17:18:17.433 INFO STEP 357 (remove_files) COMPLETE |
4941 | 2024-08-02T17:18:18.665Z | [ recovery-image] Aug 02 17:18:17.433 INFO O| Aug 02 17:18:17.433 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-08-02T17:18:18.671Z | [ recovery-image] Aug 02 17:18:17.443 INFO O| Aug 02 17:18:17.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4943 | 2024-08-02T17:18:18.671Z | [ recovery-image] Aug 02 17:18:17.443 INFO O| Aug 02 17:18:17.443 INFO STEP 358 (remove_files) COMPLETE |
4944 | 2024-08-02T17:18:18.671Z | [ recovery-image] Aug 02 17:18:17.443 INFO O| Aug 02 17:18:17.443 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-08-02T17:18:18.681Z | [ recovery-image] Aug 02 17:18:17.452 INFO O| Aug 02 17:18:17.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4946 | 2024-08-02T17:18:18.681Z | [ recovery-image] Aug 02 17:18:17.452 INFO O| Aug 02 17:18:17.452 INFO STEP 359 (remove_files) COMPLETE |
4947 | 2024-08-02T17:18:18.681Z | [ recovery-image] Aug 02 17:18:17.452 INFO O| Aug 02 17:18:17.452 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-08-02T17:18:18.691Z | [ recovery-image] Aug 02 17:18:17.462 INFO O| Aug 02 17:18:17.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4949 | 2024-08-02T17:18:18.691Z | [ recovery-image] Aug 02 17:18:17.462 INFO O| Aug 02 17:18:17.462 INFO STEP 360 (remove_files) COMPLETE |
4950 | 2024-08-02T17:18:18.693Z | [ recovery-image] Aug 02 17:18:17.462 INFO O| Aug 02 17:18:17.462 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-08-02T17:18:18.701Z | [ recovery-image] Aug 02 17:18:17.471 INFO O| Aug 02 17:18:17.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4952 | 2024-08-02T17:18:18.704Z | [ recovery-image] Aug 02 17:18:17.472 INFO O| Aug 02 17:18:17.472 INFO STEP 361 (remove_files) COMPLETE |
4953 | 2024-08-02T17:18:18.704Z | [ recovery-image] Aug 02 17:18:17.472 INFO O| Aug 02 17:18:17.472 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-08-02T17:18:18.711Z | [ recovery-image] Aug 02 17:18:17.482 INFO O| Aug 02 17:18:17.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4955 | 2024-08-02T17:18:18.711Z | [ recovery-image] Aug 02 17:18:17.482 INFO O| Aug 02 17:18:17.482 INFO STEP 362 (remove_files) COMPLETE |
4956 | 2024-08-02T17:18:18.714Z | [ recovery-image] Aug 02 17:18:17.482 INFO O| Aug 02 17:18:17.482 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-08-02T17:18:18.720Z | [ recovery-image] Aug 02 17:18:17.491 INFO O| Aug 02 17:18:17.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4958 | 2024-08-02T17:18:18.720Z | [ recovery-image] Aug 02 17:18:17.492 INFO O| Aug 02 17:18:17.491 INFO STEP 363 (remove_files) COMPLETE |
4959 | 2024-08-02T17:18:18.723Z | [ recovery-image] Aug 02 17:18:17.492 INFO O| Aug 02 17:18:17.491 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-08-02T17:18:18.729Z | [ recovery-image] Aug 02 17:18:17.501 INFO O| Aug 02 17:18:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4961 | 2024-08-02T17:18:18.729Z | [ recovery-image] Aug 02 17:18:17.501 INFO O| Aug 02 17:18:17.501 INFO STEP 364 (remove_files) COMPLETE |
4962 | 2024-08-02T17:18:18.732Z | [ recovery-image] Aug 02 17:18:17.501 INFO O| Aug 02 17:18:17.501 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-08-02T17:18:18.739Z | [ recovery-image] Aug 02 17:18:17.510 INFO O| Aug 02 17:18:17.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4964 | 2024-08-02T17:18:18.739Z | [ recovery-image] Aug 02 17:18:17.510 INFO O| Aug 02 17:18:17.510 INFO STEP 365 (remove_files) COMPLETE |
4965 | 2024-08-02T17:18:18.742Z | [ recovery-image] Aug 02 17:18:17.510 INFO O| Aug 02 17:18:17.510 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-08-02T17:18:18.748Z | [ recovery-image] Aug 02 17:18:17.519 INFO O| Aug 02 17:18:17.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4967 | 2024-08-02T17:18:18.748Z | [ recovery-image] Aug 02 17:18:17.519 INFO O| Aug 02 17:18:17.519 INFO STEP 366 (remove_files) COMPLETE |
4968 | 2024-08-02T17:18:18.748Z | [ recovery-image] Aug 02 17:18:17.519 INFO O| Aug 02 17:18:17.519 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-08-02T17:18:18.757Z | [ recovery-image] Aug 02 17:18:17.528 INFO O| Aug 02 17:18:17.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4970 | 2024-08-02T17:18:18.757Z | [ recovery-image] Aug 02 17:18:17.528 INFO O| Aug 02 17:18:17.528 INFO STEP 367 (remove_files) COMPLETE |
4971 | 2024-08-02T17:18:18.757Z | [ recovery-image] Aug 02 17:18:17.528 INFO O| Aug 02 17:18:17.528 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-08-02T17:18:18.767Z | [ recovery-image] Aug 02 17:18:17.538 INFO O| Aug 02 17:18:17.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4973 | 2024-08-02T17:18:18.767Z | [ recovery-image] Aug 02 17:18:17.539 INFO O| Aug 02 17:18:17.538 INFO STEP 368 (remove_files) COMPLETE |
4974 | 2024-08-02T17:18:18.770Z | [ recovery-image] Aug 02 17:18:17.539 INFO O| Aug 02 17:18:17.538 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-08-02T17:18:18.777Z | [ recovery-image] Aug 02 17:18:17.548 INFO O| Aug 02 17:18:17.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4976 | 2024-08-02T17:18:18.777Z | [ recovery-image] Aug 02 17:18:17.548 INFO O| Aug 02 17:18:17.548 INFO STEP 369 (remove_files) COMPLETE |
4977 | 2024-08-02T17:18:18.777Z | [ recovery-image] Aug 02 17:18:17.548 INFO O| Aug 02 17:18:17.548 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-08-02T17:18:18.786Z | [ recovery-image] Aug 02 17:18:17.558 INFO O| Aug 02 17:18:17.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4979 | 2024-08-02T17:18:18.789Z | [ recovery-image] Aug 02 17:18:17.558 INFO O| Aug 02 17:18:17.558 INFO STEP 370 (remove_files) COMPLETE |
4980 | 2024-08-02T17:18:18.789Z | [ recovery-image] Aug 02 17:18:17.558 INFO O| Aug 02 17:18:17.558 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-08-02T17:18:18.796Z | [ recovery-image] Aug 02 17:18:17.567 INFO O| Aug 02 17:18:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4982 | 2024-08-02T17:18:18.796Z | [ recovery-image] Aug 02 17:18:17.567 INFO O| Aug 02 17:18:17.567 INFO STEP 371 (remove_files) COMPLETE |
4983 | 2024-08-02T17:18:18.799Z | [ recovery-image] Aug 02 17:18:17.567 INFO O| Aug 02 17:18:17.567 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-08-02T17:18:18.805Z | [ recovery-image] Aug 02 17:18:17.577 INFO O| Aug 02 17:18:17.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4985 | 2024-08-02T17:18:18.805Z | [ recovery-image] Aug 02 17:18:17.577 INFO O| Aug 02 17:18:17.577 INFO STEP 372 (remove_files) COMPLETE |
4986 | 2024-08-02T17:18:18.809Z | [ recovery-image] Aug 02 17:18:17.577 INFO O| Aug 02 17:18:17.577 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-08-02T17:18:18.815Z | [ recovery-image] Aug 02 17:18:17.586 INFO O| Aug 02 17:18:17.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4988 | 2024-08-02T17:18:18.815Z | [ recovery-image] Aug 02 17:18:17.586 INFO O| Aug 02 17:18:17.586 INFO STEP 373 (remove_files) COMPLETE |
4989 | 2024-08-02T17:18:18.815Z | [ recovery-image] Aug 02 17:18:17.586 INFO O| Aug 02 17:18:17.586 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-08-02T17:18:18.825Z | [ recovery-image] Aug 02 17:18:17.596 INFO O| Aug 02 17:18:17.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4991 | 2024-08-02T17:18:18.825Z | [ recovery-image] Aug 02 17:18:17.596 INFO O| Aug 02 17:18:17.596 INFO STEP 374 (remove_files) COMPLETE |
4992 | 2024-08-02T17:18:18.829Z | [ recovery-image] Aug 02 17:18:17.596 INFO O| Aug 02 17:18:17.596 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-08-02T17:18:18.834Z | [ recovery-image] Aug 02 17:18:17.606 INFO O| Aug 02 17:18:17.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
4994 | 2024-08-02T17:18:18.837Z | [ recovery-image] Aug 02 17:18:17.606 INFO O| Aug 02 17:18:17.606 INFO STEP 375 (remove_files) COMPLETE |
4995 | 2024-08-02T17:18:18.837Z | [ recovery-image] Aug 02 17:18:17.606 INFO O| Aug 02 17:18:17.606 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-08-02T17:18:18.844Z | [ recovery-image] Aug 02 17:18:17.616 INFO O| Aug 02 17:18:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
4997 | 2024-08-02T17:18:18.844Z | [ recovery-image] Aug 02 17:18:17.616 INFO O| Aug 02 17:18:17.616 INFO STEP 376 (remove_files) COMPLETE |
4998 | 2024-08-02T17:18:18.847Z | [ recovery-image] Aug 02 17:18:17.616 INFO O| Aug 02 17:18:17.616 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-08-02T17:18:18.853Z | [ recovery-image] Aug 02 17:18:17.625 INFO O| Aug 02 17:18:17.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5000 | 2024-08-02T17:18:18.854Z | [ recovery-image] Aug 02 17:18:17.625 INFO O| Aug 02 17:18:17.625 INFO STEP 377 (remove_files) COMPLETE |
5001 | 2024-08-02T17:18:18.856Z | [ recovery-image] Aug 02 17:18:17.625 INFO O| Aug 02 17:18:17.625 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-08-02T17:18:18.863Z | [ recovery-image] Aug 02 17:18:17.634 INFO O| Aug 02 17:18:17.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5003 | 2024-08-02T17:18:18.863Z | [ recovery-image] Aug 02 17:18:17.634 INFO O| Aug 02 17:18:17.634 INFO STEP 378 (remove_files) COMPLETE |
5004 | 2024-08-02T17:18:18.863Z | [ recovery-image] Aug 02 17:18:17.634 INFO O| Aug 02 17:18:17.634 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-08-02T17:18:18.872Z | [ recovery-image] Aug 02 17:18:17.643 INFO O| Aug 02 17:18:17.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5006 | 2024-08-02T17:18:18.875Z | [ recovery-image] Aug 02 17:18:17.643 INFO O| Aug 02 17:18:17.643 INFO STEP 379 (remove_files) COMPLETE |
5007 | 2024-08-02T17:18:18.875Z | [ recovery-image] Aug 02 17:18:17.643 INFO O| Aug 02 17:18:17.643 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-08-02T17:18:18.881Z | [ recovery-image] Aug 02 17:18:17.653 INFO O| Aug 02 17:18:17.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5009 | 2024-08-02T17:18:18.884Z | [ recovery-image] Aug 02 17:18:17.653 INFO O| Aug 02 17:18:17.653 INFO STEP 380 (remove_files) COMPLETE |
5010 | 2024-08-02T17:18:18.884Z | [ recovery-image] Aug 02 17:18:17.653 INFO O| Aug 02 17:18:17.653 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-08-02T17:18:18.891Z | [ recovery-image] Aug 02 17:18:17.662 INFO O| Aug 02 17:18:17.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5012 | 2024-08-02T17:18:18.891Z | [ recovery-image] Aug 02 17:18:17.662 INFO O| Aug 02 17:18:17.662 INFO STEP 381 (remove_files) COMPLETE |
5013 | 2024-08-02T17:18:18.894Z | [ recovery-image] Aug 02 17:18:17.662 INFO O| Aug 02 17:18:17.662 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-08-02T17:18:18.900Z | [ recovery-image] Aug 02 17:18:17.671 INFO O| Aug 02 17:18:17.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5015 | 2024-08-02T17:18:18.903Z | [ recovery-image] Aug 02 17:18:17.671 INFO O| Aug 02 17:18:17.671 INFO STEP 382 (remove_files) COMPLETE |
5016 | 2024-08-02T17:18:18.903Z | [ recovery-image] Aug 02 17:18:17.671 INFO O| Aug 02 17:18:17.671 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-08-02T17:18:18.909Z | [ recovery-image] Aug 02 17:18:17.680 INFO O| Aug 02 17:18:17.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5018 | 2024-08-02T17:18:18.909Z | [ recovery-image] Aug 02 17:18:17.681 INFO O| Aug 02 17:18:17.680 INFO STEP 383 (remove_files) COMPLETE |
5019 | 2024-08-02T17:18:18.912Z | [ recovery-image] Aug 02 17:18:17.681 INFO O| Aug 02 17:18:17.681 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-08-02T17:18:18.919Z | [ recovery-image] Aug 02 17:18:17.690 INFO O| Aug 02 17:18:17.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5021 | 2024-08-02T17:18:18.919Z | [ recovery-image] Aug 02 17:18:17.690 INFO O| Aug 02 17:18:17.690 INFO STEP 384 (remove_files) COMPLETE |
5022 | 2024-08-02T17:18:18.921Z | [ recovery-image] Aug 02 17:18:17.690 INFO O| Aug 02 17:18:17.690 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-08-02T17:18:18.930Z | [ recovery-image] Aug 02 17:18:17.701 INFO O| Aug 02 17:18:17.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5024 | 2024-08-02T17:18:18.932Z | [ recovery-image] Aug 02 17:18:17.701 INFO O| Aug 02 17:18:17.701 INFO STEP 385 (remove_files) COMPLETE |
5025 | 2024-08-02T17:18:18.932Z | [ recovery-image] Aug 02 17:18:17.702 INFO O| Aug 02 17:18:17.701 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-08-02T17:18:18.941Z | [ recovery-image] Aug 02 17:18:17.712 INFO O| Aug 02 17:18:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5027 | 2024-08-02T17:18:18.941Z | [ recovery-image] Aug 02 17:18:17.712 INFO O| Aug 02 17:18:17.712 INFO STEP 386 (remove_files) COMPLETE |
5028 | 2024-08-02T17:18:18.944Z | [ recovery-image] Aug 02 17:18:17.712 INFO O| Aug 02 17:18:17.712 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-08-02T17:18:18.951Z | [ recovery-image] Aug 02 17:18:17.723 INFO O| Aug 02 17:18:17.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5030 | 2024-08-02T17:18:18.951Z | [ recovery-image] Aug 02 17:18:17.723 INFO O| Aug 02 17:18:17.723 INFO STEP 387 (remove_files) COMPLETE |
5031 | 2024-08-02T17:18:18.954Z | [ recovery-image] Aug 02 17:18:17.723 INFO O| Aug 02 17:18:17.723 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-08-02T17:18:18.961Z | [ recovery-image] Aug 02 17:18:17.733 INFO O| Aug 02 17:18:17.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5033 | 2024-08-02T17:18:18.964Z | [ recovery-image] Aug 02 17:18:17.733 INFO O| Aug 02 17:18:17.733 INFO STEP 388 (remove_files) COMPLETE |
5034 | 2024-08-02T17:18:18.964Z | [ recovery-image] Aug 02 17:18:17.733 INFO O| Aug 02 17:18:17.733 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-08-02T17:18:18.971Z | [ recovery-image] Aug 02 17:18:17.742 INFO O| Aug 02 17:18:17.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5036 | 2024-08-02T17:18:18.975Z | [ recovery-image] Aug 02 17:18:17.743 INFO O| Aug 02 17:18:17.743 INFO STEP 389 (remove_files) COMPLETE |
5037 | 2024-08-02T17:18:18.975Z | [ recovery-image] Aug 02 17:18:17.743 INFO O| Aug 02 17:18:17.743 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-08-02T17:18:18.981Z | [ recovery-image] Aug 02 17:18:17.753 INFO O| Aug 02 17:18:17.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5039 | 2024-08-02T17:18:18.981Z | [ recovery-image] Aug 02 17:18:17.753 INFO O| Aug 02 17:18:17.753 INFO STEP 390 (remove_files) COMPLETE |
5040 | 2024-08-02T17:18:18.984Z | [ recovery-image] Aug 02 17:18:17.753 INFO O| Aug 02 17:18:17.753 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-08-02T17:18:18.992Z | [ recovery-image] Aug 02 17:18:17.763 INFO O| Aug 02 17:18:17.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5042 | 2024-08-02T17:18:18.992Z | [ recovery-image] Aug 02 17:18:17.763 INFO O| Aug 02 17:18:17.763 INFO STEP 391 (remove_files) COMPLETE |
5043 | 2024-08-02T17:18:18.995Z | [ recovery-image] Aug 02 17:18:17.763 INFO O| Aug 02 17:18:17.763 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-08-02T17:18:19.002Z | [ recovery-image] Aug 02 17:18:17.773 INFO O| Aug 02 17:18:17.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5045 | 2024-08-02T17:18:19.002Z | [ recovery-image] Aug 02 17:18:17.773 INFO O| Aug 02 17:18:17.773 INFO STEP 392 (remove_files) COMPLETE |
5046 | 2024-08-02T17:18:19.005Z | [ recovery-image] Aug 02 17:18:17.773 INFO O| Aug 02 17:18:17.773 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-08-02T17:18:19.011Z | [ recovery-image] Aug 02 17:18:17.783 INFO O| Aug 02 17:18:17.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5048 | 2024-08-02T17:18:19.014Z | [ recovery-image] Aug 02 17:18:17.783 INFO O| Aug 02 17:18:17.783 INFO STEP 393 (remove_files) COMPLETE |
5049 | 2024-08-02T17:18:19.014Z | [ recovery-image] Aug 02 17:18:17.783 INFO O| Aug 02 17:18:17.783 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-08-02T17:18:19.021Z | [ recovery-image] Aug 02 17:18:17.792 INFO O| Aug 02 17:18:17.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5051 | 2024-08-02T17:18:19.021Z | [ recovery-image] Aug 02 17:18:17.792 INFO O| Aug 02 17:18:17.792 INFO STEP 394 (remove_files) COMPLETE |
5052 | 2024-08-02T17:18:19.024Z | [ recovery-image] Aug 02 17:18:17.792 INFO O| Aug 02 17:18:17.792 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-08-02T17:18:19.031Z | [ recovery-image] Aug 02 17:18:17.802 INFO O| Aug 02 17:18:17.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5054 | 2024-08-02T17:18:19.034Z | [ recovery-image] Aug 02 17:18:17.802 INFO O| Aug 02 17:18:17.802 INFO STEP 395 (remove_files) COMPLETE |
5055 | 2024-08-02T17:18:19.034Z | [ recovery-image] Aug 02 17:18:17.802 INFO O| Aug 02 17:18:17.802 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-08-02T17:18:19.040Z | [ recovery-image] Aug 02 17:18:17.811 INFO O| Aug 02 17:18:17.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5057 | 2024-08-02T17:18:19.040Z | [ recovery-image] Aug 02 17:18:17.811 INFO O| Aug 02 17:18:17.811 INFO STEP 396 (remove_files) COMPLETE |
5058 | 2024-08-02T17:18:19.043Z | [ recovery-image] Aug 02 17:18:17.811 INFO O| Aug 02 17:18:17.811 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-08-02T17:18:19.049Z | [ recovery-image] Aug 02 17:18:17.821 INFO O| Aug 02 17:18:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5060 | 2024-08-02T17:18:19.049Z | [ recovery-image] Aug 02 17:18:17.821 INFO O| Aug 02 17:18:17.821 INFO STEP 397 (remove_files) COMPLETE |
5061 | 2024-08-02T17:18:19.052Z | [ recovery-image] Aug 02 17:18:17.821 INFO O| Aug 02 17:18:17.821 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-08-02T17:18:19.059Z | [ recovery-image] Aug 02 17:18:17.830 INFO O| Aug 02 17:18:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5063 | 2024-08-02T17:18:19.059Z | [ recovery-image] Aug 02 17:18:17.830 INFO O| Aug 02 17:18:17.830 INFO STEP 398 (remove_files) COMPLETE |
5064 | 2024-08-02T17:18:19.062Z | [ recovery-image] Aug 02 17:18:17.830 INFO O| Aug 02 17:18:17.830 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-08-02T17:18:19.068Z | [ recovery-image] Aug 02 17:18:17.840 INFO O| Aug 02 17:18:17.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5066 | 2024-08-02T17:18:19.068Z | [ recovery-image] Aug 02 17:18:17.840 INFO O| Aug 02 17:18:17.840 INFO STEP 399 (remove_files) COMPLETE |
5067 | 2024-08-02T17:18:19.071Z | [ recovery-image] Aug 02 17:18:17.840 INFO O| Aug 02 17:18:17.840 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-08-02T17:18:19.078Z | [ recovery-image] Aug 02 17:18:17.849 INFO O| Aug 02 17:18:17.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5069 | 2024-08-02T17:18:19.078Z | [ recovery-image] Aug 02 17:18:17.849 INFO O| Aug 02 17:18:17.849 INFO STEP 400 (remove_files) COMPLETE |
5070 | 2024-08-02T17:18:19.081Z | [ recovery-image] Aug 02 17:18:17.849 INFO O| Aug 02 17:18:17.849 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-08-02T17:18:19.088Z | [ recovery-image] Aug 02 17:18:17.859 INFO O| Aug 02 17:18:17.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5072 | 2024-08-02T17:18:19.088Z | [ recovery-image] Aug 02 17:18:17.859 INFO O| Aug 02 17:18:17.859 INFO STEP 401 (remove_files) COMPLETE |
5073 | 2024-08-02T17:18:19.088Z | [ recovery-image] Aug 02 17:18:17.859 INFO O| Aug 02 17:18:17.859 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-08-02T17:18:19.097Z | [ recovery-image] Aug 02 17:18:17.868 INFO O| Aug 02 17:18:17.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5075 | 2024-08-02T17:18:19.097Z | [ recovery-image] Aug 02 17:18:17.868 INFO O| Aug 02 17:18:17.868 INFO STEP 402 (remove_files) COMPLETE |
5076 | 2024-08-02T17:18:19.100Z | [ recovery-image] Aug 02 17:18:17.869 INFO O| Aug 02 17:18:17.868 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-08-02T17:18:19.106Z | [ recovery-image] Aug 02 17:18:17.878 INFO O| Aug 02 17:18:17.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5078 | 2024-08-02T17:18:19.109Z | [ recovery-image] Aug 02 17:18:17.878 INFO O| Aug 02 17:18:17.878 INFO STEP 403 (remove_files) COMPLETE |
5079 | 2024-08-02T17:18:19.109Z | [ recovery-image] Aug 02 17:18:17.878 INFO O| Aug 02 17:18:17.878 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-08-02T17:18:19.116Z | [ recovery-image] Aug 02 17:18:17.888 INFO O| Aug 02 17:18:17.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5081 | 2024-08-02T17:18:19.116Z | [ recovery-image] Aug 02 17:18:17.888 INFO O| Aug 02 17:18:17.888 INFO STEP 404 (remove_files) COMPLETE |
5082 | 2024-08-02T17:18:19.119Z | [ recovery-image] Aug 02 17:18:17.888 INFO O| Aug 02 17:18:17.888 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-08-02T17:18:19.126Z | [ recovery-image] Aug 02 17:18:17.897 INFO O| Aug 02 17:18:17.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5084 | 2024-08-02T17:18:19.126Z | [ recovery-image] Aug 02 17:18:17.897 INFO O| Aug 02 17:18:17.897 INFO STEP 405 (remove_files) COMPLETE |
5085 | 2024-08-02T17:18:19.126Z | [ recovery-image] Aug 02 17:18:17.897 INFO O| Aug 02 17:18:17.897 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-08-02T17:18:19.135Z | [ recovery-image] Aug 02 17:18:17.906 INFO O| Aug 02 17:18:17.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5087 | 2024-08-02T17:18:19.138Z | [ recovery-image] Aug 02 17:18:17.906 INFO O| Aug 02 17:18:17.906 INFO STEP 406 (remove_files) COMPLETE |
5088 | 2024-08-02T17:18:19.138Z | [ recovery-image] Aug 02 17:18:17.906 INFO O| Aug 02 17:18:17.906 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-08-02T17:18:19.144Z | [ recovery-image] Aug 02 17:18:17.916 INFO O| Aug 02 17:18:17.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5090 | 2024-08-02T17:18:19.144Z | [ recovery-image] Aug 02 17:18:17.916 INFO O| Aug 02 17:18:17.916 INFO STEP 407 (remove_files) COMPLETE |
5091 | 2024-08-02T17:18:19.147Z | [ recovery-image] Aug 02 17:18:17.916 INFO O| Aug 02 17:18:17.916 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-08-02T17:18:19.154Z | [ recovery-image] Aug 02 17:18:17.925 INFO O| Aug 02 17:18:17.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5093 | 2024-08-02T17:18:19.154Z | [ recovery-image] Aug 02 17:18:17.925 INFO O| Aug 02 17:18:17.925 INFO STEP 408 (remove_files) COMPLETE |
5094 | 2024-08-02T17:18:19.157Z | [ recovery-image] Aug 02 17:18:17.925 INFO O| Aug 02 17:18:17.925 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-08-02T17:18:19.163Z | [ recovery-image] Aug 02 17:18:17.934 INFO O| Aug 02 17:18:17.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5096 | 2024-08-02T17:18:19.163Z | [ recovery-image] Aug 02 17:18:17.934 INFO O| Aug 02 17:18:17.934 INFO STEP 409 (remove_files) COMPLETE |
5097 | 2024-08-02T17:18:19.163Z | [ recovery-image] Aug 02 17:18:17.934 INFO O| Aug 02 17:18:17.934 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-08-02T17:18:19.173Z | [ recovery-image] Aug 02 17:18:17.944 INFO O| Aug 02 17:18:17.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5099 | 2024-08-02T17:18:19.173Z | [ recovery-image] Aug 02 17:18:17.944 INFO O| Aug 02 17:18:17.944 INFO STEP 410 (remove_files) COMPLETE |
5100 | 2024-08-02T17:18:19.173Z | [ recovery-image] Aug 02 17:18:17.944 INFO O| Aug 02 17:18:17.944 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-08-02T17:18:19.182Z | [ recovery-image] Aug 02 17:18:17.953 INFO O| Aug 02 17:18:17.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5102 | 2024-08-02T17:18:19.182Z | [ recovery-image] Aug 02 17:18:17.953 INFO O| Aug 02 17:18:17.953 INFO STEP 411 (remove_files) COMPLETE |
5103 | 2024-08-02T17:18:19.187Z | [ recovery-image] Aug 02 17:18:17.953 INFO O| Aug 02 17:18:17.953 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-08-02T17:18:19.192Z | [ recovery-image] Aug 02 17:18:17.963 INFO O| Aug 02 17:18:17.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5105 | 2024-08-02T17:18:19.192Z | [ recovery-image] Aug 02 17:18:17.963 INFO O| Aug 02 17:18:17.963 INFO STEP 412 (remove_files) COMPLETE |
5106 | 2024-08-02T17:18:19.195Z | [ recovery-image] Aug 02 17:18:17.963 INFO O| Aug 02 17:18:17.963 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-08-02T17:18:19.203Z | [ recovery-image] Aug 02 17:18:17.974 INFO O| Aug 02 17:18:17.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5108 | 2024-08-02T17:18:19.203Z | [ recovery-image] Aug 02 17:18:17.974 INFO O| Aug 02 17:18:17.974 INFO STEP 413 (remove_files) COMPLETE |
5109 | 2024-08-02T17:18:19.203Z | [ recovery-image] Aug 02 17:18:17.974 INFO O| Aug 02 17:18:17.974 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-08-02T17:18:19.213Z | [ recovery-image] Aug 02 17:18:17.984 INFO O| Aug 02 17:18:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5111 | 2024-08-02T17:18:19.213Z | [ recovery-image] Aug 02 17:18:17.984 INFO O| Aug 02 17:18:17.984 INFO STEP 414 (remove_files) COMPLETE |
5112 | 2024-08-02T17:18:19.213Z | [ recovery-image] Aug 02 17:18:17.984 INFO O| Aug 02 17:18:17.984 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-08-02T17:18:19.223Z | [ recovery-image] Aug 02 17:18:17.994 INFO O| Aug 02 17:18:17.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5114 | 2024-08-02T17:18:19.223Z | [ recovery-image] Aug 02 17:18:17.994 INFO O| Aug 02 17:18:17.994 INFO STEP 415 (remove_files) COMPLETE |
5115 | 2024-08-02T17:18:19.223Z | [ recovery-image] Aug 02 17:18:17.994 INFO O| Aug 02 17:18:17.994 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-08-02T17:18:19.233Z | [ recovery-image] Aug 02 17:18:18.004 INFO O| Aug 02 17:18:18.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5117 | 2024-08-02T17:18:19.236Z | [ recovery-image] Aug 02 17:18:18.005 INFO O| Aug 02 17:18:18.005 INFO STEP 416 (remove_files) COMPLETE |
5118 | 2024-08-02T17:18:19.236Z | [ recovery-image] Aug 02 17:18:18.005 INFO O| Aug 02 17:18:18.005 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-08-02T17:18:19.243Z | [ recovery-image] Aug 02 17:18:18.014 INFO O| Aug 02 17:18:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5120 | 2024-08-02T17:18:19.246Z | [ recovery-image] Aug 02 17:18:18.014 INFO O| Aug 02 17:18:18.014 INFO STEP 417 (remove_files) COMPLETE |
5121 | 2024-08-02T17:18:19.246Z | [ recovery-image] Aug 02 17:18:18.014 INFO O| Aug 02 17:18:18.014 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-08-02T17:18:19.253Z | [ recovery-image] Aug 02 17:18:18.024 INFO O| Aug 02 17:18:18.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5123 | 2024-08-02T17:18:19.253Z | [ recovery-image] Aug 02 17:18:18.024 INFO O| Aug 02 17:18:18.024 INFO STEP 418 (remove_files) COMPLETE |
5124 | 2024-08-02T17:18:19.255Z | [ recovery-image] Aug 02 17:18:18.024 INFO O| Aug 02 17:18:18.024 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-08-02T17:18:19.262Z | [ recovery-image] Aug 02 17:18:18.034 INFO O| Aug 02 17:18:18.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5126 | 2024-08-02T17:18:19.263Z | [ recovery-image] Aug 02 17:18:18.034 INFO O| Aug 02 17:18:18.034 INFO STEP 419 (remove_files) COMPLETE |
5127 | 2024-08-02T17:18:19.265Z | [ recovery-image] Aug 02 17:18:18.034 INFO O| Aug 02 17:18:18.034 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-08-02T17:18:19.272Z | [ recovery-image] Aug 02 17:18:18.044 INFO O| Aug 02 17:18:18.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5129 | 2024-08-02T17:18:19.275Z | [ recovery-image] Aug 02 17:18:18.044 INFO O| Aug 02 17:18:18.044 INFO STEP 420 (remove_files) COMPLETE |
5130 | 2024-08-02T17:18:19.275Z | [ recovery-image] Aug 02 17:18:18.044 INFO O| Aug 02 17:18:18.044 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-08-02T17:18:19.283Z | [ recovery-image] Aug 02 17:18:18.053 INFO O| Aug 02 17:18:18.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5132 | 2024-08-02T17:18:19.283Z | [ recovery-image] Aug 02 17:18:18.054 INFO O| Aug 02 17:18:18.054 INFO STEP 421 (remove_files) COMPLETE |
5133 | 2024-08-02T17:18:19.283Z | [ recovery-image] Aug 02 17:18:18.054 INFO O| Aug 02 17:18:18.054 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-08-02T17:18:19.292Z | [ recovery-image] Aug 02 17:18:18.063 INFO O| Aug 02 17:18:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5135 | 2024-08-02T17:18:19.292Z | [ recovery-image] Aug 02 17:18:18.064 INFO O| Aug 02 17:18:18.064 INFO STEP 422 (remove_files) COMPLETE |
5136 | 2024-08-02T17:18:19.295Z | [ recovery-image] Aug 02 17:18:18.064 INFO O| Aug 02 17:18:18.064 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-08-02T17:18:19.302Z | [ recovery-image] Aug 02 17:18:18.074 INFO O| Aug 02 17:18:18.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5138 | 2024-08-02T17:18:19.303Z | [ recovery-image] Aug 02 17:18:18.074 INFO O| Aug 02 17:18:18.074 INFO STEP 423 (remove_files) COMPLETE |
5139 | 2024-08-02T17:18:19.303Z | [ recovery-image] Aug 02 17:18:18.074 INFO O| Aug 02 17:18:18.074 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-08-02T17:18:19.313Z | [ recovery-image] Aug 02 17:18:18.084 INFO O| Aug 02 17:18:18.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5141 | 2024-08-02T17:18:19.313Z | [ recovery-image] Aug 02 17:18:18.084 INFO O| Aug 02 17:18:18.084 INFO STEP 424 (remove_files) COMPLETE |
5142 | 2024-08-02T17:18:19.313Z | [ recovery-image] Aug 02 17:18:18.084 INFO O| Aug 02 17:18:18.084 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-08-02T17:18:19.323Z | [ recovery-image] Aug 02 17:18:18.094 INFO O| Aug 02 17:18:18.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5144 | 2024-08-02T17:18:19.323Z | [ recovery-image] Aug 02 17:18:18.094 INFO O| Aug 02 17:18:18.094 INFO STEP 425 (remove_files) COMPLETE |
5145 | 2024-08-02T17:18:19.323Z | [ recovery-image] Aug 02 17:18:18.094 INFO O| Aug 02 17:18:18.094 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-08-02T17:18:19.334Z | [ recovery-image] Aug 02 17:18:18.105 INFO O| Aug 02 17:18:18.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5147 | 2024-08-02T17:18:19.334Z | [ recovery-image] Aug 02 17:18:18.105 INFO O| Aug 02 17:18:18.105 INFO STEP 426 (remove_files) COMPLETE |
5148 | 2024-08-02T17:18:19.337Z | [ recovery-image] Aug 02 17:18:18.105 INFO O| Aug 02 17:18:18.105 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-08-02T17:18:19.345Z | [ recovery-image] Aug 02 17:18:18.117 INFO O| Aug 02 17:18:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5150 | 2024-08-02T17:18:19.346Z | [ recovery-image] Aug 02 17:18:18.117 INFO O| Aug 02 17:18:18.117 INFO STEP 427 (remove_files) COMPLETE |
5151 | 2024-08-02T17:18:19.346Z | [ recovery-image] Aug 02 17:18:18.117 INFO O| Aug 02 17:18:18.117 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-08-02T17:18:19.357Z | [ recovery-image] Aug 02 17:18:18.128 INFO O| Aug 02 17:18:18.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5153 | 2024-08-02T17:18:19.357Z | [ recovery-image] Aug 02 17:18:18.128 INFO O| Aug 02 17:18:18.128 INFO STEP 428 (remove_files) COMPLETE |
5154 | 2024-08-02T17:18:19.359Z | [ recovery-image] Aug 02 17:18:18.128 INFO O| Aug 02 17:18:18.128 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-08-02T17:18:19.368Z | [ recovery-image] Aug 02 17:18:18.139 INFO O| Aug 02 17:18:18.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5156 | 2024-08-02T17:18:19.368Z | [ recovery-image] Aug 02 17:18:18.139 INFO O| Aug 02 17:18:18.139 INFO STEP 429 (remove_files) COMPLETE |
5157 | 2024-08-02T17:18:19.371Z | [ recovery-image] Aug 02 17:18:18.139 INFO O| Aug 02 17:18:18.139 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-08-02T17:18:19.379Z | [ recovery-image] Aug 02 17:18:18.150 INFO O| Aug 02 17:18:18.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5159 | 2024-08-02T17:18:19.379Z | [ recovery-image] Aug 02 17:18:18.150 INFO O| Aug 02 17:18:18.150 INFO STEP 430 (remove_files) COMPLETE |
5160 | 2024-08-02T17:18:19.379Z | [ recovery-image] Aug 02 17:18:18.150 INFO O| Aug 02 17:18:18.150 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-08-02T17:18:19.390Z | [ recovery-image] Aug 02 17:18:18.161 INFO O| Aug 02 17:18:18.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5162 | 2024-08-02T17:18:19.390Z | [ recovery-image] Aug 02 17:18:18.161 INFO O| Aug 02 17:18:18.161 INFO STEP 431 (remove_files) COMPLETE |
5163 | 2024-08-02T17:18:19.393Z | [ recovery-image] Aug 02 17:18:18.161 INFO O| Aug 02 17:18:18.161 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-08-02T17:18:19.400Z | [ recovery-image] Aug 02 17:18:18.172 INFO O| Aug 02 17:18:18.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5165 | 2024-08-02T17:18:19.403Z | [ recovery-image] Aug 02 17:18:18.172 INFO O| Aug 02 17:18:18.172 INFO STEP 432 (remove_files) COMPLETE |
5166 | 2024-08-02T17:18:19.403Z | [ recovery-image] Aug 02 17:18:18.172 INFO O| Aug 02 17:18:18.172 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-08-02T17:18:19.411Z | [ recovery-image] Aug 02 17:18:18.182 INFO O| Aug 02 17:18:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5168 | 2024-08-02T17:18:19.411Z | [ recovery-image] Aug 02 17:18:18.182 INFO O| Aug 02 17:18:18.182 INFO STEP 433 (remove_files) COMPLETE |
5169 | 2024-08-02T17:18:19.416Z | [ recovery-image] Aug 02 17:18:18.182 INFO O| Aug 02 17:18:18.182 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-08-02T17:18:19.422Z | [ recovery-image] Aug 02 17:18:18.193 INFO O| Aug 02 17:18:18.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5171 | 2024-08-02T17:18:19.422Z | [ recovery-image] Aug 02 17:18:18.193 INFO O| Aug 02 17:18:18.193 INFO STEP 434 (remove_files) COMPLETE |
5172 | 2024-08-02T17:18:19.424Z | [ recovery-image] Aug 02 17:18:18.193 INFO O| Aug 02 17:18:18.193 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-08-02T17:18:19.432Z | [ recovery-image] Aug 02 17:18:18.203 INFO O| Aug 02 17:18:18.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5174 | 2024-08-02T17:18:19.432Z | [ recovery-image] Aug 02 17:18:18.203 INFO O| Aug 02 17:18:18.203 INFO STEP 435 (remove_files) COMPLETE |
5175 | 2024-08-02T17:18:19.435Z | [ recovery-image] Aug 02 17:18:18.203 INFO O| Aug 02 17:18:18.203 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-08-02T17:18:19.443Z | [ recovery-image] Aug 02 17:18:18.214 INFO O| Aug 02 17:18:18.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5177 | 2024-08-02T17:18:19.443Z | [ recovery-image] Aug 02 17:18:18.214 INFO O| Aug 02 17:18:18.214 INFO STEP 436 (remove_files) COMPLETE |
5178 | 2024-08-02T17:18:19.443Z | [ recovery-image] Aug 02 17:18:18.214 INFO O| Aug 02 17:18:18.214 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-08-02T17:18:19.454Z | [ recovery-image] Aug 02 17:18:18.225 INFO O| Aug 02 17:18:18.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5180 | 2024-08-02T17:18:19.454Z | [ recovery-image] Aug 02 17:18:18.225 INFO O| Aug 02 17:18:18.225 INFO STEP 437 (remove_files) COMPLETE |
5181 | 2024-08-02T17:18:19.458Z | [ recovery-image] Aug 02 17:18:18.225 INFO O| Aug 02 17:18:18.225 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-08-02T17:18:19.465Z | [ recovery-image] Aug 02 17:18:18.236 INFO O| Aug 02 17:18:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5183 | 2024-08-02T17:18:19.465Z | [ recovery-image] Aug 02 17:18:18.236 INFO O| Aug 02 17:18:18.236 INFO STEP 438 (remove_files) COMPLETE |
5184 | 2024-08-02T17:18:19.468Z | [ recovery-image] Aug 02 17:18:18.236 INFO O| Aug 02 17:18:18.236 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-08-02T17:18:19.476Z | [ recovery-image] Aug 02 17:18:18.247 INFO O| Aug 02 17:18:18.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5186 | 2024-08-02T17:18:19.476Z | [ recovery-image] Aug 02 17:18:18.248 INFO O| Aug 02 17:18:18.247 INFO STEP 439 (remove_files) COMPLETE |
5187 | 2024-08-02T17:18:19.476Z | [ recovery-image] Aug 02 17:18:18.248 INFO O| Aug 02 17:18:18.247 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-08-02T17:18:19.487Z | [ recovery-image] Aug 02 17:18:18.258 INFO O| Aug 02 17:18:18.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5189 | 2024-08-02T17:18:19.490Z | [ recovery-image] Aug 02 17:18:18.259 INFO O| Aug 02 17:18:18.258 INFO STEP 440 (remove_files) COMPLETE |
5190 | 2024-08-02T17:18:19.490Z | [ recovery-image] Aug 02 17:18:18.259 INFO O| Aug 02 17:18:18.259 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-08-02T17:18:19.499Z | [ recovery-image] Aug 02 17:18:18.270 INFO O| Aug 02 17:18:18.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5192 | 2024-08-02T17:18:19.499Z | [ recovery-image] Aug 02 17:18:18.270 INFO O| Aug 02 17:18:18.270 INFO STEP 441 (remove_files) COMPLETE |
5193 | 2024-08-02T17:18:19.501Z | [ recovery-image] Aug 02 17:18:18.270 INFO O| Aug 02 17:18:18.270 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-08-02T17:18:19.510Z | [ recovery-image] Aug 02 17:18:18.281 INFO O| Aug 02 17:18:18.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5195 | 2024-08-02T17:18:19.510Z | [ recovery-image] Aug 02 17:18:18.281 INFO O| Aug 02 17:18:18.281 INFO STEP 442 (remove_files) COMPLETE |
5196 | 2024-08-02T17:18:19.513Z | [ recovery-image] Aug 02 17:18:18.281 INFO O| Aug 02 17:18:18.281 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-08-02T17:18:19.521Z | [ recovery-image] Aug 02 17:18:18.292 INFO O| Aug 02 17:18:18.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5198 | 2024-08-02T17:18:19.524Z | [ recovery-image] Aug 02 17:18:18.292 INFO O| Aug 02 17:18:18.292 INFO STEP 443 (remove_files) COMPLETE |
5199 | 2024-08-02T17:18:19.524Z | [ recovery-image] Aug 02 17:18:18.292 INFO O| Aug 02 17:18:18.292 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-08-02T17:18:19.533Z | [ recovery-image] Aug 02 17:18:18.304 INFO O| Aug 02 17:18:18.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5201 | 2024-08-02T17:18:19.533Z | [ recovery-image] Aug 02 17:18:18.304 INFO O| Aug 02 17:18:18.304 INFO STEP 444 (remove_files) COMPLETE |
5202 | 2024-08-02T17:18:19.533Z | [ recovery-image] Aug 02 17:18:18.304 INFO O| Aug 02 17:18:18.304 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-08-02T17:18:19.544Z | [ recovery-image] Aug 02 17:18:18.315 INFO O| Aug 02 17:18:18.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5204 | 2024-08-02T17:18:19.544Z | [ recovery-image] Aug 02 17:18:18.315 INFO O| Aug 02 17:18:18.315 INFO STEP 445 (remove_files) COMPLETE |
5205 | 2024-08-02T17:18:19.547Z | [ recovery-image] Aug 02 17:18:18.315 INFO O| Aug 02 17:18:18.315 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-08-02T17:18:19.554Z | [ recovery-image] Aug 02 17:18:18.326 INFO O| Aug 02 17:18:18.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5207 | 2024-08-02T17:18:19.558Z | [ recovery-image] Aug 02 17:18:18.326 INFO O| Aug 02 17:18:18.326 INFO STEP 446 (remove_files) COMPLETE |
5208 | 2024-08-02T17:18:19.558Z | [ recovery-image] Aug 02 17:18:18.326 INFO O| Aug 02 17:18:18.326 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-08-02T17:18:19.565Z | [ recovery-image] Aug 02 17:18:18.336 INFO O| Aug 02 17:18:18.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5210 | 2024-08-02T17:18:19.565Z | [ recovery-image] Aug 02 17:18:18.336 INFO O| Aug 02 17:18:18.336 INFO STEP 447 (remove_files) COMPLETE |
5211 | 2024-08-02T17:18:19.568Z | [ recovery-image] Aug 02 17:18:18.336 INFO O| Aug 02 17:18:18.336 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-08-02T17:18:19.576Z | [ recovery-image] Aug 02 17:18:18.347 INFO O| Aug 02 17:18:18.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5213 | 2024-08-02T17:18:19.576Z | [ recovery-image] Aug 02 17:18:18.347 INFO O| Aug 02 17:18:18.347 INFO STEP 448 (remove_files) COMPLETE |
5214 | 2024-08-02T17:18:19.576Z | [ recovery-image] Aug 02 17:18:18.347 INFO O| Aug 02 17:18:18.347 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-08-02T17:18:19.586Z | [ recovery-image] Aug 02 17:18:18.357 INFO O| Aug 02 17:18:18.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5216 | 2024-08-02T17:18:19.589Z | [ recovery-image] Aug 02 17:18:18.358 INFO O| Aug 02 17:18:18.357 INFO STEP 449 (remove_files) COMPLETE |
5217 | 2024-08-02T17:18:19.589Z | [ recovery-image] Aug 02 17:18:18.358 INFO O| Aug 02 17:18:18.358 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-08-02T17:18:19.597Z | [ recovery-image] Aug 02 17:18:18.368 INFO O| Aug 02 17:18:18.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5219 | 2024-08-02T17:18:19.597Z | [ recovery-image] Aug 02 17:18:18.368 INFO O| Aug 02 17:18:18.368 INFO STEP 450 (remove_files) COMPLETE |
5220 | 2024-08-02T17:18:19.597Z | [ recovery-image] Aug 02 17:18:18.368 INFO O| Aug 02 17:18:18.368 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-08-02T17:18:19.607Z | [ recovery-image] Aug 02 17:18:18.378 INFO O| Aug 02 17:18:18.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5222 | 2024-08-02T17:18:19.607Z | [ recovery-image] Aug 02 17:18:18.379 INFO O| Aug 02 17:18:18.379 INFO STEP 451 (remove_files) COMPLETE |
5223 | 2024-08-02T17:18:19.610Z | [ recovery-image] Aug 02 17:18:18.379 INFO O| Aug 02 17:18:18.379 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-08-02T17:18:19.618Z | [ recovery-image] Aug 02 17:18:18.389 INFO O| Aug 02 17:18:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5225 | 2024-08-02T17:18:19.618Z | [ recovery-image] Aug 02 17:18:18.389 INFO O| Aug 02 17:18:18.389 INFO STEP 452 (remove_files) COMPLETE |
5226 | 2024-08-02T17:18:19.621Z | [ recovery-image] Aug 02 17:18:18.389 INFO O| Aug 02 17:18:18.389 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-08-02T17:18:19.628Z | [ recovery-image] Aug 02 17:18:18.400 INFO O| Aug 02 17:18:18.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5228 | 2024-08-02T17:18:19.631Z | [ recovery-image] Aug 02 17:18:18.400 INFO O| Aug 02 17:18:18.400 INFO STEP 453 (remove_files) COMPLETE |
5229 | 2024-08-02T17:18:19.631Z | [ recovery-image] Aug 02 17:18:18.400 INFO O| Aug 02 17:18:18.400 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-08-02T17:18:19.640Z | [ recovery-image] Aug 02 17:18:18.410 INFO O| Aug 02 17:18:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5231 | 2024-08-02T17:18:19.640Z | [ recovery-image] Aug 02 17:18:18.411 INFO O| Aug 02 17:18:18.411 INFO STEP 454 (remove_files) COMPLETE |
5232 | 2024-08-02T17:18:19.643Z | [ recovery-image] Aug 02 17:18:18.411 INFO O| Aug 02 17:18:18.411 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-08-02T17:18:19.650Z | [ recovery-image] Aug 02 17:18:18.421 INFO O| Aug 02 17:18:18.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5234 | 2024-08-02T17:18:19.653Z | [ recovery-image] Aug 02 17:18:18.421 INFO O| Aug 02 17:18:18.421 INFO STEP 455 (remove_files) COMPLETE |
5235 | 2024-08-02T17:18:19.653Z | [ recovery-image] Aug 02 17:18:18.421 INFO O| Aug 02 17:18:18.421 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-08-02T17:18:19.668Z | [ recovery-image] Aug 02 17:18:18.432 INFO O| Aug 02 17:18:18.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5237 | 2024-08-02T17:18:19.668Z | [ recovery-image] Aug 02 17:18:18.432 INFO O| Aug 02 17:18:18.432 INFO STEP 456 (remove_files) COMPLETE |
5238 | 2024-08-02T17:18:19.668Z | [ recovery-image] Aug 02 17:18:18.432 INFO O| Aug 02 17:18:18.432 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-08-02T17:18:19.671Z | [ recovery-image] Aug 02 17:18:18.442 INFO O| Aug 02 17:18:18.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5240 | 2024-08-02T17:18:19.671Z | [ recovery-image] Aug 02 17:18:18.442 INFO O| Aug 02 17:18:18.442 INFO STEP 457 (remove_files) COMPLETE |
5241 | 2024-08-02T17:18:19.671Z | [ recovery-image] Aug 02 17:18:18.442 INFO O| Aug 02 17:18:18.442 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-08-02T17:18:19.682Z | [ recovery-image] Aug 02 17:18:18.453 INFO O| Aug 02 17:18:18.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5243 | 2024-08-02T17:18:19.682Z | [ recovery-image] Aug 02 17:18:18.453 INFO O| Aug 02 17:18:18.453 INFO STEP 458 (remove_files) COMPLETE |
5244 | 2024-08-02T17:18:19.684Z | [ recovery-image] Aug 02 17:18:18.453 INFO O| Aug 02 17:18:18.453 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-08-02T17:18:19.694Z | [ recovery-image] Aug 02 17:18:18.465 INFO O| Aug 02 17:18:18.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5246 | 2024-08-02T17:18:19.697Z | [ recovery-image] Aug 02 17:18:18.466 INFO O| Aug 02 17:18:18.466 INFO STEP 459 (remove_files) COMPLETE |
5247 | 2024-08-02T17:18:19.697Z | [ recovery-image] Aug 02 17:18:18.466 INFO O| Aug 02 17:18:18.466 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-08-02T17:18:19.716Z | [ recovery-image] Aug 02 17:18:18.487 INFO O| Aug 02 17:18:18.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5249 | 2024-08-02T17:18:19.719Z | [ recovery-image] Aug 02 17:18:18.488 INFO O| Aug 02 17:18:18.487 INFO STEP 460 (remove_files) COMPLETE |
5250 | 2024-08-02T17:18:19.719Z | [ recovery-image] Aug 02 17:18:18.488 INFO O| Aug 02 17:18:18.488 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-08-02T17:18:19.732Z | [ recovery-image] Aug 02 17:18:18.503 INFO O| Aug 02 17:18:18.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5252 | 2024-08-02T17:18:19.734Z | [ recovery-image] Aug 02 17:18:18.503 INFO O| Aug 02 17:18:18.503 INFO STEP 461 (remove_files) COMPLETE |
5253 | 2024-08-02T17:18:19.735Z | [ recovery-image] Aug 02 17:18:18.503 INFO O| Aug 02 17:18:18.503 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-08-02T17:18:19.747Z | [ recovery-image] Aug 02 17:18:18.518 INFO O| Aug 02 17:18:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5255 | 2024-08-02T17:18:19.749Z | [ recovery-image] Aug 02 17:18:18.518 INFO O| Aug 02 17:18:18.518 INFO STEP 462 (remove_files) COMPLETE |
5256 | 2024-08-02T17:18:19.749Z | [ recovery-image] Aug 02 17:18:18.518 INFO O| Aug 02 17:18:18.518 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-08-02T17:18:19.760Z | [ recovery-image] Aug 02 17:18:18.531 INFO O| Aug 02 17:18:18.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5258 | 2024-08-02T17:18:19.760Z | [ recovery-image] Aug 02 17:18:18.531 INFO O| Aug 02 17:18:18.531 INFO STEP 463 (remove_files) COMPLETE |
5259 | 2024-08-02T17:18:19.760Z | [ recovery-image] Aug 02 17:18:18.531 INFO O| Aug 02 17:18:18.531 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-08-02T17:18:19.773Z | [ recovery-image] Aug 02 17:18:18.544 INFO O| Aug 02 17:18:18.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5261 | 2024-08-02T17:18:19.776Z | [ recovery-image] Aug 02 17:18:18.544 INFO O| Aug 02 17:18:18.544 INFO STEP 464 (remove_files) COMPLETE |
5262 | 2024-08-02T17:18:19.776Z | [ recovery-image] Aug 02 17:18:18.545 INFO O| Aug 02 17:18:18.544 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-08-02T17:18:19.786Z | [ recovery-image] Aug 02 17:18:18.558 INFO O| Aug 02 17:18:18.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5264 | 2024-08-02T17:18:19.789Z | [ recovery-image] Aug 02 17:18:18.558 INFO O| Aug 02 17:18:18.558 INFO STEP 465 (remove_files) COMPLETE |
5265 | 2024-08-02T17:18:19.789Z | [ recovery-image] Aug 02 17:18:18.558 INFO O| Aug 02 17:18:18.558 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-08-02T17:18:19.798Z | [ recovery-image] Aug 02 17:18:18.570 INFO O| Aug 02 17:18:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5267 | 2024-08-02T17:18:19.801Z | [ recovery-image] Aug 02 17:18:18.570 INFO O| Aug 02 17:18:18.570 INFO STEP 466 (remove_files) COMPLETE |
5268 | 2024-08-02T17:18:19.801Z | [ recovery-image] Aug 02 17:18:18.570 INFO O| Aug 02 17:18:18.570 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-08-02T17:18:19.810Z | [ recovery-image] Aug 02 17:18:18.581 INFO O| Aug 02 17:18:18.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5270 | 2024-08-02T17:18:19.810Z | [ recovery-image] Aug 02 17:18:18.581 INFO O| Aug 02 17:18:18.581 INFO STEP 467 (remove_files) COMPLETE |
5271 | 2024-08-02T17:18:19.813Z | [ recovery-image] Aug 02 17:18:18.581 INFO O| Aug 02 17:18:18.581 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-08-02T17:18:19.821Z | [ recovery-image] Aug 02 17:18:18.592 INFO O| Aug 02 17:18:18.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5273 | 2024-08-02T17:18:19.821Z | [ recovery-image] Aug 02 17:18:18.592 INFO O| Aug 02 17:18:18.592 INFO STEP 468 (remove_files) COMPLETE |
5274 | 2024-08-02T17:18:19.824Z | [ recovery-image] Aug 02 17:18:18.592 INFO O| Aug 02 17:18:18.592 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-08-02T17:18:19.832Z | [ recovery-image] Aug 02 17:18:18.603 INFO O| Aug 02 17:18:18.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5276 | 2024-08-02T17:18:19.832Z | [ recovery-image] Aug 02 17:18:18.603 INFO O| Aug 02 17:18:18.603 INFO STEP 469 (remove_files) COMPLETE |
5277 | 2024-08-02T17:18:19.832Z | [ recovery-image] Aug 02 17:18:18.603 INFO O| Aug 02 17:18:18.603 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-08-02T17:18:19.838Z | [ host-image] Aug 02 17:18:18.610 INFO O| Aug 02 17:18:18.610 INFO O| Done |
5279 | 2024-08-02T17:18:19.842Z | [ recovery-image] Aug 02 17:18:18.613 INFO O| Aug 02 17:18:18.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5280 | 2024-08-02T17:18:19.842Z | [ recovery-image] Aug 02 17:18:18.614 INFO O| Aug 02 17:18:18.613 INFO STEP 470 (remove_files) COMPLETE |
5281 | 2024-08-02T17:18:19.842Z | [ recovery-image] Aug 02 17:18:18.614 INFO O| Aug 02 17:18:18.614 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-08-02T17:18:19.853Z | [ recovery-image] Aug 02 17:18:18.624 INFO O| Aug 02 17:18:18.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5283 | 2024-08-02T17:18:19.853Z | [ recovery-image] Aug 02 17:18:18.624 INFO O| Aug 02 17:18:18.624 INFO STEP 471 (remove_files) COMPLETE |
5284 | 2024-08-02T17:18:19.856Z | [ recovery-image] Aug 02 17:18:18.624 INFO O| Aug 02 17:18:18.624 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-08-02T17:18:19.864Z | [ recovery-image] Aug 02 17:18:18.635 INFO O| Aug 02 17:18:18.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5286 | 2024-08-02T17:18:19.864Z | [ recovery-image] Aug 02 17:18:18.635 INFO O| Aug 02 17:18:18.635 INFO STEP 472 (remove_files) COMPLETE |
5287 | 2024-08-02T17:18:19.864Z | [ recovery-image] Aug 02 17:18:18.635 INFO O| Aug 02 17:18:18.635 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-08-02T17:18:19.867Z | [ host-image] Aug 02 17:18:18.638 INFO O| Aug 02 17:18:18.638 INFO O| Done |
5289 | 2024-08-02T17:18:19.871Z | [ host-image] Aug 02 17:18:18.638 INFO O| Aug 02 17:18:18.638 INFO O| Done |
5290 | 2024-08-02T17:18:19.875Z | [ recovery-image] Aug 02 17:18:18.646 INFO O| Aug 02 17:18:18.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5291 | 2024-08-02T17:18:19.875Z | [ recovery-image] Aug 02 17:18:18.646 INFO O| Aug 02 17:18:18.646 INFO STEP 473 (remove_files) COMPLETE |
5292 | 2024-08-02T17:18:19.875Z | [ recovery-image] Aug 02 17:18:18.646 INFO O| Aug 02 17:18:18.646 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-08-02T17:18:19.884Z | [ host-image] Aug 02 17:18:18.655 INFO O| Aug 02 17:18:18.655 INFO O| Done |
5294 | 2024-08-02T17:18:19.887Z | [ recovery-image] Aug 02 17:18:18.656 INFO O| Aug 02 17:18:18.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5295 | 2024-08-02T17:18:19.887Z | [ recovery-image] Aug 02 17:18:18.656 INFO O| Aug 02 17:18:18.656 INFO STEP 474 (remove_files) COMPLETE |
5296 | 2024-08-02T17:18:19.887Z | [ recovery-image] Aug 02 17:18:18.656 INFO O| Aug 02 17:18:18.656 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-08-02T17:18:19.897Z | [ recovery-image] Aug 02 17:18:18.668 INFO O| Aug 02 17:18:18.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5298 | 2024-08-02T17:18:19.897Z | [ recovery-image] Aug 02 17:18:18.668 INFO O| Aug 02 17:18:18.668 INFO STEP 475 (remove_files) COMPLETE |
5299 | 2024-08-02T17:18:19.900Z | [ recovery-image] Aug 02 17:18:18.668 INFO O| Aug 02 17:18:18.668 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-08-02T17:18:19.910Z | [ recovery-image] Aug 02 17:18:18.681 INFO O| Aug 02 17:18:18.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5301 | 2024-08-02T17:18:19.910Z | [ recovery-image] Aug 02 17:18:18.681 INFO O| Aug 02 17:18:18.681 INFO STEP 476 (remove_files) COMPLETE |
5302 | 2024-08-02T17:18:19.910Z | [ recovery-image] Aug 02 17:18:18.681 INFO O| Aug 02 17:18:18.681 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-08-02T17:18:19.923Z | [ recovery-image] Aug 02 17:18:18.694 INFO O| Aug 02 17:18:18.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5304 | 2024-08-02T17:18:19.923Z | [ recovery-image] Aug 02 17:18:18.694 INFO O| Aug 02 17:18:18.694 INFO STEP 477 (remove_files) COMPLETE |
5305 | 2024-08-02T17:18:19.923Z | [ recovery-image] Aug 02 17:18:18.694 INFO O| Aug 02 17:18:18.694 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-08-02T17:18:19.935Z | [ recovery-image] Aug 02 17:18:18.706 INFO O| Aug 02 17:18:18.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5307 | 2024-08-02T17:18:19.935Z | [ recovery-image] Aug 02 17:18:18.706 INFO O| Aug 02 17:18:18.706 INFO STEP 478 (remove_files) COMPLETE |
5308 | 2024-08-02T17:18:19.935Z | [ recovery-image] Aug 02 17:18:18.706 INFO O| Aug 02 17:18:18.706 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-08-02T17:18:19.947Z | [ recovery-image] Aug 02 17:18:18.718 INFO O| Aug 02 17:18:18.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5310 | 2024-08-02T17:18:19.947Z | [ recovery-image] Aug 02 17:18:18.718 INFO O| Aug 02 17:18:18.718 INFO STEP 479 (remove_files) COMPLETE |
5311 | 2024-08-02T17:18:19.947Z | [ recovery-image] Aug 02 17:18:18.718 INFO O| Aug 02 17:18:18.718 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-08-02T17:18:19.958Z | [ recovery-image] Aug 02 17:18:18.729 INFO O| Aug 02 17:18:18.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5313 | 2024-08-02T17:18:19.961Z | [ recovery-image] Aug 02 17:18:18.729 INFO O| Aug 02 17:18:18.729 INFO STEP 480 (remove_files) COMPLETE |
5314 | 2024-08-02T17:18:19.961Z | [ recovery-image] Aug 02 17:18:18.729 INFO O| Aug 02 17:18:18.729 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-08-02T17:18:19.969Z | [ recovery-image] Aug 02 17:18:18.740 INFO O| Aug 02 17:18:18.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5316 | 2024-08-02T17:18:19.969Z | [ recovery-image] Aug 02 17:18:18.740 INFO O| Aug 02 17:18:18.740 INFO STEP 481 (remove_files) COMPLETE |
5317 | 2024-08-02T17:18:19.969Z | [ recovery-image] Aug 02 17:18:18.740 INFO O| Aug 02 17:18:18.740 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-08-02T17:18:19.981Z | [ recovery-image] Aug 02 17:18:18.753 INFO O| Aug 02 17:18:18.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5319 | 2024-08-02T17:18:19.981Z | [ recovery-image] Aug 02 17:18:18.753 INFO O| Aug 02 17:18:18.753 INFO STEP 482 (remove_files) COMPLETE |
5320 | 2024-08-02T17:18:19.984Z | [ recovery-image] Aug 02 17:18:18.753 INFO O| Aug 02 17:18:18.753 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-08-02T17:18:19.987Z | [ host-image] Aug 02 17:18:18.759 INFO O| Aug 02 17:18:18.758 INFO STEP 12 (pkg_install) COMPLETE |
5322 | 2024-08-02T17:18:19.990Z | [ host-image] Aug 02 17:18:18.759 INFO O| Aug 02 17:18:18.758 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5323 | 2024-08-02T17:18:19.993Z | [ recovery-image] Aug 02 17:18:18.763 INFO O| Aug 02 17:18:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5324 | 2024-08-02T17:18:19.993Z | [ recovery-image] Aug 02 17:18:18.763 INFO O| Aug 02 17:18:18.763 INFO STEP 483 (remove_files) COMPLETE |
5325 | 2024-08-02T17:18:19.993Z | [ recovery-image] Aug 02 17:18:18.763 INFO O| Aug 02 17:18:18.763 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-08-02T17:18:19.998Z | [ host-image] Aug 02 17:18:18.769 INFO O| Aug 02 17:18:18.769 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5327 | 2024-08-02T17:18:20.002Z | [ recovery-image] Aug 02 17:18:18.773 INFO O| Aug 02 17:18:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5328 | 2024-08-02T17:18:20.005Z | [ recovery-image] Aug 02 17:18:18.774 INFO O| Aug 02 17:18:18.773 INFO STEP 484 (remove_files) COMPLETE |
5329 | 2024-08-02T17:18:20.005Z | [ recovery-image] Aug 02 17:18:18.774 INFO O| Aug 02 17:18:18.773 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-08-02T17:18:20.013Z | [ recovery-image] Aug 02 17:18:18.784 INFO O| Aug 02 17:18:18.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5331 | 2024-08-02T17:18:20.014Z | [ recovery-image] Aug 02 17:18:18.784 INFO O| Aug 02 17:18:18.784 INFO STEP 485 (remove_files) COMPLETE |
5332 | 2024-08-02T17:18:20.014Z | [ recovery-image] Aug 02 17:18:18.784 INFO O| Aug 02 17:18:18.784 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-08-02T17:18:20.022Z | [ recovery-image] Aug 02 17:18:18.793 INFO O| Aug 02 17:18:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5334 | 2024-08-02T17:18:20.026Z | [ recovery-image] Aug 02 17:18:18.793 INFO O| Aug 02 17:18:18.793 INFO STEP 486 (remove_files) COMPLETE |
5335 | 2024-08-02T17:18:20.026Z | [ recovery-image] Aug 02 17:18:18.794 INFO O| Aug 02 17:18:18.793 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-08-02T17:18:20.032Z | [ recovery-image] Aug 02 17:18:18.803 INFO O| Aug 02 17:18:18.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5337 | 2024-08-02T17:18:20.035Z | [ recovery-image] Aug 02 17:18:18.803 INFO O| Aug 02 17:18:18.803 INFO STEP 487 (remove_files) COMPLETE |
5338 | 2024-08-02T17:18:20.035Z | [ recovery-image] Aug 02 17:18:18.803 INFO O| Aug 02 17:18:18.803 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-08-02T17:18:20.041Z | [ recovery-image] Aug 02 17:18:18.813 INFO O| Aug 02 17:18:18.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5340 | 2024-08-02T17:18:20.044Z | [ recovery-image] Aug 02 17:18:18.813 INFO O| Aug 02 17:18:18.813 INFO STEP 488 (remove_files) COMPLETE |
5341 | 2024-08-02T17:18:20.044Z | [ recovery-image] Aug 02 17:18:18.813 INFO O| Aug 02 17:18:18.813 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-08-02T17:18:20.052Z | [ recovery-image] Aug 02 17:18:18.823 INFO O| Aug 02 17:18:18.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5343 | 2024-08-02T17:18:20.052Z | [ recovery-image] Aug 02 17:18:18.823 INFO O| Aug 02 17:18:18.823 INFO STEP 489 (remove_files) COMPLETE |
5344 | 2024-08-02T17:18:20.052Z | [ recovery-image] Aug 02 17:18:18.823 INFO O| Aug 02 17:18:18.823 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-08-02T17:18:20.061Z | [ recovery-image] Aug 02 17:18:18.833 INFO O| Aug 02 17:18:18.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5346 | 2024-08-02T17:18:20.064Z | [ recovery-image] Aug 02 17:18:18.833 INFO O| Aug 02 17:18:18.833 INFO STEP 490 (remove_files) COMPLETE |
5347 | 2024-08-02T17:18:20.064Z | [ recovery-image] Aug 02 17:18:18.833 INFO O| Aug 02 17:18:18.833 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-08-02T17:18:20.071Z | [ recovery-image] Aug 02 17:18:18.843 INFO O| Aug 02 17:18:18.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5349 | 2024-08-02T17:18:20.071Z | [ recovery-image] Aug 02 17:18:18.843 INFO O| Aug 02 17:18:18.843 INFO STEP 491 (remove_files) COMPLETE |
5350 | 2024-08-02T17:18:20.074Z | [ recovery-image] Aug 02 17:18:18.843 INFO O| Aug 02 17:18:18.843 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-08-02T17:18:20.081Z | [ recovery-image] Aug 02 17:18:18.853 INFO O| Aug 02 17:18:18.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5352 | 2024-08-02T17:18:20.084Z | [ recovery-image] Aug 02 17:18:18.853 INFO O| Aug 02 17:18:18.853 INFO STEP 492 (remove_files) COMPLETE |
5353 | 2024-08-02T17:18:20.084Z | [ recovery-image] Aug 02 17:18:18.853 INFO O| Aug 02 17:18:18.853 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-08-02T17:18:20.092Z | [ recovery-image] Aug 02 17:18:18.863 INFO O| Aug 02 17:18:18.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5355 | 2024-08-02T17:18:20.092Z | [ recovery-image] Aug 02 17:18:18.863 INFO O| Aug 02 17:18:18.863 INFO STEP 493 (remove_files) COMPLETE |
5356 | 2024-08-02T17:18:20.092Z | [ recovery-image] Aug 02 17:18:18.863 INFO O| Aug 02 17:18:18.863 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-08-02T17:18:20.103Z | [ recovery-image] Aug 02 17:18:18.874 INFO O| Aug 02 17:18:18.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5358 | 2024-08-02T17:18:20.103Z | [ recovery-image] Aug 02 17:18:18.874 INFO O| Aug 02 17:18:18.874 INFO STEP 494 (remove_files) COMPLETE |
5359 | 2024-08-02T17:18:20.103Z | [ recovery-image] Aug 02 17:18:18.874 INFO O| Aug 02 17:18:18.874 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-08-02T17:18:20.115Z | [ recovery-image] Aug 02 17:18:18.885 INFO O| Aug 02 17:18:18.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5361 | 2024-08-02T17:18:20.116Z | [ recovery-image] Aug 02 17:18:18.885 INFO O| Aug 02 17:18:18.885 INFO STEP 495 (remove_files) COMPLETE |
5362 | 2024-08-02T17:18:20.116Z | [ recovery-image] Aug 02 17:18:18.885 INFO O| Aug 02 17:18:18.885 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-08-02T17:18:20.124Z | [ recovery-image] Aug 02 17:18:18.895 INFO O| Aug 02 17:18:18.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5364 | 2024-08-02T17:18:20.124Z | [ recovery-image] Aug 02 17:18:18.896 INFO O| Aug 02 17:18:18.895 INFO STEP 496 (remove_files) COMPLETE |
5365 | 2024-08-02T17:18:20.127Z | [ recovery-image] Aug 02 17:18:18.896 INFO O| Aug 02 17:18:18.896 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-08-02T17:18:20.135Z | [ recovery-image] Aug 02 17:18:18.906 INFO O| Aug 02 17:18:18.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5367 | 2024-08-02T17:18:20.135Z | [ recovery-image] Aug 02 17:18:18.906 INFO O| Aug 02 17:18:18.906 INFO STEP 497 (remove_files) COMPLETE |
5368 | 2024-08-02T17:18:20.135Z | [ recovery-image] Aug 02 17:18:18.906 INFO O| Aug 02 17:18:18.906 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-08-02T17:18:20.146Z | [ recovery-image] Aug 02 17:18:18.917 INFO O| Aug 02 17:18:18.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5370 | 2024-08-02T17:18:20.149Z | [ recovery-image] Aug 02 17:18:18.917 INFO O| Aug 02 17:18:18.917 INFO STEP 498 (remove_files) COMPLETE |
5371 | 2024-08-02T17:18:20.149Z | [ recovery-image] Aug 02 17:18:18.917 INFO O| Aug 02 17:18:18.917 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-08-02T17:18:20.156Z | [ recovery-image] Aug 02 17:18:18.928 INFO O| Aug 02 17:18:18.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5373 | 2024-08-02T17:18:20.156Z | [ recovery-image] Aug 02 17:18:18.928 INFO O| Aug 02 17:18:18.928 INFO STEP 499 (remove_files) COMPLETE |
5374 | 2024-08-02T17:18:20.160Z | [ recovery-image] Aug 02 17:18:18.928 INFO O| Aug 02 17:18:18.928 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-08-02T17:18:20.167Z | [ recovery-image] Aug 02 17:18:18.938 INFO O| Aug 02 17:18:18.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5376 | 2024-08-02T17:18:20.167Z | [ recovery-image] Aug 02 17:18:18.938 INFO O| Aug 02 17:18:18.938 INFO STEP 500 (remove_files) COMPLETE |
5377 | 2024-08-02T17:18:20.167Z | [ recovery-image] Aug 02 17:18:18.938 INFO O| Aug 02 17:18:18.938 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-08-02T17:18:20.178Z | [ recovery-image] Aug 02 17:18:18.949 INFO O| Aug 02 17:18:18.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5379 | 2024-08-02T17:18:20.178Z | [ recovery-image] Aug 02 17:18:18.949 INFO O| Aug 02 17:18:18.949 INFO STEP 501 (remove_files) COMPLETE |
5380 | 2024-08-02T17:18:20.178Z | [ recovery-image] Aug 02 17:18:18.949 INFO O| Aug 02 17:18:18.949 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-08-02T17:18:20.189Z | [ recovery-image] Aug 02 17:18:18.960 INFO O| Aug 02 17:18:18.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5382 | 2024-08-02T17:18:20.189Z | [ recovery-image] Aug 02 17:18:18.960 INFO O| Aug 02 17:18:18.960 INFO STEP 502 (remove_files) COMPLETE |
5383 | 2024-08-02T17:18:20.189Z | [ recovery-image] Aug 02 17:18:18.960 INFO O| Aug 02 17:18:18.960 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-08-02T17:18:20.199Z | [ recovery-image] Aug 02 17:18:18.970 INFO O| Aug 02 17:18:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5385 | 2024-08-02T17:18:20.199Z | [ recovery-image] Aug 02 17:18:18.970 INFO O| Aug 02 17:18:18.970 INFO STEP 503 (remove_files) COMPLETE |
5386 | 2024-08-02T17:18:20.199Z | [ recovery-image] Aug 02 17:18:18.970 INFO O| Aug 02 17:18:18.970 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-08-02T17:18:20.209Z | [ recovery-image] Aug 02 17:18:18.980 INFO O| Aug 02 17:18:18.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5388 | 2024-08-02T17:18:20.209Z | [ recovery-image] Aug 02 17:18:18.980 INFO O| Aug 02 17:18:18.980 INFO STEP 504 (remove_files) COMPLETE |
5389 | 2024-08-02T17:18:20.213Z | [ recovery-image] Aug 02 17:18:18.980 INFO O| Aug 02 17:18:18.980 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-08-02T17:18:20.219Z | [ recovery-image] Aug 02 17:18:18.990 INFO O| Aug 02 17:18:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5391 | 2024-08-02T17:18:20.219Z | [ recovery-image] Aug 02 17:18:18.990 INFO O| Aug 02 17:18:18.990 INFO STEP 505 (remove_files) COMPLETE |
5392 | 2024-08-02T17:18:20.219Z | [ recovery-image] Aug 02 17:18:18.990 INFO O| Aug 02 17:18:18.990 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-08-02T17:18:20.229Z | [ recovery-image] Aug 02 17:18:19.000 INFO O| Aug 02 17:18:19.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5394 | 2024-08-02T17:18:20.232Z | [ recovery-image] Aug 02 17:18:19.000 INFO O| Aug 02 17:18:19.000 INFO STEP 506 (remove_files) COMPLETE |
5395 | 2024-08-02T17:18:20.232Z | [ recovery-image] Aug 02 17:18:19.000 INFO O| Aug 02 17:18:19.000 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-08-02T17:18:20.239Z | [ recovery-image] Aug 02 17:18:19.011 INFO O| Aug 02 17:18:19.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5397 | 2024-08-02T17:18:20.239Z | [ recovery-image] Aug 02 17:18:19.011 INFO O| Aug 02 17:18:19.011 INFO STEP 507 (remove_files) COMPLETE |
5398 | 2024-08-02T17:18:20.240Z | [ recovery-image] Aug 02 17:18:19.011 INFO O| Aug 02 17:18:19.011 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-08-02T17:18:20.249Z | [ recovery-image] Aug 02 17:18:19.020 INFO O| Aug 02 17:18:19.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5400 | 2024-08-02T17:18:20.256Z | [ recovery-image] Aug 02 17:18:19.027 INFO O| Aug 02 17:18:19.027 INFO STEP 508 (remove_files) COMPLETE |
5401 | 2024-08-02T17:18:20.256Z | [ recovery-image] Aug 02 17:18:19.027 INFO O| Aug 02 17:18:19.027 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-08-02T17:18:20.266Z | [ recovery-image] Aug 02 17:18:19.037 INFO O| Aug 02 17:18:19.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5403 | 2024-08-02T17:18:20.266Z | [ recovery-image] Aug 02 17:18:19.037 INFO O| Aug 02 17:18:19.037 INFO STEP 509 (remove_files) COMPLETE |
5404 | 2024-08-02T17:18:20.266Z | [ recovery-image] Aug 02 17:18:19.037 INFO O| Aug 02 17:18:19.037 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-08-02T17:18:20.276Z | [ recovery-image] Aug 02 17:18:19.047 INFO O| Aug 02 17:18:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5406 | 2024-08-02T17:18:20.276Z | [ recovery-image] Aug 02 17:18:19.047 INFO O| Aug 02 17:18:19.047 INFO STEP 510 (remove_files) COMPLETE |
5407 | 2024-08-02T17:18:20.280Z | [ recovery-image] Aug 02 17:18:19.047 INFO O| Aug 02 17:18:19.047 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-08-02T17:18:20.286Z | [ recovery-image] Aug 02 17:18:19.057 INFO O| Aug 02 17:18:19.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5409 | 2024-08-02T17:18:20.289Z | [ recovery-image] Aug 02 17:18:19.057 INFO O| Aug 02 17:18:19.057 INFO STEP 511 (remove_files) COMPLETE |
5410 | 2024-08-02T17:18:20.289Z | [ recovery-image] Aug 02 17:18:19.057 INFO O| Aug 02 17:18:19.057 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-08-02T17:18:20.298Z | [ recovery-image] Aug 02 17:18:19.069 INFO O| Aug 02 17:18:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5412 | 2024-08-02T17:18:20.298Z | [ recovery-image] Aug 02 17:18:19.069 INFO O| Aug 02 17:18:19.069 INFO STEP 512 (remove_files) COMPLETE |
5413 | 2024-08-02T17:18:20.301Z | [ recovery-image] Aug 02 17:18:19.069 INFO O| Aug 02 17:18:19.069 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-08-02T17:18:20.309Z | [ recovery-image] Aug 02 17:18:19.080 INFO O| Aug 02 17:18:19.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5415 | 2024-08-02T17:18:20.309Z | [ recovery-image] Aug 02 17:18:19.080 INFO O| Aug 02 17:18:19.080 INFO STEP 513 (remove_files) COMPLETE |
5416 | 2024-08-02T17:18:20.309Z | [ recovery-image] Aug 02 17:18:19.080 INFO O| Aug 02 17:18:19.080 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-08-02T17:18:20.319Z | [ recovery-image] Aug 02 17:18:19.090 INFO O| Aug 02 17:18:19.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5418 | 2024-08-02T17:18:20.322Z | [ recovery-image] Aug 02 17:18:19.090 INFO O| Aug 02 17:18:19.090 INFO STEP 514 (remove_files) COMPLETE |
5419 | 2024-08-02T17:18:20.322Z | [ recovery-image] Aug 02 17:18:19.090 INFO O| Aug 02 17:18:19.090 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-08-02T17:18:20.329Z | [ recovery-image] Aug 02 17:18:19.100 INFO O| Aug 02 17:18:19.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5421 | 2024-08-02T17:18:20.329Z | [ recovery-image] Aug 02 17:18:19.100 INFO O| Aug 02 17:18:19.100 INFO STEP 515 (remove_files) COMPLETE |
5422 | 2024-08-02T17:18:20.333Z | [ recovery-image] Aug 02 17:18:19.100 INFO O| Aug 02 17:18:19.100 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-08-02T17:18:20.342Z | [ recovery-image] Aug 02 17:18:19.110 INFO O| Aug 02 17:18:19.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5424 | 2024-08-02T17:18:20.346Z | [ recovery-image] Aug 02 17:18:19.110 INFO O| Aug 02 17:18:19.110 INFO STEP 516 (remove_files) COMPLETE |
5425 | 2024-08-02T17:18:20.346Z | [ recovery-image] Aug 02 17:18:19.110 INFO O| Aug 02 17:18:19.110 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-08-02T17:18:20.349Z | [ recovery-image] Aug 02 17:18:19.120 INFO O| Aug 02 17:18:19.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5427 | 2024-08-02T17:18:20.349Z | [ recovery-image] Aug 02 17:18:19.120 INFO O| Aug 02 17:18:19.120 INFO STEP 517 (remove_files) COMPLETE |
5428 | 2024-08-02T17:18:20.352Z | [ recovery-image] Aug 02 17:18:19.120 INFO O| Aug 02 17:18:19.120 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-08-02T17:18:20.359Z | [ recovery-image] Aug 02 17:18:19.130 INFO O| Aug 02 17:18:19.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5430 | 2024-08-02T17:18:20.362Z | [ recovery-image] Aug 02 17:18:19.130 INFO O| Aug 02 17:18:19.130 INFO STEP 518 (remove_files) COMPLETE |
5431 | 2024-08-02T17:18:20.362Z | [ recovery-image] Aug 02 17:18:19.130 INFO O| Aug 02 17:18:19.130 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-08-02T17:18:20.369Z | [ recovery-image] Aug 02 17:18:19.140 INFO O| Aug 02 17:18:19.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5433 | 2024-08-02T17:18:20.369Z | [ recovery-image] Aug 02 17:18:19.140 INFO O| Aug 02 17:18:19.140 INFO STEP 519 (remove_files) COMPLETE |
5434 | 2024-08-02T17:18:20.369Z | [ recovery-image] Aug 02 17:18:19.140 INFO O| Aug 02 17:18:19.140 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-08-02T17:18:20.379Z | [ recovery-image] Aug 02 17:18:19.151 INFO O| Aug 02 17:18:19.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5436 | 2024-08-02T17:18:20.379Z | [ recovery-image] Aug 02 17:18:19.151 INFO O| Aug 02 17:18:19.151 INFO STEP 520 (remove_files) COMPLETE |
5437 | 2024-08-02T17:18:20.382Z | [ recovery-image] Aug 02 17:18:19.151 INFO O| Aug 02 17:18:19.151 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-08-02T17:18:20.390Z | [ recovery-image] Aug 02 17:18:19.161 INFO O| Aug 02 17:18:19.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5439 | 2024-08-02T17:18:20.390Z | [ recovery-image] Aug 02 17:18:19.161 INFO O| Aug 02 17:18:19.161 INFO STEP 521 (remove_files) COMPLETE |
5440 | 2024-08-02T17:18:20.394Z | [ recovery-image] Aug 02 17:18:19.161 INFO O| Aug 02 17:18:19.161 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-08-02T17:18:20.400Z | [ recovery-image] Aug 02 17:18:19.171 INFO O| Aug 02 17:18:19.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5442 | 2024-08-02T17:18:20.400Z | [ recovery-image] Aug 02 17:18:19.171 INFO O| Aug 02 17:18:19.171 INFO STEP 522 (remove_files) COMPLETE |
5443 | 2024-08-02T17:18:20.402Z | [ recovery-image] Aug 02 17:18:19.171 INFO O| Aug 02 17:18:19.171 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-08-02T17:18:20.409Z | [ recovery-image] Aug 02 17:18:19.181 INFO O| Aug 02 17:18:19.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5445 | 2024-08-02T17:18:20.409Z | [ recovery-image] Aug 02 17:18:19.181 INFO O| Aug 02 17:18:19.181 INFO STEP 523 (remove_files) COMPLETE |
5446 | 2024-08-02T17:18:20.412Z | [ recovery-image] Aug 02 17:18:19.181 INFO O| Aug 02 17:18:19.181 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-08-02T17:18:20.421Z | [ recovery-image] Aug 02 17:18:19.191 INFO O| Aug 02 17:18:19.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5448 | 2024-08-02T17:18:20.424Z | [ recovery-image] Aug 02 17:18:19.191 INFO O| Aug 02 17:18:19.191 INFO STEP 524 (remove_files) COMPLETE |
5449 | 2024-08-02T17:18:20.424Z | [ recovery-image] Aug 02 17:18:19.191 INFO O| Aug 02 17:18:19.191 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-08-02T17:18:20.429Z | [ recovery-image] Aug 02 17:18:19.200 INFO O| Aug 02 17:18:19.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5451 | 2024-08-02T17:18:20.432Z | [ recovery-image] Aug 02 17:18:19.201 INFO O| Aug 02 17:18:19.201 INFO STEP 525 (remove_files) COMPLETE |
5452 | 2024-08-02T17:18:20.433Z | [ recovery-image] Aug 02 17:18:19.201 INFO O| Aug 02 17:18:19.201 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-08-02T17:18:20.436Z | [ host-image] Aug 02 17:18:19.207 INFO O| Aug 02 17:18:19.207 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5454 | 2024-08-02T17:18:20.439Z | [ recovery-image] Aug 02 17:18:19.210 INFO O| Aug 02 17:18:19.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5455 | 2024-08-02T17:18:20.439Z | [ recovery-image] Aug 02 17:18:19.210 INFO O| Aug 02 17:18:19.210 INFO STEP 526 (remove_files) COMPLETE |
5456 | 2024-08-02T17:18:20.442Z | [ recovery-image] Aug 02 17:18:19.210 INFO O| Aug 02 17:18:19.210 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-02T17:18:20.449Z | [ recovery-image] Aug 02 17:18:19.220 INFO O| Aug 02 17:18:19.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5458 | 2024-08-02T17:18:20.449Z | [ recovery-image] Aug 02 17:18:19.220 INFO O| Aug 02 17:18:19.220 INFO STEP 527 (remove_files) COMPLETE |
5459 | 2024-08-02T17:18:20.452Z | [ recovery-image] Aug 02 17:18:19.220 INFO O| Aug 02 17:18:19.220 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-02T17:18:20.459Z | [ recovery-image] Aug 02 17:18:19.230 INFO O| Aug 02 17:18:19.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5461 | 2024-08-02T17:18:20.459Z | [ recovery-image] Aug 02 17:18:19.230 INFO O| Aug 02 17:18:19.230 INFO STEP 528 (remove_files) COMPLETE |
5462 | 2024-08-02T17:18:20.459Z | [ recovery-image] Aug 02 17:18:19.230 INFO O| Aug 02 17:18:19.230 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-02T17:18:20.469Z | [ recovery-image] Aug 02 17:18:19.240 INFO O| Aug 02 17:18:19.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5464 | 2024-08-02T17:18:20.469Z | [ recovery-image] Aug 02 17:18:19.240 INFO O| Aug 02 17:18:19.240 INFO STEP 529 (remove_files) COMPLETE |
5465 | 2024-08-02T17:18:20.469Z | [ recovery-image] Aug 02 17:18:19.240 INFO O| Aug 02 17:18:19.240 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-02T17:18:20.479Z | [ recovery-image] Aug 02 17:18:19.250 INFO O| Aug 02 17:18:19.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5467 | 2024-08-02T17:18:20.479Z | [ recovery-image] Aug 02 17:18:19.250 INFO O| Aug 02 17:18:19.250 INFO STEP 530 (remove_files) COMPLETE |
5468 | 2024-08-02T17:18:20.482Z | [ recovery-image] Aug 02 17:18:19.250 INFO O| Aug 02 17:18:19.250 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-02T17:18:20.489Z | [ recovery-image] Aug 02 17:18:19.261 INFO O| Aug 02 17:18:19.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5470 | 2024-08-02T17:18:20.492Z | [ recovery-image] Aug 02 17:18:19.261 INFO O| Aug 02 17:18:19.261 INFO STEP 531 (remove_files) COMPLETE |
5471 | 2024-08-02T17:18:20.492Z | [ recovery-image] Aug 02 17:18:19.261 INFO O| Aug 02 17:18:19.261 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-02T17:18:20.499Z | [ recovery-image] Aug 02 17:18:19.271 INFO O| Aug 02 17:18:19.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5473 | 2024-08-02T17:18:20.499Z | [ recovery-image] Aug 02 17:18:19.271 INFO O| Aug 02 17:18:19.271 INFO STEP 532 (remove_files) COMPLETE |
5474 | 2024-08-02T17:18:20.499Z | [ recovery-image] Aug 02 17:18:19.271 INFO O| Aug 02 17:18:19.271 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-02T17:18:20.509Z | [ recovery-image] Aug 02 17:18:19.281 INFO O| Aug 02 17:18:19.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5476 | 2024-08-02T17:18:20.513Z | [ recovery-image] Aug 02 17:18:19.281 INFO O| Aug 02 17:18:19.281 INFO STEP 533 (remove_files) COMPLETE |
5477 | 2024-08-02T17:18:20.513Z | [ recovery-image] Aug 02 17:18:19.281 INFO O| Aug 02 17:18:19.281 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-02T17:18:20.519Z | [ recovery-image] Aug 02 17:18:19.291 INFO O| Aug 02 17:18:19.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5479 | 2024-08-02T17:18:20.523Z | [ recovery-image] Aug 02 17:18:19.291 INFO O| Aug 02 17:18:19.291 INFO STEP 534 (remove_files) COMPLETE |
5480 | 2024-08-02T17:18:20.523Z | [ recovery-image] Aug 02 17:18:19.291 INFO O| Aug 02 17:18:19.291 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-02T17:18:20.530Z | [ recovery-image] Aug 02 17:18:19.301 INFO O| Aug 02 17:18:19.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5482 | 2024-08-02T17:18:20.530Z | [ recovery-image] Aug 02 17:18:19.301 INFO O| Aug 02 17:18:19.301 INFO STEP 535 (remove_files) COMPLETE |
5483 | 2024-08-02T17:18:20.533Z | [ recovery-image] Aug 02 17:18:19.301 INFO O| Aug 02 17:18:19.301 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-02T17:18:20.541Z | [ recovery-image] Aug 02 17:18:19.312 INFO O| Aug 02 17:18:19.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5485 | 2024-08-02T17:18:20.544Z | [ recovery-image] Aug 02 17:18:19.312 INFO O| Aug 02 17:18:19.312 INFO STEP 536 (remove_files) COMPLETE |
5486 | 2024-08-02T17:18:20.544Z | [ recovery-image] Aug 02 17:18:19.312 INFO O| Aug 02 17:18:19.312 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-02T17:18:20.552Z | [ recovery-image] Aug 02 17:18:19.323 INFO O| Aug 02 17:18:19.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5488 | 2024-08-02T17:18:20.552Z | [ recovery-image] Aug 02 17:18:19.323 INFO O| Aug 02 17:18:19.323 INFO STEP 537 (remove_files) COMPLETE |
5489 | 2024-08-02T17:18:20.552Z | [ recovery-image] Aug 02 17:18:19.323 INFO O| Aug 02 17:18:19.323 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-02T17:18:20.563Z | [ recovery-image] Aug 02 17:18:19.334 INFO O| Aug 02 17:18:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5491 | 2024-08-02T17:18:20.563Z | [ recovery-image] Aug 02 17:18:19.334 INFO O| Aug 02 17:18:19.334 INFO STEP 538 (remove_files) COMPLETE |
5492 | 2024-08-02T17:18:20.565Z | [ recovery-image] Aug 02 17:18:19.334 INFO O| Aug 02 17:18:19.334 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-02T17:18:20.573Z | [ recovery-image] Aug 02 17:18:19.344 INFO O| Aug 02 17:18:19.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5494 | 2024-08-02T17:18:20.573Z | [ recovery-image] Aug 02 17:18:19.344 INFO O| Aug 02 17:18:19.344 INFO STEP 539 (remove_files) COMPLETE |
5495 | 2024-08-02T17:18:20.573Z | [ recovery-image] Aug 02 17:18:19.344 INFO O| Aug 02 17:18:19.344 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-02T17:18:20.584Z | [ recovery-image] Aug 02 17:18:19.355 INFO O| Aug 02 17:18:19.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5497 | 2024-08-02T17:18:20.584Z | [ recovery-image] Aug 02 17:18:19.355 INFO O| Aug 02 17:18:19.355 INFO STEP 540 (remove_files) COMPLETE |
5498 | 2024-08-02T17:18:20.584Z | [ recovery-image] Aug 02 17:18:19.355 INFO O| Aug 02 17:18:19.355 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-02T17:18:20.594Z | [ recovery-image] Aug 02 17:18:19.365 INFO O| Aug 02 17:18:19.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5500 | 2024-08-02T17:18:20.594Z | [ recovery-image] Aug 02 17:18:19.365 INFO O| Aug 02 17:18:19.365 INFO STEP 541 (remove_files) COMPLETE |
5501 | 2024-08-02T17:18:20.594Z | [ recovery-image] Aug 02 17:18:19.365 INFO O| Aug 02 17:18:19.365 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-02T17:18:20.604Z | [ recovery-image] Aug 02 17:18:19.375 INFO O| Aug 02 17:18:19.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5503 | 2024-08-02T17:18:20.604Z | [ recovery-image] Aug 02 17:18:19.375 INFO O| Aug 02 17:18:19.375 INFO STEP 542 (remove_files) COMPLETE |
5504 | 2024-08-02T17:18:20.607Z | [ recovery-image] Aug 02 17:18:19.375 INFO O| Aug 02 17:18:19.375 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-02T17:18:20.614Z | [ recovery-image] Aug 02 17:18:19.385 INFO O| Aug 02 17:18:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5506 | 2024-08-02T17:18:20.614Z | [ recovery-image] Aug 02 17:18:19.385 INFO O| Aug 02 17:18:19.385 INFO STEP 543 (remove_files) COMPLETE |
5507 | 2024-08-02T17:18:20.617Z | [ recovery-image] Aug 02 17:18:19.385 INFO O| Aug 02 17:18:19.385 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-02T17:18:20.624Z | [ recovery-image] Aug 02 17:18:19.395 INFO O| Aug 02 17:18:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5509 | 2024-08-02T17:18:20.624Z | [ recovery-image] Aug 02 17:18:19.395 INFO O| Aug 02 17:18:19.395 INFO STEP 544 (remove_files) COMPLETE |
5510 | 2024-08-02T17:18:20.627Z | [ recovery-image] Aug 02 17:18:19.395 INFO O| Aug 02 17:18:19.395 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-02T17:18:20.634Z | [ recovery-image] Aug 02 17:18:19.405 INFO O| Aug 02 17:18:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5512 | 2024-08-02T17:18:20.634Z | [ recovery-image] Aug 02 17:18:19.405 INFO O| Aug 02 17:18:19.405 INFO STEP 545 (remove_files) COMPLETE |
5513 | 2024-08-02T17:18:20.637Z | [ recovery-image] Aug 02 17:18:19.405 INFO O| Aug 02 17:18:19.405 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-02T17:18:20.644Z | [ recovery-image] Aug 02 17:18:19.416 INFO O| Aug 02 17:18:19.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5515 | 2024-08-02T17:18:20.645Z | [ recovery-image] Aug 02 17:18:19.416 INFO O| Aug 02 17:18:19.416 INFO STEP 546 (remove_files) COMPLETE |
5516 | 2024-08-02T17:18:20.647Z | [ recovery-image] Aug 02 17:18:19.416 INFO O| Aug 02 17:18:19.416 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-02T17:18:20.656Z | [ recovery-image] Aug 02 17:18:19.427 INFO O| Aug 02 17:18:19.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5518 | 2024-08-02T17:18:20.656Z | [ recovery-image] Aug 02 17:18:19.427 INFO O| Aug 02 17:18:19.427 INFO STEP 547 (remove_files) COMPLETE |
5519 | 2024-08-02T17:18:20.659Z | [ recovery-image] Aug 02 17:18:19.427 INFO O| Aug 02 17:18:19.427 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-02T17:18:20.668Z | [ recovery-image] Aug 02 17:18:19.439 INFO O| Aug 02 17:18:19.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5521 | 2024-08-02T17:18:20.668Z | [ recovery-image] Aug 02 17:18:19.439 INFO O| Aug 02 17:18:19.439 INFO STEP 548 (remove_files) COMPLETE |
5522 | 2024-08-02T17:18:20.671Z | [ recovery-image] Aug 02 17:18:19.439 INFO O| Aug 02 17:18:19.439 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-02T17:18:20.679Z | [ recovery-image] Aug 02 17:18:19.450 INFO O| Aug 02 17:18:19.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5524 | 2024-08-02T17:18:20.682Z | [ recovery-image] Aug 02 17:18:19.451 INFO O| Aug 02 17:18:19.451 INFO STEP 549 (remove_files) COMPLETE |
5525 | 2024-08-02T17:18:20.682Z | [ recovery-image] Aug 02 17:18:19.451 INFO O| Aug 02 17:18:19.451 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-02T17:18:20.692Z | [ recovery-image] Aug 02 17:18:19.463 INFO O| Aug 02 17:18:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5527 | 2024-08-02T17:18:20.695Z | [ recovery-image] Aug 02 17:18:19.463 INFO O| Aug 02 17:18:19.463 INFO STEP 550 (remove_files) COMPLETE |
5528 | 2024-08-02T17:18:20.695Z | [ recovery-image] Aug 02 17:18:19.463 INFO O| Aug 02 17:18:19.463 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-02T17:18:20.704Z | [ recovery-image] Aug 02 17:18:19.475 INFO O| Aug 02 17:18:19.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5530 | 2024-08-02T17:18:20.704Z | [ recovery-image] Aug 02 17:18:19.476 INFO O| Aug 02 17:18:19.476 INFO STEP 551 (remove_files) COMPLETE |
5531 | 2024-08-02T17:18:20.707Z | [ recovery-image] Aug 02 17:18:19.476 INFO O| Aug 02 17:18:19.476 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-02T17:18:20.718Z | [ recovery-image] Aug 02 17:18:19.490 INFO O| Aug 02 17:18:19.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5533 | 2024-08-02T17:18:20.719Z | [ recovery-image] Aug 02 17:18:19.490 INFO O| Aug 02 17:18:19.490 INFO STEP 552 (remove_files) COMPLETE |
5534 | 2024-08-02T17:18:20.721Z | [ recovery-image] Aug 02 17:18:19.490 INFO O| Aug 02 17:18:19.490 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-02T17:18:20.731Z | [ recovery-image] Aug 02 17:18:19.502 INFO O| Aug 02 17:18:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5536 | 2024-08-02T17:18:20.731Z | [ recovery-image] Aug 02 17:18:19.502 INFO O| Aug 02 17:18:19.502 INFO STEP 553 (remove_files) COMPLETE |
5537 | 2024-08-02T17:18:20.734Z | [ recovery-image] Aug 02 17:18:19.502 INFO O| Aug 02 17:18:19.502 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-02T17:18:20.743Z | [ recovery-image] Aug 02 17:18:19.514 INFO O| Aug 02 17:18:19.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5539 | 2024-08-02T17:18:20.743Z | [ recovery-image] Aug 02 17:18:19.515 INFO O| Aug 02 17:18:19.514 INFO STEP 554 (remove_files) COMPLETE |
5540 | 2024-08-02T17:18:20.746Z | [ recovery-image] Aug 02 17:18:19.515 INFO O| Aug 02 17:18:19.515 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-02T17:18:20.756Z | [ recovery-image] Aug 02 17:18:19.527 INFO O| Aug 02 17:18:19.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5542 | 2024-08-02T17:18:20.759Z | [ recovery-image] Aug 02 17:18:19.527 INFO O| Aug 02 17:18:19.527 INFO STEP 555 (remove_files) COMPLETE |
5543 | 2024-08-02T17:18:20.759Z | [ recovery-image] Aug 02 17:18:19.527 INFO O| Aug 02 17:18:19.527 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-02T17:18:20.768Z | [ recovery-image] Aug 02 17:18:19.539 INFO O| Aug 02 17:18:19.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5545 | 2024-08-02T17:18:20.771Z | [ recovery-image] Aug 02 17:18:19.539 INFO O| Aug 02 17:18:19.539 INFO STEP 556 (remove_files) COMPLETE |
5546 | 2024-08-02T17:18:20.771Z | [ recovery-image] Aug 02 17:18:19.539 INFO O| Aug 02 17:18:19.539 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-02T17:18:20.780Z | [ recovery-image] Aug 02 17:18:19.551 INFO O| Aug 02 17:18:19.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5548 | 2024-08-02T17:18:20.783Z | [ recovery-image] Aug 02 17:18:19.552 INFO O| Aug 02 17:18:19.552 INFO STEP 557 (remove_files) COMPLETE |
5549 | 2024-08-02T17:18:20.783Z | [ recovery-image] Aug 02 17:18:19.552 INFO O| Aug 02 17:18:19.552 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-02T17:18:20.793Z | [ recovery-image] Aug 02 17:18:19.564 INFO O| Aug 02 17:18:19.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5551 | 2024-08-02T17:18:20.793Z | [ recovery-image] Aug 02 17:18:19.564 INFO O| Aug 02 17:18:19.564 INFO STEP 558 (remove_files) COMPLETE |
5552 | 2024-08-02T17:18:20.793Z | [ recovery-image] Aug 02 17:18:19.564 INFO O| Aug 02 17:18:19.564 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-02T17:18:20.805Z | [ recovery-image] Aug 02 17:18:19.576 INFO O| Aug 02 17:18:19.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5554 | 2024-08-02T17:18:20.808Z | [ recovery-image] Aug 02 17:18:19.576 INFO O| Aug 02 17:18:19.576 INFO STEP 559 (remove_files) COMPLETE |
5555 | 2024-08-02T17:18:20.808Z | [ recovery-image] Aug 02 17:18:19.576 INFO O| Aug 02 17:18:19.576 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-02T17:18:20.817Z | [ recovery-image] Aug 02 17:18:19.588 INFO O| Aug 02 17:18:19.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5557 | 2024-08-02T17:18:20.817Z | [ recovery-image] Aug 02 17:18:19.588 INFO O| Aug 02 17:18:19.588 INFO STEP 560 (remove_files) COMPLETE |
5558 | 2024-08-02T17:18:20.817Z | [ recovery-image] Aug 02 17:18:19.588 INFO O| Aug 02 17:18:19.588 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-02T17:18:20.829Z | [ recovery-image] Aug 02 17:18:19.600 INFO O| Aug 02 17:18:19.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5560 | 2024-08-02T17:18:20.829Z | [ recovery-image] Aug 02 17:18:19.600 INFO O| Aug 02 17:18:19.600 INFO STEP 561 (remove_files) COMPLETE |
5561 | 2024-08-02T17:18:20.829Z | [ recovery-image] Aug 02 17:18:19.600 INFO O| Aug 02 17:18:19.600 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-02T17:18:20.842Z | [ recovery-image] Aug 02 17:18:19.613 INFO O| Aug 02 17:18:19.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5563 | 2024-08-02T17:18:20.842Z | [ recovery-image] Aug 02 17:18:19.613 INFO O| Aug 02 17:18:19.613 INFO STEP 562 (remove_files) COMPLETE |
5564 | 2024-08-02T17:18:20.842Z | [ recovery-image] Aug 02 17:18:19.613 INFO O| Aug 02 17:18:19.613 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-02T17:18:20.856Z | [ recovery-image] Aug 02 17:18:19.627 INFO O| Aug 02 17:18:19.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5566 | 2024-08-02T17:18:20.856Z | [ recovery-image] Aug 02 17:18:19.627 INFO O| Aug 02 17:18:19.627 INFO STEP 563 (remove_files) COMPLETE |
5567 | 2024-08-02T17:18:20.856Z | [ recovery-image] Aug 02 17:18:19.627 INFO O| Aug 02 17:18:19.627 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-02T17:18:20.870Z | [ recovery-image] Aug 02 17:18:19.641 INFO O| Aug 02 17:18:19.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5569 | 2024-08-02T17:18:20.873Z | [ recovery-image] Aug 02 17:18:19.642 INFO O| Aug 02 17:18:19.642 INFO STEP 564 (remove_files) COMPLETE |
5570 | 2024-08-02T17:18:20.873Z | [ recovery-image] Aug 02 17:18:19.642 INFO O| Aug 02 17:18:19.642 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-02T17:18:20.883Z | [ recovery-image] Aug 02 17:18:19.654 INFO O| Aug 02 17:18:19.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5572 | 2024-08-02T17:18:20.883Z | [ recovery-image] Aug 02 17:18:19.654 INFO O| Aug 02 17:18:19.654 INFO STEP 565 (remove_files) COMPLETE |
5573 | 2024-08-02T17:18:20.886Z | [ recovery-image] Aug 02 17:18:19.654 INFO O| Aug 02 17:18:19.654 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-02T17:18:20.896Z | [ recovery-image] Aug 02 17:18:19.667 INFO O| Aug 02 17:18:19.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5575 | 2024-08-02T17:18:20.896Z | [ recovery-image] Aug 02 17:18:19.667 INFO O| Aug 02 17:18:19.667 INFO STEP 566 (remove_files) COMPLETE |
5576 | 2024-08-02T17:18:20.896Z | [ recovery-image] Aug 02 17:18:19.667 INFO O| Aug 02 17:18:19.667 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-02T17:18:20.908Z | [ recovery-image] Aug 02 17:18:19.679 INFO O| Aug 02 17:18:19.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5578 | 2024-08-02T17:18:20.908Z | [ recovery-image] Aug 02 17:18:19.679 INFO O| Aug 02 17:18:19.679 INFO STEP 567 (remove_files) COMPLETE |
5579 | 2024-08-02T17:18:20.911Z | [ recovery-image] Aug 02 17:18:19.679 INFO O| Aug 02 17:18:19.679 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-02T17:18:20.920Z | [ recovery-image] Aug 02 17:18:19.691 INFO O| Aug 02 17:18:19.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5581 | 2024-08-02T17:18:20.920Z | [ recovery-image] Aug 02 17:18:19.691 INFO O| Aug 02 17:18:19.691 INFO STEP 568 (remove_files) COMPLETE |
5582 | 2024-08-02T17:18:20.920Z | [ recovery-image] Aug 02 17:18:19.691 INFO O| Aug 02 17:18:19.691 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-02T17:18:20.932Z | [ recovery-image] Aug 02 17:18:19.703 INFO O| Aug 02 17:18:19.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5584 | 2024-08-02T17:18:20.932Z | [ recovery-image] Aug 02 17:18:19.703 INFO O| Aug 02 17:18:19.703 INFO STEP 569 (remove_files) COMPLETE |
5585 | 2024-08-02T17:18:20.932Z | [ recovery-image] Aug 02 17:18:19.703 INFO O| Aug 02 17:18:19.703 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-02T17:18:20.943Z | [ recovery-image] Aug 02 17:18:19.714 INFO O| Aug 02 17:18:19.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5587 | 2024-08-02T17:18:20.943Z | [ recovery-image] Aug 02 17:18:19.714 INFO O| Aug 02 17:18:19.714 INFO STEP 570 (remove_files) COMPLETE |
5588 | 2024-08-02T17:18:20.943Z | [ recovery-image] Aug 02 17:18:19.714 INFO O| Aug 02 17:18:19.714 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-02T17:18:20.955Z | [ recovery-image] Aug 02 17:18:19.726 INFO O| Aug 02 17:18:19.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5590 | 2024-08-02T17:18:20.955Z | [ recovery-image] Aug 02 17:18:19.726 INFO O| Aug 02 17:18:19.726 INFO STEP 571 (remove_files) COMPLETE |
5591 | 2024-08-02T17:18:20.957Z | [ recovery-image] Aug 02 17:18:19.726 INFO O| Aug 02 17:18:19.726 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-02T17:18:20.966Z | [ recovery-image] Aug 02 17:18:19.737 INFO O| Aug 02 17:18:19.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5593 | 2024-08-02T17:18:20.966Z | [ recovery-image] Aug 02 17:18:19.737 INFO O| Aug 02 17:18:19.737 INFO STEP 572 (remove_files) COMPLETE |
5594 | 2024-08-02T17:18:20.966Z | [ recovery-image] Aug 02 17:18:19.737 INFO O| Aug 02 17:18:19.737 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-02T17:18:20.977Z | [ recovery-image] Aug 02 17:18:19.748 INFO O| Aug 02 17:18:19.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5596 | 2024-08-02T17:18:20.977Z | [ recovery-image] Aug 02 17:18:19.748 INFO O| Aug 02 17:18:19.748 INFO STEP 573 (remove_files) COMPLETE |
5597 | 2024-08-02T17:18:20.980Z | [ recovery-image] Aug 02 17:18:19.748 INFO O| Aug 02 17:18:19.748 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-02T17:18:20.988Z | [ recovery-image] Aug 02 17:18:19.759 INFO O| Aug 02 17:18:19.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5599 | 2024-08-02T17:18:20.991Z | [ recovery-image] Aug 02 17:18:19.759 INFO O| Aug 02 17:18:19.759 INFO STEP 574 (remove_files) COMPLETE |
5600 | 2024-08-02T17:18:20.991Z | [ recovery-image] Aug 02 17:18:19.759 INFO O| Aug 02 17:18:19.759 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-02T17:18:21.000Z | [ recovery-image] Aug 02 17:18:19.771 INFO O| Aug 02 17:18:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5602 | 2024-08-02T17:18:21.000Z | [ recovery-image] Aug 02 17:18:19.771 INFO O| Aug 02 17:18:19.771 INFO STEP 575 (remove_files) COMPLETE |
5603 | 2024-08-02T17:18:21.000Z | [ recovery-image] Aug 02 17:18:19.771 INFO O| Aug 02 17:18:19.771 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-02T17:18:21.011Z | [ recovery-image] Aug 02 17:18:19.782 INFO O| Aug 02 17:18:19.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5605 | 2024-08-02T17:18:21.011Z | [ recovery-image] Aug 02 17:18:19.782 INFO O| Aug 02 17:18:19.782 INFO STEP 576 (remove_files) COMPLETE |
5606 | 2024-08-02T17:18:21.014Z | [ recovery-image] Aug 02 17:18:19.782 INFO O| Aug 02 17:18:19.782 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-02T17:18:21.022Z | [ recovery-image] Aug 02 17:18:19.793 INFO O| Aug 02 17:18:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5608 | 2024-08-02T17:18:21.022Z | [ recovery-image] Aug 02 17:18:19.793 INFO O| Aug 02 17:18:19.793 INFO STEP 577 (remove_files) COMPLETE |
5609 | 2024-08-02T17:18:21.025Z | [ recovery-image] Aug 02 17:18:19.793 INFO O| Aug 02 17:18:19.793 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-02T17:18:21.033Z | [ recovery-image] Aug 02 17:18:19.804 INFO O| Aug 02 17:18:19.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5611 | 2024-08-02T17:18:21.033Z | [ recovery-image] Aug 02 17:18:19.804 INFO O| Aug 02 17:18:19.804 INFO STEP 578 (remove_files) COMPLETE |
5612 | 2024-08-02T17:18:21.036Z | [ recovery-image] Aug 02 17:18:19.804 INFO O| Aug 02 17:18:19.804 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-02T17:18:21.044Z | [ recovery-image] Aug 02 17:18:19.816 INFO O| Aug 02 17:18:19.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5614 | 2024-08-02T17:18:21.045Z | [ recovery-image] Aug 02 17:18:19.816 INFO O| Aug 02 17:18:19.816 INFO STEP 579 (remove_files) COMPLETE |
5615 | 2024-08-02T17:18:21.045Z | [ recovery-image] Aug 02 17:18:19.816 INFO O| Aug 02 17:18:19.816 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-02T17:18:21.055Z | [ recovery-image] Aug 02 17:18:19.826 INFO O| Aug 02 17:18:19.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5617 | 2024-08-02T17:18:21.055Z | [ recovery-image] Aug 02 17:18:19.827 INFO O| Aug 02 17:18:19.827 INFO STEP 580 (remove_files) COMPLETE |
5618 | 2024-08-02T17:18:21.055Z | [ recovery-image] Aug 02 17:18:19.827 INFO O| Aug 02 17:18:19.827 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-02T17:18:21.066Z | [ recovery-image] Aug 02 17:18:19.837 INFO O| Aug 02 17:18:19.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5620 | 2024-08-02T17:18:21.066Z | [ recovery-image] Aug 02 17:18:19.837 INFO O| Aug 02 17:18:19.837 INFO STEP 581 (remove_files) COMPLETE |
5621 | 2024-08-02T17:18:21.069Z | [ recovery-image] Aug 02 17:18:19.837 INFO O| Aug 02 17:18:19.837 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-02T17:18:21.076Z | [ recovery-image] Aug 02 17:18:19.848 INFO O| Aug 02 17:18:19.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5623 | 2024-08-02T17:18:21.076Z | [ recovery-image] Aug 02 17:18:19.848 INFO O| Aug 02 17:18:19.848 INFO STEP 582 (remove_files) COMPLETE |
5624 | 2024-08-02T17:18:21.077Z | [ recovery-image] Aug 02 17:18:19.848 INFO O| Aug 02 17:18:19.848 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-02T17:18:21.088Z | [ recovery-image] Aug 02 17:18:19.859 INFO O| Aug 02 17:18:19.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5626 | 2024-08-02T17:18:21.088Z | [ recovery-image] Aug 02 17:18:19.859 INFO O| Aug 02 17:18:19.859 INFO STEP 583 (remove_files) COMPLETE |
5627 | 2024-08-02T17:18:21.088Z | [ recovery-image] Aug 02 17:18:19.859 INFO O| Aug 02 17:18:19.859 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-02T17:18:21.100Z | [ recovery-image] Aug 02 17:18:19.871 INFO O| Aug 02 17:18:19.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5629 | 2024-08-02T17:18:21.101Z | [ recovery-image] Aug 02 17:18:19.872 INFO O| Aug 02 17:18:19.872 INFO STEP 584 (remove_files) COMPLETE |
5630 | 2024-08-02T17:18:21.105Z | [ recovery-image] Aug 02 17:18:19.872 INFO O| Aug 02 17:18:19.872 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-02T17:18:21.112Z | [ recovery-image] Aug 02 17:18:19.883 INFO O| Aug 02 17:18:19.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5632 | 2024-08-02T17:18:21.112Z | [ recovery-image] Aug 02 17:18:19.883 INFO O| Aug 02 17:18:19.883 INFO STEP 585 (remove_files) COMPLETE |
5633 | 2024-08-02T17:18:21.115Z | [ recovery-image] Aug 02 17:18:19.884 INFO O| Aug 02 17:18:19.883 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-02T17:18:21.124Z | [ recovery-image] Aug 02 17:18:19.895 INFO O| Aug 02 17:18:19.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5635 | 2024-08-02T17:18:21.126Z | [ recovery-image] Aug 02 17:18:19.895 INFO O| Aug 02 17:18:19.895 INFO STEP 586 (remove_files) COMPLETE |
5636 | 2024-08-02T17:18:21.126Z | [ recovery-image] Aug 02 17:18:19.895 INFO O| Aug 02 17:18:19.895 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-02T17:18:21.135Z | [ recovery-image] Aug 02 17:18:19.906 INFO O| Aug 02 17:18:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5638 | 2024-08-02T17:18:21.135Z | [ recovery-image] Aug 02 17:18:19.906 INFO O| Aug 02 17:18:19.906 INFO STEP 587 (remove_files) COMPLETE |
5639 | 2024-08-02T17:18:21.138Z | [ recovery-image] Aug 02 17:18:19.906 INFO O| Aug 02 17:18:19.906 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-02T17:18:21.147Z | [ recovery-image] Aug 02 17:18:19.918 INFO O| Aug 02 17:18:19.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5641 | 2024-08-02T17:18:21.147Z | [ recovery-image] Aug 02 17:18:19.918 INFO O| Aug 02 17:18:19.918 INFO STEP 588 (remove_files) COMPLETE |
5642 | 2024-08-02T17:18:21.150Z | [ recovery-image] Aug 02 17:18:19.918 INFO O| Aug 02 17:18:19.918 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-02T17:18:21.158Z | [ recovery-image] Aug 02 17:18:19.929 INFO O| Aug 02 17:18:19.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5644 | 2024-08-02T17:18:21.161Z | [ recovery-image] Aug 02 17:18:19.929 INFO O| Aug 02 17:18:19.929 INFO STEP 589 (remove_files) COMPLETE |
5645 | 2024-08-02T17:18:21.161Z | [ recovery-image] Aug 02 17:18:19.929 INFO O| Aug 02 17:18:19.929 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-02T17:18:21.169Z | [ recovery-image] Aug 02 17:18:19.940 INFO O| Aug 02 17:18:19.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5647 | 2024-08-02T17:18:21.169Z | [ recovery-image] Aug 02 17:18:19.940 INFO O| Aug 02 17:18:19.940 INFO STEP 590 (remove_files) COMPLETE |
5648 | 2024-08-02T17:18:21.169Z | [ recovery-image] Aug 02 17:18:19.940 INFO O| Aug 02 17:18:19.940 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-02T17:18:21.179Z | [ recovery-image] Aug 02 17:18:19.950 INFO O| Aug 02 17:18:19.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5650 | 2024-08-02T17:18:21.182Z | [ recovery-image] Aug 02 17:18:19.950 INFO O| Aug 02 17:18:19.950 INFO STEP 591 (remove_files) COMPLETE |
5651 | 2024-08-02T17:18:21.182Z | [ recovery-image] Aug 02 17:18:19.951 INFO O| Aug 02 17:18:19.950 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-02T17:18:21.191Z | [ recovery-image] Aug 02 17:18:19.961 INFO O| Aug 02 17:18:19.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5653 | 2024-08-02T17:18:21.194Z | [ recovery-image] Aug 02 17:18:19.961 INFO O| Aug 02 17:18:19.961 INFO STEP 592 (remove_files) COMPLETE |
5654 | 2024-08-02T17:18:21.194Z | [ recovery-image] Aug 02 17:18:19.961 INFO O| Aug 02 17:18:19.961 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-02T17:18:21.201Z | [ recovery-image] Aug 02 17:18:19.971 INFO O| Aug 02 17:18:19.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5656 | 2024-08-02T17:18:21.201Z | [ recovery-image] Aug 02 17:18:19.971 INFO O| Aug 02 17:18:19.971 INFO STEP 593 (remove_files) COMPLETE |
5657 | 2024-08-02T17:18:21.203Z | [ recovery-image] Aug 02 17:18:19.971 INFO O| Aug 02 17:18:19.971 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-02T17:18:21.211Z | [ recovery-image] Aug 02 17:18:19.981 INFO O| Aug 02 17:18:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5659 | 2024-08-02T17:18:21.214Z | [ recovery-image] Aug 02 17:18:19.981 INFO O| Aug 02 17:18:19.981 INFO STEP 594 (remove_files) COMPLETE |
5660 | 2024-08-02T17:18:21.214Z | [ recovery-image] Aug 02 17:18:19.981 INFO O| Aug 02 17:18:19.981 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-02T17:18:21.220Z | [ recovery-image] Aug 02 17:18:19.991 INFO O| Aug 02 17:18:19.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5662 | 2024-08-02T17:18:21.220Z | [ recovery-image] Aug 02 17:18:19.991 INFO O| Aug 02 17:18:19.991 INFO STEP 595 (remove_files) COMPLETE |
5663 | 2024-08-02T17:18:21.224Z | [ recovery-image] Aug 02 17:18:19.991 INFO O| Aug 02 17:18:19.991 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-02T17:18:21.232Z | [ recovery-image] Aug 02 17:18:20.001 INFO O| Aug 02 17:18:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5665 | 2024-08-02T17:18:21.235Z | [ recovery-image] Aug 02 17:18:20.001 INFO O| Aug 02 17:18:20.001 INFO STEP 596 (remove_files) COMPLETE |
5666 | 2024-08-02T17:18:21.235Z | [ recovery-image] Aug 02 17:18:20.001 INFO O| Aug 02 17:18:20.001 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-02T17:18:21.240Z | [ recovery-image] Aug 02 17:18:20.012 INFO O| Aug 02 17:18:20.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5668 | 2024-08-02T17:18:21.244Z | [ recovery-image] Aug 02 17:18:20.012 INFO O| Aug 02 17:18:20.012 INFO STEP 597 (remove_files) COMPLETE |
5669 | 2024-08-02T17:18:21.245Z | [ recovery-image] Aug 02 17:18:20.012 INFO O| Aug 02 17:18:20.012 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-02T17:18:21.251Z | [ recovery-image] Aug 02 17:18:20.022 INFO O| Aug 02 17:18:20.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5671 | 2024-08-02T17:18:21.251Z | [ recovery-image] Aug 02 17:18:20.022 INFO O| Aug 02 17:18:20.022 INFO STEP 598 (remove_files) COMPLETE |
5672 | 2024-08-02T17:18:21.254Z | [ recovery-image] Aug 02 17:18:20.022 INFO O| Aug 02 17:18:20.022 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-02T17:18:21.262Z | [ recovery-image] Aug 02 17:18:20.032 INFO O| Aug 02 17:18:20.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5674 | 2024-08-02T17:18:21.262Z | [ recovery-image] Aug 02 17:18:20.033 INFO O| Aug 02 17:18:20.032 INFO STEP 599 (remove_files) COMPLETE |
5675 | 2024-08-02T17:18:21.262Z | [ recovery-image] Aug 02 17:18:20.033 INFO O| Aug 02 17:18:20.033 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-02T17:18:21.272Z | [ recovery-image] Aug 02 17:18:20.043 INFO O| Aug 02 17:18:20.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5677 | 2024-08-02T17:18:21.273Z | [ recovery-image] Aug 02 17:18:20.043 INFO O| Aug 02 17:18:20.043 INFO STEP 600 (remove_files) COMPLETE |
5678 | 2024-08-02T17:18:21.275Z | [ recovery-image] Aug 02 17:18:20.043 INFO O| Aug 02 17:18:20.043 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-02T17:18:21.283Z | [ recovery-image] Aug 02 17:18:20.054 INFO O| Aug 02 17:18:20.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5680 | 2024-08-02T17:18:21.283Z | [ recovery-image] Aug 02 17:18:20.054 INFO O| Aug 02 17:18:20.054 INFO STEP 601 (remove_files) COMPLETE |
5681 | 2024-08-02T17:18:21.286Z | [ recovery-image] Aug 02 17:18:20.054 INFO O| Aug 02 17:18:20.054 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-02T17:18:21.294Z | [ recovery-image] Aug 02 17:18:20.065 INFO O| Aug 02 17:18:20.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5683 | 2024-08-02T17:18:21.297Z | [ recovery-image] Aug 02 17:18:20.065 INFO O| Aug 02 17:18:20.065 INFO STEP 602 (remove_files) COMPLETE |
5684 | 2024-08-02T17:18:21.297Z | [ recovery-image] Aug 02 17:18:20.065 INFO O| Aug 02 17:18:20.065 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-02T17:18:21.304Z | [ recovery-image] Aug 02 17:18:20.075 INFO O| Aug 02 17:18:20.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5686 | 2024-08-02T17:18:21.304Z | [ recovery-image] Aug 02 17:18:20.075 INFO O| Aug 02 17:18:20.075 INFO STEP 603 (remove_files) COMPLETE |
5687 | 2024-08-02T17:18:21.304Z | [ recovery-image] Aug 02 17:18:20.076 INFO O| Aug 02 17:18:20.075 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-02T17:18:21.315Z | [ recovery-image] Aug 02 17:18:20.086 INFO O| Aug 02 17:18:20.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5689 | 2024-08-02T17:18:21.318Z | [ recovery-image] Aug 02 17:18:20.086 INFO O| Aug 02 17:18:20.086 INFO STEP 604 (remove_files) COMPLETE |
5690 | 2024-08-02T17:18:21.318Z | [ recovery-image] Aug 02 17:18:20.086 INFO O| Aug 02 17:18:20.086 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-02T17:18:21.326Z | [ recovery-image] Aug 02 17:18:20.096 INFO O| Aug 02 17:18:20.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5692 | 2024-08-02T17:18:21.326Z | [ recovery-image] Aug 02 17:18:20.096 INFO O| Aug 02 17:18:20.096 INFO STEP 605 (remove_files) COMPLETE |
5693 | 2024-08-02T17:18:21.329Z | [ recovery-image] Aug 02 17:18:20.097 INFO O| Aug 02 17:18:20.096 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-02T17:18:21.336Z | [ recovery-image] Aug 02 17:18:20.107 INFO O| Aug 02 17:18:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5695 | 2024-08-02T17:18:21.337Z | [ recovery-image] Aug 02 17:18:20.107 INFO O| Aug 02 17:18:20.107 INFO STEP 606 (remove_files) COMPLETE |
5696 | 2024-08-02T17:18:21.337Z | [ recovery-image] Aug 02 17:18:20.107 INFO O| Aug 02 17:18:20.107 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-02T17:18:21.346Z | [ recovery-image] Aug 02 17:18:20.117 INFO O| Aug 02 17:18:20.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5698 | 2024-08-02T17:18:21.346Z | [ recovery-image] Aug 02 17:18:20.117 INFO O| Aug 02 17:18:20.117 INFO STEP 607 (remove_files) COMPLETE |
5699 | 2024-08-02T17:18:21.350Z | [ recovery-image] Aug 02 17:18:20.117 INFO O| Aug 02 17:18:20.117 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-02T17:18:21.356Z | [ recovery-image] Aug 02 17:18:20.127 INFO O| Aug 02 17:18:20.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5701 | 2024-08-02T17:18:21.356Z | [ recovery-image] Aug 02 17:18:20.128 INFO O| Aug 02 17:18:20.128 INFO STEP 608 (remove_files) COMPLETE |
5702 | 2024-08-02T17:18:21.359Z | [ recovery-image] Aug 02 17:18:20.128 INFO O| Aug 02 17:18:20.128 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-02T17:18:21.367Z | [ recovery-image] Aug 02 17:18:20.138 INFO O| Aug 02 17:18:20.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5704 | 2024-08-02T17:18:21.370Z | [ recovery-image] Aug 02 17:18:20.138 INFO O| Aug 02 17:18:20.138 INFO STEP 609 (remove_files) COMPLETE |
5705 | 2024-08-02T17:18:21.370Z | [ recovery-image] Aug 02 17:18:20.138 INFO O| Aug 02 17:18:20.138 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-02T17:18:21.377Z | [ recovery-image] Aug 02 17:18:20.149 INFO O| Aug 02 17:18:20.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5707 | 2024-08-02T17:18:21.377Z | [ recovery-image] Aug 02 17:18:20.149 INFO O| Aug 02 17:18:20.149 INFO STEP 610 (remove_files) COMPLETE |
5708 | 2024-08-02T17:18:21.377Z | [ recovery-image] Aug 02 17:18:20.149 INFO O| Aug 02 17:18:20.149 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-02T17:18:21.390Z | [ recovery-image] Aug 02 17:18:20.161 INFO O| Aug 02 17:18:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5710 | 2024-08-02T17:18:21.390Z | [ recovery-image] Aug 02 17:18:20.161 INFO O| Aug 02 17:18:20.161 INFO STEP 611 (remove_files) COMPLETE |
5711 | 2024-08-02T17:18:21.390Z | [ recovery-image] Aug 02 17:18:20.161 INFO O| Aug 02 17:18:20.161 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-02T17:18:21.403Z | [ recovery-image] Aug 02 17:18:20.174 INFO O| Aug 02 17:18:20.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5713 | 2024-08-02T17:18:21.403Z | [ recovery-image] Aug 02 17:18:20.174 INFO O| Aug 02 17:18:20.174 INFO STEP 612 (remove_files) COMPLETE |
5714 | 2024-08-02T17:18:21.406Z | [ recovery-image] Aug 02 17:18:20.174 INFO O| Aug 02 17:18:20.174 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-02T17:18:21.415Z | [ recovery-image] Aug 02 17:18:20.186 INFO O| Aug 02 17:18:20.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5716 | 2024-08-02T17:18:21.415Z | [ recovery-image] Aug 02 17:18:20.186 INFO O| Aug 02 17:18:20.186 INFO STEP 613 (remove_files) COMPLETE |
5717 | 2024-08-02T17:18:21.418Z | [ recovery-image] Aug 02 17:18:20.186 INFO O| Aug 02 17:18:20.186 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-02T17:18:21.426Z | [ recovery-image] Aug 02 17:18:20.197 INFO O| Aug 02 17:18:20.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5719 | 2024-08-02T17:18:21.426Z | [ recovery-image] Aug 02 17:18:20.197 INFO O| Aug 02 17:18:20.197 INFO STEP 614 (remove_files) COMPLETE |
5720 | 2024-08-02T17:18:21.426Z | [ recovery-image] Aug 02 17:18:20.197 INFO O| Aug 02 17:18:20.197 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-02T17:18:21.438Z | [ recovery-image] Aug 02 17:18:20.209 INFO O| Aug 02 17:18:20.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5722 | 2024-08-02T17:18:21.438Z | [ recovery-image] Aug 02 17:18:20.209 INFO O| Aug 02 17:18:20.209 INFO STEP 615 (remove_files) COMPLETE |
5723 | 2024-08-02T17:18:21.441Z | [ recovery-image] Aug 02 17:18:20.209 INFO O| Aug 02 17:18:20.209 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-02T17:18:21.452Z | [ recovery-image] Aug 02 17:18:20.223 INFO O| Aug 02 17:18:20.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5725 | 2024-08-02T17:18:21.454Z | [ recovery-image] Aug 02 17:18:20.223 INFO O| Aug 02 17:18:20.223 INFO STEP 616 (remove_files) COMPLETE |
5726 | 2024-08-02T17:18:21.455Z | [ recovery-image] Aug 02 17:18:20.223 INFO O| Aug 02 17:18:20.223 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-02T17:18:21.465Z | [ recovery-image] Aug 02 17:18:20.236 INFO O| Aug 02 17:18:20.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5728 | 2024-08-02T17:18:21.465Z | [ recovery-image] Aug 02 17:18:20.236 INFO O| Aug 02 17:18:20.236 INFO STEP 617 (remove_files) COMPLETE |
5729 | 2024-08-02T17:18:21.465Z | [ recovery-image] Aug 02 17:18:20.236 INFO O| Aug 02 17:18:20.236 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-02T17:18:21.478Z | [ recovery-image] Aug 02 17:18:20.250 INFO O| Aug 02 17:18:20.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5731 | 2024-08-02T17:18:21.479Z | [ recovery-image] Aug 02 17:18:20.250 INFO O| Aug 02 17:18:20.250 INFO STEP 618 (remove_files) COMPLETE |
5732 | 2024-08-02T17:18:21.479Z | [ recovery-image] Aug 02 17:18:20.250 INFO O| Aug 02 17:18:20.250 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-02T17:18:21.491Z | [ recovery-image] Aug 02 17:18:20.261 INFO O| Aug 02 17:18:20.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5734 | 2024-08-02T17:18:21.495Z | [ recovery-image] Aug 02 17:18:20.261 INFO O| Aug 02 17:18:20.261 INFO STEP 619 (remove_files) COMPLETE |
5735 | 2024-08-02T17:18:21.495Z | [ recovery-image] Aug 02 17:18:20.261 INFO O| Aug 02 17:18:20.261 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-02T17:18:21.501Z | [ recovery-image] Aug 02 17:18:20.272 INFO O| Aug 02 17:18:20.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5737 | 2024-08-02T17:18:21.501Z | [ recovery-image] Aug 02 17:18:20.272 INFO O| Aug 02 17:18:20.272 INFO STEP 620 (remove_files) COMPLETE |
5738 | 2024-08-02T17:18:21.504Z | [ recovery-image] Aug 02 17:18:20.272 INFO O| Aug 02 17:18:20.272 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-02T17:18:21.512Z | [ recovery-image] Aug 02 17:18:20.283 INFO O| Aug 02 17:18:20.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5740 | 2024-08-02T17:18:21.512Z | [ recovery-image] Aug 02 17:18:20.283 INFO O| Aug 02 17:18:20.283 INFO STEP 621 (remove_files) COMPLETE |
5741 | 2024-08-02T17:18:21.515Z | [ recovery-image] Aug 02 17:18:20.283 INFO O| Aug 02 17:18:20.283 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-08-02T17:18:21.522Z | [ recovery-image] Aug 02 17:18:20.293 INFO O| Aug 02 17:18:20.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5743 | 2024-08-02T17:18:21.525Z | [ recovery-image] Aug 02 17:18:20.293 INFO O| Aug 02 17:18:20.293 INFO STEP 622 (remove_files) COMPLETE |
5744 | 2024-08-02T17:18:21.525Z | [ recovery-image] Aug 02 17:18:20.293 INFO O| Aug 02 17:18:20.293 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-08-02T17:18:21.531Z | [ recovery-image] Aug 02 17:18:20.302 INFO O| Aug 02 17:18:20.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5746 | 2024-08-02T17:18:21.531Z | [ recovery-image] Aug 02 17:18:20.302 INFO O| Aug 02 17:18:20.302 INFO STEP 623 (remove_files) COMPLETE |
5747 | 2024-08-02T17:18:21.534Z | [ recovery-image] Aug 02 17:18:20.302 INFO O| Aug 02 17:18:20.302 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-08-02T17:18:21.541Z | [ recovery-image] Aug 02 17:18:20.312 INFO O| Aug 02 17:18:20.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5749 | 2024-08-02T17:18:21.541Z | [ recovery-image] Aug 02 17:18:20.312 INFO O| Aug 02 17:18:20.312 INFO STEP 624 (remove_files) COMPLETE |
5750 | 2024-08-02T17:18:21.543Z | [ recovery-image] Aug 02 17:18:20.312 INFO O| Aug 02 17:18:20.312 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-02T17:18:21.550Z | [ recovery-image] Aug 02 17:18:20.321 INFO O| Aug 02 17:18:20.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5752 | 2024-08-02T17:18:21.550Z | [ recovery-image] Aug 02 17:18:20.321 INFO O| Aug 02 17:18:20.321 INFO STEP 625 (remove_files) COMPLETE |
5753 | 2024-08-02T17:18:21.550Z | [ recovery-image] Aug 02 17:18:20.321 INFO O| Aug 02 17:18:20.321 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-08-02T17:18:21.560Z | [ recovery-image] Aug 02 17:18:20.331 INFO O| Aug 02 17:18:20.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5755 | 2024-08-02T17:18:21.560Z | [ recovery-image] Aug 02 17:18:20.331 INFO O| Aug 02 17:18:20.331 INFO STEP 626 (remove_files) COMPLETE |
5756 | 2024-08-02T17:18:21.560Z | [ recovery-image] Aug 02 17:18:20.331 INFO O| Aug 02 17:18:20.331 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-02T17:18:21.569Z | [ recovery-image] Aug 02 17:18:20.340 INFO O| Aug 02 17:18:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5758 | 2024-08-02T17:18:21.572Z | [ recovery-image] Aug 02 17:18:20.340 INFO O| Aug 02 17:18:20.340 INFO STEP 627 (remove_files) COMPLETE |
5759 | 2024-08-02T17:18:21.572Z | [ recovery-image] Aug 02 17:18:20.340 INFO O| Aug 02 17:18:20.340 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-08-02T17:18:21.580Z | [ recovery-image] Aug 02 17:18:20.350 INFO O| Aug 02 17:18:20.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5761 | 2024-08-02T17:18:21.580Z | [ recovery-image] Aug 02 17:18:20.350 INFO O| Aug 02 17:18:20.350 INFO STEP 628 (remove_files) COMPLETE |
5762 | 2024-08-02T17:18:21.580Z | [ recovery-image] Aug 02 17:18:20.350 INFO O| Aug 02 17:18:20.350 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-08-02T17:18:21.589Z | [ recovery-image] Aug 02 17:18:20.360 INFO O| Aug 02 17:18:20.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5764 | 2024-08-02T17:18:21.589Z | [ recovery-image] Aug 02 17:18:20.360 INFO O| Aug 02 17:18:20.360 INFO STEP 629 (remove_files) COMPLETE |
5765 | 2024-08-02T17:18:21.589Z | [ recovery-image] Aug 02 17:18:20.360 INFO O| Aug 02 17:18:20.360 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-08-02T17:18:21.599Z | [ recovery-image] Aug 02 17:18:20.370 INFO O| Aug 02 17:18:20.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5767 | 2024-08-02T17:18:21.599Z | [ recovery-image] Aug 02 17:18:20.370 INFO O| Aug 02 17:18:20.370 INFO STEP 630 (remove_files) COMPLETE |
5768 | 2024-08-02T17:18:21.602Z | [ recovery-image] Aug 02 17:18:20.370 INFO O| Aug 02 17:18:20.370 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-08-02T17:18:21.609Z | [ recovery-image] Aug 02 17:18:20.380 INFO O| Aug 02 17:18:20.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5770 | 2024-08-02T17:18:21.609Z | [ recovery-image] Aug 02 17:18:20.380 INFO O| Aug 02 17:18:20.380 INFO STEP 631 (remove_files) COMPLETE |
5771 | 2024-08-02T17:18:21.612Z | [ recovery-image] Aug 02 17:18:20.380 INFO O| Aug 02 17:18:20.380 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-08-02T17:18:21.619Z | [ recovery-image] Aug 02 17:18:20.390 INFO O| Aug 02 17:18:20.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5773 | 2024-08-02T17:18:21.619Z | [ recovery-image] Aug 02 17:18:20.390 INFO O| Aug 02 17:18:20.390 INFO STEP 632 (remove_files) COMPLETE |
5774 | 2024-08-02T17:18:21.622Z | [ recovery-image] Aug 02 17:18:20.390 INFO O| Aug 02 17:18:20.390 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-02T17:18:21.629Z | [ recovery-image] Aug 02 17:18:20.400 INFO O| Aug 02 17:18:20.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5776 | 2024-08-02T17:18:21.629Z | [ recovery-image] Aug 02 17:18:20.400 INFO O| Aug 02 17:18:20.400 INFO STEP 633 (remove_files) COMPLETE |
5777 | 2024-08-02T17:18:21.629Z | [ recovery-image] Aug 02 17:18:20.400 INFO O| Aug 02 17:18:20.400 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-02T17:18:21.638Z | [ recovery-image] Aug 02 17:18:20.409 INFO O| Aug 02 17:18:20.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5779 | 2024-08-02T17:18:21.638Z | [ recovery-image] Aug 02 17:18:20.410 INFO O| Aug 02 17:18:20.410 INFO STEP 634 (remove_files) COMPLETE |
5780 | 2024-08-02T17:18:21.641Z | [ recovery-image] Aug 02 17:18:20.410 INFO O| Aug 02 17:18:20.410 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-08-02T17:18:21.648Z | [ recovery-image] Aug 02 17:18:20.419 INFO O| Aug 02 17:18:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5782 | 2024-08-02T17:18:21.648Z | [ recovery-image] Aug 02 17:18:20.419 INFO O| Aug 02 17:18:20.419 INFO STEP 635 (remove_files) COMPLETE |
5783 | 2024-08-02T17:18:21.650Z | [ recovery-image] Aug 02 17:18:20.419 INFO O| Aug 02 17:18:20.419 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-08-02T17:18:21.658Z | [ recovery-image] Aug 02 17:18:20.429 INFO O| Aug 02 17:18:20.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5785 | 2024-08-02T17:18:21.658Z | [ recovery-image] Aug 02 17:18:20.429 INFO O| Aug 02 17:18:20.429 INFO STEP 636 (remove_files) COMPLETE |
5786 | 2024-08-02T17:18:21.661Z | [ recovery-image] Aug 02 17:18:20.429 INFO O| Aug 02 17:18:20.429 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-02T17:18:21.668Z | [ recovery-image] Aug 02 17:18:20.439 INFO O| Aug 02 17:18:20.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5788 | 2024-08-02T17:18:21.668Z | [ recovery-image] Aug 02 17:18:20.439 INFO O| Aug 02 17:18:20.439 INFO STEP 637 (remove_files) COMPLETE |
5789 | 2024-08-02T17:18:21.670Z | [ recovery-image] Aug 02 17:18:20.439 INFO O| Aug 02 17:18:20.439 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-02T17:18:21.678Z | [ recovery-image] Aug 02 17:18:20.449 INFO O| Aug 02 17:18:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5791 | 2024-08-02T17:18:21.678Z | [ recovery-image] Aug 02 17:18:20.449 INFO O| Aug 02 17:18:20.449 INFO STEP 638 (remove_files) COMPLETE |
5792 | 2024-08-02T17:18:21.679Z | [ recovery-image] Aug 02 17:18:20.449 INFO O| Aug 02 17:18:20.449 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-02T17:18:21.688Z | [ recovery-image] Aug 02 17:18:20.459 INFO O| Aug 02 17:18:20.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5794 | 2024-08-02T17:18:21.691Z | [ recovery-image] Aug 02 17:18:20.459 INFO O| Aug 02 17:18:20.459 INFO STEP 639 (remove_files) COMPLETE |
5795 | 2024-08-02T17:18:21.691Z | [ recovery-image] Aug 02 17:18:20.459 INFO O| Aug 02 17:18:20.459 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-02T17:18:21.698Z | [ recovery-image] Aug 02 17:18:20.469 INFO O| Aug 02 17:18:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5797 | 2024-08-02T17:18:21.698Z | [ recovery-image] Aug 02 17:18:20.469 INFO O| Aug 02 17:18:20.469 INFO STEP 640 (remove_files) COMPLETE |
5798 | 2024-08-02T17:18:21.708Z | [ recovery-image] Aug 02 17:18:20.469 INFO O| Aug 02 17:18:20.469 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-02T17:18:21.708Z | [ recovery-image] Aug 02 17:18:20.479 INFO O| Aug 02 17:18:20.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5800 | 2024-08-02T17:18:21.708Z | [ recovery-image] Aug 02 17:18:20.479 INFO O| Aug 02 17:18:20.479 INFO STEP 641 (remove_files) COMPLETE |
5801 | 2024-08-02T17:18:21.708Z | [ recovery-image] Aug 02 17:18:20.479 INFO O| Aug 02 17:18:20.479 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-02T17:18:21.723Z | [ recovery-image] Aug 02 17:18:20.488 INFO O| Aug 02 17:18:20.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5803 | 2024-08-02T17:18:21.723Z | [ recovery-image] Aug 02 17:18:20.488 INFO O| Aug 02 17:18:20.488 INFO STEP 642 (remove_files) COMPLETE |
5804 | 2024-08-02T17:18:21.723Z | [ recovery-image] Aug 02 17:18:20.489 INFO O| Aug 02 17:18:20.488 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-02T17:18:21.728Z | [ recovery-image] Aug 02 17:18:20.498 INFO O| Aug 02 17:18:20.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5806 | 2024-08-02T17:18:21.728Z | [ recovery-image] Aug 02 17:18:20.498 INFO O| Aug 02 17:18:20.498 INFO STEP 643 (remove_files) COMPLETE |
5807 | 2024-08-02T17:18:21.728Z | [ recovery-image] Aug 02 17:18:20.498 INFO O| Aug 02 17:18:20.498 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-02T17:18:21.736Z | [ recovery-image] Aug 02 17:18:20.508 INFO O| Aug 02 17:18:20.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5809 | 2024-08-02T17:18:21.739Z | [ recovery-image] Aug 02 17:18:20.508 INFO O| Aug 02 17:18:20.508 INFO STEP 644 (remove_files) COMPLETE |
5810 | 2024-08-02T17:18:21.739Z | [ recovery-image] Aug 02 17:18:20.508 INFO O| Aug 02 17:18:20.508 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-02T17:18:21.746Z | [ recovery-image] Aug 02 17:18:20.517 INFO O| Aug 02 17:18:20.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5812 | 2024-08-02T17:18:21.746Z | [ recovery-image] Aug 02 17:18:20.517 INFO O| Aug 02 17:18:20.517 INFO STEP 645 (remove_files) COMPLETE |
5813 | 2024-08-02T17:18:21.749Z | [ recovery-image] Aug 02 17:18:20.517 INFO O| Aug 02 17:18:20.517 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-02T17:18:21.756Z | [ recovery-image] Aug 02 17:18:20.527 INFO O| Aug 02 17:18:20.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5815 | 2024-08-02T17:18:21.756Z | [ recovery-image] Aug 02 17:18:20.527 INFO O| Aug 02 17:18:20.527 INFO STEP 646 (remove_files) COMPLETE |
5816 | 2024-08-02T17:18:21.756Z | [ recovery-image] Aug 02 17:18:20.527 INFO O| Aug 02 17:18:20.527 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-02T17:18:21.765Z | [ recovery-image] Aug 02 17:18:20.536 INFO O| Aug 02 17:18:20.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5818 | 2024-08-02T17:18:21.765Z | [ recovery-image] Aug 02 17:18:20.537 INFO O| Aug 02 17:18:20.537 INFO STEP 647 (remove_files) COMPLETE |
5819 | 2024-08-02T17:18:21.765Z | [ recovery-image] Aug 02 17:18:20.537 INFO O| Aug 02 17:18:20.537 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-02T17:18:21.775Z | [ recovery-image] Aug 02 17:18:20.546 INFO O| Aug 02 17:18:20.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5821 | 2024-08-02T17:18:21.775Z | [ recovery-image] Aug 02 17:18:20.546 INFO O| Aug 02 17:18:20.546 INFO STEP 648 (remove_files) COMPLETE |
5822 | 2024-08-02T17:18:21.777Z | [ recovery-image] Aug 02 17:18:20.546 INFO O| Aug 02 17:18:20.546 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-02T17:18:21.782Z | [ host-image] Aug 02 17:18:20.554 INFO O| Aug 02 17:18:20.554 INFO O| Planning: Solver setup ... Done |
5824 | 2024-08-02T17:18:21.785Z | [ recovery-image] Aug 02 17:18:20.556 INFO O| Aug 02 17:18:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5825 | 2024-08-02T17:18:21.785Z | [ recovery-image] Aug 02 17:18:20.556 INFO O| Aug 02 17:18:20.556 INFO STEP 649 (remove_files) COMPLETE |
5826 | 2024-08-02T17:18:21.785Z | [ recovery-image] Aug 02 17:18:20.556 INFO O| Aug 02 17:18:20.556 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-08-02T17:18:21.788Z | [ host-image] Aug 02 17:18:20.557 INFO O| Aug 02 17:18:20.557 INFO O| Planning: Running solver ... Done |
5828 | 2024-08-02T17:18:21.795Z | [ recovery-image] Aug 02 17:18:20.566 INFO O| Aug 02 17:18:20.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5829 | 2024-08-02T17:18:21.795Z | [ recovery-image] Aug 02 17:18:20.566 INFO O| Aug 02 17:18:20.566 INFO STEP 650 (remove_files) COMPLETE |
5830 | 2024-08-02T17:18:21.795Z | [ recovery-image] Aug 02 17:18:20.567 INFO O| Aug 02 17:18:20.566 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-08-02T17:18:21.806Z | [ recovery-image] Aug 02 17:18:20.576 INFO O| Aug 02 17:18:20.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5832 | 2024-08-02T17:18:21.806Z | [ recovery-image] Aug 02 17:18:20.577 INFO O| Aug 02 17:18:20.577 INFO STEP 651 (remove_files) COMPLETE |
5833 | 2024-08-02T17:18:21.806Z | [ recovery-image] Aug 02 17:18:20.577 INFO O| Aug 02 17:18:20.577 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-08-02T17:18:21.815Z | [ recovery-image] Aug 02 17:18:20.586 INFO O| Aug 02 17:18:20.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5835 | 2024-08-02T17:18:21.815Z | [ recovery-image] Aug 02 17:18:20.586 INFO O| Aug 02 17:18:20.586 INFO STEP 652 (remove_files) COMPLETE |
5836 | 2024-08-02T17:18:21.815Z | [ recovery-image] Aug 02 17:18:20.586 INFO O| Aug 02 17:18:20.586 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-08-02T17:18:21.824Z | [ host-image] Aug 02 17:18:20.595 INFO O| Aug 02 17:18:20.595 INFO O| Planning: Finding local manifests ... Done |
5838 | 2024-08-02T17:18:21.827Z | [ recovery-image] Aug 02 17:18:20.596 INFO O| Aug 02 17:18:20.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5839 | 2024-08-02T17:18:21.827Z | [ recovery-image] Aug 02 17:18:20.596 INFO O| Aug 02 17:18:20.596 INFO STEP 653 (remove_files) COMPLETE |
5840 | 2024-08-02T17:18:21.827Z | [ recovery-image] Aug 02 17:18:20.596 INFO O| Aug 02 17:18:20.596 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-02T17:18:21.827Z | [ host-image] Aug 02 17:18:20.597 INFO O| Aug 02 17:18:20.597 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5842 | 2024-08-02T17:18:21.835Z | [ recovery-image] Aug 02 17:18:20.606 INFO O| Aug 02 17:18:20.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5843 | 2024-08-02T17:18:21.837Z | [ recovery-image] Aug 02 17:18:20.606 INFO O| Aug 02 17:18:20.606 INFO STEP 654 (remove_files) COMPLETE |
5844 | 2024-08-02T17:18:21.838Z | [ recovery-image] Aug 02 17:18:20.606 INFO O| Aug 02 17:18:20.606 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-08-02T17:18:21.845Z | [ recovery-image] Aug 02 17:18:20.616 INFO O| Aug 02 17:18:20.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5846 | 2024-08-02T17:18:21.845Z | [ recovery-image] Aug 02 17:18:20.616 INFO O| Aug 02 17:18:20.616 INFO STEP 655 (remove_files) COMPLETE |
5847 | 2024-08-02T17:18:21.848Z | [ recovery-image] Aug 02 17:18:20.616 INFO O| Aug 02 17:18:20.616 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-08-02T17:18:21.855Z | [ recovery-image] Aug 02 17:18:20.626 INFO O| Aug 02 17:18:20.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5849 | 2024-08-02T17:18:21.857Z | [ recovery-image] Aug 02 17:18:20.626 INFO O| Aug 02 17:18:20.626 INFO STEP 656 (remove_files) COMPLETE |
5850 | 2024-08-02T17:18:21.857Z | [ recovery-image] Aug 02 17:18:20.626 INFO O| Aug 02 17:18:20.626 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-08-02T17:18:21.865Z | [ recovery-image] Aug 02 17:18:20.636 INFO O| Aug 02 17:18:20.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5852 | 2024-08-02T17:18:21.868Z | [ recovery-image] Aug 02 17:18:20.636 INFO O| Aug 02 17:18:20.636 INFO STEP 657 (remove_files) COMPLETE |
5853 | 2024-08-02T17:18:21.868Z | [ recovery-image] Aug 02 17:18:20.636 INFO O| Aug 02 17:18:20.636 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-08-02T17:18:21.875Z | [ recovery-image] Aug 02 17:18:20.646 INFO O| Aug 02 17:18:20.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5855 | 2024-08-02T17:18:21.878Z | [ recovery-image] Aug 02 17:18:20.646 INFO O| Aug 02 17:18:20.646 INFO STEP 658 (remove_files) COMPLETE |
5856 | 2024-08-02T17:18:21.878Z | [ recovery-image] Aug 02 17:18:20.646 INFO O| Aug 02 17:18:20.646 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-08-02T17:18:21.885Z | [ recovery-image] Aug 02 17:18:20.656 INFO O| Aug 02 17:18:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5858 | 2024-08-02T17:18:21.885Z | [ recovery-image] Aug 02 17:18:20.656 INFO O| Aug 02 17:18:20.656 INFO STEP 659 (remove_files) COMPLETE |
5859 | 2024-08-02T17:18:21.887Z | [ recovery-image] Aug 02 17:18:20.656 INFO O| Aug 02 17:18:20.656 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-08-02T17:18:21.895Z | [ recovery-image] Aug 02 17:18:20.666 INFO O| Aug 02 17:18:20.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5861 | 2024-08-02T17:18:21.895Z | [ recovery-image] Aug 02 17:18:20.666 INFO O| Aug 02 17:18:20.666 INFO STEP 660 (remove_files) COMPLETE |
5862 | 2024-08-02T17:18:21.895Z | [ recovery-image] Aug 02 17:18:20.666 INFO O| Aug 02 17:18:20.666 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-08-02T17:18:21.905Z | [ recovery-image] Aug 02 17:18:20.676 INFO O| Aug 02 17:18:20.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5864 | 2024-08-02T17:18:21.905Z | [ recovery-image] Aug 02 17:18:20.676 INFO O| Aug 02 17:18:20.676 INFO STEP 661 (remove_files) COMPLETE |
5865 | 2024-08-02T17:18:21.905Z | [ recovery-image] Aug 02 17:18:20.676 INFO O| Aug 02 17:18:20.676 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-08-02T17:18:21.914Z | [ recovery-image] Aug 02 17:18:20.685 INFO O| Aug 02 17:18:20.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5867 | 2024-08-02T17:18:21.917Z | [ recovery-image] Aug 02 17:18:20.685 INFO O| Aug 02 17:18:20.685 INFO STEP 662 (remove_files) COMPLETE |
5868 | 2024-08-02T17:18:21.917Z | [ recovery-image] Aug 02 17:18:20.686 INFO O| Aug 02 17:18:20.685 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-08-02T17:18:21.924Z | [ recovery-image] Aug 02 17:18:20.695 INFO O| Aug 02 17:18:20.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5870 | 2024-08-02T17:18:21.924Z | [ recovery-image] Aug 02 17:18:20.695 INFO O| Aug 02 17:18:20.695 INFO STEP 663 (remove_files) COMPLETE |
5871 | 2024-08-02T17:18:21.924Z | [ recovery-image] Aug 02 17:18:20.695 INFO O| Aug 02 17:18:20.695 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-08-02T17:18:21.935Z | [ recovery-image] Aug 02 17:18:20.706 INFO O| Aug 02 17:18:20.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5873 | 2024-08-02T17:18:21.937Z | [ recovery-image] Aug 02 17:18:20.706 INFO O| Aug 02 17:18:20.706 INFO STEP 664 (remove_files) COMPLETE |
5874 | 2024-08-02T17:18:21.937Z | [ recovery-image] Aug 02 17:18:20.706 INFO O| Aug 02 17:18:20.706 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-08-02T17:18:21.944Z | [ recovery-image] Aug 02 17:18:20.715 INFO O| Aug 02 17:18:20.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5876 | 2024-08-02T17:18:21.944Z | [ recovery-image] Aug 02 17:18:20.716 INFO O| Aug 02 17:18:20.716 INFO STEP 665 (remove_files) COMPLETE |
5877 | 2024-08-02T17:18:21.944Z | [ recovery-image] Aug 02 17:18:20.716 INFO O| Aug 02 17:18:20.716 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-08-02T17:18:21.954Z | [ recovery-image] Aug 02 17:18:20.725 INFO O| Aug 02 17:18:20.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5879 | 2024-08-02T17:18:21.954Z | [ recovery-image] Aug 02 17:18:20.725 INFO O| Aug 02 17:18:20.725 INFO STEP 666 (remove_files) COMPLETE |
5880 | 2024-08-02T17:18:21.956Z | [ recovery-image] Aug 02 17:18:20.725 INFO O| Aug 02 17:18:20.725 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-08-02T17:18:21.963Z | [ host-image] Aug 02 17:18:20.734 INFO O| Aug 02 17:18:20.734 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5882 | 2024-08-02T17:18:21.965Z | [ recovery-image] Aug 02 17:18:20.735 INFO O| Aug 02 17:18:20.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5883 | 2024-08-02T17:18:21.965Z | [ recovery-image] Aug 02 17:18:20.735 INFO O| Aug 02 17:18:20.735 INFO STEP 667 (remove_files) COMPLETE |
5884 | 2024-08-02T17:18:21.966Z | [ recovery-image] Aug 02 17:18:20.735 INFO O| Aug 02 17:18:20.735 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-08-02T17:18:21.974Z | [ recovery-image] Aug 02 17:18:20.745 INFO O| Aug 02 17:18:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5886 | 2024-08-02T17:18:21.974Z | [ recovery-image] Aug 02 17:18:20.745 INFO O| Aug 02 17:18:20.745 INFO STEP 668 (remove_files) COMPLETE |
5887 | 2024-08-02T17:18:21.974Z | [ recovery-image] Aug 02 17:18:20.745 INFO O| Aug 02 17:18:20.745 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-08-02T17:18:21.984Z | [ recovery-image] Aug 02 17:18:20.755 INFO O| Aug 02 17:18:20.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5889 | 2024-08-02T17:18:21.984Z | [ recovery-image] Aug 02 17:18:20.755 INFO O| Aug 02 17:18:20.755 INFO STEP 669 (remove_files) COMPLETE |
5890 | 2024-08-02T17:18:21.984Z | [ recovery-image] Aug 02 17:18:20.755 INFO O| Aug 02 17:18:20.755 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-08-02T17:18:21.995Z | [ recovery-image] Aug 02 17:18:20.766 INFO O| Aug 02 17:18:20.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5892 | 2024-08-02T17:18:21.995Z | [ recovery-image] Aug 02 17:18:20.766 INFO O| Aug 02 17:18:20.766 INFO STEP 670 (remove_files) COMPLETE |
5893 | 2024-08-02T17:18:21.995Z | [ recovery-image] Aug 02 17:18:20.766 INFO O| Aug 02 17:18:20.766 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-08-02T17:18:21.997Z | [ host-image] Aug 02 17:18:20.767 INFO O| Aug 02 17:18:20.767 INFO O| Planning: Package planning ... Done |
5895 | 2024-08-02T17:18:22.004Z | [ recovery-image] Aug 02 17:18:20.776 INFO O| Aug 02 17:18:20.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5896 | 2024-08-02T17:18:22.005Z | [ recovery-image] Aug 02 17:18:20.776 INFO O| Aug 02 17:18:20.776 INFO STEP 671 (remove_files) COMPLETE |
5897 | 2024-08-02T17:18:22.005Z | [ recovery-image] Aug 02 17:18:20.776 INFO O| Aug 02 17:18:20.776 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-02T17:18:22.014Z | [ recovery-image] Aug 02 17:18:20.786 INFO O| Aug 02 17:18:20.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5899 | 2024-08-02T17:18:22.014Z | [ recovery-image] Aug 02 17:18:20.786 INFO O| Aug 02 17:18:20.786 INFO STEP 672 (remove_files) COMPLETE |
5900 | 2024-08-02T17:18:22.017Z | [ host-image] Aug 02 17:18:20.786 INFO O| Aug 02 17:18:20.786 INFO O| Planning: Merging actions ... Done |
5901 | 2024-08-02T17:18:22.017Z | [ recovery-image] Aug 02 17:18:20.786 INFO O| Aug 02 17:18:20.786 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-08-02T17:18:22.026Z | [ recovery-image] Aug 02 17:18:20.795 INFO O| Aug 02 17:18:20.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5903 | 2024-08-02T17:18:22.026Z | [ recovery-image] Aug 02 17:18:20.795 INFO O| Aug 02 17:18:20.795 INFO STEP 673 (remove_files) COMPLETE |
5904 | 2024-08-02T17:18:22.028Z | [ recovery-image] Aug 02 17:18:20.795 INFO O| Aug 02 17:18:20.795 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-08-02T17:18:22.034Z | [ recovery-image] Aug 02 17:18:20.805 INFO O| Aug 02 17:18:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5906 | 2024-08-02T17:18:22.036Z | [ recovery-image] Aug 02 17:18:20.806 INFO O| Aug 02 17:18:20.806 INFO STEP 674 (remove_files) COMPLETE |
5907 | 2024-08-02T17:18:22.036Z | [ recovery-image] Aug 02 17:18:20.806 INFO O| Aug 02 17:18:20.806 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-08-02T17:18:22.044Z | [ recovery-image] Aug 02 17:18:20.815 INFO O| Aug 02 17:18:20.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5909 | 2024-08-02T17:18:22.044Z | [ recovery-image] Aug 02 17:18:20.815 INFO O| Aug 02 17:18:20.815 INFO STEP 675 (remove_files) COMPLETE |
5910 | 2024-08-02T17:18:22.047Z | [ recovery-image] Aug 02 17:18:20.815 INFO O| Aug 02 17:18:20.815 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-08-02T17:18:22.054Z | [ recovery-image] Aug 02 17:18:20.825 INFO O| Aug 02 17:18:20.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5912 | 2024-08-02T17:18:22.054Z | [ recovery-image] Aug 02 17:18:20.825 INFO O| Aug 02 17:18:20.825 INFO STEP 676 (remove_files) COMPLETE |
5913 | 2024-08-02T17:18:22.054Z | [ recovery-image] Aug 02 17:18:20.825 INFO O| Aug 02 17:18:20.825 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-08-02T17:18:22.065Z | [ recovery-image] Aug 02 17:18:20.836 INFO O| Aug 02 17:18:20.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5915 | 2024-08-02T17:18:22.065Z | [ recovery-image] Aug 02 17:18:20.836 INFO O| Aug 02 17:18:20.836 INFO STEP 677 (remove_files) COMPLETE |
5916 | 2024-08-02T17:18:22.065Z | [ recovery-image] Aug 02 17:18:20.836 INFO O| Aug 02 17:18:20.836 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-08-02T17:18:22.074Z | [ recovery-image] Aug 02 17:18:20.846 INFO O| Aug 02 17:18:20.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5918 | 2024-08-02T17:18:22.077Z | [ recovery-image] Aug 02 17:18:20.846 INFO O| Aug 02 17:18:20.846 INFO STEP 678 (remove_files) COMPLETE |
5919 | 2024-08-02T17:18:22.077Z | [ recovery-image] Aug 02 17:18:20.846 INFO O| Aug 02 17:18:20.846 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-08-02T17:18:22.084Z | [ recovery-image] Aug 02 17:18:20.855 INFO O| Aug 02 17:18:20.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5921 | 2024-08-02T17:18:22.084Z | [ recovery-image] Aug 02 17:18:20.855 INFO O| Aug 02 17:18:20.855 INFO STEP 679 (remove_files) COMPLETE |
5922 | 2024-08-02T17:18:22.084Z | [ recovery-image] Aug 02 17:18:20.855 INFO O| Aug 02 17:18:20.855 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-08-02T17:18:22.088Z | [ host-image] Aug 02 17:18:20.859 INFO O| Aug 02 17:18:20.859 INFO O| Planning: Checking for conflicting actions ... Done |
5924 | 2024-08-02T17:18:22.092Z | [ host-image] Aug 02 17:18:20.863 INFO O| Aug 02 17:18:20.863 INFO O| Planning: Consolidating action changes ... Done |
5925 | 2024-08-02T17:18:22.094Z | [ recovery-image] Aug 02 17:18:20.865 INFO O| Aug 02 17:18:20.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5926 | 2024-08-02T17:18:22.094Z | [ recovery-image] Aug 02 17:18:20.865 INFO O| Aug 02 17:18:20.865 INFO STEP 680 (remove_files) COMPLETE |
5927 | 2024-08-02T17:18:22.094Z | [ recovery-image] Aug 02 17:18:20.865 INFO O| Aug 02 17:18:20.865 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-02T17:18:22.103Z | [ recovery-image] Aug 02 17:18:20.874 INFO O| Aug 02 17:18:20.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5929 | 2024-08-02T17:18:22.107Z | [ recovery-image] Aug 02 17:18:20.874 INFO O| Aug 02 17:18:20.874 INFO STEP 681 (remove_files) COMPLETE |
5930 | 2024-08-02T17:18:22.107Z | [ recovery-image] Aug 02 17:18:20.874 INFO O| Aug 02 17:18:20.874 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-02T17:18:22.112Z | [ recovery-image] Aug 02 17:18:20.883 INFO O| Aug 02 17:18:20.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5932 | 2024-08-02T17:18:22.112Z | [ recovery-image] Aug 02 17:18:20.883 INFO O| Aug 02 17:18:20.883 INFO STEP 682 (remove_files) COMPLETE |
5933 | 2024-08-02T17:18:22.112Z | [ recovery-image] Aug 02 17:18:20.883 INFO O| Aug 02 17:18:20.883 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-08-02T17:18:22.121Z | [ recovery-image] Aug 02 17:18:20.892 INFO O| Aug 02 17:18:20.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5935 | 2024-08-02T17:18:22.121Z | [ recovery-image] Aug 02 17:18:20.893 INFO O| Aug 02 17:18:20.892 INFO STEP 683 (remove_files) COMPLETE |
5936 | 2024-08-02T17:18:22.124Z | [ recovery-image] Aug 02 17:18:20.893 INFO O| Aug 02 17:18:20.893 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-08-02T17:18:22.131Z | [ recovery-image] Aug 02 17:18:20.902 INFO O| Aug 02 17:18:20.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5938 | 2024-08-02T17:18:22.131Z | [ recovery-image] Aug 02 17:18:20.902 INFO O| Aug 02 17:18:20.902 INFO STEP 684 (remove_files) COMPLETE |
5939 | 2024-08-02T17:18:22.133Z | [ recovery-image] Aug 02 17:18:20.902 INFO O| Aug 02 17:18:20.902 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-08-02T17:18:22.140Z | [ recovery-image] Aug 02 17:18:20.911 INFO O| Aug 02 17:18:20.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5941 | 2024-08-02T17:18:22.142Z | [ recovery-image] Aug 02 17:18:20.911 INFO O| Aug 02 17:18:20.911 INFO STEP 685 (remove_files) COMPLETE |
5942 | 2024-08-02T17:18:22.142Z | [ recovery-image] Aug 02 17:18:20.911 INFO O| Aug 02 17:18:20.911 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-08-02T17:18:22.150Z | [ recovery-image] Aug 02 17:18:20.921 INFO O| Aug 02 17:18:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5944 | 2024-08-02T17:18:22.150Z | [ recovery-image] Aug 02 17:18:20.922 INFO O| Aug 02 17:18:20.921 INFO STEP 686 (remove_files) COMPLETE |
5945 | 2024-08-02T17:18:22.150Z | [ recovery-image] Aug 02 17:18:20.922 INFO O| Aug 02 17:18:20.922 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-08-02T17:18:22.162Z | [ recovery-image] Aug 02 17:18:20.933 INFO O| Aug 02 17:18:20.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5947 | 2024-08-02T17:18:22.165Z | [ recovery-image] Aug 02 17:18:20.933 INFO O| Aug 02 17:18:20.933 INFO STEP 687 (remove_files) COMPLETE |
5948 | 2024-08-02T17:18:22.165Z | [ recovery-image] Aug 02 17:18:20.933 INFO O| Aug 02 17:18:20.933 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-08-02T17:18:22.173Z | [ recovery-image] Aug 02 17:18:20.943 INFO O| Aug 02 17:18:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5950 | 2024-08-02T17:18:22.173Z | [ recovery-image] Aug 02 17:18:20.943 INFO O| Aug 02 17:18:20.943 INFO STEP 688 (remove_files) COMPLETE |
5951 | 2024-08-02T17:18:22.173Z | [ recovery-image] Aug 02 17:18:20.943 INFO O| Aug 02 17:18:20.943 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-08-02T17:18:22.183Z | [ recovery-image] Aug 02 17:18:20.954 INFO O| Aug 02 17:18:20.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5953 | 2024-08-02T17:18:22.183Z | [ recovery-image] Aug 02 17:18:20.954 INFO O| Aug 02 17:18:20.954 INFO STEP 689 (remove_files) COMPLETE |
5954 | 2024-08-02T17:18:22.186Z | [ recovery-image] Aug 02 17:18:20.954 INFO O| Aug 02 17:18:20.954 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-08-02T17:18:22.193Z | [ recovery-image] Aug 02 17:18:20.964 INFO O| Aug 02 17:18:20.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5956 | 2024-08-02T17:18:22.193Z | [ recovery-image] Aug 02 17:18:20.964 INFO O| Aug 02 17:18:20.964 INFO STEP 690 (remove_files) COMPLETE |
5957 | 2024-08-02T17:18:22.195Z | [ recovery-image] Aug 02 17:18:20.964 INFO O| Aug 02 17:18:20.964 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-08-02T17:18:22.203Z | [ recovery-image] Aug 02 17:18:20.974 INFO O| Aug 02 17:18:20.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5959 | 2024-08-02T17:18:22.203Z | [ recovery-image] Aug 02 17:18:20.975 INFO O| Aug 02 17:18:20.975 INFO STEP 691 (remove_files) COMPLETE |
5960 | 2024-08-02T17:18:22.203Z | [ recovery-image] Aug 02 17:18:20.975 INFO O| Aug 02 17:18:20.975 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-02T17:18:22.214Z | [ recovery-image] Aug 02 17:18:20.985 INFO O| Aug 02 17:18:20.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5962 | 2024-08-02T17:18:22.214Z | [ recovery-image] Aug 02 17:18:20.985 INFO O| Aug 02 17:18:20.985 INFO STEP 692 (remove_files) COMPLETE |
5963 | 2024-08-02T17:18:22.217Z | [ recovery-image] Aug 02 17:18:20.985 INFO O| Aug 02 17:18:20.985 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-02T17:18:22.224Z | [ recovery-image] Aug 02 17:18:20.995 INFO O| Aug 02 17:18:20.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5965 | 2024-08-02T17:18:22.226Z | [ recovery-image] Aug 02 17:18:20.995 INFO O| Aug 02 17:18:20.995 INFO STEP 693 (remove_files) COMPLETE |
5966 | 2024-08-02T17:18:22.226Z | [ recovery-image] Aug 02 17:18:20.995 INFO O| Aug 02 17:18:20.995 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-02T17:18:22.234Z | [ recovery-image] Aug 02 17:18:21.005 INFO O| Aug 02 17:18:21.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5968 | 2024-08-02T17:18:22.234Z | [ recovery-image] Aug 02 17:18:21.005 INFO O| Aug 02 17:18:21.005 INFO STEP 694 (remove_files) COMPLETE |
5969 | 2024-08-02T17:18:22.234Z | [ recovery-image] Aug 02 17:18:21.005 INFO O| Aug 02 17:18:21.005 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-02T17:18:22.244Z | [ recovery-image] Aug 02 17:18:21.015 INFO O| Aug 02 17:18:21.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5971 | 2024-08-02T17:18:22.244Z | [ recovery-image] Aug 02 17:18:21.016 INFO O| Aug 02 17:18:21.015 INFO STEP 695 (remove_files) COMPLETE |
5972 | 2024-08-02T17:18:22.244Z | [ recovery-image] Aug 02 17:18:21.016 INFO O| Aug 02 17:18:21.016 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-02T17:18:22.254Z | [ recovery-image] Aug 02 17:18:21.025 INFO O| Aug 02 17:18:21.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5974 | 2024-08-02T17:18:22.254Z | [ recovery-image] Aug 02 17:18:21.025 INFO O| Aug 02 17:18:21.025 INFO STEP 696 (remove_files) COMPLETE |
5975 | 2024-08-02T17:18:22.257Z | [ recovery-image] Aug 02 17:18:21.025 INFO O| Aug 02 17:18:21.025 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-02T17:18:22.263Z | [ recovery-image] Aug 02 17:18:21.034 INFO O| Aug 02 17:18:21.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5977 | 2024-08-02T17:18:22.263Z | [ recovery-image] Aug 02 17:18:21.034 INFO O| Aug 02 17:18:21.034 INFO STEP 697 (remove_files) COMPLETE |
5978 | 2024-08-02T17:18:22.263Z | [ recovery-image] Aug 02 17:18:21.035 INFO O| Aug 02 17:18:21.034 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-02T17:18:22.273Z | [ recovery-image] Aug 02 17:18:21.044 INFO O| Aug 02 17:18:21.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5980 | 2024-08-02T17:18:22.273Z | [ recovery-image] Aug 02 17:18:21.044 INFO O| Aug 02 17:18:21.044 INFO STEP 698 (remove_files) COMPLETE |
5981 | 2024-08-02T17:18:22.275Z | [ recovery-image] Aug 02 17:18:21.044 INFO O| Aug 02 17:18:21.044 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-02T17:18:22.282Z | [ recovery-image] Aug 02 17:18:21.053 INFO O| Aug 02 17:18:21.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5983 | 2024-08-02T17:18:22.282Z | [ recovery-image] Aug 02 17:18:21.053 INFO O| Aug 02 17:18:21.053 INFO STEP 699 (remove_files) COMPLETE |
5984 | 2024-08-02T17:18:22.285Z | [ recovery-image] Aug 02 17:18:21.053 INFO O| Aug 02 17:18:21.053 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-08-02T17:18:22.291Z | [ recovery-image] Aug 02 17:18:21.062 INFO O| Aug 02 17:18:21.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5986 | 2024-08-02T17:18:22.291Z | [ recovery-image] Aug 02 17:18:21.062 INFO O| Aug 02 17:18:21.062 INFO STEP 700 (remove_files) COMPLETE |
5987 | 2024-08-02T17:18:22.291Z | [ recovery-image] Aug 02 17:18:21.062 INFO O| Aug 02 17:18:21.062 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-08-02T17:18:22.300Z | [ recovery-image] Aug 02 17:18:21.072 INFO O| Aug 02 17:18:21.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5989 | 2024-08-02T17:18:22.300Z | [ recovery-image] Aug 02 17:18:21.072 INFO O| Aug 02 17:18:21.072 INFO STEP 701 (remove_files) COMPLETE |
5990 | 2024-08-02T17:18:22.300Z | [ recovery-image] Aug 02 17:18:21.072 INFO O| Aug 02 17:18:21.072 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-08-02T17:18:22.310Z | [ recovery-image] Aug 02 17:18:21.081 INFO O| Aug 02 17:18:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5992 | 2024-08-02T17:18:22.310Z | [ recovery-image] Aug 02 17:18:21.081 INFO O| Aug 02 17:18:21.081 INFO STEP 702 (remove_files) COMPLETE |
5993 | 2024-08-02T17:18:22.313Z | [ recovery-image] Aug 02 17:18:21.081 INFO O| Aug 02 17:18:21.081 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-08-02T17:18:22.319Z | [ recovery-image] Aug 02 17:18:21.090 INFO O| Aug 02 17:18:21.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5995 | 2024-08-02T17:18:22.319Z | [ recovery-image] Aug 02 17:18:21.090 INFO O| Aug 02 17:18:21.090 INFO STEP 703 (remove_files) COMPLETE |
5996 | 2024-08-02T17:18:22.319Z | [ recovery-image] Aug 02 17:18:21.090 INFO O| Aug 02 17:18:21.090 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-08-02T17:18:22.329Z | [ recovery-image] Aug 02 17:18:21.100 INFO O| Aug 02 17:18:21.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5998 | 2024-08-02T17:18:22.329Z | [ recovery-image] Aug 02 17:18:21.100 INFO O| Aug 02 17:18:21.100 INFO STEP 704 (remove_files) COMPLETE |
5999 | 2024-08-02T17:18:22.329Z | [ recovery-image] Aug 02 17:18:21.100 INFO O| Aug 02 17:18:21.100 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-08-02T17:18:22.338Z | [ recovery-image] Aug 02 17:18:21.109 INFO O| Aug 02 17:18:21.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6001 | 2024-08-02T17:18:22.338Z | [ recovery-image] Aug 02 17:18:21.109 INFO O| Aug 02 17:18:21.109 INFO STEP 705 (remove_files) COMPLETE |
6002 | 2024-08-02T17:18:22.341Z | [ recovery-image] Aug 02 17:18:21.109 INFO O| Aug 02 17:18:21.109 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-08-02T17:18:22.344Z | [ host-image] Aug 02 17:18:21.115 INFO O| Aug 02 17:18:21.115 INFO O| Planning: Evaluating mediators ... Done |
6004 | 2024-08-02T17:18:22.347Z | [ host-image] Aug 02 17:18:21.118 INFO O| Aug 02 17:18:21.118 INFO O| Planning: Planning completed in 1.91 seconds |
6005 | 2024-08-02T17:18:22.350Z | [ recovery-image] Aug 02 17:18:21.119 INFO O| Aug 02 17:18:21.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6006 | 2024-08-02T17:18:22.350Z | [ recovery-image] Aug 02 17:18:21.119 INFO O| Aug 02 17:18:21.119 INFO STEP 706 (remove_files) COMPLETE |
6007 | 2024-08-02T17:18:22.350Z | [ recovery-image] Aug 02 17:18:21.119 INFO O| Aug 02 17:18:21.119 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-08-02T17:18:22.350Z | [ host-image] Aug 02 17:18:21.120 INFO O| Aug 02 17:18:21.120 INFO O| Packages to install: 6 |
6009 | 2024-08-02T17:18:22.350Z | [ host-image] Aug 02 17:18:21.120 INFO O| Aug 02 17:18:21.120 INFO O| Mediators to change: 1 |
6010 | 2024-08-02T17:18:22.350Z | [ host-image] Aug 02 17:18:21.120 INFO O| Aug 02 17:18:21.120 INFO O| Services to change: 1 |
6011 | 2024-08-02T17:18:22.357Z | [ recovery-image] Aug 02 17:18:21.129 INFO O| Aug 02 17:18:21.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6012 | 2024-08-02T17:18:22.361Z | [ recovery-image] Aug 02 17:18:21.129 INFO O| Aug 02 17:18:21.129 INFO STEP 707 (remove_files) COMPLETE |
6013 | 2024-08-02T17:18:22.361Z | [ recovery-image] Aug 02 17:18:21.129 INFO O| Aug 02 17:18:21.129 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-08-02T17:18:22.363Z | [ host-image] Aug 02 17:18:21.133 INFO O| Aug 02 17:18:21.133 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6015 | 2024-08-02T17:18:22.367Z | [ recovery-image] Aug 02 17:18:21.138 INFO O| Aug 02 17:18:21.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6016 | 2024-08-02T17:18:22.367Z | [ recovery-image] Aug 02 17:18:21.138 INFO O| Aug 02 17:18:21.138 INFO STEP 708 (remove_files) COMPLETE |
6017 | 2024-08-02T17:18:22.367Z | [ recovery-image] Aug 02 17:18:21.138 INFO O| Aug 02 17:18:21.138 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-08-02T17:18:22.379Z | [ recovery-image] Aug 02 17:18:21.150 INFO O| Aug 02 17:18:21.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6019 | 2024-08-02T17:18:22.382Z | [ recovery-image] Aug 02 17:18:21.150 INFO O| Aug 02 17:18:21.150 INFO STEP 709 (remove_files) COMPLETE |
6020 | 2024-08-02T17:18:22.382Z | [ recovery-image] Aug 02 17:18:21.150 INFO O| Aug 02 17:18:21.150 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-08-02T17:18:22.389Z | [ recovery-image] Aug 02 17:18:21.161 INFO O| Aug 02 17:18:21.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6022 | 2024-08-02T17:18:22.392Z | [ recovery-image] Aug 02 17:18:21.161 INFO O| Aug 02 17:18:21.161 INFO STEP 710 (remove_files) COMPLETE |
6023 | 2024-08-02T17:18:22.392Z | [ recovery-image] Aug 02 17:18:21.161 INFO O| Aug 02 17:18:21.161 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-08-02T17:18:22.400Z | [ recovery-image] Aug 02 17:18:21.171 INFO O| Aug 02 17:18:21.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6025 | 2024-08-02T17:18:22.400Z | [ recovery-image] Aug 02 17:18:21.171 INFO O| Aug 02 17:18:21.171 INFO STEP 711 (remove_files) COMPLETE |
6026 | 2024-08-02T17:18:22.403Z | [ recovery-image] Aug 02 17:18:21.171 INFO O| Aug 02 17:18:21.171 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-08-02T17:18:22.411Z | [ recovery-image] Aug 02 17:18:21.182 INFO O| Aug 02 17:18:21.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6028 | 2024-08-02T17:18:22.411Z | [ recovery-image] Aug 02 17:18:21.182 INFO O| Aug 02 17:18:21.182 INFO STEP 712 (remove_files) COMPLETE |
6029 | 2024-08-02T17:18:22.413Z | [ recovery-image] Aug 02 17:18:21.182 INFO O| Aug 02 17:18:21.182 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-08-02T17:18:22.421Z | [ recovery-image] Aug 02 17:18:21.192 INFO O| Aug 02 17:18:21.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6031 | 2024-08-02T17:18:22.424Z | [ recovery-image] Aug 02 17:18:21.192 INFO O| Aug 02 17:18:21.192 INFO STEP 713 (remove_files) COMPLETE |
6032 | 2024-08-02T17:18:22.424Z | [ recovery-image] Aug 02 17:18:21.192 INFO O| Aug 02 17:18:21.192 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-08-02T17:18:22.431Z | [ recovery-image] Aug 02 17:18:21.202 INFO O| Aug 02 17:18:21.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6034 | 2024-08-02T17:18:22.431Z | [ recovery-image] Aug 02 17:18:21.202 INFO O| Aug 02 17:18:21.202 INFO STEP 714 (remove_files) COMPLETE |
6035 | 2024-08-02T17:18:22.431Z | [ recovery-image] Aug 02 17:18:21.202 INFO O| Aug 02 17:18:21.202 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-08-02T17:18:22.442Z | [ recovery-image] Aug 02 17:18:21.213 INFO O| Aug 02 17:18:21.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6037 | 2024-08-02T17:18:22.442Z | [ recovery-image] Aug 02 17:18:21.213 INFO O| Aug 02 17:18:21.213 INFO STEP 715 (remove_files) COMPLETE |
6038 | 2024-08-02T17:18:22.442Z | [ recovery-image] Aug 02 17:18:21.213 INFO O| Aug 02 17:18:21.213 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-08-02T17:18:22.452Z | [ recovery-image] Aug 02 17:18:21.223 INFO O| Aug 02 17:18:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6040 | 2024-08-02T17:18:22.452Z | [ recovery-image] Aug 02 17:18:21.223 INFO O| Aug 02 17:18:21.223 INFO STEP 716 (remove_files) COMPLETE |
6041 | 2024-08-02T17:18:22.452Z | [ recovery-image] Aug 02 17:18:21.223 INFO O| Aug 02 17:18:21.223 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-08-02T17:18:22.462Z | [ recovery-image] Aug 02 17:18:21.233 INFO O| Aug 02 17:18:21.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6043 | 2024-08-02T17:18:22.462Z | [ recovery-image] Aug 02 17:18:21.233 INFO O| Aug 02 17:18:21.233 INFO STEP 717 (remove_files) COMPLETE |
6044 | 2024-08-02T17:18:22.465Z | [ recovery-image] Aug 02 17:18:21.233 INFO O| Aug 02 17:18:21.233 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-08-02T17:18:22.472Z | [ recovery-image] Aug 02 17:18:21.244 INFO O| Aug 02 17:18:21.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6046 | 2024-08-02T17:18:22.472Z | [ recovery-image] Aug 02 17:18:21.244 INFO O| Aug 02 17:18:21.244 INFO STEP 718 (remove_files) COMPLETE |
6047 | 2024-08-02T17:18:22.472Z | [ recovery-image] Aug 02 17:18:21.244 INFO O| Aug 02 17:18:21.244 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-08-02T17:18:22.483Z | [ recovery-image] Aug 02 17:18:21.254 INFO O| Aug 02 17:18:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6049 | 2024-08-02T17:18:22.483Z | [ recovery-image] Aug 02 17:18:21.254 INFO O| Aug 02 17:18:21.254 INFO STEP 719 (remove_files) COMPLETE |
6050 | 2024-08-02T17:18:22.483Z | [ recovery-image] Aug 02 17:18:21.254 INFO O| Aug 02 17:18:21.254 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-08-02T17:18:22.493Z | [ recovery-image] Aug 02 17:18:21.265 INFO O| Aug 02 17:18:21.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6052 | 2024-08-02T17:18:22.496Z | [ recovery-image] Aug 02 17:18:21.265 INFO O| Aug 02 17:18:21.265 INFO STEP 720 (remove_files) COMPLETE |
6053 | 2024-08-02T17:18:22.496Z | [ recovery-image] Aug 02 17:18:21.265 INFO O| Aug 02 17:18:21.265 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-08-02T17:18:22.504Z | [ recovery-image] Aug 02 17:18:21.275 INFO O| Aug 02 17:18:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6055 | 2024-08-02T17:18:22.504Z | [ recovery-image] Aug 02 17:18:21.275 INFO O| Aug 02 17:18:21.275 INFO STEP 721 (remove_files) COMPLETE |
6056 | 2024-08-02T17:18:22.504Z | [ recovery-image] Aug 02 17:18:21.275 INFO O| Aug 02 17:18:21.275 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-08-02T17:18:22.515Z | [ recovery-image] Aug 02 17:18:21.286 INFO O| Aug 02 17:18:21.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6058 | 2024-08-02T17:18:22.515Z | [ recovery-image] Aug 02 17:18:21.286 INFO O| Aug 02 17:18:21.286 INFO STEP 722 (remove_files) COMPLETE |
6059 | 2024-08-02T17:18:22.515Z | [ recovery-image] Aug 02 17:18:21.286 INFO O| Aug 02 17:18:21.286 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-08-02T17:18:22.525Z | [ recovery-image] Aug 02 17:18:21.297 INFO O| Aug 02 17:18:21.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6061 | 2024-08-02T17:18:22.525Z | [ recovery-image] Aug 02 17:18:21.297 INFO O| Aug 02 17:18:21.297 INFO STEP 723 (remove_files) COMPLETE |
6062 | 2024-08-02T17:18:22.528Z | [ recovery-image] Aug 02 17:18:21.297 INFO O| Aug 02 17:18:21.297 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-08-02T17:18:22.536Z | [ recovery-image] Aug 02 17:18:21.307 INFO O| Aug 02 17:18:21.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6064 | 2024-08-02T17:18:22.536Z | [ recovery-image] Aug 02 17:18:21.307 INFO O| Aug 02 17:18:21.307 INFO STEP 724 (remove_files) COMPLETE |
6065 | 2024-08-02T17:18:22.540Z | [ recovery-image] Aug 02 17:18:21.307 INFO O| Aug 02 17:18:21.307 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-08-02T17:18:22.547Z | [ recovery-image] Aug 02 17:18:21.318 INFO O| Aug 02 17:18:21.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6067 | 2024-08-02T17:18:22.547Z | [ recovery-image] Aug 02 17:18:21.318 INFO O| Aug 02 17:18:21.318 INFO STEP 725 (remove_files) COMPLETE |
6068 | 2024-08-02T17:18:22.549Z | [ recovery-image] Aug 02 17:18:21.318 INFO O| Aug 02 17:18:21.318 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-08-02T17:18:22.557Z | [ recovery-image] Aug 02 17:18:21.328 INFO O| Aug 02 17:18:21.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6070 | 2024-08-02T17:18:22.560Z | [ recovery-image] Aug 02 17:18:21.328 INFO O| Aug 02 17:18:21.328 INFO STEP 726 (remove_files) COMPLETE |
6071 | 2024-08-02T17:18:22.560Z | [ recovery-image] Aug 02 17:18:21.328 INFO O| Aug 02 17:18:21.328 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-08-02T17:18:22.567Z | [ recovery-image] Aug 02 17:18:21.338 INFO O| Aug 02 17:18:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6073 | 2024-08-02T17:18:22.567Z | [ recovery-image] Aug 02 17:18:21.338 INFO O| Aug 02 17:18:21.338 INFO STEP 727 (remove_files) COMPLETE |
6074 | 2024-08-02T17:18:22.570Z | [ recovery-image] Aug 02 17:18:21.339 INFO O| Aug 02 17:18:21.338 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-08-02T17:18:22.577Z | [ recovery-image] Aug 02 17:18:21.349 INFO O| Aug 02 17:18:21.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6076 | 2024-08-02T17:18:22.580Z | [ recovery-image] Aug 02 17:18:21.349 INFO O| Aug 02 17:18:21.349 INFO STEP 728 (remove_files) COMPLETE |
6077 | 2024-08-02T17:18:22.580Z | [ recovery-image] Aug 02 17:18:21.349 INFO O| Aug 02 17:18:21.349 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-08-02T17:18:22.588Z | [ recovery-image] Aug 02 17:18:21.359 INFO O| Aug 02 17:18:21.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6079 | 2024-08-02T17:18:22.588Z | [ recovery-image] Aug 02 17:18:21.359 INFO O| Aug 02 17:18:21.359 INFO STEP 729 (remove_files) COMPLETE |
6080 | 2024-08-02T17:18:22.591Z | [ recovery-image] Aug 02 17:18:21.359 INFO O| Aug 02 17:18:21.359 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-08-02T17:18:22.599Z | [ recovery-image] Aug 02 17:18:21.370 INFO O| Aug 02 17:18:21.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6082 | 2024-08-02T17:18:22.599Z | [ recovery-image] Aug 02 17:18:21.370 INFO O| Aug 02 17:18:21.370 INFO STEP 730 (remove_files) COMPLETE |
6083 | 2024-08-02T17:18:22.601Z | [ recovery-image] Aug 02 17:18:21.370 INFO O| Aug 02 17:18:21.370 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-08-02T17:18:22.609Z | [ recovery-image] Aug 02 17:18:21.380 INFO O| Aug 02 17:18:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6085 | 2024-08-02T17:18:22.612Z | [ recovery-image] Aug 02 17:18:21.381 INFO O| Aug 02 17:18:21.381 INFO STEP 731 (remove_files) COMPLETE |
6086 | 2024-08-02T17:18:22.612Z | [ recovery-image] Aug 02 17:18:21.381 INFO O| Aug 02 17:18:21.381 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-08-02T17:18:22.621Z | [ recovery-image] Aug 02 17:18:21.392 INFO O| Aug 02 17:18:21.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6088 | 2024-08-02T17:18:22.624Z | [ recovery-image] Aug 02 17:18:21.393 INFO O| Aug 02 17:18:21.392 INFO STEP 732 (remove_files) COMPLETE |
6089 | 2024-08-02T17:18:22.624Z | [ recovery-image] Aug 02 17:18:21.393 INFO O| Aug 02 17:18:21.392 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-08-02T17:18:22.631Z | [ recovery-image] Aug 02 17:18:21.403 INFO O| Aug 02 17:18:21.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6091 | 2024-08-02T17:18:22.634Z | [ recovery-image] Aug 02 17:18:21.403 INFO O| Aug 02 17:18:21.403 INFO STEP 733 (remove_files) COMPLETE |
6092 | 2024-08-02T17:18:22.634Z | [ recovery-image] Aug 02 17:18:21.403 INFO O| Aug 02 17:18:21.403 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-08-02T17:18:22.642Z | [ recovery-image] Aug 02 17:18:21.413 INFO O| Aug 02 17:18:21.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6094 | 2024-08-02T17:18:22.642Z | [ recovery-image] Aug 02 17:18:21.413 INFO O| Aug 02 17:18:21.413 INFO STEP 734 (remove_files) COMPLETE |
6095 | 2024-08-02T17:18:22.644Z | [ recovery-image] Aug 02 17:18:21.413 INFO O| Aug 02 17:18:21.413 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-08-02T17:18:22.652Z | [ recovery-image] Aug 02 17:18:21.423 INFO O| Aug 02 17:18:21.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6097 | 2024-08-02T17:18:22.652Z | [ recovery-image] Aug 02 17:18:21.423 INFO O| Aug 02 17:18:21.423 INFO STEP 735 (remove_files) COMPLETE |
6098 | 2024-08-02T17:18:22.656Z | [ recovery-image] Aug 02 17:18:21.423 INFO O| Aug 02 17:18:21.423 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-08-02T17:18:22.662Z | [ recovery-image] Aug 02 17:18:21.433 INFO O| Aug 02 17:18:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6100 | 2024-08-02T17:18:22.665Z | [ recovery-image] Aug 02 17:18:21.433 INFO O| Aug 02 17:18:21.433 INFO STEP 736 (remove_files) COMPLETE |
6101 | 2024-08-02T17:18:22.665Z | [ recovery-image] Aug 02 17:18:21.433 INFO O| Aug 02 17:18:21.433 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-08-02T17:18:22.673Z | [ recovery-image] Aug 02 17:18:21.444 INFO O| Aug 02 17:18:21.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6103 | 2024-08-02T17:18:22.673Z | [ recovery-image] Aug 02 17:18:21.444 INFO O| Aug 02 17:18:21.444 INFO STEP 737 (remove_files) COMPLETE |
6104 | 2024-08-02T17:18:22.673Z | [ recovery-image] Aug 02 17:18:21.444 INFO O| Aug 02 17:18:21.444 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-08-02T17:18:22.683Z | [ recovery-image] Aug 02 17:18:21.454 INFO O| Aug 02 17:18:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6106 | 2024-08-02T17:18:22.684Z | [ recovery-image] Aug 02 17:18:21.455 INFO O| Aug 02 17:18:21.455 INFO STEP 738 (remove_files) COMPLETE |
6107 | 2024-08-02T17:18:22.686Z | [ recovery-image] Aug 02 17:18:21.455 INFO O| Aug 02 17:18:21.455 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-08-02T17:18:22.694Z | [ recovery-image] Aug 02 17:18:21.465 INFO O| Aug 02 17:18:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6109 | 2024-08-02T17:18:22.694Z | [ recovery-image] Aug 02 17:18:21.465 INFO O| Aug 02 17:18:21.465 INFO STEP 739 (remove_files) COMPLETE |
6110 | 2024-08-02T17:18:22.697Z | [ recovery-image] Aug 02 17:18:21.465 INFO O| Aug 02 17:18:21.465 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-08-02T17:18:22.705Z | [ recovery-image] Aug 02 17:18:21.476 INFO O| Aug 02 17:18:21.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6112 | 2024-08-02T17:18:22.705Z | [ recovery-image] Aug 02 17:18:21.476 INFO O| Aug 02 17:18:21.476 INFO STEP 740 (remove_files) COMPLETE |
6113 | 2024-08-02T17:18:22.705Z | [ recovery-image] Aug 02 17:18:21.476 INFO O| Aug 02 17:18:21.476 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-08-02T17:18:22.715Z | [ recovery-image] Aug 02 17:18:21.486 INFO O| Aug 02 17:18:21.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6115 | 2024-08-02T17:18:22.718Z | [ recovery-image] Aug 02 17:18:21.487 INFO O| Aug 02 17:18:21.487 INFO STEP 741 (remove_files) COMPLETE |
6116 | 2024-08-02T17:18:22.718Z | [ recovery-image] Aug 02 17:18:21.487 INFO O| Aug 02 17:18:21.487 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-08-02T17:18:22.725Z | [ recovery-image] Aug 02 17:18:21.496 INFO O| Aug 02 17:18:21.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6118 | 2024-08-02T17:18:22.725Z | [ recovery-image] Aug 02 17:18:21.497 INFO O| Aug 02 17:18:21.496 INFO STEP 742 (remove_files) COMPLETE |
6119 | 2024-08-02T17:18:22.728Z | [ recovery-image] Aug 02 17:18:21.497 INFO O| Aug 02 17:18:21.496 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-08-02T17:18:22.735Z | [ recovery-image] Aug 02 17:18:21.506 INFO O| Aug 02 17:18:21.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6121 | 2024-08-02T17:18:22.738Z | [ recovery-image] Aug 02 17:18:21.507 INFO O| Aug 02 17:18:21.506 INFO STEP 743 (remove_files) COMPLETE |
6122 | 2024-08-02T17:18:22.738Z | [ recovery-image] Aug 02 17:18:21.507 INFO O| Aug 02 17:18:21.507 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-08-02T17:18:22.745Z | [ recovery-image] Aug 02 17:18:21.517 INFO O| Aug 02 17:18:21.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6124 | 2024-08-02T17:18:22.745Z | [ recovery-image] Aug 02 17:18:21.517 INFO O| Aug 02 17:18:21.517 INFO STEP 744 (remove_files) COMPLETE |
6125 | 2024-08-02T17:18:22.748Z | [ recovery-image] Aug 02 17:18:21.517 INFO O| Aug 02 17:18:21.517 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-08-02T17:18:22.756Z | [ recovery-image] Aug 02 17:18:21.527 INFO O| Aug 02 17:18:21.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6127 | 2024-08-02T17:18:22.756Z | [ recovery-image] Aug 02 17:18:21.527 INFO O| Aug 02 17:18:21.527 INFO STEP 745 (remove_files) COMPLETE |
6128 | 2024-08-02T17:18:22.756Z | [ recovery-image] Aug 02 17:18:21.527 INFO O| Aug 02 17:18:21.527 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-08-02T17:18:22.766Z | [ recovery-image] Aug 02 17:18:21.537 INFO O| Aug 02 17:18:21.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6130 | 2024-08-02T17:18:22.766Z | [ recovery-image] Aug 02 17:18:21.537 INFO O| Aug 02 17:18:21.537 INFO STEP 746 (remove_files) COMPLETE |
6131 | 2024-08-02T17:18:22.766Z | [ recovery-image] Aug 02 17:18:21.538 INFO O| Aug 02 17:18:21.537 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-08-02T17:18:22.776Z | [ recovery-image] Aug 02 17:18:21.548 INFO O| Aug 02 17:18:21.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6133 | 2024-08-02T17:18:22.779Z | [ recovery-image] Aug 02 17:18:21.548 INFO O| Aug 02 17:18:21.548 INFO STEP 747 (remove_files) COMPLETE |
6134 | 2024-08-02T17:18:22.779Z | [ recovery-image] Aug 02 17:18:21.548 INFO O| Aug 02 17:18:21.548 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-08-02T17:18:22.786Z | [ recovery-image] Aug 02 17:18:21.558 INFO O| Aug 02 17:18:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6136 | 2024-08-02T17:18:22.787Z | [ recovery-image] Aug 02 17:18:21.558 INFO O| Aug 02 17:18:21.558 INFO STEP 748 (remove_files) COMPLETE |
6137 | 2024-08-02T17:18:22.790Z | [ recovery-image] Aug 02 17:18:21.558 INFO O| Aug 02 17:18:21.558 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-08-02T17:18:22.797Z | [ recovery-image] Aug 02 17:18:21.568 INFO O| Aug 02 17:18:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6139 | 2024-08-02T17:18:22.800Z | [ recovery-image] Aug 02 17:18:21.568 INFO O| Aug 02 17:18:21.568 INFO STEP 749 (remove_files) COMPLETE |
6140 | 2024-08-02T17:18:22.800Z | [ recovery-image] Aug 02 17:18:21.568 INFO O| Aug 02 17:18:21.568 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-08-02T17:18:22.808Z | [ recovery-image] Aug 02 17:18:21.579 INFO O| Aug 02 17:18:21.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6142 | 2024-08-02T17:18:22.810Z | [ recovery-image] Aug 02 17:18:21.579 INFO O| Aug 02 17:18:21.579 INFO STEP 750 (remove_files) COMPLETE |
6143 | 2024-08-02T17:18:22.810Z | [ recovery-image] Aug 02 17:18:21.579 INFO O| Aug 02 17:18:21.579 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-08-02T17:18:22.818Z | [ recovery-image] Aug 02 17:18:21.589 INFO O| Aug 02 17:18:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6145 | 2024-08-02T17:18:22.820Z | [ recovery-image] Aug 02 17:18:21.589 INFO O| Aug 02 17:18:21.589 INFO STEP 751 (remove_files) COMPLETE |
6146 | 2024-08-02T17:18:22.821Z | [ recovery-image] Aug 02 17:18:21.589 INFO O| Aug 02 17:18:21.589 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-08-02T17:18:22.828Z | [ recovery-image] Aug 02 17:18:21.599 INFO O| Aug 02 17:18:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6148 | 2024-08-02T17:18:22.828Z | [ recovery-image] Aug 02 17:18:21.599 INFO O| Aug 02 17:18:21.599 INFO STEP 752 (remove_files) COMPLETE |
6149 | 2024-08-02T17:18:22.828Z | [ recovery-image] Aug 02 17:18:21.599 INFO O| Aug 02 17:18:21.599 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-08-02T17:18:22.838Z | [ recovery-image] Aug 02 17:18:21.609 INFO O| Aug 02 17:18:21.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6151 | 2024-08-02T17:18:22.838Z | [ recovery-image] Aug 02 17:18:21.609 INFO O| Aug 02 17:18:21.609 INFO STEP 753 (remove_files) COMPLETE |
6152 | 2024-08-02T17:18:22.841Z | [ recovery-image] Aug 02 17:18:21.609 INFO O| Aug 02 17:18:21.609 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-02T17:18:22.848Z | [ recovery-image] Aug 02 17:18:21.619 INFO O| Aug 02 17:18:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6154 | 2024-08-02T17:18:22.848Z | [ recovery-image] Aug 02 17:18:21.619 INFO O| Aug 02 17:18:21.619 INFO STEP 754 (remove_files) COMPLETE |
6155 | 2024-08-02T17:18:22.851Z | [ recovery-image] Aug 02 17:18:21.619 INFO O| Aug 02 17:18:21.619 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-02T17:18:22.858Z | [ recovery-image] Aug 02 17:18:21.630 INFO O| Aug 02 17:18:21.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6157 | 2024-08-02T17:18:22.858Z | [ recovery-image] Aug 02 17:18:21.630 INFO O| Aug 02 17:18:21.630 INFO STEP 755 (remove_files) COMPLETE |
6158 | 2024-08-02T17:18:22.861Z | [ recovery-image] Aug 02 17:18:21.630 INFO O| Aug 02 17:18:21.630 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-02T17:18:22.869Z | [ recovery-image] Aug 02 17:18:21.640 INFO O| Aug 02 17:18:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6160 | 2024-08-02T17:18:22.869Z | [ recovery-image] Aug 02 17:18:21.640 INFO O| Aug 02 17:18:21.640 INFO STEP 756 (remove_files) COMPLETE |
6161 | 2024-08-02T17:18:22.872Z | [ recovery-image] Aug 02 17:18:21.640 INFO O| Aug 02 17:18:21.640 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-08-02T17:18:22.879Z | [ recovery-image] Aug 02 17:18:21.651 INFO O| Aug 02 17:18:21.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6163 | 2024-08-02T17:18:22.879Z | [ recovery-image] Aug 02 17:18:21.651 INFO O| Aug 02 17:18:21.651 INFO STEP 757 (remove_files) COMPLETE |
6164 | 2024-08-02T17:18:22.879Z | [ recovery-image] Aug 02 17:18:21.651 INFO O| Aug 02 17:18:21.651 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-08-02T17:18:22.889Z | [ recovery-image] Aug 02 17:18:21.661 INFO O| Aug 02 17:18:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6166 | 2024-08-02T17:18:22.889Z | [ recovery-image] Aug 02 17:18:21.661 INFO O| Aug 02 17:18:21.661 INFO STEP 758 (remove_files) COMPLETE |
6167 | 2024-08-02T17:18:22.889Z | [ recovery-image] Aug 02 17:18:21.661 INFO O| Aug 02 17:18:21.661 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-08-02T17:18:22.899Z | [ recovery-image] Aug 02 17:18:21.671 INFO O| Aug 02 17:18:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6169 | 2024-08-02T17:18:22.902Z | [ recovery-image] Aug 02 17:18:21.671 INFO O| Aug 02 17:18:21.671 INFO STEP 759 (remove_files) COMPLETE |
6170 | 2024-08-02T17:18:22.902Z | [ recovery-image] Aug 02 17:18:21.671 INFO O| Aug 02 17:18:21.671 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-08-02T17:18:22.909Z | [ recovery-image] Aug 02 17:18:21.680 INFO O| Aug 02 17:18:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6172 | 2024-08-02T17:18:22.912Z | [ recovery-image] Aug 02 17:18:21.681 INFO O| Aug 02 17:18:21.681 INFO STEP 760 (remove_files) COMPLETE |
6173 | 2024-08-02T17:18:22.912Z | [ recovery-image] Aug 02 17:18:21.681 INFO O| Aug 02 17:18:21.681 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-08-02T17:18:22.920Z | [ recovery-image] Aug 02 17:18:21.691 INFO O| Aug 02 17:18:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6175 | 2024-08-02T17:18:22.923Z | [ recovery-image] Aug 02 17:18:21.691 INFO O| Aug 02 17:18:21.691 INFO STEP 761 (remove_files) COMPLETE |
6176 | 2024-08-02T17:18:22.923Z | [ recovery-image] Aug 02 17:18:21.691 INFO O| Aug 02 17:18:21.691 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-08-02T17:18:22.930Z | [ recovery-image] Aug 02 17:18:21.701 INFO O| Aug 02 17:18:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6178 | 2024-08-02T17:18:22.930Z | [ recovery-image] Aug 02 17:18:21.701 INFO O| Aug 02 17:18:21.701 INFO STEP 762 (remove_files) COMPLETE |
6179 | 2024-08-02T17:18:22.933Z | [ recovery-image] Aug 02 17:18:21.701 INFO O| Aug 02 17:18:21.701 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-08-02T17:18:22.939Z | [ recovery-image] Aug 02 17:18:21.710 INFO O| Aug 02 17:18:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6181 | 2024-08-02T17:18:22.939Z | [ recovery-image] Aug 02 17:18:21.710 INFO O| Aug 02 17:18:21.710 INFO STEP 763 (remove_files) COMPLETE |
6182 | 2024-08-02T17:18:22.942Z | [ recovery-image] Aug 02 17:18:21.710 INFO O| Aug 02 17:18:21.710 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-08-02T17:18:22.949Z | [ recovery-image] Aug 02 17:18:21.720 INFO O| Aug 02 17:18:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6184 | 2024-08-02T17:18:22.949Z | [ recovery-image] Aug 02 17:18:21.720 INFO O| Aug 02 17:18:21.720 INFO STEP 764 (remove_files) COMPLETE |
6185 | 2024-08-02T17:18:22.949Z | [ recovery-image] Aug 02 17:18:21.720 INFO O| Aug 02 17:18:21.720 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-08-02T17:18:22.958Z | [ recovery-image] Aug 02 17:18:21.729 INFO O| Aug 02 17:18:21.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6187 | 2024-08-02T17:18:22.958Z | [ recovery-image] Aug 02 17:18:21.730 INFO O| Aug 02 17:18:21.729 INFO STEP 765 (remove_files) COMPLETE |
6188 | 2024-08-02T17:18:22.961Z | [ recovery-image] Aug 02 17:18:21.730 INFO O| Aug 02 17:18:21.730 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-08-02T17:18:22.968Z | [ recovery-image] Aug 02 17:18:21.739 INFO O| Aug 02 17:18:21.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6190 | 2024-08-02T17:18:22.968Z | [ recovery-image] Aug 02 17:18:21.739 INFO O| Aug 02 17:18:21.739 INFO STEP 766 (remove_files) COMPLETE |
6191 | 2024-08-02T17:18:22.968Z | [ recovery-image] Aug 02 17:18:21.739 INFO O| Aug 02 17:18:21.739 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-08-02T17:18:22.977Z | [ recovery-image] Aug 02 17:18:21.749 INFO O| Aug 02 17:18:21.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6193 | 2024-08-02T17:18:22.978Z | [ recovery-image] Aug 02 17:18:21.749 INFO O| Aug 02 17:18:21.749 INFO STEP 767 (remove_files) COMPLETE |
6194 | 2024-08-02T17:18:22.978Z | [ recovery-image] Aug 02 17:18:21.749 INFO O| Aug 02 17:18:21.749 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-08-02T17:18:22.988Z | [ recovery-image] Aug 02 17:18:21.758 INFO O| Aug 02 17:18:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6196 | 2024-08-02T17:18:22.988Z | [ recovery-image] Aug 02 17:18:21.759 INFO O| Aug 02 17:18:21.758 INFO STEP 768 (remove_files) COMPLETE |
6197 | 2024-08-02T17:18:22.991Z | [ recovery-image] Aug 02 17:18:21.759 INFO O| Aug 02 17:18:21.758 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-08-02T17:18:22.997Z | [ recovery-image] Aug 02 17:18:21.769 INFO O| Aug 02 17:18:21.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6199 | 2024-08-02T17:18:23.001Z | [ recovery-image] Aug 02 17:18:21.769 INFO O| Aug 02 17:18:21.769 INFO STEP 769 (remove_files) COMPLETE |
6200 | 2024-08-02T17:18:23.001Z | [ recovery-image] Aug 02 17:18:21.769 INFO O| Aug 02 17:18:21.769 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-08-02T17:18:23.007Z | [ recovery-image] Aug 02 17:18:21.779 INFO O| Aug 02 17:18:21.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6202 | 2024-08-02T17:18:23.007Z | [ recovery-image] Aug 02 17:18:21.779 INFO O| Aug 02 17:18:21.779 INFO STEP 770 (remove_files) COMPLETE |
6203 | 2024-08-02T17:18:23.010Z | [ recovery-image] Aug 02 17:18:21.779 INFO O| Aug 02 17:18:21.779 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-08-02T17:18:23.017Z | [ recovery-image] Aug 02 17:18:21.788 INFO O| Aug 02 17:18:21.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6205 | 2024-08-02T17:18:23.017Z | [ recovery-image] Aug 02 17:18:21.788 INFO O| Aug 02 17:18:21.788 INFO STEP 771 (remove_files) COMPLETE |
6206 | 2024-08-02T17:18:23.020Z | [ recovery-image] Aug 02 17:18:21.788 INFO O| Aug 02 17:18:21.788 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-08-02T17:18:23.026Z | [ recovery-image] Aug 02 17:18:21.798 INFO O| Aug 02 17:18:21.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6208 | 2024-08-02T17:18:23.029Z | [ recovery-image] Aug 02 17:18:21.798 INFO O| Aug 02 17:18:21.798 INFO STEP 772 (remove_files) COMPLETE |
6209 | 2024-08-02T17:18:23.029Z | [ recovery-image] Aug 02 17:18:21.798 INFO O| Aug 02 17:18:21.798 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-08-02T17:18:23.036Z | [ recovery-image] Aug 02 17:18:21.807 INFO O| Aug 02 17:18:21.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6211 | 2024-08-02T17:18:23.036Z | [ recovery-image] Aug 02 17:18:21.807 INFO O| Aug 02 17:18:21.807 INFO STEP 773 (remove_files) COMPLETE |
6212 | 2024-08-02T17:18:23.039Z | [ recovery-image] Aug 02 17:18:21.807 INFO O| Aug 02 17:18:21.807 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-08-02T17:18:23.046Z | [ recovery-image] Aug 02 17:18:21.817 INFO O| Aug 02 17:18:21.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6214 | 2024-08-02T17:18:23.049Z | [ recovery-image] Aug 02 17:18:21.817 INFO O| Aug 02 17:18:21.817 INFO STEP 774 (remove_files) COMPLETE |
6215 | 2024-08-02T17:18:23.049Z | [ recovery-image] Aug 02 17:18:21.817 INFO O| Aug 02 17:18:21.817 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-08-02T17:18:23.056Z | [ recovery-image] Aug 02 17:18:21.827 INFO O| Aug 02 17:18:21.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6217 | 2024-08-02T17:18:23.056Z | [ recovery-image] Aug 02 17:18:21.827 INFO O| Aug 02 17:18:21.827 INFO STEP 775 (remove_files) COMPLETE |
6218 | 2024-08-02T17:18:23.058Z | [ recovery-image] Aug 02 17:18:21.827 INFO O| Aug 02 17:18:21.827 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-08-02T17:18:23.065Z | [ recovery-image] Aug 02 17:18:21.836 INFO O| Aug 02 17:18:21.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6220 | 2024-08-02T17:18:23.065Z | [ recovery-image] Aug 02 17:18:21.836 INFO O| Aug 02 17:18:21.836 INFO STEP 776 (remove_files) COMPLETE |
6221 | 2024-08-02T17:18:23.068Z | [ recovery-image] Aug 02 17:18:21.836 INFO O| Aug 02 17:18:21.836 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-08-02T17:18:23.075Z | [ recovery-image] Aug 02 17:18:21.846 INFO O| Aug 02 17:18:21.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6223 | 2024-08-02T17:18:23.076Z | [ recovery-image] Aug 02 17:18:21.846 INFO O| Aug 02 17:18:21.846 INFO STEP 777 (remove_files) COMPLETE |
6224 | 2024-08-02T17:18:23.078Z | [ recovery-image] Aug 02 17:18:21.846 INFO O| Aug 02 17:18:21.846 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-08-02T17:18:23.085Z | [ recovery-image] Aug 02 17:18:21.856 INFO O| Aug 02 17:18:21.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6226 | 2024-08-02T17:18:23.085Z | [ recovery-image] Aug 02 17:18:21.857 INFO O| Aug 02 17:18:21.856 INFO STEP 778 (remove_files) COMPLETE |
6227 | 2024-08-02T17:18:23.088Z | [ recovery-image] Aug 02 17:18:21.857 INFO O| Aug 02 17:18:21.857 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-08-02T17:18:23.095Z | [ recovery-image] Aug 02 17:18:21.866 INFO O| Aug 02 17:18:21.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6229 | 2024-08-02T17:18:23.095Z | [ recovery-image] Aug 02 17:18:21.866 INFO O| Aug 02 17:18:21.866 INFO STEP 779 (remove_files) COMPLETE |
6230 | 2024-08-02T17:18:23.098Z | [ recovery-image] Aug 02 17:18:21.866 INFO O| Aug 02 17:18:21.866 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-08-02T17:18:23.105Z | [ recovery-image] Aug 02 17:18:21.876 INFO O| Aug 02 17:18:21.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6232 | 2024-08-02T17:18:23.105Z | [ recovery-image] Aug 02 17:18:21.876 INFO O| Aug 02 17:18:21.876 INFO STEP 780 (remove_files) COMPLETE |
6233 | 2024-08-02T17:18:23.105Z | [ recovery-image] Aug 02 17:18:21.876 INFO O| Aug 02 17:18:21.876 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-08-02T17:18:23.114Z | [ recovery-image] Aug 02 17:18:21.886 INFO O| Aug 02 17:18:21.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6235 | 2024-08-02T17:18:23.117Z | [ recovery-image] Aug 02 17:18:21.886 INFO O| Aug 02 17:18:21.886 INFO STEP 781 (remove_files) COMPLETE |
6236 | 2024-08-02T17:18:23.117Z | [ recovery-image] Aug 02 17:18:21.886 INFO O| Aug 02 17:18:21.886 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-08-02T17:18:23.124Z | [ recovery-image] Aug 02 17:18:21.895 INFO O| Aug 02 17:18:21.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6238 | 2024-08-02T17:18:23.126Z | [ recovery-image] Aug 02 17:18:21.895 INFO O| Aug 02 17:18:21.895 INFO STEP 782 (remove_files) COMPLETE |
6239 | 2024-08-02T17:18:23.126Z | [ recovery-image] Aug 02 17:18:21.895 INFO O| Aug 02 17:18:21.895 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-08-02T17:18:23.133Z | [ recovery-image] Aug 02 17:18:21.904 INFO O| Aug 02 17:18:21.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6241 | 2024-08-02T17:18:23.136Z | [ recovery-image] Aug 02 17:18:21.904 INFO O| Aug 02 17:18:21.904 INFO STEP 783 (remove_files) COMPLETE |
6242 | 2024-08-02T17:18:23.136Z | [ recovery-image] Aug 02 17:18:21.904 INFO O| Aug 02 17:18:21.904 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-08-02T17:18:23.142Z | [ recovery-image] Aug 02 17:18:21.914 INFO O| Aug 02 17:18:21.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6244 | 2024-08-02T17:18:23.145Z | [ recovery-image] Aug 02 17:18:21.914 INFO O| Aug 02 17:18:21.914 INFO STEP 784 (remove_files) COMPLETE |
6245 | 2024-08-02T17:18:23.145Z | [ recovery-image] Aug 02 17:18:21.914 INFO O| Aug 02 17:18:21.914 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-08-02T17:18:23.153Z | [ recovery-image] Aug 02 17:18:21.924 INFO O| Aug 02 17:18:21.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6247 | 2024-08-02T17:18:23.153Z | [ recovery-image] Aug 02 17:18:21.924 INFO O| Aug 02 17:18:21.924 INFO STEP 785 (remove_files) COMPLETE |
6248 | 2024-08-02T17:18:23.156Z | [ recovery-image] Aug 02 17:18:21.924 INFO O| Aug 02 17:18:21.924 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-08-02T17:18:23.162Z | [ recovery-image] Aug 02 17:18:21.934 INFO O| Aug 02 17:18:21.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6250 | 2024-08-02T17:18:23.162Z | [ recovery-image] Aug 02 17:18:21.934 INFO O| Aug 02 17:18:21.934 INFO STEP 786 (remove_files) COMPLETE |
6251 | 2024-08-02T17:18:23.162Z | [ recovery-image] Aug 02 17:18:21.934 INFO O| Aug 02 17:18:21.934 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-08-02T17:18:23.172Z | [ recovery-image] Aug 02 17:18:21.943 INFO O| Aug 02 17:18:21.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6253 | 2024-08-02T17:18:23.172Z | [ recovery-image] Aug 02 17:18:21.943 INFO O| Aug 02 17:18:21.943 INFO STEP 787 (remove_files) COMPLETE |
6254 | 2024-08-02T17:18:23.172Z | [ recovery-image] Aug 02 17:18:21.943 INFO O| Aug 02 17:18:21.943 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-08-02T17:18:23.181Z | [ recovery-image] Aug 02 17:18:21.952 INFO O| Aug 02 17:18:21.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6256 | 2024-08-02T17:18:23.184Z | [ recovery-image] Aug 02 17:18:21.952 INFO O| Aug 02 17:18:21.952 INFO STEP 788 (remove_files) COMPLETE |
6257 | 2024-08-02T17:18:23.184Z | [ recovery-image] Aug 02 17:18:21.952 INFO O| Aug 02 17:18:21.952 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-08-02T17:18:23.191Z | [ recovery-image] Aug 02 17:18:21.962 INFO O| Aug 02 17:18:21.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6259 | 2024-08-02T17:18:23.193Z | [ recovery-image] Aug 02 17:18:21.962 INFO O| Aug 02 17:18:21.962 INFO STEP 789 (remove_files) COMPLETE |
6260 | 2024-08-02T17:18:23.193Z | [ recovery-image] Aug 02 17:18:21.962 INFO O| Aug 02 17:18:21.962 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-08-02T17:18:23.200Z | [ recovery-image] Aug 02 17:18:21.971 INFO O| Aug 02 17:18:21.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6262 | 2024-08-02T17:18:23.200Z | [ recovery-image] Aug 02 17:18:21.971 INFO O| Aug 02 17:18:21.971 INFO STEP 790 (remove_files) COMPLETE |
6263 | 2024-08-02T17:18:23.203Z | [ recovery-image] Aug 02 17:18:21.971 INFO O| Aug 02 17:18:21.971 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-08-02T17:18:23.209Z | [ recovery-image] Aug 02 17:18:21.980 INFO O| Aug 02 17:18:21.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6265 | 2024-08-02T17:18:23.209Z | [ recovery-image] Aug 02 17:18:21.980 INFO O| Aug 02 17:18:21.980 INFO STEP 791 (remove_files) COMPLETE |
6266 | 2024-08-02T17:18:23.209Z | [ recovery-image] Aug 02 17:18:21.980 INFO O| Aug 02 17:18:21.980 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-08-02T17:18:23.218Z | [ recovery-image] Aug 02 17:18:21.989 INFO O| Aug 02 17:18:21.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6268 | 2024-08-02T17:18:23.218Z | [ recovery-image] Aug 02 17:18:21.989 INFO O| Aug 02 17:18:21.989 INFO STEP 792 (remove_files) COMPLETE |
6269 | 2024-08-02T17:18:23.221Z | [ recovery-image] Aug 02 17:18:21.990 INFO O| Aug 02 17:18:21.989 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-08-02T17:18:23.227Z | [ recovery-image] Aug 02 17:18:21.999 INFO O| Aug 02 17:18:21.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6271 | 2024-08-02T17:18:23.227Z | [ recovery-image] Aug 02 17:18:21.999 INFO O| Aug 02 17:18:21.999 INFO STEP 793 (remove_files) COMPLETE |
6272 | 2024-08-02T17:18:23.228Z | [ recovery-image] Aug 02 17:18:21.999 INFO O| Aug 02 17:18:21.999 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-08-02T17:18:23.237Z | [ recovery-image] Aug 02 17:18:22.008 INFO O| Aug 02 17:18:22.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6274 | 2024-08-02T17:18:23.237Z | [ recovery-image] Aug 02 17:18:22.008 INFO O| Aug 02 17:18:22.008 INFO STEP 794 (remove_files) COMPLETE |
6275 | 2024-08-02T17:18:23.237Z | [ recovery-image] Aug 02 17:18:22.008 INFO O| Aug 02 17:18:22.008 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-08-02T17:18:23.246Z | [ recovery-image] Aug 02 17:18:22.017 INFO O| Aug 02 17:18:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6277 | 2024-08-02T17:18:23.246Z | [ recovery-image] Aug 02 17:18:22.018 INFO O| Aug 02 17:18:22.017 INFO STEP 795 (remove_files) COMPLETE |
6278 | 2024-08-02T17:18:23.246Z | [ recovery-image] Aug 02 17:18:22.018 INFO O| Aug 02 17:18:22.017 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-08-02T17:18:23.256Z | [ recovery-image] Aug 02 17:18:22.027 INFO O| Aug 02 17:18:22.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6280 | 2024-08-02T17:18:23.256Z | [ recovery-image] Aug 02 17:18:22.027 INFO O| Aug 02 17:18:22.027 INFO STEP 796 (remove_files) COMPLETE |
6281 | 2024-08-02T17:18:23.256Z | [ recovery-image] Aug 02 17:18:22.027 INFO O| Aug 02 17:18:22.027 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-08-02T17:18:23.266Z | [ recovery-image] Aug 02 17:18:22.037 INFO O| Aug 02 17:18:22.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6283 | 2024-08-02T17:18:23.269Z | [ recovery-image] Aug 02 17:18:22.038 INFO O| Aug 02 17:18:22.037 INFO STEP 797 (remove_files) COMPLETE |
6284 | 2024-08-02T17:18:23.269Z | [ recovery-image] Aug 02 17:18:22.038 INFO O| Aug 02 17:18:22.038 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-08-02T17:18:23.276Z | [ recovery-image] Aug 02 17:18:22.048 INFO O| Aug 02 17:18:22.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6286 | 2024-08-02T17:18:23.277Z | [ recovery-image] Aug 02 17:18:22.048 INFO O| Aug 02 17:18:22.048 INFO STEP 798 (remove_files) COMPLETE |
6287 | 2024-08-02T17:18:23.279Z | [ recovery-image] Aug 02 17:18:22.048 INFO O| Aug 02 17:18:22.048 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-08-02T17:18:23.287Z | [ recovery-image] Aug 02 17:18:22.058 INFO O| Aug 02 17:18:22.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6289 | 2024-08-02T17:18:23.287Z | [ recovery-image] Aug 02 17:18:22.058 INFO O| Aug 02 17:18:22.058 INFO STEP 799 (remove_files) COMPLETE |
6290 | 2024-08-02T17:18:23.289Z | [ recovery-image] Aug 02 17:18:22.058 INFO O| Aug 02 17:18:22.058 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-08-02T17:18:23.297Z | [ recovery-image] Aug 02 17:18:22.068 INFO O| Aug 02 17:18:22.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6292 | 2024-08-02T17:18:23.297Z | [ recovery-image] Aug 02 17:18:22.068 INFO O| Aug 02 17:18:22.068 INFO STEP 800 (remove_files) COMPLETE |
6293 | 2024-08-02T17:18:23.300Z | [ recovery-image] Aug 02 17:18:22.068 INFO O| Aug 02 17:18:22.068 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-08-02T17:18:23.307Z | [ recovery-image] Aug 02 17:18:22.078 INFO O| Aug 02 17:18:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6295 | 2024-08-02T17:18:23.307Z | [ recovery-image] Aug 02 17:18:22.078 INFO O| Aug 02 17:18:22.078 INFO STEP 801 (remove_files) COMPLETE |
6296 | 2024-08-02T17:18:23.307Z | [ recovery-image] Aug 02 17:18:22.078 INFO O| Aug 02 17:18:22.078 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-08-02T17:18:23.317Z | [ recovery-image] Aug 02 17:18:22.088 INFO O| Aug 02 17:18:22.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6298 | 2024-08-02T17:18:23.320Z | [ recovery-image] Aug 02 17:18:22.088 INFO O| Aug 02 17:18:22.088 INFO STEP 802 (remove_files) COMPLETE |
6299 | 2024-08-02T17:18:23.320Z | [ recovery-image] Aug 02 17:18:22.088 INFO O| Aug 02 17:18:22.088 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-08-02T17:18:23.327Z | [ recovery-image] Aug 02 17:18:22.099 INFO O| Aug 02 17:18:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6301 | 2024-08-02T17:18:23.327Z | [ recovery-image] Aug 02 17:18:22.099 INFO O| Aug 02 17:18:22.099 INFO STEP 803 (remove_files) COMPLETE |
6302 | 2024-08-02T17:18:23.327Z | [ recovery-image] Aug 02 17:18:22.099 INFO O| Aug 02 17:18:22.099 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-08-02T17:18:23.338Z | [ recovery-image] Aug 02 17:18:22.109 INFO O| Aug 02 17:18:22.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6304 | 2024-08-02T17:18:23.338Z | [ recovery-image] Aug 02 17:18:22.109 INFO O| Aug 02 17:18:22.109 INFO STEP 804 (remove_files) COMPLETE |
6305 | 2024-08-02T17:18:23.341Z | [ recovery-image] Aug 02 17:18:22.109 INFO O| Aug 02 17:18:22.109 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-08-02T17:18:23.349Z | [ recovery-image] Aug 02 17:18:22.120 INFO O| Aug 02 17:18:22.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6307 | 2024-08-02T17:18:23.349Z | [ recovery-image] Aug 02 17:18:22.120 INFO O| Aug 02 17:18:22.120 INFO STEP 805 (remove_files) COMPLETE |
6308 | 2024-08-02T17:18:23.349Z | [ recovery-image] Aug 02 17:18:22.120 INFO O| Aug 02 17:18:22.120 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-02T17:18:23.359Z | [ recovery-image] Aug 02 17:18:22.131 INFO O| Aug 02 17:18:22.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6310 | 2024-08-02T17:18:23.360Z | [ recovery-image] Aug 02 17:18:22.131 INFO O| Aug 02 17:18:22.131 INFO STEP 806 (remove_files) COMPLETE |
6311 | 2024-08-02T17:18:23.362Z | [ recovery-image] Aug 02 17:18:22.131 INFO O| Aug 02 17:18:22.131 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-02T17:18:23.370Z | [ recovery-image] Aug 02 17:18:22.141 INFO O| Aug 02 17:18:22.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6313 | 2024-08-02T17:18:23.373Z | [ recovery-image] Aug 02 17:18:22.141 INFO O| Aug 02 17:18:22.141 INFO STEP 807 (remove_files) COMPLETE |
6314 | 2024-08-02T17:18:23.374Z | [ recovery-image] Aug 02 17:18:22.141 INFO O| Aug 02 17:18:22.141 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-02T17:18:23.381Z | [ recovery-image] Aug 02 17:18:22.152 INFO O| Aug 02 17:18:22.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6316 | 2024-08-02T17:18:23.381Z | [ recovery-image] Aug 02 17:18:22.152 INFO O| Aug 02 17:18:22.152 INFO STEP 808 (remove_files) COMPLETE |
6317 | 2024-08-02T17:18:23.381Z | [ recovery-image] Aug 02 17:18:22.152 INFO O| Aug 02 17:18:22.152 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-02T17:18:23.392Z | [ recovery-image] Aug 02 17:18:22.163 INFO O| Aug 02 17:18:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6319 | 2024-08-02T17:18:23.396Z | [ recovery-image] Aug 02 17:18:22.163 INFO O| Aug 02 17:18:22.163 INFO STEP 809 (remove_files) COMPLETE |
6320 | 2024-08-02T17:18:23.396Z | [ recovery-image] Aug 02 17:18:22.163 INFO O| Aug 02 17:18:22.163 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-02T17:18:23.404Z | [ recovery-image] Aug 02 17:18:22.174 INFO O| Aug 02 17:18:22.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6322 | 2024-08-02T17:18:23.404Z | [ recovery-image] Aug 02 17:18:22.174 INFO O| Aug 02 17:18:22.174 INFO STEP 810 (remove_files) COMPLETE |
6323 | 2024-08-02T17:18:23.406Z | [ recovery-image] Aug 02 17:18:22.174 INFO O| Aug 02 17:18:22.174 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-02T17:18:23.413Z | [ recovery-image] Aug 02 17:18:22.184 INFO O| Aug 02 17:18:22.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6325 | 2024-08-02T17:18:23.413Z | [ recovery-image] Aug 02 17:18:22.185 INFO O| Aug 02 17:18:22.185 INFO STEP 811 (remove_files) COMPLETE |
6326 | 2024-08-02T17:18:23.422Z | [ recovery-image] Aug 02 17:18:22.185 INFO O| Aug 02 17:18:22.185 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-02T17:18:23.426Z | [ recovery-image] Aug 02 17:18:22.195 INFO O| Aug 02 17:18:22.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6328 | 2024-08-02T17:18:23.426Z | [ recovery-image] Aug 02 17:18:22.195 INFO O| Aug 02 17:18:22.195 INFO STEP 812 (remove_files) COMPLETE |
6329 | 2024-08-02T17:18:23.426Z | [ recovery-image] Aug 02 17:18:22.195 INFO O| Aug 02 17:18:22.195 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-02T17:18:23.435Z | [ recovery-image] Aug 02 17:18:22.206 INFO O| Aug 02 17:18:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6331 | 2024-08-02T17:18:23.438Z | [ recovery-image] Aug 02 17:18:22.206 INFO O| Aug 02 17:18:22.206 INFO STEP 813 (remove_files) COMPLETE |
6332 | 2024-08-02T17:18:23.438Z | [ recovery-image] Aug 02 17:18:22.206 INFO O| Aug 02 17:18:22.206 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-02T17:18:23.445Z | [ recovery-image] Aug 02 17:18:22.216 INFO O| Aug 02 17:18:22.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6334 | 2024-08-02T17:18:23.445Z | [ recovery-image] Aug 02 17:18:22.217 INFO O| Aug 02 17:18:22.216 INFO STEP 814 (remove_files) COMPLETE |
6335 | 2024-08-02T17:18:23.448Z | [ recovery-image] Aug 02 17:18:22.217 INFO O| Aug 02 17:18:22.217 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-02T17:18:23.456Z | [ recovery-image] Aug 02 17:18:22.227 INFO O| Aug 02 17:18:22.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6337 | 2024-08-02T17:18:23.456Z | [ recovery-image] Aug 02 17:18:22.227 INFO O| Aug 02 17:18:22.227 INFO STEP 815 (remove_files) COMPLETE |
6338 | 2024-08-02T17:18:23.456Z | [ recovery-image] Aug 02 17:18:22.227 INFO O| Aug 02 17:18:22.227 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-02T17:18:23.466Z | [ recovery-image] Aug 02 17:18:22.237 INFO O| Aug 02 17:18:22.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6340 | 2024-08-02T17:18:23.466Z | [ recovery-image] Aug 02 17:18:22.237 INFO O| Aug 02 17:18:22.237 INFO STEP 816 (remove_files) COMPLETE |
6341 | 2024-08-02T17:18:23.469Z | [ recovery-image] Aug 02 17:18:22.237 INFO O| Aug 02 17:18:22.237 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-02T17:18:23.476Z | [ recovery-image] Aug 02 17:18:22.247 INFO O| Aug 02 17:18:22.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6343 | 2024-08-02T17:18:23.476Z | [ recovery-image] Aug 02 17:18:22.247 INFO O| Aug 02 17:18:22.247 INFO STEP 817 (remove_files) COMPLETE |
6344 | 2024-08-02T17:18:23.479Z | [ recovery-image] Aug 02 17:18:22.247 INFO O| Aug 02 17:18:22.247 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-02T17:18:23.486Z | [ recovery-image] Aug 02 17:18:22.257 INFO O| Aug 02 17:18:22.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6346 | 2024-08-02T17:18:23.489Z | [ recovery-image] Aug 02 17:18:22.257 INFO O| Aug 02 17:18:22.257 INFO STEP 818 (remove_files) COMPLETE |
6347 | 2024-08-02T17:18:23.489Z | [ recovery-image] Aug 02 17:18:22.257 INFO O| Aug 02 17:18:22.257 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-02T17:18:23.496Z | [ recovery-image] Aug 02 17:18:22.267 INFO O| Aug 02 17:18:22.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6349 | 2024-08-02T17:18:23.499Z | [ recovery-image] Aug 02 17:18:22.267 INFO O| Aug 02 17:18:22.267 INFO STEP 819 (remove_files) COMPLETE |
6350 | 2024-08-02T17:18:23.499Z | [ recovery-image] Aug 02 17:18:22.267 INFO O| Aug 02 17:18:22.267 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-02T17:18:23.506Z | [ recovery-image] Aug 02 17:18:22.277 INFO O| Aug 02 17:18:22.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6352 | 2024-08-02T17:18:23.506Z | [ recovery-image] Aug 02 17:18:22.277 INFO O| Aug 02 17:18:22.277 INFO STEP 820 (remove_files) COMPLETE |
6353 | 2024-08-02T17:18:23.506Z | [ recovery-image] Aug 02 17:18:22.278 INFO O| Aug 02 17:18:22.277 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-02T17:18:23.517Z | [ recovery-image] Aug 02 17:18:22.288 INFO O| Aug 02 17:18:22.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6355 | 2024-08-02T17:18:23.517Z | [ recovery-image] Aug 02 17:18:22.288 INFO O| Aug 02 17:18:22.288 INFO STEP 821 (remove_files) COMPLETE |
6356 | 2024-08-02T17:18:23.517Z | [ recovery-image] Aug 02 17:18:22.288 INFO O| Aug 02 17:18:22.288 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-02T17:18:23.527Z | [ recovery-image] Aug 02 17:18:22.299 INFO O| Aug 02 17:18:22.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6358 | 2024-08-02T17:18:23.527Z | [ recovery-image] Aug 02 17:18:22.299 INFO O| Aug 02 17:18:22.299 INFO STEP 822 (remove_files) COMPLETE |
6359 | 2024-08-02T17:18:23.530Z | [ recovery-image] Aug 02 17:18:22.299 INFO O| Aug 02 17:18:22.299 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-08-02T17:18:23.538Z | [ recovery-image] Aug 02 17:18:22.309 INFO O| Aug 02 17:18:22.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6361 | 2024-08-02T17:18:23.538Z | [ recovery-image] Aug 02 17:18:22.309 INFO O| Aug 02 17:18:22.309 INFO STEP 823 (remove_files) COMPLETE |
6362 | 2024-08-02T17:18:23.541Z | [ recovery-image] Aug 02 17:18:22.309 INFO O| Aug 02 17:18:22.309 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-08-02T17:18:23.549Z | [ recovery-image] Aug 02 17:18:22.320 INFO O| Aug 02 17:18:22.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6364 | 2024-08-02T17:18:23.551Z | [ recovery-image] Aug 02 17:18:22.320 INFO O| Aug 02 17:18:22.320 INFO STEP 824 (remove_files) COMPLETE |
6365 | 2024-08-02T17:18:23.551Z | [ recovery-image] Aug 02 17:18:22.320 INFO O| Aug 02 17:18:22.320 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-08-02T17:18:23.559Z | [ recovery-image] Aug 02 17:18:22.331 INFO O| Aug 02 17:18:22.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6367 | 2024-08-02T17:18:23.559Z | [ recovery-image] Aug 02 17:18:22.331 INFO O| Aug 02 17:18:22.331 INFO STEP 825 (remove_files) COMPLETE |
6368 | 2024-08-02T17:18:23.559Z | [ recovery-image] Aug 02 17:18:22.331 INFO O| Aug 02 17:18:22.331 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-08-02T17:18:23.570Z | [ recovery-image] Aug 02 17:18:22.341 INFO O| Aug 02 17:18:22.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6370 | 2024-08-02T17:18:23.573Z | [ recovery-image] Aug 02 17:18:22.341 INFO O| Aug 02 17:18:22.341 INFO STEP 826 (remove_files) COMPLETE |
6371 | 2024-08-02T17:18:23.573Z | [ recovery-image] Aug 02 17:18:22.342 INFO O| Aug 02 17:18:22.341 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-08-02T17:18:23.581Z | [ recovery-image] Aug 02 17:18:22.352 INFO O| Aug 02 17:18:22.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6373 | 2024-08-02T17:18:23.584Z | [ recovery-image] Aug 02 17:18:22.352 INFO O| Aug 02 17:18:22.352 INFO STEP 827 (remove_files) COMPLETE |
6374 | 2024-08-02T17:18:23.584Z | [ recovery-image] Aug 02 17:18:22.352 INFO O| Aug 02 17:18:22.352 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-08-02T17:18:23.592Z | [ recovery-image] Aug 02 17:18:22.363 INFO O| Aug 02 17:18:22.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6376 | 2024-08-02T17:18:23.592Z | [ recovery-image] Aug 02 17:18:22.363 INFO O| Aug 02 17:18:22.363 INFO STEP 828 (remove_files) COMPLETE |
6377 | 2024-08-02T17:18:23.595Z | [ recovery-image] Aug 02 17:18:22.363 INFO O| Aug 02 17:18:22.363 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-08-02T17:18:23.603Z | [ recovery-image] Aug 02 17:18:22.374 INFO O| Aug 02 17:18:22.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6379 | 2024-08-02T17:18:23.603Z | [ recovery-image] Aug 02 17:18:22.374 INFO O| Aug 02 17:18:22.374 INFO STEP 829 (remove_files) COMPLETE |
6380 | 2024-08-02T17:18:23.606Z | [ recovery-image] Aug 02 17:18:22.374 INFO O| Aug 02 17:18:22.374 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-08-02T17:18:23.614Z | [ recovery-image] Aug 02 17:18:22.385 INFO O| Aug 02 17:18:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6382 | 2024-08-02T17:18:23.614Z | [ recovery-image] Aug 02 17:18:22.385 INFO O| Aug 02 17:18:22.385 INFO STEP 830 (remove_files) COMPLETE |
6383 | 2024-08-02T17:18:23.616Z | [ recovery-image] Aug 02 17:18:22.385 INFO O| Aug 02 17:18:22.385 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-08-02T17:18:23.624Z | [ recovery-image] Aug 02 17:18:22.396 INFO O| Aug 02 17:18:22.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6385 | 2024-08-02T17:18:23.624Z | [ recovery-image] Aug 02 17:18:22.396 INFO O| Aug 02 17:18:22.396 INFO STEP 831 (remove_files) COMPLETE |
6386 | 2024-08-02T17:18:23.624Z | [ recovery-image] Aug 02 17:18:22.396 INFO O| Aug 02 17:18:22.396 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-08-02T17:18:23.635Z | [ recovery-image] Aug 02 17:18:22.406 INFO O| Aug 02 17:18:22.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6388 | 2024-08-02T17:18:23.635Z | [ recovery-image] Aug 02 17:18:22.406 INFO O| Aug 02 17:18:22.406 INFO STEP 832 (remove_files) COMPLETE |
6389 | 2024-08-02T17:18:23.638Z | [ recovery-image] Aug 02 17:18:22.407 INFO O| Aug 02 17:18:22.406 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-08-02T17:18:23.646Z | [ recovery-image] Aug 02 17:18:22.417 INFO O| Aug 02 17:18:22.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6391 | 2024-08-02T17:18:23.646Z | [ recovery-image] Aug 02 17:18:22.417 INFO O| Aug 02 17:18:22.417 INFO STEP 833 (remove_files) COMPLETE |
6392 | 2024-08-02T17:18:23.649Z | [ recovery-image] Aug 02 17:18:22.417 INFO O| Aug 02 17:18:22.417 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-08-02T17:18:23.657Z | [ recovery-image] Aug 02 17:18:22.428 INFO O| Aug 02 17:18:22.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6394 | 2024-08-02T17:18:23.657Z | [ recovery-image] Aug 02 17:18:22.428 INFO O| Aug 02 17:18:22.428 INFO STEP 834 (remove_files) COMPLETE |
6395 | 2024-08-02T17:18:23.657Z | [ recovery-image] Aug 02 17:18:22.428 INFO O| Aug 02 17:18:22.428 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-08-02T17:18:23.668Z | [ recovery-image] Aug 02 17:18:22.439 INFO O| Aug 02 17:18:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6397 | 2024-08-02T17:18:23.668Z | [ recovery-image] Aug 02 17:18:22.439 INFO O| Aug 02 17:18:22.439 INFO STEP 835 (remove_files) COMPLETE |
6398 | 2024-08-02T17:18:23.668Z | [ recovery-image] Aug 02 17:18:22.439 INFO O| Aug 02 17:18:22.439 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-08-02T17:18:23.678Z | [ recovery-image] Aug 02 17:18:22.450 INFO O| Aug 02 17:18:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6400 | 2024-08-02T17:18:23.679Z | [ recovery-image] Aug 02 17:18:22.450 INFO O| Aug 02 17:18:22.450 INFO STEP 836 (remove_files) COMPLETE |
6401 | 2024-08-02T17:18:23.681Z | [ recovery-image] Aug 02 17:18:22.450 INFO O| Aug 02 17:18:22.450 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-08-02T17:18:23.689Z | [ recovery-image] Aug 02 17:18:22.461 INFO O| Aug 02 17:18:22.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6403 | 2024-08-02T17:18:23.690Z | [ recovery-image] Aug 02 17:18:22.461 INFO O| Aug 02 17:18:22.461 INFO STEP 837 (remove_files) COMPLETE |
6404 | 2024-08-02T17:18:23.690Z | [ recovery-image] Aug 02 17:18:22.461 INFO O| Aug 02 17:18:22.461 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-08-02T17:18:23.700Z | [ recovery-image] Aug 02 17:18:22.471 INFO O| Aug 02 17:18:22.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6406 | 2024-08-02T17:18:23.700Z | [ recovery-image] Aug 02 17:18:22.471 INFO O| Aug 02 17:18:22.471 INFO STEP 838 (remove_files) COMPLETE |
6407 | 2024-08-02T17:18:23.703Z | [ recovery-image] Aug 02 17:18:22.471 INFO O| Aug 02 17:18:22.471 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-08-02T17:18:23.710Z | [ recovery-image] Aug 02 17:18:22.481 INFO O| Aug 02 17:18:22.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6409 | 2024-08-02T17:18:23.713Z | [ recovery-image] Aug 02 17:18:22.481 INFO O| Aug 02 17:18:22.481 INFO STEP 839 (remove_files) COMPLETE |
6410 | 2024-08-02T17:18:23.713Z | [ recovery-image] Aug 02 17:18:22.481 INFO O| Aug 02 17:18:22.481 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-08-02T17:18:23.720Z | [ recovery-image] Aug 02 17:18:22.492 INFO O| Aug 02 17:18:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6412 | 2024-08-02T17:18:23.720Z | [ recovery-image] Aug 02 17:18:22.492 INFO O| Aug 02 17:18:22.492 INFO STEP 840 (remove_files) COMPLETE |
6413 | 2024-08-02T17:18:23.723Z | [ recovery-image] Aug 02 17:18:22.492 INFO O| Aug 02 17:18:22.492 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-08-02T17:18:23.731Z | [ recovery-image] Aug 02 17:18:22.502 INFO O| Aug 02 17:18:22.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6415 | 2024-08-02T17:18:23.734Z | [ recovery-image] Aug 02 17:18:22.502 INFO O| Aug 02 17:18:22.502 INFO STEP 841 (remove_files) COMPLETE |
6416 | 2024-08-02T17:18:23.734Z | [ recovery-image] Aug 02 17:18:22.502 INFO O| Aug 02 17:18:22.502 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-08-02T17:18:23.742Z | [ recovery-image] Aug 02 17:18:22.513 INFO O| Aug 02 17:18:22.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6418 | 2024-08-02T17:18:23.744Z | [ recovery-image] Aug 02 17:18:22.513 INFO O| Aug 02 17:18:22.513 INFO STEP 842 (remove_files) COMPLETE |
6419 | 2024-08-02T17:18:23.744Z | [ recovery-image] Aug 02 17:18:22.513 INFO O| Aug 02 17:18:22.513 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-08-02T17:18:23.752Z | [ recovery-image] Aug 02 17:18:22.523 INFO O| Aug 02 17:18:22.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6421 | 2024-08-02T17:18:23.755Z | [ recovery-image] Aug 02 17:18:22.523 INFO O| Aug 02 17:18:22.523 INFO STEP 843 (remove_files) COMPLETE |
6422 | 2024-08-02T17:18:23.755Z | [ recovery-image] Aug 02 17:18:22.523 INFO O| Aug 02 17:18:22.523 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-08-02T17:18:23.762Z | [ recovery-image] Aug 02 17:18:22.534 INFO O| Aug 02 17:18:22.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6424 | 2024-08-02T17:18:23.762Z | [ recovery-image] Aug 02 17:18:22.534 INFO O| Aug 02 17:18:22.534 INFO STEP 844 (remove_files) COMPLETE |
6425 | 2024-08-02T17:18:23.765Z | [ recovery-image] Aug 02 17:18:22.534 INFO O| Aug 02 17:18:22.534 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-08-02T17:18:23.773Z | [ recovery-image] Aug 02 17:18:22.544 INFO O| Aug 02 17:18:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6427 | 2024-08-02T17:18:23.773Z | [ recovery-image] Aug 02 17:18:22.544 INFO O| Aug 02 17:18:22.544 INFO STEP 845 (remove_files) COMPLETE |
6428 | 2024-08-02T17:18:23.775Z | [ recovery-image] Aug 02 17:18:22.544 INFO O| Aug 02 17:18:22.544 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-08-02T17:18:23.783Z | [ recovery-image] Aug 02 17:18:22.554 INFO O| Aug 02 17:18:22.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6430 | 2024-08-02T17:18:23.783Z | [ recovery-image] Aug 02 17:18:22.554 INFO O| Aug 02 17:18:22.554 INFO STEP 846 (remove_files) COMPLETE |
6431 | 2024-08-02T17:18:23.786Z | [ recovery-image] Aug 02 17:18:22.554 INFO O| Aug 02 17:18:22.554 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-08-02T17:18:23.934Z | [ recovery-image] Aug 02 17:18:22.565 INFO O| Aug 02 17:18:22.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6433 | 2024-08-02T17:18:23.934Z | [ recovery-image] Aug 02 17:18:22.565 INFO O| Aug 02 17:18:22.565 INFO STEP 847 (remove_files) COMPLETE |
6434 | 2024-08-02T17:18:23.937Z | [ recovery-image] Aug 02 17:18:22.565 INFO O| Aug 02 17:18:22.565 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-08-02T17:18:23.937Z | [ recovery-image] Aug 02 17:18:22.575 INFO O| Aug 02 17:18:22.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6436 | 2024-08-02T17:18:23.937Z | [ recovery-image] Aug 02 17:18:22.575 INFO O| Aug 02 17:18:22.575 INFO STEP 848 (remove_files) COMPLETE |
6437 | 2024-08-02T17:18:23.937Z | [ recovery-image] Aug 02 17:18:22.575 INFO O| Aug 02 17:18:22.575 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-08-02T17:18:23.937Z | [ recovery-image] Aug 02 17:18:22.585 INFO O| Aug 02 17:18:22.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6439 | 2024-08-02T17:18:23.937Z | [ recovery-image] Aug 02 17:18:22.586 INFO O| Aug 02 17:18:22.586 INFO STEP 849 (remove_files) COMPLETE |
6440 | 2024-08-02T17:18:23.937Z | [ recovery-image] Aug 02 17:18:22.586 INFO O| Aug 02 17:18:22.586 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.596 INFO O| Aug 02 17:18:22.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6442 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.596 INFO O| Aug 02 17:18:22.596 INFO STEP 850 (remove_files) COMPLETE |
6443 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.596 INFO O| Aug 02 17:18:22.596 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.607 INFO O| Aug 02 17:18:22.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6445 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.607 INFO O| Aug 02 17:18:22.607 INFO STEP 851 (remove_files) COMPLETE |
6446 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.607 INFO O| Aug 02 17:18:22.607 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.617 INFO O| Aug 02 17:18:22.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6448 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.617 INFO O| Aug 02 17:18:22.617 INFO STEP 852 (remove_files) COMPLETE |
6449 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.617 INFO O| Aug 02 17:18:22.617 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.628 INFO O| Aug 02 17:18:22.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6451 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.628 INFO O| Aug 02 17:18:22.628 INFO STEP 853 (remove_files) COMPLETE |
6452 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.628 INFO O| Aug 02 17:18:22.628 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.638 INFO O| Aug 02 17:18:22.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6454 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.638 INFO O| Aug 02 17:18:22.638 INFO STEP 854 (remove_files) COMPLETE |
6455 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.638 INFO O| Aug 02 17:18:22.638 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.648 INFO O| Aug 02 17:18:22.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6457 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.648 INFO O| Aug 02 17:18:22.648 INFO STEP 855 (remove_files) COMPLETE |
6458 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.648 INFO O| Aug 02 17:18:22.648 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.658 INFO O| Aug 02 17:18:22.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6460 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.658 INFO O| Aug 02 17:18:22.658 INFO STEP 856 (remove_files) COMPLETE |
6461 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.658 INFO O| Aug 02 17:18:22.658 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.668 INFO O| Aug 02 17:18:22.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6463 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.668 INFO O| Aug 02 17:18:22.668 INFO STEP 857 (remove_files) COMPLETE |
6464 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.668 INFO O| Aug 02 17:18:22.668 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.678 INFO O| Aug 02 17:18:22.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6466 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.678 INFO O| Aug 02 17:18:22.678 INFO STEP 858 (remove_files) COMPLETE |
6467 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.678 INFO O| Aug 02 17:18:22.678 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.687 INFO O| Aug 02 17:18:22.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6469 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.687 INFO O| Aug 02 17:18:22.687 INFO STEP 859 (remove_files) COMPLETE |
6470 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.687 INFO O| Aug 02 17:18:22.687 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.697 INFO O| Aug 02 17:18:22.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6472 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.697 INFO O| Aug 02 17:18:22.697 INFO STEP 860 (remove_files) COMPLETE |
6473 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.697 INFO O| Aug 02 17:18:22.697 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.706 INFO O| Aug 02 17:18:22.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6475 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.706 INFO O| Aug 02 17:18:22.706 INFO STEP 861 (remove_files) COMPLETE |
6476 | 2024-08-02T17:18:23.938Z | [ recovery-image] Aug 02 17:18:22.706 INFO O| Aug 02 17:18:22.706 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-08-02T17:18:23.944Z | [ recovery-image] Aug 02 17:18:22.716 INFO O| Aug 02 17:18:22.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6478 | 2024-08-02T17:18:23.947Z | [ recovery-image] Aug 02 17:18:22.716 INFO O| Aug 02 17:18:22.716 INFO STEP 862 (remove_files) COMPLETE |
6479 | 2024-08-02T17:18:23.947Z | [ recovery-image] Aug 02 17:18:22.716 INFO O| Aug 02 17:18:22.716 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-08-02T17:18:23.954Z | [ recovery-image] Aug 02 17:18:22.725 INFO O| Aug 02 17:18:22.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6481 | 2024-08-02T17:18:23.957Z | [ recovery-image] Aug 02 17:18:22.725 INFO O| Aug 02 17:18:22.725 INFO STEP 863 (remove_files) COMPLETE |
6482 | 2024-08-02T17:18:23.957Z | [ recovery-image] Aug 02 17:18:22.725 INFO O| Aug 02 17:18:22.725 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-08-02T17:18:23.963Z | [ recovery-image] Aug 02 17:18:22.735 INFO O| Aug 02 17:18:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6484 | 2024-08-02T17:18:23.963Z | [ recovery-image] Aug 02 17:18:22.735 INFO O| Aug 02 17:18:22.735 INFO STEP 864 (remove_files) COMPLETE |
6485 | 2024-08-02T17:18:23.966Z | [ recovery-image] Aug 02 17:18:22.735 INFO O| Aug 02 17:18:22.735 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-02T17:18:23.974Z | [ recovery-image] Aug 02 17:18:22.745 INFO O| Aug 02 17:18:22.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6487 | 2024-08-02T17:18:23.974Z | [ recovery-image] Aug 02 17:18:22.745 INFO O| Aug 02 17:18:22.745 INFO STEP 865 (remove_files) COMPLETE |
6488 | 2024-08-02T17:18:23.974Z | [ recovery-image] Aug 02 17:18:22.745 INFO O| Aug 02 17:18:22.745 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-02T17:18:23.984Z | [ recovery-image] Aug 02 17:18:22.755 INFO O| Aug 02 17:18:22.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6490 | 2024-08-02T17:18:23.984Z | [ recovery-image] Aug 02 17:18:22.755 INFO O| Aug 02 17:18:22.755 INFO STEP 866 (remove_files) COMPLETE |
6491 | 2024-08-02T17:18:23.984Z | [ recovery-image] Aug 02 17:18:22.755 INFO O| Aug 02 17:18:22.755 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-02T17:18:23.993Z | [ recovery-image] Aug 02 17:18:22.764 INFO O| Aug 02 17:18:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6493 | 2024-08-02T17:18:23.993Z | [ recovery-image] Aug 02 17:18:22.764 INFO O| Aug 02 17:18:22.764 INFO STEP 867 (remove_files) COMPLETE |
6494 | 2024-08-02T17:18:23.996Z | [ recovery-image] Aug 02 17:18:22.765 INFO O| Aug 02 17:18:22.764 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-02T17:18:24.003Z | [ recovery-image] Aug 02 17:18:22.774 INFO O| Aug 02 17:18:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6496 | 2024-08-02T17:18:24.007Z | [ recovery-image] Aug 02 17:18:22.774 INFO O| Aug 02 17:18:22.774 INFO STEP 868 (remove_files) COMPLETE |
6497 | 2024-08-02T17:18:24.007Z | [ recovery-image] Aug 02 17:18:22.774 INFO O| Aug 02 17:18:22.774 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-02T17:18:24.012Z | [ recovery-image] Aug 02 17:18:22.784 INFO O| Aug 02 17:18:22.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6499 | 2024-08-02T17:18:24.012Z | [ recovery-image] Aug 02 17:18:22.784 INFO O| Aug 02 17:18:22.784 INFO STEP 869 (remove_files) COMPLETE |
6500 | 2024-08-02T17:18:24.015Z | [ recovery-image] Aug 02 17:18:22.784 INFO O| Aug 02 17:18:22.784 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-02T17:18:24.022Z | [ recovery-image] Aug 02 17:18:22.793 INFO O| Aug 02 17:18:22.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6502 | 2024-08-02T17:18:24.022Z | [ recovery-image] Aug 02 17:18:22.793 INFO O| Aug 02 17:18:22.793 INFO STEP 870 (remove_files) COMPLETE |
6503 | 2024-08-02T17:18:24.022Z | [ recovery-image] Aug 02 17:18:22.793 INFO O| Aug 02 17:18:22.793 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-02T17:18:24.032Z | [ recovery-image] Aug 02 17:18:22.803 INFO O| Aug 02 17:18:22.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6505 | 2024-08-02T17:18:24.032Z | [ recovery-image] Aug 02 17:18:22.803 INFO O| Aug 02 17:18:22.803 INFO STEP 871 (remove_files) COMPLETE |
6506 | 2024-08-02T17:18:24.034Z | [ recovery-image] Aug 02 17:18:22.803 INFO O| Aug 02 17:18:22.803 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-02T17:18:24.041Z | [ recovery-image] Aug 02 17:18:22.812 INFO O| Aug 02 17:18:22.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6508 | 2024-08-02T17:18:24.041Z | [ recovery-image] Aug 02 17:18:22.812 INFO O| Aug 02 17:18:22.812 INFO STEP 872 (remove_files) COMPLETE |
6509 | 2024-08-02T17:18:24.044Z | [ recovery-image] Aug 02 17:18:22.812 INFO O| Aug 02 17:18:22.812 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-02T17:18:24.050Z | [ recovery-image] Aug 02 17:18:22.821 INFO O| Aug 02 17:18:22.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6511 | 2024-08-02T17:18:24.053Z | [ recovery-image] Aug 02 17:18:22.822 INFO O| Aug 02 17:18:22.822 INFO STEP 873 (remove_files) COMPLETE |
6512 | 2024-08-02T17:18:24.053Z | [ recovery-image] Aug 02 17:18:22.822 INFO O| Aug 02 17:18:22.822 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-02T17:18:24.060Z | [ recovery-image] Aug 02 17:18:22.831 INFO O| Aug 02 17:18:22.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6514 | 2024-08-02T17:18:24.063Z | [ recovery-image] Aug 02 17:18:22.831 INFO O| Aug 02 17:18:22.831 INFO STEP 874 (remove_files) COMPLETE |
6515 | 2024-08-02T17:18:24.063Z | [ recovery-image] Aug 02 17:18:22.831 INFO O| Aug 02 17:18:22.831 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-02T17:18:24.070Z | [ recovery-image] Aug 02 17:18:22.841 INFO O| Aug 02 17:18:22.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6517 | 2024-08-02T17:18:24.070Z | [ recovery-image] Aug 02 17:18:22.841 INFO O| Aug 02 17:18:22.841 INFO STEP 875 (remove_files) COMPLETE |
6518 | 2024-08-02T17:18:24.072Z | [ recovery-image] Aug 02 17:18:22.841 INFO O| Aug 02 17:18:22.841 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-02T17:18:24.079Z | [ recovery-image] Aug 02 17:18:22.851 INFO O| Aug 02 17:18:22.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6520 | 2024-08-02T17:18:24.079Z | [ recovery-image] Aug 02 17:18:22.851 INFO O| Aug 02 17:18:22.851 INFO STEP 876 (remove_files) COMPLETE |
6521 | 2024-08-02T17:18:24.082Z | [ recovery-image] Aug 02 17:18:22.851 INFO O| Aug 02 17:18:22.851 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-02T17:18:24.089Z | [ recovery-image] Aug 02 17:18:22.860 INFO O| Aug 02 17:18:22.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6523 | 2024-08-02T17:18:24.089Z | [ recovery-image] Aug 02 17:18:22.860 INFO O| Aug 02 17:18:22.860 INFO STEP 877 (remove_files) COMPLETE |
6524 | 2024-08-02T17:18:24.092Z | [ recovery-image] Aug 02 17:18:22.860 INFO O| Aug 02 17:18:22.860 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-02T17:18:24.099Z | [ recovery-image] Aug 02 17:18:22.870 INFO O| Aug 02 17:18:22.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6526 | 2024-08-02T17:18:24.102Z | [ recovery-image] Aug 02 17:18:22.870 INFO O| Aug 02 17:18:22.870 INFO STEP 878 (remove_files) COMPLETE |
6527 | 2024-08-02T17:18:24.102Z | [ recovery-image] Aug 02 17:18:22.870 INFO O| Aug 02 17:18:22.870 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-02T17:18:24.108Z | [ recovery-image] Aug 02 17:18:22.880 INFO O| Aug 02 17:18:22.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6529 | 2024-08-02T17:18:24.108Z | [ recovery-image] Aug 02 17:18:22.880 INFO O| Aug 02 17:18:22.880 INFO STEP 879 (remove_files) COMPLETE |
6530 | 2024-08-02T17:18:24.108Z | [ recovery-image] Aug 02 17:18:22.880 INFO O| Aug 02 17:18:22.880 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-02T17:18:24.119Z | [ recovery-image] Aug 02 17:18:22.890 INFO O| Aug 02 17:18:22.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6532 | 2024-08-02T17:18:24.119Z | [ recovery-image] Aug 02 17:18:22.890 INFO O| Aug 02 17:18:22.890 INFO STEP 880 (remove_files) COMPLETE |
6533 | 2024-08-02T17:18:24.122Z | [ recovery-image] Aug 02 17:18:22.890 INFO O| Aug 02 17:18:22.890 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-02T17:18:24.129Z | [ recovery-image] Aug 02 17:18:22.900 INFO O| Aug 02 17:18:22.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6535 | 2024-08-02T17:18:24.131Z | [ recovery-image] Aug 02 17:18:22.900 INFO O| Aug 02 17:18:22.900 INFO STEP 881 (remove_files) COMPLETE |
6536 | 2024-08-02T17:18:24.131Z | [ recovery-image] Aug 02 17:18:22.900 INFO O| Aug 02 17:18:22.900 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-02T17:18:24.138Z | [ recovery-image] Aug 02 17:18:22.909 INFO O| Aug 02 17:18:22.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6538 | 2024-08-02T17:18:24.138Z | [ recovery-image] Aug 02 17:18:22.909 INFO O| Aug 02 17:18:22.909 INFO STEP 882 (remove_files) COMPLETE |
6539 | 2024-08-02T17:18:24.141Z | [ recovery-image] Aug 02 17:18:22.909 INFO O| Aug 02 17:18:22.909 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-02T17:18:24.147Z | [ recovery-image] Aug 02 17:18:22.919 INFO O| Aug 02 17:18:22.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6541 | 2024-08-02T17:18:24.148Z | [ recovery-image] Aug 02 17:18:22.919 INFO O| Aug 02 17:18:22.919 INFO STEP 883 (remove_files) COMPLETE |
6542 | 2024-08-02T17:18:24.150Z | [ recovery-image] Aug 02 17:18:22.919 INFO O| Aug 02 17:18:22.919 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-02T17:18:24.158Z | [ recovery-image] Aug 02 17:18:22.929 INFO O| Aug 02 17:18:22.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6544 | 2024-08-02T17:18:24.158Z | [ recovery-image] Aug 02 17:18:22.929 INFO O| Aug 02 17:18:22.929 INFO STEP 884 (remove_files) COMPLETE |
6545 | 2024-08-02T17:18:24.160Z | [ recovery-image] Aug 02 17:18:22.929 INFO O| Aug 02 17:18:22.929 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-02T17:18:24.167Z | [ recovery-image] Aug 02 17:18:22.938 INFO O| Aug 02 17:18:22.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6547 | 2024-08-02T17:18:24.170Z | [ recovery-image] Aug 02 17:18:22.938 INFO O| Aug 02 17:18:22.938 INFO STEP 885 (remove_files) COMPLETE |
6548 | 2024-08-02T17:18:24.170Z | [ recovery-image] Aug 02 17:18:22.938 INFO O| Aug 02 17:18:22.938 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-02T17:18:24.177Z | [ recovery-image] Aug 02 17:18:22.948 INFO O| Aug 02 17:18:22.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6550 | 2024-08-02T17:18:24.177Z | [ recovery-image] Aug 02 17:18:22.948 INFO O| Aug 02 17:18:22.948 INFO STEP 886 (remove_files) COMPLETE |
6551 | 2024-08-02T17:18:24.180Z | [ recovery-image] Aug 02 17:18:22.948 INFO O| Aug 02 17:18:22.948 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-02T17:18:24.187Z | [ recovery-image] Aug 02 17:18:22.958 INFO O| Aug 02 17:18:22.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6553 | 2024-08-02T17:18:24.187Z | [ recovery-image] Aug 02 17:18:22.958 INFO O| Aug 02 17:18:22.958 INFO STEP 887 (remove_files) COMPLETE |
6554 | 2024-08-02T17:18:24.190Z | [ recovery-image] Aug 02 17:18:22.958 INFO O| Aug 02 17:18:22.958 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-02T17:18:24.196Z | [ recovery-image] Aug 02 17:18:22.968 INFO O| Aug 02 17:18:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6556 | 2024-08-02T17:18:24.199Z | [ recovery-image] Aug 02 17:18:22.968 INFO O| Aug 02 17:18:22.968 INFO STEP 888 (remove_files) COMPLETE |
6557 | 2024-08-02T17:18:24.199Z | [ recovery-image] Aug 02 17:18:22.968 INFO O| Aug 02 17:18:22.968 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-02T17:18:24.206Z | [ recovery-image] Aug 02 17:18:22.977 INFO O| Aug 02 17:18:22.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6559 | 2024-08-02T17:18:24.206Z | [ recovery-image] Aug 02 17:18:22.977 INFO O| Aug 02 17:18:22.977 INFO STEP 889 (remove_files) COMPLETE |
6560 | 2024-08-02T17:18:24.209Z | [ recovery-image] Aug 02 17:18:22.977 INFO O| Aug 02 17:18:22.977 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-02T17:18:24.215Z | [ recovery-image] Aug 02 17:18:22.987 INFO O| Aug 02 17:18:22.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6562 | 2024-08-02T17:18:24.218Z | [ recovery-image] Aug 02 17:18:22.987 INFO O| Aug 02 17:18:22.987 INFO STEP 890 (remove_files) COMPLETE |
6563 | 2024-08-02T17:18:24.218Z | [ recovery-image] Aug 02 17:18:22.987 INFO O| Aug 02 17:18:22.987 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-02T17:18:24.225Z | [ recovery-image] Aug 02 17:18:22.996 INFO O| Aug 02 17:18:22.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6565 | 2024-08-02T17:18:24.225Z | [ recovery-image] Aug 02 17:18:22.996 INFO O| Aug 02 17:18:22.996 INFO STEP 891 (remove_files) COMPLETE |
6566 | 2024-08-02T17:18:24.227Z | [ recovery-image] Aug 02 17:18:22.996 INFO O| Aug 02 17:18:22.996 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-02T17:18:24.234Z | [ recovery-image] Aug 02 17:18:23.005 INFO O| Aug 02 17:18:23.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6568 | 2024-08-02T17:18:24.237Z | [ recovery-image] Aug 02 17:18:23.005 INFO O| Aug 02 17:18:23.005 INFO STEP 892 (remove_files) COMPLETE |
6569 | 2024-08-02T17:18:24.237Z | [ recovery-image] Aug 02 17:18:23.005 INFO O| Aug 02 17:18:23.005 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-02T17:18:24.243Z | [ recovery-image] Aug 02 17:18:23.015 INFO O| Aug 02 17:18:23.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6571 | 2024-08-02T17:18:24.243Z | [ recovery-image] Aug 02 17:18:23.015 INFO O| Aug 02 17:18:23.015 INFO STEP 893 (remove_files) COMPLETE |
6572 | 2024-08-02T17:18:24.247Z | [ recovery-image] Aug 02 17:18:23.015 INFO O| Aug 02 17:18:23.015 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-02T17:18:24.252Z | [ recovery-image] Aug 02 17:18:23.024 INFO O| Aug 02 17:18:23.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6574 | 2024-08-02T17:18:24.255Z | [ recovery-image] Aug 02 17:18:23.024 INFO O| Aug 02 17:18:23.024 INFO STEP 894 (remove_files) COMPLETE |
6575 | 2024-08-02T17:18:24.255Z | [ recovery-image] Aug 02 17:18:23.024 INFO O| Aug 02 17:18:23.024 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-02T17:18:24.262Z | [ recovery-image] Aug 02 17:18:23.033 INFO O| Aug 02 17:18:23.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6577 | 2024-08-02T17:18:24.264Z | [ recovery-image] Aug 02 17:18:23.033 INFO O| Aug 02 17:18:23.033 INFO STEP 895 (remove_files) COMPLETE |
6578 | 2024-08-02T17:18:24.265Z | [ recovery-image] Aug 02 17:18:23.033 INFO O| Aug 02 17:18:23.033 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-02T17:18:24.271Z | [ recovery-image] Aug 02 17:18:23.042 INFO O| Aug 02 17:18:23.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6580 | 2024-08-02T17:18:24.271Z | [ recovery-image] Aug 02 17:18:23.042 INFO O| Aug 02 17:18:23.042 INFO STEP 896 (remove_files) COMPLETE |
6581 | 2024-08-02T17:18:24.274Z | [ recovery-image] Aug 02 17:18:23.042 INFO O| Aug 02 17:18:23.042 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-02T17:18:24.281Z | [ recovery-image] Aug 02 17:18:23.052 INFO O| Aug 02 17:18:23.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6583 | 2024-08-02T17:18:24.281Z | [ recovery-image] Aug 02 17:18:23.052 INFO O| Aug 02 17:18:23.052 INFO STEP 897 (remove_files) COMPLETE |
6584 | 2024-08-02T17:18:24.283Z | [ recovery-image] Aug 02 17:18:23.052 INFO O| Aug 02 17:18:23.052 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-02T17:18:24.290Z | [ recovery-image] Aug 02 17:18:23.061 INFO O| Aug 02 17:18:23.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6586 | 2024-08-02T17:18:24.293Z | [ recovery-image] Aug 02 17:18:23.062 INFO O| Aug 02 17:18:23.062 INFO STEP 898 (remove_files) COMPLETE |
6587 | 2024-08-02T17:18:24.293Z | [ recovery-image] Aug 02 17:18:23.062 INFO O| Aug 02 17:18:23.062 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-02T17:18:24.300Z | [ recovery-image] Aug 02 17:18:23.071 INFO O| Aug 02 17:18:23.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6589 | 2024-08-02T17:18:24.300Z | [ recovery-image] Aug 02 17:18:23.071 INFO O| Aug 02 17:18:23.071 INFO STEP 899 (remove_files) COMPLETE |
6590 | 2024-08-02T17:18:24.303Z | [ recovery-image] Aug 02 17:18:23.071 INFO O| Aug 02 17:18:23.071 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-02T17:18:24.309Z | [ recovery-image] Aug 02 17:18:23.080 INFO O| Aug 02 17:18:23.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6592 | 2024-08-02T17:18:24.311Z | [ recovery-image] Aug 02 17:18:23.080 INFO O| Aug 02 17:18:23.080 INFO STEP 900 (remove_files) COMPLETE |
6593 | 2024-08-02T17:18:24.311Z | [ recovery-image] Aug 02 17:18:23.080 INFO O| Aug 02 17:18:23.080 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-02T17:18:24.318Z | [ recovery-image] Aug 02 17:18:23.089 INFO O| Aug 02 17:18:23.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6595 | 2024-08-02T17:18:24.318Z | [ recovery-image] Aug 02 17:18:23.089 INFO O| Aug 02 17:18:23.089 INFO STEP 901 (remove_files) COMPLETE |
6596 | 2024-08-02T17:18:24.318Z | [ recovery-image] Aug 02 17:18:23.089 INFO O| Aug 02 17:18:23.089 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-02T17:18:24.327Z | [ recovery-image] Aug 02 17:18:23.098 INFO O| Aug 02 17:18:23.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6598 | 2024-08-02T17:18:24.330Z | [ recovery-image] Aug 02 17:18:23.099 INFO O| Aug 02 17:18:23.098 INFO STEP 902 (remove_files) COMPLETE |
6599 | 2024-08-02T17:18:24.330Z | [ recovery-image] Aug 02 17:18:23.099 INFO O| Aug 02 17:18:23.099 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-02T17:18:24.337Z | [ recovery-image] Aug 02 17:18:23.108 INFO O| Aug 02 17:18:23.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6601 | 2024-08-02T17:18:24.339Z | [ recovery-image] Aug 02 17:18:23.108 INFO O| Aug 02 17:18:23.108 INFO STEP 903 (remove_files) COMPLETE |
6602 | 2024-08-02T17:18:24.339Z | [ recovery-image] Aug 02 17:18:23.108 INFO O| Aug 02 17:18:23.108 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-02T17:18:24.346Z | [ recovery-image] Aug 02 17:18:23.117 INFO O| Aug 02 17:18:23.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6604 | 2024-08-02T17:18:24.348Z | [ recovery-image] Aug 02 17:18:23.117 INFO O| Aug 02 17:18:23.117 INFO STEP 904 (remove_files) COMPLETE |
6605 | 2024-08-02T17:18:24.348Z | [ recovery-image] Aug 02 17:18:23.117 INFO O| Aug 02 17:18:23.117 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-02T17:18:24.355Z | [ recovery-image] Aug 02 17:18:23.126 INFO O| Aug 02 17:18:23.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6607 | 2024-08-02T17:18:24.355Z | [ recovery-image] Aug 02 17:18:23.126 INFO O| Aug 02 17:18:23.126 INFO STEP 905 (remove_files) COMPLETE |
6608 | 2024-08-02T17:18:24.358Z | [ recovery-image] Aug 02 17:18:23.126 INFO O| Aug 02 17:18:23.126 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-02T17:18:24.365Z | [ recovery-image] Aug 02 17:18:23.136 INFO O| Aug 02 17:18:23.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6610 | 2024-08-02T17:18:24.367Z | [ recovery-image] Aug 02 17:18:23.136 INFO O| Aug 02 17:18:23.136 INFO STEP 906 (remove_files) COMPLETE |
6611 | 2024-08-02T17:18:24.367Z | [ recovery-image] Aug 02 17:18:23.136 INFO O| Aug 02 17:18:23.136 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-02T17:18:24.374Z | [ recovery-image] Aug 02 17:18:23.145 INFO O| Aug 02 17:18:23.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6613 | 2024-08-02T17:18:24.374Z | [ recovery-image] Aug 02 17:18:23.145 INFO O| Aug 02 17:18:23.145 INFO STEP 907 (remove_files) COMPLETE |
6614 | 2024-08-02T17:18:24.377Z | [ recovery-image] Aug 02 17:18:23.145 INFO O| Aug 02 17:18:23.145 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-02T17:18:24.383Z | [ recovery-image] Aug 02 17:18:23.154 INFO O| Aug 02 17:18:23.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6616 | 2024-08-02T17:18:24.383Z | [ recovery-image] Aug 02 17:18:23.154 INFO O| Aug 02 17:18:23.154 INFO STEP 908 (remove_files) COMPLETE |
6617 | 2024-08-02T17:18:24.386Z | [ recovery-image] Aug 02 17:18:23.154 INFO O| Aug 02 17:18:23.154 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-02T17:18:24.392Z | [ recovery-image] Aug 02 17:18:23.163 INFO O| Aug 02 17:18:23.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6619 | 2024-08-02T17:18:24.395Z | [ recovery-image] Aug 02 17:18:23.163 INFO O| Aug 02 17:18:23.163 INFO STEP 909 (remove_files) COMPLETE |
6620 | 2024-08-02T17:18:24.395Z | [ recovery-image] Aug 02 17:18:23.163 INFO O| Aug 02 17:18:23.163 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-02T17:18:24.401Z | [ recovery-image] Aug 02 17:18:23.173 INFO O| Aug 02 17:18:23.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6622 | 2024-08-02T17:18:24.401Z | [ recovery-image] Aug 02 17:18:23.173 INFO O| Aug 02 17:18:23.173 INFO STEP 910 (remove_files) COMPLETE |
6623 | 2024-08-02T17:18:24.404Z | [ recovery-image] Aug 02 17:18:23.173 INFO O| Aug 02 17:18:23.173 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-02T17:18:24.411Z | [ recovery-image] Aug 02 17:18:23.182 INFO O| Aug 02 17:18:23.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6625 | 2024-08-02T17:18:24.411Z | [ recovery-image] Aug 02 17:18:23.182 INFO O| Aug 02 17:18:23.182 INFO STEP 911 (remove_files) COMPLETE |
6626 | 2024-08-02T17:18:24.414Z | [ recovery-image] Aug 02 17:18:23.182 INFO O| Aug 02 17:18:23.182 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-02T17:18:24.420Z | [ recovery-image] Aug 02 17:18:23.191 INFO O| Aug 02 17:18:23.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6628 | 2024-08-02T17:18:24.423Z | [ recovery-image] Aug 02 17:18:23.191 INFO O| Aug 02 17:18:23.191 INFO STEP 912 (remove_files) COMPLETE |
6629 | 2024-08-02T17:18:24.423Z | [ recovery-image] Aug 02 17:18:23.191 INFO O| Aug 02 17:18:23.191 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-02T17:18:24.429Z | [ recovery-image] Aug 02 17:18:23.200 INFO O| Aug 02 17:18:23.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6631 | 2024-08-02T17:18:24.432Z | [ recovery-image] Aug 02 17:18:23.200 INFO O| Aug 02 17:18:23.200 INFO STEP 913 (remove_files) COMPLETE |
6632 | 2024-08-02T17:18:24.432Z | [ recovery-image] Aug 02 17:18:23.200 INFO O| Aug 02 17:18:23.200 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-02T17:18:24.439Z | [ recovery-image] Aug 02 17:18:23.210 INFO O| Aug 02 17:18:23.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6634 | 2024-08-02T17:18:24.439Z | [ recovery-image] Aug 02 17:18:23.210 INFO O| Aug 02 17:18:23.210 INFO STEP 914 (remove_files) COMPLETE |
6635 | 2024-08-02T17:18:24.439Z | [ recovery-image] Aug 02 17:18:23.210 INFO O| Aug 02 17:18:23.210 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-02T17:18:24.448Z | [ recovery-image] Aug 02 17:18:23.219 INFO O| Aug 02 17:18:23.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6637 | 2024-08-02T17:18:24.448Z | [ recovery-image] Aug 02 17:18:23.219 INFO O| Aug 02 17:18:23.219 INFO STEP 915 (remove_files) COMPLETE |
6638 | 2024-08-02T17:18:24.451Z | [ recovery-image] Aug 02 17:18:23.219 INFO O| Aug 02 17:18:23.219 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-02T17:18:24.458Z | [ recovery-image] Aug 02 17:18:23.229 INFO O| Aug 02 17:18:23.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6640 | 2024-08-02T17:18:24.458Z | [ recovery-image] Aug 02 17:18:23.229 INFO O| Aug 02 17:18:23.229 INFO STEP 916 (remove_files) COMPLETE |
6641 | 2024-08-02T17:18:24.458Z | [ recovery-image] Aug 02 17:18:23.229 INFO O| Aug 02 17:18:23.229 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-02T17:18:24.467Z | [ recovery-image] Aug 02 17:18:23.238 INFO O| Aug 02 17:18:23.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6643 | 2024-08-02T17:18:24.467Z | [ recovery-image] Aug 02 17:18:23.238 INFO O| Aug 02 17:18:23.238 INFO STEP 917 (remove_files) COMPLETE |
6644 | 2024-08-02T17:18:24.470Z | [ recovery-image] Aug 02 17:18:23.239 INFO O| Aug 02 17:18:23.238 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-02T17:18:24.477Z | [ recovery-image] Aug 02 17:18:23.248 INFO O| Aug 02 17:18:23.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6646 | 2024-08-02T17:18:24.479Z | [ recovery-image] Aug 02 17:18:23.248 INFO O| Aug 02 17:18:23.248 INFO STEP 918 (remove_files) COMPLETE |
6647 | 2024-08-02T17:18:24.479Z | [ recovery-image] Aug 02 17:18:23.248 INFO O| Aug 02 17:18:23.248 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-02T17:18:24.486Z | [ recovery-image] Aug 02 17:18:23.258 INFO O| Aug 02 17:18:23.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6649 | 2024-08-02T17:18:24.487Z | [ recovery-image] Aug 02 17:18:23.258 INFO O| Aug 02 17:18:23.258 INFO STEP 919 (remove_files) COMPLETE |
6650 | 2024-08-02T17:18:24.489Z | [ recovery-image] Aug 02 17:18:23.258 INFO O| Aug 02 17:18:23.258 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-02T17:18:24.497Z | [ recovery-image] Aug 02 17:18:23.268 INFO O| Aug 02 17:18:23.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6652 | 2024-08-02T17:18:24.497Z | [ recovery-image] Aug 02 17:18:23.268 INFO O| Aug 02 17:18:23.268 INFO STEP 920 (remove_files) COMPLETE |
6653 | 2024-08-02T17:18:24.500Z | [ recovery-image] Aug 02 17:18:23.268 INFO O| Aug 02 17:18:23.268 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-02T17:18:24.508Z | [ recovery-image] Aug 02 17:18:23.279 INFO O| Aug 02 17:18:23.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6655 | 2024-08-02T17:18:24.508Z | [ recovery-image] Aug 02 17:18:23.279 INFO O| Aug 02 17:18:23.279 INFO STEP 921 (remove_files) COMPLETE |
6656 | 2024-08-02T17:18:24.510Z | [ recovery-image] Aug 02 17:18:23.279 INFO O| Aug 02 17:18:23.279 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-02T17:18:24.518Z | [ recovery-image] Aug 02 17:18:23.289 INFO O| Aug 02 17:18:23.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6658 | 2024-08-02T17:18:24.518Z | [ recovery-image] Aug 02 17:18:23.289 INFO O| Aug 02 17:18:23.289 INFO STEP 922 (remove_files) COMPLETE |
6659 | 2024-08-02T17:18:24.521Z | [ recovery-image] Aug 02 17:18:23.289 INFO O| Aug 02 17:18:23.289 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-02T17:18:24.528Z | [ recovery-image] Aug 02 17:18:23.299 INFO O| Aug 02 17:18:23.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6661 | 2024-08-02T17:18:24.531Z | [ recovery-image] Aug 02 17:18:23.299 INFO O| Aug 02 17:18:23.299 INFO STEP 923 (remove_files) COMPLETE |
6662 | 2024-08-02T17:18:24.531Z | [ recovery-image] Aug 02 17:18:23.299 INFO O| Aug 02 17:18:23.299 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-02T17:18:24.538Z | [ recovery-image] Aug 02 17:18:23.309 INFO O| Aug 02 17:18:23.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6664 | 2024-08-02T17:18:24.538Z | [ recovery-image] Aug 02 17:18:23.309 INFO O| Aug 02 17:18:23.309 INFO STEP 924 (remove_files) COMPLETE |
6665 | 2024-08-02T17:18:24.538Z | [ recovery-image] Aug 02 17:18:23.309 INFO O| Aug 02 17:18:23.309 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-02T17:18:24.548Z | [ recovery-image] Aug 02 17:18:23.319 INFO O| Aug 02 17:18:23.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6667 | 2024-08-02T17:18:24.548Z | [ recovery-image] Aug 02 17:18:23.319 INFO O| Aug 02 17:18:23.319 INFO STEP 925 (remove_files) COMPLETE |
6668 | 2024-08-02T17:18:24.550Z | [ recovery-image] Aug 02 17:18:23.319 INFO O| Aug 02 17:18:23.319 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-02T17:18:24.558Z | [ recovery-image] Aug 02 17:18:23.329 INFO O| Aug 02 17:18:23.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6670 | 2024-08-02T17:18:24.558Z | [ recovery-image] Aug 02 17:18:23.329 INFO O| Aug 02 17:18:23.329 INFO STEP 926 (remove_files) COMPLETE |
6671 | 2024-08-02T17:18:24.558Z | [ recovery-image] Aug 02 17:18:23.329 INFO O| Aug 02 17:18:23.329 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-02T17:18:24.568Z | [ recovery-image] Aug 02 17:18:23.339 INFO O| Aug 02 17:18:23.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6673 | 2024-08-02T17:18:24.568Z | [ recovery-image] Aug 02 17:18:23.339 INFO O| Aug 02 17:18:23.339 INFO STEP 927 (remove_files) COMPLETE |
6674 | 2024-08-02T17:18:24.571Z | [ recovery-image] Aug 02 17:18:23.339 INFO O| Aug 02 17:18:23.339 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-02T17:18:24.577Z | [ recovery-image] Aug 02 17:18:23.349 INFO O| Aug 02 17:18:23.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6676 | 2024-08-02T17:18:24.578Z | [ recovery-image] Aug 02 17:18:23.349 INFO O| Aug 02 17:18:23.349 INFO STEP 928 (remove_files) COMPLETE |
6677 | 2024-08-02T17:18:24.578Z | [ recovery-image] Aug 02 17:18:23.349 INFO O| Aug 02 17:18:23.349 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-02T17:18:24.588Z | [ recovery-image] Aug 02 17:18:23.359 INFO O| Aug 02 17:18:23.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6679 | 2024-08-02T17:18:24.588Z | [ recovery-image] Aug 02 17:18:23.359 INFO O| Aug 02 17:18:23.359 INFO STEP 929 (remove_files) COMPLETE |
6680 | 2024-08-02T17:18:24.591Z | [ recovery-image] Aug 02 17:18:23.359 INFO O| Aug 02 17:18:23.359 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-08-02T17:18:24.597Z | [ recovery-image] Aug 02 17:18:23.368 INFO O| Aug 02 17:18:23.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6682 | 2024-08-02T17:18:24.597Z | [ recovery-image] Aug 02 17:18:23.369 INFO O| Aug 02 17:18:23.369 INFO STEP 930 (remove_files) COMPLETE |
6683 | 2024-08-02T17:18:24.598Z | [ recovery-image] Aug 02 17:18:23.369 INFO O| Aug 02 17:18:23.369 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-08-02T17:18:24.607Z | [ recovery-image] Aug 02 17:18:23.378 INFO O| Aug 02 17:18:23.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6685 | 2024-08-02T17:18:24.607Z | [ recovery-image] Aug 02 17:18:23.378 INFO O| Aug 02 17:18:23.378 INFO STEP 931 (remove_files) COMPLETE |
6686 | 2024-08-02T17:18:24.610Z | [ recovery-image] Aug 02 17:18:23.378 INFO O| Aug 02 17:18:23.378 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-08-02T17:18:24.617Z | [ recovery-image] Aug 02 17:18:23.388 INFO O| Aug 02 17:18:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6688 | 2024-08-02T17:18:24.620Z | [ recovery-image] Aug 02 17:18:23.388 INFO O| Aug 02 17:18:23.388 INFO STEP 932 (remove_files) COMPLETE |
6689 | 2024-08-02T17:18:24.620Z | [ recovery-image] Aug 02 17:18:23.388 INFO O| Aug 02 17:18:23.388 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-08-02T17:18:24.627Z | [ recovery-image] Aug 02 17:18:23.398 INFO O| Aug 02 17:18:23.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6691 | 2024-08-02T17:18:24.629Z | [ recovery-image] Aug 02 17:18:23.398 INFO O| Aug 02 17:18:23.398 INFO STEP 933 (remove_files) COMPLETE |
6692 | 2024-08-02T17:18:24.630Z | [ recovery-image] Aug 02 17:18:23.398 INFO O| Aug 02 17:18:23.398 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-08-02T17:18:24.636Z | [ recovery-image] Aug 02 17:18:23.408 INFO O| Aug 02 17:18:23.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6694 | 2024-08-02T17:18:24.636Z | [ recovery-image] Aug 02 17:18:23.408 INFO O| Aug 02 17:18:23.408 INFO STEP 934 (remove_files) COMPLETE |
6695 | 2024-08-02T17:18:24.640Z | [ recovery-image] Aug 02 17:18:23.408 INFO O| Aug 02 17:18:23.408 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-08-02T17:18:24.646Z | [ recovery-image] Aug 02 17:18:23.418 INFO O| Aug 02 17:18:23.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6697 | 2024-08-02T17:18:24.647Z | [ recovery-image] Aug 02 17:18:23.418 INFO O| Aug 02 17:18:23.418 INFO STEP 935 (remove_files) COMPLETE |
6698 | 2024-08-02T17:18:24.649Z | [ recovery-image] Aug 02 17:18:23.418 INFO O| Aug 02 17:18:23.418 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-08-02T17:18:24.656Z | [ recovery-image] Aug 02 17:18:23.427 INFO O| Aug 02 17:18:23.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6700 | 2024-08-02T17:18:24.659Z | [ recovery-image] Aug 02 17:18:23.427 INFO O| Aug 02 17:18:23.427 INFO STEP 936 (remove_files) COMPLETE |
6701 | 2024-08-02T17:18:24.659Z | [ recovery-image] Aug 02 17:18:23.427 INFO O| Aug 02 17:18:23.427 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-08-02T17:18:24.666Z | [ recovery-image] Aug 02 17:18:23.437 INFO O| Aug 02 17:18:23.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6703 | 2024-08-02T17:18:24.666Z | [ recovery-image] Aug 02 17:18:23.437 INFO O| Aug 02 17:18:23.437 INFO STEP 937 (remove_files) COMPLETE |
6704 | 2024-08-02T17:18:24.666Z | [ recovery-image] Aug 02 17:18:23.437 INFO O| Aug 02 17:18:23.437 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-08-02T17:18:24.676Z | [ recovery-image] Aug 02 17:18:23.447 INFO O| Aug 02 17:18:23.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6706 | 2024-08-02T17:18:24.676Z | [ recovery-image] Aug 02 17:18:23.447 INFO O| Aug 02 17:18:23.447 INFO STEP 938 (remove_files) COMPLETE |
6707 | 2024-08-02T17:18:24.676Z | [ recovery-image] Aug 02 17:18:23.447 INFO O| Aug 02 17:18:23.447 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-08-02T17:18:24.686Z | [ recovery-image] Aug 02 17:18:23.457 INFO O| Aug 02 17:18:23.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6709 | 2024-08-02T17:18:24.686Z | [ recovery-image] Aug 02 17:18:23.457 INFO O| Aug 02 17:18:23.457 INFO STEP 939 (remove_files) COMPLETE |
6710 | 2024-08-02T17:18:24.686Z | [ recovery-image] Aug 02 17:18:23.457 INFO O| Aug 02 17:18:23.457 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-08-02T17:18:24.699Z | [ recovery-image] Aug 02 17:18:23.470 INFO O| Aug 02 17:18:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6712 | 2024-08-02T17:18:24.700Z | [ recovery-image] Aug 02 17:18:23.471 INFO O| Aug 02 17:18:23.470 INFO STEP 940 (remove_files) COMPLETE |
6713 | 2024-08-02T17:18:24.702Z | [ recovery-image] Aug 02 17:18:23.471 INFO O| Aug 02 17:18:23.470 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-08-02T17:18:24.713Z | [ recovery-image] Aug 02 17:18:23.485 INFO O| Aug 02 17:18:23.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6715 | 2024-08-02T17:18:24.716Z | [ recovery-image] Aug 02 17:18:23.485 INFO O| Aug 02 17:18:23.485 INFO STEP 941 (remove_files) COMPLETE |
6716 | 2024-08-02T17:18:24.716Z | [ recovery-image] Aug 02 17:18:23.485 INFO O| Aug 02 17:18:23.485 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-08-02T17:18:24.725Z | [ recovery-image] Aug 02 17:18:23.496 INFO O| Aug 02 17:18:23.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6718 | 2024-08-02T17:18:24.728Z | [ recovery-image] Aug 02 17:18:23.496 INFO O| Aug 02 17:18:23.496 INFO STEP 942 (remove_files) COMPLETE |
6719 | 2024-08-02T17:18:24.728Z | [ recovery-image] Aug 02 17:18:23.496 INFO O| Aug 02 17:18:23.496 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-08-02T17:18:24.735Z | [ recovery-image] Aug 02 17:18:23.506 INFO O| Aug 02 17:18:23.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6721 | 2024-08-02T17:18:24.735Z | [ recovery-image] Aug 02 17:18:23.507 INFO O| Aug 02 17:18:23.507 INFO STEP 943 (remove_files) COMPLETE |
6722 | 2024-08-02T17:18:24.735Z | [ recovery-image] Aug 02 17:18:23.507 INFO O| Aug 02 17:18:23.507 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-08-02T17:18:24.746Z | [ recovery-image] Aug 02 17:18:23.517 INFO O| Aug 02 17:18:23.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6724 | 2024-08-02T17:18:24.746Z | [ recovery-image] Aug 02 17:18:23.517 INFO O| Aug 02 17:18:23.517 INFO STEP 944 (remove_files) COMPLETE |
6725 | 2024-08-02T17:18:24.746Z | [ recovery-image] Aug 02 17:18:23.517 INFO O| Aug 02 17:18:23.517 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-08-02T17:18:24.757Z | [ recovery-image] Aug 02 17:18:23.528 INFO O| Aug 02 17:18:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6727 | 2024-08-02T17:18:24.757Z | [ recovery-image] Aug 02 17:18:23.528 INFO O| Aug 02 17:18:23.528 INFO STEP 945 (remove_files) COMPLETE |
6728 | 2024-08-02T17:18:24.757Z | [ recovery-image] Aug 02 17:18:23.528 INFO O| Aug 02 17:18:23.528 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-08-02T17:18:24.767Z | [ recovery-image] Aug 02 17:18:23.538 INFO O| Aug 02 17:18:23.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6730 | 2024-08-02T17:18:24.767Z | [ recovery-image] Aug 02 17:18:23.538 INFO O| Aug 02 17:18:23.538 INFO STEP 946 (remove_files) COMPLETE |
6731 | 2024-08-02T17:18:24.769Z | [ recovery-image] Aug 02 17:18:23.538 INFO O| Aug 02 17:18:23.538 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-08-02T17:18:24.777Z | [ recovery-image] Aug 02 17:18:23.548 INFO O| Aug 02 17:18:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6733 | 2024-08-02T17:18:24.777Z | [ recovery-image] Aug 02 17:18:23.548 INFO O| Aug 02 17:18:23.548 INFO STEP 947 (remove_files) COMPLETE |
6734 | 2024-08-02T17:18:24.777Z | [ recovery-image] Aug 02 17:18:23.548 INFO O| Aug 02 17:18:23.548 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-02T17:18:24.787Z | [ recovery-image] Aug 02 17:18:23.558 INFO O| Aug 02 17:18:23.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6736 | 2024-08-02T17:18:24.787Z | [ recovery-image] Aug 02 17:18:23.558 INFO O| Aug 02 17:18:23.558 INFO STEP 948 (remove_files) COMPLETE |
6737 | 2024-08-02T17:18:24.790Z | [ recovery-image] Aug 02 17:18:23.558 INFO O| Aug 02 17:18:23.558 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-08-02T17:18:24.797Z | [ recovery-image] Aug 02 17:18:23.568 INFO O| Aug 02 17:18:23.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6739 | 2024-08-02T17:18:24.797Z | [ recovery-image] Aug 02 17:18:23.568 INFO O| Aug 02 17:18:23.568 INFO STEP 949 (remove_files) COMPLETE |
6740 | 2024-08-02T17:18:24.797Z | [ recovery-image] Aug 02 17:18:23.568 INFO O| Aug 02 17:18:23.568 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-08-02T17:18:24.808Z | [ recovery-image] Aug 02 17:18:23.578 INFO O| Aug 02 17:18:23.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6742 | 2024-08-02T17:18:24.809Z | [ recovery-image] Aug 02 17:18:23.578 INFO O| Aug 02 17:18:23.578 INFO STEP 950 (remove_files) COMPLETE |
6743 | 2024-08-02T17:18:24.809Z | [ recovery-image] Aug 02 17:18:23.578 INFO O| Aug 02 17:18:23.578 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-02T17:18:24.817Z | [ recovery-image] Aug 02 17:18:23.588 INFO O| Aug 02 17:18:23.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6745 | 2024-08-02T17:18:24.820Z | [ recovery-image] Aug 02 17:18:23.588 INFO O| Aug 02 17:18:23.588 INFO STEP 951 (remove_files) COMPLETE |
6746 | 2024-08-02T17:18:24.820Z | [ recovery-image] Aug 02 17:18:23.588 INFO O| Aug 02 17:18:23.588 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-02T17:18:24.827Z | [ recovery-image] Aug 02 17:18:23.598 INFO O| Aug 02 17:18:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6748 | 2024-08-02T17:18:24.827Z | [ recovery-image] Aug 02 17:18:23.598 INFO O| Aug 02 17:18:23.598 INFO STEP 952 (remove_files) COMPLETE |
6749 | 2024-08-02T17:18:24.830Z | [ recovery-image] Aug 02 17:18:23.598 INFO O| Aug 02 17:18:23.598 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-08-02T17:18:24.836Z | [ recovery-image] Aug 02 17:18:23.608 INFO O| Aug 02 17:18:23.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6751 | 2024-08-02T17:18:24.836Z | [ recovery-image] Aug 02 17:18:23.608 INFO O| Aug 02 17:18:23.608 INFO STEP 953 (remove_files) COMPLETE |
6752 | 2024-08-02T17:18:24.836Z | [ recovery-image] Aug 02 17:18:23.608 INFO O| Aug 02 17:18:23.608 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-02T17:18:24.846Z | [ recovery-image] Aug 02 17:18:23.617 INFO O| Aug 02 17:18:23.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6754 | 2024-08-02T17:18:24.849Z | [ recovery-image] Aug 02 17:18:23.617 INFO O| Aug 02 17:18:23.617 INFO STEP 954 (remove_files) COMPLETE |
6755 | 2024-08-02T17:18:24.849Z | [ recovery-image] Aug 02 17:18:23.617 INFO O| Aug 02 17:18:23.617 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-02T17:18:24.856Z | [ recovery-image] Aug 02 17:18:23.627 INFO O| Aug 02 17:18:23.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6757 | 2024-08-02T17:18:24.856Z | [ recovery-image] Aug 02 17:18:23.627 INFO O| Aug 02 17:18:23.627 INFO STEP 955 (remove_files) COMPLETE |
6758 | 2024-08-02T17:18:24.859Z | [ recovery-image] Aug 02 17:18:23.627 INFO O| Aug 02 17:18:23.627 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-08-02T17:18:24.866Z | [ recovery-image] Aug 02 17:18:23.637 INFO O| Aug 02 17:18:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6760 | 2024-08-02T17:18:24.868Z | [ recovery-image] Aug 02 17:18:23.637 INFO O| Aug 02 17:18:23.637 INFO STEP 956 (remove_files) COMPLETE |
6761 | 2024-08-02T17:18:24.868Z | [ recovery-image] Aug 02 17:18:23.637 INFO O| Aug 02 17:18:23.637 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-08-02T17:18:24.875Z | [ recovery-image] Aug 02 17:18:23.647 INFO O| Aug 02 17:18:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6763 | 2024-08-02T17:18:24.878Z | [ recovery-image] Aug 02 17:18:23.647 INFO O| Aug 02 17:18:23.647 INFO STEP 957 (remove_files) COMPLETE |
6764 | 2024-08-02T17:18:24.878Z | [ recovery-image] Aug 02 17:18:23.647 INFO O| Aug 02 17:18:23.647 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-02T17:18:24.885Z | [ recovery-image] Aug 02 17:18:23.657 INFO O| Aug 02 17:18:23.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6766 | 2024-08-02T17:18:24.895Z | [ recovery-image] Aug 02 17:18:23.657 INFO O| Aug 02 17:18:23.657 INFO STEP 958 (remove_files) COMPLETE |
6767 | 2024-08-02T17:18:24.895Z | [ recovery-image] Aug 02 17:18:23.657 INFO O| Aug 02 17:18:23.657 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-02T17:18:24.900Z | [ recovery-image] Aug 02 17:18:23.667 INFO O| Aug 02 17:18:23.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6769 | 2024-08-02T17:18:24.900Z | [ recovery-image] Aug 02 17:18:23.667 INFO O| Aug 02 17:18:23.667 INFO STEP 959 (remove_files) COMPLETE |
6770 | 2024-08-02T17:18:24.900Z | [ recovery-image] Aug 02 17:18:23.667 INFO O| Aug 02 17:18:23.667 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-02T17:18:24.906Z | [ recovery-image] Aug 02 17:18:23.677 INFO O| Aug 02 17:18:23.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6772 | 2024-08-02T17:18:24.906Z | [ recovery-image] Aug 02 17:18:23.677 INFO O| Aug 02 17:18:23.677 INFO STEP 960 (remove_files) COMPLETE |
6773 | 2024-08-02T17:18:24.906Z | [ recovery-image] Aug 02 17:18:23.677 INFO O| Aug 02 17:18:23.677 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-02T17:18:24.916Z | [ recovery-image] Aug 02 17:18:23.687 INFO O| Aug 02 17:18:23.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6775 | 2024-08-02T17:18:24.919Z | [ recovery-image] Aug 02 17:18:23.687 INFO O| Aug 02 17:18:23.687 INFO STEP 961 (remove_files) COMPLETE |
6776 | 2024-08-02T17:18:24.919Z | [ recovery-image] Aug 02 17:18:23.687 INFO O| Aug 02 17:18:23.687 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-02T17:18:24.925Z | [ recovery-image] Aug 02 17:18:23.697 INFO O| Aug 02 17:18:23.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6778 | 2024-08-02T17:18:24.928Z | [ recovery-image] Aug 02 17:18:23.697 INFO O| Aug 02 17:18:23.697 INFO STEP 962 (remove_files) COMPLETE |
6779 | 2024-08-02T17:18:24.928Z | [ recovery-image] Aug 02 17:18:23.697 INFO O| Aug 02 17:18:23.697 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-02T17:18:24.935Z | [ recovery-image] Aug 02 17:18:23.706 INFO O| Aug 02 17:18:23.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6781 | 2024-08-02T17:18:24.935Z | [ recovery-image] Aug 02 17:18:23.707 INFO O| Aug 02 17:18:23.707 INFO STEP 963 (remove_files) COMPLETE |
6782 | 2024-08-02T17:18:24.938Z | [ recovery-image] Aug 02 17:18:23.707 INFO O| Aug 02 17:18:23.707 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-02T17:18:24.945Z | [ recovery-image] Aug 02 17:18:23.716 INFO O| Aug 02 17:18:23.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6784 | 2024-08-02T17:18:24.945Z | [ recovery-image] Aug 02 17:18:23.716 INFO O| Aug 02 17:18:23.716 INFO STEP 964 (remove_files) COMPLETE |
6785 | 2024-08-02T17:18:24.948Z | [ recovery-image] Aug 02 17:18:23.716 INFO O| Aug 02 17:18:23.716 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-02T17:18:24.954Z | [ recovery-image] Aug 02 17:18:23.726 INFO O| Aug 02 17:18:23.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6787 | 2024-08-02T17:18:24.954Z | [ recovery-image] Aug 02 17:18:23.726 INFO O| Aug 02 17:18:23.726 INFO STEP 965 (remove_files) COMPLETE |
6788 | 2024-08-02T17:18:24.957Z | [ recovery-image] Aug 02 17:18:23.726 INFO O| Aug 02 17:18:23.726 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-02T17:18:24.964Z | [ recovery-image] Aug 02 17:18:23.735 INFO O| Aug 02 17:18:23.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6790 | 2024-08-02T17:18:24.966Z | [ recovery-image] Aug 02 17:18:23.735 INFO O| Aug 02 17:18:23.735 INFO STEP 966 (remove_files) COMPLETE |
6791 | 2024-08-02T17:18:24.966Z | [ recovery-image] Aug 02 17:18:23.735 INFO O| Aug 02 17:18:23.735 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-02T17:18:24.973Z | [ recovery-image] Aug 02 17:18:23.745 INFO O| Aug 02 17:18:23.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6793 | 2024-08-02T17:18:24.973Z | [ recovery-image] Aug 02 17:18:23.745 INFO O| Aug 02 17:18:23.745 INFO STEP 967 (remove_files) COMPLETE |
6794 | 2024-08-02T17:18:24.973Z | [ recovery-image] Aug 02 17:18:23.745 INFO O| Aug 02 17:18:23.745 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-02T17:18:24.983Z | [ recovery-image] Aug 02 17:18:23.754 INFO O| Aug 02 17:18:23.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6796 | 2024-08-02T17:18:24.983Z | [ recovery-image] Aug 02 17:18:23.754 INFO O| Aug 02 17:18:23.754 INFO STEP 968 (remove_files) COMPLETE |
6797 | 2024-08-02T17:18:24.986Z | [ recovery-image] Aug 02 17:18:23.754 INFO O| Aug 02 17:18:23.754 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-02T17:18:24.993Z | [ recovery-image] Aug 02 17:18:23.764 INFO O| Aug 02 17:18:23.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6799 | 2024-08-02T17:18:24.993Z | [ recovery-image] Aug 02 17:18:23.764 INFO O| Aug 02 17:18:23.764 INFO STEP 969 (remove_files) COMPLETE |
6800 | 2024-08-02T17:18:24.996Z | [ recovery-image] Aug 02 17:18:23.764 INFO O| Aug 02 17:18:23.764 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-02T17:18:25.003Z | [ recovery-image] Aug 02 17:18:23.774 INFO O| Aug 02 17:18:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6802 | 2024-08-02T17:18:25.005Z | [ recovery-image] Aug 02 17:18:23.774 INFO O| Aug 02 17:18:23.774 INFO STEP 970 (remove_files) COMPLETE |
6803 | 2024-08-02T17:18:25.006Z | [ recovery-image] Aug 02 17:18:23.774 INFO O| Aug 02 17:18:23.774 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-02T17:18:25.012Z | [ recovery-image] Aug 02 17:18:23.783 INFO O| Aug 02 17:18:23.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6805 | 2024-08-02T17:18:25.012Z | [ recovery-image] Aug 02 17:18:23.784 INFO O| Aug 02 17:18:23.784 INFO STEP 971 (remove_files) COMPLETE |
6806 | 2024-08-02T17:18:25.015Z | [ recovery-image] Aug 02 17:18:23.784 INFO O| Aug 02 17:18:23.784 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-02T17:18:25.022Z | [ recovery-image] Aug 02 17:18:23.793 INFO O| Aug 02 17:18:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6808 | 2024-08-02T17:18:25.022Z | [ recovery-image] Aug 02 17:18:23.793 INFO O| Aug 02 17:18:23.793 INFO STEP 972 (remove_files) COMPLETE |
6809 | 2024-08-02T17:18:25.025Z | [ recovery-image] Aug 02 17:18:23.793 INFO O| Aug 02 17:18:23.793 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-02T17:18:25.031Z | [ recovery-image] Aug 02 17:18:23.802 INFO O| Aug 02 17:18:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6811 | 2024-08-02T17:18:25.031Z | [ recovery-image] Aug 02 17:18:23.802 INFO O| Aug 02 17:18:23.802 INFO STEP 973 (remove_files) COMPLETE |
6812 | 2024-08-02T17:18:25.034Z | [ recovery-image] Aug 02 17:18:23.802 INFO O| Aug 02 17:18:23.802 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-02T17:18:25.041Z | [ recovery-image] Aug 02 17:18:23.812 INFO O| Aug 02 17:18:23.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6814 | 2024-08-02T17:18:25.043Z | [ recovery-image] Aug 02 17:18:23.812 INFO O| Aug 02 17:18:23.812 INFO STEP 974 (remove_files) COMPLETE |
6815 | 2024-08-02T17:18:25.043Z | [ recovery-image] Aug 02 17:18:23.812 INFO O| Aug 02 17:18:23.812 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-02T17:18:25.050Z | [ recovery-image] Aug 02 17:18:23.821 INFO O| Aug 02 17:18:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6817 | 2024-08-02T17:18:25.050Z | [ recovery-image] Aug 02 17:18:23.821 INFO O| Aug 02 17:18:23.821 INFO STEP 975 (remove_files) COMPLETE |
6818 | 2024-08-02T17:18:25.053Z | [ recovery-image] Aug 02 17:18:23.821 INFO O| Aug 02 17:18:23.821 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-02T17:18:25.060Z | [ recovery-image] Aug 02 17:18:23.831 INFO O| Aug 02 17:18:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6820 | 2024-08-02T17:18:25.062Z | [ recovery-image] Aug 02 17:18:23.831 INFO O| Aug 02 17:18:23.831 INFO STEP 976 (remove_files) COMPLETE |
6821 | 2024-08-02T17:18:25.062Z | [ recovery-image] Aug 02 17:18:23.831 INFO O| Aug 02 17:18:23.831 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-02T17:18:25.069Z | [ recovery-image] Aug 02 17:18:23.840 INFO O| Aug 02 17:18:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6823 | 2024-08-02T17:18:25.069Z | [ recovery-image] Aug 02 17:18:23.840 INFO O| Aug 02 17:18:23.840 INFO STEP 977 (remove_files) COMPLETE |
6824 | 2024-08-02T17:18:25.069Z | [ recovery-image] Aug 02 17:18:23.840 INFO O| Aug 02 17:18:23.840 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-02T17:18:25.078Z | [ recovery-image] Aug 02 17:18:23.850 INFO O| Aug 02 17:18:23.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6826 | 2024-08-02T17:18:25.081Z | [ recovery-image] Aug 02 17:18:23.850 INFO O| Aug 02 17:18:23.850 INFO STEP 978 (remove_files) COMPLETE |
6827 | 2024-08-02T17:18:25.081Z | [ recovery-image] Aug 02 17:18:23.850 INFO O| Aug 02 17:18:23.850 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-02T17:18:25.088Z | [ recovery-image] Aug 02 17:18:23.859 INFO O| Aug 02 17:18:23.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6829 | 2024-08-02T17:18:25.088Z | [ recovery-image] Aug 02 17:18:23.860 INFO O| Aug 02 17:18:23.860 INFO STEP 979 (remove_files) COMPLETE |
6830 | 2024-08-02T17:18:25.091Z | [ recovery-image] Aug 02 17:18:23.860 INFO O| Aug 02 17:18:23.860 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-08-02T17:18:25.099Z | [ recovery-image] Aug 02 17:18:23.870 INFO O| Aug 02 17:18:23.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6832 | 2024-08-02T17:18:25.099Z | [ recovery-image] Aug 02 17:18:23.870 INFO O| Aug 02 17:18:23.870 INFO STEP 980 (remove_files) COMPLETE |
6833 | 2024-08-02T17:18:25.102Z | [ recovery-image] Aug 02 17:18:23.870 INFO O| Aug 02 17:18:23.870 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-02T17:18:25.109Z | [ recovery-image] Aug 02 17:18:23.880 INFO O| Aug 02 17:18:23.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6835 | 2024-08-02T17:18:25.109Z | [ recovery-image] Aug 02 17:18:23.880 INFO O| Aug 02 17:18:23.880 INFO STEP 981 (remove_files) COMPLETE |
6836 | 2024-08-02T17:18:25.112Z | [ recovery-image] Aug 02 17:18:23.880 INFO O| Aug 02 17:18:23.880 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-02T17:18:25.118Z | [ recovery-image] Aug 02 17:18:23.890 INFO O| Aug 02 17:18:23.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6838 | 2024-08-02T17:18:25.119Z | [ recovery-image] Aug 02 17:18:23.890 INFO O| Aug 02 17:18:23.890 INFO STEP 982 (remove_files) COMPLETE |
6839 | 2024-08-02T17:18:25.121Z | [ recovery-image] Aug 02 17:18:23.890 INFO O| Aug 02 17:18:23.890 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-02T17:18:25.128Z | [ recovery-image] Aug 02 17:18:23.899 INFO O| Aug 02 17:18:23.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6841 | 2024-08-02T17:18:25.128Z | [ recovery-image] Aug 02 17:18:23.899 INFO O| Aug 02 17:18:23.899 INFO STEP 983 (remove_files) COMPLETE |
6842 | 2024-08-02T17:18:25.131Z | [ recovery-image] Aug 02 17:18:23.899 INFO O| Aug 02 17:18:23.899 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-02T17:18:25.138Z | [ recovery-image] Aug 02 17:18:23.909 INFO O| Aug 02 17:18:23.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6844 | 2024-08-02T17:18:25.140Z | [ recovery-image] Aug 02 17:18:23.909 INFO O| Aug 02 17:18:23.909 INFO STEP 984 (remove_files) COMPLETE |
6845 | 2024-08-02T17:18:25.140Z | [ recovery-image] Aug 02 17:18:23.909 INFO O| Aug 02 17:18:23.909 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-02T17:18:25.150Z | [ recovery-image] Aug 02 17:18:23.921 INFO O| Aug 02 17:18:23.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6847 | 2024-08-02T17:18:25.150Z | [ recovery-image] Aug 02 17:18:23.921 INFO O| Aug 02 17:18:23.921 INFO STEP 985 (remove_files) COMPLETE |
6848 | 2024-08-02T17:18:25.150Z | [ recovery-image] Aug 02 17:18:23.921 INFO O| Aug 02 17:18:23.921 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-02T17:18:25.160Z | [ recovery-image] Aug 02 17:18:23.931 INFO O| Aug 02 17:18:23.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6850 | 2024-08-02T17:18:25.160Z | [ recovery-image] Aug 02 17:18:23.931 INFO O| Aug 02 17:18:23.931 INFO STEP 986 (remove_files) COMPLETE |
6851 | 2024-08-02T17:18:25.163Z | [ recovery-image] Aug 02 17:18:23.931 INFO O| Aug 02 17:18:23.931 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-02T17:18:25.169Z | [ recovery-image] Aug 02 17:18:23.940 INFO O| Aug 02 17:18:23.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6853 | 2024-08-02T17:18:25.172Z | [ recovery-image] Aug 02 17:18:23.940 INFO O| Aug 02 17:18:23.940 INFO STEP 987 (remove_files) COMPLETE |
6854 | 2024-08-02T17:18:25.172Z | [ recovery-image] Aug 02 17:18:23.940 INFO O| Aug 02 17:18:23.940 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-02T17:18:25.184Z | [ recovery-image] Aug 02 17:18:23.950 INFO O| Aug 02 17:18:23.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6856 | 2024-08-02T17:18:25.184Z | [ recovery-image] Aug 02 17:18:23.950 INFO O| Aug 02 17:18:23.950 INFO STEP 988 (remove_files) COMPLETE |
6857 | 2024-08-02T17:18:25.184Z | [ recovery-image] Aug 02 17:18:23.950 INFO O| Aug 02 17:18:23.950 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-02T17:18:25.188Z | [ recovery-image] Aug 02 17:18:23.959 INFO O| Aug 02 17:18:23.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6859 | 2024-08-02T17:18:25.188Z | [ recovery-image] Aug 02 17:18:23.959 INFO O| Aug 02 17:18:23.959 INFO STEP 989 (remove_files) COMPLETE |
6860 | 2024-08-02T17:18:25.191Z | [ recovery-image] Aug 02 17:18:23.959 INFO O| Aug 02 17:18:23.959 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-02T17:18:25.197Z | [ recovery-image] Aug 02 17:18:23.968 INFO O| Aug 02 17:18:23.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6862 | 2024-08-02T17:18:25.197Z | [ recovery-image] Aug 02 17:18:23.968 INFO O| Aug 02 17:18:23.968 INFO STEP 990 (remove_files) COMPLETE |
6863 | 2024-08-02T17:18:25.200Z | [ recovery-image] Aug 02 17:18:23.968 INFO O| Aug 02 17:18:23.968 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-02T17:18:25.206Z | [ recovery-image] Aug 02 17:18:23.977 INFO O| Aug 02 17:18:23.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6865 | 2024-08-02T17:18:25.206Z | [ recovery-image] Aug 02 17:18:23.977 INFO O| Aug 02 17:18:23.977 INFO STEP 991 (remove_files) COMPLETE |
6866 | 2024-08-02T17:18:25.209Z | [ recovery-image] Aug 02 17:18:23.977 INFO O| Aug 02 17:18:23.977 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-02T17:18:25.215Z | [ recovery-image] Aug 02 17:18:23.986 INFO O| Aug 02 17:18:23.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6868 | 2024-08-02T17:18:25.215Z | [ recovery-image] Aug 02 17:18:23.986 INFO O| Aug 02 17:18:23.986 INFO STEP 992 (remove_files) COMPLETE |
6869 | 2024-08-02T17:18:25.218Z | [ recovery-image] Aug 02 17:18:23.986 INFO O| Aug 02 17:18:23.986 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-08-02T17:18:25.224Z | [ recovery-image] Aug 02 17:18:23.995 INFO O| Aug 02 17:18:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6871 | 2024-08-02T17:18:25.227Z | [ recovery-image] Aug 02 17:18:23.995 INFO O| Aug 02 17:18:23.995 INFO STEP 993 (remove_files) COMPLETE |
6872 | 2024-08-02T17:18:25.227Z | [ recovery-image] Aug 02 17:18:23.995 INFO O| Aug 02 17:18:23.995 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-02T17:18:25.233Z | [ recovery-image] Aug 02 17:18:24.005 INFO O| Aug 02 17:18:24.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6874 | 2024-08-02T17:18:25.233Z | [ recovery-image] Aug 02 17:18:24.005 INFO O| Aug 02 17:18:24.005 INFO STEP 994 (remove_files) COMPLETE |
6875 | 2024-08-02T17:18:25.234Z | [ recovery-image] Aug 02 17:18:24.005 INFO O| Aug 02 17:18:24.005 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-02T17:18:25.243Z | [ recovery-image] Aug 02 17:18:24.014 INFO O| Aug 02 17:18:24.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6877 | 2024-08-02T17:18:25.243Z | [ recovery-image] Aug 02 17:18:24.014 INFO O| Aug 02 17:18:24.014 INFO STEP 995 (remove_files) COMPLETE |
6878 | 2024-08-02T17:18:25.246Z | [ recovery-image] Aug 02 17:18:24.014 INFO O| Aug 02 17:18:24.014 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-02T17:18:25.252Z | [ recovery-image] Aug 02 17:18:24.023 INFO O| Aug 02 17:18:24.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6880 | 2024-08-02T17:18:25.252Z | [ recovery-image] Aug 02 17:18:24.023 INFO O| Aug 02 17:18:24.023 INFO STEP 996 (remove_files) COMPLETE |
6881 | 2024-08-02T17:18:25.255Z | [ recovery-image] Aug 02 17:18:24.023 INFO O| Aug 02 17:18:24.023 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-08-02T17:18:25.261Z | [ recovery-image] Aug 02 17:18:24.033 INFO O| Aug 02 17:18:24.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6883 | 2024-08-02T17:18:25.261Z | [ recovery-image] Aug 02 17:18:24.033 INFO O| Aug 02 17:18:24.033 INFO STEP 997 (remove_files) COMPLETE |
6884 | 2024-08-02T17:18:25.261Z | [ recovery-image] Aug 02 17:18:24.033 INFO O| Aug 02 17:18:24.033 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-08-02T17:18:25.271Z | [ recovery-image] Aug 02 17:18:24.042 INFO O| Aug 02 17:18:24.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6886 | 2024-08-02T17:18:25.271Z | [ recovery-image] Aug 02 17:18:24.042 INFO O| Aug 02 17:18:24.042 INFO STEP 998 (remove_files) COMPLETE |
6887 | 2024-08-02T17:18:25.271Z | [ recovery-image] Aug 02 17:18:24.042 INFO O| Aug 02 17:18:24.042 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-08-02T17:18:25.280Z | [ recovery-image] Aug 02 17:18:24.052 INFO O| Aug 02 17:18:24.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6889 | 2024-08-02T17:18:25.281Z | [ recovery-image] Aug 02 17:18:24.052 INFO O| Aug 02 17:18:24.052 INFO STEP 999 (remove_files) COMPLETE |
6890 | 2024-08-02T17:18:25.281Z | [ recovery-image] Aug 02 17:18:24.052 INFO O| Aug 02 17:18:24.052 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-08-02T17:18:25.290Z | [ recovery-image] Aug 02 17:18:24.061 INFO O| Aug 02 17:18:24.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6892 | 2024-08-02T17:18:25.290Z | [ recovery-image] Aug 02 17:18:24.061 INFO O| Aug 02 17:18:24.061 INFO STEP 1000 (remove_files) COMPLETE |
6893 | 2024-08-02T17:18:25.290Z | [ recovery-image] Aug 02 17:18:24.061 INFO O| Aug 02 17:18:24.061 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-08-02T17:18:25.299Z | [ recovery-image] Aug 02 17:18:24.071 INFO O| Aug 02 17:18:24.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6895 | 2024-08-02T17:18:25.299Z | [ recovery-image] Aug 02 17:18:24.071 INFO O| Aug 02 17:18:24.071 INFO STEP 1001 (remove_files) COMPLETE |
6896 | 2024-08-02T17:18:25.302Z | [ recovery-image] Aug 02 17:18:24.071 INFO O| Aug 02 17:18:24.071 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-08-02T17:18:25.309Z | [ recovery-image] Aug 02 17:18:24.080 INFO O| Aug 02 17:18:24.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6898 | 2024-08-02T17:18:25.309Z | [ recovery-image] Aug 02 17:18:24.080 INFO O| Aug 02 17:18:24.080 INFO STEP 1002 (remove_files) COMPLETE |
6899 | 2024-08-02T17:18:25.309Z | [ recovery-image] Aug 02 17:18:24.080 INFO O| Aug 02 17:18:24.080 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-08-02T17:18:25.318Z | [ recovery-image] Aug 02 17:18:24.089 INFO O| Aug 02 17:18:24.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6901 | 2024-08-02T17:18:25.318Z | [ recovery-image] Aug 02 17:18:24.089 INFO O| Aug 02 17:18:24.089 INFO STEP 1003 (remove_files) COMPLETE |
6902 | 2024-08-02T17:18:25.322Z | [ recovery-image] Aug 02 17:18:24.089 INFO O| Aug 02 17:18:24.089 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-08-02T17:18:25.327Z | [ recovery-image] Aug 02 17:18:24.099 INFO O| Aug 02 17:18:24.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6904 | 2024-08-02T17:18:25.327Z | [ recovery-image] Aug 02 17:18:24.099 INFO O| Aug 02 17:18:24.099 INFO STEP 1004 (remove_files) COMPLETE |
6905 | 2024-08-02T17:18:25.327Z | [ recovery-image] Aug 02 17:18:24.099 INFO O| Aug 02 17:18:24.099 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-08-02T17:18:25.337Z | [ recovery-image] Aug 02 17:18:24.108 INFO O| Aug 02 17:18:24.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6907 | 2024-08-02T17:18:25.337Z | [ recovery-image] Aug 02 17:18:24.108 INFO O| Aug 02 17:18:24.108 INFO STEP 1005 (remove_files) COMPLETE |
6908 | 2024-08-02T17:18:25.337Z | [ recovery-image] Aug 02 17:18:24.108 INFO O| Aug 02 17:18:24.108 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-08-02T17:18:25.346Z | [ recovery-image] Aug 02 17:18:24.117 INFO O| Aug 02 17:18:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6910 | 2024-08-02T17:18:25.346Z | [ recovery-image] Aug 02 17:18:24.117 INFO O| Aug 02 17:18:24.117 INFO STEP 1006 (remove_files) COMPLETE |
6911 | 2024-08-02T17:18:25.346Z | [ recovery-image] Aug 02 17:18:24.117 INFO O| Aug 02 17:18:24.117 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-08-02T17:18:25.356Z | [ recovery-image] Aug 02 17:18:24.126 INFO O| Aug 02 17:18:24.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6913 | 2024-08-02T17:18:25.356Z | [ recovery-image] Aug 02 17:18:24.126 INFO O| Aug 02 17:18:24.126 INFO STEP 1007 (remove_files) COMPLETE |
6914 | 2024-08-02T17:18:25.359Z | [ recovery-image] Aug 02 17:18:24.126 INFO O| Aug 02 17:18:24.126 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-08-02T17:18:25.364Z | [ recovery-image] Aug 02 17:18:24.136 INFO O| Aug 02 17:18:24.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6916 | 2024-08-02T17:18:25.364Z | [ recovery-image] Aug 02 17:18:24.136 INFO O| Aug 02 17:18:24.136 INFO STEP 1008 (remove_files) COMPLETE |
6917 | 2024-08-02T17:18:25.364Z | [ recovery-image] Aug 02 17:18:24.136 INFO O| Aug 02 17:18:24.136 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-08-02T17:18:25.374Z | [ recovery-image] Aug 02 17:18:24.145 INFO O| Aug 02 17:18:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6919 | 2024-08-02T17:18:25.374Z | [ recovery-image] Aug 02 17:18:24.145 INFO O| Aug 02 17:18:24.145 INFO STEP 1009 (remove_files) COMPLETE |
6920 | 2024-08-02T17:18:25.376Z | [ recovery-image] Aug 02 17:18:24.145 INFO O| Aug 02 17:18:24.145 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-08-02T17:18:25.383Z | [ recovery-image] Aug 02 17:18:24.154 INFO O| Aug 02 17:18:24.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6922 | 2024-08-02T17:18:25.383Z | [ recovery-image] Aug 02 17:18:24.154 INFO O| Aug 02 17:18:24.154 INFO STEP 1010 (remove_files) COMPLETE |
6923 | 2024-08-02T17:18:25.383Z | [ recovery-image] Aug 02 17:18:24.154 INFO O| Aug 02 17:18:24.154 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-08-02T17:18:25.392Z | [ recovery-image] Aug 02 17:18:24.163 INFO O| Aug 02 17:18:24.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6925 | 2024-08-02T17:18:25.392Z | [ recovery-image] Aug 02 17:18:24.163 INFO O| Aug 02 17:18:24.163 INFO STEP 1011 (remove_files) COMPLETE |
6926 | 2024-08-02T17:18:25.392Z | [ recovery-image] Aug 02 17:18:24.164 INFO O| Aug 02 17:18:24.163 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-08-02T17:18:25.402Z | [ recovery-image] Aug 02 17:18:24.173 INFO O| Aug 02 17:18:24.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6928 | 2024-08-02T17:18:25.402Z | [ recovery-image] Aug 02 17:18:24.173 INFO O| Aug 02 17:18:24.173 INFO STEP 1012 (remove_files) COMPLETE |
6929 | 2024-08-02T17:18:25.402Z | [ recovery-image] Aug 02 17:18:24.173 INFO O| Aug 02 17:18:24.173 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-08-02T17:18:25.411Z | [ recovery-image] Aug 02 17:18:24.182 INFO O| Aug 02 17:18:24.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6931 | 2024-08-02T17:18:25.411Z | [ recovery-image] Aug 02 17:18:24.182 INFO O| Aug 02 17:18:24.182 INFO STEP 1013 (remove_files) COMPLETE |
6932 | 2024-08-02T17:18:25.411Z | [ recovery-image] Aug 02 17:18:24.182 INFO O| Aug 02 17:18:24.182 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-08-02T17:18:25.420Z | [ recovery-image] Aug 02 17:18:24.191 INFO O| Aug 02 17:18:24.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6934 | 2024-08-02T17:18:25.423Z | [ recovery-image] Aug 02 17:18:24.191 INFO O| Aug 02 17:18:24.191 INFO STEP 1014 (remove_files) COMPLETE |
6935 | 2024-08-02T17:18:25.423Z | [ recovery-image] Aug 02 17:18:24.191 INFO O| Aug 02 17:18:24.191 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-08-02T17:18:25.429Z | [ recovery-image] Aug 02 17:18:24.200 INFO O| Aug 02 17:18:24.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6937 | 2024-08-02T17:18:25.429Z | [ recovery-image] Aug 02 17:18:24.200 INFO O| Aug 02 17:18:24.200 INFO STEP 1015 (remove_files) COMPLETE |
6938 | 2024-08-02T17:18:25.432Z | [ recovery-image] Aug 02 17:18:24.200 INFO O| Aug 02 17:18:24.200 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-08-02T17:18:25.438Z | [ recovery-image] Aug 02 17:18:24.209 INFO O| Aug 02 17:18:24.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6940 | 2024-08-02T17:18:25.438Z | [ recovery-image] Aug 02 17:18:24.209 INFO O| Aug 02 17:18:24.209 INFO STEP 1016 (remove_files) COMPLETE |
6941 | 2024-08-02T17:18:25.441Z | [ recovery-image] Aug 02 17:18:24.209 INFO O| Aug 02 17:18:24.209 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-08-02T17:18:25.447Z | [ recovery-image] Aug 02 17:18:24.219 INFO O| Aug 02 17:18:24.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6943 | 2024-08-02T17:18:25.447Z | [ recovery-image] Aug 02 17:18:24.219 INFO O| Aug 02 17:18:24.219 INFO STEP 1017 (remove_files) COMPLETE |
6944 | 2024-08-02T17:18:25.447Z | [ recovery-image] Aug 02 17:18:24.219 INFO O| Aug 02 17:18:24.219 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-02T17:18:25.457Z | [ recovery-image] Aug 02 17:18:24.228 INFO O| Aug 02 17:18:24.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6946 | 2024-08-02T17:18:25.459Z | [ recovery-image] Aug 02 17:18:24.228 INFO O| Aug 02 17:18:24.228 INFO STEP 1018 (remove_files) COMPLETE |
6947 | 2024-08-02T17:18:25.459Z | [ recovery-image] Aug 02 17:18:24.228 INFO O| Aug 02 17:18:24.228 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-02T17:18:25.466Z | [ recovery-image] Aug 02 17:18:24.237 INFO O| Aug 02 17:18:24.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6949 | 2024-08-02T17:18:25.469Z | [ recovery-image] Aug 02 17:18:24.237 INFO O| Aug 02 17:18:24.237 INFO STEP 1019 (remove_files) COMPLETE |
6950 | 2024-08-02T17:18:25.469Z | [ recovery-image] Aug 02 17:18:24.237 INFO O| Aug 02 17:18:24.237 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-02T17:18:25.475Z | [ recovery-image] Aug 02 17:18:24.247 INFO O| Aug 02 17:18:24.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6952 | 2024-08-02T17:18:25.478Z | [ recovery-image] Aug 02 17:18:24.247 INFO O| Aug 02 17:18:24.247 INFO STEP 1020 (remove_files) COMPLETE |
6953 | 2024-08-02T17:18:25.478Z | [ recovery-image] Aug 02 17:18:24.247 INFO O| Aug 02 17:18:24.247 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-02T17:18:25.485Z | [ recovery-image] Aug 02 17:18:24.256 INFO O| Aug 02 17:18:24.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6955 | 2024-08-02T17:18:25.488Z | [ recovery-image] Aug 02 17:18:24.257 INFO O| Aug 02 17:18:24.257 INFO STEP 1021 (remove_files) COMPLETE |
6956 | 2024-08-02T17:18:25.488Z | [ recovery-image] Aug 02 17:18:24.257 INFO O| Aug 02 17:18:24.257 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-02T17:18:25.495Z | [ recovery-image] Aug 02 17:18:24.266 INFO O| Aug 02 17:18:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6958 | 2024-08-02T17:18:25.495Z | [ recovery-image] Aug 02 17:18:24.266 INFO O| Aug 02 17:18:24.266 INFO STEP 1022 (remove_files) COMPLETE |
6959 | 2024-08-02T17:18:25.497Z | [ recovery-image] Aug 02 17:18:24.266 INFO O| Aug 02 17:18:24.266 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-02T17:18:25.504Z | [ recovery-image] Aug 02 17:18:24.275 INFO O| Aug 02 17:18:24.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6961 | 2024-08-02T17:18:25.504Z | [ recovery-image] Aug 02 17:18:24.275 INFO O| Aug 02 17:18:24.275 INFO STEP 1023 (remove_files) COMPLETE |
6962 | 2024-08-02T17:18:25.507Z | [ recovery-image] Aug 02 17:18:24.275 INFO O| Aug 02 17:18:24.275 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-02T17:18:25.513Z | [ recovery-image] Aug 02 17:18:24.284 INFO O| Aug 02 17:18:24.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6964 | 2024-08-02T17:18:25.513Z | [ recovery-image] Aug 02 17:18:24.284 INFO O| Aug 02 17:18:24.284 INFO STEP 1024 (remove_files) COMPLETE |
6965 | 2024-08-02T17:18:25.516Z | [ recovery-image] Aug 02 17:18:24.284 INFO O| Aug 02 17:18:24.284 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-02T17:18:25.522Z | [ recovery-image] Aug 02 17:18:24.294 INFO O| Aug 02 17:18:24.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6967 | 2024-08-02T17:18:25.522Z | [ recovery-image] Aug 02 17:18:24.294 INFO O| Aug 02 17:18:24.294 INFO STEP 1025 (remove_files) COMPLETE |
6968 | 2024-08-02T17:18:25.523Z | [ recovery-image] Aug 02 17:18:24.294 INFO O| Aug 02 17:18:24.294 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-02T17:18:25.532Z | [ recovery-image] Aug 02 17:18:24.303 INFO O| Aug 02 17:18:24.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6970 | 2024-08-02T17:18:25.532Z | [ recovery-image] Aug 02 17:18:24.303 INFO O| Aug 02 17:18:24.303 INFO STEP 1026 (remove_files) COMPLETE |
6971 | 2024-08-02T17:18:25.535Z | [ recovery-image] Aug 02 17:18:24.303 INFO O| Aug 02 17:18:24.303 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-02T17:18:25.541Z | [ recovery-image] Aug 02 17:18:24.312 INFO O| Aug 02 17:18:24.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6973 | 2024-08-02T17:18:25.543Z | [ recovery-image] Aug 02 17:18:24.312 INFO O| Aug 02 17:18:24.312 INFO STEP 1027 (remove_files) COMPLETE |
6974 | 2024-08-02T17:18:25.543Z | [ recovery-image] Aug 02 17:18:24.312 INFO O| Aug 02 17:18:24.312 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-02T17:18:25.550Z | [ recovery-image] Aug 02 17:18:24.322 INFO O| Aug 02 17:18:24.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6976 | 2024-08-02T17:18:25.553Z | [ recovery-image] Aug 02 17:18:24.322 INFO O| Aug 02 17:18:24.322 INFO STEP 1028 (remove_files) COMPLETE |
6977 | 2024-08-02T17:18:25.553Z | [ recovery-image] Aug 02 17:18:24.322 INFO O| Aug 02 17:18:24.322 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-02T17:18:25.560Z | [ recovery-image] Aug 02 17:18:24.331 INFO O| Aug 02 17:18:24.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6979 | 2024-08-02T17:18:25.560Z | [ recovery-image] Aug 02 17:18:24.331 INFO O| Aug 02 17:18:24.331 INFO STEP 1029 (remove_files) COMPLETE |
6980 | 2024-08-02T17:18:25.560Z | [ recovery-image] Aug 02 17:18:24.331 INFO O| Aug 02 17:18:24.331 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-08-02T17:18:25.569Z | [ recovery-image] Aug 02 17:18:24.340 INFO O| Aug 02 17:18:24.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6982 | 2024-08-02T17:18:25.569Z | [ recovery-image] Aug 02 17:18:24.340 INFO O| Aug 02 17:18:24.340 INFO STEP 1030 (remove_files) COMPLETE |
6983 | 2024-08-02T17:18:25.572Z | [ recovery-image] Aug 02 17:18:24.340 INFO O| Aug 02 17:18:24.340 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-08-02T17:18:25.578Z | [ recovery-image] Aug 02 17:18:24.349 INFO O| Aug 02 17:18:24.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6985 | 2024-08-02T17:18:25.581Z | [ recovery-image] Aug 02 17:18:24.349 INFO O| Aug 02 17:18:24.349 INFO STEP 1031 (remove_files) COMPLETE |
6986 | 2024-08-02T17:18:25.581Z | [ recovery-image] Aug 02 17:18:24.349 INFO O| Aug 02 17:18:24.349 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-08-02T17:18:25.587Z | [ recovery-image] Aug 02 17:18:24.358 INFO O| Aug 02 17:18:24.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6988 | 2024-08-02T17:18:25.587Z | [ recovery-image] Aug 02 17:18:24.358 INFO O| Aug 02 17:18:24.358 INFO STEP 1032 (remove_files) COMPLETE |
6989 | 2024-08-02T17:18:25.590Z | [ recovery-image] Aug 02 17:18:24.358 INFO O| Aug 02 17:18:24.358 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-08-02T17:18:25.596Z | [ recovery-image] Aug 02 17:18:24.367 INFO O| Aug 02 17:18:24.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6991 | 2024-08-02T17:18:25.596Z | [ recovery-image] Aug 02 17:18:24.368 INFO O| Aug 02 17:18:24.367 INFO STEP 1033 (remove_files) COMPLETE |
6992 | 2024-08-02T17:18:25.596Z | [ recovery-image] Aug 02 17:18:24.368 INFO O| Aug 02 17:18:24.368 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-08-02T17:18:25.605Z | [ recovery-image] Aug 02 17:18:24.376 INFO O| Aug 02 17:18:24.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
6994 | 2024-08-02T17:18:25.605Z | [ recovery-image] Aug 02 17:18:24.377 INFO O| Aug 02 17:18:24.377 INFO STEP 1034 (remove_files) COMPLETE |
6995 | 2024-08-02T17:18:25.605Z | [ recovery-image] Aug 02 17:18:24.377 INFO O| Aug 02 17:18:24.377 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-08-02T17:18:25.615Z | [ recovery-image] Aug 02 17:18:24.386 INFO O| Aug 02 17:18:24.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
6997 | 2024-08-02T17:18:25.615Z | [ recovery-image] Aug 02 17:18:24.386 INFO O| Aug 02 17:18:24.386 INFO STEP 1035 (remove_files) COMPLETE |
6998 | 2024-08-02T17:18:25.615Z | [ recovery-image] Aug 02 17:18:24.386 INFO O| Aug 02 17:18:24.386 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-02T17:18:25.624Z | [ recovery-image] Aug 02 17:18:24.395 INFO O| Aug 02 17:18:24.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7000 | 2024-08-02T17:18:25.624Z | [ recovery-image] Aug 02 17:18:24.395 INFO O| Aug 02 17:18:24.395 INFO STEP 1036 (remove_files) COMPLETE |
7001 | 2024-08-02T17:18:25.627Z | [ recovery-image] Aug 02 17:18:24.395 INFO O| Aug 02 17:18:24.395 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-08-02T17:18:25.633Z | [ recovery-image] Aug 02 17:18:24.404 INFO O| Aug 02 17:18:24.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7003 | 2024-08-02T17:18:25.637Z | [ recovery-image] Aug 02 17:18:24.404 INFO O| Aug 02 17:18:24.404 INFO STEP 1037 (remove_files) COMPLETE |
7004 | 2024-08-02T17:18:25.637Z | [ recovery-image] Aug 02 17:18:24.404 INFO O| Aug 02 17:18:24.404 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-08-02T17:18:25.642Z | [ recovery-image] Aug 02 17:18:24.413 INFO O| Aug 02 17:18:24.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7006 | 2024-08-02T17:18:25.642Z | [ recovery-image] Aug 02 17:18:24.413 INFO O| Aug 02 17:18:24.413 INFO STEP 1038 (remove_files) COMPLETE |
7007 | 2024-08-02T17:18:25.642Z | [ recovery-image] Aug 02 17:18:24.413 INFO O| Aug 02 17:18:24.413 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-08-02T17:18:25.651Z | [ recovery-image] Aug 02 17:18:24.422 INFO O| Aug 02 17:18:24.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7009 | 2024-08-02T17:18:25.651Z | [ recovery-image] Aug 02 17:18:24.422 INFO O| Aug 02 17:18:24.422 INFO STEP 1039 (remove_files) COMPLETE |
7010 | 2024-08-02T17:18:25.654Z | [ recovery-image] Aug 02 17:18:24.422 INFO O| Aug 02 17:18:24.422 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-08-02T17:18:25.660Z | [ recovery-image] Aug 02 17:18:24.431 INFO O| Aug 02 17:18:24.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7012 | 2024-08-02T17:18:25.663Z | [ recovery-image] Aug 02 17:18:24.431 INFO O| Aug 02 17:18:24.431 INFO STEP 1040 (remove_files) COMPLETE |
7013 | 2024-08-02T17:18:25.663Z | [ recovery-image] Aug 02 17:18:24.431 INFO O| Aug 02 17:18:24.431 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-08-02T17:18:25.669Z | [ recovery-image] Aug 02 17:18:24.440 INFO O| Aug 02 17:18:24.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7015 | 2024-08-02T17:18:25.669Z | [ recovery-image] Aug 02 17:18:24.441 INFO O| Aug 02 17:18:24.441 INFO STEP 1041 (remove_files) COMPLETE |
7016 | 2024-08-02T17:18:25.669Z | [ recovery-image] Aug 02 17:18:24.441 INFO O| Aug 02 17:18:24.441 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-08-02T17:18:25.679Z | [ recovery-image] Aug 02 17:18:24.450 INFO O| Aug 02 17:18:24.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7018 | 2024-08-02T17:18:25.679Z | [ recovery-image] Aug 02 17:18:24.450 INFO O| Aug 02 17:18:24.450 INFO STEP 1042 (remove_files) COMPLETE |
7019 | 2024-08-02T17:18:25.679Z | [ recovery-image] Aug 02 17:18:24.450 INFO O| Aug 02 17:18:24.450 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-08-02T17:18:25.688Z | [ recovery-image] Aug 02 17:18:24.459 INFO O| Aug 02 17:18:24.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7021 | 2024-08-02T17:18:25.688Z | [ recovery-image] Aug 02 17:18:24.459 INFO O| Aug 02 17:18:24.459 INFO STEP 1043 (remove_files) COMPLETE |
7022 | 2024-08-02T17:18:25.688Z | [ recovery-image] Aug 02 17:18:24.459 INFO O| Aug 02 17:18:24.459 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-08-02T17:18:25.697Z | [ recovery-image] Aug 02 17:18:24.468 INFO O| Aug 02 17:18:24.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7024 | 2024-08-02T17:18:25.697Z | [ recovery-image] Aug 02 17:18:24.468 INFO O| Aug 02 17:18:24.468 INFO STEP 1044 (remove_files) COMPLETE |
7025 | 2024-08-02T17:18:25.697Z | [ recovery-image] Aug 02 17:18:24.468 INFO O| Aug 02 17:18:24.468 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-08-02T17:18:25.706Z | [ recovery-image] Aug 02 17:18:24.477 INFO O| Aug 02 17:18:24.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7027 | 2024-08-02T17:18:25.709Z | [ recovery-image] Aug 02 17:18:24.477 INFO O| Aug 02 17:18:24.477 INFO STEP 1045 (remove_files) COMPLETE |
7028 | 2024-08-02T17:18:25.709Z | [ recovery-image] Aug 02 17:18:24.477 INFO O| Aug 02 17:18:24.477 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-08-02T17:18:25.715Z | [ recovery-image] Aug 02 17:18:24.486 INFO O| Aug 02 17:18:24.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7030 | 2024-08-02T17:18:25.715Z | [ recovery-image] Aug 02 17:18:24.486 INFO O| Aug 02 17:18:24.486 INFO STEP 1046 (remove_files) COMPLETE |
7031 | 2024-08-02T17:18:25.715Z | [ recovery-image] Aug 02 17:18:24.486 INFO O| Aug 02 17:18:24.486 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-08-02T17:18:25.724Z | [ recovery-image] Aug 02 17:18:24.495 INFO O| Aug 02 17:18:24.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7033 | 2024-08-02T17:18:25.724Z | [ recovery-image] Aug 02 17:18:24.495 INFO O| Aug 02 17:18:24.495 INFO STEP 1047 (remove_files) COMPLETE |
7034 | 2024-08-02T17:18:25.727Z | [ recovery-image] Aug 02 17:18:24.495 INFO O| Aug 02 17:18:24.495 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-08-02T17:18:25.733Z | [ recovery-image] Aug 02 17:18:24.504 INFO O| Aug 02 17:18:24.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7036 | 2024-08-02T17:18:25.733Z | [ recovery-image] Aug 02 17:18:24.504 INFO O| Aug 02 17:18:24.504 INFO STEP 1048 (remove_files) COMPLETE |
7037 | 2024-08-02T17:18:25.733Z | [ recovery-image] Aug 02 17:18:24.504 INFO O| Aug 02 17:18:24.504 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-08-02T17:18:25.742Z | [ recovery-image] Aug 02 17:18:24.513 INFO O| Aug 02 17:18:24.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7039 | 2024-08-02T17:18:25.742Z | [ recovery-image] Aug 02 17:18:24.513 INFO O| Aug 02 17:18:24.513 INFO STEP 1049 (remove_files) COMPLETE |
7040 | 2024-08-02T17:18:25.745Z | [ recovery-image] Aug 02 17:18:24.513 INFO O| Aug 02 17:18:24.513 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-08-02T17:18:25.751Z | [ recovery-image] Aug 02 17:18:24.523 INFO O| Aug 02 17:18:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7042 | 2024-08-02T17:18:25.751Z | [ recovery-image] Aug 02 17:18:24.523 INFO O| Aug 02 17:18:24.523 INFO STEP 1050 (remove_files) COMPLETE |
7043 | 2024-08-02T17:18:25.754Z | [ recovery-image] Aug 02 17:18:24.523 INFO O| Aug 02 17:18:24.523 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-08-02T17:18:25.760Z | [ recovery-image] Aug 02 17:18:24.532 INFO O| Aug 02 17:18:24.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7045 | 2024-08-02T17:18:25.763Z | [ recovery-image] Aug 02 17:18:24.532 INFO O| Aug 02 17:18:24.532 INFO STEP 1051 (remove_files) COMPLETE |
7046 | 2024-08-02T17:18:25.763Z | [ recovery-image] Aug 02 17:18:24.532 INFO O| Aug 02 17:18:24.532 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-08-02T17:18:25.769Z | [ recovery-image] Aug 02 17:18:24.541 INFO O| Aug 02 17:18:24.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7048 | 2024-08-02T17:18:25.772Z | [ recovery-image] Aug 02 17:18:24.541 INFO O| Aug 02 17:18:24.541 INFO STEP 1052 (remove_files) COMPLETE |
7049 | 2024-08-02T17:18:25.772Z | [ recovery-image] Aug 02 17:18:24.541 INFO O| Aug 02 17:18:24.541 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-08-02T17:18:25.780Z | [ recovery-image] Aug 02 17:18:24.550 INFO O| Aug 02 17:18:24.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7051 | 2024-08-02T17:18:25.780Z | [ recovery-image] Aug 02 17:18:24.550 INFO O| Aug 02 17:18:24.550 INFO STEP 1053 (remove_files) COMPLETE |
7052 | 2024-08-02T17:18:25.780Z | [ recovery-image] Aug 02 17:18:24.550 INFO O| Aug 02 17:18:24.550 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-08-02T17:18:25.788Z | [ recovery-image] Aug 02 17:18:24.559 INFO O| Aug 02 17:18:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7054 | 2024-08-02T17:18:25.788Z | [ recovery-image] Aug 02 17:18:24.559 INFO O| Aug 02 17:18:24.559 INFO STEP 1054 (remove_files) COMPLETE |
7055 | 2024-08-02T17:18:25.788Z | [ recovery-image] Aug 02 17:18:24.559 INFO O| Aug 02 17:18:24.559 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-08-02T17:18:25.797Z | [ recovery-image] Aug 02 17:18:24.568 INFO O| Aug 02 17:18:24.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7057 | 2024-08-02T17:18:25.797Z | [ recovery-image] Aug 02 17:18:24.568 INFO O| Aug 02 17:18:24.568 INFO STEP 1055 (remove_files) COMPLETE |
7058 | 2024-08-02T17:18:25.800Z | [ recovery-image] Aug 02 17:18:24.568 INFO O| Aug 02 17:18:24.568 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-08-02T17:18:25.806Z | [ recovery-image] Aug 02 17:18:24.577 INFO O| Aug 02 17:18:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7060 | 2024-08-02T17:18:25.809Z | [ recovery-image] Aug 02 17:18:24.577 INFO O| Aug 02 17:18:24.577 INFO STEP 1056 (remove_files) COMPLETE |
7061 | 2024-08-02T17:18:25.809Z | [ recovery-image] Aug 02 17:18:24.577 INFO O| Aug 02 17:18:24.577 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-08-02T17:18:25.815Z | [ recovery-image] Aug 02 17:18:24.587 INFO O| Aug 02 17:18:24.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7063 | 2024-08-02T17:18:25.818Z | [ recovery-image] Aug 02 17:18:24.587 INFO O| Aug 02 17:18:24.587 INFO STEP 1057 (remove_files) COMPLETE |
7064 | 2024-08-02T17:18:25.818Z | [ recovery-image] Aug 02 17:18:24.587 INFO O| Aug 02 17:18:24.587 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-08-02T17:18:25.824Z | [ recovery-image] Aug 02 17:18:24.596 INFO O| Aug 02 17:18:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7066 | 2024-08-02T17:18:25.828Z | [ recovery-image] Aug 02 17:18:24.596 INFO O| Aug 02 17:18:24.596 INFO STEP 1058 (remove_files) COMPLETE |
7067 | 2024-08-02T17:18:25.828Z | [ recovery-image] Aug 02 17:18:24.596 INFO O| Aug 02 17:18:24.596 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-08-02T17:18:25.834Z | [ recovery-image] Aug 02 17:18:24.605 INFO O| Aug 02 17:18:24.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7069 | 2024-08-02T17:18:25.834Z | [ recovery-image] Aug 02 17:18:24.605 INFO O| Aug 02 17:18:24.605 INFO STEP 1059 (remove_files) COMPLETE |
7070 | 2024-08-02T17:18:25.834Z | [ recovery-image] Aug 02 17:18:24.605 INFO O| Aug 02 17:18:24.605 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-08-02T17:18:25.843Z | [ recovery-image] Aug 02 17:18:24.614 INFO O| Aug 02 17:18:24.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7072 | 2024-08-02T17:18:25.843Z | [ recovery-image] Aug 02 17:18:24.614 INFO O| Aug 02 17:18:24.614 INFO STEP 1060 (remove_files) COMPLETE |
7073 | 2024-08-02T17:18:25.843Z | [ recovery-image] Aug 02 17:18:24.614 INFO O| Aug 02 17:18:24.614 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-08-02T17:18:25.852Z | [ recovery-image] Aug 02 17:18:24.623 INFO O| Aug 02 17:18:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7075 | 2024-08-02T17:18:25.852Z | [ recovery-image] Aug 02 17:18:24.623 INFO O| Aug 02 17:18:24.623 INFO STEP 1061 (remove_files) COMPLETE |
7076 | 2024-08-02T17:18:25.852Z | [ recovery-image] Aug 02 17:18:24.623 INFO O| Aug 02 17:18:24.623 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-08-02T17:18:25.861Z | [ recovery-image] Aug 02 17:18:24.632 INFO O| Aug 02 17:18:24.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7078 | 2024-08-02T17:18:25.864Z | [ recovery-image] Aug 02 17:18:24.632 INFO O| Aug 02 17:18:24.632 INFO STEP 1062 (remove_files) COMPLETE |
7079 | 2024-08-02T17:18:25.864Z | [ recovery-image] Aug 02 17:18:24.632 INFO O| Aug 02 17:18:24.632 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-08-02T17:18:25.870Z | [ recovery-image] Aug 02 17:18:24.642 INFO O| Aug 02 17:18:24.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7081 | 2024-08-02T17:18:25.873Z | [ recovery-image] Aug 02 17:18:24.642 INFO O| Aug 02 17:18:24.642 INFO STEP 1063 (remove_files) COMPLETE |
7082 | 2024-08-02T17:18:25.873Z | [ recovery-image] Aug 02 17:18:24.642 INFO O| Aug 02 17:18:24.642 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-08-02T17:18:25.880Z | [ recovery-image] Aug 02 17:18:24.651 INFO O| Aug 02 17:18:24.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7084 | 2024-08-02T17:18:25.880Z | [ recovery-image] Aug 02 17:18:24.651 INFO O| Aug 02 17:18:24.651 INFO STEP 1064 (remove_files) COMPLETE |
7085 | 2024-08-02T17:18:25.883Z | [ recovery-image] Aug 02 17:18:24.651 INFO O| Aug 02 17:18:24.651 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-08-02T17:18:25.889Z | [ recovery-image] Aug 02 17:18:24.661 INFO O| Aug 02 17:18:24.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7087 | 2024-08-02T17:18:25.892Z | [ recovery-image] Aug 02 17:18:24.661 INFO O| Aug 02 17:18:24.661 INFO STEP 1065 (remove_files) COMPLETE |
7088 | 2024-08-02T17:18:25.892Z | [ recovery-image] Aug 02 17:18:24.661 INFO O| Aug 02 17:18:24.661 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-08-02T17:18:25.899Z | [ recovery-image] Aug 02 17:18:24.670 INFO O| Aug 02 17:18:24.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7090 | 2024-08-02T17:18:25.899Z | [ recovery-image] Aug 02 17:18:24.670 INFO O| Aug 02 17:18:24.670 INFO STEP 1066 (remove_files) COMPLETE |
7091 | 2024-08-02T17:18:25.902Z | [ recovery-image] Aug 02 17:18:24.670 INFO O| Aug 02 17:18:24.670 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-08-02T17:18:25.908Z | [ recovery-image] Aug 02 17:18:24.680 INFO O| Aug 02 17:18:24.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7093 | 2024-08-02T17:18:25.908Z | [ recovery-image] Aug 02 17:18:24.680 INFO O| Aug 02 17:18:24.680 INFO STEP 1067 (remove_files) COMPLETE |
7094 | 2024-08-02T17:18:25.911Z | [ recovery-image] Aug 02 17:18:24.680 INFO O| Aug 02 17:18:24.680 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-08-02T17:18:25.918Z | [ recovery-image] Aug 02 17:18:24.689 INFO O| Aug 02 17:18:24.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7096 | 2024-08-02T17:18:25.918Z | [ recovery-image] Aug 02 17:18:24.689 INFO O| Aug 02 17:18:24.689 INFO STEP 1068 (remove_files) COMPLETE |
7097 | 2024-08-02T17:18:25.921Z | [ recovery-image] Aug 02 17:18:24.689 INFO O| Aug 02 17:18:24.689 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-08-02T17:18:25.927Z | [ recovery-image] Aug 02 17:18:24.698 INFO O| Aug 02 17:18:24.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7099 | 2024-08-02T17:18:25.930Z | [ recovery-image] Aug 02 17:18:24.698 INFO O| Aug 02 17:18:24.698 INFO STEP 1069 (remove_files) COMPLETE |
7100 | 2024-08-02T17:18:25.930Z | [ recovery-image] Aug 02 17:18:24.698 INFO O| Aug 02 17:18:24.698 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-08-02T17:18:25.936Z | [ recovery-image] Aug 02 17:18:24.707 INFO O| Aug 02 17:18:24.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7102 | 2024-08-02T17:18:25.936Z | [ recovery-image] Aug 02 17:18:24.707 INFO O| Aug 02 17:18:24.707 INFO STEP 1070 (remove_files) COMPLETE |
7103 | 2024-08-02T17:18:25.939Z | [ recovery-image] Aug 02 17:18:24.707 INFO O| Aug 02 17:18:24.707 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-08-02T17:18:25.946Z | [ recovery-image] Aug 02 17:18:24.717 INFO O| Aug 02 17:18:24.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7105 | 2024-08-02T17:18:25.946Z | [ recovery-image] Aug 02 17:18:24.717 INFO O| Aug 02 17:18:24.717 INFO STEP 1071 (remove_files) COMPLETE |
7106 | 2024-08-02T17:18:25.948Z | [ recovery-image] Aug 02 17:18:24.717 INFO O| Aug 02 17:18:24.717 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-08-02T17:18:25.956Z | [ recovery-image] Aug 02 17:18:24.727 INFO O| Aug 02 17:18:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7108 | 2024-08-02T17:18:25.956Z | [ recovery-image] Aug 02 17:18:24.727 INFO O| Aug 02 17:18:24.727 INFO STEP 1072 (remove_files) COMPLETE |
7109 | 2024-08-02T17:18:25.956Z | [ recovery-image] Aug 02 17:18:24.727 INFO O| Aug 02 17:18:24.727 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-08-02T17:18:25.965Z | [ recovery-image] Aug 02 17:18:24.737 INFO O| Aug 02 17:18:24.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7111 | 2024-08-02T17:18:25.966Z | [ recovery-image] Aug 02 17:18:24.737 INFO O| Aug 02 17:18:24.737 INFO STEP 1073 (remove_files) COMPLETE |
7112 | 2024-08-02T17:18:25.968Z | [ recovery-image] Aug 02 17:18:24.737 INFO O| Aug 02 17:18:24.737 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-08-02T17:18:25.976Z | [ recovery-image] Aug 02 17:18:24.747 INFO O| Aug 02 17:18:24.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7114 | 2024-08-02T17:18:25.976Z | [ recovery-image] Aug 02 17:18:24.747 INFO O| Aug 02 17:18:24.747 INFO STEP 1074 (remove_files) COMPLETE |
7115 | 2024-08-02T17:18:25.978Z | [ recovery-image] Aug 02 17:18:24.747 INFO O| Aug 02 17:18:24.747 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-08-02T17:18:25.986Z | [ recovery-image] Aug 02 17:18:24.757 INFO O| Aug 02 17:18:24.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7117 | 2024-08-02T17:18:25.989Z | [ recovery-image] Aug 02 17:18:24.757 INFO O| Aug 02 17:18:24.757 INFO STEP 1075 (remove_files) COMPLETE |
7118 | 2024-08-02T17:18:25.989Z | [ recovery-image] Aug 02 17:18:24.757 INFO O| Aug 02 17:18:24.757 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-08-02T17:18:25.997Z | [ recovery-image] Aug 02 17:18:24.768 INFO O| Aug 02 17:18:24.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7120 | 2024-08-02T17:18:25.997Z | [ recovery-image] Aug 02 17:18:24.768 INFO O| Aug 02 17:18:24.768 INFO STEP 1076 (remove_files) COMPLETE |
7121 | 2024-08-02T17:18:26.001Z | [ recovery-image] Aug 02 17:18:24.768 INFO O| Aug 02 17:18:24.768 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-08-02T17:18:26.007Z | [ recovery-image] Aug 02 17:18:24.778 INFO O| Aug 02 17:18:24.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7123 | 2024-08-02T17:18:26.010Z | [ recovery-image] Aug 02 17:18:24.778 INFO O| Aug 02 17:18:24.778 INFO STEP 1077 (remove_files) COMPLETE |
7124 | 2024-08-02T17:18:26.010Z | [ recovery-image] Aug 02 17:18:24.779 INFO O| Aug 02 17:18:24.778 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-08-02T17:18:26.013Z | [ host-image] Aug 02 17:18:24.784 INFO O| Aug 02 17:18:24.784 INFO O| Download: Completed 8.42 MB in 3.65 seconds (2.3M/s) |
7126 | 2024-08-02T17:18:26.017Z | [ recovery-image] Aug 02 17:18:24.788 INFO O| Aug 02 17:18:24.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7127 | 2024-08-02T17:18:26.020Z | [ recovery-image] Aug 02 17:18:24.788 INFO O| Aug 02 17:18:24.788 INFO STEP 1078 (remove_files) COMPLETE |
7128 | 2024-08-02T17:18:26.020Z | [ recovery-image] Aug 02 17:18:24.788 INFO O| Aug 02 17:18:24.788 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-08-02T17:18:26.026Z | [ recovery-image] Aug 02 17:18:24.797 INFO O| Aug 02 17:18:24.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7130 | 2024-08-02T17:18:26.029Z | [ recovery-image] Aug 02 17:18:24.797 INFO O| Aug 02 17:18:24.797 INFO STEP 1079 (remove_files) COMPLETE |
7131 | 2024-08-02T17:18:26.029Z | [ recovery-image] Aug 02 17:18:24.797 INFO O| Aug 02 17:18:24.797 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-08-02T17:18:26.035Z | [ recovery-image] Aug 02 17:18:24.807 INFO O| Aug 02 17:18:24.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7133 | 2024-08-02T17:18:26.036Z | [ recovery-image] Aug 02 17:18:24.807 INFO O| Aug 02 17:18:24.807 INFO STEP 1080 (remove_files) COMPLETE |
7134 | 2024-08-02T17:18:26.036Z | [ recovery-image] Aug 02 17:18:24.807 INFO O| Aug 02 17:18:24.807 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-08-02T17:18:26.045Z | [ recovery-image] Aug 02 17:18:24.816 INFO O| Aug 02 17:18:24.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7136 | 2024-08-02T17:18:26.047Z | [ recovery-image] Aug 02 17:18:24.816 INFO O| Aug 02 17:18:24.816 INFO STEP 1081 (remove_files) COMPLETE |
7137 | 2024-08-02T17:18:26.047Z | [ recovery-image] Aug 02 17:18:24.816 INFO O| Aug 02 17:18:24.816 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-08-02T17:18:26.054Z | [ recovery-image] Aug 02 17:18:24.825 INFO O| Aug 02 17:18:24.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7139 | 2024-08-02T17:18:26.054Z | [ recovery-image] Aug 02 17:18:24.825 INFO O| Aug 02 17:18:24.825 INFO STEP 1082 (remove_files) COMPLETE |
7140 | 2024-08-02T17:18:26.056Z | [ recovery-image] Aug 02 17:18:24.825 INFO O| Aug 02 17:18:24.825 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-08-02T17:18:26.063Z | [ recovery-image] Aug 02 17:18:24.834 INFO O| Aug 02 17:18:24.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7142 | 2024-08-02T17:18:26.063Z | [ recovery-image] Aug 02 17:18:24.834 INFO O| Aug 02 17:18:24.834 INFO STEP 1083 (remove_files) COMPLETE |
7143 | 2024-08-02T17:18:26.066Z | [ recovery-image] Aug 02 17:18:24.834 INFO O| Aug 02 17:18:24.834 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-02T17:18:26.066Z | [ host-image] Aug 02 17:18:24.837 INFO O| Aug 02 17:18:24.837 INFO O| Actions: 1/1361 actions (Installing new actions) |
7145 | 2024-08-02T17:18:26.073Z | [ recovery-image] Aug 02 17:18:24.844 INFO O| Aug 02 17:18:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7146 | 2024-08-02T17:18:26.073Z | [ recovery-image] Aug 02 17:18:24.844 INFO O| Aug 02 17:18:24.844 INFO STEP 1084 (remove_files) COMPLETE |
7147 | 2024-08-02T17:18:26.076Z | [ recovery-image] Aug 02 17:18:24.844 INFO O| Aug 02 17:18:24.844 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-08-02T17:18:26.083Z | [ recovery-image] Aug 02 17:18:24.854 INFO O| Aug 02 17:18:24.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7149 | 2024-08-02T17:18:26.083Z | [ recovery-image] Aug 02 17:18:24.854 INFO O| Aug 02 17:18:24.854 INFO STEP 1085 (remove_files) COMPLETE |
7150 | 2024-08-02T17:18:26.083Z | [ recovery-image] Aug 02 17:18:24.854 INFO O| Aug 02 17:18:24.854 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-08-02T17:18:26.093Z | [ recovery-image] Aug 02 17:18:24.864 INFO O| Aug 02 17:18:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7152 | 2024-08-02T17:18:26.093Z | [ recovery-image] Aug 02 17:18:24.864 INFO O| Aug 02 17:18:24.864 INFO STEP 1086 (remove_files) COMPLETE |
7153 | 2024-08-02T17:18:26.096Z | [ recovery-image] Aug 02 17:18:24.864 INFO O| Aug 02 17:18:24.864 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-08-02T17:18:26.103Z | [ recovery-image] Aug 02 17:18:24.874 INFO O| Aug 02 17:18:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7155 | 2024-08-02T17:18:26.106Z | [ recovery-image] Aug 02 17:18:24.874 INFO O| Aug 02 17:18:24.874 INFO STEP 1087 (remove_files) COMPLETE |
7156 | 2024-08-02T17:18:26.106Z | [ recovery-image] Aug 02 17:18:24.874 INFO O| Aug 02 17:18:24.874 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-08-02T17:18:26.112Z | [ recovery-image] Aug 02 17:18:24.883 INFO O| Aug 02 17:18:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7158 | 2024-08-02T17:18:26.112Z | [ recovery-image] Aug 02 17:18:24.883 INFO O| Aug 02 17:18:24.883 INFO STEP 1088 (remove_files) COMPLETE |
7159 | 2024-08-02T17:18:26.115Z | [ recovery-image] Aug 02 17:18:24.883 INFO O| Aug 02 17:18:24.883 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-08-02T17:18:26.122Z | [ recovery-image] Aug 02 17:18:24.893 INFO O| Aug 02 17:18:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7161 | 2024-08-02T17:18:26.122Z | [ recovery-image] Aug 02 17:18:24.893 INFO O| Aug 02 17:18:24.893 INFO STEP 1089 (remove_files) COMPLETE |
7162 | 2024-08-02T17:18:26.125Z | [ recovery-image] Aug 02 17:18:24.893 INFO O| Aug 02 17:18:24.893 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-08-02T17:18:26.131Z | [ recovery-image] Aug 02 17:18:24.902 INFO O| Aug 02 17:18:24.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7164 | 2024-08-02T17:18:26.131Z | [ recovery-image] Aug 02 17:18:24.902 INFO O| Aug 02 17:18:24.902 INFO STEP 1090 (remove_files) COMPLETE |
7165 | 2024-08-02T17:18:26.135Z | [ recovery-image] Aug 02 17:18:24.902 INFO O| Aug 02 17:18:24.902 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-08-02T17:18:26.141Z | [ recovery-image] Aug 02 17:18:24.912 INFO O| Aug 02 17:18:24.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7167 | 2024-08-02T17:18:26.141Z | [ recovery-image] Aug 02 17:18:24.912 INFO O| Aug 02 17:18:24.912 INFO STEP 1091 (remove_files) COMPLETE |
7168 | 2024-08-02T17:18:26.141Z | [ recovery-image] Aug 02 17:18:24.912 INFO O| Aug 02 17:18:24.912 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-08-02T17:18:26.150Z | [ recovery-image] Aug 02 17:18:24.921 INFO O| Aug 02 17:18:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7170 | 2024-08-02T17:18:26.150Z | [ recovery-image] Aug 02 17:18:24.921 INFO O| Aug 02 17:18:24.921 INFO STEP 1092 (remove_files) COMPLETE |
7171 | 2024-08-02T17:18:26.150Z | [ recovery-image] Aug 02 17:18:24.921 INFO O| Aug 02 17:18:24.921 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-08-02T17:18:26.159Z | [ recovery-image] Aug 02 17:18:24.930 INFO O| Aug 02 17:18:24.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7173 | 2024-08-02T17:18:26.159Z | [ recovery-image] Aug 02 17:18:24.930 INFO O| Aug 02 17:18:24.930 INFO STEP 1093 (remove_files) COMPLETE |
7174 | 2024-08-02T17:18:26.159Z | [ recovery-image] Aug 02 17:18:24.930 INFO O| Aug 02 17:18:24.930 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-08-02T17:18:26.168Z | [ recovery-image] Aug 02 17:18:24.939 INFO O| Aug 02 17:18:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7176 | 2024-08-02T17:18:26.168Z | [ recovery-image] Aug 02 17:18:24.939 INFO O| Aug 02 17:18:24.939 INFO STEP 1094 (remove_files) COMPLETE |
7177 | 2024-08-02T17:18:26.168Z | [ recovery-image] Aug 02 17:18:24.939 INFO O| Aug 02 17:18:24.939 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-08-02T17:18:26.178Z | [ recovery-image] Aug 02 17:18:24.949 INFO O| Aug 02 17:18:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7179 | 2024-08-02T17:18:26.178Z | [ recovery-image] Aug 02 17:18:24.949 INFO O| Aug 02 17:18:24.949 INFO STEP 1095 (remove_files) COMPLETE |
7180 | 2024-08-02T17:18:26.181Z | [ recovery-image] Aug 02 17:18:24.949 INFO O| Aug 02 17:18:24.949 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-08-02T17:18:26.187Z | [ recovery-image] Aug 02 17:18:24.958 INFO O| Aug 02 17:18:24.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7182 | 2024-08-02T17:18:26.187Z | [ recovery-image] Aug 02 17:18:24.958 INFO O| Aug 02 17:18:24.958 INFO STEP 1096 (remove_files) COMPLETE |
7183 | 2024-08-02T17:18:26.190Z | [ recovery-image] Aug 02 17:18:24.958 INFO O| Aug 02 17:18:24.958 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-08-02T17:18:26.197Z | [ recovery-image] Aug 02 17:18:24.968 INFO O| Aug 02 17:18:24.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7185 | 2024-08-02T17:18:26.197Z | [ recovery-image] Aug 02 17:18:24.968 INFO O| Aug 02 17:18:24.968 INFO STEP 1097 (remove_files) COMPLETE |
7186 | 2024-08-02T17:18:26.200Z | [ recovery-image] Aug 02 17:18:24.968 INFO O| Aug 02 17:18:24.968 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-08-02T17:18:26.206Z | [ recovery-image] Aug 02 17:18:24.977 INFO O| Aug 02 17:18:24.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7188 | 2024-08-02T17:18:26.206Z | [ recovery-image] Aug 02 17:18:24.977 INFO O| Aug 02 17:18:24.977 INFO STEP 1098 (remove_files) COMPLETE |
7189 | 2024-08-02T17:18:26.209Z | [ recovery-image] Aug 02 17:18:24.977 INFO O| Aug 02 17:18:24.977 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-08-02T17:18:26.215Z | [ recovery-image] Aug 02 17:18:24.986 INFO O| Aug 02 17:18:24.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7191 | 2024-08-02T17:18:26.218Z | [ recovery-image] Aug 02 17:18:24.986 INFO O| Aug 02 17:18:24.986 INFO STEP 1099 (remove_files) COMPLETE |
7192 | 2024-08-02T17:18:26.218Z | [ recovery-image] Aug 02 17:18:24.986 INFO O| Aug 02 17:18:24.986 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-08-02T17:18:26.225Z | [ recovery-image] Aug 02 17:18:24.996 INFO O| Aug 02 17:18:24.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7194 | 2024-08-02T17:18:26.225Z | [ recovery-image] Aug 02 17:18:24.996 INFO O| Aug 02 17:18:24.996 INFO STEP 1100 (remove_files) COMPLETE |
7195 | 2024-08-02T17:18:26.228Z | [ recovery-image] Aug 02 17:18:24.996 INFO O| Aug 02 17:18:24.996 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-08-02T17:18:26.238Z | [ recovery-image] Aug 02 17:18:25.009 INFO O| Aug 02 17:18:25.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7197 | 2024-08-02T17:18:26.238Z | [ recovery-image] Aug 02 17:18:25.009 INFO O| Aug 02 17:18:25.009 INFO STEP 1101 (remove_files) COMPLETE |
7198 | 2024-08-02T17:18:26.240Z | [ recovery-image] Aug 02 17:18:25.009 INFO O| Aug 02 17:18:25.009 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-08-02T17:18:26.248Z | [ recovery-image] Aug 02 17:18:25.019 INFO O| Aug 02 17:18:25.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7200 | 2024-08-02T17:18:26.248Z | [ recovery-image] Aug 02 17:18:25.019 INFO O| Aug 02 17:18:25.019 INFO STEP 1102 (remove_files) COMPLETE |
7201 | 2024-08-02T17:18:26.248Z | [ recovery-image] Aug 02 17:18:25.019 INFO O| Aug 02 17:18:25.019 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-08-02T17:18:26.258Z | [ recovery-image] Aug 02 17:18:25.029 INFO O| Aug 02 17:18:25.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7203 | 2024-08-02T17:18:26.258Z | [ recovery-image] Aug 02 17:18:25.029 INFO O| Aug 02 17:18:25.029 INFO STEP 1103 (remove_files) COMPLETE |
7204 | 2024-08-02T17:18:26.261Z | [ recovery-image] Aug 02 17:18:25.029 INFO O| Aug 02 17:18:25.029 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-08-02T17:18:26.271Z | [ recovery-image] Aug 02 17:18:25.041 INFO O| Aug 02 17:18:25.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7206 | 2024-08-02T17:18:26.271Z | [ recovery-image] Aug 02 17:18:25.041 INFO O| Aug 02 17:18:25.041 INFO STEP 1104 (remove_files) COMPLETE |
7207 | 2024-08-02T17:18:26.274Z | [ recovery-image] Aug 02 17:18:25.041 INFO O| Aug 02 17:18:25.041 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-08-02T17:18:26.280Z | [ recovery-image] Aug 02 17:18:25.051 INFO O| Aug 02 17:18:25.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7209 | 2024-08-02T17:18:26.280Z | [ recovery-image] Aug 02 17:18:25.051 INFO O| Aug 02 17:18:25.051 INFO STEP 1105 (remove_files) COMPLETE |
7210 | 2024-08-02T17:18:26.282Z | [ recovery-image] Aug 02 17:18:25.051 INFO O| Aug 02 17:18:25.051 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-08-02T17:18:26.291Z | [ recovery-image] Aug 02 17:18:25.062 INFO O| Aug 02 17:18:25.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7212 | 2024-08-02T17:18:26.291Z | [ recovery-image] Aug 02 17:18:25.062 INFO O| Aug 02 17:18:25.062 INFO STEP 1106 (remove_files) COMPLETE |
7213 | 2024-08-02T17:18:26.291Z | [ recovery-image] Aug 02 17:18:25.062 INFO O| Aug 02 17:18:25.062 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-08-02T17:18:26.301Z | [ recovery-image] Aug 02 17:18:25.072 INFO O| Aug 02 17:18:25.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7215 | 2024-08-02T17:18:26.301Z | [ recovery-image] Aug 02 17:18:25.072 INFO O| Aug 02 17:18:25.072 INFO STEP 1107 (remove_files) COMPLETE |
7216 | 2024-08-02T17:18:26.304Z | [ recovery-image] Aug 02 17:18:25.072 INFO O| Aug 02 17:18:25.072 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-08-02T17:18:26.311Z | [ recovery-image] Aug 02 17:18:25.082 INFO O| Aug 02 17:18:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7218 | 2024-08-02T17:18:26.311Z | [ recovery-image] Aug 02 17:18:25.082 INFO O| Aug 02 17:18:25.082 INFO STEP 1108 (remove_files) COMPLETE |
7219 | 2024-08-02T17:18:26.311Z | [ recovery-image] Aug 02 17:18:25.082 INFO O| Aug 02 17:18:25.082 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-02T17:18:26.323Z | [ recovery-image] Aug 02 17:18:25.094 INFO O| Aug 02 17:18:25.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7221 | 2024-08-02T17:18:26.326Z | [ recovery-image] Aug 02 17:18:25.094 INFO O| Aug 02 17:18:25.094 INFO STEP 1109 (remove_files) COMPLETE |
7222 | 2024-08-02T17:18:26.326Z | [ recovery-image] Aug 02 17:18:25.094 INFO O| Aug 02 17:18:25.094 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-08-02T17:18:26.333Z | [ recovery-image] Aug 02 17:18:25.104 INFO O| Aug 02 17:18:25.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7224 | 2024-08-02T17:18:26.333Z | [ recovery-image] Aug 02 17:18:25.104 INFO O| Aug 02 17:18:25.104 INFO STEP 1110 (remove_files) COMPLETE |
7225 | 2024-08-02T17:18:26.336Z | [ recovery-image] Aug 02 17:18:25.104 INFO O| Aug 02 17:18:25.104 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-08-02T17:18:26.344Z | [ recovery-image] Aug 02 17:18:25.115 INFO O| Aug 02 17:18:25.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7227 | 2024-08-02T17:18:26.344Z | [ recovery-image] Aug 02 17:18:25.115 INFO O| Aug 02 17:18:25.115 INFO STEP 1111 (remove_files) COMPLETE |
7228 | 2024-08-02T17:18:26.344Z | [ recovery-image] Aug 02 17:18:25.115 INFO O| Aug 02 17:18:25.115 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-08-02T17:18:26.356Z | [ recovery-image] Aug 02 17:18:25.127 INFO O| Aug 02 17:18:25.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7230 | 2024-08-02T17:18:26.359Z | [ recovery-image] Aug 02 17:18:25.127 INFO O| Aug 02 17:18:25.127 INFO STEP 1112 (remove_files) COMPLETE |
7231 | 2024-08-02T17:18:26.359Z | [ recovery-image] Aug 02 17:18:25.127 INFO O| Aug 02 17:18:25.127 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-08-02T17:18:26.365Z | [ recovery-image] Aug 02 17:18:25.136 INFO O| Aug 02 17:18:25.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7233 | 2024-08-02T17:18:26.368Z | [ recovery-image] Aug 02 17:18:25.136 INFO O| Aug 02 17:18:25.136 INFO STEP 1113 (remove_files) COMPLETE |
7234 | 2024-08-02T17:18:26.368Z | [ recovery-image] Aug 02 17:18:25.137 INFO O| Aug 02 17:18:25.136 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-08-02T17:18:26.375Z | [ recovery-image] Aug 02 17:18:25.146 INFO O| Aug 02 17:18:25.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7236 | 2024-08-02T17:18:26.375Z | [ recovery-image] Aug 02 17:18:25.146 INFO O| Aug 02 17:18:25.146 INFO STEP 1114 (remove_files) COMPLETE |
7237 | 2024-08-02T17:18:26.378Z | [ recovery-image] Aug 02 17:18:25.146 INFO O| Aug 02 17:18:25.146 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-08-02T17:18:26.385Z | [ recovery-image] Aug 02 17:18:25.156 INFO O| Aug 02 17:18:25.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7239 | 2024-08-02T17:18:26.385Z | [ recovery-image] Aug 02 17:18:25.156 INFO O| Aug 02 17:18:25.156 INFO STEP 1115 (remove_files) COMPLETE |
7240 | 2024-08-02T17:18:26.388Z | [ recovery-image] Aug 02 17:18:25.156 INFO O| Aug 02 17:18:25.156 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-08-02T17:18:26.395Z | [ recovery-image] Aug 02 17:18:25.166 INFO O| Aug 02 17:18:25.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7242 | 2024-08-02T17:18:26.395Z | [ recovery-image] Aug 02 17:18:25.166 INFO O| Aug 02 17:18:25.166 INFO STEP 1116 (remove_files) COMPLETE |
7243 | 2024-08-02T17:18:26.398Z | [ recovery-image] Aug 02 17:18:25.166 INFO O| Aug 02 17:18:25.166 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-08-02T17:18:26.404Z | [ recovery-image] Aug 02 17:18:25.175 INFO O| Aug 02 17:18:25.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7245 | 2024-08-02T17:18:26.404Z | [ recovery-image] Aug 02 17:18:25.175 INFO O| Aug 02 17:18:25.175 INFO STEP 1117 (remove_files) COMPLETE |
7246 | 2024-08-02T17:18:26.404Z | [ recovery-image] Aug 02 17:18:25.175 INFO O| Aug 02 17:18:25.175 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-08-02T17:18:26.414Z | [ recovery-image] Aug 02 17:18:25.185 INFO O| Aug 02 17:18:25.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7248 | 2024-08-02T17:18:26.414Z | [ recovery-image] Aug 02 17:18:25.185 INFO O| Aug 02 17:18:25.185 INFO STEP 1118 (remove_files) COMPLETE |
7249 | 2024-08-02T17:18:26.417Z | [ recovery-image] Aug 02 17:18:25.185 INFO O| Aug 02 17:18:25.185 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-08-02T17:18:26.423Z | [ recovery-image] Aug 02 17:18:25.194 INFO O| Aug 02 17:18:25.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7251 | 2024-08-02T17:18:26.423Z | [ recovery-image] Aug 02 17:18:25.194 INFO O| Aug 02 17:18:25.194 INFO STEP 1119 (remove_files) COMPLETE |
7252 | 2024-08-02T17:18:26.426Z | [ recovery-image] Aug 02 17:18:25.194 INFO O| Aug 02 17:18:25.194 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-02T17:18:26.433Z | [ recovery-image] Aug 02 17:18:25.204 INFO O| Aug 02 17:18:25.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7254 | 2024-08-02T17:18:26.433Z | [ recovery-image] Aug 02 17:18:25.204 INFO O| Aug 02 17:18:25.204 INFO STEP 1120 (remove_files) COMPLETE |
7255 | 2024-08-02T17:18:26.433Z | [ recovery-image] Aug 02 17:18:25.204 INFO O| Aug 02 17:18:25.204 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-02T17:18:26.442Z | [ recovery-image] Aug 02 17:18:25.213 INFO O| Aug 02 17:18:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7257 | 2024-08-02T17:18:26.445Z | [ recovery-image] Aug 02 17:18:25.213 INFO O| Aug 02 17:18:25.213 INFO STEP 1121 (remove_files) COMPLETE |
7258 | 2024-08-02T17:18:26.445Z | [ recovery-image] Aug 02 17:18:25.213 INFO O| Aug 02 17:18:25.213 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-02T17:18:26.451Z | [ recovery-image] Aug 02 17:18:25.223 INFO O| Aug 02 17:18:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7260 | 2024-08-02T17:18:26.452Z | [ recovery-image] Aug 02 17:18:25.223 INFO O| Aug 02 17:18:25.223 INFO STEP 1122 (remove_files) COMPLETE |
7261 | 2024-08-02T17:18:26.454Z | [ recovery-image] Aug 02 17:18:25.223 INFO O| Aug 02 17:18:25.223 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-02T17:18:26.461Z | [ recovery-image] Aug 02 17:18:25.232 INFO O| Aug 02 17:18:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7263 | 2024-08-02T17:18:26.461Z | [ recovery-image] Aug 02 17:18:25.232 INFO O| Aug 02 17:18:25.232 INFO STEP 1123 (remove_files) COMPLETE |
7264 | 2024-08-02T17:18:26.464Z | [ recovery-image] Aug 02 17:18:25.232 INFO O| Aug 02 17:18:25.232 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-02T17:18:26.471Z | [ recovery-image] Aug 02 17:18:25.242 INFO O| Aug 02 17:18:25.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7266 | 2024-08-02T17:18:26.471Z | [ recovery-image] Aug 02 17:18:25.242 INFO O| Aug 02 17:18:25.242 INFO STEP 1124 (remove_files) COMPLETE |
7267 | 2024-08-02T17:18:26.474Z | [ recovery-image] Aug 02 17:18:25.242 INFO O| Aug 02 17:18:25.242 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-02T17:18:26.481Z | [ recovery-image] Aug 02 17:18:25.252 INFO O| Aug 02 17:18:25.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7269 | 2024-08-02T17:18:26.484Z | [ recovery-image] Aug 02 17:18:25.252 INFO O| Aug 02 17:18:25.252 INFO STEP 1125 (remove_files) COMPLETE |
7270 | 2024-08-02T17:18:26.484Z | [ recovery-image] Aug 02 17:18:25.252 INFO O| Aug 02 17:18:25.252 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-02T17:18:26.486Z | [ host-image] Aug 02 17:18:25.257 INFO O| Aug 02 17:18:25.257 INFO O| Actions: Completed 1361 actions in 0.42 seconds. |
7272 | 2024-08-02T17:18:26.491Z | [ recovery-image] Aug 02 17:18:25.262 INFO O| Aug 02 17:18:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7273 | 2024-08-02T17:18:26.500Z | [ recovery-image] Aug 02 17:18:25.262 INFO O| Aug 02 17:18:25.262 INFO STEP 1126 (remove_files) COMPLETE |
7274 | 2024-08-02T17:18:26.500Z | [ recovery-image] Aug 02 17:18:25.262 INFO O| Aug 02 17:18:25.262 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-08-02T17:18:26.503Z | [ recovery-image] Aug 02 17:18:25.272 INFO O| Aug 02 17:18:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7276 | 2024-08-02T17:18:26.503Z | [ recovery-image] Aug 02 17:18:25.272 INFO O| Aug 02 17:18:25.272 INFO STEP 1127 (remove_files) COMPLETE |
7277 | 2024-08-02T17:18:26.503Z | [ recovery-image] Aug 02 17:18:25.272 INFO O| Aug 02 17:18:25.272 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-08-02T17:18:26.511Z | [ recovery-image] Aug 02 17:18:25.282 INFO O| Aug 02 17:18:25.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7279 | 2024-08-02T17:18:26.511Z | [ recovery-image] Aug 02 17:18:25.282 INFO O| Aug 02 17:18:25.282 INFO STEP 1128 (remove_files) COMPLETE |
7280 | 2024-08-02T17:18:26.514Z | [ recovery-image] Aug 02 17:18:25.282 INFO O| Aug 02 17:18:25.282 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-08-02T17:18:26.523Z | [ recovery-image] Aug 02 17:18:25.294 INFO O| Aug 02 17:18:25.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7282 | 2024-08-02T17:18:26.523Z | [ recovery-image] Aug 02 17:18:25.294 INFO O| Aug 02 17:18:25.294 INFO STEP 1129 (remove_files) COMPLETE |
7283 | 2024-08-02T17:18:26.526Z | [ recovery-image] Aug 02 17:18:25.294 INFO O| Aug 02 17:18:25.294 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-08-02T17:18:26.533Z | [ recovery-image] Aug 02 17:18:25.304 INFO O| Aug 02 17:18:25.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7285 | 2024-08-02T17:18:26.533Z | [ recovery-image] Aug 02 17:18:25.304 INFO O| Aug 02 17:18:25.304 INFO STEP 1130 (remove_files) COMPLETE |
7286 | 2024-08-02T17:18:26.533Z | [ recovery-image] Aug 02 17:18:25.304 INFO O| Aug 02 17:18:25.304 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-08-02T17:18:26.544Z | [ recovery-image] Aug 02 17:18:25.314 INFO O| Aug 02 17:18:25.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7288 | 2024-08-02T17:18:26.544Z | [ recovery-image] Aug 02 17:18:25.315 INFO O| Aug 02 17:18:25.315 INFO STEP 1131 (remove_files) COMPLETE |
7289 | 2024-08-02T17:18:26.546Z | [ recovery-image] Aug 02 17:18:25.315 INFO O| Aug 02 17:18:25.315 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-08-02T17:18:26.554Z | [ recovery-image] Aug 02 17:18:25.325 INFO O| Aug 02 17:18:25.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7291 | 2024-08-02T17:18:26.554Z | [ recovery-image] Aug 02 17:18:25.325 INFO O| Aug 02 17:18:25.325 INFO STEP 1132 (remove_files) COMPLETE |
7292 | 2024-08-02T17:18:26.554Z | [ recovery-image] Aug 02 17:18:25.325 INFO O| Aug 02 17:18:25.325 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-08-02T17:18:26.564Z | [ recovery-image] Aug 02 17:18:25.335 INFO O| Aug 02 17:18:25.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7294 | 2024-08-02T17:18:26.564Z | [ recovery-image] Aug 02 17:18:25.335 INFO O| Aug 02 17:18:25.335 INFO STEP 1133 (remove_files) COMPLETE |
7295 | 2024-08-02T17:18:26.564Z | [ recovery-image] Aug 02 17:18:25.335 INFO O| Aug 02 17:18:25.335 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-08-02T17:18:26.574Z | [ recovery-image] Aug 02 17:18:25.345 INFO O| Aug 02 17:18:25.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7297 | 2024-08-02T17:18:26.574Z | [ recovery-image] Aug 02 17:18:25.345 INFO O| Aug 02 17:18:25.345 INFO STEP 1134 (remove_files) COMPLETE |
7298 | 2024-08-02T17:18:26.577Z | [ recovery-image] Aug 02 17:18:25.345 INFO O| Aug 02 17:18:25.345 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-08-02T17:18:26.584Z | [ recovery-image] Aug 02 17:18:25.355 INFO O| Aug 02 17:18:25.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7300 | 2024-08-02T17:18:26.584Z | [ recovery-image] Aug 02 17:18:25.356 INFO O| Aug 02 17:18:25.356 INFO STEP 1135 (remove_files) COMPLETE |
7301 | 2024-08-02T17:18:26.584Z | [ recovery-image] Aug 02 17:18:25.356 INFO O| Aug 02 17:18:25.356 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-08-02T17:18:26.596Z | [ recovery-image] Aug 02 17:18:25.367 INFO O| Aug 02 17:18:25.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7303 | 2024-08-02T17:18:26.596Z | [ recovery-image] Aug 02 17:18:25.367 INFO O| Aug 02 17:18:25.367 INFO STEP 1136 (remove_files) COMPLETE |
7304 | 2024-08-02T17:18:26.596Z | [ recovery-image] Aug 02 17:18:25.367 INFO O| Aug 02 17:18:25.367 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-08-02T17:18:26.608Z | [ recovery-image] Aug 02 17:18:25.379 INFO O| Aug 02 17:18:25.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7306 | 2024-08-02T17:18:26.608Z | [ recovery-image] Aug 02 17:18:25.379 INFO O| Aug 02 17:18:25.379 INFO STEP 1137 (remove_files) COMPLETE |
7307 | 2024-08-02T17:18:26.608Z | [ recovery-image] Aug 02 17:18:25.379 INFO O| Aug 02 17:18:25.379 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-08-02T17:18:26.620Z | [ recovery-image] Aug 02 17:18:25.391 INFO O| Aug 02 17:18:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7309 | 2024-08-02T17:18:26.623Z | [ recovery-image] Aug 02 17:18:25.392 INFO O| Aug 02 17:18:25.391 INFO STEP 1138 (remove_files) COMPLETE |
7310 | 2024-08-02T17:18:26.623Z | [ recovery-image] Aug 02 17:18:25.392 INFO O| Aug 02 17:18:25.392 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-08-02T17:18:26.632Z | [ recovery-image] Aug 02 17:18:25.402 INFO O| Aug 02 17:18:25.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7312 | 2024-08-02T17:18:26.633Z | [ recovery-image] Aug 02 17:18:25.402 INFO O| Aug 02 17:18:25.402 INFO STEP 1139 (remove_files) COMPLETE |
7313 | 2024-08-02T17:18:26.635Z | [ recovery-image] Aug 02 17:18:25.402 INFO O| Aug 02 17:18:25.402 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-08-02T17:18:26.642Z | [ recovery-image] Aug 02 17:18:25.413 INFO O| Aug 02 17:18:25.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7315 | 2024-08-02T17:18:26.642Z | [ recovery-image] Aug 02 17:18:25.413 INFO O| Aug 02 17:18:25.413 INFO STEP 1140 (remove_files) COMPLETE |
7316 | 2024-08-02T17:18:26.642Z | [ recovery-image] Aug 02 17:18:25.413 INFO O| Aug 02 17:18:25.413 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-08-02T17:18:26.653Z | [ recovery-image] Aug 02 17:18:25.424 INFO O| Aug 02 17:18:25.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7318 | 2024-08-02T17:18:26.653Z | [ recovery-image] Aug 02 17:18:25.424 INFO O| Aug 02 17:18:25.424 INFO STEP 1141 (remove_files) COMPLETE |
7319 | 2024-08-02T17:18:26.653Z | [ recovery-image] Aug 02 17:18:25.424 INFO O| Aug 02 17:18:25.424 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-08-02T17:18:26.664Z | [ recovery-image] Aug 02 17:18:25.435 INFO O| Aug 02 17:18:25.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7321 | 2024-08-02T17:18:26.664Z | [ recovery-image] Aug 02 17:18:25.435 INFO O| Aug 02 17:18:25.435 INFO STEP 1142 (remove_files) COMPLETE |
7322 | 2024-08-02T17:18:26.667Z | [ recovery-image] Aug 02 17:18:25.435 INFO O| Aug 02 17:18:25.435 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-08-02T17:18:26.675Z | [ recovery-image] Aug 02 17:18:25.446 INFO O| Aug 02 17:18:25.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7324 | 2024-08-02T17:18:26.675Z | [ recovery-image] Aug 02 17:18:25.446 INFO O| Aug 02 17:18:25.446 INFO STEP 1143 (remove_files) COMPLETE |
7325 | 2024-08-02T17:18:26.675Z | [ recovery-image] Aug 02 17:18:25.446 INFO O| Aug 02 17:18:25.446 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-08-02T17:18:26.685Z | [ recovery-image] Aug 02 17:18:25.456 INFO O| Aug 02 17:18:25.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7327 | 2024-08-02T17:18:26.688Z | [ recovery-image] Aug 02 17:18:25.456 INFO O| Aug 02 17:18:25.456 INFO STEP 1144 (remove_files) COMPLETE |
7328 | 2024-08-02T17:18:26.688Z | [ recovery-image] Aug 02 17:18:25.456 INFO O| Aug 02 17:18:25.456 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-08-02T17:18:26.696Z | [ recovery-image] Aug 02 17:18:25.467 INFO O| Aug 02 17:18:25.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7330 | 2024-08-02T17:18:26.698Z | [ recovery-image] Aug 02 17:18:25.467 INFO O| Aug 02 17:18:25.467 INFO STEP 1145 (remove_files) COMPLETE |
7331 | 2024-08-02T17:18:26.698Z | [ recovery-image] Aug 02 17:18:25.467 INFO O| Aug 02 17:18:25.467 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-08-02T17:18:26.706Z | [ recovery-image] Aug 02 17:18:25.477 INFO O| Aug 02 17:18:25.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7333 | 2024-08-02T17:18:26.706Z | [ recovery-image] Aug 02 17:18:25.477 INFO O| Aug 02 17:18:25.477 INFO STEP 1146 (remove_files) COMPLETE |
7334 | 2024-08-02T17:18:26.709Z | [ recovery-image] Aug 02 17:18:25.477 INFO O| Aug 02 17:18:25.477 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-08-02T17:18:26.709Z | [ host-image] Aug 02 17:18:25.478 INFO O| Aug 02 17:18:25.477 INFO O| Done |
7336 | 2024-08-02T17:18:26.709Z | [ host-image] Aug 02 17:18:25.478 INFO O| Aug 02 17:18:25.477 INFO O| Done |
7337 | 2024-08-02T17:18:26.717Z | [ recovery-image] Aug 02 17:18:25.488 INFO O| Aug 02 17:18:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7338 | 2024-08-02T17:18:26.717Z | [ recovery-image] Aug 02 17:18:25.488 INFO O| Aug 02 17:18:25.488 INFO STEP 1147 (remove_files) COMPLETE |
7339 | 2024-08-02T17:18:26.720Z | [ recovery-image] Aug 02 17:18:25.488 INFO O| Aug 02 17:18:25.488 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-02T17:18:26.728Z | [ recovery-image] Aug 02 17:18:25.499 INFO O| Aug 02 17:18:25.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7341 | 2024-08-02T17:18:26.728Z | [ recovery-image] Aug 02 17:18:25.499 INFO O| Aug 02 17:18:25.499 INFO STEP 1148 (remove_files) COMPLETE |
7342 | 2024-08-02T17:18:26.730Z | [ recovery-image] Aug 02 17:18:25.499 INFO O| Aug 02 17:18:25.499 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-02T17:18:26.738Z | [ recovery-image] Aug 02 17:18:25.509 INFO O| Aug 02 17:18:25.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7344 | 2024-08-02T17:18:26.740Z | [ recovery-image] Aug 02 17:18:25.509 INFO O| Aug 02 17:18:25.509 INFO STEP 1149 (remove_files) COMPLETE |
7345 | 2024-08-02T17:18:26.740Z | [ recovery-image] Aug 02 17:18:25.509 INFO O| Aug 02 17:18:25.509 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-02T17:18:26.748Z | [ recovery-image] Aug 02 17:18:25.519 INFO O| Aug 02 17:18:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7347 | 2024-08-02T17:18:26.748Z | [ recovery-image] Aug 02 17:18:25.519 INFO O| Aug 02 17:18:25.519 INFO STEP 1150 (remove_files) COMPLETE |
7348 | 2024-08-02T17:18:26.751Z | [ recovery-image] Aug 02 17:18:25.519 INFO O| Aug 02 17:18:25.519 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-02T17:18:26.757Z | [ recovery-image] Aug 02 17:18:25.528 INFO O| Aug 02 17:18:25.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7350 | 2024-08-02T17:18:26.760Z | [ recovery-image] Aug 02 17:18:25.529 INFO O| Aug 02 17:18:25.529 INFO STEP 1151 (remove_files) COMPLETE |
7351 | 2024-08-02T17:18:26.760Z | [ recovery-image] Aug 02 17:18:25.529 INFO O| Aug 02 17:18:25.529 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-02T17:18:26.767Z | [ recovery-image] Aug 02 17:18:25.538 INFO O| Aug 02 17:18:25.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7353 | 2024-08-02T17:18:26.773Z | [ recovery-image] Aug 02 17:18:25.538 INFO O| Aug 02 17:18:25.538 INFO STEP 1152 (remove_files) COMPLETE |
7354 | 2024-08-02T17:18:26.773Z | [ recovery-image] Aug 02 17:18:25.538 INFO O| Aug 02 17:18:25.538 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-02T17:18:26.777Z | [ recovery-image] Aug 02 17:18:25.548 INFO O| Aug 02 17:18:25.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7356 | 2024-08-02T17:18:26.777Z | [ recovery-image] Aug 02 17:18:25.548 INFO O| Aug 02 17:18:25.548 INFO STEP 1153 (remove_files) COMPLETE |
7357 | 2024-08-02T17:18:26.777Z | [ recovery-image] Aug 02 17:18:25.548 INFO O| Aug 02 17:18:25.548 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-02T17:18:26.787Z | [ recovery-image] Aug 02 17:18:25.558 INFO O| Aug 02 17:18:25.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7359 | 2024-08-02T17:18:26.787Z | [ recovery-image] Aug 02 17:18:25.558 INFO O| Aug 02 17:18:25.558 INFO STEP 1154 (remove_files) COMPLETE |
7360 | 2024-08-02T17:18:26.787Z | [ recovery-image] Aug 02 17:18:25.558 INFO O| Aug 02 17:18:25.558 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-02T17:18:26.796Z | [ recovery-image] Aug 02 17:18:25.567 INFO O| Aug 02 17:18:25.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7362 | 2024-08-02T17:18:26.799Z | [ recovery-image] Aug 02 17:18:25.567 INFO O| Aug 02 17:18:25.567 INFO STEP 1155 (remove_files) COMPLETE |
7363 | 2024-08-02T17:18:26.799Z | [ recovery-image] Aug 02 17:18:25.567 INFO O| Aug 02 17:18:25.567 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-02T17:18:26.806Z | [ recovery-image] Aug 02 17:18:25.577 INFO O| Aug 02 17:18:25.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7365 | 2024-08-02T17:18:26.806Z | [ recovery-image] Aug 02 17:18:25.577 INFO O| Aug 02 17:18:25.577 INFO STEP 1156 (remove_files) COMPLETE |
7366 | 2024-08-02T17:18:26.806Z | [ recovery-image] Aug 02 17:18:25.577 INFO O| Aug 02 17:18:25.577 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-02T17:18:26.816Z | [ recovery-image] Aug 02 17:18:25.587 INFO O| Aug 02 17:18:25.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7368 | 2024-08-02T17:18:26.816Z | [ recovery-image] Aug 02 17:18:25.587 INFO O| Aug 02 17:18:25.587 INFO STEP 1157 (remove_files) COMPLETE |
7369 | 2024-08-02T17:18:26.819Z | [ recovery-image] Aug 02 17:18:25.587 INFO O| Aug 02 17:18:25.587 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-02T17:18:26.826Z | [ recovery-image] Aug 02 17:18:25.597 INFO O| Aug 02 17:18:25.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7371 | 2024-08-02T17:18:26.828Z | [ recovery-image] Aug 02 17:18:25.597 INFO O| Aug 02 17:18:25.597 INFO STEP 1158 (remove_files) COMPLETE |
7372 | 2024-08-02T17:18:26.829Z | [ recovery-image] Aug 02 17:18:25.597 INFO O| Aug 02 17:18:25.597 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-02T17:18:26.836Z | [ recovery-image] Aug 02 17:18:25.607 INFO O| Aug 02 17:18:25.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7374 | 2024-08-02T17:18:26.836Z | [ recovery-image] Aug 02 17:18:25.607 INFO O| Aug 02 17:18:25.607 INFO STEP 1159 (remove_files) COMPLETE |
7375 | 2024-08-02T17:18:26.836Z | [ recovery-image] Aug 02 17:18:25.607 INFO O| Aug 02 17:18:25.607 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-02T17:18:26.846Z | [ recovery-image] Aug 02 17:18:25.617 INFO O| Aug 02 17:18:25.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7377 | 2024-08-02T17:18:26.846Z | [ recovery-image] Aug 02 17:18:25.617 INFO O| Aug 02 17:18:25.617 INFO STEP 1160 (remove_files) COMPLETE |
7378 | 2024-08-02T17:18:26.849Z | [ recovery-image] Aug 02 17:18:25.617 INFO O| Aug 02 17:18:25.617 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-02T17:18:26.856Z | [ recovery-image] Aug 02 17:18:25.627 INFO O| Aug 02 17:18:25.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7380 | 2024-08-02T17:18:26.856Z | [ recovery-image] Aug 02 17:18:25.627 INFO O| Aug 02 17:18:25.627 INFO STEP 1161 (remove_files) COMPLETE |
7381 | 2024-08-02T17:18:26.856Z | [ recovery-image] Aug 02 17:18:25.627 INFO O| Aug 02 17:18:25.627 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-02T17:18:26.866Z | [ recovery-image] Aug 02 17:18:25.637 INFO O| Aug 02 17:18:25.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7383 | 2024-08-02T17:18:26.866Z | [ recovery-image] Aug 02 17:18:25.637 INFO O| Aug 02 17:18:25.637 INFO STEP 1162 (remove_files) COMPLETE |
7384 | 2024-08-02T17:18:26.866Z | [ recovery-image] Aug 02 17:18:25.637 INFO O| Aug 02 17:18:25.637 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-02T17:18:26.877Z | [ recovery-image] Aug 02 17:18:25.647 INFO O| Aug 02 17:18:25.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7386 | 2024-08-02T17:18:26.877Z | [ recovery-image] Aug 02 17:18:25.647 INFO O| Aug 02 17:18:25.647 INFO STEP 1163 (remove_files) COMPLETE |
7387 | 2024-08-02T17:18:26.879Z | [ recovery-image] Aug 02 17:18:25.647 INFO O| Aug 02 17:18:25.647 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-02T17:18:26.886Z | [ recovery-image] Aug 02 17:18:25.657 INFO O| Aug 02 17:18:25.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7389 | 2024-08-02T17:18:26.887Z | [ recovery-image] Aug 02 17:18:25.658 INFO O| Aug 02 17:18:25.657 INFO STEP 1164 (remove_files) COMPLETE |
7390 | 2024-08-02T17:18:26.889Z | [ recovery-image] Aug 02 17:18:25.658 INFO O| Aug 02 17:18:25.657 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-02T17:18:26.897Z | [ recovery-image] Aug 02 17:18:25.668 INFO O| Aug 02 17:18:25.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7392 | 2024-08-02T17:18:26.897Z | [ recovery-image] Aug 02 17:18:25.668 INFO O| Aug 02 17:18:25.668 INFO STEP 1165 (remove_files) COMPLETE |
7393 | 2024-08-02T17:18:26.897Z | [ recovery-image] Aug 02 17:18:25.668 INFO O| Aug 02 17:18:25.668 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-02T17:18:26.910Z | [ recovery-image] Aug 02 17:18:25.680 INFO O| Aug 02 17:18:25.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7395 | 2024-08-02T17:18:26.910Z | [ recovery-image] Aug 02 17:18:25.680 INFO O| Aug 02 17:18:25.680 INFO STEP 1166 (remove_files) COMPLETE |
7396 | 2024-08-02T17:18:26.913Z | [ recovery-image] Aug 02 17:18:25.680 INFO O| Aug 02 17:18:25.680 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-02T17:18:26.921Z | [ recovery-image] Aug 02 17:18:25.692 INFO O| Aug 02 17:18:25.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7398 | 2024-08-02T17:18:26.921Z | [ recovery-image] Aug 02 17:18:25.692 INFO O| Aug 02 17:18:25.692 INFO STEP 1167 (remove_files) COMPLETE |
7399 | 2024-08-02T17:18:26.924Z | [ recovery-image] Aug 02 17:18:25.692 INFO O| Aug 02 17:18:25.692 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-02T17:18:26.932Z | [ recovery-image] Aug 02 17:18:25.703 INFO O| Aug 02 17:18:25.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7401 | 2024-08-02T17:18:26.932Z | [ recovery-image] Aug 02 17:18:25.703 INFO O| Aug 02 17:18:25.703 INFO STEP 1168 (remove_files) COMPLETE |
7402 | 2024-08-02T17:18:26.935Z | [ recovery-image] Aug 02 17:18:25.703 INFO O| Aug 02 17:18:25.703 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-02T17:18:26.942Z | [ recovery-image] Aug 02 17:18:25.713 INFO O| Aug 02 17:18:25.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7404 | 2024-08-02T17:18:26.942Z | [ recovery-image] Aug 02 17:18:25.713 INFO O| Aug 02 17:18:25.713 INFO STEP 1169 (remove_files) COMPLETE |
7405 | 2024-08-02T17:18:26.945Z | [ recovery-image] Aug 02 17:18:25.713 INFO O| Aug 02 17:18:25.713 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-02T17:18:26.953Z | [ recovery-image] Aug 02 17:18:25.724 INFO O| Aug 02 17:18:25.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7407 | 2024-08-02T17:18:26.953Z | [ recovery-image] Aug 02 17:18:25.724 INFO O| Aug 02 17:18:25.724 INFO STEP 1170 (remove_files) COMPLETE |
7408 | 2024-08-02T17:18:26.956Z | [ recovery-image] Aug 02 17:18:25.724 INFO O| Aug 02 17:18:25.724 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-02T17:18:26.963Z | [ recovery-image] Aug 02 17:18:25.734 INFO O| Aug 02 17:18:25.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7410 | 2024-08-02T17:18:26.963Z | [ recovery-image] Aug 02 17:18:25.734 INFO O| Aug 02 17:18:25.734 INFO STEP 1171 (remove_files) COMPLETE |
7411 | 2024-08-02T17:18:26.966Z | [ recovery-image] Aug 02 17:18:25.734 INFO O| Aug 02 17:18:25.734 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-02T17:18:26.973Z | [ recovery-image] Aug 02 17:18:25.744 INFO O| Aug 02 17:18:25.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7413 | 2024-08-02T17:18:26.973Z | [ recovery-image] Aug 02 17:18:25.744 INFO O| Aug 02 17:18:25.744 INFO STEP 1172 (remove_files) COMPLETE |
7414 | 2024-08-02T17:18:26.976Z | [ recovery-image] Aug 02 17:18:25.744 INFO O| Aug 02 17:18:25.744 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-02T17:18:26.983Z | [ recovery-image] Aug 02 17:18:25.755 INFO O| Aug 02 17:18:25.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7416 | 2024-08-02T17:18:26.986Z | [ recovery-image] Aug 02 17:18:25.755 INFO O| Aug 02 17:18:25.755 INFO STEP 1173 (remove_files) COMPLETE |
7417 | 2024-08-02T17:18:26.986Z | [ recovery-image] Aug 02 17:18:25.755 INFO O| Aug 02 17:18:25.755 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-02T17:18:26.994Z | [ recovery-image] Aug 02 17:18:25.765 INFO O| Aug 02 17:18:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7419 | 2024-08-02T17:18:26.994Z | [ recovery-image] Aug 02 17:18:25.765 INFO O| Aug 02 17:18:25.765 INFO STEP 1174 (remove_files) COMPLETE |
7420 | 2024-08-02T17:18:26.994Z | [ recovery-image] Aug 02 17:18:25.765 INFO O| Aug 02 17:18:25.765 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-02T17:18:27.005Z | [ recovery-image] Aug 02 17:18:25.775 INFO O| Aug 02 17:18:25.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7422 | 2024-08-02T17:18:27.005Z | [ recovery-image] Aug 02 17:18:25.775 INFO O| Aug 02 17:18:25.775 INFO STEP 1175 (remove_files) COMPLETE |
7423 | 2024-08-02T17:18:27.005Z | [ recovery-image] Aug 02 17:18:25.775 INFO O| Aug 02 17:18:25.775 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-02T17:18:27.015Z | [ recovery-image] Aug 02 17:18:25.786 INFO O| Aug 02 17:18:25.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7425 | 2024-08-02T17:18:27.018Z | [ recovery-image] Aug 02 17:18:25.786 INFO O| Aug 02 17:18:25.786 INFO STEP 1176 (remove_files) COMPLETE |
7426 | 2024-08-02T17:18:27.018Z | [ recovery-image] Aug 02 17:18:25.786 INFO O| Aug 02 17:18:25.786 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-02T17:18:27.025Z | [ recovery-image] Aug 02 17:18:25.796 INFO O| Aug 02 17:18:25.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7428 | 2024-08-02T17:18:27.025Z | [ recovery-image] Aug 02 17:18:25.796 INFO O| Aug 02 17:18:25.796 INFO STEP 1177 (remove_files) COMPLETE |
7429 | 2024-08-02T17:18:27.028Z | [ recovery-image] Aug 02 17:18:25.796 INFO O| Aug 02 17:18:25.796 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-02T17:18:27.036Z | [ recovery-image] Aug 02 17:18:25.807 INFO O| Aug 02 17:18:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7431 | 2024-08-02T17:18:27.036Z | [ recovery-image] Aug 02 17:18:25.807 INFO O| Aug 02 17:18:25.807 INFO STEP 1178 (remove_files) COMPLETE |
7432 | 2024-08-02T17:18:27.039Z | [ recovery-image] Aug 02 17:18:25.807 INFO O| Aug 02 17:18:25.807 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-02T17:18:27.043Z | [ host-image] Aug 02 17:18:25.814 INFO O| Aug 02 17:18:25.814 INFO O| Done |
7434 | 2024-08-02T17:18:27.046Z | [ recovery-image] Aug 02 17:18:25.817 INFO O| Aug 02 17:18:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7435 | 2024-08-02T17:18:27.046Z | [ recovery-image] Aug 02 17:18:25.817 INFO O| Aug 02 17:18:25.817 INFO STEP 1179 (remove_files) COMPLETE |
7436 | 2024-08-02T17:18:27.049Z | [ recovery-image] Aug 02 17:18:25.817 INFO O| Aug 02 17:18:25.817 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-08-02T17:18:27.056Z | [ recovery-image] Aug 02 17:18:25.827 INFO O| Aug 02 17:18:25.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7438 | 2024-08-02T17:18:27.059Z | [ recovery-image] Aug 02 17:18:25.827 INFO O| Aug 02 17:18:25.827 INFO STEP 1180 (remove_files) COMPLETE |
7439 | 2024-08-02T17:18:27.059Z | [ recovery-image] Aug 02 17:18:25.827 INFO O| Aug 02 17:18:25.827 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-08-02T17:18:27.066Z | [ recovery-image] Aug 02 17:18:25.837 INFO O| Aug 02 17:18:25.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7441 | 2024-08-02T17:18:27.066Z | [ recovery-image] Aug 02 17:18:25.837 INFO O| Aug 02 17:18:25.837 INFO STEP 1181 (remove_files) COMPLETE |
7442 | 2024-08-02T17:18:27.069Z | [ recovery-image] Aug 02 17:18:25.837 INFO O| Aug 02 17:18:25.837 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-08-02T17:18:27.076Z | [ recovery-image] Aug 02 17:18:25.847 INFO O| Aug 02 17:18:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7444 | 2024-08-02T17:18:27.076Z | [ recovery-image] Aug 02 17:18:25.847 INFO O| Aug 02 17:18:25.847 INFO STEP 1182 (remove_files) COMPLETE |
7445 | 2024-08-02T17:18:27.079Z | [ recovery-image] Aug 02 17:18:25.847 INFO O| Aug 02 17:18:25.847 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-08-02T17:18:27.086Z | [ recovery-image] Aug 02 17:18:25.857 INFO O| Aug 02 17:18:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7447 | 2024-08-02T17:18:27.086Z | [ recovery-image] Aug 02 17:18:25.857 INFO O| Aug 02 17:18:25.857 INFO STEP 1183 (remove_files) COMPLETE |
7448 | 2024-08-02T17:18:27.086Z | [ recovery-image] Aug 02 17:18:25.857 INFO O| Aug 02 17:18:25.857 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-08-02T17:18:27.096Z | [ recovery-image] Aug 02 17:18:25.867 INFO O| Aug 02 17:18:25.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7450 | 2024-08-02T17:18:27.096Z | [ recovery-image] Aug 02 17:18:25.867 INFO O| Aug 02 17:18:25.867 INFO STEP 1184 (remove_files) COMPLETE |
7451 | 2024-08-02T17:18:27.096Z | [ recovery-image] Aug 02 17:18:25.867 INFO O| Aug 02 17:18:25.867 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-08-02T17:18:27.106Z | [ recovery-image] Aug 02 17:18:25.877 INFO O| Aug 02 17:18:25.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7453 | 2024-08-02T17:18:27.109Z | [ recovery-image] Aug 02 17:18:25.877 INFO O| Aug 02 17:18:25.877 INFO STEP 1185 (remove_files) COMPLETE |
7454 | 2024-08-02T17:18:27.109Z | [ recovery-image] Aug 02 17:18:25.877 INFO O| Aug 02 17:18:25.877 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-08-02T17:18:27.116Z | [ recovery-image] Aug 02 17:18:25.887 INFO O| Aug 02 17:18:25.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7456 | 2024-08-02T17:18:27.116Z | [ recovery-image] Aug 02 17:18:25.887 INFO O| Aug 02 17:18:25.887 INFO STEP 1186 (remove_files) COMPLETE |
7457 | 2024-08-02T17:18:27.120Z | [ recovery-image] Aug 02 17:18:25.887 INFO O| Aug 02 17:18:25.887 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-08-02T17:18:27.125Z | [ recovery-image] Aug 02 17:18:25.896 INFO O| Aug 02 17:18:25.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7459 | 2024-08-02T17:18:27.126Z | [ recovery-image] Aug 02 17:18:25.897 INFO O| Aug 02 17:18:25.897 INFO STEP 1187 (remove_files) COMPLETE |
7460 | 2024-08-02T17:18:27.128Z | [ recovery-image] Aug 02 17:18:25.897 INFO O| Aug 02 17:18:25.897 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-08-02T17:18:27.135Z | [ recovery-image] Aug 02 17:18:25.906 INFO O| Aug 02 17:18:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7462 | 2024-08-02T17:18:27.135Z | [ recovery-image] Aug 02 17:18:25.906 INFO O| Aug 02 17:18:25.906 INFO STEP 1188 (remove_files) COMPLETE |
7463 | 2024-08-02T17:18:27.135Z | [ recovery-image] Aug 02 17:18:25.906 INFO O| Aug 02 17:18:25.906 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-08-02T17:18:27.145Z | [ recovery-image] Aug 02 17:18:25.916 INFO O| Aug 02 17:18:25.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7465 | 2024-08-02T17:18:27.145Z | [ recovery-image] Aug 02 17:18:25.916 INFO O| Aug 02 17:18:25.916 INFO STEP 1189 (remove_files) COMPLETE |
7466 | 2024-08-02T17:18:27.148Z | [ recovery-image] Aug 02 17:18:25.916 INFO O| Aug 02 17:18:25.916 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-08-02T17:18:27.155Z | [ recovery-image] Aug 02 17:18:25.926 INFO O| Aug 02 17:18:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7468 | 2024-08-02T17:18:27.155Z | [ recovery-image] Aug 02 17:18:25.926 INFO O| Aug 02 17:18:25.926 INFO STEP 1190 (remove_files) COMPLETE |
7469 | 2024-08-02T17:18:27.155Z | [ recovery-image] Aug 02 17:18:25.926 INFO O| Aug 02 17:18:25.926 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-08-02T17:18:27.164Z | [ recovery-image] Aug 02 17:18:25.935 INFO O| Aug 02 17:18:25.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7471 | 2024-08-02T17:18:27.167Z | [ recovery-image] Aug 02 17:18:25.935 INFO O| Aug 02 17:18:25.935 INFO STEP 1191 (remove_files) COMPLETE |
7472 | 2024-08-02T17:18:27.167Z | [ recovery-image] Aug 02 17:18:25.935 INFO O| Aug 02 17:18:25.935 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-08-02T17:18:27.174Z | [ recovery-image] Aug 02 17:18:25.945 INFO O| Aug 02 17:18:25.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7474 | 2024-08-02T17:18:27.174Z | [ recovery-image] Aug 02 17:18:25.945 INFO O| Aug 02 17:18:25.945 INFO STEP 1192 (remove_files) COMPLETE |
7475 | 2024-08-02T17:18:27.174Z | [ recovery-image] Aug 02 17:18:25.945 INFO O| Aug 02 17:18:25.945 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-08-02T17:18:27.184Z | [ recovery-image] Aug 02 17:18:25.954 INFO O| Aug 02 17:18:25.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7477 | 2024-08-02T17:18:27.184Z | [ recovery-image] Aug 02 17:18:25.954 INFO O| Aug 02 17:18:25.954 INFO STEP 1193 (remove_files) COMPLETE |
7478 | 2024-08-02T17:18:27.184Z | [ recovery-image] Aug 02 17:18:25.954 INFO O| Aug 02 17:18:25.954 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-08-02T17:18:27.193Z | [ recovery-image] Aug 02 17:18:25.964 INFO O| Aug 02 17:18:25.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7480 | 2024-08-02T17:18:27.193Z | [ recovery-image] Aug 02 17:18:25.964 INFO O| Aug 02 17:18:25.964 INFO STEP 1194 (remove_files) COMPLETE |
7481 | 2024-08-02T17:18:27.193Z | [ recovery-image] Aug 02 17:18:25.964 INFO O| Aug 02 17:18:25.964 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-08-02T17:18:27.203Z | [ recovery-image] Aug 02 17:18:25.974 INFO O| Aug 02 17:18:25.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7483 | 2024-08-02T17:18:27.203Z | [ recovery-image] Aug 02 17:18:25.974 INFO O| Aug 02 17:18:25.974 INFO STEP 1195 (remove_files) COMPLETE |
7484 | 2024-08-02T17:18:27.203Z | [ recovery-image] Aug 02 17:18:25.974 INFO O| Aug 02 17:18:25.974 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-08-02T17:18:27.213Z | [ recovery-image] Aug 02 17:18:25.984 INFO O| Aug 02 17:18:25.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7486 | 2024-08-02T17:18:27.213Z | [ recovery-image] Aug 02 17:18:25.984 INFO O| Aug 02 17:18:25.984 INFO STEP 1196 (remove_files) COMPLETE |
7487 | 2024-08-02T17:18:27.216Z | [ recovery-image] Aug 02 17:18:25.984 INFO O| Aug 02 17:18:25.984 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-08-02T17:18:27.222Z | [ recovery-image] Aug 02 17:18:25.993 INFO O| Aug 02 17:18:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7489 | 2024-08-02T17:18:27.225Z | [ recovery-image] Aug 02 17:18:25.994 INFO O| Aug 02 17:18:25.994 INFO STEP 1197 (remove_files) COMPLETE |
7490 | 2024-08-02T17:18:27.225Z | [ recovery-image] Aug 02 17:18:25.994 INFO O| Aug 02 17:18:25.994 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-08-02T17:18:27.232Z | [ recovery-image] Aug 02 17:18:26.003 INFO O| Aug 02 17:18:26.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7492 | 2024-08-02T17:18:27.232Z | [ recovery-image] Aug 02 17:18:26.003 INFO O| Aug 02 17:18:26.003 INFO STEP 1198 (remove_files) COMPLETE |
7493 | 2024-08-02T17:18:27.232Z | [ recovery-image] Aug 02 17:18:26.003 INFO O| Aug 02 17:18:26.003 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-08-02T17:18:27.242Z | [ recovery-image] Aug 02 17:18:26.013 INFO O| Aug 02 17:18:26.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7495 | 2024-08-02T17:18:27.242Z | [ recovery-image] Aug 02 17:18:26.013 INFO O| Aug 02 17:18:26.013 INFO STEP 1199 (remove_files) COMPLETE |
7496 | 2024-08-02T17:18:27.246Z | [ recovery-image] Aug 02 17:18:26.013 INFO O| Aug 02 17:18:26.013 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-08-02T17:18:27.252Z | [ recovery-image] Aug 02 17:18:26.023 INFO O| Aug 02 17:18:26.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7498 | 2024-08-02T17:18:27.255Z | [ recovery-image] Aug 02 17:18:26.023 INFO O| Aug 02 17:18:26.023 INFO STEP 1200 (remove_files) COMPLETE |
7499 | 2024-08-02T17:18:27.255Z | [ recovery-image] Aug 02 17:18:26.023 INFO O| Aug 02 17:18:26.023 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-08-02T17:18:27.263Z | [ recovery-image] Aug 02 17:18:26.033 INFO O| Aug 02 17:18:26.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7501 | 2024-08-02T17:18:27.263Z | [ recovery-image] Aug 02 17:18:26.033 INFO O| Aug 02 17:18:26.033 INFO STEP 1201 (remove_files) COMPLETE |
7502 | 2024-08-02T17:18:27.266Z | [ recovery-image] Aug 02 17:18:26.033 INFO O| Aug 02 17:18:26.033 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-08-02T17:18:27.272Z | [ recovery-image] Aug 02 17:18:26.043 INFO O| Aug 02 17:18:26.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7504 | 2024-08-02T17:18:27.272Z | [ recovery-image] Aug 02 17:18:26.043 INFO O| Aug 02 17:18:26.043 INFO STEP 1202 (remove_files) COMPLETE |
7505 | 2024-08-02T17:18:27.275Z | [ recovery-image] Aug 02 17:18:26.043 INFO O| Aug 02 17:18:26.043 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-08-02T17:18:27.283Z | [ recovery-image] Aug 02 17:18:26.054 INFO O| Aug 02 17:18:26.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7507 | 2024-08-02T17:18:27.283Z | [ recovery-image] Aug 02 17:18:26.054 INFO O| Aug 02 17:18:26.054 INFO STEP 1203 (remove_files) COMPLETE |
7508 | 2024-08-02T17:18:27.286Z | [ recovery-image] Aug 02 17:18:26.054 INFO O| Aug 02 17:18:26.054 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-08-02T17:18:27.294Z | [ recovery-image] Aug 02 17:18:26.065 INFO O| Aug 02 17:18:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7510 | 2024-08-02T17:18:27.294Z | [ recovery-image] Aug 02 17:18:26.065 INFO O| Aug 02 17:18:26.065 INFO STEP 1204 (remove_files) COMPLETE |
7511 | 2024-08-02T17:18:27.294Z | [ recovery-image] Aug 02 17:18:26.065 INFO O| Aug 02 17:18:26.065 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-08-02T17:18:27.305Z | [ recovery-image] Aug 02 17:18:26.076 INFO O| Aug 02 17:18:26.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7513 | 2024-08-02T17:18:27.305Z | [ recovery-image] Aug 02 17:18:26.076 INFO O| Aug 02 17:18:26.076 INFO STEP 1205 (remove_files) COMPLETE |
7514 | 2024-08-02T17:18:27.308Z | [ recovery-image] Aug 02 17:18:26.076 INFO O| Aug 02 17:18:26.076 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-08-02T17:18:27.316Z | [ recovery-image] Aug 02 17:18:26.087 INFO O| Aug 02 17:18:26.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7516 | 2024-08-02T17:18:27.316Z | [ recovery-image] Aug 02 17:18:26.087 INFO O| Aug 02 17:18:26.087 INFO STEP 1206 (remove_files) COMPLETE |
7517 | 2024-08-02T17:18:27.319Z | [ recovery-image] Aug 02 17:18:26.087 INFO O| Aug 02 17:18:26.087 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7518 | 2024-08-02T17:18:27.332Z | [ recovery-image] Aug 02 17:18:26.103 INFO O| Aug 02 17:18:26.102 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7519 | 2024-08-02T17:18:27.332Z | [ recovery-image] Aug 02 17:18:26.103 INFO O| Aug 02 17:18:26.103 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7520 | 2024-08-02T17:18:28.021Z | [ recovery-image] Aug 02 17:18:26.791 INFO O| Aug 02 17:18:26.791 INFO STEP 1207 (pack_tar) COMPLETE |
7521 | 2024-08-02T17:18:28.021Z | [ recovery-image] Aug 02 17:18:26.791 INFO O| Aug 02 17:18:26.791 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7522 | 2024-08-02T17:18:28.021Z | [ recovery-image] Aug 02 17:18:26.791 INFO O| Aug 02 17:18:26.791 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7523 | 2024-08-02T17:18:28.336Z | [ host-image] Aug 02 17:18:27.107 INFO O| Aug 02 17:18:27.107 INFO O| Done |
7524 | 2024-08-02T17:18:28.359Z | [ host-image] Aug 02 17:18:27.130 INFO O| Aug 02 17:18:27.130 INFO O| Done |
7525 | 2024-08-02T17:18:28.359Z | [ host-image] Aug 02 17:18:27.130 INFO O| Aug 02 17:18:27.130 INFO O| Done |
7526 | 2024-08-02T17:18:28.398Z | [ host-image] Aug 02 17:18:27.168 INFO O| Aug 02 17:18:27.168 INFO O| Done |
7527 | 2024-08-02T17:18:28.500Z | [ host-image] Aug 02 17:18:27.270 INFO O| Aug 02 17:18:27.270 INFO STEP 13 (pkg_install) COMPLETE |
7528 | 2024-08-02T17:18:28.500Z | [ host-image] Aug 02 17:18:27.271 INFO O| Aug 02 17:18:27.270 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7529 | 2024-08-02T17:18:28.510Z | [ host-image] Aug 02 17:18:27.281 INFO O| Aug 02 17:18:27.281 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
7530 | 2024-08-02T17:18:28.518Z | [ recovery-image] Aug 02 17:18:27.289 INFO O| Aug 02 17:18:27.289 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7531 | 2024-08-02T17:18:28.611Z | [ recovery-image] Aug 02 17:18:27.382 INFO O| Aug 02 17:18:27.382 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7532 | 2024-08-02T17:18:28.617Z | [ recovery-image] Aug 02 17:18:27.388 INFO image builder template: zfs-recovery... |
7533 | 2024-08-02T17:18:28.617Z | [ recovery-image] Aug 02 17:18:27.388 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/.tmp5JSm0w/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 |
7534 | 2024-08-02T17:18:28.649Z | [ recovery-image] Aug 02 17:18:27.419 INFO O| Aug 02 17:18:27.419 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7535 | 2024-08-02T17:18:28.652Z | [ recovery-image] Aug 02 17:18:27.423 INFO O| Aug 02 17:18:27.423 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7536 | 2024-08-02T17:18:28.713Z | [ recovery-image] Aug 02 17:18:27.484 INFO O| Aug 02 17:18:27.484 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7537 | 2024-08-02T17:18:28.780Z | [ recovery-image] Aug 02 17:18:27.551 INFO O| Aug 02 17:18:27.551 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7538 | 2024-08-02T17:18:28.780Z | [ recovery-image] Aug 02 17:18:27.551 INFO O| Aug 02 17:18:27.551 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7539 | 2024-08-02T17:18:28.784Z | [ recovery-image] Aug 02 17:18:27.555 INFO O| Aug 02 17:18:27.555 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7540 | 2024-08-02T17:18:28.857Z | [ recovery-image] Aug 02 17:18:27.627 INFO O| Aug 02 17:18:27.627 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7541 | 2024-08-02T17:18:28.896Z | [ recovery-image] Aug 02 17:18:27.667 INFO O| Aug 02 17:18:27.667 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7542 | 2024-08-02T17:18:28.907Z | [ recovery-image] Aug 02 17:18:27.678 INFO O| Aug 02 17:18:27.678 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7543 | 2024-08-02T17:18:28.916Z | [ recovery-image] Aug 02 17:18:27.683 INFO O| Aug 02 17:18:27.683 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7544 | 2024-08-02T17:18:28.916Z | [ recovery-image] Aug 02 17:18:27.684 INFO O| Aug 02 17:18:27.684 INFO no lofi found |
7545 | 2024-08-02T17:18:28.916Z | [ recovery-image] Aug 02 17:18:27.684 INFO O| Aug 02 17:18:27.684 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7546 | 2024-08-02T17:18:28.916Z | [ recovery-image] Aug 02 17:18:27.684 INFO O| Aug 02 17:18:27.684 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7547 | 2024-08-02T17:18:29.009Z | [ host-image] Aug 02 17:18:27.780 INFO O| Aug 02 17:18:27.780 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7548 | 2024-08-02T17:18:30.353Z | [ host-image] Aug 02 17:18:29.124 INFO O| Aug 02 17:18:29.124 INFO O| Planning: Solver setup ... Done |
7549 | 2024-08-02T17:18:30.357Z | [ host-image] Aug 02 17:18:29.127 INFO O| Aug 02 17:18:29.127 INFO O| Planning: Running solver ... Done |
7550 | 2024-08-02T17:18:30.392Z | [ host-image] Aug 02 17:18:29.162 INFO O| Aug 02 17:18:29.162 INFO O| Planning: Finding local manifests ... Done |
7551 | 2024-08-02T17:18:30.395Z | [ host-image] Aug 02 17:18:29.163 INFO O| Aug 02 17:18:29.163 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7552 | 2024-08-02T17:18:30.450Z | [ host-image] Aug 02 17:18:29.221 INFO O| Aug 02 17:18:29.221 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7553 | 2024-08-02T17:18:30.468Z | [ host-image] Aug 02 17:18:29.239 INFO O| Aug 02 17:18:29.239 INFO O| Planning: Package planning ... Done |
7554 | 2024-08-02T17:18:30.471Z | [ host-image] Aug 02 17:18:29.239 INFO O| Aug 02 17:18:29.239 INFO O| Planning: Merging actions ... Done |
7555 | 2024-08-02T17:18:30.528Z | [ host-image] Aug 02 17:18:29.298 INFO O| Aug 02 17:18:29.298 INFO O| Planning: Checking for conflicting actions ... Done |
7556 | 2024-08-02T17:18:30.531Z | [ host-image] Aug 02 17:18:29.299 INFO O| Aug 02 17:18:29.299 INFO O| Planning: Consolidating action changes ... Done |
7557 | 2024-08-02T17:18:30.697Z | [ host-image] Aug 02 17:18:29.468 INFO O| Aug 02 17:18:29.468 INFO O| Planning: Evaluating mediators ... Done |
7558 | 2024-08-02T17:18:30.700Z | [ host-image] Aug 02 17:18:29.468 INFO O| Aug 02 17:18:29.468 INFO O| Planning: Planning completed in 1.69 seconds |
7559 | 2024-08-02T17:18:30.700Z | [ host-image] Aug 02 17:18:29.470 INFO O| Aug 02 17:18:29.470 INFO O| Packages to install: 1 |
7560 | 2024-08-02T17:18:30.709Z | [ host-image] Aug 02 17:18:29.480 INFO O| Aug 02 17:18:29.480 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
7561 | 2024-08-02T17:18:31.264Z | [ recovery-image] Aug 02 17:18:30.011 INFO O| Aug 02 17:18:30.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7562 | 2024-08-02T17:18:31.264Z | [ recovery-image] Aug 02 17:18:30.011 INFO O| Aug 02 17:18:30.011 INFO pool device = /dev/dsk/c2t1d0p0 |
7563 | 2024-08-02T17:18:31.267Z | [ recovery-image] Aug 02 17:18:30.011 INFO O| Aug 02 17:18:30.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"] |
7564 | 2024-08-02T17:18:31.327Z | [ recovery-image] Aug 02 17:18:30.098 INFO O| Aug 02 17:18:30.097 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7565 | 2024-08-02T17:18:31.327Z | [ recovery-image] Aug 02 17:18:30.098 INFO O| Aug 02 17:18:30.098 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7566 | 2024-08-02T17:18:31.345Z | [ recovery-image] Aug 02 17:18:30.116 INFO O| Aug 02 17:18:30.116 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7567 | 2024-08-02T17:18:31.350Z | [ host-image] Aug 02 17:18:30.121 INFO O| Aug 02 17:18:30.121 INFO O| Download: Completed 20.86 MB in 0.64 seconds (32.5M/s) |
7568 | 2024-08-02T17:18:31.377Z | [ host-image] Aug 02 17:18:30.147 INFO O| Aug 02 17:18:30.147 INFO O| Actions: 1/22 actions (Installing new actions) |
7569 | 2024-08-02T17:18:31.404Z | [ recovery-image] Aug 02 17:18:30.175 INFO O| Aug 02 17:18:30.175 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7570 | 2024-08-02T17:18:31.444Z | [ recovery-image] Aug 02 17:18:30.215 INFO O| Aug 02 17:18:30.214 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7571 | 2024-08-02T17:18:31.458Z | [ recovery-image] Aug 02 17:18:30.228 INFO O| Aug 02 17:18:30.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7572 | 2024-08-02T17:18:31.468Z | [ recovery-image] Aug 02 17:18:30.239 INFO O| Aug 02 17:18:30.239 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7573 | 2024-08-02T17:18:31.515Z | [ recovery-image] Aug 02 17:18:30.285 INFO O| Aug 02 17:18:30.285 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7574 | 2024-08-02T17:18:31.515Z | [ recovery-image] Aug 02 17:18:30.286 INFO O| Aug 02 17:18:30.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7575 | 2024-08-02T17:18:31.518Z | [ recovery-image] Aug 02 17:18:30.286 INFO O| Aug 02 17:18:30.286 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7576 | 2024-08-02T17:18:31.525Z | [ recovery-image] Aug 02 17:18:30.296 INFO O| Aug 02 17:18:30.296 INFO boot environment UUID: 9f5a6fbc-c8e4-4fc6-b493-f01295a45a64 |
7577 | 2024-08-02T17:18:31.525Z | [ recovery-image] Aug 02 17:18:30.296 INFO O| Aug 02 17:18:30.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9f5a6fbc-c8e4-4fc6-b493-f01295a45a64 |
7578 | 2024-08-02T17:18:31.534Z | [ recovery-image] Aug 02 17:18:30.305 INFO O| Aug 02 17:18:30.305 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7579 | 2024-08-02T17:18:31.544Z | [ recovery-image] Aug 02 17:18:30.315 INFO O| Aug 02 17:18:30.315 INFO STEP 0 (create_be) COMPLETE |
7580 | 2024-08-02T17:18:31.544Z | [ recovery-image] Aug 02 17:18:30.315 INFO O| Aug 02 17:18:30.315 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7581 | 2024-08-02T17:18:31.559Z | [ recovery-image] Aug 02 17:18:30.330 INFO O| Aug 02 17:18:30.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"] |
7582 | 2024-08-02T17:18:32.030Z | [ host-image] Aug 02 17:18:30.801 INFO O| Aug 02 17:18:30.800 INFO O| Actions: Completed 22 actions in 0.65 seconds. |
7583 | 2024-08-02T17:18:32.499Z | [ host-image] Aug 02 17:18:31.269 INFO O| Aug 02 17:18:31.269 INFO O| Done |
7584 | 2024-08-02T17:18:32.499Z | [ host-image] Aug 02 17:18:31.269 INFO O| Aug 02 17:18:31.269 INFO O| Done |
7585 | 2024-08-02T17:18:33.034Z | [ host-image] Aug 02 17:18:31.803 INFO O| Aug 02 17:18:31.803 INFO O| Done |
7586 | 2024-08-02T17:18:33.603Z | [ recovery-image] Aug 02 17:18:32.374 INFO O| Aug 02 17:18:32.374 INFO STEP 1 (unpack_tar) COMPLETE |
7587 | 2024-08-02T17:18:33.603Z | [ recovery-image] Aug 02 17:18:32.374 INFO O| Aug 02 17:18:32.374 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7588 | 2024-08-02T17:18:33.614Z | [ recovery-image] Aug 02 17:18:32.385 INFO O| Aug 02 17:18:32.385 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7589 | 2024-08-02T17:18:34.041Z | [ recovery-image] Aug 02 17:18:32.811 INFO O| Aug 02 17:18:32.811 INFO STEP 2 (devfsadm) COMPLETE |
7590 | 2024-08-02T17:18:34.041Z | [ recovery-image] Aug 02 17:18:32.811 INFO O| Aug 02 17:18:32.811 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7591 | 2024-08-02T17:18:34.052Z | [ recovery-image] Aug 02 17:18:32.822 INFO O| Aug 02 17:18:32.822 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7592 | 2024-08-02T17:18:34.052Z | [ recovery-image] Aug 02 17:18:32.822 INFO O| Aug 02 17:18:32.822 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7593 | 2024-08-02T17:18:34.052Z | [ recovery-image] Aug 02 17:18:32.822 INFO O| Aug 02 17:18:32.822 INFO STEP 3 (ensure_dir) COMPLETE |
7594 | 2024-08-02T17:18:34.054Z | [ recovery-image] Aug 02 17:18:32.822 INFO O| Aug 02 17:18:32.822 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7595 | 2024-08-02T17:18:34.062Z | [ recovery-image] Aug 02 17:18:32.832 INFO O| Aug 02 17:18:32.832 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7596 | 2024-08-02T17:18:34.062Z | [ recovery-image] Aug 02 17:18:32.832 INFO O| Aug 02 17:18:32.832 INFO STEP 4 (ensure_dir) COMPLETE |
7597 | 2024-08-02T17:18:34.065Z | [ recovery-image] Aug 02 17:18:32.832 INFO O| Aug 02 17:18:32.832 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7598 | 2024-08-02T17:18:34.072Z | [ recovery-image] Aug 02 17:18:32.843 INFO O| Aug 02 17:18:32.843 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7599 | 2024-08-02T17:18:34.072Z | [ recovery-image] Aug 02 17:18:32.843 INFO O| Aug 02 17:18:32.843 INFO STEP 5 (ensure_dir) COMPLETE |
7600 | 2024-08-02T17:18:34.075Z | [ recovery-image] Aug 02 17:18:32.843 INFO O| Aug 02 17:18:32.843 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7601 | 2024-08-02T17:18:34.083Z | [ recovery-image] Aug 02 17:18:32.853 INFO O| Aug 02 17:18:32.853 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7602 | 2024-08-02T17:18:34.085Z | [ recovery-image] Aug 02 17:18:32.854 INFO O| Aug 02 17:18:32.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7603 | 2024-08-02T17:18:34.085Z | [ recovery-image] Aug 02 17:18:32.854 INFO O| Aug 02 17:18:32.854 INFO STEP 6 (ensure_dir) COMPLETE |
7604 | 2024-08-02T17:18:34.085Z | [ recovery-image] Aug 02 17:18:32.854 INFO O| Aug 02 17:18:32.854 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7605 | 2024-08-02T17:18:34.095Z | [ recovery-image] Aug 02 17:18:32.866 INFO O| Aug 02 17:18:32.865 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7606 | 2024-08-02T17:18:34.095Z | [ recovery-image] Aug 02 17:18:32.866 INFO O| Aug 02 17:18:32.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7607 | 2024-08-02T17:18:34.098Z | [ recovery-image] Aug 02 17:18:32.866 INFO O| Aug 02 17:18:32.866 INFO STEP 7 (ensure_dir) COMPLETE |
7608 | 2024-08-02T17:18:34.098Z | [ recovery-image] Aug 02 17:18:32.866 INFO O| Aug 02 17:18:32.866 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7609 | 2024-08-02T17:18:34.106Z | [ recovery-image] Aug 02 17:18:32.876 INFO O| Aug 02 17:18:32.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7610 | 2024-08-02T17:18:34.108Z | [ recovery-image] Aug 02 17:18:32.877 INFO O| Aug 02 17:18:32.877 INFO STEP 8 (remove_files) COMPLETE |
7611 | 2024-08-02T17:18:34.108Z | [ recovery-image] Aug 02 17:18:32.877 INFO O| Aug 02 17:18:32.877 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7612 | 2024-08-02T17:18:34.116Z | [ recovery-image] Aug 02 17:18:32.887 INFO O| Aug 02 17:18:32.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7613 | 2024-08-02T17:18:34.119Z | [ recovery-image] Aug 02 17:18:32.888 INFO O| Aug 02 17:18:32.888 INFO STEP 9 (remove_files) COMPLETE |
7614 | 2024-08-02T17:18:34.119Z | [ recovery-image] Aug 02 17:18:32.888 INFO O| Aug 02 17:18:32.888 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7615 | 2024-08-02T17:18:34.127Z | [ recovery-image] Aug 02 17:18:32.898 INFO O| Aug 02 17:18:32.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7616 | 2024-08-02T17:18:34.130Z | [ recovery-image] Aug 02 17:18:32.898 INFO O| Aug 02 17:18:32.898 INFO STEP 10 (remove_files) COMPLETE |
7617 | 2024-08-02T17:18:34.130Z | [ recovery-image] Aug 02 17:18:32.898 INFO O| Aug 02 17:18:32.898 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7618 | 2024-08-02T17:18:34.137Z | [ recovery-image] Aug 02 17:18:32.908 INFO O| Aug 02 17:18:32.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7619 | 2024-08-02T17:18:34.140Z | [ recovery-image] Aug 02 17:18:32.908 INFO O| Aug 02 17:18:32.908 INFO STEP 11 (remove_files) COMPLETE |
7620 | 2024-08-02T17:18:34.140Z | [ recovery-image] Aug 02 17:18:32.908 INFO O| Aug 02 17:18:32.908 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7621 | 2024-08-02T17:18:34.147Z | [ recovery-image] Aug 02 17:18:32.918 INFO O| Aug 02 17:18:32.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7622 | 2024-08-02T17:18:34.147Z | [ recovery-image] Aug 02 17:18:32.918 INFO O| Aug 02 17:18:32.918 INFO STEP 12 (remove_files) COMPLETE |
7623 | 2024-08-02T17:18:34.148Z | [ recovery-image] Aug 02 17:18:32.918 INFO O| Aug 02 17:18:32.918 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7624 | 2024-08-02T17:18:34.157Z | [ recovery-image] Aug 02 17:18:32.928 INFO O| Aug 02 17:18:32.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7625 | 2024-08-02T17:18:34.160Z | [ recovery-image] Aug 02 17:18:32.928 INFO O| Aug 02 17:18:32.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7626 | 2024-08-02T17:18:34.160Z | [ recovery-image] Aug 02 17:18:32.928 INFO O| Aug 02 17:18:32.928 INFO STEP 13 (ensure_dir) COMPLETE |
7627 | 2024-08-02T17:18:34.160Z | [ recovery-image] Aug 02 17:18:32.928 INFO O| Aug 02 17:18:32.928 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7628 | 2024-08-02T17:18:34.167Z | [ recovery-image] Aug 02 17:18:32.938 INFO O| Aug 02 17:18:32.938 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7629 | 2024-08-02T17:18:34.170Z | [ recovery-image] Aug 02 17:18:32.938 INFO O| Aug 02 17:18:32.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7630 | 2024-08-02T17:18:34.170Z | [ recovery-image] Aug 02 17:18:32.938 INFO O| Aug 02 17:18:32.938 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7631 | 2024-08-02T17:18:34.170Z | [ recovery-image] Aug 02 17:18:32.938 INFO O| Aug 02 17:18:32.938 INFO STEP 14 (ensure_dir) COMPLETE |
7632 | 2024-08-02T17:18:34.170Z | [ recovery-image] Aug 02 17:18:32.938 INFO O| Aug 02 17:18:32.938 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7633 | 2024-08-02T17:18:34.179Z | [ recovery-image] Aug 02 17:18:32.949 INFO O| Aug 02 17:18:32.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7634 | 2024-08-02T17:18:34.179Z | [ recovery-image] Aug 02 17:18:32.950 INFO O| Aug 02 17:18:32.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7635 | 2024-08-02T17:18:34.181Z | [ recovery-image] Aug 02 17:18:32.950 INFO O| Aug 02 17:18:32.950 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7636 | 2024-08-02T17:18:34.181Z | [ recovery-image] Aug 02 17:18:32.950 INFO O| Aug 02 17:18:32.950 INFO STEP 15 (ensure_dir) COMPLETE |
7637 | 2024-08-02T17:18:34.181Z | [ recovery-image] Aug 02 17:18:32.950 INFO O| Aug 02 17:18:32.950 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7638 | 2024-08-02T17:18:34.188Z | [ recovery-image] Aug 02 17:18:32.959 INFO O| Aug 02 17:18:32.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7639 | 2024-08-02T17:18:34.188Z | [ recovery-image] Aug 02 17:18:32.959 INFO O| Aug 02 17:18:32.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7640 | 2024-08-02T17:18:34.192Z | [ recovery-image] Aug 02 17:18:32.959 INFO O| Aug 02 17:18:32.959 INFO STEP 16 (ensure_dir) COMPLETE |
7641 | 2024-08-02T17:18:34.192Z | [ recovery-image] Aug 02 17:18:32.959 INFO O| Aug 02 17:18:32.959 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7642 | 2024-08-02T17:18:34.201Z | [ recovery-image] Aug 02 17:18:32.971 INFO O| Aug 02 17:18:32.971 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7643 | 2024-08-02T17:18:34.201Z | [ recovery-image] Aug 02 17:18:32.971 INFO O| Aug 02 17:18:32.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7644 | 2024-08-02T17:18:34.203Z | [ recovery-image] Aug 02 17:18:32.971 INFO O| Aug 02 17:18:32.971 INFO STEP 17 (ensure_dir) COMPLETE |
7645 | 2024-08-02T17:18:34.204Z | [ recovery-image] Aug 02 17:18:32.971 INFO O| Aug 02 17:18:32.971 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7646 | 2024-08-02T17:18:34.211Z | [ recovery-image] Aug 02 17:18:32.982 INFO O| Aug 02 17:18:32.982 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7647 | 2024-08-02T17:18:34.211Z | [ recovery-image] Aug 02 17:18:32.982 INFO O| Aug 02 17:18:32.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7648 | 2024-08-02T17:18:34.214Z | [ recovery-image] Aug 02 17:18:32.982 INFO O| Aug 02 17:18:32.982 INFO ok! |
7649 | 2024-08-02T17:18:34.214Z | [ recovery-image] Aug 02 17:18:32.982 INFO O| Aug 02 17:18:32.982 INFO STEP 18 (ensure_symlink) COMPLETE |
7650 | 2024-08-02T17:18:34.214Z | [ recovery-image] Aug 02 17:18:32.982 INFO O| Aug 02 17:18:32.982 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7651 | 2024-08-02T17:18:34.221Z | [ recovery-image] Aug 02 17:18:32.992 INFO O| Aug 02 17:18:32.991 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7652 | 2024-08-02T17:18:34.221Z | [ recovery-image] Aug 02 17:18:32.992 INFO O| Aug 02 17:18:32.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7653 | 2024-08-02T17:18:34.221Z | [ recovery-image] Aug 02 17:18:32.992 INFO O| Aug 02 17:18:32.992 INFO ok! |
7654 | 2024-08-02T17:18:34.224Z | [ recovery-image] Aug 02 17:18:32.992 INFO O| Aug 02 17:18:32.992 INFO STEP 19 (ensure_file) COMPLETE |
7655 | 2024-08-02T17:18:34.224Z | [ recovery-image] Aug 02 17:18:32.992 INFO O| Aug 02 17:18:32.992 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7656 | 2024-08-02T17:18:34.253Z | [ recovery-image] Aug 02 17:18:33.022 INFO O| Aug 02 17:18:33.022 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7657 | 2024-08-02T17:18:34.256Z | [ recovery-image] Aug 02 17:18:33.022 INFO O| Aug 02 17:18:33.022 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7658 | 2024-08-02T17:18:34.256Z | [ recovery-image] Aug 02 17:18:33.022 INFO O| Aug 02 17:18:33.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7659 | 2024-08-02T17:18:34.256Z | [ recovery-image] Aug 02 17:18:33.022 INFO O| Aug 02 17:18:33.022 INFO ok! |
7660 | 2024-08-02T17:18:34.256Z | [ recovery-image] Aug 02 17:18:33.022 INFO O| Aug 02 17:18:33.022 INFO STEP 20 (ensure_symlink) COMPLETE |
7661 | 2024-08-02T17:18:34.256Z | [ recovery-image] Aug 02 17:18:33.022 INFO O| Aug 02 17:18:33.022 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7662 | 2024-08-02T17:18:34.277Z | [ recovery-image] Aug 02 17:18:33.045 INFO O| Aug 02 17:18:33.045 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7663 | 2024-08-02T17:18:34.277Z | [ recovery-image] Aug 02 17:18:33.045 INFO O| Aug 02 17:18:33.045 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7664 | 2024-08-02T17:18:34.281Z | [ recovery-image] Aug 02 17:18:33.045 INFO O| Aug 02 17:18:33.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7665 | 2024-08-02T17:18:34.281Z | [ recovery-image] Aug 02 17:18:33.046 INFO O| Aug 02 17:18:33.045 INFO ok! |
7666 | 2024-08-02T17:18:34.281Z | [ recovery-image] Aug 02 17:18:33.046 INFO O| Aug 02 17:18:33.046 INFO STEP 21 (ensure_symlink) COMPLETE |
7667 | 2024-08-02T17:18:34.281Z | [ recovery-image] Aug 02 17:18:33.046 INFO O| Aug 02 17:18:33.046 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7668 | 2024-08-02T17:18:34.295Z | [ recovery-image] Aug 02 17:18:33.066 INFO O| Aug 02 17:18:33.066 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7669 | 2024-08-02T17:18:34.296Z | [ recovery-image] Aug 02 17:18:33.066 INFO O| Aug 02 17:18:33.066 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7670 | 2024-08-02T17:18:34.299Z | [ recovery-image] Aug 02 17:18:33.067 INFO O| Aug 02 17:18:33.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7671 | 2024-08-02T17:18:34.299Z | [ recovery-image] Aug 02 17:18:33.067 INFO O| Aug 02 17:18:33.067 INFO ok! |
7672 | 2024-08-02T17:18:34.299Z | [ recovery-image] Aug 02 17:18:33.067 INFO O| Aug 02 17:18:33.067 INFO STEP 22 (ensure_symlink) COMPLETE |
7673 | 2024-08-02T17:18:34.299Z | [ recovery-image] Aug 02 17:18:33.067 INFO O| Aug 02 17:18:33.067 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7674 | 2024-08-02T17:18:34.317Z | [ recovery-image] Aug 02 17:18:33.087 INFO O| Aug 02 17:18:33.087 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7675 | 2024-08-02T17:18:34.320Z | [ recovery-image] Aug 02 17:18:33.088 INFO O| Aug 02 17:18:33.088 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7676 | 2024-08-02T17:18:34.320Z | [ recovery-image] Aug 02 17:18:33.088 INFO O| Aug 02 17:18:33.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7677 | 2024-08-02T17:18:34.320Z | [ recovery-image] Aug 02 17:18:33.088 INFO O| Aug 02 17:18:33.088 INFO ok! |
7678 | 2024-08-02T17:18:34.320Z | [ recovery-image] Aug 02 17:18:33.088 INFO O| Aug 02 17:18:33.088 INFO STEP 23 (ensure_symlink) COMPLETE |
7679 | 2024-08-02T17:18:34.320Z | [ recovery-image] Aug 02 17:18:33.088 INFO O| Aug 02 17:18:33.088 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7680 | 2024-08-02T17:18:34.340Z | [ recovery-image] Aug 02 17:18:33.109 INFO O| Aug 02 17:18:33.107 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7681 | 2024-08-02T17:18:34.341Z | [ recovery-image] Aug 02 17:18:33.109 INFO O| Aug 02 17:18:33.107 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 ... |
7682 | 2024-08-02T17:18:34.341Z | [ recovery-image] Aug 02 17:18:33.109 INFO O| Aug 02 17:18:33.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7683 | 2024-08-02T17:18:34.341Z | [ recovery-image] Aug 02 17:18:33.109 INFO O| Aug 02 17:18:33.107 INFO ok! |
7684 | 2024-08-02T17:18:34.341Z | [ recovery-image] Aug 02 17:18:33.109 INFO O| Aug 02 17:18:33.107 INFO STEP 24 (ensure_file) COMPLETE |
7685 | 2024-08-02T17:18:34.341Z | [ recovery-image] Aug 02 17:18:33.109 INFO O| Aug 02 17:18:33.107 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7686 | 2024-08-02T17:18:34.352Z | [ recovery-image] Aug 02 17:18:33.123 INFO O| Aug 02 17:18:33.123 INFO updating shadow file |
7687 | 2024-08-02T17:18:34.355Z | [ recovery-image] Aug 02 17:18:33.123 INFO O| Aug 02 17:18:33.123 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7688 | 2024-08-02T17:18:34.355Z | [ recovery-image] Aug 02 17:18:33.123 INFO O| Aug 02 17:18:33.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7689 | 2024-08-02T17:18:34.355Z | [ recovery-image] Aug 02 17:18:33.123 INFO O| Aug 02 17:18:33.123 INFO STEP 25 (shadow) COMPLETE |
7690 | 2024-08-02T17:18:34.355Z | [ recovery-image] Aug 02 17:18:33.123 INFO O| Aug 02 17:18:33.123 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7691 | 2024-08-02T17:18:34.364Z | [ recovery-image] Aug 02 17:18:33.135 INFO O| Aug 02 17:18:33.135 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7692 | 2024-08-02T17:18:34.364Z | [ recovery-image] Aug 02 17:18:33.135 INFO O| Aug 02 17:18:33.135 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7693 | 2024-08-02T17:18:34.367Z | [ recovery-image] Aug 02 17:18:33.135 INFO O| Aug 02 17:18:33.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7694 | 2024-08-02T17:18:34.367Z | [ recovery-image] Aug 02 17:18:33.135 INFO O| Aug 02 17:18:33.135 INFO ok! |
7695 | 2024-08-02T17:18:34.367Z | [ recovery-image] Aug 02 17:18:33.135 INFO O| Aug 02 17:18:33.135 INFO STEP 26 (ensure_file) COMPLETE |
7696 | 2024-08-02T17:18:34.367Z | [ recovery-image] Aug 02 17:18:33.135 INFO O| Aug 02 17:18:33.135 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7697 | 2024-08-02T17:18:34.376Z | [ recovery-image] Aug 02 17:18:33.146 INFO O| Aug 02 17:18:33.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7698 | 2024-08-02T17:18:34.376Z | [ recovery-image] Aug 02 17:18:33.146 INFO O| Aug 02 17:18:33.146 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7699 | 2024-08-02T17:18:34.378Z | [ recovery-image] Aug 02 17:18:33.146 INFO O| Aug 02 17:18:33.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7700 | 2024-08-02T17:18:34.378Z | [ recovery-image] Aug 02 17:18:33.146 INFO O| Aug 02 17:18:33.146 INFO ok! |
7701 | 2024-08-02T17:18:34.378Z | [ recovery-image] Aug 02 17:18:33.146 INFO O| Aug 02 17:18:33.146 INFO STEP 27 (ensure_file) COMPLETE |
7702 | 2024-08-02T17:18:34.378Z | [ recovery-image] Aug 02 17:18:33.146 INFO O| Aug 02 17:18:33.146 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7703 | 2024-08-02T17:18:34.388Z | [ recovery-image] Aug 02 17:18:33.158 INFO O| Aug 02 17:18:33.158 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7704 | 2024-08-02T17:18:34.388Z | [ recovery-image] Aug 02 17:18:33.158 INFO O| Aug 02 17:18:33.158 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7705 | 2024-08-02T17:18:34.391Z | [ recovery-image] Aug 02 17:18:33.159 INFO O| Aug 02 17:18:33.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7706 | 2024-08-02T17:18:34.391Z | [ recovery-image] Aug 02 17:18:33.159 INFO O| Aug 02 17:18:33.159 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7707 | 2024-08-02T17:18:34.391Z | [ recovery-image] Aug 02 17:18:33.159 INFO O| Aug 02 17:18:33.159 INFO ok! |
7708 | 2024-08-02T17:18:34.391Z | [ recovery-image] Aug 02 17:18:33.159 INFO O| Aug 02 17:18:33.159 INFO STEP 28 (ensure_file) COMPLETE |
7709 | 2024-08-02T17:18:34.391Z | [ recovery-image] Aug 02 17:18:33.159 INFO O| Aug 02 17:18:33.159 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7710 | 2024-08-02T17:18:34.399Z | [ recovery-image] Aug 02 17:18:33.170 INFO O| Aug 02 17:18:33.170 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7711 | 2024-08-02T17:18:34.399Z | [ recovery-image] Aug 02 17:18:33.170 INFO O| Aug 02 17:18:33.170 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7712 | 2024-08-02T17:18:34.402Z | [ recovery-image] Aug 02 17:18:33.170 INFO O| Aug 02 17:18:33.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7713 | 2024-08-02T17:18:34.402Z | [ recovery-image] Aug 02 17:18:33.170 INFO O| Aug 02 17:18:33.170 INFO ok! |
7714 | 2024-08-02T17:18:34.402Z | [ recovery-image] Aug 02 17:18:33.170 INFO O| Aug 02 17:18:33.170 INFO STEP 29 (ensure_file) COMPLETE |
7715 | 2024-08-02T17:18:34.402Z | [ recovery-image] Aug 02 17:18:33.170 INFO O| Aug 02 17:18:33.170 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7716 | 2024-08-02T17:18:34.410Z | [ recovery-image] Aug 02 17:18:33.181 INFO O| Aug 02 17:18:33.181 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7717 | 2024-08-02T17:18:34.410Z | [ recovery-image] Aug 02 17:18:33.181 INFO O| Aug 02 17:18:33.181 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7718 | 2024-08-02T17:18:34.413Z | [ recovery-image] Aug 02 17:18:33.181 INFO O| Aug 02 17:18:33.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7719 | 2024-08-02T17:18:34.413Z | [ recovery-image] Aug 02 17:18:33.181 INFO O| Aug 02 17:18:33.181 INFO ok! |
7720 | 2024-08-02T17:18:34.413Z | [ recovery-image] Aug 02 17:18:33.181 INFO O| Aug 02 17:18:33.181 INFO STEP 30 (ensure_file) COMPLETE |
7721 | 2024-08-02T17:18:34.413Z | [ recovery-image] Aug 02 17:18:33.181 INFO O| Aug 02 17:18:33.181 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7722 | 2024-08-02T17:18:34.422Z | [ recovery-image] Aug 02 17:18:33.192 INFO O| Aug 02 17:18:33.192 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7723 | 2024-08-02T17:18:34.422Z | [ recovery-image] Aug 02 17:18:33.192 INFO O| Aug 02 17:18:33.192 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7724 | 2024-08-02T17:18:34.424Z | [ recovery-image] Aug 02 17:18:33.192 INFO O| Aug 02 17:18:33.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7725 | 2024-08-02T17:18:34.425Z | [ recovery-image] Aug 02 17:18:33.193 INFO O| Aug 02 17:18:33.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7726 | 2024-08-02T17:18:34.425Z | [ recovery-image] Aug 02 17:18:33.193 INFO O| Aug 02 17:18:33.192 INFO ok! |
7727 | 2024-08-02T17:18:34.425Z | [ recovery-image] Aug 02 17:18:33.193 INFO O| Aug 02 17:18:33.193 INFO STEP 31 (ensure_file) COMPLETE |
7728 | 2024-08-02T17:18:34.425Z | [ recovery-image] Aug 02 17:18:33.193 INFO O| Aug 02 17:18:33.193 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7729 | 2024-08-02T17:18:34.433Z | [ recovery-image] Aug 02 17:18:33.204 INFO O| Aug 02 17:18:33.204 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7730 | 2024-08-02T17:18:34.433Z | [ recovery-image] Aug 02 17:18:33.204 INFO O| Aug 02 17:18:33.204 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7731 | 2024-08-02T17:18:34.436Z | [ recovery-image] Aug 02 17:18:33.204 INFO O| Aug 02 17:18:33.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7732 | 2024-08-02T17:18:34.436Z | [ recovery-image] Aug 02 17:18:33.204 INFO O| Aug 02 17:18:33.204 INFO ok! |
7733 | 2024-08-02T17:18:34.436Z | [ recovery-image] Aug 02 17:18:33.204 INFO O| Aug 02 17:18:33.204 INFO STEP 32 (ensure_file) COMPLETE |
7734 | 2024-08-02T17:18:34.436Z | [ recovery-image] Aug 02 17:18:33.204 INFO O| Aug 02 17:18:33.204 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7735 | 2024-08-02T17:18:34.444Z | [ recovery-image] Aug 02 17:18:33.215 INFO O| Aug 02 17:18:33.215 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7736 | 2024-08-02T17:18:34.447Z | [ recovery-image] Aug 02 17:18:33.215 INFO O| Aug 02 17:18:33.215 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7737 | 2024-08-02T17:18:34.448Z | [ recovery-image] Aug 02 17:18:33.215 INFO O| Aug 02 17:18:33.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7738 | 2024-08-02T17:18:34.448Z | [ recovery-image] Aug 02 17:18:33.215 INFO O| Aug 02 17:18:33.215 INFO ok! |
7739 | 2024-08-02T17:18:34.448Z | [ recovery-image] Aug 02 17:18:33.215 INFO O| Aug 02 17:18:33.215 INFO STEP 33 (ensure_file) COMPLETE |
7740 | 2024-08-02T17:18:34.448Z | [ recovery-image] Aug 02 17:18:33.215 INFO O| Aug 02 17:18:33.215 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7741 | 2024-08-02T17:18:34.458Z | [ recovery-image] Aug 02 17:18:33.228 INFO O| Aug 02 17:18:33.228 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7742 | 2024-08-02T17:18:34.458Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.228 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7743 | 2024-08-02T17:18:34.462Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.229 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7744 | 2024-08-02T17:18:34.462Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.229 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7745 | 2024-08-02T17:18:34.462Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.229 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7746 | 2024-08-02T17:18:34.462Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.229 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7747 | 2024-08-02T17:18:34.462Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.229 INFO ok! |
7748 | 2024-08-02T17:18:34.462Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.229 INFO STEP 34 (ensure_file) COMPLETE |
7749 | 2024-08-02T17:18:34.462Z | [ recovery-image] Aug 02 17:18:33.229 INFO O| Aug 02 17:18:33.229 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7750 | 2024-08-02T17:18:34.469Z | [ recovery-image] Aug 02 17:18:33.240 INFO O| Aug 02 17:18:33.240 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7751 | 2024-08-02T17:18:34.469Z | [ recovery-image] Aug 02 17:18:33.240 INFO O| Aug 02 17:18:33.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7752 | 2024-08-02T17:18:34.472Z | [ recovery-image] Aug 02 17:18:33.240 INFO O| Aug 02 17:18:33.240 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7753 | 2024-08-02T17:18:34.472Z | [ recovery-image] Aug 02 17:18:33.240 INFO O| Aug 02 17:18:33.240 INFO STEP 35 (ensure_dir) COMPLETE |
7754 | 2024-08-02T17:18:34.472Z | [ recovery-image] Aug 02 17:18:33.240 INFO O| Aug 02 17:18:33.240 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7755 | 2024-08-02T17:18:34.481Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 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 |
7756 | 2024-08-02T17:18:34.481Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 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 ... |
7757 | 2024-08-02T17:18:34.484Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 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 |
7758 | 2024-08-02T17:18:34.484Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 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 |
7759 | 2024-08-02T17:18:34.484Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 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 |
7760 | 2024-08-02T17:18:34.484Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 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 |
7761 | 2024-08-02T17:18:34.484Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 INFO ok! |
7762 | 2024-08-02T17:18:34.484Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 INFO STEP 36 (ensure_file) COMPLETE |
7763 | 2024-08-02T17:18:34.484Z | [ recovery-image] Aug 02 17:18:33.252 INFO O| Aug 02 17:18:33.252 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7764 | 2024-08-02T17:18:34.493Z | [ recovery-image] Aug 02 17:18:33.264 INFO O| Aug 02 17:18:33.264 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7765 | 2024-08-02T17:18:34.494Z | [ recovery-image] Aug 02 17:18:33.264 INFO O| Aug 02 17:18:33.264 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 ... |
7766 | 2024-08-02T17:18:34.496Z | [ recovery-image] Aug 02 17:18:33.264 INFO O| Aug 02 17:18:33.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7767 | 2024-08-02T17:18:34.496Z | [ recovery-image] Aug 02 17:18:33.264 INFO O| Aug 02 17:18:33.264 INFO ok! |
7768 | 2024-08-02T17:18:34.497Z | [ recovery-image] Aug 02 17:18:33.264 INFO O| Aug 02 17:18:33.264 INFO STEP 37 (ensure_symlink) COMPLETE |
7769 | 2024-08-02T17:18:34.497Z | [ recovery-image] Aug 02 17:18:33.264 INFO O| Aug 02 17:18:33.264 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7770 | 2024-08-02T17:18:34.506Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7771 | 2024-08-02T17:18:34.506Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7772 | 2024-08-02T17:18:34.509Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7773 | 2024-08-02T17:18:34.509Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7774 | 2024-08-02T17:18:34.509Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7775 | 2024-08-02T17:18:34.509Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7776 | 2024-08-02T17:18:34.509Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO ok! |
7777 | 2024-08-02T17:18:34.510Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO STEP 38 (ensure_file) COMPLETE |
7778 | 2024-08-02T17:18:34.510Z | [ recovery-image] Aug 02 17:18:33.277 INFO O| Aug 02 17:18:33.277 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7779 | 2024-08-02T17:18:34.520Z | [ recovery-image] Aug 02 17:18:33.291 INFO O| Aug 02 17:18:33.291 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7780 | 2024-08-02T17:18:34.521Z | [ recovery-image] Aug 02 17:18:33.291 INFO O| Aug 02 17:18:33.291 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 ... |
7781 | 2024-08-02T17:18:34.524Z | [ recovery-image] Aug 02 17:18:33.291 INFO O| Aug 02 17:18:33.291 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 |
7782 | 2024-08-02T17:18:34.524Z | [ recovery-image] Aug 02 17:18:33.291 INFO O| Aug 02 17:18:33.291 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7783 | 2024-08-02T17:18:34.524Z | [ recovery-image] Aug 02 17:18:33.291 INFO O| Aug 02 17:18:33.291 INFO ok! |
7784 | 2024-08-02T17:18:34.524Z | [ recovery-image] Aug 02 17:18:33.291 INFO O| Aug 02 17:18:33.291 INFO STEP 39 (ensure_file) COMPLETE |
7785 | 2024-08-02T17:18:34.524Z | [ recovery-image] Aug 02 17:18:33.291 INFO O| Aug 02 17:18:33.291 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7786 | 2024-08-02T17:18:34.534Z | [ recovery-image] Aug 02 17:18:33.305 INFO O| Aug 02 17:18:33.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7787 | 2024-08-02T17:18:34.534Z | [ recovery-image] Aug 02 17:18:33.305 INFO O| Aug 02 17:18:33.305 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7788 | 2024-08-02T17:18:34.537Z | [ recovery-image] Aug 02 17:18:33.305 INFO O| Aug 02 17:18:33.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7789 | 2024-08-02T17:18:34.537Z | [ recovery-image] Aug 02 17:18:33.305 INFO O| Aug 02 17:18:33.305 INFO ok! |
7790 | 2024-08-02T17:18:34.537Z | [ recovery-image] Aug 02 17:18:33.305 INFO O| Aug 02 17:18:33.305 INFO STEP 40 (ensure_file) COMPLETE |
7791 | 2024-08-02T17:18:34.537Z | [ recovery-image] Aug 02 17:18:33.305 INFO O| Aug 02 17:18:33.305 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7792 | 2024-08-02T17:18:34.546Z | [ recovery-image] Aug 02 17:18:33.317 INFO O| Aug 02 17:18:33.317 INFO updating shadow file |
7793 | 2024-08-02T17:18:34.549Z | [ recovery-image] Aug 02 17:18:33.317 INFO O| Aug 02 17:18:33.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7794 | 2024-08-02T17:18:34.549Z | [ recovery-image] Aug 02 17:18:33.317 INFO O| Aug 02 17:18:33.317 INFO STEP 41 (shadow) COMPLETE |
7795 | 2024-08-02T17:18:34.549Z | [ recovery-image] Aug 02 17:18:33.317 INFO O| Aug 02 17:18:33.317 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7796 | 2024-08-02T17:18:34.559Z | [ recovery-image] Aug 02 17:18:33.330 INFO O| Aug 02 17:18:33.330 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7797 | 2024-08-02T17:18:34.559Z | [ recovery-image] Aug 02 17:18:33.330 INFO O| Aug 02 17:18:33.330 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7798 | 2024-08-02T17:18:34.562Z | [ recovery-image] Aug 02 17:18:33.330 INFO O| Aug 02 17:18:33.330 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7799 | 2024-08-02T17:18:34.562Z | [ recovery-image] Aug 02 17:18:33.330 INFO O| Aug 02 17:18:33.330 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7800 | 2024-08-02T17:18:34.562Z | [ recovery-image] Aug 02 17:18:33.330 INFO O| Aug 02 17:18:33.330 INFO ok! |
7801 | 2024-08-02T17:18:34.562Z | [ recovery-image] Aug 02 17:18:33.330 INFO O| Aug 02 17:18:33.330 INFO STEP 42 (ensure_file) COMPLETE |
7802 | 2024-08-02T17:18:34.562Z | [ recovery-image] Aug 02 17:18:33.330 INFO O| Aug 02 17:18:33.330 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7803 | 2024-08-02T17:18:34.572Z | [ recovery-image] Aug 02 17:18:33.342 INFO O| Aug 02 17:18:33.342 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7804 | 2024-08-02T17:18:34.575Z | [ recovery-image] Aug 02 17:18:33.343 INFO O| Aug 02 17:18:33.342 INFO STEP 43 (ensure_dir) COMPLETE |
7805 | 2024-08-02T17:18:34.575Z | [ recovery-image] Aug 02 17:18:33.343 INFO O| Aug 02 17:18:33.343 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7806 | 2024-08-02T17:18:34.585Z | [ recovery-image] Aug 02 17:18:33.355 INFO O| Aug 02 17:18:33.355 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7807 | 2024-08-02T17:18:34.588Z | [ recovery-image] Aug 02 17:18:33.355 INFO O| Aug 02 17:18:33.355 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7808 | 2024-08-02T17:18:34.588Z | [ recovery-image] Aug 02 17:18:33.355 INFO O| Aug 02 17:18:33.355 INFO STEP 44 (ensure_dir) COMPLETE |
7809 | 2024-08-02T17:18:34.588Z | [ recovery-image] Aug 02 17:18:33.355 INFO O| Aug 02 17:18:33.355 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7810 | 2024-08-02T17:18:34.597Z | [ recovery-image] Aug 02 17:18:33.367 INFO O| Aug 02 17:18:33.367 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7811 | 2024-08-02T17:18:34.597Z | [ recovery-image] Aug 02 17:18:33.367 INFO O| Aug 02 17:18:33.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7812 | 2024-08-02T17:18:34.600Z | [ recovery-image] Aug 02 17:18:33.367 INFO O| Aug 02 17:18:33.367 INFO STEP 45 (ensure_dir) COMPLETE |
7813 | 2024-08-02T17:18:34.600Z | [ recovery-image] Aug 02 17:18:33.368 INFO O| Aug 02 17:18:33.367 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7814 | 2024-08-02T17:18:34.610Z | [ recovery-image] Aug 02 17:18:33.381 INFO O| Aug 02 17:18:33.381 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7815 | 2024-08-02T17:18:34.613Z | [ recovery-image] Aug 02 17:18:33.381 INFO O| Aug 02 17:18:33.381 INFO copying /tmp/.tmp5JSm0w/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7816 | 2024-08-02T17:18:34.645Z | [ recovery-image] Aug 02 17:18:33.416 INFO O| Aug 02 17:18:33.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7817 | 2024-08-02T17:18:34.645Z | [ recovery-image] Aug 02 17:18:33.416 INFO O| Aug 02 17:18:33.416 INFO ok! |
7818 | 2024-08-02T17:18:34.648Z | [ recovery-image] Aug 02 17:18:33.416 INFO O| Aug 02 17:18:33.416 INFO STEP 46 (ensure_file) COMPLETE |
7819 | 2024-08-02T17:18:34.648Z | [ recovery-image] Aug 02 17:18:33.416 INFO O| Aug 02 17:18:33.416 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7820 | 2024-08-02T17:18:34.657Z | [ recovery-image] Aug 02 17:18:33.428 INFO O| Aug 02 17:18:33.428 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7821 | 2024-08-02T17:18:34.657Z | [ recovery-image] Aug 02 17:18:33.428 INFO O| Aug 02 17:18:33.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7822 | 2024-08-02T17:18:34.660Z | [ recovery-image] Aug 02 17:18:33.428 INFO O| Aug 02 17:18:33.428 INFO STEP 47 (ensure_dir) COMPLETE |
7823 | 2024-08-02T17:18:34.660Z | [ recovery-image] Aug 02 17:18:33.428 INFO O| Aug 02 17:18:33.428 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7824 | 2024-08-02T17:18:34.668Z | [ recovery-image] Aug 02 17:18:33.439 INFO O| Aug 02 17:18:33.438 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7825 | 2024-08-02T17:18:34.668Z | [ recovery-image] Aug 02 17:18:33.439 INFO O| Aug 02 17:18:33.438 INFO copying /tmp/.tmp5JSm0w/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7826 | 2024-08-02T17:18:34.671Z | [ recovery-image] Aug 02 17:18:33.439 INFO O| Aug 02 17:18:33.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7827 | 2024-08-02T17:18:34.671Z | [ recovery-image] Aug 02 17:18:33.439 INFO O| Aug 02 17:18:33.439 INFO ok! |
7828 | 2024-08-02T17:18:34.671Z | [ recovery-image] Aug 02 17:18:33.439 INFO O| Aug 02 17:18:33.439 INFO STEP 48 (ensure_file) COMPLETE |
7829 | 2024-08-02T17:18:34.671Z | [ recovery-image] Aug 02 17:18:33.439 INFO O| Aug 02 17:18:33.439 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7830 | 2024-08-02T17:18:34.678Z | [ recovery-image] Aug 02 17:18:33.449 INFO O| Aug 02 17:18:33.448 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7831 | 2024-08-02T17:18:34.678Z | [ recovery-image] Aug 02 17:18:33.449 INFO O| Aug 02 17:18:33.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7832 | 2024-08-02T17:18:34.680Z | [ recovery-image] Aug 02 17:18:33.449 INFO O| Aug 02 17:18:33.449 INFO STEP 49 (ensure_dir) COMPLETE |
7833 | 2024-08-02T17:18:34.681Z | [ recovery-image] Aug 02 17:18:33.449 INFO O| Aug 02 17:18:33.449 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7834 | 2024-08-02T17:18:34.689Z | [ recovery-image] Aug 02 17:18:33.459 INFO O| Aug 02 17:18:33.459 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7835 | 2024-08-02T17:18:34.689Z | [ recovery-image] Aug 02 17:18:33.459 INFO O| Aug 02 17:18:33.459 INFO copying /tmp/.tmp5JSm0w/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7836 | 2024-08-02T17:18:34.703Z | [ recovery-image] Aug 02 17:18:33.474 INFO O| Aug 02 17:18:33.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7837 | 2024-08-02T17:18:34.703Z | [ recovery-image] Aug 02 17:18:33.474 INFO O| Aug 02 17:18:33.473 INFO ok! |
7838 | 2024-08-02T17:18:34.703Z | [ recovery-image] Aug 02 17:18:33.474 INFO O| Aug 02 17:18:33.474 INFO STEP 50 (ensure_file) COMPLETE |
7839 | 2024-08-02T17:18:34.706Z | [ recovery-image] Aug 02 17:18:33.474 INFO O| Aug 02 17:18:33.474 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7840 | 2024-08-02T17:18:34.715Z | [ recovery-image] Aug 02 17:18:33.485 INFO O| Aug 02 17:18:33.485 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7841 | 2024-08-02T17:18:34.715Z | [ recovery-image] Aug 02 17:18:33.485 INFO O| Aug 02 17:18:33.485 INFO copying /tmp/.tmp5JSm0w/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7842 | 2024-08-02T17:18:34.785Z | [ host-image] Aug 02 17:18:33.555 INFO O| Aug 02 17:18:33.555 INFO O| Done |
7843 | 2024-08-02T17:18:34.836Z | [ host-image] Aug 02 17:18:33.607 INFO O| Aug 02 17:18:33.606 INFO O| Done |
7844 | 2024-08-02T17:18:34.839Z | [ host-image] Aug 02 17:18:33.607 INFO O| Aug 02 17:18:33.607 INFO O| Done |
7845 | 2024-08-02T17:18:34.855Z | [ host-image] Aug 02 17:18:33.625 INFO O| Aug 02 17:18:33.625 INFO O| Done |
7846 | 2024-08-02T17:18:35.040Z | [ host-image] Aug 02 17:18:33.810 INFO O| Aug 02 17:18:33.810 INFO STEP 14 (pkg_install) COMPLETE |
7847 | 2024-08-02T17:18:35.040Z | [ host-image] Aug 02 17:18:33.810 INFO O| Aug 02 17:18:33.810 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7848 | 2024-08-02T17:18:35.043Z | [ host-image] Aug 02 17:18:33.810 INFO O| Aug 02 17:18:33.810 INFO skip step because feature "mfg" is not enabled |
7849 | 2024-08-02T17:18:35.043Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.810 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7850 | 2024-08-02T17:18:35.044Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.810 INFO skip step because feature "compliance" is not enabled |
7851 | 2024-08-02T17:18:35.044Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.810 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7852 | 2024-08-02T17:18:35.044Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.810 INFO skip step because feature "stress" is not enabled |
7853 | 2024-08-02T17:18:35.044Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.810 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7854 | 2024-08-02T17:18:35.044Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.811 INFO skip step because feature "nfs" is not enabled |
7855 | 2024-08-02T17:18:35.044Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.811 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7856 | 2024-08-02T17:18:35.044Z | [ host-image] Aug 02 17:18:33.811 INFO O| Aug 02 17:18:33.811 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7857 | 2024-08-02T17:18:35.154Z | [ recovery-image] Aug 02 17:18:33.925 INFO O| Aug 02 17:18:33.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7858 | 2024-08-02T17:18:35.155Z | [ recovery-image] Aug 02 17:18:33.925 INFO O| Aug 02 17:18:33.925 INFO ok! |
7859 | 2024-08-02T17:18:35.155Z | [ recovery-image] Aug 02 17:18:33.925 INFO O| Aug 02 17:18:33.925 INFO STEP 51 (ensure_file) COMPLETE |
7860 | 2024-08-02T17:18:35.159Z | [ recovery-image] Aug 02 17:18:33.925 INFO O| Aug 02 17:18:33.925 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7861 | 2024-08-02T17:18:35.166Z | [ recovery-image] Aug 02 17:18:33.937 INFO O| Aug 02 17:18:33.937 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7862 | 2024-08-02T17:18:35.166Z | [ recovery-image] Aug 02 17:18:33.937 INFO O| Aug 02 17:18:33.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7863 | 2024-08-02T17:18:35.169Z | [ recovery-image] Aug 02 17:18:33.937 INFO O| Aug 02 17:18:33.937 INFO STEP 52 (ensure_dir) COMPLETE |
7864 | 2024-08-02T17:18:35.169Z | [ recovery-image] Aug 02 17:18:33.937 INFO O| Aug 02 17:18:33.937 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7865 | 2024-08-02T17:18:35.176Z | [ recovery-image] Aug 02 17:18:33.947 INFO O| Aug 02 17:18:33.947 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7866 | 2024-08-02T17:18:35.176Z | [ recovery-image] Aug 02 17:18:33.947 INFO O| Aug 02 17:18:33.947 INFO copying /tmp/.tmp5JSm0w/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 ... |
7867 | 2024-08-02T17:18:35.180Z | [ recovery-image] Aug 02 17:18:33.947 INFO O| Aug 02 17:18:33.947 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 |
7868 | 2024-08-02T17:18:35.180Z | [ recovery-image] Aug 02 17:18:33.947 INFO O| Aug 02 17:18:33.947 INFO ok! |
7869 | 2024-08-02T17:18:35.180Z | [ recovery-image] Aug 02 17:18:33.947 INFO O| Aug 02 17:18:33.947 INFO STEP 53 (ensure_file) COMPLETE |
7870 | 2024-08-02T17:18:35.180Z | [ recovery-image] Aug 02 17:18:33.947 INFO O| Aug 02 17:18:33.947 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7871 | 2024-08-02T17:18:35.187Z | [ recovery-image] Aug 02 17:18:33.957 INFO O| Aug 02 17:18:33.957 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7872 | 2024-08-02T17:18:35.190Z | [ recovery-image] Aug 02 17:18:33.957 INFO O| Aug 02 17:18:33.957 INFO copying /tmp/.tmp5JSm0w/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 ... |
7873 | 2024-08-02T17:18:35.190Z | [ recovery-image] Aug 02 17:18:33.958 INFO O| Aug 02 17:18:33.957 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 |
7874 | 2024-08-02T17:18:35.190Z | [ recovery-image] Aug 02 17:18:33.958 INFO O| Aug 02 17:18:33.958 INFO ok! |
7875 | 2024-08-02T17:18:35.190Z | [ recovery-image] Aug 02 17:18:33.958 INFO O| Aug 02 17:18:33.958 INFO STEP 54 (ensure_file) COMPLETE |
7876 | 2024-08-02T17:18:35.190Z | [ recovery-image] Aug 02 17:18:33.958 INFO O| Aug 02 17:18:33.958 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7877 | 2024-08-02T17:18:35.194Z | [ host-image] Aug 02 17:18:33.965 INFO O| Aug 02 17:18:33.965 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7878 | 2024-08-02T17:18:35.198Z | [ recovery-image] Aug 02 17:18:33.968 INFO O| Aug 02 17:18:33.968 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7879 | 2024-08-02T17:18:35.198Z | [ recovery-image] Aug 02 17:18:33.969 INFO O| Aug 02 17:18:33.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7880 | 2024-08-02T17:18:35.200Z | [ recovery-image] Aug 02 17:18:33.969 INFO O| Aug 02 17:18:33.969 INFO STEP 55 (ensure_dir) COMPLETE |
7881 | 2024-08-02T17:18:35.200Z | [ recovery-image] Aug 02 17:18:33.969 INFO O| Aug 02 17:18:33.969 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7882 | 2024-08-02T17:18:35.209Z | [ recovery-image] Aug 02 17:18:33.979 INFO O| Aug 02 17:18:33.979 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7883 | 2024-08-02T17:18:35.212Z | [ recovery-image] Aug 02 17:18:33.979 INFO O| Aug 02 17:18:33.979 INFO copying /tmp/.tmp5JSm0w/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 ... |
7884 | 2024-08-02T17:18:35.212Z | [ recovery-image] Aug 02 17:18:33.979 INFO O| Aug 02 17:18:33.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7885 | 2024-08-02T17:18:35.212Z | [ recovery-image] Aug 02 17:18:33.979 INFO O| Aug 02 17:18:33.979 INFO ok! |
7886 | 2024-08-02T17:18:35.212Z | [ recovery-image] Aug 02 17:18:33.979 INFO O| Aug 02 17:18:33.979 INFO STEP 56 (ensure_file) COMPLETE |
7887 | 2024-08-02T17:18:35.212Z | [ recovery-image] Aug 02 17:18:33.979 INFO O| Aug 02 17:18:33.979 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7888 | 2024-08-02T17:18:35.220Z | [ recovery-image] Aug 02 17:18:33.991 INFO O| Aug 02 17:18:33.990 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7889 | 2024-08-02T17:18:35.220Z | [ recovery-image] Aug 02 17:18:33.991 INFO O| Aug 02 17:18:33.991 INFO copying /tmp/.tmp5JSm0w/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 ... |
7890 | 2024-08-02T17:18:35.220Z | [ recovery-image] Aug 02 17:18:33.991 INFO O| Aug 02 17:18:33.991 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 |
7891 | 2024-08-02T17:18:35.224Z | [ recovery-image] Aug 02 17:18:33.991 INFO O| Aug 02 17:18:33.991 INFO ok! |
7892 | 2024-08-02T17:18:35.224Z | [ recovery-image] Aug 02 17:18:33.991 INFO O| Aug 02 17:18:33.991 INFO STEP 57 (ensure_file) COMPLETE |
7893 | 2024-08-02T17:18:35.224Z | [ recovery-image] Aug 02 17:18:33.991 INFO O| Aug 02 17:18:33.991 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7894 | 2024-08-02T17:18:35.235Z | [ recovery-image] Aug 02 17:18:34.005 INFO O| Aug 02 17:18:34.005 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7895 | 2024-08-02T17:18:35.235Z | [ recovery-image] Aug 02 17:18:34.005 INFO O| Aug 02 17:18:34.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7896 | 2024-08-02T17:18:35.237Z | [ recovery-image] Aug 02 17:18:34.005 INFO O| Aug 02 17:18:34.005 INFO STEP 58 (ensure_dir) COMPLETE |
7897 | 2024-08-02T17:18:35.237Z | [ recovery-image] Aug 02 17:18:34.005 INFO O| Aug 02 17:18:34.005 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7898 | 2024-08-02T17:18:35.246Z | [ recovery-image] Aug 02 17:18:34.017 INFO O| Aug 02 17:18:34.017 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7899 | 2024-08-02T17:18:35.246Z | [ recovery-image] Aug 02 17:18:34.017 INFO O| Aug 02 17:18:34.017 INFO copying /tmp/.tmp5JSm0w/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 ... |
7900 | 2024-08-02T17:18:35.249Z | [ recovery-image] Aug 02 17:18:34.017 INFO O| Aug 02 17:18:34.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7901 | 2024-08-02T17:18:35.249Z | [ recovery-image] Aug 02 17:18:34.017 INFO O| Aug 02 17:18:34.017 INFO ok! |
7902 | 2024-08-02T17:18:35.249Z | [ recovery-image] Aug 02 17:18:34.017 INFO O| Aug 02 17:18:34.017 INFO STEP 59 (ensure_file) COMPLETE |
7903 | 2024-08-02T17:18:35.249Z | [ recovery-image] Aug 02 17:18:34.017 INFO O| Aug 02 17:18:34.017 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7904 | 2024-08-02T17:18:35.258Z | [ recovery-image] Aug 02 17:18:34.029 INFO O| Aug 02 17:18:34.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7905 | 2024-08-02T17:18:35.261Z | [ recovery-image] Aug 02 17:18:34.029 INFO O| Aug 02 17:18:34.029 INFO copying /tmp/.tmp5JSm0w/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7906 | 2024-08-02T17:18:35.261Z | [ recovery-image] Aug 02 17:18:34.029 INFO O| Aug 02 17:18:34.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7907 | 2024-08-02T17:18:35.261Z | [ recovery-image] Aug 02 17:18:34.029 INFO O| Aug 02 17:18:34.029 INFO ok! |
7908 | 2024-08-02T17:18:35.261Z | [ recovery-image] Aug 02 17:18:34.029 INFO O| Aug 02 17:18:34.029 INFO STEP 60 (ensure_file) COMPLETE |
7909 | 2024-08-02T17:18:35.261Z | [ recovery-image] Aug 02 17:18:34.029 INFO O| Aug 02 17:18:34.029 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7910 | 2024-08-02T17:18:35.269Z | [ recovery-image] Aug 02 17:18:34.039 INFO O| Aug 02 17:18:34.039 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7911 | 2024-08-02T17:18:35.269Z | [ recovery-image] Aug 02 17:18:34.039 INFO O| Aug 02 17:18:34.039 INFO STEP 61 (ensure_dir) COMPLETE |
7912 | 2024-08-02T17:18:35.271Z | [ recovery-image] Aug 02 17:18:34.039 INFO O| Aug 02 17:18:34.039 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7913 | 2024-08-02T17:18:35.278Z | [ recovery-image] Aug 02 17:18:34.049 INFO O| Aug 02 17:18:34.049 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7914 | 2024-08-02T17:18:35.278Z | [ recovery-image] Aug 02 17:18:34.049 INFO O| Aug 02 17:18:34.049 INFO STEP 62 (ensure_dir) COMPLETE |
7915 | 2024-08-02T17:18:35.281Z | [ recovery-image] Aug 02 17:18:34.049 INFO O| Aug 02 17:18:34.049 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7916 | 2024-08-02T17:18:35.288Z | [ recovery-image] Aug 02 17:18:34.059 INFO O| Aug 02 17:18:34.059 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7917 | 2024-08-02T17:18:35.288Z | [ recovery-image] Aug 02 17:18:34.059 INFO O| Aug 02 17:18:34.059 INFO STEP 63 (ensure_dir) COMPLETE |
7918 | 2024-08-02T17:18:35.291Z | [ recovery-image] Aug 02 17:18:34.059 INFO O| Aug 02 17:18:34.059 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7919 | 2024-08-02T17:18:35.298Z | [ recovery-image] Aug 02 17:18:34.069 INFO O| Aug 02 17:18:34.069 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7920 | 2024-08-02T17:18:35.298Z | [ recovery-image] Aug 02 17:18:34.069 INFO O| Aug 02 17:18:34.069 INFO STEP 64 (ensure_dir) COMPLETE |
7921 | 2024-08-02T17:18:35.300Z | [ recovery-image] Aug 02 17:18:34.069 INFO O| Aug 02 17:18:34.069 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7922 | 2024-08-02T17:18:35.308Z | [ recovery-image] Aug 02 17:18:34.079 INFO O| Aug 02 17:18:34.079 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7923 | 2024-08-02T17:18:35.308Z | [ recovery-image] Aug 02 17:18:34.079 INFO O| Aug 02 17:18:34.079 INFO copying /tmp/.tmp5JSm0w/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7924 | 2024-08-02T17:18:35.310Z | [ recovery-image] Aug 02 17:18:34.079 INFO O| Aug 02 17:18:34.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7925 | 2024-08-02T17:18:35.311Z | [ recovery-image] Aug 02 17:18:34.079 INFO O| Aug 02 17:18:34.079 INFO ok! |
7926 | 2024-08-02T17:18:35.311Z | [ recovery-image] Aug 02 17:18:34.079 INFO O| Aug 02 17:18:34.079 INFO STEP 65 (ensure_file) COMPLETE |
7927 | 2024-08-02T17:18:35.311Z | [ recovery-image] Aug 02 17:18:34.079 INFO O| Aug 02 17:18:34.079 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7928 | 2024-08-02T17:18:35.311Z | [ host-image] Aug 02 17:18:34.081 INFO O| Aug 02 17:18:34.081 INFO completed processing gimlet/ramdisk-01-os |
7929 | 2024-08-02T17:18:35.314Z | [ host-image] Aug 02 17:18:34.083 INFO omicron1 baseline generation... |
7930 | 2024-08-02T17:18:35.314Z | [ host-image] Aug 02 17:18:34.083 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7931 | 2024-08-02T17:18:35.319Z | [ recovery-image] Aug 02 17:18:34.090 INFO O| Aug 02 17:18:34.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7932 | 2024-08-02T17:18:35.322Z | [ recovery-image] Aug 02 17:18:34.090 INFO O| Aug 02 17:18:34.090 INFO STEP 66 (remove_files) COMPLETE |
7933 | 2024-08-02T17:18:35.322Z | [ recovery-image] Aug 02 17:18:34.090 INFO O| Aug 02 17:18:34.090 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7934 | 2024-08-02T17:18:35.330Z | [ recovery-image] Aug 02 17:18:34.101 INFO O| Aug 02 17:18:34.101 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7935 | 2024-08-02T17:18:35.333Z | [ recovery-image] Aug 02 17:18:34.101 INFO O| Aug 02 17:18:34.101 INFO STEP 67 (remove_files) COMPLETE |
7936 | 2024-08-02T17:18:35.333Z | [ recovery-image] Aug 02 17:18:34.101 INFO O| Aug 02 17:18:34.101 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7937 | 2024-08-02T17:18:35.341Z | [ recovery-image] Aug 02 17:18:34.111 INFO O| Aug 02 17:18:34.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7938 | 2024-08-02T17:18:35.343Z | [ recovery-image] Aug 02 17:18:34.111 INFO O| Aug 02 17:18:34.111 INFO STEP 68 (remove_files) COMPLETE |
7939 | 2024-08-02T17:18:35.343Z | [ recovery-image] Aug 02 17:18:34.111 INFO O| Aug 02 17:18:34.111 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7940 | 2024-08-02T17:18:35.352Z | [ recovery-image] Aug 02 17:18:34.122 INFO O| Aug 02 17:18:34.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7941 | 2024-08-02T17:18:35.355Z | [ recovery-image] Aug 02 17:18:34.122 INFO O| Aug 02 17:18:34.122 INFO STEP 69 (remove_files) COMPLETE |
7942 | 2024-08-02T17:18:35.355Z | [ recovery-image] Aug 02 17:18:34.122 INFO O| Aug 02 17:18:34.122 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7943 | 2024-08-02T17:18:35.362Z | [ recovery-image] Aug 02 17:18:34.132 INFO O| Aug 02 17:18:34.132 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7944 | 2024-08-02T17:18:35.364Z | [ recovery-image] Aug 02 17:18:34.133 INFO O| Aug 02 17:18:34.133 INFO STEP 70 (remove_files) COMPLETE |
7945 | 2024-08-02T17:18:35.364Z | [ recovery-image] Aug 02 17:18:34.133 INFO O| Aug 02 17:18:34.133 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7946 | 2024-08-02T17:18:35.372Z | [ recovery-image] Aug 02 17:18:34.143 INFO O| Aug 02 17:18:34.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7947 | 2024-08-02T17:18:35.374Z | [ recovery-image] Aug 02 17:18:34.143 INFO O| Aug 02 17:18:34.143 INFO STEP 71 (remove_files) COMPLETE |
7948 | 2024-08-02T17:18:35.374Z | [ recovery-image] Aug 02 17:18:34.143 INFO O| Aug 02 17:18:34.143 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7949 | 2024-08-02T17:18:35.382Z | [ recovery-image] Aug 02 17:18:34.153 INFO O| Aug 02 17:18:34.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7950 | 2024-08-02T17:18:35.382Z | [ recovery-image] Aug 02 17:18:34.153 INFO O| Aug 02 17:18:34.153 INFO STEP 72 (remove_files) COMPLETE |
7951 | 2024-08-02T17:18:35.385Z | [ recovery-image] Aug 02 17:18:34.153 INFO O| Aug 02 17:18:34.153 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7952 | 2024-08-02T17:18:35.393Z | [ recovery-image] Aug 02 17:18:34.163 INFO O| Aug 02 17:18:34.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7953 | 2024-08-02T17:18:35.393Z | [ recovery-image] Aug 02 17:18:34.164 INFO O| Aug 02 17:18:34.163 INFO STEP 73 (remove_files) COMPLETE |
7954 | 2024-08-02T17:18:35.393Z | [ recovery-image] Aug 02 17:18:34.164 INFO O| Aug 02 17:18:34.163 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7955 | 2024-08-02T17:18:35.407Z | [ recovery-image] Aug 02 17:18:34.178 INFO O| Aug 02 17:18:34.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7956 | 2024-08-02T17:18:35.407Z | [ recovery-image] Aug 02 17:18:34.178 INFO O| Aug 02 17:18:34.178 INFO STEP 74 (remove_files) COMPLETE |
7957 | 2024-08-02T17:18:35.410Z | [ recovery-image] Aug 02 17:18:34.178 INFO O| Aug 02 17:18:34.178 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7958 | 2024-08-02T17:18:35.421Z | [ recovery-image] Aug 02 17:18:34.191 INFO O| Aug 02 17:18:34.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7959 | 2024-08-02T17:18:35.421Z | [ recovery-image] Aug 02 17:18:34.191 INFO O| Aug 02 17:18:34.191 INFO STEP 75 (remove_files) COMPLETE |
7960 | 2024-08-02T17:18:35.421Z | [ recovery-image] Aug 02 17:18:34.191 INFO O| Aug 02 17:18:34.191 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7961 | 2024-08-02T17:18:35.432Z | [ recovery-image] Aug 02 17:18:34.202 INFO O| Aug 02 17:18:34.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7962 | 2024-08-02T17:18:35.432Z | [ recovery-image] Aug 02 17:18:34.202 INFO O| Aug 02 17:18:34.202 INFO STEP 76 (remove_files) COMPLETE |
7963 | 2024-08-02T17:18:35.435Z | [ recovery-image] Aug 02 17:18:34.203 INFO O| Aug 02 17:18:34.202 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7964 | 2024-08-02T17:18:35.443Z | [ recovery-image] Aug 02 17:18:34.213 INFO O| Aug 02 17:18:34.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7965 | 2024-08-02T17:18:35.443Z | [ recovery-image] Aug 02 17:18:34.213 INFO O| Aug 02 17:18:34.213 INFO STEP 77 (remove_files) COMPLETE |
7966 | 2024-08-02T17:18:35.445Z | [ recovery-image] Aug 02 17:18:34.213 INFO O| Aug 02 17:18:34.213 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7967 | 2024-08-02T17:18:35.454Z | [ recovery-image] Aug 02 17:18:34.224 INFO O| Aug 02 17:18:34.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7968 | 2024-08-02T17:18:35.456Z | [ recovery-image] Aug 02 17:18:34.224 INFO O| Aug 02 17:18:34.224 INFO STEP 78 (remove_files) COMPLETE |
7969 | 2024-08-02T17:18:35.456Z | [ recovery-image] Aug 02 17:18:34.224 INFO O| Aug 02 17:18:34.224 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7970 | 2024-08-02T17:18:35.465Z | [ recovery-image] Aug 02 17:18:34.235 INFO O| Aug 02 17:18:34.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7971 | 2024-08-02T17:18:35.465Z | [ recovery-image] Aug 02 17:18:34.236 INFO O| Aug 02 17:18:34.236 INFO STEP 79 (remove_files) COMPLETE |
7972 | 2024-08-02T17:18:35.468Z | [ recovery-image] Aug 02 17:18:34.236 INFO O| Aug 02 17:18:34.236 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7973 | 2024-08-02T17:18:35.476Z | [ recovery-image] Aug 02 17:18:34.246 INFO O| Aug 02 17:18:34.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7974 | 2024-08-02T17:18:35.476Z | [ recovery-image] Aug 02 17:18:34.247 INFO O| Aug 02 17:18:34.247 INFO STEP 80 (remove_files) COMPLETE |
7975 | 2024-08-02T17:18:35.478Z | [ recovery-image] Aug 02 17:18:34.247 INFO O| Aug 02 17:18:34.247 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7976 | 2024-08-02T17:18:35.487Z | [ recovery-image] Aug 02 17:18:34.257 INFO O| Aug 02 17:18:34.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7977 | 2024-08-02T17:18:35.489Z | [ recovery-image] Aug 02 17:18:34.257 INFO O| Aug 02 17:18:34.257 INFO STEP 81 (remove_files) COMPLETE |
7978 | 2024-08-02T17:18:35.489Z | [ recovery-image] Aug 02 17:18:34.257 INFO O| Aug 02 17:18:34.257 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7979 | 2024-08-02T17:18:35.498Z | [ recovery-image] Aug 02 17:18:34.268 INFO O| Aug 02 17:18:34.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7980 | 2024-08-02T17:18:35.498Z | [ recovery-image] Aug 02 17:18:34.268 INFO O| Aug 02 17:18:34.268 INFO STEP 82 (remove_files) COMPLETE |
7981 | 2024-08-02T17:18:35.498Z | [ recovery-image] Aug 02 17:18:34.268 INFO O| Aug 02 17:18:34.268 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7982 | 2024-08-02T17:18:35.509Z | [ recovery-image] Aug 02 17:18:34.279 INFO O| Aug 02 17:18:34.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7983 | 2024-08-02T17:18:35.509Z | [ recovery-image] Aug 02 17:18:34.280 INFO O| Aug 02 17:18:34.280 INFO STEP 83 (remove_files) COMPLETE |
7984 | 2024-08-02T17:18:35.509Z | [ recovery-image] Aug 02 17:18:34.280 INFO O| Aug 02 17:18:34.280 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7985 | 2024-08-02T17:18:35.520Z | [ recovery-image] Aug 02 17:18:34.291 INFO O| Aug 02 17:18:34.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7986 | 2024-08-02T17:18:35.520Z | [ recovery-image] Aug 02 17:18:34.291 INFO O| Aug 02 17:18:34.291 INFO STEP 84 (remove_files) COMPLETE |
7987 | 2024-08-02T17:18:35.520Z | [ recovery-image] Aug 02 17:18:34.291 INFO O| Aug 02 17:18:34.291 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7988 | 2024-08-02T17:18:35.532Z | [ recovery-image] Aug 02 17:18:34.302 INFO O| Aug 02 17:18:34.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7989 | 2024-08-02T17:18:35.532Z | [ recovery-image] Aug 02 17:18:34.302 INFO O| Aug 02 17:18:34.302 INFO STEP 85 (remove_files) COMPLETE |
7990 | 2024-08-02T17:18:35.535Z | [ recovery-image] Aug 02 17:18:34.302 INFO O| Aug 02 17:18:34.302 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7991 | 2024-08-02T17:18:35.542Z | [ recovery-image] Aug 02 17:18:34.312 INFO O| Aug 02 17:18:34.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7992 | 2024-08-02T17:18:35.545Z | [ recovery-image] Aug 02 17:18:34.313 INFO O| Aug 02 17:18:34.312 INFO STEP 86 (remove_files) COMPLETE |
7993 | 2024-08-02T17:18:35.545Z | [ recovery-image] Aug 02 17:18:34.313 INFO O| Aug 02 17:18:34.312 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7994 | 2024-08-02T17:18:35.552Z | [ recovery-image] Aug 02 17:18:34.323 INFO O| Aug 02 17:18:34.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7995 | 2024-08-02T17:18:35.552Z | [ recovery-image] Aug 02 17:18:34.323 INFO O| Aug 02 17:18:34.323 INFO STEP 87 (remove_files) COMPLETE |
7996 | 2024-08-02T17:18:35.555Z | [ recovery-image] Aug 02 17:18:34.323 INFO O| Aug 02 17:18:34.323 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7997 | 2024-08-02T17:18:35.563Z | [ recovery-image] Aug 02 17:18:34.334 INFO O| Aug 02 17:18:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7998 | 2024-08-02T17:18:35.563Z | [ recovery-image] Aug 02 17:18:34.334 INFO O| Aug 02 17:18:34.334 INFO STEP 88 (remove_files) COMPLETE |
7999 | 2024-08-02T17:18:35.563Z | [ recovery-image] Aug 02 17:18:34.334 INFO O| Aug 02 17:18:34.334 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8000 | 2024-08-02T17:18:35.574Z | [ recovery-image] Aug 02 17:18:34.344 INFO O| Aug 02 17:18:34.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8001 | 2024-08-02T17:18:35.574Z | [ recovery-image] Aug 02 17:18:34.345 INFO O| Aug 02 17:18:34.345 INFO STEP 89 (remove_files) COMPLETE |
8002 | 2024-08-02T17:18:35.577Z | [ recovery-image] Aug 02 17:18:34.345 INFO O| Aug 02 17:18:34.345 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8003 | 2024-08-02T17:18:35.585Z | [ recovery-image] Aug 02 17:18:34.355 INFO O| Aug 02 17:18:34.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8004 | 2024-08-02T17:18:35.585Z | [ recovery-image] Aug 02 17:18:34.355 INFO O| Aug 02 17:18:34.355 INFO STEP 90 (remove_files) COMPLETE |
8005 | 2024-08-02T17:18:35.588Z | [ recovery-image] Aug 02 17:18:34.355 INFO O| Aug 02 17:18:34.355 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8006 | 2024-08-02T17:18:35.596Z | [ recovery-image] Aug 02 17:18:34.366 INFO O| Aug 02 17:18:34.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8007 | 2024-08-02T17:18:35.599Z | [ recovery-image] Aug 02 17:18:34.366 INFO O| Aug 02 17:18:34.366 INFO STEP 91 (remove_files) COMPLETE |
8008 | 2024-08-02T17:18:35.599Z | [ recovery-image] Aug 02 17:18:34.366 INFO O| Aug 02 17:18:34.366 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8009 | 2024-08-02T17:18:35.607Z | [ recovery-image] Aug 02 17:18:34.377 INFO O| Aug 02 17:18:34.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8010 | 2024-08-02T17:18:35.607Z | [ recovery-image] Aug 02 17:18:34.378 INFO O| Aug 02 17:18:34.377 INFO STEP 92 (remove_files) COMPLETE |
8011 | 2024-08-02T17:18:35.610Z | [ recovery-image] Aug 02 17:18:34.378 INFO O| Aug 02 17:18:34.377 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8012 | 2024-08-02T17:18:35.618Z | [ recovery-image] Aug 02 17:18:34.389 INFO O| Aug 02 17:18:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8013 | 2024-08-02T17:18:35.618Z | [ recovery-image] Aug 02 17:18:34.389 INFO O| Aug 02 17:18:34.389 INFO STEP 93 (remove_files) COMPLETE |
8014 | 2024-08-02T17:18:35.618Z | [ recovery-image] Aug 02 17:18:34.389 INFO O| Aug 02 17:18:34.389 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8015 | 2024-08-02T17:18:35.629Z | [ recovery-image] Aug 02 17:18:34.399 INFO O| Aug 02 17:18:34.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8016 | 2024-08-02T17:18:35.629Z | [ recovery-image] Aug 02 17:18:34.400 INFO O| Aug 02 17:18:34.400 INFO STEP 94 (remove_files) COMPLETE |
8017 | 2024-08-02T17:18:35.632Z | [ recovery-image] Aug 02 17:18:34.400 INFO O| Aug 02 17:18:34.400 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8018 | 2024-08-02T17:18:35.645Z | [ recovery-image] Aug 02 17:18:34.416 INFO O| Aug 02 17:18:34.416 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8019 | 2024-08-02T17:18:35.645Z | [ recovery-image] Aug 02 17:18:34.416 INFO O| Aug 02 17:18:34.416 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8020 | 2024-08-02T17:18:35.752Z | [ host-image] Aug 02 17:18:34.523 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22798:20240731T094504Z |
8021 | 2024-08-02T17:18:41.758Z | [ recovery-image] Aug 02 17:18:40.528 INFO O| Aug 02 17:18:40.528 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 |
8022 | 2024-08-02T17:18:41.758Z | [ recovery-image] Aug 02 17:18:40.528 INFO O| Aug 02 17:18:40.528 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8023 | 2024-08-02T17:18:41.771Z | [ recovery-image] Aug 02 17:18:40.541 INFO O| Aug 02 17:18:40.541 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8024 | 2024-08-02T17:18:41.848Z | [ recovery-image] Aug 02 17:18:40.618 INFO O| Aug 02 17:18:40.618 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8025 | 2024-08-02T17:18:41.848Z | [ recovery-image] Aug 02 17:18:40.618 INFO O| Aug 02 17:18:40.618 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 ... |
8026 | 2024-08-02T17:18:41.851Z | [ recovery-image] Aug 02 17:18:40.620 INFO O| Aug 02 17:18:40.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8027 | 2024-08-02T17:18:41.851Z | [ recovery-image] Aug 02 17:18:40.620 INFO O| Aug 02 17:18:40.620 INFO ok! |
8028 | 2024-08-02T17:18:41.851Z | [ recovery-image] Aug 02 17:18:40.620 INFO O| Aug 02 17:18:40.620 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8029 | 2024-08-02T17:18:41.851Z | [ recovery-image] Aug 02 17:18:40.620 INFO O| Aug 02 17:18:40.620 INFO STEP 95 (seed_smf) COMPLETE |
8030 | 2024-08-02T17:18:41.851Z | [ recovery-image] Aug 02 17:18:40.620 INFO O| Aug 02 17:18:40.620 INFO steps complete; finalising image! |
8031 | 2024-08-02T17:18:41.851Z | [ recovery-image] Aug 02 17:18:40.620 INFO O| Aug 02 17:18:40.620 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8032 | 2024-08-02T17:18:41.884Z | [ recovery-image] Aug 02 17:18:40.654 INFO O| Aug 02 17:18:40.654 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Fri Aug 2 17:18:40 2024) |
8033 | 2024-08-02T17:18:42.107Z | [ recovery-image] Aug 02 17:18:40.876 INFO O| Aug 02 17:18:40.876 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio |
8034 | 2024-08-02T17:18:42.107Z | [ recovery-image] Aug 02 17:18:40.876 INFO O| Aug 02 17:18:40.876 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8035 | 2024-08-02T17:18:42.306Z | [ recovery-image] Aug 02 17:18:41.077 INFO O| Aug 02 17:18:41.076 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 |
8036 | 2024-08-02T17:18:42.306Z | [ recovery-image] Aug 02 17:18:41.077 INFO O| Aug 02 17:18:41.077 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8037 | 2024-08-02T17:18:45.433Z | [ recovery-image] Aug 02 17:18:44.203 INFO O| Aug 02 17:18:44.203 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8038 | 2024-08-02T17:18:45.433Z | [ recovery-image] Aug 02 17:18:44.203 INFO O| Aug 02 17:18:44.203 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8039 | 2024-08-02T17:18:45.436Z | [ recovery-image] Aug 02 17:18:44.203 INFO O| Aug 02 17:18:44.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8040 | 2024-08-02T17:18:45.436Z | [ recovery-image] Aug 02 17:18:44.203 INFO O| Aug 02 17:18:44.203 INFO completed processing gimlet/zfs-recovery |
8041 | 2024-08-02T17:18:45.436Z | [ recovery-image] Aug 02 17:18:44.203 INFO O| Aug 02 17:18:44.203 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8042 | 2024-08-02T17:18:45.700Z | [ recovery-image] Aug 02 17:18:44.469 INFO O| Aug 02 17:18:44.469 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8043 | 2024-08-02T17:18:45.792Z | [ recovery-image] Aug 02 17:18:44.562 INFO BUILD STRING "heads/stlouis-0-gea1fb7f79f\n" |
8044 | 2024-08-02T17:18:45.793Z | [ recovery-image] Aug 02 17:18:44.562 INFO expanded image name: "recovery fcaf48b/${os_short_commit} 2024-08-02 16:52" -> "recovery fcaf48b/ea1fb7f 2024-08-02 16:52" |
8045 | 2024-08-02T17:18:45.798Z | [ recovery-image] Aug 02 17:18:44.562 INFO output artefacts stored in: "/work/os-recovery" |
8046 | 2024-08-02T17:18:45.798Z | [ recovery-image] Aug 02 17:18:44.562 INFO collecting git info from project "amd-host-image-builder"... |
8047 | 2024-08-02T17:18:46.035Z | [ recovery-image] Aug 02 17:18:44.805 INFO collecting git info from project "bootserver"... |
8048 | 2024-08-02T17:18:46.040Z | [ recovery-image] Aug 02 17:18:44.811 INFO collecting git info from project "pinprick"... |
8049 | 2024-08-02T17:18:46.045Z | [ recovery-image] Aug 02 17:18:44.816 INFO collecting git info from project "phbl"... |
8050 | 2024-08-02T17:18:46.051Z | [ recovery-image] Aug 02 17:18:44.822 INFO collecting git info from project "chelsio-t6-roms"... |
8051 | 2024-08-02T17:18:46.072Z | [ recovery-image] Aug 02 17:18:44.843 INFO collecting git info from project "image-builder"... |
8052 | 2024-08-02T17:18:46.079Z | [ recovery-image] Aug 02 17:18:44.849 INFO collecting git info from project "amd-firmware"... |
8053 | 2024-08-02T17:18:46.304Z | [ recovery-image] Aug 02 17:18:45.074 INFO collecting git info from project "pilot"... |
8054 | 2024-08-02T17:18:46.315Z | [ recovery-image] Aug 02 17:18:45.085 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8055 | 2024-08-02T17:18:46.680Z | [ recovery-image] Aug 02 17:18:45.450 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8056 | 2024-08-02T17:18:47.045Z | [ recovery-image] Aug 02 17:18:45.815 INFO creating Oxide boot image... |
8057 | 2024-08-02T17:18:47.045Z | [ recovery-image] Aug 02 17:18:45.815 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery fcaf48b/ea1fb7f 2024-08-02 16:52", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8058 | 2024-08-02T17:19:24.521Z | [ host-image] Aug 02 17:19:23.290 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22798:20240731T094535Z |
8059 | 2024-08-02T17:19:24.521Z | [ host-image] Aug 02 17:19:23.290 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22798:20240731T094535Z |
8060 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.290 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8061 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.291 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8062 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.291 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8063 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.291 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8064 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.292 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8065 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.292 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8066 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.292 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8067 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.292 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8068 | 2024-08-02T17:19:24.525Z | [ host-image] Aug 02 17:19:23.292 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22798:20240731T094536Z |
8069 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.294 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22798:20240731T094537Z |
8070 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.295 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22798:20240731T094537Z |
8071 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.295 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22798:20240731T094537Z |
8072 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.295 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8073 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.296 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22798:20240731T094537Z |
8074 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.297 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22798:20240731T094537Z |
8075 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.297 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22798:20240731T094537Z |
8076 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.297 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22798:20240731T094537Z |
8077 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.297 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22798:20240731T094538Z |
8078 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.297 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22798:20240731T094538Z |
8079 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.298 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22798:20240731T094538Z |
8080 | 2024-08-02T17:19:24.529Z | [ host-image] Aug 02 17:19:23.298 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22798:20240731T094539Z |
8081 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.298 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22798:20240731T094540Z |
8082 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.298 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22798:20240731T094541Z |
8083 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.298 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22798:20240731T094541Z |
8084 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.298 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22798:20240731T094542Z |
8085 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.299 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22798:20240731T094543Z |
8086 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.299 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8087 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.299 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22798:20240731T094544Z |
8088 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.299 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22798:20240731T094546Z |
8089 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.299 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22798:20240731T094547Z |
8090 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.299 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22798:20240731T094547Z |
8091 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.300 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22798:20240731T094549Z |
8092 | 2024-08-02T17:19:24.532Z | [ host-image] Aug 02 17:19:23.300 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22798:20240731T094549Z |
8093 | 2024-08-02T17:19:24.541Z | [ host-image] Aug 02 17:19:23.310 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8094 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.310 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22798:20240731T094549Z |
8095 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.310 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8096 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.310 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8097 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.311 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8098 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.311 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22798:20240731T094549Z |
8099 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.311 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8100 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.312 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8101 | 2024-08-02T17:19:24.544Z | [ host-image] Aug 02 17:19:23.313 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8102 | 2024-08-02T17:19:24.548Z | [ host-image] Aug 02 17:19:23.313 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8103 | 2024-08-02T17:19:24.556Z | [ host-image] Aug 02 17:19:23.326 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8104 | 2024-08-02T17:19:24.559Z | [ host-image] Aug 02 17:19:23.326 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8105 | 2024-08-02T17:19:24.559Z | [ host-image] Aug 02 17:19:23.326 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8106 | 2024-08-02T17:19:24.559Z | [ host-image] Aug 02 17:19:23.326 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8107 | 2024-08-02T17:19:24.559Z | [ host-image] Aug 02 17:19:23.327 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8108 | 2024-08-02T17:19:24.559Z | [ host-image] Aug 02 17:19:23.327 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8109 | 2024-08-02T17:19:24.594Z | [ host-image] Aug 02 17:19:23.363 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8110 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.364 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8111 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.364 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8112 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.365 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22798:20240731T094551Z |
8113 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.365 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22798:20240731T094556Z |
8114 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.365 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8115 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.365 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22798:20240731T094557Z |
8116 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.365 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8117 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.365 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8118 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.365 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8119 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.366 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22798:20240731T094557Z |
8120 | 2024-08-02T17:19:24.598Z | [ host-image] Aug 02 17:19:23.366 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8121 | 2024-08-02T17:19:24.601Z | [ host-image] Aug 02 17:19:23.370 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8122 | 2024-08-02T17:19:24.604Z | [ host-image] Aug 02 17:19:23.370 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8123 | 2024-08-02T17:19:24.604Z | [ host-image] Aug 02 17:19:23.370 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8124 | 2024-08-02T17:19:24.604Z | [ host-image] Aug 02 17:19:23.371 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22798:20240731T094557Z |
8125 | 2024-08-02T17:19:24.604Z | [ host-image] Aug 02 17:19:23.371 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8126 | 2024-08-02T17:19:24.617Z | [ host-image] Aug 02 17:19:23.386 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8127 | 2024-08-02T17:19:24.620Z | [ host-image] Aug 02 17:19:23.386 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22798:20240731T094558Z |
8128 | 2024-08-02T17:19:24.620Z | [ host-image] Aug 02 17:19:23.388 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22798:20240731T094558Z |
8129 | 2024-08-02T17:19:24.620Z | [ host-image] Aug 02 17:19:23.389 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22798:20240731T094558Z |
8130 | 2024-08-02T17:19:24.620Z | [ host-image] Aug 02 17:19:23.389 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8131 | 2024-08-02T17:19:24.620Z | [ host-image] Aug 02 17:19:23.389 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22798:20240731T094559Z |
8132 | 2024-08-02T17:19:24.623Z | [ host-image] Aug 02 17:19:23.390 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22798:20240731T094600Z |
8133 | 2024-08-02T17:19:24.623Z | [ host-image] Aug 02 17:19:23.390 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22798:20240731T094600Z |
8134 | 2024-08-02T17:19:24.623Z | [ host-image] Aug 02 17:19:23.390 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22798:20240731T094600Z |
8135 | 2024-08-02T17:19:24.626Z | [ host-image] Aug 02 17:19:23.394 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8136 | 2024-08-02T17:19:24.626Z | [ host-image] Aug 02 17:19:23.394 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22798:20240731T094600Z |
8137 | 2024-08-02T17:19:24.626Z | [ host-image] Aug 02 17:19:23.395 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22798:20240731T094601Z |
8138 | 2024-08-02T17:19:24.626Z | [ host-image] Aug 02 17:19:23.395 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8139 | 2024-08-02T17:19:24.629Z | [ host-image] Aug 02 17:19:23.395 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22798:20240731T094602Z |
8140 | 2024-08-02T17:19:24.629Z | [ host-image] Aug 02 17:19:23.395 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22798:20240731T094602Z |
8141 | 2024-08-02T17:19:24.629Z | [ host-image] Aug 02 17:19:23.395 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22798:20240731T094602Z |
8142 | 2024-08-02T17:19:24.629Z | [ host-image] Aug 02 17:19:23.396 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22798:20240731T094602Z |
8143 | 2024-08-02T17:19:24.636Z | [ host-image] Aug 02 17:19:23.404 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22798:20240731T094602Z |
8144 | 2024-08-02T17:19:24.636Z | [ host-image] Aug 02 17:19:23.404 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8145 | 2024-08-02T17:19:24.638Z | [ host-image] Aug 02 17:19:23.406 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22798:20240731T094602Z |
8146 | 2024-08-02T17:19:24.641Z | [ host-image] Aug 02 17:19:23.408 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22798:20240731T094602Z |
8147 | 2024-08-02T17:19:24.641Z | [ host-image] Aug 02 17:19:23.408 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22798:20240731T094602Z |
8148 | 2024-08-02T17:19:24.641Z | [ host-image] Aug 02 17:19:23.408 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22798:20240731T094603Z |
8149 | 2024-08-02T17:19:24.641Z | [ host-image] Aug 02 17:19:23.409 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22798:20240731T094603Z |
8150 | 2024-08-02T17:19:24.641Z | [ host-image] Aug 02 17:19:23.409 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22798:20240731T094603Z |
8151 | 2024-08-02T17:19:24.650Z | [ host-image] Aug 02 17:19:23.419 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22798:20240731T094604Z |
8152 | 2024-08-02T17:19:24.653Z | [ host-image] Aug 02 17:19:23.419 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22798:20240731T094604Z |
8153 | 2024-08-02T17:19:24.653Z | [ host-image] Aug 02 17:19:23.420 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22798:20240731T094604Z |
8154 | 2024-08-02T17:19:24.653Z | [ host-image] Aug 02 17:19:23.421 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22798:20240731T094604Z |
8155 | 2024-08-02T17:19:24.653Z | [ host-image] Aug 02 17:19:23.421 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22798:20240731T094605Z |
8156 | 2024-08-02T17:19:24.674Z | [ host-image] Aug 02 17:19:23.443 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22798:20240731T094607Z |
8157 | 2024-08-02T17:19:24.674Z | [ host-image] Aug 02 17:19:23.443 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22798:20240731T094605Z |
8158 | 2024-08-02T17:19:24.674Z | [ host-image] Aug 02 17:19:23.443 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22798:20240731T094605Z |
8159 | 2024-08-02T17:19:24.677Z | [ host-image] Aug 02 17:19:23.444 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8160 | 2024-08-02T17:19:24.677Z | [ host-image] Aug 02 17:19:23.444 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8161 | 2024-08-02T17:19:24.707Z | [ host-image] Aug 02 17:19:23.474 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22798:20240731T094605Z |
8162 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.474 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8163 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.474 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22798:20240731T094605Z |
8164 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.474 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22798:20240731T094605Z |
8165 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.475 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22798:20240731T094606Z |
8166 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.476 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8167 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.476 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8168 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.477 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22798:20240731T094606Z |
8169 | 2024-08-02T17:19:24.710Z | [ host-image] Aug 02 17:19:23.477 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22798:20240731T094606Z |
8170 | 2024-08-02T17:19:24.711Z | [ host-image] Aug 02 17:19:23.477 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22798:20240731T094606Z |
8171 | 2024-08-02T17:19:24.711Z | [ host-image] Aug 02 17:19:23.477 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22798:20240731T094606Z |
8172 | 2024-08-02T17:19:24.711Z | [ host-image] Aug 02 17:19:23.477 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22798:20240731T094607Z |
8173 | 2024-08-02T17:19:24.711Z | [ host-image] Aug 02 17:19:23.478 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22798:20240731T094607Z |
8174 | 2024-08-02T17:19:24.714Z | [ host-image] Aug 02 17:19:23.481 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8175 | 2024-08-02T17:19:24.714Z | [ host-image] Aug 02 17:19:23.481 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22798:20240731T094608Z |
8176 | 2024-08-02T17:19:24.714Z | [ host-image] Aug 02 17:19:23.482 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22798:20240731T094608Z |
8177 | 2024-08-02T17:19:24.714Z | [ host-image] Aug 02 17:19:23.482 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22798:20240731T094608Z |
8178 | 2024-08-02T17:19:24.714Z | [ host-image] Aug 02 17:19:23.483 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22798:20240731T094609Z |
8179 | 2024-08-02T17:19:24.714Z | [ host-image] Aug 02 17:19:23.483 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22798:20240731T094608Z |
8180 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.483 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22798:20240731T094609Z |
8181 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.483 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8182 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.483 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8183 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.484 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22798:20240731T094611Z |
8184 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.484 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22798:20240731T094611Z |
8185 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.484 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8186 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.484 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8187 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.484 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8188 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.485 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8189 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.485 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8190 | 2024-08-02T17:19:24.719Z | [ host-image] Aug 02 17:19:23.485 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8191 | 2024-08-02T17:19:24.723Z | [ host-image] Aug 02 17:19:23.487 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z |
8192 | 2024-08-02T17:19:24.723Z | [ host-image] Aug 02 17:19:23.487 INFO O| tempdir @ "/tmp/.tmp5E6BBG/tmp" |
8193 | 2024-08-02T17:19:24.723Z | [ host-image] Aug 02 17:19:23.487 INFO O| image root @ "/tmp/.tmp5E6BBG/tmp/root" |
8194 | 2024-08-02T17:19:24.723Z | [ host-image] Aug 02 17:19:23.487 INFO O| creating image... |
8195 | 2024-08-02T17:19:25.219Z | [ host-image] Aug 02 17:19:23.988 INFO O| copying publishers... |
8196 | 2024-08-02T17:19:31.163Z | [ host-image] Aug 02 17:19:29.931 INFO O| adding properties... |
8197 | 2024-08-02T17:19:32.169Z | [ host-image] Aug 02 17:19:30.937 INFO O| installing packages... |
8198 | 2024-08-02T17:19:40.385Z | [ recovery-image] Aug 02 17:19:39.153 INFO O| ok, image written! |
8199 | 2024-08-02T17:19:40.385Z | [ recovery-image] Aug 02 17:19:39.153 INFO O| ok, boot_image_csum file written! |
8200 | 2024-08-02T17:19:40.388Z | [ recovery-image] Aug 02 17:19:39.156 INFO creating boot archive (CPIO)... |
8201 | 2024-08-02T17:19:40.388Z | [ recovery-image] Aug 02 17:19:39.156 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 |
8202 | 2024-08-02T17:19:40.395Z | [ recovery-image] Aug 02 17:19:39.164 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8203 | 2024-08-02T17:19:40.395Z | [ recovery-image] Aug 02 17:19:39.164 INFO E| + outfile=/work/os-recovery/cpio |
8204 | 2024-08-02T17:19:40.398Z | [ recovery-image] Aug 02 17:19:39.164 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8205 | 2024-08-02T17:19:40.398Z | [ recovery-image] Aug 02 17:19:39.166 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8206 | 2024-08-02T17:19:40.398Z | [ recovery-image] Aug 02 17:19:39.166 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8207 | 2024-08-02T17:19:40.429Z | [ recovery-image] Aug 02 17:19:39.197 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8208 | 2024-08-02T17:19:40.429Z | [ recovery-image] Aug 02 17:19:39.197 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8209 | 2024-08-02T17:19:40.436Z | [ recovery-image] Aug 02 17:19:39.204 INFO creating compressed cpio/unix for nanobl-rs... |
8210 | 2024-08-02T17:19:40.436Z | [ recovery-image] Aug 02 17:19:39.204 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 |
8211 | 2024-08-02T17:19:40.710Z | [ recovery-image] Aug 02 17:19:39.479 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8212 | 2024-08-02T17:19:45.003Z | [ recovery-image] Aug 02 17:19:43.770 INFO creating reset image... |
8213 | 2024-08-02T17:19:45.006Z | [ recovery-image] Aug 02 17:19:43.771 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8214 | 2024-08-02T17:19:45.230Z | [ recovery-image] Aug 02 17:19:43.998 INFO E| Updating crates.io index |
8215 | 2024-08-02T17:19:45.330Z | [ recovery-image] Aug 02 17:19:44.098 INFO E| Downloading crates ... |
8216 | 2024-08-02T17:19:45.397Z | [ recovery-image] Aug 02 17:19:44.165 INFO E| Downloaded anstyle v1.0.6 |
8217 | 2024-08-02T17:19:45.402Z | [ recovery-image] Aug 02 17:19:44.171 INFO E| Downloaded anstream v0.6.13 |
8218 | 2024-08-02T17:19:45.406Z | [ recovery-image] Aug 02 17:19:44.174 INFO E| Downloaded shared_child v1.0.0 |
8219 | 2024-08-02T17:19:45.408Z | [ recovery-image] Aug 02 17:19:44.176 INFO E| Downloaded anstyle-parse v0.2.3 |
8220 | 2024-08-02T17:19:45.411Z | [ recovery-image] Aug 02 17:19:44.179 INFO E| Downloaded colorchoice v1.0.0 |
8221 | 2024-08-02T17:19:45.414Z | [ recovery-image] Aug 02 17:19:44.182 INFO E| Downloaded anstyle-query v1.0.2 |
8222 | 2024-08-02T17:19:45.418Z | [ recovery-image] Aug 02 17:19:44.187 INFO E| Downloaded strsim v0.11.0 |
8223 | 2024-08-02T17:19:45.421Z | [ recovery-image] Aug 02 17:19:44.188 INFO E| Downloaded os_pipe v1.1.5 |
8224 | 2024-08-02T17:19:45.424Z | [ recovery-image] Aug 02 17:19:44.190 INFO E| Downloaded duct v0.13.7 |
8225 | 2024-08-02T17:19:45.426Z | [ recovery-image] Aug 02 17:19:44.194 INFO E| Downloaded clap_derive v4.5.3 |
8226 | 2024-08-02T17:19:45.429Z | [ recovery-image] Aug 02 17:19:44.197 INFO E| Downloaded proc-macro2 v1.0.79 |
8227 | 2024-08-02T17:19:45.432Z | [ recovery-image] Aug 02 17:19:44.199 INFO E| Downloaded clap v4.5.3 |
8228 | 2024-08-02T17:19:45.448Z | [ recovery-image] Aug 02 17:19:44.216 INFO E| Downloaded clap_builder v4.5.2 |
8229 | 2024-08-02T17:19:45.455Z | [ recovery-image] Aug 02 17:19:44.223 INFO E| Downloaded syn v2.0.53 |
8230 | 2024-08-02T17:19:45.490Z | [ recovery-image] Aug 02 17:19:44.257 INFO E| Downloaded libc v0.2.153 |
8231 | 2024-08-02T17:19:45.565Z | [ recovery-image] Aug 02 17:19:44.333 INFO E| Compiling proc-macro2 v1.0.79 |
8232 | 2024-08-02T17:19:45.565Z | [ recovery-image] Aug 02 17:19:44.333 INFO E| Compiling unicode-ident v1.0.12 |
8233 | 2024-08-02T17:19:45.568Z | [ recovery-image] Aug 02 17:19:44.333 INFO E| Compiling libc v0.2.153 |
8234 | 2024-08-02T17:19:45.568Z | [ recovery-image] Aug 02 17:19:44.333 INFO E| Compiling utf8parse v0.2.1 |
8235 | 2024-08-02T17:19:45.568Z | [ recovery-image] Aug 02 17:19:44.334 INFO E| Compiling anstyle-query v1.0.2 |
8236 | 2024-08-02T17:19:45.568Z | [ recovery-image] Aug 02 17:19:44.334 INFO E| Compiling colorchoice v1.0.0 |
8237 | 2024-08-02T17:19:45.571Z | [ recovery-image] Aug 02 17:19:44.339 INFO E| Compiling anstyle v1.0.6 |
8238 | 2024-08-02T17:19:45.571Z | [ recovery-image] Aug 02 17:19:44.339 INFO E| Compiling heck v0.5.0 |
8239 | 2024-08-02T17:19:45.825Z | [ recovery-image] Aug 02 17:19:44.593 INFO E| Compiling anstyle-parse v0.2.3 |
8240 | 2024-08-02T17:19:45.843Z | [ recovery-image] Aug 02 17:19:44.611 INFO E| Compiling clap_lex v0.7.0 |
8241 | 2024-08-02T17:19:45.843Z | [ recovery-image] Aug 02 17:19:44.612 INFO E| Compiling strsim v0.11.0 |
8242 | 2024-08-02T17:19:45.846Z | [ recovery-image] Aug 02 17:19:44.612 INFO E| Compiling once_cell v1.19.0 |
8243 | 2024-08-02T17:19:46.144Z | [ recovery-image] Aug 02 17:19:44.912 INFO E| Compiling anstream v0.6.13 |
8244 | 2024-08-02T17:19:46.524Z | [ recovery-image] Aug 02 17:19:45.292 INFO E| Compiling clap_builder v4.5.2 |
8245 | 2024-08-02T17:19:47.074Z | [ recovery-image] Aug 02 17:19:45.842 INFO E| Compiling shared_child v1.0.0 |
8246 | 2024-08-02T17:19:47.074Z | [ recovery-image] Aug 02 17:19:45.842 INFO E| Compiling os_pipe v1.1.5 |
8247 | 2024-08-02T17:19:47.084Z | [ recovery-image] Aug 02 17:19:45.853 INFO E| Compiling quote v1.0.35 |
8248 | 2024-08-02T17:19:47.233Z | [ recovery-image] Aug 02 17:19:46.001 INFO E| Compiling duct v0.13.7 |
8249 | 2024-08-02T17:19:47.458Z | [ recovery-image] Aug 02 17:19:46.226 INFO E| Compiling syn v2.0.53 |
8250 | 2024-08-02T17:19:48.099Z | [ host-image] Aug 02 17:19:46.867 INFO O| seeding SMF database... |
8251 | 2024-08-02T17:19:52.499Z | [ recovery-image] Aug 02 17:19:51.267 INFO E| Compiling clap_derive v4.5.3 |
8252 | 2024-08-02T17:19:54.528Z | [ recovery-image] Aug 02 17:19:53.296 INFO E| Compiling clap v4.5.3 |
8253 | 2024-08-02T17:19:54.586Z | [ recovery-image] Aug 02 17:19:53.353 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8254 | 2024-08-02T17:19:55.746Z | [ recovery-image] Aug 02 17:19:54.493 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s |
8255 | 2024-08-02T17:19:55.749Z | [ recovery-image] Aug 02 17:19:54.505 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8256 | 2024-08-02T17:19:55.871Z | [ recovery-image] Aug 02 17:19:54.639 INFO E| Updating crates.io index |
8257 | 2024-08-02T17:19:56.039Z | [ recovery-image] Aug 02 17:19:54.807 INFO E| Downloading crates ... |
8258 | 2024-08-02T17:19:56.094Z | [ recovery-image] Aug 02 17:19:54.862 INFO E| Downloaded raw-cpuid v10.7.0 |
8259 | 2024-08-02T17:19:56.098Z | [ recovery-image] Aug 02 17:19:54.866 INFO E| Downloaded seq-macro v0.3.5 |
8260 | 2024-08-02T17:19:56.101Z | [ recovery-image] Aug 02 17:19:54.868 INFO E| Downloaded cpio_reader v0.1.1 |
8261 | 2024-08-02T17:19:56.104Z | [ recovery-image] Aug 02 17:19:54.869 INFO E| Downloaded bit_field v0.10.2 |
8262 | 2024-08-02T17:19:56.119Z | [ recovery-image] Aug 02 17:19:54.887 INFO E| Downloaded goblin v0.8.0 |
8263 | 2024-08-02T17:19:56.222Z | [ recovery-image] Aug 02 17:19:54.990 INFO E| Downloaded x86 v0.52.0 |
8264 | 2024-08-02T17:19:56.294Z | [ recovery-image] Aug 02 17:19:55.060 INFO E| Updating crates.io index |
8265 | 2024-08-02T17:19:56.339Z | [ recovery-image] Aug 02 17:19:55.107 INFO E| Downloading crates ... |
8266 | 2024-08-02T17:19:56.395Z | [ recovery-image] Aug 02 17:19:55.163 INFO E| Downloaded rustc-demangle v0.1.23 |
8267 | 2024-08-02T17:19:56.398Z | [ recovery-image] Aug 02 17:19:55.165 INFO E| Downloaded allocator-api2 v0.2.16 |
8268 | 2024-08-02T17:19:56.410Z | [ recovery-image] Aug 02 17:19:55.178 INFO E| Downloaded compiler_builtins v0.1.108 |
8269 | 2024-08-02T17:19:56.479Z | [ recovery-image] Aug 02 17:19:55.246 INFO E| Compiling compiler_builtins v0.1.108 |
8270 | 2024-08-02T17:19:56.479Z | [ recovery-image] Aug 02 17:19:55.246 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) |
8271 | 2024-08-02T17:19:56.482Z | [ recovery-image] Aug 02 17:19:55.246 INFO E| Compiling proc-macro2 v1.0.79 |
8272 | 2024-08-02T17:19:56.482Z | [ recovery-image] Aug 02 17:19:55.246 INFO E| Compiling unicode-ident v1.0.12 |
8273 | 2024-08-02T17:19:56.482Z | [ recovery-image] Aug 02 17:19:55.247 INFO E| Compiling syn v1.0.109 |
8274 | 2024-08-02T17:19:56.482Z | [ recovery-image] Aug 02 17:19:55.247 INFO E| Compiling x86 v0.52.0 |
8275 | 2024-08-02T17:19:56.482Z | [ recovery-image] Aug 02 17:19:55.247 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8276 | 2024-08-02T17:19:56.485Z | [ recovery-image] Aug 02 17:19:55.253 INFO E| Compiling seq-macro v0.3.5 |
8277 | 2024-08-02T17:19:56.548Z | [ host-image] Aug 02 17:19:55.316 INFO O| configuring SMF profile... |
8278 | 2024-08-02T17:19:56.551Z | [ host-image] Aug 02 17:19:55.316 INFO O| modifying shadow(5)... |
8279 | 2024-08-02T17:19:56.551Z | [ host-image] Aug 02 17:19:55.316 INFO O| loading user and group database... |
8280 | 2024-08-02T17:19:56.551Z | [ host-image] Aug 02 17:19:55.316 INFO O| assessing packaged files... |
8281 | 2024-08-02T17:19:57.650Z | [ recovery-image] Aug 02 17:19:56.418 INFO E| Compiling quote v1.0.35 |
8282 | 2024-08-02T17:19:57.938Z | [ recovery-image] Aug 02 17:19:56.705 INFO E| Compiling syn v2.0.53 |
8283 | 2024-08-02T17:19:59.212Z | [ host-image] Aug 02 17:19:57.979 INFO O| creating archive... |
8284 | 2024-08-02T17:19:59.247Z | [ host-image] Aug 02 17:19:58.014 INFO O| missing from packaging: |
8285 | 2024-08-02T17:19:59.247Z | [ host-image] Aug 02 17:19:58.015 INFO O| "etc/.pwd.lock" |
8286 | 2024-08-02T17:19:59.250Z | [ host-image] Aug 02 17:19:58.015 INFO O| "etc/bash" |
8287 | 2024-08-02T17:19:59.253Z | [ host-image] Aug 02 17:19:58.020 INFO O| "etc/svc/profile/generic.xml" |
8288 | 2024-08-02T17:19:59.253Z | [ host-image] Aug 02 17:19:58.020 INFO O| "etc/svc/profile/inetd_services.xml" |
8289 | 2024-08-02T17:19:59.253Z | [ host-image] Aug 02 17:19:58.020 INFO O| "etc/svc/profile/name_service.xml" |
8290 | 2024-08-02T17:19:59.253Z | [ host-image] Aug 02 17:19:58.020 INFO O| "etc/svc/profile/platform.xml" |
8291 | 2024-08-02T17:19:59.253Z | [ host-image] Aug 02 17:19:58.020 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8292 | 2024-08-02T17:19:59.253Z | [ host-image] Aug 02 17:19:58.020 INFO O| "etc/svc/repository.db" |
8293 | 2024-08-02T17:19:59.261Z | [ host-image] Aug 02 17:19:58.029 INFO O| "opt/ooce/share" |
8294 | 2024-08-02T17:19:59.262Z | [ host-image] Aug 02 17:19:58.029 INFO O| "opt/ooce/share/man" |
8295 | 2024-08-02T17:19:59.265Z | [ host-image] Aug 02 17:19:58.029 INFO O| "opt/ooce/share/man/man1" |
8296 | 2024-08-02T17:19:59.272Z | [ host-image] Aug 02 17:19:58.039 INFO O| finishing archive... |
8297 | 2024-08-02T17:20:01.394Z | [ recovery-image] Aug 02 17:20:00.162 INFO E| Compiling scroll_derive v0.12.0 |
8298 | 2024-08-02T17:20:02.289Z | [ host-image] Aug 02 17:20:01.056 INFO O| creating gzonly manifest... |
8299 | 2024-08-02T17:20:02.320Z | [ host-image] Aug 02 17:20:01.087 INFO O| ok |
8300 | 2024-08-02T17:20:02.425Z | [ host-image] Aug 02 17:20:01.193 INFO image builder template: ramdisk-02-trim... |
8301 | 2024-08-02T17:20:02.426Z | [ host-image] Aug 02 17:20:01.193 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/.tmp5JSm0w/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 |
8302 | 2024-08-02T17:20:02.455Z | [ host-image] Aug 02 17:20:01.223 INFO O| Aug 02 17:20:01.222 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8303 | 2024-08-02T17:20:02.461Z | [ host-image] Aug 02 17:20:01.228 INFO O| Aug 02 17:20:01.228 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8304 | 2024-08-02T17:20:02.623Z | [ host-image] Aug 02 17:20:01.391 INFO O| Aug 02 17:20:01.391 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8305 | 2024-08-02T17:20:02.694Z | [ host-image] Aug 02 17:20:01.461 INFO O| Aug 02 17:20:01.461 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8306 | 2024-08-02T17:20:02.697Z | [ host-image] Aug 02 17:20:01.461 INFO O| Aug 02 17:20:01.461 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8307 | 2024-08-02T17:20:02.704Z | [ host-image] Aug 02 17:20:01.471 INFO O| Aug 02 17:20:01.471 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8308 | 2024-08-02T17:20:02.711Z | [ host-image] Aug 02 17:20:01.479 INFO O| Aug 02 17:20:01.479 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8309 | 2024-08-02T17:20:02.719Z | [ host-image] Aug 02 17:20:01.487 INFO O| Aug 02 17:20:01.487 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8310 | 2024-08-02T17:20:03.012Z | [ host-image] Aug 02 17:20:01.780 INFO O| Aug 02 17:20:01.780 INFO rolled back to input snapshot; work may begin |
8311 | 2024-08-02T17:20:03.012Z | [ host-image] Aug 02 17:20:01.780 INFO O| Aug 02 17:20:01.780 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8312 | 2024-08-02T17:20:03.021Z | [ host-image] Aug 02 17:20:01.789 INFO O| Aug 02 17:20:01.789 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8313 | 2024-08-02T17:20:03.040Z | [ host-image] Aug 02 17:20:01.807 INFO O| Aug 02 17:20:01.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8314 | 2024-08-02T17:20:03.126Z | [ host-image] Aug 02 17:20:01.893 INFO O| Aug 02 17:20:01.893 INFO STEP 0 (remove_files) COMPLETE |
8315 | 2024-08-02T17:20:03.126Z | [ host-image] Aug 02 17:20:01.893 INFO O| Aug 02 17:20:01.893 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8316 | 2024-08-02T17:20:03.138Z | [ host-image] Aug 02 17:20:01.906 INFO O| Aug 02 17:20:01.906 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8317 | 2024-08-02T17:20:03.141Z | [ host-image] Aug 02 17:20:01.908 INFO O| Aug 02 17:20:01.908 INFO STEP 1 (remove_files) COMPLETE |
8318 | 2024-08-02T17:20:03.141Z | [ host-image] Aug 02 17:20:01.908 INFO O| Aug 02 17:20:01.908 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8319 | 2024-08-02T17:20:03.151Z | [ host-image] Aug 02 17:20:01.919 INFO O| Aug 02 17:20:01.919 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8320 | 2024-08-02T17:20:03.175Z | [ host-image] Aug 02 17:20:01.942 INFO O| Aug 02 17:20:01.942 INFO STEP 2 (remove_files) COMPLETE |
8321 | 2024-08-02T17:20:03.175Z | [ host-image] Aug 02 17:20:01.942 INFO O| Aug 02 17:20:01.942 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8322 | 2024-08-02T17:20:03.193Z | [ host-image] Aug 02 17:20:01.960 INFO O| Aug 02 17:20:01.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8323 | 2024-08-02T17:20:03.196Z | [ host-image] Aug 02 17:20:01.963 INFO O| Aug 02 17:20:01.963 INFO STEP 3 (remove_files) COMPLETE |
8324 | 2024-08-02T17:20:03.196Z | [ host-image] Aug 02 17:20:01.963 INFO O| Aug 02 17:20:01.963 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8325 | 2024-08-02T17:20:03.212Z | [ host-image] Aug 02 17:20:01.979 INFO O| Aug 02 17:20:01.979 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8326 | 2024-08-02T17:20:03.218Z | [ host-image] Aug 02 17:20:01.986 INFO O| Aug 02 17:20:01.986 INFO STEP 4 (remove_files) COMPLETE |
8327 | 2024-08-02T17:20:03.218Z | [ host-image] Aug 02 17:20:01.986 INFO O| Aug 02 17:20:01.986 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8328 | 2024-08-02T17:20:03.236Z | [ host-image] Aug 02 17:20:02.003 INFO O| Aug 02 17:20:02.003 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8329 | 2024-08-02T17:20:03.240Z | [ host-image] Aug 02 17:20:02.008 INFO O| Aug 02 17:20:02.008 INFO STEP 5 (remove_files) COMPLETE |
8330 | 2024-08-02T17:20:03.243Z | [ host-image] Aug 02 17:20:02.008 INFO O| Aug 02 17:20:02.008 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8331 | 2024-08-02T17:20:03.258Z | [ host-image] Aug 02 17:20:02.026 INFO O| Aug 02 17:20:02.026 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8332 | 2024-08-02T17:20:03.275Z | [ host-image] Aug 02 17:20:02.042 INFO O| Aug 02 17:20:02.042 INFO STEP 6 (remove_files) COMPLETE |
8333 | 2024-08-02T17:20:03.275Z | [ host-image] Aug 02 17:20:02.042 INFO O| Aug 02 17:20:02.042 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8334 | 2024-08-02T17:20:03.290Z | [ host-image] Aug 02 17:20:02.057 INFO O| Aug 02 17:20:02.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8335 | 2024-08-02T17:20:03.302Z | [ host-image] Aug 02 17:20:02.070 INFO O| Aug 02 17:20:02.070 INFO STEP 7 (remove_files) COMPLETE |
8336 | 2024-08-02T17:20:03.302Z | [ host-image] Aug 02 17:20:02.070 INFO O| Aug 02 17:20:02.070 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8337 | 2024-08-02T17:20:03.316Z | [ host-image] Aug 02 17:20:02.083 INFO O| Aug 02 17:20:02.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8338 | 2024-08-02T17:20:03.441Z | [ host-image] Aug 02 17:20:02.208 INFO O| Aug 02 17:20:02.208 INFO STEP 8 (remove_files) COMPLETE |
8339 | 2024-08-02T17:20:03.441Z | [ host-image] Aug 02 17:20:02.208 INFO O| Aug 02 17:20:02.208 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8340 | 2024-08-02T17:20:03.453Z | [ host-image] Aug 02 17:20:02.221 INFO O| Aug 02 17:20:02.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8341 | 2024-08-02T17:20:03.533Z | [ host-image] Aug 02 17:20:02.300 INFO O| Aug 02 17:20:02.300 INFO STEP 9 (remove_files) COMPLETE |
8342 | 2024-08-02T17:20:03.533Z | [ host-image] Aug 02 17:20:02.300 INFO O| Aug 02 17:20:02.300 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8343 | 2024-08-02T17:20:03.551Z | [ host-image] Aug 02 17:20:02.318 INFO O| Aug 02 17:20:02.318 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8344 | 2024-08-02T17:20:03.557Z | [ host-image] Aug 02 17:20:02.324 INFO O| Aug 02 17:20:02.324 INFO STEP 10 (remove_files) COMPLETE |
8345 | 2024-08-02T17:20:03.560Z | [ host-image] Aug 02 17:20:02.324 INFO O| Aug 02 17:20:02.324 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8346 | 2024-08-02T17:20:03.569Z | [ host-image] Aug 02 17:20:02.336 INFO O| Aug 02 17:20:02.336 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8347 | 2024-08-02T17:20:03.572Z | [ host-image] Aug 02 17:20:02.337 INFO O| Aug 02 17:20:02.337 INFO STEP 11 (remove_files) COMPLETE |
8348 | 2024-08-02T17:20:03.572Z | [ host-image] Aug 02 17:20:02.337 INFO O| Aug 02 17:20:02.337 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8349 | 2024-08-02T17:20:03.586Z | [ host-image] Aug 02 17:20:02.353 INFO O| Aug 02 17:20:02.353 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8350 | 2024-08-02T17:20:03.589Z | [ host-image] Aug 02 17:20:02.356 INFO O| Aug 02 17:20:02.356 INFO STEP 12 (remove_files) COMPLETE |
8351 | 2024-08-02T17:20:03.589Z | [ host-image] Aug 02 17:20:02.356 INFO O| Aug 02 17:20:02.356 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8352 | 2024-08-02T17:20:04.023Z | [ host-image] Aug 02 17:20:02.790 INFO O| Aug 02 17:20:02.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8353 | 2024-08-02T17:20:04.027Z | [ host-image] Aug 02 17:20:02.791 INFO O| Aug 02 17:20:02.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8354 | 2024-08-02T17:20:04.040Z | [ host-image] Aug 02 17:20:02.808 INFO O| Aug 02 17:20:02.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8355 | 2024-08-02T17:20:04.043Z | [ host-image] Aug 02 17:20:02.809 INFO O| Aug 02 17:20:02.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8356 | 2024-08-02T17:20:04.070Z | [ recovery-image] Aug 02 17:20:02.838 INFO E| Compiling bitstruct_derive v0.1.0 |
8357 | 2024-08-02T17:20:04.084Z | [ host-image] Aug 02 17:20:02.851 INFO O| Aug 02 17:20:02.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8358 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.852 INFO O| Aug 02 17:20:02.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8359 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.852 INFO O| Aug 02 17:20:02.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8360 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.852 INFO O| Aug 02 17:20:02.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8361 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.852 INFO O| Aug 02 17:20:02.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8362 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.852 INFO O| Aug 02 17:20:02.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8363 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.852 INFO O| Aug 02 17:20:02.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8364 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.853 INFO O| Aug 02 17:20:02.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8365 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.853 INFO O| Aug 02 17:20:02.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8366 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.853 INFO O| Aug 02 17:20:02.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8367 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.853 INFO O| Aug 02 17:20:02.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8368 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.853 INFO O| Aug 02 17:20:02.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8369 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.853 INFO O| Aug 02 17:20:02.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8370 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.853 INFO O| Aug 02 17:20:02.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8371 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.854 INFO O| Aug 02 17:20:02.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8372 | 2024-08-02T17:20:04.087Z | [ host-image] Aug 02 17:20:02.854 INFO O| Aug 02 17:20:02.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8373 | 2024-08-02T17:20:04.099Z | [ host-image] Aug 02 17:20:02.867 INFO O| Aug 02 17:20:02.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8374 | 2024-08-02T17:20:04.102Z | [ host-image] Aug 02 17:20:02.869 INFO O| Aug 02 17:20:02.869 INFO STEP 13 (remove_files) COMPLETE |
8375 | 2024-08-02T17:20:04.102Z | [ host-image] Aug 02 17:20:02.869 INFO O| Aug 02 17:20:02.869 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8376 | 2024-08-02T17:20:04.113Z | [ host-image] Aug 02 17:20:02.881 INFO O| Aug 02 17:20:02.880 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8377 | 2024-08-02T17:20:04.116Z | [ host-image] Aug 02 17:20:02.882 INFO O| Aug 02 17:20:02.882 INFO STEP 14 (remove_files) COMPLETE |
8378 | 2024-08-02T17:20:04.116Z | [ host-image] Aug 02 17:20:02.882 INFO O| Aug 02 17:20:02.882 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8379 | 2024-08-02T17:20:04.125Z | [ host-image] Aug 02 17:20:02.893 INFO O| Aug 02 17:20:02.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8380 | 2024-08-02T17:20:04.132Z | [ host-image] Aug 02 17:20:02.898 INFO O| Aug 02 17:20:02.898 INFO STEP 15 (remove_files) COMPLETE |
8381 | 2024-08-02T17:20:04.132Z | [ host-image] Aug 02 17:20:02.898 INFO O| Aug 02 17:20:02.898 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8382 | 2024-08-02T17:20:04.142Z | [ host-image] Aug 02 17:20:02.909 INFO O| Aug 02 17:20:02.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8383 | 2024-08-02T17:20:04.144Z | [ host-image] Aug 02 17:20:02.910 INFO O| Aug 02 17:20:02.910 INFO STEP 16 (remove_files) COMPLETE |
8384 | 2024-08-02T17:20:04.144Z | [ host-image] Aug 02 17:20:02.910 INFO O| Aug 02 17:20:02.910 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8385 | 2024-08-02T17:20:04.152Z | [ host-image] Aug 02 17:20:02.920 INFO O| Aug 02 17:20:02.920 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8386 | 2024-08-02T17:20:04.155Z | [ host-image] Aug 02 17:20:02.921 INFO O| Aug 02 17:20:02.921 INFO STEP 17 (remove_files) COMPLETE |
8387 | 2024-08-02T17:20:04.155Z | [ host-image] Aug 02 17:20:02.921 INFO O| Aug 02 17:20:02.921 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8388 | 2024-08-02T17:20:04.164Z | [ host-image] Aug 02 17:20:02.931 INFO O| Aug 02 17:20:02.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8389 | 2024-08-02T17:20:04.164Z | [ host-image] Aug 02 17:20:02.931 INFO O| Aug 02 17:20:02.931 INFO STEP 18 (remove_files) COMPLETE |
8390 | 2024-08-02T17:20:04.164Z | [ host-image] Aug 02 17:20:02.931 INFO O| Aug 02 17:20:02.931 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8391 | 2024-08-02T17:20:04.174Z | [ host-image] Aug 02 17:20:02.941 INFO O| Aug 02 17:20:02.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8392 | 2024-08-02T17:20:04.174Z | [ host-image] Aug 02 17:20:02.941 INFO O| Aug 02 17:20:02.941 INFO STEP 19 (remove_files) COMPLETE |
8393 | 2024-08-02T17:20:04.174Z | [ host-image] Aug 02 17:20:02.941 INFO O| Aug 02 17:20:02.941 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8394 | 2024-08-02T17:20:04.183Z | [ host-image] Aug 02 17:20:02.951 INFO O| Aug 02 17:20:02.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8395 | 2024-08-02T17:20:04.183Z | [ host-image] Aug 02 17:20:02.951 INFO O| Aug 02 17:20:02.951 INFO STEP 20 (remove_files) COMPLETE |
8396 | 2024-08-02T17:20:04.186Z | [ host-image] Aug 02 17:20:02.951 INFO O| Aug 02 17:20:02.951 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8397 | 2024-08-02T17:20:04.193Z | [ host-image] Aug 02 17:20:02.960 INFO O| Aug 02 17:20:02.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8398 | 2024-08-02T17:20:04.193Z | [ host-image] Aug 02 17:20:02.960 INFO O| Aug 02 17:20:02.960 INFO STEP 21 (remove_files) COMPLETE |
8399 | 2024-08-02T17:20:04.196Z | [ host-image] Aug 02 17:20:02.960 INFO O| Aug 02 17:20:02.960 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8400 | 2024-08-02T17:20:04.202Z | [ host-image] Aug 02 17:20:02.970 INFO O| Aug 02 17:20:02.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8401 | 2024-08-02T17:20:04.206Z | [ host-image] Aug 02 17:20:02.970 INFO O| Aug 02 17:20:02.970 INFO STEP 22 (remove_files) COMPLETE |
8402 | 2024-08-02T17:20:04.206Z | [ host-image] Aug 02 17:20:02.970 INFO O| Aug 02 17:20:02.970 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8403 | 2024-08-02T17:20:04.212Z | [ host-image] Aug 02 17:20:02.980 INFO O| Aug 02 17:20:02.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8404 | 2024-08-02T17:20:04.212Z | [ host-image] Aug 02 17:20:02.980 INFO O| Aug 02 17:20:02.980 INFO STEP 23 (remove_files) COMPLETE |
8405 | 2024-08-02T17:20:04.212Z | [ host-image] Aug 02 17:20:02.980 INFO O| Aug 02 17:20:02.980 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8406 | 2024-08-02T17:20:04.224Z | [ host-image] Aug 02 17:20:02.992 INFO O| Aug 02 17:20:02.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8407 | 2024-08-02T17:20:04.224Z | [ host-image] Aug 02 17:20:02.992 INFO O| Aug 02 17:20:02.992 INFO STEP 24 (remove_files) COMPLETE |
8408 | 2024-08-02T17:20:04.224Z | [ host-image] Aug 02 17:20:02.992 INFO O| Aug 02 17:20:02.992 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8409 | 2024-08-02T17:20:04.237Z | [ host-image] Aug 02 17:20:03.004 INFO O| Aug 02 17:20:03.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8410 | 2024-08-02T17:20:04.237Z | [ host-image] Aug 02 17:20:03.005 INFO O| Aug 02 17:20:03.004 INFO STEP 25 (remove_files) COMPLETE |
8411 | 2024-08-02T17:20:04.240Z | [ host-image] Aug 02 17:20:03.005 INFO O| Aug 02 17:20:03.004 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8412 | 2024-08-02T17:20:04.247Z | [ host-image] Aug 02 17:20:03.014 INFO O| Aug 02 17:20:03.014 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8413 | 2024-08-02T17:20:04.247Z | [ host-image] Aug 02 17:20:03.015 INFO O| Aug 02 17:20:03.015 INFO STEP 26 (remove_files) COMPLETE |
8414 | 2024-08-02T17:20:04.250Z | [ host-image] Aug 02 17:20:03.015 INFO O| Aug 02 17:20:03.015 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8415 | 2024-08-02T17:20:04.257Z | [ host-image] Aug 02 17:20:03.024 INFO O| Aug 02 17:20:03.024 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8416 | 2024-08-02T17:20:04.257Z | [ host-image] Aug 02 17:20:03.025 INFO O| Aug 02 17:20:03.025 INFO STEP 27 (remove_files) COMPLETE |
8417 | 2024-08-02T17:20:04.257Z | [ host-image] Aug 02 17:20:03.025 INFO O| Aug 02 17:20:03.025 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8418 | 2024-08-02T17:20:04.267Z | [ host-image] Aug 02 17:20:03.034 INFO O| Aug 02 17:20:03.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8419 | 2024-08-02T17:20:04.267Z | [ host-image] Aug 02 17:20:03.034 INFO O| Aug 02 17:20:03.034 INFO STEP 28 (remove_files) COMPLETE |
8420 | 2024-08-02T17:20:04.270Z | [ host-image] Aug 02 17:20:03.034 INFO O| Aug 02 17:20:03.034 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8421 | 2024-08-02T17:20:04.277Z | [ host-image] Aug 02 17:20:03.045 INFO O| Aug 02 17:20:03.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8422 | 2024-08-02T17:20:04.277Z | [ host-image] Aug 02 17:20:03.045 INFO O| Aug 02 17:20:03.045 INFO STEP 29 (remove_files) COMPLETE |
8423 | 2024-08-02T17:20:04.280Z | [ host-image] Aug 02 17:20:03.045 INFO O| Aug 02 17:20:03.045 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8424 | 2024-08-02T17:20:04.288Z | [ host-image] Aug 02 17:20:03.055 INFO O| Aug 02 17:20:03.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8425 | 2024-08-02T17:20:04.288Z | [ host-image] Aug 02 17:20:03.055 INFO O| Aug 02 17:20:03.055 INFO STEP 30 (remove_files) COMPLETE |
8426 | 2024-08-02T17:20:04.288Z | [ host-image] Aug 02 17:20:03.055 INFO O| Aug 02 17:20:03.055 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8427 | 2024-08-02T17:20:04.298Z | [ host-image] Aug 02 17:20:03.066 INFO O| Aug 02 17:20:03.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8428 | 2024-08-02T17:20:04.299Z | [ host-image] Aug 02 17:20:03.066 INFO O| Aug 02 17:20:03.066 INFO STEP 31 (remove_files) COMPLETE |
8429 | 2024-08-02T17:20:04.302Z | [ host-image] Aug 02 17:20:03.066 INFO O| Aug 02 17:20:03.066 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8430 | 2024-08-02T17:20:04.314Z | [ host-image] Aug 02 17:20:03.081 INFO O| Aug 02 17:20:03.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8431 | 2024-08-02T17:20:04.322Z | [ host-image] Aug 02 17:20:03.081 INFO O| Aug 02 17:20:03.081 INFO STEP 32 (remove_files) COMPLETE |
8432 | 2024-08-02T17:20:04.322Z | [ host-image] Aug 02 17:20:03.081 INFO O| Aug 02 17:20:03.081 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8433 | 2024-08-02T17:20:04.331Z | [ host-image] Aug 02 17:20:03.094 INFO O| Aug 02 17:20:03.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8434 | 2024-08-02T17:20:04.331Z | [ host-image] Aug 02 17:20:03.095 INFO O| Aug 02 17:20:03.094 INFO STEP 33 (remove_files) COMPLETE |
8435 | 2024-08-02T17:20:04.331Z | [ host-image] Aug 02 17:20:03.095 INFO O| Aug 02 17:20:03.094 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8436 | 2024-08-02T17:20:04.338Z | [ host-image] Aug 02 17:20:03.106 INFO O| Aug 02 17:20:03.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8437 | 2024-08-02T17:20:04.338Z | [ host-image] Aug 02 17:20:03.106 INFO O| Aug 02 17:20:03.106 INFO STEP 34 (remove_files) COMPLETE |
8438 | 2024-08-02T17:20:04.341Z | [ host-image] Aug 02 17:20:03.106 INFO O| Aug 02 17:20:03.106 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8439 | 2024-08-02T17:20:04.348Z | [ host-image] Aug 02 17:20:03.116 INFO O| Aug 02 17:20:03.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8440 | 2024-08-02T17:20:04.348Z | [ host-image] Aug 02 17:20:03.116 INFO O| Aug 02 17:20:03.116 INFO STEP 35 (remove_files) COMPLETE |
8441 | 2024-08-02T17:20:04.351Z | [ host-image] Aug 02 17:20:03.116 INFO O| Aug 02 17:20:03.116 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8442 | 2024-08-02T17:20:04.358Z | [ host-image] Aug 02 17:20:03.126 INFO O| Aug 02 17:20:03.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8443 | 2024-08-02T17:20:04.361Z | [ host-image] Aug 02 17:20:03.126 INFO O| Aug 02 17:20:03.126 INFO STEP 36 (remove_files) COMPLETE |
8444 | 2024-08-02T17:20:04.361Z | [ host-image] Aug 02 17:20:03.126 INFO O| Aug 02 17:20:03.126 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8445 | 2024-08-02T17:20:04.371Z | [ host-image] Aug 02 17:20:03.139 INFO O| Aug 02 17:20:03.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8446 | 2024-08-02T17:20:04.371Z | [ host-image] Aug 02 17:20:03.139 INFO O| Aug 02 17:20:03.139 INFO STEP 37 (remove_files) COMPLETE |
8447 | 2024-08-02T17:20:04.374Z | [ host-image] Aug 02 17:20:03.139 INFO O| Aug 02 17:20:03.139 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8448 | 2024-08-02T17:20:04.381Z | [ host-image] Aug 02 17:20:03.149 INFO O| Aug 02 17:20:03.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8449 | 2024-08-02T17:20:04.382Z | [ host-image] Aug 02 17:20:03.149 INFO O| Aug 02 17:20:03.149 INFO STEP 38 (remove_files) COMPLETE |
8450 | 2024-08-02T17:20:04.384Z | [ host-image] Aug 02 17:20:03.149 INFO O| Aug 02 17:20:03.149 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8451 | 2024-08-02T17:20:04.392Z | [ host-image] Aug 02 17:20:03.160 INFO O| Aug 02 17:20:03.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8452 | 2024-08-02T17:20:04.395Z | [ host-image] Aug 02 17:20:03.160 INFO O| Aug 02 17:20:03.160 INFO STEP 39 (remove_files) COMPLETE |
8453 | 2024-08-02T17:20:04.395Z | [ host-image] Aug 02 17:20:03.160 INFO O| Aug 02 17:20:03.160 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8454 | 2024-08-02T17:20:04.406Z | [ host-image] Aug 02 17:20:03.174 INFO O| Aug 02 17:20:03.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8455 | 2024-08-02T17:20:04.412Z | [ host-image] Aug 02 17:20:03.174 INFO O| Aug 02 17:20:03.174 INFO STEP 40 (remove_files) COMPLETE |
8456 | 2024-08-02T17:20:04.413Z | [ host-image] Aug 02 17:20:03.174 INFO O| Aug 02 17:20:03.174 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8457 | 2024-08-02T17:20:04.418Z | [ host-image] Aug 02 17:20:03.186 INFO O| Aug 02 17:20:03.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8458 | 2024-08-02T17:20:04.419Z | [ host-image] Aug 02 17:20:03.186 INFO O| Aug 02 17:20:03.186 INFO STEP 41 (remove_files) COMPLETE |
8459 | 2024-08-02T17:20:04.423Z | [ host-image] Aug 02 17:20:03.186 INFO O| Aug 02 17:20:03.186 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8460 | 2024-08-02T17:20:04.429Z | [ host-image] Aug 02 17:20:03.196 INFO O| Aug 02 17:20:03.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8461 | 2024-08-02T17:20:04.431Z | [ host-image] Aug 02 17:20:03.197 INFO O| Aug 02 17:20:03.197 INFO STEP 42 (remove_files) COMPLETE |
8462 | 2024-08-02T17:20:04.431Z | [ host-image] Aug 02 17:20:03.197 INFO O| Aug 02 17:20:03.197 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8463 | 2024-08-02T17:20:04.443Z | [ host-image] Aug 02 17:20:03.211 INFO O| Aug 02 17:20:03.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8464 | 2024-08-02T17:20:04.443Z | [ host-image] Aug 02 17:20:03.211 INFO O| Aug 02 17:20:03.211 INFO STEP 43 (remove_files) COMPLETE |
8465 | 2024-08-02T17:20:04.447Z | [ host-image] Aug 02 17:20:03.211 INFO O| Aug 02 17:20:03.211 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8466 | 2024-08-02T17:20:04.460Z | [ host-image] Aug 02 17:20:03.226 INFO O| Aug 02 17:20:03.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8467 | 2024-08-02T17:20:04.460Z | [ host-image] Aug 02 17:20:03.226 INFO O| Aug 02 17:20:03.226 INFO STEP 44 (remove_files) COMPLETE |
8468 | 2024-08-02T17:20:04.463Z | [ host-image] Aug 02 17:20:03.226 INFO O| Aug 02 17:20:03.226 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8469 | 2024-08-02T17:20:04.471Z | [ host-image] Aug 02 17:20:03.238 INFO O| Aug 02 17:20:03.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8470 | 2024-08-02T17:20:04.472Z | [ host-image] Aug 02 17:20:03.238 INFO O| Aug 02 17:20:03.238 INFO STEP 45 (remove_files) COMPLETE |
8471 | 2024-08-02T17:20:04.475Z | [ host-image] Aug 02 17:20:03.238 INFO O| Aug 02 17:20:03.238 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8472 | 2024-08-02T17:20:04.485Z | [ host-image] Aug 02 17:20:03.250 INFO O| Aug 02 17:20:03.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8473 | 2024-08-02T17:20:04.485Z | [ host-image] Aug 02 17:20:03.250 INFO O| Aug 02 17:20:03.250 INFO STEP 46 (remove_files) COMPLETE |
8474 | 2024-08-02T17:20:04.488Z | [ host-image] Aug 02 17:20:03.250 INFO O| Aug 02 17:20:03.250 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8475 | 2024-08-02T17:20:04.493Z | [ host-image] Aug 02 17:20:03.261 INFO O| Aug 02 17:20:03.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8476 | 2024-08-02T17:20:04.493Z | [ host-image] Aug 02 17:20:03.261 INFO O| Aug 02 17:20:03.261 INFO STEP 47 (remove_files) COMPLETE |
8477 | 2024-08-02T17:20:04.497Z | [ host-image] Aug 02 17:20:03.261 INFO O| Aug 02 17:20:03.261 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8478 | 2024-08-02T17:20:04.505Z | [ host-image] Aug 02 17:20:03.272 INFO O| Aug 02 17:20:03.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8479 | 2024-08-02T17:20:04.505Z | [ host-image] Aug 02 17:20:03.273 INFO O| Aug 02 17:20:03.272 INFO STEP 48 (remove_files) COMPLETE |
8480 | 2024-08-02T17:20:04.508Z | [ host-image] Aug 02 17:20:03.273 INFO O| Aug 02 17:20:03.273 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8481 | 2024-08-02T17:20:04.517Z | [ host-image] Aug 02 17:20:03.284 INFO O| Aug 02 17:20:03.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8482 | 2024-08-02T17:20:04.519Z | [ host-image] Aug 02 17:20:03.284 INFO O| Aug 02 17:20:03.284 INFO STEP 49 (remove_files) COMPLETE |
8483 | 2024-08-02T17:20:04.519Z | [ host-image] Aug 02 17:20:03.284 INFO O| Aug 02 17:20:03.284 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8484 | 2024-08-02T17:20:04.528Z | [ host-image] Aug 02 17:20:03.295 INFO O| Aug 02 17:20:03.295 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8485 | 2024-08-02T17:20:04.528Z | [ host-image] Aug 02 17:20:03.296 INFO O| Aug 02 17:20:03.296 INFO STEP 50 (remove_files) COMPLETE |
8486 | 2024-08-02T17:20:04.531Z | [ host-image] Aug 02 17:20:03.296 INFO O| Aug 02 17:20:03.296 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8487 | 2024-08-02T17:20:04.539Z | [ host-image] Aug 02 17:20:03.307 INFO O| Aug 02 17:20:03.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8488 | 2024-08-02T17:20:04.539Z | [ host-image] Aug 02 17:20:03.307 INFO O| Aug 02 17:20:03.307 INFO STEP 51 (remove_files) COMPLETE |
8489 | 2024-08-02T17:20:04.543Z | [ host-image] Aug 02 17:20:03.307 INFO O| Aug 02 17:20:03.307 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8490 | 2024-08-02T17:20:04.550Z | [ host-image] Aug 02 17:20:03.317 INFO O| Aug 02 17:20:03.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8491 | 2024-08-02T17:20:04.550Z | [ host-image] Aug 02 17:20:03.317 INFO O| Aug 02 17:20:03.317 INFO STEP 52 (remove_files) COMPLETE |
8492 | 2024-08-02T17:20:04.550Z | [ host-image] Aug 02 17:20:03.317 INFO O| Aug 02 17:20:03.317 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8493 | 2024-08-02T17:20:04.560Z | [ host-image] Aug 02 17:20:03.328 INFO O| Aug 02 17:20:03.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8494 | 2024-08-02T17:20:04.560Z | [ host-image] Aug 02 17:20:03.328 INFO O| Aug 02 17:20:03.328 INFO STEP 53 (remove_files) COMPLETE |
8495 | 2024-08-02T17:20:04.563Z | [ host-image] Aug 02 17:20:03.328 INFO O| Aug 02 17:20:03.328 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8496 | 2024-08-02T17:20:04.571Z | [ host-image] Aug 02 17:20:03.338 INFO O| Aug 02 17:20:03.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8497 | 2024-08-02T17:20:04.571Z | [ host-image] Aug 02 17:20:03.338 INFO O| Aug 02 17:20:03.338 INFO STEP 54 (remove_files) COMPLETE |
8498 | 2024-08-02T17:20:04.574Z | [ host-image] Aug 02 17:20:03.338 INFO O| Aug 02 17:20:03.338 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8499 | 2024-08-02T17:20:04.581Z | [ host-image] Aug 02 17:20:03.348 INFO O| Aug 02 17:20:03.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8500 | 2024-08-02T17:20:04.581Z | [ host-image] Aug 02 17:20:03.348 INFO O| Aug 02 17:20:03.348 INFO STEP 55 (remove_files) COMPLETE |
8501 | 2024-08-02T17:20:04.583Z | [ host-image] Aug 02 17:20:03.348 INFO O| Aug 02 17:20:03.348 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8502 | 2024-08-02T17:20:04.590Z | [ host-image] Aug 02 17:20:03.358 INFO O| Aug 02 17:20:03.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8503 | 2024-08-02T17:20:04.590Z | [ host-image] Aug 02 17:20:03.358 INFO O| Aug 02 17:20:03.358 INFO STEP 56 (remove_files) COMPLETE |
8504 | 2024-08-02T17:20:04.590Z | [ host-image] Aug 02 17:20:03.358 INFO O| Aug 02 17:20:03.358 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8505 | 2024-08-02T17:20:04.603Z | [ host-image] Aug 02 17:20:03.371 INFO O| Aug 02 17:20:03.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8506 | 2024-08-02T17:20:04.603Z | [ host-image] Aug 02 17:20:03.371 INFO O| Aug 02 17:20:03.371 INFO STEP 57 (remove_files) COMPLETE |
8507 | 2024-08-02T17:20:04.603Z | [ host-image] Aug 02 17:20:03.371 INFO O| Aug 02 17:20:03.371 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8508 | 2024-08-02T17:20:04.614Z | [ host-image] Aug 02 17:20:03.381 INFO O| Aug 02 17:20:03.381 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8509 | 2024-08-02T17:20:04.614Z | [ host-image] Aug 02 17:20:03.381 INFO O| Aug 02 17:20:03.381 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8510 | 2024-08-02T17:20:04.616Z | [ host-image] Aug 02 17:20:03.381 INFO O| Aug 02 17:20:03.381 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8511 | 2024-08-02T17:20:04.616Z | [ host-image] Aug 02 17:20:03.382 INFO O| Aug 02 17:20:03.381 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8512 | 2024-08-02T17:20:04.617Z | [ host-image] Aug 02 17:20:03.382 INFO O| Aug 02 17:20:03.382 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8513 | 2024-08-02T17:20:04.617Z | [ host-image] Aug 02 17:20:03.382 INFO O| Aug 02 17:20:03.382 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8514 | 2024-08-02T17:20:04.617Z | [ host-image] Aug 02 17:20:03.382 INFO O| Aug 02 17:20:03.382 INFO ok! |
8515 | 2024-08-02T17:20:04.617Z | [ host-image] Aug 02 17:20:03.382 INFO O| Aug 02 17:20:03.382 INFO STEP 58 (ensure_file) COMPLETE |
8516 | 2024-08-02T17:20:04.617Z | [ host-image] Aug 02 17:20:03.382 INFO O| Aug 02 17:20:03.382 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8517 | 2024-08-02T17:20:04.624Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8518 | 2024-08-02T17:20:04.624Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8519 | 2024-08-02T17:20:04.627Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8520 | 2024-08-02T17:20:04.627Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8521 | 2024-08-02T17:20:04.627Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8522 | 2024-08-02T17:20:04.627Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8523 | 2024-08-02T17:20:04.627Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO ok! |
8524 | 2024-08-02T17:20:04.627Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO STEP 59 (ensure_file) COMPLETE |
8525 | 2024-08-02T17:20:04.627Z | [ host-image] Aug 02 17:20:03.392 INFO O| Aug 02 17:20:03.392 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8526 | 2024-08-02T17:20:04.635Z | [ host-image] Aug 02 17:20:03.403 INFO O| Aug 02 17:20:03.402 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8527 | 2024-08-02T17:20:04.635Z | [ host-image] Aug 02 17:20:03.403 INFO O| Aug 02 17:20:03.402 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8528 | 2024-08-02T17:20:04.638Z | [ host-image] Aug 02 17:20:03.403 INFO O| Aug 02 17:20:03.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8529 | 2024-08-02T17:20:04.638Z | [ host-image] Aug 02 17:20:03.403 INFO O| Aug 02 17:20:03.403 INFO ok! |
8530 | 2024-08-02T17:20:04.638Z | [ host-image] Aug 02 17:20:03.403 INFO O| Aug 02 17:20:03.403 INFO STEP 60 (ensure_file) COMPLETE |
8531 | 2024-08-02T17:20:04.638Z | [ host-image] Aug 02 17:20:03.403 INFO O| Aug 02 17:20:03.403 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8532 | 2024-08-02T17:20:04.646Z | [ host-image] Aug 02 17:20:03.413 INFO O| Aug 02 17:20:03.413 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8533 | 2024-08-02T17:20:04.649Z | [ host-image] Aug 02 17:20:03.414 INFO O| Aug 02 17:20:03.413 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8534 | 2024-08-02T17:20:04.649Z | [ host-image] Aug 02 17:20:03.414 INFO O| Aug 02 17:20:03.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8535 | 2024-08-02T17:20:04.649Z | [ host-image] Aug 02 17:20:03.414 INFO O| Aug 02 17:20:03.414 INFO ok! |
8536 | 2024-08-02T17:20:04.649Z | [ host-image] Aug 02 17:20:03.414 INFO O| Aug 02 17:20:03.414 INFO STEP 61 (ensure_file) COMPLETE |
8537 | 2024-08-02T17:20:04.649Z | [ host-image] Aug 02 17:20:03.414 INFO O| Aug 02 17:20:03.414 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8538 | 2024-08-02T17:20:04.657Z | [ host-image] Aug 02 17:20:03.425 INFO O| Aug 02 17:20:03.425 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8539 | 2024-08-02T17:20:04.657Z | [ host-image] Aug 02 17:20:03.425 INFO O| Aug 02 17:20:03.425 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8540 | 2024-08-02T17:20:04.660Z | [ host-image] Aug 02 17:20:03.425 INFO O| Aug 02 17:20:03.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8541 | 2024-08-02T17:20:04.660Z | [ host-image] Aug 02 17:20:03.425 INFO O| Aug 02 17:20:03.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8542 | 2024-08-02T17:20:04.660Z | [ host-image] Aug 02 17:20:03.425 INFO O| Aug 02 17:20:03.425 INFO ok! |
8543 | 2024-08-02T17:20:04.660Z | [ host-image] Aug 02 17:20:03.425 INFO O| Aug 02 17:20:03.425 INFO STEP 62 (ensure_file) COMPLETE |
8544 | 2024-08-02T17:20:04.660Z | [ host-image] Aug 02 17:20:03.425 INFO O| Aug 02 17:20:03.425 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8545 | 2024-08-02T17:20:04.669Z | [ host-image] Aug 02 17:20:03.437 INFO O| Aug 02 17:20:03.437 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8546 | 2024-08-02T17:20:04.669Z | [ host-image] Aug 02 17:20:03.437 INFO O| Aug 02 17:20:03.437 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8547 | 2024-08-02T17:20:04.669Z | [ host-image] Aug 02 17:20:03.437 INFO O| Aug 02 17:20:03.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8548 | 2024-08-02T17:20:04.672Z | [ host-image] Aug 02 17:20:03.437 INFO O| Aug 02 17:20:03.437 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8549 | 2024-08-02T17:20:04.672Z | [ host-image] Aug 02 17:20:03.437 INFO O| Aug 02 17:20:03.437 INFO ok! |
8550 | 2024-08-02T17:20:04.672Z | [ host-image] Aug 02 17:20:03.437 INFO O| Aug 02 17:20:03.437 INFO STEP 63 (ensure_file) COMPLETE |
8551 | 2024-08-02T17:20:04.672Z | [ host-image] Aug 02 17:20:03.437 INFO O| Aug 02 17:20:03.437 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8552 | 2024-08-02T17:20:04.681Z | [ host-image] Aug 02 17:20:03.449 INFO O| Aug 02 17:20:03.449 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
8553 | 2024-08-02T17:20:04.681Z | [ host-image] Aug 02 17:20:03.449 INFO O| Aug 02 17:20:03.449 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ... |
8554 | 2024-08-02T17:20:04.684Z | [ host-image] Aug 02 17:20:03.449 INFO O| Aug 02 17:20:03.449 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8555 | 2024-08-02T17:20:04.684Z | [ host-image] Aug 02 17:20:03.449 INFO O| Aug 02 17:20:03.449 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8556 | 2024-08-02T17:20:04.684Z | [ host-image] Aug 02 17:20:03.449 INFO O| Aug 02 17:20:03.449 INFO ok! |
8557 | 2024-08-02T17:20:04.684Z | [ host-image] Aug 02 17:20:03.449 INFO O| Aug 02 17:20:03.449 INFO STEP 64 (ensure_file) COMPLETE |
8558 | 2024-08-02T17:20:04.684Z | [ host-image] Aug 02 17:20:03.449 INFO O| Aug 02 17:20:03.449 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8559 | 2024-08-02T17:20:04.694Z | [ host-image] Aug 02 17:20:03.461 INFO O| Aug 02 17:20:03.461 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8560 | 2024-08-02T17:20:04.694Z | [ host-image] Aug 02 17:20:03.461 INFO O| Aug 02 17:20:03.461 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8561 | 2024-08-02T17:20:04.697Z | [ host-image] Aug 02 17:20:03.461 INFO O| Aug 02 17:20:03.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8562 | 2024-08-02T17:20:04.697Z | [ host-image] Aug 02 17:20:03.461 INFO O| Aug 02 17:20:03.461 INFO ok! |
8563 | 2024-08-02T17:20:04.697Z | [ host-image] Aug 02 17:20:03.461 INFO O| Aug 02 17:20:03.461 INFO STEP 65 (assemble_files) COMPLETE |
8564 | 2024-08-02T17:20:04.697Z | [ host-image] Aug 02 17:20:03.461 INFO O| Aug 02 17:20:03.461 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8565 | 2024-08-02T17:20:04.705Z | [ host-image] Aug 02 17:20:03.473 INFO O| Aug 02 17:20:03.473 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8566 | 2024-08-02T17:20:04.706Z | [ host-image] Aug 02 17:20:03.473 INFO O| Aug 02 17:20:03.473 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8567 | 2024-08-02T17:20:04.708Z | [ host-image] Aug 02 17:20:03.473 INFO O| Aug 02 17:20:03.473 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8568 | 2024-08-02T17:20:04.708Z | [ host-image] Aug 02 17:20:03.473 INFO O| Aug 02 17:20:03.473 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8569 | 2024-08-02T17:20:04.708Z | [ host-image] Aug 02 17:20:03.473 INFO O| Aug 02 17:20:03.473 INFO ok! |
8570 | 2024-08-02T17:20:04.708Z | [ host-image] Aug 02 17:20:03.473 INFO O| Aug 02 17:20:03.473 INFO STEP 66 (ensure_file) COMPLETE |
8571 | 2024-08-02T17:20:04.708Z | [ host-image] Aug 02 17:20:03.473 INFO O| Aug 02 17:20:03.473 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8572 | 2024-08-02T17:20:04.718Z | [ host-image] Aug 02 17:20:03.485 INFO O| Aug 02 17:20:03.485 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8573 | 2024-08-02T17:20:04.718Z | [ host-image] Aug 02 17:20:03.485 INFO O| Aug 02 17:20:03.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8574 | 2024-08-02T17:20:04.721Z | [ host-image] Aug 02 17:20:03.485 INFO O| Aug 02 17:20:03.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8575 | 2024-08-02T17:20:04.721Z | [ host-image] Aug 02 17:20:03.485 INFO O| Aug 02 17:20:03.485 INFO STEP 67 (ensure_dir) COMPLETE |
8576 | 2024-08-02T17:20:04.721Z | [ host-image] Aug 02 17:20:03.485 INFO O| Aug 02 17:20:03.485 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8577 | 2024-08-02T17:20:04.729Z | [ host-image] Aug 02 17:20:03.497 INFO O| Aug 02 17:20:03.497 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8578 | 2024-08-02T17:20:04.729Z | [ host-image] Aug 02 17:20:03.497 INFO O| Aug 02 17:20:03.497 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ... |
8579 | 2024-08-02T17:20:04.737Z | [ host-image] Aug 02 17:20:03.504 INFO O| Aug 02 17:20:03.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8580 | 2024-08-02T17:20:04.737Z | [ host-image] Aug 02 17:20:03.504 INFO O| Aug 02 17:20:03.504 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8581 | 2024-08-02T17:20:04.740Z | [ host-image] Aug 02 17:20:03.504 INFO O| Aug 02 17:20:03.504 INFO ok! |
8582 | 2024-08-02T17:20:04.740Z | [ host-image] Aug 02 17:20:03.504 INFO O| Aug 02 17:20:03.504 INFO STEP 68 (ensure_file) COMPLETE |
8583 | 2024-08-02T17:20:04.740Z | [ host-image] Aug 02 17:20:03.505 INFO O| Aug 02 17:20:03.504 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8584 | 2024-08-02T17:20:04.750Z | [ host-image] Aug 02 17:20:03.518 INFO O| Aug 02 17:20:03.517 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8585 | 2024-08-02T17:20:04.750Z | [ host-image] Aug 02 17:20:03.518 INFO O| Aug 02 17:20:03.518 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ... |
8586 | 2024-08-02T17:20:04.753Z | [ host-image] Aug 02 17:20:03.518 INFO O| Aug 02 17:20:03.518 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8587 | 2024-08-02T17:20:04.753Z | [ host-image] Aug 02 17:20:03.518 INFO O| Aug 02 17:20:03.518 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8588 | 2024-08-02T17:20:04.753Z | [ host-image] Aug 02 17:20:03.518 INFO O| Aug 02 17:20:03.518 INFO ok! |
8589 | 2024-08-02T17:20:04.753Z | [ host-image] Aug 02 17:20:03.518 INFO O| Aug 02 17:20:03.518 INFO STEP 69 (ensure_file) COMPLETE |
8590 | 2024-08-02T17:20:04.753Z | [ host-image] Aug 02 17:20:03.518 INFO O| Aug 02 17:20:03.518 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-08-02T17:20:04.769Z | [ host-image] Aug 02 17:20:03.536 INFO O| Aug 02 17:20:03.536 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8592 | 2024-08-02T17:20:04.769Z | [ host-image] Aug 02 17:20:03.536 INFO O| Aug 02 17:20:03.536 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8593 | 2024-08-02T17:20:06.826Z | [ host-image] Aug 02 17:20:05.594 INFO O| Aug 02 17:20:05.594 INFO STEP 70 (pack_tar) COMPLETE |
8594 | 2024-08-02T17:20:06.826Z | [ host-image] Aug 02 17:20:05.594 INFO O| Aug 02 17:20:05.594 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8595 | 2024-08-02T17:20:06.830Z | [ host-image] Aug 02 17:20:05.594 INFO O| Aug 02 17:20:05.594 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8596 | 2024-08-02T17:20:07.337Z | [ host-image] Aug 02 17:20:06.104 INFO O| Aug 02 17:20:06.104 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8597 | 2024-08-02T17:20:07.450Z | [ host-image] Aug 02 17:20:06.218 INFO O| Aug 02 17:20:06.218 INFO completed processing gimlet/ramdisk-02-trim |
8598 | 2024-08-02T17:20:07.454Z | [ host-image] Aug 02 17:20:06.220 INFO image builder template: zfs... |
8599 | 2024-08-02T17:20:07.454Z | [ host-image] Aug 02 17:20:06.220 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/.tmp5JSm0w/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 |
8600 | 2024-08-02T17:20:07.466Z | [ host-image] Aug 02 17:20:06.233 INFO O| Aug 02 17:20:06.233 INFO skip include "stress" because feature "stress" is not enabled |
8601 | 2024-08-02T17:20:07.499Z | [ host-image] Aug 02 17:20:06.267 INFO O| Aug 02 17:20:06.267 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8602 | 2024-08-02T17:20:07.503Z | [ host-image] Aug 02 17:20:06.271 INFO O| Aug 02 17:20:06.271 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8603 | 2024-08-02T17:20:07.633Z | [ host-image] Aug 02 17:20:06.401 INFO O| Aug 02 17:20:06.401 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8604 | 2024-08-02T17:20:07.689Z | [ host-image] Aug 02 17:20:06.457 INFO O| Aug 02 17:20:06.457 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8605 | 2024-08-02T17:20:07.689Z | [ host-image] Aug 02 17:20:06.457 INFO O| Aug 02 17:20:06.457 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8606 | 2024-08-02T17:20:07.693Z | [ host-image] Aug 02 17:20:06.461 INFO O| Aug 02 17:20:06.461 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8607 | 2024-08-02T17:20:07.763Z | [ host-image] Aug 02 17:20:06.531 INFO O| Aug 02 17:20:06.530 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8608 | 2024-08-02T17:20:07.819Z | [ host-image] Aug 02 17:20:06.586 INFO O| Aug 02 17:20:06.586 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8609 | 2024-08-02T17:20:07.828Z | [ host-image] Aug 02 17:20:06.596 INFO O| Aug 02 17:20:06.596 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8610 | 2024-08-02T17:20:07.833Z | [ host-image] Aug 02 17:20:06.601 INFO O| Aug 02 17:20:06.601 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8611 | 2024-08-02T17:20:07.836Z | [ host-image] Aug 02 17:20:06.601 INFO O| Aug 02 17:20:06.601 INFO no lofi found |
8612 | 2024-08-02T17:20:07.836Z | [ host-image] Aug 02 17:20:06.601 INFO O| Aug 02 17:20:06.601 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8613 | 2024-08-02T17:20:07.836Z | [ host-image] Aug 02 17:20:06.601 INFO O| Aug 02 17:20:06.601 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8614 | 2024-08-02T17:20:09.242Z | [ host-image] Aug 02 17:20:08.009 INFO O| Aug 02 17:20:08.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8615 | 2024-08-02T17:20:09.245Z | [ host-image] Aug 02 17:20:08.009 INFO O| Aug 02 17:20:08.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8616 | 2024-08-02T17:20:09.245Z | [ host-image] Aug 02 17:20:08.009 INFO O| Aug 02 17:20:08.009 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"] |
8617 | 2024-08-02T17:20:09.317Z | [ host-image] Aug 02 17:20:08.083 INFO O| Aug 02 17:20:08.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8618 | 2024-08-02T17:20:09.317Z | [ host-image] Aug 02 17:20:08.083 INFO O| Aug 02 17:20:08.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8619 | 2024-08-02T17:20:09.338Z | [ host-image] Aug 02 17:20:08.105 INFO O| Aug 02 17:20:08.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8620 | 2024-08-02T17:20:09.397Z | [ host-image] Aug 02 17:20:08.165 INFO O| Aug 02 17:20:08.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8621 | 2024-08-02T17:20:09.435Z | [ host-image] Aug 02 17:20:08.202 INFO O| Aug 02 17:20:08.202 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8622 | 2024-08-02T17:20:09.449Z | [ host-image] Aug 02 17:20:08.216 INFO O| Aug 02 17:20:08.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8623 | 2024-08-02T17:20:09.460Z | [ host-image] Aug 02 17:20:08.227 INFO O| Aug 02 17:20:08.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8624 | 2024-08-02T17:20:09.510Z | [ host-image] Aug 02 17:20:08.277 INFO O| Aug 02 17:20:08.277 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8625 | 2024-08-02T17:20:09.510Z | [ host-image] Aug 02 17:20:08.278 INFO O| Aug 02 17:20:08.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8626 | 2024-08-02T17:20:09.514Z | [ host-image] Aug 02 17:20:08.278 INFO O| Aug 02 17:20:08.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8627 | 2024-08-02T17:20:09.517Z | [ host-image] Aug 02 17:20:08.285 INFO O| Aug 02 17:20:08.285 INFO boot environment UUID: 20b19e8f-fa3f-4581-af92-3961c8bea280 |
8628 | 2024-08-02T17:20:09.517Z | [ host-image] Aug 02 17:20:08.285 INFO O| Aug 02 17:20:08.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 20b19e8f-fa3f-4581-af92-3961c8bea280 |
8629 | 2024-08-02T17:20:09.527Z | [ host-image] Aug 02 17:20:08.295 INFO O| Aug 02 17:20:08.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8630 | 2024-08-02T17:20:09.537Z | [ host-image] Aug 02 17:20:08.305 INFO O| Aug 02 17:20:08.305 INFO STEP 0 (create_be) COMPLETE |
8631 | 2024-08-02T17:20:09.540Z | [ host-image] Aug 02 17:20:08.305 INFO O| Aug 02 17:20:08.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8632 | 2024-08-02T17:20:09.551Z | [ host-image] Aug 02 17:20:08.319 INFO O| Aug 02 17:20:08.319 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8633 | 2024-08-02T17:20:20.397Z | [ recovery-image] Aug 02 17:20:19.164 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) |
8634 | 2024-08-02T17:20:23.100Z | [ recovery-image] Aug 02 17:20:21.867 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) |
8635 | 2024-08-02T17:20:27.762Z | [ recovery-image] Aug 02 17:20:26.527 INFO E| Compiling bitflags v1.3.2 |
8636 | 2024-08-02T17:20:27.768Z | [ recovery-image] Aug 02 17:20:26.527 INFO E| Compiling adler v1.0.2 |
8637 | 2024-08-02T17:20:27.771Z | [ recovery-image] Aug 02 17:20:26.527 INFO E| Compiling log v0.4.21 |
8638 | 2024-08-02T17:20:27.771Z | [ recovery-image] Aug 02 17:20:26.527 INFO E| Compiling bit_field v0.10.2 |
8639 | 2024-08-02T17:20:27.771Z | [ recovery-image] Aug 02 17:20:26.527 INFO E| Compiling scroll v0.12.0 |
8640 | 2024-08-02T17:20:27.771Z | [ recovery-image] Aug 02 17:20:26.527 INFO E| Compiling plain v0.2.3 |
8641 | 2024-08-02T17:20:27.771Z | [ recovery-image] Aug 02 17:20:26.527 INFO E| Compiling static_assertions v1.1.0 |
8642 | 2024-08-02T17:20:27.863Z | [ recovery-image] Aug 02 17:20:26.629 INFO E| Compiling raw-cpuid v10.7.0 |
8643 | 2024-08-02T17:20:27.892Z | [ recovery-image] Aug 02 17:20:26.658 INFO E| Compiling cpio_reader v0.1.1 |
8644 | 2024-08-02T17:20:28.156Z | [ recovery-image] Aug 02 17:20:26.923 INFO E| Compiling miniz_oxide v0.7.2 |
8645 | 2024-08-02T17:20:28.428Z | [ recovery-image] Aug 02 17:20:27.195 INFO E| Compiling bitstruct v0.1.1 |
8646 | 2024-08-02T17:20:28.685Z | [ recovery-image] Aug 02 17:20:27.451 INFO E| Compiling goblin v0.8.0 |
8647 | 2024-08-02T17:20:30.801Z | [ host-image] Aug 02 17:20:29.566 INFO O| Aug 02 17:20:29.566 INFO STEP 1 (unpack_tar) COMPLETE |
8648 | 2024-08-02T17:20:30.801Z | [ host-image] Aug 02 17:20:29.567 INFO O| Aug 02 17:20:29.566 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8649 | 2024-08-02T17:20:30.818Z | [ host-image] Aug 02 17:20:29.585 INFO O| Aug 02 17:20:29.585 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8650 | 2024-08-02T17:20:30.976Z | [ host-image] Aug 02 17:20:29.743 INFO O| Aug 02 17:20:29.743 INFO STEP 2 (devfsadm) COMPLETE |
8651 | 2024-08-02T17:20:30.976Z | [ host-image] Aug 02 17:20:29.743 INFO O| Aug 02 17:20:29.743 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8652 | 2024-08-02T17:20:30.993Z | [ host-image] Aug 02 17:20:29.759 INFO O| Aug 02 17:20:29.759 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8653 | 2024-08-02T17:20:30.993Z | [ host-image] Aug 02 17:20:29.760 INFO O| Aug 02 17:20:29.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8654 | 2024-08-02T17:20:30.993Z | [ host-image] Aug 02 17:20:29.760 INFO O| Aug 02 17:20:29.760 INFO STEP 3 (ensure_dir) COMPLETE |
8655 | 2024-08-02T17:20:30.997Z | [ host-image] Aug 02 17:20:29.760 INFO O| Aug 02 17:20:29.760 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8656 | 2024-08-02T17:20:31.009Z | [ host-image] Aug 02 17:20:29.776 INFO O| Aug 02 17:20:29.776 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8657 | 2024-08-02T17:20:31.009Z | [ host-image] Aug 02 17:20:29.776 INFO O| Aug 02 17:20:29.776 INFO STEP 4 (ensure_dir) COMPLETE |
8658 | 2024-08-02T17:20:31.012Z | [ host-image] Aug 02 17:20:29.776 INFO O| Aug 02 17:20:29.776 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8659 | 2024-08-02T17:20:31.023Z | [ host-image] Aug 02 17:20:29.790 INFO O| Aug 02 17:20:29.790 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8660 | 2024-08-02T17:20:31.024Z | [ host-image] Aug 02 17:20:29.790 INFO O| Aug 02 17:20:29.790 INFO STEP 5 (ensure_dir) COMPLETE |
8661 | 2024-08-02T17:20:31.026Z | [ host-image] Aug 02 17:20:29.790 INFO O| Aug 02 17:20:29.790 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8662 | 2024-08-02T17:20:31.037Z | [ host-image] Aug 02 17:20:29.803 INFO O| Aug 02 17:20:29.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8663 | 2024-08-02T17:20:31.037Z | [ host-image] Aug 02 17:20:29.804 INFO O| Aug 02 17:20:29.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8664 | 2024-08-02T17:20:31.039Z | [ host-image] Aug 02 17:20:29.804 INFO O| Aug 02 17:20:29.804 INFO STEP 6 (ensure_dir) COMPLETE |
8665 | 2024-08-02T17:20:31.040Z | [ host-image] Aug 02 17:20:29.804 INFO O| Aug 02 17:20:29.804 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8666 | 2024-08-02T17:20:31.053Z | [ host-image] Aug 02 17:20:29.820 INFO O| Aug 02 17:20:29.820 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8667 | 2024-08-02T17:20:31.053Z | [ host-image] Aug 02 17:20:29.820 INFO O| Aug 02 17:20:29.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8668 | 2024-08-02T17:20:31.056Z | [ host-image] Aug 02 17:20:29.820 INFO O| Aug 02 17:20:29.820 INFO STEP 7 (ensure_dir) COMPLETE |
8669 | 2024-08-02T17:20:31.056Z | [ host-image] Aug 02 17:20:29.820 INFO O| Aug 02 17:20:29.820 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8670 | 2024-08-02T17:20:31.070Z | [ host-image] Aug 02 17:20:29.837 INFO O| Aug 02 17:20:29.837 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8671 | 2024-08-02T17:20:31.073Z | [ host-image] Aug 02 17:20:29.837 INFO O| Aug 02 17:20:29.837 INFO STEP 8 (remove_files) COMPLETE |
8672 | 2024-08-02T17:20:31.073Z | [ host-image] Aug 02 17:20:29.837 INFO O| Aug 02 17:20:29.837 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8673 | 2024-08-02T17:20:31.087Z | [ host-image] Aug 02 17:20:29.854 INFO O| Aug 02 17:20:29.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8674 | 2024-08-02T17:20:31.091Z | [ host-image] Aug 02 17:20:29.855 INFO O| Aug 02 17:20:29.855 INFO STEP 9 (remove_files) COMPLETE |
8675 | 2024-08-02T17:20:31.091Z | [ host-image] Aug 02 17:20:29.855 INFO O| Aug 02 17:20:29.855 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8676 | 2024-08-02T17:20:31.105Z | [ host-image] Aug 02 17:20:29.872 INFO O| Aug 02 17:20:29.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8677 | 2024-08-02T17:20:31.108Z | [ host-image] Aug 02 17:20:29.873 INFO O| Aug 02 17:20:29.873 INFO STEP 10 (remove_files) COMPLETE |
8678 | 2024-08-02T17:20:31.108Z | [ host-image] Aug 02 17:20:29.874 INFO O| Aug 02 17:20:29.873 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8679 | 2024-08-02T17:20:31.120Z | [ host-image] Aug 02 17:20:29.886 INFO O| Aug 02 17:20:29.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8680 | 2024-08-02T17:20:31.122Z | [ host-image] Aug 02 17:20:29.887 INFO O| Aug 02 17:20:29.887 INFO STEP 11 (remove_files) COMPLETE |
8681 | 2024-08-02T17:20:31.123Z | [ host-image] Aug 02 17:20:29.887 INFO O| Aug 02 17:20:29.887 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8682 | 2024-08-02T17:20:31.136Z | [ host-image] Aug 02 17:20:29.903 INFO O| Aug 02 17:20:29.902 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8683 | 2024-08-02T17:20:31.136Z | [ host-image] Aug 02 17:20:29.903 INFO O| Aug 02 17:20:29.903 INFO STEP 12 (remove_files) COMPLETE |
8684 | 2024-08-02T17:20:31.139Z | [ host-image] Aug 02 17:20:29.903 INFO O| Aug 02 17:20:29.903 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8685 | 2024-08-02T17:20:31.148Z | [ host-image] Aug 02 17:20:29.915 INFO O| Aug 02 17:20:29.914 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8686 | 2024-08-02T17:20:31.151Z | [ host-image] Aug 02 17:20:29.915 INFO O| Aug 02 17:20:29.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8687 | 2024-08-02T17:20:31.151Z | [ host-image] Aug 02 17:20:29.915 INFO O| Aug 02 17:20:29.915 INFO STEP 13 (ensure_dir) COMPLETE |
8688 | 2024-08-02T17:20:31.151Z | [ host-image] Aug 02 17:20:29.915 INFO O| Aug 02 17:20:29.915 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8689 | 2024-08-02T17:20:31.167Z | [ host-image] Aug 02 17:20:29.934 INFO O| Aug 02 17:20:29.934 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8690 | 2024-08-02T17:20:31.170Z | [ host-image] Aug 02 17:20:29.934 INFO O| Aug 02 17:20:29.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8691 | 2024-08-02T17:20:31.170Z | [ host-image] Aug 02 17:20:29.934 INFO O| Aug 02 17:20:29.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8692 | 2024-08-02T17:20:31.170Z | [ host-image] Aug 02 17:20:29.934 INFO O| Aug 02 17:20:29.934 INFO STEP 14 (ensure_dir) COMPLETE |
8693 | 2024-08-02T17:20:31.170Z | [ host-image] Aug 02 17:20:29.935 INFO O| Aug 02 17:20:29.935 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8694 | 2024-08-02T17:20:31.186Z | [ host-image] Aug 02 17:20:29.953 INFO O| Aug 02 17:20:29.953 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8695 | 2024-08-02T17:20:31.186Z | [ host-image] Aug 02 17:20:29.953 INFO O| Aug 02 17:20:29.953 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8696 | 2024-08-02T17:20:31.189Z | [ host-image] Aug 02 17:20:29.953 INFO O| Aug 02 17:20:29.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8697 | 2024-08-02T17:20:31.189Z | [ host-image] Aug 02 17:20:29.953 INFO O| Aug 02 17:20:29.953 INFO STEP 15 (ensure_dir) COMPLETE |
8698 | 2024-08-02T17:20:31.189Z | [ host-image] Aug 02 17:20:29.954 INFO O| Aug 02 17:20:29.953 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8699 | 2024-08-02T17:20:31.205Z | [ host-image] Aug 02 17:20:29.972 INFO O| Aug 02 17:20:29.972 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8700 | 2024-08-02T17:20:31.208Z | [ host-image] Aug 02 17:20:29.972 INFO O| Aug 02 17:20:29.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8701 | 2024-08-02T17:20:31.208Z | [ host-image] Aug 02 17:20:29.972 INFO O| Aug 02 17:20:29.972 INFO STEP 16 (ensure_dir) COMPLETE |
8702 | 2024-08-02T17:20:31.208Z | [ host-image] Aug 02 17:20:29.973 INFO O| Aug 02 17:20:29.972 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8703 | 2024-08-02T17:20:31.224Z | [ host-image] Aug 02 17:20:29.990 INFO O| Aug 02 17:20:29.990 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8704 | 2024-08-02T17:20:31.228Z | [ host-image] Aug 02 17:20:29.990 INFO O| Aug 02 17:20:29.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8705 | 2024-08-02T17:20:31.228Z | [ host-image] Aug 02 17:20:29.991 INFO O| Aug 02 17:20:29.990 INFO STEP 17 (ensure_dir) COMPLETE |
8706 | 2024-08-02T17:20:31.228Z | [ host-image] Aug 02 17:20:29.991 INFO O| Aug 02 17:20:29.990 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8707 | 2024-08-02T17:20:31.240Z | [ host-image] Aug 02 17:20:30.007 INFO O| Aug 02 17:20:30.007 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8708 | 2024-08-02T17:20:31.241Z | [ host-image] Aug 02 17:20:30.007 INFO O| Aug 02 17:20:30.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8709 | 2024-08-02T17:20:31.243Z | [ host-image] Aug 02 17:20:30.007 INFO O| Aug 02 17:20:30.007 INFO ok! |
8710 | 2024-08-02T17:20:31.243Z | [ host-image] Aug 02 17:20:30.007 INFO O| Aug 02 17:20:30.007 INFO STEP 18 (ensure_symlink) COMPLETE |
8711 | 2024-08-02T17:20:31.244Z | [ host-image] Aug 02 17:20:30.007 INFO O| Aug 02 17:20:30.007 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8712 | 2024-08-02T17:20:31.259Z | [ host-image] Aug 02 17:20:30.025 INFO O| Aug 02 17:20:30.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8713 | 2024-08-02T17:20:31.259Z | [ host-image] Aug 02 17:20:30.025 INFO O| Aug 02 17:20:30.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8714 | 2024-08-02T17:20:31.259Z | [ host-image] Aug 02 17:20:30.025 INFO O| Aug 02 17:20:30.025 INFO ok! |
8715 | 2024-08-02T17:20:31.262Z | [ host-image] Aug 02 17:20:30.025 INFO O| Aug 02 17:20:30.025 INFO STEP 19 (ensure_file) COMPLETE |
8716 | 2024-08-02T17:20:31.262Z | [ host-image] Aug 02 17:20:30.025 INFO O| Aug 02 17:20:30.025 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8717 | 2024-08-02T17:20:31.278Z | [ host-image] Aug 02 17:20:30.044 INFO O| Aug 02 17:20:30.044 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8718 | 2024-08-02T17:20:31.278Z | [ host-image] Aug 02 17:20:30.044 INFO O| Aug 02 17:20:30.044 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8719 | 2024-08-02T17:20:31.280Z | [ host-image] Aug 02 17:20:30.044 INFO O| Aug 02 17:20:30.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8720 | 2024-08-02T17:20:31.280Z | [ host-image] Aug 02 17:20:30.044 INFO O| Aug 02 17:20:30.044 INFO ok! |
8721 | 2024-08-02T17:20:31.280Z | [ host-image] Aug 02 17:20:30.045 INFO O| Aug 02 17:20:30.045 INFO STEP 20 (ensure_symlink) COMPLETE |
8722 | 2024-08-02T17:20:31.280Z | [ host-image] Aug 02 17:20:30.045 INFO O| Aug 02 17:20:30.045 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8723 | 2024-08-02T17:20:31.300Z | [ host-image] Aug 02 17:20:30.067 INFO O| Aug 02 17:20:30.066 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8724 | 2024-08-02T17:20:31.300Z | [ host-image] Aug 02 17:20:30.067 INFO O| Aug 02 17:20:30.067 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8725 | 2024-08-02T17:20:31.303Z | [ host-image] Aug 02 17:20:30.067 INFO O| Aug 02 17:20:30.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8726 | 2024-08-02T17:20:31.303Z | [ host-image] Aug 02 17:20:30.067 INFO O| Aug 02 17:20:30.067 INFO ok! |
8727 | 2024-08-02T17:20:31.304Z | [ host-image] Aug 02 17:20:30.067 INFO O| Aug 02 17:20:30.067 INFO STEP 21 (ensure_symlink) COMPLETE |
8728 | 2024-08-02T17:20:31.304Z | [ host-image] Aug 02 17:20:30.067 INFO O| Aug 02 17:20:30.067 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8729 | 2024-08-02T17:20:31.318Z | [ host-image] Aug 02 17:20:30.084 INFO O| Aug 02 17:20:30.084 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8730 | 2024-08-02T17:20:31.318Z | [ host-image] Aug 02 17:20:30.084 INFO O| Aug 02 17:20:30.084 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8731 | 2024-08-02T17:20:31.321Z | [ host-image] Aug 02 17:20:30.085 INFO O| Aug 02 17:20:30.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8732 | 2024-08-02T17:20:31.321Z | [ host-image] Aug 02 17:20:30.085 INFO O| Aug 02 17:20:30.085 INFO ok! |
8733 | 2024-08-02T17:20:31.321Z | [ host-image] Aug 02 17:20:30.085 INFO O| Aug 02 17:20:30.085 INFO STEP 22 (ensure_symlink) COMPLETE |
8734 | 2024-08-02T17:20:31.321Z | [ host-image] Aug 02 17:20:30.085 INFO O| Aug 02 17:20:30.085 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8735 | 2024-08-02T17:20:31.338Z | [ host-image] Aug 02 17:20:30.105 INFO O| Aug 02 17:20:30.105 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8736 | 2024-08-02T17:20:31.338Z | [ host-image] Aug 02 17:20:30.105 INFO O| Aug 02 17:20:30.105 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8737 | 2024-08-02T17:20:31.460Z | [ host-image] Aug 02 17:20:30.105 INFO O| Aug 02 17:20:30.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8738 | 2024-08-02T17:20:31.460Z | [ host-image] Aug 02 17:20:30.105 INFO O| Aug 02 17:20:30.105 INFO ok! |
8739 | 2024-08-02T17:20:31.460Z | [ host-image] Aug 02 17:20:30.105 INFO O| Aug 02 17:20:30.105 INFO STEP 23 (ensure_symlink) COMPLETE |
8740 | 2024-08-02T17:20:31.460Z | [ host-image] Aug 02 17:20:30.105 INFO O| Aug 02 17:20:30.105 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8741 | 2024-08-02T17:20:31.463Z | [ host-image] Aug 02 17:20:30.123 INFO O| Aug 02 17:20:30.123 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8742 | 2024-08-02T17:20:31.463Z | [ host-image] Aug 02 17:20:30.123 INFO O| Aug 02 17:20:30.123 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8743 | 2024-08-02T17:20:31.463Z | [ host-image] Aug 02 17:20:30.124 INFO O| Aug 02 17:20:30.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8744 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.124 INFO O| Aug 02 17:20:30.124 INFO ok! |
8745 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.124 INFO O| Aug 02 17:20:30.124 INFO STEP 24 (ensure_file) COMPLETE |
8746 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.124 INFO O| Aug 02 17:20:30.124 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8747 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.141 INFO O| Aug 02 17:20:30.140 INFO updating shadow file |
8748 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.141 INFO O| Aug 02 17:20:30.141 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8749 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.141 INFO O| Aug 02 17:20:30.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8750 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.141 INFO O| Aug 02 17:20:30.141 INFO STEP 25 (shadow) COMPLETE |
8751 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.141 INFO O| Aug 02 17:20:30.141 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8752 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.158 INFO O| Aug 02 17:20:30.158 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8753 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.158 INFO O| Aug 02 17:20:30.158 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8754 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.158 INFO O| Aug 02 17:20:30.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8755 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.158 INFO O| Aug 02 17:20:30.158 INFO ok! |
8756 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.159 INFO O| Aug 02 17:20:30.158 INFO STEP 26 (ensure_file) COMPLETE |
8757 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.159 INFO O| Aug 02 17:20:30.158 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8758 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.174 INFO O| Aug 02 17:20:30.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8759 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.174 INFO O| Aug 02 17:20:30.174 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8760 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.175 INFO O| Aug 02 17:20:30.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8761 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.175 INFO O| Aug 02 17:20:30.175 INFO ok! |
8762 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.175 INFO O| Aug 02 17:20:30.175 INFO STEP 27 (ensure_file) COMPLETE |
8763 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.175 INFO O| Aug 02 17:20:30.175 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8764 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.192 INFO O| Aug 02 17:20:30.192 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8765 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.192 INFO O| Aug 02 17:20:30.192 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8766 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.192 INFO O| Aug 02 17:20:30.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8767 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.192 INFO O| Aug 02 17:20:30.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8768 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.192 INFO O| Aug 02 17:20:30.192 INFO ok! |
8769 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.193 INFO O| Aug 02 17:20:30.192 INFO STEP 28 (ensure_file) COMPLETE |
8770 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.193 INFO O| Aug 02 17:20:30.193 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8771 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.210 INFO O| Aug 02 17:20:30.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8772 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.210 INFO O| Aug 02 17:20:30.210 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8773 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.210 INFO O| Aug 02 17:20:30.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8774 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.210 INFO O| Aug 02 17:20:30.210 INFO ok! |
8775 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.210 INFO O| Aug 02 17:20:30.210 INFO STEP 29 (ensure_file) COMPLETE |
8776 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.210 INFO O| Aug 02 17:20:30.210 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8777 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.228 INFO O| Aug 02 17:20:30.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8778 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.228 INFO O| Aug 02 17:20:30.228 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8779 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.228 INFO O| Aug 02 17:20:30.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8780 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.228 INFO O| Aug 02 17:20:30.228 INFO ok! |
8781 | 2024-08-02T17:20:31.464Z | [ host-image] Aug 02 17:20:30.228 INFO O| Aug 02 17:20:30.228 INFO STEP 30 (ensure_file) COMPLETE |
8782 | 2024-08-02T17:20:31.465Z | [ host-image] Aug 02 17:20:30.228 INFO O| Aug 02 17:20:30.228 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8783 | 2024-08-02T17:20:31.480Z | [ host-image] Aug 02 17:20:30.247 INFO O| Aug 02 17:20:30.247 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8784 | 2024-08-02T17:20:31.480Z | [ host-image] Aug 02 17:20:30.247 INFO O| Aug 02 17:20:30.247 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8785 | 2024-08-02T17:20:31.480Z | [ host-image] Aug 02 17:20:30.247 INFO O| Aug 02 17:20:30.247 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8786 | 2024-08-02T17:20:31.483Z | [ host-image] Aug 02 17:20:30.247 INFO O| Aug 02 17:20:30.247 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8787 | 2024-08-02T17:20:31.483Z | [ host-image] Aug 02 17:20:30.247 INFO O| Aug 02 17:20:30.247 INFO ok! |
8788 | 2024-08-02T17:20:31.483Z | [ host-image] Aug 02 17:20:30.247 INFO O| Aug 02 17:20:30.247 INFO STEP 31 (ensure_file) COMPLETE |
8789 | 2024-08-02T17:20:31.483Z | [ host-image] Aug 02 17:20:30.247 INFO O| Aug 02 17:20:30.247 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8790 | 2024-08-02T17:20:31.499Z | [ host-image] Aug 02 17:20:30.265 INFO O| Aug 02 17:20:30.265 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8791 | 2024-08-02T17:20:31.499Z | [ host-image] Aug 02 17:20:30.265 INFO O| Aug 02 17:20:30.265 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8792 | 2024-08-02T17:20:31.499Z | [ host-image] Aug 02 17:20:30.265 INFO O| Aug 02 17:20:30.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8793 | 2024-08-02T17:20:31.499Z | [ host-image] Aug 02 17:20:30.265 INFO O| Aug 02 17:20:30.265 INFO ok! |
8794 | 2024-08-02T17:20:31.499Z | [ host-image] Aug 02 17:20:30.265 INFO O| Aug 02 17:20:30.265 INFO STEP 32 (ensure_file) COMPLETE |
8795 | 2024-08-02T17:20:31.499Z | [ host-image] Aug 02 17:20:30.265 INFO O| Aug 02 17:20:30.265 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8796 | 2024-08-02T17:20:31.520Z | [ host-image] Aug 02 17:20:30.286 INFO O| Aug 02 17:20:30.286 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8797 | 2024-08-02T17:20:31.520Z | [ host-image] Aug 02 17:20:30.286 INFO O| Aug 02 17:20:30.286 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8798 | 2024-08-02T17:20:31.523Z | [ host-image] Aug 02 17:20:30.287 INFO O| Aug 02 17:20:30.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8799 | 2024-08-02T17:20:31.523Z | [ host-image] Aug 02 17:20:30.287 INFO O| Aug 02 17:20:30.287 INFO ok! |
8800 | 2024-08-02T17:20:31.523Z | [ host-image] Aug 02 17:20:30.287 INFO O| Aug 02 17:20:30.287 INFO STEP 33 (ensure_file) COMPLETE |
8801 | 2024-08-02T17:20:31.523Z | [ host-image] Aug 02 17:20:30.287 INFO O| Aug 02 17:20:30.287 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8802 | 2024-08-02T17:20:31.540Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8803 | 2024-08-02T17:20:31.540Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8804 | 2024-08-02T17:20:31.543Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8805 | 2024-08-02T17:20:31.543Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8806 | 2024-08-02T17:20:31.543Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8807 | 2024-08-02T17:20:31.543Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8808 | 2024-08-02T17:20:31.543Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO ok! |
8809 | 2024-08-02T17:20:31.543Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO STEP 34 (ensure_file) COMPLETE |
8810 | 2024-08-02T17:20:31.543Z | [ host-image] Aug 02 17:20:30.307 INFO O| Aug 02 17:20:30.307 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8811 | 2024-08-02T17:20:31.560Z | [ host-image] Aug 02 17:20:30.326 INFO O| Aug 02 17:20:30.326 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8812 | 2024-08-02T17:20:31.560Z | [ host-image] Aug 02 17:20:30.326 INFO O| Aug 02 17:20:30.326 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8813 | 2024-08-02T17:20:31.560Z | [ host-image] Aug 02 17:20:30.326 INFO O| Aug 02 17:20:30.326 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8814 | 2024-08-02T17:20:31.562Z | [ host-image] Aug 02 17:20:30.326 INFO O| Aug 02 17:20:30.326 INFO STEP 35 (ensure_dir) COMPLETE |
8815 | 2024-08-02T17:20:31.562Z | [ host-image] Aug 02 17:20:30.327 INFO O| Aug 02 17:20:30.326 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8816 | 2024-08-02T17:20:31.579Z | [ host-image] Aug 02 17:20:30.345 INFO O| Aug 02 17:20:30.345 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 |
8817 | 2024-08-02T17:20:31.579Z | [ host-image] Aug 02 17:20:30.345 INFO O| Aug 02 17:20:30.345 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 ... |
8818 | 2024-08-02T17:20:31.582Z | [ host-image] Aug 02 17:20:30.346 INFO O| Aug 02 17:20:30.346 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 |
8819 | 2024-08-02T17:20:31.582Z | [ host-image] Aug 02 17:20:30.346 INFO O| Aug 02 17:20:30.346 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 |
8820 | 2024-08-02T17:20:31.582Z | [ host-image] Aug 02 17:20:30.346 INFO O| Aug 02 17:20:30.346 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 |
8821 | 2024-08-02T17:20:31.582Z | [ host-image] Aug 02 17:20:30.346 INFO O| Aug 02 17:20:30.346 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 |
8822 | 2024-08-02T17:20:31.582Z | [ host-image] Aug 02 17:20:30.346 INFO O| Aug 02 17:20:30.346 INFO ok! |
8823 | 2024-08-02T17:20:31.582Z | [ host-image] Aug 02 17:20:30.346 INFO O| Aug 02 17:20:30.346 INFO STEP 36 (ensure_file) COMPLETE |
8824 | 2024-08-02T17:20:31.582Z | [ host-image] Aug 02 17:20:30.346 INFO O| Aug 02 17:20:30.346 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8825 | 2024-08-02T17:20:31.599Z | [ host-image] Aug 02 17:20:30.365 INFO O| Aug 02 17:20:30.365 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8826 | 2024-08-02T17:20:31.599Z | [ host-image] Aug 02 17:20:30.366 INFO O| Aug 02 17:20:30.365 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 ... |
8827 | 2024-08-02T17:20:31.602Z | [ host-image] Aug 02 17:20:30.366 INFO O| Aug 02 17:20:30.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8828 | 2024-08-02T17:20:31.602Z | [ host-image] Aug 02 17:20:30.366 INFO O| Aug 02 17:20:30.366 INFO ok! |
8829 | 2024-08-02T17:20:31.602Z | [ host-image] Aug 02 17:20:30.366 INFO O| Aug 02 17:20:30.366 INFO STEP 37 (ensure_symlink) COMPLETE |
8830 | 2024-08-02T17:20:31.602Z | [ host-image] Aug 02 17:20:30.366 INFO O| Aug 02 17:20:30.366 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8831 | 2024-08-02T17:20:31.620Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8832 | 2024-08-02T17:20:31.620Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8833 | 2024-08-02T17:20:31.623Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8834 | 2024-08-02T17:20:31.623Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8835 | 2024-08-02T17:20:31.623Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8836 | 2024-08-02T17:20:31.623Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8837 | 2024-08-02T17:20:31.623Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO ok! |
8838 | 2024-08-02T17:20:31.623Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO STEP 38 (ensure_file) COMPLETE |
8839 | 2024-08-02T17:20:31.623Z | [ host-image] Aug 02 17:20:30.387 INFO O| Aug 02 17:20:30.387 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8840 | 2024-08-02T17:20:31.641Z | [ host-image] Aug 02 17:20:30.407 INFO O| Aug 02 17:20:30.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8841 | 2024-08-02T17:20:31.641Z | [ host-image] Aug 02 17:20:30.407 INFO O| Aug 02 17:20:30.407 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 ... |
8842 | 2024-08-02T17:20:31.644Z | [ host-image] Aug 02 17:20:30.407 INFO O| Aug 02 17:20:30.407 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 |
8843 | 2024-08-02T17:20:31.644Z | [ host-image] Aug 02 17:20:30.407 INFO O| Aug 02 17:20:30.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8844 | 2024-08-02T17:20:31.644Z | [ host-image] Aug 02 17:20:30.407 INFO O| Aug 02 17:20:30.407 INFO ok! |
8845 | 2024-08-02T17:20:31.644Z | [ host-image] Aug 02 17:20:30.407 INFO O| Aug 02 17:20:30.407 INFO STEP 39 (ensure_file) COMPLETE |
8846 | 2024-08-02T17:20:31.644Z | [ host-image] Aug 02 17:20:30.407 INFO O| Aug 02 17:20:30.407 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8847 | 2024-08-02T17:20:31.662Z | [ host-image] Aug 02 17:20:30.427 INFO O| Aug 02 17:20:30.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8848 | 2024-08-02T17:20:31.662Z | [ host-image] Aug 02 17:20:30.427 INFO O| Aug 02 17:20:30.427 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8849 | 2024-08-02T17:20:31.662Z | [ host-image] Aug 02 17:20:30.428 INFO O| Aug 02 17:20:30.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8850 | 2024-08-02T17:20:31.662Z | [ host-image] Aug 02 17:20:30.428 INFO O| Aug 02 17:20:30.427 INFO ok! |
8851 | 2024-08-02T17:20:31.662Z | [ host-image] Aug 02 17:20:30.428 INFO O| Aug 02 17:20:30.427 INFO STEP 40 (ensure_file) COMPLETE |
8852 | 2024-08-02T17:20:31.662Z | [ host-image] Aug 02 17:20:30.428 INFO O| Aug 02 17:20:30.428 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8853 | 2024-08-02T17:20:31.681Z | [ host-image] Aug 02 17:20:30.445 INFO O| Aug 02 17:20:30.445 INFO updating shadow file |
8854 | 2024-08-02T17:20:31.681Z | [ host-image] Aug 02 17:20:30.446 INFO O| Aug 02 17:20:30.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8855 | 2024-08-02T17:20:31.681Z | [ host-image] Aug 02 17:20:30.446 INFO O| Aug 02 17:20:30.446 INFO STEP 41 (shadow) COMPLETE |
8856 | 2024-08-02T17:20:31.681Z | [ host-image] Aug 02 17:20:30.446 INFO O| Aug 02 17:20:30.446 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8857 | 2024-08-02T17:20:31.697Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8858 | 2024-08-02T17:20:31.697Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8859 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8860 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8861 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO ok! |
8862 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO STEP 42 (ensure_file) COMPLETE |
8863 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8864 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO skip step because feature "mfg" is not enabled |
8865 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8866 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO skip step because feature "mfg" is not enabled |
8867 | 2024-08-02T17:20:31.701Z | [ host-image] Aug 02 17:20:30.464 INFO O| Aug 02 17:20:30.464 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8868 | 2024-08-02T17:20:31.716Z | [ host-image] Aug 02 17:20:30.482 INFO O| Aug 02 17:20:30.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8869 | 2024-08-02T17:20:31.716Z | [ host-image] Aug 02 17:20:30.482 INFO O| Aug 02 17:20:30.482 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8870 | 2024-08-02T17:20:32.573Z | [ host-image] Aug 02 17:20:31.340 INFO O| Aug 02 17:20:31.340 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8871 | 2024-08-02T17:20:32.574Z | [ host-image] Aug 02 17:20:31.340 INFO O| Aug 02 17:20:31.340 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8872 | 2024-08-02T17:20:32.576Z | [ host-image] Aug 02 17:20:31.340 INFO O| Aug 02 17:20:31.340 INFO ok! |
8873 | 2024-08-02T17:20:32.576Z | [ host-image] Aug 02 17:20:31.340 INFO O| Aug 02 17:20:31.340 INFO STEP 45 (ensure_file) COMPLETE |
8874 | 2024-08-02T17:20:32.576Z | [ host-image] Aug 02 17:20:31.340 INFO O| Aug 02 17:20:31.340 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8875 | 2024-08-02T17:20:32.592Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8876 | 2024-08-02T17:20:32.592Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8877 | 2024-08-02T17:20:32.595Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8878 | 2024-08-02T17:20:32.595Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8879 | 2024-08-02T17:20:32.595Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8880 | 2024-08-02T17:20:32.595Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8881 | 2024-08-02T17:20:32.595Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO ok! |
8882 | 2024-08-02T17:20:32.596Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO STEP 46 (ensure_file) COMPLETE |
8883 | 2024-08-02T17:20:32.596Z | [ host-image] Aug 02 17:20:31.359 INFO O| Aug 02 17:20:31.359 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8884 | 2024-08-02T17:20:32.610Z | [ host-image] Aug 02 17:20:31.377 INFO O| Aug 02 17:20:31.376 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8885 | 2024-08-02T17:20:32.610Z | [ host-image] Aug 02 17:20:31.377 INFO O| Aug 02 17:20:31.377 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 ... |
8886 | 2024-08-02T17:20:32.613Z | [ host-image] Aug 02 17:20:31.377 INFO O| Aug 02 17:20:31.377 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 |
8887 | 2024-08-02T17:20:32.613Z | [ host-image] Aug 02 17:20:31.377 INFO O| Aug 02 17:20:31.377 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8888 | 2024-08-02T17:20:32.613Z | [ host-image] Aug 02 17:20:31.377 INFO O| Aug 02 17:20:31.377 INFO ok! |
8889 | 2024-08-02T17:20:32.613Z | [ host-image] Aug 02 17:20:31.377 INFO O| Aug 02 17:20:31.377 INFO STEP 47 (ensure_file) COMPLETE |
8890 | 2024-08-02T17:20:32.613Z | [ host-image] Aug 02 17:20:31.377 INFO O| Aug 02 17:20:31.377 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8891 | 2024-08-02T17:20:32.651Z | [ host-image] Aug 02 17:20:31.417 INFO O| Aug 02 17:20:31.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8892 | 2024-08-02T17:20:32.651Z | [ host-image] Aug 02 17:20:31.417 INFO O| Aug 02 17:20:31.417 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8893 | 2024-08-02T17:20:32.654Z | [ host-image] Aug 02 17:20:31.418 INFO O| Aug 02 17:20:31.418 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8894 | 2024-08-02T17:20:32.654Z | [ host-image] Aug 02 17:20:31.418 INFO O| Aug 02 17:20:31.418 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8895 | 2024-08-02T17:20:32.654Z | [ host-image] Aug 02 17:20:31.418 INFO O| Aug 02 17:20:31.418 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8896 | 2024-08-02T17:20:32.654Z | [ host-image] Aug 02 17:20:31.418 INFO O| Aug 02 17:20:31.418 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8897 | 2024-08-02T17:20:32.654Z | [ host-image] Aug 02 17:20:31.418 INFO O| Aug 02 17:20:31.418 INFO ok! |
8898 | 2024-08-02T17:20:32.654Z | [ host-image] Aug 02 17:20:31.418 INFO O| Aug 02 17:20:31.418 INFO STEP 48 (ensure_file) COMPLETE |
8899 | 2024-08-02T17:20:32.654Z | [ host-image] Aug 02 17:20:31.418 INFO O| Aug 02 17:20:31.418 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8900 | 2024-08-02T17:20:32.706Z | [ host-image] Aug 02 17:20:31.473 INFO O| Aug 02 17:20:31.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8901 | 2024-08-02T17:20:32.706Z | [ host-image] Aug 02 17:20:31.473 INFO O| Aug 02 17:20:31.473 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 ... |
8902 | 2024-08-02T17:20:32.710Z | [ host-image] Aug 02 17:20:31.473 INFO O| Aug 02 17:20:31.473 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 |
8903 | 2024-08-02T17:20:32.710Z | [ host-image] Aug 02 17:20:31.473 INFO O| Aug 02 17:20:31.473 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8904 | 2024-08-02T17:20:32.710Z | [ host-image] Aug 02 17:20:31.473 INFO O| Aug 02 17:20:31.473 INFO ok! |
8905 | 2024-08-02T17:20:32.710Z | [ host-image] Aug 02 17:20:31.473 INFO O| Aug 02 17:20:31.473 INFO STEP 49 (ensure_file) COMPLETE |
8906 | 2024-08-02T17:20:32.710Z | [ host-image] Aug 02 17:20:31.474 INFO O| Aug 02 17:20:31.474 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8907 | 2024-08-02T17:20:32.726Z | [ host-image] Aug 02 17:20:31.492 INFO O| Aug 02 17:20:31.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8908 | 2024-08-02T17:20:32.726Z | [ host-image] Aug 02 17:20:31.492 INFO O| Aug 02 17:20:31.492 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8909 | 2024-08-02T17:20:32.729Z | [ host-image] Aug 02 17:20:31.492 INFO O| Aug 02 17:20:31.492 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8910 | 2024-08-02T17:20:32.729Z | [ host-image] Aug 02 17:20:31.493 INFO O| Aug 02 17:20:31.492 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8911 | 2024-08-02T17:20:32.729Z | [ host-image] Aug 02 17:20:31.493 INFO O| Aug 02 17:20:31.493 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8912 | 2024-08-02T17:20:32.729Z | [ host-image] Aug 02 17:20:31.493 INFO O| Aug 02 17:20:31.493 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8913 | 2024-08-02T17:20:32.729Z | [ host-image] Aug 02 17:20:31.493 INFO O| Aug 02 17:20:31.493 INFO ok! |
8914 | 2024-08-02T17:20:32.729Z | [ host-image] Aug 02 17:20:31.493 INFO O| Aug 02 17:20:31.493 INFO STEP 50 (ensure_file) COMPLETE |
8915 | 2024-08-02T17:20:32.729Z | [ host-image] Aug 02 17:20:31.493 INFO O| Aug 02 17:20:31.493 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8916 | 2024-08-02T17:20:32.744Z | [ host-image] Aug 02 17:20:31.510 INFO O| Aug 02 17:20:31.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8917 | 2024-08-02T17:20:32.744Z | [ host-image] Aug 02 17:20:31.511 INFO O| Aug 02 17:20:31.510 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 ... |
8918 | 2024-08-02T17:20:32.746Z | [ host-image] Aug 02 17:20:31.511 INFO O| Aug 02 17:20:31.511 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 |
8919 | 2024-08-02T17:20:32.746Z | [ host-image] Aug 02 17:20:31.511 INFO O| Aug 02 17:20:31.511 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8920 | 2024-08-02T17:20:32.746Z | [ host-image] Aug 02 17:20:31.511 INFO O| Aug 02 17:20:31.511 INFO ok! |
8921 | 2024-08-02T17:20:32.746Z | [ host-image] Aug 02 17:20:31.511 INFO O| Aug 02 17:20:31.511 INFO STEP 51 (ensure_file) COMPLETE |
8922 | 2024-08-02T17:20:32.746Z | [ host-image] Aug 02 17:20:31.511 INFO O| Aug 02 17:20:31.511 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8923 | 2024-08-02T17:20:32.756Z | [ host-image] Aug 02 17:20:31.523 INFO O| Aug 02 17:20:31.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8924 | 2024-08-02T17:20:32.757Z | [ host-image] Aug 02 17:20:31.523 INFO O| Aug 02 17:20:31.523 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 ... |
8925 | 2024-08-02T17:20:32.759Z | [ host-image] Aug 02 17:20:31.523 INFO O| Aug 02 17:20:31.523 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 |
8926 | 2024-08-02T17:20:32.759Z | [ host-image] Aug 02 17:20:31.523 INFO O| Aug 02 17:20:31.523 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8927 | 2024-08-02T17:20:32.759Z | [ host-image] Aug 02 17:20:31.523 INFO O| Aug 02 17:20:31.523 INFO ok! |
8928 | 2024-08-02T17:20:32.759Z | [ host-image] Aug 02 17:20:31.523 INFO O| Aug 02 17:20:31.523 INFO STEP 52 (ensure_file) COMPLETE |
8929 | 2024-08-02T17:20:32.760Z | [ host-image] Aug 02 17:20:31.523 INFO O| Aug 02 17:20:31.523 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8930 | 2024-08-02T17:20:32.768Z | [ host-image] Aug 02 17:20:31.535 INFO O| Aug 02 17:20:31.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8931 | 2024-08-02T17:20:32.768Z | [ host-image] Aug 02 17:20:31.535 INFO O| Aug 02 17:20:31.535 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 ... |
8932 | 2024-08-02T17:20:32.771Z | [ host-image] Aug 02 17:20:31.535 INFO O| Aug 02 17:20:31.535 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 |
8933 | 2024-08-02T17:20:32.771Z | [ host-image] Aug 02 17:20:31.535 INFO O| Aug 02 17:20:31.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8934 | 2024-08-02T17:20:32.771Z | [ host-image] Aug 02 17:20:31.535 INFO O| Aug 02 17:20:31.535 INFO ok! |
8935 | 2024-08-02T17:20:32.771Z | [ host-image] Aug 02 17:20:31.535 INFO O| Aug 02 17:20:31.535 INFO STEP 53 (ensure_file) COMPLETE |
8936 | 2024-08-02T17:20:32.771Z | [ host-image] Aug 02 17:20:31.535 INFO O| Aug 02 17:20:31.535 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8937 | 2024-08-02T17:20:32.783Z | [ host-image] Aug 02 17:20:31.550 INFO O| Aug 02 17:20:31.550 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8938 | 2024-08-02T17:20:32.783Z | [ host-image] Aug 02 17:20:31.550 INFO O| Aug 02 17:20:31.550 INFO STEP 54 (ensure_dir) COMPLETE |
8939 | 2024-08-02T17:20:32.786Z | [ host-image] Aug 02 17:20:31.550 INFO O| Aug 02 17:20:31.550 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8940 | 2024-08-02T17:20:32.799Z | [ host-image] Aug 02 17:20:31.565 INFO O| Aug 02 17:20:31.565 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8941 | 2024-08-02T17:20:32.799Z | [ host-image] Aug 02 17:20:31.565 INFO O| Aug 02 17:20:31.565 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8942 | 2024-08-02T17:20:32.799Z | [ host-image] Aug 02 17:20:31.565 INFO O| Aug 02 17:20:31.565 INFO STEP 55 (ensure_dir) COMPLETE |
8943 | 2024-08-02T17:20:32.799Z | [ host-image] Aug 02 17:20:31.565 INFO O| Aug 02 17:20:31.565 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8944 | 2024-08-02T17:20:32.815Z | [ host-image] Aug 02 17:20:31.581 INFO O| Aug 02 17:20:31.581 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8945 | 2024-08-02T17:20:32.815Z | [ host-image] Aug 02 17:20:31.581 INFO O| Aug 02 17:20:31.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8946 | 2024-08-02T17:20:32.815Z | [ host-image] Aug 02 17:20:31.581 INFO O| Aug 02 17:20:31.581 INFO STEP 56 (ensure_dir) COMPLETE |
8947 | 2024-08-02T17:20:32.818Z | [ host-image] Aug 02 17:20:31.581 INFO O| Aug 02 17:20:31.581 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8948 | 2024-08-02T17:20:32.826Z | [ host-image] Aug 02 17:20:31.593 INFO O| Aug 02 17:20:31.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8949 | 2024-08-02T17:20:32.829Z | [ host-image] Aug 02 17:20:31.593 INFO O| Aug 02 17:20:31.593 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8950 | 2024-08-02T17:20:32.840Z | [ host-image] Aug 02 17:20:31.607 INFO O| Aug 02 17:20:31.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8951 | 2024-08-02T17:20:32.840Z | [ host-image] Aug 02 17:20:31.607 INFO O| Aug 02 17:20:31.606 INFO ok! |
8952 | 2024-08-02T17:20:32.840Z | [ host-image] Aug 02 17:20:31.607 INFO O| Aug 02 17:20:31.606 INFO STEP 57 (ensure_file) COMPLETE |
8953 | 2024-08-02T17:20:32.843Z | [ host-image] Aug 02 17:20:31.607 INFO O| Aug 02 17:20:31.607 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8954 | 2024-08-02T17:20:32.854Z | [ host-image] Aug 02 17:20:31.620 INFO O| Aug 02 17:20:31.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8955 | 2024-08-02T17:20:32.854Z | [ host-image] Aug 02 17:20:31.620 INFO O| Aug 02 17:20:31.620 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8956 | 2024-08-02T17:20:33.964Z | [ host-image] Aug 02 17:20:32.730 INFO O| Aug 02 17:20:32.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8957 | 2024-08-02T17:20:33.964Z | [ host-image] Aug 02 17:20:32.730 INFO O| Aug 02 17:20:32.730 INFO ok! |
8958 | 2024-08-02T17:20:33.967Z | [ host-image] Aug 02 17:20:32.730 INFO O| Aug 02 17:20:32.730 INFO STEP 58 (ensure_file) COMPLETE |
8959 | 2024-08-02T17:20:33.967Z | [ host-image] Aug 02 17:20:32.730 INFO O| Aug 02 17:20:32.730 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8960 | 2024-08-02T17:20:33.976Z | [ host-image] Aug 02 17:20:32.742 INFO O| Aug 02 17:20:32.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8961 | 2024-08-02T17:20:33.976Z | [ host-image] Aug 02 17:20:32.743 INFO O| Aug 02 17:20:32.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8962 | 2024-08-02T17:20:33.976Z | [ host-image] Aug 02 17:20:32.743 INFO O| Aug 02 17:20:32.743 INFO STEP 59 (ensure_dir) COMPLETE |
8963 | 2024-08-02T17:20:33.979Z | [ host-image] Aug 02 17:20:32.743 INFO O| Aug 02 17:20:32.743 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8964 | 2024-08-02T17:20:33.986Z | [ host-image] Aug 02 17:20:32.753 INFO O| Aug 02 17:20:32.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8965 | 2024-08-02T17:20:33.986Z | [ host-image] Aug 02 17:20:32.753 INFO O| Aug 02 17:20:32.752 INFO copying /tmp/.tmp5JSm0w/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 ... |
8966 | 2024-08-02T17:20:33.989Z | [ host-image] Aug 02 17:20:32.753 INFO O| Aug 02 17:20:32.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8967 | 2024-08-02T17:20:33.989Z | [ host-image] Aug 02 17:20:32.753 INFO O| Aug 02 17:20:32.753 INFO ok! |
8968 | 2024-08-02T17:20:33.989Z | [ host-image] Aug 02 17:20:32.753 INFO O| Aug 02 17:20:32.753 INFO STEP 60 (ensure_file) COMPLETE |
8969 | 2024-08-02T17:20:33.989Z | [ host-image] Aug 02 17:20:32.753 INFO O| Aug 02 17:20:32.753 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8970 | 2024-08-02T17:20:33.996Z | [ host-image] Aug 02 17:20:32.762 INFO O| Aug 02 17:20:32.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8971 | 2024-08-02T17:20:33.996Z | [ host-image] Aug 02 17:20:32.762 INFO O| Aug 02 17:20:32.762 INFO copying /tmp/.tmp5JSm0w/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 ... |
8972 | 2024-08-02T17:20:33.999Z | [ host-image] Aug 02 17:20:32.762 INFO O| Aug 02 17:20:32.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8973 | 2024-08-02T17:20:33.999Z | [ host-image] Aug 02 17:20:32.762 INFO O| Aug 02 17:20:32.762 INFO ok! |
8974 | 2024-08-02T17:20:33.999Z | [ host-image] Aug 02 17:20:32.763 INFO O| Aug 02 17:20:32.762 INFO STEP 61 (ensure_file) COMPLETE |
8975 | 2024-08-02T17:20:33.999Z | [ host-image] Aug 02 17:20:32.763 INFO O| Aug 02 17:20:32.762 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8976 | 2024-08-02T17:20:34.005Z | [ host-image] Aug 02 17:20:32.772 INFO O| Aug 02 17:20:32.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8977 | 2024-08-02T17:20:34.009Z | [ host-image] Aug 02 17:20:32.772 INFO O| Aug 02 17:20:32.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8978 | 2024-08-02T17:20:34.009Z | [ host-image] Aug 02 17:20:32.772 INFO O| Aug 02 17:20:32.772 INFO STEP 62 (ensure_dir) COMPLETE |
8979 | 2024-08-02T17:20:34.009Z | [ host-image] Aug 02 17:20:32.772 INFO O| Aug 02 17:20:32.772 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8980 | 2024-08-02T17:20:34.015Z | [ host-image] Aug 02 17:20:32.782 INFO O| Aug 02 17:20:32.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8981 | 2024-08-02T17:20:34.015Z | [ host-image] Aug 02 17:20:32.782 INFO O| Aug 02 17:20:32.782 INFO copying /tmp/.tmp5JSm0w/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 ... |
8982 | 2024-08-02T17:20:34.018Z | [ host-image] Aug 02 17:20:32.782 INFO O| Aug 02 17:20:32.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8983 | 2024-08-02T17:20:34.018Z | [ host-image] Aug 02 17:20:32.782 INFO O| Aug 02 17:20:32.782 INFO ok! |
8984 | 2024-08-02T17:20:34.018Z | [ host-image] Aug 02 17:20:32.782 INFO O| Aug 02 17:20:32.782 INFO STEP 63 (ensure_file) COMPLETE |
8985 | 2024-08-02T17:20:34.018Z | [ host-image] Aug 02 17:20:32.782 INFO O| Aug 02 17:20:32.782 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8986 | 2024-08-02T17:20:34.024Z | [ host-image] Aug 02 17:20:32.791 INFO O| Aug 02 17:20:32.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8987 | 2024-08-02T17:20:34.025Z | [ host-image] Aug 02 17:20:32.791 INFO O| Aug 02 17:20:32.791 INFO copying /tmp/.tmp5JSm0w/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 ... |
8988 | 2024-08-02T17:20:34.027Z | [ host-image] Aug 02 17:20:32.791 INFO O| Aug 02 17:20:32.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8989 | 2024-08-02T17:20:34.027Z | [ host-image] Aug 02 17:20:32.791 INFO O| Aug 02 17:20:32.791 INFO ok! |
8990 | 2024-08-02T17:20:34.027Z | [ host-image] Aug 02 17:20:32.791 INFO O| Aug 02 17:20:32.791 INFO STEP 64 (ensure_file) COMPLETE |
8991 | 2024-08-02T17:20:34.027Z | [ host-image] Aug 02 17:20:32.791 INFO O| Aug 02 17:20:32.791 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8992 | 2024-08-02T17:20:34.034Z | [ host-image] Aug 02 17:20:32.801 INFO O| Aug 02 17:20:32.801 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8993 | 2024-08-02T17:20:34.037Z | [ host-image] Aug 02 17:20:32.801 INFO O| Aug 02 17:20:32.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8994 | 2024-08-02T17:20:34.037Z | [ host-image] Aug 02 17:20:32.801 INFO O| Aug 02 17:20:32.801 INFO STEP 65 (ensure_dir) COMPLETE |
8995 | 2024-08-02T17:20:34.037Z | [ host-image] Aug 02 17:20:32.801 INFO O| Aug 02 17:20:32.801 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8996 | 2024-08-02T17:20:34.044Z | [ host-image] Aug 02 17:20:32.811 INFO O| Aug 02 17:20:32.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8997 | 2024-08-02T17:20:34.044Z | [ host-image] Aug 02 17:20:32.811 INFO O| Aug 02 17:20:32.811 INFO copying /tmp/.tmp5JSm0w/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 ... |
8998 | 2024-08-02T17:20:34.047Z | [ host-image] Aug 02 17:20:32.811 INFO O| Aug 02 17:20:32.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8999 | 2024-08-02T17:20:34.047Z | [ host-image] Aug 02 17:20:32.811 INFO O| Aug 02 17:20:32.811 INFO ok! |
9000 | 2024-08-02T17:20:34.047Z | [ host-image] Aug 02 17:20:32.811 INFO O| Aug 02 17:20:32.811 INFO STEP 66 (ensure_file) COMPLETE |
9001 | 2024-08-02T17:20:34.047Z | [ host-image] Aug 02 17:20:32.811 INFO O| Aug 02 17:20:32.811 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9002 | 2024-08-02T17:20:34.054Z | [ host-image] Aug 02 17:20:32.820 INFO O| Aug 02 17:20:32.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9003 | 2024-08-02T17:20:34.054Z | [ host-image] Aug 02 17:20:32.820 INFO O| Aug 02 17:20:32.820 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9004 | 2024-08-02T17:20:34.057Z | [ host-image] Aug 02 17:20:32.820 INFO O| Aug 02 17:20:32.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9005 | 2024-08-02T17:20:34.057Z | [ host-image] Aug 02 17:20:32.820 INFO O| Aug 02 17:20:32.820 INFO ok! |
9006 | 2024-08-02T17:20:34.057Z | [ host-image] Aug 02 17:20:32.820 INFO O| Aug 02 17:20:32.820 INFO STEP 67 (ensure_file) COMPLETE |
9007 | 2024-08-02T17:20:34.057Z | [ host-image] Aug 02 17:20:32.820 INFO O| Aug 02 17:20:32.820 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9008 | 2024-08-02T17:20:34.063Z | [ host-image] Aug 02 17:20:32.830 INFO O| Aug 02 17:20:32.830 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9009 | 2024-08-02T17:20:34.066Z | [ host-image] Aug 02 17:20:32.830 INFO O| Aug 02 17:20:32.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9010 | 2024-08-02T17:20:34.066Z | [ host-image] Aug 02 17:20:32.830 INFO O| Aug 02 17:20:32.830 INFO STEP 68 (ensure_dir) COMPLETE |
9011 | 2024-08-02T17:20:34.066Z | [ host-image] Aug 02 17:20:32.830 INFO O| Aug 02 17:20:32.830 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9012 | 2024-08-02T17:20:34.073Z | [ host-image] Aug 02 17:20:32.839 INFO O| Aug 02 17:20:32.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9013 | 2024-08-02T17:20:34.073Z | [ host-image] Aug 02 17:20:32.839 INFO O| Aug 02 17:20:32.839 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9014 | 2024-08-02T17:20:34.644Z | [ host-image] Aug 02 17:20:33.410 INFO O| Aug 02 17:20:33.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9015 | 2024-08-02T17:20:34.644Z | [ host-image] Aug 02 17:20:33.410 INFO O| Aug 02 17:20:33.410 INFO ok! |
9016 | 2024-08-02T17:20:34.647Z | [ host-image] Aug 02 17:20:33.410 INFO O| Aug 02 17:20:33.410 INFO STEP 69 (ensure_file) COMPLETE |
9017 | 2024-08-02T17:20:34.647Z | [ host-image] Aug 02 17:20:33.410 INFO O| Aug 02 17:20:33.410 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9018 | 2024-08-02T17:20:34.659Z | [ host-image] Aug 02 17:20:33.426 INFO O| Aug 02 17:20:33.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9019 | 2024-08-02T17:20:34.659Z | [ host-image] Aug 02 17:20:33.426 INFO O| Aug 02 17:20:33.426 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9020 | 2024-08-02T17:20:36.189Z | [ host-image] Aug 02 17:20:34.956 INFO O| Aug 02 17:20:34.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9021 | 2024-08-02T17:20:36.189Z | [ host-image] Aug 02 17:20:34.956 INFO O| Aug 02 17:20:34.956 INFO ok! |
9022 | 2024-08-02T17:20:36.192Z | [ host-image] Aug 02 17:20:34.956 INFO O| Aug 02 17:20:34.956 INFO STEP 70 (ensure_file) COMPLETE |
9023 | 2024-08-02T17:20:36.192Z | [ host-image] Aug 02 17:20:34.956 INFO O| Aug 02 17:20:34.956 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9024 | 2024-08-02T17:20:36.203Z | [ host-image] Aug 02 17:20:34.969 INFO O| Aug 02 17:20:34.969 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9025 | 2024-08-02T17:20:36.205Z | [ host-image] Aug 02 17:20:34.969 INFO O| Aug 02 17:20:34.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9026 | 2024-08-02T17:20:36.205Z | [ host-image] Aug 02 17:20:34.969 INFO O| Aug 02 17:20:34.969 INFO STEP 71 (ensure_dir) COMPLETE |
9027 | 2024-08-02T17:20:36.205Z | [ host-image] Aug 02 17:20:34.969 INFO O| Aug 02 17:20:34.969 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9028 | 2024-08-02T17:20:36.217Z | [ host-image] Aug 02 17:20:34.984 INFO O| Aug 02 17:20:34.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9029 | 2024-08-02T17:20:36.217Z | [ host-image] Aug 02 17:20:34.984 INFO O| Aug 02 17:20:34.984 INFO copying /tmp/.tmp5JSm0w/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 ... |
9030 | 2024-08-02T17:20:36.220Z | [ host-image] Aug 02 17:20:34.984 INFO O| Aug 02 17:20:34.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9031 | 2024-08-02T17:20:36.220Z | [ host-image] Aug 02 17:20:34.984 INFO O| Aug 02 17:20:34.984 INFO ok! |
9032 | 2024-08-02T17:20:36.220Z | [ host-image] Aug 02 17:20:34.984 INFO O| Aug 02 17:20:34.984 INFO STEP 72 (ensure_file) COMPLETE |
9033 | 2024-08-02T17:20:36.220Z | [ host-image] Aug 02 17:20:34.984 INFO O| Aug 02 17:20:34.984 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9034 | 2024-08-02T17:20:36.229Z | [ host-image] Aug 02 17:20:34.995 INFO O| Aug 02 17:20:34.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9035 | 2024-08-02T17:20:36.229Z | [ host-image] Aug 02 17:20:34.995 INFO O| Aug 02 17:20:34.995 INFO copying /tmp/.tmp5JSm0w/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 ... |
9036 | 2024-08-02T17:20:36.232Z | [ host-image] Aug 02 17:20:34.996 INFO O| Aug 02 17:20:34.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9037 | 2024-08-02T17:20:36.232Z | [ host-image] Aug 02 17:20:34.996 INFO O| Aug 02 17:20:34.996 INFO ok! |
9038 | 2024-08-02T17:20:36.232Z | [ host-image] Aug 02 17:20:34.996 INFO O| Aug 02 17:20:34.996 INFO STEP 73 (ensure_file) COMPLETE |
9039 | 2024-08-02T17:20:36.232Z | [ host-image] Aug 02 17:20:34.996 INFO O| Aug 02 17:20:34.996 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9040 | 2024-08-02T17:20:36.242Z | [ host-image] Aug 02 17:20:35.008 INFO O| Aug 02 17:20:35.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9041 | 2024-08-02T17:20:36.242Z | [ host-image] Aug 02 17:20:35.008 INFO O| Aug 02 17:20:35.008 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9042 | 2024-08-02T17:20:36.245Z | [ host-image] Aug 02 17:20:35.008 INFO O| Aug 02 17:20:35.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9043 | 2024-08-02T17:20:36.245Z | [ host-image] Aug 02 17:20:35.008 INFO O| Aug 02 17:20:35.008 INFO ok! |
9044 | 2024-08-02T17:20:36.245Z | [ host-image] Aug 02 17:20:35.008 INFO O| Aug 02 17:20:35.008 INFO STEP 74 (ensure_file) COMPLETE |
9045 | 2024-08-02T17:20:36.245Z | [ host-image] Aug 02 17:20:35.008 INFO O| Aug 02 17:20:35.008 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9046 | 2024-08-02T17:20:36.254Z | [ host-image] Aug 02 17:20:35.021 INFO O| Aug 02 17:20:35.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9047 | 2024-08-02T17:20:36.254Z | [ host-image] Aug 02 17:20:35.021 INFO O| Aug 02 17:20:35.021 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9048 | 2024-08-02T17:20:36.257Z | [ host-image] Aug 02 17:20:35.021 INFO O| Aug 02 17:20:35.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9049 | 2024-08-02T17:20:36.257Z | [ host-image] Aug 02 17:20:35.021 INFO O| Aug 02 17:20:35.021 INFO ok! |
9050 | 2024-08-02T17:20:36.257Z | [ host-image] Aug 02 17:20:35.021 INFO O| Aug 02 17:20:35.021 INFO STEP 75 (ensure_file) COMPLETE |
9051 | 2024-08-02T17:20:36.257Z | [ host-image] Aug 02 17:20:35.021 INFO O| Aug 02 17:20:35.021 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9052 | 2024-08-02T17:20:36.266Z | [ host-image] Aug 02 17:20:35.032 INFO O| Aug 02 17:20:35.032 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9053 | 2024-08-02T17:20:36.268Z | [ host-image] Aug 02 17:20:35.032 INFO O| Aug 02 17:20:35.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9054 | 2024-08-02T17:20:36.268Z | [ host-image] Aug 02 17:20:35.032 INFO O| Aug 02 17:20:35.032 INFO STEP 76 (ensure_dir) COMPLETE |
9055 | 2024-08-02T17:20:36.268Z | [ host-image] Aug 02 17:20:35.032 INFO O| Aug 02 17:20:35.032 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9056 | 2024-08-02T17:20:36.276Z | [ host-image] Aug 02 17:20:35.042 INFO O| Aug 02 17:20:35.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9057 | 2024-08-02T17:20:36.276Z | [ host-image] Aug 02 17:20:35.042 INFO O| Aug 02 17:20:35.042 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9058 | 2024-08-02T17:20:36.822Z | [ host-image] Aug 02 17:20:35.588 INFO O| Aug 02 17:20:35.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9059 | 2024-08-02T17:20:36.822Z | [ host-image] Aug 02 17:20:35.588 INFO O| Aug 02 17:20:35.588 INFO ok! |
9060 | 2024-08-02T17:20:36.825Z | [ host-image] Aug 02 17:20:35.588 INFO O| Aug 02 17:20:35.588 INFO STEP 77 (ensure_file) COMPLETE |
9061 | 2024-08-02T17:20:36.825Z | [ host-image] Aug 02 17:20:35.588 INFO O| Aug 02 17:20:35.588 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9062 | 2024-08-02T17:20:36.839Z | [ host-image] Aug 02 17:20:35.605 INFO O| Aug 02 17:20:35.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9063 | 2024-08-02T17:20:36.839Z | [ host-image] Aug 02 17:20:35.605 INFO O| Aug 02 17:20:35.605 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9064 | 2024-08-02T17:20:36.842Z | [ host-image] Aug 02 17:20:35.605 INFO O| Aug 02 17:20:35.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9065 | 2024-08-02T17:20:36.842Z | [ host-image] Aug 02 17:20:35.605 INFO O| Aug 02 17:20:35.605 INFO ok! |
9066 | 2024-08-02T17:20:36.842Z | [ host-image] Aug 02 17:20:35.605 INFO O| Aug 02 17:20:35.605 INFO STEP 78 (ensure_file) COMPLETE |
9067 | 2024-08-02T17:20:36.842Z | [ host-image] Aug 02 17:20:35.605 INFO O| Aug 02 17:20:35.605 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9068 | 2024-08-02T17:20:36.855Z | [ host-image] Aug 02 17:20:35.621 INFO O| Aug 02 17:20:35.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9069 | 2024-08-02T17:20:36.855Z | [ host-image] Aug 02 17:20:35.621 INFO O| Aug 02 17:20:35.621 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9070 | 2024-08-02T17:20:37.682Z | [ host-image] Aug 02 17:20:36.449 INFO O| Aug 02 17:20:36.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9071 | 2024-08-02T17:20:37.682Z | [ host-image] Aug 02 17:20:36.449 INFO O| Aug 02 17:20:36.449 INFO ok! |
9072 | 2024-08-02T17:20:37.682Z | [ host-image] Aug 02 17:20:36.449 INFO O| Aug 02 17:20:36.449 INFO STEP 79 (ensure_file) COMPLETE |
9073 | 2024-08-02T17:20:37.685Z | [ host-image] Aug 02 17:20:36.449 INFO O| Aug 02 17:20:36.449 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9074 | 2024-08-02T17:20:37.694Z | [ host-image] Aug 02 17:20:36.460 INFO O| Aug 02 17:20:36.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9075 | 2024-08-02T17:20:37.694Z | [ host-image] Aug 02 17:20:36.460 INFO O| Aug 02 17:20:36.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9076 | 2024-08-02T17:20:37.696Z | [ host-image] Aug 02 17:20:36.460 INFO O| Aug 02 17:20:36.460 INFO STEP 80 (ensure_dir) COMPLETE |
9077 | 2024-08-02T17:20:37.696Z | [ host-image] Aug 02 17:20:36.460 INFO O| Aug 02 17:20:36.460 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9078 | 2024-08-02T17:20:37.703Z | [ host-image] Aug 02 17:20:36.470 INFO O| Aug 02 17:20:36.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9079 | 2024-08-02T17:20:37.703Z | [ host-image] Aug 02 17:20:36.470 INFO O| Aug 02 17:20:36.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9080 | 2024-08-02T17:20:37.703Z | [ host-image] Aug 02 17:20:36.470 INFO O| Aug 02 17:20:36.470 INFO STEP 81 (ensure_dir) COMPLETE |
9081 | 2024-08-02T17:20:37.703Z | [ host-image] Aug 02 17:20:36.470 INFO O| Aug 02 17:20:36.470 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9082 | 2024-08-02T17:20:37.713Z | [ host-image] Aug 02 17:20:36.480 INFO O| Aug 02 17:20:36.480 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9083 | 2024-08-02T17:20:37.716Z | [ host-image] Aug 02 17:20:36.480 INFO O| Aug 02 17:20:36.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9084 | 2024-08-02T17:20:37.716Z | [ host-image] Aug 02 17:20:36.480 INFO O| Aug 02 17:20:36.480 INFO STEP 82 (ensure_dir) COMPLETE |
9085 | 2024-08-02T17:20:37.716Z | [ host-image] Aug 02 17:20:36.480 INFO O| Aug 02 17:20:36.480 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9086 | 2024-08-02T17:20:37.723Z | [ host-image] Aug 02 17:20:36.489 INFO O| Aug 02 17:20:36.489 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9087 | 2024-08-02T17:20:37.723Z | [ host-image] Aug 02 17:20:36.489 INFO O| Aug 02 17:20:36.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9088 | 2024-08-02T17:20:37.725Z | [ host-image] Aug 02 17:20:36.489 INFO O| Aug 02 17:20:36.489 INFO STEP 83 (ensure_dir) COMPLETE |
9089 | 2024-08-02T17:20:37.725Z | [ host-image] Aug 02 17:20:36.489 INFO O| Aug 02 17:20:36.489 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9090 | 2024-08-02T17:20:37.732Z | [ host-image] Aug 02 17:20:36.499 INFO O| Aug 02 17:20:36.499 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9091 | 2024-08-02T17:20:37.735Z | [ host-image] Aug 02 17:20:36.499 INFO O| Aug 02 17:20:36.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9092 | 2024-08-02T17:20:37.735Z | [ host-image] Aug 02 17:20:36.499 INFO O| Aug 02 17:20:36.499 INFO STEP 84 (ensure_dir) COMPLETE |
9093 | 2024-08-02T17:20:37.735Z | [ host-image] Aug 02 17:20:36.499 INFO O| Aug 02 17:20:36.499 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9094 | 2024-08-02T17:20:37.742Z | [ host-image] Aug 02 17:20:36.508 INFO O| Aug 02 17:20:36.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9095 | 2024-08-02T17:20:37.742Z | [ host-image] Aug 02 17:20:36.508 INFO O| Aug 02 17:20:36.508 INFO copying /tmp/.tmp5JSm0w/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 ... |
9096 | 2024-08-02T17:20:37.745Z | [ host-image] Aug 02 17:20:36.509 INFO O| Aug 02 17:20:36.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9097 | 2024-08-02T17:20:37.745Z | [ host-image] Aug 02 17:20:36.509 INFO O| Aug 02 17:20:36.509 INFO ok! |
9098 | 2024-08-02T17:20:37.745Z | [ host-image] Aug 02 17:20:36.509 INFO O| Aug 02 17:20:36.509 INFO STEP 85 (ensure_file) COMPLETE |
9099 | 2024-08-02T17:20:37.745Z | [ host-image] Aug 02 17:20:36.509 INFO O| Aug 02 17:20:36.509 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9100 | 2024-08-02T17:20:37.751Z | [ host-image] Aug 02 17:20:36.518 INFO O| Aug 02 17:20:36.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9101 | 2024-08-02T17:20:37.754Z | [ host-image] Aug 02 17:20:36.518 INFO O| Aug 02 17:20:36.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9102 | 2024-08-02T17:20:37.754Z | [ host-image] Aug 02 17:20:36.518 INFO O| Aug 02 17:20:36.518 INFO STEP 86 (ensure_dir) COMPLETE |
9103 | 2024-08-02T17:20:37.754Z | [ host-image] Aug 02 17:20:36.518 INFO O| Aug 02 17:20:36.518 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9104 | 2024-08-02T17:20:37.761Z | [ host-image] Aug 02 17:20:36.527 INFO O| Aug 02 17:20:36.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9105 | 2024-08-02T17:20:37.761Z | [ host-image] Aug 02 17:20:36.528 INFO O| Aug 02 17:20:36.527 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9106 | 2024-08-02T17:20:37.764Z | [ host-image] Aug 02 17:20:36.528 INFO O| Aug 02 17:20:36.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9107 | 2024-08-02T17:20:37.764Z | [ host-image] Aug 02 17:20:36.528 INFO O| Aug 02 17:20:36.528 INFO ok! |
9108 | 2024-08-02T17:20:37.764Z | [ host-image] Aug 02 17:20:36.528 INFO O| Aug 02 17:20:36.528 INFO STEP 87 (ensure_file) COMPLETE |
9109 | 2024-08-02T17:20:37.764Z | [ host-image] Aug 02 17:20:36.528 INFO O| Aug 02 17:20:36.528 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9110 | 2024-08-02T17:20:37.770Z | [ host-image] Aug 02 17:20:36.537 INFO O| Aug 02 17:20:36.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9111 | 2024-08-02T17:20:37.770Z | [ host-image] Aug 02 17:20:36.537 INFO O| Aug 02 17:20:36.537 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9112 | 2024-08-02T17:20:37.781Z | [ host-image] Aug 02 17:20:36.548 INFO O| Aug 02 17:20:36.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9113 | 2024-08-02T17:20:37.781Z | [ host-image] Aug 02 17:20:36.548 INFO O| Aug 02 17:20:36.548 INFO ok! |
9114 | 2024-08-02T17:20:37.784Z | [ host-image] Aug 02 17:20:36.548 INFO O| Aug 02 17:20:36.548 INFO STEP 88 (ensure_file) COMPLETE |
9115 | 2024-08-02T17:20:37.784Z | [ host-image] Aug 02 17:20:36.548 INFO O| Aug 02 17:20:36.548 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9116 | 2024-08-02T17:20:37.792Z | [ host-image] Aug 02 17:20:36.558 INFO O| Aug 02 17:20:36.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9117 | 2024-08-02T17:20:37.792Z | [ host-image] Aug 02 17:20:36.559 INFO O| Aug 02 17:20:36.558 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9118 | 2024-08-02T17:20:38.287Z | [ host-image] Aug 02 17:20:37.047 INFO O| Aug 02 17:20:37.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9119 | 2024-08-02T17:20:38.287Z | [ host-image] Aug 02 17:20:37.047 INFO O| Aug 02 17:20:37.047 INFO ok! |
9120 | 2024-08-02T17:20:38.292Z | [ host-image] Aug 02 17:20:37.047 INFO O| Aug 02 17:20:37.047 INFO STEP 89 (ensure_file) COMPLETE |
9121 | 2024-08-02T17:20:38.292Z | [ host-image] Aug 02 17:20:37.047 INFO O| Aug 02 17:20:37.047 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9122 | 2024-08-02T17:20:38.295Z | [ host-image] Aug 02 17:20:37.059 INFO O| Aug 02 17:20:37.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9123 | 2024-08-02T17:20:38.295Z | [ host-image] Aug 02 17:20:37.059 INFO O| Aug 02 17:20:37.059 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9124 | 2024-08-02T17:20:38.295Z | [ host-image] Aug 02 17:20:37.059 INFO O| Aug 02 17:20:37.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9125 | 2024-08-02T17:20:38.295Z | [ host-image] Aug 02 17:20:37.059 INFO O| Aug 02 17:20:37.059 INFO ok! |
9126 | 2024-08-02T17:20:38.295Z | [ host-image] Aug 02 17:20:37.059 INFO O| Aug 02 17:20:37.059 INFO STEP 90 (ensure_file) COMPLETE |
9127 | 2024-08-02T17:20:38.295Z | [ host-image] Aug 02 17:20:37.059 INFO O| Aug 02 17:20:37.059 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9128 | 2024-08-02T17:20:38.302Z | [ host-image] Aug 02 17:20:37.069 INFO O| Aug 02 17:20:37.069 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9129 | 2024-08-02T17:20:38.302Z | [ host-image] Aug 02 17:20:37.069 INFO O| Aug 02 17:20:37.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9130 | 2024-08-02T17:20:38.302Z | [ host-image] Aug 02 17:20:37.069 INFO O| Aug 02 17:20:37.069 INFO STEP 91 (ensure_dir) COMPLETE |
9131 | 2024-08-02T17:20:38.305Z | [ host-image] Aug 02 17:20:37.069 INFO O| Aug 02 17:20:37.069 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9132 | 2024-08-02T17:20:38.313Z | [ host-image] Aug 02 17:20:37.079 INFO O| Aug 02 17:20:37.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9133 | 2024-08-02T17:20:38.313Z | [ host-image] Aug 02 17:20:37.079 INFO O| Aug 02 17:20:37.079 INFO copying /tmp/.tmp5JSm0w/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 ... |
9134 | 2024-08-02T17:20:38.315Z | [ host-image] Aug 02 17:20:37.079 INFO O| Aug 02 17:20:37.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9135 | 2024-08-02T17:20:38.315Z | [ host-image] Aug 02 17:20:37.079 INFO O| Aug 02 17:20:37.079 INFO ok! |
9136 | 2024-08-02T17:20:38.315Z | [ host-image] Aug 02 17:20:37.079 INFO O| Aug 02 17:20:37.079 INFO STEP 92 (ensure_file) COMPLETE |
9137 | 2024-08-02T17:20:38.315Z | [ host-image] Aug 02 17:20:37.079 INFO O| Aug 02 17:20:37.079 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9138 | 2024-08-02T17:20:38.323Z | [ host-image] Aug 02 17:20:37.089 INFO O| Aug 02 17:20:37.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9139 | 2024-08-02T17:20:38.323Z | [ host-image] Aug 02 17:20:37.089 INFO O| Aug 02 17:20:37.089 INFO copying /tmp/.tmp5JSm0w/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 ... |
9140 | 2024-08-02T17:20:38.325Z | [ host-image] Aug 02 17:20:37.089 INFO O| Aug 02 17:20:37.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9141 | 2024-08-02T17:20:38.325Z | [ host-image] Aug 02 17:20:37.089 INFO O| Aug 02 17:20:37.089 INFO ok! |
9142 | 2024-08-02T17:20:38.325Z | [ host-image] Aug 02 17:20:37.089 INFO O| Aug 02 17:20:37.089 INFO STEP 93 (ensure_file) COMPLETE |
9143 | 2024-08-02T17:20:38.325Z | [ host-image] Aug 02 17:20:37.089 INFO O| Aug 02 17:20:37.089 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9144 | 2024-08-02T17:20:38.333Z | [ host-image] Aug 02 17:20:37.099 INFO O| Aug 02 17:20:37.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9145 | 2024-08-02T17:20:38.333Z | [ host-image] Aug 02 17:20:37.099 INFO O| Aug 02 17:20:37.099 INFO copying /tmp/.tmp5JSm0w/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 ... |
9146 | 2024-08-02T17:20:38.336Z | [ host-image] Aug 02 17:20:37.099 INFO O| Aug 02 17:20:37.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9147 | 2024-08-02T17:20:38.336Z | [ host-image] Aug 02 17:20:37.100 INFO O| Aug 02 17:20:37.099 INFO ok! |
9148 | 2024-08-02T17:20:38.336Z | [ host-image] Aug 02 17:20:37.100 INFO O| Aug 02 17:20:37.099 INFO STEP 94 (ensure_file) COMPLETE |
9149 | 2024-08-02T17:20:38.336Z | [ host-image] Aug 02 17:20:37.100 INFO O| Aug 02 17:20:37.099 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9150 | 2024-08-02T17:20:38.343Z | [ host-image] Aug 02 17:20:37.109 INFO O| Aug 02 17:20:37.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9151 | 2024-08-02T17:20:38.343Z | [ host-image] Aug 02 17:20:37.109 INFO O| Aug 02 17:20:37.109 INFO copying /tmp/.tmp5JSm0w/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 ... |
9152 | 2024-08-02T17:20:38.345Z | [ host-image] Aug 02 17:20:37.109 INFO O| Aug 02 17:20:37.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9153 | 2024-08-02T17:20:38.345Z | [ host-image] Aug 02 17:20:37.109 INFO O| Aug 02 17:20:37.109 INFO ok! |
9154 | 2024-08-02T17:20:38.345Z | [ host-image] Aug 02 17:20:37.109 INFO O| Aug 02 17:20:37.109 INFO STEP 95 (ensure_file) COMPLETE |
9155 | 2024-08-02T17:20:38.345Z | [ host-image] Aug 02 17:20:37.109 INFO O| Aug 02 17:20:37.109 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9156 | 2024-08-02T17:20:38.352Z | [ host-image] Aug 02 17:20:37.119 INFO O| Aug 02 17:20:37.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9157 | 2024-08-02T17:20:38.352Z | [ host-image] Aug 02 17:20:37.119 INFO O| Aug 02 17:20:37.119 INFO copying /tmp/.tmp5JSm0w/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 ... |
9158 | 2024-08-02T17:20:38.355Z | [ host-image] Aug 02 17:20:37.119 INFO O| Aug 02 17:20:37.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9159 | 2024-08-02T17:20:38.355Z | [ host-image] Aug 02 17:20:37.119 INFO O| Aug 02 17:20:37.119 INFO ok! |
9160 | 2024-08-02T17:20:38.355Z | [ host-image] Aug 02 17:20:37.119 INFO O| Aug 02 17:20:37.119 INFO STEP 96 (ensure_file) COMPLETE |
9161 | 2024-08-02T17:20:38.355Z | [ host-image] Aug 02 17:20:37.119 INFO O| Aug 02 17:20:37.119 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9162 | 2024-08-02T17:20:38.363Z | [ host-image] Aug 02 17:20:37.129 INFO O| Aug 02 17:20:37.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9163 | 2024-08-02T17:20:38.363Z | [ host-image] Aug 02 17:20:37.129 INFO O| Aug 02 17:20:37.129 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9164 | 2024-08-02T17:20:38.365Z | [ host-image] Aug 02 17:20:37.130 INFO O| Aug 02 17:20:37.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9165 | 2024-08-02T17:20:38.365Z | [ host-image] Aug 02 17:20:37.130 INFO O| Aug 02 17:20:37.130 INFO ok! |
9166 | 2024-08-02T17:20:38.365Z | [ host-image] Aug 02 17:20:37.130 INFO O| Aug 02 17:20:37.130 INFO STEP 97 (ensure_file) COMPLETE |
9167 | 2024-08-02T17:20:38.366Z | [ host-image] Aug 02 17:20:37.130 INFO O| Aug 02 17:20:37.130 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9168 | 2024-08-02T17:20:38.373Z | [ host-image] Aug 02 17:20:37.139 INFO O| Aug 02 17:20:37.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9169 | 2024-08-02T17:20:38.375Z | [ host-image] Aug 02 17:20:37.139 INFO O| Aug 02 17:20:37.139 INFO copying /tmp/.tmp5JSm0w/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 ... |
9170 | 2024-08-02T17:20:38.375Z | [ host-image] Aug 02 17:20:37.139 INFO O| Aug 02 17:20:37.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9171 | 2024-08-02T17:20:38.376Z | [ host-image] Aug 02 17:20:37.139 INFO O| Aug 02 17:20:37.139 INFO ok! |
9172 | 2024-08-02T17:20:38.376Z | [ host-image] Aug 02 17:20:37.139 INFO O| Aug 02 17:20:37.139 INFO STEP 98 (ensure_file) COMPLETE |
9173 | 2024-08-02T17:20:38.376Z | [ host-image] Aug 02 17:20:37.139 INFO O| Aug 02 17:20:37.139 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9174 | 2024-08-02T17:20:38.383Z | [ host-image] Aug 02 17:20:37.149 INFO O| Aug 02 17:20:37.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9175 | 2024-08-02T17:20:38.383Z | [ host-image] Aug 02 17:20:37.149 INFO O| Aug 02 17:20:37.149 INFO copying /tmp/.tmp5JSm0w/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 ... |
9176 | 2024-08-02T17:20:38.387Z | [ host-image] Aug 02 17:20:37.149 INFO O| Aug 02 17:20:37.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9177 | 2024-08-02T17:20:38.387Z | [ host-image] Aug 02 17:20:37.150 INFO O| Aug 02 17:20:37.149 INFO ok! |
9178 | 2024-08-02T17:20:38.387Z | [ host-image] Aug 02 17:20:37.150 INFO O| Aug 02 17:20:37.149 INFO STEP 99 (ensure_file) COMPLETE |
9179 | 2024-08-02T17:20:38.387Z | [ host-image] Aug 02 17:20:37.150 INFO O| Aug 02 17:20:37.149 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9180 | 2024-08-02T17:20:38.393Z | [ host-image] Aug 02 17:20:37.159 INFO O| Aug 02 17:20:37.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9181 | 2024-08-02T17:20:38.393Z | [ host-image] Aug 02 17:20:37.159 INFO O| Aug 02 17:20:37.159 INFO copying /tmp/.tmp5JSm0w/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 ... |
9182 | 2024-08-02T17:20:38.395Z | [ host-image] Aug 02 17:20:37.159 INFO O| Aug 02 17:20:37.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9183 | 2024-08-02T17:20:38.395Z | [ host-image] Aug 02 17:20:37.159 INFO O| Aug 02 17:20:37.159 INFO ok! |
9184 | 2024-08-02T17:20:38.396Z | [ host-image] Aug 02 17:20:37.159 INFO O| Aug 02 17:20:37.159 INFO STEP 100 (ensure_file) COMPLETE |
9185 | 2024-08-02T17:20:38.396Z | [ host-image] Aug 02 17:20:37.159 INFO O| Aug 02 17:20:37.159 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9186 | 2024-08-02T17:20:38.403Z | [ host-image] Aug 02 17:20:37.169 INFO O| Aug 02 17:20:37.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9187 | 2024-08-02T17:20:38.403Z | [ host-image] Aug 02 17:20:37.169 INFO O| Aug 02 17:20:37.169 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9188 | 2024-08-02T17:20:38.406Z | [ host-image] Aug 02 17:20:37.170 INFO O| Aug 02 17:20:37.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9189 | 2024-08-02T17:20:38.406Z | [ host-image] Aug 02 17:20:37.170 INFO O| Aug 02 17:20:37.170 INFO ok! |
9190 | 2024-08-02T17:20:38.406Z | [ host-image] Aug 02 17:20:37.170 INFO O| Aug 02 17:20:37.170 INFO STEP 101 (ensure_file) COMPLETE |
9191 | 2024-08-02T17:20:38.406Z | [ host-image] Aug 02 17:20:37.170 INFO O| Aug 02 17:20:37.170 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9192 | 2024-08-02T17:20:38.412Z | [ host-image] Aug 02 17:20:37.179 INFO O| Aug 02 17:20:37.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9193 | 2024-08-02T17:20:38.415Z | [ host-image] Aug 02 17:20:37.179 INFO O| Aug 02 17:20:37.179 INFO copying /tmp/.tmp5JSm0w/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 ... |
9194 | 2024-08-02T17:20:38.415Z | [ host-image] Aug 02 17:20:37.179 INFO O| Aug 02 17:20:37.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9195 | 2024-08-02T17:20:38.415Z | [ host-image] Aug 02 17:20:37.179 INFO O| Aug 02 17:20:37.179 INFO ok! |
9196 | 2024-08-02T17:20:38.415Z | [ host-image] Aug 02 17:20:37.179 INFO O| Aug 02 17:20:37.179 INFO STEP 102 (ensure_file) COMPLETE |
9197 | 2024-08-02T17:20:38.415Z | [ host-image] Aug 02 17:20:37.179 INFO O| Aug 02 17:20:37.179 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9198 | 2024-08-02T17:20:38.422Z | [ host-image] Aug 02 17:20:37.189 INFO O| Aug 02 17:20:37.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9199 | 2024-08-02T17:20:38.422Z | [ host-image] Aug 02 17:20:37.189 INFO O| Aug 02 17:20:37.189 INFO copying /tmp/.tmp5JSm0w/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 ... |
9200 | 2024-08-02T17:20:38.425Z | [ host-image] Aug 02 17:20:37.189 INFO O| Aug 02 17:20:37.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9201 | 2024-08-02T17:20:38.425Z | [ host-image] Aug 02 17:20:37.189 INFO O| Aug 02 17:20:37.189 INFO ok! |
9202 | 2024-08-02T17:20:38.425Z | [ host-image] Aug 02 17:20:37.189 INFO O| Aug 02 17:20:37.189 INFO STEP 103 (ensure_file) COMPLETE |
9203 | 2024-08-02T17:20:38.425Z | [ host-image] Aug 02 17:20:37.189 INFO O| Aug 02 17:20:37.189 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9204 | 2024-08-02T17:20:38.432Z | [ host-image] Aug 02 17:20:37.198 INFO O| Aug 02 17:20:37.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9205 | 2024-08-02T17:20:38.432Z | [ host-image] Aug 02 17:20:37.198 INFO O| Aug 02 17:20:37.198 INFO copying /tmp/.tmp5JSm0w/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 ... |
9206 | 2024-08-02T17:20:38.435Z | [ host-image] Aug 02 17:20:37.198 INFO O| Aug 02 17:20:37.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9207 | 2024-08-02T17:20:38.435Z | [ host-image] Aug 02 17:20:37.198 INFO O| Aug 02 17:20:37.198 INFO ok! |
9208 | 2024-08-02T17:20:38.435Z | [ host-image] Aug 02 17:20:37.198 INFO O| Aug 02 17:20:37.198 INFO STEP 104 (ensure_file) COMPLETE |
9209 | 2024-08-02T17:20:38.435Z | [ host-image] Aug 02 17:20:37.198 INFO O| Aug 02 17:20:37.198 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9210 | 2024-08-02T17:20:38.441Z | [ host-image] Aug 02 17:20:37.208 INFO O| Aug 02 17:20:37.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9211 | 2024-08-02T17:20:38.441Z | [ host-image] Aug 02 17:20:37.208 INFO O| Aug 02 17:20:37.208 INFO copying /tmp/.tmp5JSm0w/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 ... |
9212 | 2024-08-02T17:20:38.444Z | [ host-image] Aug 02 17:20:37.208 INFO O| Aug 02 17:20:37.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9213 | 2024-08-02T17:20:38.444Z | [ host-image] Aug 02 17:20:37.208 INFO O| Aug 02 17:20:37.208 INFO ok! |
9214 | 2024-08-02T17:20:38.444Z | [ host-image] Aug 02 17:20:37.208 INFO O| Aug 02 17:20:37.208 INFO STEP 105 (ensure_file) COMPLETE |
9215 | 2024-08-02T17:20:38.444Z | [ host-image] Aug 02 17:20:37.208 INFO O| Aug 02 17:20:37.208 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9216 | 2024-08-02T17:20:38.451Z | [ host-image] Aug 02 17:20:37.217 INFO O| Aug 02 17:20:37.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9217 | 2024-08-02T17:20:38.451Z | [ host-image] Aug 02 17:20:37.217 INFO O| Aug 02 17:20:37.217 INFO copying /tmp/.tmp5JSm0w/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 ... |
9218 | 2024-08-02T17:20:38.457Z | [ host-image] Aug 02 17:20:37.217 INFO O| Aug 02 17:20:37.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9219 | 2024-08-02T17:20:38.457Z | [ host-image] Aug 02 17:20:37.217 INFO O| Aug 02 17:20:37.217 INFO ok! |
9220 | 2024-08-02T17:20:38.457Z | [ host-image] Aug 02 17:20:37.217 INFO O| Aug 02 17:20:37.217 INFO STEP 106 (ensure_file) COMPLETE |
9221 | 2024-08-02T17:20:38.457Z | [ host-image] Aug 02 17:20:37.217 INFO O| Aug 02 17:20:37.217 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9222 | 2024-08-02T17:20:38.466Z | [ host-image] Aug 02 17:20:37.227 INFO O| Aug 02 17:20:37.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9223 | 2024-08-02T17:20:38.466Z | [ host-image] Aug 02 17:20:37.227 INFO O| Aug 02 17:20:37.227 INFO copying /tmp/.tmp5JSm0w/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 ... |
9224 | 2024-08-02T17:20:38.466Z | [ host-image] Aug 02 17:20:37.227 INFO O| Aug 02 17:20:37.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9225 | 2024-08-02T17:20:38.466Z | [ host-image] Aug 02 17:20:37.227 INFO O| Aug 02 17:20:37.227 INFO ok! |
9226 | 2024-08-02T17:20:38.466Z | [ host-image] Aug 02 17:20:37.227 INFO O| Aug 02 17:20:37.227 INFO STEP 107 (ensure_file) COMPLETE |
9227 | 2024-08-02T17:20:38.466Z | [ host-image] Aug 02 17:20:37.227 INFO O| Aug 02 17:20:37.227 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9228 | 2024-08-02T17:20:38.474Z | [ host-image] Aug 02 17:20:37.237 INFO O| Aug 02 17:20:37.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9229 | 2024-08-02T17:20:38.474Z | [ host-image] Aug 02 17:20:37.237 INFO O| Aug 02 17:20:37.237 INFO copying /tmp/.tmp5JSm0w/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 ... |
9230 | 2024-08-02T17:20:38.474Z | [ host-image] Aug 02 17:20:37.237 INFO O| Aug 02 17:20:37.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9231 | 2024-08-02T17:20:38.474Z | [ host-image] Aug 02 17:20:37.237 INFO O| Aug 02 17:20:37.237 INFO ok! |
9232 | 2024-08-02T17:20:38.474Z | [ host-image] Aug 02 17:20:37.237 INFO O| Aug 02 17:20:37.237 INFO STEP 108 (ensure_file) COMPLETE |
9233 | 2024-08-02T17:20:38.474Z | [ host-image] Aug 02 17:20:37.237 INFO O| Aug 02 17:20:37.237 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9234 | 2024-08-02T17:20:38.482Z | [ host-image] Aug 02 17:20:37.247 INFO O| Aug 02 17:20:37.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9235 | 2024-08-02T17:20:38.482Z | [ host-image] Aug 02 17:20:37.247 INFO O| Aug 02 17:20:37.247 INFO copying /tmp/.tmp5JSm0w/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 ... |
9236 | 2024-08-02T17:20:38.482Z | [ host-image] Aug 02 17:20:37.247 INFO O| Aug 02 17:20:37.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9237 | 2024-08-02T17:20:38.482Z | [ host-image] Aug 02 17:20:37.247 INFO O| Aug 02 17:20:37.247 INFO ok! |
9238 | 2024-08-02T17:20:38.482Z | [ host-image] Aug 02 17:20:37.247 INFO O| Aug 02 17:20:37.247 INFO STEP 109 (ensure_file) COMPLETE |
9239 | 2024-08-02T17:20:38.482Z | [ host-image] Aug 02 17:20:37.247 INFO O| Aug 02 17:20:37.247 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9240 | 2024-08-02T17:20:38.493Z | [ host-image] Aug 02 17:20:37.257 INFO O| Aug 02 17:20:37.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9241 | 2024-08-02T17:20:38.493Z | [ host-image] Aug 02 17:20:37.257 INFO O| Aug 02 17:20:37.257 INFO copying /tmp/.tmp5JSm0w/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 ... |
9242 | 2024-08-02T17:20:38.497Z | [ host-image] Aug 02 17:20:37.257 INFO O| Aug 02 17:20:37.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9243 | 2024-08-02T17:20:38.497Z | [ host-image] Aug 02 17:20:37.258 INFO O| Aug 02 17:20:37.257 INFO ok! |
9244 | 2024-08-02T17:20:38.497Z | [ host-image] Aug 02 17:20:37.258 INFO O| Aug 02 17:20:37.257 INFO STEP 110 (ensure_file) COMPLETE |
9245 | 2024-08-02T17:20:38.497Z | [ host-image] Aug 02 17:20:37.258 INFO O| Aug 02 17:20:37.257 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9246 | 2024-08-02T17:20:38.501Z | [ host-image] Aug 02 17:20:37.268 INFO O| Aug 02 17:20:37.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9247 | 2024-08-02T17:20:38.501Z | [ host-image] Aug 02 17:20:37.268 INFO O| Aug 02 17:20:37.267 INFO copying /tmp/.tmp5JSm0w/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 ... |
9248 | 2024-08-02T17:20:38.503Z | [ host-image] Aug 02 17:20:37.268 INFO O| Aug 02 17:20:37.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9249 | 2024-08-02T17:20:38.503Z | [ host-image] Aug 02 17:20:37.268 INFO O| Aug 02 17:20:37.268 INFO ok! |
9250 | 2024-08-02T17:20:38.503Z | [ host-image] Aug 02 17:20:37.268 INFO O| Aug 02 17:20:37.268 INFO STEP 111 (ensure_file) COMPLETE |
9251 | 2024-08-02T17:20:38.503Z | [ host-image] Aug 02 17:20:37.268 INFO O| Aug 02 17:20:37.268 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9252 | 2024-08-02T17:20:38.512Z | [ host-image] Aug 02 17:20:37.277 INFO O| Aug 02 17:20:37.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9253 | 2024-08-02T17:20:38.512Z | [ host-image] Aug 02 17:20:37.277 INFO O| Aug 02 17:20:37.277 INFO copying /tmp/.tmp5JSm0w/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 ... |
9254 | 2024-08-02T17:20:38.515Z | [ host-image] Aug 02 17:20:37.278 INFO O| Aug 02 17:20:37.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9255 | 2024-08-02T17:20:38.515Z | [ host-image] Aug 02 17:20:37.278 INFO O| Aug 02 17:20:37.278 INFO ok! |
9256 | 2024-08-02T17:20:38.515Z | [ host-image] Aug 02 17:20:37.278 INFO O| Aug 02 17:20:37.278 INFO STEP 112 (ensure_file) COMPLETE |
9257 | 2024-08-02T17:20:38.515Z | [ host-image] Aug 02 17:20:37.278 INFO O| Aug 02 17:20:37.278 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9258 | 2024-08-02T17:20:38.521Z | [ host-image] Aug 02 17:20:37.288 INFO O| Aug 02 17:20:37.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9259 | 2024-08-02T17:20:38.521Z | [ host-image] Aug 02 17:20:37.288 INFO O| Aug 02 17:20:37.288 INFO copying /tmp/.tmp5JSm0w/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 ... |
9260 | 2024-08-02T17:20:38.524Z | [ host-image] Aug 02 17:20:37.288 INFO O| Aug 02 17:20:37.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9261 | 2024-08-02T17:20:38.524Z | [ host-image] Aug 02 17:20:37.288 INFO O| Aug 02 17:20:37.288 INFO ok! |
9262 | 2024-08-02T17:20:38.524Z | [ host-image] Aug 02 17:20:37.288 INFO O| Aug 02 17:20:37.288 INFO STEP 113 (ensure_file) COMPLETE |
9263 | 2024-08-02T17:20:38.524Z | [ host-image] Aug 02 17:20:37.288 INFO O| Aug 02 17:20:37.288 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9264 | 2024-08-02T17:20:38.531Z | [ host-image] Aug 02 17:20:37.298 INFO O| Aug 02 17:20:37.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9265 | 2024-08-02T17:20:38.534Z | [ host-image] Aug 02 17:20:37.298 INFO O| Aug 02 17:20:37.298 INFO copying /tmp/.tmp5JSm0w/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 ... |
9266 | 2024-08-02T17:20:38.534Z | [ host-image] Aug 02 17:20:37.298 INFO O| Aug 02 17:20:37.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9267 | 2024-08-02T17:20:38.534Z | [ host-image] Aug 02 17:20:37.298 INFO O| Aug 02 17:20:37.298 INFO ok! |
9268 | 2024-08-02T17:20:38.534Z | [ host-image] Aug 02 17:20:37.298 INFO O| Aug 02 17:20:37.298 INFO STEP 114 (ensure_file) COMPLETE |
9269 | 2024-08-02T17:20:38.534Z | [ host-image] Aug 02 17:20:37.298 INFO O| Aug 02 17:20:37.298 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9270 | 2024-08-02T17:20:38.541Z | [ host-image] Aug 02 17:20:37.308 INFO O| Aug 02 17:20:37.308 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9271 | 2024-08-02T17:20:38.541Z | [ host-image] Aug 02 17:20:37.308 INFO O| Aug 02 17:20:37.308 INFO copying /tmp/.tmp5JSm0w/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 ... |
9272 | 2024-08-02T17:20:38.544Z | [ host-image] Aug 02 17:20:37.308 INFO O| Aug 02 17:20:37.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9273 | 2024-08-02T17:20:38.544Z | [ host-image] Aug 02 17:20:37.308 INFO O| Aug 02 17:20:37.308 INFO ok! |
9274 | 2024-08-02T17:20:38.544Z | [ host-image] Aug 02 17:20:37.308 INFO O| Aug 02 17:20:37.308 INFO STEP 115 (ensure_file) COMPLETE |
9275 | 2024-08-02T17:20:38.544Z | [ host-image] Aug 02 17:20:37.308 INFO O| Aug 02 17:20:37.308 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9276 | 2024-08-02T17:20:38.551Z | [ host-image] Aug 02 17:20:37.318 INFO O| Aug 02 17:20:37.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9277 | 2024-08-02T17:20:38.551Z | [ host-image] Aug 02 17:20:37.318 INFO O| Aug 02 17:20:37.318 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9278 | 2024-08-02T17:20:38.554Z | [ host-image] Aug 02 17:20:37.318 INFO O| Aug 02 17:20:37.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9279 | 2024-08-02T17:20:38.554Z | [ host-image] Aug 02 17:20:37.318 INFO O| Aug 02 17:20:37.318 INFO ok! |
9280 | 2024-08-02T17:20:38.554Z | [ host-image] Aug 02 17:20:37.318 INFO O| Aug 02 17:20:37.318 INFO STEP 116 (ensure_file) COMPLETE |
9281 | 2024-08-02T17:20:38.554Z | [ host-image] Aug 02 17:20:37.318 INFO O| Aug 02 17:20:37.318 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9282 | 2024-08-02T17:20:38.562Z | [ host-image] Aug 02 17:20:37.328 INFO O| Aug 02 17:20:37.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9283 | 2024-08-02T17:20:38.562Z | [ host-image] Aug 02 17:20:37.328 INFO O| Aug 02 17:20:37.328 INFO copying /tmp/.tmp5JSm0w/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 ... |
9284 | 2024-08-02T17:20:38.564Z | [ host-image] Aug 02 17:20:37.328 INFO O| Aug 02 17:20:37.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9285 | 2024-08-02T17:20:38.564Z | [ host-image] Aug 02 17:20:37.328 INFO O| Aug 02 17:20:37.328 INFO ok! |
9286 | 2024-08-02T17:20:38.564Z | [ host-image] Aug 02 17:20:37.329 INFO O| Aug 02 17:20:37.328 INFO STEP 117 (ensure_file) COMPLETE |
9287 | 2024-08-02T17:20:38.564Z | [ host-image] Aug 02 17:20:37.329 INFO O| Aug 02 17:20:37.328 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9288 | 2024-08-02T17:20:38.572Z | [ host-image] Aug 02 17:20:37.339 INFO O| Aug 02 17:20:37.339 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9289 | 2024-08-02T17:20:38.572Z | [ host-image] Aug 02 17:20:37.339 INFO O| Aug 02 17:20:37.339 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9290 | 2024-08-02T17:20:38.575Z | [ host-image] Aug 02 17:20:37.339 INFO O| Aug 02 17:20:37.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9291 | 2024-08-02T17:20:38.575Z | [ host-image] Aug 02 17:20:37.339 INFO O| Aug 02 17:20:37.339 INFO ok! |
9292 | 2024-08-02T17:20:38.575Z | [ host-image] Aug 02 17:20:37.339 INFO O| Aug 02 17:20:37.339 INFO STEP 118 (ensure_file) COMPLETE |
9293 | 2024-08-02T17:20:38.575Z | [ host-image] Aug 02 17:20:37.339 INFO O| Aug 02 17:20:37.339 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9294 | 2024-08-02T17:20:38.583Z | [ host-image] Aug 02 17:20:37.349 INFO O| Aug 02 17:20:37.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9295 | 2024-08-02T17:20:38.583Z | [ host-image] Aug 02 17:20:37.349 INFO O| Aug 02 17:20:37.349 INFO copying /tmp/.tmp5JSm0w/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9296 | 2024-08-02T17:20:39.087Z | [ recovery-image] Aug 02 17:20:37.853 INFO E| Finished `release` profile [optimized] target(s) in 43.33s |
9297 | 2024-08-02T17:20:39.123Z | [ recovery-image] Aug 02 17:20:37.889 INFO building host image... |
9298 | 2024-08-02T17:20:39.126Z | [ recovery-image] Aug 02 17:20:37.889 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") |
9299 | 2024-08-02T17:20:39.859Z | [ recovery-image] Aug 02 17:20:38.620 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9300 | 2024-08-02T17:20:41.692Z | [ recovery-image] Aug 02 17:20:40.458 INFO image complete! materials are in "/work/os-recovery" |
9301 | 2024-08-02T17:20:41.696Z | [ recovery-image] |
9302 | 2024-08-02T17:20:41.699Z | [ recovery-image] real 7:07.523297390 |
9303 | 2024-08-02T17:20:41.699Z | [ recovery-image] user 4:31.382148253 |
9304 | 2024-08-02T17:20:41.699Z | [ recovery-image] sys 59.715185936 |
9305 | 2024-08-02T17:20:41.699Z | [ recovery-image] trap 0.234372832 |
9306 | 2024-08-02T17:20:41.699Z | [ recovery-image] tflt 0.516851366 |
9307 | 2024-08-02T17:20:41.699Z | [ recovery-image] dflt 1.277432377 |
9308 | 2024-08-02T17:20:41.699Z | [ recovery-image] kflt 0.000035247 |
9309 | 2024-08-02T17:20:41.699Z | [ recovery-image] lock 11:59.749282519 |
9310 | 2024-08-02T17:20:41.699Z | [ recovery-image] slp 42:56.870643750 |
9311 | 2024-08-02T17:20:41.699Z | [ recovery-image] lat 1:15.120617411 |
9312 | 2024-08-02T17:20:41.699Z | [ recovery-image] stop 3.362153510 |
9313 | 2024-08-02T17:20:41.699Z | Aug 02 17:20:40.464 INFO [recovery-image] process exited with exit status: 0 (427.553924812s) |
9314 | 2024-08-02T17:20:42.531Z | [ host-image] Aug 02 17:20:41.297 INFO O| Aug 02 17:20:41.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9315 | 2024-08-02T17:20:42.531Z | [ host-image] Aug 02 17:20:41.297 INFO O| Aug 02 17:20:41.297 INFO ok! |
9316 | 2024-08-02T17:20:42.531Z | [ host-image] Aug 02 17:20:41.297 INFO O| Aug 02 17:20:41.297 INFO STEP 119 (ensure_file) COMPLETE |
9317 | 2024-08-02T17:20:42.534Z | [ host-image] Aug 02 17:20:41.297 INFO O| Aug 02 17:20:41.297 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9318 | 2024-08-02T17:20:42.541Z | [ host-image] Aug 02 17:20:41.308 INFO O| Aug 02 17:20:41.308 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9319 | 2024-08-02T17:20:42.541Z | [ host-image] Aug 02 17:20:41.308 INFO O| Aug 02 17:20:41.308 INFO STEP 120 (ensure_dir) COMPLETE |
9320 | 2024-08-02T17:20:42.544Z | [ host-image] Aug 02 17:20:41.308 INFO O| Aug 02 17:20:41.308 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9321 | 2024-08-02T17:20:42.550Z | [ host-image] Aug 02 17:20:41.317 INFO O| Aug 02 17:20:41.317 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9322 | 2024-08-02T17:20:42.550Z | [ host-image] Aug 02 17:20:41.317 INFO O| Aug 02 17:20:41.317 INFO STEP 121 (ensure_dir) COMPLETE |
9323 | 2024-08-02T17:20:42.553Z | [ host-image] Aug 02 17:20:41.317 INFO O| Aug 02 17:20:41.317 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9324 | 2024-08-02T17:20:42.559Z | [ host-image] Aug 02 17:20:41.326 INFO O| Aug 02 17:20:41.326 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9325 | 2024-08-02T17:20:42.559Z | [ host-image] Aug 02 17:20:41.326 INFO O| Aug 02 17:20:41.326 INFO STEP 122 (ensure_dir) COMPLETE |
9326 | 2024-08-02T17:20:42.559Z | [ host-image] Aug 02 17:20:41.326 INFO O| Aug 02 17:20:41.326 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9327 | 2024-08-02T17:20:42.568Z | [ host-image] Aug 02 17:20:41.335 INFO O| Aug 02 17:20:41.335 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9328 | 2024-08-02T17:20:42.571Z | [ host-image] Aug 02 17:20:41.335 INFO O| Aug 02 17:20:41.335 INFO STEP 123 (ensure_dir) COMPLETE |
9329 | 2024-08-02T17:20:42.571Z | [ host-image] Aug 02 17:20:41.335 INFO O| Aug 02 17:20:41.335 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9330 | 2024-08-02T17:20:42.577Z | [ host-image] Aug 02 17:20:41.344 INFO O| Aug 02 17:20:41.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9331 | 2024-08-02T17:20:42.580Z | [ host-image] Aug 02 17:20:41.344 INFO O| Aug 02 17:20:41.344 INFO copying /tmp/.tmp5JSm0w/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 ... |
9332 | 2024-08-02T17:20:42.580Z | [ host-image] Aug 02 17:20:41.344 INFO O| Aug 02 17:20:41.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9333 | 2024-08-02T17:20:42.580Z | [ host-image] Aug 02 17:20:41.344 INFO O| Aug 02 17:20:41.344 INFO ok! |
9334 | 2024-08-02T17:20:42.580Z | [ host-image] Aug 02 17:20:41.344 INFO O| Aug 02 17:20:41.344 INFO STEP 124 (ensure_file) COMPLETE |
9335 | 2024-08-02T17:20:42.580Z | [ host-image] Aug 02 17:20:41.344 INFO O| Aug 02 17:20:41.344 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9336 | 2024-08-02T17:20:42.586Z | [ host-image] Aug 02 17:20:41.353 INFO O| Aug 02 17:20:41.353 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9337 | 2024-08-02T17:20:42.587Z | [ host-image] Aug 02 17:20:41.353 INFO O| Aug 02 17:20:41.353 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9338 | 2024-08-02T17:20:42.589Z | [ host-image] Aug 02 17:20:41.353 INFO O| Aug 02 17:20:41.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9339 | 2024-08-02T17:20:42.589Z | [ host-image] Aug 02 17:20:41.353 INFO O| Aug 02 17:20:41.353 INFO STEP 125 (ensure_dir) COMPLETE |
9340 | 2024-08-02T17:20:42.589Z | [ host-image] Aug 02 17:20:41.353 INFO O| Aug 02 17:20:41.353 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9341 | 2024-08-02T17:20:42.595Z | [ host-image] Aug 02 17:20:41.362 INFO O| Aug 02 17:20:41.362 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9342 | 2024-08-02T17:20:42.596Z | [ host-image] Aug 02 17:20:41.362 INFO O| Aug 02 17:20:41.362 INFO copying /tmp/.tmp5JSm0w/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9343 | 2024-08-02T17:20:42.599Z | [ host-image] Aug 02 17:20:41.362 INFO O| Aug 02 17:20:41.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9344 | 2024-08-02T17:20:42.599Z | [ host-image] Aug 02 17:20:41.362 INFO O| Aug 02 17:20:41.362 INFO ok! |
9345 | 2024-08-02T17:20:42.599Z | [ host-image] Aug 02 17:20:41.362 INFO O| Aug 02 17:20:41.362 INFO STEP 126 (ensure_file) COMPLETE |
9346 | 2024-08-02T17:20:42.599Z | [ host-image] Aug 02 17:20:41.362 INFO O| Aug 02 17:20:41.362 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9347 | 2024-08-02T17:20:42.604Z | [ host-image] Aug 02 17:20:41.371 INFO O| Aug 02 17:20:41.371 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9348 | 2024-08-02T17:20:42.607Z | [ host-image] Aug 02 17:20:41.371 INFO O| Aug 02 17:20:41.371 INFO STEP 127 (remove_files) COMPLETE |
9349 | 2024-08-02T17:20:42.607Z | [ host-image] Aug 02 17:20:41.371 INFO O| Aug 02 17:20:41.371 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9350 | 2024-08-02T17:20:42.614Z | [ host-image] Aug 02 17:20:41.380 INFO O| Aug 02 17:20:41.380 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9351 | 2024-08-02T17:20:42.617Z | [ host-image] Aug 02 17:20:41.380 INFO O| Aug 02 17:20:41.380 INFO STEP 128 (remove_files) COMPLETE |
9352 | 2024-08-02T17:20:42.617Z | [ host-image] Aug 02 17:20:41.380 INFO O| Aug 02 17:20:41.380 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9353 | 2024-08-02T17:20:42.623Z | [ host-image] Aug 02 17:20:41.389 INFO O| Aug 02 17:20:41.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9354 | 2024-08-02T17:20:42.626Z | [ host-image] Aug 02 17:20:41.390 INFO O| Aug 02 17:20:41.390 INFO STEP 129 (remove_files) COMPLETE |
9355 | 2024-08-02T17:20:42.626Z | [ host-image] Aug 02 17:20:41.390 INFO O| Aug 02 17:20:41.390 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9356 | 2024-08-02T17:20:42.633Z | [ host-image] Aug 02 17:20:41.399 INFO O| Aug 02 17:20:41.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9357 | 2024-08-02T17:20:42.636Z | [ host-image] Aug 02 17:20:41.399 INFO O| Aug 02 17:20:41.399 INFO STEP 130 (remove_files) COMPLETE |
9358 | 2024-08-02T17:20:42.636Z | [ host-image] Aug 02 17:20:41.399 INFO O| Aug 02 17:20:41.399 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9359 | 2024-08-02T17:20:42.643Z | [ host-image] Aug 02 17:20:41.409 INFO O| Aug 02 17:20:41.409 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9360 | 2024-08-02T17:20:42.645Z | [ host-image] Aug 02 17:20:41.409 INFO O| Aug 02 17:20:41.409 INFO STEP 131 (remove_files) COMPLETE |
9361 | 2024-08-02T17:20:42.645Z | [ host-image] Aug 02 17:20:41.409 INFO O| Aug 02 17:20:41.409 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9362 | 2024-08-02T17:20:42.652Z | [ host-image] Aug 02 17:20:41.418 INFO O| Aug 02 17:20:41.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9363 | 2024-08-02T17:20:42.655Z | [ host-image] Aug 02 17:20:41.418 INFO O| Aug 02 17:20:41.418 INFO STEP 132 (remove_files) COMPLETE |
9364 | 2024-08-02T17:20:42.655Z | [ host-image] Aug 02 17:20:41.418 INFO O| Aug 02 17:20:41.418 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9365 | 2024-08-02T17:20:42.661Z | [ host-image] Aug 02 17:20:41.428 INFO O| Aug 02 17:20:41.427 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9366 | 2024-08-02T17:20:42.661Z | [ host-image] Aug 02 17:20:41.428 INFO O| Aug 02 17:20:41.428 INFO STEP 133 (remove_files) COMPLETE |
9367 | 2024-08-02T17:20:42.661Z | [ host-image] Aug 02 17:20:41.428 INFO O| Aug 02 17:20:41.428 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9368 | 2024-08-02T17:20:42.670Z | [ host-image] Aug 02 17:20:41.437 INFO O| Aug 02 17:20:41.437 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9369 | 2024-08-02T17:20:42.670Z | [ host-image] Aug 02 17:20:41.437 INFO O| Aug 02 17:20:41.437 INFO STEP 134 (remove_files) COMPLETE |
9370 | 2024-08-02T17:20:42.670Z | [ host-image] Aug 02 17:20:41.437 INFO O| Aug 02 17:20:41.437 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9371 | 2024-08-02T17:20:42.679Z | [ host-image] Aug 02 17:20:41.446 INFO O| Aug 02 17:20:41.446 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9372 | 2024-08-02T17:20:42.679Z | [ host-image] Aug 02 17:20:41.446 INFO O| Aug 02 17:20:41.446 INFO STEP 135 (remove_files) COMPLETE |
9373 | 2024-08-02T17:20:42.679Z | [ host-image] Aug 02 17:20:41.446 INFO O| Aug 02 17:20:41.446 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9374 | 2024-08-02T17:20:42.688Z | [ host-image] Aug 02 17:20:41.455 INFO O| Aug 02 17:20:41.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9375 | 2024-08-02T17:20:42.689Z | [ host-image] Aug 02 17:20:41.455 INFO O| Aug 02 17:20:41.455 INFO STEP 136 (remove_files) COMPLETE |
9376 | 2024-08-02T17:20:42.692Z | [ host-image] Aug 02 17:20:41.455 INFO O| Aug 02 17:20:41.455 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9377 | 2024-08-02T17:20:42.698Z | [ host-image] Aug 02 17:20:41.464 INFO O| Aug 02 17:20:41.464 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9378 | 2024-08-02T17:20:42.700Z | [ host-image] Aug 02 17:20:41.464 INFO O| Aug 02 17:20:41.464 INFO STEP 137 (remove_files) COMPLETE |
9379 | 2024-08-02T17:20:42.700Z | [ host-image] Aug 02 17:20:41.464 INFO O| Aug 02 17:20:41.464 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9380 | 2024-08-02T17:20:42.707Z | [ host-image] Aug 02 17:20:41.473 INFO O| Aug 02 17:20:41.473 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9381 | 2024-08-02T17:20:42.707Z | [ host-image] Aug 02 17:20:41.473 INFO O| Aug 02 17:20:41.473 INFO STEP 138 (remove_files) COMPLETE |
9382 | 2024-08-02T17:20:42.710Z | [ host-image] Aug 02 17:20:41.473 INFO O| Aug 02 17:20:41.473 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9383 | 2024-08-02T17:20:42.716Z | [ host-image] Aug 02 17:20:41.482 INFO O| Aug 02 17:20:41.482 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9384 | 2024-08-02T17:20:42.719Z | [ host-image] Aug 02 17:20:41.482 INFO O| Aug 02 17:20:41.482 INFO STEP 139 (remove_files) COMPLETE |
9385 | 2024-08-02T17:20:42.719Z | [ host-image] Aug 02 17:20:41.482 INFO O| Aug 02 17:20:41.482 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9386 | 2024-08-02T17:20:42.725Z | [ host-image] Aug 02 17:20:41.491 INFO O| Aug 02 17:20:41.491 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9387 | 2024-08-02T17:20:42.728Z | [ host-image] Aug 02 17:20:41.491 INFO O| Aug 02 17:20:41.491 INFO STEP 140 (remove_files) COMPLETE |
9388 | 2024-08-02T17:20:42.728Z | [ host-image] Aug 02 17:20:41.491 INFO O| Aug 02 17:20:41.491 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9389 | 2024-08-02T17:20:42.734Z | [ host-image] Aug 02 17:20:41.501 INFO O| Aug 02 17:20:41.501 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9390 | 2024-08-02T17:20:42.737Z | [ host-image] Aug 02 17:20:41.501 INFO O| Aug 02 17:20:41.501 INFO STEP 141 (remove_files) COMPLETE |
9391 | 2024-08-02T17:20:42.737Z | [ host-image] Aug 02 17:20:41.501 INFO O| Aug 02 17:20:41.501 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9392 | 2024-08-02T17:20:42.743Z | [ host-image] Aug 02 17:20:41.510 INFO O| Aug 02 17:20:41.510 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9393 | 2024-08-02T17:20:42.744Z | [ host-image] Aug 02 17:20:41.510 INFO O| Aug 02 17:20:41.510 INFO STEP 142 (remove_files) COMPLETE |
9394 | 2024-08-02T17:20:42.744Z | [ host-image] Aug 02 17:20:41.510 INFO O| Aug 02 17:20:41.510 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9395 | 2024-08-02T17:20:42.753Z | [ host-image] Aug 02 17:20:41.519 INFO O| Aug 02 17:20:41.519 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9396 | 2024-08-02T17:20:42.755Z | [ host-image] Aug 02 17:20:41.519 INFO O| Aug 02 17:20:41.519 INFO STEP 143 (remove_files) COMPLETE |
9397 | 2024-08-02T17:20:42.755Z | [ host-image] Aug 02 17:20:41.519 INFO O| Aug 02 17:20:41.519 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9398 | 2024-08-02T17:20:42.762Z | [ host-image] Aug 02 17:20:41.528 INFO O| Aug 02 17:20:41.528 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9399 | 2024-08-02T17:20:42.765Z | [ host-image] Aug 02 17:20:41.528 INFO O| Aug 02 17:20:41.528 INFO STEP 144 (remove_files) COMPLETE |
9400 | 2024-08-02T17:20:42.765Z | [ host-image] Aug 02 17:20:41.528 INFO O| Aug 02 17:20:41.528 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9401 | 2024-08-02T17:20:42.771Z | [ host-image] Aug 02 17:20:41.538 INFO O| Aug 02 17:20:41.538 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9402 | 2024-08-02T17:20:42.771Z | [ host-image] Aug 02 17:20:41.538 INFO O| Aug 02 17:20:41.538 INFO STEP 145 (remove_files) COMPLETE |
9403 | 2024-08-02T17:20:42.774Z | [ host-image] Aug 02 17:20:41.538 INFO O| Aug 02 17:20:41.538 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9404 | 2024-08-02T17:20:42.780Z | [ host-image] Aug 02 17:20:41.547 INFO O| Aug 02 17:20:41.547 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9405 | 2024-08-02T17:20:42.780Z | [ host-image] Aug 02 17:20:41.547 INFO O| Aug 02 17:20:41.547 INFO STEP 146 (remove_files) COMPLETE |
9406 | 2024-08-02T17:20:42.783Z | [ host-image] Aug 02 17:20:41.547 INFO O| Aug 02 17:20:41.547 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9407 | 2024-08-02T17:20:42.789Z | [ host-image] Aug 02 17:20:41.556 INFO O| Aug 02 17:20:41.556 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9408 | 2024-08-02T17:20:42.789Z | [ host-image] Aug 02 17:20:41.556 INFO O| Aug 02 17:20:41.556 INFO STEP 147 (remove_files) COMPLETE |
9409 | 2024-08-02T17:20:42.792Z | [ host-image] Aug 02 17:20:41.556 INFO O| Aug 02 17:20:41.556 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9410 | 2024-08-02T17:20:42.799Z | [ host-image] Aug 02 17:20:41.565 INFO O| Aug 02 17:20:41.565 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9411 | 2024-08-02T17:20:42.801Z | [ host-image] Aug 02 17:20:41.565 INFO O| Aug 02 17:20:41.565 INFO STEP 148 (remove_files) COMPLETE |
9412 | 2024-08-02T17:20:42.802Z | [ host-image] Aug 02 17:20:41.565 INFO O| Aug 02 17:20:41.565 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9413 | 2024-08-02T17:20:42.808Z | [ host-image] Aug 02 17:20:41.575 INFO O| Aug 02 17:20:41.574 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9414 | 2024-08-02T17:20:42.811Z | [ host-image] Aug 02 17:20:41.575 INFO O| Aug 02 17:20:41.575 INFO STEP 149 (remove_files) COMPLETE |
9415 | 2024-08-02T17:20:42.811Z | [ host-image] Aug 02 17:20:41.575 INFO O| Aug 02 17:20:41.575 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9416 | 2024-08-02T17:20:42.817Z | [ host-image] Aug 02 17:20:41.584 INFO O| Aug 02 17:20:41.584 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9417 | 2024-08-02T17:20:42.820Z | [ host-image] Aug 02 17:20:41.584 INFO O| Aug 02 17:20:41.584 INFO STEP 150 (remove_files) COMPLETE |
9418 | 2024-08-02T17:20:42.820Z | [ host-image] Aug 02 17:20:41.584 INFO O| Aug 02 17:20:41.584 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9419 | 2024-08-02T17:20:42.827Z | [ host-image] Aug 02 17:20:41.593 INFO O| Aug 02 17:20:41.593 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9420 | 2024-08-02T17:20:42.827Z | [ host-image] Aug 02 17:20:41.593 INFO O| Aug 02 17:20:41.593 INFO STEP 151 (remove_files) COMPLETE |
9421 | 2024-08-02T17:20:42.827Z | [ host-image] Aug 02 17:20:41.593 INFO O| Aug 02 17:20:41.593 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9422 | 2024-08-02T17:20:42.837Z | [ host-image] Aug 02 17:20:41.602 INFO O| Aug 02 17:20:41.602 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9423 | 2024-08-02T17:20:42.837Z | [ host-image] Aug 02 17:20:41.603 INFO O| Aug 02 17:20:41.603 INFO STEP 152 (remove_files) COMPLETE |
9424 | 2024-08-02T17:20:42.837Z | [ host-image] Aug 02 17:20:41.603 INFO O| Aug 02 17:20:41.603 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9425 | 2024-08-02T17:20:42.846Z | [ host-image] Aug 02 17:20:41.612 INFO O| Aug 02 17:20:41.612 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9426 | 2024-08-02T17:20:42.846Z | [ host-image] Aug 02 17:20:41.612 INFO O| Aug 02 17:20:41.612 INFO STEP 153 (remove_files) COMPLETE |
9427 | 2024-08-02T17:20:42.846Z | [ host-image] Aug 02 17:20:41.612 INFO O| Aug 02 17:20:41.612 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9428 | 2024-08-02T17:20:42.855Z | [ host-image] Aug 02 17:20:41.621 INFO O| Aug 02 17:20:41.621 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9429 | 2024-08-02T17:20:42.855Z | [ host-image] Aug 02 17:20:41.621 INFO O| Aug 02 17:20:41.621 INFO STEP 154 (remove_files) COMPLETE |
9430 | 2024-08-02T17:20:42.855Z | [ host-image] Aug 02 17:20:41.621 INFO O| Aug 02 17:20:41.621 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9431 | 2024-08-02T17:20:42.864Z | [ host-image] Aug 02 17:20:41.631 INFO O| Aug 02 17:20:41.631 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9432 | 2024-08-02T17:20:42.864Z | [ host-image] Aug 02 17:20:41.631 INFO O| Aug 02 17:20:41.631 INFO STEP 155 (remove_files) COMPLETE |
9433 | 2024-08-02T17:20:42.867Z | [ host-image] Aug 02 17:20:41.631 INFO O| Aug 02 17:20:41.631 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9434 | 2024-08-02T17:20:42.878Z | [ host-image] Aug 02 17:20:41.645 INFO O| Aug 02 17:20:41.644 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9435 | 2024-08-02T17:20:42.878Z | [ host-image] Aug 02 17:20:41.645 INFO O| Aug 02 17:20:41.645 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9436 | 2024-08-02T17:20:48.571Z | [ host-image] Aug 02 17:20:47.337 INFO O| Aug 02 17:20:47.337 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 |
9437 | 2024-08-02T17:20:48.571Z | [ host-image] Aug 02 17:20:47.337 INFO O| Aug 02 17:20:47.337 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9438 | 2024-08-02T17:20:48.584Z | [ host-image] Aug 02 17:20:47.350 INFO O| Aug 02 17:20:47.350 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9439 | 2024-08-02T17:20:48.659Z | [ host-image] Aug 02 17:20:47.426 INFO O| Aug 02 17:20:47.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9440 | 2024-08-02T17:20:48.660Z | [ host-image] Aug 02 17:20:47.426 INFO O| Aug 02 17:20:47.426 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9441 | 2024-08-02T17:20:48.663Z | [ host-image] Aug 02 17:20:47.427 INFO O| Aug 02 17:20:47.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9442 | 2024-08-02T17:20:48.663Z | [ host-image] Aug 02 17:20:47.427 INFO O| Aug 02 17:20:47.427 INFO ok! |
9443 | 2024-08-02T17:20:48.663Z | [ host-image] Aug 02 17:20:47.427 INFO O| Aug 02 17:20:47.427 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9444 | 2024-08-02T17:20:48.663Z | [ host-image] Aug 02 17:20:47.427 INFO O| Aug 02 17:20:47.427 INFO STEP 156 (seed_smf) COMPLETE |
9445 | 2024-08-02T17:20:48.663Z | [ host-image] Aug 02 17:20:47.427 INFO O| Aug 02 17:20:47.427 INFO steps complete; finalising image! |
9446 | 2024-08-02T17:20:48.663Z | [ host-image] Aug 02 17:20:47.427 INFO O| Aug 02 17:20:47.427 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9447 | 2024-08-02T17:20:48.805Z | [ host-image] Aug 02 17:20:47.571 INFO O| Aug 02 17:20:47.571 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Fri Aug 2 17:20:47 2024) |
9448 | 2024-08-02T17:20:49.025Z | [ host-image] Aug 02 17:20:47.791 INFO O| Aug 02 17:20:47.791 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio |
9449 | 2024-08-02T17:20:49.025Z | [ host-image] Aug 02 17:20:47.791 INFO O| Aug 02 17:20:47.791 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9450 | 2024-08-02T17:20:49.299Z | [ host-image] Aug 02 17:20:48.065 INFO O| Aug 02 17:20:48.065 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9451 | 2024-08-02T17:20:49.299Z | [ host-image] Aug 02 17:20:48.065 INFO O| Aug 02 17:20:48.065 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9452 | 2024-08-02T17:20:50.339Z | [ host-image] Aug 02 17:20:49.104 INFO O| Aug 02 17:20:49.104 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9453 | 2024-08-02T17:20:50.342Z | [ host-image] Aug 02 17:20:49.104 INFO O| Aug 02 17:20:49.104 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9454 | 2024-08-02T17:20:50.342Z | [ host-image] Aug 02 17:20:49.105 INFO O| Aug 02 17:20:49.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9455 | 2024-08-02T17:20:50.342Z | [ host-image] Aug 02 17:20:49.105 INFO O| Aug 02 17:20:49.104 INFO completed processing gimlet/zfs |
9456 | 2024-08-02T17:20:50.342Z | [ host-image] Aug 02 17:20:49.105 INFO O| Aug 02 17:20:49.104 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9457 | 2024-08-02T17:20:56.646Z | [ host-image] Aug 02 17:20:55.412 INFO O| Aug 02 17:20:55.412 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9458 | 2024-08-02T17:20:56.732Z | [ host-image] Aug 02 17:20:55.498 INFO BUILD STRING "heads/stlouis-0-gea1fb7f79f\n" |
9459 | 2024-08-02T17:20:56.732Z | [ host-image] Aug 02 17:20:55.498 INFO expanded image name: "ci fcaf48b/${os_short_commit} 2024-08-02 16:52" -> "ci fcaf48b/ea1fb7f 2024-08-02 16:52" |
9460 | 2024-08-02T17:20:56.736Z | [ host-image] Aug 02 17:20:55.498 INFO output artefacts stored in: "/work/os-host" |
9461 | 2024-08-02T17:20:56.736Z | [ host-image] Aug 02 17:20:55.498 INFO collecting git info from project "amd-host-image-builder"... |
9462 | 2024-08-02T17:20:56.747Z | [ host-image] Aug 02 17:20:55.513 INFO collecting git info from project "bootserver"... |
9463 | 2024-08-02T17:20:56.751Z | [ host-image] Aug 02 17:20:55.517 INFO collecting git info from project "pinprick"... |
9464 | 2024-08-02T17:20:56.758Z | [ host-image] Aug 02 17:20:55.522 INFO collecting git info from project "phbl"... |
9465 | 2024-08-02T17:20:56.760Z | [ host-image] Aug 02 17:20:55.526 INFO collecting git info from project "chelsio-t6-roms"... |
9466 | 2024-08-02T17:20:56.765Z | [ host-image] Aug 02 17:20:55.531 INFO collecting git info from project "image-builder"... |
9467 | 2024-08-02T17:20:56.769Z | [ host-image] Aug 02 17:20:55.535 INFO collecting git info from project "amd-firmware"... |
9468 | 2024-08-02T17:20:56.777Z | [ host-image] Aug 02 17:20:55.543 INFO collecting git info from project "pilot"... |
9469 | 2024-08-02T17:20:56.782Z | [ host-image] Aug 02 17:20:55.548 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9470 | 2024-08-02T17:20:57.164Z | [ host-image] Aug 02 17:20:55.930 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9471 | 2024-08-02T17:20:57.518Z | [ host-image] Aug 02 17:20:56.283 INFO creating Oxide boot image... |
9472 | 2024-08-02T17:20:57.518Z | [ host-image] Aug 02 17:20:56.284 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci fcaf48b/ea1fb7f 2024-08-02 16:52", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9473 | 2024-08-02T17:20:58.433Z | [ host-image] Aug 02 17:20:57.199 INFO O| ok, image written! |
9474 | 2024-08-02T17:20:58.433Z | [ host-image] Aug 02 17:20:57.199 INFO O| ok, boot_image_csum file written! |
9475 | 2024-08-02T17:20:58.436Z | [ host-image] Aug 02 17:20:57.201 INFO creating boot archive (CPIO)... |
9476 | 2024-08-02T17:20:58.436Z | [ host-image] Aug 02 17:20:57.201 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 |
9477 | 2024-08-02T17:20:58.442Z | [ host-image] Aug 02 17:20:57.208 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9478 | 2024-08-02T17:20:58.445Z | [ host-image] Aug 02 17:20:57.208 INFO E| + outfile=/work/os-host/cpio |
9479 | 2024-08-02T17:20:58.445Z | [ host-image] Aug 02 17:20:57.208 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9480 | 2024-08-02T17:20:58.445Z | [ host-image] Aug 02 17:20:57.210 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9481 | 2024-08-02T17:20:58.445Z | [ host-image] Aug 02 17:20:57.210 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9482 | 2024-08-02T17:20:58.477Z | [ host-image] Aug 02 17:20:57.243 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9483 | 2024-08-02T17:20:58.477Z | [ host-image] Aug 02 17:20:57.243 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9484 | 2024-08-02T17:20:58.484Z | [ host-image] Aug 02 17:20:57.250 INFO creating compressed cpio/unix for nanobl-rs... |
9485 | 2024-08-02T17:20:58.484Z | [ host-image] Aug 02 17:20:57.250 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 |
9486 | 2024-08-02T17:20:58.770Z | [ host-image] Aug 02 17:20:57.535 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9487 | 2024-08-02T17:21:03.020Z | [ host-image] Aug 02 17:21:01.785 INFO creating reset image... |
9488 | 2024-08-02T17:21:03.023Z | [ host-image] Aug 02 17:21:01.785 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9489 | 2024-08-02T17:21:03.104Z | [ host-image] Aug 02 17:21:01.869 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9490 | 2024-08-02T17:21:03.112Z | [ host-image] Aug 02 17:21:01.871 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9491 | 2024-08-02T17:21:03.181Z | [ host-image] Aug 02 17:21:01.946 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9492 | 2024-08-02T17:21:05.346Z | [ host-image] Aug 02 17:21:04.111 INFO E| Finished `release` profile [optimized] target(s) in 2.21s |
9493 | 2024-08-02T17:21:05.357Z | [ host-image] Aug 02 17:21:04.122 INFO building host image... |
9494 | 2024-08-02T17:21:05.360Z | [ host-image] Aug 02 17:21:04.123 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") |
9495 | 2024-08-02T17:21:05.807Z | [ host-image] Aug 02 17:21:04.573 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9496 | 2024-08-02T17:21:46.278Z | [ host-image] Aug 02 17:21:45.042 INFO image complete! materials are in "/work/os-host" |
9497 | 2024-08-02T17:21:46.281Z | [ host-image] |
9498 | 2024-08-02T17:21:46.281Z | [ host-image] real 8:27.418805490 |
9499 | 2024-08-02T17:21:46.281Z | [ host-image] user 3:45.143009883 |
9500 | 2024-08-02T17:21:46.281Z | [ host-image] sys 47.258300899 |
9501 | 2024-08-02T17:21:46.281Z | [ host-image] trap 0.142012534 |
9502 | 2024-08-02T17:21:46.281Z | [ host-image] tflt 0.014912338 |
9503 | 2024-08-02T17:21:46.281Z | [ host-image] dflt 0.042505242 |
9504 | 2024-08-02T17:21:46.281Z | [ host-image] kflt 0.000000000 |
9505 | 2024-08-02T17:21:46.284Z | [ host-image] lock 30.709665822 |
9506 | 2024-08-02T17:21:46.284Z | [ host-image] slp 46:59.055091346 |
9507 | 2024-08-02T17:21:46.284Z | [ host-image] lat 57.211552442 |
9508 | 2024-08-02T17:21:46.284Z | [ host-image] stop 0.737157546 |
9509 | 2024-08-02T17:21:46.284Z | Aug 02 17:21:45.046 INFO [host-image] process exited with exit status: 0 (507.431976901s) |
9510 | 2024-08-02T17:21:46.284Z | Aug 02 17:21:45.046 INFO [tuf-repo] running task |
9511 | 2024-08-02T17:21:53.513Z | Aug 02 17:21:52.277 INFO assembling repository in `/tmp/tufaceous08nvlY`, component: OmicronRepoAssembler |
9512 | 2024-08-02T17:21:58.098Z | Aug 02 17:21:56.862 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9513 | 2024-08-02T17:21:58.302Z | Aug 02 17:21:57.065 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9514 | 2024-08-02T17:22:09.534Z | Aug 02 17:22:08.298 INFO [tuf-repo] task succeeded (23.251883255s) |
9515 | 2024-08-02T17:22:09.534Z | Aug 02 17:22:08.298 INFO all jobs completed in 1772.319380166s |
9516 | 2024-08-02T17:22:10.058Z | process exited: duration 2367953 ms, exit code 0 |
|
9517 | 2024-08-02T17:22:10.069Z | found 33 output files |
9518 | 2024-08-02T17:22:10.069Z | uploading: /work/manifest.toml (8404 bytes) |
9519 | 2024-08-02T17:22:11.081Z | uploaded: /work/manifest.toml |
9520 | 2024-08-02T17:22:11.081Z | uploading: /work/repo.zip (1761818844 bytes) |
9521 | 2024-08-02T17:22:45.227Z | uploaded: /work/repo.zip |
9522 | 2024-08-02T17:22:45.227Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9523 | 2024-08-02T17:22:46.248Z | uploaded: /work/repo.zip.sha256.txt |
9524 | 2024-08-02T17:22:46.248Z | uploading: /work/helios-setup.log (54218 bytes) |
9525 | 2024-08-02T17:22:47.261Z | uploaded: /work/helios-setup.log |
9526 | 2024-08-02T17:22:47.261Z | uploading: /work/host-image.log (195683 bytes) |
9527 | 2024-08-02T17:22:48.283Z | uploaded: /work/host-image.log |
9528 | 2024-08-02T17:22:48.283Z | uploading: /work/host-package.log (17567 bytes) |
9529 | 2024-08-02T17:22:49.293Z | uploaded: /work/host-package.log |
9530 | 2024-08-02T17:22:49.293Z | uploading: /work/host-target.log (101 bytes) |
9531 | 2024-08-02T17:22:50.302Z | uploaded: /work/host-target.log |
9532 | 2024-08-02T17:22:50.302Z | uploading: /work/omicron-package.log (4491 bytes) |
9533 | 2024-08-02T17:22:51.311Z | uploaded: /work/omicron-package.log |
9534 | 2024-08-02T17:22:51.311Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9535 | 2024-08-02T17:22:52.320Z | uploaded: /work/phbl-toolchain.log |
9536 | 2024-08-02T17:22:52.320Z | uploading: /work/recovery-image.log (592773 bytes) |
9537 | 2024-08-02T17:22:53.354Z | uploaded: /work/recovery-image.log |
9538 | 2024-08-02T17:22:53.354Z | uploading: /work/recovery-package.log (282 bytes) |
9539 | 2024-08-02T17:22:54.363Z | uploaded: /work/recovery-package.log |
9540 | 2024-08-02T17:22:54.363Z | uploading: /work/recovery-target.log (98 bytes) |
9541 | 2024-08-02T17:22:55.372Z | uploaded: /work/recovery-target.log |
9542 | 2024-08-02T17:22:55.372Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9543 | 2024-08-02T17:22:56.381Z | uploaded: /work/stamp-clickhouse.log |
9544 | 2024-08-02T17:22:56.381Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9545 | 2024-08-02T17:22:57.389Z | uploaded: /work/stamp-clickhouse_keeper.log |
9546 | 2024-08-02T17:22:57.390Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9547 | 2024-08-02T17:22:58.398Z | uploaded: /work/stamp-cockroachdb.log |
9548 | 2024-08-02T17:22:58.398Z | uploading: /work/stamp-crucible-dtrace.log (71 bytes) |
9549 | 2024-08-02T17:22:59.407Z | uploaded: /work/stamp-crucible-dtrace.log |
9550 | 2024-08-02T17:22:59.407Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9551 | 2024-08-02T17:23:00.416Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9552 | 2024-08-02T17:23:00.416Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9553 | 2024-08-02T17:23:01.425Z | uploaded: /work/stamp-crucible-zone.log |
9554 | 2024-08-02T17:23:01.425Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9555 | 2024-08-02T17:23:02.434Z | uploaded: /work/stamp-external-dns.log |
9556 | 2024-08-02T17:23:02.434Z | uploading: /work/stamp-installinator.log (103 bytes) |
9557 | 2024-08-02T17:23:03.443Z | uploaded: /work/stamp-installinator.log |
9558 | 2024-08-02T17:23:03.443Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9559 | 2024-08-02T17:23:04.451Z | uploaded: /work/stamp-internal-dns.log |
9560 | 2024-08-02T17:23:04.451Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9561 | 2024-08-02T17:23:05.460Z | uploaded: /work/stamp-mg-ddm-gz.log |
9562 | 2024-08-02T17:23:05.460Z | uploading: /work/stamp-nexus.log (112 bytes) |
9563 | 2024-08-02T17:23:06.469Z | uploaded: /work/stamp-nexus.log |
9564 | 2024-08-02T17:23:06.469Z | uploading: /work/stamp-ntp.log (110 bytes) |
9565 | 2024-08-02T17:23:07.478Z | uploaded: /work/stamp-ntp.log |
9566 | 2024-08-02T17:23:07.478Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9567 | 2024-08-02T17:23:08.488Z | uploaded: /work/stamp-omicron-sled-agent.log |
9568 | 2024-08-02T17:23:08.488Z | uploading: /work/stamp-overlay.log (114 bytes) |
9569 | 2024-08-02T17:23:09.498Z | uploaded: /work/stamp-overlay.log |
9570 | 2024-08-02T17:23:09.499Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9571 | 2024-08-02T17:23:10.513Z | uploaded: /work/stamp-oximeter.log |
9572 | 2024-08-02T17:23:10.513Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9573 | 2024-08-02T17:23:11.522Z | uploaded: /work/stamp-oxlog.log |
9574 | 2024-08-02T17:23:11.522Z | uploading: /work/stamp-probe.log (112 bytes) |
9575 | 2024-08-02T17:23:12.530Z | uploaded: /work/stamp-probe.log |
9576 | 2024-08-02T17:23:12.530Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9577 | 2024-08-02T17:23:13.539Z | uploaded: /work/stamp-propolis-server.log |
9578 | 2024-08-02T17:23:13.539Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9579 | 2024-08-02T17:23:14.548Z | uploaded: /work/stamp-pumpkind-gz.log |
9580 | 2024-08-02T17:23:14.548Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9581 | 2024-08-02T17:23:15.556Z | uploaded: /work/stamp-switch-asic.log |
9582 | 2024-08-02T17:23:15.556Z | uploading: /work/verify-libraries.log (1581 bytes) |
9583 | 2024-08-02T17:23:16.564Z | uploaded: /work/verify-libraries.log |