|
|
|
1 | 2024-08-16T03:34:04.578Z | job assigned to worker 01J5CKYD3167JDWW907MK34B6P (queued for 12 m 34 s) |
|
2 | 2024-08-16T03:34:12.475Z | starting task 0: "setup" |
3 | 2024-08-16T03:34:12.487Z | ++ uname -s |
4 | 2024-08-16T03:34:12.490Z | + kern=SunOS |
5 | 2024-08-16T03:34:12.490Z | + case "$kern" in |
6 | 2024-08-16T03:34:12.490Z | + groupadd -g 12345 build |
7 | 2024-08-16T03:34:12.492Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T03:34:14.502Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T03:34:14.579Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T03:34:14.581Z | + home_fs=zfs |
11 | 2024-08-16T03:34:14.581Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T03:34:14.581Z | + mkdir -p /home/build |
13 | 2024-08-16T03:34:14.584Z | + chown build:build /home/build /work |
14 | 2024-08-16T03:34:16.585Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T03:34:16.588Z | process exited: duration 4113 ms, exit code 0 |
|
16 | 2024-08-16T03:34:16.593Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T03:34:16.599Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T03:34:16.599Z | ' 1.80.1 |
19 | 2024-08-16T03:34:16.599Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-16T03:34:16.599Z | ' default |
21 | 2024-08-16T03:34:16.599Z | * toolchain channel = "1.80.1" |
22 | 2024-08-16T03:34:16.599Z | * toolchain profile = "default" |
23 | 2024-08-16T03:34:16.602Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T03:34:16.602Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T03:34:16.720Z | info: downloading installer |
26 | 2024-08-16T03:34:18.052Z | info: profile set to 'default' |
27 | 2024-08-16T03:34:18.053Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T03:34:18.055Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T03:34:18.219Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T03:34:18.219Z | info: downloading component 'cargo' |
31 | 2024-08-16T03:34:19.152Z | info: downloading component 'clippy' |
32 | 2024-08-16T03:34:19.487Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T03:34:20.790Z | info: downloading component 'rust-std' |
34 | 2024-08-16T03:34:22.678Z | info: downloading component 'rustc' |
35 | 2024-08-16T03:34:27.789Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T03:34:28.067Z | info: installing component 'cargo' |
37 | 2024-08-16T03:34:28.900Z | info: installing component 'clippy' |
38 | 2024-08-16T03:34:29.313Z | info: installing component 'rust-docs' |
39 | 2024-08-16T03:34:30.948Z | info: installing component 'rust-std' |
40 | 2024-08-16T03:34:32.601Z | info: installing component 'rustc' |
41 | 2024-08-16T03:34:36.707Z | info: installing component 'rustfmt' |
42 | 2024-08-16T03:34:37.036Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T03:34:37.036Z | |
44 | 2024-08-16T03:34:37.288Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T03:34:37.289Z | |
46 | 2024-08-16T03:34:37.291Z | |
47 | 2024-08-16T03:34:37.291Z | Rust is installed now. Great! |
48 | 2024-08-16T03:34:37.291Z | |
49 | 2024-08-16T03:34:37.291Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T03:34:37.291Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T03:34:37.291Z | |
52 | 2024-08-16T03:34:37.291Z | To configure your current shell, you need to source |
53 | 2024-08-16T03:34:37.291Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T03:34:37.291Z | |
55 | 2024-08-16T03:34:37.291Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T03:34:37.292Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T03:34:37.292Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T03:34:37.339Z | + rustc --version |
59 | 2024-08-16T03:34:37.402Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T03:34:37.405Z | process exited: duration 20813 ms, exit code 0 |
|
61 | 2024-08-16T03:34:37.413Z | starting task 2: "authentication" |
62 | 2024-08-16T03:34:37.434Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-16T03:34:37.442Z | starting task 3: "clone repository" |
64 | 2024-08-16T03:34:37.445Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T03:34:37.448Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T03:34:37.495Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T03:34:43.295Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T03:34:43.295Z | + git fetch origin f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
69 | 2024-08-16T03:34:43.566Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T03:34:43.566Z | * branch f6a6b398a6c4f2b807aa11ef8d15157c11490621 -> FETCH_HEAD |
71 | 2024-08-16T03:34:43.575Z | + [[ -n renovate/tokio-1.x ]] |
72 | 2024-08-16T03:34:43.578Z | ++ git branch --show-current |
73 | 2024-08-16T03:34:43.578Z | + current=main |
74 | 2024-08-16T03:34:43.578Z | + [[ main != renovate/tokio-1.x ]] |
75 | 2024-08-16T03:34:43.578Z | + git branch -f renovate/tokio-1.x f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
76 | 2024-08-16T03:34:43.582Z | + git checkout -f renovate/tokio-1.x |
77 | 2024-08-16T03:34:43.622Z | Switched to branch 'renovate/tokio-1.x' |
78 | 2024-08-16T03:34:43.624Z | + git reset --hard f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
79 | 2024-08-16T03:34:43.663Z | HEAD is now at f6a6b398a Update Rust crate tokio to 1.39.2 |
80 | 2024-08-16T03:34:43.668Z | process exited: duration 6224 ms, exit code 0 |
|
81 | 2024-08-16T03:34:43.677Z | starting task 4: "build" |
82 | 2024-08-16T03:34:43.682Z | + cargo --version |
83 | 2024-08-16T03:34:43.739Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T03:34:43.756Z | + rustc --version |
85 | 2024-08-16T03:34:43.795Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T03:34:43.802Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-16T03:34:48.880Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-16T03:34:51.001Z | Startup: Caching catalogs ... Done |
89 | 2024-08-16T03:34:52.872Z | Planning: Solver setup ... Done (1.226s) |
90 | 2024-08-16T03:34:52.892Z | Planning: Running solver ... Done (0.021s) |
91 | 2024-08-16T03:34:52.934Z | Planning: Finding local manifests ... Done (0.005s) |
92 | 2024-08-16T03:34:52.960Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-16T03:34:53.861Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-16T03:34:54.010Z | Planning: Package planning ... Done (0.148s) |
95 | 2024-08-16T03:34:54.060Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-16T03:34:54.371Z | Planning: Checking for conflicting actions ... Done (0.312s) |
97 | 2024-08-16T03:34:54.382Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-16T03:34:55.403Z | Planning: Evaluating mediators ... Done (1.019s) |
99 | 2024-08-16T03:34:55.414Z | Planning: Planning completed in 4.34 seconds |
100 | 2024-08-16T03:34:55.429Z | Packages to install: 4 |
101 | 2024-08-16T03:34:55.429Z | Mediators to change: 2 |
102 | 2024-08-16T03:34:55.433Z | Services to change: 1 |
103 | 2024-08-16T03:34:55.433Z | Estimated space available: 155.72 GB |
104 | 2024-08-16T03:34:55.433Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-16T03:34:55.433Z | Create boot environment: No |
106 | 2024-08-16T03:34:55.433Z | Create backup boot environment: No |
107 | 2024-08-16T03:34:55.433Z | Rebuild boot archive: No |
108 | 2024-08-16T03:34:55.433Z | |
109 | 2024-08-16T03:34:55.433Z | Changed mediators: |
110 | 2024-08-16T03:34:55.433Z | mediator clang: |
111 | 2024-08-16T03:34:55.433Z | version: None -> 15 (system default) |
112 | 2024-08-16T03:34:55.434Z | |
113 | 2024-08-16T03:34:55.434Z | mediator llvm: |
114 | 2024-08-16T03:34:55.434Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-16T03:34:55.434Z | |
116 | 2024-08-16T03:34:55.434Z | Changed packages: |
117 | 2024-08-16T03:34:55.434Z | helios-dev |
118 | 2024-08-16T03:34:55.434Z | developer/build-essential |
119 | 2024-08-16T03:34:55.434Z | None -> 11-2.0 |
120 | 2024-08-16T03:34:55.434Z | library/libxmlsec1 |
121 | 2024-08-16T03:34:55.434Z | None -> 1.2.35-2.0 |
122 | 2024-08-16T03:34:55.434Z | ooce/developer/clang-15 |
123 | 2024-08-16T03:34:55.434Z | None -> 15.0.7-2.0 |
124 | 2024-08-16T03:34:55.434Z | ooce/developer/llvm-15 |
125 | 2024-08-16T03:34:55.434Z | None -> 15.0.7-2.0 |
126 | 2024-08-16T03:34:55.434Z | |
127 | 2024-08-16T03:34:55.434Z | Services: |
128 | 2024-08-16T03:34:55.434Z | restart_fmri: |
129 | 2024-08-16T03:34:55.434Z | svc:/system/update-man-index:default |
130 | 2024-08-16T03:34:55.477Z | |
131 | 2024-08-16T03:34:55.477Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-16T03:35:01.705Z | Download: 213/3290 items 1.3/212.6MB 0% complete (380k/s) |
133 | 2024-08-16T03:35:06.707Z | Download: 928/3290 items 18.9/212.6MB 8% complete (1.9M/s) |
134 | 2024-08-16T03:35:13.482Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.6M/s) |
135 | 2024-08-16T03:35:18.600Z | Download: 2075/3290 items 118.7/212.6MB 55% complete (5.7M/s) |
136 | 2024-08-16T03:35:23.487Z | Download: 3167/3290 items 144.0/212.6MB 67% complete (6.0M/s) |
137 | 2024-08-16T03:35:25.893Z | Download: Completed 212.60 MB in 30.42 seconds (7.0M/s) |
138 | 2024-08-16T03:35:26.220Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-08-16T03:35:30.883Z | Actions: Completed 3689 actions in 4.66 seconds. |
140 | 2024-08-16T03:35:31.157Z | Done (0.269s) |
141 | 2024-08-16T03:35:31.157Z | Done (0.000s) |
142 | 2024-08-16T03:35:31.529Z | Done (0.372s) |
143 | 2024-08-16T03:35:36.142Z | Done (4.438s) |
144 | 2024-08-16T03:35:36.234Z | Done (0.021s) |
145 | 2024-08-16T03:35:36.236Z | Done (0.000s) |
146 | 2024-08-16T03:35:36.388Z | Done (0.000s) |
147 | 2024-08-16T03:35:36.990Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-08-16T03:35:37.153Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-08-16T03:35:37.157Z | Planning: Consolidating action changes ... Done |
150 | 2024-08-16T03:35:37.422Z | Planning: Evaluating mediators ... Done |
151 | 2024-08-16T03:35:37.424Z | Planning: Planning completed in 0.43 seconds |
152 | 2024-08-16T03:35:37.455Z | Mediators to change: 2 |
153 | 2024-08-16T03:35:37.455Z | Create boot environment: No |
154 | 2024-08-16T03:35:37.457Z | Create backup boot environment: No |
155 | 2024-08-16T03:35:37.535Z | Done |
156 | 2024-08-16T03:35:37.535Z | Done |
157 | 2024-08-16T03:35:37.765Z | Done |
158 | 2024-08-16T03:35:41.208Z | Done |
159 | 2024-08-16T03:35:41.294Z | Done |
160 | 2024-08-16T03:35:41.296Z | Done |
161 | 2024-08-16T03:35:41.418Z | Done |
162 | 2024-08-16T03:35:42.028Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-08-16T03:35:42.031Z | Planning: Merging actions ... Done |
164 | 2024-08-16T03:35:42.218Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-08-16T03:35:42.221Z | Planning: Consolidating action changes ... Done |
166 | 2024-08-16T03:35:42.483Z | Planning: Evaluating mediators ... Done |
167 | 2024-08-16T03:35:42.541Z | Planning: Planning completed in 0.75 seconds |
168 | 2024-08-16T03:35:42.577Z | Packages to change: 1 |
169 | 2024-08-16T03:35:42.577Z | Mediators to change: 1 |
170 | 2024-08-16T03:35:42.580Z | Services to change: 1 |
171 | 2024-08-16T03:35:42.580Z | Create boot environment: No |
172 | 2024-08-16T03:35:42.580Z | Create backup boot environment: Yes |
173 | 2024-08-16T03:35:44.693Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-08-16T03:35:44.696Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2024-08-16T03:35:44.696Z | Done |
176 | 2024-08-16T03:35:44.696Z | Done |
177 | 2024-08-16T03:35:44.772Z | Done |
178 | 2024-08-16T03:35:48.400Z | Done |
179 | 2024-08-16T03:35:48.487Z | Done |
180 | 2024-08-16T03:35:48.489Z | Done |
181 | 2024-08-16T03:35:48.652Z | Done |
182 | 2024-08-16T03:35:49.086Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-08-16T03:35:49.086Z | clang system 15 system |
184 | 2024-08-16T03:35:49.086Z | csh system system illumos |
185 | 2024-08-16T03:35:49.087Z | ctags system system illumos |
186 | 2024-08-16T03:35:49.087Z | gcc vendor 12 vendor |
187 | 2024-08-16T03:35:49.087Z | gcc system 10 system |
188 | 2024-08-16T03:35:49.087Z | gcc system 7 system |
189 | 2024-08-16T03:35:49.087Z | go system 1.20 system |
190 | 2024-08-16T03:35:49.087Z | go system 1.19 system |
191 | 2024-08-16T03:35:49.087Z | llvm system 15 system |
192 | 2024-08-16T03:35:49.087Z | llvm system 14 system |
193 | 2024-08-16T03:35:49.087Z | mariadb system 10.6 system |
194 | 2024-08-16T03:35:49.087Z | mta vendor vendor dma |
195 | 2024-08-16T03:35:49.087Z | openjdk system 17 system |
196 | 2024-08-16T03:35:49.087Z | openjdk system 11 system |
197 | 2024-08-16T03:35:49.087Z | openjdk system 1.8 system |
198 | 2024-08-16T03:35:49.087Z | openssl vendor 3 vendor |
199 | 2024-08-16T03:35:49.087Z | perl system 5.36 system |
200 | 2024-08-16T03:35:49.087Z | postgresql system 15 system |
201 | 2024-08-16T03:35:49.087Z | postgresql system 13 system |
202 | 2024-08-16T03:35:49.087Z | python vendor 3 vendor |
203 | 2024-08-16T03:35:49.087Z | python system 2 system |
204 | 2024-08-16T03:35:49.087Z | python3 system 3.11 system |
205 | 2024-08-16T03:35:49.087Z | ruby system 3.0 system |
206 | 2024-08-16T03:35:49.087Z | words vendor vendor american-english |
207 | 2024-08-16T03:35:49.087Z | words system system australian-english |
208 | 2024-08-16T03:35:49.087Z | words system system british-english |
209 | 2024-08-16T03:35:49.087Z | words system system canadian-english |
210 | 2024-08-16T03:35:49.087Z | words system system french |
211 | 2024-08-16T03:35:49.087Z | words system system italian |
212 | 2024-08-16T03:35:49.087Z | words system system ngerman |
213 | 2024-08-16T03:35:49.087Z | words system system ogerman |
214 | 2024-08-16T03:35:49.087Z | words system system spanish |
215 | 2024-08-16T03:35:49.420Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-08-16T03:35:49.420Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-08-16T03:35:51.188Z | FMRI IFO |
218 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-08-16T03:35:51.188Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-08-16T03:35:51.189Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-08-16T03:35:51.189Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-08-16T03:35:51.189Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-08-16T03:35:51.778Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-08-16T03:35:52.004Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-08-16T03:35:52.281Z | Updating crates.io index |
233 | 2024-08-16T03:35:52.284Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-08-16T03:35:53.052Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-08-16T03:35:53.757Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-08-16T03:35:53.992Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-08-16T03:35:55.430Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-08-16T03:35:55.619Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-08-16T03:35:55.843Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-08-16T03:35:56.992Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-08-16T03:35:58.781Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-08-16T03:35:59.733Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-08-16T03:36:00.420Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
244 | 2024-08-16T03:36:00.644Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-08-16T03:36:01.174Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-08-16T03:36:01.437Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-08-16T03:36:01.762Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-08-16T03:36:02.045Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-08-16T03:36:02.356Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-08-16T03:36:02.591Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-08-16T03:36:02.831Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-08-16T03:36:03.118Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-08-16T03:36:03.429Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-08-16T03:36:03.756Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-08-16T03:36:03.995Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-08-16T03:36:04.412Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-08-16T03:36:04.748Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-08-16T03:36:05.142Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-08-16T03:36:07.247Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-08-16T03:36:07.508Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-08-16T03:36:07.792Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-08-16T03:36:08.170Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-08-16T03:36:09.207Z | Downloading crates ... |
264 | 2024-08-16T03:36:09.388Z | Downloaded heck v0.4.1 |
265 | 2024-08-16T03:36:09.391Z | Downloaded digest v0.10.7 |
266 | 2024-08-16T03:36:09.394Z | Downloaded clap_lex v0.7.0 |
267 | 2024-08-16T03:36:09.397Z | Downloaded anstyle v1.0.8 |
268 | 2024-08-16T03:36:09.397Z | Downloaded cargo_metadata v0.18.1 |
269 | 2024-08-16T03:36:09.400Z | Downloaded dtrace-parser v0.2.0 |
270 | 2024-08-16T03:36:09.405Z | Downloaded usdt-attr-macro v0.5.0 |
271 | 2024-08-16T03:36:09.410Z | Downloaded usdt-macro v0.5.0 |
272 | 2024-08-16T03:36:09.420Z | Downloaded itoa v1.0.11 |
273 | 2024-08-16T03:36:09.420Z | Downloaded swrite v0.1.0 |
274 | 2024-08-16T03:36:09.424Z | Downloaded serde_spanned v0.6.7 |
275 | 2024-08-16T03:36:09.424Z | Downloaded macaddr v1.0.1 |
276 | 2024-08-16T03:36:09.424Z | Downloaded fs-err v2.11.0 |
277 | 2024-08-16T03:36:09.428Z | Downloaded cpufeatures v0.2.12 |
278 | 2024-08-16T03:36:09.428Z | Downloaded cfg-if v1.0.0 |
279 | 2024-08-16T03:36:09.432Z | Downloaded version_check v0.9.5 |
280 | 2024-08-16T03:36:09.432Z | Downloaded memmap v0.7.0 |
281 | 2024-08-16T03:36:09.432Z | Downloaded bytecount v0.6.8 |
282 | 2024-08-16T03:36:09.436Z | Downloaded toml_datetime v0.6.8 |
283 | 2024-08-16T03:36:09.438Z | Downloaded thread-id v4.2.1 |
284 | 2024-08-16T03:36:09.439Z | Downloaded anstyle-query v1.0.3 |
285 | 2024-08-16T03:36:09.439Z | Downloaded usdt v0.5.0 |
286 | 2024-08-16T03:36:09.439Z | Downloaded proc-macro-error v1.0.4 |
287 | 2024-08-16T03:36:09.441Z | Downloaded thiserror v1.0.63 |
288 | 2024-08-16T03:36:09.447Z | Downloaded tabled_derive v0.7.0 |
289 | 2024-08-16T03:36:09.450Z | Downloaded zerocopy-derive v0.7.34 |
290 | 2024-08-16T03:36:09.454Z | Downloaded bitflags v2.6.0 |
291 | 2024-08-16T03:36:09.457Z | Downloaded semver v1.0.23 |
292 | 2024-08-16T03:36:09.459Z | Downloaded unicode-ident v1.0.12 |
293 | 2024-08-16T03:36:09.462Z | Downloaded typenum v1.17.0 |
294 | 2024-08-16T03:36:09.467Z | Downloaded serde_derive v1.0.207 |
295 | 2024-08-16T03:36:09.471Z | Downloaded pest_meta v2.7.10 |
296 | 2024-08-16T03:36:09.471Z | Downloaded proc-macro2 v1.0.86 |
297 | 2024-08-16T03:36:09.474Z | Downloaded equivalent v1.0.1 |
298 | 2024-08-16T03:36:09.474Z | Downloaded pest_derive v2.7.10 |
299 | 2024-08-16T03:36:09.478Z | Downloaded sha2 v0.10.8 |
300 | 2024-08-16T03:36:09.478Z | Downloaded papergrid v0.11.0 |
301 | 2024-08-16T03:36:09.482Z | Downloaded scroll_derive v0.12.0 |
302 | 2024-08-16T03:36:09.484Z | Downloaded is_terminal_polyfill v1.70.0 |
303 | 2024-08-16T03:36:09.484Z | Downloaded indexmap v2.4.0 |
304 | 2024-08-16T03:36:09.488Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-08-16T03:36:09.490Z | Downloaded fnv v1.0.7 |
306 | 2024-08-16T03:36:09.490Z | Downloaded dof v0.3.0 |
307 | 2024-08-16T03:36:09.492Z | Downloaded byteorder v1.5.0 |
308 | 2024-08-16T03:36:09.495Z | Downloaded block-buffer v0.10.4 |
309 | 2024-08-16T03:36:09.495Z | Downloaded crypto-common v0.1.6 |
310 | 2024-08-16T03:36:09.498Z | Downloaded autocfg v1.3.0 |
311 | 2024-08-16T03:36:09.498Z | Downloaded errno v0.3.9 |
312 | 2024-08-16T03:36:09.498Z | Downloaded scroll v0.12.0 |
313 | 2024-08-16T03:36:09.501Z | Downloaded camino v1.1.7 |
314 | 2024-08-16T03:36:09.504Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-08-16T03:36:09.504Z | Downloaded heck v0.5.0 |
316 | 2024-08-16T03:36:09.504Z | Downloaded generic-array v0.14.7 |
317 | 2024-08-16T03:36:09.507Z | Downloaded colorchoice v1.0.1 |
318 | 2024-08-16T03:36:09.509Z | Downloaded clap_derive v4.5.13 |
319 | 2024-08-16T03:36:09.514Z | Downloaded thiserror-impl v1.0.63 |
320 | 2024-08-16T03:36:09.517Z | Downloaded cargo_toml v0.20.4 |
321 | 2024-08-16T03:36:09.517Z | Downloaded anstyle-parse v0.2.4 |
322 | 2024-08-16T03:36:09.520Z | Downloaded pest_generator v2.7.10 |
323 | 2024-08-16T03:36:09.520Z | Downloaded clap v4.5.15 |
324 | 2024-08-16T03:36:09.529Z | Downloaded utf8parse v0.2.1 |
325 | 2024-08-16T03:36:09.531Z | Downloaded terminal_size v0.3.0 |
326 | 2024-08-16T03:36:09.531Z | Downloaded strsim v0.11.1 |
327 | 2024-08-16T03:36:09.533Z | Downloaded serde_tokenstream v0.2.2 |
328 | 2024-08-16T03:36:09.535Z | Downloaded anyhow v1.0.86 |
329 | 2024-08-16T03:36:09.537Z | Downloaded anstream v0.6.14 |
330 | 2024-08-16T03:36:09.540Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-08-16T03:36:09.543Z | Downloaded plain v0.2.3 |
332 | 2024-08-16T03:36:09.543Z | Downloaded once_cell v1.19.0 |
333 | 2024-08-16T03:36:09.546Z | Downloaded quote v1.0.36 |
334 | 2024-08-16T03:36:09.548Z | Downloaded usdt-impl v0.5.0 |
335 | 2024-08-16T03:36:09.548Z | Downloaded ryu v1.0.18 |
336 | 2024-08-16T03:36:09.551Z | Downloaded log v0.4.21 |
337 | 2024-08-16T03:36:09.560Z | Downloaded toml v0.8.19 |
338 | 2024-08-16T03:36:09.576Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-08-16T03:36:09.591Z | Downloaded memchr v2.7.2 |
340 | 2024-08-16T03:36:09.597Z | Downloaded goblin v0.8.2 |
341 | 2024-08-16T03:36:09.603Z | Downloaded clap_builder v4.5.15 |
342 | 2024-08-16T03:36:09.610Z | Downloaded serde v1.0.207 |
343 | 2024-08-16T03:36:09.614Z | Downloaded toml_edit v0.22.20 |
344 | 2024-08-16T03:36:09.637Z | Downloaded pest v2.7.10 |
345 | 2024-08-16T03:36:09.641Z | Downloaded hashbrown v0.14.5 |
346 | 2024-08-16T03:36:09.646Z | Downloaded zerocopy v0.7.34 |
347 | 2024-08-16T03:36:09.662Z | Downloaded winnow v0.6.18 |
348 | 2024-08-16T03:36:09.670Z | Downloaded serde_json v1.0.125 |
349 | 2024-08-16T03:36:09.677Z | Downloaded tabled v0.15.0 |
350 | 2024-08-16T03:36:09.693Z | Downloaded syn v2.0.74 |
351 | 2024-08-16T03:36:09.704Z | Downloaded syn v1.0.109 |
352 | 2024-08-16T03:36:09.715Z | Downloaded rustix v0.38.34 |
353 | 2024-08-16T03:36:09.738Z | Downloaded unicode-width v0.1.13 |
354 | 2024-08-16T03:36:09.744Z | Downloaded libc v0.2.155 |
355 | 2024-08-16T03:36:10.042Z | Compiling proc-macro2 v1.0.86 |
356 | 2024-08-16T03:36:10.044Z | Compiling unicode-ident v1.0.12 |
357 | 2024-08-16T03:36:10.044Z | Compiling version_check v0.9.5 |
358 | 2024-08-16T03:36:10.044Z | Compiling serde v1.0.207 |
359 | 2024-08-16T03:36:10.044Z | Compiling memchr v2.7.2 |
360 | 2024-08-16T03:36:10.044Z | Compiling thiserror v1.0.63 |
361 | 2024-08-16T03:36:10.044Z | Compiling libc v0.2.155 |
362 | 2024-08-16T03:36:10.075Z | Compiling ucd-trie v0.1.6 |
363 | 2024-08-16T03:36:10.285Z | Compiling ryu v1.0.18 |
364 | 2024-08-16T03:36:10.645Z | Compiling itoa v1.0.11 |
365 | 2024-08-16T03:36:10.805Z | Compiling once_cell v1.19.0 |
366 | 2024-08-16T03:36:10.857Z | Compiling byteorder v1.5.0 |
367 | 2024-08-16T03:36:10.993Z | Compiling serde_json v1.0.125 |
368 | 2024-08-16T03:36:11.310Z | Compiling proc-macro-error-attr v1.0.4 |
369 | 2024-08-16T03:36:11.354Z | Compiling usdt-impl v0.5.0 |
370 | 2024-08-16T03:36:11.383Z | Compiling syn v1.0.109 |
371 | 2024-08-16T03:36:11.582Z | Compiling rustix v0.38.34 |
372 | 2024-08-16T03:36:11.676Z | Compiling quote v1.0.36 |
373 | 2024-08-16T03:36:11.793Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-08-16T03:36:11.838Z | Compiling bitflags v2.6.0 |
375 | 2024-08-16T03:36:12.077Z | Compiling syn v2.0.74 |
376 | 2024-08-16T03:36:12.100Z | Compiling utf8parse v0.2.1 |
377 | 2024-08-16T03:36:12.268Z | Compiling errno v0.3.9 |
378 | 2024-08-16T03:36:12.292Z | Compiling hashbrown v0.14.5 |
379 | 2024-08-16T03:36:12.357Z | Compiling plain v0.2.3 |
380 | 2024-08-16T03:36:12.403Z | Compiling log v0.4.21 |
381 | 2024-08-16T03:36:12.463Z | Compiling equivalent v1.0.1 |
382 | 2024-08-16T03:36:12.498Z | Compiling thread-id v4.2.1 |
383 | 2024-08-16T03:36:12.567Z | Compiling anstyle-parse v0.2.4 |
384 | 2024-08-16T03:36:12.759Z | Compiling autocfg v1.3.0 |
385 | 2024-08-16T03:36:12.894Z | Compiling is_terminal_polyfill v1.70.0 |
386 | 2024-08-16T03:36:13.030Z | Compiling pretty-hex v0.4.1 |
387 | 2024-08-16T03:36:13.093Z | Compiling anstyle-query v1.0.3 |
388 | 2024-08-16T03:36:13.244Z | Compiling colorchoice v1.0.1 |
389 | 2024-08-16T03:36:13.244Z | Compiling winnow v0.6.18 |
390 | 2024-08-16T03:36:13.427Z | Compiling semver v1.0.23 |
391 | 2024-08-16T03:36:13.576Z | Compiling indexmap v2.4.0 |
392 | 2024-08-16T03:36:13.744Z | Compiling anstyle v1.0.8 |
393 | 2024-08-16T03:36:14.021Z | Compiling camino v1.1.7 |
394 | 2024-08-16T03:36:14.116Z | Compiling anstream v0.6.14 |
395 | 2024-08-16T03:36:14.188Z | Compiling fs-err v2.11.0 |
396 | 2024-08-16T03:36:14.497Z | Compiling terminal_size v0.3.0 |
397 | 2024-08-16T03:36:14.852Z | Compiling heck v0.4.1 |
398 | 2024-08-16T03:36:14.877Z | Compiling heck v0.5.0 |
399 | 2024-08-16T03:36:14.877Z | Compiling clap_lex v0.7.0 |
400 | 2024-08-16T03:36:14.877Z | Compiling fnv v1.0.7 |
401 | 2024-08-16T03:36:15.022Z | Compiling bytecount v0.6.8 |
402 | 2024-08-16T03:36:15.238Z | Compiling strsim v0.11.1 |
403 | 2024-08-16T03:36:15.333Z | Compiling anyhow v1.0.86 |
404 | 2024-08-16T03:36:15.372Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-16T03:36:15.541Z | Compiling clap_builder v4.5.15 |
406 | 2024-08-16T03:36:15.605Z | Compiling papergrid v0.11.0 |
407 | 2024-08-16T03:36:16.095Z | Compiling memmap v0.7.0 |
408 | 2024-08-16T03:36:16.781Z | Compiling swrite v0.1.0 |
409 | 2024-08-16T03:36:18.345Z | Compiling tabled_derive v0.7.0 |
410 | 2024-08-16T03:36:19.938Z | Compiling tabled v0.15.0 |
411 | 2024-08-16T03:36:20.427Z | Compiling serde_derive v1.0.207 |
412 | 2024-08-16T03:36:20.427Z | Compiling thiserror-impl v1.0.63 |
413 | 2024-08-16T03:36:20.430Z | Compiling zerocopy-derive v0.7.34 |
414 | 2024-08-16T03:36:20.430Z | Compiling scroll_derive v0.12.0 |
415 | 2024-08-16T03:36:20.430Z | Compiling clap_derive v4.5.13 |
416 | 2024-08-16T03:36:21.984Z | Compiling scroll v0.12.0 |
417 | 2024-08-16T03:36:22.513Z | Compiling goblin v0.8.2 |
418 | 2024-08-16T03:36:22.629Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-16T03:36:23.453Z | Compiling pest v2.7.10 |
420 | 2024-08-16T03:36:24.299Z | Compiling clap v4.5.15 |
421 | 2024-08-16T03:36:25.763Z | Compiling pest_meta v2.7.10 |
422 | 2024-08-16T03:36:26.656Z | Compiling pest_generator v2.7.10 |
423 | 2024-08-16T03:36:28.627Z | Compiling pest_derive v2.7.10 |
424 | 2024-08-16T03:36:29.328Z | Compiling dtrace-parser v0.2.0 |
425 | 2024-08-16T03:36:30.705Z | Compiling serde_spanned v0.6.7 |
426 | 2024-08-16T03:36:30.705Z | Compiling toml_datetime v0.6.8 |
427 | 2024-08-16T03:36:30.725Z | Compiling cargo-platform v0.1.8 |
428 | 2024-08-16T03:36:31.086Z | Compiling serde_tokenstream v0.2.2 |
429 | 2024-08-16T03:36:31.265Z | Compiling toml_edit v0.22.20 |
430 | 2024-08-16T03:36:31.288Z | Compiling macaddr v1.0.1 |
431 | 2024-08-16T03:36:32.034Z | Compiling dof v0.3.0 |
432 | 2024-08-16T03:36:32.034Z | Compiling cargo_metadata v0.18.1 |
433 | 2024-08-16T03:36:33.989Z | Compiling toml v0.8.19 |
434 | 2024-08-16T03:36:34.114Z | Compiling usdt-macro v0.5.0 |
435 | 2024-08-16T03:36:34.118Z | Compiling usdt-attr-macro v0.5.0 |
436 | 2024-08-16T03:36:34.802Z | Compiling cargo_toml v0.20.4 |
437 | 2024-08-16T03:36:35.451Z | Compiling usdt v0.5.0 |
438 | 2024-08-16T03:36:38.515Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
439 | 2024-08-16T03:36:42.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.75s |
440 | 2024-08-16T03:36:42.543Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
441 | 2024-08-16T03:36:43.086Z | Downloading crates ... |
442 | 2024-08-16T03:36:43.207Z | Downloaded atomicwrites v0.4.3 |
443 | 2024-08-16T03:36:43.214Z | Downloaded adler v1.0.2 |
444 | 2024-08-16T03:36:43.217Z | Downloaded addr2line v0.21.0 |
445 | 2024-08-16T03:36:43.223Z | Downloaded cfg_aliases v0.1.1 |
446 | 2024-08-16T03:36:43.226Z | Downloaded bitstruct_derive v0.1.0 |
447 | 2024-08-16T03:36:43.226Z | Downloaded async-stream-impl v0.3.5 |
448 | 2024-08-16T03:36:43.230Z | Downloaded is-terminal v0.4.12 |
449 | 2024-08-16T03:36:43.236Z | Downloaded defmt v0.3.8 |
450 | 2024-08-16T03:36:43.240Z | Downloaded ident_case v1.0.1 |
451 | 2024-08-16T03:36:43.243Z | Downloaded hubpack_derive v0.1.1 |
452 | 2024-08-16T03:36:43.243Z | Downloaded ascii-canvas v3.0.0 |
453 | 2024-08-16T03:36:43.247Z | Downloaded hyper-tls v0.5.0 |
454 | 2024-08-16T03:36:43.247Z | Downloaded hyper-rustls v0.24.2 |
455 | 2024-08-16T03:36:43.249Z | Downloaded darling_macro v0.20.9 |
456 | 2024-08-16T03:36:43.250Z | Downloaded bitflags v1.3.2 |
457 | 2024-08-16T03:36:43.253Z | Downloaded base16ct v0.2.0 |
458 | 2024-08-16T03:36:43.255Z | Downloaded normalize-line-endings v0.3.0 |
459 | 2024-08-16T03:36:43.258Z | Downloaded crossbeam-deque v0.8.5 |
460 | 2024-08-16T03:36:43.260Z | Downloaded bitfield-struct v0.6.1 |
461 | 2024-08-16T03:36:43.260Z | Downloaded async-recursion v1.1.1 |
462 | 2024-08-16T03:36:43.263Z | Downloaded newtype_derive v0.1.6 |
463 | 2024-08-16T03:36:43.266Z | Downloaded number_prefix v0.4.0 |
464 | 2024-08-16T03:36:43.268Z | Downloaded indoc v1.0.9 |
465 | 2024-08-16T03:36:43.270Z | Downloaded camino-tempfile v1.1.1 |
466 | 2024-08-16T03:36:43.274Z | Downloaded opaque-debug v0.3.1 |
467 | 2024-08-16T03:36:43.274Z | Downloaded impl-trait-for-tuples v0.2.2 |
468 | 2024-08-16T03:36:43.276Z | Downloaded multimap v0.10.0 |
469 | 2024-08-16T03:36:43.278Z | Downloaded curve25519-dalek-derive v0.1.1 |
470 | 2024-08-16T03:36:43.278Z | Downloaded block-padding v0.3.3 |
471 | 2024-08-16T03:36:43.281Z | Downloaded libsw v3.3.1 |
472 | 2024-08-16T03:36:43.283Z | Downloaded newline-converter v0.3.0 |
473 | 2024-08-16T03:36:43.283Z | Downloaded num v0.4.3 |
474 | 2024-08-16T03:36:43.285Z | Downloaded lazy_static v1.5.0 |
475 | 2024-08-16T03:36:43.288Z | Downloaded cassowary v0.3.0 |
476 | 2024-08-16T03:36:43.290Z | Downloaded num-integer v0.1.46 |
477 | 2024-08-16T03:36:43.292Z | Downloaded num_enum_derive v0.5.11 |
478 | 2024-08-16T03:36:43.292Z | Downloaded cookie_store v0.20.0 |
479 | 2024-08-16T03:36:43.296Z | Downloaded base64ct v1.6.0 |
480 | 2024-08-16T03:36:43.298Z | Downloaded signal-hook-tokio v0.3.1 |
481 | 2024-08-16T03:36:43.300Z | Downloaded num_enum v0.5.11 |
482 | 2024-08-16T03:36:43.304Z | Downloaded num-derive v0.4.2 |
483 | 2024-08-16T03:36:43.307Z | Downloaded memmap2 v0.9.4 |
484 | 2024-08-16T03:36:43.309Z | Downloaded num-rational v0.4.2 |
485 | 2024-08-16T03:36:43.311Z | Downloaded csv-core v0.1.11 |
486 | 2024-08-16T03:36:43.313Z | Downloaded bitstruct v0.1.1 |
487 | 2024-08-16T03:36:43.313Z | Downloaded atty v0.2.14 |
488 | 2024-08-16T03:36:43.316Z | Downloaded stable_deref_trait v1.2.0 |
489 | 2024-08-16T03:36:43.318Z | Downloaded secrecy v0.8.0 |
490 | 2024-08-16T03:36:43.318Z | Downloaded assert_matches v1.5.0 |
491 | 2024-08-16T03:36:43.320Z | Downloaded instant v0.1.12 |
492 | 2024-08-16T03:36:43.320Z | Downloaded ciborium v0.2.2 |
493 | 2024-08-16T03:36:43.323Z | Downloaded termtree v0.4.1 |
494 | 2024-08-16T03:36:43.325Z | Downloaded mockall_derive v0.13.0 |
495 | 2024-08-16T03:36:43.327Z | Downloaded mime_guess v2.0.4 |
496 | 2024-08-16T03:36:43.330Z | Downloaded maybe-uninit v2.0.0 |
497 | 2024-08-16T03:36:43.332Z | Downloaded num-complex v0.4.6 |
498 | 2024-08-16T03:36:43.332Z | Downloaded humantime v2.1.0 |
499 | 2024-08-16T03:36:43.334Z | Downloaded cstr-argument v0.1.2 |
500 | 2024-08-16T03:36:43.337Z | Downloaded native-tls v0.2.11 |
501 | 2024-08-16T03:36:43.339Z | Downloaded miniz_oxide v0.7.2 |
502 | 2024-08-16T03:36:43.342Z | Downloaded olpc-cjson v0.1.3 |
503 | 2024-08-16T03:36:43.342Z | Downloaded ipnetwork v0.20.0 |
504 | 2024-08-16T03:36:43.345Z | Downloaded cookie v0.17.0 |
505 | 2024-08-16T03:36:43.347Z | Downloaded inout v0.1.3 |
506 | 2024-08-16T03:36:43.349Z | Downloaded indent_write v2.2.0 |
507 | 2024-08-16T03:36:43.349Z | Downloaded indexmap v1.9.3 |
508 | 2024-08-16T03:36:43.352Z | Downloaded hyper-staticfile v0.9.5 |
509 | 2024-08-16T03:36:43.356Z | Downloaded lock_api v0.4.12 |
510 | 2024-08-16T03:36:43.358Z | Downloaded arrayref v0.3.7 |
511 | 2024-08-16T03:36:43.358Z | Downloaded slog-envlogger v2.2.0 |
512 | 2024-08-16T03:36:43.361Z | Downloaded crucible-workspace-hack v0.1.0 |
513 | 2024-08-16T03:36:43.361Z | Downloaded ciborium-io v0.2.2 |
514 | 2024-08-16T03:36:43.363Z | Downloaded linked-hash-map v0.5.6 |
515 | 2024-08-16T03:36:43.363Z | Downloaded openssl-macros v0.1.1 |
516 | 2024-08-16T03:36:43.365Z | Downloaded new_debug_unreachable v1.0.6 |
517 | 2024-08-16T03:36:43.367Z | Downloaded strum v0.26.3 |
518 | 2024-08-16T03:36:43.367Z | Downloaded num_threads v0.1.7 |
519 | 2024-08-16T03:36:43.370Z | Downloaded blake2 v0.10.6 |
520 | 2024-08-16T03:36:43.372Z | Downloaded match_cfg v0.1.0 |
521 | 2024-08-16T03:36:43.372Z | Downloaded openssl-probe v0.1.5 |
522 | 2024-08-16T03:36:43.375Z | Downloaded display-error-chain v0.2.0 |
523 | 2024-08-16T03:36:43.375Z | Downloaded num-conv v0.1.0 |
524 | 2024-08-16T03:36:43.377Z | Downloaded endian-type v0.1.2 |
525 | 2024-08-16T03:36:43.377Z | Downloaded bb8 v0.8.5 |
526 | 2024-08-16T03:36:43.380Z | Downloaded atomic-waker v1.1.2 |
527 | 2024-08-16T03:36:43.382Z | Downloaded async-stream v0.3.5 |
528 | 2024-08-16T03:36:43.382Z | Downloaded strip-ansi-escapes v0.2.0 |
529 | 2024-08-16T03:36:43.385Z | Downloaded serde_path_to_error v0.1.16 |
530 | 2024-08-16T03:36:43.387Z | Downloaded topological-sort v0.2.2 |
531 | 2024-08-16T03:36:43.387Z | Downloaded cipher v0.4.4 |
532 | 2024-08-16T03:36:43.390Z | Downloaded lalrpop-util v0.19.12 |
533 | 2024-08-16T03:36:43.392Z | Downloaded buf-list v1.0.3 |
534 | 2024-08-16T03:36:43.394Z | Downloaded bit-set v0.5.3 |
535 | 2024-08-16T03:36:43.394Z | Downloaded aead v0.5.2 |
536 | 2024-08-16T03:36:43.397Z | Downloaded zone_cfg_derive v0.1.2 |
537 | 2024-08-16T03:36:43.399Z | Downloaded const-oid v0.9.6 |
538 | 2024-08-16T03:36:43.399Z | Downloaded num-iter v0.1.45 |
539 | 2024-08-16T03:36:43.402Z | Downloaded chacha20 v0.9.1 |
540 | 2024-08-16T03:36:43.405Z | Downloaded crc-catalog v2.4.0 |
541 | 2024-08-16T03:36:43.407Z | Downloaded crc v3.2.1 |
542 | 2024-08-16T03:36:43.409Z | Downloaded oso-derive v0.27.3 |
543 | 2024-08-16T03:36:43.409Z | Downloaded constant_time_eq v0.3.0 |
544 | 2024-08-16T03:36:43.412Z | Downloaded fxhash v0.2.1 |
545 | 2024-08-16T03:36:43.412Z | Downloaded convert_case v0.4.0 |
546 | 2024-08-16T03:36:43.415Z | Downloaded kstat-rs v0.2.4 |
547 | 2024-08-16T03:36:43.415Z | Downloaded crc32fast v1.4.0 |
548 | 2024-08-16T03:36:43.417Z | Downloaded managed v0.8.0 |
549 | 2024-08-16T03:36:43.420Z | Downloaded clang-sys v1.7.0 |
550 | 2024-08-16T03:36:43.422Z | Downloaded castaway v0.2.3 |
551 | 2024-08-16T03:36:43.425Z | Downloaded whoami v1.5.1 |
552 | 2024-08-16T03:36:43.425Z | Downloaded dirs-sys-next v0.1.2 |
553 | 2024-08-16T03:36:43.428Z | Downloaded slog-dtrace v0.3.0 |
554 | 2024-08-16T03:36:43.430Z | Downloaded cobs v0.2.3 |
555 | 2024-08-16T03:36:43.433Z | Downloaded fastrand v2.1.0 |
556 | 2024-08-16T03:36:43.433Z | Downloaded funty v2.0.0 |
557 | 2024-08-16T03:36:43.433Z | Downloaded schemars_derive v0.8.21 |
558 | 2024-08-16T03:36:43.435Z | Downloaded salsa20 v0.10.2 |
559 | 2024-08-16T03:36:43.437Z | Downloaded async-trait v0.1.81 |
560 | 2024-08-16T03:36:43.441Z | Downloaded iana-time-zone v0.1.60 |
561 | 2024-08-16T03:36:43.443Z | Downloaded peg-runtime v0.8.3 |
562 | 2024-08-16T03:36:43.446Z | Downloaded linear-map v1.2.0 |
563 | 2024-08-16T03:36:43.448Z | Downloaded psl-types v2.0.11 |
564 | 2024-08-16T03:36:43.449Z | Downloaded argon2 v0.5.3 |
565 | 2024-08-16T03:36:43.451Z | Downloaded jobserver v0.1.32 |
566 | 2024-08-16T03:36:43.454Z | Downloaded tiny-keccak v2.0.2 |
567 | 2024-08-16T03:36:43.456Z | Downloaded fragile v2.0.0 |
568 | 2024-08-16T03:36:43.458Z | Downloaded bitfield v0.14.0 |
569 | 2024-08-16T03:36:43.460Z | Downloaded supports-color v3.0.0 |
570 | 2024-08-16T03:36:43.463Z | Downloaded subtle v2.5.0 |
571 | 2024-08-16T03:36:43.463Z | Downloaded bzip2 v0.4.4 |
572 | 2024-08-16T03:36:43.466Z | Downloaded cbc v0.1.2 |
573 | 2024-08-16T03:36:43.469Z | Downloaded structmeta-derive v0.3.0 |
574 | 2024-08-16T03:36:43.469Z | Downloaded cexpr v0.6.0 |
575 | 2024-08-16T03:36:43.471Z | Downloaded take_mut v0.2.2 |
576 | 2024-08-16T03:36:43.473Z | Downloaded foreign-types v0.5.0 |
577 | 2024-08-16T03:36:43.476Z | Downloaded rand_seeder v0.3.0 |
578 | 2024-08-16T03:36:43.476Z | Downloaded predicates-tree v1.0.9 |
579 | 2024-08-16T03:36:43.478Z | Downloaded console v0.15.8 |
580 | 2024-08-16T03:36:43.480Z | Downloaded pem v3.0.4 |
581 | 2024-08-16T03:36:43.482Z | Downloaded nu-ansi-term v0.50.0 |
582 | 2024-08-16T03:36:43.485Z | Downloaded mockall v0.13.0 |
583 | 2024-08-16T03:36:43.489Z | Downloaded try-lock v0.2.5 |
584 | 2024-08-16T03:36:43.491Z | Downloaded tinyvec_macros v0.1.1 |
585 | 2024-08-16T03:36:43.491Z | Downloaded downcast v0.11.0 |
586 | 2024-08-16T03:36:43.491Z | Downloaded bytes v1.7.1 |
587 | 2024-08-16T03:36:43.495Z | Downloaded crossbeam-utils v0.8.19 |
588 | 2024-08-16T03:36:43.499Z | Downloaded hash32 v0.3.1 |
589 | 2024-08-16T03:36:43.501Z | Downloaded rustc-hash v1.1.0 |
590 | 2024-08-16T03:36:43.503Z | Downloaded spin v0.9.8 |
591 | 2024-08-16T03:36:43.507Z | Downloaded siphasher v0.3.11 |
592 | 2024-08-16T03:36:43.510Z | Downloaded foreign-types v0.3.2 |
593 | 2024-08-16T03:36:43.510Z | Downloaded spin v0.5.2 |
594 | 2024-08-16T03:36:43.513Z | Downloaded slog-bunyan v2.5.0 |
595 | 2024-08-16T03:36:43.513Z | Downloaded phf_shared v0.10.0 |
596 | 2024-08-16T03:36:43.516Z | Downloaded mio v1.0.2 |
597 | 2024-08-16T03:36:43.523Z | Downloaded time-macros v0.2.18 |
598 | 2024-08-16T03:36:43.526Z | Downloaded ref-cast v1.0.23 |
599 | 2024-08-16T03:36:43.530Z | Downloaded powerfmt v0.2.0 |
600 | 2024-08-16T03:36:43.532Z | Downloaded tungstenite v0.21.0 |
601 | 2024-08-16T03:36:43.536Z | Downloaded tui-tree-widget v0.22.0 |
602 | 2024-08-16T03:36:43.538Z | Downloaded zeroize v1.7.0 |
603 | 2024-08-16T03:36:43.541Z | Downloaded rustc-demangle v0.1.24 |
604 | 2024-08-16T03:36:43.544Z | Downloaded pkcs1 v0.7.5 |
605 | 2024-08-16T03:36:43.547Z | Downloaded serde-big-array v0.5.1 |
606 | 2024-08-16T03:36:43.549Z | Downloaded sync_wrapper v0.1.2 |
607 | 2024-08-16T03:36:43.549Z | Downloaded fatfs v0.3.6 |
608 | 2024-08-16T03:36:43.553Z | Downloaded vergen v8.3.2 |
609 | 2024-08-16T03:36:43.557Z | Downloaded toolchain_find v0.4.0 |
610 | 2024-08-16T03:36:43.560Z | Downloaded fixedbitset v0.4.2 |
611 | 2024-08-16T03:36:43.563Z | Downloaded utf-8 v0.7.6 |
612 | 2024-08-16T03:36:43.563Z | Downloaded vte_generate_state_changes v0.1.1 |
613 | 2024-08-16T03:36:43.563Z | Downloaded allocator-api2 v0.2.18 |
614 | 2024-08-16T03:36:43.566Z | Downloaded ahash v0.8.11 |
615 | 2024-08-16T03:36:43.568Z | Downloaded diesel_table_macro_syntax v0.2.0 |
616 | 2024-08-16T03:36:43.571Z | Downloaded embedded-io v0.4.0 |
617 | 2024-08-16T03:36:43.573Z | Downloaded heck v0.3.3 |
618 | 2024-08-16T03:36:43.575Z | Downloaded owo-colors v4.0.0 |
619 | 2024-08-16T03:36:43.577Z | Downloaded phf v0.11.2 |
620 | 2024-08-16T03:36:43.580Z | Downloaded base64 v0.13.1 |
621 | 2024-08-16T03:36:43.582Z | Downloaded glob v0.3.1 |
622 | 2024-08-16T03:36:43.585Z | Downloaded path-slash v0.1.5 |
623 | 2024-08-16T03:36:43.585Z | Downloaded tinyvec v1.6.0 |
624 | 2024-08-16T03:36:43.588Z | Downloaded peg-macros v0.8.4 |
625 | 2024-08-16T03:36:43.590Z | Downloaded quick-error v1.2.3 |
626 | 2024-08-16T03:36:43.593Z | Downloaded serde_with_macros v3.8.3 |
627 | 2024-08-16T03:36:43.596Z | Downloaded enum-as-inner v0.6.0 |
628 | 2024-08-16T03:36:43.598Z | Downloaded signature v2.2.0 |
629 | 2024-08-16T03:36:43.598Z | Downloaded signal-hook-registry v1.4.2 |
630 | 2024-08-16T03:36:43.610Z | Downloaded spki v0.7.3 |
631 | 2024-08-16T03:36:43.613Z | Downloaded proc-macro-crate v1.3.1 |
632 | 2024-08-16T03:36:43.615Z | Downloaded percent-encoding v2.3.1 |
633 | 2024-08-16T03:36:43.615Z | Downloaded packed_struct_codegen v0.10.1 |
634 | 2024-08-16T03:36:43.618Z | Downloaded yasna v0.5.2 |
635 | 2024-08-16T03:36:43.618Z | Downloaded serde-hex v0.1.0 |
636 | 2024-08-16T03:36:43.620Z | Downloaded omicron-zone-package v0.11.0 |
637 | 2024-08-16T03:36:43.623Z | Downloaded tokio-macros v2.4.0 |
638 | 2024-08-16T03:36:43.626Z | Downloaded tokio-native-tls v0.3.1 |
639 | 2024-08-16T03:36:43.628Z | Downloaded darling_core v0.20.9 |
640 | 2024-08-16T03:36:43.631Z | Downloaded signal-hook-mio v0.2.4 |
641 | 2024-08-16T03:36:43.634Z | Downloaded tower-service v0.3.2 |
642 | 2024-08-16T03:36:43.636Z | Downloaded globset v0.4.14 |
643 | 2024-08-16T03:36:43.638Z | Downloaded futures-executor v0.3.30 |
644 | 2024-08-16T03:36:43.639Z | Downloaded slog v2.7.0 |
645 | 2024-08-16T03:36:43.641Z | Downloaded resolv-conf v0.7.0 |
646 | 2024-08-16T03:36:43.643Z | Downloaded static_assertions v1.1.0 |
647 | 2024-08-16T03:36:43.646Z | Downloaded flagset v0.4.5 |
648 | 2024-08-16T03:36:43.648Z | Downloaded fallible-iterator v0.2.0 |
649 | 2024-08-16T03:36:43.648Z | Downloaded phf_shared v0.11.2 |
650 | 2024-08-16T03:36:43.651Z | Downloaded peg v0.8.4 |
651 | 2024-08-16T03:36:43.653Z | Downloaded ena v0.14.3 |
652 | 2024-08-16T03:36:43.657Z | Downloaded rustls-pemfile v2.1.3 |
653 | 2024-08-16T03:36:43.660Z | Downloaded oso v0.27.3 |
654 | 2024-08-16T03:36:43.662Z | Downloaded crypto-bigint v0.5.5 |
655 | 2024-08-16T03:36:43.669Z | Downloaded sha1 v0.10.6 |
656 | 2024-08-16T03:36:43.671Z | Downloaded rustls-pki-types v1.7.0 |
657 | 2024-08-16T03:36:43.673Z | Downloaded group v0.13.0 |
658 | 2024-08-16T03:36:43.677Z | Downloaded pem-rfc7468 v0.7.0 |
659 | 2024-08-16T03:36:43.679Z | Downloaded pbkdf2 v0.12.2 |
660 | 2024-08-16T03:36:43.679Z | Downloaded snafu v0.8.2 |
661 | 2024-08-16T03:36:43.686Z | Downloaded foreign-types-shared v0.3.1 |
662 | 2024-08-16T03:36:43.689Z | Downloaded xattr v1.3.1 |
663 | 2024-08-16T03:36:43.689Z | Downloaded float-ord v0.3.2 |
664 | 2024-08-16T03:36:43.691Z | Downloaded fallible-iterator v0.3.0 |
665 | 2024-08-16T03:36:43.691Z | Downloaded universal-hash v0.5.1 |
666 | 2024-08-16T03:36:43.693Z | Downloaded aes v0.8.4 |
667 | 2024-08-16T03:36:43.696Z | Downloaded tap v1.0.1 |
668 | 2024-08-16T03:36:43.699Z | Downloaded headers-core v0.2.0 |
669 | 2024-08-16T03:36:43.699Z | Downloaded unicase v2.7.0 |
670 | 2024-08-16T03:36:43.706Z | Downloaded rand_xorshift v0.3.0 |
671 | 2024-08-16T03:36:43.706Z | Downloaded smallvec v0.6.14 |
672 | 2024-08-16T03:36:43.709Z | Downloaded schemars v0.8.21 |
673 | 2024-08-16T03:36:43.714Z | Downloaded slog-stdlog v4.1.1 |
674 | 2024-08-16T03:36:43.716Z | Downloaded precomputed-hash v0.1.1 |
675 | 2024-08-16T03:36:43.718Z | Downloaded itertools v0.12.1 |
676 | 2024-08-16T03:36:43.724Z | Downloaded hostname v0.4.0 |
677 | 2024-08-16T03:36:43.726Z | Downloaded sqlparser_derive v0.2.2 |
678 | 2024-08-16T03:36:43.729Z | Downloaded rpassword v7.3.1 |
679 | 2024-08-16T03:36:43.729Z | Downloaded getopts v0.2.21 |
680 | 2024-08-16T03:36:43.731Z | Downloaded gethostname v0.5.0 |
681 | 2024-08-16T03:36:43.733Z | Downloaded rustfmt-wrapper v0.2.1 |
682 | 2024-08-16T03:36:43.733Z | Downloaded thiserror-no-std v2.0.2 |
683 | 2024-08-16T03:36:43.737Z | Downloaded openssl-sys v0.9.103 |
684 | 2024-08-16T03:36:43.743Z | Downloaded base64 v0.22.1 |
685 | 2024-08-16T03:36:43.747Z | Downloaded waitgroup v0.1.2 |
686 | 2024-08-16T03:36:43.750Z | Downloaded minimal-lexical v0.2.1 |
687 | 2024-08-16T03:36:43.753Z | Downloaded difflib v0.4.0 |
688 | 2024-08-16T03:36:43.756Z | Downloaded semver v0.1.20 |
689 | 2024-08-16T03:36:43.758Z | Downloaded radium v0.7.0 |
690 | 2024-08-16T03:36:43.758Z | Downloaded smallvec v1.13.2 |
691 | 2024-08-16T03:36:43.760Z | Downloaded serde_yaml v0.9.34+deprecated |
692 | 2024-08-16T03:36:43.763Z | Downloaded rustversion v1.0.17 |
693 | 2024-08-16T03:36:43.767Z | Downloaded termcolor v1.4.1 |
694 | 2024-08-16T03:36:43.769Z | Downloaded hickory-resolver v0.24.1 |
695 | 2024-08-16T03:36:43.774Z | Downloaded string_cache v0.8.7 |
696 | 2024-08-16T03:36:43.778Z | Downloaded parse-size v1.0.0 |
697 | 2024-08-16T03:36:43.780Z | Downloaded parse-display v0.10.0 |
698 | 2024-08-16T03:36:43.780Z | Downloaded parking_lot_core v0.8.6 |
699 | 2024-08-16T03:36:43.782Z | Downloaded twox-hash v1.6.3 |
700 | 2024-08-16T03:36:43.785Z | Downloaded pin-utils v0.1.0 |
701 | 2024-08-16T03:36:43.785Z | Downloaded pin-project-lite v0.2.14 |
702 | 2024-08-16T03:36:43.789Z | Downloaded futures-macro v0.3.30 |
703 | 2024-08-16T03:36:43.793Z | Downloaded derive_builder_macro v0.20.0 |
704 | 2024-08-16T03:36:43.795Z | Downloaded pin-project-internal v1.1.5 |
705 | 2024-08-16T03:36:43.795Z | Downloaded packed_struct v0.10.1 |
706 | 2024-08-16T03:36:43.798Z | Downloaded strum_macros v0.26.4 |
707 | 2024-08-16T03:36:43.800Z | Downloaded slog-term v2.9.1 |
708 | 2024-08-16T03:36:43.802Z | Downloaded shell-words v1.1.0 |
709 | 2024-08-16T03:36:43.802Z | Downloaded getrandom v0.2.14 |
710 | 2024-08-16T03:36:43.806Z | Downloaded url v2.5.2 |
711 | 2024-08-16T03:36:43.810Z | Downloaded structmeta v0.2.0 |
712 | 2024-08-16T03:36:43.813Z | Downloaded publicsuffix v2.2.3 |
713 | 2024-08-16T03:36:43.815Z | Downloaded half v2.4.1 |
714 | 2024-08-16T03:36:43.819Z | Downloaded sigpipe v0.1.3 |
715 | 2024-08-16T03:36:43.822Z | Downloaded float-cmp v0.9.0 |
716 | 2024-08-16T03:36:43.822Z | Downloaded filetime v0.2.24 |
717 | 2024-08-16T03:36:43.824Z | Downloaded sqlformat v0.2.4 |
718 | 2024-08-16T03:36:43.826Z | Downloaded unicode-truncate v1.0.0 |
719 | 2024-08-16T03:36:43.826Z | Downloaded itertools v0.10.5 |
720 | 2024-08-16T03:36:43.834Z | Downloaded ff v0.13.0 |
721 | 2024-08-16T03:36:43.836Z | Downloaded time-core v0.1.2 |
722 | 2024-08-16T03:36:43.842Z | Downloaded ppv-lite86 v0.2.17 |
723 | 2024-08-16T03:36:43.842Z | Downloaded num-bigint-dig v0.8.4 |
724 | 2024-08-16T03:36:43.846Z | Downloaded scrypt v0.11.0 |
725 | 2024-08-16T03:36:43.848Z | Downloaded http-range v0.1.5 |
726 | 2024-08-16T03:36:43.849Z | Downloaded rusty-fork v0.3.0 |
727 | 2024-08-16T03:36:43.851Z | Downloaded libxml v0.3.3 |
728 | 2024-08-16T03:36:43.856Z | Downloaded sec1 v0.7.3 |
729 | 2024-08-16T03:36:43.858Z | Downloaded http-body v0.4.6 |
730 | 2024-08-16T03:36:43.861Z | Downloaded flume v0.11.0 |
731 | 2024-08-16T03:36:43.864Z | Downloaded hostname v0.3.1 |
732 | 2024-08-16T03:36:43.867Z | Downloaded same-file v1.0.6 |
733 | 2024-08-16T03:36:43.869Z | Downloaded test-strategy v0.3.1 |
734 | 2024-08-16T03:36:43.871Z | Downloaded parking_lot_core v0.9.10 |
735 | 2024-08-16T03:36:43.874Z | Downloaded nom v7.1.3 |
736 | 2024-08-16T03:36:43.880Z | Downloaded futures v0.3.30 |
737 | 2024-08-16T03:36:43.886Z | Downloaded structmeta v0.3.0 |
738 | 2024-08-16T03:36:43.888Z | Downloaded pretty-hex v0.2.1 |
739 | 2024-08-16T03:36:43.888Z | Downloaded serde_urlencoded v0.7.1 |
740 | 2024-08-16T03:36:43.891Z | Downloaded foreign-types-shared v0.1.1 |
741 | 2024-08-16T03:36:43.893Z | Downloaded http v1.1.0 |
742 | 2024-08-16T03:36:43.895Z | Downloaded portpicker v0.1.1 |
743 | 2024-08-16T03:36:43.898Z | Downloaded postgres-protocol v0.6.7 |
744 | 2024-08-16T03:36:43.901Z | Downloaded idna v0.4.0 |
745 | 2024-08-16T03:36:43.907Z | Downloaded rustc_version v0.4.0 |
746 | 2024-08-16T03:36:43.910Z | Downloaded wyz v0.5.1 |
747 | 2024-08-16T03:36:43.910Z | Downloaded tokio-rustls v0.24.1 |
748 | 2024-08-16T03:36:43.912Z | Downloaded rustc_version v0.1.7 |
749 | 2024-08-16T03:36:43.914Z | Downloaded headers v0.3.9 |
750 | 2024-08-16T03:36:43.919Z | Downloaded smf v0.2.3 |
751 | 2024-08-16T03:36:43.921Z | Downloaded structmeta-derive v0.2.0 |
752 | 2024-08-16T03:36:43.924Z | Downloaded prettyplease v0.2.20 |
753 | 2024-08-16T03:36:43.926Z | Downloaded highway v1.2.0 |
754 | 2024-08-16T03:36:43.929Z | Downloaded httpdate v1.0.3 |
755 | 2024-08-16T03:36:43.929Z | Downloaded crossterm v0.28.1 |
756 | 2024-08-16T03:36:43.938Z | Downloaded deranged v0.3.11 |
757 | 2024-08-16T03:36:43.941Z | Downloaded futures-io v0.3.30 |
758 | 2024-08-16T03:36:43.941Z | Downloaded similar v2.5.0 |
759 | 2024-08-16T03:36:43.945Z | Downloaded env_logger v0.10.2 |
760 | 2024-08-16T03:36:43.948Z | Downloaded dirs-next v2.0.0 |
761 | 2024-08-16T03:36:43.950Z | Downloaded tokio-stream v0.1.15 |
762 | 2024-08-16T03:36:43.953Z | Downloaded strum_macros v0.25.3 |
763 | 2024-08-16T03:36:43.956Z | Downloaded unarray v0.1.4 |
764 | 2024-08-16T03:36:43.965Z | Downloaded untrusted v0.7.1 |
765 | 2024-08-16T03:36:43.965Z | Downloaded paste v1.0.15 |
766 | 2024-08-16T03:36:43.965Z | Downloaded pkcs8 v0.10.2 |
767 | 2024-08-16T03:36:43.965Z | Downloaded tokio-rustls v0.25.0 |
768 | 2024-08-16T03:36:43.968Z | Downloaded uzers v0.11.3 |
769 | 2024-08-16T03:36:43.968Z | Downloaded futures-core v0.3.30 |
770 | 2024-08-16T03:36:43.971Z | Downloaded rustls-pemfile v1.0.4 |
771 | 2024-08-16T03:36:43.974Z | Downloaded smawk v0.3.2 |
772 | 2024-08-16T03:36:43.974Z | Downloaded term v0.7.0 |
773 | 2024-08-16T03:36:43.977Z | Downloaded erased-serde v0.3.31 |
774 | 2024-08-16T03:36:43.980Z | Downloaded predicates v3.1.2 |
775 | 2024-08-16T03:36:43.983Z | Downloaded rand v0.8.5 |
776 | 2024-08-16T03:36:43.987Z | Downloaded form_urlencoded v1.2.1 |
777 | 2024-08-16T03:36:43.990Z | Downloaded tracing-attributes v0.1.27 |
778 | 2024-08-16T03:36:43.993Z | Downloaded password-hash v0.5.0 |
779 | 2024-08-16T03:36:43.995Z | Downloaded der_derive v0.7.2 |
780 | 2024-08-16T03:36:43.995Z | Downloaded derive-where v1.2.7 |
781 | 2024-08-16T03:36:44.000Z | Downloaded hmac v0.12.1 |
782 | 2024-08-16T03:36:44.003Z | Downloaded tokio-tungstenite v0.21.0 |
783 | 2024-08-16T03:36:44.006Z | Downloaded strum_macros v0.24.3 |
784 | 2024-08-16T03:36:44.006Z | Downloaded env_logger v0.9.3 |
785 | 2024-08-16T03:36:44.009Z | Downloaded hyper v0.14.30 |
786 | 2024-08-16T03:36:44.015Z | Downloaded tempfile v3.10.1 |
787 | 2024-08-16T03:36:44.018Z | Downloaded futures-channel v0.3.30 |
788 | 2024-08-16T03:36:44.022Z | Downloaded pkg-config v0.3.30 |
789 | 2024-08-16T03:36:44.022Z | Downloaded derive_more v0.99.18 |
790 | 2024-08-16T03:36:44.027Z | Downloaded ron v0.7.1 |
791 | 2024-08-16T03:36:44.031Z | Downloaded poly1305 v0.8.0 |
792 | 2024-08-16T03:36:44.034Z | Downloaded shlex v1.3.0 |
793 | 2024-08-16T03:36:44.036Z | Downloaded hickory-server v0.24.1 |
794 | 2024-08-16T03:36:44.041Z | Downloaded thread_local v1.1.8 |
795 | 2024-08-16T03:36:44.044Z | Downloaded flate2 v1.0.31 |
796 | 2024-08-16T03:36:44.049Z | Downloaded dsl_auto_type v0.1.2 |
797 | 2024-08-16T03:36:44.051Z | Downloaded hashbrown v0.12.3 |
798 | 2024-08-16T03:36:44.053Z | Downloaded rusqlite v0.31.0 |
799 | 2024-08-16T03:36:44.058Z | Downloaded crossterm v0.27.0 |
800 | 2024-08-16T03:36:44.064Z | Downloaded slog-json v2.6.1 |
801 | 2024-08-16T03:36:44.068Z | Downloaded postcard v1.0.8 |
802 | 2024-08-16T03:36:44.071Z | Downloaded aho-corasick v1.1.3 |
803 | 2024-08-16T03:36:44.076Z | Downloaded uuid v1.10.0 |
804 | 2024-08-16T03:36:44.079Z | Downloaded diesel_derives v2.2.2 |
805 | 2024-08-16T03:36:44.083Z | Downloaded snafu-derive v0.8.2 |
806 | 2024-08-16T03:36:44.088Z | Downloaded rayon-core v1.12.1 |
807 | 2024-08-16T03:36:44.090Z | Downloaded rsa v0.9.6 |
808 | 2024-08-16T03:36:44.093Z | Downloaded reedline v0.33.0 |
809 | 2024-08-16T03:36:44.099Z | Downloaded blake3 v1.5.1 |
810 | 2024-08-16T03:36:44.107Z | Downloaded futures-util v0.3.30 |
811 | 2024-08-16T03:36:44.118Z | Downloaded tokio-postgres v0.7.11 |
812 | 2024-08-16T03:36:44.122Z | Downloaded pin-project v1.1.5 |
813 | 2024-08-16T03:36:44.135Z | Downloaded typed-path v0.7.1 |
814 | 2024-08-16T03:36:44.139Z | Downloaded samael v0.0.15 |
815 | 2024-08-16T03:36:44.143Z | Downloaded unicode_categories v0.1.1 |
816 | 2024-08-16T03:36:44.146Z | Downloaded hashbrown v0.13.2 |
817 | 2024-08-16T03:36:44.149Z | Downloaded tungstenite v0.20.1 |
818 | 2024-08-16T03:36:44.155Z | Downloaded http v0.2.12 |
819 | 2024-08-16T03:36:44.157Z | Downloaded heapless v0.8.0 |
820 | 2024-08-16T03:36:44.160Z | Downloaded tracing v0.1.40 |
821 | 2024-08-16T03:36:44.165Z | Downloaded openssl v0.10.66 |
822 | 2024-08-16T03:36:44.175Z | Downloaded object v0.32.2 |
823 | 2024-08-16T03:36:44.185Z | Downloaded der v0.7.9 |
824 | 2024-08-16T03:36:44.188Z | Downloaded steno v0.4.1 |
825 | 2024-08-16T03:36:44.194Z | Downloaded expectorate v1.1.0 |
826 | 2024-08-16T03:36:44.196Z | Downloaded nix v0.27.1 |
827 | 2024-08-16T03:36:44.205Z | Downloaded rayon v1.10.0 |
828 | 2024-08-16T03:36:44.214Z | Downloaded object v0.30.4 |
829 | 2024-08-16T03:36:44.223Z | Downloaded unicode-segmentation v1.11.0 |
830 | 2024-08-16T03:36:44.227Z | Downloaded webpki-roots v0.25.4 |
831 | 2024-08-16T03:36:44.230Z | Downloaded rustyline v14.0.0 |
832 | 2024-08-16T03:36:44.235Z | Downloaded regex-automata v0.1.10 |
833 | 2024-08-16T03:36:44.241Z | Downloaded chrono v0.4.38 |
834 | 2024-08-16T03:36:44.248Z | Downloaded bitvec v1.0.1 |
835 | 2024-08-16T03:36:44.262Z | Downloaded bindgen v0.69.4 |
836 | 2024-08-16T03:36:44.271Z | Downloaded idna v0.5.0 |
837 | 2024-08-16T03:36:44.276Z | Downloaded winnow v0.5.40 |
838 | 2024-08-16T03:36:44.284Z | Downloaded time v0.3.36 |
839 | 2024-08-16T03:36:44.290Z | Downloaded h2 v0.3.26 |
840 | 2024-08-16T03:36:44.297Z | Downloaded regex v1.10.6 |
841 | 2024-08-16T03:36:44.310Z | Downloaded serde_with v3.8.3 |
842 | 2024-08-16T03:36:44.320Z | Downloaded hkdf v0.12.4 |
843 | 2024-08-16T03:36:44.323Z | Downloaded quick-xml v0.31.0 |
844 | 2024-08-16T03:36:44.325Z | Downloaded sqlparser v0.45.0 |
845 | 2024-08-16T03:36:44.330Z | Downloaded nix v0.28.0 |
846 | 2024-08-16T03:36:44.341Z | Downloaded radix_trie v0.2.1 |
847 | 2024-08-16T03:36:44.346Z | Downloaded rustls-webpki v0.102.4 |
848 | 2024-08-16T03:36:44.364Z | Downloaded gimli v0.28.1 |
849 | 2024-08-16T03:36:44.371Z | Downloaded bstr v0.2.17 |
850 | 2024-08-16T03:36:44.381Z | Downloaded curve25519-dalek v4.1.3 |
851 | 2024-08-16T03:36:44.388Z | Downloaded bstr v1.9.1 |
852 | 2024-08-16T03:36:44.398Z | Downloaded polar-core v0.27.3 |
853 | 2024-08-16T03:36:44.408Z | Downloaded rustls v0.21.12 |
854 | 2024-08-16T03:36:44.416Z | Downloaded smoltcp v0.9.1 |
855 | 2024-08-16T03:36:44.427Z | Downloaded openapiv3 v2.0.0 |
856 | 2024-08-16T03:36:44.438Z | Downloaded git2 v0.19.0 |
857 | 2024-08-16T03:36:44.445Z | Downloaded diesel v2.2.2 |
858 | 2024-08-16T03:36:44.463Z | Downloaded rustls v0.22.4 |
859 | 2024-08-16T03:36:44.476Z | Downloaded regex-syntax v0.6.29 |
860 | 2024-08-16T03:36:44.482Z | Downloaded regress v0.9.1 |
861 | 2024-08-16T03:36:44.490Z | Downloaded smoltcp v0.11.0 |
862 | 2024-08-16T03:36:44.503Z | Downloaded regex-syntax v0.8.4 |
863 | 2024-08-16T03:36:44.512Z | Downloaded zerocopy-derive v0.6.6 |
864 | 2024-08-16T03:36:44.521Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
865 | 2024-08-16T03:36:44.536Z | Downloaded hickory-proto v0.24.1 |
866 | 2024-08-16T03:36:44.549Z | Downloaded finl_unicode v1.2.0 |
867 | 2024-08-16T03:36:44.562Z | Downloaded csv v1.3.0 |
868 | 2024-08-16T03:36:44.583Z | Downloaded petgraph v0.6.5 |
869 | 2024-08-16T03:36:44.601Z | Downloaded ratatui v0.28.0 |
870 | 2024-08-16T03:36:44.620Z | Downloaded sled v0.34.7 |
871 | 2024-08-16T03:36:44.630Z | Downloaded reqwest v0.11.27 |
872 | 2024-08-16T03:36:44.636Z | Downloaded vcpkg v0.2.15 |
873 | 2024-08-16T03:36:44.675Z | Downloaded proptest v1.5.0 |
874 | 2024-08-16T03:36:44.682Z | Downloaded idna v0.3.0 |
875 | 2024-08-16T03:36:44.691Z | Downloaded heapless v0.7.17 |
876 | 2024-08-16T03:36:44.693Z | Downloaded tokio-util v0.7.11 |
877 | 2024-08-16T03:36:44.701Z | Downloaded x509-cert v0.2.5 |
878 | 2024-08-16T03:36:44.705Z | Downloaded unicode-normalization v0.1.23 |
879 | 2024-08-16T03:36:44.715Z | Downloaded rustls-webpki v0.101.7 |
880 | 2024-08-16T03:36:44.722Z | Downloaded portable-atomic v1.6.0 |
881 | 2024-08-16T03:36:44.727Z | Downloaded lalrpop v0.19.12 |
882 | 2024-08-16T03:36:44.738Z | Downloaded itertools v0.13.0 |
883 | 2024-08-16T03:36:44.744Z | Downloaded regex-automata v0.4.6 |
884 | 2024-08-16T03:36:44.762Z | Downloaded foreign-types-macros v0.2.3 |
885 | 2024-08-16T03:36:44.764Z | Downloaded predicates-core v1.0.6 |
886 | 2024-08-16T03:36:44.764Z | Downloaded dyn-clone v1.0.17 |
887 | 2024-08-16T03:36:44.767Z | Downloaded ron v0.8.1 |
888 | 2024-08-16T03:36:44.770Z | Downloaded elliptic-curve v0.13.8 |
889 | 2024-08-16T03:36:44.774Z | Downloaded httparse v1.8.0 |
890 | 2024-08-16T03:36:44.778Z | Downloaded derive_builder v0.20.0 |
891 | 2024-08-16T03:36:44.780Z | Downloaded toml_edit v0.19.15 |
892 | 2024-08-16T03:36:44.795Z | Downloaded tokio v1.39.2 |
893 | 2024-08-16T03:36:44.837Z | Downloaded sct v0.7.1 |
894 | 2024-08-16T03:36:44.840Z | Downloaded tough v0.17.1 |
895 | 2024-08-16T03:36:44.843Z | Downloaded zip v0.6.6 |
896 | 2024-08-16T03:36:44.848Z | Downloaded unsafe-libyaml v0.2.11 |
897 | 2024-08-16T03:36:44.851Z | Downloaded toml v0.7.8 |
898 | 2024-08-16T03:36:44.854Z | Downloaded vte v0.11.1 |
899 | 2024-08-16T03:36:44.857Z | Downloaded home v0.5.9 |
900 | 2024-08-16T03:36:44.857Z | Downloaded unicode-xid v0.2.4 |
901 | 2024-08-16T03:36:44.859Z | Downloaded serde_repr v0.1.19 |
902 | 2024-08-16T03:36:44.859Z | Downloaded sha3 v0.10.8 |
903 | 2024-08-16T03:36:44.863Z | Downloaded diff v0.1.13 |
904 | 2024-08-16T03:36:44.866Z | Downloaded subprocess v0.2.9 |
905 | 2024-08-16T03:36:44.869Z | Downloaded parse-display-derive v0.10.0 |
906 | 2024-08-16T03:36:44.871Z | Downloaded fd-lock v4.0.2 |
907 | 2024-08-16T03:36:44.873Z | Downloaded pkcs5 v0.7.1 |
908 | 2024-08-16T03:36:44.875Z | Downloaded tar v0.4.41 |
909 | 2024-08-16T03:36:44.879Z | Downloaded libm v0.2.8 |
910 | 2024-08-16T03:36:44.886Z | Downloaded slog-scope v4.4.0 |
911 | 2024-08-16T03:36:44.888Z | Downloaded derive_builder_core v0.20.0 |
912 | 2024-08-16T03:36:44.890Z | Downloaded textwrap v0.16.1 |
913 | 2024-08-16T03:36:44.893Z | Downloaded socket2 v0.5.7 |
914 | 2024-08-16T03:36:44.896Z | Downloaded socket2 v0.4.10 |
915 | 2024-08-16T03:36:44.896Z | Downloaded signal-hook v0.3.17 |
916 | 2024-08-16T03:36:44.899Z | Downloaded zerocopy v0.6.6 |
917 | 2024-08-16T03:36:44.903Z | Downloaded tracing-core v0.1.32 |
918 | 2024-08-16T03:36:44.905Z | Downloaded r2d2 v0.8.10 |
919 | 2024-08-16T03:36:44.905Z | Downloaded crossbeam-channel v0.5.12 |
920 | 2024-08-16T03:36:44.908Z | Downloaded stringprep v0.1.4 |
921 | 2024-08-16T03:36:44.911Z | Downloaded serde_arrays v0.1.0 |
922 | 2024-08-16T03:36:44.913Z | Downloaded parking_lot v0.12.2 |
923 | 2024-08-16T03:36:44.913Z | Downloaded parking_lot v0.11.2 |
924 | 2024-08-16T03:36:44.916Z | Downloaded either v1.13.0 |
925 | 2024-08-16T03:36:44.919Z | Downloaded want v0.3.1 |
926 | 2024-08-16T03:36:44.919Z | Downloaded zeroize_derive v1.4.2 |
927 | 2024-08-16T03:36:44.919Z | Downloaded wait-timeout v0.2.0 |
928 | 2024-08-16T03:36:44.921Z | Downloaded vsss-rs v3.3.4 |
929 | 2024-08-16T03:36:44.923Z | Downloaded rcgen v0.12.1 |
930 | 2024-08-16T03:36:44.926Z | Downloaded backtrace v0.3.71 |
931 | 2024-08-16T03:36:44.929Z | Downloaded mio v0.8.11 |
932 | 2024-08-16T03:36:44.934Z | Downloaded tabwriter v1.4.0 |
933 | 2024-08-16T03:36:44.936Z | Downloaded rand_core v0.6.4 |
934 | 2024-08-16T03:36:44.936Z | Downloaded hashlink v0.9.1 |
935 | 2024-08-16T03:36:44.939Z | Downloaded rand_chacha v0.3.1 |
936 | 2024-08-16T03:36:44.941Z | Downloaded futures-sink v0.3.30 |
937 | 2024-08-16T03:36:44.941Z | Downloaded postgres-types v0.2.7 |
938 | 2024-08-16T03:36:44.943Z | Downloaded const_format v0.2.32 |
939 | 2024-08-16T03:36:44.946Z | Downloaded hickory-client v0.24.1 |
940 | 2024-08-16T03:36:44.949Z | Downloaded unicode-bidi v0.3.15 |
941 | 2024-08-16T03:36:44.952Z | Downloaded walkdir v2.5.0 |
942 | 2024-08-16T03:36:44.955Z | Downloaded crossbeam-epoch v0.9.18 |
943 | 2024-08-16T03:36:44.957Z | Downloaded cookie v0.18.1 |
944 | 2024-08-16T03:36:44.959Z | Downloaded tls_codec_derive v0.4.1 |
945 | 2024-08-16T03:36:44.959Z | Downloaded tls_codec v0.4.1 |
946 | 2024-08-16T03:36:44.962Z | Downloaded thiserror-impl-no-std v2.0.2 |
947 | 2024-08-16T03:36:44.967Z | Downloaded multer v3.1.0 |
948 | 2024-08-16T03:36:44.967Z | Downloaded tokio-tungstenite v0.20.1 |
949 | 2024-08-16T03:36:44.969Z | Downloaded num-traits v0.2.19 |
950 | 2024-08-16T03:36:44.969Z | Downloaded slog-async v2.8.0 |
951 | 2024-08-16T03:36:44.971Z | Downloaded scheduled-thread-pool v0.2.7 |
952 | 2024-08-16T03:36:44.971Z | Downloaded scopeguard v1.2.0 |
953 | 2024-08-16T03:36:44.974Z | Downloaded chacha20poly1305 v0.10.1 |
954 | 2024-08-16T03:36:44.974Z | Downloaded cc v1.0.97 |
955 | 2024-08-16T03:36:44.976Z | Downloaded rtoolbox v0.0.2 |
956 | 2024-08-16T03:36:44.978Z | Downloaded ref-cast-impl v1.0.23 |
957 | 2024-08-16T03:36:44.978Z | Downloaded serde_derive_internals v0.29.1 |
958 | 2024-08-16T03:36:44.981Z | Downloaded hash32 v0.2.1 |
959 | 2024-08-16T03:36:44.981Z | Downloaded indicatif v0.17.8 |
960 | 2024-08-16T03:36:44.984Z | Downloaded data-encoding v2.6.0 |
961 | 2024-08-16T03:36:44.987Z | Downloaded darling v0.20.9 |
962 | 2024-08-16T03:36:44.990Z | Downloaded compact_str v0.8.0 |
963 | 2024-08-16T03:36:44.992Z | Downloaded base64 v0.21.7 |
964 | 2024-08-16T03:36:44.996Z | Downloaded hex v0.4.3 |
965 | 2024-08-16T03:36:44.999Z | Downloaded futures-task v0.3.30 |
966 | 2024-08-16T03:36:45.002Z | Downloaded fallible-streaming-iterator v0.1.9 |
967 | 2024-08-16T03:36:45.002Z | Downloaded defmt-parser v0.3.4 |
968 | 2024-08-16T03:36:45.002Z | Downloaded defmt-macros v0.3.9 |
969 | 2024-08-16T03:36:45.005Z | Downloaded zone v0.1.8 |
970 | 2024-08-16T03:36:45.005Z | Downloaded termios v0.3.3 |
971 | 2024-08-16T03:36:45.005Z | Downloaded arc-swap v1.7.1 |
972 | 2024-08-16T03:36:45.009Z | Downloaded cancel-safe-futures v0.1.5 |
973 | 2024-08-16T03:36:45.011Z | Downloaded serde_plain v1.0.2 |
974 | 2024-08-16T03:36:45.014Z | Downloaded lru v0.12.3 |
975 | 2024-08-16T03:36:45.014Z | Downloaded ascii v1.1.0 |
976 | 2024-08-16T03:36:45.017Z | Downloaded which v4.4.2 |
977 | 2024-08-16T03:36:45.017Z | Downloaded unicode-linebreak v0.1.5 |
978 | 2024-08-16T03:36:45.019Z | Downloaded slab v0.4.9 |
979 | 2024-08-16T03:36:45.019Z | Downloaded untrusted v0.9.0 |
980 | 2024-08-16T03:36:45.019Z | Downloaded nibble_vec v0.1.0 |
981 | 2024-08-16T03:36:45.022Z | Downloaded newtype-uuid v1.1.0 |
982 | 2024-08-16T03:36:45.022Z | Downloaded nanorand v0.7.0 |
983 | 2024-08-16T03:36:45.024Z | Downloaded colored v2.1.0 |
984 | 2024-08-16T03:36:45.028Z | Downloaded encoding_rs v0.8.34 |
985 | 2024-08-16T03:36:45.047Z | Downloaded mime v0.3.17 |
986 | 2024-08-16T03:36:45.049Z | Downloaded md-5 v0.10.6 |
987 | 2024-08-16T03:36:45.049Z | Downloaded crc-any v2.5.0 |
988 | 2024-08-16T03:36:45.052Z | Downloaded hubpack v0.1.2 |
989 | 2024-08-16T03:36:45.052Z | Downloaded backoff v0.4.0 |
990 | 2024-08-16T03:36:45.055Z | Downloaded libloading v0.8.3 |
991 | 2024-08-16T03:36:45.057Z | Downloaded ipnet v2.9.0 |
992 | 2024-08-16T03:36:45.057Z | Downloaded instability v0.3.2 |
993 | 2024-08-16T03:36:45.060Z | Downloaded nodrop v0.1.14 |
994 | 2024-08-16T03:36:45.060Z | Downloaded libefi-sys v0.1.0 |
995 | 2024-08-16T03:36:45.063Z | Downloaded lazycell v1.3.0 |
996 | 2024-08-16T03:36:45.063Z | Downloaded debug-ignore v1.0.5 |
997 | 2024-08-16T03:36:45.065Z | Downloaded lru-cache v0.1.2 |
998 | 2024-08-16T03:36:45.065Z | Downloaded keccak v0.1.5 |
999 | 2024-08-16T03:36:45.065Z | Downloaded bcs v0.1.6 |
1000 | 2024-08-16T03:36:45.068Z | Downloaded arrayvec v0.7.4 |
1001 | 2024-08-16T03:36:45.071Z | Downloaded memoffset v0.9.1 |
1002 | 2024-08-16T03:36:45.071Z | Downloaded maplit v1.0.2 |
1003 | 2024-08-16T03:36:45.071Z | Downloaded const_format_proc_macros v0.2.32 |
1004 | 2024-08-16T03:36:45.074Z | Downloaded is_ci v1.2.0 |
1005 | 2024-08-16T03:36:45.074Z | Downloaded array-init v0.0.4 |
1006 | 2024-08-16T03:36:45.074Z | Downloaded ciborium-ll v0.2.2 |
1007 | 2024-08-16T03:36:45.076Z | Downloaded crunchy v0.2.2 |
1008 | 2024-08-16T03:36:45.076Z | Downloaded bit-vec v0.6.3 |
1009 | 2024-08-16T03:36:45.173Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1010 | 2024-08-16T03:36:45.780Z | Downloaded libz-sys v1.1.16 |
1011 | 2024-08-16T03:36:45.882Z | Downloaded ring v0.17.8 |
1012 | 2024-08-16T03:36:46.046Z | Downloaded libsqlite3-sys v0.28.0 |
1013 | 2024-08-16T03:36:46.122Z | Downloaded ring v0.16.20 |
1014 | 2024-08-16T03:36:46.289Z | Compiling cfg-if v1.0.0 |
1015 | 2024-08-16T03:36:46.289Z | Compiling serde v1.0.207 |
1016 | 2024-08-16T03:36:46.294Z | Compiling lock_api v0.4.12 |
1017 | 2024-08-16T03:36:46.294Z | Compiling typenum v1.17.0 |
1018 | 2024-08-16T03:36:46.294Z | Compiling scopeguard v1.2.0 |
1019 | 2024-08-16T03:36:46.453Z | Compiling generic-array v0.14.7 |
1020 | 2024-08-16T03:36:46.477Z | Compiling syn v2.0.74 |
1021 | 2024-08-16T03:36:46.491Z | Compiling log v0.4.21 |
1022 | 2024-08-16T03:36:46.511Z | Compiling getrandom v0.2.14 |
1023 | 2024-08-16T03:36:46.799Z | Compiling rand_core v0.6.4 |
1024 | 2024-08-16T03:36:46.952Z | Compiling jobserver v0.1.32 |
1025 | 2024-08-16T03:36:46.955Z | Compiling subtle v2.5.0 |
1026 | 2024-08-16T03:36:46.988Z | Compiling const-oid v0.9.6 |
1027 | 2024-08-16T03:36:47.236Z | Compiling smallvec v1.13.2 |
1028 | 2024-08-16T03:36:47.297Z | Compiling cc v1.0.97 |
1029 | 2024-08-16T03:36:47.310Z | Compiling pin-project-lite v0.2.14 |
1030 | 2024-08-16T03:36:47.405Z | Compiling parking_lot_core v0.9.10 |
1031 | 2024-08-16T03:36:47.441Z | Compiling spin v0.9.8 |
1032 | 2024-08-16T03:36:47.625Z | Compiling signal-hook-registry v1.4.2 |
1033 | 2024-08-16T03:36:47.786Z | Compiling mio v1.0.2 |
1034 | 2024-08-16T03:36:47.851Z | Compiling ahash v0.8.11 |
1035 | 2024-08-16T03:36:48.223Z | Compiling tinyvec_macros v0.1.1 |
1036 | 2024-08-16T03:36:48.317Z | Compiling parking_lot v0.12.2 |
1037 | 2024-08-16T03:36:48.398Z | Compiling tinyvec v1.6.0 |
1038 | 2024-08-16T03:36:48.683Z | Compiling socket2 v0.5.7 |
1039 | 2024-08-16T03:36:49.041Z | Compiling cpufeatures v0.2.12 |
1040 | 2024-08-16T03:36:49.089Z | Compiling libm v0.2.8 |
1041 | 2024-08-16T03:36:49.142Z | Compiling futures-core v0.3.30 |
1042 | 2024-08-16T03:36:49.199Z | Compiling serde_json v1.0.125 |
1043 | 2024-08-16T03:36:49.342Z | Compiling num-traits v0.2.19 |
1044 | 2024-08-16T03:36:49.380Z | Compiling slab v0.4.9 |
1045 | 2024-08-16T03:36:49.472Z | Compiling futures-sink v0.3.30 |
1046 | 2024-08-16T03:36:49.587Z | Compiling unicode-bidi v0.3.15 |
1047 | 2024-08-16T03:36:49.625Z | Compiling allocator-api2 v0.2.18 |
1048 | 2024-08-16T03:36:49.884Z | Compiling futures-channel v0.3.30 |
1049 | 2024-08-16T03:36:50.005Z | Compiling unicode-normalization v0.1.23 |
1050 | 2024-08-16T03:36:50.147Z | Compiling futures-io v0.3.30 |
1051 | 2024-08-16T03:36:50.319Z | Compiling pin-utils v0.1.0 |
1052 | 2024-08-16T03:36:50.416Z | Compiling futures-task v0.3.30 |
1053 | 2024-08-16T03:36:50.440Z | Compiling vcpkg v0.2.15 |
1054 | 2024-08-16T03:36:50.490Z | Compiling pkg-config v0.3.30 |
1055 | 2024-08-16T03:36:51.119Z | Compiling base64ct v1.6.0 |
1056 | 2024-08-16T03:36:51.121Z | Compiling percent-encoding v2.3.1 |
1057 | 2024-08-16T03:36:51.188Z | Compiling ppv-lite86 v0.2.17 |
1058 | 2024-08-16T03:36:51.546Z | Compiling flagset v0.4.5 |
1059 | 2024-08-16T03:36:51.661Z | Compiling ring v0.17.8 |
1060 | 2024-08-16T03:36:51.751Z | Compiling pem-rfc7468 v0.7.0 |
1061 | 2024-08-16T03:36:51.782Z | Compiling tracing-core v0.1.32 |
1062 | 2024-08-16T03:36:52.024Z | Compiling rand_chacha v0.3.1 |
1063 | 2024-08-16T03:36:52.088Z | Compiling rustix v0.38.34 |
1064 | 2024-08-16T03:36:52.484Z | Compiling untrusted v0.9.0 |
1065 | 2024-08-16T03:36:52.657Z | Compiling rand v0.8.5 |
1066 | 2024-08-16T03:36:52.717Z | Compiling openssl-sys v0.9.103 |
1067 | 2024-08-16T03:36:52.829Z | Compiling httparse v1.8.0 |
1068 | 2024-08-16T03:36:53.024Z | Compiling rustversion v1.0.17 |
1069 | 2024-08-16T03:36:53.169Z | Compiling num-conv v0.1.0 |
1070 | 2024-08-16T03:36:53.268Z | Compiling time-core v0.1.2 |
1071 | 2024-08-16T03:36:53.435Z | Compiling openssl v0.10.66 |
1072 | 2024-08-16T03:36:53.438Z | Compiling powerfmt v0.2.0 |
1073 | 2024-08-16T03:36:53.658Z | Compiling foreign-types-shared v0.1.1 |
1074 | 2024-08-16T03:36:53.764Z | Compiling foreign-types v0.3.2 |
1075 | 2024-08-16T03:36:53.847Z | Compiling deranged v0.3.11 |
1076 | 2024-08-16T03:36:53.865Z | Compiling time-macros v0.2.18 |
1077 | 2024-08-16T03:36:53.957Z | Compiling form_urlencoded v1.2.1 |
1078 | 2024-08-16T03:36:54.266Z | Compiling lazy_static v1.5.0 |
1079 | 2024-08-16T03:36:54.284Z | Compiling try-lock v0.2.5 |
1080 | 2024-08-16T03:36:54.378Z | Compiling syn v1.0.109 |
1081 | 2024-08-16T03:36:54.416Z | Compiling native-tls v0.2.11 |
1082 | 2024-08-16T03:36:54.540Z | Compiling num_threads v0.1.7 |
1083 | 2024-08-16T03:36:54.646Z | Compiling siphasher v0.3.11 |
1084 | 2024-08-16T03:36:54.752Z | Compiling rustls v0.21.12 |
1085 | 2024-08-16T03:36:55.013Z | Compiling crossbeam-utils v0.8.19 |
1086 | 2024-08-16T03:36:55.073Z | Compiling want v0.3.1 |
1087 | 2024-08-16T03:36:55.348Z | Compiling idna v0.5.0 |
1088 | 2024-08-16T03:36:55.593Z | Compiling aho-corasick v1.1.3 |
1089 | 2024-08-16T03:36:55.610Z | Compiling cookie v0.17.0 |
1090 | 2024-08-16T03:36:55.737Z | Compiling openssl-probe v0.1.5 |
1091 | 2024-08-16T03:36:55.906Z | Compiling finl_unicode v1.2.0 |
1092 | 2024-08-16T03:36:56.086Z | Compiling iana-time-zone v0.1.60 |
1093 | 2024-08-16T03:36:56.455Z | Compiling tower-service v0.3.2 |
1094 | 2024-08-16T03:36:56.501Z | Compiling adler v1.0.2 |
1095 | 2024-08-16T03:36:56.530Z | Compiling regex-syntax v0.8.4 |
1096 | 2024-08-16T03:36:56.569Z | Compiling slog v2.7.0 |
1097 | 2024-08-16T03:36:56.709Z | Compiling httpdate v1.0.3 |
1098 | 2024-08-16T03:36:56.826Z | Compiling miniz_oxide v0.7.2 |
1099 | 2024-08-16T03:36:57.014Z | Compiling time v0.3.36 |
1100 | 2024-08-16T03:36:57.142Z | Compiling stringprep v0.1.4 |
1101 | 2024-08-16T03:36:57.159Z | Compiling url v2.5.2 |
1102 | 2024-08-16T03:36:58.981Z | Compiling num-integer v0.1.46 |
1103 | 2024-08-16T03:36:59.607Z | Compiling backtrace v0.3.71 |
1104 | 2024-08-16T03:36:59.781Z | Compiling idna v0.3.0 |
1105 | 2024-08-16T03:37:00.089Z | Compiling regex-automata v0.4.6 |
1106 | 2024-08-16T03:37:00.633Z | Compiling serde_derive v1.0.207 |
1107 | 2024-08-16T03:37:01.013Z | Compiling zeroize_derive v1.4.2 |
1108 | 2024-08-16T03:37:01.342Z | Compiling zerocopy-derive v0.7.34 |
1109 | 2024-08-16T03:37:02.044Z | Compiling tokio-macros v2.4.0 |
1110 | 2024-08-16T03:37:02.472Z | Compiling thiserror-impl v1.0.63 |
1111 | 2024-08-16T03:37:02.617Z | Compiling zeroize v1.7.0 |
1112 | 2024-08-16T03:37:03.011Z | Compiling futures-macro v0.3.30 |
1113 | 2024-08-16T03:37:03.641Z | Compiling zerocopy v0.7.34 |
1114 | 2024-08-16T03:37:03.745Z | Compiling der_derive v0.7.2 |
1115 | 2024-08-16T03:37:04.270Z | Compiling crypto-common v0.1.6 |
1116 | 2024-08-16T03:37:04.515Z | Compiling block-buffer v0.10.4 |
1117 | 2024-08-16T03:37:04.777Z | Compiling digest v0.10.7 |
1118 | 2024-08-16T03:37:05.013Z | Compiling block-padding v0.3.3 |
1119 | 2024-08-16T03:37:05.261Z | Compiling hmac v0.12.1 |
1120 | 2024-08-16T03:37:05.281Z | Compiling inout v0.1.3 |
1121 | 2024-08-16T03:37:05.493Z | Compiling cipher v0.4.4 |
1122 | 2024-08-16T03:37:05.551Z | Compiling sha2 v0.10.8 |
1123 | 2024-08-16T03:37:05.793Z | Compiling thiserror v1.0.63 |
1124 | 2024-08-16T03:37:05.918Z | Compiling hashbrown v0.14.5 |
1125 | 2024-08-16T03:37:05.938Z | Compiling futures-util v0.3.30 |
1126 | 2024-08-16T03:37:06.005Z | Compiling pest v2.7.10 |
1127 | 2024-08-16T03:37:06.215Z | Compiling der v0.7.9 |
1128 | 2024-08-16T03:37:07.314Z | Compiling salsa20 v0.10.2 |
1129 | 2024-08-16T03:37:07.545Z | Compiling pbkdf2 v0.12.2 |
1130 | 2024-08-16T03:37:07.719Z | Compiling scroll_derive v0.12.0 |
1131 | 2024-08-16T03:37:09.011Z | Compiling pest_meta v2.7.10 |
1132 | 2024-08-16T03:37:09.176Z | Compiling tracing-attributes v0.1.27 |
1133 | 2024-08-16T03:37:09.207Z | Compiling scroll v0.12.0 |
1134 | 2024-08-16T03:37:09.481Z | Compiling spki v0.7.3 |
1135 | 2024-08-16T03:37:09.775Z | Compiling scrypt v0.11.0 |
1136 | 2024-08-16T03:37:09.856Z | Compiling aes v0.8.4 |
1137 | 2024-08-16T03:37:10.340Z | Compiling pest_generator v2.7.10 |
1138 | 2024-08-16T03:37:12.068Z | Compiling cbc v0.1.2 |
1139 | 2024-08-16T03:37:12.093Z | Compiling goblin v0.8.2 |
1140 | 2024-08-16T03:37:12.303Z | Compiling pkcs5 v0.7.1 |
1141 | 2024-08-16T03:37:12.319Z | Compiling openssl-macros v0.1.1 |
1142 | 2024-08-16T03:37:12.607Z | Compiling rustls-webpki v0.101.7 |
1143 | 2024-08-16T03:37:12.796Z | Compiling sct v0.7.1 |
1144 | 2024-08-16T03:37:12.930Z | Compiling tracing v0.1.40 |
1145 | 2024-08-16T03:37:13.070Z | Compiling pkcs8 v0.10.2 |
1146 | 2024-08-16T03:37:13.103Z | Compiling md-5 v0.10.6 |
1147 | 2024-08-16T03:37:13.424Z | Compiling hash32 v0.2.1 |
1148 | 2024-08-16T03:37:13.520Z | Compiling psl-types v2.0.11 |
1149 | 2024-08-16T03:37:13.742Z | Compiling signal-hook v0.3.17 |
1150 | 2024-08-16T03:37:13.814Z | Compiling base64 v0.22.1 |
1151 | 2024-08-16T03:37:13.836Z | Compiling crc32fast v1.4.0 |
1152 | 2024-08-16T03:37:14.023Z | Compiling smoltcp v0.9.1 |
1153 | 2024-08-16T03:37:14.044Z | Compiling pest_derive v2.7.10 |
1154 | 2024-08-16T03:37:14.367Z | Compiling stable_deref_trait v1.2.0 |
1155 | 2024-08-16T03:37:14.473Z | Compiling fallible-iterator v0.2.0 |
1156 | 2024-08-16T03:37:14.514Z | Compiling num-bigint-dig v0.8.4 |
1157 | 2024-08-16T03:37:14.548Z | Compiling gimli v0.28.1 |
1158 | 2024-08-16T03:37:14.751Z | Compiling bytes v1.7.1 |
1159 | 2024-08-16T03:37:14.816Z | Compiling bitflags v2.6.0 |
1160 | 2024-08-16T03:37:15.014Z | Compiling indexmap v2.4.0 |
1161 | 2024-08-16T03:37:15.155Z | Compiling semver v1.0.23 |
1162 | 2024-08-16T03:37:15.924Z | Compiling tokio v1.39.2 |
1163 | 2024-08-16T03:37:16.026Z | Compiling http v0.2.12 |
1164 | 2024-08-16T03:37:16.457Z | Compiling rustc_version v0.4.0 |
1165 | 2024-08-16T03:37:17.179Z | Compiling heapless v0.7.17 |
1166 | 2024-08-16T03:37:17.628Z | Compiling dof v0.3.0 |
1167 | 2024-08-16T03:37:17.937Z | Compiling http-body v0.4.6 |
1168 | 2024-08-16T03:37:18.380Z | Compiling dtrace-parser v0.2.0 |
1169 | 2024-08-16T03:37:18.513Z | Compiling uuid v1.10.0 |
1170 | 2024-08-16T03:37:19.493Z | Compiling usdt-impl v0.5.0 |
1171 | 2024-08-16T03:37:19.929Z | Compiling chrono v0.4.38 |
1172 | 2024-08-16T03:37:19.957Z | Compiling serde_tokenstream v0.2.2 |
1173 | 2024-08-16T03:37:20.566Z | Compiling serde_spanned v0.6.7 |
1174 | 2024-08-16T03:37:20.582Z | Compiling toml_datetime v0.6.8 |
1175 | 2024-08-16T03:37:20.796Z | Compiling cfg_aliases v0.1.1 |
1176 | 2024-08-16T03:37:20.897Z | Compiling nix v0.28.0 |
1177 | 2024-08-16T03:37:21.099Z | Compiling addr2line v0.21.0 |
1178 | 2024-08-16T03:37:21.753Z | Compiling terminal_size v0.3.0 |
1179 | 2024-08-16T03:37:21.772Z | Compiling postgres-protocol v0.6.7 |
1180 | 2024-08-16T03:37:22.101Z | Compiling publicsuffix v2.2.3 |
1181 | 2024-08-16T03:37:22.247Z | Compiling hubpack_derive v0.1.1 |
1182 | 2024-08-16T03:37:22.272Z | Compiling zerocopy-derive v0.6.6 |
1183 | 2024-08-16T03:37:22.309Z | Compiling async-trait v0.1.81 |
1184 | 2024-08-16T03:37:23.078Z | Compiling num-iter v0.1.45 |
1185 | 2024-08-16T03:37:23.270Z | Compiling phf_shared v0.11.2 |
1186 | 2024-08-16T03:37:23.430Z | Compiling serde_derive_internals v0.29.1 |
1187 | 2024-08-16T03:37:23.647Z | Compiling ff v0.13.0 |
1188 | 2024-08-16T03:37:23.665Z | Compiling object v0.32.2 |
1189 | 2024-08-16T03:37:23.880Z | Compiling tokio-util v0.7.11 |
1190 | 2024-08-16T03:37:24.011Z | Compiling tokio-rustls v0.24.1 |
1191 | 2024-08-16T03:37:24.417Z | Compiling fs-err v2.11.0 |
1192 | 2024-08-16T03:37:24.715Z | Compiling tokio-native-tls v0.3.1 |
1193 | 2024-08-16T03:37:24.956Z | Compiling h2 v0.3.26 |
1194 | 2024-08-16T03:37:24.996Z | Compiling managed v0.8.0 |
1195 | 2024-08-16T03:37:25.106Z | Compiling anyhow v1.0.86 |
1196 | 2024-08-16T03:37:25.282Z | Compiling either v1.13.0 |
1197 | 2024-08-16T03:37:25.437Z | Compiling rustc-demangle v0.1.24 |
1198 | 2024-08-16T03:37:25.686Z | Compiling base64 v0.21.7 |
1199 | 2024-08-16T03:37:25.723Z | Compiling base16ct v0.2.0 |
1200 | 2024-08-16T03:37:26.038Z | Compiling regex-automata v0.1.10 |
1201 | 2024-08-16T03:37:26.133Z | Compiling winnow v0.5.40 |
1202 | 2024-08-16T03:37:26.427Z | Compiling schemars v0.8.21 |
1203 | 2024-08-16T03:37:26.444Z | Compiling bitflags v1.3.2 |
1204 | 2024-08-16T03:37:26.539Z | Compiling ipnet v2.9.0 |
1205 | 2024-08-16T03:37:26.559Z | Compiling clap_builder v4.5.15 |
1206 | 2024-08-16T03:37:26.864Z | Compiling bstr v0.2.17 |
1207 | 2024-08-16T03:37:27.738Z | Compiling rustls-pemfile v1.0.4 |
1208 | 2024-08-16T03:37:28.190Z | Compiling schemars_derive v0.8.21 |
1209 | 2024-08-16T03:37:28.336Z | Compiling sec1 v0.7.3 |
1210 | 2024-08-16T03:37:29.063Z | Compiling zerocopy v0.6.6 |
1211 | 2024-08-16T03:37:29.083Z | Compiling group v0.13.0 |
1212 | 2024-08-16T03:37:29.405Z | Compiling phf v0.11.2 |
1213 | 2024-08-16T03:37:29.681Z | Compiling toml_edit v0.19.15 |
1214 | 2024-08-16T03:37:29.933Z | Compiling hubpack v0.1.2 |
1215 | 2024-08-16T03:37:30.785Z | Compiling cookie_store v0.20.0 |
1216 | 2024-08-16T03:37:30.940Z | Compiling postgres-types v0.2.7 |
1217 | 2024-08-16T03:37:31.515Z | Compiling usdt-attr-macro v0.5.0 |
1218 | 2024-08-16T03:37:32.265Z | Compiling hyper v0.14.30 |
1219 | 2024-08-16T03:37:32.446Z | Compiling usdt-macro v0.5.0 |
1220 | 2024-08-16T03:37:33.981Z | Compiling serde_urlencoded v0.7.1 |
1221 | 2024-08-16T03:37:34.097Z | Compiling pkcs1 v0.7.5 |
1222 | 2024-08-16T03:37:34.116Z | Compiling futures-executor v0.3.30 |
1223 | 2024-08-16T03:37:34.507Z | Compiling hkdf v0.12.4 |
1224 | 2024-08-16T03:37:34.668Z | Compiling regex v1.10.6 |
1225 | 2024-08-16T03:37:34.774Z | Compiling signature v2.2.0 |
1226 | 2024-08-16T03:37:35.085Z | Compiling crypto-bigint v0.5.5 |
1227 | 2024-08-16T03:37:35.108Z | Compiling serde_repr v0.1.19 |
1228 | 2024-08-16T03:37:35.408Z | Compiling clap_derive v4.5.13 |
1229 | 2024-08-16T03:37:35.684Z | Compiling strum_macros v0.25.3 |
1230 | 2024-08-16T03:37:35.754Z | Compiling enum-as-inner v0.6.0 |
1231 | 2024-08-16T03:37:36.304Z | Compiling phf_shared v0.10.0 |
1232 | 2024-08-16T03:37:36.711Z | Compiling float-cmp v0.9.0 |
1233 | 2024-08-16T03:37:36.801Z | Compiling idna v0.4.0 |
1234 | 2024-08-16T03:37:36.935Z | Compiling mio v0.8.11 |
1235 | 2024-08-16T03:37:37.612Z | Compiling encoding_rs v0.8.34 |
1236 | 2024-08-16T03:37:38.190Z | Compiling whoami v1.5.1 |
1237 | 2024-08-16T03:37:38.347Z | Compiling new_debug_unreachable v1.0.6 |
1238 | 2024-08-16T03:37:38.446Z | Compiling difflib v0.4.0 |
1239 | 2024-08-16T03:37:38.852Z | Compiling unicode-segmentation v1.11.0 |
1240 | 2024-08-16T03:37:39.713Z | Compiling hyper-tls v0.5.0 |
1241 | 2024-08-16T03:37:39.864Z | Compiling hyper-rustls v0.24.2 |
1242 | 2024-08-16T03:37:40.020Z | Compiling bit-vec v0.6.3 |
1243 | 2024-08-16T03:37:40.079Z | Compiling predicates-core v1.0.6 |
1244 | 2024-08-16T03:37:40.439Z | Compiling webpki-roots v0.25.4 |
1245 | 2024-08-16T03:37:40.450Z | Compiling dyn-clone v1.0.17 |
1246 | 2024-08-16T03:37:40.450Z | Compiling data-encoding v2.6.0 |
1247 | 2024-08-16T03:37:40.450Z | Compiling normalize-line-endings v0.3.0 |
1248 | 2024-08-16T03:37:40.492Z | Compiling sync_wrapper v0.1.2 |
1249 | 2024-08-16T03:37:40.555Z | Compiling precomputed-hash v0.1.1 |
1250 | 2024-08-16T03:37:40.573Z | Compiling fixedbitset v0.4.2 |
1251 | 2024-08-16T03:37:40.624Z | Compiling mime v0.3.17 |
1252 | 2024-08-16T03:37:40.673Z | Compiling static_assertions v1.1.0 |
1253 | 2024-08-16T03:37:40.774Z | Compiling minimal-lexical v0.2.1 |
1254 | 2024-08-16T03:37:40.959Z | Compiling reqwest v0.11.27 |
1255 | 2024-08-16T03:37:41.048Z | Compiling petgraph v0.6.5 |
1256 | 2024-08-16T03:37:41.223Z | Compiling nom v7.1.3 |
1257 | 2024-08-16T03:37:41.286Z | Compiling hickory-proto v0.24.1 |
1258 | 2024-08-16T03:37:41.951Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1259 | 2024-08-16T03:37:42.024Z | Compiling string_cache v0.8.7 |
1260 | 2024-08-16T03:37:42.505Z | Compiling toml_edit v0.22.20 |
1261 | 2024-08-16T03:37:42.797Z | Compiling predicates v3.1.2 |
1262 | 2024-08-16T03:37:44.543Z | Compiling clap v4.5.15 |
1263 | 2024-08-16T03:37:44.666Z | Compiling bit-set v0.5.3 |
1264 | 2024-08-16T03:37:44.847Z | Compiling console v0.15.8 |
1265 | 2024-08-16T03:37:44.940Z | Compiling similar v2.5.0 |
1266 | 2024-08-16T03:37:45.023Z | Compiling tokio-postgres v0.7.11 |
1267 | 2024-08-16T03:37:46.423Z | Compiling usdt v0.5.0 |
1268 | 2024-08-16T03:37:46.915Z | Compiling elliptic-curve v0.13.8 |
1269 | 2024-08-16T03:37:47.439Z | Compiling signal-hook-mio v0.2.4 |
1270 | 2024-08-16T03:37:47.607Z | Compiling rsa v0.9.6 |
1271 | 2024-08-16T03:37:47.743Z | Compiling futures v0.3.30 |
1272 | 2024-08-16T03:37:48.041Z | Compiling flate2 v1.0.31 |
1273 | 2024-08-16T03:37:48.207Z | Compiling toml v0.7.8 |
1274 | 2024-08-16T03:37:49.943Z | Compiling itertools v0.10.5 |
1275 | 2024-08-16T03:37:50.674Z | Compiling itertools v0.12.1 |
1276 | 2024-08-16T03:37:50.690Z | Compiling tokio-stream v0.1.15 |
1277 | 2024-08-16T03:37:50.747Z | Compiling openapiv3 v2.0.0 |
1278 | 2024-08-16T03:37:51.490Z | Compiling hex v0.4.3 |
1279 | 2024-08-16T03:37:51.652Z | Compiling bstr v1.9.1 |
1280 | 2024-08-16T03:37:51.902Z | Compiling sha1 v0.10.6 |
1281 | 2024-08-16T03:37:52.081Z | Compiling crossbeam-epoch v0.9.18 |
1282 | 2024-08-16T03:37:52.343Z | Compiling dirs-sys-next v0.1.2 |
1283 | 2024-08-16T03:37:52.697Z | Compiling lalrpop-util v0.19.12 |
1284 | 2024-08-16T03:37:52.853Z | Compiling unicode-xid v0.2.4 |
1285 | 2024-08-16T03:37:52.998Z | Compiling peg-runtime v0.8.3 |
1286 | 2024-08-16T03:37:53.018Z | Compiling dirs-next v2.0.0 |
1287 | 2024-08-16T03:37:53.036Z | Compiling thread_local v1.1.8 |
1288 | 2024-08-16T03:37:53.225Z | Compiling slog-async v2.8.0 |
1289 | 2024-08-16T03:37:53.387Z | Compiling term v0.7.0 |
1290 | 2024-08-16T03:37:53.559Z | Compiling xattr v1.3.1 |
1291 | 2024-08-16T03:37:53.673Z | Compiling strum_macros v0.26.4 |
1292 | 2024-08-16T03:37:53.693Z | Compiling crossbeam-channel v0.5.12 |
1293 | 2024-08-16T03:37:53.816Z | Compiling filetime v0.2.24 |
1294 | 2024-08-16T03:37:53.836Z | Compiling is-terminal v0.4.12 |
1295 | 2024-08-16T03:37:53.962Z | Compiling take_mut v0.2.2 |
1296 | 2024-08-16T03:37:54.109Z | Compiling tar v0.4.41 |
1297 | 2024-08-16T03:37:54.124Z | Compiling slog-term v2.9.1 |
1298 | 2024-08-16T03:37:54.921Z | Compiling camino v1.1.7 |
1299 | 2024-08-16T03:37:55.783Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1300 | 2024-08-16T03:37:56.736Z | Compiling strum v0.26.3 |
1301 | 2024-08-16T03:37:56.814Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1302 | 2024-08-16T03:38:01.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1303 | 2024-08-16T03:38:01.949Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1304 | 2024-08-16T03:38:01.994Z | Aug 16 03:38:00.795 INFO Starting download, target: Console |
1305 | 2024-08-16T03:38:01.994Z | Aug 16 03:38:00.795 INFO Starting download, target: Clickhouse |
1306 | 2024-08-16T03:38:02.015Z | Aug 16 03:38:00.795 INFO Starting download, target: DendriteOpenapi |
1307 | 2024-08-16T03:38:02.015Z | Aug 16 03:38:00.795 INFO Starting download, target: Cockroach |
1308 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.795 INFO Starting download, target: DendriteStub |
1309 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.795 INFO Starting download, target: MaghemiteMgd |
1310 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.795 INFO Starting download, target: TransceiverControl |
1311 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.796 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1312 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.796 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1313 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.796 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1314 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.796 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1315 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.796 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1316 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.796 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1317 | 2024-08-16T03:38:02.016Z | Aug 16 03:38:00.796 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1318 | 2024-08-16T03:38:02.122Z | Aug 16 03:38:00.923 INFO Download complete, target: DendriteOpenapi |
1319 | 2024-08-16T03:38:02.223Z | Aug 16 03:38:01.015 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1320 | 2024-08-16T03:38:02.496Z | Aug 16 03:38:01.281 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1321 | 2024-08-16T03:38:02.695Z | Aug 16 03:38:01.496 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1322 | 2024-08-16T03:38:02.780Z | Aug 16 03:38:01.581 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1323 | 2024-08-16T03:38:02.877Z | Aug 16 03:38:01.677 INFO Download complete, target: Console |
1324 | 2024-08-16T03:38:02.982Z | Aug 16 03:38:01.782 INFO Download complete, target: TransceiverControl |
1325 | 2024-08-16T03:38:04.085Z | Aug 16 03:38:02.874 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1326 | 2024-08-16T03:38:04.221Z | Aug 16 03:38:03.020 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-16T03:38:04.221Z | Aug 16 03:38:03.020 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-16T03:38:05.847Z | Aug 16 03:38:04.648 INFO Download complete, target: DendriteStub |
1329 | 2024-08-16T03:38:06.054Z | Aug 16 03:38:04.855 INFO Download complete, target: MaghemiteMgd |
1330 | 2024-08-16T03:38:12.293Z | Aug 16 03:38:11.095 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1331 | 2024-08-16T03:38:12.619Z | Aug 16 03:38:11.421 INFO Checking that binary works, target: Cockroach |
1332 | 2024-08-16T03:38:12.773Z | Aug 16 03:38:11.575 INFO Download complete, target: Cockroach |
1333 | 2024-08-16T03:38:17.791Z | Aug 16 03:38:16.593 INFO Checking that binary works, target: Clickhouse |
1334 | 2024-08-16T03:38:17.922Z | Aug 16 03:38:16.724 INFO Download complete, target: Clickhouse |
1335 | 2024-08-16T03:38:17.929Z | All prerequisites installed successfully |
1336 | 2024-08-16T03:38:17.932Z | |
1337 | 2024-08-16T03:38:17.932Z | real 3:34.149839037 |
1338 | 2024-08-16T03:38:17.932Z | user 11:10.591604554 |
1339 | 2024-08-16T03:38:17.932Z | sys 2:23.362474514 |
1340 | 2024-08-16T03:38:17.932Z | trap 0.413122101 |
1341 | 2024-08-16T03:38:17.932Z | tflt 1.079400746 |
1342 | 2024-08-16T03:38:17.932Z | dflt 1.668280346 |
1343 | 2024-08-16T03:38:17.932Z | kflt 0.030182041 |
1344 | 2024-08-16T03:38:17.932Z | lock 21:42.889085582 |
1345 | 2024-08-16T03:38:17.932Z | slp 43:13.368712174 |
1346 | 2024-08-16T03:38:17.932Z | lat 39.618941145 |
1347 | 2024-08-16T03:38:17.932Z | stop 1:41.137651565 |
1348 | 2024-08-16T03:38:17.932Z | + source ./tools/include/force-git-over-https.sh |
1349 | 2024-08-16T03:38:17.932Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1350 | 2024-08-16T03:38:17.932Z | ++ (( i = 0 )) |
1351 | 2024-08-16T03:38:17.932Z | ++ (( i < 5 )) |
1352 | 2024-08-16T03:38:17.932Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1353 | 2024-08-16T03:38:17.935Z | ++ (( i++ )) |
1354 | 2024-08-16T03:38:17.935Z | ++ (( i < 5 )) |
1355 | 2024-08-16T03:38:17.937Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1356 | 2024-08-16T03:38:17.939Z | ++ (( i++ )) |
1357 | 2024-08-16T03:38:17.939Z | ++ (( i < 5 )) |
1358 | 2024-08-16T03:38:17.939Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1359 | 2024-08-16T03:38:17.942Z | ++ (( i++ )) |
1360 | 2024-08-16T03:38:17.942Z | ++ (( i < 5 )) |
1361 | 2024-08-16T03:38:17.942Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1362 | 2024-08-16T03:38:17.944Z | ++ (( i++ )) |
1363 | 2024-08-16T03:38:17.944Z | ++ (( i < 5 )) |
1364 | 2024-08-16T03:38:17.944Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1365 | 2024-08-16T03:38:17.947Z | ++ (( i++ )) |
1366 | 2024-08-16T03:38:17.947Z | ++ (( i < 5 )) |
1367 | 2024-08-16T03:38:17.949Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1368 | 2024-08-16T03:38:17.949Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1369 | 2024-08-16T03:38:17.949Z | + rc=0 |
1370 | 2024-08-16T03:38:17.949Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1371 | 2024-08-16T03:38:50.935Z | + case $rc in |
1372 | 2024-08-16T03:38:50.935Z | + pfexec zfs create -p rpool/images/build/host |
1373 | 2024-08-16T03:38:51.086Z | + pfexec zfs create -p rpool/images/build/recovery |
1374 | 2024-08-16T03:38:51.157Z | + cargo xtask releng --output-dir /work |
1375 | 2024-08-16T03:38:51.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1376 | 2024-08-16T03:38:51.727Z | Running `target/debug/xtask releng --output-dir /work` |
1377 | 2024-08-16T03:38:52.595Z | Compiling proc-macro2 v1.0.86 |
1378 | 2024-08-16T03:38:52.595Z | Compiling unicode-ident v1.0.12 |
1379 | 2024-08-16T03:38:52.614Z | Compiling libc v0.2.155 |
1380 | 2024-08-16T03:38:52.614Z | Compiling serde v1.0.207 |
1381 | 2024-08-16T03:38:52.614Z | Compiling version_check v0.9.5 |
1382 | 2024-08-16T03:38:52.614Z | Compiling autocfg v1.3.0 |
1383 | 2024-08-16T03:38:52.614Z | Compiling cfg-if v1.0.0 |
1384 | 2024-08-16T03:38:52.614Z | Compiling once_cell v1.19.0 |
1385 | 2024-08-16T03:38:52.895Z | Compiling typenum v1.17.0 |
1386 | 2024-08-16T03:38:52.967Z | Compiling memchr v2.7.2 |
1387 | 2024-08-16T03:38:53.441Z | Compiling lock_api v0.4.12 |
1388 | 2024-08-16T03:38:53.444Z | Compiling generic-array v0.14.7 |
1389 | 2024-08-16T03:38:53.777Z | Compiling ahash v0.8.11 |
1390 | 2024-08-16T03:38:53.838Z | Compiling serde_json v1.0.125 |
1391 | 2024-08-16T03:38:53.880Z | Compiling libm v0.2.8 |
1392 | 2024-08-16T03:38:54.189Z | Compiling num-traits v0.2.19 |
1393 | 2024-08-16T03:38:54.216Z | Compiling parking_lot_core v0.9.10 |
1394 | 2024-08-16T03:38:54.278Z | Compiling quote v1.0.36 |
1395 | 2024-08-16T03:38:54.351Z | Compiling byteorder v1.5.0 |
1396 | 2024-08-16T03:38:54.655Z | Compiling syn v2.0.74 |
1397 | 2024-08-16T03:38:54.841Z | Compiling jobserver v0.1.32 |
1398 | 2024-08-16T03:38:54.859Z | Compiling getrandom v0.2.14 |
1399 | 2024-08-16T03:38:54.990Z | Compiling scopeguard v1.2.0 |
1400 | 2024-08-16T03:38:55.053Z | Compiling log v0.4.21 |
1401 | 2024-08-16T03:38:55.272Z | Compiling cc v1.0.97 |
1402 | 2024-08-16T03:38:55.465Z | Compiling thiserror v1.0.63 |
1403 | 2024-08-16T03:38:55.487Z | Compiling itoa v1.0.11 |
1404 | 2024-08-16T03:38:55.716Z | Compiling slab v0.4.9 |
1405 | 2024-08-16T03:38:55.734Z | Compiling rand_core v0.6.4 |
1406 | 2024-08-16T03:38:55.942Z | Compiling pkg-config v0.3.30 |
1407 | 2024-08-16T03:38:56.270Z | Compiling semver v1.0.23 |
1408 | 2024-08-16T03:38:56.526Z | Compiling ryu v1.0.18 |
1409 | 2024-08-16T03:38:56.695Z | Compiling pin-project-lite v0.2.14 |
1410 | 2024-08-16T03:38:56.782Z | Compiling vcpkg v0.2.15 |
1411 | 2024-08-16T03:38:56.834Z | Compiling smallvec v1.13.2 |
1412 | 2024-08-16T03:38:56.905Z | Compiling spin v0.9.8 |
1413 | 2024-08-16T03:38:57.211Z | Compiling allocator-api2 v0.2.18 |
1414 | 2024-08-16T03:38:57.660Z | Compiling subtle v2.5.0 |
1415 | 2024-08-16T03:38:58.151Z | Compiling const-oid v0.9.6 |
1416 | 2024-08-16T03:38:58.367Z | Compiling signal-hook-registry v1.4.2 |
1417 | 2024-08-16T03:38:58.538Z | Compiling rustix v0.38.34 |
1418 | 2024-08-16T03:38:58.628Z | Compiling ring v0.17.8 |
1419 | 2024-08-16T03:38:59.179Z | Compiling openssl-sys v0.9.103 |
1420 | 2024-08-16T03:38:59.795Z | Compiling httparse v1.8.0 |
1421 | 2024-08-16T03:39:00.070Z | Compiling heck v0.5.0 |
1422 | 2024-08-16T03:39:00.201Z | Compiling schemars v0.8.21 |
1423 | 2024-08-16T03:39:00.505Z | Compiling parking_lot v0.12.2 |
1424 | 2024-08-16T03:39:00.582Z | Compiling mio v1.0.2 |
1425 | 2024-08-16T03:39:00.728Z | Compiling time-core v0.1.2 |
1426 | 2024-08-16T03:39:00.988Z | Compiling num-conv v0.1.0 |
1427 | 2024-08-16T03:39:01.374Z | Compiling futures-core v0.3.30 |
1428 | 2024-08-16T03:39:01.403Z | Compiling time-macros v0.2.18 |
1429 | 2024-08-16T03:39:01.434Z | Compiling socket2 v0.5.7 |
1430 | 2024-08-16T03:39:01.650Z | Compiling openssl v0.10.66 |
1431 | 2024-08-16T03:39:02.199Z | Compiling serde_derive_internals v0.29.1 |
1432 | 2024-08-16T03:39:02.288Z | Compiling equivalent v1.0.1 |
1433 | 2024-08-16T03:39:02.332Z | Compiling fnv v1.0.7 |
1434 | 2024-08-16T03:39:02.553Z | Compiling rustls v0.21.12 |
1435 | 2024-08-16T03:39:02.557Z | Compiling native-tls v0.2.11 |
1436 | 2024-08-16T03:39:03.019Z | Compiling tinyvec_macros v0.1.1 |
1437 | 2024-08-16T03:39:03.146Z | Compiling futures-sink v0.3.30 |
1438 | 2024-08-16T03:39:03.196Z | Compiling tinyvec v1.6.0 |
1439 | 2024-08-16T03:39:03.381Z | Compiling crossbeam-utils v0.8.19 |
1440 | 2024-08-16T03:39:04.192Z | Compiling cookie v0.17.0 |
1441 | 2024-08-16T03:39:04.470Z | Compiling cpufeatures v0.2.12 |
1442 | 2024-08-16T03:39:04.608Z | Compiling ucd-trie v0.1.6 |
1443 | 2024-08-16T03:39:04.678Z | Compiling iana-time-zone v0.1.60 |
1444 | 2024-08-16T03:39:04.977Z | Compiling unicode-normalization v0.1.23 |
1445 | 2024-08-16T03:39:05.039Z | Compiling futures-channel v0.3.30 |
1446 | 2024-08-16T03:39:05.213Z | Compiling slog v2.7.0 |
1447 | 2024-08-16T03:39:05.257Z | Compiling pin-utils v0.1.0 |
1448 | 2024-08-16T03:39:05.333Z | Compiling syn v1.0.109 |
1449 | 2024-08-16T03:39:05.409Z | Compiling unicode-bidi v0.3.15 |
1450 | 2024-08-16T03:39:05.541Z | Compiling futures-io v0.3.30 |
1451 | 2024-08-16T03:39:05.955Z | Compiling futures-task v0.3.30 |
1452 | 2024-08-16T03:39:06.351Z | Compiling untrusted v0.9.0 |
1453 | 2024-08-16T03:39:06.920Z | Compiling aho-corasick v1.1.3 |
1454 | 2024-08-16T03:39:07.181Z | Compiling crc32fast v1.4.0 |
1455 | 2024-08-16T03:39:07.370Z | Compiling dyn-clone v1.0.17 |
1456 | 2024-08-16T03:39:07.482Z | Compiling serde_derive v1.0.207 |
1457 | 2024-08-16T03:39:07.565Z | Compiling zeroize_derive v1.4.2 |
1458 | 2024-08-16T03:39:07.680Z | Compiling zerocopy-derive v0.7.34 |
1459 | 2024-08-16T03:39:07.823Z | Compiling tokio-macros v2.4.0 |
1460 | 2024-08-16T03:39:08.465Z | Compiling thiserror-impl v1.0.63 |
1461 | 2024-08-16T03:39:09.042Z | Compiling zeroize v1.7.0 |
1462 | 2024-08-16T03:39:09.489Z | Compiling futures-macro v0.3.30 |
1463 | 2024-08-16T03:39:09.727Z | Compiling zerocopy v0.7.34 |
1464 | 2024-08-16T03:39:11.551Z | Compiling crypto-common v0.1.6 |
1465 | 2024-08-16T03:39:11.642Z | Compiling tracing-attributes v0.1.27 |
1466 | 2024-08-16T03:39:11.753Z | Compiling der_derive v0.7.2 |
1467 | 2024-08-16T03:39:12.177Z | Compiling hashbrown v0.14.5 |
1468 | 2024-08-16T03:39:13.036Z | Compiling block-buffer v0.10.4 |
1469 | 2024-08-16T03:39:13.338Z | Compiling digest v0.10.7 |
1470 | 2024-08-16T03:39:13.837Z | Compiling schemars_derive v0.8.21 |
1471 | 2024-08-16T03:39:14.129Z | Compiling openssl-macros v0.1.1 |
1472 | 2024-08-16T03:39:14.996Z | Compiling scroll_derive v0.12.0 |
1473 | 2024-08-16T03:39:15.018Z | Compiling hmac v0.12.1 |
1474 | 2024-08-16T03:39:15.129Z | Compiling pest v2.7.10 |
1475 | 2024-08-16T03:39:15.437Z | Compiling block-padding v0.3.3 |
1476 | 2024-08-16T03:39:15.717Z | Compiling inout v0.1.3 |
1477 | 2024-08-16T03:39:16.006Z | Compiling futures-util v0.3.30 |
1478 | 2024-08-16T03:39:16.311Z | Compiling cipher v0.4.4 |
1479 | 2024-08-16T03:39:16.800Z | Compiling sha2 v0.10.8 |
1480 | 2024-08-16T03:39:16.959Z | Compiling regex-syntax v0.8.4 |
1481 | 2024-08-16T03:39:17.832Z | Compiling pest_meta v2.7.10 |
1482 | 2024-08-16T03:39:19.877Z | Compiling pest_generator v2.7.10 |
1483 | 2024-08-16T03:39:21.809Z | Compiling bytes v1.7.1 |
1484 | 2024-08-16T03:39:23.188Z | Compiling bitflags v2.6.0 |
1485 | 2024-08-16T03:39:23.652Z | Compiling tokio v1.39.2 |
1486 | 2024-08-16T03:39:23.864Z | Compiling indexmap v2.4.0 |
1487 | 2024-08-16T03:39:24.007Z | Compiling serde_tokenstream v0.2.2 |
1488 | 2024-08-16T03:39:24.645Z | Compiling uuid v1.10.0 |
1489 | 2024-08-16T03:39:25.212Z | Compiling chrono v0.4.38 |
1490 | 2024-08-16T03:39:25.490Z | Compiling http v0.2.12 |
1491 | 2024-08-16T03:39:26.109Z | Compiling rustc_version v0.4.0 |
1492 | 2024-08-16T03:39:26.220Z | Compiling pest_derive v2.7.10 |
1493 | 2024-08-16T03:39:27.140Z | Compiling regex-automata v0.4.6 |
1494 | 2024-08-16T03:39:28.713Z | Compiling usdt-impl v0.5.0 |
1495 | 2024-08-16T03:39:29.057Z | Compiling powerfmt v0.2.0 |
1496 | 2024-08-16T03:39:29.133Z | Compiling heck v0.4.1 |
1497 | 2024-08-16T03:39:29.655Z | Compiling percent-encoding v2.3.1 |
1498 | 2024-08-16T03:39:29.657Z | Compiling base64ct v1.6.0 |
1499 | 2024-08-16T03:39:29.674Z | Compiling deranged v0.3.11 |
1500 | 2024-08-16T03:39:30.281Z | Compiling pem-rfc7468 v0.7.0 |
1501 | 2024-08-16T03:39:30.311Z | Compiling heapless v0.7.17 |
1502 | 2024-08-16T03:39:31.248Z | Compiling scroll v0.12.0 |
1503 | 2024-08-16T03:39:31.662Z | Compiling zerocopy-derive v0.6.6 |
1504 | 2024-08-16T03:39:32.389Z | Compiling backtrace v0.3.71 |
1505 | 2024-08-16T03:39:32.881Z | Compiling tracing-core v0.1.32 |
1506 | 2024-08-16T03:39:33.679Z | Compiling errno v0.3.9 |
1507 | 2024-08-16T03:39:33.947Z | Compiling num_threads v0.1.7 |
1508 | 2024-08-16T03:39:34.077Z | Compiling num-bigint-dig v0.8.4 |
1509 | 2024-08-16T03:39:34.954Z | Compiling flagset v0.4.5 |
1510 | 2024-08-16T03:39:35.026Z | Compiling plain v0.2.3 |
1511 | 2024-08-16T03:39:35.207Z | Compiling ppv-lite86 v0.2.17 |
1512 | 2024-08-16T03:39:35.256Z | Compiling der v0.7.9 |
1513 | 2024-08-16T03:39:35.607Z | Compiling goblin v0.8.2 |
1514 | 2024-08-16T03:39:35.630Z | Compiling time v0.3.36 |
1515 | 2024-08-16T03:39:36.001Z | Compiling rand_chacha v0.3.1 |
1516 | 2024-08-16T03:39:37.881Z | Compiling tracing v0.1.40 |
1517 | 2024-08-16T03:39:38.408Z | Compiling tokio-util v0.7.11 |
1518 | 2024-08-16T03:39:38.505Z | Compiling regex v1.10.6 |
1519 | 2024-08-16T03:39:38.674Z | Compiling salsa20 v0.10.2 |
1520 | 2024-08-16T03:39:38.982Z | Compiling pbkdf2 v0.12.2 |
1521 | 2024-08-16T03:39:39.255Z | Compiling async-trait v0.1.81 |
1522 | 2024-08-16T03:39:40.890Z | Compiling rustversion v1.0.17 |
1523 | 2024-08-16T03:39:41.887Z | Compiling strsim v0.11.1 |
1524 | 2024-08-16T03:39:41.980Z | Compiling pretty-hex v0.4.1 |
1525 | 2024-08-16T03:39:42.237Z | Compiling dof v0.3.0 |
1526 | 2024-08-16T03:39:43.141Z | Compiling scrypt v0.11.0 |
1527 | 2024-08-16T03:39:43.753Z | Compiling spki v0.7.3 |
1528 | 2024-08-16T03:39:43.791Z | Compiling rand v0.8.5 |
1529 | 2024-08-16T03:39:44.213Z | Compiling form_urlencoded v1.2.1 |
1530 | 2024-08-16T03:39:44.459Z | Compiling dtrace-parser v0.2.0 |
1531 | 2024-08-16T03:39:45.221Z | Compiling cbc v0.1.2 |
1532 | 2024-08-16T03:39:45.369Z | Compiling aes v0.8.4 |
1533 | 2024-08-16T03:39:45.442Z | Compiling thread-id v4.2.1 |
1534 | 2024-08-16T03:39:45.494Z | Compiling anyhow v1.0.86 |
1535 | 2024-08-16T03:39:45.673Z | Compiling signal-hook v0.3.17 |
1536 | 2024-08-16T03:39:45.759Z | Compiling smoltcp v0.9.1 |
1537 | 2024-08-16T03:39:46.043Z | Compiling unicode-width v0.1.13 |
1538 | 2024-08-16T03:39:46.283Z | Compiling foreign-types-shared v0.1.1 |
1539 | 2024-08-16T03:39:46.405Z | Compiling try-lock v0.2.5 |
1540 | 2024-08-16T03:39:46.585Z | Compiling want v0.3.1 |
1541 | 2024-08-16T03:39:46.605Z | Compiling foreign-types v0.3.2 |
1542 | 2024-08-16T03:39:46.759Z | Compiling pkcs5 v0.7.1 |
1543 | 2024-08-16T03:39:48.093Z | Compiling h2 v0.3.26 |
1544 | 2024-08-16T03:39:48.638Z | Compiling http-body v0.4.6 |
1545 | 2024-08-16T03:39:49.181Z | Compiling clap_derive v4.5.13 |
1546 | 2024-08-16T03:39:50.270Z | Compiling lazy_static v1.5.0 |
1547 | 2024-08-16T03:39:50.576Z | Compiling siphasher v0.3.11 |
1548 | 2024-08-16T03:39:50.953Z | Compiling tower-service v0.3.2 |
1549 | 2024-08-16T03:39:51.428Z | Compiling httpdate v1.0.3 |
1550 | 2024-08-16T03:39:51.580Z | Compiling base64 v0.21.7 |
1551 | 2024-08-16T03:39:52.276Z | Compiling cfg_aliases v0.1.1 |
1552 | 2024-08-16T03:39:52.382Z | Compiling nix v0.28.0 |
1553 | 2024-08-16T03:39:57.874Z | Compiling hyper v0.14.30 |
1554 | 2024-08-16T03:39:57.963Z | Compiling pkcs8 v0.10.2 |
1555 | 2024-08-16T03:40:02.919Z | Compiling sct v0.7.1 |
1556 | 2024-08-16T03:40:03.262Z | Compiling rustls-webpki v0.101.7 |
1557 | 2024-08-16T03:40:06.008Z | Compiling openapiv3 v2.0.0 |
1558 | 2024-08-16T03:40:08.881Z | Compiling hubpack_derive v0.1.1 |
1559 | 2024-08-16T03:40:10.064Z | Compiling idna v0.5.0 |
1560 | 2024-08-16T03:40:11.522Z | Compiling fs-err v2.11.0 |
1561 | 2024-08-16T03:40:11.667Z | Compiling anstyle v1.0.8 |
1562 | 2024-08-16T03:40:11.705Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-08-16T03:40:11.822Z | Compiling adler v1.0.2 |
1564 | 2024-08-16T03:40:12.069Z | Compiling finl_unicode v1.2.0 |
1565 | 2024-08-16T03:40:12.113Z | Compiling utf8parse v0.2.1 |
1566 | 2024-08-16T03:40:12.311Z | Compiling anstyle-parse v0.2.4 |
1567 | 2024-08-16T03:40:12.331Z | Compiling miniz_oxide v0.7.2 |
1568 | 2024-08-16T03:40:12.688Z | Compiling stringprep v0.1.4 |
1569 | 2024-08-16T03:40:13.871Z | Compiling url v2.5.2 |
1570 | 2024-08-16T03:40:17.503Z | Compiling usdt-macro v0.5.0 |
1571 | 2024-08-16T03:40:17.985Z | Compiling usdt-attr-macro v0.5.0 |
1572 | 2024-08-16T03:40:19.566Z | Compiling serde_spanned v0.6.7 |
1573 | 2024-08-16T03:40:19.789Z | Compiling toml_datetime v0.6.8 |
1574 | 2024-08-16T03:40:20.028Z | Compiling md-5 v0.10.6 |
1575 | 2024-08-16T03:40:20.191Z | Compiling regress v0.9.1 |
1576 | 2024-08-16T03:40:20.248Z | Compiling idna v0.3.0 |
1577 | 2024-08-16T03:40:21.883Z | Compiling num-integer v0.1.46 |
1578 | 2024-08-16T03:40:22.555Z | Compiling hash32 v0.2.1 |
1579 | 2024-08-16T03:40:22.580Z | Compiling encoding_rs v0.8.34 |
1580 | 2024-08-16T03:40:22.937Z | Compiling colorchoice v1.0.1 |
1581 | 2024-08-16T03:40:23.095Z | Compiling fallible-iterator v0.2.0 |
1582 | 2024-08-16T03:40:24.086Z | Compiling stable_deref_trait v1.2.0 |
1583 | 2024-08-16T03:40:24.194Z | Compiling gimli v0.28.1 |
1584 | 2024-08-16T03:40:24.219Z | Compiling psl-types v2.0.11 |
1585 | 2024-08-16T03:40:24.411Z | Compiling is_terminal_polyfill v1.70.0 |
1586 | 2024-08-16T03:40:24.541Z | Compiling anstyle-query v1.0.3 |
1587 | 2024-08-16T03:40:24.689Z | Compiling base64 v0.22.1 |
1588 | 2024-08-16T03:40:24.848Z | Compiling mime v0.3.17 |
1589 | 2024-08-16T03:40:25.072Z | Compiling publicsuffix v2.2.3 |
1590 | 2024-08-16T03:40:25.367Z | Compiling postgres-protocol v0.6.7 |
1591 | 2024-08-16T03:40:25.385Z | Compiling anstream v0.6.14 |
1592 | 2024-08-16T03:40:26.538Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1593 | 2024-08-16T03:40:28.726Z | Compiling addr2line v0.21.0 |
1594 | 2024-08-16T03:40:29.026Z | Compiling num-iter v0.1.45 |
1595 | 2024-08-16T03:40:29.393Z | Compiling tokio-rustls v0.24.1 |
1596 | 2024-08-16T03:40:30.748Z | Compiling terminal_size v0.3.0 |
1597 | 2024-08-16T03:40:30.946Z | Compiling tokio-native-tls v0.3.1 |
1598 | 2024-08-16T03:40:31.565Z | Compiling phf_shared v0.11.2 |
1599 | 2024-08-16T03:40:31.933Z | Compiling strum_macros v0.25.3 |
1600 | 2024-08-16T03:40:32.119Z | Compiling serde_urlencoded v0.7.1 |
1601 | 2024-08-16T03:40:32.778Z | Compiling enum-as-inner v0.6.0 |
1602 | 2024-08-16T03:40:33.347Z | Compiling serde_repr v0.1.19 |
1603 | 2024-08-16T03:40:33.831Z | Compiling ff v0.13.0 |
1604 | 2024-08-16T03:40:34.041Z | Compiling object v0.32.2 |
1605 | 2024-08-16T03:40:34.069Z | Compiling clap_lex v0.7.0 |
1606 | 2024-08-16T03:40:34.449Z | Compiling either v1.13.0 |
1607 | 2024-08-16T03:40:34.501Z | Compiling ipnet v2.9.0 |
1608 | 2024-08-16T03:40:35.447Z | Compiling regex-automata v0.1.10 |
1609 | 2024-08-16T03:40:35.574Z | Compiling base16ct v0.2.0 |
1610 | 2024-08-16T03:40:35.867Z | Compiling rustc-demangle v0.1.24 |
1611 | 2024-08-16T03:40:36.916Z | Compiling winnow v0.5.40 |
1612 | 2024-08-16T03:40:37.772Z | Compiling bitflags v1.3.2 |
1613 | 2024-08-16T03:40:37.886Z | Compiling managed v0.8.0 |
1614 | 2024-08-16T03:40:38.136Z | Compiling rustls-pemfile v1.0.4 |
1615 | 2024-08-16T03:40:38.478Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1616 | 2024-08-16T03:40:38.917Z | Compiling bstr v0.2.17 |
1617 | 2024-08-16T03:40:40.274Z | Compiling sec1 v0.7.3 |
1618 | 2024-08-16T03:40:40.276Z | Compiling clap_builder v4.5.15 |
1619 | 2024-08-16T03:40:40.357Z | Compiling toml_edit v0.19.15 |
1620 | 2024-08-16T03:40:40.571Z | Compiling group v0.13.0 |
1621 | 2024-08-16T03:40:42.084Z | Compiling phf v0.11.2 |
1622 | 2024-08-16T03:40:42.144Z | Compiling hyper-tls v0.5.0 |
1623 | 2024-08-16T03:40:42.388Z | Compiling hyper-rustls v0.24.2 |
1624 | 2024-08-16T03:40:42.708Z | Compiling cookie_store v0.20.0 |
1625 | 2024-08-16T03:40:43.652Z | Compiling postgres-types v0.2.7 |
1626 | 2024-08-16T03:40:44.164Z | Compiling hubpack v0.1.2 |
1627 | 2024-08-16T03:40:44.336Z | Compiling pkcs1 v0.7.5 |
1628 | 2024-08-16T03:40:45.026Z | Compiling phf_shared v0.10.0 |
1629 | 2024-08-16T03:40:45.355Z | Compiling zerocopy v0.6.6 |
1630 | 2024-08-16T03:40:45.396Z | Compiling futures-executor v0.3.30 |
1631 | 2024-08-16T03:40:45.427Z | Compiling hkdf v0.12.4 |
1632 | 2024-08-16T03:40:45.548Z | Compiling signature v2.2.0 |
1633 | 2024-08-16T03:40:45.662Z | Compiling crypto-bigint v0.5.5 |
1634 | 2024-08-16T03:40:45.842Z | Compiling idna v0.4.0 |
1635 | 2024-08-16T03:40:45.930Z | Compiling float-cmp v0.9.0 |
1636 | 2024-08-16T03:40:46.152Z | Compiling mio v0.8.11 |
1637 | 2024-08-16T03:40:46.184Z | Compiling memmap v0.7.0 |
1638 | 2024-08-16T03:40:47.070Z | Compiling difflib v0.4.0 |
1639 | 2024-08-16T03:40:47.175Z | Compiling minimal-lexical v0.2.1 |
1640 | 2024-08-16T03:40:47.259Z | Compiling webpki-roots v0.25.4 |
1641 | 2024-08-16T03:40:47.414Z | Compiling bit-vec v0.6.3 |
1642 | 2024-08-16T03:40:47.437Z | Compiling sync_wrapper v0.1.2 |
1643 | 2024-08-16T03:40:47.477Z | Compiling whoami v1.5.1 |
1644 | 2024-08-16T03:40:47.643Z | Compiling fixedbitset v0.4.2 |
1645 | 2024-08-16T03:40:47.824Z | Compiling static_assertions v1.1.0 |
1646 | 2024-08-16T03:40:48.003Z | Compiling data-encoding v2.6.0 |
1647 | 2024-08-16T03:40:48.021Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-08-16T03:40:48.042Z | Compiling unicode-segmentation v1.11.0 |
1649 | 2024-08-16T03:40:48.081Z | Compiling winnow v0.6.18 |
1650 | 2024-08-16T03:40:48.250Z | Compiling predicates-core v1.0.6 |
1651 | 2024-08-16T03:40:48.440Z | Compiling normalize-line-endings v0.3.0 |
1652 | 2024-08-16T03:40:48.561Z | Compiling new_debug_unreachable v1.0.6 |
1653 | 2024-08-16T03:40:48.784Z | Compiling hickory-proto v0.24.1 |
1654 | 2024-08-16T03:40:48.803Z | Compiling similar v2.5.0 |
1655 | 2024-08-16T03:40:49.072Z | Compiling reqwest v0.11.27 |
1656 | 2024-08-16T03:40:49.091Z | Compiling string_cache v0.8.7 |
1657 | 2024-08-16T03:40:49.557Z | Compiling predicates v3.1.2 |
1658 | 2024-08-16T03:40:49.664Z | Compiling elliptic-curve v0.13.8 |
1659 | 2024-08-16T03:40:50.414Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1660 | 2024-08-16T03:40:50.840Z | Compiling petgraph v0.6.5 |
1661 | 2024-08-16T03:40:50.965Z | Compiling tokio-postgres v0.7.11 |
1662 | 2024-08-16T03:40:50.982Z | Compiling bit-set v0.5.3 |
1663 | 2024-08-16T03:40:51.273Z | Compiling nom v7.1.3 |
1664 | 2024-08-16T03:40:51.820Z | Compiling toml_edit v0.22.20 |
1665 | 2024-08-16T03:40:54.841Z | Compiling signal-hook-mio v0.2.4 |
1666 | 2024-08-16T03:40:55.022Z | Compiling usdt v0.5.0 |
1667 | 2024-08-16T03:40:56.244Z | Compiling rsa v0.9.6 |
1668 | 2024-08-16T03:40:56.524Z | Compiling futures v0.3.30 |
1669 | 2024-08-16T03:40:57.720Z | Compiling clap v4.5.15 |
1670 | 2024-08-16T03:40:57.851Z | Compiling toml v0.7.8 |
1671 | 2024-08-16T03:40:57.865Z | Compiling crossbeam-epoch v0.9.18 |
1672 | 2024-08-16T03:40:58.122Z | Compiling flate2 v1.0.31 |
1673 | 2024-08-16T03:40:58.543Z | Compiling itertools v0.12.1 |
1674 | 2024-08-16T03:40:58.839Z | Compiling itertools v0.10.5 |
1675 | 2024-08-16T03:40:59.857Z | Compiling console v0.15.8 |
1676 | 2024-08-16T03:41:00.444Z | Compiling tokio-stream v0.1.15 |
1677 | 2024-08-16T03:41:01.145Z | Compiling bstr v1.9.1 |
1678 | 2024-08-16T03:41:01.374Z | Compiling hex v0.4.3 |
1679 | 2024-08-16T03:41:01.676Z | Compiling sha1 v0.10.6 |
1680 | 2024-08-16T03:41:02.208Z | Compiling unicode-xid v0.2.4 |
1681 | 2024-08-16T03:41:02.283Z | Compiling camino v1.1.7 |
1682 | 2024-08-16T03:41:02.556Z | Compiling lalrpop-util v0.19.12 |
1683 | 2024-08-16T03:41:02.859Z | Compiling radium v0.7.0 |
1684 | 2024-08-16T03:41:02.898Z | Compiling peg-runtime v0.8.3 |
1685 | 2024-08-16T03:41:03.399Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1686 | 2024-08-16T03:41:07.042Z | Compiling is-terminal v0.4.12 |
1687 | 2024-08-16T03:41:10.116Z | Compiling rustls-pki-types v1.7.0 |
1688 | 2024-08-16T03:41:10.226Z | Compiling maybe-uninit v2.0.0 |
1689 | 2024-08-16T03:41:11.342Z | Compiling ident_case v1.0.1 |
1690 | 2024-08-16T03:41:12.880Z | Compiling tap v1.0.1 |
1691 | 2024-08-16T03:41:13.068Z | Compiling wyz v0.5.1 |
1692 | 2024-08-16T03:41:13.711Z | Compiling darling_core v0.20.9 |
1693 | 2024-08-16T03:41:26.961Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1694 | 2024-08-16T03:41:27.115Z | Compiling getopts v0.2.21 |
1695 | 2024-08-16T03:41:28.055Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1696 | 2024-08-16T03:41:28.591Z | Compiling dirs-sys-next v0.1.2 |
1697 | 2024-08-16T03:41:28.978Z | Compiling rustls v0.22.4 |
1698 | 2024-08-16T03:41:29.600Z | Compiling paste v1.0.15 |
1699 | 2024-08-16T03:41:29.618Z | Compiling packed_struct v0.10.1 |
1700 | 2024-08-16T03:41:30.051Z | Compiling unsafe-libyaml v0.2.11 |
1701 | 2024-08-16T03:41:30.071Z | Compiling funty v2.0.0 |
1702 | 2024-08-16T03:41:31.860Z | Compiling serde_yaml v0.9.34+deprecated |
1703 | 2024-08-16T03:41:32.595Z | Compiling bitvec v1.0.1 |
1704 | 2024-08-16T03:41:33.455Z | Compiling dirs-next v2.0.0 |
1705 | 2024-08-16T03:41:37.164Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1706 | 2024-08-16T03:41:38.447Z | Compiling darling_macro v0.20.9 |
1707 | 2024-08-16T03:41:41.308Z | Compiling rustls-webpki v0.102.4 |
1708 | 2024-08-16T03:41:43.453Z | Compiling packed_struct_codegen v0.10.1 |
1709 | 2024-08-16T03:41:43.548Z | Compiling structmeta-derive v0.3.0 |
1710 | 2024-08-16T03:41:44.090Z | Compiling thread_local v1.1.8 |
1711 | 2024-08-16T03:41:44.930Z | Compiling indexmap v1.9.3 |
1712 | 2024-08-16T03:41:45.257Z | Compiling multer v3.1.0 |
1713 | 2024-08-16T03:41:45.274Z | Compiling nodrop v0.1.14 |
1714 | 2024-08-16T03:41:45.405Z | Compiling crc-catalog v2.4.0 |
1715 | 2024-08-16T03:41:45.567Z | Compiling slog-async v2.8.0 |
1716 | 2024-08-16T03:41:45.884Z | Compiling match_cfg v0.1.0 |
1717 | 2024-08-16T03:41:45.986Z | Compiling rayon-core v1.12.1 |
1718 | 2024-08-16T03:41:46.071Z | Compiling fastrand v2.1.0 |
1719 | 2024-08-16T03:41:46.096Z | Compiling structmeta v0.3.0 |
1720 | 2024-08-16T03:41:46.469Z | Compiling tempfile v3.10.1 |
1721 | 2024-08-16T03:41:46.533Z | Compiling hostname v0.3.1 |
1722 | 2024-08-16T03:41:46.874Z | Compiling crc v3.2.1 |
1723 | 2024-08-16T03:41:48.094Z | Compiling array-init v0.0.4 |
1724 | 2024-08-16T03:41:48.807Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1725 | 2024-08-16T03:41:49.900Z | Compiling smallvec v0.6.14 |
1726 | 2024-08-16T03:41:50.389Z | Compiling darling v0.20.9 |
1727 | 2024-08-16T03:41:50.518Z | Compiling term v0.7.0 |
1728 | 2024-08-16T03:41:52.907Z | Compiling crossbeam-deque v0.8.5 |
1729 | 2024-08-16T03:41:53.302Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-08-16T03:41:54.757Z | Compiling slog-json v2.6.1 |
1731 | 2024-08-16T03:41:54.975Z | Compiling crossbeam-channel v0.5.12 |
1732 | 2024-08-16T03:41:55.235Z | Compiling http v1.1.0 |
1733 | 2024-08-16T03:41:56.422Z | Compiling pin-project-internal v1.1.5 |
1734 | 2024-08-16T03:41:56.526Z | Compiling async-stream-impl v0.3.5 |
1735 | 2024-08-16T03:41:59.780Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1736 | 2024-08-16T03:42:01.676Z | Compiling termcolor v1.4.1 |
1737 | 2024-08-16T03:42:02.710Z | Compiling same-file v1.0.6 |
1738 | 2024-08-16T03:42:02.728Z | Compiling atomic-waker v1.1.2 |
1739 | 2024-08-16T03:42:02.936Z | Compiling hashbrown v0.12.3 |
1740 | 2024-08-16T03:42:02.989Z | Compiling bitfield v0.14.0 |
1741 | 2024-08-16T03:42:03.433Z | Compiling take_mut v0.2.2 |
1742 | 2024-08-16T03:42:12.194Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1743 | 2024-08-16T03:42:12.432Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1744 | 2024-08-16T03:42:12.741Z | Compiling walkdir v2.5.0 |
1745 | 2024-08-16T03:42:12.944Z | Compiling waitgroup v0.1.2 |
1746 | 2024-08-16T03:42:13.194Z | Compiling env_logger v0.10.2 |
1747 | 2024-08-16T03:42:16.356Z | Compiling pin-project v1.1.5 |
1748 | 2024-08-16T03:42:17.343Z | Compiling async-stream v0.3.5 |
1749 | 2024-08-16T03:42:17.647Z | Compiling slog-bunyan v2.5.0 |
1750 | 2024-08-16T03:42:18.978Z | Compiling tokio-rustls v0.25.0 |
1751 | 2024-08-16T03:42:19.570Z | Compiling slog-term v2.9.1 |
1752 | 2024-08-16T03:42:20.034Z | Compiling serde_with_macros v3.8.3 |
1753 | 2024-08-16T03:42:20.686Z | Compiling serde-hex v0.1.0 |
1754 | 2024-08-16T03:42:22.174Z | Compiling bzip2 v0.4.4 |
1755 | 2024-08-16T03:42:22.629Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1756 | 2024-08-16T03:42:22.632Z | Compiling parse-display-derive v0.10.0 |
1757 | 2024-08-16T03:42:22.665Z | Compiling toml v0.8.19 |
1758 | 2024-08-16T03:42:22.934Z | Compiling rustls-pemfile v2.1.3 |
1759 | 2024-08-16T03:42:26.441Z | Compiling x509-cert v0.2.5 |
1760 | 2024-08-16T03:42:26.651Z | Compiling ron v0.8.1 |
1761 | 2024-08-16T03:42:26.689Z | Compiling strum_macros v0.26.4 |
1762 | 2024-08-16T03:42:26.898Z | Compiling newtype-uuid v1.1.0 |
1763 | 2024-08-16T03:42:27.266Z | Compiling ipnetwork v0.20.0 |
1764 | 2024-08-16T03:42:29.380Z | Compiling xattr v1.3.1 |
1765 | 2024-08-16T03:42:29.694Z | Compiling snafu-derive v0.8.2 |
1766 | 2024-08-16T03:42:30.699Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1767 | 2024-08-16T03:42:30.887Z | Compiling serde_path_to_error v0.1.16 |
1768 | 2024-08-16T03:42:31.255Z | Compiling hashbrown v0.13.2 |
1769 | 2024-08-16T03:42:31.922Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1770 | 2024-08-16T03:42:32.390Z | Compiling ring v0.16.20 |
1771 | 2024-08-16T03:42:32.623Z | Compiling blake3 v1.5.1 |
1772 | 2024-08-16T03:42:32.655Z | Compiling hostname v0.4.0 |
1773 | 2024-08-16T03:42:32.925Z | Compiling filetime v0.2.24 |
1774 | 2024-08-16T03:42:33.248Z | Compiling instant v0.1.12 |
1775 | 2024-08-16T03:42:33.288Z | Compiling debug-ignore v1.0.5 |
1776 | 2024-08-16T03:42:33.399Z | Compiling buf-list v1.0.3 |
1777 | 2024-08-16T03:42:33.450Z | Compiling crc-any v2.5.0 |
1778 | 2024-08-16T03:42:34.407Z | Compiling snafu v0.8.2 |
1779 | 2024-08-16T03:42:34.424Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1780 | 2024-08-16T03:42:34.462Z | Compiling backoff v0.4.0 |
1781 | 2024-08-16T03:42:35.430Z | Compiling tar v0.4.41 |
1782 | 2024-08-16T03:42:35.691Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1783 | 2024-08-16T03:42:35.919Z | Compiling object v0.30.4 |
1784 | 2024-08-16T03:42:37.712Z | Compiling strum v0.26.3 |
1785 | 2024-08-16T03:42:37.902Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1786 | 2024-08-16T03:42:39.202Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1787 | 2024-08-16T03:42:39.608Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1788 | 2024-08-16T03:42:40.168Z | Compiling parse-display v0.10.0 |
1789 | 2024-08-16T03:42:40.275Z | Compiling serde_with v3.8.3 |
1790 | 2024-08-16T03:42:40.553Z | Compiling zip v0.6.6 |
1791 | 2024-08-16T03:42:42.179Z | Compiling rayon v1.10.0 |
1792 | 2024-08-16T03:42:42.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1793 | 2024-08-16T03:42:43.708Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1794 | 2024-08-16T03:42:43.809Z | Compiling camino-tempfile v1.1.1 |
1795 | 2024-08-16T03:42:44.340Z | Compiling globset v0.4.14 |
1796 | 2024-08-16T03:42:44.523Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1797 | 2024-08-16T03:42:44.733Z | Compiling pem v3.0.4 |
1798 | 2024-08-16T03:42:46.272Z | Compiling olpc-cjson v0.1.3 |
1799 | 2024-08-16T03:42:46.596Z | Compiling serde_plain v1.0.2 |
1800 | 2024-08-16T03:42:47.116Z | Compiling macaddr v1.0.1 |
1801 | 2024-08-16T03:42:47.753Z | Compiling async-recursion v1.1.1 |
1802 | 2024-08-16T03:42:47.768Z | Compiling memmap2 v0.9.4 |
1803 | 2024-08-16T03:42:48.323Z | Compiling typed-path v0.7.1 |
1804 | 2024-08-16T03:42:49.480Z | Compiling spin v0.5.2 |
1805 | 2024-08-16T03:42:49.524Z | Compiling path-slash v0.1.5 |
1806 | 2024-08-16T03:42:49.524Z | Compiling arrayvec v0.7.4 |
1807 | 2024-08-16T03:42:49.524Z | Compiling untrusted v0.7.1 |
1808 | 2024-08-16T03:42:49.535Z | Compiling constant_time_eq v0.3.0 |
1809 | 2024-08-16T03:42:49.600Z | Compiling arrayref v0.3.7 |
1810 | 2024-08-16T03:42:51.587Z | Compiling tough v0.17.1 |
1811 | 2024-08-16T03:42:51.772Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1812 | 2024-08-16T03:42:52.255Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1813 | 2024-08-16T03:42:54.812Z | Compiling itertools v0.13.0 |
1814 | 2024-08-16T03:42:55.218Z | Compiling cargo-platform v0.1.8 |
1815 | 2024-08-16T03:42:56.311Z | Compiling parse-size v1.0.0 |
1816 | 2024-08-16T03:42:56.608Z | Compiling topological-sort v0.2.2 |
1817 | 2024-08-16T03:42:56.883Z | Compiling omicron-zone-package v0.11.0 |
1818 | 2024-08-16T03:42:57.123Z | Compiling cargo_metadata v0.18.1 |
1819 | 2024-08-16T03:42:58.543Z | Compiling shell-words v1.1.0 |
1820 | 2024-08-16T03:43:04.120Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1821 | 2024-08-16T03:43:16.754Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1822 | 2024-08-16T03:43:31.042Z | Finished `release` profile [optimized] target(s) in 4m 39s |
1823 | 2024-08-16T03:43:31.186Z | Running `target/release/omicron-releng --output-dir /work` |
1824 | 2024-08-16T03:43:31.228Z | Aug 16 03:43:30.056 DEBG changing working directory to /work/oxidecomputer/omicron |
1825 | 2024-08-16T03:43:31.317Z | Aug 16 03:43:30.147 DEBG running: git rev-parse HEAD |
1826 | 2024-08-16T03:43:31.324Z | Aug 16 03:43:30.154 DEBG process exited with exit status: 0 (6.283753ms) |
1827 | 2024-08-16T03:43:31.324Z | Aug 16 03:43:30.154 INFO version: 10.0.0-0.ci+gitf6a6b398a6c |
1828 | 2024-08-16T03:43:31.363Z | Aug 16 03:43:30.193 INFO cloning helios to /work/oxidecomputer/helios |
1829 | 2024-08-16T03:43:31.363Z | Aug 16 03:43:30.193 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1830 | 2024-08-16T03:43:31.368Z | Cloning into '/work/oxidecomputer/helios'... |
1831 | 2024-08-16T03:43:31.803Z | Aug 16 03:43:30.633 DEBG process exited with exit status: 0 (439.694799ms) |
1832 | 2024-08-16T03:43:31.803Z | Aug 16 03:43:30.633 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1833 | 2024-08-16T03:43:31.810Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1834 | 2024-08-16T03:43:31.810Z | # branch.head master |
1835 | 2024-08-16T03:43:31.810Z | # branch.upstream origin/master |
1836 | 2024-08-16T03:43:31.810Z | # branch.ab +0 -0 |
1837 | 2024-08-16T03:43:31.813Z | Aug 16 03:43:30.641 DEBG process exited with exit status: 0 (7.997655ms) |
1838 | 2024-08-16T03:43:31.813Z | Aug 16 03:43:30.641 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1839 | 2024-08-16T03:43:32.505Z | Aug 16 03:43:31.335 DEBG process exited with exit status: 0 (693.484491ms) |
1840 | 2024-08-16T03:43:32.505Z | Aug 16 03:43:31.335 DEBG running: zfs list rpool/images/build/host |
1841 | 2024-08-16T03:43:32.511Z | NAME USED AVAIL REFER MOUNTPOINT |
1842 | 2024-08-16T03:43:32.511Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1843 | 2024-08-16T03:43:32.515Z | Aug 16 03:43:31.342 DEBG process exited with exit status: 0 (6.998033ms) |
1844 | 2024-08-16T03:43:32.515Z | Aug 16 03:43:31.342 DEBG running: zfs list rpool/images/build/recovery |
1845 | 2024-08-16T03:43:32.521Z | NAME USED AVAIL REFER MOUNTPOINT |
1846 | 2024-08-16T03:43:32.521Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1847 | 2024-08-16T03:43:32.523Z | Aug 16 03:43:31.348 DEBG process exited with exit status: 0 (6.145927ms) |
1848 | 2024-08-16T03:43:32.524Z | Aug 16 03:43:31.349 INFO [hubris-production] running task |
1849 | 2024-08-16T03:43:32.524Z | Aug 16 03:43:31.349 INFO [hubris-staging] running task |
1850 | 2024-08-16T03:43:32.524Z | Aug 16 03:43:31.350 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1851 | 2024-08-16T03:43:32.524Z | Aug 16 03:43:31.353 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1852 | 2024-08-16T03:43:32.590Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1853 | 2024-08-16T03:43:33.021Z | [ omicron-package] Blocking waiting for file lock on package cache |
1854 | 2024-08-16T03:43:33.738Z | Aug 16 03:43:32.569 INFO [hubris-production] task succeeded (1.219373063s) |
1855 | 2024-08-16T03:43:33.770Z | [ omicron-package] Blocking waiting for file lock on package cache |
1856 | 2024-08-16T03:43:34.003Z | [ omicron-package] Blocking waiting for file lock on package cache |
1857 | 2024-08-16T03:43:34.843Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1858 | 2024-08-16T03:43:34.843Z | [ omicron-package] Compiling heapless v0.8.0 |
1859 | 2024-08-16T03:43:34.846Z | [ omicron-package] Compiling hash32 v0.3.1 |
1860 | 2024-08-16T03:43:34.846Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1861 | 2024-08-16T03:43:34.846Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1862 | 2024-08-16T03:43:34.846Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1863 | 2024-08-16T03:43:34.846Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1864 | 2024-08-16T03:43:34.846Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1865 | 2024-08-16T03:43:35.489Z | [ omicron-package] Compiling cobs v0.2.3 |
1866 | 2024-08-16T03:43:35.940Z | [ omicron-package] Compiling postcard v1.0.8 |
1867 | 2024-08-16T03:43:36.124Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1868 | 2024-08-16T03:43:36.478Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1869 | 2024-08-16T03:43:36.478Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1870 | 2024-08-16T03:43:36.480Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1871 | 2024-08-16T03:43:36.642Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1872 | 2024-08-16T03:43:37.184Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1873 | 2024-08-16T03:43:37.355Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1874 | 2024-08-16T03:43:38.080Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1875 | 2024-08-16T03:43:38.144Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1876 | 2024-08-16T03:43:38.256Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1877 | 2024-08-16T03:43:38.381Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1878 | 2024-08-16T03:43:39.084Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1879 | 2024-08-16T03:43:39.231Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1880 | 2024-08-16T03:43:39.406Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1881 | 2024-08-16T03:43:39.530Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1882 | 2024-08-16T03:43:39.725Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1883 | 2024-08-16T03:43:39.863Z | [ omicron-package] Compiling colored v2.1.0 |
1884 | 2024-08-16T03:43:40.084Z | [ omicron-package] Compiling num_enum v0.5.11 |
1885 | 2024-08-16T03:43:40.511Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1886 | 2024-08-16T03:43:40.611Z | [ omicron-package] Compiling socket2 v0.4.10 |
1887 | 2024-08-16T03:43:40.640Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1888 | 2024-08-16T03:43:41.364Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1889 | 2024-08-16T03:43:41.476Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1890 | 2024-08-16T03:43:41.513Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1891 | 2024-08-16T03:43:41.715Z | [ omicron-package] Compiling num-derive v0.4.2 |
1892 | 2024-08-16T03:43:42.235Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1893 | 2024-08-16T03:43:42.493Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1894 | 2024-08-16T03:43:42.553Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1895 | 2024-08-16T03:43:42.890Z | Aug 16 03:43:41.722 INFO [hubris-staging] task succeeded (10.372351812s) |
1896 | 2024-08-16T03:43:43.031Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1897 | 2024-08-16T03:43:43.710Z | [ omicron-package] Compiling smf v0.2.3 |
1898 | 2024-08-16T03:43:43.866Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1899 | 2024-08-16T03:43:43.960Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1900 | 2024-08-16T03:43:44.040Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1901 | 2024-08-16T03:43:45.081Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1902 | 2024-08-16T03:43:45.880Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1903 | 2024-08-16T03:43:46.715Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1904 | 2024-08-16T03:43:47.266Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1905 | 2024-08-16T03:43:48.536Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1906 | 2024-08-16T03:43:48.830Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1907 | 2024-08-16T03:43:49.335Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1908 | 2024-08-16T03:43:50.137Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1909 | 2024-08-16T03:43:50.360Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1910 | 2024-08-16T03:43:50.420Z | [ omicron-package] Compiling gethostname v0.5.0 |
1911 | 2024-08-16T03:43:50.865Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1912 | 2024-08-16T03:43:51.334Z | [ omicron-package] Compiling indicatif v0.17.8 |
1913 | 2024-08-16T03:43:53.834Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1914 | 2024-08-16T03:43:56.767Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1915 | 2024-08-16T03:43:57.248Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1916 | 2024-08-16T03:43:58.689Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1917 | 2024-08-16T03:44:14.521Z | [ helios-setup] Aug 16 03:44:13.355 INFO helios repository root is: /work/oxidecomputer/helios |
1918 | 2024-08-16T03:44:14.524Z | [ helios-setup] Aug 16 03:44:13.357 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1919 | 2024-08-16T03:44:14.524Z | [ helios-setup] Aug 16 03:44:13.357 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 |
1920 | 2024-08-16T03:44:14.524Z | [ helios-setup] Aug 16 03:44:13.357 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1921 | 2024-08-16T03:44:14.528Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1922 | 2024-08-16T03:44:15.501Z | [ helios-setup] Aug 16 03:44:14.336 INFO clone ok!, project: bootserver |
1923 | 2024-08-16T03:44:15.504Z | [ helios-setup] Aug 16 03:44:14.336 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1924 | 2024-08-16T03:44:15.504Z | [ helios-setup] Aug 16 03:44:14.336 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 |
1925 | 2024-08-16T03:44:15.504Z | [ helios-setup] Aug 16 03:44:14.336 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1926 | 2024-08-16T03:44:15.507Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1927 | 2024-08-16T03:44:16.044Z | [ helios-setup] Aug 16 03:44:14.878 INFO clone ok!, project: image-builder |
1928 | 2024-08-16T03:44:16.047Z | [ helios-setup] Aug 16 03:44:14.878 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 |
1929 | 2024-08-16T03:44:16.047Z | [ helios-setup] Aug 16 03:44:14.878 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1930 | 2024-08-16T03:44:16.049Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1931 | 2024-08-16T03:44:16.787Z | [ helios-setup] Aug 16 03:44:15.622 INFO clone ok!, project: pilot |
1932 | 2024-08-16T03:44:16.790Z | [ helios-setup] Aug 16 03:44:15.622 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 |
1933 | 2024-08-16T03:44:16.790Z | [ helios-setup] Aug 16 03:44:15.622 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 |
1934 | 2024-08-16T03:44:16.795Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1935 | 2024-08-16T03:44:17.495Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 44.96s |
1936 | 2024-08-16T03:44:17.583Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1937 | 2024-08-16T03:44:17.588Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1938 | 2024-08-16T03:44:17.708Z | [ omicron-package] |
1939 | 2024-08-16T03:44:17.708Z | [ omicron-package] real 45.151912827 |
1940 | 2024-08-16T03:44:17.711Z | [ omicron-package] user 2:41.646501431 |
1941 | 2024-08-16T03:44:17.711Z | [ omicron-package] sys 21.935633544 |
1942 | 2024-08-16T03:44:17.711Z | [ omicron-package] trap 0.162731180 |
1943 | 2024-08-16T03:44:17.711Z | [ omicron-package] tflt 0.338120580 |
1944 | 2024-08-16T03:44:17.711Z | [ omicron-package] dflt 0.608255339 |
1945 | 2024-08-16T03:44:17.711Z | [ omicron-package] kflt 0.009331812 |
1946 | 2024-08-16T03:44:17.711Z | [ omicron-package] lock 5:42.716148673 |
1947 | 2024-08-16T03:44:17.711Z | [ omicron-package] slp 9:12.626976227 |
1948 | 2024-08-16T03:44:17.711Z | [ omicron-package] lat 1:33.951960256 |
1949 | 2024-08-16T03:44:17.711Z | Aug 16 03:44:16.543 INFO [omicron-package] process exited with exit status: 0 (45.189887746s)[ omicron-package] stop 51.087014824 |
1950 | 2024-08-16T03:44:17.711Z | |
1951 | 2024-08-16T03:44:17.711Z | Aug 16 03:44:16.543 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 |
1952 | 2024-08-16T03:44:17.754Z | Aug 16 03:44:16.588 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1953 | 2024-08-16T03:44:17.764Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1954 | 2024-08-16T03:44:17.766Z | [ host-target] Created new build target 'host' and set it as active |
1955 | 2024-08-16T03:44:17.768Z | Aug 16 03:44:16.601 INFO [host-target] process exited with exit status: 0 (57.855652ms) |
1956 | 2024-08-16T03:44:17.768Z | Aug 16 03:44:16.601 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1957 | 2024-08-16T03:44:17.771Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1958 | 2024-08-16T03:44:17.771Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1959 | 2024-08-16T03:44:17.774Z | Aug 16 03:44:16.606 INFO [recovery-target] process exited with exit status: 0 (17.884181ms) |
1960 | 2024-08-16T03:44:17.778Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1961 | 2024-08-16T03:44:18.873Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1962 | 2024-08-16T03:44:18.873Z | [ host-package] Compiling camino v1.1.7 |
1963 | 2024-08-16T03:44:18.873Z | [ host-package] Compiling password-hash v0.5.0 |
1964 | 2024-08-16T03:44:18.875Z | [ host-package] Compiling blake2 v0.10.6 |
1965 | 2024-08-16T03:44:18.875Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1966 | 2024-08-16T03:44:18.875Z | [ host-package] Compiling derive-where v1.2.7 |
1967 | 2024-08-16T03:44:18.875Z | [ host-package] Compiling humantime v2.1.0 |
1968 | 2024-08-16T03:44:19.002Z | [ host-package] Compiling newline-converter v0.3.0 |
1969 | 2024-08-16T03:44:19.181Z | [ host-package] Compiling expectorate v1.1.0 |
1970 | 2024-08-16T03:44:19.229Z | [ host-package] Compiling toml v0.8.19 |
1971 | 2024-08-16T03:44:19.437Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1972 | 2024-08-16T03:44:19.893Z | [ host-package] Compiling argon2 v0.5.3 |
1973 | 2024-08-16T03:44:19.913Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1974 | 2024-08-16T03:44:19.935Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1975 | 2024-08-16T03:44:20.011Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1976 | 2024-08-16T03:44:20.160Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1977 | 2024-08-16T03:44:20.322Z | [ host-package] Compiling convert_case v0.4.0 |
1978 | 2024-08-16T03:44:20.681Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1979 | 2024-08-16T03:44:20.884Z | [ host-package] Compiling dirs-next v2.0.0 |
1980 | 2024-08-16T03:44:21.134Z | [ host-package] Compiling prettyplease v0.2.20 |
1981 | 2024-08-16T03:44:21.168Z | [ host-package] Compiling term v0.7.0 |
1982 | 2024-08-16T03:44:21.213Z | [ host-package] Compiling derive_more v0.99.18 |
1983 | 2024-08-16T03:44:21.256Z | [ host-package] Compiling semver v0.1.20 |
1984 | 2024-08-16T03:44:21.476Z | [ host-package] Compiling is-terminal v0.4.12 |
1985 | 2024-08-16T03:44:21.638Z | [ host-package] Compiling rustc_version v0.1.7 |
1986 | 2024-08-16T03:44:21.845Z | [ host-package] Compiling home v0.5.9 |
1987 | 2024-08-16T03:44:22.083Z | [ host-package] Compiling newtype_derive v0.1.6 |
1988 | 2024-08-16T03:44:22.104Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1989 | 2024-08-16T03:44:22.298Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1990 | 2024-08-16T03:44:22.499Z | [ host-package] Compiling slog-dtrace v0.3.0 |
1991 | 2024-08-16T03:44:22.663Z | [ host-package] Compiling steno v0.4.1 |
1992 | 2024-08-16T03:44:22.949Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1993 | 2024-08-16T03:44:23.070Z | [ host-package] Compiling rustls v0.22.4 |
1994 | 2024-08-16T03:44:23.106Z | [ host-package] Compiling thread_local v1.1.8 |
1995 | 2024-08-16T03:44:23.644Z | [ host-package] Compiling match_cfg v0.1.0 |
1996 | 2024-08-16T03:44:23.762Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1997 | 2024-08-16T03:44:24.096Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1998 | 2024-08-16T03:44:24.109Z | [ helios-setup] Aug 16 03:44:22.944 INFO clone ok!, project: amd-host-image-builder |
1999 | 2024-08-16T03:44:24.112Z | [ helios-setup] Aug 16 03:44:22.945 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 |
2000 | 2024-08-16T03:44:24.112Z | [ helios-setup] Aug 16 03:44:22.945 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2001 | 2024-08-16T03:44:24.115Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2002 | 2024-08-16T03:44:24.231Z | [ host-package] Compiling lru-cache v0.1.2 |
2003 | 2024-08-16T03:44:24.988Z | [ host-package] Compiling hostname v0.3.1 |
2004 | 2024-08-16T03:44:25.589Z | [ host-package] Compiling multer v3.1.0 |
2005 | 2024-08-16T03:44:25.661Z | [ host-package] Compiling slog-async v2.8.0 |
2006 | 2024-08-16T03:44:25.755Z | [ host-package] Compiling slog-json v2.6.1 |
2007 | 2024-08-16T03:44:26.174Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2008 | 2024-08-16T03:44:26.406Z | [ host-package] Compiling http v1.1.0 |
2009 | 2024-08-16T03:44:26.891Z | [ host-package] Compiling take_mut v0.2.2 |
2010 | 2024-08-16T03:44:27.071Z | [ host-package] Compiling atomic-waker v1.1.2 |
2011 | 2024-08-16T03:44:27.271Z | [ host-package] Compiling waitgroup v0.1.2 |
2012 | 2024-08-16T03:44:27.509Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2013 | 2024-08-16T03:44:27.730Z | [ host-package] Compiling slog-term v2.9.1 |
2014 | 2024-08-16T03:44:28.219Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2015 | 2024-08-16T03:44:28.844Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2016 | 2024-08-16T03:44:28.844Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2017 | 2024-08-16T03:44:28.936Z | [ host-package] Compiling async-stream v0.3.5 |
2018 | 2024-08-16T03:44:29.239Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2019 | 2024-08-16T03:44:29.290Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2020 | 2024-08-16T03:44:29.317Z | [ host-package] Compiling ipnetwork v0.20.0 |
2021 | 2024-08-16T03:44:29.344Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2022 | 2024-08-16T03:44:29.633Z | [ host-package] Compiling hostname v0.4.0 |
2023 | 2024-08-16T03:44:29.692Z | [ host-package] Compiling instant v0.1.12 |
2024 | 2024-08-16T03:44:29.859Z | [ host-package] Compiling debug-ignore v1.0.5 |
2025 | 2024-08-16T03:44:29.879Z | [ host-package] Compiling backoff v0.4.0 |
2026 | 2024-08-16T03:44:30.023Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2027 | 2024-08-16T03:44:30.245Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2028 | 2024-08-16T03:44:30.364Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2029 | 2024-08-16T03:44:30.694Z | [ host-package] Compiling parse-display v0.10.0 |
2030 | 2024-08-16T03:44:30.796Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-08-16T03:44:30.990Z | [ host-package] Compiling serde_with v3.8.3 |
2032 | 2024-08-16T03:44:31.121Z | [ helios-setup] Aug 16 03:44:29.955 INFO clone ok!, project: amd-firmware |
2033 | 2024-08-16T03:44:31.123Z | [ helios-setup] Aug 16 03:44:29.955 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 |
2034 | 2024-08-16T03:44:31.123Z | [ helios-setup] Aug 16 03:44:29.955 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2035 | 2024-08-16T03:44:31.126Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2036 | 2024-08-16T03:44:31.333Z | [ host-package] Compiling strum v0.26.3 |
2037 | 2024-08-16T03:44:31.536Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2038 | 2024-08-16T03:44:31.946Z | [ helios-setup] Aug 16 03:44:30.781 INFO clone ok!, project: pinprick |
2039 | 2024-08-16T03:44:31.948Z | [ helios-setup] Aug 16 03:44:30.781 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 |
2040 | 2024-08-16T03:44:31.948Z | [ helios-setup] Aug 16 03:44:30.781 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2041 | 2024-08-16T03:44:31.951Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2042 | 2024-08-16T03:44:32.699Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-08-16T03:44:32.803Z | [ helios-setup] Aug 16 03:44:31.637 INFO clone ok!, project: phbl |
2044 | 2024-08-16T03:44:32.806Z | [ helios-setup] Aug 16 03:44:31.637 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 |
2045 | 2024-08-16T03:44:32.806Z | [ helios-setup] Aug 16 03:44:31.637 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2046 | 2024-08-16T03:44:32.808Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2047 | 2024-08-16T03:44:32.952Z | [ host-package] Compiling num-rational v0.4.2 |
2048 | 2024-08-16T03:44:33.681Z | [ host-package] Compiling num-complex v0.4.6 |
2049 | 2024-08-16T03:44:33.810Z | [ helios-setup] Aug 16 03:44:32.646 INFO clone ok!, project: chelsio-t6-roms |
2050 | 2024-08-16T03:44:33.812Z | [ helios-setup] Aug 16 03:44:32.646 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2051 | 2024-08-16T03:44:33.812Z | [ helios-setup] Aug 16 03:44:32.646 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2052 | 2024-08-16T03:44:34.604Z | [ helios-setup] Aug 16 03:44:33.440 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2053 | 2024-08-16T03:44:34.776Z | [ host-package] Compiling macaddr v1.0.1 |
2054 | 2024-08-16T03:44:34.872Z | [ host-package] Compiling swrite v0.1.0 |
2055 | 2024-08-16T03:44:34.921Z | [ host-package] Compiling num v0.4.3 |
2056 | 2024-08-16T03:44:35.111Z | [ helios-setup] Aug 16 03:44:33.947 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2057 | 2024-08-16T03:44:35.113Z | [ helios-setup] Aug 16 03:44:33.947 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2058 | 2024-08-16T03:44:35.268Z | [ host-package] Compiling utf-8 v0.7.6 |
2059 | 2024-08-16T03:44:35.327Z | [ host-package] Compiling float-ord v0.3.2 |
2060 | 2024-08-16T03:44:35.603Z | [ host-package] Compiling quick-error v1.2.3 |
2061 | 2024-08-16T03:44:35.607Z | [ helios-setup] Aug 16 03:44:34.443 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2062 | 2024-08-16T03:44:35.780Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2063 | 2024-08-16T03:44:35.818Z | [ host-package] Compiling resolv-conf v0.7.0 |
2064 | 2024-08-16T03:44:36.182Z | [ helios-setup] Aug 16 03:44:35.017 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2065 | 2024-08-16T03:44:36.182Z | [ helios-setup] Aug 16 03:44:35.018 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2066 | 2024-08-16T03:44:36.718Z | [ helios-setup] Aug 16 03:44:35.553 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2067 | 2024-08-16T03:44:37.246Z | [ helios-setup] Aug 16 03:44:36.081 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2068 | 2024-08-16T03:44:37.249Z | [ helios-setup] Aug 16 03:44:36.081 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2069 | 2024-08-16T03:44:37.249Z | [ helios-setup] Aug 16 03:44:36.081 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2070 | 2024-08-16T03:44:37.249Z | [ helios-setup] Aug 16 03:44:36.081 INFO ok! |
2071 | 2024-08-16T03:44:37.249Z | [ helios-setup] Aug 16 03:44:36.081 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2072 | 2024-08-16T03:44:37.249Z | [ helios-setup] Aug 16 03:44:36.081 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2073 | 2024-08-16T03:44:37.249Z | [ helios-setup] Aug 16 03:44:36.081 INFO ok! |
2074 | 2024-08-16T03:44:37.249Z | [ helios-setup] Aug 16 03:44:36.081 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2075 | 2024-08-16T03:44:37.250Z | [ helios-setup] Aug 16 03:44:36.081 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2076 | 2024-08-16T03:44:37.250Z | [ helios-setup] Aug 16 03:44:36.081 INFO ok! |
2077 | 2024-08-16T03:44:37.250Z | [ helios-setup] Aug 16 03:44:36.081 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2078 | 2024-08-16T03:44:37.250Z | [ helios-setup] Aug 16 03:44:36.081 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2079 | 2024-08-16T03:44:37.563Z | [ helios-setup] Aug 16 03:44:36.399 INFO E| Downloading crates ... |
2080 | 2024-08-16T03:44:37.737Z | [ helios-setup] Aug 16 03:44:36.573 INFO E| Downloaded digest v0.10.3 |
2081 | 2024-08-16T03:44:37.768Z | [ helios-setup] Aug 16 03:44:36.604 INFO E| Downloaded unicode-width v0.1.10 |
2082 | 2024-08-16T03:44:37.771Z | [ helios-setup] Aug 16 03:44:36.606 INFO E| Downloaded sha2 v0.10.5 |
2083 | 2024-08-16T03:44:37.773Z | [ helios-setup] Aug 16 03:44:36.608 INFO E| Downloaded cpufeatures v0.2.5 |
2084 | 2024-08-16T03:44:37.776Z | [ helios-setup] Aug 16 03:44:36.610 INFO E| Downloaded bytes v1.2.1 |
2085 | 2024-08-16T03:44:37.778Z | [ helios-setup] Aug 16 03:44:36.615 INFO E| Downloaded anyhow v1.0.62 |
2086 | 2024-08-16T03:44:37.784Z | [ helios-setup] Aug 16 03:44:36.620 INFO E| Downloaded typenum v1.15.0 |
2087 | 2024-08-16T03:44:37.787Z | [ helios-setup] Aug 16 03:44:36.623 INFO E| Downloaded flate2 v1.0.25 |
2088 | 2024-08-16T03:44:37.795Z | [ helios-setup] Aug 16 03:44:36.630 INFO E| Downloaded miniz_oxide v0.6.2 |
2089 | 2024-08-16T03:44:37.797Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2090 | 2024-08-16T03:44:37.797Z | [ helios-setup] Aug 16 03:44:36.633 INFO E| Downloaded generic-array v0.14.6 |
2091 | 2024-08-16T03:44:37.800Z | [ helios-setup] Aug 16 03:44:36.635 INFO E| Downloaded block-buffer v0.10.3 |
2092 | 2024-08-16T03:44:37.823Z | [ host-package] Compiling rayon-core v1.12.1 |
2093 | 2024-08-16T03:44:37.866Z | [ helios-setup] Aug 16 03:44:36.702 INFO E| Compiling version_check v0.9.4 |
2094 | 2024-08-16T03:44:37.874Z | [ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling typenum v1.15.0 |
2095 | 2024-08-16T03:44:37.874Z | [ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling cfg-if v1.0.0 |
2096 | 2024-08-16T03:44:37.877Z | [ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling crc32fast v1.3.2 |
2097 | 2024-08-16T03:44:37.877Z | [ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling anyhow v1.0.62 |
2098 | 2024-08-16T03:44:37.877Z | [ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling adler v1.0.2 |
2099 | 2024-08-16T03:44:37.877Z | [ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling cpufeatures v0.2.5 |
2100 | 2024-08-16T03:44:37.877Z | [ helios-setup] Aug 16 03:44:36.711 INFO E| Compiling unicode-width v0.1.10 |
2101 | 2024-08-16T03:44:37.879Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2102 | 2024-08-16T03:44:38.118Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2103 | 2024-08-16T03:44:38.478Z | [ helios-setup] Aug 16 03:44:37.314 INFO E| Compiling bytes v1.2.1 |
2104 | 2024-08-16T03:44:38.506Z | [ helios-setup] Aug 16 03:44:37.342 INFO E| Compiling bitflags v1.3.2 |
2105 | 2024-08-16T03:44:38.642Z | [ helios-setup] Aug 16 03:44:37.478 INFO E| Compiling miniz_oxide v0.6.2 |
2106 | 2024-08-16T03:44:38.684Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2107 | 2024-08-16T03:44:38.815Z | [ helios-setup] Aug 16 03:44:37.650 INFO E| Compiling getopts v0.2.21 |
2108 | 2024-08-16T03:44:38.886Z | [ host-package] Compiling half v2.4.1 |
2109 | 2024-08-16T03:44:40.234Z | [ helios-setup] Aug 16 03:44:39.070 INFO E| Compiling generic-array v0.14.6 |
2110 | 2024-08-16T03:44:40.357Z | [ host-package] Compiling same-file v1.0.6 |
2111 | 2024-08-16T03:44:40.380Z | [ helios-setup] Aug 16 03:44:39.216 INFO E| Compiling flate2 v1.0.25 |
2112 | 2024-08-16T03:44:41.189Z | [ host-package] Compiling display-error-chain v0.2.0 |
2113 | 2024-08-16T03:44:41.567Z | [ host-package] Compiling ciborium-io v0.2.2 |
2114 | 2024-08-16T03:44:41.939Z | [ host-package] Compiling fastrand v2.1.0 |
2115 | 2024-08-16T03:44:42.789Z | [ host-package] Compiling tempfile v3.10.1 |
2116 | 2024-08-16T03:44:43.822Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2117 | 2024-08-16T03:44:44.080Z | [ helios-setup] Aug 16 03:44:42.917 INFO E| Compiling crypto-common v0.1.6 |
2118 | 2024-08-16T03:44:44.080Z | [ helios-setup] Aug 16 03:44:42.917 INFO E| Compiling block-buffer v0.10.3 |
2119 | 2024-08-16T03:44:44.289Z | [ helios-setup] Aug 16 03:44:43.125 INFO E| Compiling digest v0.10.3 |
2120 | 2024-08-16T03:44:44.446Z | [ host-package] Compiling walkdir v2.5.0 |
2121 | 2024-08-16T03:44:44.695Z | [ helios-setup] Aug 16 03:44:43.531 INFO E| Compiling sha2 v0.10.5 |
2122 | 2024-08-16T03:44:45.170Z | [ helios-setup] Aug 16 03:44:44.006 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2123 | 2024-08-16T03:44:46.436Z | [ host-package] Compiling blake3 v1.5.1 |
2124 | 2024-08-16T03:44:47.297Z | [ host-package] Compiling ring v0.16.20 |
2125 | 2024-08-16T03:44:47.432Z | [ host-package] Compiling rayon v1.10.0 |
2126 | 2024-08-16T03:44:48.960Z | [ host-package] Compiling ciborium v0.2.2 |
2127 | 2024-08-16T03:44:50.410Z | [ helios-setup] Aug 16 03:44:49.246 INFO E| Finished `release` profile [optimized] target(s) in 13.08s |
2128 | 2024-08-16T03:44:50.424Z | [ helios-setup] Aug 16 03:44:49.260 INFO building project "bootserver" ok (13 seconds) |
2129 | 2024-08-16T03:44:50.424Z | [ helios-setup] Aug 16 03:44:49.261 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2130 | 2024-08-16T03:44:50.424Z | [ helios-setup] Aug 16 03:44:49.261 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2131 | 2024-08-16T03:44:50.740Z | [ helios-setup] Aug 16 03:44:49.576 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2132 | 2024-08-16T03:44:51.322Z | [ helios-setup] Aug 16 03:44:50.158 INFO E| From https://github.com/jclulow/rust-jmclib |
2133 | 2024-08-16T03:44:51.334Z | [ helios-setup] Aug 16 03:44:50.158 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2134 | 2024-08-16T03:44:51.345Z | [ helios-setup] Aug 16 03:44:50.183 INFO E| Updating crates.io index |
2135 | 2024-08-16T03:44:51.475Z | [ helios-setup] Aug 16 03:44:50.313 INFO E| Downloading crates ... |
2136 | 2024-08-16T03:44:51.599Z | [ helios-setup] Aug 16 03:44:50.436 INFO E| Downloaded block-buffer v0.9.0 |
2137 | 2024-08-16T03:44:51.602Z | [ helios-setup] Aug 16 03:44:50.438 INFO E| Downloaded cpufeatures v0.2.9 |
2138 | 2024-08-16T03:44:51.639Z | [ helios-setup] Aug 16 03:44:50.476 INFO E| Downloaded bitflags v2.3.3 |
2139 | 2024-08-16T03:44:51.649Z | [ helios-setup] Aug 16 03:44:50.487 INFO E| Downloaded ryu v1.0.15 |
2140 | 2024-08-16T03:44:51.654Z | [ helios-setup] Aug 16 03:44:50.491 INFO E| Downloaded opaque-debug v0.3.0 |
2141 | 2024-08-16T03:44:51.656Z | [ helios-setup] Aug 16 03:44:50.493 INFO E| Downloaded digest v0.9.0 |
2142 | 2024-08-16T03:44:51.659Z | [ helios-setup] Aug 16 03:44:50.495 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2143 | 2024-08-16T03:44:51.659Z | [ helios-setup] Aug 16 03:44:50.496 INFO E| Downloaded md-5 v0.9.1 |
2144 | 2024-08-16T03:44:51.661Z | [ helios-setup] Aug 16 03:44:50.498 INFO E| Downloaded fastrand v2.0.0 |
2145 | 2024-08-16T03:44:51.664Z | [ helios-setup] Aug 16 03:44:50.501 INFO E| Downloaded errno v0.3.1 |
2146 | 2024-08-16T03:44:51.666Z | [ helios-setup] Aug 16 03:44:50.503 INFO E| Downloaded sha-1 v0.9.8 |
2147 | 2024-08-16T03:44:51.684Z | [ helios-setup] Aug 16 03:44:50.521 INFO E| Downloaded walkdir v2.3.3 |
2148 | 2024-08-16T03:44:51.687Z | [ helios-setup] Aug 16 03:44:50.525 INFO E| Downloaded once_cell v1.18.0 |
2149 | 2024-08-16T03:44:51.689Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2150 | 2024-08-16T03:44:51.711Z | [ helios-setup] Aug 16 03:44:50.548 INFO E| Downloaded quote v1.0.31 |
2151 | 2024-08-16T03:44:51.714Z | [ helios-setup] Aug 16 03:44:50.552 INFO E| Downloaded uuid v0.8.2 |
2152 | 2024-08-16T03:44:51.723Z | [ helios-setup] Aug 16 03:44:50.557 INFO E| Downloaded unicode-ident v1.0.11 |
2153 | 2024-08-16T03:44:51.726Z | [ helios-setup] Aug 16 03:44:50.561 INFO E| Downloaded typenum v1.16.0 |
2154 | 2024-08-16T03:44:51.728Z | [ helios-setup] Aug 16 03:44:50.565 INFO E| Downloaded serde v1.0.193 |
2155 | 2024-08-16T03:44:51.734Z | [ helios-setup] Aug 16 03:44:50.572 INFO E| Downloaded toml v0.5.11 |
2156 | 2024-08-16T03:44:51.738Z | [ helios-setup] Aug 16 03:44:50.575 INFO E| Downloaded tempfile v3.7.0 |
2157 | 2024-08-16T03:44:51.741Z | [ helios-setup] Aug 16 03:44:50.579 INFO E| Downloaded serde_derive v1.0.193 |
2158 | 2024-08-16T03:44:51.745Z | [ helios-setup] Aug 16 03:44:50.583 INFO E| Downloaded proc-macro2 v1.0.66 |
2159 | 2024-08-16T03:44:51.749Z | [ helios-setup] Aug 16 03:44:50.586 INFO E| Downloaded serde_json v1.0.103 |
2160 | 2024-08-16T03:44:51.761Z | [ helios-setup] Aug 16 03:44:50.599 INFO E| Downloaded syn v2.0.32 |
2161 | 2024-08-16T03:44:51.776Z | [ helios-setup] Aug 16 03:44:50.614 INFO E| Downloaded getrandom v0.2.10 |
2162 | 2024-08-16T03:44:51.781Z | [ helios-setup] Aug 16 03:44:50.619 INFO E| Downloaded rustix v0.38.4 |
2163 | 2024-08-16T03:44:51.814Z | [ helios-setup] Aug 16 03:44:50.652 INFO E| Downloaded anyhow v1.0.72 |
2164 | 2024-08-16T03:44:51.820Z | [ helios-setup] Aug 16 03:44:50.657 INFO E| Downloaded itoa v1.0.9 |
2165 | 2024-08-16T03:44:51.844Z | [ helios-setup] Aug 16 03:44:50.681 INFO E| Downloaded libc v0.2.147 |
2166 | 2024-08-16T03:44:52.112Z | [ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling libc v0.2.147 |
2167 | 2024-08-16T03:44:52.112Z | [ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling proc-macro2 v1.0.66 |
2168 | 2024-08-16T03:44:52.114Z | [ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling unicode-ident v1.0.11 |
2169 | 2024-08-16T03:44:52.115Z | [ helios-setup] Aug 16 03:44:50.949 INFO E| Compiling cfg-if v1.0.0 |
2170 | 2024-08-16T03:44:52.115Z | [ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling typenum v1.16.0 |
2171 | 2024-08-16T03:44:52.115Z | [ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling version_check v0.9.4 |
2172 | 2024-08-16T03:44:52.115Z | [ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling serde v1.0.193 |
2173 | 2024-08-16T03:44:52.115Z | [ helios-setup] Aug 16 03:44:50.950 INFO E| Compiling powerfmt v0.2.0 |
2174 | 2024-08-16T03:44:52.392Z | [ helios-setup] Aug 16 03:44:51.228 INFO E| Compiling itoa v1.0.9 |
2175 | 2024-08-16T03:44:52.831Z | [ helios-setup] Aug 16 03:44:51.668 INFO E| Compiling time-core v0.1.2 |
2176 | 2024-08-16T03:44:52.947Z | [ helios-setup] Aug 16 03:44:51.785 INFO E| Compiling slog v2.7.0 |
2177 | 2024-08-16T03:44:53.109Z | [ helios-setup] Aug 16 03:44:51.947 INFO E| Compiling num-conv v0.1.0 |
2178 | 2024-08-16T03:44:53.328Z | [ helios-setup] Aug 16 03:44:52.166 INFO E| Compiling rustix v0.38.4 |
2179 | 2024-08-16T03:44:53.467Z | [ helios-setup] Aug 16 03:44:52.304 INFO E| Compiling deranged v0.3.11 |
2180 | 2024-08-16T03:44:53.745Z | [ helios-setup] Aug 16 03:44:52.582 INFO E| Compiling time-macros v0.2.18 |
2181 | 2024-08-16T03:44:53.745Z | [ helios-setup] Aug 16 03:44:52.582 INFO E| Compiling generic-array v0.14.7 |
2182 | 2024-08-16T03:44:54.028Z | [ helios-setup] Aug 16 03:44:52.865 INFO E| Compiling once_cell v1.18.0 |
2183 | 2024-08-16T03:44:54.710Z | [ host-package] Compiling xattr v1.3.1 |
2184 | 2024-08-16T03:44:54.809Z | [ helios-setup] Aug 16 03:44:53.647 INFO E| Compiling quote v1.0.31 |
2185 | 2024-08-16T03:44:55.317Z | [ helios-setup] Aug 16 03:44:54.155 INFO E| Compiling num_threads v0.1.6 |
2186 | 2024-08-16T03:44:55.325Z | [ host-package] Compiling memmap2 v0.9.4 |
2187 | 2024-08-16T03:44:55.729Z | [ helios-setup] Aug 16 03:44:54.567 INFO E| Compiling syn v2.0.32 |
2188 | 2024-08-16T03:44:56.013Z | [ helios-setup] Aug 16 03:44:54.850 INFO E| Compiling dirs-sys-next v0.1.2 |
2189 | 2024-08-16T03:44:56.235Z | [ helios-setup] Aug 16 03:44:55.073 INFO E| Compiling errno v0.3.1 |
2190 | 2024-08-16T03:44:56.352Z | [ host-package] Compiling filetime v0.2.24 |
2191 | 2024-08-16T03:44:56.562Z | [ helios-setup] Aug 16 03:44:55.400 INFO E| Compiling dirs-next v2.0.0 |
2192 | 2024-08-16T03:44:56.675Z | [ helios-setup] Aug 16 03:44:55.513 INFO E| Compiling bitflags v2.3.3 |
2193 | 2024-08-16T03:44:56.959Z | [ helios-setup] Aug 16 03:44:55.797 INFO E| Compiling term v0.7.0 |
2194 | 2024-08-16T03:44:56.996Z | [ helios-setup] Aug 16 03:44:55.834 INFO E| Compiling atty v0.2.14 |
2195 | 2024-08-16T03:44:57.134Z | [ host-package] Compiling arrayvec v0.7.4 |
2196 | 2024-08-16T03:44:57.407Z | [ helios-setup] Aug 16 03:44:56.245 INFO E| Compiling thread_local v1.1.7 |
2197 | 2024-08-16T03:44:57.567Z | [ helios-setup] Aug 16 03:44:56.404 INFO E| Compiling anyhow v1.0.72 |
2198 | 2024-08-16T03:44:57.971Z | [ host-package] Compiling spin v0.5.2 |
2199 | 2024-08-16T03:44:58.141Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2200 | 2024-08-16T03:44:58.434Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2201 | 2024-08-16T03:44:58.600Z | [ helios-setup] Aug 16 03:44:57.438 INFO E| Compiling opaque-debug v0.3.0 |
2202 | 2024-08-16T03:44:58.686Z | [ helios-setup] Aug 16 03:44:57.523 INFO E| Compiling fastrand v2.0.0 |
2203 | 2024-08-16T03:44:58.738Z | [ host-package] Compiling untrusted v0.7.1 |
2204 | 2024-08-16T03:44:58.766Z | [ helios-setup] Aug 16 03:44:57.604 INFO E| Compiling serde_json v1.0.103 |
2205 | 2024-08-16T03:44:59.211Z | [ host-package] Compiling arrayref v0.3.7 |
2206 | 2024-08-16T03:44:59.314Z | [ helios-setup] Aug 16 03:44:58.152 INFO E| Compiling time v0.3.36 |
2207 | 2024-08-16T03:44:59.537Z | [ helios-setup] Aug 16 03:44:58.375 INFO E| Compiling getrandom v0.2.10 |
2208 | 2024-08-16T03:44:59.687Z | [ helios-setup] Aug 16 03:44:58.524 INFO E| Compiling cpufeatures v0.2.9 |
2209 | 2024-08-16T03:44:59.777Z | [ helios-setup] Aug 16 03:44:58.615 INFO E| Compiling ryu v1.0.15 |
2210 | 2024-08-16T03:45:00.204Z | [ helios-setup] Aug 16 03:44:59.041 INFO E| Compiling tempfile v3.7.0 |
2211 | 2024-08-16T03:45:00.216Z | [ helios-setup] Aug 16 03:44:59.053 INFO E| Compiling unicode-width v0.1.10 |
2212 | 2024-08-16T03:45:00.257Z | [ helios-setup] Aug 16 03:44:59.095 INFO E| Compiling same-file v1.0.6 |
2213 | 2024-08-16T03:45:00.463Z | [ helios-setup] Aug 16 03:44:59.301 INFO E| Compiling getopts v0.2.21 |
2214 | 2024-08-16T03:45:00.593Z | [ helios-setup] Aug 16 03:44:59.431 INFO E| Compiling walkdir v2.3.3 |
2215 | 2024-08-16T03:45:01.317Z | [ helios-setup] Aug 16 03:45:00.155 INFO E| Compiling block-buffer v0.9.0 |
2216 | 2024-08-16T03:45:01.426Z | [ helios-setup] Aug 16 03:45:00.264 INFO E| Compiling digest v0.9.0 |
2217 | 2024-08-16T03:45:01.710Z | [ host-package] Compiling tar v0.4.41 |
2218 | 2024-08-16T03:45:01.814Z | [ helios-setup] Aug 16 03:45:00.653 INFO E| Compiling sha-1 v0.9.8 |
2219 | 2024-08-16T03:45:01.927Z | [ helios-setup] Aug 16 03:45:00.766 INFO E| Compiling md-5 v0.9.1 |
2220 | 2024-08-16T03:45:01.984Z | [ helios-setup] Aug 16 03:45:00.821 INFO E| Compiling glob v0.3.1 |
2221 | 2024-08-16T03:45:02.352Z | [ helios-setup] Aug 16 03:45:01.190 INFO E| Compiling libdevinfo-sys v1.0.0 |
2222 | 2024-08-16T03:45:03.064Z | [ helios-setup] Aug 16 03:45:01.902 INFO E| Compiling slog-term v2.9.0 |
2223 | 2024-08-16T03:45:04.311Z | [ helios-setup] Aug 16 03:45:03.150 INFO E| Compiling serde_derive v1.0.193 |
2224 | 2024-08-16T03:45:04.628Z | [ host-package] Compiling toolchain_find v0.4.0 |
2225 | 2024-08-16T03:45:05.055Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2226 | 2024-08-16T03:45:05.299Z | [ host-package] Compiling nibble_vec v0.1.0 |
2227 | 2024-08-16T03:45:05.709Z | [ host-package] Compiling atty v0.2.14 |
2228 | 2024-08-16T03:45:05.853Z | [ host-package] Compiling maplit v1.0.2 |
2229 | 2024-08-16T03:45:05.951Z | [ host-package] Compiling topological-sort v0.2.2 |
2230 | 2024-08-16T03:45:06.068Z | [ host-package] Compiling crunchy v0.2.2 |
2231 | 2024-08-16T03:45:06.250Z | [ host-package] Compiling glob v0.3.1 |
2232 | 2024-08-16T03:45:06.642Z | [ host-package] Compiling endian-type v0.1.2 |
2233 | 2024-08-16T03:45:06.910Z | [ host-package] Compiling radix_trie v0.2.1 |
2234 | 2024-08-16T03:45:07.269Z | [ host-package] Compiling clang-sys v1.7.0 |
2235 | 2024-08-16T03:45:07.964Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2236 | 2024-08-16T03:45:08.090Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2237 | 2024-08-16T03:45:08.112Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2238 | 2024-08-16T03:45:09.630Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2239 | 2024-08-16T03:45:10.090Z | [ host-package] Compiling tungstenite v0.21.0 |
2240 | 2024-08-16T03:45:10.802Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2241 | 2024-08-16T03:45:11.398Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2242 | 2024-08-16T03:45:12.283Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2243 | 2024-08-16T03:45:12.921Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2244 | 2024-08-16T03:45:13.512Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2245 | 2024-08-16T03:45:13.991Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2246 | 2024-08-16T03:45:14.030Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2247 | 2024-08-16T03:45:14.539Z | [ host-package] Compiling arc-swap v1.7.1 |
2248 | 2024-08-16T03:45:15.031Z | [ host-package] Compiling diesel_derives v2.2.2 |
2249 | 2024-08-16T03:45:15.356Z | [ host-package] Compiling slog-scope v4.4.0 |
2250 | 2024-08-16T03:45:15.641Z | [ host-package] Compiling r2d2 v0.8.10 |
2251 | 2024-08-16T03:45:16.420Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2252 | 2024-08-16T03:45:16.760Z | [ host-package] Compiling ena v0.14.3 |
2253 | 2024-08-16T03:45:17.094Z | [ host-package] Compiling libloading v0.8.3 |
2254 | 2024-08-16T03:45:17.290Z | [ host-package] Compiling regex-syntax v0.6.29 |
2255 | 2024-08-16T03:45:17.588Z | [ host-package] Compiling bindgen v0.69.4 |
2256 | 2024-08-16T03:45:18.211Z | [ host-package] Compiling diff v0.1.13 |
2257 | 2024-08-16T03:45:18.705Z | [ helios-setup] Aug 16 03:45:17.544 INFO E| Compiling toml v0.5.11 |
2258 | 2024-08-16T03:45:18.705Z | [ helios-setup] Aug 16 03:45:17.544 INFO E| Compiling uuid v0.8.2 |
2259 | 2024-08-16T03:45:21.014Z | [ helios-setup] Aug 16 03:45:19.854 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2260 | 2024-08-16T03:45:23.982Z | [ host-package] Compiling lalrpop v0.19.12 |
2261 | 2024-08-16T03:45:24.152Z | [ helios-setup] Aug 16 03:45:22.992 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2262 | 2024-08-16T03:45:29.178Z | [ host-package] Compiling diesel v2.2.2 |
2263 | 2024-08-16T03:45:31.100Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2264 | 2024-08-16T03:45:31.333Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2265 | 2024-08-16T03:45:32.086Z | [ host-package] Compiling which v4.4.2 |
2266 | 2024-08-16T03:45:32.600Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2267 | 2024-08-16T03:45:32.678Z | [ host-package] Compiling cexpr v0.6.0 |
2268 | 2024-08-16T03:45:32.835Z | [ host-package] Compiling libsw v3.3.1 |
2269 | 2024-08-16T03:45:33.388Z | [ host-package] Compiling owo-colors v4.0.0 |
2270 | 2024-08-16T03:45:33.410Z | [ host-package] Compiling rustc-hash v1.1.0 |
2271 | 2024-08-16T03:45:33.629Z | [ host-package] Compiling ref-cast v1.0.23 |
2272 | 2024-08-16T03:45:34.349Z | [ host-package] Compiling shlex v1.3.0 |
2273 | 2024-08-16T03:45:34.809Z | [ host-package] Compiling lazycell v1.3.0 |
2274 | 2024-08-16T03:45:35.031Z | [ host-package] Compiling linear-map v1.2.0 |
2275 | 2024-08-16T03:45:36.368Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2276 | 2024-08-16T03:45:36.952Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2277 | 2024-08-16T03:45:37.615Z | [ helios-setup] Aug 16 03:45:36.457 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.11s |
2278 | 2024-08-16T03:45:37.647Z | [ helios-setup] Aug 16 03:45:36.489 INFO building project "image-builder" ok (47 seconds) |
2279 | 2024-08-16T03:45:37.647Z | [ helios-setup] Aug 16 03:45:36.489 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2280 | 2024-08-16T03:45:37.651Z | [ helios-setup] Aug 16 03:45:36.489 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2281 | 2024-08-16T03:45:38.153Z | [ helios-setup] Aug 16 03:45:36.994 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2282 | 2024-08-16T03:45:38.598Z | [ helios-setup] Aug 16 03:45:37.439 INFO E| From https://github.com/jclulow/hiercmd |
2283 | 2024-08-16T03:45:38.598Z | [ helios-setup] Aug 16 03:45:37.439 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2284 | 2024-08-16T03:45:38.619Z | [ helios-setup] Aug 16 03:45:37.461 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2285 | 2024-08-16T03:45:38.677Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2286 | 2024-08-16T03:45:39.154Z | [ helios-setup] Aug 16 03:45:37.995 INFO E| From https://github.com/jclulow/network-interface |
2287 | 2024-08-16T03:45:39.155Z | [ helios-setup] Aug 16 03:45:37.996 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2288 | 2024-08-16T03:45:39.174Z | [ helios-setup] Aug 16 03:45:38.016 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2289 | 2024-08-16T03:45:39.619Z | [ helios-setup] Aug 16 03:45:38.461 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2290 | 2024-08-16T03:45:39.619Z | [ helios-setup] Aug 16 03:45:38.461 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2291 | 2024-08-16T03:45:39.655Z | [ helios-setup] Aug 16 03:45:38.496 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2292 | 2024-08-16T03:45:40.375Z | [ helios-setup] Aug 16 03:45:39.216 INFO E| From https://github.com/oxidecomputer/facade |
2293 | 2024-08-16T03:45:40.375Z | [ helios-setup] Aug 16 03:45:39.217 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2294 | 2024-08-16T03:45:40.451Z | [ helios-setup] Aug 16 03:45:39.293 INFO E| Updating crates.io index |
2295 | 2024-08-16T03:45:40.545Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2296 | 2024-08-16T03:45:40.938Z | [ helios-setup] Aug 16 03:45:39.779 INFO E| Downloading crates ... |
2297 | 2024-08-16T03:45:40.942Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2298 | 2024-08-16T03:45:41.154Z | [ helios-setup] Aug 16 03:45:39.996 INFO E| Downloaded dyn-clone v1.0.11 |
2299 | 2024-08-16T03:45:41.157Z | [ helios-setup] Aug 16 03:45:39.999 INFO E| Downloaded const-random-macro v0.1.15 |
2300 | 2024-08-16T03:45:41.161Z | [ helios-setup] Aug 16 03:45:40.001 INFO E| Downloaded autocfg v1.1.0 |
2301 | 2024-08-16T03:45:41.163Z | [ helios-setup] Aug 16 03:45:40.003 INFO E| Downloaded project-root v0.2.2 |
2302 | 2024-08-16T03:45:41.163Z | [ helios-setup] Aug 16 03:45:40.005 INFO E| Downloaded concolor-query v0.3.3 |
2303 | 2024-08-16T03:45:41.166Z | [ helios-setup] Aug 16 03:45:40.007 INFO E| Downloaded anstyle v0.3.5 |
2304 | 2024-08-16T03:45:41.204Z | [ helios-setup] Aug 16 03:45:40.045 INFO E| Downloaded serde_path_to_error v0.1.11 |
2305 | 2024-08-16T03:45:41.206Z | [ helios-setup] Aug 16 03:45:40.048 INFO E| Downloaded semver-parser v0.10.2 |
2306 | 2024-08-16T03:45:41.211Z | [ helios-setup] Aug 16 03:45:40.053 INFO E| Downloaded byteorder v1.4.3 |
2307 | 2024-08-16T03:45:41.214Z | [ helios-setup] Aug 16 03:45:40.056 INFO E| Downloaded want v0.3.0 |
2308 | 2024-08-16T03:45:41.218Z | [ helios-setup] Aug 16 03:45:40.057 INFO E| Downloaded cargo-lock v8.0.3 |
2309 | 2024-08-16T03:45:41.221Z | [ helios-setup] Aug 16 03:45:40.063 INFO E| Downloaded try-lock v0.2.4 |
2310 | 2024-08-16T03:45:41.223Z | [ helios-setup] Aug 16 03:45:40.064 INFO E| Downloaded is-terminal v0.4.7 |
2311 | 2024-08-16T03:45:41.226Z | [ helios-setup] Aug 16 03:45:40.067 INFO E| Downloaded crossbeam-deque v0.8.2 |
2312 | 2024-08-16T03:45:41.228Z | [ helios-setup] Aug 16 03:45:40.070 INFO E| Downloaded strsim v0.10.0 |
2313 | 2024-08-16T03:45:41.231Z | [ helios-setup] Aug 16 03:45:40.072 INFO E| Downloaded paste v1.0.12 |
2314 | 2024-08-16T03:45:41.237Z | [ helios-setup] Aug 16 03:45:40.079 INFO E| Downloaded tokio-macros v2.0.0 |
2315 | 2024-08-16T03:45:41.240Z | [ helios-setup] Aug 16 03:45:40.082 INFO E| Downloaded time v0.1.45 |
2316 | 2024-08-16T03:45:41.243Z | [ helios-setup] Aug 16 03:45:40.085 INFO E| Downloaded tokio-rustls v0.24.0 |
2317 | 2024-08-16T03:45:41.247Z | [ helios-setup] Aug 16 03:45:40.089 INFO E| Downloaded rustls-pemfile v1.0.2 |
2318 | 2024-08-16T03:45:41.250Z | [ helios-setup] Aug 16 03:45:40.092 INFO E| Downloaded uuid v1.3.0 |
2319 | 2024-08-16T03:45:41.258Z | [ helios-setup] Aug 16 03:45:40.100 INFO E| Downloaded ucd-trie v0.1.5 |
2320 | 2024-08-16T03:45:41.262Z | [ helios-setup] Aug 16 03:45:40.104 INFO E| Downloaded tempfile v3.5.0 |
2321 | 2024-08-16T03:45:41.266Z | [ helios-setup] Aug 16 03:45:40.108 INFO E| Downloaded toolchain_find v0.2.0 |
2322 | 2024-08-16T03:45:41.270Z | [ helios-setup] Aug 16 03:45:40.111 INFO E| Downloaded crossbeam-utils v0.8.14 |
2323 | 2024-08-16T03:45:41.273Z | [ helios-setup] Aug 16 03:45:40.115 INFO E| Downloaded slog-bunyan v2.4.0 |
2324 | 2024-08-16T03:45:41.276Z | [ helios-setup] Aug 16 03:45:40.118 INFO E| Downloaded once_cell v1.17.0 |
2325 | 2024-08-16T03:45:41.281Z | [ helios-setup] Aug 16 03:45:40.123 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2326 | 2024-08-16T03:45:41.288Z | [ helios-setup] Aug 16 03:45:40.130 INFO E| Downloaded percent-encoding v2.2.0 |
2327 | 2024-08-16T03:45:41.294Z | [ helios-setup] Aug 16 03:45:40.131 INFO E| Downloaded unicode-linebreak v0.1.4 |
2328 | 2024-08-16T03:45:41.296Z | [ helios-setup] Aug 16 03:45:40.135 INFO E| Downloaded slab v0.4.7 |
2329 | 2024-08-16T03:45:41.296Z | [ helios-setup] Aug 16 03:45:40.138 INFO E| Downloaded smartstring v1.0.1 |
2330 | 2024-08-16T03:45:41.302Z | [ helios-setup] Aug 16 03:45:40.143 INFO E| Downloaded clap_lex v0.4.1 |
2331 | 2024-08-16T03:45:41.306Z | [ helios-setup] Aug 16 03:45:40.145 INFO E| Downloaded tracing v0.1.37 |
2332 | 2024-08-16T03:45:41.311Z | [ helios-setup] Aug 16 03:45:40.153 INFO E| Downloaded async-trait v0.1.68 |
2333 | 2024-08-16T03:45:41.319Z | [ helios-setup] Aug 16 03:45:40.161 INFO E| Downloaded toml_edit v0.19.8 |
2334 | 2024-08-16T03:45:41.354Z | [ helios-setup] Aug 16 03:45:40.196 INFO E| Downloaded unicode-ident v1.0.8 |
2335 | 2024-08-16T03:45:41.359Z | [ helios-setup] Aug 16 03:45:40.201 INFO E| Downloaded winnow v0.4.1 |
2336 | 2024-08-16T03:45:41.376Z | [ helios-setup] Aug 16 03:45:40.218 INFO E| Downloaded url v2.3.1 |
2337 | 2024-08-16T03:45:41.381Z | [ helios-setup] Aug 16 03:45:40.223 INFO E| Downloaded unicode-normalization v0.1.22 |
2338 | 2024-08-16T03:45:41.389Z | [ helios-setup] Aug 16 03:45:40.230 INFO E| Downloaded ryu v1.0.13 |
2339 | 2024-08-16T03:45:41.395Z | [ helios-setup] Aug 16 03:45:40.237 INFO E| Downloaded syn v2.0.72 |
2340 | 2024-08-16T03:45:41.418Z | [ helios-setup] Aug 16 03:45:40.258 INFO E| Downloaded cc v1.0.78 |
2341 | 2024-08-16T03:45:41.422Z | [ helios-setup] Aug 16 03:45:40.262 INFO E| Downloaded rayon-core v1.10.2 |
2342 | 2024-08-16T03:45:41.427Z | [ helios-setup] Aug 16 03:45:40.268 INFO E| Downloaded parking_lot_core v0.9.6 |
2343 | 2024-08-16T03:45:41.430Z | [ helios-setup] Aug 16 03:45:40.272 INFO E| Downloaded tokio v1.27.0 |
2344 | 2024-08-16T03:45:41.488Z | [ helios-setup] Aug 16 03:45:40.329 INFO E| Downloaded parking_lot v0.12.1 |
2345 | 2024-08-16T03:45:41.491Z | [ helios-setup] Aug 16 03:45:40.333 INFO E| Downloaded rustls-webpki v0.100.1 |
2346 | 2024-08-16T03:45:41.502Z | [ helios-setup] Aug 16 03:45:40.344 INFO E| Downloaded aho-corasick v0.7.20 |
2347 | 2024-08-16T03:45:41.510Z | [ helios-setup] Aug 16 03:45:40.352 INFO E| Downloaded memchr v2.5.0 |
2348 | 2024-08-16T03:45:41.518Z | [ helios-setup] Aug 16 03:45:40.360 INFO E| Downloaded schemars v0.8.12 |
2349 | 2024-08-16T03:45:41.542Z | [ helios-setup] Aug 16 03:45:40.383 INFO E| Downloaded http v0.2.9 |
2350 | 2024-08-16T03:45:41.548Z | [ helios-setup] Aug 16 03:45:40.390 INFO E| Downloaded pest v2.5.7 |
2351 | 2024-08-16T03:45:41.557Z | [ helios-setup] Aug 16 03:45:40.399 INFO E| Downloaded mio v0.8.5 |
2352 | 2024-08-16T03:45:41.568Z | [ helios-setup] Aug 16 03:45:40.410 INFO E| Downloaded crossbeam-channel v0.5.6 |
2353 | 2024-08-16T03:45:41.576Z | [ helios-setup] Aug 16 03:45:40.418 INFO E| Downloaded bytes v1.4.0 |
2354 | 2024-08-16T03:45:41.583Z | [ helios-setup] Aug 16 03:45:40.425 INFO E| Downloaded base64 v0.21.0 |
2355 | 2024-08-16T03:45:41.589Z | [ helios-setup] Aug 16 03:45:40.431 INFO E| Downloaded clap_builder v4.2.1 |
2356 | 2024-08-16T03:45:41.600Z | [ helios-setup] Aug 16 03:45:40.442 INFO E| Downloaded syn v1.0.107 |
2357 | 2024-08-16T03:45:41.617Z | [ helios-setup] Aug 16 03:45:40.459 INFO E| Downloaded futures-util v0.3.28 |
2358 | 2024-08-16T03:45:41.638Z | [ helios-setup] Aug 16 03:45:40.480 INFO E| Downloaded reqwest v0.11.16 |
2359 | 2024-08-16T03:45:41.651Z | [ helios-setup] Aug 16 03:45:40.493 INFO E| Downloaded rayon v1.6.1 |
2360 | 2024-08-16T03:45:41.666Z | [ helios-setup] Aug 16 03:45:40.508 INFO E| Downloaded hyper v0.14.25 |
2361 | 2024-08-16T03:45:41.678Z | [ helios-setup] Aug 16 03:45:40.520 INFO E| Downloaded git2 v0.16.1 |
2362 | 2024-08-16T03:45:41.692Z | [ helios-setup] Aug 16 03:45:40.534 INFO E| Downloaded regress v0.5.0 |
2363 | 2024-08-16T03:45:41.715Z | [ helios-setup] Aug 16 03:45:40.557 INFO E| Downloaded rustix v0.37.3 |
2364 | 2024-08-16T03:45:41.744Z | [ helios-setup] Aug 16 03:45:40.586 INFO E| Downloaded rustls v0.21.0 |
2365 | 2024-08-16T03:45:41.763Z | [ helios-setup] Aug 16 03:45:40.605 INFO E| Downloaded openapiv3 v1.0.2 |
2366 | 2024-08-16T03:45:41.782Z | [ helios-setup] Aug 16 03:45:40.624 INFO E| Downloaded rhai v1.14.0 |
2367 | 2024-08-16T03:45:41.800Z | [ helios-setup] Aug 16 03:45:40.641 INFO E| Downloaded regex v1.7.3 |
2368 | 2024-08-16T03:45:41.815Z | [ helios-setup] Aug 16 03:45:40.657 INFO E| Downloaded h2 v0.3.16 |
2369 | 2024-08-16T03:45:41.827Z | [ helios-setup] Aug 16 03:45:40.668 INFO E| Downloaded chrono v0.4.24 |
2370 | 2024-08-16T03:45:41.837Z | [ helios-setup] Aug 16 03:45:40.679 INFO E| Downloaded rhai_codegen v1.5.0 |
2371 | 2024-08-16T03:45:41.851Z | [ helios-setup] Aug 16 03:45:40.693 INFO E| Downloaded libc v0.2.139 |
2372 | 2024-08-16T03:45:41.890Z | [ helios-setup] Aug 16 03:45:40.732 INFO E| Downloaded io-lifetimes v1.0.10 |
2373 | 2024-08-16T03:45:41.893Z | [ helios-setup] Aug 16 03:45:40.735 INFO E| Downloaded futures v0.3.28 |
2374 | 2024-08-16T03:45:41.901Z | [ helios-setup] Aug 16 03:45:40.743 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2375 | 2024-08-16T03:45:41.905Z | [ helios-setup] Aug 16 03:45:40.747 INFO E| Downloaded clap v4.2.1 |
2376 | 2024-08-16T03:45:41.919Z | [ helios-setup] Aug 16 03:45:40.761 INFO E| Downloaded unicode-bidi v0.3.13 |
2377 | 2024-08-16T03:45:41.922Z | [ helios-setup] Aug 16 03:45:40.764 INFO E| Downloaded tracing-core v0.1.30 |
2378 | 2024-08-16T03:45:41.927Z | [ helios-setup] Aug 16 03:45:40.768 INFO E| Downloaded textwrap v0.16.0 |
2379 | 2024-08-16T03:45:41.930Z | [ helios-setup] Aug 16 03:45:40.771 INFO E| Downloaded num-traits v0.2.15 |
2380 | 2024-08-16T03:45:41.933Z | [ helios-setup] Aug 16 03:45:40.775 INFO E| Downloaded ipnet v2.7.2 |
2381 | 2024-08-16T03:45:41.935Z | [ helios-setup] Aug 16 03:45:40.777 INFO E| Downloaded built v0.6.0 |
2382 | 2024-08-16T03:45:41.937Z | [ helios-setup] Aug 16 03:45:40.779 INFO E| Downloaded tungstenite v0.18.0 |
2383 | 2024-08-16T03:45:41.942Z | [ helios-setup] Aug 16 03:45:40.784 INFO E| Downloaded toml v0.7.3 |
2384 | 2024-08-16T03:45:41.946Z | [ helios-setup] Aug 16 03:45:40.788 INFO E| Downloaded serde_yaml v0.9.21 |
2385 | 2024-08-16T03:45:41.952Z | [ helios-setup] Aug 16 03:45:40.794 INFO E| Downloaded serde_json v1.0.95 |
2386 | 2024-08-16T03:45:41.964Z | [ helios-setup] Aug 16 03:45:40.806 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2387 | 2024-08-16T03:45:41.966Z | [ helios-setup] Aug 16 03:45:40.807 INFO E| Downloaded pin-project-lite v0.2.9 |
2388 | 2024-08-16T03:45:41.972Z | [ helios-setup] Aug 16 03:45:40.814 INFO E| Downloaded log v0.4.17 |
2389 | 2024-08-16T03:45:41.975Z | [ helios-setup] Aug 16 03:45:40.817 INFO E| Downloaded getrandom v0.2.8 |
2390 | 2024-08-16T03:45:42.003Z | [ helios-setup] Aug 16 03:45:40.845 INFO E| Downloaded futures-channel v0.3.28 |
2391 | 2024-08-16T03:45:42.006Z | [ helios-setup] Aug 16 03:45:40.848 INFO E| Downloaded tokio-util v0.7.7 |
2392 | 2024-08-16T03:45:42.017Z | [ helios-setup] Aug 16 03:45:40.859 INFO E| Downloaded socket2 v0.4.9 |
2393 | 2024-08-16T03:45:42.020Z | [ helios-setup] Aug 16 03:45:40.862 INFO E| Downloaded encoding_rs v0.8.32 |
2394 | 2024-08-16T03:45:42.054Z | [ helios-setup] Aug 16 03:45:40.896 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2395 | 2024-08-16T03:45:42.057Z | [ helios-setup] Aug 16 03:45:40.899 INFO E| Downloaded proc-macro-crate v1.2.1 |
2396 | 2024-08-16T03:45:42.059Z | [ helios-setup] Aug 16 03:45:40.901 INFO E| Downloaded num_enum_derive v0.5.7 |
2397 | 2024-08-16T03:45:42.062Z | [ helios-setup] Aug 16 03:45:40.904 INFO E| Downloaded futures-io v0.3.28 |
2398 | 2024-08-16T03:45:42.065Z | [ helios-setup] Aug 16 03:45:40.906 INFO E| Downloaded ahash v0.8.3 |
2399 | 2024-08-16T03:45:42.068Z | [ helios-setup] Aug 16 03:45:40.910 INFO E| Downloaded ahash v0.7.6 |
2400 | 2024-08-16T03:45:42.072Z | [ helios-setup] Aug 16 03:45:40.914 INFO E| Downloaded clap_derive v4.2.0 |
2401 | 2024-08-16T03:45:42.075Z | [ helios-setup] Aug 16 03:45:40.917 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2402 | 2024-08-16T03:45:42.079Z | [ helios-setup] Aug 16 03:45:40.921 INFO E| Downloaded thiserror v1.0.38 |
2403 | 2024-08-16T03:45:42.085Z | [ helios-setup] Aug 16 03:45:40.927 INFO E| Downloaded schemars_derive v0.8.12 |
2404 | 2024-08-16T03:45:42.088Z | [ helios-setup] Aug 16 03:45:40.930 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2405 | 2024-08-16T03:45:42.179Z | [ helios-setup] Aug 16 03:45:41.021 INFO E| Downloaded pkg-config v0.3.26 |
2406 | 2024-08-16T03:45:42.182Z | [ helios-setup] Aug 16 03:45:41.024 INFO E| Downloaded num_cpus v1.15.0 |
2407 | 2024-08-16T03:45:42.186Z | [ helios-setup] Aug 16 03:45:41.028 INFO E| Downloaded futures-sink v0.3.28 |
2408 | 2024-08-16T03:45:42.188Z | [ helios-setup] Aug 16 03:45:41.029 INFO E| Downloaded camino v1.1.4 |
2409 | 2024-08-16T03:45:42.191Z | [ helios-setup] Aug 16 03:45:41.033 INFO E| Downloaded toml_datetime v0.6.1 |
2410 | 2024-08-16T03:45:42.193Z | [ helios-setup] Aug 16 03:45:41.034 INFO E| Downloaded terminal_size v0.2.6 |
2411 | 2024-08-16T03:45:42.195Z | [ helios-setup] Aug 16 03:45:41.036 INFO E| Downloaded num-integer v0.1.45 |
2412 | 2024-08-16T03:45:42.198Z | [ helios-setup] Aug 16 03:45:41.039 INFO E| Downloaded futures-task v0.3.28 |
2413 | 2024-08-16T03:45:42.200Z | [ helios-setup] Aug 16 03:45:41.041 INFO E| Downloaded memoffset v0.7.1 |
2414 | 2024-08-16T03:45:42.202Z | [ helios-setup] Aug 16 03:45:41.043 INFO E| Downloaded jobserver v0.1.26 |
2415 | 2024-08-16T03:45:42.205Z | [ helios-setup] Aug 16 03:45:41.046 INFO E| Downloaded futures-core v0.3.28 |
2416 | 2024-08-16T03:45:42.207Z | [ helios-setup] Aug 16 03:45:41.048 INFO E| Downloaded form_urlencoded v1.1.0 |
2417 | 2024-08-16T03:45:42.209Z | [ helios-setup] Aug 16 03:45:41.050 INFO E| Downloaded sha2 v0.10.6 |
2418 | 2024-08-16T03:45:42.212Z | [ helios-setup] Aug 16 03:45:41.054 INFO E| Downloaded bincode v1.3.3 |
2419 | 2024-08-16T03:45:42.216Z | [ helios-setup] Aug 16 03:45:41.057 INFO E| Downloaded lock_api v0.4.9 |
2420 | 2024-08-16T03:45:42.218Z | [ helios-setup] Aug 16 03:45:41.060 INFO E| Downloaded libz-sys v1.1.8 |
2421 | 2024-08-16T03:45:42.305Z | [ helios-setup] Aug 16 03:45:41.147 INFO E| Downloaded anyhow v1.0.68 |
2422 | 2024-08-16T03:45:42.311Z | [ helios-setup] Aug 16 03:45:41.153 INFO E| Downloaded serde v1.0.204 |
2423 | 2024-08-16T03:45:42.316Z | [ helios-setup] Aug 16 03:45:41.158 INFO E| Downloaded either v1.8.0 |
2424 | 2024-08-16T03:45:42.318Z | [ helios-setup] Aug 16 03:45:41.160 INFO E| Downloaded digest v0.10.6 |
2425 | 2024-08-16T03:45:42.321Z | [ helios-setup] Aug 16 03:45:41.163 INFO E| Downloaded const-random v0.1.15 |
2426 | 2024-08-16T03:45:42.323Z | [ helios-setup] Aug 16 03:45:41.164 INFO E| Downloaded serde_spanned v0.6.1 |
2427 | 2024-08-16T03:45:42.325Z | [ helios-setup] Aug 16 03:45:41.166 INFO E| Downloaded thiserror-impl v1.0.38 |
2428 | 2024-08-16T03:45:42.327Z | [ helios-setup] Aug 16 03:45:41.167 INFO E| Downloaded smawk v0.3.1 |
2429 | 2024-08-16T03:45:42.327Z | [ helios-setup] Aug 16 03:45:41.170 INFO E| Downloaded smallvec v1.10.0 |
2430 | 2024-08-16T03:45:42.343Z | [ helios-setup] Aug 16 03:45:41.185 INFO E| Downloaded anstyle-parse v0.1.1 |
2431 | 2024-08-16T03:45:42.345Z | [ helios-setup] Aug 16 03:45:41.187 INFO E| Downloaded serde_derive_internals v0.26.0 |
2432 | 2024-08-16T03:45:42.348Z | [ helios-setup] Aug 16 03:45:41.189 INFO E| Downloaded num_enum v0.5.7 |
2433 | 2024-08-16T03:45:42.366Z | [ helios-setup] Aug 16 03:45:41.208 INFO E| Downloaded iana-time-zone v0.1.56 |
2434 | 2024-08-16T03:45:42.369Z | [ helios-setup] Aug 16 03:45:41.211 INFO E| Downloaded futures-macro v0.3.28 |
2435 | 2024-08-16T03:45:42.371Z | [ helios-setup] Aug 16 03:45:41.212 INFO E| Downloaded futures-executor v0.3.28 |
2436 | 2024-08-16T03:45:42.374Z | [ helios-setup] Aug 16 03:45:41.214 INFO E| Downloaded anstream v0.2.6 |
2437 | 2024-08-16T03:45:42.376Z | [ helios-setup] Aug 16 03:45:41.217 INFO E| Downloaded itoa v1.0.6 |
2438 | 2024-08-16T03:45:42.378Z | [ helios-setup] Aug 16 03:45:41.219 INFO E| Downloaded slog-async v2.7.0 |
2439 | 2024-08-16T03:45:42.381Z | [ helios-setup] Aug 16 03:45:41.221 INFO E| Downloaded signal-hook-registry v1.4.0 |
2440 | 2024-08-16T03:45:42.383Z | [ helios-setup] Aug 16 03:45:41.223 INFO E| Downloaded sha1 v0.10.5 |
2441 | 2024-08-16T03:45:42.383Z | [ helios-setup] Aug 16 03:45:41.225 INFO E| Downloaded serde_tokenstream v0.2.0 |
2442 | 2024-08-16T03:45:42.404Z | [ helios-setup] Aug 16 03:45:41.245 INFO E| Downloaded serde_derive v1.0.204 |
2443 | 2024-08-16T03:45:42.408Z | [ helios-setup] Aug 16 03:45:41.250 INFO E| Downloaded semver v1.0.17 |
2444 | 2024-08-16T03:45:42.411Z | [ helios-setup] Aug 16 03:45:41.253 INFO E| Downloaded home v0.5.4 |
2445 | 2024-08-16T03:45:42.417Z | [ helios-setup] Aug 16 03:45:41.255 INFO E| Downloaded semver v0.11.0 |
2446 | 2024-08-16T03:45:42.420Z | [ helios-setup] Aug 16 03:45:41.257 INFO E| Downloaded sct v0.7.0 |
2447 | 2024-08-16T03:45:42.423Z | [ helios-setup] Aug 16 03:45:41.263 INFO E| Downloaded scopeguard v1.1.0 |
2448 | 2024-08-16T03:45:42.426Z | [ helios-setup] Aug 16 03:45:41.265 INFO E| Downloaded lazy_static v1.4.0 |
2449 | 2024-08-16T03:45:42.426Z | [ helios-setup] Aug 16 03:45:41.267 INFO E| Downloaded httpdate v1.0.2 |
2450 | 2024-08-16T03:45:42.429Z | [ helios-setup] Aug 16 03:45:41.269 INFO E| Downloaded http-body v0.4.5 |
2451 | 2024-08-16T03:45:42.432Z | [ helios-setup] Aug 16 03:45:41.271 INFO E| Downloaded fastrand v1.9.0 |
2452 | 2024-08-16T03:45:42.432Z | [ helios-setup] Aug 16 03:45:41.273 INFO E| Downloaded concolor-override v1.0.0 |
2453 | 2024-08-16T03:45:42.785Z | [ helios-setup] Aug 16 03:45:41.627 INFO E| Compiling proc-macro2 v1.0.86 |
2454 | 2024-08-16T03:45:42.788Z | [ helios-setup] Aug 16 03:45:41.627 INFO E| Compiling libc v0.2.139 |
2455 | 2024-08-16T03:45:42.788Z | [ helios-setup] Aug 16 03:45:41.627 INFO E| Compiling unicode-ident v1.0.8 |
2456 | 2024-08-16T03:45:42.788Z | [ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling autocfg v1.1.0 |
2457 | 2024-08-16T03:45:42.788Z | [ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling cfg-if v1.0.0 |
2458 | 2024-08-16T03:45:42.788Z | [ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling version_check v0.9.4 |
2459 | 2024-08-16T03:45:42.788Z | [ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling serde v1.0.204 |
2460 | 2024-08-16T03:45:42.788Z | [ helios-setup] Aug 16 03:45:41.628 INFO E| Compiling syn v1.0.107 |
2461 | 2024-08-16T03:45:43.416Z | [ helios-setup] Aug 16 03:45:42.258 INFO E| Compiling memchr v2.5.0 |
2462 | 2024-08-16T03:45:43.578Z | [ host-package] Compiling headers-core v0.2.0 |
2463 | 2024-08-16T03:45:43.953Z | [ host-package] Compiling fxhash v0.2.1 |
2464 | 2024-08-16T03:45:44.405Z | [ host-package] Compiling libxml v0.3.3 |
2465 | 2024-08-16T03:45:44.544Z | [ helios-setup] Aug 16 03:45:43.386 INFO E| Compiling once_cell v1.17.0 |
2466 | 2024-08-16T03:45:44.685Z | [ helios-setup] Aug 16 03:45:43.527 INFO E| Compiling log v0.4.17 |
2467 | 2024-08-16T03:45:44.793Z | [ helios-setup] Aug 16 03:45:43.635 INFO E| Compiling thiserror v1.0.38 |
2468 | 2024-08-16T03:45:45.430Z | [ helios-setup] Aug 16 03:45:44.273 INFO E| Compiling itoa v1.0.6 |
2469 | 2024-08-16T03:45:45.480Z | [ helios-setup] Aug 16 03:45:44.322 INFO E| Compiling serde_json v1.0.95 |
2470 | 2024-08-16T03:45:45.580Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2471 | 2024-08-16T03:45:46.282Z | [ helios-setup] Aug 16 03:45:45.125 INFO E| Compiling getrandom v0.2.8 |
2472 | 2024-08-16T03:45:46.336Z | [ helios-setup] Aug 16 03:45:45.179 INFO E| Compiling jobserver v0.1.26 |
2473 | 2024-08-16T03:45:46.354Z | [ host-package] Compiling headers v0.3.9 |
2474 | 2024-08-16T03:45:46.389Z | [ helios-setup] Aug 16 03:45:45.231 INFO E| Compiling quote v1.0.36 |
2475 | 2024-08-16T03:45:47.165Z | [ helios-setup] Aug 16 03:45:46.007 INFO E| Compiling syn v2.0.72 |
2476 | 2024-08-16T03:45:47.317Z | [ helios-setup] Aug 16 03:45:46.159 INFO E| Compiling cc v1.0.78 |
2477 | 2024-08-16T03:45:47.822Z | [ helios-setup] Aug 16 03:45:46.663 INFO E| Compiling indexmap v1.9.3 |
2478 | 2024-08-16T03:45:47.891Z | [ helios-setup] Aug 16 03:45:46.734 INFO E| Compiling scopeguard v1.1.0 |
2479 | 2024-08-16T03:45:48.225Z | [ helios-setup] Aug 16 03:45:47.067 INFO E| Compiling pin-project-lite v0.2.9 |
2480 | 2024-08-16T03:45:48.345Z | [ helios-setup] Aug 16 03:45:47.187 INFO E| Compiling num-integer v0.1.45 |
2481 | 2024-08-16T03:45:48.516Z | [ helios-setup] Aug 16 03:45:47.358 INFO E| Compiling futures-core v0.3.28 |
2482 | 2024-08-16T03:45:48.700Z | [ helios-setup] Aug 16 03:45:47.542 INFO E| Compiling bytes v1.4.0 |
2483 | 2024-08-16T03:45:49.140Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2484 | 2024-08-16T03:45:49.467Z | [ helios-setup] Aug 16 03:45:48.310 INFO E| Compiling ryu v1.0.13 |
2485 | 2024-08-16T03:45:50.392Z | [ helios-setup] Aug 16 03:45:49.235 INFO E| Compiling lock_api v0.4.9 |
2486 | 2024-08-16T03:45:50.662Z | [ helios-setup] Aug 16 03:45:49.505 INFO E| Compiling bitflags v1.3.2 |
2487 | 2024-08-16T03:45:50.862Z | [ helios-setup] Aug 16 03:45:49.704 INFO E| Compiling parking_lot_core v0.9.6 |
2488 | 2024-08-16T03:45:50.909Z | [ helios-setup] Aug 16 03:45:49.752 INFO E| Compiling typenum v1.16.0 |
2489 | 2024-08-16T03:45:51.205Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2490 | 2024-08-16T03:45:51.269Z | [ helios-setup] Aug 16 03:45:50.112 INFO E| Compiling num_cpus v1.15.0 |
2491 | 2024-08-16T03:45:51.453Z | [ helios-setup] Aug 16 03:45:50.296 INFO E| Compiling generic-array v0.14.6 |
2492 | 2024-08-16T03:45:51.936Z | [ helios-setup] Aug 16 03:45:50.778 INFO E| Compiling slab v0.4.7 |
2493 | 2024-08-16T03:45:51.938Z | [ helios-setup] Aug 16 03:45:50.779 INFO E| Compiling futures-channel v0.3.28 |
2494 | 2024-08-16T03:45:52.167Z | [ helios-setup] Aug 16 03:45:51.010 INFO E| Compiling futures-task v0.3.28 |
2495 | 2024-08-16T03:45:52.423Z | [ helios-setup] Aug 16 03:45:51.265 INFO E| Compiling futures-sink v0.3.28 |
2496 | 2024-08-16T03:45:52.766Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2497 | 2024-08-16T03:45:52.816Z | [ helios-setup] Aug 16 03:45:51.652 INFO E| Compiling tokio v1.27.0 |
2498 | 2024-08-16T03:45:53.161Z | [ helios-setup] Aug 16 03:45:52.002 INFO E| Compiling schemars v0.8.12 |
2499 | 2024-08-16T03:45:53.211Z | [ helios-setup] Aug 16 03:45:52.054 INFO E| Compiling futures-util v0.3.28 |
2500 | 2024-08-16T03:45:53.378Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2501 | 2024-08-16T03:45:54.177Z | [ helios-setup] Aug 16 03:45:53.020 INFO E| Compiling mio v0.8.5 |
2502 | 2024-08-16T03:45:54.180Z | [ helios-setup] Aug 16 03:45:53.021 INFO E| Compiling socket2 v0.4.9 |
2503 | 2024-08-16T03:45:54.373Z | [ helios-setup] Aug 16 03:45:53.215 INFO E| Compiling signal-hook-registry v1.4.0 |
2504 | 2024-08-16T03:45:54.602Z | [ host-package] Compiling samael v0.0.15 |
2505 | 2024-08-16T03:45:54.658Z | [ helios-setup] Aug 16 03:45:53.501 INFO E| Compiling ahash v0.7.6 |
2506 | 2024-08-16T03:45:54.994Z | [ helios-setup] Aug 16 03:45:53.837 INFO E| Compiling num-traits v0.2.15 |
2507 | 2024-08-16T03:45:54.997Z | [ host-package] Compiling strum_macros v0.24.3 |
2508 | 2024-08-16T03:45:55.579Z | [ helios-setup] Aug 16 03:45:54.422 INFO E| Compiling pin-utils v0.1.0 |
2509 | 2024-08-16T03:45:55.630Z | [ helios-setup] Aug 16 03:45:54.473 INFO E| Compiling io-lifetimes v1.0.10 |
2510 | 2024-08-16T03:45:55.742Z | [ helios-setup] Aug 16 03:45:54.556 INFO E| Compiling futures-io v0.3.28 |
2511 | 2024-08-16T03:45:56.536Z | [ helios-setup] Aug 16 03:45:55.378 INFO E| Compiling crunchy v0.2.2 |
2512 | 2024-08-16T03:45:56.727Z | [ host-package] Compiling unicase v2.7.0 |
2513 | 2024-08-16T03:45:57.468Z | [ host-package] Compiling cookie v0.18.1 |
2514 | 2024-08-16T03:45:57.895Z | [ helios-setup] Aug 16 03:45:56.738 INFO E| Compiling ahash v0.8.3 |
2515 | 2024-08-16T03:45:57.899Z | [ helios-setup] Aug 16 03:45:56.739 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2516 | 2024-08-16T03:45:57.991Z | [ host-package] Compiling indoc v1.0.9 |
2517 | 2024-08-16T03:45:58.707Z | [ helios-setup] Aug 16 03:45:57.549 INFO E| Compiling serde_derive_internals v0.26.0 |
2518 | 2024-08-16T03:45:58.874Z | [ helios-setup] Aug 16 03:45:57.717 INFO E| Compiling tiny-keccak v2.0.2 |
2519 | 2024-08-16T03:45:58.981Z | [ helios-setup] Aug 16 03:45:57.824 INFO E| Compiling rustix v0.37.3 |
2520 | 2024-08-16T03:45:59.084Z | [ helios-setup] Aug 16 03:45:57.927 INFO E| Compiling hashbrown v0.12.3 |
2521 | 2024-08-16T03:45:59.515Z | [ host-package] Compiling polar-core v0.27.3 |
2522 | 2024-08-16T03:45:59.752Z | [ helios-setup] Aug 16 03:45:58.595 INFO E| Compiling crypto-common v0.1.6 |
2523 | 2024-08-16T03:45:59.862Z | [ host-package] Compiling derive_builder v0.20.0 |
2524 | 2024-08-16T03:46:00.083Z | [ helios-setup] Aug 16 03:45:58.927 INFO E| Compiling block-buffer v0.10.3 |
2525 | 2024-08-16T03:46:00.788Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2526 | 2024-08-16T03:46:01.400Z | [ helios-setup] Aug 16 03:46:00.243 INFO E| Compiling errno v0.3.1 |
2527 | 2024-08-16T03:46:01.518Z | [ helios-setup] Aug 16 03:46:00.360 INFO E| Compiling slog v2.7.0 |
2528 | 2024-08-16T03:46:01.521Z | [ helios-setup] Aug 16 03:46:00.360 INFO E| Compiling crossbeam-utils v0.8.14 |
2529 | 2024-08-16T03:46:01.793Z | [ host-package] Compiling crossterm v0.28.1 |
2530 | 2024-08-16T03:46:01.862Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2531 | 2024-08-16T03:46:01.951Z | [ helios-setup] Aug 16 03:46:00.794 INFO E| Compiling fnv v1.0.7 |
2532 | 2024-08-16T03:46:02.163Z | [ helios-setup] Aug 16 03:46:01.006 INFO E| Compiling pkg-config v0.3.26 |
2533 | 2024-08-16T03:46:02.515Z | [ helios-setup] Aug 16 03:46:01.359 INFO E| Compiling http v0.2.9 |
2534 | 2024-08-16T03:46:02.955Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2535 | 2024-08-16T03:46:04.260Z | [ helios-setup] Aug 16 03:46:03.103 INFO E| Compiling digest v0.10.6 |
2536 | 2024-08-16T03:46:05.347Z | [ helios-setup] Aug 16 03:46:04.191 INFO E| Compiling aho-corasick v0.7.20 |
2537 | 2024-08-16T03:46:05.519Z | [ helios-setup] Aug 16 03:46:04.363 INFO E| Compiling httparse v1.8.0 |
2538 | 2024-08-16T03:46:05.727Z | [ helios-setup] Aug 16 03:46:04.571 INFO E| Compiling cpufeatures v0.2.5 |
2539 | 2024-08-16T03:46:06.332Z | [ helios-setup] Aug 16 03:46:05.176 INFO E| Compiling regex-syntax v0.6.29 |
2540 | 2024-08-16T03:46:06.974Z | [ helios-setup] Aug 16 03:46:05.818 INFO E| Compiling unicode-width v0.1.10 |
2541 | 2024-08-16T03:46:07.774Z | [ host-package] Compiling oso-derive v0.27.3 |
2542 | 2024-08-16T03:46:07.863Z | [ helios-setup] Aug 16 03:46:06.708 INFO E| Compiling heck v0.4.1 |
2543 | 2024-08-16T03:46:08.057Z | [ helios-setup] Aug 16 03:46:06.900 INFO E| Compiling tinyvec_macros v0.1.1 |
2544 | 2024-08-16T03:46:08.069Z | [ helios-setup] Aug 16 03:46:06.914 INFO E| Compiling anyhow v1.0.68 |
2545 | 2024-08-16T03:46:08.184Z | [ helios-setup] Aug 16 03:46:07.029 INFO E| Compiling percent-encoding v2.2.0 |
2546 | 2024-08-16T03:46:08.520Z | [ helios-setup] Aug 16 03:46:07.364 INFO E| Compiling thiserror-impl v1.0.38 |
2547 | 2024-08-16T03:46:08.697Z | [ helios-setup] Aug 16 03:46:07.541 INFO E| Compiling schemars_derive v0.8.12 |
2548 | 2024-08-16T03:46:09.099Z | [ helios-setup] Aug 16 03:46:07.943 INFO E| Compiling tinyvec v1.6.0 |
2549 | 2024-08-16T03:46:09.203Z | [ host-package] Compiling libz-sys v1.1.16 |
2550 | 2024-08-16T03:46:09.345Z | [ helios-setup] Aug 16 03:46:08.190 INFO E| Compiling serde_derive v1.0.204 |
2551 | 2024-08-16T03:46:09.364Z | [ host-package] Compiling quick-xml v0.31.0 |
2552 | 2024-08-16T03:46:09.456Z | [ helios-setup] Aug 16 03:46:08.301 INFO E| Compiling tokio-macros v2.0.0 |
2553 | 2024-08-16T03:46:09.746Z | [ helios-setup] Aug 16 03:46:08.590 INFO E| Compiling futures-macro v0.3.28 |
2554 | 2024-08-16T03:46:10.789Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2555 | 2024-08-16T03:46:11.685Z | [ helios-setup] Aug 16 03:46:10.529 INFO E| Compiling form_urlencoded v1.1.0 |
2556 | 2024-08-16T03:46:11.983Z | [ host-package] Compiling keccak v0.1.5 |
2557 | 2024-08-16T03:46:12.672Z | [ helios-setup] Aug 16 03:46:11.517 INFO E| Compiling const-random-macro v0.1.15 |
2558 | 2024-08-16T03:46:12.975Z | [ helios-setup] Aug 16 03:46:11.819 INFO E| Compiling regex v1.7.3 |
2559 | 2024-08-16T03:46:14.364Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2560 | 2024-08-16T03:46:14.644Z | [ helios-setup] Aug 16 03:46:13.489 INFO E| Compiling hashbrown v0.13.2 |
2561 | 2024-08-16T03:46:15.298Z | [ helios-setup] Aug 16 03:46:14.142 INFO E| Compiling libz-sys v1.1.8 |
2562 | 2024-08-16T03:46:15.526Z | [ host-package] Compiling sha3 v0.10.8 |
2563 | 2024-08-16T03:46:16.381Z | [ helios-setup] Aug 16 03:46:15.226 INFO E| Compiling chrono v0.4.24 |
2564 | 2024-08-16T03:46:17.122Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2565 | 2024-08-16T03:46:17.199Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2566 | 2024-08-16T03:46:18.512Z | [ helios-setup] Aug 16 03:46:17.357 INFO E| Compiling uuid v1.3.0 |
2567 | 2024-08-16T03:46:18.697Z | [ helios-setup] Aug 16 03:46:17.542 INFO E| Compiling dyn-clone v1.0.11 |
2568 | 2024-08-16T03:46:19.646Z | [ helios-setup] Aug 16 03:46:18.491 INFO E| Compiling regress v0.5.0 |
2569 | 2024-08-16T03:46:19.783Z | [ helios-setup] Aug 16 03:46:18.628 INFO E| Compiling unicode-normalization v0.1.22 |
2570 | 2024-08-16T03:46:19.932Z | [ helios-setup] Aug 16 03:46:18.777 INFO E| Compiling const-random v0.1.15 |
2571 | 2024-08-16T03:46:20.473Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2572 | 2024-08-16T03:46:21.546Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2573 | 2024-08-16T03:46:22.160Z | [ helios-setup] Aug 16 03:46:21.006 INFO E| Compiling getopts v0.2.21 |
2574 | 2024-08-16T03:46:22.363Z | [ host-package] Compiling bb8 v0.8.5 |
2575 | 2024-08-16T03:46:22.378Z | [ helios-setup] Aug 16 03:46:21.223 INFO E| Compiling tracing-core v0.1.30 |
2576 | 2024-08-16T03:46:23.006Z | [ helios-setup] Aug 16 03:46:21.852 INFO E| Compiling memoffset v0.7.1 |
2577 | 2024-08-16T03:46:23.193Z | [ helios-setup] Aug 16 03:46:22.039 INFO E| Compiling ucd-trie v0.1.5 |
2578 | 2024-08-16T03:46:23.242Z | [ helios-setup] Aug 16 03:46:22.087 INFO E| Compiling num-conv v0.1.0 |
2579 | 2024-08-16T03:46:23.518Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2580 | 2024-08-16T03:46:25.055Z | [ helios-setup] Aug 16 03:46:22.897 INFO E| Compiling powerfmt v0.2.0 |
2581 | 2024-08-16T03:46:25.057Z | [ helios-setup] Aug 16 03:46:23.811 INFO E| Compiling time-core v0.1.2 |
2582 | 2024-08-16T03:46:25.082Z | [ helios-setup] Aug 16 03:46:23.928 INFO E| Compiling unicode-bidi v0.3.13 |
2583 | 2024-08-16T03:46:25.645Z | [ host-package] Compiling universal-hash v0.5.1 |
2584 | 2024-08-16T03:46:26.213Z | [ host-package] Compiling secrecy v0.8.0 |
2585 | 2024-08-16T03:46:26.683Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2586 | 2024-08-16T03:46:26.822Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2587 | 2024-08-16T03:46:27.410Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2588 | 2024-08-16T03:46:27.678Z | [ helios-setup] Aug 16 03:46:26.524 INFO E| Compiling idna v0.3.0 |
2589 | 2024-08-16T03:46:28.141Z | [ helios-setup] Aug 16 03:46:26.987 INFO E| Compiling time-macros v0.2.18 |
2590 | 2024-08-16T03:46:29.050Z | [ host-package] Compiling opaque-debug v0.3.1 |
2591 | 2024-08-16T03:46:29.330Z | [ host-package] Compiling poly1305 v0.8.0 |
2592 | 2024-08-16T03:46:29.432Z | [ helios-setup] Aug 16 03:46:28.278 INFO E| Compiling deranged v0.3.11 |
2593 | 2024-08-16T03:46:30.868Z | [ helios-setup] Aug 16 03:46:29.714 INFO E| Compiling tracing v0.1.37 |
2594 | 2024-08-16T03:46:31.009Z | [ helios-setup] Aug 16 03:46:29.855 INFO E| Compiling pest v2.5.7 |
2595 | 2024-08-16T03:46:31.808Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2596 | 2024-08-16T03:46:32.195Z | [ host-package] Compiling vte v0.11.1 |
2597 | 2024-08-16T03:46:32.251Z | [ host-package] Compiling const_format v0.2.32 |
2598 | 2024-08-16T03:46:34.360Z | [ helios-setup] Aug 16 03:46:33.206 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2599 | 2024-08-16T03:46:34.363Z | [ helios-setup] Aug 16 03:46:33.207 INFO E| Compiling time v0.1.45 |
2600 | 2024-08-16T03:46:34.795Z | [ helios-setup] Aug 16 03:46:33.638 INFO E| Compiling crossbeam-epoch v0.9.13 |
2601 | 2024-08-16T03:46:35.501Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2602 | 2024-08-16T03:46:35.880Z | [ helios-setup] Aug 16 03:46:34.727 INFO E| Compiling iana-time-zone v0.1.56 |
2603 | 2024-08-16T03:46:36.016Z | [ helios-setup] Aug 16 03:46:34.861 INFO E| Compiling semver v1.0.17 |
2604 | 2024-08-16T03:46:36.393Z | [ helios-setup] Aug 16 03:46:35.239 INFO E| Compiling num_threads v0.1.6 |
2605 | 2024-08-16T03:46:36.438Z | [ host-package] Compiling chacha20 v0.9.1 |
2606 | 2024-08-16T03:46:36.541Z | [ host-package] Compiling fd-lock v4.0.2 |
2607 | 2024-08-16T03:46:36.972Z | [ host-package] Compiling aead v0.5.2 |
2608 | 2024-08-16T03:46:37.055Z | [ helios-setup] Aug 16 03:46:35.902 INFO E| Compiling toml v0.5.11 |
2609 | 2024-08-16T03:46:37.233Z | [ helios-setup] Aug 16 03:46:36.080 INFO E| Compiling serde_tokenstream v0.2.0 |
2610 | 2024-08-16T03:46:37.363Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2611 | 2024-08-16T03:46:37.552Z | [ host-package] Compiling bytecount v0.6.8 |
2612 | 2024-08-16T03:46:37.592Z | [ helios-setup] Aug 16 03:46:36.439 INFO E| Compiling smallvec v1.10.0 |
2613 | 2024-08-16T03:46:38.343Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2614 | 2024-08-16T03:46:39.083Z | [ helios-setup] Aug 16 03:46:37.929 INFO E| Compiling time v0.3.36 |
2615 | 2024-08-16T03:46:39.351Z | [ helios-setup] Aug 16 03:46:38.198 INFO E| Compiling parking_lot v0.12.1 |
2616 | 2024-08-16T03:46:39.577Z | [ host-package] Compiling papergrid v0.11.0 |
2617 | 2024-08-16T03:46:43.482Z | [ helios-setup] Aug 16 03:46:42.327 INFO E| Compiling semver-parser v0.10.2 |
2618 | 2024-08-16T03:46:46.644Z | [ helios-setup] Aug 16 03:46:45.491 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2619 | 2024-08-16T03:46:47.150Z | [ helios-setup] Aug 16 03:46:45.998 INFO E| Compiling url v2.3.1 |
2620 | 2024-08-16T03:46:50.320Z | [ helios-setup] Aug 16 03:46:49.168 INFO E| Compiling crossbeam-channel v0.5.6 |
2621 | 2024-08-16T03:46:51.403Z | [ helios-setup] Aug 16 03:46:50.251 INFO E| Compiling dirs-sys-next v0.1.2 |
2622 | 2024-08-16T03:46:53.442Z | [ helios-setup] Aug 16 03:46:52.290 INFO E| Compiling try-lock v0.2.4 |
2623 | 2024-08-16T03:46:53.949Z | [ helios-setup] Aug 16 03:46:52.797 INFO E| Compiling same-file v1.0.6 |
2624 | 2024-08-16T03:46:54.204Z | [ helios-setup] Aug 16 03:46:53.051 INFO E| Compiling crc32fast v1.3.2 |
2625 | 2024-08-16T03:46:54.539Z | [ helios-setup] Aug 16 03:46:53.387 INFO E| Compiling walkdir v2.3.3 |
2626 | 2024-08-16T03:46:55.920Z | [ helios-setup] Aug 16 03:46:54.767 INFO E| Compiling want v0.3.0 |
2627 | 2024-08-16T03:46:55.944Z | [ host-package] Compiling oso v0.27.3 |
2628 | 2024-08-16T03:46:56.019Z | [ helios-setup] Aug 16 03:46:54.867 INFO E| Compiling dirs-next v2.0.0 |
2629 | 2024-08-16T03:46:57.410Z | [ helios-setup] Aug 16 03:46:56.257 INFO E| Compiling tokio-util v0.7.7 |
2630 | 2024-08-16T03:46:58.691Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2631 | 2024-08-16T03:46:59.357Z | [ helios-setup] Aug 16 03:46:58.205 INFO E| Compiling h2 v0.3.16 |
2632 | 2024-08-16T03:46:59.967Z | [ helios-setup] Aug 16 03:46:58.815 INFO E| Compiling semver v0.11.0 |
2633 | 2024-08-16T03:47:00.134Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2634 | 2024-08-16T03:47:00.599Z | [ helios-setup] Aug 16 03:46:59.448 INFO E| Compiling proc-macro-crate v1.2.1 |
2635 | 2024-08-16T03:47:00.686Z | [ host-package] Compiling parking_lot v0.11.2 |
2636 | 2024-08-16T03:47:03.148Z | [ helios-setup] Aug 16 03:47:01.995 INFO E| Compiling futures-executor v0.3.28 |
2637 | 2024-08-16T03:47:03.520Z | [ helios-setup] Aug 16 03:47:02.369 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2638 | 2024-08-16T03:47:04.277Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2639 | 2024-08-16T03:47:04.809Z | [ host-package] Compiling vsss-rs v3.3.4 |
2640 | 2024-08-16T03:47:05.376Z | [ helios-setup] Aug 16 03:47:04.225 INFO E| Compiling http-body v0.4.5 |
2641 | 2024-08-16T03:47:05.513Z | [ helios-setup] Aug 16 03:47:04.362 INFO E| Compiling ring v0.16.20 |
2642 | 2024-08-16T03:47:06.223Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2643 | 2024-08-16T03:47:06.268Z | [ helios-setup] Aug 16 03:47:05.117 INFO E| Compiling rand_core v0.6.4 |
2644 | 2024-08-16T03:47:07.459Z | [ helios-setup] Aug 16 03:47:06.308 INFO E| Compiling thread_local v1.1.7 |
2645 | 2024-08-16T03:47:07.879Z | [ helios-setup] Aug 16 03:47:06.561 INFO E| Compiling lazy_static v1.4.0 |
2646 | 2024-08-16T03:47:08.246Z | [ helios-setup] Aug 16 03:47:07.095 INFO E| Compiling httpdate v1.0.2 |
2647 | 2024-08-16T03:47:08.922Z | [ helios-setup] Aug 16 03:47:07.770 INFO E| Compiling rayon-core v1.10.2 |
2648 | 2024-08-16T03:47:09.900Z | [ helios-setup] Aug 16 03:47:08.590 INFO E| Compiling adler v1.0.2 |
2649 | 2024-08-16T03:47:09.910Z | [ helios-setup] Aug 16 03:47:08.759 INFO E| Compiling ppv-lite86 v0.2.17 |
2650 | 2024-08-16T03:47:10.289Z | [ helios-setup] Aug 16 03:47:09.139 INFO E| Compiling utf8parse v0.2.1 |
2651 | 2024-08-16T03:47:10.749Z | [ helios-setup] Aug 16 03:47:09.599 INFO E| Compiling home v0.5.4 |
2652 | 2024-08-16T03:47:11.344Z | [ helios-setup] Aug 16 03:47:10.194 INFO E| Compiling fastrand v1.9.0 |
2653 | 2024-08-16T03:47:11.397Z | [ helios-setup] Aug 16 03:47:10.246 INFO E| Compiling base64 v0.21.0 |
2654 | 2024-08-16T03:47:11.789Z | [ helios-setup] Aug 16 03:47:10.639 INFO E| Compiling tower-service v0.3.2 |
2655 | 2024-08-16T03:47:13.023Z | [ helios-setup] Aug 16 03:47:11.873 INFO E| Compiling tempfile v3.5.0 |
2656 | 2024-08-16T03:47:13.989Z | [ helios-setup] Aug 16 03:47:12.839 INFO E| Compiling hyper v0.14.25 |
2657 | 2024-08-16T03:47:14.087Z | [ host-package] Compiling tabled_derive v0.7.0 |
2658 | 2024-08-16T03:47:14.542Z | [ helios-setup] Aug 16 03:47:13.392 INFO E| Compiling rand_chacha v0.3.1 |
2659 | 2024-08-16T03:47:15.297Z | [ host-package] Compiling crossterm v0.27.0 |
2660 | 2024-08-16T03:47:16.240Z | [ helios-setup] Aug 16 03:47:15.090 INFO E| Compiling toolchain_find v0.2.0 |
2661 | 2024-08-16T03:47:17.775Z | [ helios-setup] Aug 16 03:47:16.626 INFO E| Compiling anstyle-parse v0.1.1 |
2662 | 2024-08-16T03:47:17.788Z | [ helios-setup] Aug 16 03:47:16.638 INFO E| Compiling miniz_oxide v0.6.2 |
2663 | 2024-08-16T03:47:18.149Z | [ host-package] Compiling peg-macros v0.8.4 |
2664 | 2024-08-16T03:47:23.831Z | [ helios-setup] Aug 16 03:47:22.682 INFO E| Compiling futures v0.3.28 |
2665 | 2024-08-16T03:47:24.439Z | [ host-package] Compiling kstat-rs v0.2.4 |
2666 | 2024-08-16T03:47:24.919Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2667 | 2024-08-16T03:47:26.233Z | [ host-package] Compiling unicode_categories v0.1.1 |
2668 | 2024-08-16T03:47:27.191Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2669 | 2024-08-16T03:47:27.574Z | [ host-package] Compiling sqlparser v0.45.0 |
2670 | 2024-08-16T03:47:28.293Z | [ host-package] Compiling reedline v0.33.0 |
2671 | 2024-08-16T03:47:29.450Z | [ host-package] Compiling rustyline v14.0.0 |
2672 | 2024-08-16T03:47:29.688Z | [ host-package] Compiling sqlformat v0.2.4 |
2673 | 2024-08-16T03:47:30.562Z | [ helios-setup] Aug 16 03:47:29.413 INFO E| Compiling cargo-lock v8.0.3 |
2674 | 2024-08-16T03:47:31.742Z | [ helios-setup] Aug 16 03:47:30.593 INFO E| Compiling num_enum_derive v0.5.7 |
2675 | 2024-08-16T03:47:35.872Z | [ helios-setup] Aug 16 03:47:34.724 INFO E| Compiling crossbeam-deque v0.8.2 |
2676 | 2024-08-16T03:47:36.808Z | [ helios-setup] Aug 16 03:47:35.660 INFO E| Compiling term v0.7.0 |
2677 | 2024-08-16T03:47:38.497Z | [ helios-setup] Aug 16 03:47:37.349 INFO E| Compiling serde_urlencoded v0.7.1 |
2678 | 2024-08-16T03:47:39.218Z | [ helios-setup] Aug 16 03:47:38.070 INFO E| Compiling is-terminal v0.4.7 |
2679 | 2024-08-16T03:47:39.418Z | [ helios-setup] Aug 16 03:47:38.270 INFO E| Compiling sha1 v0.10.5 |
2680 | 2024-08-16T03:47:39.671Z | [ helios-setup] Aug 16 03:47:38.524 INFO E| Compiling sha2 v0.10.6 |
2681 | 2024-08-16T03:47:39.972Z | [ helios-setup] Aug 16 03:47:38.825 INFO E| Compiling atty v0.2.14 |
2682 | 2024-08-16T03:47:42.288Z | [ helios-setup] Aug 16 03:47:41.140 INFO E| Compiling concolor-query v0.3.3 |
2683 | 2024-08-16T03:47:42.795Z | [ helios-setup] Aug 16 03:47:41.647 INFO E| Compiling anstyle v0.3.5 |
2684 | 2024-08-16T03:47:44.233Z | [ helios-setup] Aug 16 03:47:43.086 INFO E| Compiling concolor-override v1.0.0 |
2685 | 2024-08-16T03:47:44.742Z | [ helios-setup] Aug 16 03:47:43.594 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2686 | 2024-08-16T03:47:45.344Z | [ helios-setup] Aug 16 03:47:44.197 INFO E| Compiling anstream v0.2.6 |
2687 | 2024-08-16T03:47:47.455Z | [ helios-setup] Aug 16 03:47:46.308 INFO E| Compiling slog-term v2.9.0 |
2688 | 2024-08-16T03:47:48.065Z | [ helios-setup] Aug 16 03:47:46.918 INFO E| Compiling flate2 v1.0.25 |
2689 | 2024-08-16T03:47:48.540Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2690 | 2024-08-16T03:47:49.015Z | [ helios-setup] Aug 16 03:47:47.868 INFO E| Compiling num_enum v0.5.7 |
2691 | 2024-08-16T03:47:49.374Z | [ helios-setup] Aug 16 03:47:48.227 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2692 | 2024-08-16T03:47:50.018Z | [ helios-setup] Aug 16 03:47:48.871 INFO E| Compiling rand v0.8.5 |
2693 | 2024-08-16T03:47:50.074Z | [ host-package] Compiling peg v0.8.4 |
2694 | 2024-08-16T03:47:50.346Z | [ host-package] Compiling tabled v0.15.0 |
2695 | 2024-08-16T03:47:50.400Z | [ helios-setup] Aug 16 03:47:49.253 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2696 | 2024-08-16T03:47:50.833Z | [ helios-setup] Aug 16 03:47:49.687 INFO E| Compiling openapiv3 v1.0.2 |
2697 | 2024-08-16T03:47:51.581Z | [ host-package] Compiling mime_guess v2.0.4 |
2698 | 2024-08-16T03:47:53.496Z | [ helios-setup] Aug 16 03:47:52.350 INFO E| Compiling encoding_rs v0.8.32 |
2699 | 2024-08-16T03:47:54.004Z | [ helios-setup] Aug 16 03:47:52.858 INFO E| Compiling project-root v0.2.2 |
2700 | 2024-08-16T03:47:54.309Z | [ host-package] Compiling sled v0.34.7 |
2701 | 2024-08-16T03:47:54.523Z | [ helios-setup] Aug 16 03:47:53.377 INFO E| Compiling byteorder v1.4.3 |
2702 | 2024-08-16T03:47:56.059Z | [ helios-setup] Aug 16 03:47:54.913 INFO E| Compiling mime v0.3.17 |
2703 | 2024-08-16T03:47:58.519Z | [ helios-setup] Aug 16 03:47:57.373 INFO E| Compiling untrusted v0.7.1 |
2704 | 2024-08-16T03:47:58.569Z | [ helios-setup] Aug 16 03:47:57.423 INFO E| Compiling base64 v0.13.1 |
2705 | 2024-08-16T03:47:59.227Z | [ helios-setup] Aug 16 03:47:58.081 INFO E| Compiling unsafe-libyaml v0.2.8 |
2706 | 2024-08-16T03:48:00.149Z | [ helios-setup] Aug 16 03:47:59.003 INFO E| Compiling either v1.8.0 |
2707 | 2024-08-16T03:48:00.419Z | [ helios-setup] Aug 16 03:47:59.271 INFO E| Compiling spin v0.5.2 |
2708 | 2024-08-16T03:48:00.820Z | [ helios-setup] Aug 16 03:47:59.674 INFO E| Compiling clap_lex v0.4.1 |
2709 | 2024-08-16T03:48:01.075Z | [ helios-setup] Aug 16 03:47:59.930 INFO E| Compiling utf-8 v0.7.6 |
2710 | 2024-08-16T03:48:01.981Z | [ helios-setup] Aug 16 03:48:00.835 INFO E| Compiling strsim v0.10.0 |
2711 | 2024-08-16T03:48:02.377Z | [ helios-setup] Aug 16 03:48:01.232 INFO E| Compiling ipnet v2.7.2 |
2712 | 2024-08-16T03:48:02.920Z | [ helios-setup] Aug 16 03:48:01.775 INFO E| Compiling clap_builder v4.2.1 |
2713 | 2024-08-16T03:48:03.564Z | [ helios-setup] Aug 16 03:48:02.415 INFO E| Compiling reqwest v0.11.16 |
2714 | 2024-08-16T03:48:06.209Z | [ helios-setup] Aug 16 03:48:05.064 INFO E| Compiling serde_yaml v0.9.21 |
2715 | 2024-08-16T03:48:07.725Z | [ helios-setup] Aug 16 03:48:06.580 INFO E| Compiling tungstenite v0.18.0 |
2716 | 2024-08-16T03:48:13.643Z | [ helios-setup] Aug 16 03:48:12.498 INFO E| Compiling rayon v1.6.1 |
2717 | 2024-08-16T03:48:14.389Z | [ helios-setup] Aug 16 03:48:13.244 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2718 | 2024-08-16T03:48:18.750Z | [ helios-setup] Aug 16 03:48:17.606 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2719 | 2024-08-16T03:48:19.403Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2720 | 2024-08-16T03:48:20.696Z | [ host-package] Compiling hickory-client v0.24.1 |
2721 | 2024-08-16T03:48:21.493Z | [ helios-setup] Aug 16 03:48:20.349 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2722 | 2024-08-16T03:48:23.066Z | [ host-package] Compiling env_logger v0.9.3 |
2723 | 2024-08-16T03:48:25.465Z | [ helios-setup] Aug 16 03:48:24.322 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2724 | 2024-08-16T03:48:25.905Z | [ helios-setup] Aug 16 03:48:24.761 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2725 | 2024-08-16T03:48:26.896Z | [ helios-setup] Aug 16 03:48:25.752 INFO E| Compiling clap_derive v4.2.0 |
2726 | 2024-08-16T03:48:30.314Z | [ helios-setup] Aug 16 03:48:29.170 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2727 | 2024-08-16T03:48:31.587Z | [ host-package] Compiling tungstenite v0.20.1 |
2728 | 2024-08-16T03:48:31.618Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2729 | 2024-08-16T03:48:33.046Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2730 | 2024-08-16T03:48:36.346Z | [ helios-setup] Aug 16 03:48:35.204 INFO E| Compiling clap v4.2.1 |
2731 | 2024-08-16T03:48:38.899Z | [ helios-setup] Aug 16 03:48:37.757 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2732 | 2024-08-16T03:48:40.080Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2733 | 2024-08-16T03:48:43.072Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2734 | 2024-08-16T03:48:52.878Z | [ helios-setup] Aug 16 03:48:51.733 INFO E| Compiling tokio-tungstenite v0.18.0 |
2735 | 2024-08-16T03:48:54.370Z | [ helios-setup] Aug 16 03:48:53.226 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2736 | 2024-08-16T03:48:55.048Z | [ helios-setup] Aug 16 03:48:53.907 INFO E| Compiling smartstring v1.0.1 |
2737 | 2024-08-16T03:48:55.430Z | [ helios-setup] Aug 16 03:48:54.289 INFO E| Compiling rustls v0.21.0 |
2738 | 2024-08-16T03:48:56.149Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2739 | 2024-08-16T03:48:56.970Z | [ helios-setup] Aug 16 03:48:55.829 INFO E| Compiling rustls-webpki v0.100.1 |
2740 | 2024-08-16T03:48:57.088Z | [ helios-setup] Aug 16 03:48:55.947 INFO E| Compiling sct v0.7.0 |
2741 | 2024-08-16T03:48:57.886Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2742 | 2024-08-16T03:48:58.014Z | [ helios-setup] Aug 16 03:48:56.873 INFO E| Compiling toml_datetime v0.6.1 |
2743 | 2024-08-16T03:48:58.341Z | [ helios-setup] Aug 16 03:48:57.200 INFO E| Compiling serde_spanned v0.6.1 |
2744 | 2024-08-16T03:48:58.886Z | [ helios-setup] Aug 16 03:48:57.745 INFO E| Compiling camino v1.1.4 |
2745 | 2024-08-16T03:48:59.427Z | [ host-package] Compiling hickory-server v0.24.1 |
2746 | 2024-08-16T03:48:59.683Z | [ helios-setup] Aug 16 03:48:58.542 INFO E| Compiling paste v1.0.12 |
2747 | 2024-08-16T03:48:59.790Z | [ host-package] Compiling bcs v0.1.6 |
2748 | 2024-08-16T03:49:00.166Z | [ helios-setup] Aug 16 03:48:59.025 INFO E| Compiling slog-async v2.7.0 |
2749 | 2024-08-16T03:49:00.794Z | [ helios-setup] Aug 16 03:48:59.654 INFO E| Compiling async-trait v0.1.68 |
2750 | 2024-08-16T03:49:01.312Z | [ helios-setup] Aug 16 03:49:00.171 INFO E| Compiling winnow v0.4.1 |
2751 | 2024-08-16T03:49:01.460Z | [ helios-setup] Aug 16 03:49:00.320 INFO E| Compiling match_cfg v0.1.0 |
2752 | 2024-08-16T03:49:01.667Z | [ host-package] Compiling vergen v8.3.2 |
2753 | 2024-08-16T03:49:01.771Z | [ helios-setup] Aug 16 03:49:00.624 INFO E| Compiling static_assertions v1.1.0 |
2754 | 2024-08-16T03:49:02.097Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2755 | 2024-08-16T03:49:02.340Z | [ helios-setup] Aug 16 03:49:01.184 INFO E| Compiling hostname v0.3.1 |
2756 | 2024-08-16T03:49:02.671Z | [ host-package] Compiling cargo-platform v0.1.8 |
2757 | 2024-08-16T03:49:03.561Z | [ host-package] Compiling nanorand v0.7.0 |
2758 | 2024-08-16T03:49:03.871Z | [ helios-setup] Aug 16 03:49:02.728 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2759 | 2024-08-16T03:49:04.478Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2760 | 2024-08-16T03:49:04.939Z | [ host-package] Compiling memoffset v0.9.1 |
2761 | 2024-08-16T03:49:08.633Z | [ host-package] Compiling highway v1.2.0 |
2762 | 2024-08-16T03:49:08.678Z | [ host-package] Compiling ascii v1.1.0 |
2763 | 2024-08-16T03:49:08.678Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2764 | 2024-08-16T03:49:08.678Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2765 | 2024-08-16T03:49:08.678Z | [ helios-setup] Aug 16 03:49:07.219 INFO E| Compiling toml_edit v0.19.8 |
2766 | 2024-08-16T03:49:09.270Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2767 | 2024-08-16T03:49:12.395Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2768 | 2024-08-16T03:49:12.697Z | [ host-package] Compiling bitstruct v0.1.1 |
2769 | 2024-08-16T03:49:12.756Z | [ helios-setup] Aug 16 03:49:11.617 INFO E| Compiling slog-json v2.6.1 |
2770 | 2024-08-16T03:49:12.874Z | [ host-package] Compiling flume v0.11.0 |
2771 | 2024-08-16T03:49:13.060Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2772 | 2024-08-16T03:49:14.091Z | [ helios-setup] Aug 16 03:49:12.951 INFO E| Compiling unicode-linebreak v0.1.4 |
2773 | 2024-08-16T03:49:14.561Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2774 | 2024-08-16T03:49:16.792Z | [ helios-setup] Aug 16 03:49:15.653 INFO E| Compiling async-stream-impl v0.3.5 |
2775 | 2024-08-16T03:49:18.877Z | [ helios-setup] Aug 16 03:49:17.737 INFO E| Compiling rhai_codegen v1.5.0 |
2776 | 2024-08-16T03:49:18.911Z | [ helios-setup] Aug 16 03:49:17.772 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2777 | 2024-08-16T03:49:19.516Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2778 | 2024-08-16T03:49:19.906Z | [ helios-setup] Aug 16 03:49:18.766 INFO E| Compiling take_mut v0.2.2 |
2779 | 2024-08-16T03:49:19.991Z | [ helios-setup] Aug 16 03:49:18.852 INFO E| Compiling async-stream v0.3.5 |
2780 | 2024-08-16T03:49:20.407Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2781 | 2024-08-16T03:49:20.471Z | [ helios-setup] Aug 16 03:49:19.332 INFO E| Compiling toml v0.7.3 |
2782 | 2024-08-16T03:49:20.688Z | [ helios-setup] Aug 16 03:49:19.547 INFO E| Compiling slog-bunyan v2.4.0 |
2783 | 2024-08-16T03:49:21.372Z | [ helios-setup] Aug 16 03:49:20.233 INFO E| Compiling tokio-rustls v0.24.0 |
2784 | 2024-08-16T03:49:22.180Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2785 | 2024-08-16T03:49:22.893Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2786 | 2024-08-16T03:49:23.765Z | [ helios-setup] Aug 16 03:49:22.626 INFO E| Compiling rhai v1.14.0 |
2787 | 2024-08-16T03:49:28.260Z | [ helios-setup] Aug 16 03:49:27.121 INFO E| Compiling rustls-pemfile v1.0.2 |
2788 | 2024-08-16T03:49:29.724Z | [ helios-setup] Aug 16 03:49:28.550 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2789 | 2024-08-16T03:49:30.039Z | [ helios-setup] Aug 16 03:49:28.901 INFO E| Compiling bincode v1.3.3 |
2790 | 2024-08-16T03:49:31.370Z | [ helios-setup] Aug 16 03:49:30.233 INFO E| Compiling serde_path_to_error v0.1.11 |
2791 | 2024-08-16T03:49:32.483Z | [ helios-setup] Aug 16 03:49:31.342 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2792 | 2024-08-16T03:49:33.003Z | [ host-package] Compiling git2 v0.19.0 |
2793 | 2024-08-16T03:49:33.011Z | [ helios-setup] Aug 16 03:49:31.871 INFO E| Compiling terminal_size v0.2.6 |
2794 | 2024-08-16T03:49:33.443Z | [ helios-setup] Aug 16 03:49:32.305 INFO E| Compiling smawk v0.3.1 |
2795 | 2024-08-16T03:49:34.104Z | [ helios-setup] Aug 16 03:49:32.964 INFO E| Compiling textwrap v0.16.0 |
2796 | 2024-08-16T03:49:51.918Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2797 | 2024-08-16T03:49:54.250Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2798 | 2024-08-16T03:49:57.000Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2799 | 2024-08-16T03:49:57.864Z | [ host-package] Compiling serde_arrays v0.1.0 |
2800 | 2024-08-16T03:49:58.791Z | [ host-package] Compiling erased-serde v0.3.31 |
2801 | 2024-08-16T03:50:02.208Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2802 | 2024-08-16T03:50:02.497Z | [ helios-setup] Aug 16 03:50:01.362 INFO E| Compiling git2 v0.16.1 |
2803 | 2024-08-16T03:50:07.614Z | [ helios-setup] Aug 16 03:50:06.479 INFO E| Compiling built v0.6.0 |
2804 | 2024-08-16T03:50:11.289Z | [ helios-setup] Aug 16 03:50:09.414 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2805 | 2024-08-16T03:50:12.233Z | [ helios-setup] Aug 16 03:50:11.098 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2806 | 2024-08-16T03:50:12.769Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2807 | 2024-08-16T03:50:12.965Z | [ helios-setup] Aug 16 03:50:11.831 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2808 | 2024-08-16T03:50:13.716Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2809 | 2024-08-16T03:50:25.419Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2810 | 2024-08-16T03:50:26.799Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2811 | 2024-08-16T03:50:29.771Z | [ host-package] Compiling heck v0.3.3 |
2812 | 2024-08-16T03:50:30.283Z | [ host-package] Compiling castaway v0.2.3 |
2813 | 2024-08-16T03:50:30.548Z | [ host-package] Compiling rand_seeder v0.3.0 |
2814 | 2024-08-16T03:50:31.023Z | [ host-package] Compiling csv-core v0.1.11 |
2815 | 2024-08-16T03:50:32.056Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2816 | 2024-08-16T03:50:32.466Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2817 | 2024-08-16T03:50:32.983Z | [ host-package] Compiling http-range v0.1.5 |
2818 | 2024-08-16T03:50:33.681Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2819 | 2024-08-16T03:50:33.909Z | [ helios-setup] Aug 16 03:50:32.777 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2820 | 2024-08-16T03:50:35.207Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2821 | 2024-08-16T03:50:35.646Z | [ host-package] Compiling csv v1.3.0 |
2822 | 2024-08-16T03:50:36.272Z | [ helios-setup] Aug 16 03:50:35.139 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2823 | 2024-08-16T03:50:38.384Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2824 | 2024-08-16T03:50:38.793Z | [ host-package] Compiling compact_str v0.8.0 |
2825 | 2024-08-16T03:50:39.229Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2826 | 2024-08-16T03:50:42.118Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2827 | 2024-08-16T03:50:43.708Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2828 | 2024-08-16T03:50:44.893Z | [ host-package] Compiling nix v0.27.1 |
2829 | 2024-08-16T03:50:46.289Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2830 | 2024-08-16T03:50:49.417Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2831 | 2024-08-16T03:50:49.692Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2832 | 2024-08-16T03:50:51.555Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2833 | 2024-08-16T03:51:00.471Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2834 | 2024-08-16T03:51:01.372Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2835 | 2024-08-16T03:51:01.776Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2836 | 2024-08-16T03:51:02.589Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2837 | 2024-08-16T03:51:03.323Z | [ host-package] Compiling lru v0.12.3 |
2838 | 2024-08-16T03:51:04.446Z | [ host-package] Compiling hashlink v0.9.1 |
2839 | 2024-08-16T03:51:04.632Z | [ host-package] Compiling serde-big-array v0.5.1 |
2840 | 2024-08-16T03:51:05.352Z | [ host-package] Compiling instability v0.3.2 |
2841 | 2024-08-16T03:51:05.806Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2842 | 2024-08-16T03:51:06.173Z | [ host-package] Compiling base64 v0.13.1 |
2843 | 2024-08-16T03:51:07.456Z | [ host-package] Compiling cassowary v0.3.0 |
2844 | 2024-08-16T03:51:07.601Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2845 | 2024-08-16T03:51:07.891Z | [ host-package] Compiling ron v0.7.1 |
2846 | 2024-08-16T03:51:08.329Z | [ host-package] Compiling ratatui v0.28.0 |
2847 | 2024-08-16T03:51:14.589Z | [ host-package] Compiling rusqlite v0.31.0 |
2848 | 2024-08-16T03:51:17.669Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2849 | 2024-08-16T03:51:20.032Z | [ helios-setup] Aug 16 03:51:18.903 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2850 | 2024-08-16T03:51:21.024Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2851 | 2024-08-16T03:51:24.278Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2852 | 2024-08-16T03:51:31.033Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2853 | 2024-08-16T03:51:31.984Z | [ host-package] Compiling zone v0.1.8 |
2854 | 2024-08-16T03:51:36.405Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2855 | 2024-08-16T03:51:38.275Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2856 | 2024-08-16T03:51:50.321Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2857 | 2024-08-16T03:51:50.417Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2858 | 2024-08-16T03:51:51.657Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2859 | 2024-08-16T03:51:52.307Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2860 | 2024-08-16T03:52:00.915Z | [ host-package] Compiling twox-hash v1.6.3 |
2861 | 2024-08-16T03:52:02.860Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2862 | 2024-08-16T03:52:03.343Z | [ host-package] Compiling yasna v0.5.2 |
2863 | 2024-08-16T03:52:09.832Z | [ host-package] Compiling portpicker v0.1.1 |
2864 | 2024-08-16T03:52:09.834Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2865 | 2024-08-16T03:52:10.852Z | [ host-package] Compiling smawk v0.3.2 |
2866 | 2024-08-16T03:52:10.918Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2867 | 2024-08-16T03:52:11.337Z | [ host-package] Compiling textwrap v0.16.1 |
2868 | 2024-08-16T03:52:11.440Z | [ host-package] Compiling rcgen v0.12.1 |
2869 | 2024-08-16T03:52:12.274Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2870 | 2024-08-16T03:52:19.188Z | [ helios-setup] Aug 16 03:52:18.065 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s |
2871 | 2024-08-16T03:52:19.304Z | [ helios-setup] Aug 16 03:52:18.180 INFO building project "pilot" ok (401 seconds) |
2872 | 2024-08-16T03:52:19.314Z | [ helios-setup] Aug 16 03:52:18.180 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2873 | 2024-08-16T03:52:19.314Z | [ helios-setup] Aug 16 03:52:18.180 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2874 | 2024-08-16T03:52:19.314Z | [ helios-setup] Aug 16 03:52:18.190 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2875 | 2024-08-16T03:52:19.655Z | [ helios-setup] Aug 16 03:52:18.532 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2876 | 2024-08-16T03:52:19.655Z | [ helios-setup] Aug 16 03:52:18.532 INFO E| info: downloading component 'cargo' |
2877 | 2024-08-16T03:52:21.284Z | [ helios-setup] Aug 16 03:52:20.162 INFO E| info: downloading component 'clippy' |
2878 | 2024-08-16T03:52:21.593Z | [ helios-setup] Aug 16 03:52:20.471 INFO E| info: downloading component 'rust-docs' |
2879 | 2024-08-16T03:52:22.877Z | [ helios-setup] Aug 16 03:52:21.755 INFO E| info: downloading component 'rust-src' |
2880 | 2024-08-16T03:52:23.104Z | [ helios-setup] Aug 16 03:52:21.975 INFO E| info: downloading component 'rust-std' |
2881 | 2024-08-16T03:52:23.121Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2882 | 2024-08-16T03:52:24.619Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2883 | 2024-08-16T03:52:25.205Z | [ helios-setup] Aug 16 03:52:24.083 INFO E| info: downloading component 'rustc' |
2884 | 2024-08-16T03:52:27.750Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2885 | 2024-08-16T03:52:27.830Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2886 | 2024-08-16T03:52:29.893Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2887 | 2024-08-16T03:52:30.439Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2888 | 2024-08-16T03:52:30.773Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2889 | 2024-08-16T03:52:31.105Z | [ helios-setup] Aug 16 03:52:29.984 INFO E| info: downloading component 'rustfmt' |
2890 | 2024-08-16T03:52:31.536Z | [ helios-setup] Aug 16 03:52:30.414 INFO E| info: installing component 'cargo' |
2891 | 2024-08-16T03:52:32.772Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2892 | 2024-08-16T03:52:32.969Z | [ helios-setup] Aug 16 03:52:31.842 INFO E| info: installing component 'clippy' |
2893 | 2024-08-16T03:52:33.385Z | [ helios-setup] Aug 16 03:52:32.263 INFO E| info: installing component 'rust-docs' |
2894 | 2024-08-16T03:52:39.034Z | [ host-package] Compiling atomicwrites v0.4.3 |
2895 | 2024-08-16T03:52:39.158Z | [ helios-setup] Aug 16 03:52:38.037 INFO E| info: installing component 'rust-src' |
2896 | 2024-08-16T03:52:39.564Z | [ host-package] Compiling fatfs v0.3.6 |
2897 | 2024-08-16T03:52:39.838Z | [ helios-setup] Aug 16 03:52:38.717 INFO E| info: installing component 'rust-std' |
2898 | 2024-08-16T03:52:40.094Z | [ host-package] Compiling subprocess v0.2.9 |
2899 | 2024-08-16T03:52:42.366Z | [ host-package] Compiling rtoolbox v0.0.2 |
2900 | 2024-08-16T03:52:42.393Z | [ helios-setup] Aug 16 03:52:41.272 INFO E| info: installing component 'rustc' |
2901 | 2024-08-16T03:52:42.896Z | [ host-package] Compiling assert_matches v1.5.0 |
2902 | 2024-08-16T03:52:43.060Z | [ host-package] Compiling is_ci v1.2.0 |
2903 | 2024-08-16T03:52:43.363Z | [ host-package] Compiling supports-color v3.0.0 |
2904 | 2024-08-16T03:52:43.640Z | [ host-package] Compiling rpassword v7.3.1 |
2905 | 2024-08-16T03:52:44.226Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2906 | 2024-08-16T03:52:44.254Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2907 | 2024-08-16T03:52:45.610Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2908 | 2024-08-16T03:52:48.017Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
2909 | 2024-08-16T03:52:48.551Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2910 | 2024-08-16T03:52:48.764Z | [ helios-setup] Aug 16 03:52:47.643 INFO E| info: installing component 'rustfmt' |
2911 | 2024-08-16T03:52:49.619Z | [ helios-setup] Aug 16 03:52:48.499 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2912 | 2024-08-16T03:52:50.366Z | [ helios-setup] Aug 16 03:52:49.246 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2913 | 2024-08-16T03:52:50.367Z | [ helios-setup] Aug 16 03:52:49.246 INFO E| * [new branch] issue-113 -> origin/issue-113 |
2914 | 2024-08-16T03:52:50.367Z | [ helios-setup] Aug 16 03:52:49.246 INFO E| * [new branch] issue-135 -> origin/issue-135 |
2915 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.246 INFO E| * [new branch] main -> origin/main |
2916 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.246 INFO E| * [new ref] -> origin/HEAD |
2917 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.246 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2918 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.246 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2919 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2920 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2921 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2922 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2923 | 2024-08-16T03:52:50.369Z | [ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2924 | 2024-08-16T03:52:50.370Z | [ helios-setup] Aug 16 03:52:49.247 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2925 | 2024-08-16T03:52:50.399Z | [ helios-setup] Aug 16 03:52:49.279 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2926 | 2024-08-16T03:52:51.214Z | [ helios-setup] Aug 16 03:52:50.094 INFO E| From https://github.com/oxidecomputer/amd-efs |
2927 | 2024-08-16T03:52:51.214Z | [ helios-setup] Aug 16 03:52:50.094 INFO E| * [new branch] empty -> origin/empty |
2928 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.094 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2929 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.095 INFO E| * [new branch] main -> origin/main |
2930 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.095 INFO E| * [new branch] review -> origin/review |
2931 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.095 INFO E| * [new ref] -> origin/HEAD |
2932 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.095 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2933 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.095 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2934 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.095 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2935 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2936 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2937 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2938 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2939 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2940 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2941 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2942 | 2024-08-16T03:52:51.217Z | [ helios-setup] Aug 16 03:52:50.096 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2943 | 2024-08-16T03:52:51.260Z | [ helios-setup] Aug 16 03:52:50.140 INFO E| Updating crates.io index |
2944 | 2024-08-16T03:52:51.405Z | [ helios-setup] Aug 16 03:52:50.285 INFO E| Downloading crates ... |
2945 | 2024-08-16T03:52:51.677Z | [ helios-setup] Aug 16 03:52:50.558 INFO E| Downloaded vec_map v0.8.2 |
2946 | 2024-08-16T03:52:51.680Z | [ helios-setup] Aug 16 03:52:50.560 INFO E| Downloaded unic-common v0.9.0 |
2947 | 2024-08-16T03:52:51.683Z | [ helios-setup] Aug 16 03:52:50.561 INFO E| Downloaded unic-char-range v0.9.0 |
2948 | 2024-08-16T03:52:51.686Z | [ helios-setup] Aug 16 03:52:50.563 INFO E| Downloaded textwrap v0.11.0 |
2949 | 2024-08-16T03:52:51.686Z | [ helios-setup] Aug 16 03:52:50.566 INFO E| Downloaded cfg-if v0.1.10 |
2950 | 2024-08-16T03:52:51.688Z | [ helios-setup] Aug 16 03:52:50.568 INFO E| Downloaded strum v0.23.0 |
2951 | 2024-08-16T03:52:51.691Z | [ helios-setup] Aug 16 03:52:50.569 INFO E| Downloaded semver-parser v0.7.0 |
2952 | 2024-08-16T03:52:51.691Z | [ helios-setup] Aug 16 03:52:50.570 INFO E| Downloaded scroll_derive v0.10.5 |
2953 | 2024-08-16T03:52:51.693Z | [ helios-setup] Aug 16 03:52:50.572 INFO E| Downloaded rustc_version v0.2.3 |
2954 | 2024-08-16T03:52:51.696Z | [ helios-setup] Aug 16 03:52:50.574 INFO E| Downloaded pre-proc-macro v0.2.1 |
2955 | 2024-08-16T03:52:51.698Z | [ helios-setup] Aug 16 03:52:50.577 INFO E| Downloaded pest_meta v2.7.11 |
2956 | 2024-08-16T03:52:51.701Z | [ helios-setup] Aug 16 03:52:50.580 INFO E| Downloaded parse_int v0.6.0 |
2957 | 2024-08-16T03:52:51.703Z | [ helios-setup] Aug 16 03:52:50.581 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2958 | 2024-08-16T03:52:51.704Z | [ helios-setup] Aug 16 03:52:50.583 INFO E| Downloaded memoffset v0.5.6 |
2959 | 2024-08-16T03:52:51.706Z | [ helios-setup] Aug 16 03:52:50.585 INFO E| Downloaded unic-ucd-version v0.9.0 |
2960 | 2024-08-16T03:52:51.709Z | [ helios-setup] Aug 16 03:52:50.587 INFO E| Downloaded unic-char-property v0.9.0 |
2961 | 2024-08-16T03:52:51.709Z | [ helios-setup] Aug 16 03:52:50.589 INFO E| Downloaded fletcher v0.1.0 |
2962 | 2024-08-16T03:52:51.712Z | [ helios-setup] Aug 16 03:52:50.590 INFO E| Downloaded structopt v0.3.26 |
2963 | 2024-08-16T03:52:51.722Z | [ helios-setup] Aug 16 03:52:50.602 INFO E| Downloaded scroll v0.10.2 |
2964 | 2024-08-16T03:52:51.724Z | [ helios-setup] Aug 16 03:52:50.605 INFO E| Downloaded semver v0.9.0 |
2965 | 2024-08-16T03:52:51.727Z | [ helios-setup] Aug 16 03:52:50.607 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2966 | 2024-08-16T03:52:51.729Z | [ helios-setup] Aug 16 03:52:50.610 INFO E| Downloaded strum_macros v0.23.1 |
2967 | 2024-08-16T03:52:51.733Z | [ helios-setup] Aug 16 03:52:50.613 INFO E| Downloaded strsim v0.8.0 |
2968 | 2024-08-16T03:52:51.735Z | [ helios-setup] Aug 16 03:52:50.615 INFO E| Downloaded structopt-derive v0.4.18 |
2969 | 2024-08-16T03:52:51.738Z | [ helios-setup] Aug 16 03:52:50.617 INFO E| Downloaded pest_derive v2.7.11 |
2970 | 2024-08-16T03:52:51.740Z | [ helios-setup] Aug 16 03:52:50.621 INFO E| Downloaded proc-macro-crate v0.1.5 |
2971 | 2024-08-16T03:52:51.743Z | [ helios-setup] Aug 16 03:52:50.622 INFO E| Downloaded modular-bitfield v0.11.2 |
2972 | 2024-08-16T03:52:51.760Z | [ helios-setup] Aug 16 03:52:50.640 INFO E| Downloaded memchr v2.7.4 |
2973 | 2024-08-16T03:52:51.768Z | [ helios-setup] Aug 16 03:52:50.648 INFO E| Downloaded goblin v0.4.3 |
2974 | 2024-08-16T03:52:51.776Z | [ helios-setup] Aug 16 03:52:50.656 INFO E| Downloaded pest v2.7.11 |
2975 | 2024-08-16T03:52:51.783Z | [ helios-setup] Aug 16 03:52:50.664 INFO E| Downloaded clap v2.34.0 |
2976 | 2024-08-16T03:52:51.794Z | [ helios-setup] Aug 16 03:52:50.674 INFO E| Downloaded pre v0.2.1 |
2977 | 2024-08-16T03:52:51.796Z | [ helios-setup] Aug 16 03:52:50.675 INFO E| Downloaded num-derive v0.3.3 |
2978 | 2024-08-16T03:52:51.799Z | [ helios-setup] Aug 16 03:52:50.678 INFO E| Downloaded pest_generator v2.7.11 |
2979 | 2024-08-16T03:52:51.801Z | [ helios-setup] Aug 16 03:52:50.679 INFO E| Downloaded four-cc v0.3.0 |
2980 | 2024-08-16T03:52:51.802Z | [ helios-setup] Aug 16 03:52:50.681 INFO E| Downloaded ansi_term v0.12.1 |
2981 | 2024-08-16T03:52:51.804Z | [ helios-setup] Aug 16 03:52:50.683 INFO E| Downloaded bytesize v1.3.0 |
2982 | 2024-08-16T03:52:51.874Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2983 | 2024-08-16T03:52:51.879Z | [ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling proc-macro2 v1.0.86 |
2984 | 2024-08-16T03:52:51.881Z | [ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling unicode-ident v1.0.12 |
2985 | 2024-08-16T03:52:51.881Z | [ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling syn v1.0.109 |
2986 | 2024-08-16T03:52:51.881Z | [ helios-setup] Aug 16 03:52:50.759 INFO E| Compiling version_check v0.9.4 |
2987 | 2024-08-16T03:52:51.881Z | [ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling semver-parser v0.7.0 |
2988 | 2024-08-16T03:52:51.881Z | [ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling autocfg v1.3.0 |
2989 | 2024-08-16T03:52:51.881Z | [ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling thiserror v1.0.63 |
2990 | 2024-08-16T03:52:51.881Z | [ helios-setup] Aug 16 03:52:50.760 INFO E| Compiling serde v1.0.204 |
2991 | 2024-08-16T03:52:53.256Z | [ helios-setup] Aug 16 03:52:52.136 INFO E| Compiling semver v0.9.0 |
2992 | 2024-08-16T03:52:53.260Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2993 | 2024-08-16T03:52:53.478Z | [ helios-setup] Aug 16 03:52:52.358 INFO E| Compiling serde_json v1.0.120 |
2994 | 2024-08-16T03:52:53.547Z | [ helios-setup] Aug 16 03:52:52.428 INFO E| Compiling ryu v1.0.18 |
2995 | 2024-08-16T03:52:53.610Z | [ helios-setup] Aug 16 03:52:52.484 INFO E| Compiling unicode-segmentation v1.11.0 |
2996 | 2024-08-16T03:52:53.653Z | [ helios-setup] Aug 16 03:52:52.533 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2997 | 2024-08-16T03:52:53.696Z | [ helios-setup] Aug 16 03:52:52.576 INFO E| Compiling proc-macro-error v1.0.4 |
2998 | 2024-08-16T03:52:53.728Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2999 | 2024-08-16T03:52:53.844Z | [ helios-setup] Aug 16 03:52:52.725 INFO E| Compiling num-traits v0.2.19 |
3000 | 2024-08-16T03:52:54.316Z | [ host-package] Compiling uzers v0.11.3 |
3001 | 2024-08-16T03:52:54.318Z | [ helios-setup] Aug 16 03:52:53.196 INFO E| Compiling rustc_version v0.2.3 |
3002 | 2024-08-16T03:52:54.409Z | [ helios-setup] Aug 16 03:52:53.290 INFO E| Compiling schemars v0.8.21 |
3003 | 2024-08-16T03:52:54.459Z | [ helios-setup] Aug 16 03:52:53.340 INFO E| Compiling itoa v1.0.11 |
3004 | 2024-08-16T03:52:54.843Z | [ helios-setup] Aug 16 03:52:53.723 INFO E| Compiling memoffset v0.5.6 |
3005 | 2024-08-16T03:52:54.850Z | [ helios-setup] Aug 16 03:52:53.730 INFO E| Compiling dyn-clone v1.0.17 |
3006 | 2024-08-16T03:52:54.855Z | [ helios-setup] Aug 16 03:52:53.736 INFO E| Compiling paste v1.0.15 |
3007 | 2024-08-16T03:52:55.262Z | [ helios-setup] Aug 16 03:52:54.127 INFO E| Compiling heck v0.3.3 |
3008 | 2024-08-16T03:52:55.326Z | [ helios-setup] Aug 16 03:52:54.206 INFO E| Compiling lazy_static v1.5.0 |
3009 | 2024-08-16T03:52:55.335Z | [ helios-setup] Aug 16 03:52:54.215 INFO E| Compiling pre-proc-macro v0.2.1 |
3010 | 2024-08-16T03:52:55.431Z | [ helios-setup] Aug 16 03:52:54.312 INFO E| Compiling ucd-trie v0.1.6 |
3011 | 2024-08-16T03:52:55.647Z | [ helios-setup] Aug 16 03:52:54.528 INFO E| Compiling rustversion v1.0.17 |
3012 | 2024-08-16T03:52:55.725Z | [ helios-setup] Aug 16 03:52:54.605 INFO E| Compiling libc v0.2.155 |
3013 | 2024-08-16T03:52:55.786Z | [ helios-setup] Aug 16 03:52:54.667 INFO E| Compiling quote v1.0.36 |
3014 | 2024-08-16T03:52:55.867Z | [ helios-setup] Aug 16 03:52:54.748 INFO E| Compiling memchr v2.7.4 |
3015 | 2024-08-16T03:52:56.498Z | [ helios-setup] Aug 16 03:52:55.379 INFO E| Compiling pre v0.2.1 |
3016 | 2024-08-16T03:52:56.854Z | [ helios-setup] Aug 16 03:52:55.735 INFO E| Compiling syn v2.0.71 |
3017 | 2024-08-16T03:52:57.338Z | [ helios-setup] Aug 16 03:52:56.219 INFO E| Compiling static_assertions v1.1.0 |
3018 | 2024-08-16T03:52:57.412Z | [ helios-setup] Aug 16 03:52:56.292 INFO E| Compiling byteorder v1.5.0 |
3019 | 2024-08-16T03:52:57.476Z | [ helios-setup] Aug 16 03:52:56.357 INFO E| Compiling once_cell v1.19.0 |
3020 | 2024-08-16T03:52:58.290Z | [ helios-setup] Aug 16 03:52:57.171 INFO E| Compiling cfg-if v0.1.10 |
3021 | 2024-08-16T03:52:58.696Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3022 | 2024-08-16T03:53:00.153Z | [ helios-setup] Aug 16 03:52:59.033 INFO E| Compiling unicode-width v0.1.13 |
3023 | 2024-08-16T03:53:00.309Z | [ helios-setup] Aug 16 03:52:59.190 INFO E| Compiling atty v0.2.14 |
3024 | 2024-08-16T03:53:00.688Z | [ helios-setup] Aug 16 03:52:59.569 INFO E| Compiling textwrap v0.11.0 |
3025 | 2024-08-16T03:53:00.823Z | [ helios-setup] Aug 16 03:52:59.704 INFO E| Compiling unic-common v0.9.0 |
3026 | 2024-08-16T03:53:01.198Z | [ helios-setup] Aug 16 03:53:00.078 INFO E| Compiling unic-char-range v0.9.0 |
3027 | 2024-08-16T03:53:01.450Z | [ helios-setup] Aug 16 03:53:00.331 INFO E| Compiling fletcher v0.1.0 |
3028 | 2024-08-16T03:53:01.496Z | [ helios-setup] Aug 16 03:53:00.377 INFO E| Compiling strsim v0.8.0 |
3029 | 2024-08-16T03:53:01.728Z | [ helios-setup] Aug 16 03:53:00.609 INFO E| Compiling parse_int v0.6.0 |
3030 | 2024-08-16T03:53:01.795Z | [ helios-setup] Aug 16 03:53:00.676 INFO E| Compiling vec_map v0.8.2 |
3031 | 2024-08-16T03:53:01.834Z | [ helios-setup] Aug 16 03:53:00.715 INFO E| Compiling ansi_term v0.12.1 |
3032 | 2024-08-16T03:53:02.047Z | [ helios-setup] Aug 16 03:53:00.928 INFO E| Compiling strum v0.23.0 |
3033 | 2024-08-16T03:53:02.161Z | [ helios-setup] Aug 16 03:53:01.042 INFO E| Compiling bitflags v1.3.2 |
3034 | 2024-08-16T03:53:02.248Z | [ helios-setup] Aug 16 03:53:01.129 INFO E| Compiling unic-char-property v0.9.0 |
3035 | 2024-08-16T03:53:02.314Z | [ helios-setup] Aug 16 03:53:01.189 INFO E| Compiling unic-ucd-version v0.9.0 |
3036 | 2024-08-16T03:53:02.345Z | [ helios-setup] Aug 16 03:53:01.227 INFO E| Compiling log v0.4.22 |
3037 | 2024-08-16T03:53:02.435Z | [ helios-setup] Aug 16 03:53:01.307 INFO E| Compiling plain v0.2.3 |
3038 | 2024-08-16T03:53:02.629Z | [ helios-setup] Aug 16 03:53:01.510 INFO E| Compiling clap v2.34.0 |
3039 | 2024-08-16T03:53:02.683Z | [ helios-setup] Aug 16 03:53:01.564 INFO E| Compiling unic-ucd-ident v0.9.0 |
3040 | 2024-08-16T03:53:03.042Z | [ helios-setup] Aug 16 03:53:01.924 INFO E| Compiling bytesize v1.3.0 |
3041 | 2024-08-16T03:53:05.353Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3042 | 2024-08-16T03:53:06.059Z | [ helios-setup] Aug 16 03:53:04.939 INFO E| Compiling serde_derive_internals v0.29.1 |
3043 | 2024-08-16T03:53:06.411Z | [ helios-setup] Aug 16 03:53:05.292 INFO E| Compiling toml v0.5.11 |
3044 | 2024-08-16T03:53:08.486Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3045 | 2024-08-16T03:53:10.049Z | [ helios-setup] Aug 16 03:53:08.901 INFO E| Compiling proc-macro-crate v0.1.5 |
3046 | 2024-08-16T03:53:11.003Z | [ helios-setup] Aug 16 03:53:09.884 INFO E| Compiling thiserror-impl v1.0.63 |
3047 | 2024-08-16T03:53:11.025Z | [ helios-setup] Aug 16 03:53:09.905 INFO E| Compiling serde_derive v1.0.204 |
3048 | 2024-08-16T03:53:11.193Z | [ helios-setup] Aug 16 03:53:10.074 INFO E| Compiling schemars_derive v0.8.21 |
3049 | 2024-08-16T03:53:11.532Z | [ helios-setup] Aug 16 03:53:10.385 INFO E| Compiling zerocopy-derive v0.6.6 |
3050 | 2024-08-16T03:53:14.984Z | [ helios-setup] Aug 16 03:53:13.846 INFO E| Compiling zerocopy v0.6.6 |
3051 | 2024-08-16T03:53:16.367Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3052 | 2024-08-16T03:53:16.562Z | [ helios-setup] Aug 16 03:53:15.444 INFO E| Compiling pest v2.7.11 |
3053 | 2024-08-16T03:53:18.497Z | [ helios-setup] Aug 16 03:53:17.380 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3054 | 2024-08-16T03:53:18.497Z | [ helios-setup] Aug 16 03:53:17.380 INFO E| Compiling num-derive v0.3.3 |
3055 | 2024-08-16T03:53:18.916Z | [ helios-setup] Aug 16 03:53:17.798 INFO E| Compiling scroll_derive v0.10.5 |
3056 | 2024-08-16T03:53:19.108Z | [ helios-setup] Aug 16 03:53:17.990 INFO E| Compiling strum_macros v0.23.1 |
3057 | 2024-08-16T03:53:21.043Z | [ helios-setup] Aug 16 03:53:19.925 INFO E| Compiling pest_meta v2.7.11 |
3058 | 2024-08-16T03:53:21.823Z | [ helios-setup] Aug 16 03:53:20.706 INFO E| Compiling scroll v0.10.2 |
3059 | 2024-08-16T03:53:22.329Z | [ helios-setup] Aug 16 03:53:21.212 INFO E| Compiling structopt-derive v0.4.18 |
3060 | 2024-08-16T03:53:22.914Z | [ helios-setup] Aug 16 03:53:21.797 INFO E| Compiling goblin v0.4.3 |
3061 | 2024-08-16T03:53:24.071Z | [ helios-setup] Aug 16 03:53:22.954 INFO E| Compiling modular-bitfield v0.11.2 |
3062 | 2024-08-16T03:53:24.322Z | [ helios-setup] Aug 16 03:53:23.205 INFO E| Compiling pest_generator v2.7.11 |
3063 | 2024-08-16T03:53:27.743Z | [ helios-setup] Aug 16 03:53:26.626 INFO E| Compiling structopt v0.3.26 |
3064 | 2024-08-16T03:53:28.508Z | [ helios-setup] Aug 16 03:53:27.391 INFO E| Compiling pest_derive v2.7.11 |
3065 | 2024-08-16T03:53:32.486Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3066 | 2024-08-16T03:53:34.206Z | [ helios-setup] Aug 16 03:53:33.090 INFO E| Compiling json5 v0.4.1 |
3067 | 2024-08-16T03:53:40.202Z | [ helios-setup] Aug 16 03:53:39.086 INFO E| Compiling four-cc v0.3.0 |
3068 | 2024-08-16T03:53:40.202Z | [ helios-setup] Aug 16 03:53:39.086 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
3069 | 2024-08-16T03:53:40.416Z | [ helios-setup] Aug 16 03:53:39.300 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
3070 | 2024-08-16T03:53:45.025Z | [ host-package] Compiling multimap v0.10.0 |
3071 | 2024-08-16T03:54:21.745Z | [ helios-setup] Aug 16 03:54:20.633 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3072 | 2024-08-16T03:54:37.181Z | [ helios-setup] Aug 16 03:54:36.070 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3073 | 2024-08-16T03:55:27.225Z | [ helios-setup] Aug 16 03:55:26.119 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s |
3074 | 2024-08-16T03:55:27.264Z | [ helios-setup] Aug 16 03:55:26.157 INFO building project "amd-host-image-builder" ok (187 seconds) |
3075 | 2024-08-16T03:55:27.264Z | [ helios-setup] Aug 16 03:55:26.157 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3076 | 2024-08-16T03:55:27.267Z | [ helios-setup] Aug 16 03:55:26.157 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3077 | 2024-08-16T03:55:27.791Z | [ helios-setup] Aug 16 03:55:26.685 INFO E| Compiling adler v1.0.2 |
3078 | 2024-08-16T03:55:27.971Z | [ helios-setup] Aug 16 03:55:26.865 INFO E| Compiling miniz_oxide v0.7.2 |
3079 | 2024-08-16T03:55:30.886Z | [ helios-setup] Aug 16 03:55:29.781 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3080 | 2024-08-16T03:55:31.852Z | [ helios-setup] Aug 16 03:55:30.746 INFO E| Finished `release` profile [optimized] target(s) in 4.45s |
3081 | 2024-08-16T03:55:31.859Z | [ helios-setup] Aug 16 03:55:30.754 INFO building project "pinprick" ok (4 seconds) |
3082 | 2024-08-16T03:55:31.862Z | [ helios-setup] rm -f helios-build |
3083 | 2024-08-16T03:55:31.865Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3084 | 2024-08-16T03:55:31.869Z | [ helios-setup] |
3085 | 2024-08-16T03:55:31.872Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3086 | 2024-08-16T03:55:31.872Z | [ helios-setup] |
3087 | 2024-08-16T03:55:31.872Z | [ helios-setup] |
3088 | 2024-08-16T03:55:31.872Z | [ helios-setup] real 11:59.412358089 |
3089 | 2024-08-16T03:55:31.872Z | [ helios-setup] user 28:31.497172109 |
3090 | 2024-08-16T03:55:31.873Z | [ helios-setup] sys 3:28.213749997 |
3091 | 2024-08-16T03:55:31.873Z | [ helios-setup] trap 1.654164879 |
3092 | 2024-08-16T03:55:31.873Z | [ helios-setup] tflt 6.277161638 |
3093 | 2024-08-16T03:55:31.873Z | [ helios-setup] dflt 35.742620289 |
3094 | 2024-08-16T03:55:31.873Z | [ helios-setup] kflt 0.050414933 |
3095 | 2024-08-16T03:55:31.873Z | [ helios-setup] lock 1:59:25.266136236 |
3096 | 2024-08-16T03:55:31.873Z | [ helios-setup] slp 3:37:55.100403391 |
3097 | 2024-08-16T03:55:31.873Z | [ helios-setup] lat 32:13.523953771 |
3098 | 2024-08-16T03:55:31.873Z | [ helios-setup] stop 4:35.841465763 |
3099 | 2024-08-16T03:55:31.875Z | Aug 16 03:55:30.767 INFO [helios-setup] process exited with exit status: 0 (719.41773711s) |
3100 | 2024-08-16T03:55:31.876Z | Aug 16 03:55:30.768 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3101 | 2024-08-16T03:55:31.892Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3102 | 2024-08-16T03:55:32.279Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3103 | 2024-08-16T03:55:32.279Z | [ phbl-toolchain] info: downloading component 'cargo' |
3104 | 2024-08-16T03:55:33.854Z | [ phbl-toolchain] info: downloading component 'clippy' |
3105 | 2024-08-16T03:55:34.129Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3106 | 2024-08-16T03:55:37.453Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3107 | 2024-08-16T03:55:39.724Z | [ phbl-toolchain] info: downloading component 'miri' |
3108 | 2024-08-16T03:55:39.869Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3109 | 2024-08-16T03:55:41.109Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3110 | 2024-08-16T03:55:41.436Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3111 | 2024-08-16T03:55:44.302Z | [ phbl-toolchain] info: downloading component 'rustc' |
3112 | 2024-08-16T03:55:49.967Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3113 | 2024-08-16T03:55:50.462Z | [ phbl-toolchain] info: installing component 'cargo' |
3114 | 2024-08-16T03:55:51.920Z | [ phbl-toolchain] info: installing component 'clippy' |
3115 | 2024-08-16T03:55:52.373Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3116 | 2024-08-16T03:55:57.946Z | [ phbl-toolchain] info: installing component 'miri' |
3117 | 2024-08-16T03:55:58.266Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3118 | 2024-08-16T03:56:03.737Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3119 | 2024-08-16T03:56:04.829Z | [ phbl-toolchain] info: installing component 'rust-src' |
3120 | 2024-08-16T03:56:05.468Z | [ phbl-toolchain] info: installing component 'rust-std' |
3121 | 2024-08-16T03:56:08.175Z | [ phbl-toolchain] info: installing component 'rustc' |
3122 | 2024-08-16T03:56:14.496Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3123 | 2024-08-16T03:56:15.293Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3124 | 2024-08-16T03:56:15.296Z | Aug 16 03:56:14.194 INFO [phbl-toolchain] process exited with exit status: 0 (43.426423366s) |
3125 | 2024-08-16T04:02:38.702Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 20s |
3126 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.855 INFO [host-package] process exited with exit status: 0 (1151.254477008s) |
3127 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.856 INFO [host-stamp] running task |
3128 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.856 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3129 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.856 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+gitf6a6b398a6c |
3130 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.867 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+gitf6a6b398a6c |
3131 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.872 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+gitf6a6b398a6c |
3132 | 2024-08-16T04:03:30.733Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3133 | 2024-08-16T04:03:30.733Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3134 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.877 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+gitf6a6b398a6c |
3135 | 2024-08-16T04:03:30.733Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3136 | 2024-08-16T04:03:30.733Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3137 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.883 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+gitf6a6b398a6c |
3138 | 2024-08-16T04:03:30.733Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3139 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.891 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+gitf6a6b398a6c |
3140 | 2024-08-16T04:03:30.733Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3141 | 2024-08-16T04:03:30.733Z | Aug 16 04:03:27.897 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+gitf6a6b398a6c |
3142 | 2024-08-16T04:03:30.733Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3143 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:27.906 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+gitf6a6b398a6c |
3144 | 2024-08-16T04:03:30.734Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3145 | 2024-08-16T04:03:30.734Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3146 | 2024-08-16T04:03:30.734Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3147 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:27.922 INFO [stamp-overlay] process exited with exit status: 0 (65.648365ms) |
3148 | 2024-08-16T04:03:30.734Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3149 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:27.923 INFO [stamp-oxlog] process exited with exit status: 0 (32.423917ms) |
3150 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:27.926 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.32792ms) |
3151 | 2024-08-16T04:03:30.734Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3152 | 2024-08-16T04:03:30.734Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3153 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:28.020 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (113.828234ms) |
3154 | 2024-08-16T04:03:30.734Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3155 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:28.101 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.875575ms) |
3156 | 2024-08-16T04:03:30.734Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3157 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:28.240 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (357.18855ms) |
3158 | 2024-08-16T04:03:30.734Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3159 | 2024-08-16T04:03:30.734Z | Aug 16 04:03:29.077 INFO [stamp-propolis-server] process exited with exit status: 0 (1.209744956s) |
3160 | 2024-08-16T04:03:30.734Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3161 | 2024-08-16T04:03:32.508Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3162 | 2024-08-16T04:03:39.266Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3163 | 2024-08-16T04:03:39.269Z | Aug 16 04:03:38.207 INFO [stamp-switch-asic] process exited with exit status: 0 (10.329631731s) |
3164 | 2024-08-16T04:03:39.269Z | Aug 16 04:03:38.207 INFO [host-stamp] task succeeded (10.351509058s) |
3165 | 2024-08-16T04:03:39.269Z | Aug 16 04:03:38.207 INFO [host-proto] running task |
3166 | 2024-08-16T04:03:39.633Z | Aug 16 04:03:38.570 INFO [host-proto] task succeeded (363.09817ms) |
3167 | 2024-08-16T04:03:39.633Z | Aug 16 04:03:38.570 INFO [host-profile] running task |
3168 | 2024-08-16T04:03:39.640Z | Aug 16 04:03:38.571 INFO [host-profile] task succeeded (315.945µs) |
3169 | 2024-08-16T04:03:39.640Z | Aug 16 04:03:38.571 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/.tmpeiA9XR/proto/host/root -N 'ci f6a6b39/${os_short_commit} 2024-08-16 03:43' -s host -B |
3170 | 2024-08-16T04:03:39.650Z | [ host-image] Aug 16 04:03:38.585 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3171 | 2024-08-16T04:03:39.653Z | [ host-image] Aug 16 04:03:38.585 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3172 | 2024-08-16T04:03:39.664Z | [ host-image] Aug 16 04:03:38.599 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpeiA9XR/proto/host/root" |
3173 | 2024-08-16T04:03:39.664Z | [ host-image] Aug 16 04:03:38.599 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3174 | 2024-08-16T04:03:39.668Z | [ host-image] Aug 16 04:03:38.599 INFO image builder template: ramdisk-01-os... |
3175 | 2024-08-16T04:03:39.668Z | [ host-image] Aug 16 04:03:38.600 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/.tmpeiA9XR/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 |
3176 | 2024-08-16T04:03:39.683Z | [ host-image] Aug 16 04:03:38.619 INFO O| Aug 16 04:03:38.619 INFO CREATE DATASET: rpool/images/build/host/output |
3177 | 2024-08-16T04:03:39.940Z | [ host-image] Aug 16 04:03:38.878 INFO O| Aug 16 04:03:38.878 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3178 | 2024-08-16T04:03:39.945Z | [ host-image] Aug 16 04:03:38.883 INFO O| Aug 16 04:03:38.883 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3179 | 2024-08-16T04:03:40.184Z | [ host-image] Aug 16 04:03:39.122 INFO O| Aug 16 04:03:39.121 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3180 | 2024-08-16T04:03:40.232Z | [ host-image] Aug 16 04:03:39.169 INFO O| Aug 16 04:03:39.169 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3181 | 2024-08-16T04:03:40.232Z | [ host-image] Aug 16 04:03:39.170 INFO O| Aug 16 04:03:39.169 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3182 | 2024-08-16T04:03:40.235Z | [ host-image] Aug 16 04:03:39.170 INFO O| Aug 16 04:03:39.170 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3183 | 2024-08-16T04:03:40.235Z | [ host-image] Aug 16 04:03:39.170 INFO O| Aug 16 04:03:39.170 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3184 | 2024-08-16T04:03:40.243Z | [ host-image] Aug 16 04:03:39.180 INFO O| Aug 16 04:03:39.180 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3185 | 2024-08-16T04:03:40.528Z | [ host-image] Aug 16 04:03:39.465 INFO O| Aug 16 04:03:39.465 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3186 | 2024-08-16T04:03:40.544Z | [ host-image] Aug 16 04:03:39.482 INFO O| Aug 16 04:03:39.482 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3187 | 2024-08-16T04:03:41.036Z | [ host-image] Aug 16 04:03:39.973 INFO O| Aug 16 04:03:39.973 INFO O| Caching catalogs ... Done |
3188 | 2024-08-16T04:03:41.159Z | [ host-image] Aug 16 04:03:40.096 INFO O| Aug 16 04:03:40.096 INFO STEP 0 (pkg_image_create) COMPLETE |
3189 | 2024-08-16T04:03:41.159Z | [ host-image] Aug 16 04:03:40.097 INFO O| Aug 16 04:03:40.096 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3190 | 2024-08-16T04:03:41.161Z | [ host-image] Aug 16 04:03:40.097 INFO O| Aug 16 04:03:40.096 INFO skip step because feature "repo_redist" is not enabled |
3191 | 2024-08-16T04:03:41.161Z | [ host-image] Aug 16 04:03:40.097 INFO O| Aug 16 04:03:40.096 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3192 | 2024-08-16T04:03:41.178Z | [ host-image] Aug 16 04:03:40.114 INFO O| Aug 16 04:03:40.114 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"] |
3193 | 2024-08-16T04:03:41.843Z | [ host-image] Aug 16 04:03:40.682 INFO O| Aug 16 04:03:40.682 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3194 | 2024-08-16T04:03:41.894Z | [ host-image] Aug 16 04:03:40.682 INFO O| Aug 16 04:03:40.682 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3195 | 2024-08-16T04:03:41.894Z | [ host-image] Aug 16 04:03:40.700 INFO O| Aug 16 04:03:40.699 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"] |
3196 | 2024-08-16T04:03:42.323Z | [ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3197 | 2024-08-16T04:03:42.323Z | [ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3198 | 2024-08-16T04:03:42.323Z | [ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO skip step because feature "repo_redist" is not enabled |
3199 | 2024-08-16T04:03:42.326Z | [ host-image] Aug 16 04:03:41.260 INFO O| Aug 16 04:03:41.260 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3200 | 2024-08-16T04:03:42.855Z | [ host-image] Aug 16 04:03:41.790 INFO O| Aug 16 04:03:41.790 INFO variant opensolaris.zone is already global |
3201 | 2024-08-16T04:03:42.855Z | [ host-image] Aug 16 04:03:41.790 INFO O| Aug 16 04:03:41.790 INFO STEP 5 (pkg_change_variant) COMPLETE |
3202 | 2024-08-16T04:03:42.859Z | [ host-image] Aug 16 04:03:41.790 INFO O| Aug 16 04:03:41.790 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3203 | 2024-08-16T04:03:43.390Z | [ host-image] Aug 16 04:03:42.327 INFO O| Aug 16 04:03:42.327 INFO variant opensolaris.imagetype is full; changing to partial |
3204 | 2024-08-16T04:03:43.390Z | [ host-image] Aug 16 04:03:42.327 INFO O| Aug 16 04:03:42.327 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3205 | 2024-08-16T04:03:49.810Z | [ host-image] Aug 16 04:03:48.749 INFO O| Aug 16 04:03:48.749 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3206 | 2024-08-16T04:03:50.842Z | [recovery-package] Finished `release` profile [optimized] target(s) in 21.70s |
3207 | 2024-08-16T04:03:52.072Z | Aug 16 04:03:51.011 INFO [recovery-package] process exited with exit status: 0 (23.154778571s) |
3208 | 2024-08-16T04:03:52.074Z | Aug 16 04:03:51.011 INFO [recovery-stamp] running task |
3209 | 2024-08-16T04:03:52.075Z | Aug 16 04:03:51.011 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3210 | 2024-08-16T04:03:52.075Z | Aug 16 04:03:51.011 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitf6a6b398a6c |
3211 | 2024-08-16T04:03:52.085Z | Aug 16 04:03:51.025 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+gitf6a6b398a6c |
3212 | 2024-08-16T04:03:52.094Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3213 | 2024-08-16T04:03:52.101Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3214 | 2024-08-16T04:03:52.136Z | [ host-image] Aug 16 04:03:51.074 INFO O| Aug 16 04:03:51.074 INFO O| Startup: Caching catalogs ... Done |
3215 | 2024-08-16T04:03:52.169Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3216 | 2024-08-16T04:03:52.172Z | Aug 16 04:03:51.111 INFO [stamp-installinator] process exited with exit status: 0 (99.434553ms) |
3217 | 2024-08-16T04:03:52.191Z | [ host-image] Aug 16 04:03:51.130 INFO O| Aug 16 04:03:51.130 INFO O| Planning: Planning completed in 0.00 seconds |
3218 | 2024-08-16T04:03:52.193Z | [ host-image] Aug 16 04:03:51.130 INFO O| Aug 16 04:03:51.130 INFO O| Planning: Consolidating action changes ... Done |
3219 | 2024-08-16T04:03:52.193Z | [ host-image] Aug 16 04:03:51.131 INFO O| Aug 16 04:03:51.131 INFO O| Planning: Evaluating mediators ... Done |
3220 | 2024-08-16T04:03:52.193Z | [ host-image] Aug 16 04:03:51.131 INFO O| Aug 16 04:03:51.131 INFO O| Planning: Planning completed in 0.00 seconds |
3221 | 2024-08-16T04:03:52.193Z | [ host-image] Aug 16 04:03:51.131 INFO O| Aug 16 04:03:51.131 INFO O| Variants/Facets to change: 1 |
3222 | 2024-08-16T04:03:52.207Z | [ host-image] Aug 16 04:03:51.146 INFO O| Aug 16 04:03:51.146 INFO O| Done |
3223 | 2024-08-16T04:03:52.207Z | [ host-image] Aug 16 04:03:51.146 INFO O| Aug 16 04:03:51.146 INFO O| Done |
3224 | 2024-08-16T04:03:52.230Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3225 | 2024-08-16T04:03:52.233Z | Aug 16 04:03:51.172 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (147.908567ms) |
3226 | 2024-08-16T04:03:52.236Z | Aug 16 04:03:51.173 INFO [recovery-stamp] task succeeded (161.518499ms) |
3227 | 2024-08-16T04:03:52.236Z | Aug 16 04:03:51.173 INFO [recovery-proto] running task |
3228 | 2024-08-16T04:03:52.236Z | Aug 16 04:03:51.173 INFO [tuf-stamp] running task |
3229 | 2024-08-16T04:03:52.236Z | Aug 16 04:03:51.174 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+gitf6a6b398a6c |
3230 | 2024-08-16T04:03:52.244Z | Aug 16 04:03:51.183 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+gitf6a6b398a6c |
3231 | 2024-08-16T04:03:52.252Z | Aug 16 04:03:51.191 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+gitf6a6b398a6c |
3232 | 2024-08-16T04:03:52.258Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3233 | 2024-08-16T04:03:52.260Z | Aug 16 04:03:51.199 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+gitf6a6b398a6c |
3234 | 2024-08-16T04:03:52.266Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3235 | 2024-08-16T04:03:52.269Z | Aug 16 04:03:51.208 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+gitf6a6b398a6c |
3236 | 2024-08-16T04:03:52.271Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3237 | 2024-08-16T04:03:52.279Z | Aug 16 04:03:51.218 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+gitf6a6b398a6c |
3238 | 2024-08-16T04:03:52.289Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3239 | 2024-08-16T04:03:52.292Z | Aug 16 04:03:51.229 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+gitf6a6b398a6c |
3240 | 2024-08-16T04:03:52.305Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3241 | 2024-08-16T04:03:52.307Z | Aug 16 04:03:51.244 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+gitf6a6b398a6c |
3242 | 2024-08-16T04:03:52.314Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3243 | 2024-08-16T04:03:52.343Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3244 | 2024-08-16T04:03:52.371Z | Aug 16 04:03:51.308 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+gitf6a6b398a6c |
3245 | 2024-08-16T04:03:52.422Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3246 | 2024-08-16T04:03:52.424Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3247 | 2024-08-16T04:03:52.424Z | Aug 16 04:03:51.361 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+gitf6a6b398a6c |
3248 | 2024-08-16T04:03:52.446Z | Aug 16 04:03:51.385 INFO [recovery-proto] task succeeded (212.516575ms) |
3249 | 2024-08-16T04:03:52.449Z | Aug 16 04:03:51.386 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/.tmpeiA9XR/proto/recovery/root -N 'recovery f6a6b39/${os_short_commit} 2024-08-16 03:43' -s recovery -R |
3250 | 2024-08-16T04:03:52.455Z | Aug 16 04:03:51.394 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+gitf6a6b398a6c |
3251 | 2024-08-16T04:03:52.676Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3252 | 2024-08-16T04:03:52.680Z | [ recovery-image] Aug 16 04:03:51.416 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3253 | 2024-08-16T04:03:52.680Z | [ recovery-image] Aug 16 04:03:51.416 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3254 | 2024-08-16T04:03:52.680Z | [ recovery-image] Aug 16 04:03:51.434 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpeiA9XR/proto/recovery/root" |
3255 | 2024-08-16T04:03:52.680Z | [ recovery-image] Aug 16 04:03:51.434 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3256 | 2024-08-16T04:03:52.680Z | [ recovery-image] Aug 16 04:03:51.434 INFO image builder template: ramdisk-01-os... |
3257 | 2024-08-16T04:03:52.680Z | [ recovery-image] Aug 16 04:03:51.434 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/.tmpeiA9XR/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 |
3258 | 2024-08-16T04:03:52.680Z | [ recovery-image] Aug 16 04:03:51.568 INFO O| Aug 16 04:03:51.463 INFO CREATE DATASET: rpool/images/build/recovery/output |
3259 | 2024-08-16T04:03:52.692Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3260 | 2024-08-16T04:03:52.754Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3261 | 2024-08-16T04:03:52.756Z | Aug 16 04:03:51.693 INFO [stamp-probe] process exited with exit status: 0 (474.756212ms) |
3262 | 2024-08-16T04:03:52.895Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3263 | 2024-08-16T04:03:52.984Z | Aug 16 04:03:51.923 INFO [stamp-ntp] process exited with exit status: 0 (694.581834ms) |
3264 | 2024-08-16T04:03:52.994Z | [ host-image] Aug 16 04:03:51.933 INFO O| Aug 16 04:03:51.933 INFO O| Done |
3265 | 2024-08-16T04:03:53.026Z | [ recovery-image] Aug 16 04:03:51.966 INFO O| Aug 16 04:03:51.943 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3266 | 2024-08-16T04:03:53.026Z | [ recovery-image] Aug 16 04:03:51.966 INFO O| Aug 16 04:03:51.949 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3267 | 2024-08-16T04:03:53.069Z | [ host-image] Aug 16 04:03:52.008 INFO O| Aug 16 04:03:52.008 INFO O| Done |
3268 | 2024-08-16T04:03:53.071Z | [ host-image] Aug 16 04:03:52.009 INFO O| Aug 16 04:03:52.009 INFO O| Done |
3269 | 2024-08-16T04:03:53.071Z | [ host-image] Aug 16 04:03:52.009 INFO O| Aug 16 04:03:52.009 INFO O| Done |
3270 | 2024-08-16T04:03:53.073Z | [ host-image] Aug 16 04:03:52.011 INFO O| Aug 16 04:03:52.011 INFO O| Done |
3271 | 2024-08-16T04:03:53.453Z | [ recovery-image] Aug 16 04:03:52.391 INFO O| Aug 16 04:03:52.391 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3272 | 2024-08-16T04:03:53.543Z | [ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3273 | 2024-08-16T04:03:53.543Z | [ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3274 | 2024-08-16T04:03:53.545Z | [ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3275 | 2024-08-16T04:03:53.545Z | [ recovery-image] Aug 16 04:03:52.482 INFO O| Aug 16 04:03:52.482 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3276 | 2024-08-16T04:03:53.553Z | [ recovery-image] Aug 16 04:03:52.493 INFO O| Aug 16 04:03:52.493 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3277 | 2024-08-16T04:03:53.651Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3278 | 2024-08-16T04:03:53.661Z | Aug 16 04:03:52.601 INFO [stamp-internal-dns] process exited with exit status: 0 (1.410039273s) |
3279 | 2024-08-16T04:03:53.718Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3280 | 2024-08-16T04:03:53.728Z | Aug 16 04:03:52.668 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.484544418s) |
3281 | 2024-08-16T04:03:53.739Z | [ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO STEP 6 (pkg_change_variant) COMPLETE |
3282 | 2024-08-16T04:03:53.739Z | [ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3283 | 2024-08-16T04:03:53.741Z | [ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO skip step because feature "debug_variant" is not enabled |
3284 | 2024-08-16T04:03:53.741Z | [ host-image] Aug 16 04:03:52.678 INFO O| Aug 16 04:03:52.678 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3285 | 2024-08-16T04:03:53.850Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3286 | 2024-08-16T04:03:53.855Z | Aug 16 04:03:52.794 INFO [stamp-external-dns] process exited with exit status: 0 (1.485928903s) |
3287 | 2024-08-16T04:03:53.867Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
3288 | 2024-08-16T04:03:53.889Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3289 | 2024-08-16T04:03:53.931Z | [ recovery-image] Aug 16 04:03:52.869 INFO O| Aug 16 04:03:52.869 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3290 | 2024-08-16T04:03:53.964Z | [ recovery-image] Aug 16 04:03:52.903 INFO O| Aug 16 04:03:52.903 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3291 | 2024-08-16T04:03:54.317Z | [ host-image] Aug 16 04:03:53.255 INFO O| Aug 16 04:03:53.255 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3292 | 2024-08-16T04:03:54.333Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3293 | 2024-08-16T04:03:54.337Z | Aug 16 04:03:53.276 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.031650044s) |
3294 | 2024-08-16T04:03:54.362Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3295 | 2024-08-16T04:03:54.367Z | Aug 16 04:03:53.305 INFO [stamp-oximeter] process exited with exit status: 0 (2.097087475s) |
3296 | 2024-08-16T04:03:54.481Z | [ recovery-image] Aug 16 04:03:53.419 INFO O| Aug 16 04:03:53.419 INFO O| Caching catalogs ... Done |
3297 | 2024-08-16T04:03:54.597Z | [ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO STEP 0 (pkg_image_create) COMPLETE |
3298 | 2024-08-16T04:03:54.597Z | [ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3299 | 2024-08-16T04:03:54.597Z | [ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO skip step because feature "repo_redist" is not enabled |
3300 | 2024-08-16T04:03:54.600Z | [ recovery-image] Aug 16 04:03:53.535 INFO O| Aug 16 04:03:53.535 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3301 | 2024-08-16T04:03:54.610Z | [ recovery-image] Aug 16 04:03:53.549 INFO O| Aug 16 04:03:53.549 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"] |
3302 | 2024-08-16T04:03:54.914Z | [ host-image] Aug 16 04:03:53.853 INFO O| Aug 16 04:03:53.853 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3303 | 2024-08-16T04:03:54.917Z | [ host-image] Aug 16 04:03:53.854 INFO O| Aug 16 04:03:53.854 INFO O| Planning: Planning completed in 0.00 seconds |
3304 | 2024-08-16T04:03:54.917Z | [ host-image] Aug 16 04:03:53.855 INFO O| Aug 16 04:03:53.855 INFO O| Planning: Consolidating action changes ... Done |
3305 | 2024-08-16T04:03:54.917Z | [ host-image] Aug 16 04:03:53.855 INFO O| Aug 16 04:03:53.855 INFO O| Planning: Evaluating mediators ... Done |
3306 | 2024-08-16T04:03:54.917Z | [ host-image] Aug 16 04:03:53.855 INFO O| Aug 16 04:03:53.855 INFO O| Planning: Planning completed in 0.00 seconds |
3307 | 2024-08-16T04:03:54.917Z | [ host-image] Aug 16 04:03:53.856 INFO O| Aug 16 04:03:53.856 INFO O| Variants/Facets to change: 1 |
3308 | 2024-08-16T04:03:54.937Z | [ host-image] Aug 16 04:03:53.876 INFO O| Aug 16 04:03:53.876 INFO O| Done |
3309 | 2024-08-16T04:03:54.937Z | [ host-image] Aug 16 04:03:53.876 INFO O| Aug 16 04:03:53.876 INFO O| Done |
3310 | 2024-08-16T04:03:55.102Z | [ recovery-image] Aug 16 04:03:54.041 INFO O| Aug 16 04:03:54.041 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3311 | 2024-08-16T04:03:55.102Z | [ recovery-image] Aug 16 04:03:54.041 INFO O| Aug 16 04:03:54.041 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3312 | 2024-08-16T04:03:55.117Z | [ recovery-image] Aug 16 04:03:54.056 INFO O| Aug 16 04:03:54.056 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"] |
3313 | 2024-08-16T04:03:55.354Z | [ host-image] Aug 16 04:03:54.293 INFO O| Aug 16 04:03:54.293 INFO O| Done |
3314 | 2024-08-16T04:03:55.405Z | [ host-image] Aug 16 04:03:54.344 INFO O| Aug 16 04:03:54.344 INFO O| Done |
3315 | 2024-08-16T04:03:55.407Z | [ host-image] Aug 16 04:03:54.345 INFO O| Aug 16 04:03:54.345 INFO O| Done |
3316 | 2024-08-16T04:03:55.407Z | [ host-image] Aug 16 04:03:54.345 INFO O| Aug 16 04:03:54.345 INFO O| Done |
3317 | 2024-08-16T04:03:55.407Z | [ host-image] Aug 16 04:03:54.346 INFO O| Aug 16 04:03:54.346 INFO O| Done |
3318 | 2024-08-16T04:03:55.496Z | [ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 8 (pkg_change_facet) COMPLETE |
3319 | 2024-08-16T04:03:55.497Z | [ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3320 | 2024-08-16T04:03:55.499Z | [ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO skip step because feature "recovery" is not enabled |
3321 | 2024-08-16T04:03:55.499Z | [ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3322 | 2024-08-16T04:03:55.499Z | [ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO skip step because feature "recovery" is not enabled |
3323 | 2024-08-16T04:03:55.499Z | [ host-image] Aug 16 04:03:54.436 INFO O| Aug 16 04:03:54.436 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3324 | 2024-08-16T04:03:55.511Z | [ host-image] Aug 16 04:03:54.450 INFO O| Aug 16 04:03:54.450 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"] |
3325 | 2024-08-16T04:03:55.567Z | [ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3326 | 2024-08-16T04:03:55.567Z | [ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3327 | 2024-08-16T04:03:55.570Z | [ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO skip step because feature "repo_redist" is not enabled |
3328 | 2024-08-16T04:03:55.570Z | [ recovery-image] Aug 16 04:03:54.506 INFO O| Aug 16 04:03:54.506 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3329 | 2024-08-16T04:03:56.061Z | [ recovery-image] Aug 16 04:03:54.999 INFO O| Aug 16 04:03:54.999 INFO variant opensolaris.zone is already global |
3330 | 2024-08-16T04:03:56.061Z | [ recovery-image] Aug 16 04:03:54.999 INFO O| Aug 16 04:03:54.999 INFO STEP 5 (pkg_change_variant) COMPLETE |
3331 | 2024-08-16T04:03:56.061Z | [ recovery-image] Aug 16 04:03:54.999 INFO O| Aug 16 04:03:54.999 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3332 | 2024-08-16T04:03:56.111Z | [ host-image] Aug 16 04:03:55.051 INFO O| Aug 16 04:03:55.051 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3333 | 2024-08-16T04:03:56.246Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3334 | 2024-08-16T04:03:56.251Z | Aug 16 04:03:55.190 INFO [stamp-nexus] process exited with exit status: 0 (3.795700071s) |
3335 | 2024-08-16T04:03:56.495Z | [ recovery-image] Aug 16 04:03:55.434 INFO O| Aug 16 04:03:55.434 INFO variant opensolaris.imagetype is full; changing to partial |
3336 | 2024-08-16T04:03:56.495Z | [ recovery-image] Aug 16 04:03:55.434 INFO O| Aug 16 04:03:55.434 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3337 | 2024-08-16T04:03:58.155Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3338 | 2024-08-16T04:03:58.168Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3339 | 2024-08-16T04:03:58.174Z | Aug 16 04:03:57.114 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.752681873s) |
3340 | 2024-08-16T04:03:58.287Z | [verify-libraries] Compiling heck v0.4.1 |
3341 | 2024-08-16T04:03:58.287Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3342 | 2024-08-16T04:03:58.289Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3343 | 2024-08-16T04:03:58.289Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3344 | 2024-08-16T04:03:58.289Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3345 | 2024-08-16T04:03:58.304Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3346 | 2024-08-16T04:03:58.307Z | [verify-libraries] Compiling indent_write v2.2.0 |
3347 | 2024-08-16T04:03:58.751Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3348 | 2024-08-16T04:03:58.988Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3349 | 2024-08-16T04:03:59.126Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3350 | 2024-08-16T04:03:59.282Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3351 | 2024-08-16T04:03:59.444Z | [verify-libraries] Compiling termios v0.3.3 |
3352 | 2024-08-16T04:04:00.046Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3353 | 2024-08-16T04:04:02.947Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3354 | 2024-08-16T04:04:03.037Z | Aug 16 04:04:01.977 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.778689579s) |
3355 | 2024-08-16T04:04:03.082Z | [ recovery-image] Aug 16 04:04:02.022 INFO O| Aug 16 04:04:02.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3356 | 2024-08-16T04:04:03.140Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3357 | 2024-08-16T04:04:03.171Z | Aug 16 04:04:02.111 INFO [stamp-clickhouse] process exited with exit status: 0 (10.937176779s) |
3358 | 2024-08-16T04:04:03.171Z | Aug 16 04:04:02.111 INFO [tuf-stamp] task succeeded (10.938175081s) |
3359 | 2024-08-16T04:04:09.498Z | [ recovery-image] Aug 16 04:04:08.439 INFO O| Aug 16 04:04:08.439 INFO O| Startup: Caching catalogs ... Done |
3360 | 2024-08-16T04:04:09.601Z | [ recovery-image] Aug 16 04:04:08.541 INFO O| Aug 16 04:04:08.540 INFO O| Planning: Planning completed in 0.00 seconds |
3361 | 2024-08-16T04:04:09.603Z | [ recovery-image] Aug 16 04:04:08.542 INFO O| Aug 16 04:04:08.542 INFO O| Planning: Consolidating action changes ... Done |
3362 | 2024-08-16T04:04:09.603Z | [ recovery-image] Aug 16 04:04:08.542 INFO O| Aug 16 04:04:08.542 INFO O| Planning: Evaluating mediators ... Done |
3363 | 2024-08-16T04:04:09.604Z | [ recovery-image] Aug 16 04:04:08.543 INFO O| Aug 16 04:04:08.543 INFO O| Planning: Planning completed in 0.00 seconds |
3364 | 2024-08-16T04:04:09.604Z | [ recovery-image] Aug 16 04:04:08.543 INFO O| Aug 16 04:04:08.543 INFO O| Variants/Facets to change: 1 |
3365 | 2024-08-16T04:04:09.642Z | [ recovery-image] Aug 16 04:04:08.583 INFO O| Aug 16 04:04:08.582 INFO O| Done |
3366 | 2024-08-16T04:04:09.642Z | [ recovery-image] Aug 16 04:04:08.583 INFO O| Aug 16 04:04:08.582 INFO O| Done |
3367 | 2024-08-16T04:04:10.394Z | [ recovery-image] Aug 16 04:04:09.335 INFO O| Aug 16 04:04:09.335 INFO O| Done |
3368 | 2024-08-16T04:04:10.438Z | [ recovery-image] Aug 16 04:04:09.378 INFO O| Aug 16 04:04:09.378 INFO O| Done |
3369 | 2024-08-16T04:04:10.441Z | [ recovery-image] Aug 16 04:04:09.380 INFO O| Aug 16 04:04:09.380 INFO O| Done |
3370 | 2024-08-16T04:04:10.441Z | [ recovery-image] Aug 16 04:04:09.380 INFO O| Aug 16 04:04:09.380 INFO O| Done |
3371 | 2024-08-16T04:04:10.445Z | [ recovery-image] Aug 16 04:04:09.382 INFO O| Aug 16 04:04:09.382 INFO O| Done |
3372 | 2024-08-16T04:04:10.938Z | [ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO STEP 6 (pkg_change_variant) COMPLETE |
3373 | 2024-08-16T04:04:10.938Z | [ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3374 | 2024-08-16T04:04:10.940Z | [ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO skip step because feature "debug_variant" is not enabled |
3375 | 2024-08-16T04:04:10.940Z | [ recovery-image] Aug 16 04:04:09.878 INFO O| Aug 16 04:04:09.878 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3376 | 2024-08-16T04:04:11.580Z | [ recovery-image] Aug 16 04:04:10.521 INFO O| Aug 16 04:04:10.520 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3377 | 2024-08-16T04:04:12.450Z | [ recovery-image] Aug 16 04:04:11.391 INFO O| Aug 16 04:04:11.391 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3378 | 2024-08-16T04:04:12.453Z | [ recovery-image] Aug 16 04:04:11.393 INFO O| Aug 16 04:04:11.393 INFO O| Planning: Planning completed in 0.00 seconds |
3379 | 2024-08-16T04:04:12.456Z | [ recovery-image] Aug 16 04:04:11.394 INFO O| Aug 16 04:04:11.394 INFO O| Planning: Consolidating action changes ... Done |
3380 | 2024-08-16T04:04:12.456Z | [ recovery-image] Aug 16 04:04:11.394 INFO O| Aug 16 04:04:11.394 INFO O| Planning: Evaluating mediators ... Done |
3381 | 2024-08-16T04:04:12.456Z | [ recovery-image] Aug 16 04:04:11.395 INFO O| Aug 16 04:04:11.395 INFO O| Planning: Planning completed in 0.00 seconds |
3382 | 2024-08-16T04:04:12.456Z | [ recovery-image] Aug 16 04:04:11.395 INFO O| Aug 16 04:04:11.395 INFO O| Variants/Facets to change: 1 |
3383 | 2024-08-16T04:04:12.545Z | [ recovery-image] Aug 16 04:04:11.486 INFO O| Aug 16 04:04:11.486 INFO O| Done |
3384 | 2024-08-16T04:04:12.545Z | [ recovery-image] Aug 16 04:04:11.486 INFO O| Aug 16 04:04:11.486 INFO O| Done |
3385 | 2024-08-16T04:04:12.991Z | [ recovery-image] Aug 16 04:04:11.931 INFO O| Aug 16 04:04:11.931 INFO O| Done |
3386 | 2024-08-16T04:04:13.069Z | [ recovery-image] Aug 16 04:04:12.010 INFO O| Aug 16 04:04:12.010 INFO O| Done |
3387 | 2024-08-16T04:04:13.072Z | [ recovery-image] Aug 16 04:04:12.011 INFO O| Aug 16 04:04:12.011 INFO O| Done |
3388 | 2024-08-16T04:04:13.072Z | [ recovery-image] Aug 16 04:04:12.011 INFO O| Aug 16 04:04:12.011 INFO O| Done |
3389 | 2024-08-16T04:04:13.075Z | [ recovery-image] Aug 16 04:04:12.013 INFO O| Aug 16 04:04:12.013 INFO O| Done |
3390 | 2024-08-16T04:04:13.185Z | [ recovery-image] Aug 16 04:04:12.126 INFO O| Aug 16 04:04:12.125 INFO STEP 8 (pkg_change_facet) COMPLETE |
3391 | 2024-08-16T04:04:13.185Z | [ recovery-image] Aug 16 04:04:12.126 INFO O| Aug 16 04:04:12.125 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3392 | 2024-08-16T04:04:13.763Z | [ recovery-image] Aug 16 04:04:12.704 INFO O| Aug 16 04:04:12.704 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3393 | 2024-08-16T04:04:14.761Z | [ recovery-image] Aug 16 04:04:13.702 INFO O| Aug 16 04:04:13.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3394 | 2024-08-16T04:04:14.764Z | [ recovery-image] Aug 16 04:04:13.704 INFO O| Aug 16 04:04:13.704 INFO O| Planning: Planning completed in 0.00 seconds |
3395 | 2024-08-16T04:04:14.764Z | [ recovery-image] Aug 16 04:04:13.705 INFO O| Aug 16 04:04:13.705 INFO O| Planning: Consolidating action changes ... Done |
3396 | 2024-08-16T04:04:14.766Z | [ recovery-image] Aug 16 04:04:13.705 INFO O| Aug 16 04:04:13.705 INFO O| Planning: Evaluating mediators ... Done |
3397 | 2024-08-16T04:04:14.766Z | [ recovery-image] Aug 16 04:04:13.706 INFO O| Aug 16 04:04:13.706 INFO O| Planning: Planning completed in 0.00 seconds |
3398 | 2024-08-16T04:04:14.766Z | [ recovery-image] Aug 16 04:04:13.706 INFO O| Aug 16 04:04:13.706 INFO O| Variants/Facets to change: 1 |
3399 | 2024-08-16T04:04:14.865Z | [ recovery-image] Aug 16 04:04:13.806 INFO O| Aug 16 04:04:13.806 INFO O| Done |
3400 | 2024-08-16T04:04:14.865Z | [ recovery-image] Aug 16 04:04:13.806 INFO O| Aug 16 04:04:13.806 INFO O| Done |
3401 | 2024-08-16T04:04:15.440Z | [ recovery-image] Aug 16 04:04:14.381 INFO O| Aug 16 04:04:14.381 INFO O| Done |
3402 | 2024-08-16T04:04:15.512Z | [ recovery-image] Aug 16 04:04:14.453 INFO O| Aug 16 04:04:14.453 INFO O| Done |
3403 | 2024-08-16T04:04:15.515Z | [ recovery-image] Aug 16 04:04:14.454 INFO O| Aug 16 04:04:14.454 INFO O| Done |
3404 | 2024-08-16T04:04:15.515Z | [ recovery-image] Aug 16 04:04:14.454 INFO O| Aug 16 04:04:14.454 INFO O| Done |
3405 | 2024-08-16T04:04:15.517Z | [ recovery-image] Aug 16 04:04:14.457 INFO O| Aug 16 04:04:14.456 INFO O| Done |
3406 | 2024-08-16T04:04:15.631Z | [ recovery-image] Aug 16 04:04:14.572 INFO O| Aug 16 04:04:14.572 INFO STEP 9 (pkg_change_facet) COMPLETE |
3407 | 2024-08-16T04:04:15.631Z | [ recovery-image] Aug 16 04:04:14.572 INFO O| Aug 16 04:04:14.572 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3408 | 2024-08-16T04:04:16.373Z | [ recovery-image] Aug 16 04:04:15.314 INFO O| Aug 16 04:04:15.314 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3409 | 2024-08-16T04:04:17.412Z | [ recovery-image] Aug 16 04:04:16.353 INFO O| Aug 16 04:04:16.353 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3410 | 2024-08-16T04:04:17.415Z | [ recovery-image] Aug 16 04:04:16.355 INFO O| Aug 16 04:04:16.355 INFO O| Planning: Planning completed in 0.00 seconds |
3411 | 2024-08-16T04:04:17.415Z | [ recovery-image] Aug 16 04:04:16.356 INFO O| Aug 16 04:04:16.356 INFO O| Planning: Consolidating action changes ... Done |
3412 | 2024-08-16T04:04:17.418Z | [ recovery-image] Aug 16 04:04:16.356 INFO O| Aug 16 04:04:16.356 INFO O| Planning: Evaluating mediators ... Done |
3413 | 2024-08-16T04:04:17.418Z | [ recovery-image] Aug 16 04:04:16.357 INFO O| Aug 16 04:04:16.357 INFO O| Planning: Planning completed in 0.00 seconds |
3414 | 2024-08-16T04:04:17.418Z | [ recovery-image] Aug 16 04:04:16.357 INFO O| Aug 16 04:04:16.357 INFO O| Variants/Facets to change: 1 |
3415 | 2024-08-16T04:04:17.631Z | [ recovery-image] Aug 16 04:04:16.573 INFO O| Aug 16 04:04:16.572 INFO O| Done |
3416 | 2024-08-16T04:04:17.632Z | [ recovery-image] Aug 16 04:04:16.573 INFO O| Aug 16 04:04:16.572 INFO O| Done |
3417 | 2024-08-16T04:04:18.273Z | [ recovery-image] Aug 16 04:04:17.214 INFO O| Aug 16 04:04:17.214 INFO O| Done |
3418 | 2024-08-16T04:04:18.369Z | [ recovery-image] Aug 16 04:04:17.311 INFO O| Aug 16 04:04:17.310 INFO O| Done |
3419 | 2024-08-16T04:04:18.372Z | [ recovery-image] Aug 16 04:04:17.312 INFO O| Aug 16 04:04:17.311 INFO O| Done |
3420 | 2024-08-16T04:04:18.372Z | [ recovery-image] Aug 16 04:04:17.312 INFO O| Aug 16 04:04:17.312 INFO O| Done |
3421 | 2024-08-16T04:04:18.374Z | [ recovery-image] Aug 16 04:04:17.314 INFO O| Aug 16 04:04:17.314 INFO O| Done |
3422 | 2024-08-16T04:04:18.461Z | [ recovery-image] Aug 16 04:04:17.402 INFO O| Aug 16 04:04:17.402 INFO STEP 10 (pkg_change_facet) COMPLETE |
3423 | 2024-08-16T04:04:18.461Z | [ recovery-image] Aug 16 04:04:17.402 INFO O| Aug 16 04:04:17.402 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3424 | 2024-08-16T04:04:18.480Z | [ recovery-image] Aug 16 04:04:17.421 INFO O| Aug 16 04:04:17.421 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"] |
3425 | 2024-08-16T04:04:19.466Z | [ recovery-image] Aug 16 04:04:18.408 INFO O| Aug 16 04:04:18.407 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3426 | 2024-08-16T04:04:25.677Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3427 | 2024-08-16T04:04:26.500Z | [ host-image] Aug 16 04:04:25.442 INFO O| Aug 16 04:04:25.442 INFO O| Planning: Solver setup ... Done |
3428 | 2024-08-16T04:04:28.359Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3429 | 2024-08-16T04:04:31.167Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3430 | 2024-08-16T04:04:49.970Z | [ recovery-image] Aug 16 04:04:48.914 INFO O| Aug 16 04:04:48.914 INFO O| Planning: Solver setup ... Done |
3431 | 2024-08-16T04:04:50.296Z | [ host-image] Aug 16 04:04:49.240 INFO O| Aug 16 04:04:49.240 INFO O| Planning: Running solver ... Done |
3432 | 2024-08-16T04:04:50.597Z | [ host-image] Aug 16 04:04:49.540 INFO O| Aug 16 04:04:49.540 INFO O| Planning: Finding local manifests ... Done |
3433 | 2024-08-16T04:04:50.612Z | [ host-image] Aug 16 04:04:49.557 INFO O| Aug 16 04:04:49.557 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3434 | 2024-08-16T04:04:56.163Z | [ host-image] Aug 16 04:04:55.108 INFO O| Aug 16 04:04:55.108 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3435 | 2024-08-16T04:04:57.362Z | [ host-image] Aug 16 04:04:56.307 INFO O| Aug 16 04:04:56.307 INFO O| Planning: Package planning ... Done |
3436 | 2024-08-16T04:04:58.920Z | [ host-image] Aug 16 04:04:57.865 INFO O| Aug 16 04:04:57.865 INFO O| Planning: Merging actions ... Done |
3437 | 2024-08-16T04:04:59.398Z | [ host-image] Aug 16 04:04:58.343 INFO O| Aug 16 04:04:58.343 INFO O| Planning: Checking for conflicting actions ... Done |
3438 | 2024-08-16T04:04:59.672Z | [ host-image] Aug 16 04:04:58.617 INFO O| Aug 16 04:04:58.617 INFO O| Planning: Consolidating action changes ... Done |
3439 | 2024-08-16T04:05:00.188Z | [ host-image] Aug 16 04:04:59.133 INFO O| Aug 16 04:04:59.133 INFO O| Planning: Evaluating mediators ... Done |
3440 | 2024-08-16T04:05:04.843Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3441 | 2024-08-16T04:05:06.791Z | [ host-image] Aug 16 04:05:05.736 INFO O| Aug 16 04:05:05.736 INFO O| Planning: Planning completed in 70.69 seconds |
3442 | 2024-08-16T04:05:06.797Z | [ host-image] Aug 16 04:05:05.742 INFO O| Aug 16 04:05:05.742 INFO O| Packages to install: 124 |
3443 | 2024-08-16T04:05:06.797Z | [ host-image] Aug 16 04:05:05.742 INFO O| Aug 16 04:05:05.742 INFO O| Mediators to change: 4 |
3444 | 2024-08-16T04:05:06.799Z | [ host-image] Aug 16 04:05:05.742 INFO O| Aug 16 04:05:05.742 INFO O| Services to change: 6 |
3445 | 2024-08-16T04:05:06.920Z | [ host-image] Aug 16 04:05:05.866 INFO O| Aug 16 04:05:05.866 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete |
3446 | 2024-08-16T04:05:11.227Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3447 | 2024-08-16T04:05:11.933Z | [ host-image] Aug 16 04:05:10.879 INFO O| Aug 16 04:05:10.879 INFO O| Download: 847/22727 items 5.6/196.4MB 2% complete (1.2M/s) |
3448 | 2024-08-16T04:05:13.237Z | [ recovery-image] Aug 16 04:05:12.183 INFO O| Aug 16 04:05:12.183 INFO O| Planning: Running solver ... Done |
3449 | 2024-08-16T04:05:13.539Z | [ recovery-image] Aug 16 04:05:12.485 INFO O| Aug 16 04:05:12.485 INFO O| Planning: Finding local manifests ... Done |
3450 | 2024-08-16T04:05:13.554Z | [ recovery-image] Aug 16 04:05:12.501 INFO O| Aug 16 04:05:12.501 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3451 | 2024-08-16T04:05:16.936Z | [ host-image] Aug 16 04:05:15.883 INFO O| Aug 16 04:05:15.883 INFO O| Download: 1504/22727 items 9.0/196.4MB 4% complete (925k/s) |
3452 | 2024-08-16T04:05:19.258Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3453 | 2024-08-16T04:05:19.981Z | [ recovery-image] Aug 16 04:05:18.927 INFO O| Aug 16 04:05:18.927 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3454 | 2024-08-16T04:05:20.884Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3455 | 2024-08-16T04:05:21.093Z | [ recovery-image] Aug 16 04:05:20.040 INFO O| Aug 16 04:05:20.040 INFO O| Planning: Package planning ... Done |
3456 | 2024-08-16T04:05:21.786Z | [ recovery-image] Aug 16 04:05:20.733 INFO O| Aug 16 04:05:20.733 INFO O| Planning: Merging actions ... Done |
3457 | 2024-08-16T04:05:21.962Z | [ recovery-image] Aug 16 04:05:20.909 INFO O| Aug 16 04:05:20.909 INFO O| Planning: Checking for conflicting actions ... Done |
3458 | 2024-08-16T04:05:22.085Z | [ recovery-image] Aug 16 04:05:21.032 INFO O| Aug 16 04:05:21.032 INFO O| Planning: Consolidating action changes ... Done |
3459 | 2024-08-16T04:05:22.109Z | [ host-image] Aug 16 04:05:21.056 INFO O| Aug 16 04:05:21.056 INFO O| Download: 1769/22727 items 12.0/196.4MB 6% complete (643k/s) |
3460 | 2024-08-16T04:05:22.481Z | [ recovery-image] Aug 16 04:05:21.428 INFO O| Aug 16 04:05:21.428 INFO O| Planning: Evaluating mediators ... Done |
3461 | 2024-08-16T04:05:28.400Z | [ host-image] Aug 16 04:05:27.347 INFO O| Aug 16 04:05:27.347 INFO O| Download: 1795/22727 items 13.2/196.4MB 6% complete (675k/s) |
3462 | 2024-08-16T04:05:28.766Z | [ recovery-image] Aug 16 04:05:27.713 INFO O| Aug 16 04:05:27.713 INFO O| Planning: Planning completed in 69.31 seconds |
3463 | 2024-08-16T04:05:28.773Z | [ recovery-image] Aug 16 04:05:27.721 INFO O| Aug 16 04:05:27.721 INFO O| Packages to install: 124 |
3464 | 2024-08-16T04:05:28.776Z | [ recovery-image] Aug 16 04:05:27.721 INFO O| Aug 16 04:05:27.721 INFO O| Mediators to change: 4 |
3465 | 2024-08-16T04:05:28.776Z | [ recovery-image] Aug 16 04:05:27.721 INFO O| Aug 16 04:05:27.721 INFO O| Services to change: 5 |
3466 | 2024-08-16T04:05:28.860Z | [ recovery-image] Aug 16 04:05:27.808 INFO O| Aug 16 04:05:27.808 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3467 | 2024-08-16T04:05:32.905Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3468 | 2024-08-16T04:05:33.478Z | [ host-image] Aug 16 04:05:32.425 INFO O| Aug 16 04:05:32.425 INFO O| Download: 2095/22727 items 23.4/196.4MB 11% complete (1.3M/s) |
3469 | 2024-08-16T04:05:33.867Z | [ recovery-image] Aug 16 04:05:32.815 INFO O| Aug 16 04:05:32.815 INFO O| Download: 685/15831 items 5.5/173.2MB 3% complete (1.1M/s) |
3470 | 2024-08-16T04:05:38.122Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3471 | 2024-08-16T04:05:38.650Z | [ host-image] Aug 16 04:05:37.598 INFO O| Aug 16 04:05:37.598 INFO O| Download: 2252/22727 items 24.8/196.4MB 12% complete (1.1M/s) |
3472 | 2024-08-16T04:05:38.868Z | [ recovery-image] Aug 16 04:05:37.817 INFO O| Aug 16 04:05:37.817 INFO O| Download: 1081/15831 items 9.1/173.2MB 5% complete (913k/s) |
3473 | 2024-08-16T04:05:43.683Z | [ host-image] Aug 16 04:05:42.632 INFO O| Aug 16 04:05:42.632 INFO O| Download: 3107/22727 items 33.9/196.4MB 17% complete (1.1M/s) |
3474 | 2024-08-16T04:05:44.090Z | [ recovery-image] Aug 16 04:05:43.039 INFO O| Aug 16 04:05:43.039 INFO O| Download: 1314/15831 items 19.7/173.2MB 11% complete (1.4M/s) |
3475 | 2024-08-16T04:05:48.683Z | [ host-image] Aug 16 04:05:47.632 INFO O| Aug 16 04:05:47.632 INFO O| Download: 3677/22727 items 37.0/196.4MB 18% complete (1.2M/s) |
3476 | 2024-08-16T04:05:51.929Z | [ recovery-image] Aug 16 04:05:50.878 INFO O| Aug 16 04:05:50.878 INFO O| Download: 1466/15831 items 21.5/173.2MB 12% complete (1.5M/s) |
3477 | 2024-08-16T04:05:53.908Z | [ host-image] Aug 16 04:05:52.850 INFO O| Aug 16 04:05:52.850 INFO O| Download: 4531/22727 items 42.3/196.4MB 21% complete (835k/s) |
3478 | 2024-08-16T04:05:56.932Z | [ recovery-image] Aug 16 04:05:55.882 INFO O| Aug 16 04:05:55.882 INFO O| Download: 1835/15831 items 28.2/173.2MB 16% complete (669k/s) |
3479 | 2024-08-16T04:05:59.433Z | [ host-image] Aug 16 04:05:58.383 INFO O| Aug 16 04:05:58.383 INFO O| Download: 4716/22727 items 44.8/196.4MB 22% complete (908k/s) |
3480 | 2024-08-16T04:06:02.222Z | [ recovery-image] Aug 16 04:06:01.172 INFO O| Aug 16 04:06:01.172 INFO O| Download: 2668/15831 items 33.0/173.2MB 19% complete (1.2M/s) |
3481 | 2024-08-16T04:06:04.433Z | [ host-image] Aug 16 04:06:03.383 INFO O| Aug 16 04:06:03.383 INFO O| Download: 5745/22727 items 46.2/196.4MB 23% complete (367k/s) |
3482 | 2024-08-16T04:06:07.276Z | [ recovery-image] Aug 16 04:06:06.227 INFO O| Aug 16 04:06:06.227 INFO O| Download: 2842/15831 items 36.1/173.2MB 20% complete (786k/s) |
3483 | 2024-08-16T04:06:09.433Z | [ host-image] Aug 16 04:06:08.384 INFO O| Aug 16 04:06:08.384 INFO O| Download: 6404/22727 items 46.6/196.4MB 23% complete (185k/s) |
3484 | 2024-08-16T04:06:12.278Z | [ recovery-image] Aug 16 04:06:11.229 INFO O| Aug 16 04:06:11.229 INFO O| Download: 3499/15831 items 38.3/173.2MB 22% complete (560k/s) |
3485 | 2024-08-16T04:06:14.518Z | [ host-image] Aug 16 04:06:13.469 INFO O| Aug 16 04:06:13.469 INFO O| Download: 6855/22727 items 49.0/196.4MB 24% complete (274k/s) |
3486 | 2024-08-16T04:06:17.280Z | [ recovery-image] Aug 16 04:06:16.232 INFO O| Aug 16 04:06:16.232 INFO O| Download: 4320/15831 items 42.7/173.2MB 24% complete (672k/s) |
3487 | 2024-08-16T04:06:19.519Z | [ host-image] Aug 16 04:06:18.471 INFO O| Aug 16 04:06:18.471 INFO O| Download: 7278/22727 items 57.3/196.4MB 29% complete (1.1M/s) |
3488 | 2024-08-16T04:06:22.286Z | [ recovery-image] Aug 16 04:06:21.238 INFO O| Aug 16 04:06:21.238 INFO O| Download: 5141/15831 items 43.2/173.2MB 24% complete (506k/s) |
3489 | 2024-08-16T04:06:25.056Z | [ host-image] Aug 16 04:06:24.009 INFO O| Aug 16 04:06:24.009 INFO O| Download: 7952/22727 items 59.6/196.4MB 30% complete (1.1M/s) |
3490 | 2024-08-16T04:06:27.286Z | [ recovery-image] Aug 16 04:06:26.238 INFO O| Aug 16 04:06:26.238 INFO O| Download: 5784/15831 items 52.3/173.2MB 30% complete (869k/s) |
3491 | 2024-08-16T04:06:30.408Z | [ host-image] Aug 16 04:06:29.361 INFO O| Aug 16 04:06:29.361 INFO O| Download: 8134/22727 items 60.8/196.4MB 30% complete (468k/s) |
3492 | 2024-08-16T04:06:32.786Z | [ recovery-image] Aug 16 04:06:31.739 INFO O| Aug 16 04:06:31.738 INFO O| Download: 6107/15831 items 57.4/173.2MB 33% complete (1.3M/s) |
3493 | 2024-08-16T04:06:35.710Z | [ host-image] Aug 16 04:06:34.663 INFO O| Aug 16 04:06:34.663 INFO O| Download: 8341/22727 items 68.9/196.4MB 35% complete (958k/s) |
3494 | 2024-08-16T04:06:37.791Z | [ recovery-image] Aug 16 04:06:36.745 INFO O| Aug 16 04:06:36.744 INFO O| Download: 6267/15831 items 62.5/173.2MB 36% complete (1016k/s) |
3495 | 2024-08-16T04:06:40.711Z | [ host-image] Aug 16 04:06:39.665 INFO O| Aug 16 04:06:39.665 INFO O| Download: 8849/22727 items 71.5/196.4MB 36% complete (925k/s) |
3496 | 2024-08-16T04:06:42.804Z | [ recovery-image] Aug 16 04:06:41.759 INFO O| Aug 16 04:06:41.758 INFO O| Download: 6889/15831 items 68.0/173.2MB 39% complete (1.1M/s) |
3497 | 2024-08-16T04:06:45.711Z | [ host-image] Aug 16 04:06:44.665 INFO O| Aug 16 04:06:44.665 INFO O| Download: 9386/22727 items 81.5/196.4MB 41% complete (1.3M/s) |
3498 | 2024-08-16T04:06:47.817Z | [ recovery-image] Aug 16 04:06:46.772 INFO O| Aug 16 04:06:46.771 INFO O| Download: 7583/15831 items 73.6/173.2MB 42% complete (1.1M/s) |
3499 | 2024-08-16T04:06:52.494Z | [ host-image] Aug 16 04:06:51.449 INFO O| Aug 16 04:06:51.449 INFO O| Download: 10410/22727 items 88.0/196.4MB 44% complete (1.6M/s) |
3500 | 2024-08-16T04:06:52.895Z | [ recovery-image] Aug 16 04:06:51.850 INFO O| Aug 16 04:06:51.850 INFO O| Download: 7623/15831 items 73.6/173.2MB 42% complete (1.1M/s) |
3501 | 2024-08-16T04:06:57.495Z | [ host-image] Aug 16 04:06:56.450 INFO O| Aug 16 04:06:56.450 INFO O| Download: 10903/22727 items 90.2/196.4MB 45% complete (712k/s) |
3502 | 2024-08-16T04:06:59.105Z | [ recovery-image] Aug 16 04:06:58.061 INFO O| Aug 16 04:06:58.061 INFO O| Download: 7635/15831 items 73.7/173.2MB 42% complete (494k/s) |
3503 | 2024-08-16T04:07:03.263Z | [ host-image] Aug 16 04:07:02.218 INFO O| Aug 16 04:07:02.218 INFO O| Download: 11203/22727 items 93.9/196.4MB 47% complete (614k/s) |
3504 | 2024-08-16T04:07:04.109Z | [ recovery-image] Aug 16 04:07:03.065 INFO O| Aug 16 04:07:03.065 INFO O| Download: 8059/15831 items 79.5/173.2MB 45% complete (602k/s) |
3505 | 2024-08-16T04:07:08.743Z | [ host-image] Aug 16 04:07:07.700 INFO O| Aug 16 04:07:07.700 INFO O| Download: 11277/22727 items 95.0/196.4MB 48% complete (412k/s) |
3506 | 2024-08-16T04:07:10.390Z | [ recovery-image] Aug 16 04:07:09.347 INFO O| Aug 16 04:07:09.347 INFO O| Download: 8654/15831 items 81.3/173.2MB 46% complete (843k/s) |
3507 | 2024-08-16T04:07:13.751Z | [ host-image] Aug 16 04:07:12.708 INFO O| Aug 16 04:07:12.708 INFO O| Download: 11866/22727 items 96.4/196.4MB 49% complete (242k/s) |
3508 | 2024-08-16T04:07:16.348Z | [ recovery-image] Aug 16 04:07:15.304 INFO O| Aug 16 04:07:15.304 INFO O| Download: 8762/15831 items 84.2/173.2MB 48% complete (489k/s) |
3509 | 2024-08-16T04:07:18.917Z | [ host-image] Aug 16 04:07:17.874 INFO O| Aug 16 04:07:17.874 INFO O| Download: 12112/22727 items 106.2/196.4MB 54% complete (1.1M/s) |
3510 | 2024-08-16T04:07:21.378Z | [ recovery-image] Aug 16 04:07:20.335 INFO O| Aug 16 04:07:20.335 INFO O| Download: 8931/15831 items 92.6/173.2MB 53% complete (1.0M/s) |
3511 | 2024-08-16T04:07:23.925Z | [ host-image] Aug 16 04:07:22.883 INFO O| Aug 16 04:07:22.883 INFO O| Download: 12432/22727 items 109.5/196.4MB 55% complete (1.3M/s) |
3512 | 2024-08-16T04:07:26.382Z | [ recovery-image] Aug 16 04:07:25.340 INFO O| Aug 16 04:07:25.340 INFO O| Download: 9937/15831 items 93.1/173.2MB 53% complete (914k/s) |
3513 | 2024-08-16T04:07:28.929Z | [ host-image] Aug 16 04:07:27.888 INFO O| Aug 16 04:07:27.887 INFO O| Download: 13264/22727 items 109.9/196.4MB 55% complete (455k/s) |
3514 | 2024-08-16T04:07:31.395Z | [ recovery-image] Aug 16 04:07:30.354 INFO O| Aug 16 04:07:30.354 INFO O| Download: 10534/15831 items 93.4/173.2MB 53% complete (140k/s) |
3515 | 2024-08-16T04:07:33.933Z | [ host-image] Aug 16 04:07:32.892 INFO O| Aug 16 04:07:32.892 INFO O| Download: 13842/22727 items 110.2/196.4MB 56% complete (74.1k/s) |
3516 | 2024-08-16T04:07:36.487Z | [ recovery-image] Aug 16 04:07:35.446 INFO O| Aug 16 04:07:35.446 INFO O| Download: 11001/15831 items 94.6/173.2MB 54% complete (138k/s) |
3517 | 2024-08-16T04:07:38.953Z | [ host-image] Aug 16 04:07:37.912 INFO O| Aug 16 04:07:37.912 INFO O| Download: 14445/22727 items 112.1/196.4MB 57% complete (200k/s) |
3518 | 2024-08-16T04:07:41.669Z | [ recovery-image] Aug 16 04:07:40.628 INFO O| Aug 16 04:07:40.628 INFO O| Download: 11546/15831 items 112.6/173.2MB 65% complete (1.9M/s) |
3519 | 2024-08-16T04:07:43.968Z | [ host-image] Aug 16 04:07:42.927 INFO O| Aug 16 04:07:42.927 INFO O| Download: 14931/22727 items 121.6/196.4MB 61% complete (1.1M/s) |
3520 | 2024-08-16T04:07:46.687Z | [ recovery-image] Aug 16 04:07:45.646 INFO O| Aug 16 04:07:45.646 INFO O| Download: 12103/15831 items 138.2/173.2MB 79% complete (4.4M/s) |
3521 | 2024-08-16T04:07:48.975Z | [ host-image] Aug 16 04:07:47.934 INFO O| Aug 16 04:07:47.934 INFO O| Download: 15738/22727 items 126.0/196.4MB 64% complete (1.4M/s) |
3522 | 2024-08-16T04:07:51.695Z | [ recovery-image] Aug 16 04:07:50.655 INFO O| Aug 16 04:07:50.655 INFO O| Download: 13127/15831 items 142.1/173.2MB 82% complete (3.0M/s) |
3523 | 2024-08-16T04:07:53.995Z | [ host-image] Aug 16 04:07:52.955 INFO O| Aug 16 04:07:52.955 INFO O| Download: 16526/22727 items 139.2/196.4MB 70% complete (1.7M/s) |
3524 | 2024-08-16T04:07:57.126Z | [ recovery-image] Aug 16 04:07:56.085 INFO O| Aug 16 04:07:56.085 INFO O| Download: 14028/15831 items 145.4/173.2MB 83% complete (895k/s) |
3525 | 2024-08-16T04:07:58.999Z | [ host-image] Aug 16 04:07:57.960 INFO O| Aug 16 04:07:57.960 INFO O| Download: 16971/22727 items 141.4/196.4MB 72% complete (1.6M/s) |
3526 | 2024-08-16T04:08:02.126Z | [ recovery-image] Aug 16 04:08:01.087 INFO O| Aug 16 04:08:01.087 INFO O| Download: 14692/15831 items 148.1/173.2MB 85% complete (591k/s) |
3527 | 2024-08-16T04:08:04.000Z | [ host-image] Aug 16 04:08:02.961 INFO O| Aug 16 04:08:02.961 INFO O| Download: 18061/22727 items 160.1/196.4MB 81% complete (2.1M/s) |
3528 | 2024-08-16T04:08:06.211Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 09s |
3529 | 2024-08-16T04:08:06.499Z | Aug 16 04:08:05.448 INFO [verify-libraries] process exited with exit status: 0 (254.436671075s) |
3530 | 2024-08-16T04:08:07.126Z | [ recovery-image] Aug 16 04:08:06.087 INFO O| Aug 16 04:08:06.087 INFO O| Download: 15223/15831 items 155.2/173.2MB 89% complete (980k/s) |
3531 | 2024-08-16T04:08:09.003Z | [ host-image] Aug 16 04:08:07.962 INFO O| Aug 16 04:08:07.962 INFO O| Download: 19642/22727 items 166.0/196.4MB 84% complete (2.5M/s) |
3532 | 2024-08-16T04:08:19.020Z | [ host-image] Aug 16 04:08:17.970 INFO O| Aug 16 04:08:17.969 INFO O| Download: 19966/22727 items 167.3/196.4MB 85% complete (2.5M/s) |
3533 | 2024-08-16T04:08:19.056Z | [ recovery-image] Aug 16 04:08:17.972 INFO O| Aug 16 04:08:17.972 INFO O| Download: 15250/15831 items 157.9/173.2MB 91% complete |
3534 | 2024-08-16T04:08:26.953Z | [ host-image] Aug 16 04:08:22.970 INFO O| Aug 16 04:08:22.970 INFO O| Download: 20705/22727 items 170.1/196.4MB 86% complete (566k/s) |
3535 | 2024-08-16T04:08:27.003Z | [ recovery-image] Aug 16 04:08:23.170 INFO O| Aug 16 04:08:23.169 INFO O| Download: 15591/15831 items 166.5/173.2MB 96% complete (1.8M/s) |
3536 | 2024-08-16T04:08:27.070Z | [ recovery-image] Aug 16 04:08:26.029 INFO O| Aug 16 04:08:26.029 INFO O| Download: Completed 173.16 MB in 178.22 seconds (991k/s) |
3537 | 2024-08-16T04:08:27.586Z | [ recovery-image] Aug 16 04:08:26.549 INFO O| Aug 16 04:08:26.549 INFO O| Actions: 1/24964 actions (Installing new actions) |
3538 | 2024-08-16T04:08:29.046Z | [ host-image] Aug 16 04:08:28.009 INFO O| Aug 16 04:08:28.009 INFO O| Download: 21536/22727 items 180.0/196.4MB 91% complete (1.3M/s) |
3539 | 2024-08-16T04:08:32.585Z | [ recovery-image] Aug 16 04:08:31.549 INFO O| Aug 16 04:08:31.549 INFO O| Actions: 14166/24964 actions (Installing new actions) |
3540 | 2024-08-16T04:08:34.046Z | [ host-image] Aug 16 04:08:33.010 INFO O| Aug 16 04:08:33.010 INFO O| Download: 22323/22727 items 195.5/196.4MB 99% complete (2.5M/s) |
3541 | 2024-08-16T04:08:35.517Z | [ host-image] Aug 16 04:08:34.482 INFO O| Aug 16 04:08:34.482 INFO O| Download: Completed 196.39 MB in 208.62 seconds (961k/s) |
3542 | 2024-08-16T04:08:37.589Z | [ recovery-image] Aug 16 04:08:36.553 INFO O| Aug 16 04:08:36.553 INFO O| Actions: 24537/24964 actions (Installing new actions) |
3543 | 2024-08-16T04:08:37.631Z | [ host-image] Aug 16 04:08:36.596 INFO O| Aug 16 04:08:36.596 INFO O| Actions: 1/49260 actions (Installing new actions) |
3544 | 2024-08-16T04:08:37.916Z | [ recovery-image] Aug 16 04:08:36.880 INFO O| Aug 16 04:08:36.880 INFO O| Actions: Completed 24964 actions in 10.33 seconds. |
3545 | 2024-08-16T04:08:38.090Z | [ recovery-image] Aug 16 04:08:37.055 INFO O| Aug 16 04:08:37.055 INFO O| Done |
3546 | 2024-08-16T04:08:38.090Z | [ recovery-image] Aug 16 04:08:37.055 INFO O| Aug 16 04:08:37.055 INFO O| Done |
3547 | 2024-08-16T04:08:38.549Z | [ recovery-image] Aug 16 04:08:37.514 INFO O| Aug 16 04:08:37.514 INFO O| Done |
3548 | 2024-08-16T04:08:39.329Z | [ recovery-image] Aug 16 04:08:38.293 INFO O| Aug 16 04:08:38.293 INFO O| Done |
3549 | 2024-08-16T04:08:39.340Z | [ recovery-image] Aug 16 04:08:38.304 INFO O| Aug 16 04:08:38.304 INFO O| Done |
3550 | 2024-08-16T04:08:42.631Z | [ host-image] Aug 16 04:08:41.596 INFO O| Aug 16 04:08:41.596 INFO O| Actions: 13813/49260 actions (Installing new actions) |
3551 | 2024-08-16T04:08:43.520Z | [ recovery-image] Aug 16 04:08:42.485 INFO O| Aug 16 04:08:42.485 INFO O| Done |
3552 | 2024-08-16T04:08:43.853Z | [ recovery-image] Aug 16 04:08:42.818 INFO O| Aug 16 04:08:42.818 INFO O| Done |
3553 | 2024-08-16T04:08:44.044Z | [ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 11 (pkg_install) COMPLETE |
3554 | 2024-08-16T04:08:44.044Z | [ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-08-16T04:08:44.047Z | [ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO skip step because feature "recovery" is enabled |
3556 | 2024-08-16T04:08:44.047Z | [ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-08-16T04:08:44.047Z | [ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO skip step because feature "omicron1" is not enabled |
3558 | 2024-08-16T04:08:44.047Z | [ recovery-image] Aug 16 04:08:43.009 INFO O| Aug 16 04:08:43.009 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-08-16T04:08:44.056Z | [ recovery-image] Aug 16 04:08:43.021 INFO O| Aug 16 04:08:43.021 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3560 | 2024-08-16T04:08:44.498Z | [ recovery-image] Aug 16 04:08:43.463 INFO O| Aug 16 04:08:43.463 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3561 | 2024-08-16T04:08:46.031Z | [ recovery-image] Aug 16 04:08:44.996 INFO O| Aug 16 04:08:44.996 INFO O| Planning: Solver setup ... Done |
3562 | 2024-08-16T04:08:46.034Z | [ recovery-image] Aug 16 04:08:44.999 INFO O| Aug 16 04:08:44.999 INFO O| Planning: Running solver ... Done |
3563 | 2024-08-16T04:08:46.070Z | [ recovery-image] Aug 16 04:08:45.036 INFO O| Aug 16 04:08:45.036 INFO O| Planning: Finding local manifests ... Done |
3564 | 2024-08-16T04:08:46.073Z | [ recovery-image] Aug 16 04:08:45.036 INFO O| Aug 16 04:08:45.036 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3565 | 2024-08-16T04:08:46.132Z | [ recovery-image] Aug 16 04:08:45.098 INFO O| Aug 16 04:08:45.098 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3566 | 2024-08-16T04:08:46.155Z | [ recovery-image] Aug 16 04:08:45.120 INFO O| Aug 16 04:08:45.120 INFO O| Planning: Package planning ... Done |
3567 | 2024-08-16T04:08:46.157Z | [ recovery-image] Aug 16 04:08:45.120 INFO O| Aug 16 04:08:45.120 INFO O| Planning: Merging actions ... Done |
3568 | 2024-08-16T04:08:46.188Z | [ recovery-image] Aug 16 04:08:45.154 INFO O| Aug 16 04:08:45.154 INFO O| Planning: Checking for conflicting actions ... Done |
3569 | 2024-08-16T04:08:46.191Z | [ recovery-image] Aug 16 04:08:45.154 INFO O| Aug 16 04:08:45.154 INFO O| Planning: Consolidating action changes ... Done |
3570 | 2024-08-16T04:08:46.353Z | [ recovery-image] Aug 16 04:08:45.318 INFO O| Aug 16 04:08:45.318 INFO O| Planning: Evaluating mediators ... Done |
3571 | 2024-08-16T04:08:46.355Z | [ recovery-image] Aug 16 04:08:45.318 INFO O| Aug 16 04:08:45.318 INFO O| Planning: Planning completed in 1.86 seconds |
3572 | 2024-08-16T04:08:46.358Z | [ recovery-image] Aug 16 04:08:45.321 INFO O| Aug 16 04:08:45.321 INFO O| Packages to install: 1 |
3573 | 2024-08-16T04:08:46.370Z | [ recovery-image] Aug 16 04:08:45.336 INFO O| Aug 16 04:08:45.336 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3574 | 2024-08-16T04:08:46.997Z | [ recovery-image] Aug 16 04:08:45.962 INFO O| Aug 16 04:08:45.962 INFO O| Download: Completed 20.86 MB in 0.63 seconds (33.3M/s) |
3575 | 2024-08-16T04:08:47.019Z | [ recovery-image] Aug 16 04:08:45.985 INFO O| Aug 16 04:08:45.985 INFO O| Actions: 1/22 actions (Installing new actions) |
3576 | 2024-08-16T04:08:47.518Z | [ recovery-image] Aug 16 04:08:46.483 INFO O| Aug 16 04:08:46.483 INFO O| Actions: Completed 22 actions in 0.50 seconds. |
3577 | 2024-08-16T04:08:47.631Z | [ host-image] Aug 16 04:08:46.596 INFO O| Aug 16 04:08:46.596 INFO O| Actions: 25809/49260 actions (Installing new actions) |
3578 | 2024-08-16T04:08:47.666Z | [ recovery-image] Aug 16 04:08:46.632 INFO O| Aug 16 04:08:46.632 INFO O| Done |
3579 | 2024-08-16T04:08:47.666Z | [ recovery-image] Aug 16 04:08:46.632 INFO O| Aug 16 04:08:46.632 INFO O| Done |
3580 | 2024-08-16T04:08:48.016Z | [ recovery-image] Aug 16 04:08:46.982 INFO O| Aug 16 04:08:46.981 INFO O| Done |
3581 | 2024-08-16T04:08:48.790Z | [ recovery-image] Aug 16 04:08:47.756 INFO O| Aug 16 04:08:47.755 INFO O| Done |
3582 | 2024-08-16T04:08:48.802Z | [ recovery-image] Aug 16 04:08:47.768 INFO O| Aug 16 04:08:47.768 INFO O| Done |
3583 | 2024-08-16T04:08:48.805Z | [ recovery-image] Aug 16 04:08:47.768 INFO O| Aug 16 04:08:47.768 INFO O| Done |
3584 | 2024-08-16T04:08:48.813Z | [ recovery-image] Aug 16 04:08:47.778 INFO O| Aug 16 04:08:47.777 INFO O| Done |
3585 | 2024-08-16T04:08:48.919Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 14 (pkg_install) COMPLETE |
3586 | 2024-08-16T04:08:48.919Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3587 | 2024-08-16T04:08:48.919Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "mfg" is not enabled |
3588 | 2024-08-16T04:08:48.920Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3589 | 2024-08-16T04:08:48.920Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "compliance" is not enabled |
3590 | 2024-08-16T04:08:48.920Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3591 | 2024-08-16T04:08:48.920Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "stress" is not enabled |
3592 | 2024-08-16T04:08:48.920Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3593 | 2024-08-16T04:08:48.920Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO skip step because feature "nfs" is not enabled |
3594 | 2024-08-16T04:08:48.923Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3595 | 2024-08-16T04:08:48.923Z | [ recovery-image] Aug 16 04:08:47.882 INFO O| Aug 16 04:08:47.882 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3596 | 2024-08-16T04:08:49.154Z | [ recovery-image] Aug 16 04:08:48.120 INFO O| Aug 16 04:08:48.120 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3597 | 2024-08-16T04:08:49.254Z | [ recovery-image] Aug 16 04:08:48.219 INFO O| Aug 16 04:08:48.219 INFO completed processing gimlet/ramdisk-01-os |
3598 | 2024-08-16T04:08:49.256Z | [ recovery-image] Aug 16 04:08:48.221 INFO image builder template: ramdisk-02-trim... |
3599 | 2024-08-16T04:08:49.256Z | [ recovery-image] Aug 16 04:08:48.221 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/.tmpeiA9XR/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 |
3600 | 2024-08-16T04:08:49.278Z | [ recovery-image] Aug 16 04:08:48.244 INFO O| Aug 16 04:08:48.244 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3601 | 2024-08-16T04:08:49.282Z | [ recovery-image] Aug 16 04:08:48.248 INFO O| Aug 16 04:08:48.248 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3602 | 2024-08-16T04:08:49.407Z | [ recovery-image] Aug 16 04:08:48.373 INFO O| Aug 16 04:08:48.373 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3603 | 2024-08-16T04:08:49.533Z | [ recovery-image] Aug 16 04:08:48.498 INFO O| Aug 16 04:08:48.498 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3604 | 2024-08-16T04:08:49.535Z | [ recovery-image] Aug 16 04:08:48.498 INFO O| Aug 16 04:08:48.498 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3605 | 2024-08-16T04:08:49.538Z | [ recovery-image] Aug 16 04:08:48.503 INFO O| Aug 16 04:08:48.503 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3606 | 2024-08-16T04:08:49.541Z | [ recovery-image] Aug 16 04:08:48.507 INFO O| Aug 16 04:08:48.507 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3607 | 2024-08-16T04:08:49.546Z | [ recovery-image] Aug 16 04:08:48.512 INFO O| Aug 16 04:08:48.512 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3608 | 2024-08-16T04:08:49.712Z | [ recovery-image] Aug 16 04:08:48.678 INFO O| Aug 16 04:08:48.678 INFO rolled back to input snapshot; work may begin |
3609 | 2024-08-16T04:08:49.712Z | [ recovery-image] Aug 16 04:08:48.678 INFO O| Aug 16 04:08:48.678 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3610 | 2024-08-16T04:08:49.718Z | [ recovery-image] Aug 16 04:08:48.683 INFO O| Aug 16 04:08:48.683 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3611 | 2024-08-16T04:08:49.728Z | [ recovery-image] Aug 16 04:08:48.694 INFO O| Aug 16 04:08:48.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3612 | 2024-08-16T04:08:49.777Z | [ recovery-image] Aug 16 04:08:48.742 INFO O| Aug 16 04:08:48.742 INFO STEP 0 (remove_files) COMPLETE |
3613 | 2024-08-16T04:08:49.777Z | [ recovery-image] Aug 16 04:08:48.742 INFO O| Aug 16 04:08:48.742 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3614 | 2024-08-16T04:08:49.787Z | [ recovery-image] Aug 16 04:08:48.753 INFO O| Aug 16 04:08:48.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3615 | 2024-08-16T04:08:49.789Z | [ recovery-image] Aug 16 04:08:48.755 INFO O| Aug 16 04:08:48.755 INFO STEP 1 (remove_files) COMPLETE |
3616 | 2024-08-16T04:08:49.789Z | [ recovery-image] Aug 16 04:08:48.755 INFO O| Aug 16 04:08:48.755 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3617 | 2024-08-16T04:08:49.799Z | [ recovery-image] Aug 16 04:08:48.765 INFO O| Aug 16 04:08:48.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3618 | 2024-08-16T04:08:49.815Z | [ recovery-image] Aug 16 04:08:48.781 INFO O| Aug 16 04:08:48.780 INFO STEP 2 (remove_files) COMPLETE |
3619 | 2024-08-16T04:08:49.818Z | [ recovery-image] Aug 16 04:08:48.781 INFO O| Aug 16 04:08:48.780 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3620 | 2024-08-16T04:08:49.825Z | [ recovery-image] Aug 16 04:08:48.790 INFO O| Aug 16 04:08:48.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3621 | 2024-08-16T04:08:49.827Z | [ recovery-image] Aug 16 04:08:48.792 INFO O| Aug 16 04:08:48.792 INFO STEP 3 (remove_files) COMPLETE |
3622 | 2024-08-16T04:08:49.827Z | [ recovery-image] Aug 16 04:08:48.792 INFO O| Aug 16 04:08:48.792 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3623 | 2024-08-16T04:08:49.836Z | [ recovery-image] Aug 16 04:08:48.802 INFO O| Aug 16 04:08:48.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3624 | 2024-08-16T04:08:49.841Z | [ recovery-image] Aug 16 04:08:48.806 INFO O| Aug 16 04:08:48.806 INFO STEP 4 (remove_files) COMPLETE |
3625 | 2024-08-16T04:08:49.841Z | [ recovery-image] Aug 16 04:08:48.806 INFO O| Aug 16 04:08:48.806 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3626 | 2024-08-16T04:08:49.851Z | [ recovery-image] Aug 16 04:08:48.817 INFO O| Aug 16 04:08:48.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3627 | 2024-08-16T04:08:50.857Z | [ recovery-image] Aug 16 04:08:48.817 INFO O| Aug 16 04:08:48.817 INFO STEP 5 (remove_files) COMPLETE |
3628 | 2024-08-16T04:08:50.857Z | [ recovery-image] Aug 16 04:08:48.817 INFO O| Aug 16 04:08:48.817 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3629 | 2024-08-16T04:08:50.861Z | [ recovery-image] Aug 16 04:08:48.826 INFO O| Aug 16 04:08:48.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3630 | 2024-08-16T04:08:50.861Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 6 (remove_files) COMPLETE |
3631 | 2024-08-16T04:08:50.861Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3632 | 2024-08-16T04:08:50.861Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO skip step because feature "recovery" is enabled |
3633 | 2024-08-16T04:08:50.861Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3634 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO skip step because feature "recovery" is enabled |
3635 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3636 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO skip step because feature "recovery" is enabled |
3637 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.839 INFO O| Aug 16 04:08:48.839 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3638 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.848 INFO O| Aug 16 04:08:48.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3639 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.852 INFO O| Aug 16 04:08:48.852 INFO STEP 10 (remove_files) COMPLETE |
3640 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.852 INFO O| Aug 16 04:08:48.852 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3641 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.861 INFO O| Aug 16 04:08:48.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3642 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.862 INFO O| Aug 16 04:08:48.862 INFO STEP 11 (remove_files) COMPLETE |
3643 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.862 INFO O| Aug 16 04:08:48.862 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.872 INFO O| Aug 16 04:08:48.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3645 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.873 INFO O| Aug 16 04:08:48.873 INFO STEP 12 (remove_files) COMPLETE |
3646 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.873 INFO O| Aug 16 04:08:48.873 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3647 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:48.890 INFO O| Aug 16 04:08:48.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3648 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.003 INFO O| Aug 16 04:08:49.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3649 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.005 INFO O| Aug 16 04:08:49.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3650 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.018 INFO O| Aug 16 04:08:49.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3651 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.025 INFO O| Aug 16 04:08:49.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3652 | 2024-08-16T04:08:50.862Z | [ host-image] Aug 16 04:08:49.041 INFO O| Aug 16 04:08:49.041 INFO O| Actions: Completed 49260 actions in 12.44 seconds. |
3653 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.133 INFO O| Aug 16 04:08:49.133 INFO STEP 13 (remove_files) COMPLETE |
3654 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.133 INFO O| Aug 16 04:08:49.133 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3655 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.146 INFO O| Aug 16 04:08:49.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3656 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.148 INFO O| Aug 16 04:08:49.148 INFO STEP 14 (remove_files) COMPLETE |
3657 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.148 INFO O| Aug 16 04:08:49.148 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3658 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.160 INFO O| Aug 16 04:08:49.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3659 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.167 INFO O| Aug 16 04:08:49.167 INFO STEP 15 (remove_files) COMPLETE |
3660 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.167 INFO O| Aug 16 04:08:49.167 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3661 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.179 INFO O| Aug 16 04:08:49.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3662 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.179 INFO O| Aug 16 04:08:49.179 INFO STEP 16 (remove_files) COMPLETE |
3663 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.179 INFO O| Aug 16 04:08:49.179 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3664 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.190 INFO O| Aug 16 04:08:49.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3665 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.192 INFO O| Aug 16 04:08:49.192 INFO STEP 17 (remove_files) COMPLETE |
3666 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.192 INFO O| Aug 16 04:08:49.192 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3667 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.203 INFO O| Aug 16 04:08:49.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3668 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.203 INFO O| Aug 16 04:08:49.203 INFO STEP 18 (remove_files) COMPLETE |
3669 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.203 INFO O| Aug 16 04:08:49.203 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3670 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.214 INFO O| Aug 16 04:08:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3671 | 2024-08-16T04:08:50.862Z | [ recovery-image] Aug 16 04:08:49.214 INFO O| Aug 16 04:08:49.214 INFO STEP 19 (remove_files) COMPLETE |
3672 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.214 INFO O| Aug 16 04:08:49.214 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3673 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.224 INFO O| Aug 16 04:08:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3674 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.224 INFO O| Aug 16 04:08:49.224 INFO STEP 20 (remove_files) COMPLETE |
3675 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.224 INFO O| Aug 16 04:08:49.224 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3676 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.234 INFO O| Aug 16 04:08:49.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3677 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.234 INFO O| Aug 16 04:08:49.234 INFO STEP 21 (remove_files) COMPLETE |
3678 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.234 INFO O| Aug 16 04:08:49.234 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3679 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.243 INFO O| Aug 16 04:08:49.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3680 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.244 INFO O| Aug 16 04:08:49.244 INFO STEP 22 (remove_files) COMPLETE |
3681 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.244 INFO O| Aug 16 04:08:49.244 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3682 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.253 INFO O| Aug 16 04:08:49.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3683 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.253 INFO O| Aug 16 04:08:49.253 INFO STEP 23 (remove_files) COMPLETE |
3684 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.253 INFO O| Aug 16 04:08:49.253 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3685 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.262 INFO O| Aug 16 04:08:49.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3686 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.263 INFO O| Aug 16 04:08:49.263 INFO STEP 24 (remove_files) COMPLETE |
3687 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.263 INFO O| Aug 16 04:08:49.263 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3688 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.272 INFO O| Aug 16 04:08:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3689 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.272 INFO O| Aug 16 04:08:49.272 INFO STEP 25 (remove_files) COMPLETE |
3690 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.272 INFO O| Aug 16 04:08:49.272 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3691 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.281 INFO O| Aug 16 04:08:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3692 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.281 INFO O| Aug 16 04:08:49.281 INFO STEP 26 (remove_files) COMPLETE |
3693 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.282 INFO O| Aug 16 04:08:49.281 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3694 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.291 INFO O| Aug 16 04:08:49.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3695 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.291 INFO O| Aug 16 04:08:49.291 INFO STEP 27 (remove_files) COMPLETE |
3696 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.291 INFO O| Aug 16 04:08:49.291 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3697 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.300 INFO O| Aug 16 04:08:49.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3698 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.300 INFO O| Aug 16 04:08:49.300 INFO STEP 28 (remove_files) COMPLETE |
3699 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.301 INFO O| Aug 16 04:08:49.300 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3700 | 2024-08-16T04:08:50.863Z | [ host-image] Aug 16 04:08:49.306 INFO O| Aug 16 04:08:49.306 INFO O| Done |
3701 | 2024-08-16T04:08:50.863Z | [ host-image] Aug 16 04:08:49.306 INFO O| Aug 16 04:08:49.306 INFO O| Done |
3702 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.311 INFO O| Aug 16 04:08:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3703 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.311 INFO O| Aug 16 04:08:49.311 INFO STEP 29 (remove_files) COMPLETE |
3704 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.311 INFO O| Aug 16 04:08:49.311 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3705 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.321 INFO O| Aug 16 04:08:49.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3706 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.321 INFO O| Aug 16 04:08:49.321 INFO STEP 30 (remove_files) COMPLETE |
3707 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.321 INFO O| Aug 16 04:08:49.321 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3708 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.331 INFO O| Aug 16 04:08:49.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3709 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.331 INFO O| Aug 16 04:08:49.331 INFO STEP 31 (remove_files) COMPLETE |
3710 | 2024-08-16T04:08:50.863Z | [ recovery-image] Aug 16 04:08:49.331 INFO O| Aug 16 04:08:49.331 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3711 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.341 INFO O| Aug 16 04:08:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3712 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.341 INFO O| Aug 16 04:08:49.341 INFO STEP 32 (remove_files) COMPLETE |
3713 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.341 INFO O| Aug 16 04:08:49.341 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3714 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.350 INFO O| Aug 16 04:08:49.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3715 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.350 INFO O| Aug 16 04:08:49.350 INFO STEP 33 (remove_files) COMPLETE |
3716 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.350 INFO O| Aug 16 04:08:49.350 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3717 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.360 INFO O| Aug 16 04:08:49.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3718 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.360 INFO O| Aug 16 04:08:49.360 INFO STEP 34 (remove_files) COMPLETE |
3719 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.360 INFO O| Aug 16 04:08:49.360 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3720 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.369 INFO O| Aug 16 04:08:49.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3721 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.369 INFO O| Aug 16 04:08:49.369 INFO STEP 35 (remove_files) COMPLETE |
3722 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.369 INFO O| Aug 16 04:08:49.369 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3723 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.378 INFO O| Aug 16 04:08:49.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3724 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.378 INFO O| Aug 16 04:08:49.378 INFO STEP 36 (remove_files) COMPLETE |
3725 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.378 INFO O| Aug 16 04:08:49.378 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3726 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.388 INFO O| Aug 16 04:08:49.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3727 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.388 INFO O| Aug 16 04:08:49.388 INFO STEP 37 (remove_files) COMPLETE |
3728 | 2024-08-16T04:08:50.864Z | [ recovery-image] Aug 16 04:08:49.388 INFO O| Aug 16 04:08:49.388 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3729 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.397 INFO O| Aug 16 04:08:49.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3730 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.397 INFO O| Aug 16 04:08:49.397 INFO STEP 38 (remove_files) COMPLETE |
3731 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.397 INFO O| Aug 16 04:08:49.397 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3732 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.406 INFO O| Aug 16 04:08:49.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3733 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.406 INFO O| Aug 16 04:08:49.406 INFO STEP 39 (remove_files) COMPLETE |
3734 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.406 INFO O| Aug 16 04:08:49.406 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3735 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.415 INFO O| Aug 16 04:08:49.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3736 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.415 INFO O| Aug 16 04:08:49.415 INFO STEP 40 (remove_files) COMPLETE |
3737 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.415 INFO O| Aug 16 04:08:49.415 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3738 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.424 INFO O| Aug 16 04:08:49.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3739 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.425 INFO O| Aug 16 04:08:49.425 INFO STEP 41 (remove_files) COMPLETE |
3740 | 2024-08-16T04:08:50.869Z | [ recovery-image] Aug 16 04:08:49.425 INFO O| Aug 16 04:08:49.425 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3741 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.434 INFO O| Aug 16 04:08:49.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3742 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.434 INFO O| Aug 16 04:08:49.434 INFO STEP 42 (remove_files) COMPLETE |
3743 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.434 INFO O| Aug 16 04:08:49.434 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3744 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.443 INFO O| Aug 16 04:08:49.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3745 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.443 INFO O| Aug 16 04:08:49.443 INFO STEP 43 (remove_files) COMPLETE |
3746 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.443 INFO O| Aug 16 04:08:49.443 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3747 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.452 INFO O| Aug 16 04:08:49.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3748 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.452 INFO O| Aug 16 04:08:49.452 INFO STEP 44 (remove_files) COMPLETE |
3749 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.452 INFO O| Aug 16 04:08:49.452 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3750 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.462 INFO O| Aug 16 04:08:49.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3751 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.462 INFO O| Aug 16 04:08:49.462 INFO STEP 45 (remove_files) COMPLETE |
3752 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.462 INFO O| Aug 16 04:08:49.462 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3753 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.471 INFO O| Aug 16 04:08:49.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3754 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.471 INFO O| Aug 16 04:08:49.471 INFO STEP 46 (remove_files) COMPLETE |
3755 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.471 INFO O| Aug 16 04:08:49.471 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3756 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.480 INFO O| Aug 16 04:08:49.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3757 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.480 INFO O| Aug 16 04:08:49.480 INFO STEP 47 (remove_files) COMPLETE |
3758 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.480 INFO O| Aug 16 04:08:49.480 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3759 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.489 INFO O| Aug 16 04:08:49.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3760 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.489 INFO O| Aug 16 04:08:49.489 INFO STEP 48 (remove_files) COMPLETE |
3761 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.489 INFO O| Aug 16 04:08:49.489 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3762 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.499 INFO O| Aug 16 04:08:49.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3763 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.499 INFO O| Aug 16 04:08:49.499 INFO STEP 49 (remove_files) COMPLETE |
3764 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.499 INFO O| Aug 16 04:08:49.499 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3765 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.508 INFO O| Aug 16 04:08:49.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3766 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.508 INFO O| Aug 16 04:08:49.508 INFO STEP 50 (remove_files) COMPLETE |
3767 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.508 INFO O| Aug 16 04:08:49.508 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3768 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.517 INFO O| Aug 16 04:08:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3769 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.517 INFO O| Aug 16 04:08:49.517 INFO STEP 51 (remove_files) COMPLETE |
3770 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.517 INFO O| Aug 16 04:08:49.517 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3771 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.527 INFO O| Aug 16 04:08:49.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3772 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.527 INFO O| Aug 16 04:08:49.527 INFO STEP 52 (remove_files) COMPLETE |
3773 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.527 INFO O| Aug 16 04:08:49.527 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3774 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.536 INFO O| Aug 16 04:08:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3775 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.536 INFO O| Aug 16 04:08:49.536 INFO STEP 53 (remove_files) COMPLETE |
3776 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.536 INFO O| Aug 16 04:08:49.536 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3777 | 2024-08-16T04:08:50.870Z | [ recovery-image] Aug 16 04:08:49.545 INFO O| Aug 16 04:08:49.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3778 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.545 INFO O| Aug 16 04:08:49.545 INFO STEP 54 (remove_files) COMPLETE |
3779 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.545 INFO O| Aug 16 04:08:49.545 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3780 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.554 INFO O| Aug 16 04:08:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3781 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.555 INFO O| Aug 16 04:08:49.555 INFO STEP 55 (remove_files) COMPLETE |
3782 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.555 INFO O| Aug 16 04:08:49.555 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3783 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.564 INFO O| Aug 16 04:08:49.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3784 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.564 INFO O| Aug 16 04:08:49.564 INFO STEP 56 (remove_files) COMPLETE |
3785 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.564 INFO O| Aug 16 04:08:49.564 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3786 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.573 INFO O| Aug 16 04:08:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3787 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.573 INFO O| Aug 16 04:08:49.573 INFO STEP 57 (remove_files) COMPLETE |
3788 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.573 INFO O| Aug 16 04:08:49.573 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3789 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3790 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3791 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3792 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3793 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3794 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3795 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO ok! |
3796 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO STEP 58 (ensure_file) COMPLETE |
3797 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.583 INFO O| Aug 16 04:08:49.583 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3798 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.592 INFO O| Aug 16 04:08:49.592 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3799 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.592 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3800 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3801 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3802 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3803 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3804 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO ok! |
3805 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO STEP 59 (ensure_file) COMPLETE |
3806 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.593 INFO O| Aug 16 04:08:49.593 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3807 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3808 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3809 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3810 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO ok! |
3811 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO STEP 60 (ensure_file) COMPLETE |
3812 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.602 INFO O| Aug 16 04:08:49.602 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3813 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3814 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3815 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3816 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO ok! |
3817 | 2024-08-16T04:08:50.871Z | [ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO STEP 61 (ensure_file) COMPLETE |
3818 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.612 INFO O| Aug 16 04:08:49.612 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3819 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3820 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3821 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3822 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3823 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO ok! |
3824 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO STEP 62 (ensure_file) COMPLETE |
3825 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.621 INFO O| Aug 16 04:08:49.621 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3826 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3827 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3828 | 2024-08-16T04:08:50.872Z | [ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3829 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3830 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO ok! |
3831 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO STEP 63 (ensure_file) COMPLETE |
3832 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.631 INFO O| Aug 16 04:08:49.631 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3833 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3834 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3835 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3836 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO ok! |
3837 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO STEP 64 (assemble_files) COMPLETE |
3838 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.640 INFO O| Aug 16 04:08:49.640 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3839 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.649 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3840 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.649 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3841 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3842 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3843 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO ok! |
3844 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 65 (ensure_file) COMPLETE |
3845 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3846 | 2024-08-16T04:08:50.875Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO skip step because feature "omicron1" is not enabled |
3847 | 2024-08-16T04:08:50.876Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3848 | 2024-08-16T04:08:50.876Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO skip step because feature "omicron1" is not enabled |
3849 | 2024-08-16T04:08:50.876Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3850 | 2024-08-16T04:08:50.876Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO skip step because feature "omicron1" is not enabled |
3851 | 2024-08-16T04:08:50.876Z | [ recovery-image] Aug 16 04:08:49.650 INFO O| Aug 16 04:08:49.650 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3852 | 2024-08-16T04:08:50.876Z | [ recovery-image] Aug 16 04:08:49.665 INFO O| Aug 16 04:08:49.665 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3853 | 2024-08-16T04:08:50.876Z | [ recovery-image] Aug 16 04:08:49.665 INFO O| Aug 16 04:08:49.665 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3854 | 2024-08-16T04:08:50.876Z | [ host-image] Aug 16 04:08:49.769 INFO O| Aug 16 04:08:49.769 INFO O| Done |
3855 | 2024-08-16T04:08:51.902Z | [ host-image] Aug 16 04:08:50.868 INFO O| Aug 16 04:08:50.868 INFO O| Done |
3856 | 2024-08-16T04:08:51.923Z | [ host-image] Aug 16 04:08:50.889 INFO O| Aug 16 04:08:50.889 INFO O| Done |
3857 | 2024-08-16T04:08:52.408Z | [ recovery-image] Aug 16 04:08:51.373 INFO O| Aug 16 04:08:51.373 INFO STEP 69 (pack_tar) COMPLETE |
3858 | 2024-08-16T04:08:52.408Z | [ recovery-image] Aug 16 04:08:51.374 INFO O| Aug 16 04:08:51.373 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3859 | 2024-08-16T04:08:52.408Z | [ recovery-image] Aug 16 04:08:51.374 INFO O| Aug 16 04:08:51.373 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3860 | 2024-08-16T04:08:52.729Z | [ recovery-image] Aug 16 04:08:51.694 INFO O| Aug 16 04:08:51.694 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3861 | 2024-08-16T04:08:52.799Z | [ recovery-image] Aug 16 04:08:51.765 INFO O| Aug 16 04:08:51.765 INFO completed processing gimlet/ramdisk-02-trim |
3862 | 2024-08-16T04:08:52.801Z | [ recovery-image] Aug 16 04:08:51.767 INFO image builder template: ramdisk-03-recovery-trim... |
3863 | 2024-08-16T04:08:52.801Z | [ recovery-image] Aug 16 04:08:51.767 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/.tmpeiA9XR/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 |
3864 | 2024-08-16T04:08:52.869Z | [ recovery-image] Aug 16 04:08:51.835 INFO O| Aug 16 04:08:51.834 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3865 | 2024-08-16T04:08:52.873Z | [ recovery-image] Aug 16 04:08:51.839 INFO O| Aug 16 04:08:51.839 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3866 | 2024-08-16T04:08:52.937Z | [ recovery-image] Aug 16 04:08:51.903 INFO O| Aug 16 04:08:51.903 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3867 | 2024-08-16T04:08:52.979Z | [ recovery-image] Aug 16 04:08:51.945 INFO O| Aug 16 04:08:51.945 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3868 | 2024-08-16T04:08:52.981Z | [ recovery-image] Aug 16 04:08:51.945 INFO O| Aug 16 04:08:51.945 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3869 | 2024-08-16T04:08:52.987Z | [ recovery-image] Aug 16 04:08:51.953 INFO O| Aug 16 04:08:51.953 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3870 | 2024-08-16T04:08:52.992Z | [ recovery-image] Aug 16 04:08:51.958 INFO O| Aug 16 04:08:51.958 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3871 | 2024-08-16T04:08:52.996Z | [ recovery-image] Aug 16 04:08:51.962 INFO O| Aug 16 04:08:51.962 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3872 | 2024-08-16T04:08:53.195Z | [ recovery-image] Aug 16 04:08:52.161 INFO O| Aug 16 04:08:52.161 INFO rolled back to input snapshot; work may begin |
3873 | 2024-08-16T04:08:53.195Z | [ recovery-image] Aug 16 04:08:52.161 INFO O| Aug 16 04:08:52.161 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3874 | 2024-08-16T04:08:53.201Z | [ recovery-image] Aug 16 04:08:52.167 INFO O| Aug 16 04:08:52.167 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3875 | 2024-08-16T04:08:53.212Z | [ recovery-image] Aug 16 04:08:52.178 INFO O| Aug 16 04:08:52.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3876 | 2024-08-16T04:08:53.216Z | [ recovery-image] Aug 16 04:08:52.182 INFO O| Aug 16 04:08:52.182 INFO STEP 0 (remove_files) COMPLETE |
3877 | 2024-08-16T04:08:53.216Z | [ recovery-image] Aug 16 04:08:52.182 INFO O| Aug 16 04:08:52.182 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3878 | 2024-08-16T04:08:53.226Z | [ recovery-image] Aug 16 04:08:52.192 INFO O| Aug 16 04:08:52.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3879 | 2024-08-16T04:08:53.285Z | [ recovery-image] Aug 16 04:08:52.251 INFO O| Aug 16 04:08:52.251 INFO STEP 1 (remove_files) COMPLETE |
3880 | 2024-08-16T04:08:53.285Z | [ recovery-image] Aug 16 04:08:52.251 INFO O| Aug 16 04:08:52.251 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3881 | 2024-08-16T04:08:53.298Z | [ recovery-image] Aug 16 04:08:52.264 INFO O| Aug 16 04:08:52.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3882 | 2024-08-16T04:08:53.301Z | [ recovery-image] Aug 16 04:08:52.267 INFO O| Aug 16 04:08:52.267 INFO STEP 2 (remove_files) COMPLETE |
3883 | 2024-08-16T04:08:53.301Z | [ recovery-image] Aug 16 04:08:52.267 INFO O| Aug 16 04:08:52.267 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3884 | 2024-08-16T04:08:53.311Z | [ recovery-image] Aug 16 04:08:52.277 INFO O| Aug 16 04:08:52.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3885 | 2024-08-16T04:08:53.354Z | [ recovery-image] Aug 16 04:08:52.320 INFO O| Aug 16 04:08:52.320 INFO STEP 3 (remove_files) COMPLETE |
3886 | 2024-08-16T04:08:53.357Z | [ recovery-image] Aug 16 04:08:52.320 INFO O| Aug 16 04:08:52.320 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3887 | 2024-08-16T04:08:53.366Z | [ recovery-image] Aug 16 04:08:52.332 INFO O| Aug 16 04:08:52.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3888 | 2024-08-16T04:08:53.385Z | [ recovery-image] Aug 16 04:08:52.351 INFO O| Aug 16 04:08:52.351 INFO STEP 4 (remove_files) COMPLETE |
3889 | 2024-08-16T04:08:53.388Z | [ recovery-image] Aug 16 04:08:52.351 INFO O| Aug 16 04:08:52.351 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3890 | 2024-08-16T04:08:53.395Z | [ recovery-image] Aug 16 04:08:52.361 INFO O| Aug 16 04:08:52.361 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3891 | 2024-08-16T04:08:53.401Z | [ recovery-image] Aug 16 04:08:52.367 INFO O| Aug 16 04:08:52.367 INFO STEP 5 (remove_files) COMPLETE |
3892 | 2024-08-16T04:08:53.403Z | [ recovery-image] Aug 16 04:08:52.367 INFO O| Aug 16 04:08:52.367 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3893 | 2024-08-16T04:08:53.411Z | [ recovery-image] Aug 16 04:08:52.377 INFO O| Aug 16 04:08:52.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3894 | 2024-08-16T04:08:53.413Z | [ recovery-image] Aug 16 04:08:52.379 INFO O| Aug 16 04:08:52.379 INFO STEP 6 (remove_files) COMPLETE |
3895 | 2024-08-16T04:08:53.413Z | [ recovery-image] Aug 16 04:08:52.379 INFO O| Aug 16 04:08:52.379 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3896 | 2024-08-16T04:08:53.423Z | [ recovery-image] Aug 16 04:08:52.388 INFO O| Aug 16 04:08:52.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3897 | 2024-08-16T04:08:53.425Z | [ recovery-image] Aug 16 04:08:52.391 INFO O| Aug 16 04:08:52.391 INFO STEP 7 (remove_files) COMPLETE |
3898 | 2024-08-16T04:08:53.426Z | [ recovery-image] Aug 16 04:08:52.391 INFO O| Aug 16 04:08:52.391 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3899 | 2024-08-16T04:08:53.434Z | [ recovery-image] Aug 16 04:08:52.400 INFO O| Aug 16 04:08:52.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3900 | 2024-08-16T04:08:53.438Z | [ recovery-image] Aug 16 04:08:52.404 INFO O| Aug 16 04:08:52.404 INFO STEP 8 (remove_files) COMPLETE |
3901 | 2024-08-16T04:08:53.438Z | [ recovery-image] Aug 16 04:08:52.404 INFO O| Aug 16 04:08:52.404 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3902 | 2024-08-16T04:08:53.447Z | [ recovery-image] Aug 16 04:08:52.414 INFO O| Aug 16 04:08:52.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3903 | 2024-08-16T04:08:53.450Z | [ recovery-image] Aug 16 04:08:52.414 INFO O| Aug 16 04:08:52.414 INFO STEP 9 (remove_files) COMPLETE |
3904 | 2024-08-16T04:08:53.450Z | [ recovery-image] Aug 16 04:08:52.414 INFO O| Aug 16 04:08:52.414 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3905 | 2024-08-16T04:08:53.457Z | [ recovery-image] Aug 16 04:08:52.423 INFO O| Aug 16 04:08:52.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3906 | 2024-08-16T04:08:53.459Z | [ recovery-image] Aug 16 04:08:52.424 INFO O| Aug 16 04:08:52.424 INFO STEP 10 (remove_files) COMPLETE |
3907 | 2024-08-16T04:08:53.459Z | [ recovery-image] Aug 16 04:08:52.424 INFO O| Aug 16 04:08:52.424 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3908 | 2024-08-16T04:08:53.467Z | [ recovery-image] Aug 16 04:08:52.433 INFO O| Aug 16 04:08:52.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3909 | 2024-08-16T04:08:53.520Z | [ recovery-image] Aug 16 04:08:52.486 INFO O| Aug 16 04:08:52.486 INFO STEP 11 (remove_files) COMPLETE |
3910 | 2024-08-16T04:08:53.523Z | [ recovery-image] Aug 16 04:08:52.486 INFO O| Aug 16 04:08:52.486 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3911 | 2024-08-16T04:08:53.531Z | [ recovery-image] Aug 16 04:08:52.497 INFO O| Aug 16 04:08:52.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3912 | 2024-08-16T04:08:53.534Z | [ recovery-image] Aug 16 04:08:52.500 INFO O| Aug 16 04:08:52.500 INFO STEP 12 (remove_files) COMPLETE |
3913 | 2024-08-16T04:08:53.538Z | [ recovery-image] Aug 16 04:08:52.500 INFO O| Aug 16 04:08:52.500 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3914 | 2024-08-16T04:08:53.545Z | [ recovery-image] Aug 16 04:08:52.512 INFO O| Aug 16 04:08:52.512 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3915 | 2024-08-16T04:08:53.549Z | [ recovery-image] Aug 16 04:08:52.515 INFO O| Aug 16 04:08:52.515 INFO STEP 13 (remove_files) COMPLETE |
3916 | 2024-08-16T04:08:53.549Z | [ recovery-image] Aug 16 04:08:52.515 INFO O| Aug 16 04:08:52.515 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3917 | 2024-08-16T04:08:53.559Z | [ recovery-image] Aug 16 04:08:52.525 INFO O| Aug 16 04:08:52.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3918 | 2024-08-16T04:08:53.561Z | [ recovery-image] Aug 16 04:08:52.525 INFO O| Aug 16 04:08:52.525 INFO STEP 14 (remove_files) COMPLETE |
3919 | 2024-08-16T04:08:53.561Z | [ recovery-image] Aug 16 04:08:52.525 INFO O| Aug 16 04:08:52.525 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3920 | 2024-08-16T04:08:53.569Z | [ recovery-image] Aug 16 04:08:52.535 INFO O| Aug 16 04:08:52.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3921 | 2024-08-16T04:08:53.571Z | [ recovery-image] Aug 16 04:08:52.538 INFO O| Aug 16 04:08:52.537 INFO STEP 15 (remove_files) COMPLETE |
3922 | 2024-08-16T04:08:53.571Z | [ recovery-image] Aug 16 04:08:52.538 INFO O| Aug 16 04:08:52.537 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3923 | 2024-08-16T04:08:53.583Z | [ recovery-image] Aug 16 04:08:52.549 INFO O| Aug 16 04:08:52.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3924 | 2024-08-16T04:08:53.593Z | [ recovery-image] Aug 16 04:08:52.559 INFO O| Aug 16 04:08:52.559 INFO STEP 16 (remove_files) COMPLETE |
3925 | 2024-08-16T04:08:53.593Z | [ recovery-image] Aug 16 04:08:52.559 INFO O| Aug 16 04:08:52.559 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3926 | 2024-08-16T04:08:53.603Z | [ recovery-image] Aug 16 04:08:52.569 INFO O| Aug 16 04:08:52.569 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3927 | 2024-08-16T04:08:53.605Z | [ recovery-image] Aug 16 04:08:52.569 INFO O| Aug 16 04:08:52.569 INFO STEP 17 (remove_files) COMPLETE |
3928 | 2024-08-16T04:08:53.605Z | [ recovery-image] Aug 16 04:08:52.569 INFO O| Aug 16 04:08:52.569 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3929 | 2024-08-16T04:08:53.612Z | [ recovery-image] Aug 16 04:08:52.578 INFO O| Aug 16 04:08:52.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3930 | 2024-08-16T04:08:53.615Z | [ recovery-image] Aug 16 04:08:52.579 INFO O| Aug 16 04:08:52.579 INFO STEP 18 (remove_files) COMPLETE |
3931 | 2024-08-16T04:08:53.615Z | [ recovery-image] Aug 16 04:08:52.579 INFO O| Aug 16 04:08:52.579 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3932 | 2024-08-16T04:08:53.622Z | [ recovery-image] Aug 16 04:08:52.588 INFO O| Aug 16 04:08:52.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3933 | 2024-08-16T04:08:53.664Z | [ recovery-image] Aug 16 04:08:52.630 INFO O| Aug 16 04:08:52.630 INFO STEP 19 (remove_files) COMPLETE |
3934 | 2024-08-16T04:08:53.664Z | [ recovery-image] Aug 16 04:08:52.630 INFO O| Aug 16 04:08:52.630 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3935 | 2024-08-16T04:08:53.676Z | [ recovery-image] Aug 16 04:08:52.642 INFO O| Aug 16 04:08:52.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3936 | 2024-08-16T04:08:53.678Z | [ recovery-image] Aug 16 04:08:52.643 INFO O| Aug 16 04:08:52.642 INFO STEP 20 (remove_files) COMPLETE |
3937 | 2024-08-16T04:08:53.678Z | [ recovery-image] Aug 16 04:08:52.643 INFO O| Aug 16 04:08:52.643 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3938 | 2024-08-16T04:08:53.686Z | [ recovery-image] Aug 16 04:08:52.652 INFO O| Aug 16 04:08:52.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3939 | 2024-08-16T04:08:53.689Z | [ recovery-image] Aug 16 04:08:52.654 INFO O| Aug 16 04:08:52.654 INFO STEP 21 (remove_files) COMPLETE |
3940 | 2024-08-16T04:08:53.689Z | [ recovery-image] Aug 16 04:08:52.655 INFO O| Aug 16 04:08:52.654 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3941 | 2024-08-16T04:08:53.698Z | [ recovery-image] Aug 16 04:08:52.665 INFO O| Aug 16 04:08:52.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3942 | 2024-08-16T04:08:53.701Z | [ recovery-image] Aug 16 04:08:52.665 INFO O| Aug 16 04:08:52.665 INFO STEP 22 (remove_files) COMPLETE |
3943 | 2024-08-16T04:08:53.701Z | [ recovery-image] Aug 16 04:08:52.665 INFO O| Aug 16 04:08:52.665 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3944 | 2024-08-16T04:08:53.708Z | [ recovery-image] Aug 16 04:08:52.674 INFO O| Aug 16 04:08:52.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3945 | 2024-08-16T04:08:53.708Z | [ recovery-image] Aug 16 04:08:52.675 INFO O| Aug 16 04:08:52.674 INFO STEP 23 (remove_files) COMPLETE |
3946 | 2024-08-16T04:08:53.708Z | [ recovery-image] Aug 16 04:08:52.675 INFO O| Aug 16 04:08:52.675 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3947 | 2024-08-16T04:08:53.718Z | [ recovery-image] Aug 16 04:08:52.684 INFO O| Aug 16 04:08:52.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3948 | 2024-08-16T04:08:53.721Z | [ recovery-image] Aug 16 04:08:52.685 INFO O| Aug 16 04:08:52.685 INFO STEP 24 (remove_files) COMPLETE |
3949 | 2024-08-16T04:08:53.721Z | [ recovery-image] Aug 16 04:08:52.685 INFO O| Aug 16 04:08:52.685 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3950 | 2024-08-16T04:08:53.728Z | [ recovery-image] Aug 16 04:08:52.694 INFO O| Aug 16 04:08:52.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3951 | 2024-08-16T04:08:53.728Z | [ recovery-image] Aug 16 04:08:52.694 INFO O| Aug 16 04:08:52.694 INFO STEP 25 (remove_files) COMPLETE |
3952 | 2024-08-16T04:08:53.734Z | [ recovery-image] Aug 16 04:08:52.694 INFO O| Aug 16 04:08:52.694 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3953 | 2024-08-16T04:08:53.738Z | [ recovery-image] Aug 16 04:08:52.704 INFO O| Aug 16 04:08:52.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3954 | 2024-08-16T04:08:53.740Z | [ recovery-image] Aug 16 04:08:52.705 INFO O| Aug 16 04:08:52.705 INFO STEP 26 (remove_files) COMPLETE |
3955 | 2024-08-16T04:08:53.740Z | [ recovery-image] Aug 16 04:08:52.705 INFO O| Aug 16 04:08:52.705 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3956 | 2024-08-16T04:08:53.748Z | [ recovery-image] Aug 16 04:08:52.714 INFO O| Aug 16 04:08:52.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3957 | 2024-08-16T04:08:53.751Z | [ recovery-image] Aug 16 04:08:52.715 INFO O| Aug 16 04:08:52.715 INFO STEP 27 (remove_files) COMPLETE |
3958 | 2024-08-16T04:08:53.751Z | [ recovery-image] Aug 16 04:08:52.715 INFO O| Aug 16 04:08:52.715 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3959 | 2024-08-16T04:08:53.758Z | [ recovery-image] Aug 16 04:08:52.724 INFO O| Aug 16 04:08:52.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3960 | 2024-08-16T04:08:53.761Z | [ recovery-image] Aug 16 04:08:52.725 INFO O| Aug 16 04:08:52.725 INFO STEP 28 (remove_files) COMPLETE |
3961 | 2024-08-16T04:08:53.761Z | [ recovery-image] Aug 16 04:08:52.725 INFO O| Aug 16 04:08:52.725 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3962 | 2024-08-16T04:08:53.768Z | [ recovery-image] Aug 16 04:08:52.734 INFO O| Aug 16 04:08:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3963 | 2024-08-16T04:08:53.770Z | [ recovery-image] Aug 16 04:08:52.735 INFO O| Aug 16 04:08:52.735 INFO STEP 29 (remove_files) COMPLETE |
3964 | 2024-08-16T04:08:53.770Z | [ recovery-image] Aug 16 04:08:52.735 INFO O| Aug 16 04:08:52.735 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3965 | 2024-08-16T04:08:53.778Z | [ recovery-image] Aug 16 04:08:52.744 INFO O| Aug 16 04:08:52.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3966 | 2024-08-16T04:08:53.781Z | [ recovery-image] Aug 16 04:08:52.744 INFO O| Aug 16 04:08:52.744 INFO STEP 30 (remove_files) COMPLETE |
3967 | 2024-08-16T04:08:53.781Z | [ recovery-image] Aug 16 04:08:52.744 INFO O| Aug 16 04:08:52.744 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3968 | 2024-08-16T04:08:53.788Z | [ recovery-image] Aug 16 04:08:52.754 INFO O| Aug 16 04:08:52.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3969 | 2024-08-16T04:08:53.788Z | [ recovery-image] Aug 16 04:08:52.754 INFO O| Aug 16 04:08:52.754 INFO STEP 31 (remove_files) COMPLETE |
3970 | 2024-08-16T04:08:53.788Z | [ recovery-image] Aug 16 04:08:52.754 INFO O| Aug 16 04:08:52.754 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3971 | 2024-08-16T04:08:53.797Z | [ recovery-image] Aug 16 04:08:52.763 INFO O| Aug 16 04:08:52.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3972 | 2024-08-16T04:08:53.800Z | [ recovery-image] Aug 16 04:08:52.764 INFO O| Aug 16 04:08:52.764 INFO STEP 32 (remove_files) COMPLETE |
3973 | 2024-08-16T04:08:53.800Z | [ recovery-image] Aug 16 04:08:52.764 INFO O| Aug 16 04:08:52.764 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3974 | 2024-08-16T04:08:53.807Z | [ recovery-image] Aug 16 04:08:52.774 INFO O| Aug 16 04:08:52.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3975 | 2024-08-16T04:08:53.810Z | [ recovery-image] Aug 16 04:08:52.774 INFO O| Aug 16 04:08:52.774 INFO STEP 33 (remove_files) COMPLETE |
3976 | 2024-08-16T04:08:53.810Z | [ recovery-image] Aug 16 04:08:52.774 INFO O| Aug 16 04:08:52.774 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3977 | 2024-08-16T04:08:53.818Z | [ recovery-image] Aug 16 04:08:52.784 INFO O| Aug 16 04:08:52.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3978 | 2024-08-16T04:08:53.821Z | [ recovery-image] Aug 16 04:08:52.785 INFO O| Aug 16 04:08:52.785 INFO STEP 34 (remove_files) COMPLETE |
3979 | 2024-08-16T04:08:53.821Z | [ recovery-image] Aug 16 04:08:52.785 INFO O| Aug 16 04:08:52.785 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3980 | 2024-08-16T04:08:53.828Z | [ recovery-image] Aug 16 04:08:52.794 INFO O| Aug 16 04:08:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3981 | 2024-08-16T04:08:53.828Z | [ recovery-image] Aug 16 04:08:52.794 INFO O| Aug 16 04:08:52.794 INFO STEP 35 (remove_files) COMPLETE |
3982 | 2024-08-16T04:08:53.830Z | [ recovery-image] Aug 16 04:08:52.794 INFO O| Aug 16 04:08:52.794 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3983 | 2024-08-16T04:08:53.839Z | [ recovery-image] Aug 16 04:08:52.804 INFO O| Aug 16 04:08:52.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3984 | 2024-08-16T04:08:53.839Z | [ recovery-image] Aug 16 04:08:52.804 INFO O| Aug 16 04:08:52.804 INFO STEP 36 (remove_files) COMPLETE |
3985 | 2024-08-16T04:08:53.839Z | [ recovery-image] Aug 16 04:08:52.804 INFO O| Aug 16 04:08:52.804 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3986 | 2024-08-16T04:08:53.847Z | [ recovery-image] Aug 16 04:08:52.813 INFO O| Aug 16 04:08:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3987 | 2024-08-16T04:08:53.847Z | [ recovery-image] Aug 16 04:08:52.813 INFO O| Aug 16 04:08:52.813 INFO STEP 37 (remove_files) COMPLETE |
3988 | 2024-08-16T04:08:53.847Z | [ recovery-image] Aug 16 04:08:52.813 INFO O| Aug 16 04:08:52.813 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3989 | 2024-08-16T04:08:53.856Z | [ recovery-image] Aug 16 04:08:52.823 INFO O| Aug 16 04:08:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3990 | 2024-08-16T04:08:53.856Z | [ recovery-image] Aug 16 04:08:52.823 INFO O| Aug 16 04:08:52.823 INFO STEP 38 (remove_files) COMPLETE |
3991 | 2024-08-16T04:08:53.859Z | [ recovery-image] Aug 16 04:08:52.823 INFO O| Aug 16 04:08:52.823 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3992 | 2024-08-16T04:08:53.866Z | [ recovery-image] Aug 16 04:08:52.832 INFO O| Aug 16 04:08:52.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3993 | 2024-08-16T04:08:53.866Z | [ recovery-image] Aug 16 04:08:52.832 INFO O| Aug 16 04:08:52.832 INFO STEP 39 (remove_files) COMPLETE |
3994 | 2024-08-16T04:08:53.866Z | [ recovery-image] Aug 16 04:08:52.832 INFO O| Aug 16 04:08:52.832 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3995 | 2024-08-16T04:08:53.875Z | [ recovery-image] Aug 16 04:08:52.842 INFO O| Aug 16 04:08:52.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3996 | 2024-08-16T04:08:53.875Z | [ recovery-image] Aug 16 04:08:52.842 INFO O| Aug 16 04:08:52.842 INFO STEP 40 (remove_files) COMPLETE |
3997 | 2024-08-16T04:08:53.878Z | [ recovery-image] Aug 16 04:08:52.842 INFO O| Aug 16 04:08:52.842 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3998 | 2024-08-16T04:08:53.943Z | [ recovery-image] Aug 16 04:08:52.851 INFO O| Aug 16 04:08:52.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3999 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.851 INFO O| Aug 16 04:08:52.851 INFO STEP 41 (remove_files) COMPLETE |
4000 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.852 INFO O| Aug 16 04:08:52.851 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4001 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.862 INFO O| Aug 16 04:08:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4002 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.862 INFO O| Aug 16 04:08:52.862 INFO STEP 42 (remove_files) COMPLETE |
4003 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.862 INFO O| Aug 16 04:08:52.862 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4004 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.872 INFO O| Aug 16 04:08:52.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4005 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.872 INFO O| Aug 16 04:08:52.872 INFO STEP 43 (remove_files) COMPLETE |
4006 | 2024-08-16T04:08:53.945Z | [ recovery-image] Aug 16 04:08:52.872 INFO O| Aug 16 04:08:52.872 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4007 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.881 INFO O| Aug 16 04:08:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4008 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.882 INFO O| Aug 16 04:08:52.882 INFO STEP 44 (remove_files) COMPLETE |
4009 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.882 INFO O| Aug 16 04:08:52.882 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4010 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.891 INFO O| Aug 16 04:08:52.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4011 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.891 INFO O| Aug 16 04:08:52.891 INFO STEP 45 (remove_files) COMPLETE |
4012 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.891 INFO O| Aug 16 04:08:52.891 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4013 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.901 INFO O| Aug 16 04:08:52.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4014 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.901 INFO O| Aug 16 04:08:52.901 INFO STEP 46 (remove_files) COMPLETE |
4015 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.901 INFO O| Aug 16 04:08:52.901 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4016 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.910 INFO O| Aug 16 04:08:52.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4017 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.910 INFO O| Aug 16 04:08:52.910 INFO STEP 47 (remove_files) COMPLETE |
4018 | 2024-08-16T04:08:53.946Z | [ recovery-image] Aug 16 04:08:52.910 INFO O| Aug 16 04:08:52.910 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4019 | 2024-08-16T04:08:53.961Z | [ recovery-image] Aug 16 04:08:52.920 INFO O| Aug 16 04:08:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4020 | 2024-08-16T04:08:53.961Z | [ recovery-image] Aug 16 04:08:52.920 INFO O| Aug 16 04:08:52.920 INFO STEP 48 (remove_files) COMPLETE |
4021 | 2024-08-16T04:08:53.961Z | [ recovery-image] Aug 16 04:08:52.920 INFO O| Aug 16 04:08:52.920 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4022 | 2024-08-16T04:08:53.966Z | [ recovery-image] Aug 16 04:08:52.932 INFO O| Aug 16 04:08:52.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4023 | 2024-08-16T04:08:53.966Z | [ recovery-image] Aug 16 04:08:52.932 INFO O| Aug 16 04:08:52.932 INFO STEP 49 (remove_files) COMPLETE |
4024 | 2024-08-16T04:08:53.969Z | [ recovery-image] Aug 16 04:08:52.932 INFO O| Aug 16 04:08:52.932 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4025 | 2024-08-16T04:08:53.976Z | [ recovery-image] Aug 16 04:08:52.942 INFO O| Aug 16 04:08:52.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4026 | 2024-08-16T04:08:53.976Z | [ recovery-image] Aug 16 04:08:52.942 INFO O| Aug 16 04:08:52.942 INFO STEP 50 (remove_files) COMPLETE |
4027 | 2024-08-16T04:08:53.976Z | [ recovery-image] Aug 16 04:08:52.942 INFO O| Aug 16 04:08:52.942 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4028 | 2024-08-16T04:08:53.986Z | [ recovery-image] Aug 16 04:08:52.952 INFO O| Aug 16 04:08:52.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4029 | 2024-08-16T04:08:53.986Z | [ recovery-image] Aug 16 04:08:52.952 INFO O| Aug 16 04:08:52.952 INFO STEP 51 (remove_files) COMPLETE |
4030 | 2024-08-16T04:08:53.986Z | [ recovery-image] Aug 16 04:08:52.952 INFO O| Aug 16 04:08:52.952 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4031 | 2024-08-16T04:08:53.996Z | [ recovery-image] Aug 16 04:08:52.962 INFO O| Aug 16 04:08:52.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4032 | 2024-08-16T04:08:53.998Z | [ recovery-image] Aug 16 04:08:52.962 INFO O| Aug 16 04:08:52.962 INFO STEP 52 (remove_files) COMPLETE |
4033 | 2024-08-16T04:08:53.998Z | [ recovery-image] Aug 16 04:08:52.962 INFO O| Aug 16 04:08:52.962 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4034 | 2024-08-16T04:08:54.006Z | [ recovery-image] Aug 16 04:08:52.972 INFO O| Aug 16 04:08:52.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4035 | 2024-08-16T04:08:54.006Z | [ recovery-image] Aug 16 04:08:52.972 INFO O| Aug 16 04:08:52.972 INFO STEP 53 (remove_files) COMPLETE |
4036 | 2024-08-16T04:08:54.006Z | [ recovery-image] Aug 16 04:08:52.972 INFO O| Aug 16 04:08:52.972 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4037 | 2024-08-16T04:08:54.015Z | [ recovery-image] Aug 16 04:08:52.981 INFO O| Aug 16 04:08:52.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4038 | 2024-08-16T04:08:54.015Z | [ recovery-image] Aug 16 04:08:52.982 INFO O| Aug 16 04:08:52.982 INFO STEP 54 (remove_files) COMPLETE |
4039 | 2024-08-16T04:08:54.015Z | [ recovery-image] Aug 16 04:08:52.982 INFO O| Aug 16 04:08:52.982 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4040 | 2024-08-16T04:08:54.025Z | [ recovery-image] Aug 16 04:08:52.991 INFO O| Aug 16 04:08:52.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4041 | 2024-08-16T04:08:54.025Z | [ recovery-image] Aug 16 04:08:52.991 INFO O| Aug 16 04:08:52.991 INFO STEP 55 (remove_files) COMPLETE |
4042 | 2024-08-16T04:08:54.025Z | [ recovery-image] Aug 16 04:08:52.991 INFO O| Aug 16 04:08:52.991 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4043 | 2024-08-16T04:08:54.034Z | [ recovery-image] Aug 16 04:08:53.001 INFO O| Aug 16 04:08:53.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4044 | 2024-08-16T04:08:54.034Z | [ recovery-image] Aug 16 04:08:53.001 INFO O| Aug 16 04:08:53.001 INFO STEP 56 (remove_files) COMPLETE |
4045 | 2024-08-16T04:08:54.037Z | [ recovery-image] Aug 16 04:08:53.001 INFO O| Aug 16 04:08:53.001 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4046 | 2024-08-16T04:08:54.045Z | [ recovery-image] Aug 16 04:08:53.011 INFO O| Aug 16 04:08:53.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4047 | 2024-08-16T04:08:54.045Z | [ recovery-image] Aug 16 04:08:53.011 INFO O| Aug 16 04:08:53.011 INFO STEP 57 (remove_files) COMPLETE |
4048 | 2024-08-16T04:08:54.045Z | [ recovery-image] Aug 16 04:08:53.011 INFO O| Aug 16 04:08:53.011 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4049 | 2024-08-16T04:08:54.054Z | [ recovery-image] Aug 16 04:08:53.020 INFO O| Aug 16 04:08:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4050 | 2024-08-16T04:08:54.054Z | [ recovery-image] Aug 16 04:08:53.021 INFO O| Aug 16 04:08:53.020 INFO STEP 58 (remove_files) COMPLETE |
4051 | 2024-08-16T04:08:54.054Z | [ recovery-image] Aug 16 04:08:53.021 INFO O| Aug 16 04:08:53.020 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4052 | 2024-08-16T04:08:54.064Z | [ recovery-image] Aug 16 04:08:53.030 INFO O| Aug 16 04:08:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4053 | 2024-08-16T04:08:54.066Z | [ recovery-image] Aug 16 04:08:53.030 INFO O| Aug 16 04:08:53.030 INFO STEP 59 (remove_files) COMPLETE |
4054 | 2024-08-16T04:08:54.066Z | [ recovery-image] Aug 16 04:08:53.030 INFO O| Aug 16 04:08:53.030 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4055 | 2024-08-16T04:08:54.073Z | [ recovery-image] Aug 16 04:08:53.039 INFO O| Aug 16 04:08:53.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4056 | 2024-08-16T04:08:54.073Z | [ recovery-image] Aug 16 04:08:53.039 INFO O| Aug 16 04:08:53.039 INFO STEP 60 (remove_files) COMPLETE |
4057 | 2024-08-16T04:08:54.076Z | [ recovery-image] Aug 16 04:08:53.039 INFO O| Aug 16 04:08:53.039 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4058 | 2024-08-16T04:08:54.083Z | [ recovery-image] Aug 16 04:08:53.049 INFO O| Aug 16 04:08:53.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4059 | 2024-08-16T04:08:54.083Z | [ recovery-image] Aug 16 04:08:53.049 INFO O| Aug 16 04:08:53.049 INFO STEP 61 (remove_files) COMPLETE |
4060 | 2024-08-16T04:08:54.086Z | [ recovery-image] Aug 16 04:08:53.049 INFO O| Aug 16 04:08:53.049 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4061 | 2024-08-16T04:08:54.094Z | [ recovery-image] Aug 16 04:08:53.060 INFO O| Aug 16 04:08:53.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4062 | 2024-08-16T04:08:54.096Z | [ recovery-image] Aug 16 04:08:53.061 INFO O| Aug 16 04:08:53.061 INFO STEP 62 (remove_files) COMPLETE |
4063 | 2024-08-16T04:08:54.096Z | [ recovery-image] Aug 16 04:08:53.061 INFO O| Aug 16 04:08:53.061 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4064 | 2024-08-16T04:08:54.104Z | [ recovery-image] Aug 16 04:08:53.070 INFO O| Aug 16 04:08:53.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4065 | 2024-08-16T04:08:54.104Z | [ recovery-image] Aug 16 04:08:53.070 INFO O| Aug 16 04:08:53.070 INFO STEP 63 (remove_files) COMPLETE |
4066 | 2024-08-16T04:08:54.104Z | [ recovery-image] Aug 16 04:08:53.070 INFO O| Aug 16 04:08:53.070 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-16T04:08:54.113Z | [ recovery-image] Aug 16 04:08:53.079 INFO O| Aug 16 04:08:53.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4068 | 2024-08-16T04:08:54.116Z | [ recovery-image] Aug 16 04:08:53.080 INFO O| Aug 16 04:08:53.079 INFO STEP 64 (remove_files) COMPLETE |
4069 | 2024-08-16T04:08:54.116Z | [ recovery-image] Aug 16 04:08:53.080 INFO O| Aug 16 04:08:53.080 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-16T04:08:54.123Z | [ recovery-image] Aug 16 04:08:53.089 INFO O| Aug 16 04:08:53.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4071 | 2024-08-16T04:08:54.123Z | [ recovery-image] Aug 16 04:08:53.089 INFO O| Aug 16 04:08:53.089 INFO STEP 65 (remove_files) COMPLETE |
4072 | 2024-08-16T04:08:54.126Z | [ recovery-image] Aug 16 04:08:53.089 INFO O| Aug 16 04:08:53.089 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-16T04:08:54.133Z | [ recovery-image] Aug 16 04:08:53.099 INFO O| Aug 16 04:08:53.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4074 | 2024-08-16T04:08:54.133Z | [ recovery-image] Aug 16 04:08:53.099 INFO O| Aug 16 04:08:53.099 INFO STEP 66 (remove_files) COMPLETE |
4075 | 2024-08-16T04:08:54.133Z | [ recovery-image] Aug 16 04:08:53.099 INFO O| Aug 16 04:08:53.099 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-16T04:08:54.142Z | [ recovery-image] Aug 16 04:08:53.108 INFO O| Aug 16 04:08:53.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4077 | 2024-08-16T04:08:54.144Z | [ recovery-image] Aug 16 04:08:53.108 INFO O| Aug 16 04:08:53.108 INFO STEP 67 (remove_files) COMPLETE |
4078 | 2024-08-16T04:08:54.144Z | [ recovery-image] Aug 16 04:08:53.108 INFO O| Aug 16 04:08:53.108 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-16T04:08:54.151Z | [ recovery-image] Aug 16 04:08:53.118 INFO O| Aug 16 04:08:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4080 | 2024-08-16T04:08:54.154Z | [ recovery-image] Aug 16 04:08:53.119 INFO O| Aug 16 04:08:53.118 INFO STEP 68 (remove_files) COMPLETE |
4081 | 2024-08-16T04:08:54.154Z | [ recovery-image] Aug 16 04:08:53.119 INFO O| Aug 16 04:08:53.119 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-16T04:08:54.162Z | [ recovery-image] Aug 16 04:08:53.128 INFO O| Aug 16 04:08:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4083 | 2024-08-16T04:08:54.162Z | [ recovery-image] Aug 16 04:08:53.128 INFO O| Aug 16 04:08:53.128 INFO STEP 69 (remove_files) COMPLETE |
4084 | 2024-08-16T04:08:54.162Z | [ recovery-image] Aug 16 04:08:53.128 INFO O| Aug 16 04:08:53.128 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-16T04:08:54.172Z | [ recovery-image] Aug 16 04:08:53.138 INFO O| Aug 16 04:08:53.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4086 | 2024-08-16T04:08:54.175Z | [ recovery-image] Aug 16 04:08:53.138 INFO O| Aug 16 04:08:53.138 INFO STEP 70 (remove_files) COMPLETE |
4087 | 2024-08-16T04:08:54.175Z | [ recovery-image] Aug 16 04:08:53.138 INFO O| Aug 16 04:08:53.138 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-16T04:08:54.181Z | [ recovery-image] Aug 16 04:08:53.147 INFO O| Aug 16 04:08:53.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4089 | 2024-08-16T04:08:54.183Z | [ recovery-image] Aug 16 04:08:53.148 INFO O| Aug 16 04:08:53.148 INFO STEP 71 (remove_files) COMPLETE |
4090 | 2024-08-16T04:08:54.183Z | [ recovery-image] Aug 16 04:08:53.148 INFO O| Aug 16 04:08:53.148 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-16T04:08:54.191Z | [ recovery-image] Aug 16 04:08:53.157 INFO O| Aug 16 04:08:53.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4092 | 2024-08-16T04:08:54.191Z | [ recovery-image] Aug 16 04:08:53.157 INFO O| Aug 16 04:08:53.157 INFO STEP 72 (remove_files) COMPLETE |
4093 | 2024-08-16T04:08:54.191Z | [ recovery-image] Aug 16 04:08:53.157 INFO O| Aug 16 04:08:53.157 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-16T04:08:54.201Z | [ recovery-image] Aug 16 04:08:53.168 INFO O| Aug 16 04:08:53.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4095 | 2024-08-16T04:08:54.202Z | [ recovery-image] Aug 16 04:08:53.168 INFO O| Aug 16 04:08:53.168 INFO STEP 73 (remove_files) COMPLETE |
4096 | 2024-08-16T04:08:54.204Z | [ recovery-image] Aug 16 04:08:53.168 INFO O| Aug 16 04:08:53.168 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-16T04:08:54.211Z | [ recovery-image] Aug 16 04:08:53.177 INFO O| Aug 16 04:08:53.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4098 | 2024-08-16T04:08:54.211Z | [ recovery-image] Aug 16 04:08:53.177 INFO O| Aug 16 04:08:53.177 INFO STEP 74 (remove_files) COMPLETE |
4099 | 2024-08-16T04:08:54.211Z | [ recovery-image] Aug 16 04:08:53.177 INFO O| Aug 16 04:08:53.177 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-16T04:08:54.220Z | [ recovery-image] Aug 16 04:08:53.187 INFO O| Aug 16 04:08:53.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4101 | 2024-08-16T04:08:54.220Z | [ recovery-image] Aug 16 04:08:53.187 INFO O| Aug 16 04:08:53.187 INFO STEP 75 (remove_files) COMPLETE |
4102 | 2024-08-16T04:08:54.221Z | [ recovery-image] Aug 16 04:08:53.187 INFO O| Aug 16 04:08:53.187 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-16T04:08:54.230Z | [ recovery-image] Aug 16 04:08:53.196 INFO O| Aug 16 04:08:53.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4104 | 2024-08-16T04:08:54.230Z | [ recovery-image] Aug 16 04:08:53.196 INFO O| Aug 16 04:08:53.196 INFO STEP 76 (remove_files) COMPLETE |
4105 | 2024-08-16T04:08:54.230Z | [ recovery-image] Aug 16 04:08:53.196 INFO O| Aug 16 04:08:53.196 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-16T04:08:54.239Z | [ recovery-image] Aug 16 04:08:53.205 INFO O| Aug 16 04:08:53.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4107 | 2024-08-16T04:08:54.239Z | [ recovery-image] Aug 16 04:08:53.206 INFO O| Aug 16 04:08:53.206 INFO STEP 77 (remove_files) COMPLETE |
4108 | 2024-08-16T04:08:54.239Z | [ recovery-image] Aug 16 04:08:53.206 INFO O| Aug 16 04:08:53.206 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-16T04:08:54.249Z | [ recovery-image] Aug 16 04:08:53.215 INFO O| Aug 16 04:08:53.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4110 | 2024-08-16T04:08:54.249Z | [ recovery-image] Aug 16 04:08:53.215 INFO O| Aug 16 04:08:53.215 INFO STEP 78 (remove_files) COMPLETE |
4111 | 2024-08-16T04:08:54.251Z | [ recovery-image] Aug 16 04:08:53.215 INFO O| Aug 16 04:08:53.215 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-16T04:08:54.258Z | [ recovery-image] Aug 16 04:08:53.224 INFO O| Aug 16 04:08:53.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4113 | 2024-08-16T04:08:54.258Z | [ recovery-image] Aug 16 04:08:53.224 INFO O| Aug 16 04:08:53.224 INFO STEP 79 (remove_files) COMPLETE |
4114 | 2024-08-16T04:08:54.261Z | [ recovery-image] Aug 16 04:08:53.224 INFO O| Aug 16 04:08:53.224 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-16T04:08:54.267Z | [ recovery-image] Aug 16 04:08:53.234 INFO O| Aug 16 04:08:53.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4116 | 2024-08-16T04:08:54.267Z | [ recovery-image] Aug 16 04:08:53.234 INFO O| Aug 16 04:08:53.234 INFO STEP 80 (remove_files) COMPLETE |
4117 | 2024-08-16T04:08:54.270Z | [ recovery-image] Aug 16 04:08:53.234 INFO O| Aug 16 04:08:53.234 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-16T04:08:54.277Z | [ recovery-image] Aug 16 04:08:53.243 INFO O| Aug 16 04:08:53.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4119 | 2024-08-16T04:08:54.277Z | [ recovery-image] Aug 16 04:08:53.243 INFO O| Aug 16 04:08:53.243 INFO STEP 81 (remove_files) COMPLETE |
4120 | 2024-08-16T04:08:54.277Z | [ recovery-image] Aug 16 04:08:53.243 INFO O| Aug 16 04:08:53.243 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-16T04:08:54.287Z | [ recovery-image] Aug 16 04:08:53.253 INFO O| Aug 16 04:08:53.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4122 | 2024-08-16T04:08:54.287Z | [ recovery-image] Aug 16 04:08:53.253 INFO O| Aug 16 04:08:53.253 INFO STEP 82 (remove_files) COMPLETE |
4123 | 2024-08-16T04:08:54.291Z | [ recovery-image] Aug 16 04:08:53.253 INFO O| Aug 16 04:08:53.253 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-16T04:08:54.296Z | [ recovery-image] Aug 16 04:08:53.262 INFO O| Aug 16 04:08:53.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4125 | 2024-08-16T04:08:54.296Z | [ recovery-image] Aug 16 04:08:53.262 INFO O| Aug 16 04:08:53.262 INFO STEP 83 (remove_files) COMPLETE |
4126 | 2024-08-16T04:08:54.298Z | [ recovery-image] Aug 16 04:08:53.262 INFO O| Aug 16 04:08:53.262 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-16T04:08:54.305Z | [ recovery-image] Aug 16 04:08:53.271 INFO O| Aug 16 04:08:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4128 | 2024-08-16T04:08:54.308Z | [ recovery-image] Aug 16 04:08:53.271 INFO O| Aug 16 04:08:53.271 INFO STEP 84 (remove_files) COMPLETE |
4129 | 2024-08-16T04:08:54.308Z | [ recovery-image] Aug 16 04:08:53.271 INFO O| Aug 16 04:08:53.271 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-16T04:08:54.315Z | [ recovery-image] Aug 16 04:08:53.281 INFO O| Aug 16 04:08:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4131 | 2024-08-16T04:08:54.318Z | [ recovery-image] Aug 16 04:08:53.282 INFO O| Aug 16 04:08:53.282 INFO STEP 85 (remove_files) COMPLETE |
4132 | 2024-08-16T04:08:54.318Z | [ recovery-image] Aug 16 04:08:53.282 INFO O| Aug 16 04:08:53.282 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-16T04:08:54.325Z | [ recovery-image] Aug 16 04:08:53.291 INFO O| Aug 16 04:08:53.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4134 | 2024-08-16T04:08:54.325Z | [ recovery-image] Aug 16 04:08:53.291 INFO O| Aug 16 04:08:53.291 INFO STEP 86 (remove_files) COMPLETE |
4135 | 2024-08-16T04:08:54.328Z | [ recovery-image] Aug 16 04:08:53.291 INFO O| Aug 16 04:08:53.291 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-16T04:08:54.334Z | [ recovery-image] Aug 16 04:08:53.301 INFO O| Aug 16 04:08:53.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4137 | 2024-08-16T04:08:54.337Z | [ recovery-image] Aug 16 04:08:53.301 INFO O| Aug 16 04:08:53.301 INFO STEP 87 (remove_files) COMPLETE |
4138 | 2024-08-16T04:08:54.337Z | [ recovery-image] Aug 16 04:08:53.301 INFO O| Aug 16 04:08:53.301 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-16T04:08:54.344Z | [ recovery-image] Aug 16 04:08:53.310 INFO O| Aug 16 04:08:53.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4140 | 2024-08-16T04:08:54.344Z | [ recovery-image] Aug 16 04:08:53.310 INFO O| Aug 16 04:08:53.310 INFO STEP 88 (remove_files) COMPLETE |
4141 | 2024-08-16T04:08:54.347Z | [ recovery-image] Aug 16 04:08:53.310 INFO O| Aug 16 04:08:53.310 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-16T04:08:54.353Z | [ recovery-image] Aug 16 04:08:53.320 INFO O| Aug 16 04:08:53.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4143 | 2024-08-16T04:08:54.356Z | [ recovery-image] Aug 16 04:08:53.321 INFO O| Aug 16 04:08:53.321 INFO STEP 89 (remove_files) COMPLETE |
4144 | 2024-08-16T04:08:54.356Z | [ recovery-image] Aug 16 04:08:53.321 INFO O| Aug 16 04:08:53.321 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-16T04:08:54.364Z | [ recovery-image] Aug 16 04:08:53.330 INFO O| Aug 16 04:08:53.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4146 | 2024-08-16T04:08:54.364Z | [ recovery-image] Aug 16 04:08:53.330 INFO O| Aug 16 04:08:53.330 INFO STEP 90 (remove_files) COMPLETE |
4147 | 2024-08-16T04:08:54.366Z | [ recovery-image] Aug 16 04:08:53.330 INFO O| Aug 16 04:08:53.330 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-16T04:08:54.374Z | [ recovery-image] Aug 16 04:08:53.340 INFO O| Aug 16 04:08:53.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4149 | 2024-08-16T04:08:54.374Z | [ recovery-image] Aug 16 04:08:53.340 INFO O| Aug 16 04:08:53.340 INFO STEP 91 (remove_files) COMPLETE |
4150 | 2024-08-16T04:08:54.374Z | [ recovery-image] Aug 16 04:08:53.340 INFO O| Aug 16 04:08:53.340 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-16T04:08:54.383Z | [ recovery-image] Aug 16 04:08:53.350 INFO O| Aug 16 04:08:53.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4152 | 2024-08-16T04:08:54.383Z | [ recovery-image] Aug 16 04:08:53.350 INFO O| Aug 16 04:08:53.350 INFO STEP 92 (remove_files) COMPLETE |
4153 | 2024-08-16T04:08:54.386Z | [ recovery-image] Aug 16 04:08:53.350 INFO O| Aug 16 04:08:53.350 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-16T04:08:54.394Z | [ recovery-image] Aug 16 04:08:53.360 INFO O| Aug 16 04:08:53.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4155 | 2024-08-16T04:08:54.394Z | [ recovery-image] Aug 16 04:08:53.360 INFO O| Aug 16 04:08:53.360 INFO STEP 93 (remove_files) COMPLETE |
4156 | 2024-08-16T04:08:54.394Z | [ recovery-image] Aug 16 04:08:53.360 INFO O| Aug 16 04:08:53.360 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-16T04:08:54.403Z | [ recovery-image] Aug 16 04:08:53.369 INFO O| Aug 16 04:08:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4158 | 2024-08-16T04:08:54.403Z | [ recovery-image] Aug 16 04:08:53.369 INFO O| Aug 16 04:08:53.369 INFO STEP 94 (remove_files) COMPLETE |
4159 | 2024-08-16T04:08:54.405Z | [ recovery-image] Aug 16 04:08:53.370 INFO O| Aug 16 04:08:53.369 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-16T04:08:54.413Z | [ recovery-image] Aug 16 04:08:53.379 INFO O| Aug 16 04:08:53.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4161 | 2024-08-16T04:08:54.415Z | [ recovery-image] Aug 16 04:08:53.379 INFO O| Aug 16 04:08:53.379 INFO STEP 95 (remove_files) COMPLETE |
4162 | 2024-08-16T04:08:54.415Z | [ recovery-image] Aug 16 04:08:53.379 INFO O| Aug 16 04:08:53.379 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-16T04:08:54.422Z | [ recovery-image] Aug 16 04:08:53.389 INFO O| Aug 16 04:08:53.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4164 | 2024-08-16T04:08:54.422Z | [ recovery-image] Aug 16 04:08:53.389 INFO O| Aug 16 04:08:53.389 INFO STEP 96 (remove_files) COMPLETE |
4165 | 2024-08-16T04:08:54.422Z | [ recovery-image] Aug 16 04:08:53.389 INFO O| Aug 16 04:08:53.389 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-16T04:08:54.432Z | [ recovery-image] Aug 16 04:08:53.398 INFO O| Aug 16 04:08:53.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4167 | 2024-08-16T04:08:54.434Z | [ recovery-image] Aug 16 04:08:53.398 INFO O| Aug 16 04:08:53.398 INFO STEP 97 (remove_files) COMPLETE |
4168 | 2024-08-16T04:08:54.434Z | [ recovery-image] Aug 16 04:08:53.398 INFO O| Aug 16 04:08:53.398 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-16T04:08:54.441Z | [ recovery-image] Aug 16 04:08:53.408 INFO O| Aug 16 04:08:53.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4170 | 2024-08-16T04:08:54.441Z | [ recovery-image] Aug 16 04:08:53.408 INFO O| Aug 16 04:08:53.408 INFO STEP 98 (remove_files) COMPLETE |
4171 | 2024-08-16T04:08:54.441Z | [ recovery-image] Aug 16 04:08:53.408 INFO O| Aug 16 04:08:53.408 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-16T04:08:54.451Z | [ recovery-image] Aug 16 04:08:53.417 INFO O| Aug 16 04:08:53.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4173 | 2024-08-16T04:08:54.451Z | [ recovery-image] Aug 16 04:08:53.417 INFO O| Aug 16 04:08:53.417 INFO STEP 99 (remove_files) COMPLETE |
4174 | 2024-08-16T04:08:54.453Z | [ recovery-image] Aug 16 04:08:53.417 INFO O| Aug 16 04:08:53.417 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-16T04:08:54.460Z | [ recovery-image] Aug 16 04:08:53.426 INFO O| Aug 16 04:08:53.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4176 | 2024-08-16T04:08:54.460Z | [ recovery-image] Aug 16 04:08:53.426 INFO O| Aug 16 04:08:53.426 INFO STEP 100 (remove_files) COMPLETE |
4177 | 2024-08-16T04:08:54.460Z | [ recovery-image] Aug 16 04:08:53.426 INFO O| Aug 16 04:08:53.426 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-16T04:08:54.470Z | [ recovery-image] Aug 16 04:08:53.436 INFO O| Aug 16 04:08:53.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4179 | 2024-08-16T04:08:54.470Z | [ recovery-image] Aug 16 04:08:53.436 INFO O| Aug 16 04:08:53.436 INFO STEP 101 (remove_files) COMPLETE |
4180 | 2024-08-16T04:08:54.474Z | [ recovery-image] Aug 16 04:08:53.436 INFO O| Aug 16 04:08:53.436 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-16T04:08:54.479Z | [ recovery-image] Aug 16 04:08:53.445 INFO O| Aug 16 04:08:53.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4182 | 2024-08-16T04:08:54.482Z | [ recovery-image] Aug 16 04:08:53.445 INFO O| Aug 16 04:08:53.445 INFO STEP 102 (remove_files) COMPLETE |
4183 | 2024-08-16T04:08:54.482Z | [ recovery-image] Aug 16 04:08:53.445 INFO O| Aug 16 04:08:53.445 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-16T04:08:54.488Z | [ recovery-image] Aug 16 04:08:53.455 INFO O| Aug 16 04:08:53.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4185 | 2024-08-16T04:08:54.488Z | [ recovery-image] Aug 16 04:08:53.455 INFO O| Aug 16 04:08:53.455 INFO STEP 103 (remove_files) COMPLETE |
4186 | 2024-08-16T04:08:54.491Z | [ recovery-image] Aug 16 04:08:53.455 INFO O| Aug 16 04:08:53.455 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-16T04:08:54.498Z | [ recovery-image] Aug 16 04:08:53.464 INFO O| Aug 16 04:08:53.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4188 | 2024-08-16T04:08:54.498Z | [ recovery-image] Aug 16 04:08:53.464 INFO O| Aug 16 04:08:53.464 INFO STEP 104 (remove_files) COMPLETE |
4189 | 2024-08-16T04:08:54.500Z | [ recovery-image] Aug 16 04:08:53.464 INFO O| Aug 16 04:08:53.464 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-16T04:08:54.507Z | [ recovery-image] Aug 16 04:08:53.474 INFO O| Aug 16 04:08:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4191 | 2024-08-16T04:08:54.510Z | [ recovery-image] Aug 16 04:08:53.475 INFO O| Aug 16 04:08:53.475 INFO STEP 105 (remove_files) COMPLETE |
4192 | 2024-08-16T04:08:54.510Z | [ recovery-image] Aug 16 04:08:53.475 INFO O| Aug 16 04:08:53.475 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-16T04:08:54.518Z | [ recovery-image] Aug 16 04:08:53.484 INFO O| Aug 16 04:08:53.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4194 | 2024-08-16T04:08:54.518Z | [ recovery-image] Aug 16 04:08:53.484 INFO O| Aug 16 04:08:53.484 INFO STEP 106 (remove_files) COMPLETE |
4195 | 2024-08-16T04:08:54.521Z | [ recovery-image] Aug 16 04:08:53.484 INFO O| Aug 16 04:08:53.484 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-16T04:08:54.528Z | [ recovery-image] Aug 16 04:08:53.494 INFO O| Aug 16 04:08:53.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4197 | 2024-08-16T04:08:54.530Z | [ recovery-image] Aug 16 04:08:53.494 INFO O| Aug 16 04:08:53.494 INFO STEP 107 (remove_files) COMPLETE |
4198 | 2024-08-16T04:08:54.530Z | [ recovery-image] Aug 16 04:08:53.494 INFO O| Aug 16 04:08:53.494 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-16T04:08:54.538Z | [ recovery-image] Aug 16 04:08:53.504 INFO O| Aug 16 04:08:53.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4200 | 2024-08-16T04:08:54.538Z | [ recovery-image] Aug 16 04:08:53.504 INFO O| Aug 16 04:08:53.504 INFO STEP 108 (remove_files) COMPLETE |
4201 | 2024-08-16T04:08:54.542Z | [ recovery-image] Aug 16 04:08:53.504 INFO O| Aug 16 04:08:53.504 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-16T04:08:54.547Z | [ recovery-image] Aug 16 04:08:53.514 INFO O| Aug 16 04:08:53.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4203 | 2024-08-16T04:08:54.547Z | [ recovery-image] Aug 16 04:08:53.514 INFO O| Aug 16 04:08:53.514 INFO STEP 109 (remove_files) COMPLETE |
4204 | 2024-08-16T04:08:54.550Z | [ recovery-image] Aug 16 04:08:53.514 INFO O| Aug 16 04:08:53.514 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-16T04:08:54.557Z | [ recovery-image] Aug 16 04:08:53.523 INFO O| Aug 16 04:08:53.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4206 | 2024-08-16T04:08:54.557Z | [ recovery-image] Aug 16 04:08:53.523 INFO O| Aug 16 04:08:53.523 INFO STEP 110 (remove_files) COMPLETE |
4207 | 2024-08-16T04:08:54.557Z | [ recovery-image] Aug 16 04:08:53.523 INFO O| Aug 16 04:08:53.523 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-16T04:08:54.567Z | [ recovery-image] Aug 16 04:08:53.533 INFO O| Aug 16 04:08:53.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4209 | 2024-08-16T04:08:54.567Z | [ recovery-image] Aug 16 04:08:53.533 INFO O| Aug 16 04:08:53.533 INFO STEP 111 (remove_files) COMPLETE |
4210 | 2024-08-16T04:08:54.567Z | [ recovery-image] Aug 16 04:08:53.533 INFO O| Aug 16 04:08:53.533 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-16T04:08:54.577Z | [ recovery-image] Aug 16 04:08:53.543 INFO O| Aug 16 04:08:53.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4212 | 2024-08-16T04:08:54.577Z | [ recovery-image] Aug 16 04:08:53.543 INFO O| Aug 16 04:08:53.543 INFO STEP 112 (remove_files) COMPLETE |
4213 | 2024-08-16T04:08:54.579Z | [ recovery-image] Aug 16 04:08:53.543 INFO O| Aug 16 04:08:53.543 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-16T04:08:54.586Z | [ recovery-image] Aug 16 04:08:53.552 INFO O| Aug 16 04:08:53.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4215 | 2024-08-16T04:08:54.586Z | [ recovery-image] Aug 16 04:08:53.552 INFO O| Aug 16 04:08:53.552 INFO STEP 113 (remove_files) COMPLETE |
4216 | 2024-08-16T04:08:54.586Z | [ recovery-image] Aug 16 04:08:53.552 INFO O| Aug 16 04:08:53.552 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-16T04:08:54.596Z | [ recovery-image] Aug 16 04:08:53.562 INFO O| Aug 16 04:08:53.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4218 | 2024-08-16T04:08:54.596Z | [ recovery-image] Aug 16 04:08:53.562 INFO O| Aug 16 04:08:53.562 INFO STEP 114 (remove_files) COMPLETE |
4219 | 2024-08-16T04:08:54.596Z | [ recovery-image] Aug 16 04:08:53.562 INFO O| Aug 16 04:08:53.562 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-16T04:08:54.605Z | [ recovery-image] Aug 16 04:08:53.571 INFO O| Aug 16 04:08:53.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4221 | 2024-08-16T04:08:54.608Z | [ recovery-image] Aug 16 04:08:53.572 INFO O| Aug 16 04:08:53.572 INFO STEP 115 (remove_files) COMPLETE |
4222 | 2024-08-16T04:08:54.608Z | [ recovery-image] Aug 16 04:08:53.572 INFO O| Aug 16 04:08:53.572 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-16T04:08:54.615Z | [ recovery-image] Aug 16 04:08:53.581 INFO O| Aug 16 04:08:53.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4224 | 2024-08-16T04:08:54.617Z | [ recovery-image] Aug 16 04:08:53.581 INFO O| Aug 16 04:08:53.581 INFO STEP 116 (remove_files) COMPLETE |
4225 | 2024-08-16T04:08:54.617Z | [ recovery-image] Aug 16 04:08:53.581 INFO O| Aug 16 04:08:53.581 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-16T04:08:54.624Z | [ recovery-image] Aug 16 04:08:53.590 INFO O| Aug 16 04:08:53.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4227 | 2024-08-16T04:08:54.624Z | [ recovery-image] Aug 16 04:08:53.591 INFO O| Aug 16 04:08:53.590 INFO STEP 117 (remove_files) COMPLETE |
4228 | 2024-08-16T04:08:54.624Z | [ recovery-image] Aug 16 04:08:53.591 INFO O| Aug 16 04:08:53.591 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-16T04:08:54.634Z | [ recovery-image] Aug 16 04:08:53.601 INFO O| Aug 16 04:08:53.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4230 | 2024-08-16T04:08:54.634Z | [ recovery-image] Aug 16 04:08:53.601 INFO O| Aug 16 04:08:53.601 INFO STEP 118 (remove_files) COMPLETE |
4231 | 2024-08-16T04:08:54.637Z | [ recovery-image] Aug 16 04:08:53.601 INFO O| Aug 16 04:08:53.601 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-16T04:08:54.645Z | [ recovery-image] Aug 16 04:08:53.611 INFO O| Aug 16 04:08:53.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4233 | 2024-08-16T04:08:54.647Z | [ recovery-image] Aug 16 04:08:53.612 INFO O| Aug 16 04:08:53.612 INFO STEP 119 (remove_files) COMPLETE |
4234 | 2024-08-16T04:08:54.647Z | [ recovery-image] Aug 16 04:08:53.612 INFO O| Aug 16 04:08:53.612 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-16T04:08:54.655Z | [ recovery-image] Aug 16 04:08:53.621 INFO O| Aug 16 04:08:53.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4236 | 2024-08-16T04:08:54.658Z | [ recovery-image] Aug 16 04:08:53.622 INFO O| Aug 16 04:08:53.621 INFO STEP 120 (remove_files) COMPLETE |
4237 | 2024-08-16T04:08:54.658Z | [ recovery-image] Aug 16 04:08:53.622 INFO O| Aug 16 04:08:53.621 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-16T04:08:54.665Z | [ recovery-image] Aug 16 04:08:53.631 INFO O| Aug 16 04:08:53.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4239 | 2024-08-16T04:08:54.665Z | [ recovery-image] Aug 16 04:08:53.631 INFO O| Aug 16 04:08:53.631 INFO STEP 121 (remove_files) COMPLETE |
4240 | 2024-08-16T04:08:54.668Z | [ recovery-image] Aug 16 04:08:53.631 INFO O| Aug 16 04:08:53.631 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-16T04:08:54.674Z | [ recovery-image] Aug 16 04:08:53.641 INFO O| Aug 16 04:08:53.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4242 | 2024-08-16T04:08:54.676Z | [ recovery-image] Aug 16 04:08:53.642 INFO O| Aug 16 04:08:53.642 INFO STEP 122 (remove_files) COMPLETE |
4243 | 2024-08-16T04:08:54.676Z | [ recovery-image] Aug 16 04:08:53.642 INFO O| Aug 16 04:08:53.642 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-16T04:08:54.685Z | [ recovery-image] Aug 16 04:08:53.651 INFO O| Aug 16 04:08:53.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4245 | 2024-08-16T04:08:54.685Z | [ recovery-image] Aug 16 04:08:53.651 INFO O| Aug 16 04:08:53.651 INFO STEP 123 (remove_files) COMPLETE |
4246 | 2024-08-16T04:08:54.687Z | [ recovery-image] Aug 16 04:08:53.651 INFO O| Aug 16 04:08:53.651 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-16T04:08:54.695Z | [ recovery-image] Aug 16 04:08:53.661 INFO O| Aug 16 04:08:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4248 | 2024-08-16T04:08:54.695Z | [ recovery-image] Aug 16 04:08:53.661 INFO O| Aug 16 04:08:53.661 INFO STEP 124 (remove_files) COMPLETE |
4249 | 2024-08-16T04:08:54.698Z | [ recovery-image] Aug 16 04:08:53.661 INFO O| Aug 16 04:08:53.661 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-16T04:08:54.704Z | [ recovery-image] Aug 16 04:08:53.670 INFO O| Aug 16 04:08:53.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4251 | 2024-08-16T04:08:54.706Z | [ recovery-image] Aug 16 04:08:53.670 INFO O| Aug 16 04:08:53.670 INFO STEP 125 (remove_files) COMPLETE |
4252 | 2024-08-16T04:08:54.706Z | [ recovery-image] Aug 16 04:08:53.670 INFO O| Aug 16 04:08:53.670 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-16T04:08:54.713Z | [ recovery-image] Aug 16 04:08:53.680 INFO O| Aug 16 04:08:53.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4254 | 2024-08-16T04:08:54.713Z | [ recovery-image] Aug 16 04:08:53.680 INFO O| Aug 16 04:08:53.680 INFO STEP 126 (remove_files) COMPLETE |
4255 | 2024-08-16T04:08:54.713Z | [ recovery-image] Aug 16 04:08:53.680 INFO O| Aug 16 04:08:53.680 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-16T04:08:54.723Z | [ recovery-image] Aug 16 04:08:53.689 INFO O| Aug 16 04:08:53.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4257 | 2024-08-16T04:08:54.726Z | [ recovery-image] Aug 16 04:08:53.689 INFO O| Aug 16 04:08:53.689 INFO STEP 127 (remove_files) COMPLETE |
4258 | 2024-08-16T04:08:54.727Z | [ recovery-image] Aug 16 04:08:53.689 INFO O| Aug 16 04:08:53.689 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-16T04:08:54.732Z | [ recovery-image] Aug 16 04:08:53.698 INFO O| Aug 16 04:08:53.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4260 | 2024-08-16T04:08:54.735Z | [ recovery-image] Aug 16 04:08:53.698 INFO O| Aug 16 04:08:53.698 INFO STEP 128 (remove_files) COMPLETE |
4261 | 2024-08-16T04:08:54.735Z | [ recovery-image] Aug 16 04:08:53.698 INFO O| Aug 16 04:08:53.698 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-16T04:08:54.742Z | [ recovery-image] Aug 16 04:08:53.708 INFO O| Aug 16 04:08:53.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4263 | 2024-08-16T04:08:54.744Z | [ recovery-image] Aug 16 04:08:53.708 INFO O| Aug 16 04:08:53.708 INFO STEP 129 (remove_files) COMPLETE |
4264 | 2024-08-16T04:08:54.744Z | [ recovery-image] Aug 16 04:08:53.708 INFO O| Aug 16 04:08:53.708 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-16T04:08:54.752Z | [ recovery-image] Aug 16 04:08:53.718 INFO O| Aug 16 04:08:53.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4266 | 2024-08-16T04:08:54.752Z | [ recovery-image] Aug 16 04:08:53.718 INFO O| Aug 16 04:08:53.718 INFO STEP 130 (remove_files) COMPLETE |
4267 | 2024-08-16T04:08:54.754Z | [ recovery-image] Aug 16 04:08:53.718 INFO O| Aug 16 04:08:53.718 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-16T04:08:54.761Z | [ recovery-image] Aug 16 04:08:53.728 INFO O| Aug 16 04:08:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4269 | 2024-08-16T04:08:54.764Z | [ recovery-image] Aug 16 04:08:53.728 INFO O| Aug 16 04:08:53.728 INFO STEP 131 (remove_files) COMPLETE |
4270 | 2024-08-16T04:08:54.764Z | [ recovery-image] Aug 16 04:08:53.728 INFO O| Aug 16 04:08:53.728 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-08-16T04:08:54.771Z | [ recovery-image] Aug 16 04:08:53.737 INFO O| Aug 16 04:08:53.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4272 | 2024-08-16T04:08:54.773Z | [ recovery-image] Aug 16 04:08:53.738 INFO O| Aug 16 04:08:53.738 INFO STEP 132 (remove_files) COMPLETE |
4273 | 2024-08-16T04:08:54.773Z | [ recovery-image] Aug 16 04:08:53.738 INFO O| Aug 16 04:08:53.738 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-08-16T04:08:54.781Z | [ recovery-image] Aug 16 04:08:53.747 INFO O| Aug 16 04:08:53.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4275 | 2024-08-16T04:08:54.783Z | [ recovery-image] Aug 16 04:08:53.748 INFO O| Aug 16 04:08:53.748 INFO STEP 133 (remove_files) COMPLETE |
4276 | 2024-08-16T04:08:54.783Z | [ recovery-image] Aug 16 04:08:53.748 INFO O| Aug 16 04:08:53.748 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-08-16T04:08:54.791Z | [ recovery-image] Aug 16 04:08:53.757 INFO O| Aug 16 04:08:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4278 | 2024-08-16T04:08:54.791Z | [ recovery-image] Aug 16 04:08:53.757 INFO O| Aug 16 04:08:53.757 INFO STEP 134 (remove_files) COMPLETE |
4279 | 2024-08-16T04:08:54.793Z | [ recovery-image] Aug 16 04:08:53.757 INFO O| Aug 16 04:08:53.757 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-08-16T04:08:54.800Z | [ recovery-image] Aug 16 04:08:53.767 INFO O| Aug 16 04:08:53.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4281 | 2024-08-16T04:08:54.800Z | [ recovery-image] Aug 16 04:08:53.767 INFO O| Aug 16 04:08:53.767 INFO STEP 135 (remove_files) COMPLETE |
4282 | 2024-08-16T04:08:54.800Z | [ recovery-image] Aug 16 04:08:53.767 INFO O| Aug 16 04:08:53.767 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-08-16T04:08:54.810Z | [ recovery-image] Aug 16 04:08:53.776 INFO O| Aug 16 04:08:53.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4284 | 2024-08-16T04:08:54.810Z | [ recovery-image] Aug 16 04:08:53.776 INFO O| Aug 16 04:08:53.776 INFO STEP 136 (remove_files) COMPLETE |
4285 | 2024-08-16T04:08:54.810Z | [ recovery-image] Aug 16 04:08:53.776 INFO O| Aug 16 04:08:53.776 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-08-16T04:08:54.819Z | [ recovery-image] Aug 16 04:08:53.785 INFO O| Aug 16 04:08:53.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4287 | 2024-08-16T04:08:54.819Z | [ recovery-image] Aug 16 04:08:53.785 INFO O| Aug 16 04:08:53.785 INFO STEP 137 (remove_files) COMPLETE |
4288 | 2024-08-16T04:08:54.821Z | [ recovery-image] Aug 16 04:08:53.785 INFO O| Aug 16 04:08:53.785 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-08-16T04:08:54.828Z | [ recovery-image] Aug 16 04:08:53.795 INFO O| Aug 16 04:08:53.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4290 | 2024-08-16T04:08:54.828Z | [ recovery-image] Aug 16 04:08:53.795 INFO O| Aug 16 04:08:53.795 INFO STEP 138 (remove_files) COMPLETE |
4291 | 2024-08-16T04:08:54.831Z | [ recovery-image] Aug 16 04:08:53.795 INFO O| Aug 16 04:08:53.795 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-16T04:08:54.838Z | [ recovery-image] Aug 16 04:08:53.804 INFO O| Aug 16 04:08:53.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4293 | 2024-08-16T04:08:54.840Z | [ recovery-image] Aug 16 04:08:53.805 INFO O| Aug 16 04:08:53.805 INFO STEP 139 (remove_files) COMPLETE |
4294 | 2024-08-16T04:08:54.840Z | [ recovery-image] Aug 16 04:08:53.805 INFO O| Aug 16 04:08:53.805 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-16T04:08:54.851Z | [ recovery-image] Aug 16 04:08:53.817 INFO O| Aug 16 04:08:53.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4296 | 2024-08-16T04:08:54.853Z | [ recovery-image] Aug 16 04:08:53.817 INFO O| Aug 16 04:08:53.817 INFO STEP 140 (remove_files) COMPLETE |
4297 | 2024-08-16T04:08:54.853Z | [ recovery-image] Aug 16 04:08:53.817 INFO O| Aug 16 04:08:53.817 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-16T04:08:54.862Z | [ recovery-image] Aug 16 04:08:53.828 INFO O| Aug 16 04:08:53.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4299 | 2024-08-16T04:08:54.864Z | [ recovery-image] Aug 16 04:08:53.828 INFO O| Aug 16 04:08:53.828 INFO STEP 141 (remove_files) COMPLETE |
4300 | 2024-08-16T04:08:54.864Z | [ recovery-image] Aug 16 04:08:53.828 INFO O| Aug 16 04:08:53.828 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-16T04:08:54.872Z | [ recovery-image] Aug 16 04:08:53.838 INFO O| Aug 16 04:08:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4302 | 2024-08-16T04:08:54.874Z | [ recovery-image] Aug 16 04:08:53.839 INFO O| Aug 16 04:08:53.839 INFO STEP 142 (remove_files) COMPLETE |
4303 | 2024-08-16T04:08:54.874Z | [ recovery-image] Aug 16 04:08:53.839 INFO O| Aug 16 04:08:53.839 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-16T04:08:54.882Z | [ recovery-image] Aug 16 04:08:53.848 INFO O| Aug 16 04:08:53.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4305 | 2024-08-16T04:08:54.884Z | [ recovery-image] Aug 16 04:08:53.849 INFO O| Aug 16 04:08:53.849 INFO STEP 143 (remove_files) COMPLETE |
4306 | 2024-08-16T04:08:54.884Z | [ recovery-image] Aug 16 04:08:53.849 INFO O| Aug 16 04:08:53.849 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-16T04:08:54.892Z | [ recovery-image] Aug 16 04:08:53.858 INFO O| Aug 16 04:08:53.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4308 | 2024-08-16T04:08:54.894Z | [ recovery-image] Aug 16 04:08:53.858 INFO O| Aug 16 04:08:53.858 INFO STEP 144 (remove_files) COMPLETE |
4309 | 2024-08-16T04:08:54.894Z | [ recovery-image] Aug 16 04:08:53.858 INFO O| Aug 16 04:08:53.858 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-16T04:08:54.901Z | [ recovery-image] Aug 16 04:08:53.867 INFO O| Aug 16 04:08:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4311 | 2024-08-16T04:08:54.901Z | [ recovery-image] Aug 16 04:08:53.867 INFO O| Aug 16 04:08:53.867 INFO STEP 145 (remove_files) COMPLETE |
4312 | 2024-08-16T04:08:54.904Z | [ recovery-image] Aug 16 04:08:53.867 INFO O| Aug 16 04:08:53.867 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-16T04:08:54.910Z | [ recovery-image] Aug 16 04:08:53.877 INFO O| Aug 16 04:08:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4314 | 2024-08-16T04:08:54.913Z | [ recovery-image] Aug 16 04:08:53.877 INFO O| Aug 16 04:08:53.877 INFO STEP 146 (remove_files) COMPLETE |
4315 | 2024-08-16T04:08:54.913Z | [ recovery-image] Aug 16 04:08:53.877 INFO O| Aug 16 04:08:53.877 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-16T04:08:54.920Z | [ recovery-image] Aug 16 04:08:53.886 INFO O| Aug 16 04:08:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4317 | 2024-08-16T04:08:54.920Z | [ recovery-image] Aug 16 04:08:53.886 INFO O| Aug 16 04:08:53.886 INFO STEP 147 (remove_files) COMPLETE |
4318 | 2024-08-16T04:08:54.920Z | [ recovery-image] Aug 16 04:08:53.886 INFO O| Aug 16 04:08:53.886 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-16T04:08:54.929Z | [ recovery-image] Aug 16 04:08:53.895 INFO O| Aug 16 04:08:53.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4320 | 2024-08-16T04:08:54.932Z | [ recovery-image] Aug 16 04:08:53.896 INFO O| Aug 16 04:08:53.896 INFO STEP 148 (remove_files) COMPLETE |
4321 | 2024-08-16T04:08:54.932Z | [ recovery-image] Aug 16 04:08:53.896 INFO O| Aug 16 04:08:53.896 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-16T04:08:54.938Z | [ recovery-image] Aug 16 04:08:53.905 INFO O| Aug 16 04:08:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4323 | 2024-08-16T04:08:54.941Z | [ recovery-image] Aug 16 04:08:53.905 INFO O| Aug 16 04:08:53.905 INFO STEP 149 (remove_files) COMPLETE |
4324 | 2024-08-16T04:08:54.941Z | [ recovery-image] Aug 16 04:08:53.905 INFO O| Aug 16 04:08:53.905 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-16T04:08:54.948Z | [ recovery-image] Aug 16 04:08:53.914 INFO O| Aug 16 04:08:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4326 | 2024-08-16T04:08:54.948Z | [ recovery-image] Aug 16 04:08:53.914 INFO O| Aug 16 04:08:53.914 INFO STEP 150 (remove_files) COMPLETE |
4327 | 2024-08-16T04:08:54.950Z | [ recovery-image] Aug 16 04:08:53.914 INFO O| Aug 16 04:08:53.914 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-16T04:08:54.957Z | [ recovery-image] Aug 16 04:08:53.923 INFO O| Aug 16 04:08:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4329 | 2024-08-16T04:08:54.959Z | [ recovery-image] Aug 16 04:08:53.924 INFO O| Aug 16 04:08:53.923 INFO STEP 151 (remove_files) COMPLETE |
4330 | 2024-08-16T04:08:54.960Z | [ recovery-image] Aug 16 04:08:53.924 INFO O| Aug 16 04:08:53.924 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-16T04:08:54.966Z | [ recovery-image] Aug 16 04:08:53.933 INFO O| Aug 16 04:08:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4332 | 2024-08-16T04:08:54.966Z | [ recovery-image] Aug 16 04:08:53.933 INFO O| Aug 16 04:08:53.933 INFO STEP 152 (remove_files) COMPLETE |
4333 | 2024-08-16T04:08:54.969Z | [ recovery-image] Aug 16 04:08:53.933 INFO O| Aug 16 04:08:53.933 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-16T04:08:54.976Z | [ recovery-image] Aug 16 04:08:53.942 INFO O| Aug 16 04:08:53.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4335 | 2024-08-16T04:08:54.976Z | [ recovery-image] Aug 16 04:08:53.942 INFO O| Aug 16 04:08:53.942 INFO STEP 153 (remove_files) COMPLETE |
4336 | 2024-08-16T04:08:54.978Z | [ recovery-image] Aug 16 04:08:53.942 INFO O| Aug 16 04:08:53.942 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-16T04:08:54.985Z | [ recovery-image] Aug 16 04:08:53.951 INFO O| Aug 16 04:08:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4338 | 2024-08-16T04:08:54.985Z | [ recovery-image] Aug 16 04:08:53.952 INFO O| Aug 16 04:08:53.951 INFO STEP 154 (remove_files) COMPLETE |
4339 | 2024-08-16T04:08:54.988Z | [ recovery-image] Aug 16 04:08:53.952 INFO O| Aug 16 04:08:53.952 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-16T04:08:54.995Z | [ recovery-image] Aug 16 04:08:53.961 INFO O| Aug 16 04:08:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4341 | 2024-08-16T04:08:54.995Z | [ recovery-image] Aug 16 04:08:53.961 INFO O| Aug 16 04:08:53.961 INFO STEP 155 (remove_files) COMPLETE |
4342 | 2024-08-16T04:08:54.995Z | [ recovery-image] Aug 16 04:08:53.961 INFO O| Aug 16 04:08:53.961 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-16T04:08:55.004Z | [ recovery-image] Aug 16 04:08:53.971 INFO O| Aug 16 04:08:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4344 | 2024-08-16T04:08:55.007Z | [ recovery-image] Aug 16 04:08:53.971 INFO O| Aug 16 04:08:53.971 INFO STEP 156 (remove_files) COMPLETE |
4345 | 2024-08-16T04:08:55.007Z | [ recovery-image] Aug 16 04:08:53.971 INFO O| Aug 16 04:08:53.971 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-16T04:08:55.014Z | [ recovery-image] Aug 16 04:08:53.981 INFO O| Aug 16 04:08:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4347 | 2024-08-16T04:08:55.014Z | [ recovery-image] Aug 16 04:08:53.981 INFO O| Aug 16 04:08:53.981 INFO STEP 157 (remove_files) COMPLETE |
4348 | 2024-08-16T04:08:55.017Z | [ recovery-image] Aug 16 04:08:53.981 INFO O| Aug 16 04:08:53.981 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-16T04:08:55.024Z | [ recovery-image] Aug 16 04:08:53.990 INFO O| Aug 16 04:08:53.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4350 | 2024-08-16T04:08:55.024Z | [ recovery-image] Aug 16 04:08:53.990 INFO O| Aug 16 04:08:53.990 INFO STEP 158 (remove_files) COMPLETE |
4351 | 2024-08-16T04:08:55.026Z | [ recovery-image] Aug 16 04:08:53.990 INFO O| Aug 16 04:08:53.990 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-16T04:08:55.033Z | [ recovery-image] Aug 16 04:08:53.999 INFO O| Aug 16 04:08:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4353 | 2024-08-16T04:08:55.035Z | [ recovery-image] Aug 16 04:08:53.999 INFO O| Aug 16 04:08:53.999 INFO STEP 159 (remove_files) COMPLETE |
4354 | 2024-08-16T04:08:55.035Z | [ recovery-image] Aug 16 04:08:53.999 INFO O| Aug 16 04:08:53.999 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-16T04:08:55.043Z | [ recovery-image] Aug 16 04:08:54.010 INFO O| Aug 16 04:08:54.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4356 | 2024-08-16T04:08:55.043Z | [ recovery-image] Aug 16 04:08:54.010 INFO O| Aug 16 04:08:54.010 INFO STEP 160 (remove_files) COMPLETE |
4357 | 2024-08-16T04:08:55.046Z | [ recovery-image] Aug 16 04:08:54.010 INFO O| Aug 16 04:08:54.010 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-16T04:08:55.053Z | [ recovery-image] Aug 16 04:08:54.019 INFO O| Aug 16 04:08:54.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4359 | 2024-08-16T04:08:55.055Z | [ recovery-image] Aug 16 04:08:54.019 INFO O| Aug 16 04:08:54.019 INFO STEP 161 (remove_files) COMPLETE |
4360 | 2024-08-16T04:08:55.055Z | [ recovery-image] Aug 16 04:08:54.019 INFO O| Aug 16 04:08:54.019 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-16T04:08:55.062Z | [ recovery-image] Aug 16 04:08:54.028 INFO O| Aug 16 04:08:54.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4362 | 2024-08-16T04:08:55.062Z | [ recovery-image] Aug 16 04:08:54.028 INFO O| Aug 16 04:08:54.028 INFO STEP 162 (remove_files) COMPLETE |
4363 | 2024-08-16T04:08:55.062Z | [ recovery-image] Aug 16 04:08:54.028 INFO O| Aug 16 04:08:54.028 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-16T04:08:55.071Z | [ recovery-image] Aug 16 04:08:54.038 INFO O| Aug 16 04:08:54.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4365 | 2024-08-16T04:08:55.071Z | [ recovery-image] Aug 16 04:08:54.038 INFO O| Aug 16 04:08:54.038 INFO STEP 163 (remove_files) COMPLETE |
4366 | 2024-08-16T04:08:55.074Z | [ recovery-image] Aug 16 04:08:54.038 INFO O| Aug 16 04:08:54.038 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-16T04:08:55.081Z | [ recovery-image] Aug 16 04:08:54.047 INFO O| Aug 16 04:08:54.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4368 | 2024-08-16T04:08:55.081Z | [ recovery-image] Aug 16 04:08:54.047 INFO O| Aug 16 04:08:54.047 INFO STEP 164 (remove_files) COMPLETE |
4369 | 2024-08-16T04:08:55.083Z | [ recovery-image] Aug 16 04:08:54.047 INFO O| Aug 16 04:08:54.047 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-16T04:08:55.090Z | [ recovery-image] Aug 16 04:08:54.056 INFO O| Aug 16 04:08:54.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4371 | 2024-08-16T04:08:55.092Z | [ recovery-image] Aug 16 04:08:54.056 INFO O| Aug 16 04:08:54.056 INFO STEP 165 (remove_files) COMPLETE |
4372 | 2024-08-16T04:08:55.092Z | [ recovery-image] Aug 16 04:08:54.056 INFO O| Aug 16 04:08:54.056 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-16T04:08:55.100Z | [ recovery-image] Aug 16 04:08:54.066 INFO O| Aug 16 04:08:54.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4374 | 2024-08-16T04:08:55.100Z | [ recovery-image] Aug 16 04:08:54.066 INFO O| Aug 16 04:08:54.066 INFO STEP 166 (remove_files) COMPLETE |
4375 | 2024-08-16T04:08:55.102Z | [ recovery-image] Aug 16 04:08:54.066 INFO O| Aug 16 04:08:54.066 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-16T04:08:55.109Z | [ recovery-image] Aug 16 04:08:54.075 INFO O| Aug 16 04:08:54.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4377 | 2024-08-16T04:08:55.109Z | [ recovery-image] Aug 16 04:08:54.075 INFO O| Aug 16 04:08:54.075 INFO STEP 167 (remove_files) COMPLETE |
4378 | 2024-08-16T04:08:55.111Z | [ recovery-image] Aug 16 04:08:54.075 INFO O| Aug 16 04:08:54.075 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-16T04:08:55.118Z | [ recovery-image] Aug 16 04:08:54.084 INFO O| Aug 16 04:08:54.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4380 | 2024-08-16T04:08:55.118Z | [ recovery-image] Aug 16 04:08:54.084 INFO O| Aug 16 04:08:54.084 INFO STEP 168 (remove_files) COMPLETE |
4381 | 2024-08-16T04:08:55.120Z | [ recovery-image] Aug 16 04:08:54.084 INFO O| Aug 16 04:08:54.084 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4382 | 2024-08-16T04:08:55.127Z | [ recovery-image] Aug 16 04:08:54.094 INFO O| Aug 16 04:08:54.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4383 | 2024-08-16T04:08:55.127Z | [ recovery-image] Aug 16 04:08:54.094 INFO O| Aug 16 04:08:54.094 INFO STEP 169 (remove_files) COMPLETE |
4384 | 2024-08-16T04:08:55.127Z | [ recovery-image] Aug 16 04:08:54.094 INFO O| Aug 16 04:08:54.094 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4385 | 2024-08-16T04:08:55.137Z | [ recovery-image] Aug 16 04:08:54.103 INFO O| Aug 16 04:08:54.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4386 | 2024-08-16T04:08:55.137Z | [ recovery-image] Aug 16 04:08:54.103 INFO O| Aug 16 04:08:54.103 INFO STEP 170 (remove_files) COMPLETE |
4387 | 2024-08-16T04:08:55.137Z | [ recovery-image] Aug 16 04:08:54.103 INFO O| Aug 16 04:08:54.103 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4388 | 2024-08-16T04:08:55.146Z | [ recovery-image] Aug 16 04:08:54.112 INFO O| Aug 16 04:08:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4389 | 2024-08-16T04:08:55.148Z | [ recovery-image] Aug 16 04:08:54.112 INFO O| Aug 16 04:08:54.112 INFO STEP 171 (remove_files) COMPLETE |
4390 | 2024-08-16T04:08:55.148Z | [ recovery-image] Aug 16 04:08:54.112 INFO O| Aug 16 04:08:54.112 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4391 | 2024-08-16T04:08:55.155Z | [ recovery-image] Aug 16 04:08:54.121 INFO O| Aug 16 04:08:54.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4392 | 2024-08-16T04:08:55.155Z | [ recovery-image] Aug 16 04:08:54.121 INFO O| Aug 16 04:08:54.121 INFO STEP 172 (remove_files) COMPLETE |
4393 | 2024-08-16T04:08:55.155Z | [ recovery-image] Aug 16 04:08:54.121 INFO O| Aug 16 04:08:54.121 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4394 | 2024-08-16T04:08:55.164Z | [ recovery-image] Aug 16 04:08:54.131 INFO O| Aug 16 04:08:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4395 | 2024-08-16T04:08:55.164Z | [ recovery-image] Aug 16 04:08:54.131 INFO O| Aug 16 04:08:54.131 INFO STEP 173 (remove_files) COMPLETE |
4396 | 2024-08-16T04:08:55.167Z | [ recovery-image] Aug 16 04:08:54.131 INFO O| Aug 16 04:08:54.131 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4397 | 2024-08-16T04:08:55.174Z | [ recovery-image] Aug 16 04:08:54.140 INFO O| Aug 16 04:08:54.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4398 | 2024-08-16T04:08:55.174Z | [ recovery-image] Aug 16 04:08:54.140 INFO O| Aug 16 04:08:54.140 INFO STEP 174 (remove_files) COMPLETE |
4399 | 2024-08-16T04:08:55.174Z | [ recovery-image] Aug 16 04:08:54.140 INFO O| Aug 16 04:08:54.140 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-08-16T04:08:55.183Z | [ recovery-image] Aug 16 04:08:54.150 INFO O| Aug 16 04:08:54.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4401 | 2024-08-16T04:08:55.185Z | [ recovery-image] Aug 16 04:08:54.150 INFO O| Aug 16 04:08:54.150 INFO STEP 175 (remove_files) COMPLETE |
4402 | 2024-08-16T04:08:55.186Z | [ recovery-image] Aug 16 04:08:54.150 INFO O| Aug 16 04:08:54.150 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-08-16T04:08:55.193Z | [ recovery-image] Aug 16 04:08:54.159 INFO O| Aug 16 04:08:54.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4404 | 2024-08-16T04:08:55.193Z | [ recovery-image] Aug 16 04:08:54.159 INFO O| Aug 16 04:08:54.159 INFO STEP 176 (remove_files) COMPLETE |
4405 | 2024-08-16T04:08:55.195Z | [ recovery-image] Aug 16 04:08:54.159 INFO O| Aug 16 04:08:54.159 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-08-16T04:08:55.202Z | [ recovery-image] Aug 16 04:08:54.168 INFO O| Aug 16 04:08:54.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4407 | 2024-08-16T04:08:55.202Z | [ recovery-image] Aug 16 04:08:54.168 INFO O| Aug 16 04:08:54.168 INFO STEP 177 (remove_files) COMPLETE |
4408 | 2024-08-16T04:08:55.204Z | [ recovery-image] Aug 16 04:08:54.168 INFO O| Aug 16 04:08:54.168 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-08-16T04:08:55.211Z | [ recovery-image] Aug 16 04:08:54.178 INFO O| Aug 16 04:08:54.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4410 | 2024-08-16T04:08:55.212Z | [ recovery-image] Aug 16 04:08:54.178 INFO O| Aug 16 04:08:54.178 INFO STEP 178 (remove_files) COMPLETE |
4411 | 2024-08-16T04:08:55.214Z | [ recovery-image] Aug 16 04:08:54.178 INFO O| Aug 16 04:08:54.178 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-08-16T04:08:55.221Z | [ recovery-image] Aug 16 04:08:54.187 INFO O| Aug 16 04:08:54.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4413 | 2024-08-16T04:08:55.221Z | [ recovery-image] Aug 16 04:08:54.187 INFO O| Aug 16 04:08:54.187 INFO STEP 179 (remove_files) COMPLETE |
4414 | 2024-08-16T04:08:55.223Z | [ recovery-image] Aug 16 04:08:54.187 INFO O| Aug 16 04:08:54.187 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-08-16T04:08:55.230Z | [ recovery-image] Aug 16 04:08:54.196 INFO O| Aug 16 04:08:54.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4416 | 2024-08-16T04:08:55.230Z | [ recovery-image] Aug 16 04:08:54.197 INFO O| Aug 16 04:08:54.196 INFO STEP 180 (remove_files) COMPLETE |
4417 | 2024-08-16T04:08:55.233Z | [ recovery-image] Aug 16 04:08:54.197 INFO O| Aug 16 04:08:54.197 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-08-16T04:08:55.240Z | [ recovery-image] Aug 16 04:08:54.206 INFO O| Aug 16 04:08:54.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4419 | 2024-08-16T04:08:55.240Z | [ recovery-image] Aug 16 04:08:54.206 INFO O| Aug 16 04:08:54.206 INFO STEP 181 (remove_files) COMPLETE |
4420 | 2024-08-16T04:08:55.240Z | [ recovery-image] Aug 16 04:08:54.206 INFO O| Aug 16 04:08:54.206 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-08-16T04:08:55.249Z | [ recovery-image] Aug 16 04:08:54.215 INFO O| Aug 16 04:08:54.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4422 | 2024-08-16T04:08:55.249Z | [ recovery-image] Aug 16 04:08:54.215 INFO O| Aug 16 04:08:54.215 INFO STEP 182 (remove_files) COMPLETE |
4423 | 2024-08-16T04:08:55.251Z | [ recovery-image] Aug 16 04:08:54.215 INFO O| Aug 16 04:08:54.215 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-08-16T04:08:55.258Z | [ recovery-image] Aug 16 04:08:54.225 INFO O| Aug 16 04:08:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4425 | 2024-08-16T04:08:55.260Z | [ recovery-image] Aug 16 04:08:54.225 INFO O| Aug 16 04:08:54.225 INFO STEP 183 (remove_files) COMPLETE |
4426 | 2024-08-16T04:08:55.261Z | [ recovery-image] Aug 16 04:08:54.225 INFO O| Aug 16 04:08:54.225 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-08-16T04:08:55.268Z | [ recovery-image] Aug 16 04:08:54.234 INFO O| Aug 16 04:08:54.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4428 | 2024-08-16T04:08:55.268Z | [ recovery-image] Aug 16 04:08:54.234 INFO O| Aug 16 04:08:54.234 INFO STEP 184 (remove_files) COMPLETE |
4429 | 2024-08-16T04:08:55.270Z | [ recovery-image] Aug 16 04:08:54.234 INFO O| Aug 16 04:08:54.234 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-08-16T04:08:55.277Z | [ recovery-image] Aug 16 04:08:54.243 INFO O| Aug 16 04:08:54.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4431 | 2024-08-16T04:08:55.277Z | [ recovery-image] Aug 16 04:08:54.243 INFO O| Aug 16 04:08:54.243 INFO STEP 185 (remove_files) COMPLETE |
4432 | 2024-08-16T04:08:55.279Z | [ recovery-image] Aug 16 04:08:54.243 INFO O| Aug 16 04:08:54.243 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-08-16T04:08:55.286Z | [ recovery-image] Aug 16 04:08:54.253 INFO O| Aug 16 04:08:54.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4434 | 2024-08-16T04:08:55.286Z | [ recovery-image] Aug 16 04:08:54.253 INFO O| Aug 16 04:08:54.253 INFO STEP 186 (remove_files) COMPLETE |
4435 | 2024-08-16T04:08:55.289Z | [ recovery-image] Aug 16 04:08:54.253 INFO O| Aug 16 04:08:54.253 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-08-16T04:08:55.296Z | [ recovery-image] Aug 16 04:08:54.262 INFO O| Aug 16 04:08:54.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4437 | 2024-08-16T04:08:55.296Z | [ recovery-image] Aug 16 04:08:54.262 INFO O| Aug 16 04:08:54.262 INFO STEP 187 (remove_files) COMPLETE |
4438 | 2024-08-16T04:08:55.296Z | [ recovery-image] Aug 16 04:08:54.262 INFO O| Aug 16 04:08:54.262 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-08-16T04:08:55.305Z | [ recovery-image] Aug 16 04:08:54.272 INFO O| Aug 16 04:08:54.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4440 | 2024-08-16T04:08:55.306Z | [ recovery-image] Aug 16 04:08:54.272 INFO O| Aug 16 04:08:54.272 INFO STEP 188 (remove_files) COMPLETE |
4441 | 2024-08-16T04:08:55.310Z | [ recovery-image] Aug 16 04:08:54.272 INFO O| Aug 16 04:08:54.272 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-08-16T04:08:55.315Z | [ recovery-image] Aug 16 04:08:54.281 INFO O| Aug 16 04:08:54.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4443 | 2024-08-16T04:08:55.315Z | [ recovery-image] Aug 16 04:08:54.281 INFO O| Aug 16 04:08:54.281 INFO STEP 189 (remove_files) COMPLETE |
4444 | 2024-08-16T04:08:55.317Z | [ recovery-image] Aug 16 04:08:54.281 INFO O| Aug 16 04:08:54.281 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-08-16T04:08:55.324Z | [ recovery-image] Aug 16 04:08:54.291 INFO O| Aug 16 04:08:54.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4446 | 2024-08-16T04:08:55.324Z | [ recovery-image] Aug 16 04:08:54.291 INFO O| Aug 16 04:08:54.291 INFO STEP 190 (remove_files) COMPLETE |
4447 | 2024-08-16T04:08:55.324Z | [ recovery-image] Aug 16 04:08:54.291 INFO O| Aug 16 04:08:54.291 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-08-16T04:08:55.333Z | [ recovery-image] Aug 16 04:08:54.300 INFO O| Aug 16 04:08:54.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4449 | 2024-08-16T04:08:55.333Z | [ recovery-image] Aug 16 04:08:54.300 INFO O| Aug 16 04:08:54.300 INFO STEP 191 (remove_files) COMPLETE |
4450 | 2024-08-16T04:08:55.334Z | [ recovery-image] Aug 16 04:08:54.300 INFO O| Aug 16 04:08:54.300 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-08-16T04:08:55.343Z | [ recovery-image] Aug 16 04:08:54.309 INFO O| Aug 16 04:08:54.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4452 | 2024-08-16T04:08:55.343Z | [ recovery-image] Aug 16 04:08:54.309 INFO O| Aug 16 04:08:54.309 INFO STEP 192 (remove_files) COMPLETE |
4453 | 2024-08-16T04:08:55.345Z | [ recovery-image] Aug 16 04:08:54.309 INFO O| Aug 16 04:08:54.309 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-08-16T04:08:55.352Z | [ recovery-image] Aug 16 04:08:54.319 INFO O| Aug 16 04:08:54.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4455 | 2024-08-16T04:08:55.355Z | [ recovery-image] Aug 16 04:08:54.319 INFO O| Aug 16 04:08:54.319 INFO STEP 193 (remove_files) COMPLETE |
4456 | 2024-08-16T04:08:55.355Z | [ recovery-image] Aug 16 04:08:54.319 INFO O| Aug 16 04:08:54.319 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-08-16T04:08:55.362Z | [ recovery-image] Aug 16 04:08:54.328 INFO O| Aug 16 04:08:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4458 | 2024-08-16T04:08:55.362Z | [ recovery-image] Aug 16 04:08:54.328 INFO O| Aug 16 04:08:54.328 INFO STEP 194 (remove_files) COMPLETE |
4459 | 2024-08-16T04:08:55.364Z | [ recovery-image] Aug 16 04:08:54.328 INFO O| Aug 16 04:08:54.328 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-08-16T04:08:55.371Z | [ recovery-image] Aug 16 04:08:54.337 INFO O| Aug 16 04:08:54.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4461 | 2024-08-16T04:08:55.371Z | [ recovery-image] Aug 16 04:08:54.337 INFO O| Aug 16 04:08:54.337 INFO STEP 195 (remove_files) COMPLETE |
4462 | 2024-08-16T04:08:55.376Z | [ recovery-image] Aug 16 04:08:54.337 INFO O| Aug 16 04:08:54.337 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-08-16T04:08:55.380Z | [ recovery-image] Aug 16 04:08:54.347 INFO O| Aug 16 04:08:54.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4464 | 2024-08-16T04:08:55.380Z | [ recovery-image] Aug 16 04:08:54.347 INFO O| Aug 16 04:08:54.347 INFO STEP 196 (remove_files) COMPLETE |
4465 | 2024-08-16T04:08:55.387Z | [ recovery-image] Aug 16 04:08:54.347 INFO O| Aug 16 04:08:54.347 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-08-16T04:08:55.393Z | [ recovery-image] Aug 16 04:08:54.356 INFO O| Aug 16 04:08:54.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4467 | 2024-08-16T04:08:55.393Z | [ recovery-image] Aug 16 04:08:54.356 INFO O| Aug 16 04:08:54.356 INFO STEP 197 (remove_files) COMPLETE |
4468 | 2024-08-16T04:08:55.393Z | [ recovery-image] Aug 16 04:08:54.356 INFO O| Aug 16 04:08:54.356 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-08-16T04:08:55.399Z | [ recovery-image] Aug 16 04:08:54.365 INFO O| Aug 16 04:08:54.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4470 | 2024-08-16T04:08:55.399Z | [ recovery-image] Aug 16 04:08:54.365 INFO O| Aug 16 04:08:54.365 INFO STEP 198 (remove_files) COMPLETE |
4471 | 2024-08-16T04:08:55.401Z | [ recovery-image] Aug 16 04:08:54.365 INFO O| Aug 16 04:08:54.365 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-08-16T04:08:55.408Z | [ recovery-image] Aug 16 04:08:54.375 INFO O| Aug 16 04:08:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4473 | 2024-08-16T04:08:55.408Z | [ recovery-image] Aug 16 04:08:54.375 INFO O| Aug 16 04:08:54.375 INFO STEP 199 (remove_files) COMPLETE |
4474 | 2024-08-16T04:08:55.410Z | [ recovery-image] Aug 16 04:08:54.375 INFO O| Aug 16 04:08:54.375 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-08-16T04:08:55.418Z | [ recovery-image] Aug 16 04:08:54.384 INFO O| Aug 16 04:08:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4476 | 2024-08-16T04:08:55.418Z | [ recovery-image] Aug 16 04:08:54.384 INFO O| Aug 16 04:08:54.384 INFO STEP 200 (remove_files) COMPLETE |
4477 | 2024-08-16T04:08:55.420Z | [ recovery-image] Aug 16 04:08:54.384 INFO O| Aug 16 04:08:54.384 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-08-16T04:08:55.427Z | [ recovery-image] Aug 16 04:08:54.393 INFO O| Aug 16 04:08:54.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4479 | 2024-08-16T04:08:55.430Z | [ recovery-image] Aug 16 04:08:54.393 INFO O| Aug 16 04:08:54.393 INFO STEP 201 (remove_files) COMPLETE |
4480 | 2024-08-16T04:08:55.430Z | [ recovery-image] Aug 16 04:08:54.394 INFO O| Aug 16 04:08:54.393 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-08-16T04:08:55.436Z | [ recovery-image] Aug 16 04:08:54.403 INFO O| Aug 16 04:08:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4482 | 2024-08-16T04:08:55.439Z | [ recovery-image] Aug 16 04:08:54.403 INFO O| Aug 16 04:08:54.403 INFO STEP 202 (remove_files) COMPLETE |
4483 | 2024-08-16T04:08:55.439Z | [ recovery-image] Aug 16 04:08:54.403 INFO O| Aug 16 04:08:54.403 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-08-16T04:08:55.446Z | [ recovery-image] Aug 16 04:08:54.412 INFO O| Aug 16 04:08:54.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4485 | 2024-08-16T04:08:55.446Z | [ recovery-image] Aug 16 04:08:54.412 INFO O| Aug 16 04:08:54.412 INFO STEP 203 (remove_files) COMPLETE |
4486 | 2024-08-16T04:08:55.449Z | [ recovery-image] Aug 16 04:08:54.412 INFO O| Aug 16 04:08:54.412 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-08-16T04:08:55.455Z | [ recovery-image] Aug 16 04:08:54.421 INFO O| Aug 16 04:08:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4488 | 2024-08-16T04:08:55.455Z | [ recovery-image] Aug 16 04:08:54.421 INFO O| Aug 16 04:08:54.421 INFO STEP 204 (remove_files) COMPLETE |
4489 | 2024-08-16T04:08:55.455Z | [ recovery-image] Aug 16 04:08:54.421 INFO O| Aug 16 04:08:54.421 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-08-16T04:08:55.464Z | [ recovery-image] Aug 16 04:08:54.431 INFO O| Aug 16 04:08:54.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4491 | 2024-08-16T04:08:55.467Z | [ recovery-image] Aug 16 04:08:54.431 INFO O| Aug 16 04:08:54.431 INFO STEP 205 (remove_files) COMPLETE |
4492 | 2024-08-16T04:08:55.467Z | [ recovery-image] Aug 16 04:08:54.431 INFO O| Aug 16 04:08:54.431 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-08-16T04:08:55.473Z | [ recovery-image] Aug 16 04:08:54.440 INFO O| Aug 16 04:08:54.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4494 | 2024-08-16T04:08:55.474Z | [ recovery-image] Aug 16 04:08:54.440 INFO O| Aug 16 04:08:54.440 INFO STEP 206 (remove_files) COMPLETE |
4495 | 2024-08-16T04:08:55.476Z | [ recovery-image] Aug 16 04:08:54.440 INFO O| Aug 16 04:08:54.440 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-08-16T04:08:55.483Z | [ recovery-image] Aug 16 04:08:54.449 INFO O| Aug 16 04:08:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4497 | 2024-08-16T04:08:55.485Z | [ recovery-image] Aug 16 04:08:54.449 INFO O| Aug 16 04:08:54.449 INFO STEP 207 (remove_files) COMPLETE |
4498 | 2024-08-16T04:08:55.486Z | [ recovery-image] Aug 16 04:08:54.449 INFO O| Aug 16 04:08:54.449 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-08-16T04:08:55.492Z | [ recovery-image] Aug 16 04:08:54.459 INFO O| Aug 16 04:08:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4500 | 2024-08-16T04:08:55.492Z | [ recovery-image] Aug 16 04:08:54.459 INFO O| Aug 16 04:08:54.459 INFO STEP 208 (remove_files) COMPLETE |
4501 | 2024-08-16T04:08:55.492Z | [ recovery-image] Aug 16 04:08:54.459 INFO O| Aug 16 04:08:54.459 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-08-16T04:08:55.502Z | [ recovery-image] Aug 16 04:08:54.468 INFO O| Aug 16 04:08:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4503 | 2024-08-16T04:08:55.504Z | [ recovery-image] Aug 16 04:08:54.469 INFO O| Aug 16 04:08:54.469 INFO STEP 209 (remove_files) COMPLETE |
4504 | 2024-08-16T04:08:55.504Z | [ recovery-image] Aug 16 04:08:54.469 INFO O| Aug 16 04:08:54.469 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-08-16T04:08:55.512Z | [ recovery-image] Aug 16 04:08:54.478 INFO O| Aug 16 04:08:54.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4506 | 2024-08-16T04:08:55.512Z | [ recovery-image] Aug 16 04:08:54.478 INFO O| Aug 16 04:08:54.478 INFO STEP 210 (remove_files) COMPLETE |
4507 | 2024-08-16T04:08:55.512Z | [ recovery-image] Aug 16 04:08:54.478 INFO O| Aug 16 04:08:54.478 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-08-16T04:08:55.523Z | [ recovery-image] Aug 16 04:08:54.490 INFO O| Aug 16 04:08:54.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4509 | 2024-08-16T04:08:55.523Z | [ recovery-image] Aug 16 04:08:54.490 INFO O| Aug 16 04:08:54.490 INFO STEP 211 (remove_files) COMPLETE |
4510 | 2024-08-16T04:08:55.526Z | [ recovery-image] Aug 16 04:08:54.490 INFO O| Aug 16 04:08:54.490 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-08-16T04:08:55.533Z | [ recovery-image] Aug 16 04:08:54.499 INFO O| Aug 16 04:08:54.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4512 | 2024-08-16T04:08:55.535Z | [ recovery-image] Aug 16 04:08:54.499 INFO O| Aug 16 04:08:54.499 INFO STEP 212 (remove_files) COMPLETE |
4513 | 2024-08-16T04:08:55.535Z | [ recovery-image] Aug 16 04:08:54.499 INFO O| Aug 16 04:08:54.499 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-08-16T04:08:55.542Z | [ recovery-image] Aug 16 04:08:54.508 INFO O| Aug 16 04:08:54.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4515 | 2024-08-16T04:08:55.542Z | [ recovery-image] Aug 16 04:08:54.509 INFO O| Aug 16 04:08:54.509 INFO STEP 213 (remove_files) COMPLETE |
4516 | 2024-08-16T04:08:55.542Z | [ recovery-image] Aug 16 04:08:54.509 INFO O| Aug 16 04:08:54.509 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-08-16T04:08:55.551Z | [ recovery-image] Aug 16 04:08:54.518 INFO O| Aug 16 04:08:54.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4518 | 2024-08-16T04:08:55.552Z | [ recovery-image] Aug 16 04:08:54.518 INFO O| Aug 16 04:08:54.518 INFO STEP 214 (remove_files) COMPLETE |
4519 | 2024-08-16T04:08:55.554Z | [ recovery-image] Aug 16 04:08:54.518 INFO O| Aug 16 04:08:54.518 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-08-16T04:08:55.563Z | [ recovery-image] Aug 16 04:08:54.529 INFO O| Aug 16 04:08:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4521 | 2024-08-16T04:08:55.566Z | [ recovery-image] Aug 16 04:08:54.529 INFO O| Aug 16 04:08:54.529 INFO STEP 215 (remove_files) COMPLETE |
4522 | 2024-08-16T04:08:55.566Z | [ recovery-image] Aug 16 04:08:54.529 INFO O| Aug 16 04:08:54.529 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-08-16T04:08:55.574Z | [ recovery-image] Aug 16 04:08:54.541 INFO O| Aug 16 04:08:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4524 | 2024-08-16T04:08:55.575Z | [ recovery-image] Aug 16 04:08:54.541 INFO O| Aug 16 04:08:54.541 INFO STEP 216 (remove_files) COMPLETE |
4525 | 2024-08-16T04:08:55.575Z | [ recovery-image] Aug 16 04:08:54.541 INFO O| Aug 16 04:08:54.541 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-08-16T04:08:55.584Z | [ recovery-image] Aug 16 04:08:54.550 INFO O| Aug 16 04:08:54.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4527 | 2024-08-16T04:08:55.586Z | [ recovery-image] Aug 16 04:08:54.550 INFO O| Aug 16 04:08:54.550 INFO STEP 217 (remove_files) COMPLETE |
4528 | 2024-08-16T04:08:55.586Z | [ recovery-image] Aug 16 04:08:54.550 INFO O| Aug 16 04:08:54.550 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-08-16T04:08:55.595Z | [ recovery-image] Aug 16 04:08:54.561 INFO O| Aug 16 04:08:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4530 | 2024-08-16T04:08:55.598Z | [ recovery-image] Aug 16 04:08:54.562 INFO O| Aug 16 04:08:54.562 INFO STEP 218 (remove_files) COMPLETE |
4531 | 2024-08-16T04:08:55.598Z | [ recovery-image] Aug 16 04:08:54.562 INFO O| Aug 16 04:08:54.562 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-08-16T04:08:55.607Z | [ recovery-image] Aug 16 04:08:54.573 INFO O| Aug 16 04:08:54.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4533 | 2024-08-16T04:08:55.607Z | [ recovery-image] Aug 16 04:08:54.573 INFO O| Aug 16 04:08:54.573 INFO STEP 219 (remove_files) COMPLETE |
4534 | 2024-08-16T04:08:55.607Z | [ recovery-image] Aug 16 04:08:54.573 INFO O| Aug 16 04:08:54.573 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-08-16T04:08:55.616Z | [ recovery-image] Aug 16 04:08:54.582 INFO O| Aug 16 04:08:54.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4536 | 2024-08-16T04:08:55.616Z | [ recovery-image] Aug 16 04:08:54.582 INFO O| Aug 16 04:08:54.582 INFO STEP 220 (remove_files) COMPLETE |
4537 | 2024-08-16T04:08:55.616Z | [ recovery-image] Aug 16 04:08:54.582 INFO O| Aug 16 04:08:54.582 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-08-16T04:08:55.627Z | [ recovery-image] Aug 16 04:08:54.593 INFO O| Aug 16 04:08:54.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4539 | 2024-08-16T04:08:55.627Z | [ recovery-image] Aug 16 04:08:54.593 INFO O| Aug 16 04:08:54.593 INFO STEP 221 (remove_files) COMPLETE |
4540 | 2024-08-16T04:08:55.629Z | [ recovery-image] Aug 16 04:08:54.593 INFO O| Aug 16 04:08:54.593 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-08-16T04:08:55.637Z | [ recovery-image] Aug 16 04:08:54.603 INFO O| Aug 16 04:08:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4542 | 2024-08-16T04:08:55.637Z | [ recovery-image] Aug 16 04:08:54.603 INFO O| Aug 16 04:08:54.603 INFO STEP 222 (remove_files) COMPLETE |
4543 | 2024-08-16T04:08:55.637Z | [ recovery-image] Aug 16 04:08:54.603 INFO O| Aug 16 04:08:54.603 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-08-16T04:08:55.646Z | [ recovery-image] Aug 16 04:08:54.612 INFO O| Aug 16 04:08:54.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4545 | 2024-08-16T04:08:55.646Z | [ recovery-image] Aug 16 04:08:54.612 INFO O| Aug 16 04:08:54.612 INFO STEP 223 (remove_files) COMPLETE |
4546 | 2024-08-16T04:08:55.646Z | [ recovery-image] Aug 16 04:08:54.612 INFO O| Aug 16 04:08:54.612 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-08-16T04:08:55.657Z | [ recovery-image] Aug 16 04:08:54.624 INFO O| Aug 16 04:08:54.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4548 | 2024-08-16T04:08:55.657Z | [ recovery-image] Aug 16 04:08:54.624 INFO O| Aug 16 04:08:54.624 INFO STEP 224 (remove_files) COMPLETE |
4549 | 2024-08-16T04:08:55.659Z | [ recovery-image] Aug 16 04:08:54.624 INFO O| Aug 16 04:08:54.624 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-08-16T04:08:55.667Z | [ recovery-image] Aug 16 04:08:54.633 INFO O| Aug 16 04:08:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4551 | 2024-08-16T04:08:55.669Z | [ recovery-image] Aug 16 04:08:54.633 INFO O| Aug 16 04:08:54.633 INFO STEP 225 (remove_files) COMPLETE |
4552 | 2024-08-16T04:08:55.669Z | [ recovery-image] Aug 16 04:08:54.633 INFO O| Aug 16 04:08:54.633 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-08-16T04:08:55.678Z | [ recovery-image] Aug 16 04:08:54.644 INFO O| Aug 16 04:08:54.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4554 | 2024-08-16T04:08:55.678Z | [ recovery-image] Aug 16 04:08:54.645 INFO O| Aug 16 04:08:54.645 INFO STEP 226 (remove_files) COMPLETE |
4555 | 2024-08-16T04:08:55.681Z | [ recovery-image] Aug 16 04:08:54.645 INFO O| Aug 16 04:08:54.645 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-08-16T04:08:55.690Z | [ recovery-image] Aug 16 04:08:54.656 INFO O| Aug 16 04:08:54.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4557 | 2024-08-16T04:08:55.690Z | [ recovery-image] Aug 16 04:08:54.656 INFO O| Aug 16 04:08:54.656 INFO STEP 227 (remove_files) COMPLETE |
4558 | 2024-08-16T04:08:55.694Z | [ recovery-image] Aug 16 04:08:54.656 INFO O| Aug 16 04:08:54.656 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-08-16T04:08:55.701Z | [ recovery-image] Aug 16 04:08:54.667 INFO O| Aug 16 04:08:54.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4560 | 2024-08-16T04:08:55.701Z | [ recovery-image] Aug 16 04:08:54.667 INFO O| Aug 16 04:08:54.667 INFO STEP 228 (remove_files) COMPLETE |
4561 | 2024-08-16T04:08:55.701Z | [ recovery-image] Aug 16 04:08:54.667 INFO O| Aug 16 04:08:54.667 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-08-16T04:08:55.711Z | [ recovery-image] Aug 16 04:08:54.677 INFO O| Aug 16 04:08:54.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4563 | 2024-08-16T04:08:55.711Z | [ recovery-image] Aug 16 04:08:54.677 INFO O| Aug 16 04:08:54.677 INFO STEP 229 (remove_files) COMPLETE |
4564 | 2024-08-16T04:08:55.713Z | [ recovery-image] Aug 16 04:08:54.677 INFO O| Aug 16 04:08:54.677 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-08-16T04:08:55.722Z | [ recovery-image] Aug 16 04:08:54.688 INFO O| Aug 16 04:08:54.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4566 | 2024-08-16T04:08:55.722Z | [ recovery-image] Aug 16 04:08:54.688 INFO O| Aug 16 04:08:54.688 INFO STEP 230 (remove_files) COMPLETE |
4567 | 2024-08-16T04:08:55.722Z | [ recovery-image] Aug 16 04:08:54.688 INFO O| Aug 16 04:08:54.688 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-08-16T04:08:55.732Z | [ recovery-image] Aug 16 04:08:54.698 INFO O| Aug 16 04:08:54.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4569 | 2024-08-16T04:08:55.734Z | [ recovery-image] Aug 16 04:08:54.698 INFO O| Aug 16 04:08:54.698 INFO STEP 231 (remove_files) COMPLETE |
4570 | 2024-08-16T04:08:55.734Z | [ recovery-image] Aug 16 04:08:54.698 INFO O| Aug 16 04:08:54.698 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-08-16T04:08:55.741Z | [ recovery-image] Aug 16 04:08:54.707 INFO O| Aug 16 04:08:54.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4572 | 2024-08-16T04:08:55.741Z | [ recovery-image] Aug 16 04:08:54.707 INFO O| Aug 16 04:08:54.707 INFO STEP 232 (remove_files) COMPLETE |
4573 | 2024-08-16T04:08:55.743Z | [ recovery-image] Aug 16 04:08:54.707 INFO O| Aug 16 04:08:54.707 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-08-16T04:08:55.751Z | [ recovery-image] Aug 16 04:08:54.717 INFO O| Aug 16 04:08:54.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4575 | 2024-08-16T04:08:55.753Z | [ recovery-image] Aug 16 04:08:54.717 INFO O| Aug 16 04:08:54.717 INFO STEP 233 (remove_files) COMPLETE |
4576 | 2024-08-16T04:08:55.753Z | [ recovery-image] Aug 16 04:08:54.717 INFO O| Aug 16 04:08:54.717 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-08-16T04:08:55.760Z | [ recovery-image] Aug 16 04:08:54.726 INFO O| Aug 16 04:08:54.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4578 | 2024-08-16T04:08:55.762Z | [ recovery-image] Aug 16 04:08:54.726 INFO O| Aug 16 04:08:54.726 INFO STEP 234 (remove_files) COMPLETE |
4579 | 2024-08-16T04:08:55.762Z | [ recovery-image] Aug 16 04:08:54.727 INFO O| Aug 16 04:08:54.726 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-08-16T04:08:55.770Z | [ recovery-image] Aug 16 04:08:54.736 INFO O| Aug 16 04:08:54.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4581 | 2024-08-16T04:08:55.770Z | [ recovery-image] Aug 16 04:08:54.736 INFO O| Aug 16 04:08:54.736 INFO STEP 235 (remove_files) COMPLETE |
4582 | 2024-08-16T04:08:55.770Z | [ recovery-image] Aug 16 04:08:54.736 INFO O| Aug 16 04:08:54.736 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-08-16T04:08:55.779Z | [ recovery-image] Aug 16 04:08:54.745 INFO O| Aug 16 04:08:54.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4584 | 2024-08-16T04:08:55.779Z | [ recovery-image] Aug 16 04:08:54.745 INFO O| Aug 16 04:08:54.745 INFO STEP 236 (remove_files) COMPLETE |
4585 | 2024-08-16T04:08:55.779Z | [ recovery-image] Aug 16 04:08:54.745 INFO O| Aug 16 04:08:54.745 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-08-16T04:08:55.788Z | [ recovery-image] Aug 16 04:08:54.754 INFO O| Aug 16 04:08:54.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4587 | 2024-08-16T04:08:55.788Z | [ recovery-image] Aug 16 04:08:54.754 INFO O| Aug 16 04:08:54.754 INFO STEP 237 (remove_files) COMPLETE |
4588 | 2024-08-16T04:08:55.790Z | [ recovery-image] Aug 16 04:08:54.754 INFO O| Aug 16 04:08:54.754 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-08-16T04:08:55.797Z | [ recovery-image] Aug 16 04:08:54.764 INFO O| Aug 16 04:08:54.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4590 | 2024-08-16T04:08:55.800Z | [ recovery-image] Aug 16 04:08:54.765 INFO O| Aug 16 04:08:54.765 INFO STEP 238 (remove_files) COMPLETE |
4591 | 2024-08-16T04:08:55.800Z | [ recovery-image] Aug 16 04:08:54.765 INFO O| Aug 16 04:08:54.765 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-08-16T04:08:55.808Z | [ recovery-image] Aug 16 04:08:54.774 INFO O| Aug 16 04:08:54.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4593 | 2024-08-16T04:08:55.810Z | [ recovery-image] Aug 16 04:08:54.774 INFO O| Aug 16 04:08:54.774 INFO STEP 239 (remove_files) COMPLETE |
4594 | 2024-08-16T04:08:55.810Z | [ recovery-image] Aug 16 04:08:54.774 INFO O| Aug 16 04:08:54.774 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-08-16T04:08:55.817Z | [ recovery-image] Aug 16 04:08:54.783 INFO O| Aug 16 04:08:54.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4596 | 2024-08-16T04:08:55.817Z | [ recovery-image] Aug 16 04:08:54.783 INFO O| Aug 16 04:08:54.783 INFO STEP 240 (remove_files) COMPLETE |
4597 | 2024-08-16T04:08:55.817Z | [ recovery-image] Aug 16 04:08:54.783 INFO O| Aug 16 04:08:54.783 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-08-16T04:08:55.826Z | [ recovery-image] Aug 16 04:08:54.793 INFO O| Aug 16 04:08:54.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4599 | 2024-08-16T04:08:55.828Z | [ recovery-image] Aug 16 04:08:54.793 INFO O| Aug 16 04:08:54.793 INFO STEP 241 (remove_files) COMPLETE |
4600 | 2024-08-16T04:08:55.828Z | [ recovery-image] Aug 16 04:08:54.793 INFO O| Aug 16 04:08:54.793 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-08-16T04:08:55.836Z | [ recovery-image] Aug 16 04:08:54.802 INFO O| Aug 16 04:08:54.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4602 | 2024-08-16T04:08:55.836Z | [ recovery-image] Aug 16 04:08:54.802 INFO O| Aug 16 04:08:54.802 INFO STEP 242 (remove_files) COMPLETE |
4603 | 2024-08-16T04:08:55.838Z | [ recovery-image] Aug 16 04:08:54.802 INFO O| Aug 16 04:08:54.802 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-08-16T04:08:55.845Z | [ recovery-image] Aug 16 04:08:54.811 INFO O| Aug 16 04:08:54.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4605 | 2024-08-16T04:08:55.847Z | [ recovery-image] Aug 16 04:08:54.811 INFO O| Aug 16 04:08:54.811 INFO STEP 243 (remove_files) COMPLETE |
4606 | 2024-08-16T04:08:55.847Z | [ recovery-image] Aug 16 04:08:54.811 INFO O| Aug 16 04:08:54.811 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-08-16T04:08:55.854Z | [ recovery-image] Aug 16 04:08:54.820 INFO O| Aug 16 04:08:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4608 | 2024-08-16T04:08:55.854Z | [ recovery-image] Aug 16 04:08:54.820 INFO O| Aug 16 04:08:54.820 INFO STEP 244 (remove_files) COMPLETE |
4609 | 2024-08-16T04:08:55.856Z | [ recovery-image] Aug 16 04:08:54.820 INFO O| Aug 16 04:08:54.820 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-08-16T04:08:55.864Z | [ recovery-image] Aug 16 04:08:54.830 INFO O| Aug 16 04:08:54.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4611 | 2024-08-16T04:08:55.864Z | [ recovery-image] Aug 16 04:08:54.830 INFO O| Aug 16 04:08:54.830 INFO STEP 245 (remove_files) COMPLETE |
4612 | 2024-08-16T04:08:55.864Z | [ recovery-image] Aug 16 04:08:54.830 INFO O| Aug 16 04:08:54.830 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-08-16T04:08:55.873Z | [ recovery-image] Aug 16 04:08:54.839 INFO O| Aug 16 04:08:54.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4614 | 2024-08-16T04:08:55.875Z | [ recovery-image] Aug 16 04:08:54.839 INFO O| Aug 16 04:08:54.839 INFO STEP 246 (remove_files) COMPLETE |
4615 | 2024-08-16T04:08:55.875Z | [ recovery-image] Aug 16 04:08:54.839 INFO O| Aug 16 04:08:54.839 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-08-16T04:08:55.882Z | [ recovery-image] Aug 16 04:08:54.848 INFO O| Aug 16 04:08:54.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4617 | 2024-08-16T04:08:55.885Z | [ recovery-image] Aug 16 04:08:54.848 INFO O| Aug 16 04:08:54.848 INFO STEP 247 (remove_files) COMPLETE |
4618 | 2024-08-16T04:08:55.885Z | [ recovery-image] Aug 16 04:08:54.849 INFO O| Aug 16 04:08:54.848 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-08-16T04:08:55.891Z | [ recovery-image] Aug 16 04:08:54.858 INFO O| Aug 16 04:08:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4620 | 2024-08-16T04:08:55.891Z | [ recovery-image] Aug 16 04:08:54.858 INFO O| Aug 16 04:08:54.858 INFO STEP 248 (remove_files) COMPLETE |
4621 | 2024-08-16T04:08:55.894Z | [ recovery-image] Aug 16 04:08:54.858 INFO O| Aug 16 04:08:54.858 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-08-16T04:08:55.901Z | [ recovery-image] Aug 16 04:08:54.867 INFO O| Aug 16 04:08:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4623 | 2024-08-16T04:08:55.901Z | [ recovery-image] Aug 16 04:08:54.867 INFO O| Aug 16 04:08:54.867 INFO STEP 249 (remove_files) COMPLETE |
4624 | 2024-08-16T04:08:55.901Z | [ recovery-image] Aug 16 04:08:54.867 INFO O| Aug 16 04:08:54.867 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-08-16T04:08:55.910Z | [ recovery-image] Aug 16 04:08:54.876 INFO O| Aug 16 04:08:54.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4626 | 2024-08-16T04:08:55.912Z | [ recovery-image] Aug 16 04:08:54.877 INFO O| Aug 16 04:08:54.877 INFO STEP 250 (remove_files) COMPLETE |
4627 | 2024-08-16T04:08:55.912Z | [ recovery-image] Aug 16 04:08:54.877 INFO O| Aug 16 04:08:54.877 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-08-16T04:08:55.920Z | [ recovery-image] Aug 16 04:08:54.886 INFO O| Aug 16 04:08:54.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4629 | 2024-08-16T04:08:55.920Z | [ recovery-image] Aug 16 04:08:54.886 INFO O| Aug 16 04:08:54.886 INFO STEP 251 (remove_files) COMPLETE |
4630 | 2024-08-16T04:08:55.922Z | [ recovery-image] Aug 16 04:08:54.886 INFO O| Aug 16 04:08:54.886 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-08-16T04:08:55.929Z | [ recovery-image] Aug 16 04:08:54.895 INFO O| Aug 16 04:08:54.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4632 | 2024-08-16T04:08:55.931Z | [ recovery-image] Aug 16 04:08:54.895 INFO O| Aug 16 04:08:54.895 INFO STEP 252 (remove_files) COMPLETE |
4633 | 2024-08-16T04:08:55.931Z | [ recovery-image] Aug 16 04:08:54.895 INFO O| Aug 16 04:08:54.895 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-08-16T04:08:55.938Z | [ recovery-image] Aug 16 04:08:54.905 INFO O| Aug 16 04:08:54.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4635 | 2024-08-16T04:08:55.940Z | [ recovery-image] Aug 16 04:08:54.905 INFO O| Aug 16 04:08:54.905 INFO STEP 253 (remove_files) COMPLETE |
4636 | 2024-08-16T04:08:55.940Z | [ recovery-image] Aug 16 04:08:54.905 INFO O| Aug 16 04:08:54.905 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-08-16T04:08:55.948Z | [ recovery-image] Aug 16 04:08:54.914 INFO O| Aug 16 04:08:54.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4638 | 2024-08-16T04:08:55.948Z | [ recovery-image] Aug 16 04:08:54.914 INFO O| Aug 16 04:08:54.914 INFO STEP 254 (remove_files) COMPLETE |
4639 | 2024-08-16T04:08:55.950Z | [ recovery-image] Aug 16 04:08:54.914 INFO O| Aug 16 04:08:54.914 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-08-16T04:08:55.957Z | [ recovery-image] Aug 16 04:08:54.923 INFO O| Aug 16 04:08:54.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4641 | 2024-08-16T04:08:55.959Z | [ recovery-image] Aug 16 04:08:54.923 INFO O| Aug 16 04:08:54.923 INFO STEP 255 (remove_files) COMPLETE |
4642 | 2024-08-16T04:08:55.959Z | [ recovery-image] Aug 16 04:08:54.923 INFO O| Aug 16 04:08:54.923 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-08-16T04:08:55.966Z | [ recovery-image] Aug 16 04:08:54.933 INFO O| Aug 16 04:08:54.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4644 | 2024-08-16T04:08:55.966Z | [ recovery-image] Aug 16 04:08:54.933 INFO O| Aug 16 04:08:54.933 INFO STEP 256 (remove_files) COMPLETE |
4645 | 2024-08-16T04:08:55.966Z | [ recovery-image] Aug 16 04:08:54.933 INFO O| Aug 16 04:08:54.933 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-08-16T04:08:55.977Z | [ recovery-image] Aug 16 04:08:54.942 INFO O| Aug 16 04:08:54.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4647 | 2024-08-16T04:08:55.977Z | [ recovery-image] Aug 16 04:08:54.942 INFO O| Aug 16 04:08:54.942 INFO STEP 257 (remove_files) COMPLETE |
4648 | 2024-08-16T04:08:55.979Z | [ recovery-image] Aug 16 04:08:54.942 INFO O| Aug 16 04:08:54.942 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-08-16T04:08:55.985Z | [ recovery-image] Aug 16 04:08:54.951 INFO O| Aug 16 04:08:54.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4650 | 2024-08-16T04:08:55.987Z | [ recovery-image] Aug 16 04:08:54.951 INFO O| Aug 16 04:08:54.951 INFO STEP 258 (remove_files) COMPLETE |
4651 | 2024-08-16T04:08:55.987Z | [ recovery-image] Aug 16 04:08:54.951 INFO O| Aug 16 04:08:54.951 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-08-16T04:08:55.994Z | [ recovery-image] Aug 16 04:08:54.960 INFO O| Aug 16 04:08:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4653 | 2024-08-16T04:08:55.996Z | [ recovery-image] Aug 16 04:08:54.960 INFO O| Aug 16 04:08:54.960 INFO STEP 259 (remove_files) COMPLETE |
4654 | 2024-08-16T04:08:55.996Z | [ recovery-image] Aug 16 04:08:54.960 INFO O| Aug 16 04:08:54.960 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-08-16T04:08:56.003Z | [ recovery-image] Aug 16 04:08:54.970 INFO O| Aug 16 04:08:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4656 | 2024-08-16T04:08:56.003Z | [ recovery-image] Aug 16 04:08:54.970 INFO O| Aug 16 04:08:54.970 INFO STEP 260 (remove_files) COMPLETE |
4657 | 2024-08-16T04:08:56.005Z | [ recovery-image] Aug 16 04:08:54.970 INFO O| Aug 16 04:08:54.970 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-08-16T04:08:56.012Z | [ recovery-image] Aug 16 04:08:54.979 INFO O| Aug 16 04:08:54.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4659 | 2024-08-16T04:08:56.012Z | [ recovery-image] Aug 16 04:08:54.979 INFO O| Aug 16 04:08:54.979 INFO STEP 261 (remove_files) COMPLETE |
4660 | 2024-08-16T04:08:56.012Z | [ recovery-image] Aug 16 04:08:54.979 INFO O| Aug 16 04:08:54.979 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-08-16T04:08:56.022Z | [ recovery-image] Aug 16 04:08:54.988 INFO O| Aug 16 04:08:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4662 | 2024-08-16T04:08:56.022Z | [ recovery-image] Aug 16 04:08:54.988 INFO O| Aug 16 04:08:54.988 INFO STEP 262 (remove_files) COMPLETE |
4663 | 2024-08-16T04:08:56.024Z | [ recovery-image] Aug 16 04:08:54.988 INFO O| Aug 16 04:08:54.988 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-08-16T04:08:56.031Z | [ recovery-image] Aug 16 04:08:54.997 INFO O| Aug 16 04:08:54.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4665 | 2024-08-16T04:08:56.031Z | [ recovery-image] Aug 16 04:08:54.997 INFO O| Aug 16 04:08:54.997 INFO STEP 263 (remove_files) COMPLETE |
4666 | 2024-08-16T04:08:56.033Z | [ recovery-image] Aug 16 04:08:54.997 INFO O| Aug 16 04:08:54.997 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-08-16T04:08:56.041Z | [ recovery-image] Aug 16 04:08:55.007 INFO O| Aug 16 04:08:55.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4668 | 2024-08-16T04:08:56.041Z | [ recovery-image] Aug 16 04:08:55.007 INFO O| Aug 16 04:08:55.007 INFO STEP 264 (remove_files) COMPLETE |
4669 | 2024-08-16T04:08:56.041Z | [ recovery-image] Aug 16 04:08:55.007 INFO O| Aug 16 04:08:55.007 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-08-16T04:08:56.050Z | [ recovery-image] Aug 16 04:08:55.017 INFO O| Aug 16 04:08:55.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4671 | 2024-08-16T04:08:56.053Z | [ recovery-image] Aug 16 04:08:55.017 INFO O| Aug 16 04:08:55.017 INFO STEP 265 (remove_files) COMPLETE |
4672 | 2024-08-16T04:08:56.053Z | [ recovery-image] Aug 16 04:08:55.017 INFO O| Aug 16 04:08:55.017 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-08-16T04:08:56.059Z | [ recovery-image] Aug 16 04:08:55.026 INFO O| Aug 16 04:08:55.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4674 | 2024-08-16T04:08:56.060Z | [ recovery-image] Aug 16 04:08:55.026 INFO O| Aug 16 04:08:55.026 INFO STEP 266 (remove_files) COMPLETE |
4675 | 2024-08-16T04:08:56.062Z | [ recovery-image] Aug 16 04:08:55.026 INFO O| Aug 16 04:08:55.026 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-08-16T04:08:56.069Z | [ recovery-image] Aug 16 04:08:55.035 INFO O| Aug 16 04:08:55.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4677 | 2024-08-16T04:08:56.071Z | [ recovery-image] Aug 16 04:08:55.035 INFO O| Aug 16 04:08:55.035 INFO STEP 267 (remove_files) COMPLETE |
4678 | 2024-08-16T04:08:56.071Z | [ recovery-image] Aug 16 04:08:55.035 INFO O| Aug 16 04:08:55.035 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-08-16T04:08:56.079Z | [ recovery-image] Aug 16 04:08:55.045 INFO O| Aug 16 04:08:55.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4680 | 2024-08-16T04:08:56.079Z | [ recovery-image] Aug 16 04:08:55.045 INFO O| Aug 16 04:08:55.045 INFO STEP 268 (remove_files) COMPLETE |
4681 | 2024-08-16T04:08:56.081Z | [ recovery-image] Aug 16 04:08:55.045 INFO O| Aug 16 04:08:55.045 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-08-16T04:08:56.087Z | [ recovery-image] Aug 16 04:08:55.054 INFO O| Aug 16 04:08:55.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4683 | 2024-08-16T04:08:56.087Z | [ recovery-image] Aug 16 04:08:55.054 INFO O| Aug 16 04:08:55.054 INFO STEP 269 (remove_files) COMPLETE |
4684 | 2024-08-16T04:08:56.090Z | [ recovery-image] Aug 16 04:08:55.054 INFO O| Aug 16 04:08:55.054 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-08-16T04:08:56.097Z | [ recovery-image] Aug 16 04:08:55.063 INFO O| Aug 16 04:08:55.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4686 | 2024-08-16T04:08:56.099Z | [ recovery-image] Aug 16 04:08:55.064 INFO O| Aug 16 04:08:55.064 INFO STEP 270 (remove_files) COMPLETE |
4687 | 2024-08-16T04:08:56.099Z | [ recovery-image] Aug 16 04:08:55.064 INFO O| Aug 16 04:08:55.064 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-08-16T04:08:56.107Z | [ recovery-image] Aug 16 04:08:55.074 INFO O| Aug 16 04:08:55.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4689 | 2024-08-16T04:08:56.110Z | [ recovery-image] Aug 16 04:08:55.074 INFO O| Aug 16 04:08:55.074 INFO STEP 271 (remove_files) COMPLETE |
4690 | 2024-08-16T04:08:56.110Z | [ recovery-image] Aug 16 04:08:55.074 INFO O| Aug 16 04:08:55.074 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-08-16T04:08:56.116Z | [ recovery-image] Aug 16 04:08:55.083 INFO O| Aug 16 04:08:55.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4692 | 2024-08-16T04:08:56.116Z | [ recovery-image] Aug 16 04:08:55.083 INFO O| Aug 16 04:08:55.083 INFO STEP 272 (remove_files) COMPLETE |
4693 | 2024-08-16T04:08:56.116Z | [ recovery-image] Aug 16 04:08:55.083 INFO O| Aug 16 04:08:55.083 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-08-16T04:08:56.126Z | [ recovery-image] Aug 16 04:08:55.092 INFO O| Aug 16 04:08:55.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4695 | 2024-08-16T04:08:56.128Z | [ recovery-image] Aug 16 04:08:55.092 INFO O| Aug 16 04:08:55.092 INFO STEP 273 (remove_files) COMPLETE |
4696 | 2024-08-16T04:08:56.129Z | [ recovery-image] Aug 16 04:08:55.092 INFO O| Aug 16 04:08:55.092 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-08-16T04:08:56.135Z | [ recovery-image] Aug 16 04:08:55.101 INFO O| Aug 16 04:08:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4698 | 2024-08-16T04:08:56.135Z | [ recovery-image] Aug 16 04:08:55.102 INFO O| Aug 16 04:08:55.102 INFO STEP 274 (remove_files) COMPLETE |
4699 | 2024-08-16T04:08:56.135Z | [ recovery-image] Aug 16 04:08:55.102 INFO O| Aug 16 04:08:55.102 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-08-16T04:08:56.144Z | [ recovery-image] Aug 16 04:08:55.111 INFO O| Aug 16 04:08:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4701 | 2024-08-16T04:08:56.144Z | [ recovery-image] Aug 16 04:08:55.111 INFO O| Aug 16 04:08:55.111 INFO STEP 275 (remove_files) COMPLETE |
4702 | 2024-08-16T04:08:56.147Z | [ recovery-image] Aug 16 04:08:55.111 INFO O| Aug 16 04:08:55.111 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-08-16T04:08:56.154Z | [ recovery-image] Aug 16 04:08:55.120 INFO O| Aug 16 04:08:55.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4704 | 2024-08-16T04:08:56.156Z | [ recovery-image] Aug 16 04:08:55.121 INFO O| Aug 16 04:08:55.121 INFO STEP 276 (remove_files) COMPLETE |
4705 | 2024-08-16T04:08:56.156Z | [ recovery-image] Aug 16 04:08:55.121 INFO O| Aug 16 04:08:55.121 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-08-16T04:08:56.164Z | [ recovery-image] Aug 16 04:08:55.131 INFO O| Aug 16 04:08:55.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4707 | 2024-08-16T04:08:56.166Z | [ recovery-image] Aug 16 04:08:55.131 INFO O| Aug 16 04:08:55.131 INFO STEP 277 (remove_files) COMPLETE |
4708 | 2024-08-16T04:08:56.167Z | [ recovery-image] Aug 16 04:08:55.131 INFO O| Aug 16 04:08:55.131 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-08-16T04:08:56.173Z | [ recovery-image] Aug 16 04:08:55.140 INFO O| Aug 16 04:08:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4710 | 2024-08-16T04:08:56.173Z | [ recovery-image] Aug 16 04:08:55.140 INFO O| Aug 16 04:08:55.140 INFO STEP 278 (remove_files) COMPLETE |
4711 | 2024-08-16T04:08:56.176Z | [ recovery-image] Aug 16 04:08:55.140 INFO O| Aug 16 04:08:55.140 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-08-16T04:08:56.183Z | [ recovery-image] Aug 16 04:08:55.149 INFO O| Aug 16 04:08:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4713 | 2024-08-16T04:08:56.183Z | [ recovery-image] Aug 16 04:08:55.149 INFO O| Aug 16 04:08:55.149 INFO STEP 279 (remove_files) COMPLETE |
4714 | 2024-08-16T04:08:56.186Z | [ recovery-image] Aug 16 04:08:55.149 INFO O| Aug 16 04:08:55.149 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-08-16T04:08:56.193Z | [ recovery-image] Aug 16 04:08:55.158 INFO O| Aug 16 04:08:55.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4716 | 2024-08-16T04:08:56.193Z | [ recovery-image] Aug 16 04:08:55.158 INFO O| Aug 16 04:08:55.158 INFO STEP 280 (remove_files) COMPLETE |
4717 | 2024-08-16T04:08:56.193Z | [ recovery-image] Aug 16 04:08:55.158 INFO O| Aug 16 04:08:55.158 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-08-16T04:08:56.202Z | [ recovery-image] Aug 16 04:08:55.168 INFO O| Aug 16 04:08:55.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4719 | 2024-08-16T04:08:56.202Z | [ recovery-image] Aug 16 04:08:55.168 INFO O| Aug 16 04:08:55.168 INFO STEP 281 (remove_files) COMPLETE |
4720 | 2024-08-16T04:08:56.202Z | [ recovery-image] Aug 16 04:08:55.168 INFO O| Aug 16 04:08:55.168 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-08-16T04:08:56.211Z | [ recovery-image] Aug 16 04:08:55.177 INFO O| Aug 16 04:08:55.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4722 | 2024-08-16T04:08:56.211Z | [ recovery-image] Aug 16 04:08:55.177 INFO O| Aug 16 04:08:55.177 INFO STEP 282 (remove_files) COMPLETE |
4723 | 2024-08-16T04:08:56.211Z | [ recovery-image] Aug 16 04:08:55.177 INFO O| Aug 16 04:08:55.177 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-08-16T04:08:56.220Z | [ recovery-image] Aug 16 04:08:55.186 INFO O| Aug 16 04:08:55.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4725 | 2024-08-16T04:08:56.220Z | [ recovery-image] Aug 16 04:08:55.187 INFO O| Aug 16 04:08:55.186 INFO STEP 283 (remove_files) COMPLETE |
4726 | 2024-08-16T04:08:56.220Z | [ recovery-image] Aug 16 04:08:55.187 INFO O| Aug 16 04:08:55.186 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-08-16T04:08:56.229Z | [ recovery-image] Aug 16 04:08:55.196 INFO O| Aug 16 04:08:55.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4728 | 2024-08-16T04:08:56.229Z | [ recovery-image] Aug 16 04:08:55.196 INFO O| Aug 16 04:08:55.196 INFO STEP 284 (remove_files) COMPLETE |
4729 | 2024-08-16T04:08:56.231Z | [ recovery-image] Aug 16 04:08:55.196 INFO O| Aug 16 04:08:55.196 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-08-16T04:08:56.239Z | [ recovery-image] Aug 16 04:08:55.205 INFO O| Aug 16 04:08:55.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4731 | 2024-08-16T04:08:56.239Z | [ recovery-image] Aug 16 04:08:55.205 INFO O| Aug 16 04:08:55.205 INFO STEP 285 (remove_files) COMPLETE |
4732 | 2024-08-16T04:08:56.239Z | [ recovery-image] Aug 16 04:08:55.205 INFO O| Aug 16 04:08:55.205 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-08-16T04:08:56.248Z | [ recovery-image] Aug 16 04:08:55.214 INFO O| Aug 16 04:08:55.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4734 | 2024-08-16T04:08:56.248Z | [ recovery-image] Aug 16 04:08:55.215 INFO O| Aug 16 04:08:55.214 INFO STEP 286 (remove_files) COMPLETE |
4735 | 2024-08-16T04:08:56.248Z | [ recovery-image] Aug 16 04:08:55.215 INFO O| Aug 16 04:08:55.215 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-08-16T04:08:56.257Z | [ recovery-image] Aug 16 04:08:55.224 INFO O| Aug 16 04:08:55.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4737 | 2024-08-16T04:08:56.257Z | [ recovery-image] Aug 16 04:08:55.224 INFO O| Aug 16 04:08:55.224 INFO STEP 287 (remove_files) COMPLETE |
4738 | 2024-08-16T04:08:56.260Z | [ recovery-image] Aug 16 04:08:55.224 INFO O| Aug 16 04:08:55.224 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-08-16T04:08:56.267Z | [ recovery-image] Aug 16 04:08:55.233 INFO O| Aug 16 04:08:55.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4740 | 2024-08-16T04:08:56.267Z | [ recovery-image] Aug 16 04:08:55.233 INFO O| Aug 16 04:08:55.233 INFO STEP 288 (remove_files) COMPLETE |
4741 | 2024-08-16T04:08:56.267Z | [ recovery-image] Aug 16 04:08:55.233 INFO O| Aug 16 04:08:55.233 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-08-16T04:08:56.276Z | [ recovery-image] Aug 16 04:08:55.242 INFO O| Aug 16 04:08:55.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4743 | 2024-08-16T04:08:56.276Z | [ recovery-image] Aug 16 04:08:55.242 INFO O| Aug 16 04:08:55.242 INFO STEP 289 (remove_files) COMPLETE |
4744 | 2024-08-16T04:08:56.278Z | [ recovery-image] Aug 16 04:08:55.242 INFO O| Aug 16 04:08:55.242 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-08-16T04:08:56.285Z | [ recovery-image] Aug 16 04:08:55.252 INFO O| Aug 16 04:08:55.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4746 | 2024-08-16T04:08:56.285Z | [ recovery-image] Aug 16 04:08:55.252 INFO O| Aug 16 04:08:55.252 INFO STEP 290 (remove_files) COMPLETE |
4747 | 2024-08-16T04:08:56.285Z | [ recovery-image] Aug 16 04:08:55.252 INFO O| Aug 16 04:08:55.252 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-08-16T04:08:56.295Z | [ recovery-image] Aug 16 04:08:55.261 INFO O| Aug 16 04:08:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4749 | 2024-08-16T04:08:56.295Z | [ recovery-image] Aug 16 04:08:55.261 INFO O| Aug 16 04:08:55.261 INFO STEP 291 (remove_files) COMPLETE |
4750 | 2024-08-16T04:08:56.297Z | [ recovery-image] Aug 16 04:08:55.261 INFO O| Aug 16 04:08:55.261 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-08-16T04:08:56.304Z | [ recovery-image] Aug 16 04:08:55.270 INFO O| Aug 16 04:08:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4752 | 2024-08-16T04:08:56.304Z | [ recovery-image] Aug 16 04:08:55.271 INFO O| Aug 16 04:08:55.270 INFO STEP 292 (remove_files) COMPLETE |
4753 | 2024-08-16T04:08:56.307Z | [ recovery-image] Aug 16 04:08:55.271 INFO O| Aug 16 04:08:55.271 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-08-16T04:08:56.313Z | [ recovery-image] Aug 16 04:08:55.280 INFO O| Aug 16 04:08:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4755 | 2024-08-16T04:08:56.314Z | [ recovery-image] Aug 16 04:08:55.280 INFO O| Aug 16 04:08:55.280 INFO STEP 293 (remove_files) COMPLETE |
4756 | 2024-08-16T04:08:56.314Z | [ recovery-image] Aug 16 04:08:55.280 INFO O| Aug 16 04:08:55.280 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-08-16T04:08:56.323Z | [ recovery-image] Aug 16 04:08:55.289 INFO O| Aug 16 04:08:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4758 | 2024-08-16T04:08:56.323Z | [ recovery-image] Aug 16 04:08:55.289 INFO O| Aug 16 04:08:55.289 INFO STEP 294 (remove_files) COMPLETE |
4759 | 2024-08-16T04:08:56.325Z | [ recovery-image] Aug 16 04:08:55.289 INFO O| Aug 16 04:08:55.289 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-08-16T04:08:56.332Z | [ recovery-image] Aug 16 04:08:55.299 INFO O| Aug 16 04:08:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4761 | 2024-08-16T04:08:56.332Z | [ recovery-image] Aug 16 04:08:55.299 INFO O| Aug 16 04:08:55.299 INFO STEP 295 (remove_files) COMPLETE |
4762 | 2024-08-16T04:08:56.335Z | [ recovery-image] Aug 16 04:08:55.299 INFO O| Aug 16 04:08:55.299 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-08-16T04:08:56.341Z | [ recovery-image] Aug 16 04:08:55.308 INFO O| Aug 16 04:08:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4764 | 2024-08-16T04:08:56.342Z | [ recovery-image] Aug 16 04:08:55.308 INFO O| Aug 16 04:08:55.308 INFO STEP 296 (remove_files) COMPLETE |
4765 | 2024-08-16T04:08:56.342Z | [ recovery-image] Aug 16 04:08:55.308 INFO O| Aug 16 04:08:55.308 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-08-16T04:08:56.351Z | [ recovery-image] Aug 16 04:08:55.317 INFO O| Aug 16 04:08:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4767 | 2024-08-16T04:08:56.351Z | [ recovery-image] Aug 16 04:08:55.317 INFO O| Aug 16 04:08:55.317 INFO STEP 297 (remove_files) COMPLETE |
4768 | 2024-08-16T04:08:56.353Z | [ recovery-image] Aug 16 04:08:55.317 INFO O| Aug 16 04:08:55.317 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-08-16T04:08:56.360Z | [ recovery-image] Aug 16 04:08:55.326 INFO O| Aug 16 04:08:55.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4770 | 2024-08-16T04:08:56.362Z | [ recovery-image] Aug 16 04:08:55.326 INFO O| Aug 16 04:08:55.326 INFO STEP 298 (remove_files) COMPLETE |
4771 | 2024-08-16T04:08:56.362Z | [ recovery-image] Aug 16 04:08:55.326 INFO O| Aug 16 04:08:55.326 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-08-16T04:08:56.370Z | [ recovery-image] Aug 16 04:08:55.336 INFO O| Aug 16 04:08:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4773 | 2024-08-16T04:08:56.370Z | [ recovery-image] Aug 16 04:08:55.336 INFO O| Aug 16 04:08:55.336 INFO STEP 299 (remove_files) COMPLETE |
4774 | 2024-08-16T04:08:56.370Z | [ recovery-image] Aug 16 04:08:55.336 INFO O| Aug 16 04:08:55.336 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-08-16T04:08:56.379Z | [ recovery-image] Aug 16 04:08:55.346 INFO O| Aug 16 04:08:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4776 | 2024-08-16T04:08:56.379Z | [ recovery-image] Aug 16 04:08:55.346 INFO O| Aug 16 04:08:55.346 INFO STEP 300 (remove_files) COMPLETE |
4777 | 2024-08-16T04:08:56.382Z | [ recovery-image] Aug 16 04:08:55.346 INFO O| Aug 16 04:08:55.346 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-08-16T04:08:56.389Z | [ recovery-image] Aug 16 04:08:55.355 INFO O| Aug 16 04:08:55.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4779 | 2024-08-16T04:08:56.391Z | [ recovery-image] Aug 16 04:08:55.355 INFO O| Aug 16 04:08:55.355 INFO STEP 301 (remove_files) COMPLETE |
4780 | 2024-08-16T04:08:56.391Z | [ recovery-image] Aug 16 04:08:55.355 INFO O| Aug 16 04:08:55.355 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-08-16T04:08:56.398Z | [ recovery-image] Aug 16 04:08:55.365 INFO O| Aug 16 04:08:55.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4782 | 2024-08-16T04:08:56.400Z | [ recovery-image] Aug 16 04:08:55.365 INFO O| Aug 16 04:08:55.365 INFO STEP 302 (remove_files) COMPLETE |
4783 | 2024-08-16T04:08:56.400Z | [ recovery-image] Aug 16 04:08:55.365 INFO O| Aug 16 04:08:55.365 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-08-16T04:08:56.409Z | [ recovery-image] Aug 16 04:08:55.375 INFO O| Aug 16 04:08:55.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4785 | 2024-08-16T04:08:56.409Z | [ recovery-image] Aug 16 04:08:55.375 INFO O| Aug 16 04:08:55.375 INFO STEP 303 (remove_files) COMPLETE |
4786 | 2024-08-16T04:08:56.409Z | [ recovery-image] Aug 16 04:08:55.375 INFO O| Aug 16 04:08:55.375 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-08-16T04:08:56.418Z | [ recovery-image] Aug 16 04:08:55.384 INFO O| Aug 16 04:08:55.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4788 | 2024-08-16T04:08:56.420Z | [ recovery-image] Aug 16 04:08:55.384 INFO O| Aug 16 04:08:55.384 INFO STEP 304 (remove_files) COMPLETE |
4789 | 2024-08-16T04:08:56.420Z | [ recovery-image] Aug 16 04:08:55.384 INFO O| Aug 16 04:08:55.384 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-08-16T04:08:56.427Z | [ recovery-image] Aug 16 04:08:55.394 INFO O| Aug 16 04:08:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4791 | 2024-08-16T04:08:56.431Z | [ recovery-image] Aug 16 04:08:55.394 INFO O| Aug 16 04:08:55.394 INFO STEP 305 (remove_files) COMPLETE |
4792 | 2024-08-16T04:08:56.431Z | [ recovery-image] Aug 16 04:08:55.394 INFO O| Aug 16 04:08:55.394 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-08-16T04:08:56.437Z | [ recovery-image] Aug 16 04:08:55.403 INFO O| Aug 16 04:08:55.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4794 | 2024-08-16T04:08:56.439Z | [ recovery-image] Aug 16 04:08:55.403 INFO O| Aug 16 04:08:55.403 INFO STEP 306 (remove_files) COMPLETE |
4795 | 2024-08-16T04:08:56.439Z | [ recovery-image] Aug 16 04:08:55.403 INFO O| Aug 16 04:08:55.403 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-08-16T04:08:56.446Z | [ recovery-image] Aug 16 04:08:55.412 INFO O| Aug 16 04:08:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4797 | 2024-08-16T04:08:56.446Z | [ recovery-image] Aug 16 04:08:55.412 INFO O| Aug 16 04:08:55.412 INFO STEP 307 (remove_files) COMPLETE |
4798 | 2024-08-16T04:08:56.449Z | [ recovery-image] Aug 16 04:08:55.412 INFO O| Aug 16 04:08:55.412 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-08-16T04:08:56.455Z | [ recovery-image] Aug 16 04:08:55.422 INFO O| Aug 16 04:08:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4800 | 2024-08-16T04:08:56.455Z | [ recovery-image] Aug 16 04:08:55.422 INFO O| Aug 16 04:08:55.422 INFO STEP 308 (remove_files) COMPLETE |
4801 | 2024-08-16T04:08:56.458Z | [ recovery-image] Aug 16 04:08:55.422 INFO O| Aug 16 04:08:55.422 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-08-16T04:08:56.465Z | [ recovery-image] Aug 16 04:08:55.431 INFO O| Aug 16 04:08:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4803 | 2024-08-16T04:08:56.467Z | [ recovery-image] Aug 16 04:08:55.431 INFO O| Aug 16 04:08:55.431 INFO STEP 309 (remove_files) COMPLETE |
4804 | 2024-08-16T04:08:56.467Z | [ recovery-image] Aug 16 04:08:55.431 INFO O| Aug 16 04:08:55.431 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-08-16T04:08:56.474Z | [ recovery-image] Aug 16 04:08:55.440 INFO O| Aug 16 04:08:55.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4806 | 2024-08-16T04:08:56.476Z | [ recovery-image] Aug 16 04:08:55.441 INFO O| Aug 16 04:08:55.440 INFO STEP 310 (remove_files) COMPLETE |
4807 | 2024-08-16T04:08:56.477Z | [ recovery-image] Aug 16 04:08:55.441 INFO O| Aug 16 04:08:55.441 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-08-16T04:08:56.483Z | [ recovery-image] Aug 16 04:08:55.450 INFO O| Aug 16 04:08:55.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4809 | 2024-08-16T04:08:56.483Z | [ recovery-image] Aug 16 04:08:55.450 INFO O| Aug 16 04:08:55.450 INFO STEP 311 (remove_files) COMPLETE |
4810 | 2024-08-16T04:08:56.486Z | [ recovery-image] Aug 16 04:08:55.450 INFO O| Aug 16 04:08:55.450 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-08-16T04:08:56.493Z | [ recovery-image] Aug 16 04:08:55.459 INFO O| Aug 16 04:08:55.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4812 | 2024-08-16T04:08:56.493Z | [ recovery-image] Aug 16 04:08:55.459 INFO O| Aug 16 04:08:55.459 INFO STEP 312 (remove_files) COMPLETE |
4813 | 2024-08-16T04:08:56.495Z | [ recovery-image] Aug 16 04:08:55.459 INFO O| Aug 16 04:08:55.459 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-08-16T04:08:56.502Z | [ recovery-image] Aug 16 04:08:55.468 INFO O| Aug 16 04:08:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4815 | 2024-08-16T04:08:56.502Z | [ recovery-image] Aug 16 04:08:55.468 INFO O| Aug 16 04:08:55.468 INFO STEP 313 (remove_files) COMPLETE |
4816 | 2024-08-16T04:08:56.504Z | [ recovery-image] Aug 16 04:08:55.468 INFO O| Aug 16 04:08:55.468 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-08-16T04:08:56.511Z | [ recovery-image] Aug 16 04:08:55.478 INFO O| Aug 16 04:08:55.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4818 | 2024-08-16T04:08:56.511Z | [ recovery-image] Aug 16 04:08:55.478 INFO O| Aug 16 04:08:55.478 INFO STEP 314 (remove_files) COMPLETE |
4819 | 2024-08-16T04:08:56.511Z | [ recovery-image] Aug 16 04:08:55.478 INFO O| Aug 16 04:08:55.478 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-08-16T04:08:56.521Z | [ recovery-image] Aug 16 04:08:55.487 INFO O| Aug 16 04:08:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4821 | 2024-08-16T04:08:56.521Z | [ recovery-image] Aug 16 04:08:55.487 INFO O| Aug 16 04:08:55.487 INFO STEP 315 (remove_files) COMPLETE |
4822 | 2024-08-16T04:08:56.524Z | [ recovery-image] Aug 16 04:08:55.487 INFO O| Aug 16 04:08:55.487 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-08-16T04:08:56.530Z | [ recovery-image] Aug 16 04:08:55.496 INFO O| Aug 16 04:08:55.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4824 | 2024-08-16T04:08:56.530Z | [ recovery-image] Aug 16 04:08:55.496 INFO O| Aug 16 04:08:55.496 INFO STEP 316 (remove_files) COMPLETE |
4825 | 2024-08-16T04:08:56.532Z | [ recovery-image] Aug 16 04:08:55.496 INFO O| Aug 16 04:08:55.496 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-08-16T04:08:56.539Z | [ recovery-image] Aug 16 04:08:55.506 INFO O| Aug 16 04:08:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4827 | 2024-08-16T04:08:56.539Z | [ recovery-image] Aug 16 04:08:55.506 INFO O| Aug 16 04:08:55.506 INFO STEP 317 (remove_files) COMPLETE |
4828 | 2024-08-16T04:08:56.539Z | [ recovery-image] Aug 16 04:08:55.506 INFO O| Aug 16 04:08:55.506 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-08-16T04:08:56.549Z | [ recovery-image] Aug 16 04:08:55.515 INFO O| Aug 16 04:08:55.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4830 | 2024-08-16T04:08:56.549Z | [ recovery-image] Aug 16 04:08:55.515 INFO O| Aug 16 04:08:55.515 INFO STEP 318 (remove_files) COMPLETE |
4831 | 2024-08-16T04:08:56.549Z | [ recovery-image] Aug 16 04:08:55.515 INFO O| Aug 16 04:08:55.515 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-08-16T04:08:56.558Z | [ recovery-image] Aug 16 04:08:55.525 INFO O| Aug 16 04:08:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4833 | 2024-08-16T04:08:56.558Z | [ recovery-image] Aug 16 04:08:55.525 INFO O| Aug 16 04:08:55.525 INFO STEP 319 (remove_files) COMPLETE |
4834 | 2024-08-16T04:08:56.561Z | [ recovery-image] Aug 16 04:08:55.525 INFO O| Aug 16 04:08:55.525 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-08-16T04:08:56.568Z | [ recovery-image] Aug 16 04:08:55.534 INFO O| Aug 16 04:08:55.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4836 | 2024-08-16T04:08:56.571Z | [ recovery-image] Aug 16 04:08:55.534 INFO O| Aug 16 04:08:55.534 INFO STEP 320 (remove_files) COMPLETE |
4837 | 2024-08-16T04:08:56.571Z | [ recovery-image] Aug 16 04:08:55.534 INFO O| Aug 16 04:08:55.534 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-08-16T04:08:56.577Z | [ recovery-image] Aug 16 04:08:55.543 INFO O| Aug 16 04:08:55.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4839 | 2024-08-16T04:08:56.577Z | [ recovery-image] Aug 16 04:08:55.543 INFO O| Aug 16 04:08:55.543 INFO STEP 321 (remove_files) COMPLETE |
4840 | 2024-08-16T04:08:56.577Z | [ recovery-image] Aug 16 04:08:55.543 INFO O| Aug 16 04:08:55.543 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-08-16T04:08:56.586Z | [ recovery-image] Aug 16 04:08:55.553 INFO O| Aug 16 04:08:55.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4842 | 2024-08-16T04:08:56.586Z | [ recovery-image] Aug 16 04:08:55.553 INFO O| Aug 16 04:08:55.553 INFO STEP 322 (remove_files) COMPLETE |
4843 | 2024-08-16T04:08:56.586Z | [ recovery-image] Aug 16 04:08:55.553 INFO O| Aug 16 04:08:55.553 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-08-16T04:08:56.596Z | [ recovery-image] Aug 16 04:08:55.562 INFO O| Aug 16 04:08:55.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4845 | 2024-08-16T04:08:56.596Z | [ recovery-image] Aug 16 04:08:55.562 INFO O| Aug 16 04:08:55.562 INFO STEP 323 (remove_files) COMPLETE |
4846 | 2024-08-16T04:08:56.596Z | [ recovery-image] Aug 16 04:08:55.562 INFO O| Aug 16 04:08:55.562 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-08-16T04:08:56.605Z | [ recovery-image] Aug 16 04:08:55.571 INFO O| Aug 16 04:08:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4848 | 2024-08-16T04:08:56.605Z | [ recovery-image] Aug 16 04:08:55.571 INFO O| Aug 16 04:08:55.571 INFO STEP 324 (remove_files) COMPLETE |
4849 | 2024-08-16T04:08:56.607Z | [ recovery-image] Aug 16 04:08:55.572 INFO O| Aug 16 04:08:55.571 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-08-16T04:08:56.615Z | [ recovery-image] Aug 16 04:08:55.581 INFO O| Aug 16 04:08:55.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4851 | 2024-08-16T04:08:56.615Z | [ recovery-image] Aug 16 04:08:55.581 INFO O| Aug 16 04:08:55.581 INFO STEP 325 (remove_files) COMPLETE |
4852 | 2024-08-16T04:08:56.615Z | [ recovery-image] Aug 16 04:08:55.581 INFO O| Aug 16 04:08:55.581 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-08-16T04:08:56.624Z | [ recovery-image] Aug 16 04:08:55.591 INFO O| Aug 16 04:08:55.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4854 | 2024-08-16T04:08:56.624Z | [ recovery-image] Aug 16 04:08:55.591 INFO O| Aug 16 04:08:55.591 INFO STEP 326 (remove_files) COMPLETE |
4855 | 2024-08-16T04:08:56.624Z | [ recovery-image] Aug 16 04:08:55.591 INFO O| Aug 16 04:08:55.591 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-08-16T04:08:56.634Z | [ recovery-image] Aug 16 04:08:55.600 INFO O| Aug 16 04:08:55.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4857 | 2024-08-16T04:08:56.634Z | [ recovery-image] Aug 16 04:08:55.600 INFO O| Aug 16 04:08:55.600 INFO STEP 327 (remove_files) COMPLETE |
4858 | 2024-08-16T04:08:56.636Z | [ recovery-image] Aug 16 04:08:55.600 INFO O| Aug 16 04:08:55.600 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-08-16T04:08:56.643Z | [ recovery-image] Aug 16 04:08:55.610 INFO O| Aug 16 04:08:55.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4860 | 2024-08-16T04:08:56.643Z | [ recovery-image] Aug 16 04:08:55.610 INFO O| Aug 16 04:08:55.610 INFO STEP 328 (remove_files) COMPLETE |
4861 | 2024-08-16T04:08:56.643Z | [ recovery-image] Aug 16 04:08:55.610 INFO O| Aug 16 04:08:55.610 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-08-16T04:08:56.652Z | [ recovery-image] Aug 16 04:08:55.619 INFO O| Aug 16 04:08:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4863 | 2024-08-16T04:08:56.653Z | [ recovery-image] Aug 16 04:08:55.619 INFO O| Aug 16 04:08:55.619 INFO STEP 329 (remove_files) COMPLETE |
4864 | 2024-08-16T04:08:56.653Z | [ recovery-image] Aug 16 04:08:55.619 INFO O| Aug 16 04:08:55.619 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-08-16T04:08:56.662Z | [ recovery-image] Aug 16 04:08:55.628 INFO O| Aug 16 04:08:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4866 | 2024-08-16T04:08:56.662Z | [ recovery-image] Aug 16 04:08:55.628 INFO O| Aug 16 04:08:55.628 INFO STEP 330 (remove_files) COMPLETE |
4867 | 2024-08-16T04:08:56.668Z | [ recovery-image] Aug 16 04:08:55.628 INFO O| Aug 16 04:08:55.628 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-08-16T04:08:56.671Z | [ recovery-image] Aug 16 04:08:55.637 INFO O| Aug 16 04:08:55.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4869 | 2024-08-16T04:08:56.671Z | [ recovery-image] Aug 16 04:08:55.638 INFO O| Aug 16 04:08:55.638 INFO STEP 331 (remove_files) COMPLETE |
4870 | 2024-08-16T04:08:56.673Z | [ recovery-image] Aug 16 04:08:55.638 INFO O| Aug 16 04:08:55.638 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-08-16T04:08:56.681Z | [ recovery-image] Aug 16 04:08:55.647 INFO O| Aug 16 04:08:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4872 | 2024-08-16T04:08:56.681Z | [ recovery-image] Aug 16 04:08:55.647 INFO O| Aug 16 04:08:55.647 INFO STEP 332 (remove_files) COMPLETE |
4873 | 2024-08-16T04:08:56.683Z | [ recovery-image] Aug 16 04:08:55.647 INFO O| Aug 16 04:08:55.647 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-08-16T04:08:56.690Z | [ recovery-image] Aug 16 04:08:55.657 INFO O| Aug 16 04:08:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4875 | 2024-08-16T04:08:56.690Z | [ recovery-image] Aug 16 04:08:55.657 INFO O| Aug 16 04:08:55.657 INFO STEP 333 (remove_files) COMPLETE |
4876 | 2024-08-16T04:08:56.692Z | [ recovery-image] Aug 16 04:08:55.657 INFO O| Aug 16 04:08:55.657 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-08-16T04:08:56.699Z | [ recovery-image] Aug 16 04:08:55.666 INFO O| Aug 16 04:08:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4878 | 2024-08-16T04:08:56.700Z | [ recovery-image] Aug 16 04:08:55.666 INFO O| Aug 16 04:08:55.666 INFO STEP 334 (remove_files) COMPLETE |
4879 | 2024-08-16T04:08:56.702Z | [ recovery-image] Aug 16 04:08:55.666 INFO O| Aug 16 04:08:55.666 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-08-16T04:08:56.709Z | [ recovery-image] Aug 16 04:08:55.675 INFO O| Aug 16 04:08:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4881 | 2024-08-16T04:08:56.711Z | [ recovery-image] Aug 16 04:08:55.675 INFO O| Aug 16 04:08:55.675 INFO STEP 335 (remove_files) COMPLETE |
4882 | 2024-08-16T04:08:56.711Z | [ recovery-image] Aug 16 04:08:55.675 INFO O| Aug 16 04:08:55.675 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-08-16T04:08:56.718Z | [ recovery-image] Aug 16 04:08:55.685 INFO O| Aug 16 04:08:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4884 | 2024-08-16T04:08:56.718Z | [ recovery-image] Aug 16 04:08:55.685 INFO O| Aug 16 04:08:55.685 INFO STEP 336 (remove_files) COMPLETE |
4885 | 2024-08-16T04:08:56.721Z | [ recovery-image] Aug 16 04:08:55.685 INFO O| Aug 16 04:08:55.685 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-08-16T04:08:56.728Z | [ recovery-image] Aug 16 04:08:55.694 INFO O| Aug 16 04:08:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4887 | 2024-08-16T04:08:56.728Z | [ recovery-image] Aug 16 04:08:55.694 INFO O| Aug 16 04:08:55.694 INFO STEP 337 (remove_files) COMPLETE |
4888 | 2024-08-16T04:08:56.728Z | [ recovery-image] Aug 16 04:08:55.694 INFO O| Aug 16 04:08:55.694 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-08-16T04:08:56.737Z | [ recovery-image] Aug 16 04:08:55.703 INFO O| Aug 16 04:08:55.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4890 | 2024-08-16T04:08:56.737Z | [ recovery-image] Aug 16 04:08:55.704 INFO O| Aug 16 04:08:55.704 INFO STEP 338 (remove_files) COMPLETE |
4891 | 2024-08-16T04:08:56.739Z | [ recovery-image] Aug 16 04:08:55.704 INFO O| Aug 16 04:08:55.704 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-08-16T04:08:56.746Z | [ recovery-image] Aug 16 04:08:55.713 INFO O| Aug 16 04:08:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4893 | 2024-08-16T04:08:56.746Z | [ recovery-image] Aug 16 04:08:55.713 INFO O| Aug 16 04:08:55.713 INFO STEP 339 (remove_files) COMPLETE |
4894 | 2024-08-16T04:08:56.749Z | [ recovery-image] Aug 16 04:08:55.713 INFO O| Aug 16 04:08:55.713 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-08-16T04:08:56.756Z | [ recovery-image] Aug 16 04:08:55.722 INFO O| Aug 16 04:08:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4896 | 2024-08-16T04:08:56.756Z | [ recovery-image] Aug 16 04:08:55.722 INFO O| Aug 16 04:08:55.722 INFO STEP 340 (remove_files) COMPLETE |
4897 | 2024-08-16T04:08:56.756Z | [ recovery-image] Aug 16 04:08:55.722 INFO O| Aug 16 04:08:55.722 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-08-16T04:08:56.765Z | [ recovery-image] Aug 16 04:08:55.732 INFO O| Aug 16 04:08:55.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4899 | 2024-08-16T04:08:56.765Z | [ recovery-image] Aug 16 04:08:55.732 INFO O| Aug 16 04:08:55.732 INFO STEP 341 (remove_files) COMPLETE |
4900 | 2024-08-16T04:08:56.768Z | [ recovery-image] Aug 16 04:08:55.732 INFO O| Aug 16 04:08:55.732 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-08-16T04:08:56.775Z | [ recovery-image] Aug 16 04:08:55.741 INFO O| Aug 16 04:08:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4902 | 2024-08-16T04:08:56.777Z | [ recovery-image] Aug 16 04:08:55.741 INFO O| Aug 16 04:08:55.741 INFO STEP 342 (remove_files) COMPLETE |
4903 | 2024-08-16T04:08:56.777Z | [ recovery-image] Aug 16 04:08:55.741 INFO O| Aug 16 04:08:55.741 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-08-16T04:08:56.784Z | [ recovery-image] Aug 16 04:08:55.751 INFO O| Aug 16 04:08:55.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4905 | 2024-08-16T04:08:56.784Z | [ recovery-image] Aug 16 04:08:55.751 INFO O| Aug 16 04:08:55.751 INFO STEP 343 (remove_files) COMPLETE |
4906 | 2024-08-16T04:08:56.784Z | [ recovery-image] Aug 16 04:08:55.751 INFO O| Aug 16 04:08:55.751 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-08-16T04:08:56.794Z | [ recovery-image] Aug 16 04:08:55.760 INFO O| Aug 16 04:08:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4908 | 2024-08-16T04:08:56.794Z | [ recovery-image] Aug 16 04:08:55.760 INFO O| Aug 16 04:08:55.760 INFO STEP 344 (remove_files) COMPLETE |
4909 | 2024-08-16T04:08:56.797Z | [ recovery-image] Aug 16 04:08:55.760 INFO O| Aug 16 04:08:55.760 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-08-16T04:08:56.803Z | [ recovery-image] Aug 16 04:08:55.769 INFO O| Aug 16 04:08:55.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4911 | 2024-08-16T04:08:56.803Z | [ recovery-image] Aug 16 04:08:55.770 INFO O| Aug 16 04:08:55.770 INFO STEP 345 (remove_files) COMPLETE |
4912 | 2024-08-16T04:08:56.806Z | [ recovery-image] Aug 16 04:08:55.770 INFO O| Aug 16 04:08:55.770 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-08-16T04:08:56.813Z | [ recovery-image] Aug 16 04:08:55.779 INFO O| Aug 16 04:08:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4914 | 2024-08-16T04:08:56.815Z | [ recovery-image] Aug 16 04:08:55.779 INFO O| Aug 16 04:08:55.779 INFO STEP 346 (remove_files) COMPLETE |
4915 | 2024-08-16T04:08:56.815Z | [ recovery-image] Aug 16 04:08:55.779 INFO O| Aug 16 04:08:55.779 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-08-16T04:08:56.822Z | [ recovery-image] Aug 16 04:08:55.788 INFO O| Aug 16 04:08:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4917 | 2024-08-16T04:08:56.825Z | [ recovery-image] Aug 16 04:08:55.788 INFO O| Aug 16 04:08:55.788 INFO STEP 347 (remove_files) COMPLETE |
4918 | 2024-08-16T04:08:56.825Z | [ recovery-image] Aug 16 04:08:55.789 INFO O| Aug 16 04:08:55.788 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-08-16T04:08:56.831Z | [ recovery-image] Aug 16 04:08:55.798 INFO O| Aug 16 04:08:55.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4920 | 2024-08-16T04:08:56.831Z | [ recovery-image] Aug 16 04:08:55.798 INFO O| Aug 16 04:08:55.798 INFO STEP 348 (remove_files) COMPLETE |
4921 | 2024-08-16T04:08:56.831Z | [ recovery-image] Aug 16 04:08:55.798 INFO O| Aug 16 04:08:55.798 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-08-16T04:08:56.841Z | [ recovery-image] Aug 16 04:08:55.807 INFO O| Aug 16 04:08:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4923 | 2024-08-16T04:08:56.841Z | [ recovery-image] Aug 16 04:08:55.807 INFO O| Aug 16 04:08:55.807 INFO STEP 349 (remove_files) COMPLETE |
4924 | 2024-08-16T04:08:56.844Z | [ recovery-image] Aug 16 04:08:55.807 INFO O| Aug 16 04:08:55.807 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-08-16T04:08:56.850Z | [ recovery-image] Aug 16 04:08:55.817 INFO O| Aug 16 04:08:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4926 | 2024-08-16T04:08:56.850Z | [ recovery-image] Aug 16 04:08:55.817 INFO O| Aug 16 04:08:55.817 INFO STEP 350 (remove_files) COMPLETE |
4927 | 2024-08-16T04:08:56.853Z | [ recovery-image] Aug 16 04:08:55.817 INFO O| Aug 16 04:08:55.817 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-08-16T04:08:56.859Z | [ recovery-image] Aug 16 04:08:55.826 INFO O| Aug 16 04:08:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4929 | 2024-08-16T04:08:56.859Z | [ recovery-image] Aug 16 04:08:55.826 INFO O| Aug 16 04:08:55.826 INFO STEP 351 (remove_files) COMPLETE |
4930 | 2024-08-16T04:08:56.859Z | [ recovery-image] Aug 16 04:08:55.826 INFO O| Aug 16 04:08:55.826 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-08-16T04:08:56.869Z | [ recovery-image] Aug 16 04:08:55.835 INFO O| Aug 16 04:08:55.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4932 | 2024-08-16T04:08:56.869Z | [ recovery-image] Aug 16 04:08:55.835 INFO O| Aug 16 04:08:55.835 INFO STEP 352 (remove_files) COMPLETE |
4933 | 2024-08-16T04:08:56.869Z | [ recovery-image] Aug 16 04:08:55.835 INFO O| Aug 16 04:08:55.835 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-08-16T04:08:56.878Z | [ recovery-image] Aug 16 04:08:55.845 INFO O| Aug 16 04:08:55.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4935 | 2024-08-16T04:08:56.878Z | [ recovery-image] Aug 16 04:08:55.845 INFO O| Aug 16 04:08:55.845 INFO STEP 353 (remove_files) COMPLETE |
4936 | 2024-08-16T04:08:56.880Z | [ recovery-image] Aug 16 04:08:55.845 INFO O| Aug 16 04:08:55.845 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-08-16T04:08:56.887Z | [ recovery-image] Aug 16 04:08:55.854 INFO O| Aug 16 04:08:55.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4938 | 2024-08-16T04:08:56.887Z | [ recovery-image] Aug 16 04:08:55.854 INFO O| Aug 16 04:08:55.854 INFO STEP 354 (remove_files) COMPLETE |
4939 | 2024-08-16T04:08:56.890Z | [ recovery-image] Aug 16 04:08:55.854 INFO O| Aug 16 04:08:55.854 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-08-16T04:08:56.897Z | [ recovery-image] Aug 16 04:08:55.863 INFO O| Aug 16 04:08:55.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4941 | 2024-08-16T04:08:56.899Z | [ recovery-image] Aug 16 04:08:55.864 INFO O| Aug 16 04:08:55.864 INFO STEP 355 (remove_files) COMPLETE |
4942 | 2024-08-16T04:08:56.899Z | [ recovery-image] Aug 16 04:08:55.864 INFO O| Aug 16 04:08:55.864 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-08-16T04:08:56.907Z | [ recovery-image] Aug 16 04:08:55.874 INFO O| Aug 16 04:08:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4944 | 2024-08-16T04:08:56.907Z | [ recovery-image] Aug 16 04:08:55.874 INFO O| Aug 16 04:08:55.874 INFO STEP 356 (remove_files) COMPLETE |
4945 | 2024-08-16T04:08:56.909Z | [ recovery-image] Aug 16 04:08:55.874 INFO O| Aug 16 04:08:55.874 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-08-16T04:08:56.916Z | [ recovery-image] Aug 16 04:08:55.883 INFO O| Aug 16 04:08:55.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4947 | 2024-08-16T04:08:56.917Z | [ recovery-image] Aug 16 04:08:55.883 INFO O| Aug 16 04:08:55.883 INFO STEP 357 (remove_files) COMPLETE |
4948 | 2024-08-16T04:08:56.917Z | [ recovery-image] Aug 16 04:08:55.883 INFO O| Aug 16 04:08:55.883 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-08-16T04:08:56.926Z | [ recovery-image] Aug 16 04:08:55.893 INFO O| Aug 16 04:08:55.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4950 | 2024-08-16T04:08:56.926Z | [ recovery-image] Aug 16 04:08:55.893 INFO O| Aug 16 04:08:55.893 INFO STEP 358 (remove_files) COMPLETE |
4951 | 2024-08-16T04:08:56.926Z | [ recovery-image] Aug 16 04:08:55.893 INFO O| Aug 16 04:08:55.893 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-08-16T04:08:56.935Z | [ recovery-image] Aug 16 04:08:55.902 INFO O| Aug 16 04:08:55.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4953 | 2024-08-16T04:08:56.935Z | [ recovery-image] Aug 16 04:08:55.902 INFO O| Aug 16 04:08:55.902 INFO STEP 359 (remove_files) COMPLETE |
4954 | 2024-08-16T04:08:56.938Z | [ recovery-image] Aug 16 04:08:55.902 INFO O| Aug 16 04:08:55.902 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-08-16T04:08:56.945Z | [ recovery-image] Aug 16 04:08:55.911 INFO O| Aug 16 04:08:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4956 | 2024-08-16T04:08:56.945Z | [ recovery-image] Aug 16 04:08:55.911 INFO O| Aug 16 04:08:55.911 INFO STEP 360 (remove_files) COMPLETE |
4957 | 2024-08-16T04:08:56.947Z | [ recovery-image] Aug 16 04:08:55.911 INFO O| Aug 16 04:08:55.911 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-08-16T04:08:56.954Z | [ recovery-image] Aug 16 04:08:55.921 INFO O| Aug 16 04:08:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4959 | 2024-08-16T04:08:56.957Z | [ recovery-image] Aug 16 04:08:55.921 INFO O| Aug 16 04:08:55.921 INFO STEP 361 (remove_files) COMPLETE |
4960 | 2024-08-16T04:08:56.957Z | [ recovery-image] Aug 16 04:08:55.921 INFO O| Aug 16 04:08:55.921 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-08-16T04:08:56.964Z | [ recovery-image] Aug 16 04:08:55.930 INFO O| Aug 16 04:08:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4962 | 2024-08-16T04:08:56.964Z | [ recovery-image] Aug 16 04:08:55.930 INFO O| Aug 16 04:08:55.930 INFO STEP 362 (remove_files) COMPLETE |
4963 | 2024-08-16T04:08:56.964Z | [ recovery-image] Aug 16 04:08:55.930 INFO O| Aug 16 04:08:55.930 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-08-16T04:08:56.973Z | [ recovery-image] Aug 16 04:08:55.939 INFO O| Aug 16 04:08:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4965 | 2024-08-16T04:08:56.973Z | [ recovery-image] Aug 16 04:08:55.939 INFO O| Aug 16 04:08:55.939 INFO STEP 363 (remove_files) COMPLETE |
4966 | 2024-08-16T04:08:56.973Z | [ recovery-image] Aug 16 04:08:55.939 INFO O| Aug 16 04:08:55.939 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-08-16T04:08:56.982Z | [ recovery-image] Aug 16 04:08:55.949 INFO O| Aug 16 04:08:55.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4968 | 2024-08-16T04:08:56.983Z | [ recovery-image] Aug 16 04:08:55.949 INFO O| Aug 16 04:08:55.949 INFO STEP 364 (remove_files) COMPLETE |
4969 | 2024-08-16T04:08:56.985Z | [ recovery-image] Aug 16 04:08:55.949 INFO O| Aug 16 04:08:55.949 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-08-16T04:08:56.992Z | [ recovery-image] Aug 16 04:08:55.958 INFO O| Aug 16 04:08:55.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4971 | 2024-08-16T04:08:56.992Z | [ recovery-image] Aug 16 04:08:55.958 INFO O| Aug 16 04:08:55.958 INFO STEP 365 (remove_files) COMPLETE |
4972 | 2024-08-16T04:08:56.992Z | [ recovery-image] Aug 16 04:08:55.958 INFO O| Aug 16 04:08:55.958 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-08-16T04:08:57.005Z | [ recovery-image] Aug 16 04:08:55.972 INFO O| Aug 16 04:08:55.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4974 | 2024-08-16T04:08:57.008Z | [ recovery-image] Aug 16 04:08:55.972 INFO O| Aug 16 04:08:55.972 INFO STEP 366 (remove_files) COMPLETE |
4975 | 2024-08-16T04:08:57.008Z | [ recovery-image] Aug 16 04:08:55.972 INFO O| Aug 16 04:08:55.972 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-08-16T04:08:57.015Z | [ recovery-image] Aug 16 04:08:55.982 INFO O| Aug 16 04:08:55.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4977 | 2024-08-16T04:08:57.015Z | [ recovery-image] Aug 16 04:08:55.982 INFO O| Aug 16 04:08:55.982 INFO STEP 367 (remove_files) COMPLETE |
4978 | 2024-08-16T04:08:57.018Z | [ recovery-image] Aug 16 04:08:55.982 INFO O| Aug 16 04:08:55.982 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-08-16T04:08:57.025Z | [ recovery-image] Aug 16 04:08:55.991 INFO O| Aug 16 04:08:55.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4980 | 2024-08-16T04:08:57.028Z | [ recovery-image] Aug 16 04:08:55.991 INFO O| Aug 16 04:08:55.991 INFO STEP 368 (remove_files) COMPLETE |
4981 | 2024-08-16T04:08:57.028Z | [ recovery-image] Aug 16 04:08:55.991 INFO O| Aug 16 04:08:55.991 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-08-16T04:08:57.037Z | [ recovery-image] Aug 16 04:08:56.003 INFO O| Aug 16 04:08:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4983 | 2024-08-16T04:08:57.037Z | [ recovery-image] Aug 16 04:08:56.003 INFO O| Aug 16 04:08:56.003 INFO STEP 369 (remove_files) COMPLETE |
4984 | 2024-08-16T04:08:57.039Z | [ recovery-image] Aug 16 04:08:56.003 INFO O| Aug 16 04:08:56.003 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-08-16T04:08:57.047Z | [ recovery-image] Aug 16 04:08:56.013 INFO O| Aug 16 04:08:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4986 | 2024-08-16T04:08:57.047Z | [ recovery-image] Aug 16 04:08:56.013 INFO O| Aug 16 04:08:56.013 INFO STEP 370 (remove_files) COMPLETE |
4987 | 2024-08-16T04:08:57.047Z | [ recovery-image] Aug 16 04:08:56.013 INFO O| Aug 16 04:08:56.013 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-08-16T04:08:57.056Z | [ recovery-image] Aug 16 04:08:56.023 INFO O| Aug 16 04:08:56.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4989 | 2024-08-16T04:08:57.056Z | [ recovery-image] Aug 16 04:08:56.023 INFO O| Aug 16 04:08:56.023 INFO STEP 371 (remove_files) COMPLETE |
4990 | 2024-08-16T04:08:57.059Z | [ recovery-image] Aug 16 04:08:56.023 INFO O| Aug 16 04:08:56.023 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-08-16T04:08:57.068Z | [ recovery-image] Aug 16 04:08:56.034 INFO O| Aug 16 04:08:56.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4992 | 2024-08-16T04:08:57.070Z | [ recovery-image] Aug 16 04:08:56.035 INFO O| Aug 16 04:08:56.035 INFO STEP 372 (remove_files) COMPLETE |
4993 | 2024-08-16T04:08:57.070Z | [ recovery-image] Aug 16 04:08:56.035 INFO O| Aug 16 04:08:56.035 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-08-16T04:08:57.077Z | [ recovery-image] Aug 16 04:08:56.044 INFO O| Aug 16 04:08:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4995 | 2024-08-16T04:08:57.078Z | [ recovery-image] Aug 16 04:08:56.044 INFO O| Aug 16 04:08:56.044 INFO STEP 373 (remove_files) COMPLETE |
4996 | 2024-08-16T04:08:57.078Z | [ recovery-image] Aug 16 04:08:56.044 INFO O| Aug 16 04:08:56.044 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-08-16T04:08:57.090Z | [ recovery-image] Aug 16 04:08:56.056 INFO O| Aug 16 04:08:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4998 | 2024-08-16T04:08:57.092Z | [ recovery-image] Aug 16 04:08:56.056 INFO O| Aug 16 04:08:56.056 INFO STEP 374 (remove_files) COMPLETE |
4999 | 2024-08-16T04:08:57.092Z | [ recovery-image] Aug 16 04:08:56.056 INFO O| Aug 16 04:08:56.056 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-08-16T04:08:57.099Z | [ recovery-image] Aug 16 04:08:56.065 INFO O| Aug 16 04:08:56.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5001 | 2024-08-16T04:08:57.099Z | [ recovery-image] Aug 16 04:08:56.065 INFO O| Aug 16 04:08:56.065 INFO STEP 375 (remove_files) COMPLETE |
5002 | 2024-08-16T04:08:57.099Z | [ recovery-image] Aug 16 04:08:56.065 INFO O| Aug 16 04:08:56.065 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-08-16T04:08:57.108Z | [ recovery-image] Aug 16 04:08:56.075 INFO O| Aug 16 04:08:56.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5004 | 2024-08-16T04:08:57.108Z | [ recovery-image] Aug 16 04:08:56.075 INFO O| Aug 16 04:08:56.075 INFO STEP 376 (remove_files) COMPLETE |
5005 | 2024-08-16T04:08:57.111Z | [ recovery-image] Aug 16 04:08:56.075 INFO O| Aug 16 04:08:56.075 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-08-16T04:08:57.118Z | [ recovery-image] Aug 16 04:08:56.084 INFO O| Aug 16 04:08:56.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5007 | 2024-08-16T04:08:57.118Z | [ recovery-image] Aug 16 04:08:56.084 INFO O| Aug 16 04:08:56.084 INFO STEP 377 (remove_files) COMPLETE |
5008 | 2024-08-16T04:08:57.120Z | [ recovery-image] Aug 16 04:08:56.084 INFO O| Aug 16 04:08:56.084 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-08-16T04:08:57.127Z | [ recovery-image] Aug 16 04:08:56.093 INFO O| Aug 16 04:08:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5010 | 2024-08-16T04:08:57.127Z | [ recovery-image] Aug 16 04:08:56.094 INFO O| Aug 16 04:08:56.093 INFO STEP 378 (remove_files) COMPLETE |
5011 | 2024-08-16T04:08:57.127Z | [ recovery-image] Aug 16 04:08:56.094 INFO O| Aug 16 04:08:56.093 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-08-16T04:08:57.136Z | [ recovery-image] Aug 16 04:08:56.103 INFO O| Aug 16 04:08:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5013 | 2024-08-16T04:08:57.136Z | [ recovery-image] Aug 16 04:08:56.103 INFO O| Aug 16 04:08:56.103 INFO STEP 379 (remove_files) COMPLETE |
5014 | 2024-08-16T04:08:57.139Z | [ recovery-image] Aug 16 04:08:56.103 INFO O| Aug 16 04:08:56.103 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-08-16T04:08:57.146Z | [ recovery-image] Aug 16 04:08:56.112 INFO O| Aug 16 04:08:56.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5016 | 2024-08-16T04:08:57.148Z | [ recovery-image] Aug 16 04:08:56.112 INFO O| Aug 16 04:08:56.112 INFO STEP 380 (remove_files) COMPLETE |
5017 | 2024-08-16T04:08:57.148Z | [ recovery-image] Aug 16 04:08:56.112 INFO O| Aug 16 04:08:56.112 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-08-16T04:08:57.156Z | [ recovery-image] Aug 16 04:08:56.121 INFO O| Aug 16 04:08:56.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5019 | 2024-08-16T04:08:57.156Z | [ recovery-image] Aug 16 04:08:56.121 INFO O| Aug 16 04:08:56.121 INFO STEP 381 (remove_files) COMPLETE |
5020 | 2024-08-16T04:08:57.156Z | [ recovery-image] Aug 16 04:08:56.122 INFO O| Aug 16 04:08:56.121 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-08-16T04:08:57.164Z | [ recovery-image] Aug 16 04:08:56.131 INFO O| Aug 16 04:08:56.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5022 | 2024-08-16T04:08:57.164Z | [ recovery-image] Aug 16 04:08:56.131 INFO O| Aug 16 04:08:56.131 INFO STEP 382 (remove_files) COMPLETE |
5023 | 2024-08-16T04:08:57.164Z | [ recovery-image] Aug 16 04:08:56.131 INFO O| Aug 16 04:08:56.131 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-08-16T04:08:57.174Z | [ recovery-image] Aug 16 04:08:56.140 INFO O| Aug 16 04:08:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5025 | 2024-08-16T04:08:57.174Z | [ recovery-image] Aug 16 04:08:56.140 INFO O| Aug 16 04:08:56.140 INFO STEP 383 (remove_files) COMPLETE |
5026 | 2024-08-16T04:08:57.176Z | [ recovery-image] Aug 16 04:08:56.140 INFO O| Aug 16 04:08:56.140 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-08-16T04:08:57.183Z | [ recovery-image] Aug 16 04:08:56.149 INFO O| Aug 16 04:08:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5028 | 2024-08-16T04:08:57.183Z | [ recovery-image] Aug 16 04:08:56.150 INFO O| Aug 16 04:08:56.150 INFO STEP 384 (remove_files) COMPLETE |
5029 | 2024-08-16T04:08:57.183Z | [ recovery-image] Aug 16 04:08:56.150 INFO O| Aug 16 04:08:56.150 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-08-16T04:08:57.192Z | [ recovery-image] Aug 16 04:08:56.159 INFO O| Aug 16 04:08:56.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5031 | 2024-08-16T04:08:57.192Z | [ recovery-image] Aug 16 04:08:56.159 INFO O| Aug 16 04:08:56.159 INFO STEP 385 (remove_files) COMPLETE |
5032 | 2024-08-16T04:08:57.195Z | [ recovery-image] Aug 16 04:08:56.159 INFO O| Aug 16 04:08:56.159 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-08-16T04:08:57.202Z | [ recovery-image] Aug 16 04:08:56.168 INFO O| Aug 16 04:08:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5034 | 2024-08-16T04:08:57.202Z | [ recovery-image] Aug 16 04:08:56.168 INFO O| Aug 16 04:08:56.168 INFO STEP 386 (remove_files) COMPLETE |
5035 | 2024-08-16T04:08:57.202Z | [ recovery-image] Aug 16 04:08:56.168 INFO O| Aug 16 04:08:56.168 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-08-16T04:08:57.211Z | [ recovery-image] Aug 16 04:08:56.177 INFO O| Aug 16 04:08:56.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5037 | 2024-08-16T04:08:57.211Z | [ recovery-image] Aug 16 04:08:56.178 INFO O| Aug 16 04:08:56.178 INFO STEP 387 (remove_files) COMPLETE |
5038 | 2024-08-16T04:08:57.211Z | [ recovery-image] Aug 16 04:08:56.178 INFO O| Aug 16 04:08:56.178 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-08-16T04:08:57.220Z | [ recovery-image] Aug 16 04:08:56.187 INFO O| Aug 16 04:08:56.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5040 | 2024-08-16T04:08:57.223Z | [ recovery-image] Aug 16 04:08:56.187 INFO O| Aug 16 04:08:56.187 INFO STEP 388 (remove_files) COMPLETE |
5041 | 2024-08-16T04:08:57.223Z | [ recovery-image] Aug 16 04:08:56.187 INFO O| Aug 16 04:08:56.187 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-08-16T04:08:57.230Z | [ recovery-image] Aug 16 04:08:56.196 INFO O| Aug 16 04:08:56.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5043 | 2024-08-16T04:08:57.230Z | [ recovery-image] Aug 16 04:08:56.196 INFO O| Aug 16 04:08:56.196 INFO STEP 389 (remove_files) COMPLETE |
5044 | 2024-08-16T04:08:57.230Z | [ recovery-image] Aug 16 04:08:56.196 INFO O| Aug 16 04:08:56.196 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-08-16T04:08:57.239Z | [ recovery-image] Aug 16 04:08:56.205 INFO O| Aug 16 04:08:56.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5046 | 2024-08-16T04:08:57.239Z | [ recovery-image] Aug 16 04:08:56.206 INFO O| Aug 16 04:08:56.206 INFO STEP 390 (remove_files) COMPLETE |
5047 | 2024-08-16T04:08:57.239Z | [ recovery-image] Aug 16 04:08:56.206 INFO O| Aug 16 04:08:56.206 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-08-16T04:08:57.249Z | [ recovery-image] Aug 16 04:08:56.215 INFO O| Aug 16 04:08:56.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5049 | 2024-08-16T04:08:57.249Z | [ recovery-image] Aug 16 04:08:56.215 INFO O| Aug 16 04:08:56.215 INFO STEP 391 (remove_files) COMPLETE |
5050 | 2024-08-16T04:08:57.249Z | [ recovery-image] Aug 16 04:08:56.215 INFO O| Aug 16 04:08:56.215 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-08-16T04:08:57.259Z | [ recovery-image] Aug 16 04:08:56.225 INFO O| Aug 16 04:08:56.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5052 | 2024-08-16T04:08:57.259Z | [ recovery-image] Aug 16 04:08:56.225 INFO O| Aug 16 04:08:56.225 INFO STEP 392 (remove_files) COMPLETE |
5053 | 2024-08-16T04:08:57.259Z | [ recovery-image] Aug 16 04:08:56.225 INFO O| Aug 16 04:08:56.225 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-08-16T04:08:57.270Z | [ recovery-image] Aug 16 04:08:56.234 INFO O| Aug 16 04:08:56.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5055 | 2024-08-16T04:08:57.270Z | [ recovery-image] Aug 16 04:08:56.234 INFO O| Aug 16 04:08:56.234 INFO STEP 393 (remove_files) COMPLETE |
5056 | 2024-08-16T04:08:57.272Z | [ recovery-image] Aug 16 04:08:56.234 INFO O| Aug 16 04:08:56.234 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-08-16T04:08:57.277Z | [ recovery-image] Aug 16 04:08:56.244 INFO O| Aug 16 04:08:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5058 | 2024-08-16T04:08:57.281Z | [ recovery-image] Aug 16 04:08:56.244 INFO O| Aug 16 04:08:56.244 INFO STEP 394 (remove_files) COMPLETE |
5059 | 2024-08-16T04:08:57.281Z | [ recovery-image] Aug 16 04:08:56.244 INFO O| Aug 16 04:08:56.244 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-08-16T04:08:57.287Z | [ recovery-image] Aug 16 04:08:56.253 INFO O| Aug 16 04:08:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5061 | 2024-08-16T04:08:57.287Z | [ recovery-image] Aug 16 04:08:56.254 INFO O| Aug 16 04:08:56.253 INFO STEP 395 (remove_files) COMPLETE |
5062 | 2024-08-16T04:08:57.295Z | [ recovery-image] Aug 16 04:08:56.254 INFO O| Aug 16 04:08:56.254 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-08-16T04:08:57.298Z | [ recovery-image] Aug 16 04:08:56.264 INFO O| Aug 16 04:08:56.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5064 | 2024-08-16T04:08:57.298Z | [ recovery-image] Aug 16 04:08:56.264 INFO O| Aug 16 04:08:56.264 INFO STEP 396 (remove_files) COMPLETE |
5065 | 2024-08-16T04:08:57.298Z | [ recovery-image] Aug 16 04:08:56.264 INFO O| Aug 16 04:08:56.264 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-08-16T04:08:57.308Z | [ recovery-image] Aug 16 04:08:56.274 INFO O| Aug 16 04:08:56.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5067 | 2024-08-16T04:08:57.308Z | [ recovery-image] Aug 16 04:08:56.274 INFO O| Aug 16 04:08:56.274 INFO STEP 397 (remove_files) COMPLETE |
5068 | 2024-08-16T04:08:57.308Z | [ recovery-image] Aug 16 04:08:56.274 INFO O| Aug 16 04:08:56.274 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-08-16T04:08:57.317Z | [ recovery-image] Aug 16 04:08:56.283 INFO O| Aug 16 04:08:56.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5070 | 2024-08-16T04:08:57.317Z | [ recovery-image] Aug 16 04:08:56.284 INFO O| Aug 16 04:08:56.283 INFO STEP 398 (remove_files) COMPLETE |
5071 | 2024-08-16T04:08:57.322Z | [ recovery-image] Aug 16 04:08:56.284 INFO O| Aug 16 04:08:56.283 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-08-16T04:08:57.326Z | [ recovery-image] Aug 16 04:08:56.293 INFO O| Aug 16 04:08:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5073 | 2024-08-16T04:08:57.327Z | [ recovery-image] Aug 16 04:08:56.293 INFO O| Aug 16 04:08:56.293 INFO STEP 399 (remove_files) COMPLETE |
5074 | 2024-08-16T04:08:57.327Z | [ recovery-image] Aug 16 04:08:56.293 INFO O| Aug 16 04:08:56.293 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-08-16T04:08:57.336Z | [ recovery-image] Aug 16 04:08:56.302 INFO O| Aug 16 04:08:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5076 | 2024-08-16T04:08:57.336Z | [ recovery-image] Aug 16 04:08:56.302 INFO O| Aug 16 04:08:56.302 INFO STEP 400 (remove_files) COMPLETE |
5077 | 2024-08-16T04:08:57.339Z | [ recovery-image] Aug 16 04:08:56.302 INFO O| Aug 16 04:08:56.302 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-08-16T04:08:57.345Z | [ recovery-image] Aug 16 04:08:56.312 INFO O| Aug 16 04:08:56.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5079 | 2024-08-16T04:08:57.345Z | [ recovery-image] Aug 16 04:08:56.312 INFO O| Aug 16 04:08:56.312 INFO STEP 401 (remove_files) COMPLETE |
5080 | 2024-08-16T04:08:57.345Z | [ recovery-image] Aug 16 04:08:56.312 INFO O| Aug 16 04:08:56.312 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-08-16T04:08:57.355Z | [ recovery-image] Aug 16 04:08:56.321 INFO O| Aug 16 04:08:56.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5082 | 2024-08-16T04:08:57.355Z | [ recovery-image] Aug 16 04:08:56.321 INFO O| Aug 16 04:08:56.321 INFO STEP 402 (remove_files) COMPLETE |
5083 | 2024-08-16T04:08:57.355Z | [ recovery-image] Aug 16 04:08:56.321 INFO O| Aug 16 04:08:56.321 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-08-16T04:08:57.366Z | [ recovery-image] Aug 16 04:08:56.332 INFO O| Aug 16 04:08:56.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5085 | 2024-08-16T04:08:57.369Z | [ recovery-image] Aug 16 04:08:56.333 INFO O| Aug 16 04:08:56.333 INFO STEP 403 (remove_files) COMPLETE |
5086 | 2024-08-16T04:08:57.369Z | [ recovery-image] Aug 16 04:08:56.333 INFO O| Aug 16 04:08:56.333 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-08-16T04:08:57.376Z | [ recovery-image] Aug 16 04:08:56.342 INFO O| Aug 16 04:08:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5088 | 2024-08-16T04:08:57.376Z | [ recovery-image] Aug 16 04:08:56.343 INFO O| Aug 16 04:08:56.343 INFO STEP 404 (remove_files) COMPLETE |
5089 | 2024-08-16T04:08:57.379Z | [ recovery-image] Aug 16 04:08:56.343 INFO O| Aug 16 04:08:56.343 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-08-16T04:08:57.387Z | [ recovery-image] Aug 16 04:08:56.352 INFO O| Aug 16 04:08:56.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5091 | 2024-08-16T04:08:57.387Z | [ recovery-image] Aug 16 04:08:56.352 INFO O| Aug 16 04:08:56.352 INFO STEP 405 (remove_files) COMPLETE |
5092 | 2024-08-16T04:08:57.390Z | [ recovery-image] Aug 16 04:08:56.352 INFO O| Aug 16 04:08:56.352 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-08-16T04:08:57.397Z | [ recovery-image] Aug 16 04:08:56.364 INFO O| Aug 16 04:08:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5094 | 2024-08-16T04:08:57.397Z | [ recovery-image] Aug 16 04:08:56.364 INFO O| Aug 16 04:08:56.364 INFO STEP 406 (remove_files) COMPLETE |
5095 | 2024-08-16T04:08:57.400Z | [ recovery-image] Aug 16 04:08:56.364 INFO O| Aug 16 04:08:56.364 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-08-16T04:08:57.407Z | [ recovery-image] Aug 16 04:08:56.373 INFO O| Aug 16 04:08:56.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5097 | 2024-08-16T04:08:57.409Z | [ recovery-image] Aug 16 04:08:56.373 INFO O| Aug 16 04:08:56.373 INFO STEP 407 (remove_files) COMPLETE |
5098 | 2024-08-16T04:08:57.409Z | [ recovery-image] Aug 16 04:08:56.373 INFO O| Aug 16 04:08:56.373 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-08-16T04:08:57.416Z | [ recovery-image] Aug 16 04:08:56.383 INFO O| Aug 16 04:08:56.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5100 | 2024-08-16T04:08:57.416Z | [ recovery-image] Aug 16 04:08:56.383 INFO O| Aug 16 04:08:56.383 INFO STEP 408 (remove_files) COMPLETE |
5101 | 2024-08-16T04:08:57.419Z | [ recovery-image] Aug 16 04:08:56.383 INFO O| Aug 16 04:08:56.383 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-08-16T04:08:57.428Z | [ recovery-image] Aug 16 04:08:56.394 INFO O| Aug 16 04:08:56.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5103 | 2024-08-16T04:08:57.431Z | [ recovery-image] Aug 16 04:08:56.394 INFO O| Aug 16 04:08:56.394 INFO STEP 409 (remove_files) COMPLETE |
5104 | 2024-08-16T04:08:57.431Z | [ recovery-image] Aug 16 04:08:56.394 INFO O| Aug 16 04:08:56.394 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-08-16T04:08:57.437Z | [ recovery-image] Aug 16 04:08:56.403 INFO O| Aug 16 04:08:56.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5106 | 2024-08-16T04:08:57.437Z | [ recovery-image] Aug 16 04:08:56.403 INFO O| Aug 16 04:08:56.403 INFO STEP 410 (remove_files) COMPLETE |
5107 | 2024-08-16T04:08:57.437Z | [ recovery-image] Aug 16 04:08:56.404 INFO O| Aug 16 04:08:56.403 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-08-16T04:08:57.448Z | [ recovery-image] Aug 16 04:08:56.414 INFO O| Aug 16 04:08:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5109 | 2024-08-16T04:08:57.450Z | [ recovery-image] Aug 16 04:08:56.415 INFO O| Aug 16 04:08:56.415 INFO STEP 411 (remove_files) COMPLETE |
5110 | 2024-08-16T04:08:57.450Z | [ recovery-image] Aug 16 04:08:56.415 INFO O| Aug 16 04:08:56.415 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-08-16T04:08:57.458Z | [ recovery-image] Aug 16 04:08:56.424 INFO O| Aug 16 04:08:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5112 | 2024-08-16T04:08:57.458Z | [ recovery-image] Aug 16 04:08:56.424 INFO O| Aug 16 04:08:56.424 INFO STEP 412 (remove_files) COMPLETE |
5113 | 2024-08-16T04:08:57.458Z | [ recovery-image] Aug 16 04:08:56.424 INFO O| Aug 16 04:08:56.424 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-08-16T04:08:57.469Z | [ recovery-image] Aug 16 04:08:56.434 INFO O| Aug 16 04:08:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5115 | 2024-08-16T04:08:57.469Z | [ recovery-image] Aug 16 04:08:56.434 INFO O| Aug 16 04:08:56.434 INFO STEP 413 (remove_files) COMPLETE |
5116 | 2024-08-16T04:08:57.469Z | [ recovery-image] Aug 16 04:08:56.434 INFO O| Aug 16 04:08:56.434 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-08-16T04:08:57.477Z | [ recovery-image] Aug 16 04:08:56.443 INFO O| Aug 16 04:08:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5118 | 2024-08-16T04:08:57.477Z | [ recovery-image] Aug 16 04:08:56.443 INFO O| Aug 16 04:08:56.443 INFO STEP 414 (remove_files) COMPLETE |
5119 | 2024-08-16T04:08:57.477Z | [ recovery-image] Aug 16 04:08:56.443 INFO O| Aug 16 04:08:56.443 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-08-16T04:08:57.486Z | [ recovery-image] Aug 16 04:08:56.452 INFO O| Aug 16 04:08:56.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5121 | 2024-08-16T04:08:57.486Z | [ recovery-image] Aug 16 04:08:56.452 INFO O| Aug 16 04:08:56.452 INFO STEP 415 (remove_files) COMPLETE |
5122 | 2024-08-16T04:08:57.489Z | [ recovery-image] Aug 16 04:08:56.452 INFO O| Aug 16 04:08:56.452 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-08-16T04:08:57.495Z | [ recovery-image] Aug 16 04:08:56.462 INFO O| Aug 16 04:08:56.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5124 | 2024-08-16T04:08:57.496Z | [ recovery-image] Aug 16 04:08:56.462 INFO O| Aug 16 04:08:56.462 INFO STEP 416 (remove_files) COMPLETE |
5125 | 2024-08-16T04:08:57.498Z | [ recovery-image] Aug 16 04:08:56.462 INFO O| Aug 16 04:08:56.462 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-08-16T04:08:57.505Z | [ recovery-image] Aug 16 04:08:56.472 INFO O| Aug 16 04:08:56.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5127 | 2024-08-16T04:08:57.505Z | [ recovery-image] Aug 16 04:08:56.472 INFO O| Aug 16 04:08:56.472 INFO STEP 417 (remove_files) COMPLETE |
5128 | 2024-08-16T04:08:57.508Z | [ recovery-image] Aug 16 04:08:56.472 INFO O| Aug 16 04:08:56.472 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-08-16T04:08:57.515Z | [ recovery-image] Aug 16 04:08:56.481 INFO O| Aug 16 04:08:56.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5130 | 2024-08-16T04:08:57.515Z | [ recovery-image] Aug 16 04:08:56.481 INFO O| Aug 16 04:08:56.481 INFO STEP 418 (remove_files) COMPLETE |
5131 | 2024-08-16T04:08:57.515Z | [ recovery-image] Aug 16 04:08:56.481 INFO O| Aug 16 04:08:56.481 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-08-16T04:08:57.524Z | [ recovery-image] Aug 16 04:08:56.491 INFO O| Aug 16 04:08:56.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5133 | 2024-08-16T04:08:57.526Z | [ recovery-image] Aug 16 04:08:56.491 INFO O| Aug 16 04:08:56.491 INFO STEP 419 (remove_files) COMPLETE |
5134 | 2024-08-16T04:08:57.526Z | [ recovery-image] Aug 16 04:08:56.491 INFO O| Aug 16 04:08:56.491 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-08-16T04:08:57.534Z | [ recovery-image] Aug 16 04:08:56.500 INFO O| Aug 16 04:08:56.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5136 | 2024-08-16T04:08:57.534Z | [ recovery-image] Aug 16 04:08:56.500 INFO O| Aug 16 04:08:56.500 INFO STEP 420 (remove_files) COMPLETE |
5137 | 2024-08-16T04:08:57.536Z | [ recovery-image] Aug 16 04:08:56.500 INFO O| Aug 16 04:08:56.500 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-08-16T04:08:57.543Z | [ recovery-image] Aug 16 04:08:56.509 INFO O| Aug 16 04:08:56.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5139 | 2024-08-16T04:08:57.546Z | [ recovery-image] Aug 16 04:08:56.510 INFO O| Aug 16 04:08:56.510 INFO STEP 421 (remove_files) COMPLETE |
5140 | 2024-08-16T04:08:57.546Z | [ recovery-image] Aug 16 04:08:56.510 INFO O| Aug 16 04:08:56.510 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-08-16T04:08:57.553Z | [ recovery-image] Aug 16 04:08:56.519 INFO O| Aug 16 04:08:56.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5142 | 2024-08-16T04:08:57.553Z | [ recovery-image] Aug 16 04:08:56.519 INFO O| Aug 16 04:08:56.519 INFO STEP 422 (remove_files) COMPLETE |
5143 | 2024-08-16T04:08:57.553Z | [ recovery-image] Aug 16 04:08:56.519 INFO O| Aug 16 04:08:56.519 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-08-16T04:08:57.562Z | [ recovery-image] Aug 16 04:08:56.528 INFO O| Aug 16 04:08:56.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5145 | 2024-08-16T04:08:57.565Z | [ recovery-image] Aug 16 04:08:56.528 INFO O| Aug 16 04:08:56.528 INFO STEP 423 (remove_files) COMPLETE |
5146 | 2024-08-16T04:08:57.565Z | [ recovery-image] Aug 16 04:08:56.528 INFO O| Aug 16 04:08:56.528 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-08-16T04:08:57.571Z | [ recovery-image] Aug 16 04:08:56.538 INFO O| Aug 16 04:08:56.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5148 | 2024-08-16T04:08:57.571Z | [ recovery-image] Aug 16 04:08:56.538 INFO O| Aug 16 04:08:56.538 INFO STEP 424 (remove_files) COMPLETE |
5149 | 2024-08-16T04:08:57.574Z | [ recovery-image] Aug 16 04:08:56.538 INFO O| Aug 16 04:08:56.538 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-08-16T04:08:57.581Z | [ recovery-image] Aug 16 04:08:56.547 INFO O| Aug 16 04:08:56.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5151 | 2024-08-16T04:08:57.581Z | [ recovery-image] Aug 16 04:08:56.547 INFO O| Aug 16 04:08:56.547 INFO STEP 425 (remove_files) COMPLETE |
5152 | 2024-08-16T04:08:57.581Z | [ recovery-image] Aug 16 04:08:56.547 INFO O| Aug 16 04:08:56.547 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-08-16T04:08:57.590Z | [ recovery-image] Aug 16 04:08:56.556 INFO O| Aug 16 04:08:56.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5154 | 2024-08-16T04:08:57.590Z | [ recovery-image] Aug 16 04:08:56.556 INFO O| Aug 16 04:08:56.556 INFO STEP 426 (remove_files) COMPLETE |
5155 | 2024-08-16T04:08:57.590Z | [ recovery-image] Aug 16 04:08:56.556 INFO O| Aug 16 04:08:56.556 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-08-16T04:08:57.599Z | [ recovery-image] Aug 16 04:08:56.566 INFO O| Aug 16 04:08:56.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5157 | 2024-08-16T04:08:57.599Z | [ recovery-image] Aug 16 04:08:56.566 INFO O| Aug 16 04:08:56.566 INFO STEP 427 (remove_files) COMPLETE |
5158 | 2024-08-16T04:08:57.602Z | [ recovery-image] Aug 16 04:08:56.566 INFO O| Aug 16 04:08:56.566 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-08-16T04:08:57.608Z | [ recovery-image] Aug 16 04:08:56.575 INFO O| Aug 16 04:08:56.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5160 | 2024-08-16T04:08:57.609Z | [ recovery-image] Aug 16 04:08:56.575 INFO O| Aug 16 04:08:56.575 INFO STEP 428 (remove_files) COMPLETE |
5161 | 2024-08-16T04:08:57.609Z | [ recovery-image] Aug 16 04:08:56.575 INFO O| Aug 16 04:08:56.575 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-08-16T04:08:57.619Z | [ recovery-image] Aug 16 04:08:56.585 INFO O| Aug 16 04:08:56.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5163 | 2024-08-16T04:08:57.621Z | [ recovery-image] Aug 16 04:08:56.586 INFO O| Aug 16 04:08:56.586 INFO STEP 429 (remove_files) COMPLETE |
5164 | 2024-08-16T04:08:57.622Z | [ recovery-image] Aug 16 04:08:56.586 INFO O| Aug 16 04:08:56.586 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-08-16T04:08:57.629Z | [ recovery-image] Aug 16 04:08:56.596 INFO O| Aug 16 04:08:56.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5166 | 2024-08-16T04:08:57.632Z | [ recovery-image] Aug 16 04:08:56.596 INFO O| Aug 16 04:08:56.596 INFO STEP 430 (remove_files) COMPLETE |
5167 | 2024-08-16T04:08:57.632Z | [ recovery-image] Aug 16 04:08:56.596 INFO O| Aug 16 04:08:56.596 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-08-16T04:08:57.639Z | [ recovery-image] Aug 16 04:08:56.605 INFO O| Aug 16 04:08:56.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5169 | 2024-08-16T04:08:57.639Z | [ recovery-image] Aug 16 04:08:56.605 INFO O| Aug 16 04:08:56.605 INFO STEP 431 (remove_files) COMPLETE |
5170 | 2024-08-16T04:08:57.639Z | [ recovery-image] Aug 16 04:08:56.605 INFO O| Aug 16 04:08:56.605 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-08-16T04:08:57.648Z | [ recovery-image] Aug 16 04:08:56.614 INFO O| Aug 16 04:08:56.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5172 | 2024-08-16T04:08:57.648Z | [ recovery-image] Aug 16 04:08:56.615 INFO O| Aug 16 04:08:56.614 INFO STEP 432 (remove_files) COMPLETE |
5173 | 2024-08-16T04:08:57.651Z | [ recovery-image] Aug 16 04:08:56.615 INFO O| Aug 16 04:08:56.614 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-08-16T04:08:57.657Z | [ recovery-image] Aug 16 04:08:56.624 INFO O| Aug 16 04:08:56.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5175 | 2024-08-16T04:08:57.660Z | [ recovery-image] Aug 16 04:08:56.624 INFO O| Aug 16 04:08:56.624 INFO STEP 433 (remove_files) COMPLETE |
5176 | 2024-08-16T04:08:57.660Z | [ recovery-image] Aug 16 04:08:56.624 INFO O| Aug 16 04:08:56.624 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-08-16T04:08:57.667Z | [ recovery-image] Aug 16 04:08:56.633 INFO O| Aug 16 04:08:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5178 | 2024-08-16T04:08:57.667Z | [ recovery-image] Aug 16 04:08:56.633 INFO O| Aug 16 04:08:56.633 INFO STEP 434 (remove_files) COMPLETE |
5179 | 2024-08-16T04:08:57.667Z | [ recovery-image] Aug 16 04:08:56.633 INFO O| Aug 16 04:08:56.633 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-08-16T04:08:57.676Z | [ recovery-image] Aug 16 04:08:56.643 INFO O| Aug 16 04:08:56.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5181 | 2024-08-16T04:08:57.676Z | [ recovery-image] Aug 16 04:08:56.643 INFO O| Aug 16 04:08:56.643 INFO STEP 435 (remove_files) COMPLETE |
5182 | 2024-08-16T04:08:57.679Z | [ recovery-image] Aug 16 04:08:56.643 INFO O| Aug 16 04:08:56.643 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-08-16T04:08:57.685Z | [ recovery-image] Aug 16 04:08:56.652 INFO O| Aug 16 04:08:56.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5184 | 2024-08-16T04:08:57.685Z | [ recovery-image] Aug 16 04:08:56.652 INFO O| Aug 16 04:08:56.652 INFO STEP 436 (remove_files) COMPLETE |
5185 | 2024-08-16T04:08:57.685Z | [ recovery-image] Aug 16 04:08:56.652 INFO O| Aug 16 04:08:56.652 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-08-16T04:08:57.695Z | [ recovery-image] Aug 16 04:08:56.661 INFO O| Aug 16 04:08:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5187 | 2024-08-16T04:08:57.695Z | [ recovery-image] Aug 16 04:08:56.661 INFO O| Aug 16 04:08:56.661 INFO STEP 437 (remove_files) COMPLETE |
5188 | 2024-08-16T04:08:57.697Z | [ recovery-image] Aug 16 04:08:56.661 INFO O| Aug 16 04:08:56.661 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-08-16T04:08:57.704Z | [ recovery-image] Aug 16 04:08:56.670 INFO O| Aug 16 04:08:56.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5190 | 2024-08-16T04:08:57.704Z | [ recovery-image] Aug 16 04:08:56.670 INFO O| Aug 16 04:08:56.670 INFO STEP 438 (remove_files) COMPLETE |
5191 | 2024-08-16T04:08:57.706Z | [ recovery-image] Aug 16 04:08:56.671 INFO O| Aug 16 04:08:56.670 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-08-16T04:08:57.713Z | [ recovery-image] Aug 16 04:08:56.680 INFO O| Aug 16 04:08:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5193 | 2024-08-16T04:08:57.713Z | [ recovery-image] Aug 16 04:08:56.680 INFO O| Aug 16 04:08:56.680 INFO STEP 439 (remove_files) COMPLETE |
5194 | 2024-08-16T04:08:57.716Z | [ recovery-image] Aug 16 04:08:56.680 INFO O| Aug 16 04:08:56.680 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-08-16T04:08:57.723Z | [ recovery-image] Aug 16 04:08:56.689 INFO O| Aug 16 04:08:56.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5196 | 2024-08-16T04:08:57.723Z | [ recovery-image] Aug 16 04:08:56.689 INFO O| Aug 16 04:08:56.689 INFO STEP 440 (remove_files) COMPLETE |
5197 | 2024-08-16T04:08:57.725Z | [ recovery-image] Aug 16 04:08:56.689 INFO O| Aug 16 04:08:56.689 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-08-16T04:08:57.732Z | [ recovery-image] Aug 16 04:08:56.699 INFO O| Aug 16 04:08:56.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5199 | 2024-08-16T04:08:57.732Z | [ recovery-image] Aug 16 04:08:56.699 INFO O| Aug 16 04:08:56.699 INFO STEP 441 (remove_files) COMPLETE |
5200 | 2024-08-16T04:08:57.735Z | [ recovery-image] Aug 16 04:08:56.699 INFO O| Aug 16 04:08:56.699 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-08-16T04:08:57.743Z | [ recovery-image] Aug 16 04:08:56.710 INFO O| Aug 16 04:08:56.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5202 | 2024-08-16T04:08:57.743Z | [ recovery-image] Aug 16 04:08:56.710 INFO O| Aug 16 04:08:56.710 INFO STEP 442 (remove_files) COMPLETE |
5203 | 2024-08-16T04:08:57.743Z | [ recovery-image] Aug 16 04:08:56.710 INFO O| Aug 16 04:08:56.710 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-08-16T04:08:57.753Z | [ recovery-image] Aug 16 04:08:56.719 INFO O| Aug 16 04:08:56.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5205 | 2024-08-16T04:08:57.753Z | [ recovery-image] Aug 16 04:08:56.719 INFO O| Aug 16 04:08:56.719 INFO STEP 443 (remove_files) COMPLETE |
5206 | 2024-08-16T04:08:57.755Z | [ recovery-image] Aug 16 04:08:56.719 INFO O| Aug 16 04:08:56.719 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-08-16T04:08:57.762Z | [ recovery-image] Aug 16 04:08:56.728 INFO O| Aug 16 04:08:56.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5208 | 2024-08-16T04:08:57.762Z | [ recovery-image] Aug 16 04:08:56.728 INFO O| Aug 16 04:08:56.728 INFO STEP 444 (remove_files) COMPLETE |
5209 | 2024-08-16T04:08:57.765Z | [ recovery-image] Aug 16 04:08:56.728 INFO O| Aug 16 04:08:56.728 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-08-16T04:08:57.771Z | [ recovery-image] Aug 16 04:08:56.738 INFO O| Aug 16 04:08:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5211 | 2024-08-16T04:08:57.771Z | [ recovery-image] Aug 16 04:08:56.738 INFO O| Aug 16 04:08:56.738 INFO STEP 445 (remove_files) COMPLETE |
5212 | 2024-08-16T04:08:57.774Z | [ recovery-image] Aug 16 04:08:56.738 INFO O| Aug 16 04:08:56.738 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-08-16T04:08:57.780Z | [ recovery-image] Aug 16 04:08:56.747 INFO O| Aug 16 04:08:56.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5214 | 2024-08-16T04:08:57.783Z | [ recovery-image] Aug 16 04:08:56.747 INFO O| Aug 16 04:08:56.747 INFO STEP 446 (remove_files) COMPLETE |
5215 | 2024-08-16T04:08:57.783Z | [ recovery-image] Aug 16 04:08:56.747 INFO O| Aug 16 04:08:56.747 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-08-16T04:08:57.790Z | [ recovery-image] Aug 16 04:08:56.756 INFO O| Aug 16 04:08:56.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5217 | 2024-08-16T04:08:57.790Z | [ recovery-image] Aug 16 04:08:56.756 INFO O| Aug 16 04:08:56.756 INFO STEP 447 (remove_files) COMPLETE |
5218 | 2024-08-16T04:08:57.792Z | [ recovery-image] Aug 16 04:08:56.756 INFO O| Aug 16 04:08:56.756 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-08-16T04:08:57.799Z | [ recovery-image] Aug 16 04:08:56.765 INFO O| Aug 16 04:08:56.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5220 | 2024-08-16T04:08:57.799Z | [ recovery-image] Aug 16 04:08:56.766 INFO O| Aug 16 04:08:56.766 INFO STEP 448 (remove_files) COMPLETE |
5221 | 2024-08-16T04:08:57.802Z | [ recovery-image] Aug 16 04:08:56.766 INFO O| Aug 16 04:08:56.766 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-08-16T04:08:57.808Z | [ recovery-image] Aug 16 04:08:56.775 INFO O| Aug 16 04:08:56.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5223 | 2024-08-16T04:08:57.808Z | [ recovery-image] Aug 16 04:08:56.775 INFO O| Aug 16 04:08:56.775 INFO STEP 449 (remove_files) COMPLETE |
5224 | 2024-08-16T04:08:57.808Z | [ recovery-image] Aug 16 04:08:56.775 INFO O| Aug 16 04:08:56.775 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-08-16T04:08:57.818Z | [ recovery-image] Aug 16 04:08:56.784 INFO O| Aug 16 04:08:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5226 | 2024-08-16T04:08:57.818Z | [ recovery-image] Aug 16 04:08:56.784 INFO O| Aug 16 04:08:56.784 INFO STEP 450 (remove_files) COMPLETE |
5227 | 2024-08-16T04:08:57.820Z | [ recovery-image] Aug 16 04:08:56.784 INFO O| Aug 16 04:08:56.784 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-08-16T04:08:57.827Z | [ recovery-image] Aug 16 04:08:56.793 INFO O| Aug 16 04:08:56.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5229 | 2024-08-16T04:08:57.827Z | [ recovery-image] Aug 16 04:08:56.794 INFO O| Aug 16 04:08:56.794 INFO STEP 451 (remove_files) COMPLETE |
5230 | 2024-08-16T04:08:57.830Z | [ recovery-image] Aug 16 04:08:56.794 INFO O| Aug 16 04:08:56.794 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-08-16T04:08:57.836Z | [ recovery-image] Aug 16 04:08:56.803 INFO O| Aug 16 04:08:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5232 | 2024-08-16T04:08:57.839Z | [ recovery-image] Aug 16 04:08:56.803 INFO O| Aug 16 04:08:56.803 INFO STEP 452 (remove_files) COMPLETE |
5233 | 2024-08-16T04:08:57.839Z | [ recovery-image] Aug 16 04:08:56.803 INFO O| Aug 16 04:08:56.803 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-08-16T04:08:57.846Z | [ recovery-image] Aug 16 04:08:56.812 INFO O| Aug 16 04:08:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5235 | 2024-08-16T04:08:57.846Z | [ recovery-image] Aug 16 04:08:56.812 INFO O| Aug 16 04:08:56.812 INFO STEP 453 (remove_files) COMPLETE |
5236 | 2024-08-16T04:08:57.846Z | [ recovery-image] Aug 16 04:08:56.812 INFO O| Aug 16 04:08:56.812 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-08-16T04:08:57.855Z | [ recovery-image] Aug 16 04:08:56.822 INFO O| Aug 16 04:08:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5238 | 2024-08-16T04:08:57.855Z | [ recovery-image] Aug 16 04:08:56.822 INFO O| Aug 16 04:08:56.822 INFO STEP 454 (remove_files) COMPLETE |
5239 | 2024-08-16T04:08:57.858Z | [ recovery-image] Aug 16 04:08:56.822 INFO O| Aug 16 04:08:56.822 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-08-16T04:08:57.865Z | [ recovery-image] Aug 16 04:08:56.832 INFO O| Aug 16 04:08:56.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5241 | 2024-08-16T04:08:57.865Z | [ recovery-image] Aug 16 04:08:56.832 INFO O| Aug 16 04:08:56.832 INFO STEP 455 (remove_files) COMPLETE |
5242 | 2024-08-16T04:08:57.865Z | [ recovery-image] Aug 16 04:08:56.832 INFO O| Aug 16 04:08:56.832 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-08-16T04:08:57.874Z | [ recovery-image] Aug 16 04:08:56.841 INFO O| Aug 16 04:08:56.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5244 | 2024-08-16T04:08:57.875Z | [ recovery-image] Aug 16 04:08:56.841 INFO O| Aug 16 04:08:56.841 INFO STEP 456 (remove_files) COMPLETE |
5245 | 2024-08-16T04:08:57.877Z | [ recovery-image] Aug 16 04:08:56.841 INFO O| Aug 16 04:08:56.841 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-08-16T04:08:57.884Z | [ recovery-image] Aug 16 04:08:56.850 INFO O| Aug 16 04:08:56.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5247 | 2024-08-16T04:08:57.884Z | [ recovery-image] Aug 16 04:08:56.851 INFO O| Aug 16 04:08:56.850 INFO STEP 457 (remove_files) COMPLETE |
5248 | 2024-08-16T04:08:57.887Z | [ recovery-image] Aug 16 04:08:56.851 INFO O| Aug 16 04:08:56.851 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-08-16T04:08:57.893Z | [ recovery-image] Aug 16 04:08:56.860 INFO O| Aug 16 04:08:56.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5250 | 2024-08-16T04:08:57.894Z | [ recovery-image] Aug 16 04:08:56.860 INFO O| Aug 16 04:08:56.860 INFO STEP 458 (remove_files) COMPLETE |
5251 | 2024-08-16T04:08:57.896Z | [ recovery-image] Aug 16 04:08:56.860 INFO O| Aug 16 04:08:56.860 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-08-16T04:08:57.903Z | [ recovery-image] Aug 16 04:08:56.869 INFO O| Aug 16 04:08:56.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5253 | 2024-08-16T04:08:57.903Z | [ recovery-image] Aug 16 04:08:56.869 INFO O| Aug 16 04:08:56.869 INFO STEP 459 (remove_files) COMPLETE |
5254 | 2024-08-16T04:08:57.906Z | [ recovery-image] Aug 16 04:08:56.870 INFO O| Aug 16 04:08:56.869 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-08-16T04:08:57.912Z | [ recovery-image] Aug 16 04:08:56.879 INFO O| Aug 16 04:08:56.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5256 | 2024-08-16T04:08:57.915Z | [ recovery-image] Aug 16 04:08:56.879 INFO O| Aug 16 04:08:56.879 INFO STEP 460 (remove_files) COMPLETE |
5257 | 2024-08-16T04:08:57.915Z | [ recovery-image] Aug 16 04:08:56.879 INFO O| Aug 16 04:08:56.879 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-08-16T04:08:57.923Z | [ recovery-image] Aug 16 04:08:56.888 INFO O| Aug 16 04:08:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5259 | 2024-08-16T04:08:57.923Z | [ recovery-image] Aug 16 04:08:56.888 INFO O| Aug 16 04:08:56.888 INFO STEP 461 (remove_files) COMPLETE |
5260 | 2024-08-16T04:08:57.926Z | [ recovery-image] Aug 16 04:08:56.888 INFO O| Aug 16 04:08:56.888 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-08-16T04:08:57.931Z | [ recovery-image] Aug 16 04:08:56.898 INFO O| Aug 16 04:08:56.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5262 | 2024-08-16T04:08:57.931Z | [ recovery-image] Aug 16 04:08:56.898 INFO O| Aug 16 04:08:56.898 INFO STEP 462 (remove_files) COMPLETE |
5263 | 2024-08-16T04:08:57.934Z | [ recovery-image] Aug 16 04:08:56.898 INFO O| Aug 16 04:08:56.898 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-08-16T04:08:57.941Z | [ recovery-image] Aug 16 04:08:56.907 INFO O| Aug 16 04:08:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5265 | 2024-08-16T04:08:57.941Z | [ recovery-image] Aug 16 04:08:56.908 INFO O| Aug 16 04:08:56.907 INFO STEP 463 (remove_files) COMPLETE |
5266 | 2024-08-16T04:08:57.944Z | [ recovery-image] Aug 16 04:08:56.908 INFO O| Aug 16 04:08:56.907 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-08-16T04:08:57.950Z | [ recovery-image] Aug 16 04:08:56.917 INFO O| Aug 16 04:08:56.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5268 | 2024-08-16T04:08:57.950Z | [ recovery-image] Aug 16 04:08:56.917 INFO O| Aug 16 04:08:56.917 INFO STEP 464 (remove_files) COMPLETE |
5269 | 2024-08-16T04:08:57.953Z | [ recovery-image] Aug 16 04:08:56.917 INFO O| Aug 16 04:08:56.917 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-08-16T04:08:57.960Z | [ recovery-image] Aug 16 04:08:56.926 INFO O| Aug 16 04:08:56.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5271 | 2024-08-16T04:08:57.962Z | [ recovery-image] Aug 16 04:08:56.926 INFO O| Aug 16 04:08:56.926 INFO STEP 465 (remove_files) COMPLETE |
5272 | 2024-08-16T04:08:57.962Z | [ recovery-image] Aug 16 04:08:56.926 INFO O| Aug 16 04:08:56.926 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-08-16T04:08:57.971Z | [ recovery-image] Aug 16 04:08:56.937 INFO O| Aug 16 04:08:56.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5274 | 2024-08-16T04:08:57.971Z | [ recovery-image] Aug 16 04:08:56.937 INFO O| Aug 16 04:08:56.937 INFO STEP 466 (remove_files) COMPLETE |
5275 | 2024-08-16T04:08:57.973Z | [ recovery-image] Aug 16 04:08:56.937 INFO O| Aug 16 04:08:56.937 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-08-16T04:08:57.980Z | [ recovery-image] Aug 16 04:08:56.947 INFO O| Aug 16 04:08:56.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5277 | 2024-08-16T04:08:57.980Z | [ recovery-image] Aug 16 04:08:56.947 INFO O| Aug 16 04:08:56.947 INFO STEP 467 (remove_files) COMPLETE |
5278 | 2024-08-16T04:08:57.980Z | [ recovery-image] Aug 16 04:08:56.947 INFO O| Aug 16 04:08:56.947 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-08-16T04:08:57.990Z | [ recovery-image] Aug 16 04:08:56.956 INFO O| Aug 16 04:08:56.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5280 | 2024-08-16T04:08:57.990Z | [ recovery-image] Aug 16 04:08:56.956 INFO O| Aug 16 04:08:56.956 INFO STEP 468 (remove_files) COMPLETE |
5281 | 2024-08-16T04:08:57.990Z | [ recovery-image] Aug 16 04:08:56.956 INFO O| Aug 16 04:08:56.956 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-08-16T04:08:57.999Z | [ recovery-image] Aug 16 04:08:56.965 INFO O| Aug 16 04:08:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5283 | 2024-08-16T04:08:57.999Z | [ recovery-image] Aug 16 04:08:56.965 INFO O| Aug 16 04:08:56.965 INFO STEP 469 (remove_files) COMPLETE |
5284 | 2024-08-16T04:08:58.002Z | [ recovery-image] Aug 16 04:08:56.965 INFO O| Aug 16 04:08:56.965 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-08-16T04:08:58.008Z | [ recovery-image] Aug 16 04:08:56.975 INFO O| Aug 16 04:08:56.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5286 | 2024-08-16T04:08:58.008Z | [ recovery-image] Aug 16 04:08:56.975 INFO O| Aug 16 04:08:56.975 INFO STEP 470 (remove_files) COMPLETE |
5287 | 2024-08-16T04:08:58.011Z | [ recovery-image] Aug 16 04:08:56.975 INFO O| Aug 16 04:08:56.975 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-08-16T04:08:58.017Z | [ recovery-image] Aug 16 04:08:56.984 INFO O| Aug 16 04:08:56.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5289 | 2024-08-16T04:08:58.017Z | [ recovery-image] Aug 16 04:08:56.984 INFO O| Aug 16 04:08:56.984 INFO STEP 471 (remove_files) COMPLETE |
5290 | 2024-08-16T04:08:58.020Z | [ recovery-image] Aug 16 04:08:56.984 INFO O| Aug 16 04:08:56.984 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-08-16T04:08:58.027Z | [ recovery-image] Aug 16 04:08:56.993 INFO O| Aug 16 04:08:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5292 | 2024-08-16T04:08:58.027Z | [ recovery-image] Aug 16 04:08:56.993 INFO O| Aug 16 04:08:56.993 INFO STEP 472 (remove_files) COMPLETE |
5293 | 2024-08-16T04:08:58.029Z | [ recovery-image] Aug 16 04:08:56.993 INFO O| Aug 16 04:08:56.993 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-08-16T04:08:58.037Z | [ recovery-image] Aug 16 04:08:57.003 INFO O| Aug 16 04:08:57.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5295 | 2024-08-16T04:08:58.037Z | [ recovery-image] Aug 16 04:08:57.003 INFO O| Aug 16 04:08:57.003 INFO STEP 473 (remove_files) COMPLETE |
5296 | 2024-08-16T04:08:58.039Z | [ recovery-image] Aug 16 04:08:57.003 INFO O| Aug 16 04:08:57.003 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-08-16T04:08:58.047Z | [ recovery-image] Aug 16 04:08:57.013 INFO O| Aug 16 04:08:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5298 | 2024-08-16T04:08:58.047Z | [ recovery-image] Aug 16 04:08:57.013 INFO O| Aug 16 04:08:57.013 INFO STEP 474 (remove_files) COMPLETE |
5299 | 2024-08-16T04:08:58.049Z | [ recovery-image] Aug 16 04:08:57.013 INFO O| Aug 16 04:08:57.013 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-08-16T04:08:58.056Z | [ recovery-image] Aug 16 04:08:57.023 INFO O| Aug 16 04:08:57.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5301 | 2024-08-16T04:08:58.056Z | [ recovery-image] Aug 16 04:08:57.023 INFO O| Aug 16 04:08:57.023 INFO STEP 475 (remove_files) COMPLETE |
5302 | 2024-08-16T04:08:58.059Z | [ recovery-image] Aug 16 04:08:57.023 INFO O| Aug 16 04:08:57.023 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-08-16T04:08:58.065Z | [ recovery-image] Aug 16 04:08:57.032 INFO O| Aug 16 04:08:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5304 | 2024-08-16T04:08:58.065Z | [ recovery-image] Aug 16 04:08:57.032 INFO O| Aug 16 04:08:57.032 INFO STEP 476 (remove_files) COMPLETE |
5305 | 2024-08-16T04:08:58.065Z | [ recovery-image] Aug 16 04:08:57.032 INFO O| Aug 16 04:08:57.032 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-08-16T04:08:58.075Z | [ recovery-image] Aug 16 04:08:57.041 INFO O| Aug 16 04:08:57.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5307 | 2024-08-16T04:08:58.075Z | [ recovery-image] Aug 16 04:08:57.041 INFO O| Aug 16 04:08:57.041 INFO STEP 477 (remove_files) COMPLETE |
5308 | 2024-08-16T04:08:58.075Z | [ recovery-image] Aug 16 04:08:57.041 INFO O| Aug 16 04:08:57.041 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-08-16T04:08:58.084Z | [ recovery-image] Aug 16 04:08:57.050 INFO O| Aug 16 04:08:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5310 | 2024-08-16T04:08:58.084Z | [ recovery-image] Aug 16 04:08:57.051 INFO O| Aug 16 04:08:57.050 INFO STEP 478 (remove_files) COMPLETE |
5311 | 2024-08-16T04:08:58.087Z | [ recovery-image] Aug 16 04:08:57.051 INFO O| Aug 16 04:08:57.050 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-08-16T04:08:58.094Z | [ recovery-image] Aug 16 04:08:57.060 INFO O| Aug 16 04:08:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5313 | 2024-08-16T04:08:58.094Z | [ recovery-image] Aug 16 04:08:57.060 INFO O| Aug 16 04:08:57.060 INFO STEP 479 (remove_files) COMPLETE |
5314 | 2024-08-16T04:08:58.096Z | [ recovery-image] Aug 16 04:08:57.060 INFO O| Aug 16 04:08:57.060 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-08-16T04:08:58.103Z | [ recovery-image] Aug 16 04:08:57.070 INFO O| Aug 16 04:08:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5316 | 2024-08-16T04:08:58.103Z | [ recovery-image] Aug 16 04:08:57.070 INFO O| Aug 16 04:08:57.070 INFO STEP 480 (remove_files) COMPLETE |
5317 | 2024-08-16T04:08:58.103Z | [ recovery-image] Aug 16 04:08:57.070 INFO O| Aug 16 04:08:57.070 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-08-16T04:08:58.113Z | [ recovery-image] Aug 16 04:08:57.079 INFO O| Aug 16 04:08:57.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5319 | 2024-08-16T04:08:58.113Z | [ recovery-image] Aug 16 04:08:57.079 INFO O| Aug 16 04:08:57.079 INFO STEP 481 (remove_files) COMPLETE |
5320 | 2024-08-16T04:08:58.113Z | [ recovery-image] Aug 16 04:08:57.079 INFO O| Aug 16 04:08:57.079 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-08-16T04:08:58.122Z | [ recovery-image] Aug 16 04:08:57.088 INFO O| Aug 16 04:08:57.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5322 | 2024-08-16T04:08:58.122Z | [ recovery-image] Aug 16 04:08:57.089 INFO O| Aug 16 04:08:57.089 INFO STEP 482 (remove_files) COMPLETE |
5323 | 2024-08-16T04:08:58.125Z | [ recovery-image] Aug 16 04:08:57.089 INFO O| Aug 16 04:08:57.089 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-08-16T04:08:58.131Z | [ recovery-image] Aug 16 04:08:57.098 INFO O| Aug 16 04:08:57.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5325 | 2024-08-16T04:08:58.134Z | [ recovery-image] Aug 16 04:08:57.098 INFO O| Aug 16 04:08:57.098 INFO STEP 483 (remove_files) COMPLETE |
5326 | 2024-08-16T04:08:58.134Z | [ recovery-image] Aug 16 04:08:57.098 INFO O| Aug 16 04:08:57.098 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-08-16T04:08:58.140Z | [ recovery-image] Aug 16 04:08:57.107 INFO O| Aug 16 04:08:57.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5328 | 2024-08-16T04:08:58.141Z | [ recovery-image] Aug 16 04:08:57.107 INFO O| Aug 16 04:08:57.107 INFO STEP 484 (remove_files) COMPLETE |
5329 | 2024-08-16T04:08:58.143Z | [ recovery-image] Aug 16 04:08:57.107 INFO O| Aug 16 04:08:57.107 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-08-16T04:08:58.152Z | [ recovery-image] Aug 16 04:08:57.118 INFO O| Aug 16 04:08:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5331 | 2024-08-16T04:08:58.155Z | [ recovery-image] Aug 16 04:08:57.119 INFO O| Aug 16 04:08:57.119 INFO STEP 485 (remove_files) COMPLETE |
5332 | 2024-08-16T04:08:58.155Z | [ recovery-image] Aug 16 04:08:57.119 INFO O| Aug 16 04:08:57.119 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-08-16T04:08:58.174Z | [ recovery-image] Aug 16 04:08:57.140 INFO O| Aug 16 04:08:57.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5334 | 2024-08-16T04:08:58.177Z | [ recovery-image] Aug 16 04:08:57.141 INFO O| Aug 16 04:08:57.141 INFO STEP 486 (remove_files) COMPLETE |
5335 | 2024-08-16T04:08:58.177Z | [ recovery-image] Aug 16 04:08:57.141 INFO O| Aug 16 04:08:57.141 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-08-16T04:08:58.187Z | [ recovery-image] Aug 16 04:08:57.154 INFO O| Aug 16 04:08:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5337 | 2024-08-16T04:08:58.187Z | [ recovery-image] Aug 16 04:08:57.154 INFO O| Aug 16 04:08:57.154 INFO STEP 487 (remove_files) COMPLETE |
5338 | 2024-08-16T04:08:58.190Z | [ recovery-image] Aug 16 04:08:57.154 INFO O| Aug 16 04:08:57.154 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-08-16T04:08:58.197Z | [ recovery-image] Aug 16 04:08:57.164 INFO O| Aug 16 04:08:57.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5340 | 2024-08-16T04:08:58.201Z | [ recovery-image] Aug 16 04:08:57.164 INFO O| Aug 16 04:08:57.164 INFO STEP 488 (remove_files) COMPLETE |
5341 | 2024-08-16T04:08:58.201Z | [ recovery-image] Aug 16 04:08:57.164 INFO O| Aug 16 04:08:57.164 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-08-16T04:08:58.209Z | [ recovery-image] Aug 16 04:08:57.176 INFO O| Aug 16 04:08:57.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5343 | 2024-08-16T04:08:58.212Z | [ recovery-image] Aug 16 04:08:57.176 INFO O| Aug 16 04:08:57.176 INFO STEP 489 (remove_files) COMPLETE |
5344 | 2024-08-16T04:08:58.212Z | [ recovery-image] Aug 16 04:08:57.176 INFO O| Aug 16 04:08:57.176 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-08-16T04:08:58.219Z | [ recovery-image] Aug 16 04:08:57.186 INFO O| Aug 16 04:08:57.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5346 | 2024-08-16T04:08:58.219Z | [ recovery-image] Aug 16 04:08:57.186 INFO O| Aug 16 04:08:57.186 INFO STEP 490 (remove_files) COMPLETE |
5347 | 2024-08-16T04:08:58.219Z | [ recovery-image] Aug 16 04:08:57.186 INFO O| Aug 16 04:08:57.186 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-08-16T04:08:58.229Z | [ recovery-image] Aug 16 04:08:57.195 INFO O| Aug 16 04:08:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5349 | 2024-08-16T04:08:58.229Z | [ recovery-image] Aug 16 04:08:57.195 INFO O| Aug 16 04:08:57.195 INFO STEP 491 (remove_files) COMPLETE |
5350 | 2024-08-16T04:08:58.229Z | [ recovery-image] Aug 16 04:08:57.195 INFO O| Aug 16 04:08:57.195 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-08-16T04:08:58.238Z | [ recovery-image] Aug 16 04:08:57.205 INFO O| Aug 16 04:08:57.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5352 | 2024-08-16T04:08:58.242Z | [ recovery-image] Aug 16 04:08:57.205 INFO O| Aug 16 04:08:57.205 INFO STEP 492 (remove_files) COMPLETE |
5353 | 2024-08-16T04:08:58.242Z | [ recovery-image] Aug 16 04:08:57.205 INFO O| Aug 16 04:08:57.205 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-08-16T04:08:58.247Z | [ recovery-image] Aug 16 04:08:57.214 INFO O| Aug 16 04:08:57.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5355 | 2024-08-16T04:08:58.248Z | [ recovery-image] Aug 16 04:08:57.214 INFO O| Aug 16 04:08:57.214 INFO STEP 493 (remove_files) COMPLETE |
5356 | 2024-08-16T04:08:58.250Z | [ recovery-image] Aug 16 04:08:57.214 INFO O| Aug 16 04:08:57.214 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-08-16T04:08:58.257Z | [ recovery-image] Aug 16 04:08:57.223 INFO O| Aug 16 04:08:57.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5358 | 2024-08-16T04:08:58.257Z | [ recovery-image] Aug 16 04:08:57.223 INFO O| Aug 16 04:08:57.223 INFO STEP 494 (remove_files) COMPLETE |
5359 | 2024-08-16T04:08:58.257Z | [ recovery-image] Aug 16 04:08:57.223 INFO O| Aug 16 04:08:57.223 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-08-16T04:08:58.266Z | [ recovery-image] Aug 16 04:08:57.233 INFO O| Aug 16 04:08:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5361 | 2024-08-16T04:08:58.269Z | [ recovery-image] Aug 16 04:08:57.233 INFO O| Aug 16 04:08:57.233 INFO STEP 495 (remove_files) COMPLETE |
5362 | 2024-08-16T04:08:58.269Z | [ recovery-image] Aug 16 04:08:57.233 INFO O| Aug 16 04:08:57.233 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-08-16T04:08:58.275Z | [ recovery-image] Aug 16 04:08:57.242 INFO O| Aug 16 04:08:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5364 | 2024-08-16T04:08:58.275Z | [ recovery-image] Aug 16 04:08:57.242 INFO O| Aug 16 04:08:57.242 INFO STEP 496 (remove_files) COMPLETE |
5365 | 2024-08-16T04:08:58.278Z | [ recovery-image] Aug 16 04:08:57.242 INFO O| Aug 16 04:08:57.242 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-08-16T04:08:58.285Z | [ recovery-image] Aug 16 04:08:57.251 INFO O| Aug 16 04:08:57.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5367 | 2024-08-16T04:08:58.285Z | [ recovery-image] Aug 16 04:08:57.251 INFO O| Aug 16 04:08:57.251 INFO STEP 497 (remove_files) COMPLETE |
5368 | 2024-08-16T04:08:58.287Z | [ recovery-image] Aug 16 04:08:57.251 INFO O| Aug 16 04:08:57.251 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-08-16T04:08:58.294Z | [ recovery-image] Aug 16 04:08:57.260 INFO O| Aug 16 04:08:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5370 | 2024-08-16T04:08:58.296Z | [ recovery-image] Aug 16 04:08:57.260 INFO O| Aug 16 04:08:57.260 INFO STEP 498 (remove_files) COMPLETE |
5371 | 2024-08-16T04:08:58.296Z | [ recovery-image] Aug 16 04:08:57.260 INFO O| Aug 16 04:08:57.260 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-08-16T04:08:58.306Z | [ recovery-image] Aug 16 04:08:57.272 INFO O| Aug 16 04:08:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5373 | 2024-08-16T04:08:58.306Z | [ recovery-image] Aug 16 04:08:57.272 INFO O| Aug 16 04:08:57.272 INFO STEP 499 (remove_files) COMPLETE |
5374 | 2024-08-16T04:08:58.309Z | [ recovery-image] Aug 16 04:08:57.272 INFO O| Aug 16 04:08:57.272 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-08-16T04:08:58.316Z | [ recovery-image] Aug 16 04:08:57.282 INFO O| Aug 16 04:08:57.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5376 | 2024-08-16T04:08:58.319Z | [ recovery-image] Aug 16 04:08:57.282 INFO O| Aug 16 04:08:57.282 INFO STEP 500 (remove_files) COMPLETE |
5377 | 2024-08-16T04:08:58.319Z | [ recovery-image] Aug 16 04:08:57.282 INFO O| Aug 16 04:08:57.282 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-08-16T04:08:58.328Z | [ recovery-image] Aug 16 04:08:57.293 INFO O| Aug 16 04:08:57.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5379 | 2024-08-16T04:08:58.331Z | [ recovery-image] Aug 16 04:08:57.293 INFO O| Aug 16 04:08:57.293 INFO STEP 501 (remove_files) COMPLETE |
5380 | 2024-08-16T04:08:58.331Z | [ recovery-image] Aug 16 04:08:57.293 INFO O| Aug 16 04:08:57.293 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-08-16T04:08:58.337Z | [ recovery-image] Aug 16 04:08:57.302 INFO O| Aug 16 04:08:57.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5382 | 2024-08-16T04:08:58.337Z | [ recovery-image] Aug 16 04:08:57.302 INFO O| Aug 16 04:08:57.302 INFO STEP 502 (remove_files) COMPLETE |
5383 | 2024-08-16T04:08:58.339Z | [ recovery-image] Aug 16 04:08:57.302 INFO O| Aug 16 04:08:57.302 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-08-16T04:08:58.345Z | [ recovery-image] Aug 16 04:08:57.311 INFO O| Aug 16 04:08:57.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5385 | 2024-08-16T04:08:58.345Z | [ recovery-image] Aug 16 04:08:57.311 INFO O| Aug 16 04:08:57.311 INFO STEP 503 (remove_files) COMPLETE |
5386 | 2024-08-16T04:08:58.345Z | [ recovery-image] Aug 16 04:08:57.311 INFO O| Aug 16 04:08:57.311 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-08-16T04:08:58.354Z | [ recovery-image] Aug 16 04:08:57.320 INFO O| Aug 16 04:08:57.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5388 | 2024-08-16T04:08:58.354Z | [ recovery-image] Aug 16 04:08:57.320 INFO O| Aug 16 04:08:57.320 INFO STEP 504 (remove_files) COMPLETE |
5389 | 2024-08-16T04:08:58.358Z | [ recovery-image] Aug 16 04:08:57.320 INFO O| Aug 16 04:08:57.320 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-08-16T04:08:58.363Z | [ recovery-image] Aug 16 04:08:57.330 INFO O| Aug 16 04:08:57.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5391 | 2024-08-16T04:08:58.363Z | [ recovery-image] Aug 16 04:08:57.330 INFO O| Aug 16 04:08:57.330 INFO STEP 505 (remove_files) COMPLETE |
5392 | 2024-08-16T04:08:58.367Z | [ recovery-image] Aug 16 04:08:57.330 INFO O| Aug 16 04:08:57.330 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-08-16T04:08:58.372Z | [ recovery-image] Aug 16 04:08:57.339 INFO O| Aug 16 04:08:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5394 | 2024-08-16T04:08:58.375Z | [ recovery-image] Aug 16 04:08:57.339 INFO O| Aug 16 04:08:57.339 INFO STEP 506 (remove_files) COMPLETE |
5395 | 2024-08-16T04:08:58.375Z | [ recovery-image] Aug 16 04:08:57.339 INFO O| Aug 16 04:08:57.339 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-08-16T04:08:58.382Z | [ recovery-image] Aug 16 04:08:57.348 INFO O| Aug 16 04:08:57.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5397 | 2024-08-16T04:08:58.382Z | [ recovery-image] Aug 16 04:08:57.348 INFO O| Aug 16 04:08:57.348 INFO STEP 507 (remove_files) COMPLETE |
5398 | 2024-08-16T04:08:58.384Z | [ recovery-image] Aug 16 04:08:57.348 INFO O| Aug 16 04:08:57.348 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-08-16T04:08:58.391Z | [ recovery-image] Aug 16 04:08:57.358 INFO O| Aug 16 04:08:57.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5400 | 2024-08-16T04:08:58.394Z | [ recovery-image] Aug 16 04:08:57.358 INFO O| Aug 16 04:08:57.358 INFO STEP 508 (remove_files) COMPLETE |
5401 | 2024-08-16T04:08:58.394Z | [ recovery-image] Aug 16 04:08:57.358 INFO O| Aug 16 04:08:57.358 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-08-16T04:08:58.400Z | [ recovery-image] Aug 16 04:08:57.367 INFO O| Aug 16 04:08:57.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5403 | 2024-08-16T04:08:58.400Z | [ recovery-image] Aug 16 04:08:57.367 INFO O| Aug 16 04:08:57.367 INFO STEP 509 (remove_files) COMPLETE |
5404 | 2024-08-16T04:08:58.403Z | [ recovery-image] Aug 16 04:08:57.367 INFO O| Aug 16 04:08:57.367 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-08-16T04:08:58.410Z | [ recovery-image] Aug 16 04:08:57.376 INFO O| Aug 16 04:08:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5406 | 2024-08-16T04:08:58.410Z | [ recovery-image] Aug 16 04:08:57.376 INFO O| Aug 16 04:08:57.376 INFO STEP 510 (remove_files) COMPLETE |
5407 | 2024-08-16T04:08:58.412Z | [ recovery-image] Aug 16 04:08:57.376 INFO O| Aug 16 04:08:57.376 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-08-16T04:08:58.419Z | [ recovery-image] Aug 16 04:08:57.385 INFO O| Aug 16 04:08:57.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5409 | 2024-08-16T04:08:58.419Z | [ recovery-image] Aug 16 04:08:57.385 INFO O| Aug 16 04:08:57.385 INFO STEP 511 (remove_files) COMPLETE |
5410 | 2024-08-16T04:08:58.419Z | [ recovery-image] Aug 16 04:08:57.385 INFO O| Aug 16 04:08:57.385 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-08-16T04:08:58.428Z | [ recovery-image] Aug 16 04:08:57.394 INFO O| Aug 16 04:08:57.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5412 | 2024-08-16T04:08:58.430Z | [ recovery-image] Aug 16 04:08:57.394 INFO O| Aug 16 04:08:57.394 INFO STEP 512 (remove_files) COMPLETE |
5413 | 2024-08-16T04:08:58.430Z | [ recovery-image] Aug 16 04:08:57.395 INFO O| Aug 16 04:08:57.394 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-08-16T04:08:58.437Z | [ recovery-image] Aug 16 04:08:57.404 INFO O| Aug 16 04:08:57.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5415 | 2024-08-16T04:08:58.437Z | [ recovery-image] Aug 16 04:08:57.404 INFO O| Aug 16 04:08:57.404 INFO STEP 513 (remove_files) COMPLETE |
5416 | 2024-08-16T04:08:58.440Z | [ recovery-image] Aug 16 04:08:57.404 INFO O| Aug 16 04:08:57.404 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-08-16T04:08:58.446Z | [ recovery-image] Aug 16 04:08:57.413 INFO O| Aug 16 04:08:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5418 | 2024-08-16T04:08:58.446Z | [ recovery-image] Aug 16 04:08:57.413 INFO O| Aug 16 04:08:57.413 INFO STEP 514 (remove_files) COMPLETE |
5419 | 2024-08-16T04:08:58.450Z | [ recovery-image] Aug 16 04:08:57.413 INFO O| Aug 16 04:08:57.413 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-08-16T04:08:58.455Z | [ recovery-image] Aug 16 04:08:57.422 INFO O| Aug 16 04:08:57.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5421 | 2024-08-16T04:08:58.456Z | [ recovery-image] Aug 16 04:08:57.422 INFO O| Aug 16 04:08:57.422 INFO STEP 515 (remove_files) COMPLETE |
5422 | 2024-08-16T04:08:58.456Z | [ recovery-image] Aug 16 04:08:57.422 INFO O| Aug 16 04:08:57.422 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-08-16T04:08:58.465Z | [ recovery-image] Aug 16 04:08:57.431 INFO O| Aug 16 04:08:57.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5424 | 2024-08-16T04:08:58.465Z | [ recovery-image] Aug 16 04:08:57.431 INFO O| Aug 16 04:08:57.431 INFO STEP 516 (remove_files) COMPLETE |
5425 | 2024-08-16T04:08:58.467Z | [ recovery-image] Aug 16 04:08:57.431 INFO O| Aug 16 04:08:57.431 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-08-16T04:08:58.474Z | [ recovery-image] Aug 16 04:08:57.441 INFO O| Aug 16 04:08:57.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5427 | 2024-08-16T04:08:58.477Z | [ recovery-image] Aug 16 04:08:57.442 INFO O| Aug 16 04:08:57.442 INFO STEP 517 (remove_files) COMPLETE |
5428 | 2024-08-16T04:08:58.477Z | [ recovery-image] Aug 16 04:08:57.442 INFO O| Aug 16 04:08:57.442 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-08-16T04:08:58.484Z | [ recovery-image] Aug 16 04:08:57.451 INFO O| Aug 16 04:08:57.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5430 | 2024-08-16T04:08:58.484Z | [ recovery-image] Aug 16 04:08:57.451 INFO O| Aug 16 04:08:57.451 INFO STEP 518 (remove_files) COMPLETE |
5431 | 2024-08-16T04:08:58.485Z | [ recovery-image] Aug 16 04:08:57.451 INFO O| Aug 16 04:08:57.451 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-08-16T04:08:58.494Z | [ recovery-image] Aug 16 04:08:57.460 INFO O| Aug 16 04:08:57.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5433 | 2024-08-16T04:08:58.496Z | [ recovery-image] Aug 16 04:08:57.460 INFO O| Aug 16 04:08:57.460 INFO STEP 519 (remove_files) COMPLETE |
5434 | 2024-08-16T04:08:58.496Z | [ recovery-image] Aug 16 04:08:57.460 INFO O| Aug 16 04:08:57.460 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-08-16T04:08:58.503Z | [ recovery-image] Aug 16 04:08:57.470 INFO O| Aug 16 04:08:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5436 | 2024-08-16T04:08:58.503Z | [ recovery-image] Aug 16 04:08:57.470 INFO O| Aug 16 04:08:57.470 INFO STEP 520 (remove_files) COMPLETE |
5437 | 2024-08-16T04:08:58.508Z | [ recovery-image] Aug 16 04:08:57.470 INFO O| Aug 16 04:08:57.470 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-08-16T04:08:58.513Z | [ recovery-image] Aug 16 04:08:57.480 INFO O| Aug 16 04:08:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5439 | 2024-08-16T04:08:58.513Z | [ recovery-image] Aug 16 04:08:57.480 INFO O| Aug 16 04:08:57.480 INFO STEP 521 (remove_files) COMPLETE |
5440 | 2024-08-16T04:08:58.513Z | [ recovery-image] Aug 16 04:08:57.480 INFO O| Aug 16 04:08:57.480 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-08-16T04:08:58.522Z | [ recovery-image] Aug 16 04:08:57.489 INFO O| Aug 16 04:08:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5442 | 2024-08-16T04:08:58.523Z | [ recovery-image] Aug 16 04:08:57.489 INFO O| Aug 16 04:08:57.489 INFO STEP 522 (remove_files) COMPLETE |
5443 | 2024-08-16T04:08:58.525Z | [ recovery-image] Aug 16 04:08:57.489 INFO O| Aug 16 04:08:57.489 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-08-16T04:08:58.533Z | [ recovery-image] Aug 16 04:08:57.499 INFO O| Aug 16 04:08:57.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5445 | 2024-08-16T04:08:58.533Z | [ recovery-image] Aug 16 04:08:57.499 INFO O| Aug 16 04:08:57.499 INFO STEP 523 (remove_files) COMPLETE |
5446 | 2024-08-16T04:08:58.537Z | [ recovery-image] Aug 16 04:08:57.499 INFO O| Aug 16 04:08:57.499 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-08-16T04:08:58.541Z | [ recovery-image] Aug 16 04:08:57.508 INFO O| Aug 16 04:08:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5448 | 2024-08-16T04:08:58.544Z | [ recovery-image] Aug 16 04:08:57.508 INFO O| Aug 16 04:08:57.508 INFO STEP 524 (remove_files) COMPLETE |
5449 | 2024-08-16T04:08:58.544Z | [ recovery-image] Aug 16 04:08:57.508 INFO O| Aug 16 04:08:57.508 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-08-16T04:08:58.551Z | [ recovery-image] Aug 16 04:08:57.517 INFO O| Aug 16 04:08:57.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5451 | 2024-08-16T04:08:58.551Z | [ recovery-image] Aug 16 04:08:57.518 INFO O| Aug 16 04:08:57.517 INFO STEP 525 (remove_files) COMPLETE |
5452 | 2024-08-16T04:08:58.551Z | [ recovery-image] Aug 16 04:08:57.518 INFO O| Aug 16 04:08:57.518 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-08-16T04:08:58.560Z | [ recovery-image] Aug 16 04:08:57.527 INFO O| Aug 16 04:08:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5454 | 2024-08-16T04:08:58.560Z | [ recovery-image] Aug 16 04:08:57.527 INFO O| Aug 16 04:08:57.527 INFO STEP 526 (remove_files) COMPLETE |
5455 | 2024-08-16T04:08:58.563Z | [ recovery-image] Aug 16 04:08:57.527 INFO O| Aug 16 04:08:57.527 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-08-16T04:08:58.570Z | [ recovery-image] Aug 16 04:08:57.536 INFO O| Aug 16 04:08:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5457 | 2024-08-16T04:08:58.572Z | [ recovery-image] Aug 16 04:08:57.536 INFO O| Aug 16 04:08:57.536 INFO STEP 527 (remove_files) COMPLETE |
5458 | 2024-08-16T04:08:58.572Z | [ recovery-image] Aug 16 04:08:57.536 INFO O| Aug 16 04:08:57.536 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-08-16T04:08:58.579Z | [ recovery-image] Aug 16 04:08:57.546 INFO O| Aug 16 04:08:57.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5460 | 2024-08-16T04:08:58.579Z | [ recovery-image] Aug 16 04:08:57.546 INFO O| Aug 16 04:08:57.546 INFO STEP 528 (remove_files) COMPLETE |
5461 | 2024-08-16T04:08:58.579Z | [ recovery-image] Aug 16 04:08:57.546 INFO O| Aug 16 04:08:57.546 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-08-16T04:08:58.588Z | [ recovery-image] Aug 16 04:08:57.555 INFO O| Aug 16 04:08:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5463 | 2024-08-16T04:08:58.591Z | [ recovery-image] Aug 16 04:08:57.555 INFO O| Aug 16 04:08:57.555 INFO STEP 529 (remove_files) COMPLETE |
5464 | 2024-08-16T04:08:58.591Z | [ recovery-image] Aug 16 04:08:57.555 INFO O| Aug 16 04:08:57.555 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-08-16T04:08:58.598Z | [ recovery-image] Aug 16 04:08:57.565 INFO O| Aug 16 04:08:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5466 | 2024-08-16T04:08:58.598Z | [ recovery-image] Aug 16 04:08:57.565 INFO O| Aug 16 04:08:57.565 INFO STEP 530 (remove_files) COMPLETE |
5467 | 2024-08-16T04:08:58.598Z | [ recovery-image] Aug 16 04:08:57.565 INFO O| Aug 16 04:08:57.565 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-08-16T04:08:58.608Z | [ recovery-image] Aug 16 04:08:57.574 INFO O| Aug 16 04:08:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5469 | 2024-08-16T04:08:58.610Z | [ recovery-image] Aug 16 04:08:57.575 INFO O| Aug 16 04:08:57.574 INFO STEP 531 (remove_files) COMPLETE |
5470 | 2024-08-16T04:08:58.610Z | [ recovery-image] Aug 16 04:08:57.575 INFO O| Aug 16 04:08:57.574 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-08-16T04:08:58.617Z | [ recovery-image] Aug 16 04:08:57.584 INFO O| Aug 16 04:08:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5472 | 2024-08-16T04:08:58.620Z | [ recovery-image] Aug 16 04:08:57.584 INFO O| Aug 16 04:08:57.584 INFO STEP 532 (remove_files) COMPLETE |
5473 | 2024-08-16T04:08:58.620Z | [ recovery-image] Aug 16 04:08:57.584 INFO O| Aug 16 04:08:57.584 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-08-16T04:08:58.627Z | [ recovery-image] Aug 16 04:08:57.593 INFO O| Aug 16 04:08:57.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5475 | 2024-08-16T04:08:58.627Z | [ recovery-image] Aug 16 04:08:57.594 INFO O| Aug 16 04:08:57.593 INFO STEP 533 (remove_files) COMPLETE |
5476 | 2024-08-16T04:08:58.630Z | [ recovery-image] Aug 16 04:08:57.594 INFO O| Aug 16 04:08:57.594 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-08-16T04:08:58.636Z | [ recovery-image] Aug 16 04:08:57.603 INFO O| Aug 16 04:08:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5478 | 2024-08-16T04:08:58.639Z | [ recovery-image] Aug 16 04:08:57.603 INFO O| Aug 16 04:08:57.603 INFO STEP 534 (remove_files) COMPLETE |
5479 | 2024-08-16T04:08:58.639Z | [ recovery-image] Aug 16 04:08:57.603 INFO O| Aug 16 04:08:57.603 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-08-16T04:08:58.646Z | [ recovery-image] Aug 16 04:08:57.612 INFO O| Aug 16 04:08:57.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5481 | 2024-08-16T04:08:58.648Z | [ recovery-image] Aug 16 04:08:57.612 INFO O| Aug 16 04:08:57.612 INFO STEP 535 (remove_files) COMPLETE |
5482 | 2024-08-16T04:08:58.648Z | [ recovery-image] Aug 16 04:08:57.612 INFO O| Aug 16 04:08:57.612 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-08-16T04:08:58.655Z | [ recovery-image] Aug 16 04:08:57.622 INFO O| Aug 16 04:08:57.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5484 | 2024-08-16T04:08:58.658Z | [ recovery-image] Aug 16 04:08:57.622 INFO O| Aug 16 04:08:57.622 INFO STEP 536 (remove_files) COMPLETE |
5485 | 2024-08-16T04:08:58.658Z | [ recovery-image] Aug 16 04:08:57.622 INFO O| Aug 16 04:08:57.622 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-08-16T04:08:58.664Z | [ recovery-image] Aug 16 04:08:57.631 INFO O| Aug 16 04:08:57.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5487 | 2024-08-16T04:08:58.667Z | [ recovery-image] Aug 16 04:08:57.631 INFO O| Aug 16 04:08:57.631 INFO STEP 537 (remove_files) COMPLETE |
5488 | 2024-08-16T04:08:58.667Z | [ recovery-image] Aug 16 04:08:57.631 INFO O| Aug 16 04:08:57.631 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-08-16T04:08:58.674Z | [ recovery-image] Aug 16 04:08:57.641 INFO O| Aug 16 04:08:57.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5490 | 2024-08-16T04:08:58.677Z | [ recovery-image] Aug 16 04:08:57.641 INFO O| Aug 16 04:08:57.641 INFO STEP 538 (remove_files) COMPLETE |
5491 | 2024-08-16T04:08:58.677Z | [ recovery-image] Aug 16 04:08:57.641 INFO O| Aug 16 04:08:57.641 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-08-16T04:08:58.686Z | [ recovery-image] Aug 16 04:08:57.652 INFO O| Aug 16 04:08:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5493 | 2024-08-16T04:08:58.686Z | [ recovery-image] Aug 16 04:08:57.652 INFO O| Aug 16 04:08:57.652 INFO STEP 539 (remove_files) COMPLETE |
5494 | 2024-08-16T04:08:58.686Z | [ recovery-image] Aug 16 04:08:57.653 INFO O| Aug 16 04:08:57.652 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-08-16T04:08:58.697Z | [ recovery-image] Aug 16 04:08:57.663 INFO O| Aug 16 04:08:57.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5496 | 2024-08-16T04:08:58.700Z | [ recovery-image] Aug 16 04:08:57.663 INFO O| Aug 16 04:08:57.663 INFO STEP 540 (remove_files) COMPLETE |
5497 | 2024-08-16T04:08:58.700Z | [ recovery-image] Aug 16 04:08:57.663 INFO O| Aug 16 04:08:57.663 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-08-16T04:08:58.706Z | [ recovery-image] Aug 16 04:08:57.673 INFO O| Aug 16 04:08:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5499 | 2024-08-16T04:08:58.706Z | [ recovery-image] Aug 16 04:08:57.673 INFO O| Aug 16 04:08:57.673 INFO STEP 541 (remove_files) COMPLETE |
5500 | 2024-08-16T04:08:58.706Z | [ recovery-image] Aug 16 04:08:57.673 INFO O| Aug 16 04:08:57.673 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-08-16T04:08:58.716Z | [ recovery-image] Aug 16 04:08:57.682 INFO O| Aug 16 04:08:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5502 | 2024-08-16T04:08:58.718Z | [ recovery-image] Aug 16 04:08:57.682 INFO O| Aug 16 04:08:57.682 INFO STEP 542 (remove_files) COMPLETE |
5503 | 2024-08-16T04:08:58.719Z | [ recovery-image] Aug 16 04:08:57.682 INFO O| Aug 16 04:08:57.682 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-08-16T04:08:58.725Z | [ recovery-image] Aug 16 04:08:57.692 INFO O| Aug 16 04:08:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5505 | 2024-08-16T04:08:58.725Z | [ recovery-image] Aug 16 04:08:57.692 INFO O| Aug 16 04:08:57.692 INFO STEP 543 (remove_files) COMPLETE |
5506 | 2024-08-16T04:08:58.728Z | [ recovery-image] Aug 16 04:08:57.692 INFO O| Aug 16 04:08:57.692 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-08-16T04:08:58.735Z | [ recovery-image] Aug 16 04:08:57.701 INFO O| Aug 16 04:08:57.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5508 | 2024-08-16T04:08:58.735Z | [ recovery-image] Aug 16 04:08:57.701 INFO O| Aug 16 04:08:57.701 INFO STEP 544 (remove_files) COMPLETE |
5509 | 2024-08-16T04:08:58.738Z | [ recovery-image] Aug 16 04:08:57.701 INFO O| Aug 16 04:08:57.701 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-08-16T04:08:58.744Z | [ recovery-image] Aug 16 04:08:57.711 INFO O| Aug 16 04:08:57.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5511 | 2024-08-16T04:08:58.747Z | [ recovery-image] Aug 16 04:08:57.711 INFO O| Aug 16 04:08:57.711 INFO STEP 545 (remove_files) COMPLETE |
5512 | 2024-08-16T04:08:58.747Z | [ recovery-image] Aug 16 04:08:57.711 INFO O| Aug 16 04:08:57.711 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-08-16T04:08:58.758Z | [ recovery-image] Aug 16 04:08:57.724 INFO O| Aug 16 04:08:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5514 | 2024-08-16T04:08:58.760Z | [ recovery-image] Aug 16 04:08:57.725 INFO O| Aug 16 04:08:57.724 INFO STEP 546 (remove_files) COMPLETE |
5515 | 2024-08-16T04:08:58.760Z | [ recovery-image] Aug 16 04:08:57.725 INFO O| Aug 16 04:08:57.725 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-08-16T04:08:58.769Z | [ host-image] Aug 16 04:08:57.736 INFO O| Aug 16 04:08:57.736 INFO O| Done |
5517 | 2024-08-16T04:08:58.773Z | [ recovery-image] Aug 16 04:08:57.739 INFO O| Aug 16 04:08:57.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5518 | 2024-08-16T04:08:58.775Z | [ recovery-image] Aug 16 04:08:57.739 INFO O| Aug 16 04:08:57.739 INFO STEP 547 (remove_files) COMPLETE |
5519 | 2024-08-16T04:08:58.775Z | [ recovery-image] Aug 16 04:08:57.739 INFO O| Aug 16 04:08:57.739 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-16T04:08:58.784Z | [ recovery-image] Aug 16 04:08:57.750 INFO O| Aug 16 04:08:57.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5521 | 2024-08-16T04:08:58.784Z | [ recovery-image] Aug 16 04:08:57.751 INFO O| Aug 16 04:08:57.750 INFO STEP 548 (remove_files) COMPLETE |
5522 | 2024-08-16T04:08:58.784Z | [ recovery-image] Aug 16 04:08:57.751 INFO O| Aug 16 04:08:57.751 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-16T04:08:58.793Z | [ recovery-image] Aug 16 04:08:57.760 INFO O| Aug 16 04:08:57.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5524 | 2024-08-16T04:08:58.796Z | [ recovery-image] Aug 16 04:08:57.760 INFO O| Aug 16 04:08:57.760 INFO STEP 549 (remove_files) COMPLETE |
5525 | 2024-08-16T04:08:58.796Z | [ recovery-image] Aug 16 04:08:57.760 INFO O| Aug 16 04:08:57.760 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-16T04:08:58.803Z | [ recovery-image] Aug 16 04:08:57.769 INFO O| Aug 16 04:08:57.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5527 | 2024-08-16T04:08:58.805Z | [ recovery-image] Aug 16 04:08:57.769 INFO O| Aug 16 04:08:57.769 INFO STEP 550 (remove_files) COMPLETE |
5528 | 2024-08-16T04:08:58.805Z | [ recovery-image] Aug 16 04:08:57.769 INFO O| Aug 16 04:08:57.769 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-16T04:08:58.812Z | [ recovery-image] Aug 16 04:08:57.779 INFO O| Aug 16 04:08:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5530 | 2024-08-16T04:08:58.812Z | [ recovery-image] Aug 16 04:08:57.779 INFO O| Aug 16 04:08:57.779 INFO STEP 551 (remove_files) COMPLETE |
5531 | 2024-08-16T04:08:58.815Z | [ recovery-image] Aug 16 04:08:57.779 INFO O| Aug 16 04:08:57.779 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-16T04:08:58.822Z | [ recovery-image] Aug 16 04:08:57.788 INFO O| Aug 16 04:08:57.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5533 | 2024-08-16T04:08:58.822Z | [ recovery-image] Aug 16 04:08:57.788 INFO O| Aug 16 04:08:57.788 INFO STEP 552 (remove_files) COMPLETE |
5534 | 2024-08-16T04:08:58.825Z | [ recovery-image] Aug 16 04:08:57.788 INFO O| Aug 16 04:08:57.788 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-16T04:08:58.832Z | [ recovery-image] Aug 16 04:08:57.798 INFO O| Aug 16 04:08:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5536 | 2024-08-16T04:08:58.832Z | [ recovery-image] Aug 16 04:08:57.798 INFO O| Aug 16 04:08:57.798 INFO STEP 553 (remove_files) COMPLETE |
5537 | 2024-08-16T04:08:58.834Z | [ recovery-image] Aug 16 04:08:57.798 INFO O| Aug 16 04:08:57.798 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-16T04:08:58.841Z | [ recovery-image] Aug 16 04:08:57.808 INFO O| Aug 16 04:08:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5539 | 2024-08-16T04:08:58.844Z | [ recovery-image] Aug 16 04:08:57.808 INFO O| Aug 16 04:08:57.808 INFO STEP 554 (remove_files) COMPLETE |
5540 | 2024-08-16T04:08:58.844Z | [ recovery-image] Aug 16 04:08:57.808 INFO O| Aug 16 04:08:57.808 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-16T04:08:58.850Z | [ recovery-image] Aug 16 04:08:57.817 INFO O| Aug 16 04:08:57.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5542 | 2024-08-16T04:08:58.853Z | [ recovery-image] Aug 16 04:08:57.817 INFO O| Aug 16 04:08:57.817 INFO STEP 555 (remove_files) COMPLETE |
5543 | 2024-08-16T04:08:58.853Z | [ recovery-image] Aug 16 04:08:57.817 INFO O| Aug 16 04:08:57.817 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-16T04:08:58.860Z | [ recovery-image] Aug 16 04:08:57.827 INFO O| Aug 16 04:08:57.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5545 | 2024-08-16T04:08:58.862Z | [ recovery-image] Aug 16 04:08:57.827 INFO O| Aug 16 04:08:57.827 INFO STEP 556 (remove_files) COMPLETE |
5546 | 2024-08-16T04:08:58.863Z | [ recovery-image] Aug 16 04:08:57.827 INFO O| Aug 16 04:08:57.827 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-16T04:08:58.869Z | [ recovery-image] Aug 16 04:08:57.836 INFO O| Aug 16 04:08:57.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5548 | 2024-08-16T04:08:58.869Z | [ recovery-image] Aug 16 04:08:57.836 INFO O| Aug 16 04:08:57.836 INFO STEP 557 (remove_files) COMPLETE |
5549 | 2024-08-16T04:08:58.872Z | [ recovery-image] Aug 16 04:08:57.836 INFO O| Aug 16 04:08:57.836 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-16T04:08:58.879Z | [ recovery-image] Aug 16 04:08:57.845 INFO O| Aug 16 04:08:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5551 | 2024-08-16T04:08:58.881Z | [ recovery-image] Aug 16 04:08:57.846 INFO O| Aug 16 04:08:57.846 INFO STEP 558 (remove_files) COMPLETE |
5552 | 2024-08-16T04:08:58.881Z | [ recovery-image] Aug 16 04:08:57.846 INFO O| Aug 16 04:08:57.846 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-16T04:08:58.890Z | [ recovery-image] Aug 16 04:08:57.855 INFO O| Aug 16 04:08:57.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5554 | 2024-08-16T04:08:58.890Z | [ recovery-image] Aug 16 04:08:57.855 INFO O| Aug 16 04:08:57.855 INFO STEP 559 (remove_files) COMPLETE |
5555 | 2024-08-16T04:08:58.892Z | [ recovery-image] Aug 16 04:08:57.855 INFO O| Aug 16 04:08:57.855 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-16T04:08:58.898Z | [ recovery-image] Aug 16 04:08:57.865 INFO O| Aug 16 04:08:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5557 | 2024-08-16T04:08:58.898Z | [ recovery-image] Aug 16 04:08:57.865 INFO O| Aug 16 04:08:57.865 INFO STEP 560 (remove_files) COMPLETE |
5558 | 2024-08-16T04:08:58.901Z | [ recovery-image] Aug 16 04:08:57.865 INFO O| Aug 16 04:08:57.865 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-16T04:08:58.908Z | [ recovery-image] Aug 16 04:08:57.874 INFO O| Aug 16 04:08:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5560 | 2024-08-16T04:08:58.908Z | [ recovery-image] Aug 16 04:08:57.874 INFO O| Aug 16 04:08:57.874 INFO STEP 561 (remove_files) COMPLETE |
5561 | 2024-08-16T04:08:58.908Z | [ recovery-image] Aug 16 04:08:57.874 INFO O| Aug 16 04:08:57.874 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-16T04:08:58.917Z | [ recovery-image] Aug 16 04:08:57.883 INFO O| Aug 16 04:08:57.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5563 | 2024-08-16T04:08:58.917Z | [ recovery-image] Aug 16 04:08:57.883 INFO O| Aug 16 04:08:57.883 INFO STEP 562 (remove_files) COMPLETE |
5564 | 2024-08-16T04:08:58.921Z | [ recovery-image] Aug 16 04:08:57.884 INFO O| Aug 16 04:08:57.883 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-16T04:08:58.926Z | [ recovery-image] Aug 16 04:08:57.893 INFO O| Aug 16 04:08:57.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5566 | 2024-08-16T04:08:58.929Z | [ recovery-image] Aug 16 04:08:57.893 INFO O| Aug 16 04:08:57.893 INFO STEP 563 (remove_files) COMPLETE |
5567 | 2024-08-16T04:08:58.929Z | [ recovery-image] Aug 16 04:08:57.893 INFO O| Aug 16 04:08:57.893 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-16T04:08:58.935Z | [ recovery-image] Aug 16 04:08:57.902 INFO O| Aug 16 04:08:57.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5569 | 2024-08-16T04:08:58.936Z | [ recovery-image] Aug 16 04:08:57.902 INFO O| Aug 16 04:08:57.902 INFO STEP 564 (remove_files) COMPLETE |
5570 | 2024-08-16T04:08:58.936Z | [ recovery-image] Aug 16 04:08:57.902 INFO O| Aug 16 04:08:57.902 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-16T04:08:58.945Z | [ recovery-image] Aug 16 04:08:57.911 INFO O| Aug 16 04:08:57.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5572 | 2024-08-16T04:08:58.945Z | [ recovery-image] Aug 16 04:08:57.911 INFO O| Aug 16 04:08:57.911 INFO STEP 565 (remove_files) COMPLETE |
5573 | 2024-08-16T04:08:58.945Z | [ recovery-image] Aug 16 04:08:57.911 INFO O| Aug 16 04:08:57.911 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-16T04:08:58.954Z | [ recovery-image] Aug 16 04:08:57.921 INFO O| Aug 16 04:08:57.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5575 | 2024-08-16T04:08:58.957Z | [ recovery-image] Aug 16 04:08:57.921 INFO O| Aug 16 04:08:57.921 INFO STEP 566 (remove_files) COMPLETE |
5576 | 2024-08-16T04:08:58.957Z | [ recovery-image] Aug 16 04:08:57.921 INFO O| Aug 16 04:08:57.921 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-16T04:08:58.963Z | [ recovery-image] Aug 16 04:08:57.930 INFO O| Aug 16 04:08:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5578 | 2024-08-16T04:08:58.963Z | [ recovery-image] Aug 16 04:08:57.930 INFO O| Aug 16 04:08:57.930 INFO STEP 567 (remove_files) COMPLETE |
5579 | 2024-08-16T04:08:58.966Z | [ recovery-image] Aug 16 04:08:57.930 INFO O| Aug 16 04:08:57.930 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-16T04:08:58.973Z | [ recovery-image] Aug 16 04:08:57.940 INFO O| Aug 16 04:08:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5581 | 2024-08-16T04:08:58.973Z | [ recovery-image] Aug 16 04:08:57.940 INFO O| Aug 16 04:08:57.940 INFO STEP 568 (remove_files) COMPLETE |
5582 | 2024-08-16T04:08:58.973Z | [ recovery-image] Aug 16 04:08:57.940 INFO O| Aug 16 04:08:57.940 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-16T04:08:58.983Z | [ recovery-image] Aug 16 04:08:57.949 INFO O| Aug 16 04:08:57.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5584 | 2024-08-16T04:08:58.988Z | [ recovery-image] Aug 16 04:08:57.949 INFO O| Aug 16 04:08:57.949 INFO STEP 569 (remove_files) COMPLETE |
5585 | 2024-08-16T04:08:58.988Z | [ recovery-image] Aug 16 04:08:57.949 INFO O| Aug 16 04:08:57.949 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-16T04:08:58.992Z | [ recovery-image] Aug 16 04:08:57.959 INFO O| Aug 16 04:08:57.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5587 | 2024-08-16T04:08:58.992Z | [ recovery-image] Aug 16 04:08:57.959 INFO O| Aug 16 04:08:57.959 INFO STEP 570 (remove_files) COMPLETE |
5588 | 2024-08-16T04:08:58.995Z | [ recovery-image] Aug 16 04:08:57.959 INFO O| Aug 16 04:08:57.959 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-16T04:08:59.002Z | [ recovery-image] Aug 16 04:08:57.968 INFO O| Aug 16 04:08:57.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5590 | 2024-08-16T04:08:59.005Z | [ recovery-image] Aug 16 04:08:57.968 INFO O| Aug 16 04:08:57.968 INFO STEP 571 (remove_files) COMPLETE |
5591 | 2024-08-16T04:08:59.005Z | [ recovery-image] Aug 16 04:08:57.968 INFO O| Aug 16 04:08:57.968 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-16T04:08:59.011Z | [ recovery-image] Aug 16 04:08:57.978 INFO O| Aug 16 04:08:57.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5593 | 2024-08-16T04:08:59.016Z | [ recovery-image] Aug 16 04:08:57.978 INFO O| Aug 16 04:08:57.978 INFO STEP 572 (remove_files) COMPLETE |
5594 | 2024-08-16T04:08:59.017Z | [ recovery-image] Aug 16 04:08:57.978 INFO O| Aug 16 04:08:57.978 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-16T04:08:59.021Z | [ recovery-image] Aug 16 04:08:57.987 INFO O| Aug 16 04:08:57.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5596 | 2024-08-16T04:08:59.021Z | [ recovery-image] Aug 16 04:08:57.987 INFO O| Aug 16 04:08:57.987 INFO STEP 573 (remove_files) COMPLETE |
5597 | 2024-08-16T04:08:59.025Z | [ recovery-image] Aug 16 04:08:57.987 INFO O| Aug 16 04:08:57.987 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-16T04:08:59.030Z | [ recovery-image] Aug 16 04:08:57.997 INFO O| Aug 16 04:08:57.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5599 | 2024-08-16T04:08:59.030Z | [ recovery-image] Aug 16 04:08:57.997 INFO O| Aug 16 04:08:57.997 INFO STEP 574 (remove_files) COMPLETE |
5600 | 2024-08-16T04:08:59.033Z | [ recovery-image] Aug 16 04:08:57.997 INFO O| Aug 16 04:08:57.997 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-16T04:08:59.040Z | [ recovery-image] Aug 16 04:08:58.006 INFO O| Aug 16 04:08:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5602 | 2024-08-16T04:08:59.040Z | [ recovery-image] Aug 16 04:08:58.007 INFO O| Aug 16 04:08:58.007 INFO STEP 575 (remove_files) COMPLETE |
5603 | 2024-08-16T04:08:59.043Z | [ recovery-image] Aug 16 04:08:58.007 INFO O| Aug 16 04:08:58.007 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-16T04:08:59.050Z | [ recovery-image] Aug 16 04:08:58.016 INFO O| Aug 16 04:08:58.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5605 | 2024-08-16T04:08:59.053Z | [ recovery-image] Aug 16 04:08:58.016 INFO O| Aug 16 04:08:58.016 INFO STEP 576 (remove_files) COMPLETE |
5606 | 2024-08-16T04:08:59.053Z | [ recovery-image] Aug 16 04:08:58.016 INFO O| Aug 16 04:08:58.016 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-16T04:08:59.059Z | [ recovery-image] Aug 16 04:08:58.026 INFO O| Aug 16 04:08:58.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5608 | 2024-08-16T04:08:59.062Z | [ recovery-image] Aug 16 04:08:58.026 INFO O| Aug 16 04:08:58.026 INFO STEP 577 (remove_files) COMPLETE |
5609 | 2024-08-16T04:08:59.062Z | [ recovery-image] Aug 16 04:08:58.026 INFO O| Aug 16 04:08:58.026 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-16T04:08:59.070Z | [ recovery-image] Aug 16 04:08:58.035 INFO O| Aug 16 04:08:58.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5611 | 2024-08-16T04:08:59.070Z | [ recovery-image] Aug 16 04:08:58.035 INFO O| Aug 16 04:08:58.035 INFO STEP 578 (remove_files) COMPLETE |
5612 | 2024-08-16T04:08:59.073Z | [ recovery-image] Aug 16 04:08:58.035 INFO O| Aug 16 04:08:58.035 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-16T04:08:59.087Z | [ recovery-image] Aug 16 04:08:58.045 INFO O| Aug 16 04:08:58.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5614 | 2024-08-16T04:08:59.087Z | [ recovery-image] Aug 16 04:08:58.045 INFO O| Aug 16 04:08:58.045 INFO STEP 579 (remove_files) COMPLETE |
5615 | 2024-08-16T04:08:59.087Z | [ recovery-image] Aug 16 04:08:58.045 INFO O| Aug 16 04:08:58.045 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-16T04:08:59.090Z | [ recovery-image] Aug 16 04:08:58.054 INFO O| Aug 16 04:08:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5617 | 2024-08-16T04:08:59.090Z | [ recovery-image] Aug 16 04:08:58.055 INFO O| Aug 16 04:08:58.055 INFO STEP 580 (remove_files) COMPLETE |
5618 | 2024-08-16T04:08:59.090Z | [ recovery-image] Aug 16 04:08:58.055 INFO O| Aug 16 04:08:58.055 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-16T04:08:59.100Z | [ recovery-image] Aug 16 04:08:58.064 INFO O| Aug 16 04:08:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5620 | 2024-08-16T04:08:59.105Z | [ recovery-image] Aug 16 04:08:58.064 INFO O| Aug 16 04:08:58.064 INFO STEP 581 (remove_files) COMPLETE |
5621 | 2024-08-16T04:08:59.105Z | [ recovery-image] Aug 16 04:08:58.064 INFO O| Aug 16 04:08:58.064 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-16T04:08:59.108Z | [ recovery-image] Aug 16 04:08:58.074 INFO O| Aug 16 04:08:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5623 | 2024-08-16T04:08:59.108Z | [ recovery-image] Aug 16 04:08:58.074 INFO O| Aug 16 04:08:58.074 INFO STEP 582 (remove_files) COMPLETE |
5624 | 2024-08-16T04:08:59.108Z | [ recovery-image] Aug 16 04:08:58.074 INFO O| Aug 16 04:08:58.074 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-16T04:08:59.117Z | [ recovery-image] Aug 16 04:08:58.083 INFO O| Aug 16 04:08:58.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5626 | 2024-08-16T04:08:59.117Z | [ recovery-image] Aug 16 04:08:58.083 INFO O| Aug 16 04:08:58.083 INFO STEP 583 (remove_files) COMPLETE |
5627 | 2024-08-16T04:08:59.117Z | [ recovery-image] Aug 16 04:08:58.083 INFO O| Aug 16 04:08:58.083 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-16T04:08:59.126Z | [ recovery-image] Aug 16 04:08:58.093 INFO O| Aug 16 04:08:58.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5629 | 2024-08-16T04:08:59.129Z | [ recovery-image] Aug 16 04:08:58.093 INFO O| Aug 16 04:08:58.093 INFO STEP 584 (remove_files) COMPLETE |
5630 | 2024-08-16T04:08:59.129Z | [ recovery-image] Aug 16 04:08:58.093 INFO O| Aug 16 04:08:58.093 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-16T04:08:59.136Z | [ recovery-image] Aug 16 04:08:58.102 INFO O| Aug 16 04:08:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5632 | 2024-08-16T04:08:59.136Z | [ recovery-image] Aug 16 04:08:58.102 INFO O| Aug 16 04:08:58.102 INFO STEP 585 (remove_files) COMPLETE |
5633 | 2024-08-16T04:08:59.138Z | [ recovery-image] Aug 16 04:08:58.102 INFO O| Aug 16 04:08:58.102 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-16T04:08:59.145Z | [ recovery-image] Aug 16 04:08:58.112 INFO O| Aug 16 04:08:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5635 | 2024-08-16T04:08:59.145Z | [ recovery-image] Aug 16 04:08:58.112 INFO O| Aug 16 04:08:58.112 INFO STEP 586 (remove_files) COMPLETE |
5636 | 2024-08-16T04:08:59.145Z | [ recovery-image] Aug 16 04:08:58.112 INFO O| Aug 16 04:08:58.112 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-16T04:08:59.155Z | [ recovery-image] Aug 16 04:08:58.122 INFO O| Aug 16 04:08:58.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5638 | 2024-08-16T04:08:59.155Z | [ recovery-image] Aug 16 04:08:58.122 INFO O| Aug 16 04:08:58.122 INFO STEP 587 (remove_files) COMPLETE |
5639 | 2024-08-16T04:08:59.158Z | [ recovery-image] Aug 16 04:08:58.122 INFO O| Aug 16 04:08:58.122 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-16T04:08:59.165Z | [ recovery-image] Aug 16 04:08:58.131 INFO O| Aug 16 04:08:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5641 | 2024-08-16T04:08:59.165Z | [ recovery-image] Aug 16 04:08:58.131 INFO O| Aug 16 04:08:58.131 INFO STEP 588 (remove_files) COMPLETE |
5642 | 2024-08-16T04:08:59.165Z | [ recovery-image] Aug 16 04:08:58.131 INFO O| Aug 16 04:08:58.131 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-16T04:08:59.174Z | [ recovery-image] Aug 16 04:08:58.141 INFO O| Aug 16 04:08:58.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5644 | 2024-08-16T04:08:59.174Z | [ recovery-image] Aug 16 04:08:58.141 INFO O| Aug 16 04:08:58.141 INFO STEP 589 (remove_files) COMPLETE |
5645 | 2024-08-16T04:08:59.174Z | [ recovery-image] Aug 16 04:08:58.141 INFO O| Aug 16 04:08:58.141 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-16T04:08:59.184Z | [ recovery-image] Aug 16 04:08:58.150 INFO O| Aug 16 04:08:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5647 | 2024-08-16T04:08:59.184Z | [ recovery-image] Aug 16 04:08:58.151 INFO O| Aug 16 04:08:58.151 INFO STEP 590 (remove_files) COMPLETE |
5648 | 2024-08-16T04:08:59.186Z | [ recovery-image] Aug 16 04:08:58.151 INFO O| Aug 16 04:08:58.151 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-16T04:08:59.193Z | [ recovery-image] Aug 16 04:08:58.160 INFO O| Aug 16 04:08:58.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5650 | 2024-08-16T04:08:59.196Z | [ recovery-image] Aug 16 04:08:58.160 INFO O| Aug 16 04:08:58.160 INFO STEP 591 (remove_files) COMPLETE |
5651 | 2024-08-16T04:08:59.196Z | [ recovery-image] Aug 16 04:08:58.160 INFO O| Aug 16 04:08:58.160 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-16T04:08:59.203Z | [ recovery-image] Aug 16 04:08:58.170 INFO O| Aug 16 04:08:58.170 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-16T04:08:59.206Z | [ recovery-image] Aug 16 04:08:58.170 INFO O| Aug 16 04:08:58.170 INFO STEP 592 (remove_files) COMPLETE |
5654 | 2024-08-16T04:08:59.206Z | [ recovery-image] Aug 16 04:08:58.170 INFO O| Aug 16 04:08:58.170 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-16T04:08:59.213Z | [ recovery-image] Aug 16 04:08:58.179 INFO O| Aug 16 04:08:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5656 | 2024-08-16T04:08:59.213Z | [ recovery-image] Aug 16 04:08:58.180 INFO O| Aug 16 04:08:58.180 INFO STEP 593 (remove_files) COMPLETE |
5657 | 2024-08-16T04:08:59.215Z | [ recovery-image] Aug 16 04:08:58.180 INFO O| Aug 16 04:08:58.180 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-16T04:08:59.218Z | [ host-image] Aug 16 04:08:58.182 INFO O| Aug 16 04:08:58.182 INFO O| Done |
5659 | 2024-08-16T04:08:59.222Z | [ recovery-image] Aug 16 04:08:58.189 INFO O| Aug 16 04:08:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5660 | 2024-08-16T04:08:59.225Z | [ recovery-image] Aug 16 04:08:58.189 INFO O| Aug 16 04:08:58.189 INFO STEP 594 (remove_files) COMPLETE |
5661 | 2024-08-16T04:08:59.225Z | [ recovery-image] Aug 16 04:08:58.189 INFO O| Aug 16 04:08:58.189 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-08-16T04:08:59.232Z | [ recovery-image] Aug 16 04:08:58.199 INFO O| Aug 16 04:08:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5663 | 2024-08-16T04:08:59.235Z | [ recovery-image] Aug 16 04:08:58.199 INFO O| Aug 16 04:08:58.199 INFO STEP 595 (remove_files) COMPLETE |
5664 | 2024-08-16T04:08:59.235Z | [ recovery-image] Aug 16 04:08:58.199 INFO O| Aug 16 04:08:58.199 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-08-16T04:08:59.243Z | [ recovery-image] Aug 16 04:08:58.210 INFO O| Aug 16 04:08:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5666 | 2024-08-16T04:08:59.243Z | [ recovery-image] Aug 16 04:08:58.210 INFO O| Aug 16 04:08:58.210 INFO STEP 596 (remove_files) COMPLETE |
5667 | 2024-08-16T04:08:59.243Z | [ recovery-image] Aug 16 04:08:58.210 INFO O| Aug 16 04:08:58.210 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-08-16T04:08:59.254Z | [ recovery-image] Aug 16 04:08:58.221 INFO O| Aug 16 04:08:58.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5669 | 2024-08-16T04:08:59.256Z | [ recovery-image] Aug 16 04:08:58.221 INFO O| Aug 16 04:08:58.221 INFO STEP 597 (remove_files) COMPLETE |
5670 | 2024-08-16T04:08:59.256Z | [ recovery-image] Aug 16 04:08:58.221 INFO O| Aug 16 04:08:58.221 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-08-16T04:08:59.264Z | [ recovery-image] Aug 16 04:08:58.231 INFO O| Aug 16 04:08:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5672 | 2024-08-16T04:08:59.264Z | [ recovery-image] Aug 16 04:08:58.231 INFO O| Aug 16 04:08:58.231 INFO STEP 598 (remove_files) COMPLETE |
5673 | 2024-08-16T04:08:59.264Z | [ recovery-image] Aug 16 04:08:58.231 INFO O| Aug 16 04:08:58.231 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-08-16T04:08:59.275Z | [ recovery-image] Aug 16 04:08:58.241 INFO O| Aug 16 04:08:58.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5675 | 2024-08-16T04:08:59.277Z | [ recovery-image] Aug 16 04:08:58.241 INFO O| Aug 16 04:08:58.241 INFO STEP 599 (remove_files) COMPLETE |
5676 | 2024-08-16T04:08:59.277Z | [ recovery-image] Aug 16 04:08:58.241 INFO O| Aug 16 04:08:58.241 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-08-16T04:08:59.285Z | [ recovery-image] Aug 16 04:08:58.251 INFO O| Aug 16 04:08:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5678 | 2024-08-16T04:08:59.287Z | [ recovery-image] Aug 16 04:08:58.251 INFO O| Aug 16 04:08:58.251 INFO STEP 600 (remove_files) COMPLETE |
5679 | 2024-08-16T04:08:59.287Z | [ recovery-image] Aug 16 04:08:58.251 INFO O| Aug 16 04:08:58.251 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-08-16T04:08:59.294Z | [ recovery-image] Aug 16 04:08:58.261 INFO O| Aug 16 04:08:58.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5681 | 2024-08-16T04:08:59.297Z | [ recovery-image] Aug 16 04:08:58.261 INFO O| Aug 16 04:08:58.261 INFO STEP 601 (remove_files) COMPLETE |
5682 | 2024-08-16T04:08:59.297Z | [ recovery-image] Aug 16 04:08:58.261 INFO O| Aug 16 04:08:58.261 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-08-16T04:08:59.304Z | [ recovery-image] Aug 16 04:08:58.271 INFO O| Aug 16 04:08:58.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5684 | 2024-08-16T04:08:59.307Z | [ recovery-image] Aug 16 04:08:58.271 INFO O| Aug 16 04:08:58.271 INFO STEP 602 (remove_files) COMPLETE |
5685 | 2024-08-16T04:08:59.307Z | [ recovery-image] Aug 16 04:08:58.271 INFO O| Aug 16 04:08:58.271 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-08-16T04:08:59.315Z | [ recovery-image] Aug 16 04:08:58.281 INFO O| Aug 16 04:08:58.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5687 | 2024-08-16T04:08:59.317Z | [ recovery-image] Aug 16 04:08:58.281 INFO O| Aug 16 04:08:58.281 INFO STEP 603 (remove_files) COMPLETE |
5688 | 2024-08-16T04:08:59.317Z | [ recovery-image] Aug 16 04:08:58.281 INFO O| Aug 16 04:08:58.281 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-08-16T04:08:59.324Z | [ recovery-image] Aug 16 04:08:58.291 INFO O| Aug 16 04:08:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5690 | 2024-08-16T04:08:59.327Z | [ recovery-image] Aug 16 04:08:58.291 INFO O| Aug 16 04:08:58.291 INFO STEP 604 (remove_files) COMPLETE |
5691 | 2024-08-16T04:08:59.327Z | [ recovery-image] Aug 16 04:08:58.291 INFO O| Aug 16 04:08:58.291 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-08-16T04:08:59.334Z | [ recovery-image] Aug 16 04:08:58.301 INFO O| Aug 16 04:08:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5693 | 2024-08-16T04:08:59.334Z | [ recovery-image] Aug 16 04:08:58.301 INFO O| Aug 16 04:08:58.301 INFO STEP 605 (remove_files) COMPLETE |
5694 | 2024-08-16T04:08:59.337Z | [ recovery-image] Aug 16 04:08:58.301 INFO O| Aug 16 04:08:58.301 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-08-16T04:08:59.344Z | [ recovery-image] Aug 16 04:08:58.311 INFO O| Aug 16 04:08:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5696 | 2024-08-16T04:08:59.347Z | [ recovery-image] Aug 16 04:08:58.311 INFO O| Aug 16 04:08:58.311 INFO STEP 606 (remove_files) COMPLETE |
5697 | 2024-08-16T04:08:59.347Z | [ recovery-image] Aug 16 04:08:58.311 INFO O| Aug 16 04:08:58.311 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-08-16T04:08:59.354Z | [ recovery-image] Aug 16 04:08:58.321 INFO O| Aug 16 04:08:58.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5699 | 2024-08-16T04:08:59.354Z | [ recovery-image] Aug 16 04:08:58.321 INFO O| Aug 16 04:08:58.321 INFO STEP 607 (remove_files) COMPLETE |
5700 | 2024-08-16T04:08:59.358Z | [ recovery-image] Aug 16 04:08:58.321 INFO O| Aug 16 04:08:58.321 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-08-16T04:08:59.364Z | [ recovery-image] Aug 16 04:08:58.331 INFO O| Aug 16 04:08:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5702 | 2024-08-16T04:08:59.367Z | [ recovery-image] Aug 16 04:08:58.331 INFO O| Aug 16 04:08:58.331 INFO STEP 608 (remove_files) COMPLETE |
5703 | 2024-08-16T04:08:59.367Z | [ recovery-image] Aug 16 04:08:58.331 INFO O| Aug 16 04:08:58.331 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-08-16T04:08:59.374Z | [ recovery-image] Aug 16 04:08:58.341 INFO O| Aug 16 04:08:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5705 | 2024-08-16T04:08:59.377Z | [ recovery-image] Aug 16 04:08:58.341 INFO O| Aug 16 04:08:58.341 INFO STEP 609 (remove_files) COMPLETE |
5706 | 2024-08-16T04:08:59.377Z | [ recovery-image] Aug 16 04:08:58.341 INFO O| Aug 16 04:08:58.341 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-08-16T04:08:59.385Z | [ recovery-image] Aug 16 04:08:58.351 INFO O| Aug 16 04:08:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5708 | 2024-08-16T04:08:59.387Z | [ recovery-image] Aug 16 04:08:58.351 INFO O| Aug 16 04:08:58.351 INFO STEP 610 (remove_files) COMPLETE |
5709 | 2024-08-16T04:08:59.387Z | [ recovery-image] Aug 16 04:08:58.351 INFO O| Aug 16 04:08:58.351 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-08-16T04:08:59.394Z | [ recovery-image] Aug 16 04:08:58.361 INFO O| Aug 16 04:08:58.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5711 | 2024-08-16T04:08:59.398Z | [ recovery-image] Aug 16 04:08:58.361 INFO O| Aug 16 04:08:58.361 INFO STEP 611 (remove_files) COMPLETE |
5712 | 2024-08-16T04:08:59.398Z | [ recovery-image] Aug 16 04:08:58.361 INFO O| Aug 16 04:08:58.361 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-08-16T04:08:59.405Z | [ recovery-image] Aug 16 04:08:58.371 INFO O| Aug 16 04:08:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5714 | 2024-08-16T04:08:59.407Z | [ recovery-image] Aug 16 04:08:58.371 INFO O| Aug 16 04:08:58.371 INFO STEP 612 (remove_files) COMPLETE |
5715 | 2024-08-16T04:08:59.407Z | [ recovery-image] Aug 16 04:08:58.371 INFO O| Aug 16 04:08:58.371 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-08-16T04:08:59.415Z | [ recovery-image] Aug 16 04:08:58.381 INFO O| Aug 16 04:08:58.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5717 | 2024-08-16T04:08:59.417Z | [ recovery-image] Aug 16 04:08:58.382 INFO O| Aug 16 04:08:58.381 INFO STEP 613 (remove_files) COMPLETE |
5718 | 2024-08-16T04:08:59.417Z | [ recovery-image] Aug 16 04:08:58.382 INFO O| Aug 16 04:08:58.382 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-08-16T04:08:59.417Z | [ host-image] Aug 16 04:08:58.383 INFO O| Aug 16 04:08:58.383 INFO STEP 11 (pkg_install) COMPLETE |
5720 | 2024-08-16T04:08:59.417Z | [ host-image] Aug 16 04:08:58.383 INFO O| Aug 16 04:08:58.383 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5721 | 2024-08-16T04:08:59.425Z | [ recovery-image] Aug 16 04:08:58.392 INFO O| Aug 16 04:08:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5722 | 2024-08-16T04:08:59.427Z | [ recovery-image] Aug 16 04:08:58.392 INFO O| Aug 16 04:08:58.392 INFO STEP 614 (remove_files) COMPLETE |
5723 | 2024-08-16T04:08:59.427Z | [ recovery-image] Aug 16 04:08:58.392 INFO O| Aug 16 04:08:58.392 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-16T04:08:59.428Z | [ host-image] Aug 16 04:08:58.393 INFO O| Aug 16 04:08:58.393 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
5725 | 2024-08-16T04:08:59.435Z | [ recovery-image] Aug 16 04:08:58.401 INFO O| Aug 16 04:08:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5726 | 2024-08-16T04:08:59.437Z | [ recovery-image] Aug 16 04:08:58.401 INFO O| Aug 16 04:08:58.401 INFO STEP 615 (remove_files) COMPLETE |
5727 | 2024-08-16T04:08:59.437Z | [ recovery-image] Aug 16 04:08:58.401 INFO O| Aug 16 04:08:58.401 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-08-16T04:08:59.445Z | [ recovery-image] Aug 16 04:08:58.412 INFO O| Aug 16 04:08:58.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5729 | 2024-08-16T04:08:59.445Z | [ recovery-image] Aug 16 04:08:58.412 INFO O| Aug 16 04:08:58.412 INFO STEP 616 (remove_files) COMPLETE |
5730 | 2024-08-16T04:08:59.448Z | [ recovery-image] Aug 16 04:08:58.412 INFO O| Aug 16 04:08:58.412 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-08-16T04:08:59.455Z | [ recovery-image] Aug 16 04:08:58.422 INFO O| Aug 16 04:08:58.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5732 | 2024-08-16T04:08:59.458Z | [ recovery-image] Aug 16 04:08:58.422 INFO O| Aug 16 04:08:58.422 INFO STEP 617 (remove_files) COMPLETE |
5733 | 2024-08-16T04:08:59.458Z | [ recovery-image] Aug 16 04:08:58.422 INFO O| Aug 16 04:08:58.422 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-08-16T04:08:59.465Z | [ recovery-image] Aug 16 04:08:58.432 INFO O| Aug 16 04:08:58.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5735 | 2024-08-16T04:08:59.465Z | [ recovery-image] Aug 16 04:08:58.432 INFO O| Aug 16 04:08:58.432 INFO STEP 618 (remove_files) COMPLETE |
5736 | 2024-08-16T04:08:59.465Z | [ recovery-image] Aug 16 04:08:58.432 INFO O| Aug 16 04:08:58.432 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-08-16T04:08:59.475Z | [ recovery-image] Aug 16 04:08:58.442 INFO O| Aug 16 04:08:58.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5738 | 2024-08-16T04:08:59.477Z | [ recovery-image] Aug 16 04:08:58.442 INFO O| Aug 16 04:08:58.442 INFO STEP 619 (remove_files) COMPLETE |
5739 | 2024-08-16T04:08:59.477Z | [ recovery-image] Aug 16 04:08:58.442 INFO O| Aug 16 04:08:58.442 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-08-16T04:08:59.485Z | [ recovery-image] Aug 16 04:08:58.452 INFO O| Aug 16 04:08:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5741 | 2024-08-16T04:08:59.488Z | [ recovery-image] Aug 16 04:08:58.452 INFO O| Aug 16 04:08:58.452 INFO STEP 620 (remove_files) COMPLETE |
5742 | 2024-08-16T04:08:59.488Z | [ recovery-image] Aug 16 04:08:58.452 INFO O| Aug 16 04:08:58.452 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-08-16T04:08:59.495Z | [ recovery-image] Aug 16 04:08:58.462 INFO O| Aug 16 04:08:58.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5744 | 2024-08-16T04:08:59.495Z | [ recovery-image] Aug 16 04:08:58.462 INFO O| Aug 16 04:08:58.462 INFO STEP 621 (remove_files) COMPLETE |
5745 | 2024-08-16T04:08:59.499Z | [ recovery-image] Aug 16 04:08:58.462 INFO O| Aug 16 04:08:58.462 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-08-16T04:08:59.505Z | [ recovery-image] Aug 16 04:08:58.471 INFO O| Aug 16 04:08:58.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5747 | 2024-08-16T04:08:59.507Z | [ recovery-image] Aug 16 04:08:58.471 INFO O| Aug 16 04:08:58.471 INFO STEP 622 (remove_files) COMPLETE |
5748 | 2024-08-16T04:08:59.507Z | [ recovery-image] Aug 16 04:08:58.471 INFO O| Aug 16 04:08:58.471 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-08-16T04:08:59.514Z | [ recovery-image] Aug 16 04:08:58.481 INFO O| Aug 16 04:08:58.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5750 | 2024-08-16T04:08:59.514Z | [ recovery-image] Aug 16 04:08:58.481 INFO O| Aug 16 04:08:58.481 INFO STEP 623 (remove_files) COMPLETE |
5751 | 2024-08-16T04:08:59.514Z | [ recovery-image] Aug 16 04:08:58.481 INFO O| Aug 16 04:08:58.481 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-08-16T04:08:59.524Z | [ recovery-image] Aug 16 04:08:58.491 INFO O| Aug 16 04:08:58.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5753 | 2024-08-16T04:08:59.526Z | [ recovery-image] Aug 16 04:08:58.491 INFO O| Aug 16 04:08:58.491 INFO STEP 624 (remove_files) COMPLETE |
5754 | 2024-08-16T04:08:59.526Z | [ recovery-image] Aug 16 04:08:58.491 INFO O| Aug 16 04:08:58.491 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-08-16T04:08:59.534Z | [ recovery-image] Aug 16 04:08:58.500 INFO O| Aug 16 04:08:58.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5756 | 2024-08-16T04:08:59.534Z | [ recovery-image] Aug 16 04:08:58.500 INFO O| Aug 16 04:08:58.500 INFO STEP 625 (remove_files) COMPLETE |
5757 | 2024-08-16T04:08:59.536Z | [ recovery-image] Aug 16 04:08:58.501 INFO O| Aug 16 04:08:58.500 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-08-16T04:08:59.543Z | [ recovery-image] Aug 16 04:08:58.510 INFO O| Aug 16 04:08:58.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5759 | 2024-08-16T04:08:59.543Z | [ recovery-image] Aug 16 04:08:58.510 INFO O| Aug 16 04:08:58.510 INFO STEP 626 (remove_files) COMPLETE |
5760 | 2024-08-16T04:08:59.546Z | [ recovery-image] Aug 16 04:08:58.510 INFO O| Aug 16 04:08:58.510 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-16T04:08:59.553Z | [ recovery-image] Aug 16 04:08:58.520 INFO O| Aug 16 04:08:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5762 | 2024-08-16T04:08:59.555Z | [ recovery-image] Aug 16 04:08:58.520 INFO O| Aug 16 04:08:58.520 INFO STEP 627 (remove_files) COMPLETE |
5763 | 2024-08-16T04:08:59.555Z | [ recovery-image] Aug 16 04:08:58.520 INFO O| Aug 16 04:08:58.520 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-16T04:08:59.564Z | [ recovery-image] Aug 16 04:08:58.529 INFO O| Aug 16 04:08:58.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5765 | 2024-08-16T04:08:59.564Z | [ recovery-image] Aug 16 04:08:58.529 INFO O| Aug 16 04:08:58.529 INFO STEP 628 (remove_files) COMPLETE |
5766 | 2024-08-16T04:08:59.567Z | [ recovery-image] Aug 16 04:08:58.529 INFO O| Aug 16 04:08:58.529 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-16T04:08:59.572Z | [ recovery-image] Aug 16 04:08:58.539 INFO O| Aug 16 04:08:58.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5768 | 2024-08-16T04:08:59.572Z | [ recovery-image] Aug 16 04:08:58.539 INFO O| Aug 16 04:08:58.539 INFO STEP 629 (remove_files) COMPLETE |
5769 | 2024-08-16T04:08:59.575Z | [ recovery-image] Aug 16 04:08:58.539 INFO O| Aug 16 04:08:58.539 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-16T04:08:59.582Z | [ recovery-image] Aug 16 04:08:58.548 INFO O| Aug 16 04:08:58.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5771 | 2024-08-16T04:08:59.582Z | [ recovery-image] Aug 16 04:08:58.548 INFO O| Aug 16 04:08:58.548 INFO STEP 630 (remove_files) COMPLETE |
5772 | 2024-08-16T04:08:59.584Z | [ recovery-image] Aug 16 04:08:58.549 INFO O| Aug 16 04:08:58.548 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-16T04:08:59.591Z | [ recovery-image] Aug 16 04:08:58.558 INFO O| Aug 16 04:08:58.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5774 | 2024-08-16T04:08:59.591Z | [ recovery-image] Aug 16 04:08:58.558 INFO O| Aug 16 04:08:58.558 INFO STEP 631 (remove_files) COMPLETE |
5775 | 2024-08-16T04:08:59.594Z | [ recovery-image] Aug 16 04:08:58.558 INFO O| Aug 16 04:08:58.558 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-16T04:08:59.600Z | [ recovery-image] Aug 16 04:08:58.567 INFO O| Aug 16 04:08:58.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5777 | 2024-08-16T04:08:59.603Z | [ recovery-image] Aug 16 04:08:58.567 INFO O| Aug 16 04:08:58.567 INFO STEP 632 (remove_files) COMPLETE |
5778 | 2024-08-16T04:08:59.603Z | [ recovery-image] Aug 16 04:08:58.567 INFO O| Aug 16 04:08:58.567 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-16T04:08:59.610Z | [ recovery-image] Aug 16 04:08:58.577 INFO O| Aug 16 04:08:58.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5780 | 2024-08-16T04:08:59.610Z | [ recovery-image] Aug 16 04:08:58.577 INFO O| Aug 16 04:08:58.577 INFO STEP 633 (remove_files) COMPLETE |
5781 | 2024-08-16T04:08:59.615Z | [ recovery-image] Aug 16 04:08:58.577 INFO O| Aug 16 04:08:58.577 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-16T04:08:59.619Z | [ recovery-image] Aug 16 04:08:58.586 INFO O| Aug 16 04:08:58.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5783 | 2024-08-16T04:08:59.623Z | [ recovery-image] Aug 16 04:08:58.586 INFO O| Aug 16 04:08:58.586 INFO STEP 634 (remove_files) COMPLETE |
5784 | 2024-08-16T04:08:59.623Z | [ recovery-image] Aug 16 04:08:58.586 INFO O| Aug 16 04:08:58.586 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-16T04:08:59.629Z | [ recovery-image] Aug 16 04:08:58.595 INFO O| Aug 16 04:08:58.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5786 | 2024-08-16T04:08:59.629Z | [ recovery-image] Aug 16 04:08:58.596 INFO O| Aug 16 04:08:58.595 INFO STEP 635 (remove_files) COMPLETE |
5787 | 2024-08-16T04:08:59.631Z | [ recovery-image] Aug 16 04:08:58.596 INFO O| Aug 16 04:08:58.596 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-16T04:08:59.638Z | [ recovery-image] Aug 16 04:08:58.605 INFO O| Aug 16 04:08:58.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5789 | 2024-08-16T04:08:59.638Z | [ recovery-image] Aug 16 04:08:58.605 INFO O| Aug 16 04:08:58.605 INFO STEP 636 (remove_files) COMPLETE |
5790 | 2024-08-16T04:08:59.641Z | [ recovery-image] Aug 16 04:08:58.605 INFO O| Aug 16 04:08:58.605 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-08-16T04:08:59.648Z | [ recovery-image] Aug 16 04:08:58.614 INFO O| Aug 16 04:08:58.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5792 | 2024-08-16T04:08:59.650Z | [ recovery-image] Aug 16 04:08:58.614 INFO O| Aug 16 04:08:58.614 INFO STEP 637 (remove_files) COMPLETE |
5793 | 2024-08-16T04:08:59.650Z | [ recovery-image] Aug 16 04:08:58.614 INFO O| Aug 16 04:08:58.614 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-08-16T04:08:59.658Z | [ recovery-image] Aug 16 04:08:58.624 INFO O| Aug 16 04:08:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5795 | 2024-08-16T04:08:59.658Z | [ recovery-image] Aug 16 04:08:58.624 INFO O| Aug 16 04:08:58.624 INFO STEP 638 (remove_files) COMPLETE |
5796 | 2024-08-16T04:08:59.661Z | [ recovery-image] Aug 16 04:08:58.624 INFO O| Aug 16 04:08:58.624 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-08-16T04:08:59.666Z | [ recovery-image] Aug 16 04:08:58.633 INFO O| Aug 16 04:08:58.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5798 | 2024-08-16T04:08:59.666Z | [ recovery-image] Aug 16 04:08:58.633 INFO O| Aug 16 04:08:58.633 INFO STEP 639 (remove_files) COMPLETE |
5799 | 2024-08-16T04:08:59.667Z | [ recovery-image] Aug 16 04:08:58.633 INFO O| Aug 16 04:08:58.633 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-08-16T04:08:59.676Z | [ recovery-image] Aug 16 04:08:58.643 INFO O| Aug 16 04:08:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5801 | 2024-08-16T04:08:59.679Z | [ recovery-image] Aug 16 04:08:58.643 INFO O| Aug 16 04:08:58.643 INFO STEP 640 (remove_files) COMPLETE |
5802 | 2024-08-16T04:08:59.679Z | [ recovery-image] Aug 16 04:08:58.643 INFO O| Aug 16 04:08:58.643 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-08-16T04:08:59.685Z | [ recovery-image] Aug 16 04:08:58.652 INFO O| Aug 16 04:08:58.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5804 | 2024-08-16T04:08:59.685Z | [ recovery-image] Aug 16 04:08:58.652 INFO O| Aug 16 04:08:58.652 INFO STEP 641 (remove_files) COMPLETE |
5805 | 2024-08-16T04:08:59.685Z | [ recovery-image] Aug 16 04:08:58.652 INFO O| Aug 16 04:08:58.652 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-08-16T04:08:59.695Z | [ recovery-image] Aug 16 04:08:58.661 INFO O| Aug 16 04:08:58.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5807 | 2024-08-16T04:08:59.695Z | [ recovery-image] Aug 16 04:08:58.661 INFO O| Aug 16 04:08:58.661 INFO STEP 642 (remove_files) COMPLETE |
5808 | 2024-08-16T04:08:59.698Z | [ recovery-image] Aug 16 04:08:58.661 INFO O| Aug 16 04:08:58.661 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-08-16T04:08:59.704Z | [ recovery-image] Aug 16 04:08:58.671 INFO O| Aug 16 04:08:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5810 | 2024-08-16T04:08:59.707Z | [ recovery-image] Aug 16 04:08:58.671 INFO O| Aug 16 04:08:58.671 INFO STEP 643 (remove_files) COMPLETE |
5811 | 2024-08-16T04:08:59.707Z | [ recovery-image] Aug 16 04:08:58.672 INFO O| Aug 16 04:08:58.671 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-08-16T04:08:59.714Z | [ recovery-image] Aug 16 04:08:58.681 INFO O| Aug 16 04:08:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5813 | 2024-08-16T04:08:59.714Z | [ recovery-image] Aug 16 04:08:58.681 INFO O| Aug 16 04:08:58.681 INFO STEP 644 (remove_files) COMPLETE |
5814 | 2024-08-16T04:08:59.719Z | [ recovery-image] Aug 16 04:08:58.681 INFO O| Aug 16 04:08:58.681 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-08-16T04:08:59.724Z | [ recovery-image] Aug 16 04:08:58.690 INFO O| Aug 16 04:08:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5816 | 2024-08-16T04:08:59.724Z | [ recovery-image] Aug 16 04:08:58.691 INFO O| Aug 16 04:08:58.690 INFO STEP 645 (remove_files) COMPLETE |
5817 | 2024-08-16T04:08:59.724Z | [ recovery-image] Aug 16 04:08:58.691 INFO O| Aug 16 04:08:58.691 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-08-16T04:08:59.735Z | [ recovery-image] Aug 16 04:08:58.700 INFO O| Aug 16 04:08:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5819 | 2024-08-16T04:08:59.738Z | [ recovery-image] Aug 16 04:08:58.700 INFO O| Aug 16 04:08:58.700 INFO STEP 646 (remove_files) COMPLETE |
5820 | 2024-08-16T04:08:59.738Z | [ recovery-image] Aug 16 04:08:58.700 INFO O| Aug 16 04:08:58.700 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-08-16T04:08:59.743Z | [ recovery-image] Aug 16 04:08:58.709 INFO O| Aug 16 04:08:58.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5822 | 2024-08-16T04:08:59.746Z | [ recovery-image] Aug 16 04:08:58.710 INFO O| Aug 16 04:08:58.710 INFO STEP 647 (remove_files) COMPLETE |
5823 | 2024-08-16T04:08:59.746Z | [ recovery-image] Aug 16 04:08:58.710 INFO O| Aug 16 04:08:58.710 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-08-16T04:08:59.753Z | [ recovery-image] Aug 16 04:08:58.719 INFO O| Aug 16 04:08:58.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5825 | 2024-08-16T04:08:59.756Z | [ recovery-image] Aug 16 04:08:58.720 INFO O| Aug 16 04:08:58.720 INFO STEP 648 (remove_files) COMPLETE |
5826 | 2024-08-16T04:08:59.756Z | [ recovery-image] Aug 16 04:08:58.720 INFO O| Aug 16 04:08:58.720 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-08-16T04:08:59.763Z | [ recovery-image] Aug 16 04:08:58.730 INFO O| Aug 16 04:08:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5828 | 2024-08-16T04:08:59.766Z | [ recovery-image] Aug 16 04:08:58.730 INFO O| Aug 16 04:08:58.730 INFO STEP 649 (remove_files) COMPLETE |
5829 | 2024-08-16T04:08:59.766Z | [ recovery-image] Aug 16 04:08:58.730 INFO O| Aug 16 04:08:58.730 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-08-16T04:08:59.774Z | [ recovery-image] Aug 16 04:08:58.740 INFO O| Aug 16 04:08:58.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5831 | 2024-08-16T04:08:59.774Z | [ recovery-image] Aug 16 04:08:58.740 INFO O| Aug 16 04:08:58.740 INFO STEP 650 (remove_files) COMPLETE |
5832 | 2024-08-16T04:08:59.776Z | [ recovery-image] Aug 16 04:08:58.740 INFO O| Aug 16 04:08:58.740 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-08-16T04:08:59.783Z | [ recovery-image] Aug 16 04:08:58.749 INFO O| Aug 16 04:08:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5834 | 2024-08-16T04:08:59.785Z | [ recovery-image] Aug 16 04:08:58.749 INFO O| Aug 16 04:08:58.749 INFO STEP 651 (remove_files) COMPLETE |
5835 | 2024-08-16T04:08:59.785Z | [ recovery-image] Aug 16 04:08:58.749 INFO O| Aug 16 04:08:58.749 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-08-16T04:08:59.792Z | [ recovery-image] Aug 16 04:08:58.759 INFO O| Aug 16 04:08:58.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5837 | 2024-08-16T04:08:59.795Z | [ recovery-image] Aug 16 04:08:58.759 INFO O| Aug 16 04:08:58.759 INFO STEP 652 (remove_files) COMPLETE |
5838 | 2024-08-16T04:08:59.795Z | [ recovery-image] Aug 16 04:08:58.759 INFO O| Aug 16 04:08:58.759 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-08-16T04:08:59.802Z | [ recovery-image] Aug 16 04:08:58.769 INFO O| Aug 16 04:08:58.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5840 | 2024-08-16T04:08:59.802Z | [ recovery-image] Aug 16 04:08:58.769 INFO O| Aug 16 04:08:58.769 INFO STEP 653 (remove_files) COMPLETE |
5841 | 2024-08-16T04:08:59.805Z | [ recovery-image] Aug 16 04:08:58.769 INFO O| Aug 16 04:08:58.769 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-08-16T04:08:59.812Z | [ recovery-image] Aug 16 04:08:58.779 INFO O| Aug 16 04:08:58.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5843 | 2024-08-16T04:08:59.814Z | [ recovery-image] Aug 16 04:08:58.779 INFO O| Aug 16 04:08:58.779 INFO STEP 654 (remove_files) COMPLETE |
5844 | 2024-08-16T04:08:59.814Z | [ recovery-image] Aug 16 04:08:58.779 INFO O| Aug 16 04:08:58.779 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-08-16T04:08:59.822Z | [ recovery-image] Aug 16 04:08:58.788 INFO O| Aug 16 04:08:58.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5846 | 2024-08-16T04:08:59.822Z | [ recovery-image] Aug 16 04:08:58.788 INFO O| Aug 16 04:08:58.788 INFO STEP 655 (remove_files) COMPLETE |
5847 | 2024-08-16T04:08:59.824Z | [ recovery-image] Aug 16 04:08:58.788 INFO O| Aug 16 04:08:58.788 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-08-16T04:08:59.831Z | [ recovery-image] Aug 16 04:08:58.798 INFO O| Aug 16 04:08:58.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5849 | 2024-08-16T04:08:59.831Z | [ recovery-image] Aug 16 04:08:58.798 INFO O| Aug 16 04:08:58.798 INFO STEP 656 (remove_files) COMPLETE |
5850 | 2024-08-16T04:08:59.831Z | [ recovery-image] Aug 16 04:08:58.798 INFO O| Aug 16 04:08:58.798 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-08-16T04:08:59.841Z | [ recovery-image] Aug 16 04:08:58.807 INFO O| Aug 16 04:08:58.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5852 | 2024-08-16T04:08:59.843Z | [ recovery-image] Aug 16 04:08:58.808 INFO O| Aug 16 04:08:58.808 INFO STEP 657 (remove_files) COMPLETE |
5853 | 2024-08-16T04:08:59.843Z | [ recovery-image] Aug 16 04:08:58.808 INFO O| Aug 16 04:08:58.808 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-08-16T04:08:59.850Z | [ recovery-image] Aug 16 04:08:58.817 INFO O| Aug 16 04:08:58.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5855 | 2024-08-16T04:08:59.853Z | [ recovery-image] Aug 16 04:08:58.817 INFO O| Aug 16 04:08:58.817 INFO STEP 658 (remove_files) COMPLETE |
5856 | 2024-08-16T04:08:59.853Z | [ recovery-image] Aug 16 04:08:58.817 INFO O| Aug 16 04:08:58.817 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-08-16T04:08:59.860Z | [ recovery-image] Aug 16 04:08:58.827 INFO O| Aug 16 04:08:58.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5858 | 2024-08-16T04:08:59.864Z | [ recovery-image] Aug 16 04:08:58.827 INFO O| Aug 16 04:08:58.827 INFO STEP 659 (remove_files) COMPLETE |
5859 | 2024-08-16T04:08:59.864Z | [ recovery-image] Aug 16 04:08:58.827 INFO O| Aug 16 04:08:58.827 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-08-16T04:08:59.870Z | [ recovery-image] Aug 16 04:08:58.837 INFO O| Aug 16 04:08:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5861 | 2024-08-16T04:08:59.870Z | [ recovery-image] Aug 16 04:08:58.837 INFO O| Aug 16 04:08:58.837 INFO STEP 660 (remove_files) COMPLETE |
5862 | 2024-08-16T04:08:59.870Z | [ recovery-image] Aug 16 04:08:58.837 INFO O| Aug 16 04:08:58.837 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-08-16T04:08:59.880Z | [ recovery-image] Aug 16 04:08:58.846 INFO O| Aug 16 04:08:58.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5864 | 2024-08-16T04:08:59.880Z | [ recovery-image] Aug 16 04:08:58.847 INFO O| Aug 16 04:08:58.846 INFO STEP 661 (remove_files) COMPLETE |
5865 | 2024-08-16T04:08:59.883Z | [ recovery-image] Aug 16 04:08:58.847 INFO O| Aug 16 04:08:58.847 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-08-16T04:08:59.889Z | [ recovery-image] Aug 16 04:08:58.856 INFO O| Aug 16 04:08:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5867 | 2024-08-16T04:08:59.889Z | [ recovery-image] Aug 16 04:08:58.856 INFO O| Aug 16 04:08:58.856 INFO STEP 662 (remove_files) COMPLETE |
5868 | 2024-08-16T04:08:59.892Z | [ recovery-image] Aug 16 04:08:58.856 INFO O| Aug 16 04:08:58.856 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-08-16T04:08:59.894Z | [ host-image] Aug 16 04:08:58.860 INFO O| Aug 16 04:08:58.860 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5870 | 2024-08-16T04:08:59.899Z | [ recovery-image] Aug 16 04:08:58.865 INFO O| Aug 16 04:08:58.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5871 | 2024-08-16T04:08:59.899Z | [ recovery-image] Aug 16 04:08:58.865 INFO O| Aug 16 04:08:58.865 INFO STEP 663 (remove_files) COMPLETE |
5872 | 2024-08-16T04:08:59.899Z | [ recovery-image] Aug 16 04:08:58.865 INFO O| Aug 16 04:08:58.865 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-08-16T04:08:59.908Z | [ recovery-image] Aug 16 04:08:58.875 INFO O| Aug 16 04:08:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5874 | 2024-08-16T04:08:59.911Z | [ recovery-image] Aug 16 04:08:58.875 INFO O| Aug 16 04:08:58.875 INFO STEP 664 (remove_files) COMPLETE |
5875 | 2024-08-16T04:08:59.911Z | [ recovery-image] Aug 16 04:08:58.875 INFO O| Aug 16 04:08:58.875 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-08-16T04:08:59.918Z | [ recovery-image] Aug 16 04:08:58.885 INFO O| Aug 16 04:08:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5877 | 2024-08-16T04:08:59.918Z | [ recovery-image] Aug 16 04:08:58.885 INFO O| Aug 16 04:08:58.885 INFO STEP 665 (remove_files) COMPLETE |
5878 | 2024-08-16T04:08:59.920Z | [ recovery-image] Aug 16 04:08:58.885 INFO O| Aug 16 04:08:58.885 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-08-16T04:08:59.928Z | [ recovery-image] Aug 16 04:08:58.895 INFO O| Aug 16 04:08:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5880 | 2024-08-16T04:08:59.928Z | [ recovery-image] Aug 16 04:08:58.895 INFO O| Aug 16 04:08:58.895 INFO STEP 666 (remove_files) COMPLETE |
5881 | 2024-08-16T04:08:59.931Z | [ recovery-image] Aug 16 04:08:58.895 INFO O| Aug 16 04:08:58.895 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-08-16T04:08:59.938Z | [ recovery-image] Aug 16 04:08:58.904 INFO O| Aug 16 04:08:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5883 | 2024-08-16T04:08:59.938Z | [ recovery-image] Aug 16 04:08:58.904 INFO O| Aug 16 04:08:58.904 INFO STEP 667 (remove_files) COMPLETE |
5884 | 2024-08-16T04:08:59.940Z | [ recovery-image] Aug 16 04:08:58.905 INFO O| Aug 16 04:08:58.904 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-08-16T04:08:59.948Z | [ recovery-image] Aug 16 04:08:58.915 INFO O| Aug 16 04:08:58.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5886 | 2024-08-16T04:08:59.948Z | [ recovery-image] Aug 16 04:08:58.915 INFO O| Aug 16 04:08:58.915 INFO STEP 668 (remove_files) COMPLETE |
5887 | 2024-08-16T04:08:59.950Z | [ recovery-image] Aug 16 04:08:58.915 INFO O| Aug 16 04:08:58.915 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-08-16T04:08:59.958Z | [ recovery-image] Aug 16 04:08:58.924 INFO O| Aug 16 04:08:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5889 | 2024-08-16T04:08:59.960Z | [ recovery-image] Aug 16 04:08:58.925 INFO O| Aug 16 04:08:58.924 INFO STEP 669 (remove_files) COMPLETE |
5890 | 2024-08-16T04:08:59.960Z | [ recovery-image] Aug 16 04:08:58.925 INFO O| Aug 16 04:08:58.924 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-08-16T04:08:59.967Z | [ recovery-image] Aug 16 04:08:58.934 INFO O| Aug 16 04:08:58.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5892 | 2024-08-16T04:08:59.967Z | [ recovery-image] Aug 16 04:08:58.934 INFO O| Aug 16 04:08:58.934 INFO STEP 670 (remove_files) COMPLETE |
5893 | 2024-08-16T04:08:59.970Z | [ recovery-image] Aug 16 04:08:58.934 INFO O| Aug 16 04:08:58.934 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-08-16T04:08:59.977Z | [ recovery-image] Aug 16 04:08:58.944 INFO O| Aug 16 04:08:58.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5895 | 2024-08-16T04:08:59.980Z | [ recovery-image] Aug 16 04:08:58.944 INFO O| Aug 16 04:08:58.944 INFO STEP 671 (remove_files) COMPLETE |
5896 | 2024-08-16T04:08:59.980Z | [ recovery-image] Aug 16 04:08:58.944 INFO O| Aug 16 04:08:58.944 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-08-16T04:08:59.988Z | [ recovery-image] Aug 16 04:08:58.954 INFO O| Aug 16 04:08:58.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5898 | 2024-08-16T04:08:59.988Z | [ recovery-image] Aug 16 04:08:58.954 INFO O| Aug 16 04:08:58.954 INFO STEP 672 (remove_files) COMPLETE |
5899 | 2024-08-16T04:08:59.990Z | [ recovery-image] Aug 16 04:08:58.954 INFO O| Aug 16 04:08:58.954 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-08-16T04:08:59.998Z | [ recovery-image] Aug 16 04:08:58.964 INFO O| Aug 16 04:08:58.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5901 | 2024-08-16T04:09:00.000Z | [ recovery-image] Aug 16 04:08:58.964 INFO O| Aug 16 04:08:58.964 INFO STEP 673 (remove_files) COMPLETE |
5902 | 2024-08-16T04:09:00.000Z | [ recovery-image] Aug 16 04:08:58.964 INFO O| Aug 16 04:08:58.964 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-08-16T04:09:00.008Z | [ recovery-image] Aug 16 04:08:58.974 INFO O| Aug 16 04:08:58.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5904 | 2024-08-16T04:09:00.008Z | [ recovery-image] Aug 16 04:08:58.974 INFO O| Aug 16 04:08:58.974 INFO STEP 674 (remove_files) COMPLETE |
5905 | 2024-08-16T04:09:00.011Z | [ recovery-image] Aug 16 04:08:58.974 INFO O| Aug 16 04:08:58.974 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-08-16T04:09:00.018Z | [ recovery-image] Aug 16 04:08:58.984 INFO O| Aug 16 04:08:58.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5907 | 2024-08-16T04:09:00.018Z | [ recovery-image] Aug 16 04:08:58.984 INFO O| Aug 16 04:08:58.984 INFO STEP 675 (remove_files) COMPLETE |
5908 | 2024-08-16T04:09:00.020Z | [ recovery-image] Aug 16 04:08:58.984 INFO O| Aug 16 04:08:58.984 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-08-16T04:09:00.028Z | [ recovery-image] Aug 16 04:08:58.994 INFO O| Aug 16 04:08:58.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5910 | 2024-08-16T04:09:00.030Z | [ recovery-image] Aug 16 04:08:58.995 INFO O| Aug 16 04:08:58.995 INFO STEP 676 (remove_files) COMPLETE |
5911 | 2024-08-16T04:09:00.030Z | [ recovery-image] Aug 16 04:08:58.995 INFO O| Aug 16 04:08:58.995 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-08-16T04:09:00.038Z | [ recovery-image] Aug 16 04:08:59.005 INFO O| Aug 16 04:08:59.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5913 | 2024-08-16T04:09:00.040Z | [ recovery-image] Aug 16 04:08:59.005 INFO O| Aug 16 04:08:59.005 INFO STEP 677 (remove_files) COMPLETE |
5914 | 2024-08-16T04:09:00.041Z | [ recovery-image] Aug 16 04:08:59.005 INFO O| Aug 16 04:08:59.005 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-08-16T04:09:00.048Z | [ recovery-image] Aug 16 04:08:59.015 INFO O| Aug 16 04:08:59.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5916 | 2024-08-16T04:09:00.048Z | [ recovery-image] Aug 16 04:08:59.015 INFO O| Aug 16 04:08:59.015 INFO STEP 678 (remove_files) COMPLETE |
5917 | 2024-08-16T04:09:00.048Z | [ recovery-image] Aug 16 04:08:59.015 INFO O| Aug 16 04:08:59.015 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-08-16T04:09:00.058Z | [ recovery-image] Aug 16 04:08:59.025 INFO O| Aug 16 04:08:59.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5919 | 2024-08-16T04:09:00.058Z | [ recovery-image] Aug 16 04:08:59.025 INFO O| Aug 16 04:08:59.025 INFO STEP 679 (remove_files) COMPLETE |
5920 | 2024-08-16T04:09:00.058Z | [ recovery-image] Aug 16 04:08:59.025 INFO O| Aug 16 04:08:59.025 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-08-16T04:09:00.068Z | [ recovery-image] Aug 16 04:08:59.035 INFO O| Aug 16 04:08:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5922 | 2024-08-16T04:09:00.068Z | [ recovery-image] Aug 16 04:08:59.035 INFO O| Aug 16 04:08:59.035 INFO STEP 680 (remove_files) COMPLETE |
5923 | 2024-08-16T04:09:00.068Z | [ recovery-image] Aug 16 04:08:59.035 INFO O| Aug 16 04:08:59.035 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-08-16T04:09:00.078Z | [ recovery-image] Aug 16 04:08:59.045 INFO O| Aug 16 04:08:59.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5925 | 2024-08-16T04:09:00.078Z | [ recovery-image] Aug 16 04:08:59.045 INFO O| Aug 16 04:08:59.045 INFO STEP 681 (remove_files) COMPLETE |
5926 | 2024-08-16T04:09:00.078Z | [ recovery-image] Aug 16 04:08:59.045 INFO O| Aug 16 04:08:59.045 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-08-16T04:09:00.088Z | [ recovery-image] Aug 16 04:08:59.054 INFO O| Aug 16 04:08:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5928 | 2024-08-16T04:09:00.090Z | [ recovery-image] Aug 16 04:08:59.055 INFO O| Aug 16 04:08:59.054 INFO STEP 682 (remove_files) COMPLETE |
5929 | 2024-08-16T04:09:00.090Z | [ recovery-image] Aug 16 04:08:59.055 INFO O| Aug 16 04:08:59.054 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-08-16T04:09:00.097Z | [ recovery-image] Aug 16 04:08:59.064 INFO O| Aug 16 04:08:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5931 | 2024-08-16T04:09:00.097Z | [ recovery-image] Aug 16 04:08:59.064 INFO O| Aug 16 04:08:59.064 INFO STEP 683 (remove_files) COMPLETE |
5932 | 2024-08-16T04:09:00.100Z | [ recovery-image] Aug 16 04:08:59.064 INFO O| Aug 16 04:08:59.064 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-08-16T04:09:00.108Z | [ recovery-image] Aug 16 04:08:59.074 INFO O| Aug 16 04:08:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5934 | 2024-08-16T04:09:00.108Z | [ recovery-image] Aug 16 04:08:59.074 INFO O| Aug 16 04:08:59.074 INFO STEP 684 (remove_files) COMPLETE |
5935 | 2024-08-16T04:09:00.108Z | [ recovery-image] Aug 16 04:08:59.074 INFO O| Aug 16 04:08:59.074 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-08-16T04:09:00.118Z | [ recovery-image] Aug 16 04:08:59.084 INFO O| Aug 16 04:08:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5937 | 2024-08-16T04:09:00.118Z | [ recovery-image] Aug 16 04:08:59.084 INFO O| Aug 16 04:08:59.084 INFO STEP 685 (remove_files) COMPLETE |
5938 | 2024-08-16T04:09:00.120Z | [ recovery-image] Aug 16 04:08:59.084 INFO O| Aug 16 04:08:59.084 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-08-16T04:09:00.128Z | [ recovery-image] Aug 16 04:08:59.094 INFO O| Aug 16 04:08:59.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5940 | 2024-08-16T04:09:00.130Z | [ recovery-image] Aug 16 04:08:59.095 INFO O| Aug 16 04:08:59.095 INFO STEP 686 (remove_files) COMPLETE |
5941 | 2024-08-16T04:09:00.130Z | [ recovery-image] Aug 16 04:08:59.095 INFO O| Aug 16 04:08:59.095 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-08-16T04:09:00.139Z | [ recovery-image] Aug 16 04:08:59.105 INFO O| Aug 16 04:08:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5943 | 2024-08-16T04:09:00.139Z | [ recovery-image] Aug 16 04:08:59.105 INFO O| Aug 16 04:08:59.105 INFO STEP 687 (remove_files) COMPLETE |
5944 | 2024-08-16T04:09:00.141Z | [ recovery-image] Aug 16 04:08:59.105 INFO O| Aug 16 04:08:59.105 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-08-16T04:09:00.152Z | [ recovery-image] Aug 16 04:08:59.118 INFO O| Aug 16 04:08:59.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5946 | 2024-08-16T04:09:00.152Z | [ recovery-image] Aug 16 04:08:59.118 INFO O| Aug 16 04:08:59.118 INFO STEP 688 (remove_files) COMPLETE |
5947 | 2024-08-16T04:09:00.152Z | [ recovery-image] Aug 16 04:08:59.118 INFO O| Aug 16 04:08:59.118 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-08-16T04:09:00.163Z | [ recovery-image] Aug 16 04:08:59.130 INFO O| Aug 16 04:08:59.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5949 | 2024-08-16T04:09:00.163Z | [ recovery-image] Aug 16 04:08:59.130 INFO O| Aug 16 04:08:59.130 INFO STEP 689 (remove_files) COMPLETE |
5950 | 2024-08-16T04:09:00.163Z | [ recovery-image] Aug 16 04:08:59.130 INFO O| Aug 16 04:08:59.130 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-08-16T04:09:00.174Z | [ recovery-image] Aug 16 04:08:59.141 INFO O| Aug 16 04:08:59.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5952 | 2024-08-16T04:09:00.174Z | [ recovery-image] Aug 16 04:08:59.141 INFO O| Aug 16 04:08:59.141 INFO STEP 690 (remove_files) COMPLETE |
5953 | 2024-08-16T04:09:00.177Z | [ recovery-image] Aug 16 04:08:59.141 INFO O| Aug 16 04:08:59.141 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-08-16T04:09:00.185Z | [ recovery-image] Aug 16 04:08:59.151 INFO O| Aug 16 04:08:59.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5955 | 2024-08-16T04:09:00.185Z | [ recovery-image] Aug 16 04:08:59.151 INFO O| Aug 16 04:08:59.151 INFO STEP 691 (remove_files) COMPLETE |
5956 | 2024-08-16T04:09:00.185Z | [ recovery-image] Aug 16 04:08:59.151 INFO O| Aug 16 04:08:59.151 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-08-16T04:09:00.195Z | [ recovery-image] Aug 16 04:08:59.161 INFO O| Aug 16 04:08:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5958 | 2024-08-16T04:09:00.198Z | [ recovery-image] Aug 16 04:08:59.161 INFO O| Aug 16 04:08:59.161 INFO STEP 692 (remove_files) COMPLETE |
5959 | 2024-08-16T04:09:00.198Z | [ recovery-image] Aug 16 04:08:59.161 INFO O| Aug 16 04:08:59.161 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-08-16T04:09:00.205Z | [ recovery-image] Aug 16 04:08:59.171 INFO O| Aug 16 04:08:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5961 | 2024-08-16T04:09:00.208Z | [ recovery-image] Aug 16 04:08:59.171 INFO O| Aug 16 04:08:59.171 INFO STEP 693 (remove_files) COMPLETE |
5962 | 2024-08-16T04:09:00.208Z | [ recovery-image] Aug 16 04:08:59.171 INFO O| Aug 16 04:08:59.171 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-08-16T04:09:00.215Z | [ recovery-image] Aug 16 04:08:59.182 INFO O| Aug 16 04:08:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5964 | 2024-08-16T04:09:00.215Z | [ recovery-image] Aug 16 04:08:59.182 INFO O| Aug 16 04:08:59.182 INFO STEP 694 (remove_files) COMPLETE |
5965 | 2024-08-16T04:09:00.218Z | [ recovery-image] Aug 16 04:08:59.182 INFO O| Aug 16 04:08:59.182 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-08-16T04:09:00.225Z | [ recovery-image] Aug 16 04:08:59.192 INFO O| Aug 16 04:08:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5967 | 2024-08-16T04:09:00.226Z | [ recovery-image] Aug 16 04:08:59.192 INFO O| Aug 16 04:08:59.192 INFO STEP 695 (remove_files) COMPLETE |
5968 | 2024-08-16T04:09:00.228Z | [ recovery-image] Aug 16 04:08:59.192 INFO O| Aug 16 04:08:59.192 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-08-16T04:09:00.235Z | [ recovery-image] Aug 16 04:08:59.202 INFO O| Aug 16 04:08:59.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5970 | 2024-08-16T04:09:00.235Z | [ recovery-image] Aug 16 04:08:59.202 INFO O| Aug 16 04:08:59.202 INFO STEP 696 (remove_files) COMPLETE |
5971 | 2024-08-16T04:09:00.238Z | [ recovery-image] Aug 16 04:08:59.202 INFO O| Aug 16 04:08:59.202 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-08-16T04:09:00.245Z | [ recovery-image] Aug 16 04:08:59.212 INFO O| Aug 16 04:08:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5973 | 2024-08-16T04:09:00.245Z | [ recovery-image] Aug 16 04:08:59.212 INFO O| Aug 16 04:08:59.212 INFO STEP 697 (remove_files) COMPLETE |
5974 | 2024-08-16T04:09:00.248Z | [ recovery-image] Aug 16 04:08:59.212 INFO O| Aug 16 04:08:59.212 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-08-16T04:09:00.255Z | [ recovery-image] Aug 16 04:08:59.222 INFO O| Aug 16 04:08:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5976 | 2024-08-16T04:09:00.258Z | [ recovery-image] Aug 16 04:08:59.222 INFO O| Aug 16 04:08:59.222 INFO STEP 698 (remove_files) COMPLETE |
5977 | 2024-08-16T04:09:00.258Z | [ recovery-image] Aug 16 04:08:59.222 INFO O| Aug 16 04:08:59.222 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-08-16T04:09:00.265Z | [ recovery-image] Aug 16 04:08:59.232 INFO O| Aug 16 04:08:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5979 | 2024-08-16T04:09:00.265Z | [ recovery-image] Aug 16 04:08:59.232 INFO O| Aug 16 04:08:59.232 INFO STEP 699 (remove_files) COMPLETE |
5980 | 2024-08-16T04:09:00.265Z | [ recovery-image] Aug 16 04:08:59.232 INFO O| Aug 16 04:08:59.232 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-08-16T04:09:00.275Z | [ recovery-image] Aug 16 04:08:59.242 INFO O| Aug 16 04:08:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5982 | 2024-08-16T04:09:00.278Z | [ recovery-image] Aug 16 04:08:59.242 INFO O| Aug 16 04:08:59.242 INFO STEP 700 (remove_files) COMPLETE |
5983 | 2024-08-16T04:09:00.278Z | [ recovery-image] Aug 16 04:08:59.242 INFO O| Aug 16 04:08:59.242 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-08-16T04:09:00.285Z | [ recovery-image] Aug 16 04:08:59.252 INFO O| Aug 16 04:08:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5985 | 2024-08-16T04:09:00.286Z | [ recovery-image] Aug 16 04:08:59.252 INFO O| Aug 16 04:08:59.252 INFO STEP 701 (remove_files) COMPLETE |
5986 | 2024-08-16T04:09:00.288Z | [ recovery-image] Aug 16 04:08:59.252 INFO O| Aug 16 04:08:59.252 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-08-16T04:09:00.297Z | [ recovery-image] Aug 16 04:08:59.264 INFO O| Aug 16 04:08:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5988 | 2024-08-16T04:09:00.297Z | [ recovery-image] Aug 16 04:08:59.264 INFO O| Aug 16 04:08:59.264 INFO STEP 702 (remove_files) COMPLETE |
5989 | 2024-08-16T04:09:00.297Z | [ recovery-image] Aug 16 04:08:59.264 INFO O| Aug 16 04:08:59.264 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-08-16T04:09:00.308Z | [ recovery-image] Aug 16 04:08:59.275 INFO O| Aug 16 04:08:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5991 | 2024-08-16T04:09:00.308Z | [ recovery-image] Aug 16 04:08:59.275 INFO O| Aug 16 04:08:59.275 INFO STEP 703 (remove_files) COMPLETE |
5992 | 2024-08-16T04:09:00.308Z | [ recovery-image] Aug 16 04:08:59.275 INFO O| Aug 16 04:08:59.275 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-08-16T04:09:00.321Z | [ recovery-image] Aug 16 04:08:59.286 INFO O| Aug 16 04:08:59.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5994 | 2024-08-16T04:09:00.321Z | [ recovery-image] Aug 16 04:08:59.286 INFO O| Aug 16 04:08:59.286 INFO STEP 704 (remove_files) COMPLETE |
5995 | 2024-08-16T04:09:00.324Z | [ recovery-image] Aug 16 04:08:59.286 INFO O| Aug 16 04:08:59.286 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-08-16T04:09:00.334Z | [ recovery-image] Aug 16 04:08:59.300 INFO O| Aug 16 04:08:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5997 | 2024-08-16T04:09:00.334Z | [ recovery-image] Aug 16 04:08:59.300 INFO O| Aug 16 04:08:59.300 INFO STEP 705 (remove_files) COMPLETE |
5998 | 2024-08-16T04:09:00.334Z | [ recovery-image] Aug 16 04:08:59.300 INFO O| Aug 16 04:08:59.300 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-08-16T04:09:00.346Z | [ recovery-image] Aug 16 04:08:59.312 INFO O| Aug 16 04:08:59.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6000 | 2024-08-16T04:09:00.346Z | [ recovery-image] Aug 16 04:08:59.312 INFO O| Aug 16 04:08:59.312 INFO STEP 706 (remove_files) COMPLETE |
6001 | 2024-08-16T04:09:00.349Z | [ recovery-image] Aug 16 04:08:59.312 INFO O| Aug 16 04:08:59.312 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-08-16T04:09:00.355Z | [ recovery-image] Aug 16 04:08:59.322 INFO O| Aug 16 04:08:59.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6003 | 2024-08-16T04:09:00.356Z | [ recovery-image] Aug 16 04:08:59.322 INFO O| Aug 16 04:08:59.322 INFO STEP 707 (remove_files) COMPLETE |
6004 | 2024-08-16T04:09:00.358Z | [ recovery-image] Aug 16 04:08:59.322 INFO O| Aug 16 04:08:59.322 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-08-16T04:09:00.368Z | [ recovery-image] Aug 16 04:08:59.335 INFO O| Aug 16 04:08:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6006 | 2024-08-16T04:09:00.371Z | [ recovery-image] Aug 16 04:08:59.335 INFO O| Aug 16 04:08:59.335 INFO STEP 708 (remove_files) COMPLETE |
6007 | 2024-08-16T04:09:00.371Z | [ recovery-image] Aug 16 04:08:59.335 INFO O| Aug 16 04:08:59.335 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-08-16T04:09:00.380Z | [ recovery-image] Aug 16 04:08:59.347 INFO O| Aug 16 04:08:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6009 | 2024-08-16T04:09:00.383Z | [ recovery-image] Aug 16 04:08:59.347 INFO O| Aug 16 04:08:59.347 INFO STEP 709 (remove_files) COMPLETE |
6010 | 2024-08-16T04:09:00.383Z | [ recovery-image] Aug 16 04:08:59.347 INFO O| Aug 16 04:08:59.347 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-08-16T04:09:00.393Z | [ recovery-image] Aug 16 04:08:59.359 INFO O| Aug 16 04:08:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6012 | 2024-08-16T04:09:00.395Z | [ recovery-image] Aug 16 04:08:59.359 INFO O| Aug 16 04:08:59.359 INFO STEP 710 (remove_files) COMPLETE |
6013 | 2024-08-16T04:09:00.395Z | [ recovery-image] Aug 16 04:08:59.359 INFO O| Aug 16 04:08:59.359 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-08-16T04:09:00.405Z | [ recovery-image] Aug 16 04:08:59.371 INFO O| Aug 16 04:08:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6015 | 2024-08-16T04:09:00.405Z | [ recovery-image] Aug 16 04:08:59.371 INFO O| Aug 16 04:08:59.371 INFO STEP 711 (remove_files) COMPLETE |
6016 | 2024-08-16T04:09:00.407Z | [ recovery-image] Aug 16 04:08:59.371 INFO O| Aug 16 04:08:59.371 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-08-16T04:09:00.415Z | [ recovery-image] Aug 16 04:08:59.382 INFO O| Aug 16 04:08:59.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6018 | 2024-08-16T04:09:00.418Z | [ recovery-image] Aug 16 04:08:59.382 INFO O| Aug 16 04:08:59.382 INFO STEP 712 (remove_files) COMPLETE |
6019 | 2024-08-16T04:09:00.418Z | [ recovery-image] Aug 16 04:08:59.382 INFO O| Aug 16 04:08:59.382 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-08-16T04:09:00.425Z | [ recovery-image] Aug 16 04:08:59.392 INFO O| Aug 16 04:08:59.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6021 | 2024-08-16T04:09:00.425Z | [ recovery-image] Aug 16 04:08:59.392 INFO O| Aug 16 04:08:59.392 INFO STEP 713 (remove_files) COMPLETE |
6022 | 2024-08-16T04:09:00.427Z | [ recovery-image] Aug 16 04:08:59.392 INFO O| Aug 16 04:08:59.392 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-08-16T04:09:00.434Z | [ recovery-image] Aug 16 04:08:59.401 INFO O| Aug 16 04:08:59.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6024 | 2024-08-16T04:09:00.434Z | [ recovery-image] Aug 16 04:08:59.401 INFO O| Aug 16 04:08:59.401 INFO STEP 714 (remove_files) COMPLETE |
6025 | 2024-08-16T04:09:00.437Z | [ recovery-image] Aug 16 04:08:59.401 INFO O| Aug 16 04:08:59.401 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-08-16T04:09:00.444Z | [ recovery-image] Aug 16 04:08:59.411 INFO O| Aug 16 04:08:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6027 | 2024-08-16T04:09:00.447Z | [ recovery-image] Aug 16 04:08:59.411 INFO O| Aug 16 04:08:59.411 INFO STEP 715 (remove_files) COMPLETE |
6028 | 2024-08-16T04:09:00.447Z | [ recovery-image] Aug 16 04:08:59.411 INFO O| Aug 16 04:08:59.411 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-08-16T04:09:00.454Z | [ recovery-image] Aug 16 04:08:59.421 INFO O| Aug 16 04:08:59.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6030 | 2024-08-16T04:09:00.454Z | [ recovery-image] Aug 16 04:08:59.421 INFO O| Aug 16 04:08:59.421 INFO STEP 716 (remove_files) COMPLETE |
6031 | 2024-08-16T04:09:00.456Z | [ recovery-image] Aug 16 04:08:59.421 INFO O| Aug 16 04:08:59.421 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-08-16T04:09:00.463Z | [ recovery-image] Aug 16 04:08:59.430 INFO O| Aug 16 04:08:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6033 | 2024-08-16T04:09:00.463Z | [ recovery-image] Aug 16 04:08:59.430 INFO O| Aug 16 04:08:59.430 INFO STEP 717 (remove_files) COMPLETE |
6034 | 2024-08-16T04:09:00.463Z | [ recovery-image] Aug 16 04:08:59.430 INFO O| Aug 16 04:08:59.430 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-08-16T04:09:00.473Z | [ recovery-image] Aug 16 04:08:59.439 INFO O| Aug 16 04:08:59.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6036 | 2024-08-16T04:09:00.473Z | [ recovery-image] Aug 16 04:08:59.439 INFO O| Aug 16 04:08:59.439 INFO STEP 718 (remove_files) COMPLETE |
6037 | 2024-08-16T04:09:00.473Z | [ recovery-image] Aug 16 04:08:59.439 INFO O| Aug 16 04:08:59.439 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-08-16T04:09:00.482Z | [ recovery-image] Aug 16 04:08:59.449 INFO O| Aug 16 04:08:59.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6039 | 2024-08-16T04:09:00.482Z | [ recovery-image] Aug 16 04:08:59.449 INFO O| Aug 16 04:08:59.449 INFO STEP 719 (remove_files) COMPLETE |
6040 | 2024-08-16T04:09:00.485Z | [ recovery-image] Aug 16 04:08:59.449 INFO O| Aug 16 04:08:59.449 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-08-16T04:09:00.492Z | [ recovery-image] Aug 16 04:08:59.458 INFO O| Aug 16 04:08:59.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6042 | 2024-08-16T04:09:00.495Z | [ recovery-image] Aug 16 04:08:59.459 INFO O| Aug 16 04:08:59.458 INFO STEP 720 (remove_files) COMPLETE |
6043 | 2024-08-16T04:09:00.495Z | [ recovery-image] Aug 16 04:08:59.459 INFO O| Aug 16 04:08:59.459 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-08-16T04:09:00.501Z | [ recovery-image] Aug 16 04:08:59.468 INFO O| Aug 16 04:08:59.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6045 | 2024-08-16T04:09:00.504Z | [ recovery-image] Aug 16 04:08:59.468 INFO O| Aug 16 04:08:59.468 INFO STEP 721 (remove_files) COMPLETE |
6046 | 2024-08-16T04:09:00.504Z | [ recovery-image] Aug 16 04:08:59.468 INFO O| Aug 16 04:08:59.468 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-08-16T04:09:00.511Z | [ recovery-image] Aug 16 04:08:59.477 INFO O| Aug 16 04:08:59.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6048 | 2024-08-16T04:09:00.513Z | [ recovery-image] Aug 16 04:08:59.478 INFO O| Aug 16 04:08:59.477 INFO STEP 722 (remove_files) COMPLETE |
6049 | 2024-08-16T04:09:00.513Z | [ recovery-image] Aug 16 04:08:59.478 INFO O| Aug 16 04:08:59.478 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-08-16T04:09:00.520Z | [ recovery-image] Aug 16 04:08:59.487 INFO O| Aug 16 04:08:59.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6051 | 2024-08-16T04:09:00.520Z | [ recovery-image] Aug 16 04:08:59.487 INFO O| Aug 16 04:08:59.487 INFO STEP 723 (remove_files) COMPLETE |
6052 | 2024-08-16T04:09:00.523Z | [ recovery-image] Aug 16 04:08:59.487 INFO O| Aug 16 04:08:59.487 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-08-16T04:09:00.530Z | [ recovery-image] Aug 16 04:08:59.496 INFO O| Aug 16 04:08:59.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6054 | 2024-08-16T04:09:00.532Z | [ recovery-image] Aug 16 04:08:59.497 INFO O| Aug 16 04:08:59.497 INFO STEP 724 (remove_files) COMPLETE |
6055 | 2024-08-16T04:09:00.532Z | [ recovery-image] Aug 16 04:08:59.497 INFO O| Aug 16 04:08:59.497 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-08-16T04:09:00.541Z | [ recovery-image] Aug 16 04:08:59.508 INFO O| Aug 16 04:08:59.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6057 | 2024-08-16T04:09:00.541Z | [ recovery-image] Aug 16 04:08:59.508 INFO O| Aug 16 04:08:59.508 INFO STEP 725 (remove_files) COMPLETE |
6058 | 2024-08-16T04:09:00.541Z | [ recovery-image] Aug 16 04:08:59.508 INFO O| Aug 16 04:08:59.508 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-08-16T04:09:00.553Z | [ recovery-image] Aug 16 04:08:59.520 INFO O| Aug 16 04:08:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6060 | 2024-08-16T04:09:00.553Z | [ recovery-image] Aug 16 04:08:59.520 INFO O| Aug 16 04:08:59.520 INFO STEP 726 (remove_files) COMPLETE |
6061 | 2024-08-16T04:09:00.555Z | [ recovery-image] Aug 16 04:08:59.520 INFO O| Aug 16 04:08:59.520 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-08-16T04:09:00.564Z | [ recovery-image] Aug 16 04:08:59.531 INFO O| Aug 16 04:08:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6063 | 2024-08-16T04:09:00.567Z | [ recovery-image] Aug 16 04:08:59.531 INFO O| Aug 16 04:08:59.531 INFO STEP 727 (remove_files) COMPLETE |
6064 | 2024-08-16T04:09:00.567Z | [ recovery-image] Aug 16 04:08:59.531 INFO O| Aug 16 04:08:59.531 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-08-16T04:09:00.575Z | [ recovery-image] Aug 16 04:08:59.542 INFO O| Aug 16 04:08:59.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6066 | 2024-08-16T04:09:00.578Z | [ recovery-image] Aug 16 04:08:59.542 INFO O| Aug 16 04:08:59.542 INFO STEP 728 (remove_files) COMPLETE |
6067 | 2024-08-16T04:09:00.578Z | [ recovery-image] Aug 16 04:08:59.542 INFO O| Aug 16 04:08:59.542 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-08-16T04:09:00.586Z | [ recovery-image] Aug 16 04:08:59.552 INFO O| Aug 16 04:08:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6069 | 2024-08-16T04:09:00.586Z | [ recovery-image] Aug 16 04:08:59.552 INFO O| Aug 16 04:08:59.552 INFO STEP 729 (remove_files) COMPLETE |
6070 | 2024-08-16T04:09:00.588Z | [ recovery-image] Aug 16 04:08:59.552 INFO O| Aug 16 04:08:59.552 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-08-16T04:09:00.597Z | [ recovery-image] Aug 16 04:08:59.563 INFO O| Aug 16 04:08:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6072 | 2024-08-16T04:09:00.597Z | [ recovery-image] Aug 16 04:08:59.563 INFO O| Aug 16 04:08:59.563 INFO STEP 730 (remove_files) COMPLETE |
6073 | 2024-08-16T04:09:00.599Z | [ recovery-image] Aug 16 04:08:59.563 INFO O| Aug 16 04:08:59.563 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-08-16T04:09:00.607Z | [ recovery-image] Aug 16 04:08:59.573 INFO O| Aug 16 04:08:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6075 | 2024-08-16T04:09:00.609Z | [ recovery-image] Aug 16 04:08:59.574 INFO O| Aug 16 04:08:59.573 INFO STEP 731 (remove_files) COMPLETE |
6076 | 2024-08-16T04:09:00.609Z | [ recovery-image] Aug 16 04:08:59.574 INFO O| Aug 16 04:08:59.573 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-08-16T04:09:00.616Z | [ recovery-image] Aug 16 04:08:59.583 INFO O| Aug 16 04:08:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6078 | 2024-08-16T04:09:00.619Z | [ recovery-image] Aug 16 04:08:59.583 INFO O| Aug 16 04:08:59.583 INFO STEP 732 (remove_files) COMPLETE |
6079 | 2024-08-16T04:09:00.619Z | [ recovery-image] Aug 16 04:08:59.583 INFO O| Aug 16 04:08:59.583 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-08-16T04:09:00.626Z | [ recovery-image] Aug 16 04:08:59.593 INFO O| Aug 16 04:08:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6081 | 2024-08-16T04:09:00.626Z | [ recovery-image] Aug 16 04:08:59.593 INFO O| Aug 16 04:08:59.593 INFO STEP 733 (remove_files) COMPLETE |
6082 | 2024-08-16T04:09:00.629Z | [ recovery-image] Aug 16 04:08:59.593 INFO O| Aug 16 04:08:59.593 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-08-16T04:09:00.635Z | [ recovery-image] Aug 16 04:08:59.602 INFO O| Aug 16 04:08:59.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6084 | 2024-08-16T04:09:00.638Z | [ recovery-image] Aug 16 04:08:59.602 INFO O| Aug 16 04:08:59.602 INFO STEP 734 (remove_files) COMPLETE |
6085 | 2024-08-16T04:09:00.638Z | [ recovery-image] Aug 16 04:08:59.602 INFO O| Aug 16 04:08:59.602 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-08-16T04:09:00.645Z | [ recovery-image] Aug 16 04:08:59.612 INFO O| Aug 16 04:08:59.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6087 | 2024-08-16T04:09:00.647Z | [ recovery-image] Aug 16 04:08:59.612 INFO O| Aug 16 04:08:59.612 INFO STEP 735 (remove_files) COMPLETE |
6088 | 2024-08-16T04:09:00.647Z | [ recovery-image] Aug 16 04:08:59.612 INFO O| Aug 16 04:08:59.612 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-08-16T04:09:00.654Z | [ recovery-image] Aug 16 04:08:59.621 INFO O| Aug 16 04:08:59.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6090 | 2024-08-16T04:09:00.657Z | [ recovery-image] Aug 16 04:08:59.622 INFO O| Aug 16 04:08:59.622 INFO STEP 736 (remove_files) COMPLETE |
6091 | 2024-08-16T04:09:00.657Z | [ recovery-image] Aug 16 04:08:59.622 INFO O| Aug 16 04:08:59.622 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-08-16T04:09:00.664Z | [ recovery-image] Aug 16 04:08:59.631 INFO O| Aug 16 04:08:59.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6093 | 2024-08-16T04:09:00.667Z | [ recovery-image] Aug 16 04:08:59.631 INFO O| Aug 16 04:08:59.631 INFO STEP 737 (remove_files) COMPLETE |
6094 | 2024-08-16T04:09:00.667Z | [ recovery-image] Aug 16 04:08:59.631 INFO O| Aug 16 04:08:59.631 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-08-16T04:09:00.674Z | [ recovery-image] Aug 16 04:08:59.641 INFO O| Aug 16 04:08:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6096 | 2024-08-16T04:09:00.674Z | [ recovery-image] Aug 16 04:08:59.641 INFO O| Aug 16 04:08:59.641 INFO STEP 738 (remove_files) COMPLETE |
6097 | 2024-08-16T04:09:00.677Z | [ recovery-image] Aug 16 04:08:59.641 INFO O| Aug 16 04:08:59.641 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-08-16T04:09:00.683Z | [ recovery-image] Aug 16 04:08:59.650 INFO O| Aug 16 04:08:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6099 | 2024-08-16T04:09:00.686Z | [ recovery-image] Aug 16 04:08:59.650 INFO O| Aug 16 04:08:59.650 INFO STEP 739 (remove_files) COMPLETE |
6100 | 2024-08-16T04:09:00.686Z | [ recovery-image] Aug 16 04:08:59.650 INFO O| Aug 16 04:08:59.650 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-08-16T04:09:00.693Z | [ recovery-image] Aug 16 04:08:59.660 INFO O| Aug 16 04:08:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6102 | 2024-08-16T04:09:00.693Z | [ recovery-image] Aug 16 04:08:59.660 INFO O| Aug 16 04:08:59.660 INFO STEP 740 (remove_files) COMPLETE |
6103 | 2024-08-16T04:09:00.695Z | [ recovery-image] Aug 16 04:08:59.660 INFO O| Aug 16 04:08:59.660 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-08-16T04:09:00.703Z | [ recovery-image] Aug 16 04:08:59.669 INFO O| Aug 16 04:08:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6105 | 2024-08-16T04:09:00.705Z | [ recovery-image] Aug 16 04:08:59.669 INFO O| Aug 16 04:08:59.669 INFO STEP 741 (remove_files) COMPLETE |
6106 | 2024-08-16T04:09:00.705Z | [ recovery-image] Aug 16 04:08:59.669 INFO O| Aug 16 04:08:59.669 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-08-16T04:09:00.712Z | [ recovery-image] Aug 16 04:08:59.679 INFO O| Aug 16 04:08:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6108 | 2024-08-16T04:09:00.712Z | [ recovery-image] Aug 16 04:08:59.679 INFO O| Aug 16 04:08:59.679 INFO STEP 742 (remove_files) COMPLETE |
6109 | 2024-08-16T04:09:00.715Z | [ recovery-image] Aug 16 04:08:59.679 INFO O| Aug 16 04:08:59.679 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-08-16T04:09:00.721Z | [ recovery-image] Aug 16 04:08:59.688 INFO O| Aug 16 04:08:59.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6111 | 2024-08-16T04:09:00.721Z | [ recovery-image] Aug 16 04:08:59.688 INFO O| Aug 16 04:08:59.688 INFO STEP 743 (remove_files) COMPLETE |
6112 | 2024-08-16T04:09:00.724Z | [ recovery-image] Aug 16 04:08:59.688 INFO O| Aug 16 04:08:59.688 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-08-16T04:09:00.731Z | [ recovery-image] Aug 16 04:08:59.698 INFO O| Aug 16 04:08:59.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6114 | 2024-08-16T04:09:00.733Z | [ recovery-image] Aug 16 04:08:59.698 INFO O| Aug 16 04:08:59.698 INFO STEP 744 (remove_files) COMPLETE |
6115 | 2024-08-16T04:09:00.733Z | [ recovery-image] Aug 16 04:08:59.698 INFO O| Aug 16 04:08:59.698 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-08-16T04:09:00.740Z | [ recovery-image] Aug 16 04:08:59.707 INFO O| Aug 16 04:08:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6117 | 2024-08-16T04:09:00.740Z | [ recovery-image] Aug 16 04:08:59.707 INFO O| Aug 16 04:08:59.707 INFO STEP 745 (remove_files) COMPLETE |
6118 | 2024-08-16T04:09:00.743Z | [ recovery-image] Aug 16 04:08:59.707 INFO O| Aug 16 04:08:59.707 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-08-16T04:09:00.750Z | [ recovery-image] Aug 16 04:08:59.717 INFO O| Aug 16 04:08:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6120 | 2024-08-16T04:09:00.750Z | [ recovery-image] Aug 16 04:08:59.717 INFO O| Aug 16 04:08:59.717 INFO STEP 746 (remove_files) COMPLETE |
6121 | 2024-08-16T04:09:00.752Z | [ recovery-image] Aug 16 04:08:59.717 INFO O| Aug 16 04:08:59.717 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-08-16T04:09:00.759Z | [ recovery-image] Aug 16 04:08:59.726 INFO O| Aug 16 04:08:59.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6123 | 2024-08-16T04:09:00.759Z | [ recovery-image] Aug 16 04:08:59.726 INFO O| Aug 16 04:08:59.726 INFO STEP 747 (remove_files) COMPLETE |
6124 | 2024-08-16T04:09:00.759Z | [ recovery-image] Aug 16 04:08:59.726 INFO O| Aug 16 04:08:59.726 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-08-16T04:09:00.769Z | [ recovery-image] Aug 16 04:08:59.735 INFO O| Aug 16 04:08:59.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6126 | 2024-08-16T04:09:00.769Z | [ recovery-image] Aug 16 04:08:59.736 INFO O| Aug 16 04:08:59.735 INFO STEP 748 (remove_files) COMPLETE |
6127 | 2024-08-16T04:09:00.769Z | [ recovery-image] Aug 16 04:08:59.736 INFO O| Aug 16 04:08:59.736 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-08-16T04:09:00.778Z | [ recovery-image] Aug 16 04:08:59.745 INFO O| Aug 16 04:08:59.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6129 | 2024-08-16T04:09:00.778Z | [ recovery-image] Aug 16 04:08:59.745 INFO O| Aug 16 04:08:59.745 INFO STEP 749 (remove_files) COMPLETE |
6130 | 2024-08-16T04:09:00.778Z | [ recovery-image] Aug 16 04:08:59.745 INFO O| Aug 16 04:08:59.745 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-08-16T04:09:00.788Z | [ recovery-image] Aug 16 04:08:59.754 INFO O| Aug 16 04:08:59.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6132 | 2024-08-16T04:09:00.790Z | [ recovery-image] Aug 16 04:08:59.755 INFO O| Aug 16 04:08:59.755 INFO STEP 750 (remove_files) COMPLETE |
6133 | 2024-08-16T04:09:00.790Z | [ recovery-image] Aug 16 04:08:59.755 INFO O| Aug 16 04:08:59.755 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-08-16T04:09:00.797Z | [ recovery-image] Aug 16 04:08:59.764 INFO O| Aug 16 04:08:59.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6135 | 2024-08-16T04:09:00.799Z | [ recovery-image] Aug 16 04:08:59.765 INFO O| Aug 16 04:08:59.765 INFO STEP 751 (remove_files) COMPLETE |
6136 | 2024-08-16T04:09:00.800Z | [ recovery-image] Aug 16 04:08:59.765 INFO O| Aug 16 04:08:59.765 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-08-16T04:09:00.807Z | [ recovery-image] Aug 16 04:08:59.774 INFO O| Aug 16 04:08:59.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6138 | 2024-08-16T04:09:00.810Z | [ recovery-image] Aug 16 04:08:59.775 INFO O| Aug 16 04:08:59.775 INFO STEP 752 (remove_files) COMPLETE |
6139 | 2024-08-16T04:09:00.810Z | [ recovery-image] Aug 16 04:08:59.775 INFO O| Aug 16 04:08:59.775 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-08-16T04:09:00.820Z | [ recovery-image] Aug 16 04:08:59.785 INFO O| Aug 16 04:08:59.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6141 | 2024-08-16T04:09:00.820Z | [ recovery-image] Aug 16 04:08:59.786 INFO O| Aug 16 04:08:59.786 INFO STEP 753 (remove_files) COMPLETE |
6142 | 2024-08-16T04:09:00.832Z | [ recovery-image] Aug 16 04:08:59.786 INFO O| Aug 16 04:08:59.786 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-08-16T04:09:00.832Z | [ recovery-image] Aug 16 04:08:59.796 INFO O| Aug 16 04:08:59.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6144 | 2024-08-16T04:09:00.832Z | [ recovery-image] Aug 16 04:08:59.797 INFO O| Aug 16 04:08:59.797 INFO STEP 754 (remove_files) COMPLETE |
6145 | 2024-08-16T04:09:00.832Z | [ recovery-image] Aug 16 04:08:59.797 INFO O| Aug 16 04:08:59.797 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-08-16T04:09:00.841Z | [ recovery-image] Aug 16 04:08:59.807 INFO O| Aug 16 04:08:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6147 | 2024-08-16T04:09:00.843Z | [ recovery-image] Aug 16 04:08:59.808 INFO O| Aug 16 04:08:59.808 INFO STEP 755 (remove_files) COMPLETE |
6148 | 2024-08-16T04:09:00.844Z | [ recovery-image] Aug 16 04:08:59.808 INFO O| Aug 16 04:08:59.808 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-08-16T04:09:00.851Z | [ recovery-image] Aug 16 04:08:59.818 INFO O| Aug 16 04:08:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6150 | 2024-08-16T04:09:00.851Z | [ recovery-image] Aug 16 04:08:59.818 INFO O| Aug 16 04:08:59.818 INFO STEP 756 (remove_files) COMPLETE |
6151 | 2024-08-16T04:09:00.854Z | [ recovery-image] Aug 16 04:08:59.818 INFO O| Aug 16 04:08:59.818 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-08-16T04:09:00.862Z | [ recovery-image] Aug 16 04:08:59.829 INFO O| Aug 16 04:08:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6153 | 2024-08-16T04:09:00.862Z | [ recovery-image] Aug 16 04:08:59.829 INFO O| Aug 16 04:08:59.829 INFO STEP 757 (remove_files) COMPLETE |
6154 | 2024-08-16T04:09:00.862Z | [ recovery-image] Aug 16 04:08:59.829 INFO O| Aug 16 04:08:59.829 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-08-16T04:09:00.873Z | [ recovery-image] Aug 16 04:08:59.839 INFO O| Aug 16 04:08:59.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6156 | 2024-08-16T04:09:00.873Z | [ recovery-image] Aug 16 04:08:59.839 INFO O| Aug 16 04:08:59.839 INFO STEP 758 (remove_files) COMPLETE |
6157 | 2024-08-16T04:09:00.873Z | [ recovery-image] Aug 16 04:08:59.839 INFO O| Aug 16 04:08:59.839 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-08-16T04:09:00.884Z | [ recovery-image] Aug 16 04:08:59.851 INFO O| Aug 16 04:08:59.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6159 | 2024-08-16T04:09:00.887Z | [ recovery-image] Aug 16 04:08:59.851 INFO O| Aug 16 04:08:59.851 INFO STEP 759 (remove_files) COMPLETE |
6160 | 2024-08-16T04:09:00.887Z | [ recovery-image] Aug 16 04:08:59.851 INFO O| Aug 16 04:08:59.851 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-08-16T04:09:00.894Z | [ recovery-image] Aug 16 04:08:59.861 INFO O| Aug 16 04:08:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6162 | 2024-08-16T04:09:00.896Z | [ recovery-image] Aug 16 04:08:59.861 INFO O| Aug 16 04:08:59.861 INFO STEP 760 (remove_files) COMPLETE |
6163 | 2024-08-16T04:09:00.897Z | [ recovery-image] Aug 16 04:08:59.861 INFO O| Aug 16 04:08:59.861 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-08-16T04:09:00.904Z | [ recovery-image] Aug 16 04:08:59.870 INFO O| Aug 16 04:08:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6165 | 2024-08-16T04:09:00.907Z | [ recovery-image] Aug 16 04:08:59.870 INFO O| Aug 16 04:08:59.870 INFO STEP 761 (remove_files) COMPLETE |
6166 | 2024-08-16T04:09:00.907Z | [ recovery-image] Aug 16 04:08:59.870 INFO O| Aug 16 04:08:59.870 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-08-16T04:09:00.913Z | [ recovery-image] Aug 16 04:08:59.880 INFO O| Aug 16 04:08:59.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6168 | 2024-08-16T04:09:00.913Z | [ recovery-image] Aug 16 04:08:59.880 INFO O| Aug 16 04:08:59.880 INFO STEP 762 (remove_files) COMPLETE |
6169 | 2024-08-16T04:09:00.913Z | [ recovery-image] Aug 16 04:08:59.880 INFO O| Aug 16 04:08:59.880 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-08-16T04:09:00.923Z | [ recovery-image] Aug 16 04:08:59.890 INFO O| Aug 16 04:08:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6171 | 2024-08-16T04:09:00.923Z | [ recovery-image] Aug 16 04:08:59.890 INFO O| Aug 16 04:08:59.890 INFO STEP 763 (remove_files) COMPLETE |
6172 | 2024-08-16T04:09:00.923Z | [ recovery-image] Aug 16 04:08:59.890 INFO O| Aug 16 04:08:59.890 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-08-16T04:09:00.932Z | [ recovery-image] Aug 16 04:08:59.899 INFO O| Aug 16 04:08:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6174 | 2024-08-16T04:09:00.932Z | [ recovery-image] Aug 16 04:08:59.899 INFO O| Aug 16 04:08:59.899 INFO STEP 764 (remove_files) COMPLETE |
6175 | 2024-08-16T04:09:00.935Z | [ recovery-image] Aug 16 04:08:59.899 INFO O| Aug 16 04:08:59.899 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-08-16T04:09:00.942Z | [ recovery-image] Aug 16 04:08:59.909 INFO O| Aug 16 04:08:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6177 | 2024-08-16T04:09:00.945Z | [ recovery-image] Aug 16 04:08:59.909 INFO O| Aug 16 04:08:59.909 INFO STEP 765 (remove_files) COMPLETE |
6178 | 2024-08-16T04:09:00.945Z | [ recovery-image] Aug 16 04:08:59.909 INFO O| Aug 16 04:08:59.909 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-08-16T04:09:00.951Z | [ recovery-image] Aug 16 04:08:59.918 INFO O| Aug 16 04:08:59.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6180 | 2024-08-16T04:09:00.952Z | [ recovery-image] Aug 16 04:08:59.918 INFO O| Aug 16 04:08:59.918 INFO STEP 766 (remove_files) COMPLETE |
6181 | 2024-08-16T04:09:00.954Z | [ recovery-image] Aug 16 04:08:59.918 INFO O| Aug 16 04:08:59.918 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-08-16T04:09:00.961Z | [ recovery-image] Aug 16 04:08:59.928 INFO O| Aug 16 04:08:59.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6183 | 2024-08-16T04:09:00.961Z | [ recovery-image] Aug 16 04:08:59.928 INFO O| Aug 16 04:08:59.928 INFO STEP 767 (remove_files) COMPLETE |
6184 | 2024-08-16T04:09:00.964Z | [ recovery-image] Aug 16 04:08:59.928 INFO O| Aug 16 04:08:59.928 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-08-16T04:09:00.970Z | [ recovery-image] Aug 16 04:08:59.937 INFO O| Aug 16 04:08:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6186 | 2024-08-16T04:09:00.970Z | [ recovery-image] Aug 16 04:08:59.937 INFO O| Aug 16 04:08:59.937 INFO STEP 768 (remove_files) COMPLETE |
6187 | 2024-08-16T04:09:00.970Z | [ recovery-image] Aug 16 04:08:59.937 INFO O| Aug 16 04:08:59.937 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-08-16T04:09:00.980Z | [ recovery-image] Aug 16 04:08:59.947 INFO O| Aug 16 04:08:59.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6189 | 2024-08-16T04:09:00.980Z | [ recovery-image] Aug 16 04:08:59.947 INFO O| Aug 16 04:08:59.947 INFO STEP 769 (remove_files) COMPLETE |
6190 | 2024-08-16T04:09:00.982Z | [ recovery-image] Aug 16 04:08:59.947 INFO O| Aug 16 04:08:59.947 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-08-16T04:09:00.989Z | [ recovery-image] Aug 16 04:08:59.956 INFO O| Aug 16 04:08:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6192 | 2024-08-16T04:09:00.989Z | [ recovery-image] Aug 16 04:08:59.956 INFO O| Aug 16 04:08:59.956 INFO STEP 770 (remove_files) COMPLETE |
6193 | 2024-08-16T04:09:00.992Z | [ recovery-image] Aug 16 04:08:59.956 INFO O| Aug 16 04:08:59.956 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-08-16T04:09:01.000Z | [ recovery-image] Aug 16 04:08:59.966 INFO O| Aug 16 04:08:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6195 | 2024-08-16T04:09:01.003Z | [ recovery-image] Aug 16 04:08:59.966 INFO O| Aug 16 04:08:59.966 INFO STEP 771 (remove_files) COMPLETE |
6196 | 2024-08-16T04:09:01.003Z | [ recovery-image] Aug 16 04:08:59.966 INFO O| Aug 16 04:08:59.966 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-08-16T04:09:01.008Z | [ recovery-image] Aug 16 04:08:59.975 INFO O| Aug 16 04:08:59.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6198 | 2024-08-16T04:09:01.008Z | [ recovery-image] Aug 16 04:08:59.975 INFO O| Aug 16 04:08:59.975 INFO STEP 772 (remove_files) COMPLETE |
6199 | 2024-08-16T04:09:01.008Z | [ recovery-image] Aug 16 04:08:59.975 INFO O| Aug 16 04:08:59.975 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-08-16T04:09:01.018Z | [ recovery-image] Aug 16 04:08:59.985 INFO O| Aug 16 04:08:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6201 | 2024-08-16T04:09:01.018Z | [ recovery-image] Aug 16 04:08:59.985 INFO O| Aug 16 04:08:59.985 INFO STEP 773 (remove_files) COMPLETE |
6202 | 2024-08-16T04:09:01.020Z | [ recovery-image] Aug 16 04:08:59.985 INFO O| Aug 16 04:08:59.985 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-08-16T04:09:01.027Z | [ recovery-image] Aug 16 04:08:59.994 INFO O| Aug 16 04:08:59.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6204 | 2024-08-16T04:09:01.027Z | [ recovery-image] Aug 16 04:08:59.994 INFO O| Aug 16 04:08:59.994 INFO STEP 774 (remove_files) COMPLETE |
6205 | 2024-08-16T04:09:01.030Z | [ recovery-image] Aug 16 04:08:59.994 INFO O| Aug 16 04:08:59.994 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-08-16T04:09:01.037Z | [ recovery-image] Aug 16 04:09:00.004 INFO O| Aug 16 04:09:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6207 | 2024-08-16T04:09:01.037Z | [ recovery-image] Aug 16 04:09:00.004 INFO O| Aug 16 04:09:00.004 INFO STEP 775 (remove_files) COMPLETE |
6208 | 2024-08-16T04:09:01.039Z | [ recovery-image] Aug 16 04:09:00.004 INFO O| Aug 16 04:09:00.004 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-08-16T04:09:01.046Z | [ recovery-image] Aug 16 04:09:00.013 INFO O| Aug 16 04:09:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6210 | 2024-08-16T04:09:01.046Z | [ recovery-image] Aug 16 04:09:00.013 INFO O| Aug 16 04:09:00.013 INFO STEP 776 (remove_files) COMPLETE |
6211 | 2024-08-16T04:09:01.049Z | [ recovery-image] Aug 16 04:09:00.013 INFO O| Aug 16 04:09:00.013 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-08-16T04:09:01.056Z | [ recovery-image] Aug 16 04:09:00.023 INFO O| Aug 16 04:09:00.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6213 | 2024-08-16T04:09:01.056Z | [ recovery-image] Aug 16 04:09:00.023 INFO O| Aug 16 04:09:00.023 INFO STEP 777 (remove_files) COMPLETE |
6214 | 2024-08-16T04:09:01.058Z | [ recovery-image] Aug 16 04:09:00.023 INFO O| Aug 16 04:09:00.023 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-08-16T04:09:01.066Z | [ recovery-image] Aug 16 04:09:00.032 INFO O| Aug 16 04:09:00.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6216 | 2024-08-16T04:09:01.068Z | [ recovery-image] Aug 16 04:09:00.032 INFO O| Aug 16 04:09:00.032 INFO STEP 778 (remove_files) COMPLETE |
6217 | 2024-08-16T04:09:01.069Z | [ recovery-image] Aug 16 04:09:00.032 INFO O| Aug 16 04:09:00.032 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-16T04:09:01.075Z | [ recovery-image] Aug 16 04:09:00.042 INFO O| Aug 16 04:09:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6219 | 2024-08-16T04:09:01.075Z | [ recovery-image] Aug 16 04:09:00.042 INFO O| Aug 16 04:09:00.042 INFO STEP 779 (remove_files) COMPLETE |
6220 | 2024-08-16T04:09:01.078Z | [ recovery-image] Aug 16 04:09:00.042 INFO O| Aug 16 04:09:00.042 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-08-16T04:09:01.085Z | [ recovery-image] Aug 16 04:09:00.052 INFO O| Aug 16 04:09:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6222 | 2024-08-16T04:09:01.085Z | [ recovery-image] Aug 16 04:09:00.052 INFO O| Aug 16 04:09:00.052 INFO STEP 780 (remove_files) COMPLETE |
6223 | 2024-08-16T04:09:01.087Z | [ recovery-image] Aug 16 04:09:00.052 INFO O| Aug 16 04:09:00.052 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-08-16T04:09:01.094Z | [ recovery-image] Aug 16 04:09:00.061 INFO O| Aug 16 04:09:00.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6225 | 2024-08-16T04:09:01.097Z | [ recovery-image] Aug 16 04:09:00.061 INFO O| Aug 16 04:09:00.061 INFO STEP 781 (remove_files) COMPLETE |
6226 | 2024-08-16T04:09:01.097Z | [ recovery-image] Aug 16 04:09:00.061 INFO O| Aug 16 04:09:00.061 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-08-16T04:09:01.104Z | [ recovery-image] Aug 16 04:09:00.071 INFO O| Aug 16 04:09:00.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6228 | 2024-08-16T04:09:01.106Z | [ recovery-image] Aug 16 04:09:00.071 INFO O| Aug 16 04:09:00.071 INFO STEP 782 (remove_files) COMPLETE |
6229 | 2024-08-16T04:09:01.106Z | [ recovery-image] Aug 16 04:09:00.071 INFO O| Aug 16 04:09:00.071 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-08-16T04:09:01.113Z | [ recovery-image] Aug 16 04:09:00.080 INFO O| Aug 16 04:09:00.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6231 | 2024-08-16T04:09:01.113Z | [ recovery-image] Aug 16 04:09:00.080 INFO O| Aug 16 04:09:00.080 INFO STEP 783 (remove_files) COMPLETE |
6232 | 2024-08-16T04:09:01.116Z | [ recovery-image] Aug 16 04:09:00.080 INFO O| Aug 16 04:09:00.080 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-08-16T04:09:01.123Z | [ recovery-image] Aug 16 04:09:00.090 INFO O| Aug 16 04:09:00.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6234 | 2024-08-16T04:09:01.123Z | [ recovery-image] Aug 16 04:09:00.090 INFO O| Aug 16 04:09:00.090 INFO STEP 784 (remove_files) COMPLETE |
6235 | 2024-08-16T04:09:01.126Z | [ recovery-image] Aug 16 04:09:00.090 INFO O| Aug 16 04:09:00.090 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-08-16T04:09:01.133Z | [ recovery-image] Aug 16 04:09:00.099 INFO O| Aug 16 04:09:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6237 | 2024-08-16T04:09:01.133Z | [ recovery-image] Aug 16 04:09:00.099 INFO O| Aug 16 04:09:00.099 INFO STEP 785 (remove_files) COMPLETE |
6238 | 2024-08-16T04:09:01.135Z | [ recovery-image] Aug 16 04:09:00.099 INFO O| Aug 16 04:09:00.099 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-08-16T04:09:01.142Z | [ recovery-image] Aug 16 04:09:00.109 INFO O| Aug 16 04:09:00.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6240 | 2024-08-16T04:09:01.145Z | [ recovery-image] Aug 16 04:09:00.109 INFO O| Aug 16 04:09:00.109 INFO STEP 786 (remove_files) COMPLETE |
6241 | 2024-08-16T04:09:01.145Z | [ recovery-image] Aug 16 04:09:00.109 INFO O| Aug 16 04:09:00.109 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-08-16T04:09:01.152Z | [ recovery-image] Aug 16 04:09:00.119 INFO O| Aug 16 04:09:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6243 | 2024-08-16T04:09:01.152Z | [ recovery-image] Aug 16 04:09:00.119 INFO O| Aug 16 04:09:00.119 INFO STEP 787 (remove_files) COMPLETE |
6244 | 2024-08-16T04:09:01.152Z | [ recovery-image] Aug 16 04:09:00.119 INFO O| Aug 16 04:09:00.119 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-08-16T04:09:01.162Z | [ recovery-image] Aug 16 04:09:00.129 INFO O| Aug 16 04:09:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6246 | 2024-08-16T04:09:01.162Z | [ recovery-image] Aug 16 04:09:00.129 INFO O| Aug 16 04:09:00.129 INFO STEP 788 (remove_files) COMPLETE |
6247 | 2024-08-16T04:09:01.165Z | [ recovery-image] Aug 16 04:09:00.129 INFO O| Aug 16 04:09:00.129 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-08-16T04:09:01.172Z | [ recovery-image] Aug 16 04:09:00.138 INFO O| Aug 16 04:09:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6249 | 2024-08-16T04:09:01.172Z | [ recovery-image] Aug 16 04:09:00.138 INFO O| Aug 16 04:09:00.138 INFO STEP 789 (remove_files) COMPLETE |
6250 | 2024-08-16T04:09:01.174Z | [ recovery-image] Aug 16 04:09:00.138 INFO O| Aug 16 04:09:00.138 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-08-16T04:09:01.181Z | [ recovery-image] Aug 16 04:09:00.148 INFO O| Aug 16 04:09:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6252 | 2024-08-16T04:09:01.184Z | [ recovery-image] Aug 16 04:09:00.148 INFO O| Aug 16 04:09:00.148 INFO STEP 790 (remove_files) COMPLETE |
6253 | 2024-08-16T04:09:01.184Z | [ recovery-image] Aug 16 04:09:00.148 INFO O| Aug 16 04:09:00.148 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-08-16T04:09:01.191Z | [ recovery-image] Aug 16 04:09:00.158 INFO O| Aug 16 04:09:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6255 | 2024-08-16T04:09:01.191Z | [ recovery-image] Aug 16 04:09:00.158 INFO O| Aug 16 04:09:00.158 INFO STEP 791 (remove_files) COMPLETE |
6256 | 2024-08-16T04:09:01.191Z | [ recovery-image] Aug 16 04:09:00.158 INFO O| Aug 16 04:09:00.158 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-08-16T04:09:01.200Z | [ recovery-image] Aug 16 04:09:00.167 INFO O| Aug 16 04:09:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6258 | 2024-08-16T04:09:01.203Z | [ recovery-image] Aug 16 04:09:00.167 INFO O| Aug 16 04:09:00.167 INFO STEP 792 (remove_files) COMPLETE |
6259 | 2024-08-16T04:09:01.203Z | [ recovery-image] Aug 16 04:09:00.167 INFO O| Aug 16 04:09:00.167 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-08-16T04:09:01.210Z | [ recovery-image] Aug 16 04:09:00.177 INFO O| Aug 16 04:09:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6261 | 2024-08-16T04:09:01.210Z | [ recovery-image] Aug 16 04:09:00.177 INFO O| Aug 16 04:09:00.177 INFO STEP 793 (remove_files) COMPLETE |
6262 | 2024-08-16T04:09:01.213Z | [ recovery-image] Aug 16 04:09:00.177 INFO O| Aug 16 04:09:00.177 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-08-16T04:09:01.220Z | [ recovery-image] Aug 16 04:09:00.187 INFO O| Aug 16 04:09:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6264 | 2024-08-16T04:09:01.220Z | [ recovery-image] Aug 16 04:09:00.187 INFO O| Aug 16 04:09:00.187 INFO STEP 794 (remove_files) COMPLETE |
6265 | 2024-08-16T04:09:01.223Z | [ recovery-image] Aug 16 04:09:00.187 INFO O| Aug 16 04:09:00.187 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-08-16T04:09:01.231Z | [ recovery-image] Aug 16 04:09:00.198 INFO O| Aug 16 04:09:00.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6267 | 2024-08-16T04:09:01.231Z | [ recovery-image] Aug 16 04:09:00.198 INFO O| Aug 16 04:09:00.198 INFO STEP 795 (remove_files) COMPLETE |
6268 | 2024-08-16T04:09:01.234Z | [ recovery-image] Aug 16 04:09:00.198 INFO O| Aug 16 04:09:00.198 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-08-16T04:09:01.242Z | [ recovery-image] Aug 16 04:09:00.209 INFO O| Aug 16 04:09:00.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6270 | 2024-08-16T04:09:01.245Z | [ recovery-image] Aug 16 04:09:00.209 INFO O| Aug 16 04:09:00.209 INFO STEP 796 (remove_files) COMPLETE |
6271 | 2024-08-16T04:09:01.245Z | [ recovery-image] Aug 16 04:09:00.209 INFO O| Aug 16 04:09:00.209 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-08-16T04:09:01.252Z | [ recovery-image] Aug 16 04:09:00.219 INFO O| Aug 16 04:09:00.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6273 | 2024-08-16T04:09:01.255Z | [ recovery-image] Aug 16 04:09:00.219 INFO O| Aug 16 04:09:00.219 INFO STEP 797 (remove_files) COMPLETE |
6274 | 2024-08-16T04:09:01.255Z | [ recovery-image] Aug 16 04:09:00.219 INFO O| Aug 16 04:09:00.219 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-08-16T04:09:01.263Z | [ recovery-image] Aug 16 04:09:00.230 INFO O| Aug 16 04:09:00.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6276 | 2024-08-16T04:09:01.263Z | [ recovery-image] Aug 16 04:09:00.230 INFO O| Aug 16 04:09:00.230 INFO STEP 798 (remove_files) COMPLETE |
6277 | 2024-08-16T04:09:01.266Z | [ recovery-image] Aug 16 04:09:00.230 INFO O| Aug 16 04:09:00.230 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-08-16T04:09:01.274Z | [ recovery-image] Aug 16 04:09:00.241 INFO O| Aug 16 04:09:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6279 | 2024-08-16T04:09:01.277Z | [ recovery-image] Aug 16 04:09:00.241 INFO O| Aug 16 04:09:00.241 INFO STEP 799 (remove_files) COMPLETE |
6280 | 2024-08-16T04:09:01.277Z | [ recovery-image] Aug 16 04:09:00.241 INFO O| Aug 16 04:09:00.241 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-08-16T04:09:01.285Z | [ recovery-image] Aug 16 04:09:00.252 INFO O| Aug 16 04:09:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6282 | 2024-08-16T04:09:01.285Z | [ recovery-image] Aug 16 04:09:00.252 INFO O| Aug 16 04:09:00.252 INFO STEP 800 (remove_files) COMPLETE |
6283 | 2024-08-16T04:09:01.285Z | [ recovery-image] Aug 16 04:09:00.252 INFO O| Aug 16 04:09:00.252 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-08-16T04:09:01.296Z | [ recovery-image] Aug 16 04:09:00.263 INFO O| Aug 16 04:09:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6285 | 2024-08-16T04:09:01.299Z | [ recovery-image] Aug 16 04:09:00.263 INFO O| Aug 16 04:09:00.263 INFO STEP 801 (remove_files) COMPLETE |
6286 | 2024-08-16T04:09:01.299Z | [ recovery-image] Aug 16 04:09:00.263 INFO O| Aug 16 04:09:00.263 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-08-16T04:09:01.306Z | [ recovery-image] Aug 16 04:09:00.273 INFO O| Aug 16 04:09:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6288 | 2024-08-16T04:09:01.306Z | [ recovery-image] Aug 16 04:09:00.273 INFO O| Aug 16 04:09:00.273 INFO STEP 802 (remove_files) COMPLETE |
6289 | 2024-08-16T04:09:01.309Z | [ recovery-image] Aug 16 04:09:00.273 INFO O| Aug 16 04:09:00.273 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-08-16T04:09:01.316Z | [ recovery-image] Aug 16 04:09:00.283 INFO O| Aug 16 04:09:00.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6291 | 2024-08-16T04:09:01.319Z | [ recovery-image] Aug 16 04:09:00.283 INFO O| Aug 16 04:09:00.283 INFO STEP 803 (remove_files) COMPLETE |
6292 | 2024-08-16T04:09:01.319Z | [ recovery-image] Aug 16 04:09:00.283 INFO O| Aug 16 04:09:00.283 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-08-16T04:09:01.326Z | [ recovery-image] Aug 16 04:09:00.293 INFO O| Aug 16 04:09:00.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6294 | 2024-08-16T04:09:01.326Z | [ recovery-image] Aug 16 04:09:00.293 INFO O| Aug 16 04:09:00.293 INFO STEP 804 (remove_files) COMPLETE |
6295 | 2024-08-16T04:09:01.326Z | [ recovery-image] Aug 16 04:09:00.293 INFO O| Aug 16 04:09:00.293 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-08-16T04:09:01.336Z | [ recovery-image] Aug 16 04:09:00.303 INFO O| Aug 16 04:09:00.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6297 | 2024-08-16T04:09:01.339Z | [ recovery-image] Aug 16 04:09:00.303 INFO O| Aug 16 04:09:00.303 INFO STEP 805 (remove_files) COMPLETE |
6298 | 2024-08-16T04:09:01.339Z | [ recovery-image] Aug 16 04:09:00.303 INFO O| Aug 16 04:09:00.303 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-08-16T04:09:01.346Z | [ recovery-image] Aug 16 04:09:00.313 INFO O| Aug 16 04:09:00.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6300 | 2024-08-16T04:09:01.346Z | [ recovery-image] Aug 16 04:09:00.313 INFO O| Aug 16 04:09:00.313 INFO STEP 806 (remove_files) COMPLETE |
6301 | 2024-08-16T04:09:01.348Z | [ recovery-image] Aug 16 04:09:00.313 INFO O| Aug 16 04:09:00.313 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-08-16T04:09:01.355Z | [ recovery-image] Aug 16 04:09:00.322 INFO O| Aug 16 04:09:00.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6303 | 2024-08-16T04:09:01.355Z | [ recovery-image] Aug 16 04:09:00.322 INFO O| Aug 16 04:09:00.322 INFO STEP 807 (remove_files) COMPLETE |
6304 | 2024-08-16T04:09:01.358Z | [ recovery-image] Aug 16 04:09:00.322 INFO O| Aug 16 04:09:00.322 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-08-16T04:09:01.365Z | [ recovery-image] Aug 16 04:09:00.332 INFO O| Aug 16 04:09:00.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6306 | 2024-08-16T04:09:01.368Z | [ recovery-image] Aug 16 04:09:00.332 INFO O| Aug 16 04:09:00.332 INFO STEP 808 (remove_files) COMPLETE |
6307 | 2024-08-16T04:09:01.368Z | [ recovery-image] Aug 16 04:09:00.332 INFO O| Aug 16 04:09:00.332 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-08-16T04:09:01.374Z | [ recovery-image] Aug 16 04:09:00.341 INFO O| Aug 16 04:09:00.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6309 | 2024-08-16T04:09:01.377Z | [ recovery-image] Aug 16 04:09:00.341 INFO O| Aug 16 04:09:00.341 INFO STEP 809 (remove_files) COMPLETE |
6310 | 2024-08-16T04:09:01.378Z | [ recovery-image] Aug 16 04:09:00.341 INFO O| Aug 16 04:09:00.341 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-08-16T04:09:01.384Z | [ recovery-image] Aug 16 04:09:00.350 INFO O| Aug 16 04:09:00.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6312 | 2024-08-16T04:09:01.386Z | [ recovery-image] Aug 16 04:09:00.351 INFO O| Aug 16 04:09:00.350 INFO STEP 810 (remove_files) COMPLETE |
6313 | 2024-08-16T04:09:01.386Z | [ recovery-image] Aug 16 04:09:00.351 INFO O| Aug 16 04:09:00.351 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-08-16T04:09:01.393Z | [ recovery-image] Aug 16 04:09:00.360 INFO O| Aug 16 04:09:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6315 | 2024-08-16T04:09:01.395Z | [ recovery-image] Aug 16 04:09:00.360 INFO O| Aug 16 04:09:00.360 INFO STEP 811 (remove_files) COMPLETE |
6316 | 2024-08-16T04:09:01.395Z | [ recovery-image] Aug 16 04:09:00.360 INFO O| Aug 16 04:09:00.360 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-08-16T04:09:01.402Z | [ recovery-image] Aug 16 04:09:00.369 INFO O| Aug 16 04:09:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6318 | 2024-08-16T04:09:01.402Z | [ recovery-image] Aug 16 04:09:00.369 INFO O| Aug 16 04:09:00.369 INFO STEP 812 (remove_files) COMPLETE |
6319 | 2024-08-16T04:09:01.405Z | [ recovery-image] Aug 16 04:09:00.369 INFO O| Aug 16 04:09:00.369 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-08-16T04:09:01.412Z | [ recovery-image] Aug 16 04:09:00.378 INFO O| Aug 16 04:09:00.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6321 | 2024-08-16T04:09:01.412Z | [ recovery-image] Aug 16 04:09:00.378 INFO O| Aug 16 04:09:00.378 INFO STEP 813 (remove_files) COMPLETE |
6322 | 2024-08-16T04:09:01.414Z | [ recovery-image] Aug 16 04:09:00.379 INFO O| Aug 16 04:09:00.378 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-08-16T04:09:01.421Z | [ recovery-image] Aug 16 04:09:00.388 INFO O| Aug 16 04:09:00.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6324 | 2024-08-16T04:09:01.421Z | [ recovery-image] Aug 16 04:09:00.388 INFO O| Aug 16 04:09:00.388 INFO STEP 814 (remove_files) COMPLETE |
6325 | 2024-08-16T04:09:01.424Z | [ recovery-image] Aug 16 04:09:00.388 INFO O| Aug 16 04:09:00.388 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-08-16T04:09:01.431Z | [ recovery-image] Aug 16 04:09:00.397 INFO O| Aug 16 04:09:00.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6327 | 2024-08-16T04:09:01.431Z | [ recovery-image] Aug 16 04:09:00.397 INFO O| Aug 16 04:09:00.397 INFO STEP 815 (remove_files) COMPLETE |
6328 | 2024-08-16T04:09:01.434Z | [ recovery-image] Aug 16 04:09:00.397 INFO O| Aug 16 04:09:00.397 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-08-16T04:09:01.440Z | [ recovery-image] Aug 16 04:09:00.407 INFO O| Aug 16 04:09:00.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6330 | 2024-08-16T04:09:01.443Z | [ recovery-image] Aug 16 04:09:00.407 INFO O| Aug 16 04:09:00.407 INFO STEP 816 (remove_files) COMPLETE |
6331 | 2024-08-16T04:09:01.443Z | [ recovery-image] Aug 16 04:09:00.407 INFO O| Aug 16 04:09:00.407 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-08-16T04:09:01.450Z | [ recovery-image] Aug 16 04:09:00.416 INFO O| Aug 16 04:09:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6333 | 2024-08-16T04:09:01.451Z | [ recovery-image] Aug 16 04:09:00.416 INFO O| Aug 16 04:09:00.416 INFO STEP 817 (remove_files) COMPLETE |
6334 | 2024-08-16T04:09:01.451Z | [ recovery-image] Aug 16 04:09:00.416 INFO O| Aug 16 04:09:00.416 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-08-16T04:09:01.459Z | [ recovery-image] Aug 16 04:09:00.426 INFO O| Aug 16 04:09:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6336 | 2024-08-16T04:09:01.461Z | [ recovery-image] Aug 16 04:09:00.426 INFO O| Aug 16 04:09:00.426 INFO STEP 818 (remove_files) COMPLETE |
6337 | 2024-08-16T04:09:01.461Z | [ recovery-image] Aug 16 04:09:00.426 INFO O| Aug 16 04:09:00.426 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-08-16T04:09:01.468Z | [ recovery-image] Aug 16 04:09:00.435 INFO O| Aug 16 04:09:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6339 | 2024-08-16T04:09:01.468Z | [ recovery-image] Aug 16 04:09:00.435 INFO O| Aug 16 04:09:00.435 INFO STEP 819 (remove_files) COMPLETE |
6340 | 2024-08-16T04:09:01.468Z | [ recovery-image] Aug 16 04:09:00.435 INFO O| Aug 16 04:09:00.435 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-08-16T04:09:01.477Z | [ recovery-image] Aug 16 04:09:00.444 INFO O| Aug 16 04:09:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6342 | 2024-08-16T04:09:01.477Z | [ recovery-image] Aug 16 04:09:00.444 INFO O| Aug 16 04:09:00.444 INFO STEP 820 (remove_files) COMPLETE |
6343 | 2024-08-16T04:09:01.480Z | [ recovery-image] Aug 16 04:09:00.444 INFO O| Aug 16 04:09:00.444 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-08-16T04:09:01.487Z | [ recovery-image] Aug 16 04:09:00.454 INFO O| Aug 16 04:09:00.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6345 | 2024-08-16T04:09:01.487Z | [ recovery-image] Aug 16 04:09:00.454 INFO O| Aug 16 04:09:00.454 INFO STEP 821 (remove_files) COMPLETE |
6346 | 2024-08-16T04:09:01.490Z | [ recovery-image] Aug 16 04:09:00.454 INFO O| Aug 16 04:09:00.454 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-08-16T04:09:01.496Z | [ recovery-image] Aug 16 04:09:00.463 INFO O| Aug 16 04:09:00.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6348 | 2024-08-16T04:09:01.498Z | [ recovery-image] Aug 16 04:09:00.464 INFO O| Aug 16 04:09:00.464 INFO STEP 822 (remove_files) COMPLETE |
6349 | 2024-08-16T04:09:01.498Z | [ recovery-image] Aug 16 04:09:00.464 INFO O| Aug 16 04:09:00.464 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-08-16T04:09:01.506Z | [ recovery-image] Aug 16 04:09:00.473 INFO O| Aug 16 04:09:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6351 | 2024-08-16T04:09:01.506Z | [ recovery-image] Aug 16 04:09:00.473 INFO O| Aug 16 04:09:00.473 INFO STEP 823 (remove_files) COMPLETE |
6352 | 2024-08-16T04:09:01.509Z | [ recovery-image] Aug 16 04:09:00.473 INFO O| Aug 16 04:09:00.473 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-08-16T04:09:01.516Z | [ recovery-image] Aug 16 04:09:00.482 INFO O| Aug 16 04:09:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6354 | 2024-08-16T04:09:01.516Z | [ recovery-image] Aug 16 04:09:00.482 INFO O| Aug 16 04:09:00.482 INFO STEP 824 (remove_files) COMPLETE |
6355 | 2024-08-16T04:09:01.518Z | [ recovery-image] Aug 16 04:09:00.483 INFO O| Aug 16 04:09:00.482 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-08-16T04:09:01.525Z | [ recovery-image] Aug 16 04:09:00.492 INFO O| Aug 16 04:09:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6357 | 2024-08-16T04:09:01.525Z | [ recovery-image] Aug 16 04:09:00.492 INFO O| Aug 16 04:09:00.492 INFO STEP 825 (remove_files) COMPLETE |
6358 | 2024-08-16T04:09:01.528Z | [ recovery-image] Aug 16 04:09:00.492 INFO O| Aug 16 04:09:00.492 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-08-16T04:09:01.534Z | [ recovery-image] Aug 16 04:09:00.501 INFO O| Aug 16 04:09:00.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6360 | 2024-08-16T04:09:01.536Z | [ recovery-image] Aug 16 04:09:00.501 INFO O| Aug 16 04:09:00.501 INFO STEP 826 (remove_files) COMPLETE |
6361 | 2024-08-16T04:09:01.536Z | [ recovery-image] Aug 16 04:09:00.501 INFO O| Aug 16 04:09:00.501 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-08-16T04:09:01.544Z | [ recovery-image] Aug 16 04:09:00.510 INFO O| Aug 16 04:09:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6363 | 2024-08-16T04:09:01.546Z | [ recovery-image] Aug 16 04:09:00.511 INFO O| Aug 16 04:09:00.511 INFO STEP 827 (remove_files) COMPLETE |
6364 | 2024-08-16T04:09:01.546Z | [ recovery-image] Aug 16 04:09:00.511 INFO O| Aug 16 04:09:00.511 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-08-16T04:09:01.549Z | [ host-image] Aug 16 04:09:00.513 INFO O| Aug 16 04:09:00.513 INFO O| Planning: Solver setup ... Done |
6366 | 2024-08-16T04:09:01.552Z | [ host-image] Aug 16 04:09:00.517 INFO O| Aug 16 04:09:00.517 INFO O| Planning: Running solver ... Done |
6367 | 2024-08-16T04:09:01.554Z | [ recovery-image] Aug 16 04:09:00.520 INFO O| Aug 16 04:09:00.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6368 | 2024-08-16T04:09:01.554Z | [ recovery-image] Aug 16 04:09:00.521 INFO O| Aug 16 04:09:00.521 INFO STEP 828 (remove_files) COMPLETE |
6369 | 2024-08-16T04:09:01.554Z | [ recovery-image] Aug 16 04:09:00.521 INFO O| Aug 16 04:09:00.521 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-08-16T04:09:01.563Z | [ recovery-image] Aug 16 04:09:00.530 INFO O| Aug 16 04:09:00.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6371 | 2024-08-16T04:09:01.563Z | [ recovery-image] Aug 16 04:09:00.530 INFO O| Aug 16 04:09:00.530 INFO STEP 829 (remove_files) COMPLETE |
6372 | 2024-08-16T04:09:01.563Z | [ recovery-image] Aug 16 04:09:00.530 INFO O| Aug 16 04:09:00.530 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-08-16T04:09:01.573Z | [ recovery-image] Aug 16 04:09:00.539 INFO O| Aug 16 04:09:00.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6374 | 2024-08-16T04:09:01.575Z | [ recovery-image] Aug 16 04:09:00.540 INFO O| Aug 16 04:09:00.540 INFO STEP 830 (remove_files) COMPLETE |
6375 | 2024-08-16T04:09:01.575Z | [ recovery-image] Aug 16 04:09:00.540 INFO O| Aug 16 04:09:00.540 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-08-16T04:09:01.582Z | [ recovery-image] Aug 16 04:09:00.549 INFO O| Aug 16 04:09:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6377 | 2024-08-16T04:09:01.582Z | [ recovery-image] Aug 16 04:09:00.549 INFO O| Aug 16 04:09:00.549 INFO STEP 831 (remove_files) COMPLETE |
6378 | 2024-08-16T04:09:01.585Z | [ recovery-image] Aug 16 04:09:00.549 INFO O| Aug 16 04:09:00.549 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-08-16T04:09:01.588Z | [ host-image] Aug 16 04:09:00.555 INFO O| Aug 16 04:09:00.555 INFO O| Planning: Finding local manifests ... Done |
6380 | 2024-08-16T04:09:01.591Z | [ host-image] Aug 16 04:09:00.556 INFO O| Aug 16 04:09:00.556 INFO O| Planning: Fetching manifests: 0/4 0% complete |
6381 | 2024-08-16T04:09:01.593Z | [ recovery-image] Aug 16 04:09:00.558 INFO O| Aug 16 04:09:00.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6382 | 2024-08-16T04:09:01.593Z | [ recovery-image] Aug 16 04:09:00.558 INFO O| Aug 16 04:09:00.558 INFO STEP 832 (remove_files) COMPLETE |
6383 | 2024-08-16T04:09:01.593Z | [ recovery-image] Aug 16 04:09:00.558 INFO O| Aug 16 04:09:00.558 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-08-16T04:09:01.601Z | [ recovery-image] Aug 16 04:09:00.567 INFO O| Aug 16 04:09:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6385 | 2024-08-16T04:09:01.603Z | [ recovery-image] Aug 16 04:09:00.568 INFO O| Aug 16 04:09:00.567 INFO STEP 833 (remove_files) COMPLETE |
6386 | 2024-08-16T04:09:01.603Z | [ recovery-image] Aug 16 04:09:00.568 INFO O| Aug 16 04:09:00.567 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-08-16T04:09:01.610Z | [ recovery-image] Aug 16 04:09:00.577 INFO O| Aug 16 04:09:00.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6388 | 2024-08-16T04:09:01.613Z | [ recovery-image] Aug 16 04:09:00.578 INFO O| Aug 16 04:09:00.578 INFO STEP 834 (remove_files) COMPLETE |
6389 | 2024-08-16T04:09:01.613Z | [ recovery-image] Aug 16 04:09:00.578 INFO O| Aug 16 04:09:00.578 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-08-16T04:09:01.621Z | [ recovery-image] Aug 16 04:09:00.587 INFO O| Aug 16 04:09:00.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6391 | 2024-08-16T04:09:01.623Z | [ recovery-image] Aug 16 04:09:00.588 INFO O| Aug 16 04:09:00.588 INFO STEP 835 (remove_files) COMPLETE |
6392 | 2024-08-16T04:09:01.623Z | [ recovery-image] Aug 16 04:09:00.588 INFO O| Aug 16 04:09:00.588 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-08-16T04:09:01.630Z | [ recovery-image] Aug 16 04:09:00.597 INFO O| Aug 16 04:09:00.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6394 | 2024-08-16T04:09:01.630Z | [ recovery-image] Aug 16 04:09:00.597 INFO O| Aug 16 04:09:00.597 INFO STEP 836 (remove_files) COMPLETE |
6395 | 2024-08-16T04:09:01.633Z | [ recovery-image] Aug 16 04:09:00.597 INFO O| Aug 16 04:09:00.597 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-08-16T04:09:01.640Z | [ recovery-image] Aug 16 04:09:00.606 INFO O| Aug 16 04:09:00.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6397 | 2024-08-16T04:09:01.640Z | [ recovery-image] Aug 16 04:09:00.606 INFO O| Aug 16 04:09:00.606 INFO STEP 837 (remove_files) COMPLETE |
6398 | 2024-08-16T04:09:01.640Z | [ recovery-image] Aug 16 04:09:00.607 INFO O| Aug 16 04:09:00.606 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-08-16T04:09:01.649Z | [ recovery-image] Aug 16 04:09:00.616 INFO O| Aug 16 04:09:00.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6400 | 2024-08-16T04:09:01.652Z | [ recovery-image] Aug 16 04:09:00.616 INFO O| Aug 16 04:09:00.616 INFO STEP 838 (remove_files) COMPLETE |
6401 | 2024-08-16T04:09:01.652Z | [ recovery-image] Aug 16 04:09:00.616 INFO O| Aug 16 04:09:00.616 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-08-16T04:09:01.659Z | [ recovery-image] Aug 16 04:09:00.626 INFO O| Aug 16 04:09:00.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6403 | 2024-08-16T04:09:01.659Z | [ recovery-image] Aug 16 04:09:00.626 INFO O| Aug 16 04:09:00.626 INFO STEP 839 (remove_files) COMPLETE |
6404 | 2024-08-16T04:09:01.662Z | [ recovery-image] Aug 16 04:09:00.626 INFO O| Aug 16 04:09:00.626 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-08-16T04:09:01.669Z | [ recovery-image] Aug 16 04:09:00.636 INFO O| Aug 16 04:09:00.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6406 | 2024-08-16T04:09:01.669Z | [ recovery-image] Aug 16 04:09:00.636 INFO O| Aug 16 04:09:00.636 INFO STEP 840 (remove_files) COMPLETE |
6407 | 2024-08-16T04:09:01.672Z | [ recovery-image] Aug 16 04:09:00.636 INFO O| Aug 16 04:09:00.636 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-08-16T04:09:01.677Z | [ host-image] Aug 16 04:09:00.644 INFO O| Aug 16 04:09:00.644 INFO O| Planning: Fetching manifests: 4/4 100% complete |
6409 | 2024-08-16T04:09:01.680Z | [ recovery-image] Aug 16 04:09:00.645 INFO O| Aug 16 04:09:00.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6410 | 2024-08-16T04:09:01.680Z | [ recovery-image] Aug 16 04:09:00.645 INFO O| Aug 16 04:09:00.645 INFO STEP 841 (remove_files) COMPLETE |
6411 | 2024-08-16T04:09:01.680Z | [ recovery-image] Aug 16 04:09:00.645 INFO O| Aug 16 04:09:00.645 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-08-16T04:09:01.688Z | [ recovery-image] Aug 16 04:09:00.654 INFO O| Aug 16 04:09:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6413 | 2024-08-16T04:09:01.688Z | [ recovery-image] Aug 16 04:09:00.655 INFO O| Aug 16 04:09:00.655 INFO STEP 842 (remove_files) COMPLETE |
6414 | 2024-08-16T04:09:01.690Z | [ recovery-image] Aug 16 04:09:00.655 INFO O| Aug 16 04:09:00.655 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-08-16T04:09:01.697Z | [ recovery-image] Aug 16 04:09:00.664 INFO O| Aug 16 04:09:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6416 | 2024-08-16T04:09:01.697Z | [ recovery-image] Aug 16 04:09:00.664 INFO O| Aug 16 04:09:00.664 INFO STEP 843 (remove_files) COMPLETE |
6417 | 2024-08-16T04:09:01.700Z | [ recovery-image] Aug 16 04:09:00.664 INFO O| Aug 16 04:09:00.664 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-08-16T04:09:01.700Z | [ host-image] Aug 16 04:09:00.666 INFO O| Aug 16 04:09:00.666 INFO O| Planning: Package planning ... Done |
6419 | 2024-08-16T04:09:01.703Z | [ host-image] Aug 16 04:09:00.669 INFO O| Aug 16 04:09:00.669 INFO O| Planning: Merging actions ... Done |
6420 | 2024-08-16T04:09:01.708Z | [ recovery-image] Aug 16 04:09:00.674 INFO O| Aug 16 04:09:00.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6421 | 2024-08-16T04:09:01.711Z | [ recovery-image] Aug 16 04:09:00.674 INFO O| Aug 16 04:09:00.674 INFO STEP 844 (remove_files) COMPLETE |
6422 | 2024-08-16T04:09:01.711Z | [ recovery-image] Aug 16 04:09:00.674 INFO O| Aug 16 04:09:00.674 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-08-16T04:09:01.717Z | [ recovery-image] Aug 16 04:09:00.684 INFO O| Aug 16 04:09:00.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6424 | 2024-08-16T04:09:01.717Z | [ recovery-image] Aug 16 04:09:00.684 INFO O| Aug 16 04:09:00.684 INFO STEP 845 (remove_files) COMPLETE |
6425 | 2024-08-16T04:09:01.721Z | [ recovery-image] Aug 16 04:09:00.684 INFO O| Aug 16 04:09:00.684 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-08-16T04:09:01.727Z | [ recovery-image] Aug 16 04:09:00.694 INFO O| Aug 16 04:09:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6427 | 2024-08-16T04:09:01.727Z | [ recovery-image] Aug 16 04:09:00.694 INFO O| Aug 16 04:09:00.694 INFO STEP 846 (remove_files) COMPLETE |
6428 | 2024-08-16T04:09:01.727Z | [ recovery-image] Aug 16 04:09:00.694 INFO O| Aug 16 04:09:00.694 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-08-16T04:09:01.737Z | [ recovery-image] Aug 16 04:09:00.703 INFO O| Aug 16 04:09:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6430 | 2024-08-16T04:09:01.740Z | [ recovery-image] Aug 16 04:09:00.703 INFO O| Aug 16 04:09:00.703 INFO STEP 847 (remove_files) COMPLETE |
6431 | 2024-08-16T04:09:01.740Z | [ recovery-image] Aug 16 04:09:00.703 INFO O| Aug 16 04:09:00.703 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-08-16T04:09:01.746Z | [ recovery-image] Aug 16 04:09:00.713 INFO O| Aug 16 04:09:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6433 | 2024-08-16T04:09:01.746Z | [ recovery-image] Aug 16 04:09:00.713 INFO O| Aug 16 04:09:00.713 INFO STEP 848 (remove_files) COMPLETE |
6434 | 2024-08-16T04:09:01.748Z | [ recovery-image] Aug 16 04:09:00.713 INFO O| Aug 16 04:09:00.713 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-08-16T04:09:01.755Z | [ recovery-image] Aug 16 04:09:00.722 INFO O| Aug 16 04:09:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6436 | 2024-08-16T04:09:01.755Z | [ recovery-image] Aug 16 04:09:00.722 INFO O| Aug 16 04:09:00.722 INFO STEP 849 (remove_files) COMPLETE |
6437 | 2024-08-16T04:09:01.758Z | [ recovery-image] Aug 16 04:09:00.722 INFO O| Aug 16 04:09:00.722 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-08-16T04:09:01.766Z | [ recovery-image] Aug 16 04:09:00.731 INFO O| Aug 16 04:09:00.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6439 | 2024-08-16T04:09:01.766Z | [ recovery-image] Aug 16 04:09:00.731 INFO O| Aug 16 04:09:00.731 INFO STEP 850 (remove_files) COMPLETE |
6440 | 2024-08-16T04:09:01.766Z | [ recovery-image] Aug 16 04:09:00.731 INFO O| Aug 16 04:09:00.731 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-08-16T04:09:01.774Z | [ recovery-image] Aug 16 04:09:00.741 INFO O| Aug 16 04:09:00.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6442 | 2024-08-16T04:09:01.777Z | [ recovery-image] Aug 16 04:09:00.741 INFO O| Aug 16 04:09:00.741 INFO STEP 851 (remove_files) COMPLETE |
6443 | 2024-08-16T04:09:01.777Z | [ recovery-image] Aug 16 04:09:00.741 INFO O| Aug 16 04:09:00.741 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-08-16T04:09:01.781Z | [ host-image] Aug 16 04:09:00.748 INFO O| Aug 16 04:09:00.747 INFO O| Planning: Checking for conflicting actions ... Done |
6445 | 2024-08-16T04:09:01.784Z | [ host-image] Aug 16 04:09:00.749 INFO O| Aug 16 04:09:00.748 INFO O| Planning: Consolidating action changes ... Done |
6446 | 2024-08-16T04:09:01.784Z | [ recovery-image] Aug 16 04:09:00.750 INFO O| Aug 16 04:09:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6447 | 2024-08-16T04:09:01.784Z | [ recovery-image] Aug 16 04:09:00.750 INFO O| Aug 16 04:09:00.750 INFO STEP 852 (remove_files) COMPLETE |
6448 | 2024-08-16T04:09:01.784Z | [ recovery-image] Aug 16 04:09:00.750 INFO O| Aug 16 04:09:00.750 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-08-16T04:09:01.797Z | [ recovery-image] Aug 16 04:09:00.759 INFO O| Aug 16 04:09:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6450 | 2024-08-16T04:09:01.797Z | [ recovery-image] Aug 16 04:09:00.759 INFO O| Aug 16 04:09:00.759 INFO STEP 853 (remove_files) COMPLETE |
6451 | 2024-08-16T04:09:01.799Z | [ recovery-image] Aug 16 04:09:00.759 INFO O| Aug 16 04:09:00.759 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-08-16T04:09:01.802Z | [ recovery-image] Aug 16 04:09:00.768 INFO O| Aug 16 04:09:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6453 | 2024-08-16T04:09:01.802Z | [ recovery-image] Aug 16 04:09:00.768 INFO O| Aug 16 04:09:00.768 INFO STEP 854 (remove_files) COMPLETE |
6454 | 2024-08-16T04:09:01.802Z | [ recovery-image] Aug 16 04:09:00.769 INFO O| Aug 16 04:09:00.768 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-08-16T04:09:01.811Z | [ recovery-image] Aug 16 04:09:00.778 INFO O| Aug 16 04:09:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6456 | 2024-08-16T04:09:01.811Z | [ recovery-image] Aug 16 04:09:00.778 INFO O| Aug 16 04:09:00.778 INFO STEP 855 (remove_files) COMPLETE |
6457 | 2024-08-16T04:09:01.811Z | [ recovery-image] Aug 16 04:09:00.778 INFO O| Aug 16 04:09:00.778 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-08-16T04:09:01.820Z | [ recovery-image] Aug 16 04:09:00.787 INFO O| Aug 16 04:09:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6459 | 2024-08-16T04:09:01.824Z | [ recovery-image] Aug 16 04:09:00.787 INFO O| Aug 16 04:09:00.787 INFO STEP 856 (remove_files) COMPLETE |
6460 | 2024-08-16T04:09:01.824Z | [ recovery-image] Aug 16 04:09:00.787 INFO O| Aug 16 04:09:00.787 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-08-16T04:09:01.830Z | [ recovery-image] Aug 16 04:09:00.797 INFO O| Aug 16 04:09:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6462 | 2024-08-16T04:09:01.830Z | [ recovery-image] Aug 16 04:09:00.797 INFO O| Aug 16 04:09:00.797 INFO STEP 857 (remove_files) COMPLETE |
6463 | 2024-08-16T04:09:01.833Z | [ recovery-image] Aug 16 04:09:00.797 INFO O| Aug 16 04:09:00.797 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-08-16T04:09:01.839Z | [ recovery-image] Aug 16 04:09:00.806 INFO O| Aug 16 04:09:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6465 | 2024-08-16T04:09:01.841Z | [ recovery-image] Aug 16 04:09:00.806 INFO O| Aug 16 04:09:00.806 INFO STEP 858 (remove_files) COMPLETE |
6466 | 2024-08-16T04:09:01.841Z | [ recovery-image] Aug 16 04:09:00.806 INFO O| Aug 16 04:09:00.806 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-08-16T04:09:01.848Z | [ recovery-image] Aug 16 04:09:00.815 INFO O| Aug 16 04:09:00.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6468 | 2024-08-16T04:09:01.848Z | [ recovery-image] Aug 16 04:09:00.815 INFO O| Aug 16 04:09:00.815 INFO STEP 859 (remove_files) COMPLETE |
6469 | 2024-08-16T04:09:01.851Z | [ recovery-image] Aug 16 04:09:00.815 INFO O| Aug 16 04:09:00.815 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-08-16T04:09:01.858Z | [ recovery-image] Aug 16 04:09:00.824 INFO O| Aug 16 04:09:00.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6471 | 2024-08-16T04:09:01.858Z | [ recovery-image] Aug 16 04:09:00.824 INFO O| Aug 16 04:09:00.824 INFO STEP 860 (remove_files) COMPLETE |
6472 | 2024-08-16T04:09:01.861Z | [ recovery-image] Aug 16 04:09:00.824 INFO O| Aug 16 04:09:00.824 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-08-16T04:09:01.867Z | [ recovery-image] Aug 16 04:09:00.833 INFO O| Aug 16 04:09:00.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6474 | 2024-08-16T04:09:01.867Z | [ recovery-image] Aug 16 04:09:00.833 INFO O| Aug 16 04:09:00.833 INFO STEP 861 (remove_files) COMPLETE |
6475 | 2024-08-16T04:09:01.869Z | [ recovery-image] Aug 16 04:09:00.833 INFO O| Aug 16 04:09:00.833 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-08-16T04:09:01.876Z | [ recovery-image] Aug 16 04:09:00.842 INFO O| Aug 16 04:09:00.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6477 | 2024-08-16T04:09:01.878Z | [ recovery-image] Aug 16 04:09:00.842 INFO O| Aug 16 04:09:00.842 INFO STEP 862 (remove_files) COMPLETE |
6478 | 2024-08-16T04:09:01.878Z | [ recovery-image] Aug 16 04:09:00.843 INFO O| Aug 16 04:09:00.842 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-08-16T04:09:01.885Z | [ recovery-image] Aug 16 04:09:00.852 INFO O| Aug 16 04:09:00.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6480 | 2024-08-16T04:09:01.885Z | [ recovery-image] Aug 16 04:09:00.852 INFO O| Aug 16 04:09:00.852 INFO STEP 863 (remove_files) COMPLETE |
6481 | 2024-08-16T04:09:01.887Z | [ recovery-image] Aug 16 04:09:00.852 INFO O| Aug 16 04:09:00.852 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-08-16T04:09:01.894Z | [ recovery-image] Aug 16 04:09:00.861 INFO O| Aug 16 04:09:00.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6483 | 2024-08-16T04:09:01.897Z | [ recovery-image] Aug 16 04:09:00.861 INFO O| Aug 16 04:09:00.861 INFO STEP 864 (remove_files) COMPLETE |
6484 | 2024-08-16T04:09:01.897Z | [ recovery-image] Aug 16 04:09:00.861 INFO O| Aug 16 04:09:00.861 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-08-16T04:09:01.904Z | [ recovery-image] Aug 16 04:09:00.871 INFO O| Aug 16 04:09:00.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6486 | 2024-08-16T04:09:01.904Z | [ recovery-image] Aug 16 04:09:00.871 INFO O| Aug 16 04:09:00.871 INFO STEP 865 (remove_files) COMPLETE |
6487 | 2024-08-16T04:09:01.907Z | [ recovery-image] Aug 16 04:09:00.871 INFO O| Aug 16 04:09:00.871 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-08-16T04:09:01.914Z | [ recovery-image] Aug 16 04:09:00.881 INFO O| Aug 16 04:09:00.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6489 | 2024-08-16T04:09:01.914Z | [ recovery-image] Aug 16 04:09:00.881 INFO O| Aug 16 04:09:00.881 INFO STEP 866 (remove_files) COMPLETE |
6490 | 2024-08-16T04:09:01.916Z | [ recovery-image] Aug 16 04:09:00.881 INFO O| Aug 16 04:09:00.881 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-08-16T04:09:01.923Z | [ recovery-image] Aug 16 04:09:00.890 INFO O| Aug 16 04:09:00.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6492 | 2024-08-16T04:09:01.923Z | [ recovery-image] Aug 16 04:09:00.890 INFO O| Aug 16 04:09:00.890 INFO STEP 867 (remove_files) COMPLETE |
6493 | 2024-08-16T04:09:01.923Z | [ recovery-image] Aug 16 04:09:00.890 INFO O| Aug 16 04:09:00.890 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-08-16T04:09:01.932Z | [ recovery-image] Aug 16 04:09:00.899 INFO O| Aug 16 04:09:00.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6495 | 2024-08-16T04:09:01.933Z | [ recovery-image] Aug 16 04:09:00.899 INFO O| Aug 16 04:09:00.899 INFO STEP 868 (remove_files) COMPLETE |
6496 | 2024-08-16T04:09:01.935Z | [ recovery-image] Aug 16 04:09:00.899 INFO O| Aug 16 04:09:00.899 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-08-16T04:09:01.942Z | [ recovery-image] Aug 16 04:09:00.909 INFO O| Aug 16 04:09:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6498 | 2024-08-16T04:09:01.944Z | [ recovery-image] Aug 16 04:09:00.909 INFO O| Aug 16 04:09:00.909 INFO STEP 869 (remove_files) COMPLETE |
6499 | 2024-08-16T04:09:01.944Z | [ recovery-image] Aug 16 04:09:00.909 INFO O| Aug 16 04:09:00.909 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-08-16T04:09:01.951Z | [ recovery-image] Aug 16 04:09:00.918 INFO O| Aug 16 04:09:00.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6501 | 2024-08-16T04:09:01.951Z | [ recovery-image] Aug 16 04:09:00.918 INFO O| Aug 16 04:09:00.918 INFO STEP 870 (remove_files) COMPLETE |
6502 | 2024-08-16T04:09:01.951Z | [ recovery-image] Aug 16 04:09:00.918 INFO O| Aug 16 04:09:00.918 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-08-16T04:09:01.957Z | [ host-image] Aug 16 04:09:00.924 INFO O| Aug 16 04:09:00.924 INFO O| Planning: Evaluating mediators ... Done |
6504 | 2024-08-16T04:09:01.959Z | [ host-image] Aug 16 04:09:00.925 INFO O| Aug 16 04:09:00.925 INFO O| Planning: Planning completed in 2.06 seconds |
6505 | 2024-08-16T04:09:01.962Z | [ host-image] Aug 16 04:09:00.926 INFO O| Aug 16 04:09:00.926 INFO O| Packages to install: 4 |
6506 | 2024-08-16T04:09:01.962Z | [ host-image] Aug 16 04:09:00.927 INFO O| Aug 16 04:09:00.926 INFO O| Services to change: 2 |
6507 | 2024-08-16T04:09:01.962Z | [ recovery-image] Aug 16 04:09:00.928 INFO O| Aug 16 04:09:00.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6508 | 2024-08-16T04:09:01.962Z | [ recovery-image] Aug 16 04:09:00.928 INFO O| Aug 16 04:09:00.928 INFO STEP 871 (remove_files) COMPLETE |
6509 | 2024-08-16T04:09:01.962Z | [ recovery-image] Aug 16 04:09:00.928 INFO O| Aug 16 04:09:00.928 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-16T04:09:01.970Z | [ host-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
6511 | 2024-08-16T04:09:01.972Z | [ recovery-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6512 | 2024-08-16T04:09:01.972Z | [ recovery-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO STEP 872 (remove_files) COMPLETE |
6513 | 2024-08-16T04:09:01.972Z | [ recovery-image] Aug 16 04:09:00.937 INFO O| Aug 16 04:09:00.937 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-08-16T04:09:01.980Z | [ recovery-image] Aug 16 04:09:00.947 INFO O| Aug 16 04:09:00.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6515 | 2024-08-16T04:09:01.983Z | [ recovery-image] Aug 16 04:09:00.947 INFO O| Aug 16 04:09:00.947 INFO STEP 873 (remove_files) COMPLETE |
6516 | 2024-08-16T04:09:01.983Z | [ recovery-image] Aug 16 04:09:00.947 INFO O| Aug 16 04:09:00.947 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-08-16T04:09:01.990Z | [ recovery-image] Aug 16 04:09:00.956 INFO O| Aug 16 04:09:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6518 | 2024-08-16T04:09:01.992Z | [ recovery-image] Aug 16 04:09:00.957 INFO O| Aug 16 04:09:00.957 INFO STEP 874 (remove_files) COMPLETE |
6519 | 2024-08-16T04:09:01.992Z | [ recovery-image] Aug 16 04:09:00.957 INFO O| Aug 16 04:09:00.957 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-08-16T04:09:01.999Z | [ recovery-image] Aug 16 04:09:00.966 INFO O| Aug 16 04:09:00.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6521 | 2024-08-16T04:09:02.002Z | [ recovery-image] Aug 16 04:09:00.966 INFO O| Aug 16 04:09:00.966 INFO STEP 875 (remove_files) COMPLETE |
6522 | 2024-08-16T04:09:02.002Z | [ recovery-image] Aug 16 04:09:00.966 INFO O| Aug 16 04:09:00.966 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-08-16T04:09:02.010Z | [ recovery-image] Aug 16 04:09:00.976 INFO O| Aug 16 04:09:00.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6524 | 2024-08-16T04:09:02.010Z | [ recovery-image] Aug 16 04:09:00.976 INFO O| Aug 16 04:09:00.976 INFO STEP 876 (remove_files) COMPLETE |
6525 | 2024-08-16T04:09:02.010Z | [ recovery-image] Aug 16 04:09:00.976 INFO O| Aug 16 04:09:00.976 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-08-16T04:09:02.018Z | [ recovery-image] Aug 16 04:09:00.985 INFO O| Aug 16 04:09:00.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6527 | 2024-08-16T04:09:02.021Z | [ recovery-image] Aug 16 04:09:00.985 INFO O| Aug 16 04:09:00.985 INFO STEP 877 (remove_files) COMPLETE |
6528 | 2024-08-16T04:09:02.021Z | [ recovery-image] Aug 16 04:09:00.985 INFO O| Aug 16 04:09:00.985 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-08-16T04:09:02.027Z | [ recovery-image] Aug 16 04:09:00.994 INFO O| Aug 16 04:09:00.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6530 | 2024-08-16T04:09:02.028Z | [ recovery-image] Aug 16 04:09:00.994 INFO O| Aug 16 04:09:00.994 INFO STEP 878 (remove_files) COMPLETE |
6531 | 2024-08-16T04:09:02.030Z | [ recovery-image] Aug 16 04:09:00.994 INFO O| Aug 16 04:09:00.994 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-08-16T04:09:02.037Z | [ recovery-image] Aug 16 04:09:01.004 INFO O| Aug 16 04:09:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6533 | 2024-08-16T04:09:02.040Z | [ recovery-image] Aug 16 04:09:01.004 INFO O| Aug 16 04:09:01.004 INFO STEP 879 (remove_files) COMPLETE |
6534 | 2024-08-16T04:09:02.040Z | [ recovery-image] Aug 16 04:09:01.004 INFO O| Aug 16 04:09:01.004 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-08-16T04:09:02.047Z | [ recovery-image] Aug 16 04:09:01.014 INFO O| Aug 16 04:09:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6536 | 2024-08-16T04:09:02.047Z | [ recovery-image] Aug 16 04:09:01.014 INFO O| Aug 16 04:09:01.014 INFO STEP 880 (remove_files) COMPLETE |
6537 | 2024-08-16T04:09:02.049Z | [ recovery-image] Aug 16 04:09:01.014 INFO O| Aug 16 04:09:01.014 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-08-16T04:09:02.056Z | [ recovery-image] Aug 16 04:09:01.023 INFO O| Aug 16 04:09:01.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6539 | 2024-08-16T04:09:02.059Z | [ recovery-image] Aug 16 04:09:01.023 INFO O| Aug 16 04:09:01.023 INFO STEP 881 (remove_files) COMPLETE |
6540 | 2024-08-16T04:09:02.059Z | [ recovery-image] Aug 16 04:09:01.023 INFO O| Aug 16 04:09:01.023 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-08-16T04:09:02.066Z | [ recovery-image] Aug 16 04:09:01.033 INFO O| Aug 16 04:09:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6542 | 2024-08-16T04:09:02.066Z | [ recovery-image] Aug 16 04:09:01.033 INFO O| Aug 16 04:09:01.033 INFO STEP 882 (remove_files) COMPLETE |
6543 | 2024-08-16T04:09:02.066Z | [ recovery-image] Aug 16 04:09:01.033 INFO O| Aug 16 04:09:01.033 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-08-16T04:09:02.075Z | [ recovery-image] Aug 16 04:09:01.042 INFO O| Aug 16 04:09:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6545 | 2024-08-16T04:09:02.075Z | [ recovery-image] Aug 16 04:09:01.042 INFO O| Aug 16 04:09:01.042 INFO STEP 883 (remove_files) COMPLETE |
6546 | 2024-08-16T04:09:02.078Z | [ recovery-image] Aug 16 04:09:01.042 INFO O| Aug 16 04:09:01.042 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-08-16T04:09:02.084Z | [ recovery-image] Aug 16 04:09:01.051 INFO O| Aug 16 04:09:01.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6548 | 2024-08-16T04:09:02.087Z | [ recovery-image] Aug 16 04:09:01.051 INFO O| Aug 16 04:09:01.051 INFO STEP 884 (remove_files) COMPLETE |
6549 | 2024-08-16T04:09:02.087Z | [ recovery-image] Aug 16 04:09:01.051 INFO O| Aug 16 04:09:01.051 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-08-16T04:09:02.094Z | [ recovery-image] Aug 16 04:09:01.061 INFO O| Aug 16 04:09:01.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6551 | 2024-08-16T04:09:02.094Z | [ recovery-image] Aug 16 04:09:01.061 INFO O| Aug 16 04:09:01.061 INFO STEP 885 (remove_files) COMPLETE |
6552 | 2024-08-16T04:09:02.097Z | [ recovery-image] Aug 16 04:09:01.061 INFO O| Aug 16 04:09:01.061 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-08-16T04:09:02.103Z | [ recovery-image] Aug 16 04:09:01.070 INFO O| Aug 16 04:09:01.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6554 | 2024-08-16T04:09:02.106Z | [ recovery-image] Aug 16 04:09:01.070 INFO O| Aug 16 04:09:01.070 INFO STEP 886 (remove_files) COMPLETE |
6555 | 2024-08-16T04:09:02.106Z | [ recovery-image] Aug 16 04:09:01.070 INFO O| Aug 16 04:09:01.070 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-08-16T04:09:02.113Z | [ recovery-image] Aug 16 04:09:01.080 INFO O| Aug 16 04:09:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6557 | 2024-08-16T04:09:02.117Z | [ recovery-image] Aug 16 04:09:01.081 INFO O| Aug 16 04:09:01.081 INFO STEP 887 (remove_files) COMPLETE |
6558 | 2024-08-16T04:09:02.117Z | [ recovery-image] Aug 16 04:09:01.081 INFO O| Aug 16 04:09:01.081 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-08-16T04:09:02.123Z | [ recovery-image] Aug 16 04:09:01.090 INFO O| Aug 16 04:09:01.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6560 | 2024-08-16T04:09:02.126Z | [ recovery-image] Aug 16 04:09:01.090 INFO O| Aug 16 04:09:01.090 INFO STEP 888 (remove_files) COMPLETE |
6561 | 2024-08-16T04:09:02.126Z | [ recovery-image] Aug 16 04:09:01.090 INFO O| Aug 16 04:09:01.090 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-08-16T04:09:02.133Z | [ recovery-image] Aug 16 04:09:01.100 INFO O| Aug 16 04:09:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6563 | 2024-08-16T04:09:02.133Z | [ recovery-image] Aug 16 04:09:01.100 INFO O| Aug 16 04:09:01.100 INFO STEP 889 (remove_files) COMPLETE |
6564 | 2024-08-16T04:09:02.136Z | [ recovery-image] Aug 16 04:09:01.100 INFO O| Aug 16 04:09:01.100 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-08-16T04:09:02.142Z | [ recovery-image] Aug 16 04:09:01.109 INFO O| Aug 16 04:09:01.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6566 | 2024-08-16T04:09:02.145Z | [ recovery-image] Aug 16 04:09:01.109 INFO O| Aug 16 04:09:01.109 INFO STEP 890 (remove_files) COMPLETE |
6567 | 2024-08-16T04:09:02.145Z | [ recovery-image] Aug 16 04:09:01.109 INFO O| Aug 16 04:09:01.109 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-08-16T04:09:02.152Z | [ recovery-image] Aug 16 04:09:01.118 INFO O| Aug 16 04:09:01.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6569 | 2024-08-16T04:09:02.154Z | [ recovery-image] Aug 16 04:09:01.119 INFO O| Aug 16 04:09:01.118 INFO STEP 891 (remove_files) COMPLETE |
6570 | 2024-08-16T04:09:02.154Z | [ recovery-image] Aug 16 04:09:01.119 INFO O| Aug 16 04:09:01.119 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-08-16T04:09:02.161Z | [ recovery-image] Aug 16 04:09:01.128 INFO O| Aug 16 04:09:01.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6572 | 2024-08-16T04:09:02.161Z | [ recovery-image] Aug 16 04:09:01.128 INFO O| Aug 16 04:09:01.128 INFO STEP 892 (remove_files) COMPLETE |
6573 | 2024-08-16T04:09:02.164Z | [ recovery-image] Aug 16 04:09:01.128 INFO O| Aug 16 04:09:01.128 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-08-16T04:09:02.170Z | [ recovery-image] Aug 16 04:09:01.137 INFO O| Aug 16 04:09:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6575 | 2024-08-16T04:09:02.170Z | [ recovery-image] Aug 16 04:09:01.137 INFO O| Aug 16 04:09:01.137 INFO STEP 893 (remove_files) COMPLETE |
6576 | 2024-08-16T04:09:02.173Z | [ recovery-image] Aug 16 04:09:01.137 INFO O| Aug 16 04:09:01.137 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-08-16T04:09:02.179Z | [ recovery-image] Aug 16 04:09:01.146 INFO O| Aug 16 04:09:01.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6578 | 2024-08-16T04:09:02.179Z | [ recovery-image] Aug 16 04:09:01.146 INFO O| Aug 16 04:09:01.146 INFO STEP 894 (remove_files) COMPLETE |
6579 | 2024-08-16T04:09:02.182Z | [ recovery-image] Aug 16 04:09:01.146 INFO O| Aug 16 04:09:01.146 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-08-16T04:09:02.189Z | [ recovery-image] Aug 16 04:09:01.155 INFO O| Aug 16 04:09:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6581 | 2024-08-16T04:09:02.189Z | [ recovery-image] Aug 16 04:09:01.156 INFO O| Aug 16 04:09:01.155 INFO STEP 895 (remove_files) COMPLETE |
6582 | 2024-08-16T04:09:02.191Z | [ recovery-image] Aug 16 04:09:01.156 INFO O| Aug 16 04:09:01.156 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-08-16T04:09:02.198Z | [ recovery-image] Aug 16 04:09:01.165 INFO O| Aug 16 04:09:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6584 | 2024-08-16T04:09:02.201Z | [ recovery-image] Aug 16 04:09:01.166 INFO O| Aug 16 04:09:01.166 INFO STEP 896 (remove_files) COMPLETE |
6585 | 2024-08-16T04:09:02.201Z | [ recovery-image] Aug 16 04:09:01.166 INFO O| Aug 16 04:09:01.166 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-08-16T04:09:02.208Z | [ recovery-image] Aug 16 04:09:01.175 INFO O| Aug 16 04:09:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6587 | 2024-08-16T04:09:02.210Z | [ recovery-image] Aug 16 04:09:01.175 INFO O| Aug 16 04:09:01.175 INFO STEP 897 (remove_files) COMPLETE |
6588 | 2024-08-16T04:09:02.210Z | [ recovery-image] Aug 16 04:09:01.175 INFO O| Aug 16 04:09:01.175 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-08-16T04:09:02.217Z | [ recovery-image] Aug 16 04:09:01.184 INFO O| Aug 16 04:09:01.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6590 | 2024-08-16T04:09:02.217Z | [ recovery-image] Aug 16 04:09:01.184 INFO O| Aug 16 04:09:01.184 INFO STEP 898 (remove_files) COMPLETE |
6591 | 2024-08-16T04:09:02.220Z | [ recovery-image] Aug 16 04:09:01.184 INFO O| Aug 16 04:09:01.184 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-08-16T04:09:02.227Z | [ recovery-image] Aug 16 04:09:01.193 INFO O| Aug 16 04:09:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6593 | 2024-08-16T04:09:02.227Z | [ recovery-image] Aug 16 04:09:01.194 INFO O| Aug 16 04:09:01.193 INFO STEP 899 (remove_files) COMPLETE |
6594 | 2024-08-16T04:09:02.229Z | [ recovery-image] Aug 16 04:09:01.194 INFO O| Aug 16 04:09:01.194 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-08-16T04:09:02.236Z | [ recovery-image] Aug 16 04:09:01.203 INFO O| Aug 16 04:09:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6596 | 2024-08-16T04:09:02.239Z | [ recovery-image] Aug 16 04:09:01.204 INFO O| Aug 16 04:09:01.204 INFO STEP 900 (remove_files) COMPLETE |
6597 | 2024-08-16T04:09:02.239Z | [ recovery-image] Aug 16 04:09:01.204 INFO O| Aug 16 04:09:01.204 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-08-16T04:09:02.246Z | [ recovery-image] Aug 16 04:09:01.213 INFO O| Aug 16 04:09:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6599 | 2024-08-16T04:09:02.248Z | [ recovery-image] Aug 16 04:09:01.213 INFO O| Aug 16 04:09:01.213 INFO STEP 901 (remove_files) COMPLETE |
6600 | 2024-08-16T04:09:02.248Z | [ recovery-image] Aug 16 04:09:01.213 INFO O| Aug 16 04:09:01.213 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-08-16T04:09:02.255Z | [ recovery-image] Aug 16 04:09:01.222 INFO O| Aug 16 04:09:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6602 | 2024-08-16T04:09:02.255Z | [ recovery-image] Aug 16 04:09:01.222 INFO O| Aug 16 04:09:01.222 INFO STEP 902 (remove_files) COMPLETE |
6603 | 2024-08-16T04:09:02.258Z | [ recovery-image] Aug 16 04:09:01.222 INFO O| Aug 16 04:09:01.222 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-08-16T04:09:02.264Z | [ recovery-image] Aug 16 04:09:01.231 INFO O| Aug 16 04:09:01.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6605 | 2024-08-16T04:09:02.265Z | [ recovery-image] Aug 16 04:09:01.231 INFO O| Aug 16 04:09:01.231 INFO STEP 903 (remove_files) COMPLETE |
6606 | 2024-08-16T04:09:02.267Z | [ recovery-image] Aug 16 04:09:01.231 INFO O| Aug 16 04:09:01.231 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-08-16T04:09:02.274Z | [ recovery-image] Aug 16 04:09:01.241 INFO O| Aug 16 04:09:01.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6608 | 2024-08-16T04:09:02.274Z | [ recovery-image] Aug 16 04:09:01.241 INFO O| Aug 16 04:09:01.241 INFO STEP 904 (remove_files) COMPLETE |
6609 | 2024-08-16T04:09:02.276Z | [ recovery-image] Aug 16 04:09:01.241 INFO O| Aug 16 04:09:01.241 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-08-16T04:09:02.283Z | [ recovery-image] Aug 16 04:09:01.250 INFO O| Aug 16 04:09:01.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6611 | 2024-08-16T04:09:02.283Z | [ recovery-image] Aug 16 04:09:01.250 INFO O| Aug 16 04:09:01.250 INFO STEP 905 (remove_files) COMPLETE |
6612 | 2024-08-16T04:09:02.285Z | [ recovery-image] Aug 16 04:09:01.250 INFO O| Aug 16 04:09:01.250 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-08-16T04:09:02.292Z | [ recovery-image] Aug 16 04:09:01.259 INFO O| Aug 16 04:09:01.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6614 | 2024-08-16T04:09:02.292Z | [ recovery-image] Aug 16 04:09:01.259 INFO O| Aug 16 04:09:01.259 INFO STEP 906 (remove_files) COMPLETE |
6615 | 2024-08-16T04:09:02.292Z | [ recovery-image] Aug 16 04:09:01.259 INFO O| Aug 16 04:09:01.259 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-08-16T04:09:02.302Z | [ recovery-image] Aug 16 04:09:01.269 INFO O| Aug 16 04:09:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6617 | 2024-08-16T04:09:02.302Z | [ recovery-image] Aug 16 04:09:01.269 INFO O| Aug 16 04:09:01.269 INFO STEP 907 (remove_files) COMPLETE |
6618 | 2024-08-16T04:09:02.305Z | [ recovery-image] Aug 16 04:09:01.269 INFO O| Aug 16 04:09:01.269 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-08-16T04:09:02.311Z | [ recovery-image] Aug 16 04:09:01.278 INFO O| Aug 16 04:09:01.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6620 | 2024-08-16T04:09:02.311Z | [ recovery-image] Aug 16 04:09:01.278 INFO O| Aug 16 04:09:01.278 INFO STEP 908 (remove_files) COMPLETE |
6621 | 2024-08-16T04:09:02.311Z | [ recovery-image] Aug 16 04:09:01.278 INFO O| Aug 16 04:09:01.278 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-08-16T04:09:02.321Z | [ recovery-image] Aug 16 04:09:01.288 INFO O| Aug 16 04:09:01.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6623 | 2024-08-16T04:09:02.321Z | [ recovery-image] Aug 16 04:09:01.288 INFO O| Aug 16 04:09:01.288 INFO STEP 909 (remove_files) COMPLETE |
6624 | 2024-08-16T04:09:02.323Z | [ recovery-image] Aug 16 04:09:01.288 INFO O| Aug 16 04:09:01.288 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-08-16T04:09:02.330Z | [ recovery-image] Aug 16 04:09:01.297 INFO O| Aug 16 04:09:01.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6626 | 2024-08-16T04:09:02.330Z | [ recovery-image] Aug 16 04:09:01.297 INFO O| Aug 16 04:09:01.297 INFO STEP 910 (remove_files) COMPLETE |
6627 | 2024-08-16T04:09:02.330Z | [ recovery-image] Aug 16 04:09:01.297 INFO O| Aug 16 04:09:01.297 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-08-16T04:09:02.339Z | [ recovery-image] Aug 16 04:09:01.306 INFO O| Aug 16 04:09:01.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6629 | 2024-08-16T04:09:02.339Z | [ recovery-image] Aug 16 04:09:01.306 INFO O| Aug 16 04:09:01.306 INFO STEP 911 (remove_files) COMPLETE |
6630 | 2024-08-16T04:09:02.342Z | [ recovery-image] Aug 16 04:09:01.306 INFO O| Aug 16 04:09:01.306 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-08-16T04:09:02.349Z | [ recovery-image] Aug 16 04:09:01.316 INFO O| Aug 16 04:09:01.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6632 | 2024-08-16T04:09:02.349Z | [ recovery-image] Aug 16 04:09:01.316 INFO O| Aug 16 04:09:01.316 INFO STEP 912 (remove_files) COMPLETE |
6633 | 2024-08-16T04:09:02.351Z | [ recovery-image] Aug 16 04:09:01.316 INFO O| Aug 16 04:09:01.316 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-08-16T04:09:02.358Z | [ recovery-image] Aug 16 04:09:01.325 INFO O| Aug 16 04:09:01.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6635 | 2024-08-16T04:09:02.361Z | [ recovery-image] Aug 16 04:09:01.325 INFO O| Aug 16 04:09:01.325 INFO STEP 913 (remove_files) COMPLETE |
6636 | 2024-08-16T04:09:02.361Z | [ recovery-image] Aug 16 04:09:01.325 INFO O| Aug 16 04:09:01.325 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-08-16T04:09:02.367Z | [ recovery-image] Aug 16 04:09:01.334 INFO O| Aug 16 04:09:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6638 | 2024-08-16T04:09:02.367Z | [ recovery-image] Aug 16 04:09:01.334 INFO O| Aug 16 04:09:01.334 INFO STEP 914 (remove_files) COMPLETE |
6639 | 2024-08-16T04:09:02.370Z | [ recovery-image] Aug 16 04:09:01.334 INFO O| Aug 16 04:09:01.334 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-08-16T04:09:02.377Z | [ recovery-image] Aug 16 04:09:01.344 INFO O| Aug 16 04:09:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6641 | 2024-08-16T04:09:02.377Z | [ recovery-image] Aug 16 04:09:01.344 INFO O| Aug 16 04:09:01.344 INFO STEP 915 (remove_files) COMPLETE |
6642 | 2024-08-16T04:09:02.379Z | [ recovery-image] Aug 16 04:09:01.344 INFO O| Aug 16 04:09:01.344 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-08-16T04:09:02.386Z | [ recovery-image] Aug 16 04:09:01.353 INFO O| Aug 16 04:09:01.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6644 | 2024-08-16T04:09:02.386Z | [ recovery-image] Aug 16 04:09:01.353 INFO O| Aug 16 04:09:01.353 INFO STEP 916 (remove_files) COMPLETE |
6645 | 2024-08-16T04:09:02.389Z | [ recovery-image] Aug 16 04:09:01.353 INFO O| Aug 16 04:09:01.353 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-08-16T04:09:02.395Z | [ recovery-image] Aug 16 04:09:01.362 INFO O| Aug 16 04:09:01.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6647 | 2024-08-16T04:09:02.395Z | [ recovery-image] Aug 16 04:09:01.362 INFO O| Aug 16 04:09:01.362 INFO STEP 917 (remove_files) COMPLETE |
6648 | 2024-08-16T04:09:02.395Z | [ recovery-image] Aug 16 04:09:01.362 INFO O| Aug 16 04:09:01.362 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-08-16T04:09:02.405Z | [ recovery-image] Aug 16 04:09:01.372 INFO O| Aug 16 04:09:01.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6650 | 2024-08-16T04:09:02.405Z | [ recovery-image] Aug 16 04:09:01.372 INFO O| Aug 16 04:09:01.372 INFO STEP 918 (remove_files) COMPLETE |
6651 | 2024-08-16T04:09:02.414Z | [ recovery-image] Aug 16 04:09:01.372 INFO O| Aug 16 04:09:01.372 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-08-16T04:09:02.416Z | [ recovery-image] Aug 16 04:09:01.381 INFO O| Aug 16 04:09:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6653 | 2024-08-16T04:09:02.416Z | [ recovery-image] Aug 16 04:09:01.381 INFO O| Aug 16 04:09:01.381 INFO STEP 919 (remove_files) COMPLETE |
6654 | 2024-08-16T04:09:02.416Z | [ recovery-image] Aug 16 04:09:01.381 INFO O| Aug 16 04:09:01.381 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-08-16T04:09:02.423Z | [ recovery-image] Aug 16 04:09:01.390 INFO O| Aug 16 04:09:01.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6656 | 2024-08-16T04:09:02.424Z | [ recovery-image] Aug 16 04:09:01.390 INFO O| Aug 16 04:09:01.390 INFO STEP 920 (remove_files) COMPLETE |
6657 | 2024-08-16T04:09:02.435Z | [ recovery-image] Aug 16 04:09:01.391 INFO O| Aug 16 04:09:01.390 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-08-16T04:09:02.435Z | [ recovery-image] Aug 16 04:09:01.400 INFO O| Aug 16 04:09:01.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6659 | 2024-08-16T04:09:02.435Z | [ recovery-image] Aug 16 04:09:01.401 INFO O| Aug 16 04:09:01.401 INFO STEP 921 (remove_files) COMPLETE |
6660 | 2024-08-16T04:09:02.435Z | [ recovery-image] Aug 16 04:09:01.401 INFO O| Aug 16 04:09:01.401 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-08-16T04:09:02.443Z | [ recovery-image] Aug 16 04:09:01.410 INFO O| Aug 16 04:09:01.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6662 | 2024-08-16T04:09:02.446Z | [ recovery-image] Aug 16 04:09:01.411 INFO O| Aug 16 04:09:01.411 INFO STEP 922 (remove_files) COMPLETE |
6663 | 2024-08-16T04:09:02.446Z | [ recovery-image] Aug 16 04:09:01.411 INFO O| Aug 16 04:09:01.411 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-08-16T04:09:02.453Z | [ recovery-image] Aug 16 04:09:01.420 INFO O| Aug 16 04:09:01.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6665 | 2024-08-16T04:09:02.453Z | [ recovery-image] Aug 16 04:09:01.420 INFO O| Aug 16 04:09:01.420 INFO STEP 923 (remove_files) COMPLETE |
6666 | 2024-08-16T04:09:02.453Z | [ recovery-image] Aug 16 04:09:01.420 INFO O| Aug 16 04:09:01.420 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-08-16T04:09:02.463Z | [ recovery-image] Aug 16 04:09:01.430 INFO O| Aug 16 04:09:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6668 | 2024-08-16T04:09:02.466Z | [ recovery-image] Aug 16 04:09:01.430 INFO O| Aug 16 04:09:01.430 INFO STEP 924 (remove_files) COMPLETE |
6669 | 2024-08-16T04:09:02.466Z | [ recovery-image] Aug 16 04:09:01.430 INFO O| Aug 16 04:09:01.430 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-08-16T04:09:02.474Z | [ recovery-image] Aug 16 04:09:01.441 INFO O| Aug 16 04:09:01.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6671 | 2024-08-16T04:09:02.483Z | [ recovery-image] Aug 16 04:09:01.441 INFO O| Aug 16 04:09:01.441 INFO STEP 925 (remove_files) COMPLETE |
6672 | 2024-08-16T04:09:02.483Z | [ recovery-image] Aug 16 04:09:01.441 INFO O| Aug 16 04:09:01.441 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-08-16T04:09:02.488Z | [ recovery-image] Aug 16 04:09:01.450 INFO O| Aug 16 04:09:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6674 | 2024-08-16T04:09:02.488Z | [ recovery-image] Aug 16 04:09:01.450 INFO O| Aug 16 04:09:01.450 INFO STEP 926 (remove_files) COMPLETE |
6675 | 2024-08-16T04:09:02.488Z | [ recovery-image] Aug 16 04:09:01.450 INFO O| Aug 16 04:09:01.450 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-08-16T04:09:02.493Z | [ recovery-image] Aug 16 04:09:01.460 INFO O| Aug 16 04:09:01.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6677 | 2024-08-16T04:09:02.493Z | [ recovery-image] Aug 16 04:09:01.460 INFO O| Aug 16 04:09:01.460 INFO STEP 927 (remove_files) COMPLETE |
6678 | 2024-08-16T04:09:02.493Z | [ recovery-image] Aug 16 04:09:01.460 INFO O| Aug 16 04:09:01.460 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-08-16T04:09:02.502Z | [ recovery-image] Aug 16 04:09:01.469 INFO O| Aug 16 04:09:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6680 | 2024-08-16T04:09:02.505Z | [ recovery-image] Aug 16 04:09:01.469 INFO O| Aug 16 04:09:01.469 INFO STEP 928 (remove_files) COMPLETE |
6681 | 2024-08-16T04:09:02.505Z | [ recovery-image] Aug 16 04:09:01.469 INFO O| Aug 16 04:09:01.469 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-08-16T04:09:02.512Z | [ recovery-image] Aug 16 04:09:01.479 INFO O| Aug 16 04:09:01.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6683 | 2024-08-16T04:09:02.512Z | [ recovery-image] Aug 16 04:09:01.479 INFO O| Aug 16 04:09:01.479 INFO STEP 929 (remove_files) COMPLETE |
6684 | 2024-08-16T04:09:02.514Z | [ recovery-image] Aug 16 04:09:01.479 INFO O| Aug 16 04:09:01.479 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-08-16T04:09:02.522Z | [ recovery-image] Aug 16 04:09:01.488 INFO O| Aug 16 04:09:01.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6686 | 2024-08-16T04:09:02.524Z | [ recovery-image] Aug 16 04:09:01.489 INFO O| Aug 16 04:09:01.489 INFO STEP 930 (remove_files) COMPLETE |
6687 | 2024-08-16T04:09:02.524Z | [ recovery-image] Aug 16 04:09:01.489 INFO O| Aug 16 04:09:01.489 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-08-16T04:09:02.532Z | [ recovery-image] Aug 16 04:09:01.498 INFO O| Aug 16 04:09:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6689 | 2024-08-16T04:09:02.532Z | [ recovery-image] Aug 16 04:09:01.499 INFO O| Aug 16 04:09:01.499 INFO STEP 931 (remove_files) COMPLETE |
6690 | 2024-08-16T04:09:02.532Z | [ recovery-image] Aug 16 04:09:01.499 INFO O| Aug 16 04:09:01.499 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-08-16T04:09:02.541Z | [ recovery-image] Aug 16 04:09:01.508 INFO O| Aug 16 04:09:01.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6692 | 2024-08-16T04:09:02.541Z | [ recovery-image] Aug 16 04:09:01.508 INFO O| Aug 16 04:09:01.508 INFO STEP 932 (remove_files) COMPLETE |
6693 | 2024-08-16T04:09:02.541Z | [ recovery-image] Aug 16 04:09:01.508 INFO O| Aug 16 04:09:01.508 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-08-16T04:09:02.551Z | [ recovery-image] Aug 16 04:09:01.518 INFO O| Aug 16 04:09:01.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6695 | 2024-08-16T04:09:02.554Z | [ recovery-image] Aug 16 04:09:01.518 INFO O| Aug 16 04:09:01.518 INFO STEP 933 (remove_files) COMPLETE |
6696 | 2024-08-16T04:09:02.554Z | [ recovery-image] Aug 16 04:09:01.518 INFO O| Aug 16 04:09:01.518 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-08-16T04:09:02.561Z | [ recovery-image] Aug 16 04:09:01.528 INFO O| Aug 16 04:09:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6698 | 2024-08-16T04:09:02.561Z | [ recovery-image] Aug 16 04:09:01.528 INFO O| Aug 16 04:09:01.528 INFO STEP 934 (remove_files) COMPLETE |
6699 | 2024-08-16T04:09:02.561Z | [ recovery-image] Aug 16 04:09:01.528 INFO O| Aug 16 04:09:01.528 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-08-16T04:09:02.573Z | [ recovery-image] Aug 16 04:09:01.537 INFO O| Aug 16 04:09:01.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6701 | 2024-08-16T04:09:02.573Z | [ recovery-image] Aug 16 04:09:01.537 INFO O| Aug 16 04:09:01.537 INFO STEP 935 (remove_files) COMPLETE |
6702 | 2024-08-16T04:09:02.575Z | [ recovery-image] Aug 16 04:09:01.537 INFO O| Aug 16 04:09:01.537 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-08-16T04:09:02.579Z | [ recovery-image] Aug 16 04:09:01.546 INFO O| Aug 16 04:09:01.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6704 | 2024-08-16T04:09:02.582Z | [ recovery-image] Aug 16 04:09:01.546 INFO O| Aug 16 04:09:01.546 INFO STEP 936 (remove_files) COMPLETE |
6705 | 2024-08-16T04:09:02.582Z | [ recovery-image] Aug 16 04:09:01.546 INFO O| Aug 16 04:09:01.546 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-08-16T04:09:02.589Z | [ recovery-image] Aug 16 04:09:01.556 INFO O| Aug 16 04:09:01.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6707 | 2024-08-16T04:09:02.589Z | [ recovery-image] Aug 16 04:09:01.556 INFO O| Aug 16 04:09:01.556 INFO STEP 937 (remove_files) COMPLETE |
6708 | 2024-08-16T04:09:02.591Z | [ recovery-image] Aug 16 04:09:01.556 INFO O| Aug 16 04:09:01.556 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-08-16T04:09:02.598Z | [ recovery-image] Aug 16 04:09:01.565 INFO O| Aug 16 04:09:01.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6710 | 2024-08-16T04:09:02.598Z | [ recovery-image] Aug 16 04:09:01.565 INFO O| Aug 16 04:09:01.565 INFO STEP 938 (remove_files) COMPLETE |
6711 | 2024-08-16T04:09:03.603Z | [ recovery-image] Aug 16 04:09:01.565 INFO O| Aug 16 04:09:01.565 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.574 INFO O| Aug 16 04:09:01.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6713 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.574 INFO O| Aug 16 04:09:01.574 INFO STEP 939 (remove_files) COMPLETE |
6714 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.574 INFO O| Aug 16 04:09:01.574 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.583 INFO O| Aug 16 04:09:01.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6716 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.583 INFO O| Aug 16 04:09:01.583 INFO STEP 940 (remove_files) COMPLETE |
6717 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.583 INFO O| Aug 16 04:09:01.583 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.592 INFO O| Aug 16 04:09:01.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6719 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.592 INFO O| Aug 16 04:09:01.592 INFO STEP 941 (remove_files) COMPLETE |
6720 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.592 INFO O| Aug 16 04:09:01.592 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.602 INFO O| Aug 16 04:09:01.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6722 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.602 INFO O| Aug 16 04:09:01.602 INFO STEP 942 (remove_files) COMPLETE |
6723 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.602 INFO O| Aug 16 04:09:01.602 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.611 INFO O| Aug 16 04:09:01.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6725 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.611 INFO O| Aug 16 04:09:01.611 INFO STEP 943 (remove_files) COMPLETE |
6726 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.611 INFO O| Aug 16 04:09:01.611 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.620 INFO O| Aug 16 04:09:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6728 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.620 INFO O| Aug 16 04:09:01.620 INFO STEP 944 (remove_files) COMPLETE |
6729 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.620 INFO O| Aug 16 04:09:01.620 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.629 INFO O| Aug 16 04:09:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6731 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.629 INFO O| Aug 16 04:09:01.629 INFO STEP 945 (remove_files) COMPLETE |
6732 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.629 INFO O| Aug 16 04:09:01.629 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.639 INFO O| Aug 16 04:09:01.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6734 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.639 INFO O| Aug 16 04:09:01.639 INFO STEP 946 (remove_files) COMPLETE |
6735 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.639 INFO O| Aug 16 04:09:01.639 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.648 INFO O| Aug 16 04:09:01.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6737 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.648 INFO O| Aug 16 04:09:01.648 INFO STEP 947 (remove_files) COMPLETE |
6738 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.648 INFO O| Aug 16 04:09:01.648 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.657 INFO O| Aug 16 04:09:01.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6740 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.657 INFO O| Aug 16 04:09:01.657 INFO STEP 948 (remove_files) COMPLETE |
6741 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.657 INFO O| Aug 16 04:09:01.657 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.666 INFO O| Aug 16 04:09:01.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6743 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.666 INFO O| Aug 16 04:09:01.666 INFO STEP 949 (remove_files) COMPLETE |
6744 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.666 INFO O| Aug 16 04:09:01.666 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.675 INFO O| Aug 16 04:09:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6746 | 2024-08-16T04:09:03.608Z | [ recovery-image] Aug 16 04:09:01.675 INFO O| Aug 16 04:09:01.675 INFO STEP 950 (remove_files) COMPLETE |
6747 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.675 INFO O| Aug 16 04:09:01.675 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.684 INFO O| Aug 16 04:09:01.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6749 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.684 INFO O| Aug 16 04:09:01.684 INFO STEP 951 (remove_files) COMPLETE |
6750 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.684 INFO O| Aug 16 04:09:01.684 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.693 INFO O| Aug 16 04:09:01.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6752 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.694 INFO O| Aug 16 04:09:01.693 INFO STEP 952 (remove_files) COMPLETE |
6753 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.694 INFO O| Aug 16 04:09:01.694 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.703 INFO O| Aug 16 04:09:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6755 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.703 INFO O| Aug 16 04:09:01.703 INFO STEP 953 (remove_files) COMPLETE |
6756 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.703 INFO O| Aug 16 04:09:01.703 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.712 INFO O| Aug 16 04:09:01.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6758 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.712 INFO O| Aug 16 04:09:01.712 INFO STEP 954 (remove_files) COMPLETE |
6759 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.712 INFO O| Aug 16 04:09:01.712 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.721 INFO O| Aug 16 04:09:01.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6761 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.721 INFO O| Aug 16 04:09:01.721 INFO STEP 955 (remove_files) COMPLETE |
6762 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.721 INFO O| Aug 16 04:09:01.721 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.730 INFO O| Aug 16 04:09:01.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6764 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.730 INFO O| Aug 16 04:09:01.730 INFO STEP 956 (remove_files) COMPLETE |
6765 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.730 INFO O| Aug 16 04:09:01.730 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.739 INFO O| Aug 16 04:09:01.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6767 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.740 INFO O| Aug 16 04:09:01.739 INFO STEP 957 (remove_files) COMPLETE |
6768 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.740 INFO O| Aug 16 04:09:01.739 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.749 INFO O| Aug 16 04:09:01.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6770 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.749 INFO O| Aug 16 04:09:01.749 INFO STEP 958 (remove_files) COMPLETE |
6771 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.749 INFO O| Aug 16 04:09:01.749 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.758 INFO O| Aug 16 04:09:01.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6773 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.758 INFO O| Aug 16 04:09:01.758 INFO STEP 959 (remove_files) COMPLETE |
6774 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.758 INFO O| Aug 16 04:09:01.758 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.767 INFO O| Aug 16 04:09:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6776 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.767 INFO O| Aug 16 04:09:01.767 INFO STEP 960 (remove_files) COMPLETE |
6777 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.767 INFO O| Aug 16 04:09:01.767 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.776 INFO O| Aug 16 04:09:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6779 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.776 INFO O| Aug 16 04:09:01.776 INFO STEP 961 (remove_files) COMPLETE |
6780 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.776 INFO O| Aug 16 04:09:01.776 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.785 INFO O| Aug 16 04:09:01.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6782 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.785 INFO O| Aug 16 04:09:01.785 INFO STEP 962 (remove_files) COMPLETE |
6783 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.785 INFO O| Aug 16 04:09:01.785 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.794 INFO O| Aug 16 04:09:01.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6785 | 2024-08-16T04:09:03.609Z | [ recovery-image] Aug 16 04:09:01.794 INFO O| Aug 16 04:09:01.794 INFO STEP 963 (remove_files) COMPLETE |
6786 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.794 INFO O| Aug 16 04:09:01.794 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.803 INFO O| Aug 16 04:09:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6788 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.803 INFO O| Aug 16 04:09:01.803 INFO STEP 964 (remove_files) COMPLETE |
6789 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.803 INFO O| Aug 16 04:09:01.803 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.812 INFO O| Aug 16 04:09:01.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6791 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.812 INFO O| Aug 16 04:09:01.812 INFO STEP 965 (remove_files) COMPLETE |
6792 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.812 INFO O| Aug 16 04:09:01.812 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.821 INFO O| Aug 16 04:09:01.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6794 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.822 INFO O| Aug 16 04:09:01.821 INFO STEP 966 (remove_files) COMPLETE |
6795 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.822 INFO O| Aug 16 04:09:01.822 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.831 INFO O| Aug 16 04:09:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6797 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.831 INFO O| Aug 16 04:09:01.831 INFO STEP 967 (remove_files) COMPLETE |
6798 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.831 INFO O| Aug 16 04:09:01.831 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.840 INFO O| Aug 16 04:09:01.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6800 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.840 INFO O| Aug 16 04:09:01.840 INFO STEP 968 (remove_files) COMPLETE |
6801 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.840 INFO O| Aug 16 04:09:01.840 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.849 INFO O| Aug 16 04:09:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6803 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.849 INFO O| Aug 16 04:09:01.849 INFO STEP 969 (remove_files) COMPLETE |
6804 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.849 INFO O| Aug 16 04:09:01.849 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.858 INFO O| Aug 16 04:09:01.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6806 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.859 INFO O| Aug 16 04:09:01.859 INFO STEP 970 (remove_files) COMPLETE |
6807 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.859 INFO O| Aug 16 04:09:01.859 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.868 INFO O| Aug 16 04:09:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6809 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.868 INFO O| Aug 16 04:09:01.868 INFO STEP 971 (remove_files) COMPLETE |
6810 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.868 INFO O| Aug 16 04:09:01.868 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-08-16T04:09:03.610Z | [ recovery-image] Aug 16 04:09:01.877 INFO O| Aug 16 04:09:01.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6812 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.878 INFO O| Aug 16 04:09:01.878 INFO STEP 972 (remove_files) COMPLETE |
6813 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.878 INFO O| Aug 16 04:09:01.878 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.887 INFO O| Aug 16 04:09:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6815 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.887 INFO O| Aug 16 04:09:01.887 INFO STEP 973 (remove_files) COMPLETE |
6816 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.887 INFO O| Aug 16 04:09:01.887 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.896 INFO O| Aug 16 04:09:01.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6818 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.896 INFO O| Aug 16 04:09:01.896 INFO STEP 974 (remove_files) COMPLETE |
6819 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.896 INFO O| Aug 16 04:09:01.896 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.905 INFO O| Aug 16 04:09:01.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6821 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.905 INFO O| Aug 16 04:09:01.905 INFO STEP 975 (remove_files) COMPLETE |
6822 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.905 INFO O| Aug 16 04:09:01.905 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.915 INFO O| Aug 16 04:09:01.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6824 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.915 INFO O| Aug 16 04:09:01.915 INFO STEP 976 (remove_files) COMPLETE |
6825 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.915 INFO O| Aug 16 04:09:01.915 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.925 INFO O| Aug 16 04:09:01.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6827 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.925 INFO O| Aug 16 04:09:01.925 INFO STEP 977 (remove_files) COMPLETE |
6828 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.925 INFO O| Aug 16 04:09:01.925 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-08-16T04:09:03.615Z | [ host-image] Aug 16 04:09:01.928 INFO O| Aug 16 04:09:01.928 INFO O| Download: Completed 1.39 MB in 0.99 seconds (1.4M/s) |
6830 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.934 INFO O| Aug 16 04:09:01.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6831 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.935 INFO O| Aug 16 04:09:01.935 INFO STEP 978 (remove_files) COMPLETE |
6832 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.935 INFO O| Aug 16 04:09:01.935 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.945 INFO O| Aug 16 04:09:01.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6834 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.945 INFO O| Aug 16 04:09:01.945 INFO STEP 979 (remove_files) COMPLETE |
6835 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.945 INFO O| Aug 16 04:09:01.945 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-08-16T04:09:03.615Z | [ host-image] Aug 16 04:09:01.953 INFO O| Aug 16 04:09:01.953 INFO O| Actions: 1/238 actions (Installing new actions) |
6837 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.955 INFO O| Aug 16 04:09:01.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6838 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.955 INFO O| Aug 16 04:09:01.955 INFO STEP 980 (remove_files) COMPLETE |
6839 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.955 INFO O| Aug 16 04:09:01.955 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.964 INFO O| Aug 16 04:09:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6841 | 2024-08-16T04:09:03.615Z | [ recovery-image] Aug 16 04:09:01.964 INFO O| Aug 16 04:09:01.964 INFO STEP 981 (remove_files) COMPLETE |
6842 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.964 INFO O| Aug 16 04:09:01.964 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.974 INFO O| Aug 16 04:09:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6844 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.974 INFO O| Aug 16 04:09:01.974 INFO STEP 982 (remove_files) COMPLETE |
6845 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.974 INFO O| Aug 16 04:09:01.974 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.984 INFO O| Aug 16 04:09:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6847 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.984 INFO O| Aug 16 04:09:01.984 INFO STEP 983 (remove_files) COMPLETE |
6848 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.984 INFO O| Aug 16 04:09:01.984 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.994 INFO O| Aug 16 04:09:01.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6850 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.994 INFO O| Aug 16 04:09:01.994 INFO STEP 984 (remove_files) COMPLETE |
6851 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:01.994 INFO O| Aug 16 04:09:01.994 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.004 INFO O| Aug 16 04:09:02.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6853 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.004 INFO O| Aug 16 04:09:02.004 INFO STEP 985 (remove_files) COMPLETE |
6854 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.004 INFO O| Aug 16 04:09:02.004 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.014 INFO O| Aug 16 04:09:02.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6856 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.014 INFO O| Aug 16 04:09:02.014 INFO STEP 986 (remove_files) COMPLETE |
6857 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.014 INFO O| Aug 16 04:09:02.014 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.024 INFO O| Aug 16 04:09:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6859 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.024 INFO O| Aug 16 04:09:02.024 INFO STEP 987 (remove_files) COMPLETE |
6860 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.024 INFO O| Aug 16 04:09:02.024 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.034 INFO O| Aug 16 04:09:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6862 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.034 INFO O| Aug 16 04:09:02.034 INFO STEP 988 (remove_files) COMPLETE |
6863 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.034 INFO O| Aug 16 04:09:02.034 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.044 INFO O| Aug 16 04:09:02.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6865 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.044 INFO O| Aug 16 04:09:02.044 INFO STEP 989 (remove_files) COMPLETE |
6866 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.044 INFO O| Aug 16 04:09:02.044 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.054 INFO O| Aug 16 04:09:02.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6868 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.054 INFO O| Aug 16 04:09:02.054 INFO STEP 990 (remove_files) COMPLETE |
6869 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.054 INFO O| Aug 16 04:09:02.054 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.064 INFO O| Aug 16 04:09:02.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6871 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.064 INFO O| Aug 16 04:09:02.064 INFO STEP 991 (remove_files) COMPLETE |
6872 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.064 INFO O| Aug 16 04:09:02.064 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.073 INFO O| Aug 16 04:09:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6874 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.074 INFO O| Aug 16 04:09:02.073 INFO STEP 992 (remove_files) COMPLETE |
6875 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.074 INFO O| Aug 16 04:09:02.074 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6877 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO STEP 993 (remove_files) COMPLETE |
6878 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-08-16T04:09:03.616Z | [ host-image] Aug 16 04:09:02.083 INFO O| Aug 16 04:09:02.083 INFO O| Actions: Completed 238 actions in 0.13 seconds. |
6880 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.092 INFO O| Aug 16 04:09:02.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6881 | 2024-08-16T04:09:03.616Z | [ recovery-image] Aug 16 04:09:02.092 INFO O| Aug 16 04:09:02.092 INFO STEP 994 (remove_files) COMPLETE |
6882 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.092 INFO O| Aug 16 04:09:02.092 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.101 INFO O| Aug 16 04:09:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6884 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.102 INFO O| Aug 16 04:09:02.102 INFO STEP 995 (remove_files) COMPLETE |
6885 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.102 INFO O| Aug 16 04:09:02.102 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.111 INFO O| Aug 16 04:09:02.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6887 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.111 INFO O| Aug 16 04:09:02.111 INFO STEP 996 (remove_files) COMPLETE |
6888 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.111 INFO O| Aug 16 04:09:02.111 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.125 INFO O| Aug 16 04:09:02.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6890 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.125 INFO O| Aug 16 04:09:02.125 INFO STEP 997 (remove_files) COMPLETE |
6891 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.125 INFO O| Aug 16 04:09:02.125 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.141 INFO O| Aug 16 04:09:02.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6893 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.141 INFO O| Aug 16 04:09:02.141 INFO STEP 998 (remove_files) COMPLETE |
6894 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.141 INFO O| Aug 16 04:09:02.141 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.155 INFO O| Aug 16 04:09:02.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6896 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.155 INFO O| Aug 16 04:09:02.155 INFO STEP 999 (remove_files) COMPLETE |
6897 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.155 INFO O| Aug 16 04:09:02.155 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.167 INFO O| Aug 16 04:09:02.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6899 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.167 INFO O| Aug 16 04:09:02.167 INFO STEP 1000 (remove_files) COMPLETE |
6900 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.167 INFO O| Aug 16 04:09:02.167 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.178 INFO O| Aug 16 04:09:02.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6902 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.178 INFO O| Aug 16 04:09:02.178 INFO STEP 1001 (remove_files) COMPLETE |
6903 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.178 INFO O| Aug 16 04:09:02.178 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.189 INFO O| Aug 16 04:09:02.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6905 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.189 INFO O| Aug 16 04:09:02.189 INFO STEP 1002 (remove_files) COMPLETE |
6906 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.189 INFO O| Aug 16 04:09:02.189 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.199 INFO O| Aug 16 04:09:02.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6908 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.199 INFO O| Aug 16 04:09:02.199 INFO STEP 1003 (remove_files) COMPLETE |
6909 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.199 INFO O| Aug 16 04:09:02.199 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.210 INFO O| Aug 16 04:09:02.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6911 | 2024-08-16T04:09:03.617Z | [ recovery-image] Aug 16 04:09:02.210 INFO O| Aug 16 04:09:02.210 INFO STEP 1004 (remove_files) COMPLETE |
6912 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.210 INFO O| Aug 16 04:09:02.210 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.222 INFO O| Aug 16 04:09:02.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6914 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.222 INFO O| Aug 16 04:09:02.222 INFO STEP 1005 (remove_files) COMPLETE |
6915 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.222 INFO O| Aug 16 04:09:02.222 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.231 INFO O| Aug 16 04:09:02.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6917 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.231 INFO O| Aug 16 04:09:02.231 INFO STEP 1006 (remove_files) COMPLETE |
6918 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.231 INFO O| Aug 16 04:09:02.231 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.241 INFO O| Aug 16 04:09:02.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6920 | 2024-08-16T04:09:03.621Z | [ recovery-image] Aug 16 04:09:02.241 INFO O| Aug 16 04:09:02.241 INFO STEP 1007 (remove_files) COMPLETE |
6921 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.242 INFO O| Aug 16 04:09:02.241 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.257 INFO O| Aug 16 04:09:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6923 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.258 INFO O| Aug 16 04:09:02.257 INFO STEP 1008 (remove_files) COMPLETE |
6924 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.258 INFO O| Aug 16 04:09:02.258 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-16T04:09:03.622Z | [ host-image] Aug 16 04:09:02.263 INFO O| Aug 16 04:09:02.263 INFO O| Done |
6926 | 2024-08-16T04:09:03.622Z | [ host-image] Aug 16 04:09:02.263 INFO O| Aug 16 04:09:02.263 INFO O| Done |
6927 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.276 INFO O| Aug 16 04:09:02.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6928 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.276 INFO O| Aug 16 04:09:02.276 INFO STEP 1009 (remove_files) COMPLETE |
6929 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.276 INFO O| Aug 16 04:09:02.276 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.294 INFO O| Aug 16 04:09:02.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6931 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.294 INFO O| Aug 16 04:09:02.294 INFO STEP 1010 (remove_files) COMPLETE |
6932 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.294 INFO O| Aug 16 04:09:02.294 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.311 INFO O| Aug 16 04:09:02.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6934 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.312 INFO O| Aug 16 04:09:02.311 INFO STEP 1011 (remove_files) COMPLETE |
6935 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.312 INFO O| Aug 16 04:09:02.312 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.328 INFO O| Aug 16 04:09:02.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6937 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.328 INFO O| Aug 16 04:09:02.328 INFO STEP 1012 (remove_files) COMPLETE |
6938 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.328 INFO O| Aug 16 04:09:02.328 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.345 INFO O| Aug 16 04:09:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6940 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.345 INFO O| Aug 16 04:09:02.345 INFO STEP 1013 (remove_files) COMPLETE |
6941 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.345 INFO O| Aug 16 04:09:02.345 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.361 INFO O| Aug 16 04:09:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6943 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.361 INFO O| Aug 16 04:09:02.361 INFO STEP 1014 (remove_files) COMPLETE |
6944 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.362 INFO O| Aug 16 04:09:02.361 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.378 INFO O| Aug 16 04:09:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6946 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.378 INFO O| Aug 16 04:09:02.378 INFO STEP 1015 (remove_files) COMPLETE |
6947 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.378 INFO O| Aug 16 04:09:02.378 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.394 INFO O| Aug 16 04:09:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6949 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.394 INFO O| Aug 16 04:09:02.394 INFO STEP 1016 (remove_files) COMPLETE |
6950 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.394 INFO O| Aug 16 04:09:02.394 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.410 INFO O| Aug 16 04:09:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6952 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.410 INFO O| Aug 16 04:09:02.410 INFO STEP 1017 (remove_files) COMPLETE |
6953 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.410 INFO O| Aug 16 04:09:02.410 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.426 INFO O| Aug 16 04:09:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6955 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.426 INFO O| Aug 16 04:09:02.426 INFO STEP 1018 (remove_files) COMPLETE |
6956 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.426 INFO O| Aug 16 04:09:02.426 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.441 INFO O| Aug 16 04:09:02.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6958 | 2024-08-16T04:09:03.622Z | [ recovery-image] Aug 16 04:09:02.441 INFO O| Aug 16 04:09:02.441 INFO STEP 1019 (remove_files) COMPLETE |
6959 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.441 INFO O| Aug 16 04:09:02.441 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.457 INFO O| Aug 16 04:09:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6961 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.457 INFO O| Aug 16 04:09:02.457 INFO STEP 1020 (remove_files) COMPLETE |
6962 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.457 INFO O| Aug 16 04:09:02.457 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.473 INFO O| Aug 16 04:09:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6964 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.474 INFO O| Aug 16 04:09:02.474 INFO STEP 1021 (remove_files) COMPLETE |
6965 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.474 INFO O| Aug 16 04:09:02.474 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.490 INFO O| Aug 16 04:09:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6967 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.490 INFO O| Aug 16 04:09:02.490 INFO STEP 1022 (remove_files) COMPLETE |
6968 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.490 INFO O| Aug 16 04:09:02.490 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.506 INFO O| Aug 16 04:09:02.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6970 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.506 INFO O| Aug 16 04:09:02.506 INFO STEP 1023 (remove_files) COMPLETE |
6971 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.506 INFO O| Aug 16 04:09:02.506 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.522 INFO O| Aug 16 04:09:02.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6973 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.523 INFO O| Aug 16 04:09:02.523 INFO STEP 1024 (remove_files) COMPLETE |
6974 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.523 INFO O| Aug 16 04:09:02.523 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6975 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.538 INFO O| Aug 16 04:09:02.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6976 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.538 INFO O| Aug 16 04:09:02.538 INFO STEP 1025 (remove_files) COMPLETE |
6977 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.538 INFO O| Aug 16 04:09:02.538 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6978 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.554 INFO O| Aug 16 04:09:02.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6979 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.554 INFO O| Aug 16 04:09:02.554 INFO STEP 1026 (remove_files) COMPLETE |
6980 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.554 INFO O| Aug 16 04:09:02.554 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6981 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.570 INFO O| Aug 16 04:09:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6982 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.570 INFO O| Aug 16 04:09:02.570 INFO STEP 1027 (remove_files) COMPLETE |
6983 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.570 INFO O| Aug 16 04:09:02.570 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6984 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.587 INFO O| Aug 16 04:09:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6985 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.587 INFO O| Aug 16 04:09:02.587 INFO STEP 1028 (remove_files) COMPLETE |
6986 | 2024-08-16T04:09:03.623Z | [ recovery-image] Aug 16 04:09:02.587 INFO O| Aug 16 04:09:02.587 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6987 | 2024-08-16T04:09:03.637Z | [ recovery-image] Aug 16 04:09:02.604 INFO O| Aug 16 04:09:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6988 | 2024-08-16T04:09:03.640Z | [ recovery-image] Aug 16 04:09:02.604 INFO O| Aug 16 04:09:02.604 INFO STEP 1029 (remove_files) COMPLETE |
6989 | 2024-08-16T04:09:03.640Z | [ recovery-image] Aug 16 04:09:02.604 INFO O| Aug 16 04:09:02.604 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6990 | 2024-08-16T04:09:03.652Z | [ recovery-image] Aug 16 04:09:02.619 INFO O| Aug 16 04:09:02.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6991 | 2024-08-16T04:09:03.656Z | [ recovery-image] Aug 16 04:09:02.619 INFO O| Aug 16 04:09:02.619 INFO STEP 1030 (remove_files) COMPLETE |
6992 | 2024-08-16T04:09:03.656Z | [ recovery-image] Aug 16 04:09:02.619 INFO O| Aug 16 04:09:02.619 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6993 | 2024-08-16T04:09:03.667Z | [ recovery-image] Aug 16 04:09:02.634 INFO O| Aug 16 04:09:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6994 | 2024-08-16T04:09:03.670Z | [ recovery-image] Aug 16 04:09:02.634 INFO O| Aug 16 04:09:02.634 INFO STEP 1031 (remove_files) COMPLETE |
6995 | 2024-08-16T04:09:03.670Z | [ recovery-image] Aug 16 04:09:02.634 INFO O| Aug 16 04:09:02.634 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6996 | 2024-08-16T04:09:03.682Z | [ recovery-image] Aug 16 04:09:02.649 INFO O| Aug 16 04:09:02.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6997 | 2024-08-16T04:09:03.682Z | [ recovery-image] Aug 16 04:09:02.649 INFO O| Aug 16 04:09:02.649 INFO STEP 1032 (remove_files) COMPLETE |
6998 | 2024-08-16T04:09:03.684Z | [ recovery-image] Aug 16 04:09:02.649 INFO O| Aug 16 04:09:02.649 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-08-16T04:09:03.698Z | [ recovery-image] Aug 16 04:09:02.665 INFO O| Aug 16 04:09:02.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7000 | 2024-08-16T04:09:03.701Z | [ recovery-image] Aug 16 04:09:02.665 INFO O| Aug 16 04:09:02.665 INFO STEP 1033 (remove_files) COMPLETE |
7001 | 2024-08-16T04:09:03.701Z | [ recovery-image] Aug 16 04:09:02.665 INFO O| Aug 16 04:09:02.665 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-08-16T04:09:03.709Z | [ recovery-image] Aug 16 04:09:02.676 INFO O| Aug 16 04:09:02.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7003 | 2024-08-16T04:09:03.709Z | [ recovery-image] Aug 16 04:09:02.676 INFO O| Aug 16 04:09:02.676 INFO STEP 1034 (remove_files) COMPLETE |
7004 | 2024-08-16T04:09:03.709Z | [ recovery-image] Aug 16 04:09:02.676 INFO O| Aug 16 04:09:02.676 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-08-16T04:09:03.719Z | [ recovery-image] Aug 16 04:09:02.686 INFO O| Aug 16 04:09:02.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7006 | 2024-08-16T04:09:03.721Z | [ recovery-image] Aug 16 04:09:02.686 INFO O| Aug 16 04:09:02.686 INFO STEP 1035 (remove_files) COMPLETE |
7007 | 2024-08-16T04:09:03.721Z | [ recovery-image] Aug 16 04:09:02.686 INFO O| Aug 16 04:09:02.686 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-08-16T04:09:03.728Z | [ recovery-image] Aug 16 04:09:02.695 INFO O| Aug 16 04:09:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7009 | 2024-08-16T04:09:03.728Z | [ recovery-image] Aug 16 04:09:02.695 INFO O| Aug 16 04:09:02.695 INFO STEP 1036 (remove_files) COMPLETE |
7010 | 2024-08-16T04:09:03.731Z | [ recovery-image] Aug 16 04:09:02.695 INFO O| Aug 16 04:09:02.695 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7011 | 2024-08-16T04:09:03.737Z | [ recovery-image] Aug 16 04:09:02.704 INFO O| Aug 16 04:09:02.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7012 | 2024-08-16T04:09:03.741Z | [ recovery-image] Aug 16 04:09:02.705 INFO O| Aug 16 04:09:02.705 INFO STEP 1037 (remove_files) COMPLETE |
7013 | 2024-08-16T04:09:03.741Z | [ recovery-image] Aug 16 04:09:02.705 INFO O| Aug 16 04:09:02.705 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7014 | 2024-08-16T04:09:03.747Z | [ recovery-image] Aug 16 04:09:02.714 INFO O| Aug 16 04:09:02.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7015 | 2024-08-16T04:09:03.750Z | [ recovery-image] Aug 16 04:09:02.714 INFO O| Aug 16 04:09:02.714 INFO STEP 1038 (remove_files) COMPLETE |
7016 | 2024-08-16T04:09:03.750Z | [ recovery-image] Aug 16 04:09:02.714 INFO O| Aug 16 04:09:02.714 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7017 | 2024-08-16T04:09:03.757Z | [ recovery-image] Aug 16 04:09:02.724 INFO O| Aug 16 04:09:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7018 | 2024-08-16T04:09:03.757Z | [ recovery-image] Aug 16 04:09:02.724 INFO O| Aug 16 04:09:02.724 INFO STEP 1039 (remove_files) COMPLETE |
7019 | 2024-08-16T04:09:03.759Z | [ recovery-image] Aug 16 04:09:02.724 INFO O| Aug 16 04:09:02.724 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-08-16T04:09:03.766Z | [ recovery-image] Aug 16 04:09:02.733 INFO O| Aug 16 04:09:02.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7021 | 2024-08-16T04:09:03.766Z | [ recovery-image] Aug 16 04:09:02.733 INFO O| Aug 16 04:09:02.733 INFO STEP 1040 (remove_files) COMPLETE |
7022 | 2024-08-16T04:09:03.768Z | [ recovery-image] Aug 16 04:09:02.733 INFO O| Aug 16 04:09:02.733 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-08-16T04:09:03.775Z | [ host-image] Aug 16 04:09:02.742 INFO O| Aug 16 04:09:02.742 INFO O| Done |
7024 | 2024-08-16T04:09:03.777Z | [ recovery-image] Aug 16 04:09:02.742 INFO O| Aug 16 04:09:02.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7025 | 2024-08-16T04:09:03.777Z | [ recovery-image] Aug 16 04:09:02.743 INFO O| Aug 16 04:09:02.743 INFO STEP 1041 (remove_files) COMPLETE |
7026 | 2024-08-16T04:09:03.777Z | [ recovery-image] Aug 16 04:09:02.743 INFO O| Aug 16 04:09:02.743 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-08-16T04:09:03.787Z | [ recovery-image] Aug 16 04:09:02.754 INFO O| Aug 16 04:09:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7028 | 2024-08-16T04:09:03.787Z | [ recovery-image] Aug 16 04:09:02.754 INFO O| Aug 16 04:09:02.754 INFO STEP 1042 (remove_files) COMPLETE |
7029 | 2024-08-16T04:09:03.790Z | [ recovery-image] Aug 16 04:09:02.754 INFO O| Aug 16 04:09:02.754 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-08-16T04:09:03.797Z | [ recovery-image] Aug 16 04:09:02.764 INFO O| Aug 16 04:09:02.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7031 | 2024-08-16T04:09:03.799Z | [ recovery-image] Aug 16 04:09:02.765 INFO O| Aug 16 04:09:02.765 INFO STEP 1043 (remove_files) COMPLETE |
7032 | 2024-08-16T04:09:03.799Z | [ recovery-image] Aug 16 04:09:02.765 INFO O| Aug 16 04:09:02.765 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-08-16T04:09:03.808Z | [ recovery-image] Aug 16 04:09:02.775 INFO O| Aug 16 04:09:02.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7034 | 2024-08-16T04:09:03.808Z | [ recovery-image] Aug 16 04:09:02.775 INFO O| Aug 16 04:09:02.775 INFO STEP 1044 (remove_files) COMPLETE |
7035 | 2024-08-16T04:09:03.808Z | [ recovery-image] Aug 16 04:09:02.775 INFO O| Aug 16 04:09:02.775 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-08-16T04:09:03.817Z | [ recovery-image] Aug 16 04:09:02.784 INFO O| Aug 16 04:09:02.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7037 | 2024-08-16T04:09:03.820Z | [ recovery-image] Aug 16 04:09:02.784 INFO O| Aug 16 04:09:02.784 INFO STEP 1045 (remove_files) COMPLETE |
7038 | 2024-08-16T04:09:03.820Z | [ recovery-image] Aug 16 04:09:02.784 INFO O| Aug 16 04:09:02.784 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-08-16T04:09:03.827Z | [ recovery-image] Aug 16 04:09:02.794 INFO O| Aug 16 04:09:02.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7040 | 2024-08-16T04:09:03.827Z | [ recovery-image] Aug 16 04:09:02.794 INFO O| Aug 16 04:09:02.794 INFO STEP 1046 (remove_files) COMPLETE |
7041 | 2024-08-16T04:09:03.827Z | [ recovery-image] Aug 16 04:09:02.794 INFO O| Aug 16 04:09:02.794 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-08-16T04:09:03.836Z | [ recovery-image] Aug 16 04:09:02.803 INFO O| Aug 16 04:09:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7043 | 2024-08-16T04:09:03.839Z | [ recovery-image] Aug 16 04:09:02.803 INFO O| Aug 16 04:09:02.803 INFO STEP 1047 (remove_files) COMPLETE |
7044 | 2024-08-16T04:09:03.839Z | [ recovery-image] Aug 16 04:09:02.803 INFO O| Aug 16 04:09:02.803 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-08-16T04:09:03.846Z | [ recovery-image] Aug 16 04:09:02.813 INFO O| Aug 16 04:09:02.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7046 | 2024-08-16T04:09:03.846Z | [ recovery-image] Aug 16 04:09:02.813 INFO O| Aug 16 04:09:02.813 INFO STEP 1048 (remove_files) COMPLETE |
7047 | 2024-08-16T04:09:03.848Z | [ recovery-image] Aug 16 04:09:02.813 INFO O| Aug 16 04:09:02.813 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-08-16T04:09:03.855Z | [ recovery-image] Aug 16 04:09:02.822 INFO O| Aug 16 04:09:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7049 | 2024-08-16T04:09:03.855Z | [ recovery-image] Aug 16 04:09:02.822 INFO O| Aug 16 04:09:02.822 INFO STEP 1049 (remove_files) COMPLETE |
7050 | 2024-08-16T04:09:03.855Z | [ recovery-image] Aug 16 04:09:02.822 INFO O| Aug 16 04:09:02.822 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-08-16T04:09:03.865Z | [ recovery-image] Aug 16 04:09:02.832 INFO O| Aug 16 04:09:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7052 | 2024-08-16T04:09:03.865Z | [ recovery-image] Aug 16 04:09:02.832 INFO O| Aug 16 04:09:02.832 INFO STEP 1050 (remove_files) COMPLETE |
7053 | 2024-08-16T04:09:03.865Z | [ recovery-image] Aug 16 04:09:02.832 INFO O| Aug 16 04:09:02.832 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-08-16T04:09:03.874Z | [ recovery-image] Aug 16 04:09:02.841 INFO O| Aug 16 04:09:02.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7055 | 2024-08-16T04:09:03.874Z | [ recovery-image] Aug 16 04:09:02.842 INFO O| Aug 16 04:09:02.841 INFO STEP 1051 (remove_files) COMPLETE |
7056 | 2024-08-16T04:09:03.874Z | [ recovery-image] Aug 16 04:09:02.842 INFO O| Aug 16 04:09:02.842 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-08-16T04:09:03.884Z | [ recovery-image] Aug 16 04:09:02.851 INFO O| Aug 16 04:09:02.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7058 | 2024-08-16T04:09:03.884Z | [ recovery-image] Aug 16 04:09:02.851 INFO O| Aug 16 04:09:02.851 INFO STEP 1052 (remove_files) COMPLETE |
7059 | 2024-08-16T04:09:03.884Z | [ recovery-image] Aug 16 04:09:02.851 INFO O| Aug 16 04:09:02.851 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-08-16T04:09:03.894Z | [ recovery-image] Aug 16 04:09:02.861 INFO O| Aug 16 04:09:02.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7061 | 2024-08-16T04:09:03.896Z | [ recovery-image] Aug 16 04:09:02.861 INFO O| Aug 16 04:09:02.861 INFO STEP 1053 (remove_files) COMPLETE |
7062 | 2024-08-16T04:09:03.896Z | [ recovery-image] Aug 16 04:09:02.861 INFO O| Aug 16 04:09:02.861 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-08-16T04:09:03.903Z | [ recovery-image] Aug 16 04:09:02.871 INFO O| Aug 16 04:09:02.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7064 | 2024-08-16T04:09:03.903Z | [ recovery-image] Aug 16 04:09:02.871 INFO O| Aug 16 04:09:02.871 INFO STEP 1054 (remove_files) COMPLETE |
7065 | 2024-08-16T04:09:03.906Z | [ recovery-image] Aug 16 04:09:02.871 INFO O| Aug 16 04:09:02.871 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-08-16T04:09:03.913Z | [ recovery-image] Aug 16 04:09:02.880 INFO O| Aug 16 04:09:02.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7067 | 2024-08-16T04:09:03.913Z | [ recovery-image] Aug 16 04:09:02.880 INFO O| Aug 16 04:09:02.880 INFO STEP 1055 (remove_files) COMPLETE |
7068 | 2024-08-16T04:09:03.916Z | [ recovery-image] Aug 16 04:09:02.880 INFO O| Aug 16 04:09:02.880 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-08-16T04:09:03.923Z | [ recovery-image] Aug 16 04:09:02.890 INFO O| Aug 16 04:09:02.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7070 | 2024-08-16T04:09:03.923Z | [ recovery-image] Aug 16 04:09:02.890 INFO O| Aug 16 04:09:02.890 INFO STEP 1056 (remove_files) COMPLETE |
7071 | 2024-08-16T04:09:03.926Z | [ recovery-image] Aug 16 04:09:02.890 INFO O| Aug 16 04:09:02.890 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-08-16T04:09:03.934Z | [ recovery-image] Aug 16 04:09:02.900 INFO O| Aug 16 04:09:02.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7073 | 2024-08-16T04:09:03.934Z | [ recovery-image] Aug 16 04:09:02.900 INFO O| Aug 16 04:09:02.900 INFO STEP 1057 (remove_files) COMPLETE |
7074 | 2024-08-16T04:09:03.934Z | [ recovery-image] Aug 16 04:09:02.900 INFO O| Aug 16 04:09:02.900 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-08-16T04:09:03.942Z | [ recovery-image] Aug 16 04:09:02.909 INFO O| Aug 16 04:09:02.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7076 | 2024-08-16T04:09:03.942Z | [ recovery-image] Aug 16 04:09:02.910 INFO O| Aug 16 04:09:02.910 INFO STEP 1058 (remove_files) COMPLETE |
7077 | 2024-08-16T04:09:03.942Z | [ recovery-image] Aug 16 04:09:02.910 INFO O| Aug 16 04:09:02.910 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-08-16T04:09:03.952Z | [ recovery-image] Aug 16 04:09:02.919 INFO O| Aug 16 04:09:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7079 | 2024-08-16T04:09:03.952Z | [ recovery-image] Aug 16 04:09:02.919 INFO O| Aug 16 04:09:02.919 INFO STEP 1059 (remove_files) COMPLETE |
7080 | 2024-08-16T04:09:03.955Z | [ recovery-image] Aug 16 04:09:02.919 INFO O| Aug 16 04:09:02.919 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-08-16T04:09:03.961Z | [ recovery-image] Aug 16 04:09:02.928 INFO O| Aug 16 04:09:02.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7082 | 2024-08-16T04:09:03.961Z | [ recovery-image] Aug 16 04:09:02.929 INFO O| Aug 16 04:09:02.929 INFO STEP 1060 (remove_files) COMPLETE |
7083 | 2024-08-16T04:09:03.964Z | [ recovery-image] Aug 16 04:09:02.929 INFO O| Aug 16 04:09:02.929 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-08-16T04:09:03.971Z | [ recovery-image] Aug 16 04:09:02.938 INFO O| Aug 16 04:09:02.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7085 | 2024-08-16T04:09:03.973Z | [ recovery-image] Aug 16 04:09:02.938 INFO O| Aug 16 04:09:02.938 INFO STEP 1061 (remove_files) COMPLETE |
7086 | 2024-08-16T04:09:03.973Z | [ recovery-image] Aug 16 04:09:02.938 INFO O| Aug 16 04:09:02.938 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-08-16T04:09:03.980Z | [ recovery-image] Aug 16 04:09:02.947 INFO O| Aug 16 04:09:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7088 | 2024-08-16T04:09:03.983Z | [ recovery-image] Aug 16 04:09:02.947 INFO O| Aug 16 04:09:02.947 INFO STEP 1062 (remove_files) COMPLETE |
7089 | 2024-08-16T04:09:03.983Z | [ recovery-image] Aug 16 04:09:02.948 INFO O| Aug 16 04:09:02.947 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-08-16T04:09:03.990Z | [ recovery-image] Aug 16 04:09:02.957 INFO O| Aug 16 04:09:02.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7091 | 2024-08-16T04:09:03.990Z | [ recovery-image] Aug 16 04:09:02.957 INFO O| Aug 16 04:09:02.957 INFO STEP 1063 (remove_files) COMPLETE |
7092 | 2024-08-16T04:09:03.990Z | [ recovery-image] Aug 16 04:09:02.957 INFO O| Aug 16 04:09:02.957 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-08-16T04:09:03.999Z | [ recovery-image] Aug 16 04:09:02.967 INFO O| Aug 16 04:09:02.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7094 | 2024-08-16T04:09:03.999Z | [ recovery-image] Aug 16 04:09:02.967 INFO O| Aug 16 04:09:02.967 INFO STEP 1064 (remove_files) COMPLETE |
7095 | 2024-08-16T04:09:04.002Z | [ recovery-image] Aug 16 04:09:02.967 INFO O| Aug 16 04:09:02.967 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-08-16T04:09:04.009Z | [ recovery-image] Aug 16 04:09:02.976 INFO O| Aug 16 04:09:02.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7097 | 2024-08-16T04:09:04.009Z | [ recovery-image] Aug 16 04:09:02.977 INFO O| Aug 16 04:09:02.977 INFO STEP 1065 (remove_files) COMPLETE |
7098 | 2024-08-16T04:09:04.009Z | [ recovery-image] Aug 16 04:09:02.977 INFO O| Aug 16 04:09:02.977 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-08-16T04:09:04.020Z | [ recovery-image] Aug 16 04:09:02.987 INFO O| Aug 16 04:09:02.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7100 | 2024-08-16T04:09:04.022Z | [ recovery-image] Aug 16 04:09:02.987 INFO O| Aug 16 04:09:02.987 INFO STEP 1066 (remove_files) COMPLETE |
7101 | 2024-08-16T04:09:04.022Z | [ recovery-image] Aug 16 04:09:02.987 INFO O| Aug 16 04:09:02.987 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-08-16T04:09:04.029Z | [ recovery-image] Aug 16 04:09:02.997 INFO O| Aug 16 04:09:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7103 | 2024-08-16T04:09:04.030Z | [ recovery-image] Aug 16 04:09:02.997 INFO O| Aug 16 04:09:02.997 INFO STEP 1067 (remove_files) COMPLETE |
7104 | 2024-08-16T04:09:04.032Z | [ recovery-image] Aug 16 04:09:02.997 INFO O| Aug 16 04:09:02.997 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-08-16T04:09:04.041Z | [ recovery-image] Aug 16 04:09:03.008 INFO O| Aug 16 04:09:03.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7106 | 2024-08-16T04:09:04.044Z | [ recovery-image] Aug 16 04:09:03.008 INFO O| Aug 16 04:09:03.008 INFO STEP 1068 (remove_files) COMPLETE |
7107 | 2024-08-16T04:09:04.044Z | [ recovery-image] Aug 16 04:09:03.008 INFO O| Aug 16 04:09:03.008 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-08-16T04:09:04.051Z | [ recovery-image] Aug 16 04:09:03.018 INFO O| Aug 16 04:09:03.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7109 | 2024-08-16T04:09:04.054Z | [ recovery-image] Aug 16 04:09:03.018 INFO O| Aug 16 04:09:03.018 INFO STEP 1069 (remove_files) COMPLETE |
7110 | 2024-08-16T04:09:04.054Z | [ recovery-image] Aug 16 04:09:03.018 INFO O| Aug 16 04:09:03.018 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-08-16T04:09:04.061Z | [ recovery-image] Aug 16 04:09:03.028 INFO O| Aug 16 04:09:03.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7112 | 2024-08-16T04:09:04.061Z | [ recovery-image] Aug 16 04:09:03.028 INFO O| Aug 16 04:09:03.028 INFO STEP 1070 (remove_files) COMPLETE |
7113 | 2024-08-16T04:09:04.063Z | [ recovery-image] Aug 16 04:09:03.028 INFO O| Aug 16 04:09:03.028 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-08-16T04:09:04.071Z | [ recovery-image] Aug 16 04:09:03.038 INFO O| Aug 16 04:09:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7115 | 2024-08-16T04:09:04.071Z | [ recovery-image] Aug 16 04:09:03.038 INFO O| Aug 16 04:09:03.038 INFO STEP 1071 (remove_files) COMPLETE |
7116 | 2024-08-16T04:09:04.071Z | [ recovery-image] Aug 16 04:09:03.038 INFO O| Aug 16 04:09:03.038 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-08-16T04:09:04.080Z | [ recovery-image] Aug 16 04:09:03.047 INFO O| Aug 16 04:09:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7118 | 2024-08-16T04:09:04.083Z | [ recovery-image] Aug 16 04:09:03.048 INFO O| Aug 16 04:09:03.048 INFO STEP 1072 (remove_files) COMPLETE |
7119 | 2024-08-16T04:09:04.083Z | [ recovery-image] Aug 16 04:09:03.048 INFO O| Aug 16 04:09:03.048 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-08-16T04:09:04.090Z | [ recovery-image] Aug 16 04:09:03.057 INFO O| Aug 16 04:09:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7121 | 2024-08-16T04:09:04.090Z | [ recovery-image] Aug 16 04:09:03.057 INFO O| Aug 16 04:09:03.057 INFO STEP 1073 (remove_files) COMPLETE |
7122 | 2024-08-16T04:09:04.092Z | [ recovery-image] Aug 16 04:09:03.057 INFO O| Aug 16 04:09:03.057 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-08-16T04:09:04.099Z | [ recovery-image] Aug 16 04:09:03.067 INFO O| Aug 16 04:09:03.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7124 | 2024-08-16T04:09:04.099Z | [ recovery-image] Aug 16 04:09:03.067 INFO O| Aug 16 04:09:03.067 INFO STEP 1074 (remove_files) COMPLETE |
7125 | 2024-08-16T04:09:04.102Z | [ recovery-image] Aug 16 04:09:03.067 INFO O| Aug 16 04:09:03.067 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-08-16T04:09:04.109Z | [ recovery-image] Aug 16 04:09:03.076 INFO O| Aug 16 04:09:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7127 | 2024-08-16T04:09:04.111Z | [ recovery-image] Aug 16 04:09:03.078 INFO O| Aug 16 04:09:03.077 INFO STEP 1075 (remove_files) COMPLETE |
7128 | 2024-08-16T04:09:04.111Z | [ recovery-image] Aug 16 04:09:03.078 INFO O| Aug 16 04:09:03.077 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-08-16T04:09:04.120Z | [ recovery-image] Aug 16 04:09:03.087 INFO O| Aug 16 04:09:03.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7130 | 2024-08-16T04:09:04.123Z | [ recovery-image] Aug 16 04:09:03.087 INFO O| Aug 16 04:09:03.087 INFO STEP 1076 (remove_files) COMPLETE |
7131 | 2024-08-16T04:09:04.123Z | [ recovery-image] Aug 16 04:09:03.087 INFO O| Aug 16 04:09:03.087 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-08-16T04:09:04.129Z | [ recovery-image] Aug 16 04:09:03.096 INFO O| Aug 16 04:09:03.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7133 | 2024-08-16T04:09:04.129Z | [ recovery-image] Aug 16 04:09:03.096 INFO O| Aug 16 04:09:03.096 INFO STEP 1077 (remove_files) COMPLETE |
7134 | 2024-08-16T04:09:04.132Z | [ recovery-image] Aug 16 04:09:03.096 INFO O| Aug 16 04:09:03.096 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-08-16T04:09:04.139Z | [ recovery-image] Aug 16 04:09:03.106 INFO O| Aug 16 04:09:03.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7136 | 2024-08-16T04:09:04.139Z | [ recovery-image] Aug 16 04:09:03.106 INFO O| Aug 16 04:09:03.106 INFO STEP 1078 (remove_files) COMPLETE |
7137 | 2024-08-16T04:09:04.139Z | [ recovery-image] Aug 16 04:09:03.106 INFO O| Aug 16 04:09:03.106 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-08-16T04:09:04.148Z | [ recovery-image] Aug 16 04:09:03.115 INFO O| Aug 16 04:09:03.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7139 | 2024-08-16T04:09:04.148Z | [ recovery-image] Aug 16 04:09:03.116 INFO O| Aug 16 04:09:03.116 INFO STEP 1079 (remove_files) COMPLETE |
7140 | 2024-08-16T04:09:04.151Z | [ recovery-image] Aug 16 04:09:03.116 INFO O| Aug 16 04:09:03.116 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-08-16T04:09:04.158Z | [ recovery-image] Aug 16 04:09:03.125 INFO O| Aug 16 04:09:03.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7142 | 2024-08-16T04:09:04.158Z | [ recovery-image] Aug 16 04:09:03.125 INFO O| Aug 16 04:09:03.125 INFO STEP 1080 (remove_files) COMPLETE |
7143 | 2024-08-16T04:09:04.158Z | [ recovery-image] Aug 16 04:09:03.125 INFO O| Aug 16 04:09:03.125 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-08-16T04:09:04.167Z | [ recovery-image] Aug 16 04:09:03.135 INFO O| Aug 16 04:09:03.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7145 | 2024-08-16T04:09:04.167Z | [ recovery-image] Aug 16 04:09:03.135 INFO O| Aug 16 04:09:03.135 INFO STEP 1081 (remove_files) COMPLETE |
7146 | 2024-08-16T04:09:04.170Z | [ recovery-image] Aug 16 04:09:03.135 INFO O| Aug 16 04:09:03.135 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-08-16T04:09:04.177Z | [ recovery-image] Aug 16 04:09:03.144 INFO O| Aug 16 04:09:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7148 | 2024-08-16T04:09:04.180Z | [ recovery-image] Aug 16 04:09:03.145 INFO O| Aug 16 04:09:03.145 INFO STEP 1082 (remove_files) COMPLETE |
7149 | 2024-08-16T04:09:04.180Z | [ recovery-image] Aug 16 04:09:03.145 INFO O| Aug 16 04:09:03.145 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-08-16T04:09:04.188Z | [ recovery-image] Aug 16 04:09:03.155 INFO O| Aug 16 04:09:03.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7151 | 2024-08-16T04:09:04.188Z | [ recovery-image] Aug 16 04:09:03.155 INFO O| Aug 16 04:09:03.155 INFO STEP 1083 (remove_files) COMPLETE |
7152 | 2024-08-16T04:09:04.190Z | [ recovery-image] Aug 16 04:09:03.155 INFO O| Aug 16 04:09:03.155 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-08-16T04:09:04.198Z | [ recovery-image] Aug 16 04:09:03.165 INFO O| Aug 16 04:09:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7154 | 2024-08-16T04:09:04.200Z | [ recovery-image] Aug 16 04:09:03.165 INFO O| Aug 16 04:09:03.165 INFO STEP 1084 (remove_files) COMPLETE |
7155 | 2024-08-16T04:09:04.200Z | [ recovery-image] Aug 16 04:09:03.165 INFO O| Aug 16 04:09:03.165 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-08-16T04:09:04.207Z | [ recovery-image] Aug 16 04:09:03.175 INFO O| Aug 16 04:09:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7157 | 2024-08-16T04:09:04.210Z | [ recovery-image] Aug 16 04:09:03.175 INFO O| Aug 16 04:09:03.175 INFO STEP 1085 (remove_files) COMPLETE |
7158 | 2024-08-16T04:09:04.210Z | [ recovery-image] Aug 16 04:09:03.175 INFO O| Aug 16 04:09:03.175 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-08-16T04:09:04.217Z | [ recovery-image] Aug 16 04:09:03.184 INFO O| Aug 16 04:09:03.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7160 | 2024-08-16T04:09:04.217Z | [ recovery-image] Aug 16 04:09:03.184 INFO O| Aug 16 04:09:03.184 INFO STEP 1086 (remove_files) COMPLETE |
7161 | 2024-08-16T04:09:04.220Z | [ recovery-image] Aug 16 04:09:03.184 INFO O| Aug 16 04:09:03.184 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-08-16T04:09:04.227Z | [ recovery-image] Aug 16 04:09:03.194 INFO O| Aug 16 04:09:03.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7163 | 2024-08-16T04:09:04.227Z | [ recovery-image] Aug 16 04:09:03.194 INFO O| Aug 16 04:09:03.194 INFO STEP 1087 (remove_files) COMPLETE |
7164 | 2024-08-16T04:09:04.227Z | [ recovery-image] Aug 16 04:09:03.194 INFO O| Aug 16 04:09:03.194 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-08-16T04:09:04.237Z | [ recovery-image] Aug 16 04:09:03.204 INFO O| Aug 16 04:09:03.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7166 | 2024-08-16T04:09:04.240Z | [ recovery-image] Aug 16 04:09:03.205 INFO O| Aug 16 04:09:03.205 INFO STEP 1088 (remove_files) COMPLETE |
7167 | 2024-08-16T04:09:04.240Z | [ recovery-image] Aug 16 04:09:03.205 INFO O| Aug 16 04:09:03.205 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-08-16T04:09:04.248Z | [ recovery-image] Aug 16 04:09:03.215 INFO O| Aug 16 04:09:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7169 | 2024-08-16T04:09:04.248Z | [ recovery-image] Aug 16 04:09:03.215 INFO O| Aug 16 04:09:03.215 INFO STEP 1089 (remove_files) COMPLETE |
7170 | 2024-08-16T04:09:04.251Z | [ recovery-image] Aug 16 04:09:03.215 INFO O| Aug 16 04:09:03.215 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-08-16T04:09:04.257Z | [ recovery-image] Aug 16 04:09:03.224 INFO O| Aug 16 04:09:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7172 | 2024-08-16T04:09:04.257Z | [ recovery-image] Aug 16 04:09:03.224 INFO O| Aug 16 04:09:03.224 INFO STEP 1090 (remove_files) COMPLETE |
7173 | 2024-08-16T04:09:04.257Z | [ recovery-image] Aug 16 04:09:03.224 INFO O| Aug 16 04:09:03.224 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-08-16T04:09:04.266Z | [ recovery-image] Aug 16 04:09:03.234 INFO O| Aug 16 04:09:03.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7175 | 2024-08-16T04:09:04.269Z | [ recovery-image] Aug 16 04:09:03.234 INFO O| Aug 16 04:09:03.234 INFO STEP 1091 (remove_files) COMPLETE |
7176 | 2024-08-16T04:09:04.269Z | [ recovery-image] Aug 16 04:09:03.234 INFO O| Aug 16 04:09:03.234 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-08-16T04:09:04.276Z | [ recovery-image] Aug 16 04:09:03.243 INFO O| Aug 16 04:09:03.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7178 | 2024-08-16T04:09:04.276Z | [ recovery-image] Aug 16 04:09:03.243 INFO O| Aug 16 04:09:03.243 INFO STEP 1092 (remove_files) COMPLETE |
7179 | 2024-08-16T04:09:04.276Z | [ recovery-image] Aug 16 04:09:03.243 INFO O| Aug 16 04:09:03.243 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-08-16T04:09:04.286Z | [ recovery-image] Aug 16 04:09:03.252 INFO O| Aug 16 04:09:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7181 | 2024-08-16T04:09:04.288Z | [ recovery-image] Aug 16 04:09:03.252 INFO O| Aug 16 04:09:03.252 INFO STEP 1093 (remove_files) COMPLETE |
7182 | 2024-08-16T04:09:04.288Z | [ recovery-image] Aug 16 04:09:03.252 INFO O| Aug 16 04:09:03.252 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-08-16T04:09:04.294Z | [ recovery-image] Aug 16 04:09:03.261 INFO O| Aug 16 04:09:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7184 | 2024-08-16T04:09:04.294Z | [ recovery-image] Aug 16 04:09:03.261 INFO O| Aug 16 04:09:03.261 INFO STEP 1094 (remove_files) COMPLETE |
7185 | 2024-08-16T04:09:04.297Z | [ recovery-image] Aug 16 04:09:03.261 INFO O| Aug 16 04:09:03.261 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-08-16T04:09:04.304Z | [ recovery-image] Aug 16 04:09:03.271 INFO O| Aug 16 04:09:03.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7187 | 2024-08-16T04:09:04.304Z | [ recovery-image] Aug 16 04:09:03.271 INFO O| Aug 16 04:09:03.271 INFO STEP 1095 (remove_files) COMPLETE |
7188 | 2024-08-16T04:09:04.306Z | [ recovery-image] Aug 16 04:09:03.271 INFO O| Aug 16 04:09:03.271 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-08-16T04:09:04.313Z | [ recovery-image] Aug 16 04:09:03.280 INFO O| Aug 16 04:09:03.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7190 | 2024-08-16T04:09:04.313Z | [ recovery-image] Aug 16 04:09:03.280 INFO O| Aug 16 04:09:03.280 INFO STEP 1096 (remove_files) COMPLETE |
7191 | 2024-08-16T04:09:04.316Z | [ recovery-image] Aug 16 04:09:03.280 INFO O| Aug 16 04:09:03.280 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-08-16T04:09:04.323Z | [ recovery-image] Aug 16 04:09:03.290 INFO O| Aug 16 04:09:03.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7193 | 2024-08-16T04:09:04.323Z | [ recovery-image] Aug 16 04:09:03.290 INFO O| Aug 16 04:09:03.290 INFO STEP 1097 (remove_files) COMPLETE |
7194 | 2024-08-16T04:09:04.325Z | [ recovery-image] Aug 16 04:09:03.290 INFO O| Aug 16 04:09:03.290 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-08-16T04:09:04.332Z | [ recovery-image] Aug 16 04:09:03.299 INFO O| Aug 16 04:09:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7196 | 2024-08-16T04:09:04.332Z | [ recovery-image] Aug 16 04:09:03.300 INFO O| Aug 16 04:09:03.300 INFO STEP 1098 (remove_files) COMPLETE |
7197 | 2024-08-16T04:09:04.332Z | [ recovery-image] Aug 16 04:09:03.300 INFO O| Aug 16 04:09:03.300 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-08-16T04:09:04.342Z | [ recovery-image] Aug 16 04:09:03.309 INFO O| Aug 16 04:09:03.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7199 | 2024-08-16T04:09:04.344Z | [ recovery-image] Aug 16 04:09:03.309 INFO O| Aug 16 04:09:03.309 INFO STEP 1099 (remove_files) COMPLETE |
7200 | 2024-08-16T04:09:04.344Z | [ recovery-image] Aug 16 04:09:03.309 INFO O| Aug 16 04:09:03.309 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-08-16T04:09:04.351Z | [ recovery-image] Aug 16 04:09:03.318 INFO O| Aug 16 04:09:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7202 | 2024-08-16T04:09:04.351Z | [ recovery-image] Aug 16 04:09:03.318 INFO O| Aug 16 04:09:03.318 INFO STEP 1100 (remove_files) COMPLETE |
7203 | 2024-08-16T04:09:04.354Z | [ recovery-image] Aug 16 04:09:03.318 INFO O| Aug 16 04:09:03.318 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-08-16T04:09:04.361Z | [ recovery-image] Aug 16 04:09:03.328 INFO O| Aug 16 04:09:03.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7205 | 2024-08-16T04:09:04.361Z | [ recovery-image] Aug 16 04:09:03.328 INFO O| Aug 16 04:09:03.328 INFO STEP 1101 (remove_files) COMPLETE |
7206 | 2024-08-16T04:09:04.363Z | [ recovery-image] Aug 16 04:09:03.328 INFO O| Aug 16 04:09:03.328 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-08-16T04:09:04.370Z | [ recovery-image] Aug 16 04:09:03.337 INFO O| Aug 16 04:09:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7208 | 2024-08-16T04:09:04.372Z | [ recovery-image] Aug 16 04:09:03.337 INFO O| Aug 16 04:09:03.337 INFO STEP 1102 (remove_files) COMPLETE |
7209 | 2024-08-16T04:09:04.372Z | [ recovery-image] Aug 16 04:09:03.337 INFO O| Aug 16 04:09:03.337 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-08-16T04:09:04.380Z | [ recovery-image] Aug 16 04:09:03.347 INFO O| Aug 16 04:09:03.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7211 | 2024-08-16T04:09:04.382Z | [ recovery-image] Aug 16 04:09:03.347 INFO O| Aug 16 04:09:03.347 INFO STEP 1103 (remove_files) COMPLETE |
7212 | 2024-08-16T04:09:04.382Z | [ recovery-image] Aug 16 04:09:03.347 INFO O| Aug 16 04:09:03.347 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-08-16T04:09:04.389Z | [ recovery-image] Aug 16 04:09:03.356 INFO O| Aug 16 04:09:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7214 | 2024-08-16T04:09:04.389Z | [ recovery-image] Aug 16 04:09:03.356 INFO O| Aug 16 04:09:03.356 INFO STEP 1104 (remove_files) COMPLETE |
7215 | 2024-08-16T04:09:04.392Z | [ recovery-image] Aug 16 04:09:03.356 INFO O| Aug 16 04:09:03.356 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-08-16T04:09:04.399Z | [ recovery-image] Aug 16 04:09:03.366 INFO O| Aug 16 04:09:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7217 | 2024-08-16T04:09:04.399Z | [ recovery-image] Aug 16 04:09:03.366 INFO O| Aug 16 04:09:03.366 INFO STEP 1105 (remove_files) COMPLETE |
7218 | 2024-08-16T04:09:04.399Z | [ recovery-image] Aug 16 04:09:03.366 INFO O| Aug 16 04:09:03.366 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-08-16T04:09:04.409Z | [ recovery-image] Aug 16 04:09:03.376 INFO O| Aug 16 04:09:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7220 | 2024-08-16T04:09:04.409Z | [ recovery-image] Aug 16 04:09:03.376 INFO O| Aug 16 04:09:03.376 INFO STEP 1106 (remove_files) COMPLETE |
7221 | 2024-08-16T04:09:04.411Z | [ recovery-image] Aug 16 04:09:03.376 INFO O| Aug 16 04:09:03.376 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-08-16T04:09:04.419Z | [ recovery-image] Aug 16 04:09:03.386 INFO O| Aug 16 04:09:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7223 | 2024-08-16T04:09:04.419Z | [ recovery-image] Aug 16 04:09:03.386 INFO O| Aug 16 04:09:03.386 INFO STEP 1107 (remove_files) COMPLETE |
7224 | 2024-08-16T04:09:04.421Z | [ recovery-image] Aug 16 04:09:03.386 INFO O| Aug 16 04:09:03.386 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-08-16T04:09:04.430Z | [ recovery-image] Aug 16 04:09:03.397 INFO O| Aug 16 04:09:03.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7226 | 2024-08-16T04:09:04.430Z | [ recovery-image] Aug 16 04:09:03.397 INFO O| Aug 16 04:09:03.397 INFO STEP 1108 (remove_files) COMPLETE |
7227 | 2024-08-16T04:09:04.430Z | [ recovery-image] Aug 16 04:09:03.397 INFO O| Aug 16 04:09:03.397 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-08-16T04:09:04.440Z | [ recovery-image] Aug 16 04:09:03.407 INFO O| Aug 16 04:09:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7229 | 2024-08-16T04:09:04.440Z | [ recovery-image] Aug 16 04:09:03.408 INFO O| Aug 16 04:09:03.408 INFO STEP 1109 (remove_files) COMPLETE |
7230 | 2024-08-16T04:09:04.443Z | [ recovery-image] Aug 16 04:09:03.408 INFO O| Aug 16 04:09:03.408 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-08-16T04:09:04.451Z | [ recovery-image] Aug 16 04:09:03.418 INFO O| Aug 16 04:09:03.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7232 | 2024-08-16T04:09:04.451Z | [ recovery-image] Aug 16 04:09:03.418 INFO O| Aug 16 04:09:03.418 INFO STEP 1110 (remove_files) COMPLETE |
7233 | 2024-08-16T04:09:04.453Z | [ recovery-image] Aug 16 04:09:03.418 INFO O| Aug 16 04:09:03.418 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-08-16T04:09:04.460Z | [ recovery-image] Aug 16 04:09:03.428 INFO O| Aug 16 04:09:03.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7235 | 2024-08-16T04:09:04.463Z | [ recovery-image] Aug 16 04:09:03.428 INFO O| Aug 16 04:09:03.428 INFO STEP 1111 (remove_files) COMPLETE |
7236 | 2024-08-16T04:09:04.463Z | [ recovery-image] Aug 16 04:09:03.428 INFO O| Aug 16 04:09:03.428 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-08-16T04:09:04.470Z | [ recovery-image] Aug 16 04:09:03.437 INFO O| Aug 16 04:09:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7238 | 2024-08-16T04:09:04.470Z | [ recovery-image] Aug 16 04:09:03.437 INFO O| Aug 16 04:09:03.437 INFO STEP 1112 (remove_files) COMPLETE |
7239 | 2024-08-16T04:09:04.473Z | [ recovery-image] Aug 16 04:09:03.437 INFO O| Aug 16 04:09:03.437 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-08-16T04:09:04.480Z | [ recovery-image] Aug 16 04:09:03.447 INFO O| Aug 16 04:09:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7241 | 2024-08-16T04:09:04.482Z | [ recovery-image] Aug 16 04:09:03.448 INFO O| Aug 16 04:09:03.448 INFO STEP 1113 (remove_files) COMPLETE |
7242 | 2024-08-16T04:09:04.482Z | [ recovery-image] Aug 16 04:09:03.448 INFO O| Aug 16 04:09:03.448 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-08-16T04:09:04.490Z | [ recovery-image] Aug 16 04:09:03.457 INFO O| Aug 16 04:09:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7244 | 2024-08-16T04:09:04.492Z | [ recovery-image] Aug 16 04:09:03.457 INFO O| Aug 16 04:09:03.457 INFO STEP 1114 (remove_files) COMPLETE |
7245 | 2024-08-16T04:09:04.492Z | [ recovery-image] Aug 16 04:09:03.457 INFO O| Aug 16 04:09:03.457 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-08-16T04:09:04.500Z | [ recovery-image] Aug 16 04:09:03.467 INFO O| Aug 16 04:09:03.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7247 | 2024-08-16T04:09:04.500Z | [ recovery-image] Aug 16 04:09:03.467 INFO O| Aug 16 04:09:03.467 INFO STEP 1115 (remove_files) COMPLETE |
7248 | 2024-08-16T04:09:04.500Z | [ recovery-image] Aug 16 04:09:03.467 INFO O| Aug 16 04:09:03.467 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-08-16T04:09:04.510Z | [ recovery-image] Aug 16 04:09:03.477 INFO O| Aug 16 04:09:03.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7250 | 2024-08-16T04:09:04.510Z | [ recovery-image] Aug 16 04:09:03.477 INFO O| Aug 16 04:09:03.477 INFO STEP 1116 (remove_files) COMPLETE |
7251 | 2024-08-16T04:09:04.512Z | [ recovery-image] Aug 16 04:09:03.477 INFO O| Aug 16 04:09:03.477 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-08-16T04:09:04.519Z | [ recovery-image] Aug 16 04:09:03.487 INFO O| Aug 16 04:09:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7253 | 2024-08-16T04:09:04.519Z | [ recovery-image] Aug 16 04:09:03.487 INFO O| Aug 16 04:09:03.487 INFO STEP 1117 (remove_files) COMPLETE |
7254 | 2024-08-16T04:09:04.522Z | [ recovery-image] Aug 16 04:09:03.487 INFO O| Aug 16 04:09:03.487 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-08-16T04:09:04.529Z | [ recovery-image] Aug 16 04:09:03.496 INFO O| Aug 16 04:09:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7256 | 2024-08-16T04:09:04.531Z | [ recovery-image] Aug 16 04:09:03.496 INFO O| Aug 16 04:09:03.496 INFO STEP 1118 (remove_files) COMPLETE |
7257 | 2024-08-16T04:09:04.531Z | [ recovery-image] Aug 16 04:09:03.496 INFO O| Aug 16 04:09:03.496 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-08-16T04:09:04.538Z | [ recovery-image] Aug 16 04:09:03.506 INFO O| Aug 16 04:09:03.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7259 | 2024-08-16T04:09:04.538Z | [ recovery-image] Aug 16 04:09:03.506 INFO O| Aug 16 04:09:03.506 INFO STEP 1119 (remove_files) COMPLETE |
7260 | 2024-08-16T04:09:04.538Z | [ recovery-image] Aug 16 04:09:03.506 INFO O| Aug 16 04:09:03.506 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-08-16T04:09:04.548Z | [ recovery-image] Aug 16 04:09:03.515 INFO O| Aug 16 04:09:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7262 | 2024-08-16T04:09:04.550Z | [ recovery-image] Aug 16 04:09:03.515 INFO O| Aug 16 04:09:03.515 INFO STEP 1120 (remove_files) COMPLETE |
7263 | 2024-08-16T04:09:04.550Z | [ recovery-image] Aug 16 04:09:03.515 INFO O| Aug 16 04:09:03.515 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-08-16T04:09:04.557Z | [ recovery-image] Aug 16 04:09:03.524 INFO O| Aug 16 04:09:03.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7265 | 2024-08-16T04:09:04.560Z | [ recovery-image] Aug 16 04:09:03.525 INFO O| Aug 16 04:09:03.525 INFO STEP 1121 (remove_files) COMPLETE |
7266 | 2024-08-16T04:09:04.560Z | [ recovery-image] Aug 16 04:09:03.525 INFO O| Aug 16 04:09:03.525 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-08-16T04:09:04.567Z | [ recovery-image] Aug 16 04:09:03.534 INFO O| Aug 16 04:09:03.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7268 | 2024-08-16T04:09:04.567Z | [ recovery-image] Aug 16 04:09:03.534 INFO O| Aug 16 04:09:03.534 INFO STEP 1122 (remove_files) COMPLETE |
7269 | 2024-08-16T04:09:04.570Z | [ recovery-image] Aug 16 04:09:03.534 INFO O| Aug 16 04:09:03.534 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-08-16T04:09:04.576Z | [ recovery-image] Aug 16 04:09:03.544 INFO O| Aug 16 04:09:03.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7271 | 2024-08-16T04:09:04.580Z | [ recovery-image] Aug 16 04:09:03.544 INFO O| Aug 16 04:09:03.544 INFO STEP 1123 (remove_files) COMPLETE |
7272 | 2024-08-16T04:09:04.580Z | [ recovery-image] Aug 16 04:09:03.544 INFO O| Aug 16 04:09:03.544 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-08-16T04:09:04.586Z | [ recovery-image] Aug 16 04:09:03.553 INFO O| Aug 16 04:09:03.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7274 | 2024-08-16T04:09:04.586Z | [ recovery-image] Aug 16 04:09:03.553 INFO O| Aug 16 04:09:03.553 INFO STEP 1124 (remove_files) COMPLETE |
7275 | 2024-08-16T04:09:04.586Z | [ recovery-image] Aug 16 04:09:03.553 INFO O| Aug 16 04:09:03.553 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-08-16T04:09:04.596Z | [ recovery-image] Aug 16 04:09:03.563 INFO O| Aug 16 04:09:03.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7277 | 2024-08-16T04:09:04.596Z | [ recovery-image] Aug 16 04:09:03.563 INFO O| Aug 16 04:09:03.563 INFO STEP 1125 (remove_files) COMPLETE |
7278 | 2024-08-16T04:09:04.598Z | [ recovery-image] Aug 16 04:09:03.563 INFO O| Aug 16 04:09:03.563 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-08-16T04:09:04.605Z | [ recovery-image] Aug 16 04:09:03.572 INFO O| Aug 16 04:09:03.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7280 | 2024-08-16T04:09:04.607Z | [ recovery-image] Aug 16 04:09:03.572 INFO O| Aug 16 04:09:03.572 INFO STEP 1126 (remove_files) COMPLETE |
7281 | 2024-08-16T04:09:04.607Z | [ recovery-image] Aug 16 04:09:03.572 INFO O| Aug 16 04:09:03.572 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-08-16T04:09:04.616Z | [ recovery-image] Aug 16 04:09:03.582 INFO O| Aug 16 04:09:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7283 | 2024-08-16T04:09:04.618Z | [ recovery-image] Aug 16 04:09:03.582 INFO O| Aug 16 04:09:03.582 INFO STEP 1127 (remove_files) COMPLETE |
7284 | 2024-08-16T04:09:04.618Z | [ recovery-image] Aug 16 04:09:03.582 INFO O| Aug 16 04:09:03.582 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-08-16T04:09:04.624Z | [ recovery-image] Aug 16 04:09:03.591 INFO O| Aug 16 04:09:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7286 | 2024-08-16T04:09:04.626Z | [ recovery-image] Aug 16 04:09:03.591 INFO O| Aug 16 04:09:03.591 INFO STEP 1128 (remove_files) COMPLETE |
7287 | 2024-08-16T04:09:04.626Z | [ recovery-image] Aug 16 04:09:03.591 INFO O| Aug 16 04:09:03.591 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-08-16T04:09:04.633Z | [ recovery-image] Aug 16 04:09:03.600 INFO O| Aug 16 04:09:03.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7289 | 2024-08-16T04:09:04.633Z | [ recovery-image] Aug 16 04:09:03.600 INFO O| Aug 16 04:09:03.600 INFO STEP 1129 (remove_files) COMPLETE |
7290 | 2024-08-16T04:09:04.635Z | [ recovery-image] Aug 16 04:09:03.600 INFO O| Aug 16 04:09:03.600 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-08-16T04:09:04.642Z | [ recovery-image] Aug 16 04:09:03.610 INFO O| Aug 16 04:09:03.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7292 | 2024-08-16T04:09:04.643Z | [ recovery-image] Aug 16 04:09:03.610 INFO O| Aug 16 04:09:03.610 INFO STEP 1130 (remove_files) COMPLETE |
7293 | 2024-08-16T04:09:04.643Z | [ recovery-image] Aug 16 04:09:03.610 INFO O| Aug 16 04:09:03.610 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-08-16T04:09:04.652Z | [ recovery-image] Aug 16 04:09:03.619 INFO O| Aug 16 04:09:03.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7295 | 2024-08-16T04:09:04.652Z | [ recovery-image] Aug 16 04:09:03.619 INFO O| Aug 16 04:09:03.619 INFO STEP 1131 (remove_files) COMPLETE |
7296 | 2024-08-16T04:09:04.654Z | [ recovery-image] Aug 16 04:09:03.619 INFO O| Aug 16 04:09:03.619 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-08-16T04:09:04.661Z | [ recovery-image] Aug 16 04:09:03.628 INFO O| Aug 16 04:09:03.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7298 | 2024-08-16T04:09:04.661Z | [ recovery-image] Aug 16 04:09:03.628 INFO O| Aug 16 04:09:03.628 INFO STEP 1132 (remove_files) COMPLETE |
7299 | 2024-08-16T04:09:04.661Z | [ recovery-image] Aug 16 04:09:03.628 INFO O| Aug 16 04:09:03.628 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-08-16T04:09:04.670Z | [ recovery-image] Aug 16 04:09:03.637 INFO O| Aug 16 04:09:03.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7301 | 2024-08-16T04:09:04.670Z | [ recovery-image] Aug 16 04:09:03.637 INFO O| Aug 16 04:09:03.637 INFO STEP 1133 (remove_files) COMPLETE |
7302 | 2024-08-16T04:09:04.673Z | [ recovery-image] Aug 16 04:09:03.637 INFO O| Aug 16 04:09:03.637 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-08-16T04:09:04.679Z | [ recovery-image] Aug 16 04:09:03.647 INFO O| Aug 16 04:09:03.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7304 | 2024-08-16T04:09:04.679Z | [ recovery-image] Aug 16 04:09:03.647 INFO O| Aug 16 04:09:03.647 INFO STEP 1134 (remove_files) COMPLETE |
7305 | 2024-08-16T04:09:04.682Z | [ recovery-image] Aug 16 04:09:03.647 INFO O| Aug 16 04:09:03.647 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-08-16T04:09:04.689Z | [ recovery-image] Aug 16 04:09:03.656 INFO O| Aug 16 04:09:03.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7307 | 2024-08-16T04:09:04.691Z | [ recovery-image] Aug 16 04:09:03.656 INFO O| Aug 16 04:09:03.656 INFO STEP 1135 (remove_files) COMPLETE |
7308 | 2024-08-16T04:09:04.691Z | [ recovery-image] Aug 16 04:09:03.656 INFO O| Aug 16 04:09:03.656 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-08-16T04:09:04.698Z | [ recovery-image] Aug 16 04:09:03.665 INFO O| Aug 16 04:09:03.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7310 | 2024-08-16T04:09:04.700Z | [ recovery-image] Aug 16 04:09:03.665 INFO O| Aug 16 04:09:03.665 INFO STEP 1136 (remove_files) COMPLETE |
7311 | 2024-08-16T04:09:04.700Z | [ recovery-image] Aug 16 04:09:03.665 INFO O| Aug 16 04:09:03.665 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-08-16T04:09:04.707Z | [ recovery-image] Aug 16 04:09:03.674 INFO O| Aug 16 04:09:03.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7313 | 2024-08-16T04:09:04.710Z | [ recovery-image] Aug 16 04:09:03.674 INFO O| Aug 16 04:09:03.674 INFO STEP 1137 (remove_files) COMPLETE |
7314 | 2024-08-16T04:09:04.710Z | [ recovery-image] Aug 16 04:09:03.675 INFO O| Aug 16 04:09:03.674 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-08-16T04:09:04.716Z | [ recovery-image] Aug 16 04:09:03.684 INFO O| Aug 16 04:09:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7316 | 2024-08-16T04:09:04.717Z | [ recovery-image] Aug 16 04:09:03.684 INFO O| Aug 16 04:09:03.684 INFO STEP 1138 (remove_files) COMPLETE |
7317 | 2024-08-16T04:09:04.717Z | [ recovery-image] Aug 16 04:09:03.684 INFO O| Aug 16 04:09:03.684 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-08-16T04:09:04.726Z | [ recovery-image] Aug 16 04:09:03.693 INFO O| Aug 16 04:09:03.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7319 | 2024-08-16T04:09:04.728Z | [ recovery-image] Aug 16 04:09:03.693 INFO O| Aug 16 04:09:03.693 INFO STEP 1139 (remove_files) COMPLETE |
7320 | 2024-08-16T04:09:04.728Z | [ recovery-image] Aug 16 04:09:03.693 INFO O| Aug 16 04:09:03.693 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-08-16T04:09:04.735Z | [ recovery-image] Aug 16 04:09:03.702 INFO O| Aug 16 04:09:03.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7322 | 2024-08-16T04:09:04.737Z | [ recovery-image] Aug 16 04:09:03.702 INFO O| Aug 16 04:09:03.702 INFO STEP 1140 (remove_files) COMPLETE |
7323 | 2024-08-16T04:09:04.737Z | [ recovery-image] Aug 16 04:09:03.702 INFO O| Aug 16 04:09:03.702 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-08-16T04:09:04.744Z | [ recovery-image] Aug 16 04:09:03.711 INFO O| Aug 16 04:09:03.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7325 | 2024-08-16T04:09:04.744Z | [ recovery-image] Aug 16 04:09:03.711 INFO O| Aug 16 04:09:03.711 INFO STEP 1141 (remove_files) COMPLETE |
7326 | 2024-08-16T04:09:04.744Z | [ recovery-image] Aug 16 04:09:03.711 INFO O| Aug 16 04:09:03.711 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-08-16T04:09:04.753Z | [ recovery-image] Aug 16 04:09:03.721 INFO O| Aug 16 04:09:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7328 | 2024-08-16T04:09:04.756Z | [ recovery-image] Aug 16 04:09:03.721 INFO O| Aug 16 04:09:03.721 INFO STEP 1142 (remove_files) COMPLETE |
7329 | 2024-08-16T04:09:04.756Z | [ recovery-image] Aug 16 04:09:03.721 INFO O| Aug 16 04:09:03.721 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-08-16T04:09:04.763Z | [ recovery-image] Aug 16 04:09:03.730 INFO O| Aug 16 04:09:03.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7331 | 2024-08-16T04:09:04.763Z | [ recovery-image] Aug 16 04:09:03.730 INFO O| Aug 16 04:09:03.730 INFO STEP 1143 (remove_files) COMPLETE |
7332 | 2024-08-16T04:09:04.765Z | [ recovery-image] Aug 16 04:09:03.730 INFO O| Aug 16 04:09:03.730 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-08-16T04:09:04.772Z | [ recovery-image] Aug 16 04:09:03.739 INFO O| Aug 16 04:09:03.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7334 | 2024-08-16T04:09:04.774Z | [ recovery-image] Aug 16 04:09:03.739 INFO O| Aug 16 04:09:03.739 INFO STEP 1144 (remove_files) COMPLETE |
7335 | 2024-08-16T04:09:04.774Z | [ recovery-image] Aug 16 04:09:03.739 INFO O| Aug 16 04:09:03.739 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-08-16T04:09:04.781Z | [ recovery-image] Aug 16 04:09:03.749 INFO O| Aug 16 04:09:03.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7337 | 2024-08-16T04:09:04.784Z | [ recovery-image] Aug 16 04:09:03.749 INFO O| Aug 16 04:09:03.749 INFO STEP 1145 (remove_files) COMPLETE |
7338 | 2024-08-16T04:09:04.784Z | [ recovery-image] Aug 16 04:09:03.749 INFO O| Aug 16 04:09:03.749 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-08-16T04:09:04.791Z | [ recovery-image] Aug 16 04:09:03.758 INFO O| Aug 16 04:09:03.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7340 | 2024-08-16T04:09:04.791Z | [ recovery-image] Aug 16 04:09:03.758 INFO O| Aug 16 04:09:03.758 INFO STEP 1146 (remove_files) COMPLETE |
7341 | 2024-08-16T04:09:04.793Z | [ recovery-image] Aug 16 04:09:03.758 INFO O| Aug 16 04:09:03.758 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-08-16T04:09:04.801Z | [ recovery-image] Aug 16 04:09:03.768 INFO O| Aug 16 04:09:03.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7343 | 2024-08-16T04:09:04.801Z | [ recovery-image] Aug 16 04:09:03.768 INFO O| Aug 16 04:09:03.768 INFO STEP 1147 (remove_files) COMPLETE |
7344 | 2024-08-16T04:09:04.803Z | [ recovery-image] Aug 16 04:09:03.768 INFO O| Aug 16 04:09:03.768 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-08-16T04:09:04.811Z | [ recovery-image] Aug 16 04:09:03.778 INFO O| Aug 16 04:09:03.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7346 | 2024-08-16T04:09:04.811Z | [ recovery-image] Aug 16 04:09:03.778 INFO O| Aug 16 04:09:03.778 INFO STEP 1148 (remove_files) COMPLETE |
7347 | 2024-08-16T04:09:04.811Z | [ recovery-image] Aug 16 04:09:03.778 INFO O| Aug 16 04:09:03.778 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-08-16T04:09:04.821Z | [ recovery-image] Aug 16 04:09:03.788 INFO O| Aug 16 04:09:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7349 | 2024-08-16T04:09:04.821Z | [ recovery-image] Aug 16 04:09:03.788 INFO O| Aug 16 04:09:03.788 INFO STEP 1149 (remove_files) COMPLETE |
7350 | 2024-08-16T04:09:04.823Z | [ recovery-image] Aug 16 04:09:03.788 INFO O| Aug 16 04:09:03.788 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-08-16T04:09:04.832Z | [ recovery-image] Aug 16 04:09:03.798 INFO O| Aug 16 04:09:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7352 | 2024-08-16T04:09:04.832Z | [ recovery-image] Aug 16 04:09:03.798 INFO O| Aug 16 04:09:03.798 INFO STEP 1150 (remove_files) COMPLETE |
7353 | 2024-08-16T04:09:04.832Z | [ recovery-image] Aug 16 04:09:03.798 INFO O| Aug 16 04:09:03.798 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-08-16T04:09:04.840Z | [ recovery-image] Aug 16 04:09:03.807 INFO O| Aug 16 04:09:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7355 | 2024-08-16T04:09:04.840Z | [ recovery-image] Aug 16 04:09:03.807 INFO O| Aug 16 04:09:03.807 INFO STEP 1151 (remove_files) COMPLETE |
7356 | 2024-08-16T04:09:04.840Z | [ recovery-image] Aug 16 04:09:03.807 INFO O| Aug 16 04:09:03.807 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-08-16T04:09:04.849Z | [ recovery-image] Aug 16 04:09:03.816 INFO O| Aug 16 04:09:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7358 | 2024-08-16T04:09:04.849Z | [ recovery-image] Aug 16 04:09:03.816 INFO O| Aug 16 04:09:03.816 INFO STEP 1152 (remove_files) COMPLETE |
7359 | 2024-08-16T04:09:04.852Z | [ recovery-image] Aug 16 04:09:03.816 INFO O| Aug 16 04:09:03.816 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-08-16T04:09:04.858Z | [ recovery-image] Aug 16 04:09:03.826 INFO O| Aug 16 04:09:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7361 | 2024-08-16T04:09:04.858Z | [ recovery-image] Aug 16 04:09:03.826 INFO O| Aug 16 04:09:03.826 INFO STEP 1153 (remove_files) COMPLETE |
7362 | 2024-08-16T04:09:04.858Z | [ recovery-image] Aug 16 04:09:03.826 INFO O| Aug 16 04:09:03.826 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-08-16T04:09:04.868Z | [ recovery-image] Aug 16 04:09:03.835 INFO O| Aug 16 04:09:03.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7364 | 2024-08-16T04:09:04.868Z | [ recovery-image] Aug 16 04:09:03.835 INFO O| Aug 16 04:09:03.835 INFO STEP 1154 (remove_files) COMPLETE |
7365 | 2024-08-16T04:09:04.868Z | [ recovery-image] Aug 16 04:09:03.835 INFO O| Aug 16 04:09:03.835 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-08-16T04:09:04.877Z | [ recovery-image] Aug 16 04:09:03.844 INFO O| Aug 16 04:09:03.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7367 | 2024-08-16T04:09:04.880Z | [ recovery-image] Aug 16 04:09:03.844 INFO O| Aug 16 04:09:03.844 INFO STEP 1155 (remove_files) COMPLETE |
7368 | 2024-08-16T04:09:04.880Z | [ recovery-image] Aug 16 04:09:03.844 INFO O| Aug 16 04:09:03.844 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-08-16T04:09:04.886Z | [ recovery-image] Aug 16 04:09:03.854 INFO O| Aug 16 04:09:03.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7370 | 2024-08-16T04:09:04.887Z | [ recovery-image] Aug 16 04:09:03.854 INFO O| Aug 16 04:09:03.854 INFO STEP 1156 (remove_files) COMPLETE |
7371 | 2024-08-16T04:09:04.889Z | [ recovery-image] Aug 16 04:09:03.854 INFO O| Aug 16 04:09:03.854 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-08-16T04:09:04.896Z | [ recovery-image] Aug 16 04:09:03.863 INFO O| Aug 16 04:09:03.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7373 | 2024-08-16T04:09:04.896Z | [ recovery-image] Aug 16 04:09:03.863 INFO O| Aug 16 04:09:03.863 INFO STEP 1157 (remove_files) COMPLETE |
7374 | 2024-08-16T04:09:04.896Z | [ recovery-image] Aug 16 04:09:03.863 INFO O| Aug 16 04:09:03.863 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-08-16T04:09:04.905Z | [ recovery-image] Aug 16 04:09:03.872 INFO O| Aug 16 04:09:03.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7376 | 2024-08-16T04:09:04.908Z | [ recovery-image] Aug 16 04:09:03.872 INFO O| Aug 16 04:09:03.872 INFO STEP 1158 (remove_files) COMPLETE |
7377 | 2024-08-16T04:09:04.908Z | [ recovery-image] Aug 16 04:09:03.872 INFO O| Aug 16 04:09:03.872 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-08-16T04:09:04.914Z | [ recovery-image] Aug 16 04:09:03.882 INFO O| Aug 16 04:09:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7379 | 2024-08-16T04:09:04.914Z | [ recovery-image] Aug 16 04:09:03.882 INFO O| Aug 16 04:09:03.882 INFO STEP 1159 (remove_files) COMPLETE |
7380 | 2024-08-16T04:09:04.915Z | [ recovery-image] Aug 16 04:09:03.882 INFO O| Aug 16 04:09:03.882 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-08-16T04:09:04.924Z | [ recovery-image] Aug 16 04:09:03.891 INFO O| Aug 16 04:09:03.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7382 | 2024-08-16T04:09:04.924Z | [ recovery-image] Aug 16 04:09:03.891 INFO O| Aug 16 04:09:03.891 INFO STEP 1160 (remove_files) COMPLETE |
7383 | 2024-08-16T04:09:04.926Z | [ recovery-image] Aug 16 04:09:03.891 INFO O| Aug 16 04:09:03.891 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-08-16T04:09:04.933Z | [ recovery-image] Aug 16 04:09:03.900 INFO O| Aug 16 04:09:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7385 | 2024-08-16T04:09:04.935Z | [ recovery-image] Aug 16 04:09:03.900 INFO O| Aug 16 04:09:03.900 INFO STEP 1161 (remove_files) COMPLETE |
7386 | 2024-08-16T04:09:04.935Z | [ recovery-image] Aug 16 04:09:03.900 INFO O| Aug 16 04:09:03.900 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-08-16T04:09:04.941Z | [ host-image] Aug 16 04:09:03.908 INFO O| Aug 16 04:09:03.908 INFO O| Done |
7388 | 2024-08-16T04:09:04.943Z | [ recovery-image] Aug 16 04:09:03.909 INFO O| Aug 16 04:09:03.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7389 | 2024-08-16T04:09:04.943Z | [ recovery-image] Aug 16 04:09:03.909 INFO O| Aug 16 04:09:03.909 INFO STEP 1162 (remove_files) COMPLETE |
7390 | 2024-08-16T04:09:04.943Z | [ recovery-image] Aug 16 04:09:03.909 INFO O| Aug 16 04:09:03.909 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-16T04:09:04.952Z | [ recovery-image] Aug 16 04:09:03.919 INFO O| Aug 16 04:09:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7392 | 2024-08-16T04:09:04.952Z | [ recovery-image] Aug 16 04:09:03.919 INFO O| Aug 16 04:09:03.919 INFO STEP 1163 (remove_files) COMPLETE |
7393 | 2024-08-16T04:09:04.955Z | [ recovery-image] Aug 16 04:09:03.919 INFO O| Aug 16 04:09:03.919 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-16T04:09:04.962Z | [ recovery-image] Aug 16 04:09:03.929 INFO O| Aug 16 04:09:03.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7395 | 2024-08-16T04:09:04.964Z | [ recovery-image] Aug 16 04:09:03.929 INFO O| Aug 16 04:09:03.929 INFO STEP 1164 (remove_files) COMPLETE |
7396 | 2024-08-16T04:09:04.964Z | [ recovery-image] Aug 16 04:09:03.929 INFO O| Aug 16 04:09:03.929 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-16T04:09:04.967Z | [ host-image] Aug 16 04:09:03.932 INFO O| Aug 16 04:09:03.932 INFO O| Done |
7398 | 2024-08-16T04:09:04.967Z | [ host-image] Aug 16 04:09:03.933 INFO O| Aug 16 04:09:03.933 INFO O| Done |
7399 | 2024-08-16T04:09:04.971Z | [ recovery-image] Aug 16 04:09:03.938 INFO O| Aug 16 04:09:03.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7400 | 2024-08-16T04:09:04.971Z | [ recovery-image] Aug 16 04:09:03.939 INFO O| Aug 16 04:09:03.939 INFO STEP 1165 (remove_files) COMPLETE |
7401 | 2024-08-16T04:09:04.974Z | [ recovery-image] Aug 16 04:09:03.939 INFO O| Aug 16 04:09:03.939 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-08-16T04:09:04.980Z | [ host-image] Aug 16 04:09:03.947 INFO O| Aug 16 04:09:03.947 INFO O| Done |
7403 | 2024-08-16T04:09:04.982Z | [ recovery-image] Aug 16 04:09:03.948 INFO O| Aug 16 04:09:03.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7404 | 2024-08-16T04:09:04.982Z | [ recovery-image] Aug 16 04:09:03.948 INFO O| Aug 16 04:09:03.948 INFO STEP 1166 (remove_files) COMPLETE |
7405 | 2024-08-16T04:09:04.982Z | [ recovery-image] Aug 16 04:09:03.948 INFO O| Aug 16 04:09:03.948 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-16T04:09:04.990Z | [ recovery-image] Aug 16 04:09:03.957 INFO O| Aug 16 04:09:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7407 | 2024-08-16T04:09:04.990Z | [ recovery-image] Aug 16 04:09:03.957 INFO O| Aug 16 04:09:03.957 INFO STEP 1167 (remove_files) COMPLETE |
7408 | 2024-08-16T04:09:04.993Z | [ recovery-image] Aug 16 04:09:03.957 INFO O| Aug 16 04:09:03.957 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-16T04:09:05.000Z | [ recovery-image] Aug 16 04:09:03.967 INFO O| Aug 16 04:09:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7410 | 2024-08-16T04:09:05.001Z | [ recovery-image] Aug 16 04:09:03.967 INFO O| Aug 16 04:09:03.967 INFO STEP 1168 (remove_files) COMPLETE |
7411 | 2024-08-16T04:09:05.003Z | [ recovery-image] Aug 16 04:09:03.967 INFO O| Aug 16 04:09:03.967 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-16T04:09:05.011Z | [ recovery-image] Aug 16 04:09:03.978 INFO O| Aug 16 04:09:03.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7413 | 2024-08-16T04:09:05.011Z | [ recovery-image] Aug 16 04:09:03.978 INFO O| Aug 16 04:09:03.978 INFO STEP 1169 (remove_files) COMPLETE |
7414 | 2024-08-16T04:09:05.014Z | [ recovery-image] Aug 16 04:09:03.978 INFO O| Aug 16 04:09:03.978 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-16T04:09:05.022Z | [ recovery-image] Aug 16 04:09:03.988 INFO O| Aug 16 04:09:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7416 | 2024-08-16T04:09:05.024Z | [ recovery-image] Aug 16 04:09:03.988 INFO O| Aug 16 04:09:03.988 INFO STEP 1170 (remove_files) COMPLETE |
7417 | 2024-08-16T04:09:05.024Z | [ recovery-image] Aug 16 04:09:03.988 INFO O| Aug 16 04:09:03.988 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-16T04:09:05.031Z | [ recovery-image] Aug 16 04:09:03.998 INFO O| Aug 16 04:09:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7419 | 2024-08-16T04:09:05.031Z | [ recovery-image] Aug 16 04:09:03.998 INFO O| Aug 16 04:09:03.998 INFO STEP 1171 (remove_files) COMPLETE |
7420 | 2024-08-16T04:09:05.034Z | [ recovery-image] Aug 16 04:09:03.998 INFO O| Aug 16 04:09:03.998 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-16T04:09:05.042Z | [ recovery-image] Aug 16 04:09:04.009 INFO O| Aug 16 04:09:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7422 | 2024-08-16T04:09:05.042Z | [ recovery-image] Aug 16 04:09:04.010 INFO O| Aug 16 04:09:04.010 INFO STEP 1172 (remove_files) COMPLETE |
7423 | 2024-08-16T04:09:05.045Z | [ recovery-image] Aug 16 04:09:04.010 INFO O| Aug 16 04:09:04.010 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-16T04:09:05.053Z | [ recovery-image] Aug 16 04:09:04.020 INFO O| Aug 16 04:09:04.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7425 | 2024-08-16T04:09:05.053Z | [ recovery-image] Aug 16 04:09:04.020 INFO O| Aug 16 04:09:04.020 INFO STEP 1173 (remove_files) COMPLETE |
7426 | 2024-08-16T04:09:05.055Z | [ recovery-image] Aug 16 04:09:04.020 INFO O| Aug 16 04:09:04.020 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-16T04:09:05.063Z | [ recovery-image] Aug 16 04:09:04.030 INFO O| Aug 16 04:09:04.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7428 | 2024-08-16T04:09:05.063Z | [ recovery-image] Aug 16 04:09:04.031 INFO O| Aug 16 04:09:04.031 INFO STEP 1174 (remove_files) COMPLETE |
7429 | 2024-08-16T04:09:05.066Z | [ recovery-image] Aug 16 04:09:04.031 INFO O| Aug 16 04:09:04.031 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-16T04:09:05.073Z | [ recovery-image] Aug 16 04:09:04.041 INFO O| Aug 16 04:09:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7431 | 2024-08-16T04:09:05.073Z | [ recovery-image] Aug 16 04:09:04.041 INFO O| Aug 16 04:09:04.041 INFO STEP 1175 (remove_files) COMPLETE |
7432 | 2024-08-16T04:09:05.076Z | [ recovery-image] Aug 16 04:09:04.041 INFO O| Aug 16 04:09:04.041 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-16T04:09:05.079Z | [ host-image] Aug 16 04:09:04.046 INFO O| Aug 16 04:09:04.046 INFO STEP 12 (pkg_install) COMPLETE |
7434 | 2024-08-16T04:09:05.079Z | [ host-image] Aug 16 04:09:04.046 INFO O| Aug 16 04:09:04.046 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7435 | 2024-08-16T04:09:05.084Z | [ recovery-image] Aug 16 04:09:04.051 INFO O| Aug 16 04:09:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7436 | 2024-08-16T04:09:05.084Z | [ recovery-image] Aug 16 04:09:04.051 INFO O| Aug 16 04:09:04.051 INFO STEP 1176 (remove_files) COMPLETE |
7437 | 2024-08-16T04:09:05.087Z | [ recovery-image] Aug 16 04:09:04.051 INFO O| Aug 16 04:09:04.051 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-08-16T04:09:05.091Z | [ host-image] Aug 16 04:09:04.058 INFO O| Aug 16 04:09:04.058 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
7439 | 2024-08-16T04:09:05.096Z | [ recovery-image] Aug 16 04:09:04.063 INFO O| Aug 16 04:09:04.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7440 | 2024-08-16T04:09:05.098Z | [ recovery-image] Aug 16 04:09:04.063 INFO O| Aug 16 04:09:04.063 INFO STEP 1177 (remove_files) COMPLETE |
7441 | 2024-08-16T04:09:05.098Z | [ recovery-image] Aug 16 04:09:04.063 INFO O| Aug 16 04:09:04.063 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-08-16T04:09:05.106Z | [ recovery-image] Aug 16 04:09:04.073 INFO O| Aug 16 04:09:04.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7443 | 2024-08-16T04:09:05.106Z | [ recovery-image] Aug 16 04:09:04.073 INFO O| Aug 16 04:09:04.073 INFO STEP 1178 (remove_files) COMPLETE |
7444 | 2024-08-16T04:09:05.106Z | [ recovery-image] Aug 16 04:09:04.073 INFO O| Aug 16 04:09:04.073 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-08-16T04:09:05.115Z | [ recovery-image] Aug 16 04:09:04.083 INFO O| Aug 16 04:09:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7446 | 2024-08-16T04:09:05.116Z | [ recovery-image] Aug 16 04:09:04.083 INFO O| Aug 16 04:09:04.083 INFO STEP 1179 (remove_files) COMPLETE |
7447 | 2024-08-16T04:09:05.118Z | [ recovery-image] Aug 16 04:09:04.083 INFO O| Aug 16 04:09:04.083 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-08-16T04:09:05.125Z | [ recovery-image] Aug 16 04:09:04.093 INFO O| Aug 16 04:09:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7449 | 2024-08-16T04:09:05.125Z | [ recovery-image] Aug 16 04:09:04.093 INFO O| Aug 16 04:09:04.093 INFO STEP 1180 (remove_files) COMPLETE |
7450 | 2024-08-16T04:09:05.125Z | [ recovery-image] Aug 16 04:09:04.093 INFO O| Aug 16 04:09:04.093 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-08-16T04:09:05.136Z | [ recovery-image] Aug 16 04:09:04.103 INFO O| Aug 16 04:09:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7452 | 2024-08-16T04:09:05.138Z | [ recovery-image] Aug 16 04:09:04.103 INFO O| Aug 16 04:09:04.103 INFO STEP 1181 (remove_files) COMPLETE |
7453 | 2024-08-16T04:09:05.138Z | [ recovery-image] Aug 16 04:09:04.103 INFO O| Aug 16 04:09:04.103 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-08-16T04:09:05.145Z | [ recovery-image] Aug 16 04:09:04.113 INFO O| Aug 16 04:09:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7455 | 2024-08-16T04:09:05.145Z | [ recovery-image] Aug 16 04:09:04.113 INFO O| Aug 16 04:09:04.113 INFO STEP 1182 (remove_files) COMPLETE |
7456 | 2024-08-16T04:09:05.145Z | [ recovery-image] Aug 16 04:09:04.113 INFO O| Aug 16 04:09:04.113 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-08-16T04:09:05.155Z | [ recovery-image] Aug 16 04:09:04.122 INFO O| Aug 16 04:09:04.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7458 | 2024-08-16T04:09:05.157Z | [ recovery-image] Aug 16 04:09:04.122 INFO O| Aug 16 04:09:04.122 INFO STEP 1183 (remove_files) COMPLETE |
7459 | 2024-08-16T04:09:05.157Z | [ recovery-image] Aug 16 04:09:04.122 INFO O| Aug 16 04:09:04.122 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-08-16T04:09:05.164Z | [ recovery-image] Aug 16 04:09:04.132 INFO O| Aug 16 04:09:04.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7461 | 2024-08-16T04:09:05.167Z | [ recovery-image] Aug 16 04:09:04.132 INFO O| Aug 16 04:09:04.132 INFO STEP 1184 (remove_files) COMPLETE |
7462 | 2024-08-16T04:09:05.167Z | [ recovery-image] Aug 16 04:09:04.132 INFO O| Aug 16 04:09:04.132 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-08-16T04:09:05.174Z | [ recovery-image] Aug 16 04:09:04.141 INFO O| Aug 16 04:09:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7464 | 2024-08-16T04:09:05.174Z | [ recovery-image] Aug 16 04:09:04.141 INFO O| Aug 16 04:09:04.141 INFO STEP 1185 (remove_files) COMPLETE |
7465 | 2024-08-16T04:09:05.176Z | [ recovery-image] Aug 16 04:09:04.141 INFO O| Aug 16 04:09:04.141 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-08-16T04:09:05.183Z | [ recovery-image] Aug 16 04:09:04.151 INFO O| Aug 16 04:09:04.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7467 | 2024-08-16T04:09:05.186Z | [ recovery-image] Aug 16 04:09:04.151 INFO O| Aug 16 04:09:04.151 INFO STEP 1186 (remove_files) COMPLETE |
7468 | 2024-08-16T04:09:05.186Z | [ recovery-image] Aug 16 04:09:04.151 INFO O| Aug 16 04:09:04.151 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-08-16T04:09:05.193Z | [ recovery-image] Aug 16 04:09:04.160 INFO O| Aug 16 04:09:04.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7470 | 2024-08-16T04:09:05.195Z | [ recovery-image] Aug 16 04:09:04.160 INFO O| Aug 16 04:09:04.160 INFO STEP 1187 (remove_files) COMPLETE |
7471 | 2024-08-16T04:09:05.195Z | [ recovery-image] Aug 16 04:09:04.160 INFO O| Aug 16 04:09:04.160 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-08-16T04:09:05.203Z | [ recovery-image] Aug 16 04:09:04.170 INFO O| Aug 16 04:09:04.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7473 | 2024-08-16T04:09:05.205Z | [ recovery-image] Aug 16 04:09:04.170 INFO O| Aug 16 04:09:04.170 INFO STEP 1188 (remove_files) COMPLETE |
7474 | 2024-08-16T04:09:05.205Z | [ recovery-image] Aug 16 04:09:04.170 INFO O| Aug 16 04:09:04.170 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-08-16T04:09:05.216Z | [ recovery-image] Aug 16 04:09:04.184 INFO O| Aug 16 04:09:04.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7476 | 2024-08-16T04:09:05.230Z | [ recovery-image] Aug 16 04:09:04.184 INFO O| Aug 16 04:09:04.184 INFO STEP 1189 (remove_files) COMPLETE |
7477 | 2024-08-16T04:09:05.230Z | [ recovery-image] Aug 16 04:09:04.184 INFO O| Aug 16 04:09:04.184 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-08-16T04:09:05.230Z | [ recovery-image] Aug 16 04:09:04.195 INFO O| Aug 16 04:09:04.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7479 | 2024-08-16T04:09:05.230Z | [ recovery-image] Aug 16 04:09:04.195 INFO O| Aug 16 04:09:04.195 INFO STEP 1190 (remove_files) COMPLETE |
7480 | 2024-08-16T04:09:05.230Z | [ recovery-image] Aug 16 04:09:04.195 INFO O| Aug 16 04:09:04.195 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-08-16T04:09:05.241Z | [ recovery-image] Aug 16 04:09:04.208 INFO O| Aug 16 04:09:04.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7482 | 2024-08-16T04:09:05.243Z | [ recovery-image] Aug 16 04:09:04.208 INFO O| Aug 16 04:09:04.208 INFO STEP 1191 (remove_files) COMPLETE |
7483 | 2024-08-16T04:09:05.243Z | [ recovery-image] Aug 16 04:09:04.208 INFO O| Aug 16 04:09:04.208 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-08-16T04:09:05.254Z | [ recovery-image] Aug 16 04:09:04.221 INFO O| Aug 16 04:09:04.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7485 | 2024-08-16T04:09:05.256Z | [ recovery-image] Aug 16 04:09:04.221 INFO O| Aug 16 04:09:04.221 INFO STEP 1192 (remove_files) COMPLETE |
7486 | 2024-08-16T04:09:05.256Z | [ recovery-image] Aug 16 04:09:04.221 INFO O| Aug 16 04:09:04.221 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-08-16T04:09:05.267Z | [ recovery-image] Aug 16 04:09:04.234 INFO O| Aug 16 04:09:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7488 | 2024-08-16T04:09:05.269Z | [ recovery-image] Aug 16 04:09:04.235 INFO O| Aug 16 04:09:04.234 INFO STEP 1193 (remove_files) COMPLETE |
7489 | 2024-08-16T04:09:05.269Z | [ recovery-image] Aug 16 04:09:04.235 INFO O| Aug 16 04:09:04.235 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-08-16T04:09:05.278Z | [ recovery-image] Aug 16 04:09:04.245 INFO O| Aug 16 04:09:04.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7491 | 2024-08-16T04:09:05.278Z | [ recovery-image] Aug 16 04:09:04.245 INFO O| Aug 16 04:09:04.245 INFO STEP 1194 (remove_files) COMPLETE |
7492 | 2024-08-16T04:09:05.278Z | [ recovery-image] Aug 16 04:09:04.245 INFO O| Aug 16 04:09:04.245 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-08-16T04:09:05.287Z | [ recovery-image] Aug 16 04:09:04.255 INFO O| Aug 16 04:09:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7494 | 2024-08-16T04:09:05.288Z | [ recovery-image] Aug 16 04:09:04.255 INFO O| Aug 16 04:09:04.255 INFO STEP 1195 (remove_files) COMPLETE |
7495 | 2024-08-16T04:09:05.288Z | [ recovery-image] Aug 16 04:09:04.255 INFO O| Aug 16 04:09:04.255 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-08-16T04:09:05.297Z | [ recovery-image] Aug 16 04:09:04.265 INFO O| Aug 16 04:09:04.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7497 | 2024-08-16T04:09:05.297Z | [ recovery-image] Aug 16 04:09:04.265 INFO O| Aug 16 04:09:04.265 INFO STEP 1196 (remove_files) COMPLETE |
7498 | 2024-08-16T04:09:05.297Z | [ recovery-image] Aug 16 04:09:04.265 INFO O| Aug 16 04:09:04.265 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-08-16T04:09:05.307Z | [ recovery-image] Aug 16 04:09:04.274 INFO O| Aug 16 04:09:04.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7500 | 2024-08-16T04:09:05.307Z | [ recovery-image] Aug 16 04:09:04.274 INFO O| Aug 16 04:09:04.274 INFO STEP 1197 (remove_files) COMPLETE |
7501 | 2024-08-16T04:09:05.307Z | [ recovery-image] Aug 16 04:09:04.274 INFO O| Aug 16 04:09:04.274 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-08-16T04:09:05.316Z | [ recovery-image] Aug 16 04:09:04.284 INFO O| Aug 16 04:09:04.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7503 | 2024-08-16T04:09:05.316Z | [ recovery-image] Aug 16 04:09:04.284 INFO O| Aug 16 04:09:04.284 INFO STEP 1198 (remove_files) COMPLETE |
7504 | 2024-08-16T04:09:05.319Z | [ recovery-image] Aug 16 04:09:04.284 INFO O| Aug 16 04:09:04.284 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-08-16T04:09:05.326Z | [ recovery-image] Aug 16 04:09:04.293 INFO O| Aug 16 04:09:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7506 | 2024-08-16T04:09:05.326Z | [ recovery-image] Aug 16 04:09:04.293 INFO O| Aug 16 04:09:04.293 INFO STEP 1199 (remove_files) COMPLETE |
7507 | 2024-08-16T04:09:05.326Z | [ recovery-image] Aug 16 04:09:04.293 INFO O| Aug 16 04:09:04.293 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-08-16T04:09:05.335Z | [ recovery-image] Aug 16 04:09:04.303 INFO O| Aug 16 04:09:04.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7509 | 2024-08-16T04:09:05.338Z | [ recovery-image] Aug 16 04:09:04.303 INFO O| Aug 16 04:09:04.303 INFO STEP 1200 (remove_files) COMPLETE |
7510 | 2024-08-16T04:09:05.338Z | [ recovery-image] Aug 16 04:09:04.303 INFO O| Aug 16 04:09:04.303 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-08-16T04:09:05.345Z | [ recovery-image] Aug 16 04:09:04.312 INFO O| Aug 16 04:09:04.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7512 | 2024-08-16T04:09:05.349Z | [ recovery-image] Aug 16 04:09:04.312 INFO O| Aug 16 04:09:04.312 INFO STEP 1201 (remove_files) COMPLETE |
7513 | 2024-08-16T04:09:05.349Z | [ recovery-image] Aug 16 04:09:04.312 INFO O| Aug 16 04:09:04.312 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-08-16T04:09:05.355Z | [ recovery-image] Aug 16 04:09:04.322 INFO O| Aug 16 04:09:04.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7515 | 2024-08-16T04:09:05.355Z | [ recovery-image] Aug 16 04:09:04.322 INFO O| Aug 16 04:09:04.322 INFO STEP 1202 (remove_files) COMPLETE |
7516 | 2024-08-16T04:09:05.358Z | [ recovery-image] Aug 16 04:09:04.322 INFO O| Aug 16 04:09:04.322 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-08-16T04:09:05.364Z | [ recovery-image] Aug 16 04:09:04.332 INFO O| Aug 16 04:09:04.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7518 | 2024-08-16T04:09:05.364Z | [ recovery-image] Aug 16 04:09:04.332 INFO O| Aug 16 04:09:04.332 INFO STEP 1203 (remove_files) COMPLETE |
7519 | 2024-08-16T04:09:05.364Z | [ recovery-image] Aug 16 04:09:04.332 INFO O| Aug 16 04:09:04.332 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-08-16T04:09:05.374Z | [ recovery-image] Aug 16 04:09:04.341 INFO O| Aug 16 04:09:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7521 | 2024-08-16T04:09:05.377Z | [ recovery-image] Aug 16 04:09:04.341 INFO O| Aug 16 04:09:04.341 INFO STEP 1204 (remove_files) COMPLETE |
7522 | 2024-08-16T04:09:05.377Z | [ recovery-image] Aug 16 04:09:04.341 INFO O| Aug 16 04:09:04.341 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-08-16T04:09:05.384Z | [ recovery-image] Aug 16 04:09:04.351 INFO O| Aug 16 04:09:04.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7524 | 2024-08-16T04:09:05.386Z | [ recovery-image] Aug 16 04:09:04.351 INFO O| Aug 16 04:09:04.351 INFO STEP 1205 (remove_files) COMPLETE |
7525 | 2024-08-16T04:09:05.386Z | [ recovery-image] Aug 16 04:09:04.351 INFO O| Aug 16 04:09:04.351 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-08-16T04:09:05.393Z | [ recovery-image] Aug 16 04:09:04.360 INFO O| Aug 16 04:09:04.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7527 | 2024-08-16T04:09:05.395Z | [ recovery-image] Aug 16 04:09:04.360 INFO O| Aug 16 04:09:04.360 INFO STEP 1206 (remove_files) COMPLETE |
7528 | 2024-08-16T04:09:05.395Z | [ recovery-image] Aug 16 04:09:04.360 INFO O| Aug 16 04:09:04.360 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7529 | 2024-08-16T04:09:05.409Z | [ recovery-image] Aug 16 04:09:04.376 INFO O| Aug 16 04:09:04.376 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7530 | 2024-08-16T04:09:05.409Z | [ recovery-image] Aug 16 04:09:04.376 INFO O| Aug 16 04:09:04.376 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7531 | 2024-08-16T04:09:05.543Z | [ host-image] Aug 16 04:09:04.508 INFO O| Aug 16 04:09:04.508 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7532 | 2024-08-16T04:09:06.127Z | [ recovery-image] Aug 16 04:09:05.094 INFO O| Aug 16 04:09:05.094 INFO STEP 1207 (pack_tar) COMPLETE |
7533 | 2024-08-16T04:09:06.127Z | [ recovery-image] Aug 16 04:09:05.095 INFO O| Aug 16 04:09:05.094 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7534 | 2024-08-16T04:09:06.127Z | [ recovery-image] Aug 16 04:09:05.095 INFO O| Aug 16 04:09:05.094 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7535 | 2024-08-16T04:09:06.435Z | [ recovery-image] Aug 16 04:09:05.402 INFO O| Aug 16 04:09:05.402 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7536 | 2024-08-16T04:09:06.495Z | [ recovery-image] Aug 16 04:09:05.462 INFO O| Aug 16 04:09:05.461 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7537 | 2024-08-16T04:09:06.501Z | [ recovery-image] Aug 16 04:09:05.468 INFO image builder template: zfs-recovery... |
7538 | 2024-08-16T04:09:06.504Z | [ recovery-image] Aug 16 04:09:05.469 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/.tmpeiA9XR/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 |
7539 | 2024-08-16T04:09:06.534Z | [ recovery-image] Aug 16 04:09:05.501 INFO O| Aug 16 04:09:05.501 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7540 | 2024-08-16T04:09:06.538Z | [ recovery-image] Aug 16 04:09:05.505 INFO O| Aug 16 04:09:05.505 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7541 | 2024-08-16T04:09:06.595Z | [ recovery-image] Aug 16 04:09:05.563 INFO O| Aug 16 04:09:05.563 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7542 | 2024-08-16T04:09:06.644Z | [ recovery-image] Aug 16 04:09:05.611 INFO O| Aug 16 04:09:05.611 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7543 | 2024-08-16T04:09:06.644Z | [ recovery-image] Aug 16 04:09:05.611 INFO O| Aug 16 04:09:05.611 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7544 | 2024-08-16T04:09:06.648Z | [ recovery-image] Aug 16 04:09:05.615 INFO O| Aug 16 04:09:05.615 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7545 | 2024-08-16T04:09:06.715Z | [ recovery-image] Aug 16 04:09:05.681 INFO O| Aug 16 04:09:05.681 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7546 | 2024-08-16T04:09:06.815Z | [ recovery-image] Aug 16 04:09:05.782 INFO O| Aug 16 04:09:05.782 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7547 | 2024-08-16T04:09:06.825Z | [ recovery-image] Aug 16 04:09:05.792 INFO O| Aug 16 04:09:05.792 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7548 | 2024-08-16T04:09:06.829Z | [ recovery-image] Aug 16 04:09:05.797 INFO O| Aug 16 04:09:05.797 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7549 | 2024-08-16T04:09:06.832Z | [ recovery-image] Aug 16 04:09:05.798 INFO O| Aug 16 04:09:05.798 INFO no lofi found |
7550 | 2024-08-16T04:09:06.832Z | [ recovery-image] Aug 16 04:09:05.798 INFO O| Aug 16 04:09:05.798 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7551 | 2024-08-16T04:09:06.832Z | [ recovery-image] Aug 16 04:09:05.798 INFO O| Aug 16 04:09:05.798 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7552 | 2024-08-16T04:09:07.070Z | [ host-image] Aug 16 04:09:06.037 INFO O| Aug 16 04:09:06.037 INFO O| Planning: Solver setup ... Done |
7553 | 2024-08-16T04:09:07.080Z | [ host-image] Aug 16 04:09:06.043 INFO O| Aug 16 04:09:06.041 INFO O| Planning: Running solver ... Done |
7554 | 2024-08-16T04:09:07.127Z | [ host-image] Aug 16 04:09:06.094 INFO O| Aug 16 04:09:06.094 INFO O| Planning: Finding local manifests ... Done |
7555 | 2024-08-16T04:09:07.129Z | [ host-image] Aug 16 04:09:06.096 INFO O| Aug 16 04:09:06.096 INFO O| Planning: Fetching manifests: 0/6 0% complete |
7556 | 2024-08-16T04:09:07.278Z | [ host-image] Aug 16 04:09:06.246 INFO O| Aug 16 04:09:06.246 INFO O| Planning: Fetching manifests: 6/6 100% complete |
7557 | 2024-08-16T04:09:07.312Z | [ host-image] Aug 16 04:09:06.279 INFO O| Aug 16 04:09:06.279 INFO O| Planning: Package planning ... Done |
7558 | 2024-08-16T04:09:07.330Z | [ host-image] Aug 16 04:09:06.297 INFO O| Aug 16 04:09:06.297 INFO O| Planning: Merging actions ... Done |
7559 | 2024-08-16T04:09:07.404Z | [ host-image] Aug 16 04:09:06.372 INFO O| Aug 16 04:09:06.371 INFO O| Planning: Checking for conflicting actions ... Done |
7560 | 2024-08-16T04:09:07.408Z | [ host-image] Aug 16 04:09:06.375 INFO O| Aug 16 04:09:06.375 INFO O| Planning: Consolidating action changes ... Done |
7561 | 2024-08-16T04:09:07.580Z | [ host-image] Aug 16 04:09:06.548 INFO O| Aug 16 04:09:06.547 INFO O| Planning: Evaluating mediators ... Done |
7562 | 2024-08-16T04:09:07.583Z | [ host-image] Aug 16 04:09:06.550 INFO O| Aug 16 04:09:06.550 INFO O| Planning: Planning completed in 2.04 seconds |
7563 | 2024-08-16T04:09:07.585Z | [ host-image] Aug 16 04:09:06.552 INFO O| Aug 16 04:09:06.552 INFO O| Packages to install: 6 |
7564 | 2024-08-16T04:09:07.585Z | [ host-image] Aug 16 04:09:06.552 INFO O| Aug 16 04:09:06.552 INFO O| Mediators to change: 1 |
7565 | 2024-08-16T04:09:07.585Z | [ host-image] Aug 16 04:09:06.552 INFO O| Aug 16 04:09:06.552 INFO O| Services to change: 1 |
7566 | 2024-08-16T04:09:07.596Z | [ host-image] Aug 16 04:09:06.564 INFO O| Aug 16 04:09:06.564 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
7567 | 2024-08-16T04:09:09.043Z | [ recovery-image] Aug 16 04:09:08.010 INFO O| Aug 16 04:09:08.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7568 | 2024-08-16T04:09:09.043Z | [ recovery-image] Aug 16 04:09:08.010 INFO O| Aug 16 04:09:08.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7569 | 2024-08-16T04:09:09.043Z | [ recovery-image] Aug 16 04:09:08.010 INFO O| Aug 16 04:09:08.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7570 | 2024-08-16T04:09:09.111Z | [ recovery-image] Aug 16 04:09:08.078 INFO O| Aug 16 04:09:08.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7571 | 2024-08-16T04:09:09.111Z | [ recovery-image] Aug 16 04:09:08.078 INFO O| Aug 16 04:09:08.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7572 | 2024-08-16T04:09:09.129Z | [ recovery-image] Aug 16 04:09:08.097 INFO O| Aug 16 04:09:08.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7573 | 2024-08-16T04:09:09.189Z | [ recovery-image] Aug 16 04:09:08.156 INFO O| Aug 16 04:09:08.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7574 | 2024-08-16T04:09:09.226Z | [ recovery-image] Aug 16 04:09:08.194 INFO O| Aug 16 04:09:08.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7575 | 2024-08-16T04:09:09.240Z | [ recovery-image] Aug 16 04:09:08.206 INFO O| Aug 16 04:09:08.206 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7576 | 2024-08-16T04:09:09.247Z | [ recovery-image] Aug 16 04:09:08.215 INFO O| Aug 16 04:09:08.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7577 | 2024-08-16T04:09:09.291Z | [ recovery-image] Aug 16 04:09:08.259 INFO O| Aug 16 04:09:08.259 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7578 | 2024-08-16T04:09:09.294Z | [ recovery-image] Aug 16 04:09:08.259 INFO O| Aug 16 04:09:08.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7579 | 2024-08-16T04:09:09.294Z | [ recovery-image] Aug 16 04:09:08.259 INFO O| Aug 16 04:09:08.259 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7580 | 2024-08-16T04:09:09.300Z | [ recovery-image] Aug 16 04:09:08.267 INFO O| Aug 16 04:09:08.267 INFO boot environment UUID: 6a157e03-5f00-43d3-a988-b937aca0e2a8 |
7581 | 2024-08-16T04:09:09.300Z | [ recovery-image] Aug 16 04:09:08.267 INFO O| Aug 16 04:09:08.267 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6a157e03-5f00-43d3-a988-b937aca0e2a8 |
7582 | 2024-08-16T04:09:09.308Z | [ recovery-image] Aug 16 04:09:08.276 INFO O| Aug 16 04:09:08.276 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7583 | 2024-08-16T04:09:09.318Z | [ recovery-image] Aug 16 04:09:08.286 INFO O| Aug 16 04:09:08.286 INFO STEP 0 (create_be) COMPLETE |
7584 | 2024-08-16T04:09:09.318Z | [ recovery-image] Aug 16 04:09:08.286 INFO O| Aug 16 04:09:08.286 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7585 | 2024-08-16T04:09:09.332Z | [ recovery-image] Aug 16 04:09:08.300 INFO O| Aug 16 04:09:08.300 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"] |
7586 | 2024-08-16T04:09:10.644Z | [ recovery-image] Aug 16 04:09:09.612 INFO O| Aug 16 04:09:09.611 INFO STEP 1 (unpack_tar) COMPLETE |
7587 | 2024-08-16T04:09:10.644Z | [ recovery-image] Aug 16 04:09:09.612 INFO O| Aug 16 04:09:09.612 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7588 | 2024-08-16T04:09:10.656Z | [ recovery-image] Aug 16 04:09:09.623 INFO O| Aug 16 04:09:09.623 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7589 | 2024-08-16T04:09:10.835Z | [ recovery-image] Aug 16 04:09:09.801 INFO O| Aug 16 04:09:09.801 INFO STEP 2 (devfsadm) COMPLETE |
7590 | 2024-08-16T04:09:10.835Z | [ recovery-image] Aug 16 04:09:09.801 INFO O| Aug 16 04:09:09.801 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7591 | 2024-08-16T04:09:10.845Z | [ recovery-image] Aug 16 04:09:09.812 INFO O| Aug 16 04:09:09.812 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7592 | 2024-08-16T04:09:10.848Z | [ recovery-image] Aug 16 04:09:09.812 INFO O| Aug 16 04:09:09.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7593 | 2024-08-16T04:09:10.848Z | [ recovery-image] Aug 16 04:09:09.812 INFO O| Aug 16 04:09:09.812 INFO STEP 3 (ensure_dir) COMPLETE |
7594 | 2024-08-16T04:09:10.848Z | [ recovery-image] Aug 16 04:09:09.813 INFO O| Aug 16 04:09:09.812 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7595 | 2024-08-16T04:09:10.855Z | [ recovery-image] Aug 16 04:09:09.822 INFO O| Aug 16 04:09:09.822 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7596 | 2024-08-16T04:09:10.857Z | [ recovery-image] Aug 16 04:09:09.822 INFO O| Aug 16 04:09:09.822 INFO STEP 4 (ensure_dir) COMPLETE |
7597 | 2024-08-16T04:09:10.857Z | [ recovery-image] Aug 16 04:09:09.822 INFO O| Aug 16 04:09:09.822 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7598 | 2024-08-16T04:09:10.864Z | [ recovery-image] Aug 16 04:09:09.832 INFO O| Aug 16 04:09:09.832 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7599 | 2024-08-16T04:09:10.864Z | [ recovery-image] Aug 16 04:09:09.832 INFO O| Aug 16 04:09:09.832 INFO STEP 5 (ensure_dir) COMPLETE |
7600 | 2024-08-16T04:09:10.866Z | [ recovery-image] Aug 16 04:09:09.832 INFO O| Aug 16 04:09:09.832 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7601 | 2024-08-16T04:09:10.874Z | [ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7602 | 2024-08-16T04:09:10.876Z | [ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7603 | 2024-08-16T04:09:10.876Z | [ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO STEP 6 (ensure_dir) COMPLETE |
7604 | 2024-08-16T04:09:10.876Z | [ recovery-image] Aug 16 04:09:09.841 INFO O| Aug 16 04:09:09.841 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7605 | 2024-08-16T04:09:10.883Z | [ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7606 | 2024-08-16T04:09:10.886Z | [ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7607 | 2024-08-16T04:09:10.886Z | [ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO STEP 7 (ensure_dir) COMPLETE |
7608 | 2024-08-16T04:09:10.886Z | [ recovery-image] Aug 16 04:09:09.851 INFO O| Aug 16 04:09:09.851 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7609 | 2024-08-16T04:09:10.893Z | [ recovery-image] Aug 16 04:09:09.860 INFO O| Aug 16 04:09:09.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7610 | 2024-08-16T04:09:10.895Z | [ recovery-image] Aug 16 04:09:09.861 INFO O| Aug 16 04:09:09.861 INFO STEP 8 (remove_files) COMPLETE |
7611 | 2024-08-16T04:09:10.895Z | [ recovery-image] Aug 16 04:09:09.861 INFO O| Aug 16 04:09:09.861 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7612 | 2024-08-16T04:09:10.902Z | [ recovery-image] Aug 16 04:09:09.870 INFO O| Aug 16 04:09:09.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7613 | 2024-08-16T04:09:10.905Z | [ recovery-image] Aug 16 04:09:09.871 INFO O| Aug 16 04:09:09.871 INFO STEP 9 (remove_files) COMPLETE |
7614 | 2024-08-16T04:09:10.905Z | [ recovery-image] Aug 16 04:09:09.871 INFO O| Aug 16 04:09:09.871 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7615 | 2024-08-16T04:09:10.914Z | [ recovery-image] Aug 16 04:09:09.880 INFO O| Aug 16 04:09:09.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7616 | 2024-08-16T04:09:10.916Z | [ recovery-image] Aug 16 04:09:09.881 INFO O| Aug 16 04:09:09.881 INFO STEP 10 (remove_files) COMPLETE |
7617 | 2024-08-16T04:09:10.916Z | [ recovery-image] Aug 16 04:09:09.881 INFO O| Aug 16 04:09:09.881 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7618 | 2024-08-16T04:09:10.923Z | [ recovery-image] Aug 16 04:09:09.890 INFO O| Aug 16 04:09:09.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7619 | 2024-08-16T04:09:10.925Z | [ recovery-image] Aug 16 04:09:09.891 INFO O| Aug 16 04:09:09.891 INFO STEP 11 (remove_files) COMPLETE |
7620 | 2024-08-16T04:09:10.925Z | [ recovery-image] Aug 16 04:09:09.891 INFO O| Aug 16 04:09:09.891 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7621 | 2024-08-16T04:09:10.932Z | [ recovery-image] Aug 16 04:09:09.900 INFO O| Aug 16 04:09:09.900 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7622 | 2024-08-16T04:09:10.934Z | [ recovery-image] Aug 16 04:09:09.900 INFO O| Aug 16 04:09:09.900 INFO STEP 12 (remove_files) COMPLETE |
7623 | 2024-08-16T04:09:10.935Z | [ recovery-image] Aug 16 04:09:09.900 INFO O| Aug 16 04:09:09.900 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7624 | 2024-08-16T04:09:10.942Z | [ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7625 | 2024-08-16T04:09:10.944Z | [ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7626 | 2024-08-16T04:09:10.944Z | [ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO STEP 13 (ensure_dir) COMPLETE |
7627 | 2024-08-16T04:09:10.944Z | [ recovery-image] Aug 16 04:09:09.909 INFO O| Aug 16 04:09:09.909 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7628 | 2024-08-16T04:09:10.951Z | [ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7629 | 2024-08-16T04:09:10.951Z | [ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 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-16T04:09:10.954Z | [ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7631 | 2024-08-16T04:09:10.954Z | [ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO STEP 14 (ensure_dir) COMPLETE |
7632 | 2024-08-16T04:09:10.954Z | [ recovery-image] Aug 16 04:09:09.919 INFO O| Aug 16 04:09:09.919 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7633 | 2024-08-16T04:09:10.961Z | [ recovery-image] Aug 16 04:09:09.928 INFO O| Aug 16 04:09:09.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7634 | 2024-08-16T04:09:10.963Z | [ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 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-16T04:09:10.963Z | [ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7636 | 2024-08-16T04:09:10.963Z | [ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 INFO STEP 15 (ensure_dir) COMPLETE |
7637 | 2024-08-16T04:09:10.964Z | [ recovery-image] Aug 16 04:09:09.929 INFO O| Aug 16 04:09:09.929 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7638 | 2024-08-16T04:09:10.970Z | [ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7639 | 2024-08-16T04:09:10.972Z | [ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7640 | 2024-08-16T04:09:10.973Z | [ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO STEP 16 (ensure_dir) COMPLETE |
7641 | 2024-08-16T04:09:10.973Z | [ recovery-image] Aug 16 04:09:09.938 INFO O| Aug 16 04:09:09.938 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7642 | 2024-08-16T04:09:10.980Z | [ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7643 | 2024-08-16T04:09:10.980Z | [ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7644 | 2024-08-16T04:09:10.982Z | [ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO STEP 17 (ensure_dir) COMPLETE |
7645 | 2024-08-16T04:09:10.982Z | [ recovery-image] Aug 16 04:09:09.948 INFO O| Aug 16 04:09:09.948 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7646 | 2024-08-16T04:09:10.989Z | [ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7647 | 2024-08-16T04:09:10.989Z | [ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7648 | 2024-08-16T04:09:10.992Z | [ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO ok! |
7649 | 2024-08-16T04:09:10.992Z | [ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO STEP 18 (ensure_symlink) COMPLETE |
7650 | 2024-08-16T04:09:10.992Z | [ recovery-image] Aug 16 04:09:09.957 INFO O| Aug 16 04:09:09.957 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7651 | 2024-08-16T04:09:10.999Z | [ recovery-image] Aug 16 04:09:09.966 INFO O| Aug 16 04:09:09.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7652 | 2024-08-16T04:09:11.002Z | [ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7653 | 2024-08-16T04:09:11.002Z | [ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.966 INFO ok! |
7654 | 2024-08-16T04:09:11.002Z | [ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.967 INFO STEP 19 (ensure_file) COMPLETE |
7655 | 2024-08-16T04:09:11.002Z | [ recovery-image] Aug 16 04:09:09.967 INFO O| Aug 16 04:09:09.967 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7656 | 2024-08-16T04:09:11.008Z | [ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7657 | 2024-08-16T04:09:11.011Z | [ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7658 | 2024-08-16T04:09:11.011Z | [ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7659 | 2024-08-16T04:09:11.011Z | [ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO ok! |
7660 | 2024-08-16T04:09:11.011Z | [ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO STEP 20 (ensure_symlink) COMPLETE |
7661 | 2024-08-16T04:09:11.011Z | [ recovery-image] Aug 16 04:09:09.976 INFO O| Aug 16 04:09:09.976 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7662 | 2024-08-16T04:09:11.018Z | [ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7663 | 2024-08-16T04:09:11.018Z | [ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7664 | 2024-08-16T04:09:11.020Z | [ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 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-16T04:09:11.020Z | [ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO ok! |
7666 | 2024-08-16T04:09:11.020Z | [ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO STEP 21 (ensure_symlink) COMPLETE |
7667 | 2024-08-16T04:09:11.020Z | [ recovery-image] Aug 16 04:09:09.986 INFO O| Aug 16 04:09:09.986 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7668 | 2024-08-16T04:09:11.028Z | [ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7669 | 2024-08-16T04:09:11.028Z | [ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7670 | 2024-08-16T04:09:11.030Z | [ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7671 | 2024-08-16T04:09:11.030Z | [ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO ok! |
7672 | 2024-08-16T04:09:11.030Z | [ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO STEP 22 (ensure_symlink) COMPLETE |
7673 | 2024-08-16T04:09:11.030Z | [ recovery-image] Aug 16 04:09:09.995 INFO O| Aug 16 04:09:09.995 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7674 | 2024-08-16T04:09:11.037Z | [ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7675 | 2024-08-16T04:09:11.038Z | [ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7676 | 2024-08-16T04:09:11.038Z | [ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 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-16T04:09:11.038Z | [ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO ok! |
7678 | 2024-08-16T04:09:11.040Z | [ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO STEP 23 (ensure_symlink) COMPLETE |
7679 | 2024-08-16T04:09:11.040Z | [ recovery-image] Aug 16 04:09:10.005 INFO O| Aug 16 04:09:10.005 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7680 | 2024-08-16T04:09:11.048Z | [ recovery-image] Aug 16 04:09:10.015 INFO O| Aug 16 04:09:10.015 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7681 | 2024-08-16T04:09:11.048Z | [ recovery-image] Aug 16 04:09:10.015 INFO O| Aug 16 04:09:10.015 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-16T04:09:11.050Z | [ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7683 | 2024-08-16T04:09:11.050Z | [ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.016 INFO ok! |
7684 | 2024-08-16T04:09:11.050Z | [ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.016 INFO STEP 24 (ensure_file) COMPLETE |
7685 | 2024-08-16T04:09:11.050Z | [ recovery-image] Aug 16 04:09:10.016 INFO O| Aug 16 04:09:10.016 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7686 | 2024-08-16T04:09:11.058Z | [ recovery-image] Aug 16 04:09:10.025 INFO O| Aug 16 04:09:10.025 INFO updating shadow file |
7687 | 2024-08-16T04:09:11.060Z | [ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 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-16T04:09:11.060Z | [ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7689 | 2024-08-16T04:09:11.060Z | [ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 INFO STEP 25 (shadow) COMPLETE |
7690 | 2024-08-16T04:09:11.060Z | [ recovery-image] Aug 16 04:09:10.026 INFO O| Aug 16 04:09:10.026 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7691 | 2024-08-16T04:09:11.067Z | [ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7692 | 2024-08-16T04:09:11.068Z | [ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7693 | 2024-08-16T04:09:11.071Z | [ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7694 | 2024-08-16T04:09:11.071Z | [ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO ok! |
7695 | 2024-08-16T04:09:11.071Z | [ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO STEP 26 (ensure_file) COMPLETE |
7696 | 2024-08-16T04:09:11.071Z | [ recovery-image] Aug 16 04:09:10.035 INFO O| Aug 16 04:09:10.035 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7697 | 2024-08-16T04:09:11.077Z | [ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7698 | 2024-08-16T04:09:11.077Z | [ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7699 | 2024-08-16T04:09:11.080Z | [ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7700 | 2024-08-16T04:09:11.080Z | [ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO ok! |
7701 | 2024-08-16T04:09:11.080Z | [ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO STEP 27 (ensure_file) COMPLETE |
7702 | 2024-08-16T04:09:11.080Z | [ recovery-image] Aug 16 04:09:10.045 INFO O| Aug 16 04:09:10.045 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7703 | 2024-08-16T04:09:11.087Z | [ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.054 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7704 | 2024-08-16T04:09:11.087Z | [ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7705 | 2024-08-16T04:09:11.090Z | [ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 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-16T04:09:11.090Z | [ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7707 | 2024-08-16T04:09:11.091Z | [ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO ok! |
7708 | 2024-08-16T04:09:11.091Z | [ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO STEP 28 (ensure_file) COMPLETE |
7709 | 2024-08-16T04:09:11.091Z | [ recovery-image] Aug 16 04:09:10.055 INFO O| Aug 16 04:09:10.055 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7710 | 2024-08-16T04:09:11.097Z | [ recovery-image] Aug 16 04:09:10.064 INFO O| Aug 16 04:09:10.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7711 | 2024-08-16T04:09:11.097Z | [ recovery-image] Aug 16 04:09:10.064 INFO O| Aug 16 04:09:10.064 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7712 | 2024-08-16T04:09:11.097Z | [ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7713 | 2024-08-16T04:09:11.097Z | [ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.065 INFO ok! |
7714 | 2024-08-16T04:09:11.097Z | [ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.065 INFO STEP 29 (ensure_file) COMPLETE |
7715 | 2024-08-16T04:09:11.097Z | [ recovery-image] Aug 16 04:09:10.065 INFO O| Aug 16 04:09:10.065 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7716 | 2024-08-16T04:09:11.106Z | [ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7717 | 2024-08-16T04:09:11.106Z | [ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 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-16T04:09:11.109Z | [ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7719 | 2024-08-16T04:09:11.109Z | [ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO ok! |
7720 | 2024-08-16T04:09:11.109Z | [ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO STEP 30 (ensure_file) COMPLETE |
7721 | 2024-08-16T04:09:11.109Z | [ recovery-image] Aug 16 04:09:10.074 INFO O| Aug 16 04:09:10.074 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7722 | 2024-08-16T04:09:11.117Z | [ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7723 | 2024-08-16T04:09:11.117Z | [ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7724 | 2024-08-16T04:09:11.120Z | [ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 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-16T04:09:11.120Z | [ recovery-image] Aug 16 04:09:10.084 INFO O| Aug 16 04:09:10.084 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7726 | 2024-08-16T04:09:11.120Z | [ recovery-image] Aug 16 04:09:10.085 INFO O| Aug 16 04:09:10.084 INFO ok! |
7727 | 2024-08-16T04:09:11.120Z | [ recovery-image] Aug 16 04:09:10.085 INFO O| Aug 16 04:09:10.085 INFO STEP 31 (ensure_file) COMPLETE |
7728 | 2024-08-16T04:09:11.120Z | [ recovery-image] Aug 16 04:09:10.085 INFO O| Aug 16 04:09:10.085 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7729 | 2024-08-16T04:09:11.126Z | [ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7730 | 2024-08-16T04:09:11.129Z | [ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 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-16T04:09:11.129Z | [ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7732 | 2024-08-16T04:09:11.129Z | [ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO ok! |
7733 | 2024-08-16T04:09:11.129Z | [ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO STEP 32 (ensure_file) COMPLETE |
7734 | 2024-08-16T04:09:11.129Z | [ recovery-image] Aug 16 04:09:10.094 INFO O| Aug 16 04:09:10.094 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7735 | 2024-08-16T04:09:11.136Z | [ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.103 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7736 | 2024-08-16T04:09:11.138Z | [ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 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-16T04:09:11.138Z | [ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7738 | 2024-08-16T04:09:11.138Z | [ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO ok! |
7739 | 2024-08-16T04:09:11.138Z | [ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO STEP 33 (ensure_file) COMPLETE |
7740 | 2024-08-16T04:09:11.138Z | [ recovery-image] Aug 16 04:09:10.104 INFO O| Aug 16 04:09:10.104 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7741 | 2024-08-16T04:09:11.145Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7742 | 2024-08-16T04:09:11.145Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 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-16T04:09:11.148Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7744 | 2024-08-16T04:09:11.148Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7745 | 2024-08-16T04:09:11.148Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 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-16T04:09:11.148Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7747 | 2024-08-16T04:09:11.148Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO ok! |
7748 | 2024-08-16T04:09:11.148Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO STEP 34 (ensure_file) COMPLETE |
7749 | 2024-08-16T04:09:11.148Z | [ recovery-image] Aug 16 04:09:10.113 INFO O| Aug 16 04:09:10.113 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7750 | 2024-08-16T04:09:11.156Z | [ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7751 | 2024-08-16T04:09:11.159Z | [ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 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-16T04:09:11.159Z | [ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7753 | 2024-08-16T04:09:11.159Z | [ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO STEP 35 (ensure_dir) COMPLETE |
7754 | 2024-08-16T04:09:11.159Z | [ recovery-image] Aug 16 04:09:10.123 INFO O| Aug 16 04:09:10.123 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7755 | 2024-08-16T04:09:11.165Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 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-16T04:09:11.165Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 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-16T04:09:11.167Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 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-16T04:09:11.167Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 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-16T04:09:11.167Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 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-16T04:09:11.167Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 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-16T04:09:11.168Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO ok! |
7762 | 2024-08-16T04:09:11.168Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO STEP 36 (ensure_file) COMPLETE |
7763 | 2024-08-16T04:09:11.168Z | [ recovery-image] Aug 16 04:09:10.133 INFO O| Aug 16 04:09:10.133 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7764 | 2024-08-16T04:09:11.176Z | [ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7765 | 2024-08-16T04:09:11.176Z | [ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 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-16T04:09:11.176Z | [ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 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-16T04:09:11.176Z | [ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO ok! |
7768 | 2024-08-16T04:09:11.176Z | [ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO STEP 37 (ensure_symlink) COMPLETE |
7769 | 2024-08-16T04:09:11.179Z | [ recovery-image] Aug 16 04:09:10.142 INFO O| Aug 16 04:09:10.142 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7770 | 2024-08-16T04:09:11.186Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7771 | 2024-08-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 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-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7773 | 2024-08-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7774 | 2024-08-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 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-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7776 | 2024-08-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO ok! |
7777 | 2024-08-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO STEP 38 (ensure_file) COMPLETE |
7778 | 2024-08-16T04:09:11.188Z | [ recovery-image] Aug 16 04:09:10.152 INFO O| Aug 16 04:09:10.152 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7779 | 2024-08-16T04:09:11.195Z | [ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7780 | 2024-08-16T04:09:11.195Z | [ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 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-16T04:09:11.198Z | [ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 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-16T04:09:11.198Z | [ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7783 | 2024-08-16T04:09:11.198Z | [ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO ok! |
7784 | 2024-08-16T04:09:11.198Z | [ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO STEP 39 (ensure_file) COMPLETE |
7785 | 2024-08-16T04:09:11.198Z | [ recovery-image] Aug 16 04:09:10.162 INFO O| Aug 16 04:09:10.162 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7786 | 2024-08-16T04:09:11.204Z | [ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7787 | 2024-08-16T04:09:11.204Z | [ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 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-16T04:09:11.206Z | [ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7789 | 2024-08-16T04:09:11.206Z | [ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO ok! |
7790 | 2024-08-16T04:09:11.206Z | [ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO STEP 40 (ensure_file) COMPLETE |
7791 | 2024-08-16T04:09:11.206Z | [ recovery-image] Aug 16 04:09:10.171 INFO O| Aug 16 04:09:10.171 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7792 | 2024-08-16T04:09:11.214Z | [ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO updating shadow file |
7793 | 2024-08-16T04:09:11.216Z | [ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7794 | 2024-08-16T04:09:11.216Z | [ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO STEP 41 (shadow) COMPLETE |
7795 | 2024-08-16T04:09:11.216Z | [ recovery-image] Aug 16 04:09:10.181 INFO O| Aug 16 04:09:10.181 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7796 | 2024-08-16T04:09:11.224Z | [ recovery-image] Aug 16 04:09:10.191 INFO O| Aug 16 04:09:10.191 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7797 | 2024-08-16T04:09:11.224Z | [ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.191 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-16T04:09:11.226Z | [ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 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-16T04:09:11.226Z | [ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7800 | 2024-08-16T04:09:11.226Z | [ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO ok! |
7801 | 2024-08-16T04:09:11.226Z | [ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO STEP 42 (ensure_file) COMPLETE |
7802 | 2024-08-16T04:09:11.226Z | [ recovery-image] Aug 16 04:09:10.192 INFO O| Aug 16 04:09:10.192 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7803 | 2024-08-16T04:09:11.233Z | [ recovery-image] Aug 16 04:09:10.201 INFO O| Aug 16 04:09:10.201 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7804 | 2024-08-16T04:09:11.233Z | [ recovery-image] Aug 16 04:09:10.201 INFO O| Aug 16 04:09:10.201 INFO STEP 43 (ensure_dir) COMPLETE |
7805 | 2024-08-16T04:09:11.236Z | [ recovery-image] Aug 16 04:09:10.201 INFO O| Aug 16 04:09:10.201 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7806 | 2024-08-16T04:09:11.243Z | [ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 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-16T04:09:11.243Z | [ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7808 | 2024-08-16T04:09:11.246Z | [ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 INFO STEP 44 (ensure_dir) COMPLETE |
7809 | 2024-08-16T04:09:11.246Z | [ recovery-image] Aug 16 04:09:10.211 INFO O| Aug 16 04:09:10.211 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7810 | 2024-08-16T04:09:11.253Z | [ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7811 | 2024-08-16T04:09:11.255Z | [ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7812 | 2024-08-16T04:09:11.256Z | [ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO STEP 45 (ensure_dir) COMPLETE |
7813 | 2024-08-16T04:09:11.256Z | [ recovery-image] Aug 16 04:09:10.221 INFO O| Aug 16 04:09:10.221 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7814 | 2024-08-16T04:09:11.263Z | [ recovery-image] Aug 16 04:09:10.231 INFO O| Aug 16 04:09:10.231 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7815 | 2024-08-16T04:09:11.263Z | [ recovery-image] Aug 16 04:09:10.231 INFO O| Aug 16 04:09:10.231 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7816 | 2024-08-16T04:09:11.292Z | [ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7817 | 2024-08-16T04:09:11.292Z | [ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO ok! |
7818 | 2024-08-16T04:09:11.295Z | [ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO STEP 46 (ensure_file) COMPLETE |
7819 | 2024-08-16T04:09:11.295Z | [ recovery-image] Aug 16 04:09:10.259 INFO O| Aug 16 04:09:10.259 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7820 | 2024-08-16T04:09:11.302Z | [ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7821 | 2024-08-16T04:09:11.303Z | [ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7822 | 2024-08-16T04:09:11.305Z | [ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO STEP 47 (ensure_dir) COMPLETE |
7823 | 2024-08-16T04:09:11.305Z | [ recovery-image] Aug 16 04:09:10.270 INFO O| Aug 16 04:09:10.270 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7824 | 2024-08-16T04:09:11.313Z | [ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7825 | 2024-08-16T04:09:11.313Z | [ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7826 | 2024-08-16T04:09:11.316Z | [ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7827 | 2024-08-16T04:09:11.316Z | [ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO ok! |
7828 | 2024-08-16T04:09:11.316Z | [ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO STEP 48 (ensure_file) COMPLETE |
7829 | 2024-08-16T04:09:11.316Z | [ recovery-image] Aug 16 04:09:10.281 INFO O| Aug 16 04:09:10.281 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7830 | 2024-08-16T04:09:11.324Z | [ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7831 | 2024-08-16T04:09:11.326Z | [ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7832 | 2024-08-16T04:09:11.326Z | [ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO STEP 49 (ensure_dir) COMPLETE |
7833 | 2024-08-16T04:09:11.326Z | [ recovery-image] Aug 16 04:09:10.292 INFO O| Aug 16 04:09:10.292 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7834 | 2024-08-16T04:09:11.338Z | [ recovery-image] Aug 16 04:09:10.305 INFO O| Aug 16 04:09:10.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7835 | 2024-08-16T04:09:11.338Z | [ recovery-image] Aug 16 04:09:10.305 INFO O| Aug 16 04:09:10.305 INFO copying /tmp/.tmpeiA9XR/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-16T04:09:11.340Z | [ host-image] Aug 16 04:09:10.307 INFO O| Aug 16 04:09:10.307 INFO O| Download: Completed 8.42 MB in 3.74 seconds (2.2M/s) |
7837 | 2024-08-16T04:09:11.351Z | [ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7838 | 2024-08-16T04:09:11.351Z | [ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO ok! |
7839 | 2024-08-16T04:09:11.354Z | [ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO STEP 50 (ensure_file) COMPLETE |
7840 | 2024-08-16T04:09:11.354Z | [ recovery-image] Aug 16 04:09:10.319 INFO O| Aug 16 04:09:10.319 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7841 | 2024-08-16T04:09:11.362Z | [ recovery-image] Aug 16 04:09:10.329 INFO O| Aug 16 04:09:10.329 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7842 | 2024-08-16T04:09:11.364Z | [ recovery-image] Aug 16 04:09:10.329 INFO O| Aug 16 04:09:10.329 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7843 | 2024-08-16T04:09:11.448Z | [ host-image] Aug 16 04:09:10.415 INFO O| Aug 16 04:09:10.415 INFO O| Actions: 1/1361 actions (Installing new actions) |
7844 | 2024-08-16T04:09:11.646Z | [ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7845 | 2024-08-16T04:09:11.646Z | [ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO ok! |
7846 | 2024-08-16T04:09:11.646Z | [ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO STEP 51 (ensure_file) COMPLETE |
7847 | 2024-08-16T04:09:11.649Z | [ recovery-image] Aug 16 04:09:10.612 INFO O| Aug 16 04:09:10.612 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7848 | 2024-08-16T04:09:11.656Z | [ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7849 | 2024-08-16T04:09:11.661Z | [ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7850 | 2024-08-16T04:09:11.661Z | [ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO STEP 52 (ensure_dir) COMPLETE |
7851 | 2024-08-16T04:09:11.661Z | [ recovery-image] Aug 16 04:09:10.624 INFO O| Aug 16 04:09:10.624 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7852 | 2024-08-16T04:09:11.667Z | [ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7853 | 2024-08-16T04:09:11.667Z | [ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO copying /tmp/.tmpeiA9XR/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 ... |
7854 | 2024-08-16T04:09:11.667Z | [ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 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 |
7855 | 2024-08-16T04:09:11.667Z | [ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO ok! |
7856 | 2024-08-16T04:09:11.675Z | [ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO STEP 53 (ensure_file) COMPLETE |
7857 | 2024-08-16T04:09:11.676Z | [ recovery-image] Aug 16 04:09:10.635 INFO O| Aug 16 04:09:10.635 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7858 | 2024-08-16T04:09:11.684Z | [ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7859 | 2024-08-16T04:09:11.684Z | [ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO copying /tmp/.tmpeiA9XR/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 ... |
7860 | 2024-08-16T04:09:11.684Z | [ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 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 |
7861 | 2024-08-16T04:09:11.684Z | [ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO ok! |
7862 | 2024-08-16T04:09:11.684Z | [ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO STEP 54 (ensure_file) COMPLETE |
7863 | 2024-08-16T04:09:11.684Z | [ recovery-image] Aug 16 04:09:10.645 INFO O| Aug 16 04:09:10.645 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7864 | 2024-08-16T04:09:11.691Z | [ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7865 | 2024-08-16T04:09:11.691Z | [ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7866 | 2024-08-16T04:09:11.691Z | [ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO STEP 55 (ensure_dir) COMPLETE |
7867 | 2024-08-16T04:09:11.691Z | [ recovery-image] Aug 16 04:09:10.655 INFO O| Aug 16 04:09:10.655 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7868 | 2024-08-16T04:09:11.697Z | [ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7869 | 2024-08-16T04:09:11.697Z | [ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO copying /tmp/.tmpeiA9XR/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 ... |
7870 | 2024-08-16T04:09:11.697Z | [ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7871 | 2024-08-16T04:09:11.697Z | [ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO ok! |
7872 | 2024-08-16T04:09:11.700Z | [ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO STEP 56 (ensure_file) COMPLETE |
7873 | 2024-08-16T04:09:11.700Z | [ recovery-image] Aug 16 04:09:10.665 INFO O| Aug 16 04:09:10.665 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7874 | 2024-08-16T04:09:11.709Z | [ recovery-image] Aug 16 04:09:10.676 INFO O| Aug 16 04:09:10.676 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7875 | 2024-08-16T04:09:11.711Z | [ recovery-image] Aug 16 04:09:10.676 INFO O| Aug 16 04:09:10.676 INFO copying /tmp/.tmpeiA9XR/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 ... |
7876 | 2024-08-16T04:09:11.711Z | [ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 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 |
7877 | 2024-08-16T04:09:11.711Z | [ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 INFO ok! |
7878 | 2024-08-16T04:09:11.711Z | [ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 INFO STEP 57 (ensure_file) COMPLETE |
7879 | 2024-08-16T04:09:11.711Z | [ recovery-image] Aug 16 04:09:10.677 INFO O| Aug 16 04:09:10.677 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7880 | 2024-08-16T04:09:11.719Z | [ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7881 | 2024-08-16T04:09:11.722Z | [ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7882 | 2024-08-16T04:09:11.722Z | [ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO STEP 58 (ensure_dir) COMPLETE |
7883 | 2024-08-16T04:09:11.722Z | [ recovery-image] Aug 16 04:09:10.687 INFO O| Aug 16 04:09:10.687 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7884 | 2024-08-16T04:09:11.729Z | [ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7885 | 2024-08-16T04:09:11.732Z | [ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO copying /tmp/.tmpeiA9XR/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 ... |
7886 | 2024-08-16T04:09:11.732Z | [ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7887 | 2024-08-16T04:09:11.732Z | [ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO ok! |
7888 | 2024-08-16T04:09:11.732Z | [ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO STEP 59 (ensure_file) COMPLETE |
7889 | 2024-08-16T04:09:11.732Z | [ recovery-image] Aug 16 04:09:10.697 INFO O| Aug 16 04:09:10.697 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7890 | 2024-08-16T04:09:11.740Z | [ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7891 | 2024-08-16T04:09:11.740Z | [ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7892 | 2024-08-16T04:09:11.742Z | [ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7893 | 2024-08-16T04:09:11.742Z | [ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO ok! |
7894 | 2024-08-16T04:09:11.742Z | [ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO STEP 60 (ensure_file) COMPLETE |
7895 | 2024-08-16T04:09:11.743Z | [ recovery-image] Aug 16 04:09:10.707 INFO O| Aug 16 04:09:10.707 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7896 | 2024-08-16T04:09:11.750Z | [ recovery-image] Aug 16 04:09:10.717 INFO O| Aug 16 04:09:10.717 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7897 | 2024-08-16T04:09:11.752Z | [ recovery-image] Aug 16 04:09:10.718 INFO O| Aug 16 04:09:10.717 INFO STEP 61 (ensure_dir) COMPLETE |
7898 | 2024-08-16T04:09:11.752Z | [ recovery-image] Aug 16 04:09:10.718 INFO O| Aug 16 04:09:10.717 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7899 | 2024-08-16T04:09:11.759Z | [ recovery-image] Aug 16 04:09:10.727 INFO O| Aug 16 04:09:10.727 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7900 | 2024-08-16T04:09:11.759Z | [ recovery-image] Aug 16 04:09:10.727 INFO O| Aug 16 04:09:10.727 INFO STEP 62 (ensure_dir) COMPLETE |
7901 | 2024-08-16T04:09:11.762Z | [ recovery-image] Aug 16 04:09:10.727 INFO O| Aug 16 04:09:10.727 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7902 | 2024-08-16T04:09:11.773Z | [ recovery-image] Aug 16 04:09:10.741 INFO O| Aug 16 04:09:10.741 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7903 | 2024-08-16T04:09:11.775Z | [ recovery-image] Aug 16 04:09:10.741 INFO O| Aug 16 04:09:10.741 INFO STEP 63 (ensure_dir) COMPLETE |
7904 | 2024-08-16T04:09:11.776Z | [ recovery-image] Aug 16 04:09:10.741 INFO O| Aug 16 04:09:10.741 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7905 | 2024-08-16T04:09:11.783Z | [ recovery-image] Aug 16 04:09:10.751 INFO O| Aug 16 04:09:10.751 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7906 | 2024-08-16T04:09:11.783Z | [ recovery-image] Aug 16 04:09:10.751 INFO O| Aug 16 04:09:10.751 INFO STEP 64 (ensure_dir) COMPLETE |
7907 | 2024-08-16T04:09:11.786Z | [ recovery-image] Aug 16 04:09:10.751 INFO O| Aug 16 04:09:10.751 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7908 | 2024-08-16T04:09:11.793Z | [ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7909 | 2024-08-16T04:09:11.793Z | [ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO copying /tmp/.tmpeiA9XR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7910 | 2024-08-16T04:09:11.795Z | [ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7911 | 2024-08-16T04:09:11.795Z | [ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO ok! |
7912 | 2024-08-16T04:09:11.795Z | [ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO STEP 65 (ensure_file) COMPLETE |
7913 | 2024-08-16T04:09:11.795Z | [ recovery-image] Aug 16 04:09:10.761 INFO O| Aug 16 04:09:10.761 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7914 | 2024-08-16T04:09:11.803Z | [ recovery-image] Aug 16 04:09:10.771 INFO O| Aug 16 04:09:10.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7915 | 2024-08-16T04:09:11.805Z | [ recovery-image] Aug 16 04:09:10.771 INFO O| Aug 16 04:09:10.771 INFO STEP 66 (remove_files) COMPLETE |
7916 | 2024-08-16T04:09:11.805Z | [ recovery-image] Aug 16 04:09:10.771 INFO O| Aug 16 04:09:10.771 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7917 | 2024-08-16T04:09:11.814Z | [ recovery-image] Aug 16 04:09:10.782 INFO O| Aug 16 04:09:10.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7918 | 2024-08-16T04:09:11.817Z | [ recovery-image] Aug 16 04:09:10.782 INFO O| Aug 16 04:09:10.782 INFO STEP 67 (remove_files) COMPLETE |
7919 | 2024-08-16T04:09:11.817Z | [ recovery-image] Aug 16 04:09:10.782 INFO O| Aug 16 04:09:10.782 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7920 | 2024-08-16T04:09:11.824Z | [ recovery-image] Aug 16 04:09:10.792 INFO O| Aug 16 04:09:10.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7921 | 2024-08-16T04:09:11.827Z | [ recovery-image] Aug 16 04:09:10.792 INFO O| Aug 16 04:09:10.792 INFO STEP 68 (remove_files) COMPLETE |
7922 | 2024-08-16T04:09:11.827Z | [ recovery-image] Aug 16 04:09:10.792 INFO O| Aug 16 04:09:10.792 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7923 | 2024-08-16T04:09:11.834Z | [ recovery-image] Aug 16 04:09:10.802 INFO O| Aug 16 04:09:10.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7924 | 2024-08-16T04:09:11.837Z | [ recovery-image] Aug 16 04:09:10.802 INFO O| Aug 16 04:09:10.802 INFO STEP 69 (remove_files) COMPLETE |
7925 | 2024-08-16T04:09:11.837Z | [ recovery-image] Aug 16 04:09:10.802 INFO O| Aug 16 04:09:10.802 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7926 | 2024-08-16T04:09:11.844Z | [ recovery-image] Aug 16 04:09:10.812 INFO O| Aug 16 04:09:10.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7927 | 2024-08-16T04:09:11.847Z | [ recovery-image] Aug 16 04:09:10.812 INFO O| Aug 16 04:09:10.812 INFO STEP 70 (remove_files) COMPLETE |
7928 | 2024-08-16T04:09:11.847Z | [ recovery-image] Aug 16 04:09:10.812 INFO O| Aug 16 04:09:10.812 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7929 | 2024-08-16T04:09:11.856Z | [ recovery-image] Aug 16 04:09:10.824 INFO O| Aug 16 04:09:10.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7930 | 2024-08-16T04:09:11.859Z | [ recovery-image] Aug 16 04:09:10.824 INFO O| Aug 16 04:09:10.824 INFO STEP 71 (remove_files) COMPLETE |
7931 | 2024-08-16T04:09:11.859Z | [ recovery-image] Aug 16 04:09:10.824 INFO O| Aug 16 04:09:10.824 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7932 | 2024-08-16T04:09:11.866Z | [ recovery-image] Aug 16 04:09:10.834 INFO O| Aug 16 04:09:10.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7933 | 2024-08-16T04:09:11.866Z | [ recovery-image] Aug 16 04:09:10.834 INFO O| Aug 16 04:09:10.834 INFO STEP 72 (remove_files) COMPLETE |
7934 | 2024-08-16T04:09:11.866Z | [ recovery-image] Aug 16 04:09:10.834 INFO O| Aug 16 04:09:10.834 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7935 | 2024-08-16T04:09:11.876Z | [ recovery-image] Aug 16 04:09:10.843 INFO O| Aug 16 04:09:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7936 | 2024-08-16T04:09:11.876Z | [ recovery-image] Aug 16 04:09:10.844 INFO O| Aug 16 04:09:10.843 INFO STEP 73 (remove_files) COMPLETE |
7937 | 2024-08-16T04:09:11.878Z | [ recovery-image] Aug 16 04:09:10.844 INFO O| Aug 16 04:09:10.844 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7938 | 2024-08-16T04:09:11.888Z | [ recovery-image] Aug 16 04:09:10.856 INFO O| Aug 16 04:09:10.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7939 | 2024-08-16T04:09:11.890Z | [ recovery-image] Aug 16 04:09:10.856 INFO O| Aug 16 04:09:10.856 INFO STEP 74 (remove_files) COMPLETE |
7940 | 2024-08-16T04:09:11.890Z | [ recovery-image] Aug 16 04:09:10.856 INFO O| Aug 16 04:09:10.856 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7941 | 2024-08-16T04:09:11.898Z | [ recovery-image] Aug 16 04:09:10.866 INFO O| Aug 16 04:09:10.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7942 | 2024-08-16T04:09:11.898Z | [ recovery-image] Aug 16 04:09:10.866 INFO O| Aug 16 04:09:10.866 INFO STEP 75 (remove_files) COMPLETE |
7943 | 2024-08-16T04:09:11.898Z | [ recovery-image] Aug 16 04:09:10.866 INFO O| Aug 16 04:09:10.866 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7944 | 2024-08-16T04:09:11.908Z | [ recovery-image] Aug 16 04:09:10.876 INFO O| Aug 16 04:09:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7945 | 2024-08-16T04:09:11.908Z | [ recovery-image] Aug 16 04:09:10.876 INFO O| Aug 16 04:09:10.876 INFO STEP 76 (remove_files) COMPLETE |
7946 | 2024-08-16T04:09:11.911Z | [ recovery-image] Aug 16 04:09:10.876 INFO O| Aug 16 04:09:10.876 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7947 | 2024-08-16T04:09:11.918Z | [ recovery-image] Aug 16 04:09:10.886 INFO O| Aug 16 04:09:10.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7948 | 2024-08-16T04:09:11.918Z | [ recovery-image] Aug 16 04:09:10.886 INFO O| Aug 16 04:09:10.886 INFO STEP 77 (remove_files) COMPLETE |
7949 | 2024-08-16T04:09:11.930Z | [ recovery-image] Aug 16 04:09:10.886 INFO O| Aug 16 04:09:10.886 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7950 | 2024-08-16T04:09:11.930Z | [ recovery-image] Aug 16 04:09:10.895 INFO O| Aug 16 04:09:10.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7951 | 2024-08-16T04:09:11.930Z | [ recovery-image] Aug 16 04:09:10.896 INFO O| Aug 16 04:09:10.896 INFO STEP 78 (remove_files) COMPLETE |
7952 | 2024-08-16T04:09:11.930Z | [ recovery-image] Aug 16 04:09:10.896 INFO O| Aug 16 04:09:10.896 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7953 | 2024-08-16T04:09:11.937Z | [ recovery-image] Aug 16 04:09:10.905 INFO O| Aug 16 04:09:10.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7954 | 2024-08-16T04:09:11.940Z | [ recovery-image] Aug 16 04:09:10.905 INFO O| Aug 16 04:09:10.905 INFO STEP 79 (remove_files) COMPLETE |
7955 | 2024-08-16T04:09:11.940Z | [ recovery-image] Aug 16 04:09:10.905 INFO O| Aug 16 04:09:10.905 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7956 | 2024-08-16T04:09:11.947Z | [ recovery-image] Aug 16 04:09:10.915 INFO O| Aug 16 04:09:10.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7957 | 2024-08-16T04:09:11.950Z | [ recovery-image] Aug 16 04:09:10.915 INFO O| Aug 16 04:09:10.915 INFO STEP 80 (remove_files) COMPLETE |
7958 | 2024-08-16T04:09:11.950Z | [ recovery-image] Aug 16 04:09:10.915 INFO O| Aug 16 04:09:10.915 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7959 | 2024-08-16T04:09:11.957Z | [ recovery-image] Aug 16 04:09:10.925 INFO O| Aug 16 04:09:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7960 | 2024-08-16T04:09:11.957Z | [ recovery-image] Aug 16 04:09:10.925 INFO O| Aug 16 04:09:10.925 INFO STEP 81 (remove_files) COMPLETE |
7961 | 2024-08-16T04:09:11.957Z | [ recovery-image] Aug 16 04:09:10.925 INFO O| Aug 16 04:09:10.925 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7962 | 2024-08-16T04:09:11.967Z | [ recovery-image] Aug 16 04:09:10.935 INFO O| Aug 16 04:09:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7963 | 2024-08-16T04:09:11.967Z | [ recovery-image] Aug 16 04:09:10.935 INFO O| Aug 16 04:09:10.935 INFO STEP 82 (remove_files) COMPLETE |
7964 | 2024-08-16T04:09:11.969Z | [ recovery-image] Aug 16 04:09:10.935 INFO O| Aug 16 04:09:10.935 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7965 | 2024-08-16T04:09:11.976Z | [ recovery-image] Aug 16 04:09:10.944 INFO O| Aug 16 04:09:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7966 | 2024-08-16T04:09:11.976Z | [ recovery-image] Aug 16 04:09:10.944 INFO O| Aug 16 04:09:10.944 INFO STEP 83 (remove_files) COMPLETE |
7967 | 2024-08-16T04:09:11.979Z | [ recovery-image] Aug 16 04:09:10.944 INFO O| Aug 16 04:09:10.944 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7968 | 2024-08-16T04:09:11.981Z | [ host-image] Aug 16 04:09:10.948 INFO O| Aug 16 04:09:10.948 INFO O| Actions: Completed 1361 actions in 0.53 seconds. |
7969 | 2024-08-16T04:09:11.987Z | [ recovery-image] Aug 16 04:09:10.954 INFO O| Aug 16 04:09:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7970 | 2024-08-16T04:09:11.987Z | [ recovery-image] Aug 16 04:09:10.955 INFO O| Aug 16 04:09:10.954 INFO STEP 84 (remove_files) COMPLETE |
7971 | 2024-08-16T04:09:11.989Z | [ recovery-image] Aug 16 04:09:10.955 INFO O| Aug 16 04:09:10.955 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7972 | 2024-08-16T04:09:11.998Z | [ recovery-image] Aug 16 04:09:10.966 INFO O| Aug 16 04:09:10.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7973 | 2024-08-16T04:09:11.998Z | [ recovery-image] Aug 16 04:09:10.966 INFO O| Aug 16 04:09:10.966 INFO STEP 85 (remove_files) COMPLETE |
7974 | 2024-08-16T04:09:11.998Z | [ recovery-image] Aug 16 04:09:10.966 INFO O| Aug 16 04:09:10.966 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7975 | 2024-08-16T04:09:12.008Z | [ recovery-image] Aug 16 04:09:10.976 INFO O| Aug 16 04:09:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7976 | 2024-08-16T04:09:12.010Z | [ recovery-image] Aug 16 04:09:10.976 INFO O| Aug 16 04:09:10.976 INFO STEP 86 (remove_files) COMPLETE |
7977 | 2024-08-16T04:09:12.010Z | [ recovery-image] Aug 16 04:09:10.976 INFO O| Aug 16 04:09:10.976 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7978 | 2024-08-16T04:09:12.018Z | [ recovery-image] Aug 16 04:09:10.986 INFO O| Aug 16 04:09:10.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7979 | 2024-08-16T04:09:12.021Z | [ recovery-image] Aug 16 04:09:10.986 INFO O| Aug 16 04:09:10.986 INFO STEP 87 (remove_files) COMPLETE |
7980 | 2024-08-16T04:09:12.021Z | [ recovery-image] Aug 16 04:09:10.986 INFO O| Aug 16 04:09:10.986 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7981 | 2024-08-16T04:09:12.029Z | [ recovery-image] Aug 16 04:09:10.996 INFO O| Aug 16 04:09:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7982 | 2024-08-16T04:09:12.029Z | [ recovery-image] Aug 16 04:09:10.996 INFO O| Aug 16 04:09:10.996 INFO STEP 88 (remove_files) COMPLETE |
7983 | 2024-08-16T04:09:12.029Z | [ recovery-image] Aug 16 04:09:10.996 INFO O| Aug 16 04:09:10.996 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7984 | 2024-08-16T04:09:12.040Z | [ recovery-image] Aug 16 04:09:11.008 INFO O| Aug 16 04:09:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7985 | 2024-08-16T04:09:12.042Z | [ recovery-image] Aug 16 04:09:11.008 INFO O| Aug 16 04:09:11.008 INFO STEP 89 (remove_files) COMPLETE |
7986 | 2024-08-16T04:09:12.042Z | [ recovery-image] Aug 16 04:09:11.008 INFO O| Aug 16 04:09:11.008 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7987 | 2024-08-16T04:09:12.050Z | [ recovery-image] Aug 16 04:09:11.018 INFO O| Aug 16 04:09:11.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7988 | 2024-08-16T04:09:12.050Z | [ recovery-image] Aug 16 04:09:11.018 INFO O| Aug 16 04:09:11.018 INFO STEP 90 (remove_files) COMPLETE |
7989 | 2024-08-16T04:09:12.050Z | [ recovery-image] Aug 16 04:09:11.018 INFO O| Aug 16 04:09:11.018 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7990 | 2024-08-16T04:09:12.060Z | [ recovery-image] Aug 16 04:09:11.028 INFO O| Aug 16 04:09:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7991 | 2024-08-16T04:09:12.060Z | [ recovery-image] Aug 16 04:09:11.028 INFO O| Aug 16 04:09:11.028 INFO STEP 91 (remove_files) COMPLETE |
7992 | 2024-08-16T04:09:12.060Z | [ recovery-image] Aug 16 04:09:11.028 INFO O| Aug 16 04:09:11.028 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7993 | 2024-08-16T04:09:12.071Z | [ recovery-image] Aug 16 04:09:11.039 INFO O| Aug 16 04:09:11.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7994 | 2024-08-16T04:09:12.071Z | [ recovery-image] Aug 16 04:09:11.039 INFO O| Aug 16 04:09:11.039 INFO STEP 92 (remove_files) COMPLETE |
7995 | 2024-08-16T04:09:12.073Z | [ recovery-image] Aug 16 04:09:11.039 INFO O| Aug 16 04:09:11.039 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7996 | 2024-08-16T04:09:12.081Z | [ recovery-image] Aug 16 04:09:11.049 INFO O| Aug 16 04:09:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7997 | 2024-08-16T04:09:12.081Z | [ recovery-image] Aug 16 04:09:11.049 INFO O| Aug 16 04:09:11.049 INFO STEP 93 (remove_files) COMPLETE |
7998 | 2024-08-16T04:09:12.084Z | [ recovery-image] Aug 16 04:09:11.049 INFO O| Aug 16 04:09:11.049 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7999 | 2024-08-16T04:09:12.093Z | [ recovery-image] Aug 16 04:09:11.059 INFO O| Aug 16 04:09:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8000 | 2024-08-16T04:09:12.093Z | [ recovery-image] Aug 16 04:09:11.059 INFO O| Aug 16 04:09:11.059 INFO STEP 94 (remove_files) COMPLETE |
8001 | 2024-08-16T04:09:12.093Z | [ recovery-image] Aug 16 04:09:11.059 INFO O| Aug 16 04:09:11.059 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8002 | 2024-08-16T04:09:12.107Z | [ recovery-image] Aug 16 04:09:11.075 INFO O| Aug 16 04:09:11.074 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8003 | 2024-08-16T04:09:12.110Z | [ recovery-image] Aug 16 04:09:11.075 INFO O| Aug 16 04:09:11.075 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8004 | 2024-08-16T04:09:12.261Z | [ host-image] Aug 16 04:09:11.225 INFO O| Aug 16 04:09:11.223 INFO O| Done |
8005 | 2024-08-16T04:09:12.261Z | [ host-image] Aug 16 04:09:11.225 INFO O| Aug 16 04:09:11.223 INFO O| Done |
8006 | 2024-08-16T04:09:12.661Z | [ host-image] Aug 16 04:09:11.629 INFO O| Aug 16 04:09:11.629 INFO O| Done |
8007 | 2024-08-16T04:09:13.781Z | [ host-image] Aug 16 04:09:12.749 INFO O| Aug 16 04:09:12.748 INFO O| Done |
8008 | 2024-08-16T04:09:13.805Z | [ host-image] Aug 16 04:09:12.773 INFO O| Aug 16 04:09:12.772 INFO O| Done |
8009 | 2024-08-16T04:09:13.808Z | [ host-image] Aug 16 04:09:12.773 INFO O| Aug 16 04:09:12.773 INFO O| Done |
8010 | 2024-08-16T04:09:13.848Z | [ host-image] Aug 16 04:09:12.815 INFO O| Aug 16 04:09:12.815 INFO O| Done |
8011 | 2024-08-16T04:09:14.210Z | [ host-image] Aug 16 04:09:12.909 INFO O| Aug 16 04:09:12.909 INFO STEP 13 (pkg_install) COMPLETE |
8012 | 2024-08-16T04:09:14.210Z | [ host-image] Aug 16 04:09:12.909 INFO O| Aug 16 04:09:12.909 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8013 | 2024-08-16T04:09:14.297Z | [ host-image] Aug 16 04:09:12.920 INFO O| Aug 16 04:09:12.920 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
8014 | 2024-08-16T04:09:14.400Z | [ host-image] Aug 16 04:09:13.367 INFO O| Aug 16 04:09:13.367 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8015 | 2024-08-16T04:09:15.793Z | [ host-image] Aug 16 04:09:14.760 INFO O| Aug 16 04:09:14.760 INFO O| Planning: Solver setup ... Done |
8016 | 2024-08-16T04:09:15.796Z | [ host-image] Aug 16 04:09:14.764 INFO O| Aug 16 04:09:14.764 INFO O| Planning: Running solver ... Done |
8017 | 2024-08-16T04:09:15.833Z | [ host-image] Aug 16 04:09:14.800 INFO O| Aug 16 04:09:14.800 INFO O| Planning: Finding local manifests ... Done |
8018 | 2024-08-16T04:09:15.836Z | [ host-image] Aug 16 04:09:14.801 INFO O| Aug 16 04:09:14.801 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8019 | 2024-08-16T04:09:15.895Z | [ host-image] Aug 16 04:09:14.863 INFO O| Aug 16 04:09:14.863 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8020 | 2024-08-16T04:09:15.914Z | [ host-image] Aug 16 04:09:14.882 INFO O| Aug 16 04:09:14.882 INFO O| Planning: Package planning ... Done |
8021 | 2024-08-16T04:09:15.917Z | [ host-image] Aug 16 04:09:14.883 INFO O| Aug 16 04:09:14.882 INFO O| Planning: Merging actions ... Done |
8022 | 2024-08-16T04:09:15.974Z | [ host-image] Aug 16 04:09:14.942 INFO O| Aug 16 04:09:14.942 INFO O| Planning: Checking for conflicting actions ... Done |
8023 | 2024-08-16T04:09:15.978Z | [ host-image] Aug 16 04:09:14.943 INFO O| Aug 16 04:09:14.942 INFO O| Planning: Consolidating action changes ... Done |
8024 | 2024-08-16T04:09:16.145Z | [ host-image] Aug 16 04:09:15.113 INFO O| Aug 16 04:09:15.113 INFO O| Planning: Evaluating mediators ... Done |
8025 | 2024-08-16T04:09:16.148Z | [ host-image] Aug 16 04:09:15.113 INFO O| Aug 16 04:09:15.113 INFO O| Planning: Planning completed in 1.75 seconds |
8026 | 2024-08-16T04:09:16.148Z | [ host-image] Aug 16 04:09:15.115 INFO O| Aug 16 04:09:15.115 INFO O| Packages to install: 1 |
8027 | 2024-08-16T04:09:16.157Z | [ host-image] Aug 16 04:09:15.125 INFO O| Aug 16 04:09:15.125 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
8028 | 2024-08-16T04:09:17.338Z | [ host-image] Aug 16 04:09:16.305 INFO O| Aug 16 04:09:16.305 INFO O| Download: Completed 20.86 MB in 1.18 seconds (17.7M/s) |
8029 | 2024-08-16T04:09:17.364Z | [ host-image] Aug 16 04:09:16.332 INFO O| Aug 16 04:09:16.332 INFO O| Actions: 1/22 actions (Installing new actions) |
8030 | 2024-08-16T04:09:17.855Z | [ host-image] Aug 16 04:09:16.823 INFO O| Aug 16 04:09:16.823 INFO O| Actions: Completed 22 actions in 0.49 seconds. |
8031 | 2024-08-16T04:09:18.087Z | [ host-image] Aug 16 04:09:17.054 INFO O| Aug 16 04:09:17.054 INFO O| Done |
8032 | 2024-08-16T04:09:18.087Z | [ host-image] Aug 16 04:09:17.054 INFO O| Aug 16 04:09:17.054 INFO O| Done |
8033 | 2024-08-16T04:09:18.423Z | [ host-image] Aug 16 04:09:17.391 INFO O| Aug 16 04:09:17.391 INFO O| Done |
8034 | 2024-08-16T04:09:19.519Z | [ host-image] Aug 16 04:09:18.487 INFO O| Aug 16 04:09:18.487 INFO O| Done |
8035 | 2024-08-16T04:09:19.541Z | [ host-image] Aug 16 04:09:18.509 INFO O| Aug 16 04:09:18.509 INFO O| Done |
8036 | 2024-08-16T04:09:19.542Z | [ host-image] Aug 16 04:09:18.509 INFO O| Aug 16 04:09:18.509 INFO O| Done |
8037 | 2024-08-16T04:09:19.551Z | [ host-image] Aug 16 04:09:18.519 INFO O| Aug 16 04:09:18.519 INFO O| Done |
8038 | 2024-08-16T04:09:19.645Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 14 (pkg_install) COMPLETE |
8039 | 2024-08-16T04:09:19.645Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8040 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "mfg" is not enabled |
8041 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8042 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "compliance" is not enabled |
8043 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8044 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "stress" is not enabled |
8045 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8046 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO skip step because feature "nfs" is not enabled |
8047 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8048 | 2024-08-16T04:09:19.652Z | [ host-image] Aug 16 04:09:18.613 INFO O| Aug 16 04:09:18.613 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8049 | 2024-08-16T04:09:19.724Z | [ host-image] Aug 16 04:09:18.692 INFO O| Aug 16 04:09:18.691 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8050 | 2024-08-16T04:09:19.796Z | [ host-image] Aug 16 04:09:18.764 INFO O| Aug 16 04:09:18.764 INFO completed processing gimlet/ramdisk-01-os |
8051 | 2024-08-16T04:09:19.799Z | [ host-image] Aug 16 04:09:18.766 INFO omicron1 baseline generation... |
8052 | 2024-08-16T04:09:19.800Z | [ host-image] Aug 16 04:09:18.766 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8053 | 2024-08-16T04:09:20.114Z | [ recovery-image] Aug 16 04:09:19.080 INFO O| Aug 16 04:09:19.080 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 |
8054 | 2024-08-16T04:09:20.114Z | [ recovery-image] Aug 16 04:09:19.080 INFO O| Aug 16 04:09:19.080 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8055 | 2024-08-16T04:09:20.125Z | [ recovery-image] Aug 16 04:09:19.093 INFO O| Aug 16 04:09:19.093 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8056 | 2024-08-16T04:09:20.182Z | [ host-image] Aug 16 04:09:19.150 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z |
8057 | 2024-08-16T04:09:20.201Z | [ recovery-image] Aug 16 04:09:19.169 INFO O| Aug 16 04:09:19.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8058 | 2024-08-16T04:09:20.201Z | [ recovery-image] Aug 16 04:09:19.169 INFO O| Aug 16 04:09:19.169 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 ... |
8059 | 2024-08-16T04:09:20.204Z | [ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8060 | 2024-08-16T04:09:20.204Z | [ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO ok! |
8061 | 2024-08-16T04:09:20.204Z | [ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8062 | 2024-08-16T04:09:20.204Z | [ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO STEP 95 (seed_smf) COMPLETE |
8063 | 2024-08-16T04:09:20.204Z | [ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO steps complete; finalising image! |
8064 | 2024-08-16T04:09:20.204Z | [ recovery-image] Aug 16 04:09:19.171 INFO O| Aug 16 04:09:19.171 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8065 | 2024-08-16T04:09:20.235Z | [ recovery-image] Aug 16 04:09:19.203 INFO O| Aug 16 04:09:19.203 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Aug 16 04:09:19 2024) |
8066 | 2024-08-16T04:09:20.445Z | [ recovery-image] Aug 16 04:09:19.413 INFO O| Aug 16 04:09:19.412 INFO trim TEMPORARY-gimlet-zfs-recovery: (57% trimmed, started at Fri Aug 16 04:09:19 2024) |
8067 | 2024-08-16T04:09:20.667Z | [ recovery-image] Aug 16 04:09:19.635 INFO O| Aug 16 04:09:19.635 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio |
8068 | 2024-08-16T04:09:20.667Z | [ recovery-image] Aug 16 04:09:19.635 INFO O| Aug 16 04:09:19.635 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8069 | 2024-08-16T04:09:20.878Z | [ recovery-image] Aug 16 04:09:19.846 INFO O| Aug 16 04:09:19.846 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 |
8070 | 2024-08-16T04:09:20.878Z | [ recovery-image] Aug 16 04:09:19.846 INFO O| Aug 16 04:09:19.846 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8071 | 2024-08-16T04:09:23.909Z | [ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8072 | 2024-08-16T04:09:23.909Z | [ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8073 | 2024-08-16T04:09:23.913Z | [ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8074 | 2024-08-16T04:09:23.913Z | [ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO completed processing gimlet/zfs-recovery |
8075 | 2024-08-16T04:09:23.913Z | [ recovery-image] Aug 16 04:09:22.878 INFO O| Aug 16 04:09:22.878 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8076 | 2024-08-16T04:09:24.165Z | [ recovery-image] Aug 16 04:09:23.134 INFO O| Aug 16 04:09:23.134 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8077 | 2024-08-16T04:09:24.249Z | [ recovery-image] Aug 16 04:09:23.217 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
8078 | 2024-08-16T04:09:24.249Z | [ recovery-image] Aug 16 04:09:23.217 INFO expanded image name: "recovery f6a6b39/${os_short_commit} 2024-08-16 03:43" -> "recovery f6a6b39/f449ff4 2024-08-16 03:43" |
8079 | 2024-08-16T04:09:24.252Z | [ recovery-image] Aug 16 04:09:23.218 INFO output artefacts stored in: "/work/os-recovery" |
8080 | 2024-08-16T04:09:24.252Z | [ recovery-image] Aug 16 04:09:23.218 INFO collecting git info from project "pilot"... |
8081 | 2024-08-16T04:09:24.261Z | [ recovery-image] Aug 16 04:09:23.230 INFO collecting git info from project "chelsio-t6-roms"... |
8082 | 2024-08-16T04:09:24.282Z | [ recovery-image] Aug 16 04:09:23.250 INFO collecting git info from project "phbl"... |
8083 | 2024-08-16T04:09:24.289Z | [ recovery-image] Aug 16 04:09:23.257 INFO collecting git info from project "bootserver"... |
8084 | 2024-08-16T04:09:24.294Z | [ recovery-image] Aug 16 04:09:23.262 INFO collecting git info from project "pinprick"... |
8085 | 2024-08-16T04:09:24.299Z | [ recovery-image] Aug 16 04:09:23.267 INFO collecting git info from project "amd-firmware"... |
8086 | 2024-08-16T04:09:24.526Z | [ recovery-image] Aug 16 04:09:23.494 INFO collecting git info from project "image-builder"... |
8087 | 2024-08-16T04:09:24.533Z | [ recovery-image] Aug 16 04:09:23.501 INFO collecting git info from project "amd-host-image-builder"... |
8088 | 2024-08-16T04:09:24.770Z | [ recovery-image] Aug 16 04:09:23.739 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8089 | 2024-08-16T04:09:25.126Z | [ recovery-image] Aug 16 04:09:24.095 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8090 | 2024-08-16T04:09:25.474Z | [ recovery-image] Aug 16 04:09:24.443 INFO creating Oxide boot image... |
8091 | 2024-08-16T04:09:25.474Z | [ recovery-image] Aug 16 04:09:24.443 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f6a6b39/f449ff4 2024-08-16 03:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8092 | 2024-08-16T04:10:07.226Z | [ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z |
8093 | 2024-08-16T04:10:07.226Z | [ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z |
8094 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8095 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8096 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8097 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.199 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8098 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.200 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8099 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.200 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8100 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.200 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8101 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.201 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8102 | 2024-08-16T04:10:07.229Z | [ host-image] Aug 16 04:10:06.201 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z |
8103 | 2024-08-16T04:10:07.231Z | [ host-image] Aug 16 04:10:06.202 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z |
8104 | 2024-08-16T04:10:07.232Z | [ host-image] Aug 16 04:10:06.203 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z |
8105 | 2024-08-16T04:10:07.232Z | [ host-image] Aug 16 04:10:06.204 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z |
8106 | 2024-08-16T04:10:07.232Z | [ host-image] Aug 16 04:10:06.204 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8107 | 2024-08-16T04:10:07.234Z | [ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z |
8108 | 2024-08-16T04:10:07.234Z | [ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z |
8109 | 2024-08-16T04:10:07.234Z | [ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z |
8110 | 2024-08-16T04:10:07.234Z | [ host-image] Aug 16 04:10:06.205 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z |
8111 | 2024-08-16T04:10:07.234Z | [ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z |
8112 | 2024-08-16T04:10:07.234Z | [ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z |
8113 | 2024-08-16T04:10:07.234Z | [ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z |
8114 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z |
8115 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z |
8116 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.206 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z |
8117 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z |
8118 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z |
8119 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z |
8120 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8121 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z |
8122 | 2024-08-16T04:10:07.235Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z |
8123 | 2024-08-16T04:10:07.238Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z |
8124 | 2024-08-16T04:10:07.238Z | [ host-image] Aug 16 04:10:06.207 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z |
8125 | 2024-08-16T04:10:07.238Z | [ host-image] Aug 16 04:10:06.208 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z |
8126 | 2024-08-16T04:10:07.238Z | [ host-image] Aug 16 04:10:06.208 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z |
8127 | 2024-08-16T04:10:07.245Z | [ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8128 | 2024-08-16T04:10:07.247Z | [ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z |
8129 | 2024-08-16T04:10:07.247Z | [ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8130 | 2024-08-16T04:10:07.247Z | [ host-image] Aug 16 04:10:06.218 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8131 | 2024-08-16T04:10:07.247Z | [ host-image] Aug 16 04:10:06.219 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8132 | 2024-08-16T04:10:07.247Z | [ host-image] Aug 16 04:10:06.219 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z |
8133 | 2024-08-16T04:10:07.247Z | [ host-image] Aug 16 04:10:06.219 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8134 | 2024-08-16T04:10:07.247Z | [ host-image] Aug 16 04:10:06.220 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8135 | 2024-08-16T04:10:07.250Z | [ host-image] Aug 16 04:10:06.221 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8136 | 2024-08-16T04:10:07.250Z | [ host-image] Aug 16 04:10:06.221 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8137 | 2024-08-16T04:10:07.260Z | [ host-image] Aug 16 04:10:06.233 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8138 | 2024-08-16T04:10:07.261Z | [ host-image] Aug 16 04:10:06.233 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8139 | 2024-08-16T04:10:07.263Z | [ host-image] Aug 16 04:10:06.233 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8140 | 2024-08-16T04:10:07.263Z | [ host-image] Aug 16 04:10:06.234 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8141 | 2024-08-16T04:10:07.263Z | [ host-image] Aug 16 04:10:06.235 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8142 | 2024-08-16T04:10:07.263Z | [ host-image] Aug 16 04:10:06.235 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8143 | 2024-08-16T04:10:07.298Z | [ host-image] Aug 16 04:10:06.271 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8144 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.271 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8145 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.271 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8146 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.272 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z |
8147 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.272 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z |
8148 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8149 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z |
8150 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8151 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8152 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8153 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z |
8154 | 2024-08-16T04:10:07.301Z | [ host-image] Aug 16 04:10:06.273 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8155 | 2024-08-16T04:10:07.305Z | [ host-image] Aug 16 04:10:06.278 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8156 | 2024-08-16T04:10:07.307Z | [ host-image] Aug 16 04:10:06.278 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8157 | 2024-08-16T04:10:07.307Z | [ host-image] Aug 16 04:10:06.278 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8158 | 2024-08-16T04:10:07.308Z | [ host-image] Aug 16 04:10:06.279 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z |
8159 | 2024-08-16T04:10:07.308Z | [ host-image] Aug 16 04:10:06.279 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8160 | 2024-08-16T04:10:07.321Z | [ host-image] Aug 16 04:10:06.293 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8161 | 2024-08-16T04:10:07.323Z | [ host-image] Aug 16 04:10:06.294 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z |
8162 | 2024-08-16T04:10:07.323Z | [ host-image] Aug 16 04:10:06.296 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z |
8163 | 2024-08-16T04:10:07.326Z | [ host-image] Aug 16 04:10:06.296 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z |
8164 | 2024-08-16T04:10:07.326Z | [ host-image] Aug 16 04:10:06.296 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8165 | 2024-08-16T04:10:07.326Z | [ host-image] Aug 16 04:10:06.297 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z |
8166 | 2024-08-16T04:10:07.326Z | [ host-image] Aug 16 04:10:06.297 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z |
8167 | 2024-08-16T04:10:07.326Z | [ host-image] Aug 16 04:10:06.297 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z |
8168 | 2024-08-16T04:10:07.326Z | [ host-image] Aug 16 04:10:06.298 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z |
8169 | 2024-08-16T04:10:07.329Z | [ host-image] Aug 16 04:10:06.302 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8170 | 2024-08-16T04:10:07.331Z | [ host-image] Aug 16 04:10:06.302 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z |
8171 | 2024-08-16T04:10:07.331Z | [ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z |
8172 | 2024-08-16T04:10:07.331Z | [ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8173 | 2024-08-16T04:10:07.331Z | [ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z |
8174 | 2024-08-16T04:10:07.331Z | [ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z |
8175 | 2024-08-16T04:10:07.331Z | [ host-image] Aug 16 04:10:06.303 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z |
8176 | 2024-08-16T04:10:07.331Z | [ host-image] Aug 16 04:10:06.304 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z |
8177 | 2024-08-16T04:10:07.340Z | [ host-image] Aug 16 04:10:06.312 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z |
8178 | 2024-08-16T04:10:07.340Z | [ host-image] Aug 16 04:10:06.312 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8179 | 2024-08-16T04:10:07.342Z | [ host-image] Aug 16 04:10:06.314 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z |
8180 | 2024-08-16T04:10:07.345Z | [ host-image] Aug 16 04:10:06.316 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z |
8181 | 2024-08-16T04:10:07.345Z | [ host-image] Aug 16 04:10:06.316 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z |
8182 | 2024-08-16T04:10:07.345Z | [ host-image] Aug 16 04:10:06.316 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z |
8183 | 2024-08-16T04:10:07.345Z | [ host-image] Aug 16 04:10:06.317 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z |
8184 | 2024-08-16T04:10:07.345Z | [ host-image] Aug 16 04:10:06.317 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z |
8185 | 2024-08-16T04:10:07.354Z | [ host-image] Aug 16 04:10:06.327 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z |
8186 | 2024-08-16T04:10:07.357Z | [ host-image] Aug 16 04:10:06.327 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z |
8187 | 2024-08-16T04:10:07.357Z | [ host-image] Aug 16 04:10:06.328 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z |
8188 | 2024-08-16T04:10:07.357Z | [ host-image] Aug 16 04:10:06.329 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z |
8189 | 2024-08-16T04:10:07.357Z | [ host-image] Aug 16 04:10:06.329 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z |
8190 | 2024-08-16T04:10:07.378Z | [ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z |
8191 | 2024-08-16T04:10:07.380Z | [ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z |
8192 | 2024-08-16T04:10:07.380Z | [ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z |
8193 | 2024-08-16T04:10:07.380Z | [ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8194 | 2024-08-16T04:10:07.380Z | [ host-image] Aug 16 04:10:06.351 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8195 | 2024-08-16T04:10:07.408Z | [ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z |
8196 | 2024-08-16T04:10:07.410Z | [ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8197 | 2024-08-16T04:10:07.410Z | [ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z |
8198 | 2024-08-16T04:10:07.410Z | [ host-image] Aug 16 04:10:06.381 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z |
8199 | 2024-08-16T04:10:07.410Z | [ host-image] Aug 16 04:10:06.382 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z |
8200 | 2024-08-16T04:10:07.410Z | [ host-image] Aug 16 04:10:06.383 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8201 | 2024-08-16T04:10:07.413Z | [ host-image] Aug 16 04:10:06.383 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8202 | 2024-08-16T04:10:07.413Z | [ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z |
8203 | 2024-08-16T04:10:07.413Z | [ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z |
8204 | 2024-08-16T04:10:07.413Z | [ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z |
8205 | 2024-08-16T04:10:07.413Z | [ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z |
8206 | 2024-08-16T04:10:07.413Z | [ host-image] Aug 16 04:10:06.384 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z |
8207 | 2024-08-16T04:10:07.414Z | [ host-image] Aug 16 04:10:06.385 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z |
8208 | 2024-08-16T04:10:07.416Z | [ host-image] Aug 16 04:10:06.388 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8209 | 2024-08-16T04:10:07.416Z | [ host-image] Aug 16 04:10:06.388 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z |
8210 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.389 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z |
8211 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.389 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z |
8212 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z |
8213 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z |
8214 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z |
8215 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8216 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.390 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8217 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z |
8218 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z |
8219 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8220 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8221 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8222 | 2024-08-16T04:10:07.419Z | [ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8223 | 2024-08-16T04:10:07.421Z | [ host-image] Aug 16 04:10:06.391 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8224 | 2024-08-16T04:10:07.421Z | [ host-image] Aug 16 04:10:06.392 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8225 | 2024-08-16T04:10:07.421Z | [ host-image] Aug 16 04:10:06.394 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8226 | 2024-08-16T04:10:07.421Z | [ host-image] Aug 16 04:10:06.394 INFO O| tempdir @ "/tmp/.tmpBzRw8w/tmp" |
8227 | 2024-08-16T04:10:07.421Z | [ host-image] Aug 16 04:10:06.394 INFO O| image root @ "/tmp/.tmpBzRw8w/tmp/root" |
8228 | 2024-08-16T04:10:07.421Z | [ host-image] Aug 16 04:10:06.394 INFO O| creating image... |
8229 | 2024-08-16T04:10:07.900Z | [ host-image] Aug 16 04:10:06.872 INFO O| copying publishers... |
8230 | 2024-08-16T04:10:14.043Z | [ host-image] Aug 16 04:10:13.016 INFO O| adding properties... |
8231 | 2024-08-16T04:10:15.042Z | [ host-image] Aug 16 04:10:14.015 INFO O| installing packages... |
8232 | 2024-08-16T04:10:21.149Z | [ recovery-image] Aug 16 04:10:20.122 INFO O| ok, image written! |
8233 | 2024-08-16T04:10:21.149Z | [ recovery-image] Aug 16 04:10:20.122 INFO O| ok, boot_image_csum file written! |
8234 | 2024-08-16T04:10:21.151Z | [ recovery-image] Aug 16 04:10:20.125 INFO creating boot archive (CPIO)... |
8235 | 2024-08-16T04:10:21.152Z | [ recovery-image] Aug 16 04:10:20.125 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 |
8236 | 2024-08-16T04:10:21.160Z | [ recovery-image] Aug 16 04:10:20.134 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8237 | 2024-08-16T04:10:21.160Z | [ recovery-image] Aug 16 04:10:20.134 INFO E| + outfile=/work/os-recovery/cpio |
8238 | 2024-08-16T04:10:21.163Z | [ recovery-image] Aug 16 04:10:20.134 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8239 | 2024-08-16T04:10:21.163Z | [ recovery-image] Aug 16 04:10:20.136 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8240 | 2024-08-16T04:10:21.163Z | [ recovery-image] Aug 16 04:10:20.136 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8241 | 2024-08-16T04:10:21.193Z | [ recovery-image] Aug 16 04:10:20.167 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8242 | 2024-08-16T04:10:21.196Z | [ recovery-image] Aug 16 04:10:20.167 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8243 | 2024-08-16T04:10:21.201Z | [ recovery-image] Aug 16 04:10:20.175 INFO creating compressed cpio/unix for nanobl-rs... |
8244 | 2024-08-16T04:10:21.205Z | [ recovery-image] Aug 16 04:10:20.175 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 |
8245 | 2024-08-16T04:10:21.484Z | [ recovery-image] Aug 16 04:10:20.457 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8246 | 2024-08-16T04:10:25.906Z | [ recovery-image] Aug 16 04:10:24.881 INFO creating reset image... |
8247 | 2024-08-16T04:10:25.910Z | [ recovery-image] Aug 16 04:10:24.881 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8248 | 2024-08-16T04:10:26.124Z | [ recovery-image] Aug 16 04:10:25.098 INFO E| Updating crates.io index |
8249 | 2024-08-16T04:10:26.226Z | [ recovery-image] Aug 16 04:10:25.200 INFO E| Downloading crates ... |
8250 | 2024-08-16T04:10:26.294Z | [ recovery-image] Aug 16 04:10:25.268 INFO E| Downloaded anstyle-parse v0.2.3 |
8251 | 2024-08-16T04:10:26.301Z | [ recovery-image] Aug 16 04:10:25.275 INFO E| Downloaded anstyle-query v1.0.2 |
8252 | 2024-08-16T04:10:26.305Z | [ recovery-image] Aug 16 04:10:25.279 INFO E| Downloaded os_pipe v1.1.5 |
8253 | 2024-08-16T04:10:26.323Z | [ recovery-image] Aug 16 04:10:25.298 INFO E| Downloaded clap v4.5.3 |
8254 | 2024-08-16T04:10:26.332Z | [ recovery-image] Aug 16 04:10:25.306 INFO E| Downloaded shared_child v1.0.0 |
8255 | 2024-08-16T04:10:26.334Z | [ recovery-image] Aug 16 04:10:25.307 INFO E| Downloaded anstyle v1.0.6 |
8256 | 2024-08-16T04:10:26.337Z | [ recovery-image] Aug 16 04:10:25.309 INFO E| Downloaded clap_derive v4.5.3 |
8257 | 2024-08-16T04:10:26.340Z | [ recovery-image] Aug 16 04:10:25.313 INFO E| Downloaded duct v0.13.7 |
8258 | 2024-08-16T04:10:26.342Z | [ recovery-image] Aug 16 04:10:25.315 INFO E| Downloaded proc-macro2 v1.0.79 |
8259 | 2024-08-16T04:10:26.342Z | [ recovery-image] Aug 16 04:10:25.317 INFO E| Downloaded anstream v0.6.13 |
8260 | 2024-08-16T04:10:26.354Z | [ recovery-image] Aug 16 04:10:25.329 INFO E| Downloaded syn v2.0.53 |
8261 | 2024-08-16T04:10:26.406Z | [ recovery-image] Aug 16 04:10:25.381 INFO E| Downloaded libc v0.2.153 |
8262 | 2024-08-16T04:10:26.481Z | [ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling proc-macro2 v1.0.79 |
8263 | 2024-08-16T04:10:26.481Z | [ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling unicode-ident v1.0.12 |
8264 | 2024-08-16T04:10:26.483Z | [ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling libc v0.2.153 |
8265 | 2024-08-16T04:10:26.484Z | [ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling utf8parse v0.2.1 |
8266 | 2024-08-16T04:10:26.484Z | [ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling anstyle-query v1.0.2 |
8267 | 2024-08-16T04:10:26.484Z | [ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling colorchoice v1.0.0 |
8268 | 2024-08-16T04:10:26.484Z | [ recovery-image] Aug 16 04:10:25.455 INFO E| Compiling anstyle v1.0.6 |
8269 | 2024-08-16T04:10:26.487Z | [ recovery-image] Aug 16 04:10:25.458 INFO E| Compiling clap_lex v0.7.0 |
8270 | 2024-08-16T04:10:26.672Z | [ recovery-image] Aug 16 04:10:25.645 INFO E| Compiling anstyle-parse v0.2.3 |
8271 | 2024-08-16T04:10:26.704Z | [ recovery-image] Aug 16 04:10:25.678 INFO E| Compiling heck v0.5.0 |
8272 | 2024-08-16T04:10:26.716Z | [ recovery-image] Aug 16 04:10:25.690 INFO E| Compiling strsim v0.11.0 |
8273 | 2024-08-16T04:10:26.767Z | [ recovery-image] Aug 16 04:10:25.741 INFO E| Compiling once_cell v1.19.0 |
8274 | 2024-08-16T04:10:27.018Z | [ recovery-image] Aug 16 04:10:25.992 INFO E| Compiling anstream v0.6.13 |
8275 | 2024-08-16T04:10:27.445Z | [ recovery-image] Aug 16 04:10:26.420 INFO E| Compiling clap_builder v4.5.2 |
8276 | 2024-08-16T04:10:27.957Z | [ recovery-image] Aug 16 04:10:26.931 INFO E| Compiling os_pipe v1.1.5 |
8277 | 2024-08-16T04:10:27.957Z | [ recovery-image] Aug 16 04:10:26.931 INFO E| Compiling shared_child v1.0.0 |
8278 | 2024-08-16T04:10:27.980Z | [ recovery-image] Aug 16 04:10:26.955 INFO E| Compiling quote v1.0.35 |
8279 | 2024-08-16T04:10:28.108Z | [ recovery-image] Aug 16 04:10:27.082 INFO E| Compiling duct v0.13.7 |
8280 | 2024-08-16T04:10:28.335Z | [ recovery-image] Aug 16 04:10:27.309 INFO E| Compiling syn v2.0.53 |
8281 | 2024-08-16T04:10:30.631Z | [ host-image] Aug 16 04:10:29.605 INFO O| seeding SMF database... |
8282 | 2024-08-16T04:10:33.371Z | [ recovery-image] Aug 16 04:10:32.346 INFO E| Compiling clap_derive v4.5.3 |
8283 | 2024-08-16T04:10:35.437Z | [ recovery-image] Aug 16 04:10:34.412 INFO E| Compiling clap v4.5.3 |
8284 | 2024-08-16T04:10:35.489Z | [ recovery-image] Aug 16 04:10:34.464 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8285 | 2024-08-16T04:10:36.612Z | [ recovery-image] Aug 16 04:10:35.587 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s |
8286 | 2024-08-16T04:10:36.621Z | [ recovery-image] Aug 16 04:10:35.596 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8287 | 2024-08-16T04:10:36.739Z | [ recovery-image] Aug 16 04:10:35.714 INFO E| Updating crates.io index |
8288 | 2024-08-16T04:10:36.799Z | [ recovery-image] Aug 16 04:10:35.773 INFO E| Downloading crates ... |
8289 | 2024-08-16T04:10:36.867Z | [ recovery-image] Aug 16 04:10:35.842 INFO E| Downloaded raw-cpuid v10.7.0 |
8290 | 2024-08-16T04:10:36.871Z | [ recovery-image] Aug 16 04:10:35.847 INFO E| Downloaded seq-macro v0.3.5 |
8291 | 2024-08-16T04:10:36.874Z | [ recovery-image] Aug 16 04:10:35.848 INFO E| Downloaded cpio_reader v0.1.1 |
8292 | 2024-08-16T04:10:36.876Z | [ recovery-image] Aug 16 04:10:35.850 INFO E| Downloaded bit_field v0.10.2 |
8293 | 2024-08-16T04:10:37.007Z | [ recovery-image] Aug 16 04:10:35.982 INFO E| Downloaded x86 v0.52.0 |
8294 | 2024-08-16T04:10:37.076Z | [ recovery-image] Aug 16 04:10:36.051 INFO E| Updating crates.io index |
8295 | 2024-08-16T04:10:37.119Z | [ recovery-image] Aug 16 04:10:36.095 INFO E| Downloading crates ... |
8296 | 2024-08-16T04:10:37.190Z | [ recovery-image] Aug 16 04:10:36.165 INFO E| Downloaded compiler_builtins v0.1.108 |
8297 | 2024-08-16T04:10:37.256Z | [ recovery-image] Aug 16 04:10:36.231 INFO E| Compiling compiler_builtins v0.1.108 |
8298 | 2024-08-16T04:10:37.256Z | [ recovery-image] Aug 16 04:10:36.231 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) |
8299 | 2024-08-16T04:10:37.256Z | [ recovery-image] Aug 16 04:10:36.231 INFO E| Compiling proc-macro2 v1.0.79 |
8300 | 2024-08-16T04:10:37.259Z | [ recovery-image] Aug 16 04:10:36.231 INFO E| Compiling unicode-ident v1.0.12 |
8301 | 2024-08-16T04:10:37.259Z | [ recovery-image] Aug 16 04:10:36.232 INFO E| Compiling syn v1.0.109 |
8302 | 2024-08-16T04:10:37.259Z | [ recovery-image] Aug 16 04:10:36.232 INFO E| Compiling x86 v0.52.0 |
8303 | 2024-08-16T04:10:37.259Z | [ recovery-image] Aug 16 04:10:36.232 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8304 | 2024-08-16T04:10:37.262Z | [ recovery-image] Aug 16 04:10:36.238 INFO E| Compiling seq-macro v0.3.5 |
8305 | 2024-08-16T04:10:39.383Z | [ host-image] Aug 16 04:10:38.359 INFO O| configuring SMF profile... |
8306 | 2024-08-16T04:10:39.383Z | [ host-image] Aug 16 04:10:38.359 INFO O| modifying shadow(5)... |
8307 | 2024-08-16T04:10:39.386Z | [ host-image] Aug 16 04:10:38.359 INFO O| loading user and group database... |
8308 | 2024-08-16T04:10:39.386Z | [ host-image] Aug 16 04:10:38.359 INFO O| assessing packaged files... |
8309 | 2024-08-16T04:10:41.593Z | [ host-image] Aug 16 04:10:40.569 INFO O| creating archive... |
8310 | 2024-08-16T04:10:41.627Z | [ host-image] Aug 16 04:10:40.603 INFO O| missing from packaging: |
8311 | 2024-08-16T04:10:41.627Z | [ host-image] Aug 16 04:10:40.603 INFO O| "etc/.pwd.lock" |
8312 | 2024-08-16T04:10:41.627Z | [ host-image] Aug 16 04:10:40.603 INFO O| "etc/bash" |
8313 | 2024-08-16T04:10:41.632Z | [ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/generic.xml" |
8314 | 2024-08-16T04:10:41.633Z | [ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/inetd_services.xml" |
8315 | 2024-08-16T04:10:41.635Z | [ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/name_service.xml" |
8316 | 2024-08-16T04:10:41.635Z | [ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/platform.xml" |
8317 | 2024-08-16T04:10:41.635Z | [ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8318 | 2024-08-16T04:10:41.635Z | [ host-image] Aug 16 04:10:40.608 INFO O| "etc/svc/repository.db" |
8319 | 2024-08-16T04:10:41.642Z | [ host-image] Aug 16 04:10:40.617 INFO O| "opt/ooce/share" |
8320 | 2024-08-16T04:10:41.644Z | [ host-image] Aug 16 04:10:40.617 INFO O| "opt/ooce/share/man" |
8321 | 2024-08-16T04:10:41.644Z | [ host-image] Aug 16 04:10:40.617 INFO O| "opt/ooce/share/man/man1" |
8322 | 2024-08-16T04:10:41.651Z | [ host-image] Aug 16 04:10:40.627 INFO O| finishing archive... |
8323 | 2024-08-16T04:10:44.510Z | [ host-image] Aug 16 04:10:43.485 INFO O| creating gzonly manifest... |
8324 | 2024-08-16T04:10:44.521Z | [ host-image] Aug 16 04:10:43.497 INFO O| ok |
8325 | 2024-08-16T04:10:44.620Z | [ host-image] Aug 16 04:10:43.596 INFO image builder template: ramdisk-02-trim... |
8326 | 2024-08-16T04:10:44.620Z | [ host-image] Aug 16 04:10:43.596 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/.tmpeiA9XR/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 |
8327 | 2024-08-16T04:10:44.643Z | [ host-image] Aug 16 04:10:43.619 INFO O| Aug 16 04:10:43.619 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8328 | 2024-08-16T04:10:44.647Z | [ host-image] Aug 16 04:10:43.623 INFO O| Aug 16 04:10:43.623 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8329 | 2024-08-16T04:10:44.807Z | [ host-image] Aug 16 04:10:43.781 INFO O| Aug 16 04:10:43.781 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8330 | 2024-08-16T04:10:44.871Z | [ host-image] Aug 16 04:10:43.847 INFO O| Aug 16 04:10:43.847 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8331 | 2024-08-16T04:10:44.874Z | [ host-image] Aug 16 04:10:43.847 INFO O| Aug 16 04:10:43.847 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8332 | 2024-08-16T04:10:44.877Z | [ host-image] Aug 16 04:10:43.853 INFO O| Aug 16 04:10:43.853 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8333 | 2024-08-16T04:10:44.881Z | [ host-image] Aug 16 04:10:43.857 INFO O| Aug 16 04:10:43.857 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8334 | 2024-08-16T04:10:44.885Z | [ host-image] Aug 16 04:10:43.861 INFO O| Aug 16 04:10:43.861 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8335 | 2024-08-16T04:10:45.078Z | [ host-image] Aug 16 04:10:44.053 INFO O| Aug 16 04:10:44.053 INFO rolled back to input snapshot; work may begin |
8336 | 2024-08-16T04:10:45.078Z | [ host-image] Aug 16 04:10:44.054 INFO O| Aug 16 04:10:44.053 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8337 | 2024-08-16T04:10:45.083Z | [ host-image] Aug 16 04:10:44.059 INFO O| Aug 16 04:10:44.059 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8338 | 2024-08-16T04:10:45.093Z | [ host-image] Aug 16 04:10:44.070 INFO O| Aug 16 04:10:44.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8339 | 2024-08-16T04:10:45.143Z | [ host-image] Aug 16 04:10:44.119 INFO O| Aug 16 04:10:44.119 INFO STEP 0 (remove_files) COMPLETE |
8340 | 2024-08-16T04:10:45.145Z | [ host-image] Aug 16 04:10:44.119 INFO O| Aug 16 04:10:44.119 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8341 | 2024-08-16T04:10:45.154Z | [ host-image] Aug 16 04:10:44.130 INFO O| Aug 16 04:10:44.130 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8342 | 2024-08-16T04:10:45.157Z | [ host-image] Aug 16 04:10:44.132 INFO O| Aug 16 04:10:44.132 INFO STEP 1 (remove_files) COMPLETE |
8343 | 2024-08-16T04:10:45.157Z | [ host-image] Aug 16 04:10:44.132 INFO O| Aug 16 04:10:44.132 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8344 | 2024-08-16T04:10:45.165Z | [ host-image] Aug 16 04:10:44.142 INFO O| Aug 16 04:10:44.141 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8345 | 2024-08-16T04:10:45.178Z | [ host-image] Aug 16 04:10:44.154 INFO O| Aug 16 04:10:44.154 INFO STEP 2 (remove_files) COMPLETE |
8346 | 2024-08-16T04:10:45.178Z | [ host-image] Aug 16 04:10:44.154 INFO O| Aug 16 04:10:44.154 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8347 | 2024-08-16T04:10:45.188Z | [ host-image] Aug 16 04:10:44.164 INFO O| Aug 16 04:10:44.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8348 | 2024-08-16T04:10:45.190Z | [ host-image] Aug 16 04:10:44.166 INFO O| Aug 16 04:10:44.166 INFO STEP 3 (remove_files) COMPLETE |
8349 | 2024-08-16T04:10:45.190Z | [ host-image] Aug 16 04:10:44.166 INFO O| Aug 16 04:10:44.166 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8350 | 2024-08-16T04:10:45.199Z | [ host-image] Aug 16 04:10:44.175 INFO O| Aug 16 04:10:44.175 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8351 | 2024-08-16T04:10:45.203Z | [ host-image] Aug 16 04:10:44.179 INFO O| Aug 16 04:10:44.179 INFO STEP 4 (remove_files) COMPLETE |
8352 | 2024-08-16T04:10:45.203Z | [ host-image] Aug 16 04:10:44.179 INFO O| Aug 16 04:10:44.179 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8353 | 2024-08-16T04:10:45.212Z | [ host-image] Aug 16 04:10:44.188 INFO O| Aug 16 04:10:44.188 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8354 | 2024-08-16T04:10:45.214Z | [ host-image] Aug 16 04:10:44.191 INFO O| Aug 16 04:10:44.191 INFO STEP 5 (remove_files) COMPLETE |
8355 | 2024-08-16T04:10:45.214Z | [ host-image] Aug 16 04:10:44.191 INFO O| Aug 16 04:10:44.191 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8356 | 2024-08-16T04:10:45.224Z | [ host-image] Aug 16 04:10:44.200 INFO O| Aug 16 04:10:44.200 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8357 | 2024-08-16T04:10:45.233Z | [ host-image] Aug 16 04:10:44.209 INFO O| Aug 16 04:10:44.209 INFO STEP 6 (remove_files) COMPLETE |
8358 | 2024-08-16T04:10:45.236Z | [ host-image] Aug 16 04:10:44.209 INFO O| Aug 16 04:10:44.209 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8359 | 2024-08-16T04:10:45.243Z | [ host-image] Aug 16 04:10:44.219 INFO O| Aug 16 04:10:44.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8360 | 2024-08-16T04:10:45.254Z | [ host-image] Aug 16 04:10:44.230 INFO O| Aug 16 04:10:44.230 INFO STEP 7 (remove_files) COMPLETE |
8361 | 2024-08-16T04:10:45.254Z | [ host-image] Aug 16 04:10:44.230 INFO O| Aug 16 04:10:44.230 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8362 | 2024-08-16T04:10:45.263Z | [ host-image] Aug 16 04:10:44.240 INFO O| Aug 16 04:10:44.240 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8363 | 2024-08-16T04:10:45.345Z | [ host-image] Aug 16 04:10:44.321 INFO O| Aug 16 04:10:44.321 INFO STEP 8 (remove_files) COMPLETE |
8364 | 2024-08-16T04:10:45.345Z | [ host-image] Aug 16 04:10:44.321 INFO O| Aug 16 04:10:44.321 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8365 | 2024-08-16T04:10:45.356Z | [ host-image] Aug 16 04:10:44.332 INFO O| Aug 16 04:10:44.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8366 | 2024-08-16T04:10:45.444Z | [ host-image] Aug 16 04:10:44.419 INFO O| Aug 16 04:10:44.419 INFO STEP 9 (remove_files) COMPLETE |
8367 | 2024-08-16T04:10:45.444Z | [ host-image] Aug 16 04:10:44.419 INFO O| Aug 16 04:10:44.419 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8368 | 2024-08-16T04:10:45.454Z | [ host-image] Aug 16 04:10:44.431 INFO O| Aug 16 04:10:44.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8369 | 2024-08-16T04:10:45.458Z | [ host-image] Aug 16 04:10:44.434 INFO O| Aug 16 04:10:44.434 INFO STEP 10 (remove_files) COMPLETE |
8370 | 2024-08-16T04:10:45.458Z | [ host-image] Aug 16 04:10:44.434 INFO O| Aug 16 04:10:44.434 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8371 | 2024-08-16T04:10:45.468Z | [ host-image] Aug 16 04:10:44.444 INFO O| Aug 16 04:10:44.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8372 | 2024-08-16T04:10:45.471Z | [ host-image] Aug 16 04:10:44.445 INFO O| Aug 16 04:10:44.445 INFO STEP 11 (remove_files) COMPLETE |
8373 | 2024-08-16T04:10:45.471Z | [ host-image] Aug 16 04:10:44.445 INFO O| Aug 16 04:10:44.445 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8374 | 2024-08-16T04:10:45.479Z | [ host-image] Aug 16 04:10:44.455 INFO O| Aug 16 04:10:44.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8375 | 2024-08-16T04:10:45.481Z | [ host-image] Aug 16 04:10:44.456 INFO O| Aug 16 04:10:44.456 INFO STEP 12 (remove_files) COMPLETE |
8376 | 2024-08-16T04:10:45.481Z | [ host-image] Aug 16 04:10:44.456 INFO O| Aug 16 04:10:44.456 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8377 | 2024-08-16T04:10:45.524Z | [ host-image] Aug 16 04:10:44.500 INFO O| Aug 16 04:10:44.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8378 | 2024-08-16T04:10:45.529Z | [ host-image] Aug 16 04:10:44.505 INFO O| Aug 16 04:10:44.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8379 | 2024-08-16T04:10:45.531Z | [ host-image] Aug 16 04:10:44.506 INFO O| Aug 16 04:10:44.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8380 | 2024-08-16T04:10:45.547Z | [ host-image] Aug 16 04:10:44.523 INFO O| Aug 16 04:10:44.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8381 | 2024-08-16T04:10:45.859Z | [ host-image] Aug 16 04:10:44.835 INFO O| Aug 16 04:10:44.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8382 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8383 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8384 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8385 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8386 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.836 INFO O| Aug 16 04:10:44.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8387 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8388 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8389 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8390 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8391 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8392 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8393 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.837 INFO O| Aug 16 04:10:44.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8394 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8395 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8396 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8397 | 2024-08-16T04:10:45.862Z | [ host-image] Aug 16 04:10:44.838 INFO O| Aug 16 04:10:44.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8398 | 2024-08-16T04:10:45.874Z | [ host-image] Aug 16 04:10:44.850 INFO O| Aug 16 04:10:44.850 INFO STEP 13 (remove_files) COMPLETE |
8399 | 2024-08-16T04:10:45.874Z | [ host-image] Aug 16 04:10:44.850 INFO O| Aug 16 04:10:44.850 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8400 | 2024-08-16T04:10:45.885Z | [ host-image] Aug 16 04:10:44.861 INFO O| Aug 16 04:10:44.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8401 | 2024-08-16T04:10:45.887Z | [ host-image] Aug 16 04:10:44.863 INFO O| Aug 16 04:10:44.863 INFO STEP 14 (remove_files) COMPLETE |
8402 | 2024-08-16T04:10:45.887Z | [ host-image] Aug 16 04:10:44.863 INFO O| Aug 16 04:10:44.863 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8403 | 2024-08-16T04:10:45.896Z | [ host-image] Aug 16 04:10:44.872 INFO O| Aug 16 04:10:44.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8404 | 2024-08-16T04:10:45.902Z | [ host-image] Aug 16 04:10:44.878 INFO O| Aug 16 04:10:44.878 INFO STEP 15 (remove_files) COMPLETE |
8405 | 2024-08-16T04:10:45.902Z | [ host-image] Aug 16 04:10:44.878 INFO O| Aug 16 04:10:44.878 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8406 | 2024-08-16T04:10:45.911Z | [ host-image] Aug 16 04:10:44.888 INFO O| Aug 16 04:10:44.888 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8407 | 2024-08-16T04:10:45.914Z | [ host-image] Aug 16 04:10:44.888 INFO O| Aug 16 04:10:44.888 INFO STEP 16 (remove_files) COMPLETE |
8408 | 2024-08-16T04:10:45.914Z | [ host-image] Aug 16 04:10:44.888 INFO O| Aug 16 04:10:44.888 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8409 | 2024-08-16T04:10:45.921Z | [ host-image] Aug 16 04:10:44.897 INFO O| Aug 16 04:10:44.897 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8410 | 2024-08-16T04:10:45.923Z | [ host-image] Aug 16 04:10:44.899 INFO O| Aug 16 04:10:44.899 INFO STEP 17 (remove_files) COMPLETE |
8411 | 2024-08-16T04:10:45.923Z | [ host-image] Aug 16 04:10:44.899 INFO O| Aug 16 04:10:44.899 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8412 | 2024-08-16T04:10:45.932Z | [ host-image] Aug 16 04:10:44.908 INFO O| Aug 16 04:10:44.908 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8413 | 2024-08-16T04:10:45.934Z | [ host-image] Aug 16 04:10:44.908 INFO O| Aug 16 04:10:44.908 INFO STEP 18 (remove_files) COMPLETE |
8414 | 2024-08-16T04:10:45.934Z | [ host-image] Aug 16 04:10:44.908 INFO O| Aug 16 04:10:44.908 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8415 | 2024-08-16T04:10:45.941Z | [ host-image] Aug 16 04:10:44.917 INFO O| Aug 16 04:10:44.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8416 | 2024-08-16T04:10:45.941Z | [ host-image] Aug 16 04:10:44.917 INFO O| Aug 16 04:10:44.917 INFO STEP 19 (remove_files) COMPLETE |
8417 | 2024-08-16T04:10:45.941Z | [ host-image] Aug 16 04:10:44.917 INFO O| Aug 16 04:10:44.917 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8418 | 2024-08-16T04:10:45.950Z | [ host-image] Aug 16 04:10:44.927 INFO O| Aug 16 04:10:44.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8419 | 2024-08-16T04:10:45.950Z | [ host-image] Aug 16 04:10:44.927 INFO O| Aug 16 04:10:44.927 INFO STEP 20 (remove_files) COMPLETE |
8420 | 2024-08-16T04:10:45.950Z | [ host-image] Aug 16 04:10:44.927 INFO O| Aug 16 04:10:44.927 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8421 | 2024-08-16T04:10:45.960Z | [ host-image] Aug 16 04:10:44.936 INFO O| Aug 16 04:10:44.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8422 | 2024-08-16T04:10:45.962Z | [ host-image] Aug 16 04:10:44.936 INFO O| Aug 16 04:10:44.936 INFO STEP 21 (remove_files) COMPLETE |
8423 | 2024-08-16T04:10:45.962Z | [ host-image] Aug 16 04:10:44.936 INFO O| Aug 16 04:10:44.936 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8424 | 2024-08-16T04:10:45.969Z | [ host-image] Aug 16 04:10:44.945 INFO O| Aug 16 04:10:44.945 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8425 | 2024-08-16T04:10:45.969Z | [ host-image] Aug 16 04:10:44.945 INFO O| Aug 16 04:10:44.945 INFO STEP 22 (remove_files) COMPLETE |
8426 | 2024-08-16T04:10:45.972Z | [ host-image] Aug 16 04:10:44.945 INFO O| Aug 16 04:10:44.945 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8427 | 2024-08-16T04:10:45.978Z | [ host-image] Aug 16 04:10:44.955 INFO O| Aug 16 04:10:44.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8428 | 2024-08-16T04:10:45.981Z | [ host-image] Aug 16 04:10:44.955 INFO O| Aug 16 04:10:44.955 INFO STEP 23 (remove_files) COMPLETE |
8429 | 2024-08-16T04:10:45.981Z | [ host-image] Aug 16 04:10:44.955 INFO O| Aug 16 04:10:44.955 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8430 | 2024-08-16T04:10:45.988Z | [ host-image] Aug 16 04:10:44.964 INFO O| Aug 16 04:10:44.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8431 | 2024-08-16T04:10:45.988Z | [ host-image] Aug 16 04:10:44.964 INFO O| Aug 16 04:10:44.964 INFO STEP 24 (remove_files) COMPLETE |
8432 | 2024-08-16T04:10:45.990Z | [ host-image] Aug 16 04:10:44.964 INFO O| Aug 16 04:10:44.964 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8433 | 2024-08-16T04:10:45.997Z | [ host-image] Aug 16 04:10:44.974 INFO O| Aug 16 04:10:44.974 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8434 | 2024-08-16T04:10:45.998Z | [ host-image] Aug 16 04:10:44.974 INFO O| Aug 16 04:10:44.974 INFO STEP 25 (remove_files) COMPLETE |
8435 | 2024-08-16T04:10:46.000Z | [ host-image] Aug 16 04:10:44.974 INFO O| Aug 16 04:10:44.974 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8436 | 2024-08-16T04:10:46.007Z | [ host-image] Aug 16 04:10:44.983 INFO O| Aug 16 04:10:44.983 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8437 | 2024-08-16T04:10:46.007Z | [ host-image] Aug 16 04:10:44.983 INFO O| Aug 16 04:10:44.983 INFO STEP 26 (remove_files) COMPLETE |
8438 | 2024-08-16T04:10:46.007Z | [ host-image] Aug 16 04:10:44.983 INFO O| Aug 16 04:10:44.983 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8439 | 2024-08-16T04:10:46.016Z | [ host-image] Aug 16 04:10:44.993 INFO O| Aug 16 04:10:44.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8440 | 2024-08-16T04:10:46.017Z | [ host-image] Aug 16 04:10:44.993 INFO O| Aug 16 04:10:44.993 INFO STEP 27 (remove_files) COMPLETE |
8441 | 2024-08-16T04:10:46.019Z | [ host-image] Aug 16 04:10:44.993 INFO O| Aug 16 04:10:44.993 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8442 | 2024-08-16T04:10:46.026Z | [ host-image] Aug 16 04:10:45.002 INFO O| Aug 16 04:10:45.002 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8443 | 2024-08-16T04:10:46.026Z | [ host-image] Aug 16 04:10:45.002 INFO O| Aug 16 04:10:45.002 INFO STEP 28 (remove_files) COMPLETE |
8444 | 2024-08-16T04:10:46.026Z | [ host-image] Aug 16 04:10:45.002 INFO O| Aug 16 04:10:45.002 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8445 | 2024-08-16T04:10:46.036Z | [ host-image] Aug 16 04:10:45.012 INFO O| Aug 16 04:10:45.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8446 | 2024-08-16T04:10:46.036Z | [ host-image] Aug 16 04:10:45.012 INFO O| Aug 16 04:10:45.012 INFO STEP 29 (remove_files) COMPLETE |
8447 | 2024-08-16T04:10:46.038Z | [ host-image] Aug 16 04:10:45.012 INFO O| Aug 16 04:10:45.012 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8448 | 2024-08-16T04:10:46.045Z | [ host-image] Aug 16 04:10:45.021 INFO O| Aug 16 04:10:45.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8449 | 2024-08-16T04:10:46.045Z | [ host-image] Aug 16 04:10:45.022 INFO O| Aug 16 04:10:45.022 INFO STEP 30 (remove_files) COMPLETE |
8450 | 2024-08-16T04:10:46.048Z | [ host-image] Aug 16 04:10:45.022 INFO O| Aug 16 04:10:45.022 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8451 | 2024-08-16T04:10:46.055Z | [ host-image] Aug 16 04:10:45.031 INFO O| Aug 16 04:10:45.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8452 | 2024-08-16T04:10:46.057Z | [ host-image] Aug 16 04:10:45.031 INFO O| Aug 16 04:10:45.031 INFO STEP 31 (remove_files) COMPLETE |
8453 | 2024-08-16T04:10:46.057Z | [ host-image] Aug 16 04:10:45.031 INFO O| Aug 16 04:10:45.031 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8454 | 2024-08-16T04:10:46.064Z | [ host-image] Aug 16 04:10:45.040 INFO O| Aug 16 04:10:45.040 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8455 | 2024-08-16T04:10:46.064Z | [ host-image] Aug 16 04:10:45.040 INFO O| Aug 16 04:10:45.040 INFO STEP 32 (remove_files) COMPLETE |
8456 | 2024-08-16T04:10:46.067Z | [ host-image] Aug 16 04:10:45.040 INFO O| Aug 16 04:10:45.040 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8457 | 2024-08-16T04:10:46.074Z | [ host-image] Aug 16 04:10:45.050 INFO O| Aug 16 04:10:45.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8458 | 2024-08-16T04:10:46.074Z | [ host-image] Aug 16 04:10:45.050 INFO O| Aug 16 04:10:45.050 INFO STEP 33 (remove_files) COMPLETE |
8459 | 2024-08-16T04:10:46.074Z | [ host-image] Aug 16 04:10:45.050 INFO O| Aug 16 04:10:45.050 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8460 | 2024-08-16T04:10:46.083Z | [ host-image] Aug 16 04:10:45.060 INFO O| Aug 16 04:10:45.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8461 | 2024-08-16T04:10:46.083Z | [ host-image] Aug 16 04:10:45.060 INFO O| Aug 16 04:10:45.060 INFO STEP 34 (remove_files) COMPLETE |
8462 | 2024-08-16T04:10:46.086Z | [ host-image] Aug 16 04:10:45.060 INFO O| Aug 16 04:10:45.060 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8463 | 2024-08-16T04:10:46.093Z | [ host-image] Aug 16 04:10:45.069 INFO O| Aug 16 04:10:45.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8464 | 2024-08-16T04:10:46.093Z | [ host-image] Aug 16 04:10:45.069 INFO O| Aug 16 04:10:45.069 INFO STEP 35 (remove_files) COMPLETE |
8465 | 2024-08-16T04:10:46.095Z | [ host-image] Aug 16 04:10:45.069 INFO O| Aug 16 04:10:45.069 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8466 | 2024-08-16T04:10:46.102Z | [ host-image] Aug 16 04:10:45.078 INFO O| Aug 16 04:10:45.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8467 | 2024-08-16T04:10:46.102Z | [ host-image] Aug 16 04:10:45.078 INFO O| Aug 16 04:10:45.078 INFO STEP 36 (remove_files) COMPLETE |
8468 | 2024-08-16T04:10:46.102Z | [ host-image] Aug 16 04:10:45.078 INFO O| Aug 16 04:10:45.078 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8469 | 2024-08-16T04:10:46.111Z | [ host-image] Aug 16 04:10:45.088 INFO O| Aug 16 04:10:45.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8470 | 2024-08-16T04:10:46.111Z | [ host-image] Aug 16 04:10:45.088 INFO O| Aug 16 04:10:45.088 INFO STEP 37 (remove_files) COMPLETE |
8471 | 2024-08-16T04:10:46.114Z | [ host-image] Aug 16 04:10:45.088 INFO O| Aug 16 04:10:45.088 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8472 | 2024-08-16T04:10:46.121Z | [ host-image] Aug 16 04:10:45.097 INFO O| Aug 16 04:10:45.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8473 | 2024-08-16T04:10:46.123Z | [ host-image] Aug 16 04:10:45.097 INFO O| Aug 16 04:10:45.097 INFO STEP 38 (remove_files) COMPLETE |
8474 | 2024-08-16T04:10:46.123Z | [ host-image] Aug 16 04:10:45.097 INFO O| Aug 16 04:10:45.097 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8475 | 2024-08-16T04:10:46.130Z | [ host-image] Aug 16 04:10:45.107 INFO O| Aug 16 04:10:45.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8476 | 2024-08-16T04:10:46.130Z | [ host-image] Aug 16 04:10:45.107 INFO O| Aug 16 04:10:45.107 INFO STEP 39 (remove_files) COMPLETE |
8477 | 2024-08-16T04:10:46.133Z | [ host-image] Aug 16 04:10:45.107 INFO O| Aug 16 04:10:45.107 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8478 | 2024-08-16T04:10:46.140Z | [ host-image] Aug 16 04:10:45.116 INFO O| Aug 16 04:10:45.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8479 | 2024-08-16T04:10:46.140Z | [ host-image] Aug 16 04:10:45.116 INFO O| Aug 16 04:10:45.116 INFO STEP 40 (remove_files) COMPLETE |
8480 | 2024-08-16T04:10:46.140Z | [ host-image] Aug 16 04:10:45.116 INFO O| Aug 16 04:10:45.116 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8481 | 2024-08-16T04:10:46.149Z | [ host-image] Aug 16 04:10:45.125 INFO O| Aug 16 04:10:45.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8482 | 2024-08-16T04:10:46.149Z | [ host-image] Aug 16 04:10:45.125 INFO O| Aug 16 04:10:45.125 INFO STEP 41 (remove_files) COMPLETE |
8483 | 2024-08-16T04:10:46.149Z | [ host-image] Aug 16 04:10:45.125 INFO O| Aug 16 04:10:45.125 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8484 | 2024-08-16T04:10:46.158Z | [ host-image] Aug 16 04:10:45.134 INFO O| Aug 16 04:10:45.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8485 | 2024-08-16T04:10:46.161Z | [ host-image] Aug 16 04:10:45.135 INFO O| Aug 16 04:10:45.134 INFO STEP 42 (remove_files) COMPLETE |
8486 | 2024-08-16T04:10:46.161Z | [ host-image] Aug 16 04:10:45.135 INFO O| Aug 16 04:10:45.135 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8487 | 2024-08-16T04:10:46.168Z | [ host-image] Aug 16 04:10:45.144 INFO O| Aug 16 04:10:45.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8488 | 2024-08-16T04:10:46.168Z | [ host-image] Aug 16 04:10:45.144 INFO O| Aug 16 04:10:45.144 INFO STEP 43 (remove_files) COMPLETE |
8489 | 2024-08-16T04:10:46.174Z | [ host-image] Aug 16 04:10:45.144 INFO O| Aug 16 04:10:45.144 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8490 | 2024-08-16T04:10:46.181Z | [ host-image] Aug 16 04:10:45.154 INFO O| Aug 16 04:10:45.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8491 | 2024-08-16T04:10:46.181Z | [ host-image] Aug 16 04:10:45.154 INFO O| Aug 16 04:10:45.154 INFO STEP 44 (remove_files) COMPLETE |
8492 | 2024-08-16T04:10:46.181Z | [ host-image] Aug 16 04:10:45.154 INFO O| Aug 16 04:10:45.154 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8493 | 2024-08-16T04:10:46.189Z | [ host-image] Aug 16 04:10:45.164 INFO O| Aug 16 04:10:45.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8494 | 2024-08-16T04:10:46.189Z | [ host-image] Aug 16 04:10:45.164 INFO O| Aug 16 04:10:45.164 INFO STEP 45 (remove_files) COMPLETE |
8495 | 2024-08-16T04:10:46.189Z | [ host-image] Aug 16 04:10:45.164 INFO O| Aug 16 04:10:45.164 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8496 | 2024-08-16T04:10:46.198Z | [ host-image] Aug 16 04:10:45.173 INFO O| Aug 16 04:10:45.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8497 | 2024-08-16T04:10:46.198Z | [ host-image] Aug 16 04:10:45.174 INFO O| Aug 16 04:10:45.173 INFO STEP 46 (remove_files) COMPLETE |
8498 | 2024-08-16T04:10:46.198Z | [ host-image] Aug 16 04:10:45.174 INFO O| Aug 16 04:10:45.173 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8499 | 2024-08-16T04:10:46.207Z | [ host-image] Aug 16 04:10:45.183 INFO O| Aug 16 04:10:45.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8500 | 2024-08-16T04:10:46.207Z | [ host-image] Aug 16 04:10:45.183 INFO O| Aug 16 04:10:45.183 INFO STEP 47 (remove_files) COMPLETE |
8501 | 2024-08-16T04:10:46.207Z | [ host-image] Aug 16 04:10:45.183 INFO O| Aug 16 04:10:45.183 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8502 | 2024-08-16T04:10:46.217Z | [ host-image] Aug 16 04:10:45.193 INFO O| Aug 16 04:10:45.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8503 | 2024-08-16T04:10:46.217Z | [ host-image] Aug 16 04:10:45.193 INFO O| Aug 16 04:10:45.193 INFO STEP 48 (remove_files) COMPLETE |
8504 | 2024-08-16T04:10:46.219Z | [ host-image] Aug 16 04:10:45.193 INFO O| Aug 16 04:10:45.193 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8505 | 2024-08-16T04:10:46.226Z | [ host-image] Aug 16 04:10:45.202 INFO O| Aug 16 04:10:45.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8506 | 2024-08-16T04:10:46.226Z | [ host-image] Aug 16 04:10:45.202 INFO O| Aug 16 04:10:45.202 INFO STEP 49 (remove_files) COMPLETE |
8507 | 2024-08-16T04:10:46.226Z | [ host-image] Aug 16 04:10:45.202 INFO O| Aug 16 04:10:45.202 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8508 | 2024-08-16T04:10:46.235Z | [ host-image] Aug 16 04:10:45.211 INFO O| Aug 16 04:10:45.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8509 | 2024-08-16T04:10:46.237Z | [ host-image] Aug 16 04:10:45.211 INFO O| Aug 16 04:10:45.211 INFO STEP 50 (remove_files) COMPLETE |
8510 | 2024-08-16T04:10:46.237Z | [ host-image] Aug 16 04:10:45.211 INFO O| Aug 16 04:10:45.211 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8511 | 2024-08-16T04:10:46.244Z | [ host-image] Aug 16 04:10:45.221 INFO O| Aug 16 04:10:45.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8512 | 2024-08-16T04:10:46.244Z | [ host-image] Aug 16 04:10:45.221 INFO O| Aug 16 04:10:45.221 INFO STEP 51 (remove_files) COMPLETE |
8513 | 2024-08-16T04:10:46.247Z | [ host-image] Aug 16 04:10:45.221 INFO O| Aug 16 04:10:45.221 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8514 | 2024-08-16T04:10:46.253Z | [ host-image] Aug 16 04:10:45.230 INFO O| Aug 16 04:10:45.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8515 | 2024-08-16T04:10:46.254Z | [ host-image] Aug 16 04:10:45.230 INFO O| Aug 16 04:10:45.230 INFO STEP 52 (remove_files) COMPLETE |
8516 | 2024-08-16T04:10:46.256Z | [ host-image] Aug 16 04:10:45.230 INFO O| Aug 16 04:10:45.230 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8517 | 2024-08-16T04:10:46.263Z | [ host-image] Aug 16 04:10:45.239 INFO O| Aug 16 04:10:45.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8518 | 2024-08-16T04:10:46.263Z | [ host-image] Aug 16 04:10:45.239 INFO O| Aug 16 04:10:45.239 INFO STEP 53 (remove_files) COMPLETE |
8519 | 2024-08-16T04:10:46.265Z | [ host-image] Aug 16 04:10:45.239 INFO O| Aug 16 04:10:45.239 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8520 | 2024-08-16T04:10:46.272Z | [ host-image] Aug 16 04:10:45.248 INFO O| Aug 16 04:10:45.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8521 | 2024-08-16T04:10:46.272Z | [ host-image] Aug 16 04:10:45.248 INFO O| Aug 16 04:10:45.248 INFO STEP 54 (remove_files) COMPLETE |
8522 | 2024-08-16T04:10:46.274Z | [ host-image] Aug 16 04:10:45.248 INFO O| Aug 16 04:10:45.248 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8523 | 2024-08-16T04:10:46.281Z | [ host-image] Aug 16 04:10:45.258 INFO O| Aug 16 04:10:45.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8524 | 2024-08-16T04:10:46.281Z | [ host-image] Aug 16 04:10:45.258 INFO O| Aug 16 04:10:45.258 INFO STEP 55 (remove_files) COMPLETE |
8525 | 2024-08-16T04:10:46.281Z | [ host-image] Aug 16 04:10:45.258 INFO O| Aug 16 04:10:45.258 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8526 | 2024-08-16T04:10:46.290Z | [ host-image] Aug 16 04:10:45.267 INFO O| Aug 16 04:10:45.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8527 | 2024-08-16T04:10:46.290Z | [ host-image] Aug 16 04:10:45.267 INFO O| Aug 16 04:10:45.267 INFO STEP 56 (remove_files) COMPLETE |
8528 | 2024-08-16T04:10:46.291Z | [ host-image] Aug 16 04:10:45.267 INFO O| Aug 16 04:10:45.267 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8529 | 2024-08-16T04:10:46.300Z | [ host-image] Aug 16 04:10:45.276 INFO O| Aug 16 04:10:45.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8530 | 2024-08-16T04:10:46.302Z | [ host-image] Aug 16 04:10:45.276 INFO O| Aug 16 04:10:45.276 INFO STEP 57 (remove_files) COMPLETE |
8531 | 2024-08-16T04:10:46.302Z | [ host-image] Aug 16 04:10:45.276 INFO O| Aug 16 04:10:45.276 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8532 | 2024-08-16T04:10:46.310Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8533 | 2024-08-16T04:10:46.310Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8534 | 2024-08-16T04:10:46.312Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8535 | 2024-08-16T04:10:46.312Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8536 | 2024-08-16T04:10:46.312Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8537 | 2024-08-16T04:10:46.312Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8538 | 2024-08-16T04:10:46.312Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO ok! |
8539 | 2024-08-16T04:10:46.312Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO STEP 58 (ensure_file) COMPLETE |
8540 | 2024-08-16T04:10:46.312Z | [ host-image] Aug 16 04:10:45.286 INFO O| Aug 16 04:10:45.286 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8541 | 2024-08-16T04:10:46.319Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8542 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8543 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8544 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8545 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8546 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8547 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO ok! |
8548 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO STEP 59 (ensure_file) COMPLETE |
8549 | 2024-08-16T04:10:46.322Z | [ host-image] Aug 16 04:10:45.296 INFO O| Aug 16 04:10:45.296 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8550 | 2024-08-16T04:10:46.329Z | [ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8551 | 2024-08-16T04:10:46.329Z | [ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8552 | 2024-08-16T04:10:46.332Z | [ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8553 | 2024-08-16T04:10:46.332Z | [ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO ok! |
8554 | 2024-08-16T04:10:46.332Z | [ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO STEP 60 (ensure_file) COMPLETE |
8555 | 2024-08-16T04:10:46.332Z | [ host-image] Aug 16 04:10:45.306 INFO O| Aug 16 04:10:45.306 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8556 | 2024-08-16T04:10:46.339Z | [ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8557 | 2024-08-16T04:10:46.339Z | [ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8558 | 2024-08-16T04:10:46.341Z | [ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8559 | 2024-08-16T04:10:46.341Z | [ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO ok! |
8560 | 2024-08-16T04:10:46.341Z | [ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO STEP 61 (ensure_file) COMPLETE |
8561 | 2024-08-16T04:10:46.341Z | [ host-image] Aug 16 04:10:45.315 INFO O| Aug 16 04:10:45.315 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8562 | 2024-08-16T04:10:46.349Z | [ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8563 | 2024-08-16T04:10:46.349Z | [ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8564 | 2024-08-16T04:10:46.351Z | [ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8565 | 2024-08-16T04:10:46.351Z | [ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8566 | 2024-08-16T04:10:46.351Z | [ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO ok! |
8567 | 2024-08-16T04:10:46.351Z | [ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO STEP 62 (ensure_file) COMPLETE |
8568 | 2024-08-16T04:10:46.351Z | [ host-image] Aug 16 04:10:45.325 INFO O| Aug 16 04:10:45.325 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8569 | 2024-08-16T04:10:46.359Z | [ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8570 | 2024-08-16T04:10:46.361Z | [ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8571 | 2024-08-16T04:10:46.361Z | [ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8572 | 2024-08-16T04:10:46.361Z | [ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8573 | 2024-08-16T04:10:46.361Z | [ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO ok! |
8574 | 2024-08-16T04:10:46.361Z | [ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO STEP 63 (ensure_file) COMPLETE |
8575 | 2024-08-16T04:10:46.361Z | [ host-image] Aug 16 04:10:45.335 INFO O| Aug 16 04:10:45.335 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8576 | 2024-08-16T04:10:46.369Z | [ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8577 | 2024-08-16T04:10:46.369Z | [ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8578 | 2024-08-16T04:10:46.369Z | [ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8579 | 2024-08-16T04:10:46.371Z | [ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO ok! |
8580 | 2024-08-16T04:10:46.371Z | [ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO STEP 64 (assemble_files) COMPLETE |
8581 | 2024-08-16T04:10:46.371Z | [ host-image] Aug 16 04:10:45.345 INFO O| Aug 16 04:10:45.345 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8582 | 2024-08-16T04:10:46.378Z | [ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8583 | 2024-08-16T04:10:46.379Z | [ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8584 | 2024-08-16T04:10:46.379Z | [ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8585 | 2024-08-16T04:10:46.381Z | [ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8586 | 2024-08-16T04:10:46.381Z | [ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO ok! |
8587 | 2024-08-16T04:10:46.381Z | [ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO STEP 65 (ensure_file) COMPLETE |
8588 | 2024-08-16T04:10:46.381Z | [ host-image] Aug 16 04:10:45.355 INFO O| Aug 16 04:10:45.355 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8589 | 2024-08-16T04:10:46.388Z | [ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8590 | 2024-08-16T04:10:46.391Z | [ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8591 | 2024-08-16T04:10:46.391Z | [ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8592 | 2024-08-16T04:10:46.391Z | [ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO STEP 66 (ensure_dir) COMPLETE |
8593 | 2024-08-16T04:10:46.391Z | [ host-image] Aug 16 04:10:45.364 INFO O| Aug 16 04:10:45.364 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8594 | 2024-08-16T04:10:46.398Z | [ host-image] Aug 16 04:10:45.374 INFO O| Aug 16 04:10:45.374 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8595 | 2024-08-16T04:10:46.398Z | [ host-image] Aug 16 04:10:45.374 INFO O| Aug 16 04:10:45.374 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 ... |
8596 | 2024-08-16T04:10:46.405Z | [ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 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 |
8597 | 2024-08-16T04:10:46.407Z | [ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8598 | 2024-08-16T04:10:46.407Z | [ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO ok! |
8599 | 2024-08-16T04:10:46.407Z | [ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO STEP 67 (ensure_file) COMPLETE |
8600 | 2024-08-16T04:10:46.407Z | [ host-image] Aug 16 04:10:45.381 INFO O| Aug 16 04:10:45.381 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8601 | 2024-08-16T04:10:46.414Z | [ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.390 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8602 | 2024-08-16T04:10:46.414Z | [ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 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 ... |
8603 | 2024-08-16T04:10:46.417Z | [ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 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 |
8604 | 2024-08-16T04:10:46.417Z | [ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8605 | 2024-08-16T04:10:46.417Z | [ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO ok! |
8606 | 2024-08-16T04:10:46.417Z | [ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO STEP 68 (ensure_file) COMPLETE |
8607 | 2024-08-16T04:10:46.417Z | [ host-image] Aug 16 04:10:45.391 INFO O| Aug 16 04:10:45.391 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8608 | 2024-08-16T04:10:46.429Z | [ host-image] Aug 16 04:10:45.405 INFO O| Aug 16 04:10:45.405 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8609 | 2024-08-16T04:10:46.429Z | [ host-image] Aug 16 04:10:45.405 INFO O| Aug 16 04:10:45.405 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8610 | 2024-08-16T04:10:48.508Z | [ host-image] Aug 16 04:10:47.484 INFO O| Aug 16 04:10:47.484 INFO STEP 69 (pack_tar) COMPLETE |
8611 | 2024-08-16T04:10:48.508Z | [ host-image] Aug 16 04:10:47.484 INFO O| Aug 16 04:10:47.484 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8612 | 2024-08-16T04:10:48.510Z | [ host-image] Aug 16 04:10:47.484 INFO O| Aug 16 04:10:47.484 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8613 | 2024-08-16T04:10:48.859Z | [ host-image] Aug 16 04:10:47.697 INFO O| Aug 16 04:10:47.697 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8614 | 2024-08-16T04:10:48.863Z | [ host-image] Aug 16 04:10:47.781 INFO O| Aug 16 04:10:47.781 INFO completed processing gimlet/ramdisk-02-trim |
8615 | 2024-08-16T04:10:48.863Z | [ host-image] Aug 16 04:10:47.784 INFO image builder template: zfs... |
8616 | 2024-08-16T04:10:48.863Z | [ host-image] Aug 16 04:10:47.784 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/.tmpeiA9XR/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 |
8617 | 2024-08-16T04:10:48.863Z | [ host-image] Aug 16 04:10:47.802 INFO O| Aug 16 04:10:47.802 INFO skip include "stress" because feature "stress" is not enabled |
8618 | 2024-08-16T04:10:48.863Z | [ host-image] Aug 16 04:10:47.832 INFO O| Aug 16 04:10:47.832 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8619 | 2024-08-16T04:10:48.863Z | [ host-image] Aug 16 04:10:47.836 INFO O| Aug 16 04:10:47.836 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8620 | 2024-08-16T04:10:48.943Z | [ host-image] Aug 16 04:10:47.919 INFO O| Aug 16 04:10:47.919 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8621 | 2024-08-16T04:10:49.009Z | [ host-image] Aug 16 04:10:47.985 INFO O| Aug 16 04:10:47.985 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8622 | 2024-08-16T04:10:49.009Z | [ host-image] Aug 16 04:10:47.985 INFO O| Aug 16 04:10:47.985 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8623 | 2024-08-16T04:10:49.012Z | [ host-image] Aug 16 04:10:47.989 INFO O| Aug 16 04:10:47.989 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8624 | 2024-08-16T04:10:49.091Z | [ host-image] Aug 16 04:10:48.068 INFO O| Aug 16 04:10:48.068 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8625 | 2024-08-16T04:10:49.219Z | [ host-image] Aug 16 04:10:48.196 INFO O| Aug 16 04:10:48.196 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8626 | 2024-08-16T04:10:49.229Z | [ host-image] Aug 16 04:10:48.206 INFO O| Aug 16 04:10:48.206 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8627 | 2024-08-16T04:10:49.234Z | [ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8628 | 2024-08-16T04:10:49.237Z | [ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO no lofi found |
8629 | 2024-08-16T04:10:49.237Z | [ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8630 | 2024-08-16T04:10:49.237Z | [ host-image] Aug 16 04:10:48.211 INFO O| Aug 16 04:10:48.211 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8631 | 2024-08-16T04:10:51.034Z | [ host-image] Aug 16 04:10:50.010 INFO O| Aug 16 04:10:50.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8632 | 2024-08-16T04:10:51.034Z | [ host-image] Aug 16 04:10:50.010 INFO O| Aug 16 04:10:50.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8633 | 2024-08-16T04:10:51.034Z | [ host-image] Aug 16 04:10:50.010 INFO O| Aug 16 04:10:50.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8634 | 2024-08-16T04:10:51.110Z | [ host-image] Aug 16 04:10:50.087 INFO O| Aug 16 04:10:50.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8635 | 2024-08-16T04:10:51.110Z | [ host-image] Aug 16 04:10:50.087 INFO O| Aug 16 04:10:50.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8636 | 2024-08-16T04:10:51.132Z | [ host-image] Aug 16 04:10:50.109 INFO O| Aug 16 04:10:50.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8637 | 2024-08-16T04:10:51.189Z | [ host-image] Aug 16 04:10:50.165 INFO O| Aug 16 04:10:50.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8638 | 2024-08-16T04:10:51.226Z | [ host-image] Aug 16 04:10:50.203 INFO O| Aug 16 04:10:50.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8639 | 2024-08-16T04:10:51.241Z | [ host-image] Aug 16 04:10:50.217 INFO O| Aug 16 04:10:50.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8640 | 2024-08-16T04:10:51.252Z | [ host-image] Aug 16 04:10:50.228 INFO O| Aug 16 04:10:50.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8641 | 2024-08-16T04:10:51.297Z | [ host-image] Aug 16 04:10:50.274 INFO O| Aug 16 04:10:50.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8642 | 2024-08-16T04:10:51.301Z | [ host-image] Aug 16 04:10:50.274 INFO O| Aug 16 04:10:50.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8643 | 2024-08-16T04:10:51.301Z | [ host-image] Aug 16 04:10:50.274 INFO O| Aug 16 04:10:50.274 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8644 | 2024-08-16T04:10:51.305Z | [ host-image] Aug 16 04:10:50.282 INFO O| Aug 16 04:10:50.282 INFO boot environment UUID: 779e232a-1277-4355-92a6-7eaad5fe8d9c |
8645 | 2024-08-16T04:10:51.305Z | [ host-image] Aug 16 04:10:50.282 INFO O| Aug 16 04:10:50.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 779e232a-1277-4355-92a6-7eaad5fe8d9c |
8646 | 2024-08-16T04:10:51.316Z | [ host-image] Aug 16 04:10:50.293 INFO O| Aug 16 04:10:50.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8647 | 2024-08-16T04:10:51.341Z | [ host-image] Aug 16 04:10:50.318 INFO O| Aug 16 04:10:50.318 INFO STEP 0 (create_be) COMPLETE |
8648 | 2024-08-16T04:10:51.344Z | [ host-image] Aug 16 04:10:50.318 INFO O| Aug 16 04:10:50.318 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8649 | 2024-08-16T04:10:51.356Z | [ host-image] Aug 16 04:10:50.333 INFO O| Aug 16 04:10:50.333 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8650 | 2024-08-16T04:10:59.520Z | [ recovery-image] Aug 16 04:10:58.497 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) |
8651 | 2024-08-16T04:11:02.447Z | [ recovery-image] Aug 16 04:11:01.417 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) |
8652 | 2024-08-16T04:11:03.777Z | [ recovery-image] Aug 16 04:11:02.755 INFO E| Compiling quote v1.0.35 |
8653 | 2024-08-16T04:11:04.072Z | [ recovery-image] Aug 16 04:11:03.050 INFO E| Compiling syn v2.0.53 |
8654 | 2024-08-16T04:11:08.135Z | [ recovery-image] Aug 16 04:11:07.112 INFO E| Compiling bitflags v1.3.2 |
8655 | 2024-08-16T04:11:08.141Z | [ recovery-image] Aug 16 04:11:07.112 INFO E| Compiling bit_field v0.10.2 |
8656 | 2024-08-16T04:11:08.146Z | [ recovery-image] Aug 16 04:11:07.112 INFO E| Compiling plain v0.2.3 |
8657 | 2024-08-16T04:11:08.257Z | [ recovery-image] Aug 16 04:11:07.235 INFO E| Compiling raw-cpuid v10.7.0 |
8658 | 2024-08-16T04:11:08.312Z | [ recovery-image] Aug 16 04:11:07.290 INFO E| Compiling log v0.4.21 |
8659 | 2024-08-16T04:11:08.326Z | [ recovery-image] Aug 16 04:11:07.304 INFO E| Compiling adler v1.0.2 |
8660 | 2024-08-16T04:11:08.437Z | [ recovery-image] Aug 16 04:11:07.415 INFO E| Compiling cpio_reader v0.1.1 |
8661 | 2024-08-16T04:11:08.489Z | [ recovery-image] Aug 16 04:11:07.467 INFO E| Compiling miniz_oxide v0.7.2 |
8662 | 2024-08-16T04:11:08.665Z | [ recovery-image] Aug 16 04:11:07.643 INFO E| Compiling static_assertions v1.1.0 |
8663 | 2024-08-16T04:11:10.294Z | [ recovery-image] Aug 16 04:11:09.272 INFO E| Compiling scroll_derive v0.12.0 |
8664 | 2024-08-16T04:11:12.126Z | [ recovery-image] Aug 16 04:11:11.099 INFO E| Compiling scroll v0.12.0 |
8665 | 2024-08-16T04:11:12.836Z | [ recovery-image] Aug 16 04:11:11.812 INFO E| Compiling goblin v0.8.0 |
8666 | 2024-08-16T04:11:14.300Z | [ host-image] Aug 16 04:11:13.278 INFO O| Aug 16 04:11:13.278 INFO STEP 1 (unpack_tar) COMPLETE |
8667 | 2024-08-16T04:11:14.300Z | [ host-image] Aug 16 04:11:13.278 INFO O| Aug 16 04:11:13.278 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8668 | 2024-08-16T04:11:14.318Z | [ host-image] Aug 16 04:11:13.296 INFO O| Aug 16 04:11:13.296 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8669 | 2024-08-16T04:11:14.579Z | [ host-image] Aug 16 04:11:13.557 INFO O| Aug 16 04:11:13.557 INFO STEP 2 (devfsadm) COMPLETE |
8670 | 2024-08-16T04:11:14.579Z | [ host-image] Aug 16 04:11:13.557 INFO O| Aug 16 04:11:13.557 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8671 | 2024-08-16T04:11:14.592Z | [ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8672 | 2024-08-16T04:11:14.592Z | [ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8673 | 2024-08-16T04:11:14.595Z | [ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO STEP 3 (ensure_dir) COMPLETE |
8674 | 2024-08-16T04:11:14.595Z | [ host-image] Aug 16 04:11:13.571 INFO O| Aug 16 04:11:13.571 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8675 | 2024-08-16T04:11:14.607Z | [ host-image] Aug 16 04:11:13.586 INFO O| Aug 16 04:11:13.586 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8676 | 2024-08-16T04:11:14.607Z | [ host-image] Aug 16 04:11:13.586 INFO O| Aug 16 04:11:13.586 INFO STEP 4 (ensure_dir) COMPLETE |
8677 | 2024-08-16T04:11:14.610Z | [ host-image] Aug 16 04:11:13.586 INFO O| Aug 16 04:11:13.586 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8678 | 2024-08-16T04:11:14.618Z | [ host-image] Aug 16 04:11:13.597 INFO O| Aug 16 04:11:13.597 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8679 | 2024-08-16T04:11:14.618Z | [ host-image] Aug 16 04:11:13.597 INFO O| Aug 16 04:11:13.597 INFO STEP 5 (ensure_dir) COMPLETE |
8680 | 2024-08-16T04:11:14.621Z | [ host-image] Aug 16 04:11:13.597 INFO O| Aug 16 04:11:13.597 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8681 | 2024-08-16T04:11:14.633Z | [ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8682 | 2024-08-16T04:11:14.634Z | [ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8683 | 2024-08-16T04:11:14.636Z | [ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO STEP 6 (ensure_dir) COMPLETE |
8684 | 2024-08-16T04:11:14.636Z | [ host-image] Aug 16 04:11:13.612 INFO O| Aug 16 04:11:13.612 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8685 | 2024-08-16T04:11:14.647Z | [ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8686 | 2024-08-16T04:11:14.647Z | [ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8687 | 2024-08-16T04:11:14.650Z | [ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO STEP 7 (ensure_dir) COMPLETE |
8688 | 2024-08-16T04:11:14.650Z | [ host-image] Aug 16 04:11:13.626 INFO O| Aug 16 04:11:13.626 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8689 | 2024-08-16T04:11:14.658Z | [ host-image] Aug 16 04:11:13.637 INFO O| Aug 16 04:11:13.637 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8690 | 2024-08-16T04:11:14.661Z | [ host-image] Aug 16 04:11:13.637 INFO O| Aug 16 04:11:13.637 INFO STEP 8 (remove_files) COMPLETE |
8691 | 2024-08-16T04:11:14.661Z | [ host-image] Aug 16 04:11:13.637 INFO O| Aug 16 04:11:13.637 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8692 | 2024-08-16T04:11:14.674Z | [ host-image] Aug 16 04:11:13.652 INFO O| Aug 16 04:11:13.652 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8693 | 2024-08-16T04:11:14.678Z | [ host-image] Aug 16 04:11:13.654 INFO O| Aug 16 04:11:13.654 INFO STEP 9 (remove_files) COMPLETE |
8694 | 2024-08-16T04:11:14.678Z | [ host-image] Aug 16 04:11:13.654 INFO O| Aug 16 04:11:13.654 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8695 | 2024-08-16T04:11:14.691Z | [ host-image] Aug 16 04:11:13.669 INFO O| Aug 16 04:11:13.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8696 | 2024-08-16T04:11:14.693Z | [ host-image] Aug 16 04:11:13.671 INFO O| Aug 16 04:11:13.671 INFO STEP 10 (remove_files) COMPLETE |
8697 | 2024-08-16T04:11:14.693Z | [ host-image] Aug 16 04:11:13.671 INFO O| Aug 16 04:11:13.671 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8698 | 2024-08-16T04:11:14.706Z | [ host-image] Aug 16 04:11:13.684 INFO O| Aug 16 04:11:13.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8699 | 2024-08-16T04:11:14.706Z | [ host-image] Aug 16 04:11:13.684 INFO O| Aug 16 04:11:13.684 INFO STEP 11 (remove_files) COMPLETE |
8700 | 2024-08-16T04:11:14.708Z | [ host-image] Aug 16 04:11:13.685 INFO O| Aug 16 04:11:13.684 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8701 | 2024-08-16T04:11:14.721Z | [ host-image] Aug 16 04:11:13.700 INFO O| Aug 16 04:11:13.699 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8702 | 2024-08-16T04:11:14.721Z | [ host-image] Aug 16 04:11:13.700 INFO O| Aug 16 04:11:13.700 INFO STEP 12 (remove_files) COMPLETE |
8703 | 2024-08-16T04:11:14.724Z | [ host-image] Aug 16 04:11:13.700 INFO O| Aug 16 04:11:13.700 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8704 | 2024-08-16T04:11:14.736Z | [ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8705 | 2024-08-16T04:11:14.736Z | [ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8706 | 2024-08-16T04:11:14.739Z | [ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO STEP 13 (ensure_dir) COMPLETE |
8707 | 2024-08-16T04:11:14.739Z | [ host-image] Aug 16 04:11:13.715 INFO O| Aug 16 04:11:13.715 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8708 | 2024-08-16T04:11:14.751Z | [ host-image] Aug 16 04:11:13.730 INFO O| Aug 16 04:11:13.730 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8709 | 2024-08-16T04:11:14.751Z | [ host-image] Aug 16 04:11:13.730 INFO O| Aug 16 04:11:13.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8710 | 2024-08-16T04:11:14.754Z | [ host-image] Aug 16 04:11:13.730 INFO O| Aug 16 04:11:13.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8711 | 2024-08-16T04:11:14.754Z | [ host-image] Aug 16 04:11:13.731 INFO O| Aug 16 04:11:13.730 INFO STEP 14 (ensure_dir) COMPLETE |
8712 | 2024-08-16T04:11:14.754Z | [ host-image] Aug 16 04:11:13.731 INFO O| Aug 16 04:11:13.730 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8713 | 2024-08-16T04:11:14.767Z | [ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8714 | 2024-08-16T04:11:14.770Z | [ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8715 | 2024-08-16T04:11:14.770Z | [ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8716 | 2024-08-16T04:11:14.770Z | [ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO STEP 15 (ensure_dir) COMPLETE |
8717 | 2024-08-16T04:11:14.770Z | [ host-image] Aug 16 04:11:13.746 INFO O| Aug 16 04:11:13.746 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8718 | 2024-08-16T04:11:14.781Z | [ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8719 | 2024-08-16T04:11:14.784Z | [ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8720 | 2024-08-16T04:11:14.784Z | [ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO STEP 16 (ensure_dir) COMPLETE |
8721 | 2024-08-16T04:11:14.784Z | [ host-image] Aug 16 04:11:13.760 INFO O| Aug 16 04:11:13.760 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8722 | 2024-08-16T04:11:14.796Z | [ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8723 | 2024-08-16T04:11:14.799Z | [ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8724 | 2024-08-16T04:11:14.799Z | [ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO STEP 17 (ensure_dir) COMPLETE |
8725 | 2024-08-16T04:11:14.799Z | [ host-image] Aug 16 04:11:13.775 INFO O| Aug 16 04:11:13.775 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8726 | 2024-08-16T04:11:14.813Z | [ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8727 | 2024-08-16T04:11:14.813Z | [ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8728 | 2024-08-16T04:11:14.815Z | [ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO ok! |
8729 | 2024-08-16T04:11:14.815Z | [ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO STEP 18 (ensure_symlink) COMPLETE |
8730 | 2024-08-16T04:11:14.815Z | [ host-image] Aug 16 04:11:13.791 INFO O| Aug 16 04:11:13.791 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8731 | 2024-08-16T04:11:14.825Z | [ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8732 | 2024-08-16T04:11:14.825Z | [ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8733 | 2024-08-16T04:11:14.825Z | [ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO ok! |
8734 | 2024-08-16T04:11:14.825Z | [ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO STEP 19 (ensure_file) COMPLETE |
8735 | 2024-08-16T04:11:14.825Z | [ host-image] Aug 16 04:11:13.803 INFO O| Aug 16 04:11:13.803 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8736 | 2024-08-16T04:11:14.835Z | [ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8737 | 2024-08-16T04:11:14.835Z | [ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8738 | 2024-08-16T04:11:14.837Z | [ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8739 | 2024-08-16T04:11:14.837Z | [ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO ok! |
8740 | 2024-08-16T04:11:14.837Z | [ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO STEP 20 (ensure_symlink) COMPLETE |
8741 | 2024-08-16T04:11:14.837Z | [ host-image] Aug 16 04:11:13.814 INFO O| Aug 16 04:11:13.814 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8742 | 2024-08-16T04:11:14.846Z | [ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8743 | 2024-08-16T04:11:14.849Z | [ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8744 | 2024-08-16T04:11:14.849Z | [ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8745 | 2024-08-16T04:11:14.849Z | [ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO ok! |
8746 | 2024-08-16T04:11:14.849Z | [ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO STEP 21 (ensure_symlink) COMPLETE |
8747 | 2024-08-16T04:11:14.849Z | [ host-image] Aug 16 04:11:13.825 INFO O| Aug 16 04:11:13.825 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8748 | 2024-08-16T04:11:14.862Z | [ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8749 | 2024-08-16T04:11:14.865Z | [ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8750 | 2024-08-16T04:11:14.865Z | [ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8751 | 2024-08-16T04:11:14.865Z | [ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO ok! |
8752 | 2024-08-16T04:11:14.865Z | [ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO STEP 22 (ensure_symlink) COMPLETE |
8753 | 2024-08-16T04:11:14.865Z | [ host-image] Aug 16 04:11:13.841 INFO O| Aug 16 04:11:13.841 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8754 | 2024-08-16T04:11:14.878Z | [ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8755 | 2024-08-16T04:11:14.881Z | [ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8756 | 2024-08-16T04:11:14.881Z | [ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8757 | 2024-08-16T04:11:14.881Z | [ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO ok! |
8758 | 2024-08-16T04:11:14.881Z | [ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO STEP 23 (ensure_symlink) COMPLETE |
8759 | 2024-08-16T04:11:14.881Z | [ host-image] Aug 16 04:11:13.856 INFO O| Aug 16 04:11:13.856 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8760 | 2024-08-16T04:11:14.889Z | [ host-image] Aug 16 04:11:13.867 INFO O| Aug 16 04:11:13.867 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8761 | 2024-08-16T04:11:14.892Z | [ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8762 | 2024-08-16T04:11:14.892Z | [ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8763 | 2024-08-16T04:11:14.892Z | [ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO ok! |
8764 | 2024-08-16T04:11:14.892Z | [ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO STEP 24 (ensure_file) COMPLETE |
8765 | 2024-08-16T04:11:14.892Z | [ host-image] Aug 16 04:11:13.868 INFO O| Aug 16 04:11:13.868 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8766 | 2024-08-16T04:11:14.907Z | [ host-image] Aug 16 04:11:13.884 INFO O| Aug 16 04:11:13.884 INFO updating shadow file |
8767 | 2024-08-16T04:11:14.910Z | [ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8768 | 2024-08-16T04:11:14.910Z | [ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8769 | 2024-08-16T04:11:14.910Z | [ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO STEP 25 (shadow) COMPLETE |
8770 | 2024-08-16T04:11:14.910Z | [ host-image] Aug 16 04:11:13.885 INFO O| Aug 16 04:11:13.885 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8771 | 2024-08-16T04:11:14.922Z | [ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8772 | 2024-08-16T04:11:14.922Z | [ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8773 | 2024-08-16T04:11:14.925Z | [ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8774 | 2024-08-16T04:11:14.925Z | [ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO ok! |
8775 | 2024-08-16T04:11:14.925Z | [ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO STEP 26 (ensure_file) COMPLETE |
8776 | 2024-08-16T04:11:14.925Z | [ host-image] Aug 16 04:11:13.900 INFO O| Aug 16 04:11:13.900 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8777 | 2024-08-16T04:11:14.938Z | [ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8778 | 2024-08-16T04:11:14.938Z | [ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8779 | 2024-08-16T04:11:14.941Z | [ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8780 | 2024-08-16T04:11:14.941Z | [ host-image] Aug 16 04:11:13.916 INFO O| Aug 16 04:11:13.916 INFO ok! |
8781 | 2024-08-16T04:11:14.941Z | [ host-image] Aug 16 04:11:13.917 INFO O| Aug 16 04:11:13.917 INFO STEP 27 (ensure_file) COMPLETE |
8782 | 2024-08-16T04:11:14.941Z | [ host-image] Aug 16 04:11:13.917 INFO O| Aug 16 04:11:13.917 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8783 | 2024-08-16T04:11:14.955Z | [ host-image] Aug 16 04:11:13.933 INFO O| Aug 16 04:11:13.933 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8784 | 2024-08-16T04:11:14.957Z | [ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.933 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8785 | 2024-08-16T04:11:14.957Z | [ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8786 | 2024-08-16T04:11:14.957Z | [ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8787 | 2024-08-16T04:11:14.957Z | [ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO ok! |
8788 | 2024-08-16T04:11:14.957Z | [ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO STEP 28 (ensure_file) COMPLETE |
8789 | 2024-08-16T04:11:14.958Z | [ host-image] Aug 16 04:11:13.934 INFO O| Aug 16 04:11:13.934 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8790 | 2024-08-16T04:11:14.971Z | [ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8791 | 2024-08-16T04:11:14.971Z | [ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8792 | 2024-08-16T04:11:14.974Z | [ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8793 | 2024-08-16T04:11:14.974Z | [ host-image] Aug 16 04:11:13.949 INFO O| Aug 16 04:11:13.949 INFO ok! |
8794 | 2024-08-16T04:11:14.974Z | [ host-image] Aug 16 04:11:13.950 INFO O| Aug 16 04:11:13.950 INFO STEP 29 (ensure_file) COMPLETE |
8795 | 2024-08-16T04:11:14.974Z | [ host-image] Aug 16 04:11:13.950 INFO O| Aug 16 04:11:13.950 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8796 | 2024-08-16T04:11:14.985Z | [ host-image] Aug 16 04:11:13.963 INFO O| Aug 16 04:11:13.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8797 | 2024-08-16T04:11:14.985Z | [ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.963 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8798 | 2024-08-16T04:11:14.987Z | [ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8799 | 2024-08-16T04:11:14.987Z | [ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO ok! |
8800 | 2024-08-16T04:11:14.987Z | [ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO STEP 30 (ensure_file) COMPLETE |
8801 | 2024-08-16T04:11:14.987Z | [ host-image] Aug 16 04:11:13.964 INFO O| Aug 16 04:11:13.964 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8802 | 2024-08-16T04:11:14.999Z | [ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8803 | 2024-08-16T04:11:14.999Z | [ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8804 | 2024-08-16T04:11:15.002Z | [ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8805 | 2024-08-16T04:11:15.002Z | [ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8806 | 2024-08-16T04:11:15.002Z | [ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO ok! |
8807 | 2024-08-16T04:11:15.002Z | [ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO STEP 31 (ensure_file) COMPLETE |
8808 | 2024-08-16T04:11:15.002Z | [ host-image] Aug 16 04:11:13.978 INFO O| Aug 16 04:11:13.978 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8809 | 2024-08-16T04:11:15.014Z | [ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8810 | 2024-08-16T04:11:15.014Z | [ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8811 | 2024-08-16T04:11:15.017Z | [ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8812 | 2024-08-16T04:11:15.017Z | [ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO ok! |
8813 | 2024-08-16T04:11:15.017Z | [ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO STEP 32 (ensure_file) COMPLETE |
8814 | 2024-08-16T04:11:15.017Z | [ host-image] Aug 16 04:11:13.993 INFO O| Aug 16 04:11:13.993 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8815 | 2024-08-16T04:11:15.030Z | [ host-image] Aug 16 04:11:14.008 INFO O| Aug 16 04:11:14.008 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8816 | 2024-08-16T04:11:15.032Z | [ host-image] Aug 16 04:11:14.008 INFO O| Aug 16 04:11:14.008 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8817 | 2024-08-16T04:11:15.032Z | [ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8818 | 2024-08-16T04:11:15.032Z | [ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.008 INFO ok! |
8819 | 2024-08-16T04:11:15.032Z | [ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.009 INFO STEP 33 (ensure_file) COMPLETE |
8820 | 2024-08-16T04:11:15.032Z | [ host-image] Aug 16 04:11:14.009 INFO O| Aug 16 04:11:14.009 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8821 | 2024-08-16T04:11:15.044Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8822 | 2024-08-16T04:11:15.044Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8823 | 2024-08-16T04:11:15.047Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8824 | 2024-08-16T04:11:15.047Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8825 | 2024-08-16T04:11:15.047Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8826 | 2024-08-16T04:11:15.047Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8827 | 2024-08-16T04:11:15.047Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO ok! |
8828 | 2024-08-16T04:11:15.047Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO STEP 34 (ensure_file) COMPLETE |
8829 | 2024-08-16T04:11:15.047Z | [ host-image] Aug 16 04:11:14.023 INFO O| Aug 16 04:11:14.023 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8830 | 2024-08-16T04:11:15.058Z | [ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8831 | 2024-08-16T04:11:15.061Z | [ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8832 | 2024-08-16T04:11:15.061Z | [ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8833 | 2024-08-16T04:11:15.061Z | [ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO STEP 35 (ensure_dir) COMPLETE |
8834 | 2024-08-16T04:11:15.061Z | [ host-image] Aug 16 04:11:14.037 INFO O| Aug 16 04:11:14.037 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8835 | 2024-08-16T04:11:15.073Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 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 |
8836 | 2024-08-16T04:11:15.073Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 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 ... |
8837 | 2024-08-16T04:11:15.076Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 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 |
8838 | 2024-08-16T04:11:15.076Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 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 |
8839 | 2024-08-16T04:11:15.076Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 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 |
8840 | 2024-08-16T04:11:15.076Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 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 |
8841 | 2024-08-16T04:11:15.076Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO ok! |
8842 | 2024-08-16T04:11:15.076Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO STEP 36 (ensure_file) COMPLETE |
8843 | 2024-08-16T04:11:15.076Z | [ host-image] Aug 16 04:11:14.052 INFO O| Aug 16 04:11:14.052 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8844 | 2024-08-16T04:11:15.090Z | [ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8845 | 2024-08-16T04:11:15.090Z | [ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 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 ... |
8846 | 2024-08-16T04:11:15.093Z | [ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8847 | 2024-08-16T04:11:15.093Z | [ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO ok! |
8848 | 2024-08-16T04:11:15.093Z | [ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO STEP 37 (ensure_symlink) COMPLETE |
8849 | 2024-08-16T04:11:15.093Z | [ host-image] Aug 16 04:11:14.067 INFO O| Aug 16 04:11:14.067 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8850 | 2024-08-16T04:11:15.103Z | [ host-image] Aug 16 04:11:14.082 INFO O| Aug 16 04:11:14.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8851 | 2024-08-16T04:11:15.103Z | [ host-image] Aug 16 04:11:14.082 INFO O| Aug 16 04:11:14.082 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8852 | 2024-08-16T04:11:15.106Z | [ host-image] Aug 16 04:11:14.082 INFO O| Aug 16 04:11:14.082 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8853 | 2024-08-16T04:11:15.106Z | [ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.082 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8854 | 2024-08-16T04:11:15.106Z | [ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8855 | 2024-08-16T04:11:15.106Z | [ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8856 | 2024-08-16T04:11:15.106Z | [ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO ok! |
8857 | 2024-08-16T04:11:15.106Z | [ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO STEP 38 (ensure_file) COMPLETE |
8858 | 2024-08-16T04:11:15.106Z | [ host-image] Aug 16 04:11:14.083 INFO O| Aug 16 04:11:14.083 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8859 | 2024-08-16T04:11:15.120Z | [ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8860 | 2024-08-16T04:11:15.120Z | [ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 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 ... |
8861 | 2024-08-16T04:11:15.122Z | [ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8862 | 2024-08-16T04:11:15.122Z | [ host-image] Aug 16 04:11:14.098 INFO O| Aug 16 04:11:14.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8863 | 2024-08-16T04:11:15.122Z | [ host-image] Aug 16 04:11:14.099 INFO O| Aug 16 04:11:14.098 INFO ok! |
8864 | 2024-08-16T04:11:15.122Z | [ host-image] Aug 16 04:11:14.099 INFO O| Aug 16 04:11:14.099 INFO STEP 39 (ensure_file) COMPLETE |
8865 | 2024-08-16T04:11:15.122Z | [ host-image] Aug 16 04:11:14.099 INFO O| Aug 16 04:11:14.099 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8866 | 2024-08-16T04:11:15.137Z | [ host-image] Aug 16 04:11:14.115 INFO O| Aug 16 04:11:14.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8867 | 2024-08-16T04:11:15.137Z | [ host-image] Aug 16 04:11:14.115 INFO O| Aug 16 04:11:14.115 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8868 | 2024-08-16T04:11:15.139Z | [ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8869 | 2024-08-16T04:11:15.139Z | [ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.116 INFO ok! |
8870 | 2024-08-16T04:11:15.139Z | [ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.116 INFO STEP 40 (ensure_file) COMPLETE |
8871 | 2024-08-16T04:11:15.139Z | [ host-image] Aug 16 04:11:14.116 INFO O| Aug 16 04:11:14.116 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8872 | 2024-08-16T04:11:15.154Z | [ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO updating shadow file |
8873 | 2024-08-16T04:11:15.154Z | [ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8874 | 2024-08-16T04:11:15.154Z | [ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO STEP 41 (shadow) COMPLETE |
8875 | 2024-08-16T04:11:15.156Z | [ host-image] Aug 16 04:11:14.132 INFO O| Aug 16 04:11:14.132 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8876 | 2024-08-16T04:11:15.168Z | [ host-image] Aug 16 04:11:14.147 INFO O| Aug 16 04:11:14.147 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8877 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.147 INFO O| Aug 16 04:11:14.147 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8878 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.147 INFO O| Aug 16 04:11:14.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8879 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8880 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO ok! |
8881 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 42 (ensure_file) COMPLETE |
8882 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8883 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO skip step because feature "mfg" is not enabled |
8884 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8885 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO skip step because feature "mfg" is not enabled |
8886 | 2024-08-16T04:11:15.171Z | [ host-image] Aug 16 04:11:14.148 INFO O| Aug 16 04:11:14.148 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8887 | 2024-08-16T04:11:15.185Z | [ host-image] Aug 16 04:11:14.164 INFO O| Aug 16 04:11:14.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8888 | 2024-08-16T04:11:15.185Z | [ host-image] Aug 16 04:11:14.164 INFO O| Aug 16 04:11:14.164 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8889 | 2024-08-16T04:11:15.861Z | [ recovery-image] Aug 16 04:11:14.837 INFO E| Compiling bitstruct_derive v0.1.0 |
8890 | 2024-08-16T04:11:16.012Z | [ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8891 | 2024-08-16T04:11:16.012Z | [ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8892 | 2024-08-16T04:11:16.015Z | [ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO ok! |
8893 | 2024-08-16T04:11:16.015Z | [ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO STEP 45 (ensure_file) COMPLETE |
8894 | 2024-08-16T04:11:16.015Z | [ host-image] Aug 16 04:11:14.991 INFO O| Aug 16 04:11:14.991 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8895 | 2024-08-16T04:11:16.031Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8896 | 2024-08-16T04:11:16.031Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8897 | 2024-08-16T04:11:16.033Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8898 | 2024-08-16T04:11:16.033Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8899 | 2024-08-16T04:11:16.033Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8900 | 2024-08-16T04:11:16.033Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8901 | 2024-08-16T04:11:16.033Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO ok! |
8902 | 2024-08-16T04:11:16.033Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO STEP 46 (ensure_file) COMPLETE |
8903 | 2024-08-16T04:11:16.033Z | [ host-image] Aug 16 04:11:15.010 INFO O| Aug 16 04:11:15.010 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8904 | 2024-08-16T04:11:16.048Z | [ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8905 | 2024-08-16T04:11:16.050Z | [ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 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 ... |
8906 | 2024-08-16T04:11:16.050Z | [ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 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 |
8907 | 2024-08-16T04:11:16.050Z | [ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8908 | 2024-08-16T04:11:16.050Z | [ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO ok! |
8909 | 2024-08-16T04:11:16.050Z | [ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO STEP 47 (ensure_file) COMPLETE |
8910 | 2024-08-16T04:11:16.050Z | [ host-image] Aug 16 04:11:15.027 INFO O| Aug 16 04:11:15.027 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8911 | 2024-08-16T04:11:16.064Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8912 | 2024-08-16T04:11:16.064Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8913 | 2024-08-16T04:11:16.067Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8914 | 2024-08-16T04:11:16.067Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8915 | 2024-08-16T04:11:16.067Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8916 | 2024-08-16T04:11:16.067Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8917 | 2024-08-16T04:11:16.067Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO ok! |
8918 | 2024-08-16T04:11:16.067Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO STEP 48 (ensure_file) COMPLETE |
8919 | 2024-08-16T04:11:16.067Z | [ host-image] Aug 16 04:11:15.043 INFO O| Aug 16 04:11:15.043 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8920 | 2024-08-16T04:11:16.080Z | [ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8921 | 2024-08-16T04:11:16.080Z | [ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 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 ... |
8922 | 2024-08-16T04:11:16.082Z | [ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 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 |
8923 | 2024-08-16T04:11:16.082Z | [ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8924 | 2024-08-16T04:11:16.082Z | [ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO ok! |
8925 | 2024-08-16T04:11:16.082Z | [ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO STEP 49 (ensure_file) COMPLETE |
8926 | 2024-08-16T04:11:16.082Z | [ host-image] Aug 16 04:11:15.059 INFO O| Aug 16 04:11:15.059 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8927 | 2024-08-16T04:11:16.093Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8928 | 2024-08-16T04:11:16.093Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8929 | 2024-08-16T04:11:16.096Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8930 | 2024-08-16T04:11:16.096Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8931 | 2024-08-16T04:11:16.096Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8932 | 2024-08-16T04:11:16.096Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8933 | 2024-08-16T04:11:16.096Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO ok! |
8934 | 2024-08-16T04:11:16.096Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO STEP 50 (ensure_file) COMPLETE |
8935 | 2024-08-16T04:11:16.096Z | [ host-image] Aug 16 04:11:15.072 INFO O| Aug 16 04:11:15.072 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8936 | 2024-08-16T04:11:16.108Z | [ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8937 | 2024-08-16T04:11:16.108Z | [ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 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 ... |
8938 | 2024-08-16T04:11:16.111Z | [ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 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 |
8939 | 2024-08-16T04:11:16.111Z | [ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8940 | 2024-08-16T04:11:16.111Z | [ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO ok! |
8941 | 2024-08-16T04:11:16.111Z | [ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO STEP 51 (ensure_file) COMPLETE |
8942 | 2024-08-16T04:11:16.111Z | [ host-image] Aug 16 04:11:15.086 INFO O| Aug 16 04:11:15.086 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8943 | 2024-08-16T04:11:16.124Z | [ host-image] Aug 16 04:11:15.102 INFO O| Aug 16 04:11:15.102 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8944 | 2024-08-16T04:11:16.124Z | [ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.102 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 ... |
8945 | 2024-08-16T04:11:16.127Z | [ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 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 |
8946 | 2024-08-16T04:11:16.127Z | [ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8947 | 2024-08-16T04:11:16.127Z | [ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO ok! |
8948 | 2024-08-16T04:11:16.127Z | [ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO STEP 52 (ensure_file) COMPLETE |
8949 | 2024-08-16T04:11:16.127Z | [ host-image] Aug 16 04:11:15.103 INFO O| Aug 16 04:11:15.103 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8950 | 2024-08-16T04:11:16.137Z | [ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8951 | 2024-08-16T04:11:16.137Z | [ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 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 ... |
8952 | 2024-08-16T04:11:16.140Z | [ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 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 |
8953 | 2024-08-16T04:11:16.140Z | [ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8954 | 2024-08-16T04:11:16.140Z | [ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO ok! |
8955 | 2024-08-16T04:11:16.140Z | [ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO STEP 53 (ensure_file) COMPLETE |
8956 | 2024-08-16T04:11:16.140Z | [ host-image] Aug 16 04:11:15.116 INFO O| Aug 16 04:11:15.116 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8957 | 2024-08-16T04:11:16.150Z | [ host-image] Aug 16 04:11:15.129 INFO O| Aug 16 04:11:15.129 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8958 | 2024-08-16T04:11:16.153Z | [ host-image] Aug 16 04:11:15.129 INFO O| Aug 16 04:11:15.129 INFO STEP 54 (ensure_dir) COMPLETE |
8959 | 2024-08-16T04:11:16.153Z | [ host-image] Aug 16 04:11:15.129 INFO O| Aug 16 04:11:15.129 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8960 | 2024-08-16T04:11:16.164Z | [ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8961 | 2024-08-16T04:11:16.164Z | [ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8962 | 2024-08-16T04:11:16.167Z | [ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO STEP 55 (ensure_dir) COMPLETE |
8963 | 2024-08-16T04:11:16.167Z | [ host-image] Aug 16 04:11:15.143 INFO O| Aug 16 04:11:15.143 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8964 | 2024-08-16T04:11:16.180Z | [ host-image] Aug 16 04:11:15.157 INFO O| Aug 16 04:11:15.157 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8965 | 2024-08-16T04:11:16.244Z | [ host-image] Aug 16 04:11:15.158 INFO O| Aug 16 04:11:15.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8966 | 2024-08-16T04:11:16.245Z | [ host-image] Aug 16 04:11:15.158 INFO O| Aug 16 04:11:15.158 INFO STEP 56 (ensure_dir) COMPLETE |
8967 | 2024-08-16T04:11:16.245Z | [ host-image] Aug 16 04:11:15.158 INFO O| Aug 16 04:11:15.158 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8968 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.170 INFO O| Aug 16 04:11:15.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8969 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.170 INFO O| Aug 16 04:11:15.170 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8970 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8971 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO ok! |
8972 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO STEP 57 (ensure_file) COMPLETE |
8973 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.193 INFO O| Aug 16 04:11:15.193 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8974 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.212 INFO O| Aug 16 04:11:15.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8975 | 2024-08-16T04:11:16.247Z | [ host-image] Aug 16 04:11:15.212 INFO O| Aug 16 04:11:15.212 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8976 | 2024-08-16T04:11:17.629Z | [ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8977 | 2024-08-16T04:11:17.629Z | [ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.608 INFO ok! |
8978 | 2024-08-16T04:11:17.631Z | [ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.608 INFO STEP 58 (ensure_file) COMPLETE |
8979 | 2024-08-16T04:11:17.631Z | [ host-image] Aug 16 04:11:16.608 INFO O| Aug 16 04:11:16.608 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8980 | 2024-08-16T04:11:17.641Z | [ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8981 | 2024-08-16T04:11:17.643Z | [ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8982 | 2024-08-16T04:11:17.643Z | [ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO STEP 59 (ensure_dir) COMPLETE |
8983 | 2024-08-16T04:11:17.643Z | [ host-image] Aug 16 04:11:16.620 INFO O| Aug 16 04:11:16.620 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8984 | 2024-08-16T04:11:17.651Z | [ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8985 | 2024-08-16T04:11:17.651Z | [ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO copying /tmp/.tmpeiA9XR/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 ... |
8986 | 2024-08-16T04:11:17.654Z | [ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8987 | 2024-08-16T04:11:17.654Z | [ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO ok! |
8988 | 2024-08-16T04:11:17.654Z | [ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO STEP 60 (ensure_file) COMPLETE |
8989 | 2024-08-16T04:11:17.654Z | [ host-image] Aug 16 04:11:16.630 INFO O| Aug 16 04:11:16.630 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8990 | 2024-08-16T04:11:17.661Z | [ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8991 | 2024-08-16T04:11:17.661Z | [ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO copying /tmp/.tmpeiA9XR/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 ... |
8992 | 2024-08-16T04:11:17.664Z | [ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8993 | 2024-08-16T04:11:17.664Z | [ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO ok! |
8994 | 2024-08-16T04:11:17.664Z | [ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO STEP 61 (ensure_file) COMPLETE |
8995 | 2024-08-16T04:11:17.664Z | [ host-image] Aug 16 04:11:16.640 INFO O| Aug 16 04:11:16.640 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8996 | 2024-08-16T04:11:17.672Z | [ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8997 | 2024-08-16T04:11:17.672Z | [ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8998 | 2024-08-16T04:11:17.675Z | [ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO STEP 62 (ensure_dir) COMPLETE |
8999 | 2024-08-16T04:11:17.675Z | [ host-image] Aug 16 04:11:16.651 INFO O| Aug 16 04:11:16.651 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9000 | 2024-08-16T04:11:17.682Z | [ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9001 | 2024-08-16T04:11:17.682Z | [ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO copying /tmp/.tmpeiA9XR/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 ... |
9002 | 2024-08-16T04:11:17.684Z | [ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9003 | 2024-08-16T04:11:17.684Z | [ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO ok! |
9004 | 2024-08-16T04:11:17.684Z | [ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO STEP 63 (ensure_file) COMPLETE |
9005 | 2024-08-16T04:11:17.685Z | [ host-image] Aug 16 04:11:16.661 INFO O| Aug 16 04:11:16.661 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9006 | 2024-08-16T04:11:17.692Z | [ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9007 | 2024-08-16T04:11:17.692Z | [ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO copying /tmp/.tmpeiA9XR/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 ... |
9008 | 2024-08-16T04:11:17.697Z | [ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9009 | 2024-08-16T04:11:17.697Z | [ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO ok! |
9010 | 2024-08-16T04:11:17.697Z | [ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO STEP 64 (ensure_file) COMPLETE |
9011 | 2024-08-16T04:11:17.697Z | [ host-image] Aug 16 04:11:16.671 INFO O| Aug 16 04:11:16.671 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9012 | 2024-08-16T04:11:17.702Z | [ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9013 | 2024-08-16T04:11:17.704Z | [ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9014 | 2024-08-16T04:11:17.704Z | [ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO STEP 65 (ensure_dir) COMPLETE |
9015 | 2024-08-16T04:11:17.704Z | [ host-image] Aug 16 04:11:16.681 INFO O| Aug 16 04:11:16.681 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9016 | 2024-08-16T04:11:17.713Z | [ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9017 | 2024-08-16T04:11:17.713Z | [ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO copying /tmp/.tmpeiA9XR/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 ... |
9018 | 2024-08-16T04:11:17.715Z | [ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9019 | 2024-08-16T04:11:17.715Z | [ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO ok! |
9020 | 2024-08-16T04:11:17.715Z | [ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO STEP 66 (ensure_file) COMPLETE |
9021 | 2024-08-16T04:11:17.715Z | [ host-image] Aug 16 04:11:16.692 INFO O| Aug 16 04:11:16.692 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9022 | 2024-08-16T04:11:17.723Z | [ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9023 | 2024-08-16T04:11:17.723Z | [ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9024 | 2024-08-16T04:11:17.726Z | [ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9025 | 2024-08-16T04:11:17.726Z | [ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO ok! |
9026 | 2024-08-16T04:11:17.726Z | [ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO STEP 67 (ensure_file) COMPLETE |
9027 | 2024-08-16T04:11:17.726Z | [ host-image] Aug 16 04:11:16.702 INFO O| Aug 16 04:11:16.702 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9028 | 2024-08-16T04:11:17.733Z | [ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9029 | 2024-08-16T04:11:17.735Z | [ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9030 | 2024-08-16T04:11:17.735Z | [ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO STEP 68 (ensure_dir) COMPLETE |
9031 | 2024-08-16T04:11:17.735Z | [ host-image] Aug 16 04:11:16.712 INFO O| Aug 16 04:11:16.712 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9032 | 2024-08-16T04:11:17.745Z | [ host-image] Aug 16 04:11:16.724 INFO O| Aug 16 04:11:16.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9033 | 2024-08-16T04:11:17.745Z | [ host-image] Aug 16 04:11:16.724 INFO O| Aug 16 04:11:16.724 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9034 | 2024-08-16T04:11:17.826Z | [ recovery-image] Aug 16 04:11:16.805 INFO E| Compiling bitstruct v0.1.1 |
9035 | 2024-08-16T04:11:18.309Z | [ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9036 | 2024-08-16T04:11:18.309Z | [ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO ok! |
9037 | 2024-08-16T04:11:18.311Z | [ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO STEP 69 (ensure_file) COMPLETE |
9038 | 2024-08-16T04:11:18.311Z | [ host-image] Aug 16 04:11:17.288 INFO O| Aug 16 04:11:17.287 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9039 | 2024-08-16T04:11:18.321Z | [ host-image] Aug 16 04:11:17.300 INFO O| Aug 16 04:11:17.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9040 | 2024-08-16T04:11:18.321Z | [ host-image] Aug 16 04:11:17.300 INFO O| Aug 16 04:11:17.300 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9041 | 2024-08-16T04:11:19.916Z | [ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9042 | 2024-08-16T04:11:19.916Z | [ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO ok! |
9043 | 2024-08-16T04:11:19.919Z | [ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO STEP 70 (ensure_file) COMPLETE |
9044 | 2024-08-16T04:11:19.919Z | [ host-image] Aug 16 04:11:18.895 INFO O| Aug 16 04:11:18.895 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9045 | 2024-08-16T04:11:19.927Z | [ host-image] Aug 16 04:11:18.906 INFO O| Aug 16 04:11:18.906 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9046 | 2024-08-16T04:11:19.930Z | [ host-image] Aug 16 04:11:18.907 INFO O| Aug 16 04:11:18.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9047 | 2024-08-16T04:11:19.930Z | [ host-image] Aug 16 04:11:18.907 INFO O| Aug 16 04:11:18.907 INFO STEP 71 (ensure_dir) COMPLETE |
9048 | 2024-08-16T04:11:19.930Z | [ host-image] Aug 16 04:11:18.907 INFO O| Aug 16 04:11:18.907 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9049 | 2024-08-16T04:11:19.938Z | [ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9050 | 2024-08-16T04:11:19.938Z | [ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO copying /tmp/.tmpeiA9XR/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 ... |
9051 | 2024-08-16T04:11:19.941Z | [ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9052 | 2024-08-16T04:11:19.941Z | [ host-image] Aug 16 04:11:18.917 INFO O| Aug 16 04:11:18.917 INFO ok! |
9053 | 2024-08-16T04:11:19.941Z | [ host-image] Aug 16 04:11:18.918 INFO O| Aug 16 04:11:18.917 INFO STEP 72 (ensure_file) COMPLETE |
9054 | 2024-08-16T04:11:19.941Z | [ host-image] Aug 16 04:11:18.918 INFO O| Aug 16 04:11:18.918 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9055 | 2024-08-16T04:11:19.948Z | [ host-image] Aug 16 04:11:18.927 INFO O| Aug 16 04:11:18.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9056 | 2024-08-16T04:11:19.948Z | [ host-image] Aug 16 04:11:18.927 INFO O| Aug 16 04:11:18.927 INFO copying /tmp/.tmpeiA9XR/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 ... |
9057 | 2024-08-16T04:11:19.951Z | [ host-image] Aug 16 04:11:18.927 INFO O| Aug 16 04:11:18.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9058 | 2024-08-16T04:11:19.951Z | [ host-image] Aug 16 04:11:18.928 INFO O| Aug 16 04:11:18.927 INFO ok! |
9059 | 2024-08-16T04:11:19.951Z | [ host-image] Aug 16 04:11:18.928 INFO O| Aug 16 04:11:18.928 INFO STEP 73 (ensure_file) COMPLETE |
9060 | 2024-08-16T04:11:19.951Z | [ host-image] Aug 16 04:11:18.928 INFO O| Aug 16 04:11:18.928 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9061 | 2024-08-16T04:11:19.958Z | [ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9062 | 2024-08-16T04:11:19.960Z | [ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9063 | 2024-08-16T04:11:19.960Z | [ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9064 | 2024-08-16T04:11:19.960Z | [ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO ok! |
9065 | 2024-08-16T04:11:19.960Z | [ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO STEP 74 (ensure_file) COMPLETE |
9066 | 2024-08-16T04:11:19.960Z | [ host-image] Aug 16 04:11:18.937 INFO O| Aug 16 04:11:18.937 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9067 | 2024-08-16T04:11:19.968Z | [ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9068 | 2024-08-16T04:11:19.968Z | [ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9069 | 2024-08-16T04:11:19.970Z | [ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9070 | 2024-08-16T04:11:19.970Z | [ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO ok! |
9071 | 2024-08-16T04:11:19.970Z | [ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO STEP 75 (ensure_file) COMPLETE |
9072 | 2024-08-16T04:11:19.970Z | [ host-image] Aug 16 04:11:18.947 INFO O| Aug 16 04:11:18.947 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9073 | 2024-08-16T04:11:19.978Z | [ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9074 | 2024-08-16T04:11:19.980Z | [ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9075 | 2024-08-16T04:11:19.980Z | [ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO STEP 76 (ensure_dir) COMPLETE |
9076 | 2024-08-16T04:11:19.980Z | [ host-image] Aug 16 04:11:18.957 INFO O| Aug 16 04:11:18.957 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9077 | 2024-08-16T04:11:19.988Z | [ host-image] Aug 16 04:11:18.967 INFO O| Aug 16 04:11:18.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9078 | 2024-08-16T04:11:19.988Z | [ host-image] Aug 16 04:11:18.967 INFO O| Aug 16 04:11:18.967 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9079 | 2024-08-16T04:11:20.463Z | [ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9080 | 2024-08-16T04:11:20.463Z | [ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO ok! |
9081 | 2024-08-16T04:11:20.463Z | [ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO STEP 77 (ensure_file) COMPLETE |
9082 | 2024-08-16T04:11:20.463Z | [ host-image] Aug 16 04:11:19.442 INFO O| Aug 16 04:11:19.442 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9083 | 2024-08-16T04:11:20.475Z | [ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9084 | 2024-08-16T04:11:20.475Z | [ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9085 | 2024-08-16T04:11:20.477Z | [ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9086 | 2024-08-16T04:11:20.477Z | [ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO ok! |
9087 | 2024-08-16T04:11:20.477Z | [ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO STEP 78 (ensure_file) COMPLETE |
9088 | 2024-08-16T04:11:20.477Z | [ host-image] Aug 16 04:11:19.454 INFO O| Aug 16 04:11:19.454 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9089 | 2024-08-16T04:11:20.486Z | [ host-image] Aug 16 04:11:19.465 INFO O| Aug 16 04:11:19.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9090 | 2024-08-16T04:11:20.486Z | [ host-image] Aug 16 04:11:19.465 INFO O| Aug 16 04:11:19.465 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9091 | 2024-08-16T04:11:21.046Z | [ recovery-image] Aug 16 04:11:20.025 INFO E| Finished `release` profile [optimized] target(s) in 44.41s |
9092 | 2024-08-16T04:11:21.072Z | [ recovery-image] Aug 16 04:11:20.049 INFO building host image... |
9093 | 2024-08-16T04:11:21.072Z | [ recovery-image] Aug 16 04:11:20.049 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") |
9094 | 2024-08-16T04:11:21.296Z | [ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9095 | 2024-08-16T04:11:21.296Z | [ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO ok! |
9096 | 2024-08-16T04:11:21.296Z | [ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO STEP 79 (ensure_file) COMPLETE |
9097 | 2024-08-16T04:11:21.298Z | [ host-image] Aug 16 04:11:20.275 INFO O| Aug 16 04:11:20.275 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9098 | 2024-08-16T04:11:21.307Z | [ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9099 | 2024-08-16T04:11:21.310Z | [ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9100 | 2024-08-16T04:11:21.310Z | [ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO STEP 80 (ensure_dir) COMPLETE |
9101 | 2024-08-16T04:11:21.310Z | [ host-image] Aug 16 04:11:20.286 INFO O| Aug 16 04:11:20.286 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9102 | 2024-08-16T04:11:21.316Z | [ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9103 | 2024-08-16T04:11:21.320Z | [ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9104 | 2024-08-16T04:11:21.320Z | [ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO STEP 81 (ensure_dir) COMPLETE |
9105 | 2024-08-16T04:11:21.320Z | [ host-image] Aug 16 04:11:20.296 INFO O| Aug 16 04:11:20.296 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9106 | 2024-08-16T04:11:21.326Z | [ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9107 | 2024-08-16T04:11:21.328Z | [ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9108 | 2024-08-16T04:11:21.328Z | [ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO STEP 82 (ensure_dir) COMPLETE |
9109 | 2024-08-16T04:11:21.329Z | [ host-image] Aug 16 04:11:20.305 INFO O| Aug 16 04:11:20.305 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9110 | 2024-08-16T04:11:21.335Z | [ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9111 | 2024-08-16T04:11:21.335Z | [ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9112 | 2024-08-16T04:11:21.335Z | [ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO STEP 83 (ensure_dir) COMPLETE |
9113 | 2024-08-16T04:11:21.338Z | [ host-image] Aug 16 04:11:20.315 INFO O| Aug 16 04:11:20.315 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9114 | 2024-08-16T04:11:21.345Z | [ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9115 | 2024-08-16T04:11:21.345Z | [ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9116 | 2024-08-16T04:11:21.345Z | [ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO STEP 84 (ensure_dir) COMPLETE |
9117 | 2024-08-16T04:11:21.347Z | [ host-image] Aug 16 04:11:20.324 INFO O| Aug 16 04:11:20.324 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9118 | 2024-08-16T04:11:21.354Z | [ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9119 | 2024-08-16T04:11:21.354Z | [ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO copying /tmp/.tmpeiA9XR/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 ... |
9120 | 2024-08-16T04:11:21.356Z | [ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9121 | 2024-08-16T04:11:21.356Z | [ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO ok! |
9122 | 2024-08-16T04:11:21.356Z | [ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO STEP 85 (ensure_file) COMPLETE |
9123 | 2024-08-16T04:11:21.356Z | [ host-image] Aug 16 04:11:20.333 INFO O| Aug 16 04:11:20.333 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9124 | 2024-08-16T04:11:21.363Z | [ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9125 | 2024-08-16T04:11:21.363Z | [ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9126 | 2024-08-16T04:11:21.364Z | [ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO STEP 86 (ensure_dir) COMPLETE |
9127 | 2024-08-16T04:11:21.366Z | [ host-image] Aug 16 04:11:20.343 INFO O| Aug 16 04:11:20.343 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9128 | 2024-08-16T04:11:21.373Z | [ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9129 | 2024-08-16T04:11:21.373Z | [ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9130 | 2024-08-16T04:11:21.376Z | [ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9131 | 2024-08-16T04:11:21.376Z | [ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO ok! |
9132 | 2024-08-16T04:11:21.376Z | [ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO STEP 87 (ensure_file) COMPLETE |
9133 | 2024-08-16T04:11:21.376Z | [ host-image] Aug 16 04:11:20.352 INFO O| Aug 16 04:11:20.352 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9134 | 2024-08-16T04:11:21.382Z | [ host-image] Aug 16 04:11:20.362 INFO O| Aug 16 04:11:20.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9135 | 2024-08-16T04:11:21.382Z | [ host-image] Aug 16 04:11:20.362 INFO O| Aug 16 04:11:20.362 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9136 | 2024-08-16T04:11:21.397Z | [ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9137 | 2024-08-16T04:11:21.397Z | [ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO ok! |
9138 | 2024-08-16T04:11:21.397Z | [ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO STEP 88 (ensure_file) COMPLETE |
9139 | 2024-08-16T04:11:21.400Z | [ host-image] Aug 16 04:11:20.376 INFO O| Aug 16 04:11:20.376 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9140 | 2024-08-16T04:11:21.407Z | [ host-image] Aug 16 04:11:20.387 INFO O| Aug 16 04:11:20.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9141 | 2024-08-16T04:11:21.407Z | [ host-image] Aug 16 04:11:20.387 INFO O| Aug 16 04:11:20.387 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9142 | 2024-08-16T04:11:21.714Z | [ recovery-image] Aug 16 04:11:20.689 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9143 | 2024-08-16T04:11:21.899Z | [ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9144 | 2024-08-16T04:11:21.899Z | [ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.879 INFO ok! |
9145 | 2024-08-16T04:11:21.902Z | [ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.879 INFO STEP 89 (ensure_file) COMPLETE |
9146 | 2024-08-16T04:11:21.902Z | [ host-image] Aug 16 04:11:20.879 INFO O| Aug 16 04:11:20.879 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9147 | 2024-08-16T04:11:21.911Z | [ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9148 | 2024-08-16T04:11:21.911Z | [ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9149 | 2024-08-16T04:11:21.914Z | [ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9150 | 2024-08-16T04:11:21.914Z | [ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO ok! |
9151 | 2024-08-16T04:11:21.914Z | [ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO STEP 90 (ensure_file) COMPLETE |
9152 | 2024-08-16T04:11:21.914Z | [ host-image] Aug 16 04:11:20.891 INFO O| Aug 16 04:11:20.891 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9153 | 2024-08-16T04:11:21.921Z | [ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9154 | 2024-08-16T04:11:21.923Z | [ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9155 | 2024-08-16T04:11:21.923Z | [ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO STEP 91 (ensure_dir) COMPLETE |
9156 | 2024-08-16T04:11:21.923Z | [ host-image] Aug 16 04:11:20.900 INFO O| Aug 16 04:11:20.900 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9157 | 2024-08-16T04:11:21.930Z | [ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9158 | 2024-08-16T04:11:21.930Z | [ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO copying /tmp/.tmpeiA9XR/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 ... |
9159 | 2024-08-16T04:11:21.937Z | [ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9160 | 2024-08-16T04:11:21.937Z | [ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO ok! |
9161 | 2024-08-16T04:11:21.937Z | [ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO STEP 92 (ensure_file) COMPLETE |
9162 | 2024-08-16T04:11:21.937Z | [ host-image] Aug 16 04:11:20.910 INFO O| Aug 16 04:11:20.910 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9163 | 2024-08-16T04:11:21.940Z | [ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9164 | 2024-08-16T04:11:21.940Z | [ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO copying /tmp/.tmpeiA9XR/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 ... |
9165 | 2024-08-16T04:11:21.940Z | [ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9166 | 2024-08-16T04:11:21.940Z | [ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO ok! |
9167 | 2024-08-16T04:11:21.940Z | [ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO STEP 93 (ensure_file) COMPLETE |
9168 | 2024-08-16T04:11:21.941Z | [ host-image] Aug 16 04:11:20.919 INFO O| Aug 16 04:11:20.919 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9169 | 2024-08-16T04:11:21.949Z | [ host-image] Aug 16 04:11:20.928 INFO O| Aug 16 04:11:20.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9170 | 2024-08-16T04:11:21.949Z | [ host-image] Aug 16 04:11:20.928 INFO O| Aug 16 04:11:20.928 INFO copying /tmp/.tmpeiA9XR/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 ... |
9171 | 2024-08-16T04:11:21.951Z | [ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9172 | 2024-08-16T04:11:21.952Z | [ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO ok! |
9173 | 2024-08-16T04:11:21.952Z | [ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO STEP 94 (ensure_file) COMPLETE |
9174 | 2024-08-16T04:11:21.952Z | [ host-image] Aug 16 04:11:20.929 INFO O| Aug 16 04:11:20.929 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9175 | 2024-08-16T04:11:21.959Z | [ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9176 | 2024-08-16T04:11:21.959Z | [ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO copying /tmp/.tmpeiA9XR/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 ... |
9177 | 2024-08-16T04:11:21.959Z | [ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9178 | 2024-08-16T04:11:21.961Z | [ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO ok! |
9179 | 2024-08-16T04:11:21.961Z | [ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO STEP 95 (ensure_file) COMPLETE |
9180 | 2024-08-16T04:11:21.961Z | [ host-image] Aug 16 04:11:20.938 INFO O| Aug 16 04:11:20.938 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9181 | 2024-08-16T04:11:21.968Z | [ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9182 | 2024-08-16T04:11:21.970Z | [ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO copying /tmp/.tmpeiA9XR/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 ... |
9183 | 2024-08-16T04:11:21.970Z | [ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9184 | 2024-08-16T04:11:21.970Z | [ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO ok! |
9185 | 2024-08-16T04:11:21.970Z | [ host-image] Aug 16 04:11:20.947 INFO O| Aug 16 04:11:20.947 INFO STEP 96 (ensure_file) COMPLETE |
9186 | 2024-08-16T04:11:21.970Z | [ host-image] Aug 16 04:11:20.948 INFO O| Aug 16 04:11:20.947 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9187 | 2024-08-16T04:11:21.982Z | [ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9188 | 2024-08-16T04:11:21.982Z | [ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9189 | 2024-08-16T04:11:21.985Z | [ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9190 | 2024-08-16T04:11:21.985Z | [ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO ok! |
9191 | 2024-08-16T04:11:21.985Z | [ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO STEP 97 (ensure_file) COMPLETE |
9192 | 2024-08-16T04:11:21.985Z | [ host-image] Aug 16 04:11:20.957 INFO O| Aug 16 04:11:20.957 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9193 | 2024-08-16T04:11:21.988Z | [ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9194 | 2024-08-16T04:11:21.988Z | [ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO copying /tmp/.tmpeiA9XR/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 ... |
9195 | 2024-08-16T04:11:21.988Z | [ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9196 | 2024-08-16T04:11:21.988Z | [ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO ok! |
9197 | 2024-08-16T04:11:21.988Z | [ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO STEP 98 (ensure_file) COMPLETE |
9198 | 2024-08-16T04:11:21.988Z | [ host-image] Aug 16 04:11:20.966 INFO O| Aug 16 04:11:20.966 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9199 | 2024-08-16T04:11:21.996Z | [ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9200 | 2024-08-16T04:11:21.996Z | [ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO copying /tmp/.tmpeiA9XR/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 ... |
9201 | 2024-08-16T04:11:21.999Z | [ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9202 | 2024-08-16T04:11:21.999Z | [ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO ok! |
9203 | 2024-08-16T04:11:21.999Z | [ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO STEP 99 (ensure_file) COMPLETE |
9204 | 2024-08-16T04:11:21.999Z | [ host-image] Aug 16 04:11:20.976 INFO O| Aug 16 04:11:20.976 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9205 | 2024-08-16T04:11:22.006Z | [ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9206 | 2024-08-16T04:11:22.006Z | [ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO copying /tmp/.tmpeiA9XR/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 ... |
9207 | 2024-08-16T04:11:22.008Z | [ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9208 | 2024-08-16T04:11:22.008Z | [ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO ok! |
9209 | 2024-08-16T04:11:22.008Z | [ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO STEP 100 (ensure_file) COMPLETE |
9210 | 2024-08-16T04:11:22.008Z | [ host-image] Aug 16 04:11:20.985 INFO O| Aug 16 04:11:20.985 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9211 | 2024-08-16T04:11:22.015Z | [ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9212 | 2024-08-16T04:11:22.015Z | [ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9213 | 2024-08-16T04:11:22.018Z | [ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9214 | 2024-08-16T04:11:22.018Z | [ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO ok! |
9215 | 2024-08-16T04:11:22.018Z | [ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO STEP 101 (ensure_file) COMPLETE |
9216 | 2024-08-16T04:11:22.018Z | [ host-image] Aug 16 04:11:20.995 INFO O| Aug 16 04:11:20.995 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9217 | 2024-08-16T04:11:22.026Z | [ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9218 | 2024-08-16T04:11:22.026Z | [ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO copying /tmp/.tmpeiA9XR/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 ... |
9219 | 2024-08-16T04:11:22.026Z | [ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9220 | 2024-08-16T04:11:22.029Z | [ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO ok! |
9221 | 2024-08-16T04:11:22.029Z | [ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO STEP 102 (ensure_file) COMPLETE |
9222 | 2024-08-16T04:11:22.029Z | [ host-image] Aug 16 04:11:21.005 INFO O| Aug 16 04:11:21.005 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9223 | 2024-08-16T04:11:22.036Z | [ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9224 | 2024-08-16T04:11:22.038Z | [ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO copying /tmp/.tmpeiA9XR/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 ... |
9225 | 2024-08-16T04:11:22.038Z | [ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9226 | 2024-08-16T04:11:22.038Z | [ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO ok! |
9227 | 2024-08-16T04:11:22.038Z | [ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO STEP 103 (ensure_file) COMPLETE |
9228 | 2024-08-16T04:11:22.038Z | [ host-image] Aug 16 04:11:21.015 INFO O| Aug 16 04:11:21.015 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9229 | 2024-08-16T04:11:22.046Z | [ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9230 | 2024-08-16T04:11:22.046Z | [ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO copying /tmp/.tmpeiA9XR/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 ... |
9231 | 2024-08-16T04:11:22.048Z | [ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9232 | 2024-08-16T04:11:22.048Z | [ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO ok! |
9233 | 2024-08-16T04:11:22.048Z | [ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO STEP 104 (ensure_file) COMPLETE |
9234 | 2024-08-16T04:11:22.048Z | [ host-image] Aug 16 04:11:21.025 INFO O| Aug 16 04:11:21.025 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9235 | 2024-08-16T04:11:22.055Z | [ host-image] Aug 16 04:11:21.034 INFO O| Aug 16 04:11:21.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9236 | 2024-08-16T04:11:22.055Z | [ host-image] Aug 16 04:11:21.034 INFO O| Aug 16 04:11:21.034 INFO copying /tmp/.tmpeiA9XR/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 ... |
9237 | 2024-08-16T04:11:22.055Z | [ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9238 | 2024-08-16T04:11:22.057Z | [ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.035 INFO ok! |
9239 | 2024-08-16T04:11:22.057Z | [ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.035 INFO STEP 105 (ensure_file) COMPLETE |
9240 | 2024-08-16T04:11:22.057Z | [ host-image] Aug 16 04:11:21.035 INFO O| Aug 16 04:11:21.035 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9241 | 2024-08-16T04:11:22.064Z | [ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9242 | 2024-08-16T04:11:22.065Z | [ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO copying /tmp/.tmpeiA9XR/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 ... |
9243 | 2024-08-16T04:11:22.067Z | [ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9244 | 2024-08-16T04:11:22.067Z | [ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO ok! |
9245 | 2024-08-16T04:11:22.067Z | [ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO STEP 106 (ensure_file) COMPLETE |
9246 | 2024-08-16T04:11:22.067Z | [ host-image] Aug 16 04:11:21.044 INFO O| Aug 16 04:11:21.044 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-08-16T04:11:22.075Z | [ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9248 | 2024-08-16T04:11:22.075Z | [ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO copying /tmp/.tmpeiA9XR/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 ... |
9249 | 2024-08-16T04:11:22.078Z | [ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9250 | 2024-08-16T04:11:22.078Z | [ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO ok! |
9251 | 2024-08-16T04:11:22.078Z | [ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO STEP 107 (ensure_file) COMPLETE |
9252 | 2024-08-16T04:11:22.078Z | [ host-image] Aug 16 04:11:21.055 INFO O| Aug 16 04:11:21.055 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-08-16T04:11:22.085Z | [ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9254 | 2024-08-16T04:11:22.085Z | [ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO copying /tmp/.tmpeiA9XR/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 ... |
9255 | 2024-08-16T04:11:22.088Z | [ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9256 | 2024-08-16T04:11:22.088Z | [ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO ok! |
9257 | 2024-08-16T04:11:22.088Z | [ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO STEP 108 (ensure_file) COMPLETE |
9258 | 2024-08-16T04:11:22.088Z | [ host-image] Aug 16 04:11:21.065 INFO O| Aug 16 04:11:21.065 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-08-16T04:11:22.095Z | [ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9260 | 2024-08-16T04:11:22.095Z | [ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO copying /tmp/.tmpeiA9XR/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 ... |
9261 | 2024-08-16T04:11:22.097Z | [ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9262 | 2024-08-16T04:11:22.097Z | [ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO ok! |
9263 | 2024-08-16T04:11:22.097Z | [ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO STEP 109 (ensure_file) COMPLETE |
9264 | 2024-08-16T04:11:22.097Z | [ host-image] Aug 16 04:11:21.074 INFO O| Aug 16 04:11:21.074 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9265 | 2024-08-16T04:11:22.104Z | [ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9266 | 2024-08-16T04:11:22.104Z | [ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO copying /tmp/.tmpeiA9XR/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 ... |
9267 | 2024-08-16T04:11:22.107Z | [ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9268 | 2024-08-16T04:11:22.107Z | [ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO ok! |
9269 | 2024-08-16T04:11:22.107Z | [ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO STEP 110 (ensure_file) COMPLETE |
9270 | 2024-08-16T04:11:22.107Z | [ host-image] Aug 16 04:11:21.084 INFO O| Aug 16 04:11:21.084 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9271 | 2024-08-16T04:11:22.114Z | [ host-image] Aug 16 04:11:21.093 INFO O| Aug 16 04:11:21.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9272 | 2024-08-16T04:11:22.114Z | [ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.093 INFO copying /tmp/.tmpeiA9XR/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 ... |
9273 | 2024-08-16T04:11:22.117Z | [ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9274 | 2024-08-16T04:11:22.117Z | [ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO ok! |
9275 | 2024-08-16T04:11:22.117Z | [ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO STEP 111 (ensure_file) COMPLETE |
9276 | 2024-08-16T04:11:22.117Z | [ host-image] Aug 16 04:11:21.094 INFO O| Aug 16 04:11:21.094 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9277 | 2024-08-16T04:11:22.124Z | [ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9278 | 2024-08-16T04:11:22.126Z | [ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO copying /tmp/.tmpeiA9XR/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 ... |
9279 | 2024-08-16T04:11:22.126Z | [ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9280 | 2024-08-16T04:11:22.126Z | [ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO ok! |
9281 | 2024-08-16T04:11:22.126Z | [ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO STEP 112 (ensure_file) COMPLETE |
9282 | 2024-08-16T04:11:22.126Z | [ host-image] Aug 16 04:11:21.103 INFO O| Aug 16 04:11:21.103 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9283 | 2024-08-16T04:11:22.133Z | [ host-image] Aug 16 04:11:21.112 INFO O| Aug 16 04:11:21.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9284 | 2024-08-16T04:11:22.133Z | [ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.112 INFO copying /tmp/.tmpeiA9XR/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 ... |
9285 | 2024-08-16T04:11:22.135Z | [ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9286 | 2024-08-16T04:11:22.135Z | [ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO ok! |
9287 | 2024-08-16T04:11:22.135Z | [ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO STEP 113 (ensure_file) COMPLETE |
9288 | 2024-08-16T04:11:22.135Z | [ host-image] Aug 16 04:11:21.113 INFO O| Aug 16 04:11:21.113 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9289 | 2024-08-16T04:11:22.143Z | [ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9290 | 2024-08-16T04:11:22.143Z | [ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO copying /tmp/.tmpeiA9XR/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 ... |
9291 | 2024-08-16T04:11:22.145Z | [ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9292 | 2024-08-16T04:11:22.145Z | [ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO ok! |
9293 | 2024-08-16T04:11:22.145Z | [ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO STEP 114 (ensure_file) COMPLETE |
9294 | 2024-08-16T04:11:22.145Z | [ host-image] Aug 16 04:11:21.122 INFO O| Aug 16 04:11:21.122 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9295 | 2024-08-16T04:11:22.152Z | [ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9296 | 2024-08-16T04:11:22.152Z | [ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO copying /tmp/.tmpeiA9XR/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 ... |
9297 | 2024-08-16T04:11:22.155Z | [ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9298 | 2024-08-16T04:11:22.155Z | [ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO ok! |
9299 | 2024-08-16T04:11:22.155Z | [ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO STEP 115 (ensure_file) COMPLETE |
9300 | 2024-08-16T04:11:22.155Z | [ host-image] Aug 16 04:11:21.132 INFO O| Aug 16 04:11:21.132 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9301 | 2024-08-16T04:11:22.162Z | [ host-image] Aug 16 04:11:21.141 INFO O| Aug 16 04:11:21.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9302 | 2024-08-16T04:11:22.162Z | [ host-image] Aug 16 04:11:21.141 INFO O| Aug 16 04:11:21.141 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9303 | 2024-08-16T04:11:22.164Z | [ host-image] Aug 16 04:11:21.141 INFO O| Aug 16 04:11:21.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9304 | 2024-08-16T04:11:22.164Z | [ host-image] Aug 16 04:11:21.142 INFO O| Aug 16 04:11:21.141 INFO ok! |
9305 | 2024-08-16T04:11:22.164Z | [ host-image] Aug 16 04:11:21.142 INFO O| Aug 16 04:11:21.141 INFO STEP 116 (ensure_file) COMPLETE |
9306 | 2024-08-16T04:11:22.164Z | [ host-image] Aug 16 04:11:21.142 INFO O| Aug 16 04:11:21.141 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9307 | 2024-08-16T04:11:22.172Z | [ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9308 | 2024-08-16T04:11:22.172Z | [ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO copying /tmp/.tmpeiA9XR/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 ... |
9309 | 2024-08-16T04:11:22.174Z | [ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9310 | 2024-08-16T04:11:22.174Z | [ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO ok! |
9311 | 2024-08-16T04:11:22.174Z | [ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO STEP 117 (ensure_file) COMPLETE |
9312 | 2024-08-16T04:11:22.174Z | [ host-image] Aug 16 04:11:21.151 INFO O| Aug 16 04:11:21.151 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9313 | 2024-08-16T04:11:22.181Z | [ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9314 | 2024-08-16T04:11:22.181Z | [ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9315 | 2024-08-16T04:11:22.183Z | [ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9316 | 2024-08-16T04:11:22.183Z | [ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO ok! |
9317 | 2024-08-16T04:11:22.183Z | [ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO STEP 118 (ensure_file) COMPLETE |
9318 | 2024-08-16T04:11:22.183Z | [ host-image] Aug 16 04:11:21.161 INFO O| Aug 16 04:11:21.161 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9319 | 2024-08-16T04:11:22.191Z | [ host-image] Aug 16 04:11:21.170 INFO O| Aug 16 04:11:21.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9320 | 2024-08-16T04:11:22.191Z | [ host-image] Aug 16 04:11:21.170 INFO O| Aug 16 04:11:21.170 INFO copying /tmp/.tmpeiA9XR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9321 | 2024-08-16T04:11:23.734Z | [ recovery-image] Aug 16 04:11:22.708 INFO image complete! materials are in "/work/os-recovery" |
9322 | 2024-08-16T04:11:23.734Z | Aug 16 04:11:22.713 INFO [recovery-image] process exited with exit status: 0 (451.327363426s) |
9323 | 2024-08-16T04:11:23.734Z | [ recovery-image] |
9324 | 2024-08-16T04:11:23.734Z | [ recovery-image] real 7:31.310494489 |
9325 | 2024-08-16T04:11:23.734Z | [ recovery-image] user 4:37.122066877 |
9326 | 2024-08-16T04:11:23.734Z | [ recovery-image] sys 58.397160722 |
9327 | 2024-08-16T04:11:23.737Z | [ recovery-image] trap 0.218769472 |
9328 | 2024-08-16T04:11:23.737Z | [ recovery-image] tflt 0.525873028 |
9329 | 2024-08-16T04:11:23.737Z | [ recovery-image] dflt 1.458366297 |
9330 | 2024-08-16T04:11:23.737Z | [ recovery-image] kflt 0.000004950 |
9331 | 2024-08-16T04:11:23.737Z | [ recovery-image] lock 17:19.552654796 |
9332 | 2024-08-16T04:11:23.737Z | [ recovery-image] slp 46:19.283497644 |
9333 | 2024-08-16T04:11:23.737Z | [ recovery-image] lat 1:29.155958052 |
9334 | 2024-08-16T04:11:23.737Z | [ recovery-image] stop 5.932669007 |
9335 | 2024-08-16T04:11:25.659Z | [ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9336 | 2024-08-16T04:11:25.659Z | [ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO ok! |
9337 | 2024-08-16T04:11:25.662Z | [ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO STEP 119 (ensure_file) COMPLETE |
9338 | 2024-08-16T04:11:25.662Z | [ host-image] Aug 16 04:11:24.639 INFO O| Aug 16 04:11:24.639 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9339 | 2024-08-16T04:11:25.671Z | [ host-image] Aug 16 04:11:24.651 INFO O| Aug 16 04:11:24.651 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9340 | 2024-08-16T04:11:25.671Z | [ host-image] Aug 16 04:11:24.651 INFO O| Aug 16 04:11:24.651 INFO STEP 120 (ensure_dir) COMPLETE |
9341 | 2024-08-16T04:11:25.671Z | [ host-image] Aug 16 04:11:24.651 INFO O| Aug 16 04:11:24.651 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9342 | 2024-08-16T04:11:25.681Z | [ host-image] Aug 16 04:11:24.661 INFO O| Aug 16 04:11:24.661 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9343 | 2024-08-16T04:11:25.681Z | [ host-image] Aug 16 04:11:24.661 INFO O| Aug 16 04:11:24.661 INFO STEP 121 (ensure_dir) COMPLETE |
9344 | 2024-08-16T04:11:25.681Z | [ host-image] Aug 16 04:11:24.661 INFO O| Aug 16 04:11:24.661 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9345 | 2024-08-16T04:11:25.690Z | [ host-image] Aug 16 04:11:24.670 INFO O| Aug 16 04:11:24.670 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9346 | 2024-08-16T04:11:25.690Z | [ host-image] Aug 16 04:11:24.670 INFO O| Aug 16 04:11:24.670 INFO STEP 122 (ensure_dir) COMPLETE |
9347 | 2024-08-16T04:11:25.690Z | [ host-image] Aug 16 04:11:24.670 INFO O| Aug 16 04:11:24.670 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9348 | 2024-08-16T04:11:25.700Z | [ host-image] Aug 16 04:11:24.679 INFO O| Aug 16 04:11:24.679 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9349 | 2024-08-16T04:11:25.700Z | [ host-image] Aug 16 04:11:24.679 INFO O| Aug 16 04:11:24.679 INFO STEP 123 (ensure_dir) COMPLETE |
9350 | 2024-08-16T04:11:25.700Z | [ host-image] Aug 16 04:11:24.679 INFO O| Aug 16 04:11:24.679 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9351 | 2024-08-16T04:11:25.709Z | [ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9352 | 2024-08-16T04:11:25.709Z | [ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO copying /tmp/.tmpeiA9XR/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 ... |
9353 | 2024-08-16T04:11:25.711Z | [ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9354 | 2024-08-16T04:11:25.711Z | [ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO ok! |
9355 | 2024-08-16T04:11:25.711Z | [ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO STEP 124 (ensure_file) COMPLETE |
9356 | 2024-08-16T04:11:25.711Z | [ host-image] Aug 16 04:11:24.689 INFO O| Aug 16 04:11:24.689 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9357 | 2024-08-16T04:11:25.718Z | [ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9358 | 2024-08-16T04:11:25.718Z | [ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9359 | 2024-08-16T04:11:25.721Z | [ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9360 | 2024-08-16T04:11:25.721Z | [ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO STEP 125 (ensure_dir) COMPLETE |
9361 | 2024-08-16T04:11:25.721Z | [ host-image] Aug 16 04:11:24.698 INFO O| Aug 16 04:11:24.698 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-08-16T04:11:25.729Z | [ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9363 | 2024-08-16T04:11:25.729Z | [ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO copying /tmp/.tmpeiA9XR/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9364 | 2024-08-16T04:11:25.731Z | [ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9365 | 2024-08-16T04:11:25.731Z | [ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO ok! |
9366 | 2024-08-16T04:11:25.731Z | [ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO STEP 126 (ensure_file) COMPLETE |
9367 | 2024-08-16T04:11:25.731Z | [ host-image] Aug 16 04:11:24.708 INFO O| Aug 16 04:11:24.708 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9368 | 2024-08-16T04:11:25.738Z | [ host-image] Aug 16 04:11:24.718 INFO O| Aug 16 04:11:24.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9369 | 2024-08-16T04:11:25.741Z | [ host-image] Aug 16 04:11:24.719 INFO O| Aug 16 04:11:24.718 INFO STEP 127 (remove_files) COMPLETE |
9370 | 2024-08-16T04:11:25.741Z | [ host-image] Aug 16 04:11:24.719 INFO O| Aug 16 04:11:24.719 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9371 | 2024-08-16T04:11:25.748Z | [ host-image] Aug 16 04:11:24.728 INFO O| Aug 16 04:11:24.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9372 | 2024-08-16T04:11:25.751Z | [ host-image] Aug 16 04:11:24.728 INFO O| Aug 16 04:11:24.728 INFO STEP 128 (remove_files) COMPLETE |
9373 | 2024-08-16T04:11:25.751Z | [ host-image] Aug 16 04:11:24.728 INFO O| Aug 16 04:11:24.728 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9374 | 2024-08-16T04:11:25.758Z | [ host-image] Aug 16 04:11:24.738 INFO O| Aug 16 04:11:24.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9375 | 2024-08-16T04:11:25.760Z | [ host-image] Aug 16 04:11:24.738 INFO O| Aug 16 04:11:24.738 INFO STEP 129 (remove_files) COMPLETE |
9376 | 2024-08-16T04:11:25.760Z | [ host-image] Aug 16 04:11:24.738 INFO O| Aug 16 04:11:24.738 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9377 | 2024-08-16T04:11:25.767Z | [ host-image] Aug 16 04:11:24.747 INFO O| Aug 16 04:11:24.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9378 | 2024-08-16T04:11:25.770Z | [ host-image] Aug 16 04:11:24.747 INFO O| Aug 16 04:11:24.747 INFO STEP 130 (remove_files) COMPLETE |
9379 | 2024-08-16T04:11:25.770Z | [ host-image] Aug 16 04:11:24.747 INFO O| Aug 16 04:11:24.747 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9380 | 2024-08-16T04:11:25.777Z | [ host-image] Aug 16 04:11:24.757 INFO O| Aug 16 04:11:24.757 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9381 | 2024-08-16T04:11:25.780Z | [ host-image] Aug 16 04:11:24.757 INFO O| Aug 16 04:11:24.757 INFO STEP 131 (remove_files) COMPLETE |
9382 | 2024-08-16T04:11:25.780Z | [ host-image] Aug 16 04:11:24.757 INFO O| Aug 16 04:11:24.757 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9383 | 2024-08-16T04:11:25.787Z | [ host-image] Aug 16 04:11:24.766 INFO O| Aug 16 04:11:24.766 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9384 | 2024-08-16T04:11:25.789Z | [ host-image] Aug 16 04:11:24.767 INFO O| Aug 16 04:11:24.767 INFO STEP 132 (remove_files) COMPLETE |
9385 | 2024-08-16T04:11:25.789Z | [ host-image] Aug 16 04:11:24.767 INFO O| Aug 16 04:11:24.767 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9386 | 2024-08-16T04:11:25.797Z | [ host-image] Aug 16 04:11:24.776 INFO O| Aug 16 04:11:24.776 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9387 | 2024-08-16T04:11:25.797Z | [ host-image] Aug 16 04:11:24.776 INFO O| Aug 16 04:11:24.776 INFO STEP 133 (remove_files) COMPLETE |
9388 | 2024-08-16T04:11:25.799Z | [ host-image] Aug 16 04:11:24.776 INFO O| Aug 16 04:11:24.776 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9389 | 2024-08-16T04:11:25.806Z | [ host-image] Aug 16 04:11:24.786 INFO O| Aug 16 04:11:24.786 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9390 | 2024-08-16T04:11:25.806Z | [ host-image] Aug 16 04:11:24.786 INFO O| Aug 16 04:11:24.786 INFO STEP 134 (remove_files) COMPLETE |
9391 | 2024-08-16T04:11:25.808Z | [ host-image] Aug 16 04:11:24.786 INFO O| Aug 16 04:11:24.786 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9392 | 2024-08-16T04:11:25.815Z | [ host-image] Aug 16 04:11:24.795 INFO O| Aug 16 04:11:24.795 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9393 | 2024-08-16T04:11:25.815Z | [ host-image] Aug 16 04:11:24.795 INFO O| Aug 16 04:11:24.795 INFO STEP 135 (remove_files) COMPLETE |
9394 | 2024-08-16T04:11:25.815Z | [ host-image] Aug 16 04:11:24.795 INFO O| Aug 16 04:11:24.795 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9395 | 2024-08-16T04:11:25.825Z | [ host-image] Aug 16 04:11:24.805 INFO O| Aug 16 04:11:24.805 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9396 | 2024-08-16T04:11:25.825Z | [ host-image] Aug 16 04:11:24.805 INFO O| Aug 16 04:11:24.805 INFO STEP 136 (remove_files) COMPLETE |
9397 | 2024-08-16T04:11:25.827Z | [ host-image] Aug 16 04:11:24.805 INFO O| Aug 16 04:11:24.805 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9398 | 2024-08-16T04:11:25.834Z | [ host-image] Aug 16 04:11:24.814 INFO O| Aug 16 04:11:24.814 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9399 | 2024-08-16T04:11:25.834Z | [ host-image] Aug 16 04:11:24.814 INFO O| Aug 16 04:11:24.814 INFO STEP 137 (remove_files) COMPLETE |
9400 | 2024-08-16T04:11:25.837Z | [ host-image] Aug 16 04:11:24.814 INFO O| Aug 16 04:11:24.814 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9401 | 2024-08-16T04:11:25.844Z | [ host-image] Aug 16 04:11:24.823 INFO O| Aug 16 04:11:24.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9402 | 2024-08-16T04:11:25.846Z | [ host-image] Aug 16 04:11:24.824 INFO O| Aug 16 04:11:24.823 INFO STEP 138 (remove_files) COMPLETE |
9403 | 2024-08-16T04:11:25.846Z | [ host-image] Aug 16 04:11:24.824 INFO O| Aug 16 04:11:24.823 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9404 | 2024-08-16T04:11:25.853Z | [ host-image] Aug 16 04:11:24.833 INFO O| Aug 16 04:11:24.833 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9405 | 2024-08-16T04:11:25.856Z | [ host-image] Aug 16 04:11:24.833 INFO O| Aug 16 04:11:24.833 INFO STEP 139 (remove_files) COMPLETE |
9406 | 2024-08-16T04:11:25.856Z | [ host-image] Aug 16 04:11:24.833 INFO O| Aug 16 04:11:24.833 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9407 | 2024-08-16T04:11:25.864Z | [ host-image] Aug 16 04:11:24.842 INFO O| Aug 16 04:11:24.842 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9408 | 2024-08-16T04:11:25.864Z | [ host-image] Aug 16 04:11:24.843 INFO O| Aug 16 04:11:24.843 INFO STEP 140 (remove_files) COMPLETE |
9409 | 2024-08-16T04:11:25.864Z | [ host-image] Aug 16 04:11:24.843 INFO O| Aug 16 04:11:24.843 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9410 | 2024-08-16T04:11:25.872Z | [ host-image] Aug 16 04:11:24.852 INFO O| Aug 16 04:11:24.852 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9411 | 2024-08-16T04:11:25.872Z | [ host-image] Aug 16 04:11:24.852 INFO O| Aug 16 04:11:24.852 INFO STEP 141 (remove_files) COMPLETE |
9412 | 2024-08-16T04:11:25.872Z | [ host-image] Aug 16 04:11:24.852 INFO O| Aug 16 04:11:24.852 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9413 | 2024-08-16T04:11:25.882Z | [ host-image] Aug 16 04:11:24.861 INFO O| Aug 16 04:11:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9414 | 2024-08-16T04:11:25.882Z | [ host-image] Aug 16 04:11:24.862 INFO O| Aug 16 04:11:24.862 INFO STEP 142 (remove_files) COMPLETE |
9415 | 2024-08-16T04:11:25.885Z | [ host-image] Aug 16 04:11:24.862 INFO O| Aug 16 04:11:24.862 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9416 | 2024-08-16T04:11:25.892Z | [ host-image] Aug 16 04:11:24.871 INFO O| Aug 16 04:11:24.871 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9417 | 2024-08-16T04:11:25.892Z | [ host-image] Aug 16 04:11:24.871 INFO O| Aug 16 04:11:24.871 INFO STEP 143 (remove_files) COMPLETE |
9418 | 2024-08-16T04:11:25.894Z | [ host-image] Aug 16 04:11:24.871 INFO O| Aug 16 04:11:24.871 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9419 | 2024-08-16T04:11:25.901Z | [ host-image] Aug 16 04:11:24.881 INFO O| Aug 16 04:11:24.881 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9420 | 2024-08-16T04:11:25.904Z | [ host-image] Aug 16 04:11:24.881 INFO O| Aug 16 04:11:24.881 INFO STEP 144 (remove_files) COMPLETE |
9421 | 2024-08-16T04:11:25.904Z | [ host-image] Aug 16 04:11:24.881 INFO O| Aug 16 04:11:24.881 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9422 | 2024-08-16T04:11:25.911Z | [ host-image] Aug 16 04:11:24.891 INFO O| Aug 16 04:11:24.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9423 | 2024-08-16T04:11:25.911Z | [ host-image] Aug 16 04:11:24.891 INFO O| Aug 16 04:11:24.891 INFO STEP 145 (remove_files) COMPLETE |
9424 | 2024-08-16T04:11:25.914Z | [ host-image] Aug 16 04:11:24.891 INFO O| Aug 16 04:11:24.891 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9425 | 2024-08-16T04:11:25.920Z | [ host-image] Aug 16 04:11:24.900 INFO O| Aug 16 04:11:24.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9426 | 2024-08-16T04:11:25.923Z | [ host-image] Aug 16 04:11:24.900 INFO O| Aug 16 04:11:24.900 INFO STEP 146 (remove_files) COMPLETE |
9427 | 2024-08-16T04:11:25.923Z | [ host-image] Aug 16 04:11:24.900 INFO O| Aug 16 04:11:24.900 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9428 | 2024-08-16T04:11:25.930Z | [ host-image] Aug 16 04:11:24.909 INFO O| Aug 16 04:11:24.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9429 | 2024-08-16T04:11:25.930Z | [ host-image] Aug 16 04:11:24.909 INFO O| Aug 16 04:11:24.909 INFO STEP 147 (remove_files) COMPLETE |
9430 | 2024-08-16T04:11:25.932Z | [ host-image] Aug 16 04:11:24.909 INFO O| Aug 16 04:11:24.909 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9431 | 2024-08-16T04:11:25.939Z | [ host-image] Aug 16 04:11:24.919 INFO O| Aug 16 04:11:24.919 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9432 | 2024-08-16T04:11:25.939Z | [ host-image] Aug 16 04:11:24.919 INFO O| Aug 16 04:11:24.919 INFO STEP 148 (remove_files) COMPLETE |
9433 | 2024-08-16T04:11:25.942Z | [ host-image] Aug 16 04:11:24.919 INFO O| Aug 16 04:11:24.919 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9434 | 2024-08-16T04:11:25.949Z | [ host-image] Aug 16 04:11:24.928 INFO O| Aug 16 04:11:24.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9435 | 2024-08-16T04:11:25.949Z | [ host-image] Aug 16 04:11:24.928 INFO O| Aug 16 04:11:24.928 INFO STEP 149 (remove_files) COMPLETE |
9436 | 2024-08-16T04:11:25.951Z | [ host-image] Aug 16 04:11:24.928 INFO O| Aug 16 04:11:24.928 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9437 | 2024-08-16T04:11:25.958Z | [ host-image] Aug 16 04:11:24.938 INFO O| Aug 16 04:11:24.938 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9438 | 2024-08-16T04:11:25.961Z | [ host-image] Aug 16 04:11:24.938 INFO O| Aug 16 04:11:24.938 INFO STEP 150 (remove_files) COMPLETE |
9439 | 2024-08-16T04:11:25.961Z | [ host-image] Aug 16 04:11:24.938 INFO O| Aug 16 04:11:24.938 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9440 | 2024-08-16T04:11:25.968Z | [ host-image] Aug 16 04:11:24.948 INFO O| Aug 16 04:11:24.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9441 | 2024-08-16T04:11:25.970Z | [ host-image] Aug 16 04:11:24.948 INFO O| Aug 16 04:11:24.948 INFO STEP 151 (remove_files) COMPLETE |
9442 | 2024-08-16T04:11:25.970Z | [ host-image] Aug 16 04:11:24.948 INFO O| Aug 16 04:11:24.948 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9443 | 2024-08-16T04:11:25.977Z | [ host-image] Aug 16 04:11:24.957 INFO O| Aug 16 04:11:24.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9444 | 2024-08-16T04:11:25.977Z | [ host-image] Aug 16 04:11:24.957 INFO O| Aug 16 04:11:24.957 INFO STEP 152 (remove_files) COMPLETE |
9445 | 2024-08-16T04:11:25.977Z | [ host-image] Aug 16 04:11:24.957 INFO O| Aug 16 04:11:24.957 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9446 | 2024-08-16T04:11:25.986Z | [ host-image] Aug 16 04:11:24.966 INFO O| Aug 16 04:11:24.966 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9447 | 2024-08-16T04:11:25.986Z | [ host-image] Aug 16 04:11:24.966 INFO O| Aug 16 04:11:24.966 INFO STEP 153 (remove_files) COMPLETE |
9448 | 2024-08-16T04:11:25.986Z | [ host-image] Aug 16 04:11:24.966 INFO O| Aug 16 04:11:24.966 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9449 | 2024-08-16T04:11:25.995Z | [ host-image] Aug 16 04:11:24.975 INFO O| Aug 16 04:11:24.975 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9450 | 2024-08-16T04:11:25.995Z | [ host-image] Aug 16 04:11:24.975 INFO O| Aug 16 04:11:24.975 INFO STEP 154 (remove_files) COMPLETE |
9451 | 2024-08-16T04:11:25.998Z | [ host-image] Aug 16 04:11:24.975 INFO O| Aug 16 04:11:24.975 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9452 | 2024-08-16T04:11:26.005Z | [ host-image] Aug 16 04:11:24.985 INFO O| Aug 16 04:11:24.985 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9453 | 2024-08-16T04:11:26.005Z | [ host-image] Aug 16 04:11:24.985 INFO O| Aug 16 04:11:24.985 INFO STEP 155 (remove_files) COMPLETE |
9454 | 2024-08-16T04:11:26.005Z | [ host-image] Aug 16 04:11:24.985 INFO O| Aug 16 04:11:24.985 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9455 | 2024-08-16T04:11:26.019Z | [ host-image] Aug 16 04:11:24.999 INFO O| Aug 16 04:11:24.999 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9456 | 2024-08-16T04:11:26.022Z | [ host-image] Aug 16 04:11:24.999 INFO O| Aug 16 04:11:24.999 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9457 | 2024-08-16T04:11:31.446Z | [ host-image] Aug 16 04:11:30.426 INFO O| Aug 16 04:11:30.426 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 |
9458 | 2024-08-16T04:11:31.446Z | [ host-image] Aug 16 04:11:30.426 INFO O| Aug 16 04:11:30.426 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9459 | 2024-08-16T04:11:31.460Z | [ host-image] Aug 16 04:11:30.441 INFO O| Aug 16 04:11:30.441 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9460 | 2024-08-16T04:11:31.537Z | [ host-image] Aug 16 04:11:30.517 INFO O| Aug 16 04:11:30.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9461 | 2024-08-16T04:11:31.537Z | [ host-image] Aug 16 04:11:30.517 INFO O| Aug 16 04:11:30.517 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9462 | 2024-08-16T04:11:31.539Z | [ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9463 | 2024-08-16T04:11:31.539Z | [ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO ok! |
9464 | 2024-08-16T04:11:31.542Z | [ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9465 | 2024-08-16T04:11:31.542Z | [ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO STEP 156 (seed_smf) COMPLETE |
9466 | 2024-08-16T04:11:31.542Z | [ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO steps complete; finalising image! |
9467 | 2024-08-16T04:11:31.542Z | [ host-image] Aug 16 04:11:30.520 INFO O| Aug 16 04:11:30.520 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9468 | 2024-08-16T04:11:31.680Z | [ host-image] Aug 16 04:11:30.660 INFO O| Aug 16 04:11:30.660 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Aug 16 04:11:30 2024) |
9469 | 2024-08-16T04:11:31.903Z | [ host-image] Aug 16 04:11:30.883 INFO O| Aug 16 04:11:30.883 INFO temporary pool has 665M used, 167M avail, 1.88x compressratio |
9470 | 2024-08-16T04:11:31.903Z | [ host-image] Aug 16 04:11:30.883 INFO O| Aug 16 04:11:30.883 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9471 | 2024-08-16T04:11:32.173Z | [ host-image] Aug 16 04:11:31.153 INFO O| Aug 16 04:11:31.153 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9472 | 2024-08-16T04:11:32.173Z | [ host-image] Aug 16 04:11:31.153 INFO O| Aug 16 04:11:31.153 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9473 | 2024-08-16T04:11:33.175Z | [ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9474 | 2024-08-16T04:11:33.175Z | [ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9475 | 2024-08-16T04:11:33.177Z | [ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9476 | 2024-08-16T04:11:33.177Z | [ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO completed processing gimlet/zfs |
9477 | 2024-08-16T04:11:33.178Z | [ host-image] Aug 16 04:11:32.155 INFO O| Aug 16 04:11:32.155 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9478 | 2024-08-16T04:11:39.598Z | [ host-image] Aug 16 04:11:38.579 INFO O| Aug 16 04:11:38.578 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9479 | 2024-08-16T04:11:39.688Z | [ host-image] Aug 16 04:11:38.669 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
9480 | 2024-08-16T04:11:39.689Z | [ host-image] Aug 16 04:11:38.669 INFO expanded image name: "ci f6a6b39/${os_short_commit} 2024-08-16 03:43" -> "ci f6a6b39/f449ff4 2024-08-16 03:43" |
9481 | 2024-08-16T04:11:39.691Z | [ host-image] Aug 16 04:11:38.670 INFO output artefacts stored in: "/work/os-host" |
9482 | 2024-08-16T04:11:39.691Z | [ host-image] Aug 16 04:11:38.670 INFO collecting git info from project "pilot"... |
9483 | 2024-08-16T04:11:39.695Z | [ host-image] Aug 16 04:11:38.676 INFO collecting git info from project "chelsio-t6-roms"... |
9484 | 2024-08-16T04:11:39.699Z | [ host-image] Aug 16 04:11:38.680 INFO collecting git info from project "phbl"... |
9485 | 2024-08-16T04:11:39.703Z | [ host-image] Aug 16 04:11:38.684 INFO collecting git info from project "bootserver"... |
9486 | 2024-08-16T04:11:39.707Z | [ host-image] Aug 16 04:11:38.688 INFO collecting git info from project "pinprick"... |
9487 | 2024-08-16T04:11:39.711Z | [ host-image] Aug 16 04:11:38.692 INFO collecting git info from project "amd-firmware"... |
9488 | 2024-08-16T04:11:39.718Z | [ host-image] Aug 16 04:11:38.699 INFO collecting git info from project "image-builder"... |
9489 | 2024-08-16T04:11:39.722Z | [ host-image] Aug 16 04:11:38.704 INFO collecting git info from project "amd-host-image-builder"... |
9490 | 2024-08-16T04:11:39.735Z | [ host-image] Aug 16 04:11:38.716 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9491 | 2024-08-16T04:11:40.096Z | [ host-image] Aug 16 04:11:39.077 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9492 | 2024-08-16T04:11:40.433Z | [ host-image] Aug 16 04:11:39.414 INFO creating Oxide boot image... |
9493 | 2024-08-16T04:11:40.433Z | [ host-image] Aug 16 04:11:39.414 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f6a6b39/f449ff4 2024-08-16 03:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9494 | 2024-08-16T04:11:41.380Z | [ host-image] Aug 16 04:11:40.361 INFO O| ok, image written! |
9495 | 2024-08-16T04:11:41.380Z | [ host-image] Aug 16 04:11:40.361 INFO O| ok, boot_image_csum file written! |
9496 | 2024-08-16T04:11:41.383Z | [ host-image] Aug 16 04:11:40.364 INFO creating boot archive (CPIO)... |
9497 | 2024-08-16T04:11:41.383Z | [ host-image] Aug 16 04:11:40.364 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 |
9498 | 2024-08-16T04:11:41.390Z | [ host-image] Aug 16 04:11:40.371 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9499 | 2024-08-16T04:11:41.390Z | [ host-image] Aug 16 04:11:40.371 INFO E| + outfile=/work/os-host/cpio |
9500 | 2024-08-16T04:11:41.392Z | [ host-image] Aug 16 04:11:40.371 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9501 | 2024-08-16T04:11:41.392Z | [ host-image] Aug 16 04:11:40.374 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9502 | 2024-08-16T04:11:41.395Z | [ host-image] Aug 16 04:11:40.374 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9503 | 2024-08-16T04:11:41.430Z | [ host-image] Aug 16 04:11:40.410 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9504 | 2024-08-16T04:11:41.430Z | [ host-image] Aug 16 04:11:40.411 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9505 | 2024-08-16T04:11:41.438Z | [ host-image] Aug 16 04:11:40.419 INFO creating compressed cpio/unix for nanobl-rs... |
9506 | 2024-08-16T04:11:41.438Z | [ host-image] Aug 16 04:11:40.419 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 |
9507 | 2024-08-16T04:11:41.719Z | [ host-image] Aug 16 04:11:40.700 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9508 | 2024-08-16T04:11:46.116Z | [ host-image] Aug 16 04:11:45.097 INFO creating reset image... |
9509 | 2024-08-16T04:11:46.119Z | [ host-image] Aug 16 04:11:45.098 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9510 | 2024-08-16T04:11:46.202Z | [ host-image] Aug 16 04:11:45.184 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9511 | 2024-08-16T04:11:46.205Z | [ host-image] Aug 16 04:11:45.184 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9512 | 2024-08-16T04:11:46.273Z | [ host-image] Aug 16 04:11:45.254 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9513 | 2024-08-16T04:11:48.446Z | [ host-image] Aug 16 04:11:47.428 INFO E| Finished `release` profile [optimized] target(s) in 2.23s |
9514 | 2024-08-16T04:11:48.457Z | [ host-image] Aug 16 04:11:47.439 INFO building host image... |
9515 | 2024-08-16T04:11:48.460Z | [ host-image] Aug 16 04:11:47.439 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") |
9516 | 2024-08-16T04:11:48.919Z | [ host-image] Aug 16 04:11:47.901 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9517 | 2024-08-16T04:12:37.151Z | [ host-image] Aug 16 04:12:36.136 INFO image complete! materials are in "/work/os-host" |
9518 | 2024-08-16T04:12:37.153Z | [ host-image] |
9519 | 2024-08-16T04:12:37.153Z | [ host-image] real 8:57.556350912 |
9520 | 2024-08-16T04:12:37.153Z | [ host-image] user 3:55.537044513 |
9521 | 2024-08-16T04:12:37.153Z | [ host-image] sys 45.661341446 |
9522 | 2024-08-16T04:12:37.153Z | [ host-image] trap 0.107240174 |
9523 | 2024-08-16T04:12:37.153Z | [ host-image] tflt 0.014880798 |
9524 | 2024-08-16T04:12:37.153Z | [ host-image] dflt 0.042342271 |
9525 | 2024-08-16T04:12:37.153Z | [ host-image] kflt 0.000000000 |
9526 | 2024-08-16T04:12:37.154Z | [ host-image] lock 5:56.011688099 |
9527 | 2024-08-16T04:12:37.157Z | [ host-image] slp 49:55.680401526 |
9528 | 2024-08-16T04:12:37.157Z | Aug 16 04:12:36.140[ host-image] lat 50.349072791 |
9529 | 2024-08-16T04:12:37.157Z | INFO [host-image] process exited with exit status: 0 (537.568730317s) |
9530 | 2024-08-16T04:12:37.157Z | [ host-image] stop 0.752642466 |
9531 | 2024-08-16T04:12:37.157Z | Aug 16 04:12:36.140 INFO [tuf-repo] running task |
9532 | 2024-08-16T04:12:47.289Z | Aug 16 04:12:43.168 INFO assembling repository in `/tmp/tufaceousInffmn`, component: OmicronRepoAssembler |
9533 | 2024-08-16T04:12:48.771Z | Aug 16 04:12:47.758 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9534 | 2024-08-16T04:12:49.010Z | Aug 16 04:12:47.997 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9535 | 2024-08-16T04:13:00.026Z | Aug 16 04:12:59.014 INFO [tuf-repo] task succeeded (22.873692018s) |
9536 | 2024-08-16T04:13:00.026Z | Aug 16 04:12:59.014 INFO all jobs completed in 1767.664447992s |
9537 | 2024-08-16T04:13:00.535Z | process exited: duration 2297063 ms, exit code 0 |
|
9538 | 2024-08-16T04:13:00.542Z | found 33 output files |
9539 | 2024-08-16T04:13:00.542Z | uploading: /work/manifest.toml (8404 bytes) |
9540 | 2024-08-16T04:13:01.554Z | uploaded: /work/manifest.toml |
9541 | 2024-08-16T04:13:01.554Z | uploading: /work/repo.zip (1782283743 bytes) |
9542 | 2024-08-16T04:13:36.981Z | uploaded: /work/repo.zip |
9543 | 2024-08-16T04:13:36.982Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9544 | 2024-08-16T04:13:38.059Z | uploaded: /work/repo.zip.sha256.txt |
9545 | 2024-08-16T04:13:38.059Z | uploading: /work/helios-setup.log (52337 bytes) |
9546 | 2024-08-16T04:13:39.077Z | uploaded: /work/helios-setup.log |
9547 | 2024-08-16T04:13:39.077Z | uploading: /work/host-image.log (195391 bytes) |
9548 | 2024-08-16T04:13:40.103Z | uploaded: /work/host-image.log |
9549 | 2024-08-16T04:13:40.103Z | uploading: /work/host-package.log (18783 bytes) |
9550 | 2024-08-16T04:13:41.115Z | uploaded: /work/host-package.log |
9551 | 2024-08-16T04:13:41.115Z | uploading: /work/host-target.log (101 bytes) |
9552 | 2024-08-16T04:13:42.124Z | uploaded: /work/host-target.log |
9553 | 2024-08-16T04:13:42.124Z | uploading: /work/omicron-package.log (4572 bytes) |
9554 | 2024-08-16T04:13:43.136Z | uploaded: /work/omicron-package.log |
9555 | 2024-08-16T04:13:43.136Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9556 | 2024-08-16T04:13:44.146Z | uploaded: /work/phbl-toolchain.log |
9557 | 2024-08-16T04:13:44.146Z | uploading: /work/recovery-image.log (591884 bytes) |
9558 | 2024-08-16T04:13:45.190Z | uploaded: /work/recovery-image.log |
9559 | 2024-08-16T04:13:45.190Z | uploading: /work/recovery-package.log (282 bytes) |
9560 | 2024-08-16T04:13:46.325Z | uploaded: /work/recovery-package.log |
9561 | 2024-08-16T04:13:46.325Z | uploading: /work/recovery-target.log (98 bytes) |
9562 | 2024-08-16T04:13:47.354Z | uploaded: /work/recovery-target.log |
9563 | 2024-08-16T04:13:47.354Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9564 | 2024-08-16T04:13:48.385Z | uploaded: /work/stamp-clickhouse.log |
9565 | 2024-08-16T04:13:48.392Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9566 | 2024-08-16T04:13:49.423Z | uploaded: /work/stamp-clickhouse_keeper.log |
9567 | 2024-08-16T04:13:49.423Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9568 | 2024-08-16T04:13:50.470Z | uploaded: /work/stamp-cockroachdb.log |
9569 | 2024-08-16T04:13:50.470Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9570 | 2024-08-16T04:13:51.517Z | uploaded: /work/stamp-crucible-dtrace.log |
9571 | 2024-08-16T04:13:51.518Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9572 | 2024-08-16T04:13:52.546Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9573 | 2024-08-16T04:13:52.546Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9574 | 2024-08-16T04:13:53.561Z | uploaded: /work/stamp-crucible-zone.log |
9575 | 2024-08-16T04:13:53.561Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9576 | 2024-08-16T04:13:54.570Z | uploaded: /work/stamp-external-dns.log |
9577 | 2024-08-16T04:13:54.570Z | uploading: /work/stamp-installinator.log (103 bytes) |
9578 | 2024-08-16T04:13:55.578Z | uploaded: /work/stamp-installinator.log |
9579 | 2024-08-16T04:13:55.578Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9580 | 2024-08-16T04:13:56.588Z | uploaded: /work/stamp-internal-dns.log |
9581 | 2024-08-16T04:13:56.588Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9582 | 2024-08-16T04:13:57.599Z | uploaded: /work/stamp-mg-ddm-gz.log |
9583 | 2024-08-16T04:13:57.599Z | uploading: /work/stamp-nexus.log (112 bytes) |
9584 | 2024-08-16T04:13:58.607Z | uploaded: /work/stamp-nexus.log |
9585 | 2024-08-16T04:13:58.607Z | uploading: /work/stamp-ntp.log (110 bytes) |
9586 | 2024-08-16T04:13:59.616Z | uploaded: /work/stamp-ntp.log |
9587 | 2024-08-16T04:13:59.616Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9588 | 2024-08-16T04:14:00.629Z | uploaded: /work/stamp-omicron-sled-agent.log |
9589 | 2024-08-16T04:14:00.629Z | uploading: /work/stamp-overlay.log (114 bytes) |
9590 | 2024-08-16T04:14:01.637Z | uploaded: /work/stamp-overlay.log |
9591 | 2024-08-16T04:14:01.637Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9592 | 2024-08-16T04:14:02.646Z | uploaded: /work/stamp-oximeter.log |
9593 | 2024-08-16T04:14:02.646Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9594 | 2024-08-16T04:14:03.655Z | uploaded: /work/stamp-oxlog.log |
9595 | 2024-08-16T04:14:03.655Z | uploading: /work/stamp-probe.log (112 bytes) |
9596 | 2024-08-16T04:14:04.668Z | uploaded: /work/stamp-probe.log |
9597 | 2024-08-16T04:14:04.668Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9598 | 2024-08-16T04:14:05.684Z | uploaded: /work/stamp-propolis-server.log |
9599 | 2024-08-16T04:14:05.684Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9600 | 2024-08-16T04:14:06.692Z | uploaded: /work/stamp-pumpkind-gz.log |
9601 | 2024-08-16T04:14:06.692Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9602 | 2024-08-16T04:14:07.700Z | uploaded: /work/stamp-switch-asic.log |
9603 | 2024-08-16T04:14:07.700Z | uploading: /work/verify-libraries.log (1883 bytes) |
9604 | 2024-08-16T04:14:08.711Z | uploaded: /work/verify-libraries.log |